:root {
  --ink: #0b2036;
  --muted: #5a6c78;
  --surface: #ffffff;
  --line: #d7e3e7;
  --accent: #087667;
  --accent-dark: #075c52;
  --mint: #48ebc8;
  --navy: #082d49;
  --sky: #245777;
  --warm: #f0b76a;
  --shadow-sm: 0 8px 22px rgba(8, 45, 73, .055);
  --shadow-card: 0 12px 30px rgba(8, 45, 73, .075);
  --shadow-hover: 0 18px 38px rgba(8, 45, 73, .13);
  --radius-sm: 12px;
  --radius-md: 16px;
  --radius-lg: 22px;
  --max: 1160px;
  --reading-measure: 72ch;
  --section-y: clamp(2.75rem, 5vw, 4.4rem);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--surface);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.68;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
a { color: var(--accent-dark); text-underline-offset: .18em; }
a:hover { color: var(--accent); }
a:focus-visible, button:focus-visible, input:focus-visible { outline: 3px solid var(--warm); outline-offset: 3px; }
img, svg { max-width: 100%; }
.icon-svg { display: block; width: 1.55rem; height: 1.55rem; overflow: visible; }
.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; }
.skip-link { position: absolute; left: 1rem; top: -5rem; z-index: 20; padding: .75rem 1rem; background: var(--ink); color: white; border-radius: var(--radius-sm); }
.skip-link:focus { top: 1rem; }
.wrap { width: min(calc(100% - 2rem), var(--max)); margin-inline: auto; }
.site-header { position: sticky; top: 0; z-index: 10; border-bottom: 1px solid rgba(215,227,231,.92); background: rgba(255,255,255,.94); box-shadow: 0 7px 24px rgba(8,45,73,.045); backdrop-filter: blur(14px); }
.nav-row { display: flex; align-items: center; min-height: 68px; gap: 1.25rem; }
.brand { display: inline-flex; align-items: center; gap: .7rem; color: var(--ink); text-decoration: none; font-weight: 800; letter-spacing: -.025em; white-space: nowrap; }
.brand-mark { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid rgba(8,45,73,.18); border-radius: var(--radius-sm); background: var(--mint); color: var(--navy); font-size: .78rem; letter-spacing: -.04em; box-shadow: inset 0 -3px 0 rgba(8,45,73,.08), var(--shadow-sm); }
.nav { display: flex; gap: 1.05rem; margin-left: auto; overflow-x: auto; scrollbar-width: none; }
.nav a { position: relative; color: #405564; text-decoration: none; font-size: .88rem; font-weight: 750; white-space: nowrap; }
.nav a[aria-current="page"], .nav a:hover { color: var(--accent-dark); }
.nav a[aria-current="page"]::after { content: ""; position: absolute; right: 0; bottom: -.55rem; left: 0; height: 2px; border-radius: 999px; background: var(--mint); }
main { overflow: hidden; }
.hero { position: relative; padding: clamp(3.5rem, 6.5vw, 5.8rem) 0 clamp(3rem, 5.5vw, 4.8rem); }
.search-hero { isolation: isolate; min-height: min(690px, calc(100vh - 68px)); overflow: hidden; color: #fff; background: radial-gradient(circle at 12% 8%, rgba(255,191,132,.92), transparent 28%), radial-gradient(circle at 78% 23%, rgba(64,194,196,.2), transparent 29%), linear-gradient(145deg, #4c8094 0%, #245777 38%, #0c3858 72%, #082d49 100%); }
.search-hero::before, .search-hero::after { content: ""; position: absolute; z-index: -1; border-radius: 50%; filter: blur(2px); opacity: .72; }
.search-hero::before { width: 520px; height: 160px; left: -90px; top: 90px; background: radial-gradient(ellipse, rgba(255,255,255,.48), rgba(255,255,255,0) 70%); transform: rotate(-8deg); }
.search-hero::after { width: 780px; height: 260px; right: -210px; bottom: 20px; background: radial-gradient(ellipse, rgba(135,190,219,.3), rgba(42,104,139,0) 72%); }
.sky-glow { position: absolute; z-index: -1; width: 34vw; height: 34vw; min-width: 340px; min-height: 340px; top: -21vw; left: 3vw; border-radius: 50%; background: radial-gradient(circle, rgba(255,228,184,.72), rgba(255,190,128,.23) 42%, transparent 71%); }
.flight-line { position: absolute; z-index: -1; width: min(53vw, 780px); height: min(21vw, 280px); right: -5vw; top: 12%; border-top: 2px solid rgba(255,255,255,.22); border-radius: 50%; transform: rotate(-12deg); }
.flight-line::before, .flight-line::after { content: ""; position: absolute; width: 110px; height: 38px; border-radius: 50%; background: rgba(255,255,255,.07); box-shadow: 60px -15px 0 rgba(255,255,255,.05), -60px 10px 0 rgba(255,255,255,.04); }
.flight-line::before { right: 20%; top: -80px; }
.flight-line::after { left: 18%; top: 70px; }
.flight-line span { position: absolute; right: 8%; top: -42px; display: grid; place-items: center; width: 66px; height: 66px; border: 1px solid rgba(255,255,255,.3); border-radius: var(--radius-lg); background: rgba(255,255,255,.1); color: #63f0d2; box-shadow: 0 18px 48px rgba(0,25,46,.24); backdrop-filter: blur(10px); }
.flight-line .icon-svg { width: 34px; height: 34px; }
.search-hero-inner { position: relative; }
.search-hero-copy { max-width: 890px; }
.search-hero .eyebrow { color: #71f1d6; }
.search-hero h1 { max-width: 980px; color: #fff; font-size: clamp(2.25rem, 4.25vw, 3.8rem); text-wrap: balance; text-shadow: 0 3px 25px rgba(0,25,48,.22); }
.search-hero .lede { max-width: 760px; color: rgba(255,255,255,.84); }
.hero-search { display: grid; grid-template-columns: minmax(0, 760px) auto; gap: .8rem; max-width: 980px; margin-top: 1.5rem; }
.search-shell { display: flex; align-items: center; min-width: 0; min-height: 72px; padding: .45rem .65rem .45rem .8rem; border: 1px solid rgba(255,255,255,.72); border-radius: var(--radius-lg); background: #fff; box-shadow: 0 22px 55px rgba(1,25,45,.26); }
.source-marks { display: flex; align-items: center; gap: .38rem; padding-right: .75rem; border-right: 1px solid #dce5e9; }
.source-marks span { display: grid; place-items: center; width: 32px; height: 32px; border: 1px solid #d9e4e8; border-radius: 50%; background: #eef3f5; color: #657783; font-size: .66rem; font-weight: 850; box-shadow: inset 0 1px 0 #fff; }
.source-marks span:nth-child(2) { font-size: .54rem; }
.search-shell input { width: 100%; min-width: 0; height: 54px; padding: 0 1rem; border: 0; outline: 0; background: transparent; color: #1b2a33; font: inherit; }
.search-shell input::placeholder { color: #97a2a8; opacity: 1; }
.search-shell input::-webkit-search-cancel-button { cursor: pointer; }
.search-symbol { display: grid; place-items: center; flex: 0 0 auto; width: 42px; height: 42px; color: #587786; }
.search-symbol .icon-svg { width: 27px; height: 27px; }
.hero-search-button { min-width: 178px; min-height: 72px; padding: 0 1.55rem; border: 1px solid rgba(255,255,255,.25); border-radius: var(--radius-lg); background: var(--mint); color: #062a3b; font: inherit; font-weight: 900; cursor: pointer; box-shadow: 0 20px 44px rgba(0,29,46,.26), inset 0 1px 0 rgba(255,255,255,.5); transition: transform .18s ease, background .18s ease, box-shadow .18s ease; }
.hero-search-button:hover { transform: translateY(-2px); background: #74f4d8; }
.search-note { max-width: 850px; margin: .65rem 0 0; color: rgba(255,255,255,.68); font-size: .78rem; }
.hero-shortcuts { display: flex; flex-wrap: wrap; gap: .55rem; margin-top: .95rem; }
.hero-shortcuts a { padding: .48rem .95rem; border: 1px solid rgba(255,255,255,.66); border-radius: 999px; color: #fff; text-decoration: none; font-size: .82rem; font-weight: 750; background: rgba(7,46,70,.18); }
.hero-shortcuts a:hover { border-color: #67f1d3; color: #82f8df; }
.hero-service-bar { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: .4rem; max-width: 980px; margin-top: 2.65rem; padding: .7rem .85rem; border: 1px solid rgba(255,255,255,.25); border-radius: var(--radius-lg); background: rgba(255,255,255,.13); box-shadow: inset 0 1px 0 rgba(255,255,255,.08); backdrop-filter: blur(16px); }
.hero-service-bar div { display: flex; align-items: center; gap: .75rem; min-width: 0; padding: .35rem .75rem; color: rgba(255,255,255,.88); font-size: .82rem; }
.service-icon { display: grid; place-items: center; flex: 0 0 auto; width: 40px; height: 40px; border: 1px solid rgba(255,255,255,.32); border-radius: var(--radius-sm); background: rgba(255,255,255,.07); color: #77f4d9; }
.service-icon .icon-svg { width: 23px; height: 23px; }
.hero-trust { max-width: 980px; margin: .75rem 0 0; color: rgba(255,255,255,.62); font-size: .72rem; }
.eyebrow { margin: 0 0 .7rem; color: var(--accent); font-size: .79rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
h1, h2, h3 { color: var(--ink); line-height: 1.12; letter-spacing: -.035em; text-wrap: balance; }
h2, h3 { scroll-margin-top: 100px; }
h1 { max-width: 820px; margin: 0; font-size: clamp(2.45rem, 5vw, 4.35rem); }
h2 { margin: 0 0 .75rem; font-size: clamp(1.65rem, 2.55vw, 2.35rem); }
h3 { margin: 0 0 .45rem; font-size: 1.1rem; }
.lede { max-width: 720px; margin: 1rem 0; color: #3f4b43; font-size: clamp(1.05rem, 2vw, 1.25rem); }
.actions { display: flex; flex-wrap: wrap; gap: .65rem; margin-top: 1.15rem; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 48px; padding: .75rem 1.05rem; border: 1px solid var(--line); border-radius: var(--radius-sm); background: var(--surface); color: var(--ink); text-decoration: none; font-size: .92rem; font-weight: 800; box-shadow: var(--shadow-sm); transition: transform .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease; }
.button:hover { transform: translateY(-1px); box-shadow: var(--shadow-card); }
.button.primary { border-color: var(--accent); background: var(--accent); color: white; }
.button.primary:hover { background: var(--accent-dark); color: white; }
.button.ghost:hover { border-color: var(--accent); }
.search-input { flex: 1; min-width: 220px; min-height: 48px; padding: .75rem 1rem; border: 1px solid var(--line); border-radius: var(--radius-sm); background: var(--surface); color: var(--ink); font: inherit; }
.section { padding: var(--section-y) 0; background: var(--surface); }
.section-intro { max-width: 690px; margin-bottom: 1.4rem; color: var(--muted); }
.quick-answer { display: grid; grid-template-columns: 105px 1fr; gap: 1rem; padding: 1.15rem 1.25rem; border: 1px solid #c5ddd8; border-radius: var(--radius-md); background: var(--surface); box-shadow: var(--shadow-sm); }
.quick-answer strong { color: var(--accent-dark); font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; }
.quick-answer p { margin: 0; }
.article-meta { margin: .8rem 0 0; color: var(--muted); font-size: .82rem; }
.article-meta a { font-weight: 750; }
.article-toc { display: flex; flex-wrap: wrap; gap: .45rem; margin: 1.25rem 0 1.6rem; padding: .85rem 1rem; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--surface); box-shadow: var(--shadow-sm); }
.article-toc strong { width: 100%; color: var(--accent-dark); font-size: .76rem; letter-spacing: .08em; text-transform: uppercase; }
.article-toc a { padding: .36rem .58rem; border-radius: var(--radius-sm); background: #f4f8f8; font-size: .82rem; font-weight: 750; text-decoration: none; }
.source-list { max-width: var(--reading-measure); padding: 1rem 1.15rem; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--surface); box-shadow: var(--shadow-sm); }
.source-list p:first-child { margin-top: 0; }
.source-list ul:last-child { margin-bottom: 0; }
.grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: .8rem; }
.grid-2 { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: .8rem; }
.directory-header { max-width: 760px; margin: 0 auto 1.75rem; text-align: center; }
.directory-header .eyebrow { margin-bottom: .65rem; color: #088473; }
.directory-header h2 { margin-bottom: .65rem; color: #0b2036; font-size: clamp(1.95rem,3.35vw,2.9rem); }
.directory-header p:last-child { margin: 0; color: #5b6c7b; font-weight: 650; }
.directory-grid { display: grid; grid-template-columns: repeat(6,minmax(0,1fr)); gap: .8rem; }
.directory-card { position: relative; display: flex; align-items: center; flex-direction: column; justify-content: center; min-height: 184px; padding: 1.05rem .85rem .95rem; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--surface); color: #102135; text-align: center; text-decoration: none; box-shadow: var(--shadow-card); transition: transform .18s ease,border-color .18s ease,box-shadow .18s ease; }
.directory-card:hover { transform: translateY(-4px); border-color: #4bd8c2; color: #0a3b45; box-shadow: var(--shadow-hover); }
.directory-card:focus-visible { outline-color: #13a88f; }
.directory-icon { display: grid; place-items: center; width: 80px; height: 80px; margin-bottom: .8rem; border: 1px solid rgba(72,235,200,.22); border-radius: var(--radius-md); background: linear-gradient(145deg,#e2fbf6,#f7fffd); color: #0b806f; box-shadow: var(--shadow-sm), inset 0 1px 0 #fff; }
.directory-icon .icon-svg { width: 44px; height: 44px; }
.directory-icon-blue { border-color: rgba(66,145,184,.18); background: linear-gradient(145deg,#e5f5fb,#f7fdff); color: #266b88; }
.directory-icon-warm { border-color: rgba(218,157,79,.2); background: linear-gradient(145deg,#fff3e5,#fffaf5); color: #a96818; }
.directory-icon-dark { border-color: rgba(34,74,96,.16); background: linear-gradient(145deg,#e9f0f3,#f9fcfd); color: #234b60; }
.directory-card strong { font-size: 1.08rem; letter-spacing: -.025em; }
.directory-arrow { position: absolute; top: .75rem; right: .85rem; color: #18a98f; font-size: .82rem; opacity: 0; transform: translate(-3px,3px); transition: opacity .18s ease,transform .18s ease; }
.directory-card:hover .directory-arrow,.directory-card:focus-visible .directory-arrow { opacity: 1; transform: translate(0,0); }
.directory-card-more { border-color: #a8ddd5; }
.directory-note { max-width: 930px; margin: 1rem auto 0; color: #667783; text-align: center; font-size: .78rem; }
.card { padding: 1.15rem; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--surface); box-shadow: var(--shadow-card); transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease; }
.card:hover { border-color: #bddbd6; box-shadow: var(--shadow-hover); }
.card p { margin: .55rem 0 0; color: var(--muted); }
.card p:last-child { margin-bottom: 0; }
.card-link { display: inline-block; margin-top: .35rem; font-weight: 800; }
.icon { display: grid; place-items: center; width: 44px; height: 44px; margin-bottom: .7rem; border: 1px solid #cce7e2; border-radius: var(--radius-sm); background: linear-gradient(145deg,#e4faf6,#f8fffd); color: var(--accent-dark); box-shadow: var(--shadow-sm), inset 0 1px 0 #fff; }
.icon .icon-svg { width: 26px; height: 26px; }
.split { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(1.5rem, 4vw, 3.5rem); align-items: start; }
.prose { max-width: none; }
.prose p { max-width: var(--reading-measure); margin-block: .72rem; }
.prose > ul, .prose > ol { max-width: var(--reading-measure); }
.prose ul, .prose ol { margin-block: .85rem; }
.prose > *:first-child { margin-top: 0; }
.prose h2 { margin-top: 2rem; }
.prose h3 { margin-top: 1.35rem; }
.prose li + li { margin-top: .35rem; }
.quick-answer + .prose { margin-top: 1.7rem; }
.prose + .grid-2, .prose + .grid-3 { margin-top: 1.35rem; }
.grid-2 + .prose, .grid-3 + .prose { margin-top: 2rem; }
.article-route { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: .7rem; margin: 1.1rem 0 1.7rem; }
.route-step { padding: .95rem; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--surface); box-shadow: var(--shadow-sm); }
.route-step span { display: block; margin-bottom: .35rem; color: #066f62; font-size: .72rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.route-step strong { display: block; color: #10283a; }
.route-step p { margin: .4rem 0 0; color: #65747d; font-size: .86rem; }
.callout { margin: 1.4rem 0; padding: 1.1rem 1.25rem; border: 1px solid #b9dcd8; border-left: 5px solid #16a78f; border-radius: var(--radius-md); background: var(--surface); box-shadow: var(--shadow-sm); }
.callout h3 { margin: 0 0 .55rem; color: #0c544b; }
.callout p:last-child,.callout ul:last-child { margin-bottom: 0; }
.note-template { margin: 1.4rem 0; padding: 1.2rem 1.25rem; border: 1px solid var(--line); border-left: 5px solid var(--accent); border-radius: var(--radius-md); background: var(--surface); color: var(--ink); box-shadow: var(--shadow-card); }
.note-template h3 { margin: 0 0 .6rem; color: var(--ink); }
.note-template p { margin: .45rem 0; color: var(--muted); }
.note-template strong { color: var(--accent-dark); }
.compact-checks { padding-left: 0; list-style: none; }
.compact-checks li { position: relative; padding: .4rem 0 .4rem 1.65rem; border-bottom: 1px solid rgba(16,59,84,.12); }
.compact-checks li::before { content: "→"; position: absolute; left: 0; color: #0a927d; font-weight: 900; }
.check-list { list-style: none; padding: 0; }
.check-list li { position: relative; padding: .45rem 0 .45rem 2rem; border-bottom: 1px solid var(--line); }
.check-list li::before { content: "✓"; position: absolute; left: .25rem; color: var(--accent); font-weight: 900; }
.score { display: grid; grid-template-columns: repeat(4, 1fr); gap: .6rem; }
.score div { padding: .85rem; border-radius: var(--radius-sm); background: var(--surface); border: 1px solid var(--line); box-shadow: var(--shadow-sm); }
.score strong { display: block; color: var(--accent-dark); }
.compare { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius-md); background: white; box-shadow: var(--shadow-sm); }
table { width: 100%; border-collapse: separate; border-spacing: 0; background: white; }
th, td { padding: .72rem .85rem; border: 0; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
th:last-child, td:last-child { border-right: 0; }
tbody tr:last-child td { border-bottom: 0; }
th { background: var(--surface); }
.crumbs { padding: .8rem 0; color: var(--muted); font-size: .82rem; }
.crumbs a { color: var(--muted); }
.page-hero { position: relative; padding: clamp(2.35rem, 5vw, 4rem) 0 2.35rem; overflow: hidden; border-bottom: 1px solid var(--line); background: var(--surface); }
.page-hero h1 { font-size: clamp(1.85rem, 3.2vw, 2.85rem); }
.related { display: flex; flex-wrap: wrap; gap: .5rem; }
.related a { padding: .48rem .7rem; border: 1px solid var(--line); border-radius: var(--radius-sm); background: white; text-decoration: none; font-size: .84rem; font-weight: 750; box-shadow: var(--shadow-sm); transition: border-color .18s ease, transform .18s ease, box-shadow .18s ease; }
.related a:hover { transform: translateY(-1px); border-color: #83d9ca; box-shadow: var(--shadow-card); }
.cta-band { padding: 1.5rem; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--surface); color: var(--ink); box-shadow: var(--shadow-card); }
.cta-band h2 { color: var(--ink); }
.cta-band p { max-width: 690px; margin: .65rem 0 0; color: var(--muted); }
details { border-top: 1px solid var(--line); padding: .8rem 0; }
details:last-child { border-bottom: 1px solid var(--line); }
summary { cursor: pointer; color: var(--ink); font-weight: 800; }
details p { max-width: 800px; color: var(--muted); }
.site-footer { padding: 2.2rem 0 1.4rem; border-top: 1px solid var(--line); background: var(--surface); }
.footer-grid { display: grid; grid-template-columns: 1.15fr 1.85fr; gap: 2rem; }
.footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: .55rem 1rem; }
.footer-links a { display: flex; align-items: center; min-height: 24px; font-size: .86rem; text-decoration: none; }
.footer-trust { max-width: 620px; margin: .65rem 0 0; color: var(--muted); font-size: .82rem; }
.copyright { margin-top: 1.4rem; padding-top: .9rem; border-top: 1px solid var(--line); color: var(--muted); font-size: .78rem; }

@media (max-width: 850px) {
  .site-header { position: static; }
  .nav-row { align-items: flex-start; flex-direction: column; padding: .6rem 0; gap: .4rem; }
  .nav { flex-wrap: wrap; width: 100%; margin-left: 0; padding: .15rem 0 .4rem; gap: .35rem; overflow: visible; }
  .nav a { display: inline-flex; align-items: center; justify-content: center; min-height: 36px; padding: .38rem .65rem; border: 1px solid var(--line); border-radius: var(--radius-sm); background: var(--surface); }
  .nav a[aria-current="page"] { border-color: #bddbd6; background: #edf8f6; }
  .nav a[aria-current="page"]::after { display: none; }
  .split, .footer-grid { grid-template-columns: 1fr; }
  .grid-3 { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .directory-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .hero { padding-top: 3rem; }
  .flight-line { right: -26vw; opacity: .72; }
  .hero-service-bar { margin-top: 2.15rem; }
}

@media (max-width: 700px) {
  .search-hero { min-height: auto; }
  .hero-search { grid-template-columns: 1fr; }
  .hero-search-button { width: 100%; min-height: 62px; }
  .hero-service-bar { grid-template-columns: 1fr; gap: 0; }
  .hero-service-bar div + div { border-top: 1px solid rgba(255,255,255,.16); }
  .flight-line { width: 82vw; right: -38vw; top: 9%; }
  .article-route { grid-template-columns: 1fr; }
}

@media (max-width: 580px) {
  body { font-size: 16px; }
  .wrap { width: min(calc(100% - 1.25rem), var(--max)); }
  .grid-3, .grid-2, .score { grid-template-columns: 1fr; }
  .directory-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: .7rem; }
  .directory-card { min-height: 142px; padding: .8rem .5rem .75rem; border-radius: var(--radius-md); }
  .directory-icon { width: 64px; height: 64px; margin-bottom: .6rem; border-radius: var(--radius-sm); font-size: 1.9rem; }
  .directory-icon .icon-svg { width: 36px; height: 36px; }
  .directory-card strong { font-size: .95rem; }
  .directory-note { text-align: left; }
  .quick-answer { grid-template-columns: 1fr; gap: .35rem; }
  .actions .button { width: 100%; }
  .footer-links { grid-template-columns: repeat(2, 1fr); }
  .card { padding: 1rem; }
  .search-input { min-width: 100%; }
  .search-hero { padding-top: 2.6rem; }
  .search-hero h1 { font-size: clamp(2.05rem, 9.6vw, 2.65rem); }
  .search-shell { min-height: 66px; padding-left: .55rem; border-radius: var(--radius-md); }
  .source-marks { gap: .25rem; padding-right: .5rem; }
  .source-marks span { width: 27px; height: 27px; }
  .source-marks span:nth-child(2) { display: none; }
  .search-shell input { height: 50px; padding-inline: .7rem; font-size: .91rem; }
  .search-symbol { width: 34px; }
  .hero-search-button { min-height: 58px; border-radius: var(--radius-md); }
  .hero-shortcuts { align-items: stretch; flex-direction: column; gap: .45rem; }
  .hero-shortcuts a { text-align: center; }
  .hero-service-bar { margin-top: 1.7rem; padding: .55rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
