.trade-page { padding-block:58px 80px; }
.trade-layout { display:grid;grid-template-columns:.85fr 1.15fr;gap:clamp(32px,6vw,90px);align-items:start; }
.trade-intro h1 { font:clamp(36px,4.5vw,60px)/1.08 Fraunces,Georgia,serif;letter-spacing:-.04em;margin:20px 0 24px; }
.trade-intro h1 em { color:#92704e;font-style:normal; }
.trade-intro > p:not(.eyebrow) { color:#686861;line-height:1.85;max-width:43ch; }
.trade-benefits { list-style:none;padding:0;margin:34px 0;display:grid;gap:20px; }
.trade-benefits li { display:flex;gap:16px;align-items:baseline; }
.trade-benefits span { color:#92704e;font-size:13px;letter-spacing:.1em; }
.trade-benefits strong { font-size:15px;font-weight:500; }
.trade-phone { padding-top:24px;border-top:1px solid #b98b5940; }
.trade-phone a { color:#805b36;display:inline-block;margin-top:8px; }
.trade-form,.trade-success { min-width:0;border:1px solid #b98b5930;border-radius:20px;padding:clamp(22px,3vw,40px);background:#fffdf8; }
.trade-progress { display:flex;list-style:none;padding:0;margin:0 0 34px;color:#8b8880;font-size:12px;position:relative; }
.trade-progress::before { content:'';position:absolute;top:20px;left:25%;right:25%;height:1px;background:#d8cbb9; }
.trade-progress li { position:relative;display:flex;flex-direction:column;align-items:center;gap:12px;width:50%;text-align:center; }
.trade-step-circle { display:grid;place-items:center;width:42px;height:42px;border-radius:50%;border:1px solid #d8cbb9;background:#fffdf8;font-size:16px;font-weight:600;position:relative; }
.trade-progress .is-current { color:#805b36;font-weight:600; }
.is-current .trade-step-circle { background:#98714d;color:#fff;border-color:#98714d;box-shadow:0 0 0 5px #b98b5926,0 0 18px 3px #b98b5924; }
.is-current .trade-step-circle::after { content:'';position:absolute;inset:-6px;border:2px solid #b98b59a6;border-radius:50%;pointer-events:none;animation:trade-step-glow 2.4s ease-in-out infinite; }
.is-complete .trade-step-circle { background:#f1e7da;border-color:#b98b59;color:#805b36; }
@keyframes trade-step-glow { 0%,100%{opacity:.45;transform:scale(.96);box-shadow:0 0 8px 1px #b98b591a}50%{opacity:1;transform:scale(1.1);box-shadow:0 0 22px 5px #b98b5952} }
.trade-sr-only { position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip-path:inset(50%);white-space:nowrap;border:0!important; }
.trade-form fieldset { border:0;padding:0;margin:0;min-width:0; }
.trade-form { scroll-margin-top:24px; }
.trade-form legend { font:28px Fraunces,Georgia,serif;margin-bottom:8px; }
.trade-hint { color:#77736c;font-size:13px;line-height:1.65;margin-bottom:22px; }
.trade-fields { display:grid;grid-template-columns:1fr 1fr;gap:18px 16px; }
.trade-fields label { display:flex;flex-direction:column;gap:8px;font-size:13px;font-weight:600;min-width:0; }
.trade-fields .wide { grid-column:1/-1; }
.trade-fields small { color:#77736c;font-size:12px;font-weight:400; }
.trade-fields input,.trade-fields select,.trade-fields textarea { width:100%;min-width:0;box-sizing:border-box;border:1px solid #d9d2c7;border-radius:9px;background:#fff;color:#242824;padding:12px;font:16px Manrope,sans-serif; }
.trade-fields textarea { resize:vertical; }
.trade-project > p { margin:0 0 10px;font-size:13px;font-weight:600; }
.trade-project-options { display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px; }
.trade-fields .trade-project-option { position:relative;cursor:pointer; }
.trade-project-button { position:relative;display:flex;flex-direction:column;align-items:flex-start;gap:16px;height:100%;padding:18px 15px;border:1px solid #ded8ce;border-radius:13px;background:#fff;color:#66665e; }
.trade-project-button > span { line-height:1.5; }
.trade-project-button small { display:block;margin-top:4px;font-size:11px; }
.trade-project-icon { width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round; }
.trade-project-check { position:absolute;right:13px;top:18px;width:20px;height:20px;fill:none;stroke:#d4cdc2;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round; }
.trade-project-check path { visibility:hidden; }
.trade-project-option:hover .trade-project-button { border-color:#ad8966;background:#fcf8f2; }
.trade-project-option input:checked + .trade-project-button { border-color:#98714d;background:#f5ecdf;color:#785232;box-shadow:inset 0 0 0 1px #98714d; }
.trade-project-option input:checked + .trade-project-button small { color:#79634e; }
.trade-project-option input:checked + .trade-project-button .trade-project-check { fill:#98714d;stroke:#98714d; }
.trade-project-option input:checked + .trade-project-button .trade-project-check path { visibility:visible;stroke:#fff; }
.trade-project-option input:focus-visible + .trade-project-button { outline:2px solid #805b36;outline-offset:4px; }
@media(max-width:420px){.trade-project-options{grid-template-columns:1fr}.trade-project-button{flex-direction:row;align-items:center;gap:13px;padding:16px 38px 16px 14px}.trade-project-icon{flex-shrink:0}.trade-project-check{top:50%;transform:translateY(-50%);right:12px}}
.trade-fields :is(input,select,textarea):focus { outline:2px solid #a37b54;outline-offset:2px; }
.trade-plate-frame { display:flex;align-items:stretch;max-width:390px;width:100%;border:2px solid #343833;border-radius:9px;overflow:hidden;background:#fff;box-shadow:inset 0 0 0 2px #e4e6e3; }
.trade-fields .trade-plate { text-transform:uppercase;letter-spacing:.08em;text-align:center;font:600 clamp(22px,3vw,34px)/1.2 'Arial Narrow',Arial,sans-serif;border:0;border-radius:0;background:transparent;padding:15px 4px;color:#242824; }
.trade-fields .trade-plate::placeholder { color:#888d8b;opacity:.7; }
.trade-plate-frame:focus-within { outline:2px solid #b98b59;outline-offset:4px; }
.trade-fields .trade-plate:focus { outline:none; }
.trade-plate-country,.trade-plate-region { flex:0 0 36px;background:#174599;color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1px;padding:5px 0; }
.trade-plate-country svg { width:30px;height:30px;fill:#ffdf4e; }
.trade-plate-country svg text { text-anchor:middle;dominant-baseline:central;font-size:6px; }
.trade-plate-country b { font:700 21px Arial,sans-serif; }
.trade-plate-region { flex-basis:28px; }
.trade-plate-region svg { width:19px;fill:none;stroke:#fff;stroke-width:1.5;opacity:.8; }
.trade-plate-field > label { margin-bottom:8px; }
.trade-plate-field > small { display:block;margin-top:8px; }
.trade-lookup-action { display:flex;align-items:center;flex-wrap:wrap;gap:10px 14px;margin-top:16px; }
.trade-lookup-action button { display:inline-flex;align-items:center;gap:18px;border:1px solid #b98b5960;border-radius:8px;background:#b98b5910;padding:11px 14px;color:#805b36;font:600 13px Manrope,sans-serif;cursor:pointer; }
.trade-lookup-action button:hover { background:#b98b5920; }
.trade-lookup-action button:disabled { opacity:.65;cursor:wait; }
#trade-lookup-message { color:#746a5e;font-size:13px;line-height:1.7;margin-top:12px; }
#trade-lookup-message:empty { display:none; }
.trade-photo-field > label:first-child { margin-bottom:12px; }
.trade-fields .trade-photo-add { display:flex;flex-direction:row;align-items:center;gap:14px;padding:20px 16px;border:1px dashed #b79c7d;border-radius:12px;background:#b98b5908;cursor:pointer;font-weight:500;color:#805b36; }
.trade-photo-add svg { width:26px;height:26px;flex-shrink:0;fill:none;stroke:currentColor;stroke-width:1.3; }
.trade-photo-add span:first-of-type { flex:1; }
.trade-photo-add small { display:block;margin-top:6px;font-size:12px; }
.trade-photo-field:has(input:focus-visible) .trade-photo-add { outline:2px solid #b98b59;outline-offset:3px; }
.trade-photo-field .trade-hint { margin:10px 0 0;font-size:12px; }
.trade-photo-list { display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:14px; }
.trade-photo-thumb { position:relative;aspect-ratio:1.2;min-width:0; }
.trade-photo-thumb img { width:100%;height:100%;object-fit:cover;border-radius:8px; }
.trade-photo-thumb button { position:absolute;right:4px;top:4px;min-width:30px;min-height:30px;border:1px solid #ffffff88;border-radius:50%;background:#242824dd;color:#fff;font-size:20px;cursor:pointer; }
@media(prefers-reduced-motion:reduce){.is-current .trade-step-circle::after{animation:none;opacity:.6}}
.trade-actions { display:flex;justify-content:space-between;gap:12px;margin-top:26px; }
.trade-actions button { cursor:pointer;border:1px solid #b98b5955;padding:13px 20px;border-radius:9px;background:transparent;color:#805b36;font:500 14px Manrope,sans-serif; }
.trade-actions .trade-primary { background:#292b26;color:#fff;margin-left:auto;border-color:#292b26; }
.trade-actions button:disabled { opacity:.6;cursor:wait; }
.trade-form [hidden],.trade-success[hidden],.trade-form[hidden] { display:none; }
.trade-trap { position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden; }
#trade-message { font-size:14px;line-height:1.6;color:#855433;margin-top:18px; }
.trade-privacy { font-size:12px;line-height:1.8;color:#77736c;margin-top:24px; }
.trade-privacy a { text-decoration:underline; }
.trade-success h2 { font:32px Fraunces,Georgia,serif;margin:16px 0; }
.trade-success p { line-height:1.8;margin-bottom:24px; }
.trade-home { display:flex;align-items:center;justify-content:space-between;gap:28px;border-block:1px solid #b98b5940;padding-block:32px;margin-bottom:42px; }
.trade-home h2 { font:clamp(25px,3vw,36px) Fraunces,Georgia,serif;margin:10px 0; }
.trade-home p { color:#686861;line-height:1.7; }
.trade-home a { flex-shrink:0;color:#805b36;border-bottom:1px solid #b98b5960;padding:10px 0; }
@media(max-width:720px){.public-site .mobile-dock-links{grid-template-columns:repeat(4,minmax(0,1fr))}.public-site .mobile-dock-links a{font-size:11px;padding:4px}.public-site .mobile-dock-links a span{text-align:center}}
@media(max-width:800px){.trade-layout{grid-template-columns:1fr;gap:28px}.trade-page{padding-top:30px}.trade-intro h1{max-width:17ch}.trade-benefits{gap:12px;margin:22px 0}.trade-phone{display:none}.trade-home{align-items:start;flex-direction:column}}
@media(max-width:420px){.trade-fields{grid-template-columns:1fr}.trade-form{padding:22px 18px}.trade-actions button{padding:12px 14px}}
