:root {
  --orange: #ff6900;
  --orange-dark: #c94800;
  --orange-action: #c94800;
  --orange-soft: #fff2e7;
  --peach: #fff8f1;
  --pink: #f33976;
  --ink: #201b1a;
  --muted: #6e6865;
  --line: #eadfd8;
  --paper: #ffffff;
  --white: #ffffff;
  --green: #16785d;
  --surface: #ffffff;
  --surface-warm: #fffaf6;
  --surface-soft: #fff6ee;
  --surface-muted: #f8f6f4;
  --shadow: 0 18px 50px rgba(70, 35, 17, .10);
  --small-shadow: 0 10px 28px rgba(70, 35, 17, .07);
  --hover-shadow: 0 16px 36px rgba(91, 43, 18, .12);
  --radius: 16px;
  --radius-control: 12px;
  --radius-pill: 999px;
  --motion: .18s ease;
  --max: 1120px;
  --measure: 74ch;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; }
button, input { font: inherit; }
button { cursor: pointer; }
:focus-visible { outline: 3px solid rgba(255,105,0,.38); outline-offset: 3px; }
.skip-link {
  position: fixed; z-index: 100; top: 10px; left: 10px; padding: .7rem 1rem;
  border-radius: 10px; color: #fff; background: var(--ink); transform: translateY(-160%);
}
.skip-link:focus { transform: none; }
.shell { width: min(calc(100% - 2rem), var(--max)); margin-inline: auto; }
.narrow { width: min(calc(100% - 2rem), var(--max)); margin-inline: auto; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}

h1, h2, h3 { margin-top: 0; line-height: 1.12; font-weight: 850; letter-spacing: -.035em; }
h1 { font-size: clamp(2.35rem, 5.5vw, 4.65rem); }
h2 { font-size: clamp(1.5rem, 2.4vw, 2.15rem); }
h3 { font-size: 1.15rem; }
p { margin-top: 0; }
.eyebrow {
  margin: 0 0 .7rem; color: var(--orange-dark); font-size: .76rem; font-weight: 850;
  letter-spacing: .13em; text-transform: uppercase;
}
.lead { max-width: 67ch; color: var(--muted); font-size: clamp(1.02rem, 1.6vw, 1.18rem); line-height: 1.55; }
.external-note { color: var(--muted); font-size: .78rem; }

.site-header { position: relative; z-index: 20; border-bottom: 1px solid #f2e8e1; background: rgba(255,255,255,.98); box-shadow: 0 1px 0 rgba(70,35,17,.025); }
.header-main {
  min-height: 82px; display: grid; grid-template-columns: auto minmax(280px, 1fr) auto;
  align-items: center; gap: 1.25rem;
}
.brand { display: inline-flex; align-items: center; gap: .62rem; text-decoration: none; white-space: nowrap; }
.brand-mark {
  position: relative; width: 42px; height: 36px; border-radius: 9px 9px 11px 11px;
  background: linear-gradient(145deg, #ff8c1a, var(--orange)); box-shadow: 0 8px 18px rgba(255,105,0,.24);
}
.brand-mark::before {
  content: ""; position: absolute; left: 12px; top: -10px; width: 16px; height: 14px;
  border: 2px solid var(--orange); border-bottom: 0; border-radius: 9px 9px 0 0;
}
.brand-mark::after { content: ""; position: absolute; left: 10px; top: 11px; width: 13px; height: 13px; border-radius: 50%; background: #fff7ef; box-shadow: 9px 0 0 #fff7ef; }
.brand-word { font-size: 1.58rem; font-weight: 900; letter-spacing: -.06em; }
.brand-word b { color: var(--orange-action); }
.brand-word em { font-style: normal; color: #2e2a28; }
.brand-badge {
  padding: .2rem .42rem; border: 1px solid #f1c29f; border-radius: 6px;
  color: #a74406; background: #fff7f0; font-size: .58rem; font-weight: 900; letter-spacing: .08em;
}
.header-search { min-width: 0; }
.search-frame {
  display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: .72rem;
  min-height: 58px; padding: .35rem .42rem .35rem 1rem; border: 2px solid var(--orange);
  border-radius: var(--radius-pill); background: #fff; box-shadow: 0 6px 18px rgba(255,105,0,.08);
}
.search-frame svg { width: 19px; height: 19px; color: var(--orange-dark); }
.search-frame input { min-width: 0; width: 100%; border: 0; outline: 0; color: var(--ink); background: transparent; }
.search-frame input::placeholder { color: var(--muted); opacity: 1; }
.search-frame button {
  min-height: 44px; padding: 0 1.25rem; border: 0; border-radius: var(--radius-pill);
  color: #fff; background: var(--orange-action); font-weight: 800;
}
.header-search .search-frame { grid-template-columns: auto minmax(0, 1fr) auto; }
.header-search .search-frame:has(.search-sources) { grid-template-columns: auto minmax(0, 1fr) auto auto; }
.search-sources { display: inline-flex; align-items: center; gap: .32rem; }
.search-sources b {
  display: grid; place-items: center; min-width: 28px; height: 28px; padding: 0 .32rem;
  border-radius: 50%; color: #fff; background: var(--orange-action); font-size: .55rem; letter-spacing: -.02em;
}
.search-sources b:nth-child(2) { background: #c43a17; }
.search-sources b:nth-child(3) { background: #b71849; }
.header-actions { display: flex; align-items: center; gap: .7rem; }
.header-tools { display: flex; align-items: center; gap: .35rem; }
.header-tool {
  display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid transparent;
  border-radius: var(--radius-control); color: var(--orange-dark); text-decoration: none;
}
.header-tool:hover { border-color: #f0c4a8; background: #fff7f0; }
.header-tool svg { width: 24px; height: 24px; }
.header-cta {
  display: inline-flex; align-items: center; gap: .35rem; min-height: 46px; padding: 0 1.05rem;
  border: 1px solid #f0c4a8; border-radius: var(--radius-control); color: #9a3c00; background: #fff7f0;
  font-weight: 800; text-decoration: none;
}
.header-cta svg { width: 17px; height: 17px; }
.notice-strip { border-top: 1px solid #fff; border-bottom: 1px solid var(--line); background: #fff; }
.notice-inner { min-height: 42px; display: flex; align-items: center; justify-content: space-between; gap: .8rem; color: #655d58; font-size: .85rem; }
.notice-inner strong { color: var(--orange-dark); }
.notice-inner a { color: var(--orange-dark); font-weight: 800; text-decoration: none; white-space: nowrap; }
.main-nav { position: relative; border-bottom: 1px solid var(--line); background: #fff; box-shadow: 0 3px 12px rgba(70,35,17,.025); }
.nav-inner { display: flex; gap: .25rem; overflow-x: auto; scrollbar-width: none; }
.nav-inner::-webkit-scrollbar { display: none; }
.nav-inner a {
  padding: .7rem .72rem; border-bottom: 2px solid transparent; color: #5b5551;
  font-size: .82rem; font-weight: 760; text-decoration: none; white-space: nowrap;
}
.nav-inner a:hover, .nav-inner a[aria-current="page"] { color: var(--orange-dark); border-bottom-color: var(--orange); }

.hero-actions { display: flex; flex-wrap: wrap; gap: .6rem; margin: 1rem 0; }
.button {
  display: inline-flex; align-items: center; justify-content: center; gap: .4rem; min-height: 48px;
  padding: .65rem 1.05rem; border: 1px solid #dccfc8; border-radius: var(--radius-control); color: var(--ink);
  background: #fff; box-shadow: 0 6px 18px rgba(60,35,20,.05); font-weight: 800; text-decoration: none;
}
.button.primary { color: #fff; border-color: var(--orange-action); background: var(--orange-action); }
.button.soft { color: #9d3e00; border-color: #f0c5a5; background: var(--orange-soft); }
.trust-note {
  max-width: 70ch; margin: 1rem 0 0; padding-left: .85rem; border-left: 3px solid var(--orange);
  color: #5e5651; font-size: .78rem; line-height: 1.55;
}
.showcase-hero { position: relative; overflow: hidden; padding: .75rem 0 1.4rem; background: #fff; }
.hero-banner {
  position: relative; isolation: isolate; display: grid; grid-template-columns: 1.08fr .92fr;
  min-height: 390px; overflow: hidden; padding: clamp(1.9rem, 4.4vw, 4rem);
  border-radius: 18px; color: #fff;
  background:
    radial-gradient(circle at 92% 15%, rgba(255,255,255,.26), transparent 22%),
    radial-gradient(circle at 62% 92%, rgba(255,191,211,.5), transparent 34%),
    linear-gradient(118deg, #d81759 0%, #e92d69 45%, #ef4d62 72%, #f66b25 100%);
  box-shadow: 0 24px 60px rgba(231,45,101,.22);
}
.hero-banner::before {
  content: ""; position: absolute; z-index: -1; right: -7%; top: -48%; width: 660px; height: 660px;
  border: 88px solid rgba(255,255,255,.09); border-radius: 50%;
}
.hero-banner::after {
  content: ""; position: absolute; z-index: -1; left: 30%; bottom: -58%; width: 560px; height: 560px;
  border-radius: 50%; background: radial-gradient(circle, rgba(255,255,255,.17), transparent 66%);
}
.hero-banner-copy { position: relative; z-index: 3; align-self: center; max-width: 650px; }
.hero-banner .eyebrow { color: #fff4dc; }
.showcase-hero h1 { max-width: 15ch; margin-bottom: 1rem; color: #fff; font-size: clamp(2.15rem, 3.5vw, 3.35rem); }
.showcase-hero h1 span { color: #fff2d7; }
.hero-banner-lead { max-width: 55ch; color: rgba(255,255,255,.91); font-size: 1.04rem; }
.hero-banner .button.primary { color: #d72e59; border-color: #fff; background: #fff; }
.hero-banner .button.soft, .hero-banner .button.ghost {
  color: #fff; border-color: rgba(255,255,255,.52); background: rgba(255,255,255,.13); box-shadow: none;
}
.hero-banner .trust-note {
  max-width: 60ch; color: rgba(255,255,255,.84); border-left-color: #fff; background: rgba(128,16,59,.12);
}
.hero-visual { position: relative; min-height: 310px; align-self: center; }
.visual-ring {
  position: absolute; left: 50%; top: 50%; border-radius: 50%; transform: translate(-50%,-50%);
  border: 28px solid rgba(255,255,255,.15);
}
.ring-one { width: 340px; height: 340px; }
.ring-two { width: 245px; height: 245px; border-width: 2px; border-color: rgba(255,255,255,.44); }
.finder-token {
  position: absolute; z-index: 2; left: 50%; top: 50%; display: flex; width: 190px; min-height: 236px;
  flex-direction: column; align-items: center; justify-content: center; padding: 1.1rem;
  border: 3px solid rgba(255,255,255,.62); border-radius: 24px;
  color: #8c1b69; background: linear-gradient(145deg, #ffe4f7, #ff9fe2);
  box-shadow: 0 25px 50px rgba(117,15,69,.28); transform: translate(-50%,-50%) rotate(-7deg);
}
.finder-token::after {
  content: ""; position: absolute; inset: 14px; border: 1px solid rgba(255,255,255,.7); border-radius: 16px; pointer-events: none;
}
.finder-token span, .finder-token strong, .finder-token small { position: relative; z-index: 1; text-align: center; }
.finder-token span { font-size: .66rem; font-weight: 900; letter-spacing: .12em; }
.finder-token strong { margin: .2rem 0; color: #951a69; font-size: 5rem; line-height: 1; text-shadow: 0 5px 0 rgba(255,255,255,.22); }
.finder-token small { font-size: .66rem; font-weight: 800; }
.floating-card {
  position: absolute; z-index: 3; display: flex; align-items: center; gap: .45rem; padding: .65rem .78rem;
  border: 2px solid rgba(255,255,255,.62); border-radius: 14px; color: #7c2758;
  background: #fff1df; box-shadow: 0 12px 24px rgba(113,15,60,.2); font-size: .7rem; font-weight: 900;
}
.floating-card b { display: grid; place-items: center; width: 27px; height: 27px; border-radius: 50%; color: #fff; background: var(--orange-action); }
.card-one { left: 3%; top: 15%; transform: rotate(-8deg); }
.card-two { right: 1%; top: 22%; transform: rotate(7deg); }
.card-three { right: 5%; bottom: 8%; transform: rotate(-4deg); }
.spark { position: absolute; z-index: 4; color: #fff0b6; text-shadow: 0 6px 15px rgba(130,22,66,.25); }
.spark-one { left: 12%; bottom: 13%; font-size: 2.1rem; }
.spark-two { right: 10%; top: 4%; font-size: 2.8rem; }
.spark-three { right: 29%; bottom: 2%; font-size: 1.3rem; }
.hero-search-dock {
  position: relative; z-index: 5; width: min(880px, calc(100% - 2rem)); margin: -28px auto 0; padding: .55rem;
  border: 1px solid #f0d4c1; border-radius: 23px; background: #fff; box-shadow: 0 18px 42px rgba(83,36,15,.16);
}
.hero-search-dock .search-frame { min-height: 62px; border-width: 2px; }
.hero-search-dock small { display: block; margin: .45rem .75rem 0; color: var(--muted); text-align: center; font-size: .72rem; }

.section { padding: 2.7rem 0; background: #fff; }
.section.directory-section { padding-top: .7rem; }
.section + .section { border-top: 1px solid #f3ebe6; }
.section-heading { display: flex; justify-content: space-between; gap: .9rem; align-items: end; margin-bottom: 1.05rem; }
.quick-answer + .section-heading { margin-top: 2.2rem; }
.section-heading p { max-width: 61ch; margin-bottom: 0; color: var(--muted); }
.section-heading h2 { margin-bottom: .5rem; }
.text-link { color: var(--orange-dark); font-weight: 850; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.quick-answer {
  margin-top: -.8rem; padding: 1.05rem 1.15rem; border: 1px solid #f0d5c0;
}
.quick-answer strong { display: block; margin-bottom: .25rem; color: var(--orange-dark); font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; }
.quick-answer p { margin: 0; }
.directory-heading { max-width: 800px; margin: 0 auto 1.25rem; text-align: center; }
.directory-heading h2 { margin-bottom: .65rem; font-size: clamp(1.75rem, 3.25vw, 2.9rem); }
.directory-heading p:last-child { max-width: 720px; margin: 0 auto; color: #534b47; font-size: 1.05rem; font-weight: 650; }
.directory-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: .8rem; }
.directory-tile {
  position: relative; display: flex; min-height: 184px; flex-direction: column; align-items: center; justify-content: center;
  padding: 1rem; border: 1px solid var(--line); color: var(--ink); text-align: center; text-decoration: none;
}
.directory-emoji {
  display: grid; place-items: center; width: 72px; height: 72px; margin-bottom: .8rem;
  border: 1px solid #f4ddd0; border-radius: 15px; background: linear-gradient(145deg, #fff0e5, #fff9f4);
  box-shadow: inset 0 1px 0 #fff, 0 9px 20px rgba(132,65,28,.08); font-size: 2.35rem;
}
.directory-emoji svg { width: 46px; height: 46px; color: var(--orange-dark); }
.directory-tile strong { font-size: 1.14rem; letter-spacing: -.02em; }
.directory-tile small { max-height: 0; overflow: hidden; margin-top: 0; color: var(--orange-dark); font-size: .7rem; font-weight: 800; opacity: 0; transition: .18s ease; }
.directory-tile:hover small, .directory-tile:focus-visible small { max-height: 2rem; margin-top: .35rem; opacity: 1; }
.directory-more .directory-emoji { background: linear-gradient(145deg, #ffe4cf, #fff5ec); }
.directory-footer { display: flex; justify-content: space-between; gap: .8rem; margin-top: .9rem; color: var(--muted); font-size: .78rem; }
.directory-footer a { color: var(--orange-dark); font-weight: 850; text-decoration: none; }
.article-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: .8rem; }
.article-card {
  display: flex; min-height: 232px; flex-direction: column; padding: 1.2rem;
  border: 1px solid var(--line); color: var(--ink); text-decoration: none;
}
.article-kicker { color: var(--orange-dark); font-size: .7rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.article-card h3 { margin: .75rem 0; font-size: 1.35rem; }
.article-card p { flex: 1; color: var(--muted); font-size: .9rem; }
.article-card strong { color: var(--orange-dark); font-size: .82rem; }
.article-index-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: .8rem; }
.article-index-grid .article-card { min-height: 214px; }
.article-intro-box {
  margin-top: 1.4rem; padding: 1.05rem; border: 1px solid var(--line);
}
.article-intro-box h3 { margin-bottom: .5rem; }
.article-meta-line { display: flex; flex-wrap: wrap; gap: .55rem; margin: .9rem 0 0; color: var(--muted); font-size: .76rem; font-weight: 750; }
.article-meta-line span { padding: .25rem .5rem; border-radius: 999px; background: #fff1e7; }
.article-meta-line a { color: var(--orange-dark); text-underline-offset: 3px; }
.query-chip-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: .6rem; }
.query-chip {
  display: flex; min-height: 72px; align-items: center; justify-content: space-between; gap: .75rem;
  padding: .75rem .9rem; border: 1px solid var(--line); color: var(--ink);
  background: linear-gradient(145deg, #fff, #fff9f4); font-size: .84rem; font-weight: 800; text-decoration: none;
}
.query-chip::after { content: "↗"; flex: none; color: var(--orange-dark); }
.intent-list { display: grid; gap: .6rem; margin-top: .8rem; }
.intent-row { padding: .85rem 1rem; border-left: 4px solid var(--orange); background: #fff8f1; }
.intent-row strong { display: block; margin-bottom: .3rem; }
.intent-row p { margin: 0; color: var(--muted); }
.decision-rule { padding: 1.05rem; border: 1px solid #efc9af; }
.decision-rule strong { color: var(--orange-dark); }
.evidence-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: .7rem; }
.evidence-grid > div { padding: .95rem; border: 1px solid var(--line); }
.evidence-grid h3 { margin-bottom: .45rem; }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: .8rem; }
.card {
  padding: 1.15rem; border: 1px solid var(--line);
}
.card h3 { margin-bottom: .55rem; }
.card p { color: var(--muted); font-size: .92rem; }
.card p:last-child { margin-bottom: 0; }
.card .card-label { color: var(--orange-dark); font-size: .7rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.card .card-link { color: var(--orange-dark); font-size: .84rem; font-weight: 850; text-decoration: none; }
.detail-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: .8rem; }
.category-detail { display: grid; grid-template-columns: auto 1fr; gap: .8rem; }
.category-detail .category-icon { display: grid; place-items: center; width: 58px; height: 58px; border-radius: 15px; color: var(--orange); background: var(--orange-soft); }
.category-detail .category-icon svg { width: 34px; height: 34px; }
.category-detail h3 { margin: .15rem 0 .5rem; }
.category-detail p { margin-bottom: .55rem; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: .8rem; counter-reset: step; }
.step { padding: 1.15rem; border-top: 4px solid var(--orange); background: #fff; box-shadow: var(--small-shadow); }
.step-number { display: grid; place-items: center; width: 34px; height: 34px; margin-bottom: .8rem; border-radius: 50%; color: #fff; background: var(--orange-action); font-weight: 900; }
.save-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: 1.5rem; align-items: start; }
.check-list { display: grid; gap: .55rem; margin: 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding: .72rem .9rem .72rem 2.4rem; border: 1px solid var(--line); border-radius: 12px; color: var(--ink); background: #fff; box-shadow: var(--small-shadow); }
.check-list li::before { content: "✓"; position: absolute; left: .9rem; color: var(--orange-dark); font-weight: 900; }
.link-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: .7rem; }
.link-tile { display: block; min-height: 134px; padding: 1rem; border: 1px solid var(--line); text-decoration: none; }
.link-tile strong { display: block; margin-bottom: .45rem; }
.link-tile span { color: var(--muted); font-size: .84rem; }
.link-tile i { display: block; margin-top: .65rem; color: var(--orange-dark); font-style: normal; }
.search-band { padding: 1.35rem; color: #fff; background: linear-gradient(115deg, #26201e, #4b2a1b); }
.search-band-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 1.15rem; align-items: center; }
.search-band p { margin-bottom: 0; color: #d7cdc8; }
.search-band .search-frame { border-color: #ff9a50; }
.closing { text-align: center; }
.closing p { max-width: 67ch; margin-inline: auto; color: var(--muted); }
.center-actions { display: flex; justify-content: center; gap: .7rem; flex-wrap: wrap; }

/* Shared visual system: one surface, radius and interaction language across pages. */
.directory-tile,
.article-card,
.article-intro-box,
.card,
.evidence-grid > div,
.score,
.link-tile,
.faq-list details {
  border-color: var(--line);
  border-radius: var(--radius);
  background: linear-gradient(145deg, var(--surface) 0%, var(--surface-warm) 100%);
  box-shadow: var(--small-shadow);
}
.directory-tile,
.article-card,
.query-chip,
.link-tile,
.button,
.header-tool,
.header-cta {
  transition: transform var(--motion), border-color var(--motion), box-shadow var(--motion), background-color var(--motion);
}
.directory-tile:hover,
.article-card:hover,
.query-chip:hover,
.link-tile:hover {
  border-color: #efae80;
  box-shadow: var(--hover-shadow);
  transform: translateY(-3px);
}
.button:hover { transform: translateY(-2px); box-shadow: var(--small-shadow); }
.button:active,
.header-cta:active,
.header-tool:active { transform: translateY(0); }

.quick-answer,
.decision-rule,
.legal-box {
  border-color: #efd1bc;
  border-radius: var(--radius);
  background: linear-gradient(135deg, var(--surface-soft), var(--surface));
  box-shadow: 0 8px 24px rgba(91,43,18,.055);
}
.callout {
  border-top: 1px solid #f0d7c5;
  border-right: 1px solid #f0d7c5;
  border-bottom: 1px solid #f0d7c5;
  border-radius: 0 var(--radius) var(--radius) 0;
  background: var(--surface-soft);
}
.query-chip,
.intent-row,
.checksheet,
.comparison,
.search-band {
  border-radius: var(--radius);
}
.intent-row { border-radius: 0 var(--radius) var(--radius) 0; }
.step { border-radius: 0 0 var(--radius) var(--radius); }
.evidence-grid .article-intro-box { margin-top: 0; }
.faq-list details[open] { border-color: #efbd99; background: var(--surface-soft); }
.article > section > :last-child { margin-bottom: 0; }
.article > section > p,
.article > section > ul,
.article > section > ol {
  max-width: var(--measure);
}
.section-heading h2,
.directory-heading h2,
.article h2 { text-wrap: balance; }
.page-hero {
  position: relative; overflow: hidden; padding: 2rem 0 1.75rem; border-bottom: 1px solid var(--line);
  background: #fff;
}
.page-hero .shell { position: relative; z-index: 1; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: .4rem; margin-bottom: .8rem; color: var(--muted); font-size: .78rem; }
.breadcrumbs a { color: var(--orange-dark); }
.page-hero h1 { max-width: 21ch; margin-bottom: 1rem; font-size: clamp(1.75rem, 3.5vw, 2.8rem); }
.article { padding: 2.2rem 0 2.8rem; }
.article > section, .article > div > section { margin-top: 1.9rem; }
.article h2 { margin-bottom: .7rem; }
.article h3 { margin-top: 1.2rem; }
.article p, .article li { color: #4f4946; }
.article a { color: var(--orange-dark); }
.article ul, .article ol { padding-left: 1.35rem; }
.article li { margin: .35rem 0; }
.toc { display: flex; flex-wrap: wrap; gap: .4rem; margin-top: 1rem; }
.toc a { padding: .38rem .65rem; border: 1px solid var(--line); border-radius: 999px; background: #fff; font-size: .76rem; font-weight: 750; text-decoration: none; }
.comparison { overflow-x: auto; border: 1px solid var(--line); }
.comparison table { width: 100%; min-width: 650px; border-collapse: collapse; background: #fff; }
.comparison th, .comparison td { padding: .72rem .85rem; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.comparison th { color: #fff; background: #352a26; font-size: .8rem; }
.comparison tr:last-child td { border-bottom: 0; }
.callout { padding: 1rem 1.15rem; border-left: 4px solid var(--orange); }
.callout p:last-child { margin-bottom: 0; }
.score-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: .75rem; }
.score { padding: .85rem; border: 1px solid var(--line); }
.score strong { display: block; color: var(--orange-dark); font-size: 1.35rem; }
.checksheet { display: grid; gap: .55rem; padding: .95rem; border: 1px solid var(--line); background: #fff; }
.checksheet label { display: flex; gap: .7rem; align-items: flex-start; padding: .7rem; border-radius: 10px; background: #fffaf6; }
.checksheet input { width: 20px; height: 20px; margin-top: .15rem; accent-color: var(--orange); }
.faq-list { display: grid; gap: .6rem; }
.faq-list details { padding: .85rem 1rem; border: 1px solid var(--line); }
.faq-list summary { cursor: pointer; font-weight: 850; }
.faq-list p { margin: .75rem 0 0; }
.legal-box { padding: 1.1rem; border: 1px solid #efd1bc; }

.site-footer { border-top: 1px solid var(--line); background: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 1.7rem; padding: 1.9rem 0 1.25rem; }
.footer-brand p { max-width: 68ch; margin: .8rem 0 0; color: var(--muted); font-size: .82rem; }
.footer-links { display: grid; grid-template-columns: repeat(2, 1fr); gap: .55rem 1.2rem; align-content: start; }
.footer-links a { color: #4e4845; font-size: .82rem; text-decoration: none; }
.footer-links a:hover { color: var(--orange-dark); }
.footer-bottom { padding: .65rem 0 .85rem; border-top: 1px solid var(--line); color: var(--muted); font-size: .74rem; }

@media (max-width: 980px) {
  .header-main { grid-template-columns: auto 1fr; gap: 1rem; padding: .85rem 0; }
  .header-search { grid-column: 1 / -1; grid-row: 2; }
  .header-actions { justify-self: end; }
  .search-sources { display: none; }
  .save-grid, .search-band-grid { grid-template-columns: 1fr; }
  .hero-banner { grid-template-columns: 1fr; min-height: auto; }
  .hero-banner-copy { max-width: 720px; }
  .showcase-hero h1 { max-width: 15ch; }
  .hero-visual { position: absolute; inset: auto -80px -85px auto; width: 390px; opacity: .28; pointer-events: none; }
  .directory-grid { grid-template-columns: repeat(3, 1fr); }
  .card-grid { grid-template-columns: repeat(2, 1fr); }
  .article-card-grid { grid-template-columns: repeat(2, 1fr); }
  .query-chip-grid { grid-template-columns: repeat(2, 1fr); }
  .link-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 680px) {
  body { font-size: 15px; }
  .shell, .narrow { width: min(calc(100% - 1.2rem), var(--max)); }
  .brand-word { font-size: 1.35rem; }
  .brand-mark { width: 37px; height: 32px; }
  .brand-badge { display: none; }
  .header-tools { display: none; }
  .header-cta { min-height: 40px; padding: 0 .7rem; font-size: .75rem; }
  .search-frame { min-height: 52px; padding-left: .8rem; }
  .search-frame button { min-height: 40px; padding-inline: .85rem; }
  .notice-inner { min-height: 42px; font-size: .73rem; }
  .notice-inner span:last-child { display: none; }
  .main-nav::after { content: ""; position: absolute; top: 0; right: 0; bottom: 0; width: 28px; pointer-events: none; background: linear-gradient(90deg, rgba(255,255,255,0), #fff); }
  .nav-inner { padding-right: 1.35rem; }
  .nav-inner a { padding: .62rem .62rem; }
  .showcase-hero { padding: .4rem 0 1.25rem; }
  .hero-banner { padding: 1.8rem 1.15rem 3rem; border-radius: 15px; }
  .showcase-hero h1 { max-width: 15ch; font-size: clamp(1.85rem, 9vw, 2.4rem); }
  .hero-banner-lead { font-size: .94rem; }
  .hero-banner .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-banner .button { width: 100%; }
  .hero-visual { display: none; }
  .hero-search-dock { width: calc(100% - 1rem); margin-top: -26px; padding: .45rem; }
  .hero-search-dock .search-frame { grid-template-columns: auto minmax(0,1fr); padding: .55rem .65rem; }
  .hero-search-dock .search-frame button { grid-column: 1 / -1; width: 100%; }
  .hero-search-dock small { margin-inline: .35rem; }
  .section { padding: 1.9rem 0; }
  .section-heading { align-items: flex-start; flex-direction: column; }
  .directory-heading { margin-bottom: .9rem; }
  .directory-heading h2 { font-size: clamp(1.65rem, 7.8vw, 2.15rem); }
  .directory-heading p:last-child { font-size: .92rem; font-weight: 600; }
  .directory-grid { grid-template-columns: repeat(2, 1fr); gap: .6rem; }
  .directory-tile { min-height: 148px; padding: .75rem; border-radius: 14px; }
  .directory-emoji { width: 60px; height: 60px; margin-bottom: .65rem; font-size: 1.9rem; }
  .directory-tile strong { font-size: .98rem; }
  .directory-tile small { display: none; }
  .directory-footer { align-items: flex-start; flex-direction: column; }
  .card-grid, .detail-cards, .steps, .link-grid, .score-grid, .footer-grid { grid-template-columns: 1fr; }
  .article-card-grid, .article-index-grid, .evidence-grid, .query-chip-grid { grid-template-columns: 1fr; }
  .article-card { min-height: 205px; }
  .category-detail { grid-template-columns: 1fr; }
  .link-tile { min-height: 120px; }
  .page-hero { padding: 1.55rem 0; }
  .page-hero h1 { font-size: clamp(1.65rem, 8vw, 2.15rem); }
  .article { padding: 1.75rem 0 2.1rem; }
  .article > section, .article > div > section { margin-top: 1.6rem; }
  .footer-grid { gap: 1.1rem; }
  .footer-links { grid-template-columns: repeat(2, 1fr); }
}

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