/* A contained, progressively enhanced guide; the directory remains accessible. */
.freight-finder { --fit-red: #da1830; --fit-ink: #092235; --fit-muted: #596975; padding: clamp(70px, 7vw, 112px) 0; background: #ebeae4; color: var(--fit-ink); scroll-margin-top: 80px; }
.freight-finder [hidden] { display: none !important; }
.freight-finder button, .freight-finder a { -webkit-tap-highlight-color: transparent; }
.freight-finder button { cursor: pointer; }
.freight-finder button:disabled { cursor: default; }
.freight-finder :is(a,button,input):focus-visible { outline: 3px solid var(--fit-red); outline-offset: 5px; }
.freight-finder__intro { display: flex; justify-content: space-between; align-items: flex-end; gap: 50px; margin-bottom: 42px; }
.freight-finder__eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 0 21px; font: 500 10px/1.5 var(--mono); letter-spacing: .12em; }
.freight-finder__eyebrow > span { height: 7px; width: 7px; background: var(--fit-red); border-radius: 50%; }
.freight-finder__intro h2 { margin: 0; font: 600 clamp(42px, 5.1vw, 74px)/1.02 var(--body); letter-spacing: -.055em; text-transform: none; }
.freight-finder__intro h2 em { color: var(--fit-red); font-style: normal; }
.freight-finder__intro > p { margin: 0 0 3px; font-size: 19px; line-height: 1.5; letter-spacing: -.015em; }
.freight-finder__intro > p > span { display: block; margin-top: 16px; color: var(--fit-muted); font-size: 12px; letter-spacing: 0; }
.freight-finder__workspace { display: grid; grid-template-columns: 300px minmax(0, 1fr); border: 1px solid #d2d7d5; background: #fcfcf8; border-radius: 16px; overflow: hidden; box-shadow: 0 22px 60px -35px #253b4260; }
.freight-finder__brief { display: flex; flex-direction: column; position: relative; overflow: hidden; padding: 38px 30px 30px; background: #0c293c; color: #edf4f4; }
.freight-finder__brief::before { content: ''; position: absolute; inset: 0; pointer-events: none; background-image: linear-gradient(#9db7c109 1px, transparent 1px),linear-gradient(90deg,#9db7c109 1px,transparent 1px); background-size: 34px 34px; }
.freight-finder__seal { width: 104px; height: 104px; margin: 0 0 24px -8px; }
.freight-finder__seal svg { width: 100%; fill: none; stroke: #7b96a5; stroke-width: .7; }
.freight-finder__seal svg path { stroke: #ff5b69; stroke-width: 1.3; }
.freight-finder__micro { margin: 0; font: 500 9px/1.65 var(--mono); letter-spacing: .11em; }
.freight-finder__brief > .freight-finder__micro { color: #96afbd; }
.freight-finder__brief h3 { position: relative; margin: 19px 0 24px; font: 500 29px/1.15 var(--body); letter-spacing: -.035em; text-transform: none; }
.freight-finder__receipt { position: relative; border-top: 1px solid #afc5ce30; }
.freight-finder__receipt > div { padding: 19px 0; border-bottom: 1px solid #afc5ce30; }
.freight-finder__receipt span { display: block; margin-bottom: 7px; color: #adc2cb; font: 500 9px/1.4 var(--mono); text-transform: uppercase; letter-spacing: .1em; }
.freight-finder__receipt strong { display: block; color: #a6bac5; font: 400 13px/1.5 var(--body); }
.freight-finder__receipt .is-set strong { color: #fff; }
.freight-finder__signature { position: relative; margin-top: auto; padding-top: 35px; }
.freight-finder__signature > span { color: #ee6671; font: 500 8px/1.5 var(--mono); letter-spacing: .1em; }
.freight-finder__signature p { color: #abc0c9; margin: 9px 0 0; font-size: 11px; line-height: 1.6; }
.freight-finder__main { position: relative; padding: 30px clamp(24px, 3.2vw, 48px) 36px; min-width: 0; }
.freight-finder__top { display: flex; gap: 15px; align-items: center; justify-content: space-between; padding-bottom: 25px; font: 500 9px/1.4 var(--mono); letter-spacing: .1em; color: #566a76; }
.freight-finder__top strong { color: var(--fit-red); font-weight: 500; }
.freight-finder__steps { display: flex; gap: 28px; margin: 0 0 19px; padding: 0; list-style: none; color: #657984; }
.freight-finder__steps li { font-size: 12px; line-height: 1.5; white-space: nowrap; }
.freight-finder__steps li > span { margin-right: 5px; font: 500 9px var(--mono); }
.freight-finder__steps li[aria-current] { color: var(--fit-ink); font-weight: 700; }
.freight-finder__steps li[aria-current] > span { color: var(--fit-red); }
.freight-finder__steps .is-complete { color: #396252; }
.freight-finder__progress { height: 2px; background: #e0e6e5; }
.freight-finder__progress > span { display: block; height: 100%; width: var(--finder-progress,33.333%); background: var(--fit-red); transition: width .35s ease; }
.freight-finder__panel { padding-top: 31px; min-height: 509px; }
.freight-finder [tabindex="-1"] { scroll-margin-top: 120px; }
.freight-finder__panel h3 { margin: 0 0 9px; font: 600 clamp(23px, 2.35vw, 34px)/1.2 var(--body); letter-spacing: -.035em; text-transform: none; }
.freight-finder__hint { color: var(--fit-muted); font-size: 12px; line-height: 1.7; margin: 0 0 24px; }
.freight-finder__choices { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 11px; }
.freight-finder__choice { position: relative; display: flex; cursor: pointer; min-width: 0; }
.freight-finder__choice input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.freight-finder__choice-face { display: flex; gap: 12px; width: 100%; min-height: 114px; padding: 19px 30px 19px 15px; border: 1px solid #d4dcd9; border-radius: 7px; background: #fcfcf8; transition: border-color .18s, background .18s, box-shadow .18s; }
.freight-finder__choice:hover .freight-finder__choice-face { border-color: #879eaa; background: #f3f6f3; }
.freight-finder__choice input:checked + .freight-finder__choice-face { border-color: var(--fit-red); background: #fff6f3; box-shadow: inset 0 0 0 .5px var(--fit-red); }
.freight-finder__choice input:focus-visible + .freight-finder__choice-face { outline: 3px solid #234e6b; outline-offset: 3px; }
.freight-finder__choice-icon { flex: 0 0 32px; color: #d12439; }
.freight-finder__choice-icon svg { width: 32px; height: 32px; stroke: currentColor; fill: none; stroke-width: 1.5; stroke-linejoin: round; stroke-linecap: round; }
.freight-finder__choice-icon > span { display: inline-block; padding-top: 2px; font: 500 11px var(--mono); }
.freight-finder__choice strong { display: block; font: 600 13px/1.35 var(--body); letter-spacing: -.02em; }
.freight-finder__choice small { display: block; color: var(--fit-muted); font-size: 11px; line-height: 1.55; margin-top: 6px; }
.freight-finder__check { position: absolute; top: 12px; right: 12px; color: var(--fit-red); font-size: 13px; opacity: 0; }
.freight-finder__choice input:checked + .freight-finder__choice-face .freight-finder__check { opacity: 1; }
.freight-finder__actions { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-top: 25px; }
.freight-finder__back { padding: 10px 0; min-height: 44px; background: none; border: 0; color: #435a68; font-size: 12px; }
.freight-finder__back:disabled { opacity: .4; }
.freight-finder__next { display: inline-flex; justify-content: space-between; align-items: center; gap: 35px; padding: 0 21px; min-height: 48px; min-width: 164px; border: 1px solid var(--fit-red); border-radius: 5px; color: #fff; background: var(--fit-red); font: 600 12px/1.5 var(--body); transition: background .18s, transform .18s; }
.freight-finder__next:hover { color: #fff; background: #b80f26; transform: translateY(-1px); }
.freight-finder__next:disabled { color: #65757d; border-color: #dce3e1; background: #e8edeb; transform: none; }
.freight-finder__next b { font-size: 19px; font-weight: 400; }
.freight-finder__status { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.freight-finder__bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 23px; color: #5b6d73; }
.freight-finder__bottom > span { font: 500 8px/1.8 var(--mono); letter-spacing: .12em; }
.freight-finder__bottom a { font-size: 11px; }
.freight-finder__bottom a span { margin-left: 10px; color: var(--fit-red); }
.freight-finder__result { padding-top: 28px; }
.freight-finder__result-top { display: flex; align-items: center; gap: 16px; }
.freight-finder__result-icon { display: grid; place-items: center; width: 55px; height: 55px; background: #f5e9e4; color: var(--fit-red); border-radius: 50%; }
.freight-finder__result-icon svg { width: 31px; height: 31px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.freight-finder__result-top p { margin: 4px 0 0; color: var(--fit-red); font: 500 8px/1.5 var(--mono); letter-spacing: .08em; }
.freight-finder__result h3 { margin: 22px 0 15px; font: 600 clamp(30px,3.4vw,48px)/1.05 var(--body); letter-spacing: -.055em; text-transform: none; }
.freight-finder__reason { margin: 0 0 24px; max-width: 600px; color: var(--fit-muted); font: 400 13px/1.8 var(--body); }
.freight-finder__checklist { padding: 20px 22px; background: #eff2ee; border-radius: 7px; }
.freight-finder__checklist h4 { margin: 0 0 12px; font: 600 12px/1.5 var(--body); }
.freight-finder__checklist ul { list-style: none; padding: 0; margin: 0; }
.freight-finder__checklist li { position: relative; padding-left: 18px; color: #536772; font-size: 12px; line-height: 1.6; }
.freight-finder__checklist li + li { margin-top: 5px; }
.freight-finder__checklist li::before { content: '✓'; position: absolute; left: 0; color: #31684e; }
.freight-finder__result-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; margin: 26px 0 12px; }
.freight-finder__detail-link { color: #203e50; font-size: 12px; text-decoration: underline; text-underline-offset: 5px; }
.freight-finder__note { max-width: 550px; color: #65757e; font-size: 11px; line-height: 1.7; }
.freight-finder__result-edit { display: flex; justify-content: space-between; gap: 25px; margin-top: 20px; padding-top: 12px; border-top: 1px solid #d9e1dd; }
.freight-finder__result-edit button { padding: 8px 0; min-height: 44px; border: 0; background: none; color: #536772; font-size: 11px; }
#service-directory { scroll-margin-top: 86px; }
.freight-finder__fallback { line-height: 1.7; }
.freight-finder__fallback a { text-decoration: underline; }
@media (max-width: 1050px) { .freight-finder__workspace { grid-template-columns: 240px minmax(0,1fr); } .freight-finder__brief { padding: 30px 22px; } .freight-finder__choice-face { padding-left: 13px; gap: 8px; } .freight-finder__choice-icon { flex-basis: 25px; } .freight-finder__choice-icon svg { width: 25px; } }
@media (max-width: 800px) { .freight-finder__workspace { grid-template-columns: minmax(0,1fr); } .freight-finder__brief { display: none; } .freight-finder__intro { gap: 25px; } .freight-finder__intro > p { max-width: 230px; font-size: 16px; } .freight-finder__main { padding: 26px; } .freight-finder__panel { min-height: auto; } }
@media (max-width: 520px) { .freight-finder { padding: 64px 0; } .freight-finder__intro { display: block; margin-bottom: 28px; } .freight-finder__intro h2 { font-size: 46px; } .freight-finder__intro > p { margin-top: 22px; max-width: none; } .freight-finder__intro > p > span { margin-top: 8px; } .freight-finder__eyebrow { font-size: 8px; } .freight-finder__main { padding: 21px 17px; } .freight-finder__steps { justify-content: space-between; gap: 8px; } .freight-finder__steps li { font-size: 11px; } .freight-finder__top { font-size: 8px; padding-bottom: 22px; } .freight-finder__choices { grid-template-columns: 1fr; gap: 9px; } .freight-finder__choice-face { min-height: 84px; padding: 16px 30px 16px 15px; gap: 12px; } .freight-finder__choice-icon { flex-basis: 29px; } .freight-finder__choice-icon svg { width: 29px; } .freight-finder__choice strong { font-size: 13px; } .freight-finder__choice small { font-size: 11px; } .freight-finder__hint { font-size: 12px; } .freight-finder__bottom { flex-direction: column; gap: 12px; } .freight-finder__result-actions { align-items: flex-start; flex-direction: column; gap: 18px; } .freight-finder__result-actions .freight-finder__next { width: 100%; } }
@media (prefers-reduced-motion: reduce) { .freight-finder *, .freight-finder *::before, .freight-finder *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; } }
