:root {
  --ink: #26333c;
  --ink-deep: #111820;
  --muted: #566671;
  --paper: #f8f7f3;
  --white: #ffffff;
  --line: #d7dde0;
  --teal: #b7351c;
  --teal-dark: #8f2815;
  --teal-pale: #fff0e8;
  --orange: #f06425;
  --orange-dark: #a73314;
  --yellow: #f6c443;
  --radius: 18px;
  --shadow: 0 18px 50px rgba(17, 24, 32, .16);
  --shell: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; }
button, input, select, textarea { font: inherit; }
a { color: var(--teal-dark); text-decoration-thickness: .08em; text-underline-offset: .18em; }
a:hover { color: var(--orange-dark); }
button, input, select, textarea { color: var(--ink); }
button, select { cursor: pointer; }
img { max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { letter-spacing: -.035em; line-height: 1.08; }
h1 { font-size: clamp(2.7rem, 6vw, 5.7rem); }
h2 { font-size: clamp(2rem, 4vw, 3.45rem); }
h3 { font-size: 1.25rem; }
p { color: var(--muted); }
:focus-visible { outline: 3px solid var(--yellow); outline-offset: 3px; }
[hidden] { display: none !important; }
.shell { width: min(calc(100% - 40px), var(--shell)); margin-inline: auto; }
.narrow { max-width: 820px; }
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 1000; transform: translateY(-200%); padding: 11px 16px; border-radius: 8px; background: var(--white); color: var(--ink); font-weight: 800; box-shadow: var(--shadow); }
.skip-link:focus { transform: none; }
.eyebrow { margin-bottom: 14px; color: var(--teal-dark); font-size: .76rem; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 48px; padding: 12px 20px; border: 2px solid var(--teal); border-radius: 10px; background: var(--teal); color: var(--white); font-weight: 800; text-decoration: none; transition: transform .18s ease, background .18s ease; }
.button:hover { transform: translateY(-1px); border-color: var(--teal-dark); background: var(--teal-dark); color: var(--white); }
.button-ghost { border-color: var(--line); background: transparent; color: var(--ink); }
.button-ghost:hover { border-color: var(--teal); background: var(--teal-pale); color: var(--teal-dark); }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; }

.site-header { position: relative; z-index: 10; border-bottom: 3px solid var(--orange); background: var(--ink-deep); }
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 76px; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--ink-deep); font-size: 1.18rem; font-weight: 900; letter-spacing: -.035em; text-decoration: none; }
.brand:hover { color: var(--ink-deep); }
.brand-mark { position: relative; display: inline-grid; flex: 0 0 auto; place-items: center; width: 46px; height: 46px; overflow: hidden; border: 3px solid var(--orange); border-radius: 50%; background: #202a33; box-shadow: inset 0 0 0 4px #111820; }
.brand-wheel { width: 18px; height: 18px; border: 4px solid #f8f7f3; border-radius: 50%; box-shadow: 0 0 0 2px #394650; }
.brand-wheel::after { content: ""; display: block; width: 4px; height: 4px; margin: 3px; border-radius: 50%; background: var(--orange); }
.brand-road { position: absolute; left: 3px; width: 40px; height: 5px; background: var(--orange); transform: rotate(-38deg); box-shadow: 0 -7px 0 -2px #f8f7f3, 0 7px 0 -2px #f8f7f3; }
.brand-word { display: inline-flex; align-items: baseline; color: inherit; font-style: normal; }
.brand-word strong { color: var(--orange); }
.brand-word span { color: currentColor; }
.brand-word small { margin-left: 2px; color: #77858d; font-size: .58em; letter-spacing: 0; }
.brand-word em { margin-left: 7px; padding: 2px 6px; border-radius: 4px; background: var(--orange); color: var(--white); font-size: .54em; font-style: normal; letter-spacing: .04em; text-transform: uppercase; }
.site-header .brand { color: var(--white); }
.site-header .brand:hover { color: var(--white); }
.site-header .brand-word small { color: #b7c2c8; }
.primary-nav { display: flex; gap: 26px; }
.primary-nav a { min-height: 44px; display: inline-flex; align-items: center; color: #e9eef1; font-size: .9rem; font-weight: 750; text-decoration: none; }
.primary-nav a:hover { color: #ffb08c; }

.hero { position: relative; overflow: hidden; padding: clamp(54px, 8vw, 104px) 0 84px; background: radial-gradient(circle at 12% 12%, rgba(240,100,37,.18), transparent 30%), linear-gradient(145deg, #18232c 0%, #0e141a 74%); }
.hero::after { content: ""; position: absolute; right: -160px; bottom: -260px; width: 620px; height: 620px; border: 1px solid rgba(240,100,37,.22); border-radius: 50%; box-shadow: 0 0 0 80px rgba(240,100,37,.03), 0 0 0 160px rgba(240,100,37,.018); }
.hero-speed-lines { position: absolute; inset: 0; opacity: .16; background: repeating-linear-gradient(115deg, transparent 0 140px, rgba(255,255,255,.16) 141px 144px, transparent 145px 220px); transform: translateX(-6%); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: clamp(40px, 7vw, 92px); }
.hero h1 { max-width: 700px; margin-bottom: 24px; color: var(--white); }
.hero h1 em { color: #ff8b56; font-style: normal; }
.hero-lede { max-width: 620px; margin-bottom: 34px; color: #c4d0d6; font-size: clamp(1.05rem, 2vw, 1.25rem); }
.hero-copy .eyebrow { color: #ffb08c; }
.status-dot { display: inline-block; width: 8px; height: 8px; margin-right: 7px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 5px rgba(255,113,61,.14); }
.trust-strip { display: flex; flex-wrap: wrap; gap: 10px 24px; color: #aebcc3; font-size: .82rem; }
.trust-strip span { position: relative; padding-left: 16px; }
.trust-strip span::before { content: ""; position: absolute; left: 0; top: .55em; width: 5px; height: 5px; border-radius: 50%; background: var(--orange); }
.trust-strip strong { display: block; color: var(--white); font-size: .96rem; }
.finder-card { position: relative; padding: clamp(24px, 4vw, 38px); border: 1px solid rgba(8,127,118,.16); border-radius: 24px; background: var(--white); box-shadow: var(--shadow); }
.finder-heading { display: flex; justify-content: space-between; align-items: start; margin-bottom: 24px; }
.finder-heading h2 { margin-bottom: 0; font-size: clamp(1.55rem, 3vw, 2.15rem); }
.step-kicker { margin-bottom: 6px; color: var(--orange-dark); font-size: .75rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.finder-number { color: #d9e8e5; font-size: 3.7rem; font-weight: 900; line-height: .85; }
.picker { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.field label, .quick-search label { display: block; margin-bottom: 7px; color: var(--ink); font-size: .8rem; font-weight: 800; }
select, input, textarea { width: 100%; border: 1px solid #c7d6d6; border-radius: 9px; background: var(--white); }
select, input { min-height: 50px; padding: 11px 42px 11px 13px; }
select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, var(--teal) 50%), linear-gradient(135deg, var(--teal) 50%, transparent 50%); background-position: calc(100% - 18px) 21px, calc(100% - 13px) 21px; background-size: 5px 5px; background-repeat: no-repeat; }
select:disabled { cursor: not-allowed; background-color: #f1f4f3; color: #84969b; }
input:focus, select:focus, textarea:focus { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(8,127,118,.13); outline: none; }
.picker-status.is-error { position: static !important; grid-column: 1 / -1; width: 100% !important; height: auto !important; padding: 12px 15px !important; margin: 0 !important; clip: auto !important; white-space: normal !important; overflow: visible !important; border: 1px solid #bd461e !important; border-radius: 9px; background: #fff1eb; color: #8b2c0d; font-weight: 800; text-align: left; }
.quick-search { position: relative; margin-top: 26px; padding-top: 23px; border-top: 1px solid var(--line); }
.quick-search > span { position: absolute; top: -13px; left: 50%; padding: 3px 10px; background: var(--white); color: #7c8f94; font-size: .75rem; font-weight: 700; transform: translateX(-50%); }
.search-control { display: flex; }
.search-control input { border-radius: 9px 0 0 9px; padding-right: 12px; }
.search-control button { min-width: 92px; border: 0; border-radius: 0 9px 9px 0; background: var(--ink); color: white; font-weight: 800; }
.suggestions { position: absolute; z-index: 20; right: 0; left: 0; margin-top: 5px; overflow: hidden; border: 1px solid var(--line); border-radius: 10px; background: white; box-shadow: var(--shadow); }
.suggestions a { display: flex; justify-content: space-between; gap: 20px; padding: 11px 14px; color: var(--ink); text-decoration: none; }
.suggestions [role="listitem"] + [role="listitem"] { border-top: 1px solid var(--line); }
.suggestions a:hover { background: var(--teal-pale); }
.suggestions span { color: var(--muted); font-size: .78rem; }
.proof-bar { padding: 18px 0; background: var(--ink-deep); color: #d7e8e8; }
.proof-grid { display: grid; grid-template-columns: 1.3fr repeat(3, 1fr); align-items: center; gap: 24px; font-size: .82rem; }
.proof-title { color: var(--white); font-weight: 800; }
.proof-grid b { display: block; color: #ff9a6b; }

.section { padding: clamp(72px, 9vw, 112px) 0; }
.section-tint { background: #f0efea; }
.section-heading { display: grid; grid-template-columns: 1.3fr .7fr; align-items: end; gap: 50px; margin-bottom: 44px; }
.section-heading h2 { max-width: 720px; margin-bottom: 0; }
.section-heading > p { margin-bottom: 4px; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; padding: 0; list-style: none; }
.process-grid li { min-height: 280px; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.process-grid li > span { display: inline-block; margin-bottom: 64px; color: var(--orange-dark); font-size: .8rem; font-weight: 900; letter-spacing: .14em; }
.process-grid h3 { font-size: 1.55rem; }
.part-link-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.part-link { display: grid; grid-template-columns: 1fr auto; min-height: 142px; padding: 22px; border: 1px solid rgba(8,127,118,.15); border-radius: 14px; background: var(--white); color: var(--ink); text-decoration: none; transition: transform .18s ease, border-color .18s ease; }
.part-link:hover { transform: translateY(-3px); border-color: var(--teal); color: var(--ink); }
.part-link span { grid-column: 1 / -1; color: var(--muted); font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.part-link strong { align-self: end; font-size: 1.05rem; }
.part-link b { align-self: end; color: var(--orange-dark); font-size: 1.3rem; }
.faq-section { background: var(--white); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { padding: 22px 38px 22px 0; color: var(--ink); font-weight: 800; cursor: pointer; }
.faq-list p { max-width: 720px; padding-bottom: 20px; }

.breadcrumbs { padding-top: 22px; }
.breadcrumbs ol { display: flex; flex-wrap: wrap; gap: 8px; padding: 0; margin: 0; list-style: none; color: var(--muted); font-size: .78rem; }
.breadcrumbs li:not(:last-child)::after { content: "/"; margin-left: 8px; color: #9cafb2; }
.results-hero { padding: 60px 0 64px; border-bottom: 1px solid var(--line); background: linear-gradient(135deg, #fff6f0, #eceff1); }
.results-hero-grid { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 40px; }
.results-hero h1 { margin-bottom: 16px; font-size: clamp(2.7rem, 5vw, 4.8rem); }
.results-hero h1 span { display: block; margin-top: 8px; color: var(--teal); font-size: .42em; letter-spacing: -.015em; }
.results-hero p { max-width: 780px; margin-bottom: 0; }
.results-summary { min-width: 170px; padding: 22px; border-left: 4px solid var(--orange); background: var(--white); }
.results-summary span, .results-summary small { display: block; color: var(--muted); font-size: .74rem; font-weight: 750; text-transform: uppercase; }
.results-summary strong { display: block; color: var(--ink-deep); font-size: 3.2rem; line-height: 1; }
.results-content { padding-top: 56px; }
.results-layout { display: grid; grid-template-columns: minmax(0, 1fr) 310px; align-items: start; gap: 28px; }
.results-toolbar { display: flex; justify-content: space-between; align-items: end; gap: 20px; margin-bottom: 22px; }
.results-toolbar h2 { margin-bottom: 6px; font-size: 1.8rem; }
.results-toolbar p { margin-bottom: 0; font-size: .88rem; }
.text-link { font-weight: 800; white-space: nowrap; }
.supplier-list { display: grid; gap: 14px; }
.supplier-card { position: relative; display: grid; grid-template-columns: 56px minmax(0, 1fr) 190px; gap: 20px; padding: 24px; border: 1px solid var(--line); border-radius: 16px; background: var(--white); box-shadow: 0 7px 24px rgba(8,47,57,.055); }
.supplier-rank span { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: var(--ink); color: var(--white); font-weight: 900; }
.supplier-heading { display: flex; justify-content: space-between; gap: 20px; }
.supplier-heading h3 { max-width: 530px; margin: 7px 0 5px; font-size: 1.22rem; }
.supplier-heading p { margin-bottom: 0; font-size: .8rem; }
.badges { display: flex; flex-wrap: wrap; gap: 6px; }
.badge { display: inline-flex; padding: 4px 8px; border: 1px solid #b8d0ce; border-radius: 999px; background: #f2f7f6; color: #315d5b; font-size: .67rem; font-weight: 850; letter-spacing: .03em; }
.badge-verified { border-color: #83c8bc; background: #e3f5f0; color: #075f57; }
.score { flex: 0 0 76px; text-align: right; }
.score strong { color: var(--teal-dark); font-size: 1.55rem; }
.score > span { color: var(--muted); font-size: .75rem; }
.score small { display: block; color: var(--muted); font-size: .63rem; text-transform: uppercase; }
.supplier-metrics { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; margin: 22px 0 0; }
.supplier-metrics div { padding-top: 12px; border-top: 1px solid var(--line); }
.supplier-metrics dt { color: var(--muted); font-size: .65rem; font-weight: 750; text-transform: uppercase; }
.supplier-metrics dd { margin: 3px 0 0; font-size: .84rem; font-weight: 800; }
.supplier-action { display: flex; flex-direction: column; justify-content: center; align-items: stretch; gap: 8px; border-left: 1px solid var(--line); padding-left: 20px; }
.supplier-action .button { min-height: 44px; font-size: .82rem; text-align: center; }
.supplier-action small { color: var(--muted); font-size: .68rem; text-align: center; }
.results-aside { position: sticky; top: 20px; display: grid; gap: 14px; }
.aside-card { padding: 26px; border-radius: 16px; background: var(--ink-deep); color: var(--white); }
.aside-card .eyebrow { color: #7ed0c7; }
.aside-card h2 { font-size: 1.5rem; }
.aside-card ol { padding-left: 21px; margin-bottom: 0; color: #c7d9dc; font-size: .85rem; }
.aside-card li + li { margin-top: 11px; }
.disclosure-card { padding: 22px; border: 1px solid #f0c89e; border-radius: 14px; background: #fff8eb; }
.disclosure-card strong { color: #6c3e0d; }
.disclosure-card p { margin: 6px 0 0; color: #73583a; font-size: .82rem; }
.empty-state { padding: 42px; border: 1px dashed #abc1c1; border-radius: var(--radius); text-align: center; }

.legal-hero { padding: 60px 0; border-bottom: 1px solid var(--line); background: linear-gradient(135deg, var(--teal-pale), #edf0f1); }
.legal-hero h1 { margin-bottom: 16px; font-size: clamp(2.8rem, 6vw, 5rem); }
.legal-hero span { color: var(--muted); font-size: .78rem; }
.legal-layout { display: grid; grid-template-columns: minmax(0, 1fr) 260px; align-items: start; gap: 70px; }
.legal-content { min-width: 0; }
.legal-content h2 { margin: 42px 0 12px; font-size: 1.65rem; }
.legal-content h2:first-child { margin-top: 0; }
.legal-content p { font-size: 1.02rem; line-height: 1.75; }
.legal-content li { margin-block: 8px; color: var(--muted); }
.policy-table-wrap { width: 100%; max-width: 100%; overflow-x: auto; border: 1px solid var(--line); border-radius: 12px; }
.policy-table-wrap table { width: 100%; min-width: 650px; border-collapse: collapse; background: var(--white); }
.policy-table-wrap th, .policy-table-wrap td { padding: 13px 15px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.policy-table-wrap th { background: #eef0f1; color: var(--ink-deep); }
.inline-link, .footer-link { padding: 0; border: 0; background: transparent; color: var(--teal-dark); font-weight: 750; text-decoration: underline; text-decoration-thickness: .08em; text-underline-offset: .18em; }
.inline-link:hover, .footer-link:hover { color: var(--orange-dark); }
.legal-nav { position: sticky; top: 24px; display: grid; padding: 23px; border: 1px solid var(--line); border-radius: 14px; background: white; }
.legal-nav h2 { font-size: 1.05rem; }
.legal-nav a { padding: 9px 0; border-top: 1px solid var(--line); font-size: .82rem; font-weight: 750; text-decoration: none; }
.legal-nav a[aria-current="page"] { color: var(--orange-dark); }
.not-found { display: grid; min-height: 65vh; place-items: center; padding: 90px 0; text-align: center; background: radial-gradient(circle, var(--teal-pale), transparent 60%); }
.not-found h1 { font-size: clamp(2.6rem, 6vw, 5rem); }
.not-found .button-row { justify-content: center; }
.error-code { display: block; color: rgba(8,127,118,.15); font-size: 8rem; font-weight: 950; line-height: .8; }

.site-footer { padding: 68px 0 20px; background: var(--ink-deep); color: #d3e0e2; }
.site-footer p { color: #9eb3b8; font-size: .88rem; }
.site-footer a { color: #d9f2ee; }
.brand-footer { margin-bottom: 18px; color: var(--white); }
.footer-grid { display: grid; grid-template-columns: 1.5fr .75fr 1fr; gap: 70px; }
.footer-grid nav { display: grid; align-content: start; }
.footer-grid h2 { color: var(--white); font-size: .95rem; }
.footer-grid nav a { padding: 5px 0; font-size: .82rem; }
.footer-grid .footer-link { min-height: 44px; justify-self: start; color: #d9f2ee; font-size: .82rem; }
.affiliate-note { max-width: 520px; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 50px; padding-top: 20px; border-top: 1px solid #23404a; color: #7f989f; font-size: .75rem; }
.consent-banner { position: fixed; z-index: 100; right: 20px; bottom: 20px; left: 20px; display: flex; align-items: center; justify-content: space-between; gap: 24px; max-width: 900px; margin: auto; padding: 18px 20px; border: 1px solid #31515a; border-radius: 14px; background: var(--ink-deep); color: var(--white); box-shadow: 0 20px 70px rgba(0,0,0,.3); }
.consent-banner p { margin: 3px 0 0; color: #b7c9cc; font-size: .8rem; }
.consent-actions { display: flex; flex: 0 0 auto; gap: 8px; }
.consent-banner .button-ghost { border-color: #4c6971; color: var(--white); }

@media (max-width: 1040px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 800px; }
  .proof-grid { grid-template-columns: 1fr 1fr; }
  .results-layout { grid-template-columns: 1fr; }
  .results-aside { position: static; grid-template-columns: 1fr 1fr; }
  .supplier-card { grid-template-columns: 50px minmax(0, 1fr); }
  .supplier-action { grid-column: 2; flex-direction: row; align-items: center; border-left: 0; padding-left: 0; }
  .supplier-action .button { min-width: 220px; }
  .supplier-action small { text-align: left; }
}

@media (max-width: 760px) {
  .shell { width: min(calc(100% - 28px), var(--shell)); }
  .header-inner { align-items: flex-start; flex-direction: column; gap: 4px; padding-block: 13px 8px; }
  .primary-nav { width: 100%; gap: 8px; overflow-x: auto; padding-bottom: 4px; scrollbar-width: thin; }
  .primary-nav a { flex: 0 0 auto; padding: 5px 8px; }
  .hero { padding-top: 54px; }
  .picker, .section-heading, .results-hero-grid, .legal-layout { grid-template-columns: 1fr; }
  .finder-number { display: none; }
  .proof-grid { grid-template-columns: 1fr 1fr; }
  .proof-title { grid-column: 1 / -1; }
  .process-grid, .part-link-grid { grid-template-columns: 1fr; }
  .process-grid li { min-height: 220px; }
  .process-grid li > span { margin-bottom: 35px; }
  .section-heading { gap: 16px; }
  .results-summary { width: 100%; }
  .supplier-card { grid-template-columns: 1fr; padding: 20px; }
  .supplier-rank { position: absolute; }
  .supplier-heading { padding-left: 54px; }
  .supplier-metrics { grid-template-columns: repeat(2, 1fr); }
  .supplier-action { grid-column: auto; flex-direction: column; align-items: stretch; }
  .supplier-action .button { min-width: 0; }
  .results-aside, .footer-grid { grid-template-columns: 1fr; }
  .footer-grid { gap: 35px; }
  .consent-banner { align-items: stretch; flex-direction: column; }
  .consent-actions { width: 100%; }
  .consent-actions .button { flex: 1; }
}

@media (max-width: 480px) {
  .proof-grid { grid-template-columns: 1fr; }
  .search-control button { min-width: 78px; }
  .results-toolbar { align-items: start; flex-direction: column; }
  .supplier-heading { flex-direction: column; }
  .score { text-align: left; }
  .consent-actions { flex-direction: column; }
  .footer-bottom { flex-direction: column; gap: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .001ms !important; animation-duration: .001ms !important; animation-iteration-count: 1 !important; }
}

@media (prefers-contrast: more) {
  :root { --muted: #3f4d55; --line: #88949a; }
  .button, input, select, textarea, .supplier-card, .finder-card { border-width: 2px; }
}

@media (forced-colors: active) {
  .brand-mark, .status-dot, .supplier-rank span { forced-color-adjust: none; }
  .hero { background: Canvas; }
  .hero h1, .hero-lede, .hero-copy .eyebrow, .trust-strip, .trust-strip strong { color: CanvasText; }
  .button, a, button, input, select, summary { forced-color-adjust: auto; }
}
