:root {
  --ink: #17312c;
  --muted: #64736f;
  --forest: #123f36;
  --forest-2: #1b594b;
  --sage: #dfe9df;
  --mint: #eef4ed;
  --orange: #f18a45;
  --orange-dark: #d96f2c;
  --cream: #f7f4ec;
  --paper: #fffefa;
  --line: #d9dfda;
  --white: #fff;
  --shadow: 0 24px 70px rgba(19, 57, 49, .13);
  --radius: 22px;
  --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, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
img, svg { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.08; letter-spacing: -.035em; }
p { color: var(--muted); }
.shell { width: min(calc(100% - 40px), var(--shell)); 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; }
.skip-link { position: fixed; z-index: 1000; top: 8px; left: 8px; transform: translateY(-150%); padding: 10px 14px; color: #fff; background: #111; border-radius: 8px; }
.skip-link:focus { transform: none; }

.preview-bar { min-height: 32px; padding: 6px 16px; color: #dce9e4; background: #0e332c; text-align: center; font-size: 12px; font-weight: 650; letter-spacing: .04em; }
.preview-bar > span:first-child { display: inline-block; width: 7px; height: 7px; margin-right: 8px; border-radius: 50%; background: #78c49c; box-shadow: 0 0 0 4px rgba(120,196,156,.15); }
.preview-divider { margin: 0 5px; opacity: .45; }
.site-header { position: relative; z-index: 30; background: rgba(255,254,250,.95); border-bottom: 1px solid rgba(18,63,54,.1); }
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 78px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--forest); font-size: 21px; font-weight: 800; letter-spacing: -.045em; text-decoration: none; }
.brand-mark { width: 35px; height: 35px; color: var(--orange); }
.site-nav { display: flex; align-items: center; gap: 31px; }
.site-nav a { color: #334c46; font-size: 14px; font-weight: 700; text-decoration: none; }
.site-nav a:not(.nav-button):hover { color: var(--orange-dark); }
.site-nav .nav-button { padding: 11px 17px; color: var(--white); background: var(--forest); border-radius: 9px; }
.site-nav .nav-button:hover { background: var(--forest-2); }
.menu-button { display: none; padding: 8px; background: none; border: 0; }
.menu-button span:not(.sr-only) { width: 24px; height: 2px; margin: 5px; background: var(--forest); border-radius: 2px; }

.hero { position: relative; overflow: hidden; padding: 88px 0 82px; background: var(--cream); }
.hero::before { content: ""; position: absolute; width: 520px; height: 520px; right: -210px; top: -300px; background: radial-gradient(circle, rgba(241,138,69,.16), transparent 68%); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 86px; }
.eyebrow, .section-kicker { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 18px; color: var(--forest-2); font-size: 12px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow-icon { display: grid; place-items: center; width: 21px; height: 21px; color: #fff; background: var(--orange); border-radius: 50%; font-size: 12px; }
.hero h1 { max-width: 530px; margin-bottom: 24px; color: var(--forest); font-family: Georgia, "Times New Roman", serif; font-size: clamp(62px, 7vw, 92px); font-weight: 500; letter-spacing: -.065em; }
.hero h1 em { color: var(--orange); font-style: italic; font-weight: 500; }
.hero-copy > p { max-width: 520px; margin-bottom: 34px; font-size: 19px; line-height: 1.65; }
.hero-trust { display: flex; gap: 32px; }
.hero-trust div { display: flex; flex-direction: column; padding-left: 15px; border-left: 2px solid var(--orange); }
.hero-trust strong { color: var(--ink); font-size: 13px; }
.hero-trust span { color: var(--muted); font-size: 11px; }
.finder-card { padding: 34px; background: var(--white); border: 1px solid rgba(18,63,54,.08); border-radius: var(--radius); box-shadow: var(--shadow); }
.finder-heading { display: flex; align-items: flex-start; gap: 16px; margin-bottom: 25px; }
.finder-number { flex: 0 0 auto; display: grid; place-items: center; width: 36px; height: 36px; color: var(--white); background: var(--forest); border-radius: 50%; font-size: 12px; font-weight: 800; }
.finder-heading h2 { margin-bottom: 5px; font-size: 24px; }
.finder-heading p { margin: 0; font-size: 13px; }
.finder-form label { display: block; margin: 17px 0 7px; color: #42554f; font-size: 12px; font-weight: 800; }
.input-wrap { position: relative; }
.input-wrap svg { position: absolute; z-index: 1; top: 50%; left: 15px; width: 20px; transform: translateY(-50%); fill: none; stroke: #6e7e78; stroke-width: 1.7; }
.input-wrap input { width: 100%; height: 53px; padding: 0 16px 0 47px; color: var(--ink); background: #fbfcfa; border: 1px solid #ced8d2; border-radius: 10px; outline: none; }
.input-wrap input:focus { border-color: var(--forest-2); box-shadow: 0 0 0 3px rgba(27,89,75,.12); }
.item-input input { height: 59px; font-size: 16px; font-weight: 600; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 20px; min-height: 49px; padding: 13px 22px; border: 0; border-radius: 9px; font-weight: 800; text-decoration: none; cursor: pointer; transition: transform .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--orange); box-shadow: 0 8px 24px rgba(217,111,44,.22); }
.button-primary:hover { background: var(--orange-dark); }
.button-wide { width: 100%; margin-top: 21px; }
.popular-searches { display: flex; flex-wrap: wrap; align-items: center; gap: 6px; margin-top: 18px; font-size: 11px; }
.popular-searches span { margin-right: 3px; color: var(--muted); font-weight: 700; }
.popular-searches button { padding: 4px 8px; color: var(--forest-2); background: var(--mint); border: 0; border-radius: 5px; font-size: 11px; font-weight: 750; cursor: pointer; }
.hero-path { position: absolute; left: 4%; bottom: 0; width: 34%; height: 55px; opacity: .25; border-top: 2px dashed var(--forest-2); border-radius: 50%; transform: rotate(-2deg); }
.hero-path span { position: absolute; top: -5px; width: 8px; height: 8px; background: var(--forest-2); border-radius: 50%; }
.hero-path span:nth-child(1) { left: 10%; }.hero-path span:nth-child(2) { left: 52%; }.hero-path span:nth-child(3) { right: 6%; }

.results-section { scroll-margin-top: 20px; padding: 80px 0 100px; background: #f1f5f0; border-top: 1px solid #e1e9e2; }
.results-section[hidden] { display: none; }
.results-header { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-bottom: 23px; }
.results-header h2 { max-width: 720px; margin-bottom: 10px; font-family: Georgia, serif; font-size: clamp(34px, 4vw, 50px); font-weight: 500; }
.results-header p { margin: 0; }
.section-kicker { margin-bottom: 12px; color: var(--orange-dark); }
.text-button { padding: 7px 0; color: var(--forest-2); background: none; border: 0; border-bottom: 1px solid; font-weight: 800; cursor: pointer; }
.notice-card { display: flex; align-items: flex-start; gap: 12px; padding: 14px 16px; margin-bottom: 26px; background: #fff7e6; border: 1px solid #f0ddb4; border-radius: 10px; }
.notice-card p { margin: 0; color: #62573f; font-size: 13px; }
.notice-icon { display: grid; place-items: center; flex: 0 0 auto; width: 20px; height: 20px; color: #fff; background: #b78026; border-radius: 50%; font-size: 12px; font-weight: 900; }
.results-layout { display: grid; grid-template-columns: 1fr 300px; align-items: start; gap: 25px; }
.results-list { display: grid; gap: 15px; }
.material-tip { display: flex; align-items: center; gap: 18px; padding: 16px 20px; background: var(--forest); border-radius: 12px; }
.material-tip span { flex: 0 0 auto; color: #9ac8b9; font-size: 10px; font-weight: 900; letter-spacing: .12em; }
.material-tip p { margin: 0; color: #e7f0ed; font-size: 13px; }
.result-card { display: grid; grid-template-columns: 62px 1fr; overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: 15px; }
.result-rank { padding-top: 28px; color: #91a49d; background: #edf2ed; text-align: center; font-family: Georgia, serif; font-size: 18px; }
.result-content { padding: 25px 27px; }
.result-topline { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-bottom: 8px; }
.result-type { color: var(--orange-dark); font-size: 11px; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
.verify-badge { color: #63716d; font-size: 10px; font-weight: 750; }
.verify-badge i { display: inline-block; width: 6px; height: 6px; margin-right: 5px; background: #e3a12f; border-radius: 50%; }
.result-card h3 { margin-bottom: 6px; font-size: 24px; }
.result-address { margin-bottom: 12px; color: #465b55; font-size: 13px; }
.result-tags { display: flex; flex-wrap: wrap; gap: 6px; margin: 13px 0; }
.result-tags span { padding: 4px 8px; color: #48625a; background: var(--mint); border-radius: 5px; font-size: 10px; font-weight: 750; }
.result-note { max-width: 620px; margin-bottom: 17px; font-size: 13px; }
.result-actions { display: flex; align-items: center; gap: 20px; }
.button-small { min-height: 39px; padding: 9px 14px; font-size: 12px; }
.source-link { color: var(--forest-2); font-size: 12px; font-weight: 800; }
.results-aside { display: grid; gap: 15px; }
.aside-card { padding: 24px; background: var(--white); border: 1px solid var(--line); border-radius: 14px; }
.aside-label { color: var(--orange-dark); font-size: 10px; font-weight: 900; letter-spacing: .12em; }
.aside-card h3 { margin: 11px 0 9px; font-size: 21px; }
.aside-card p { margin-bottom: 0; font-size: 13px; }
.aside-accent { color: white; background: var(--forest); border-color: var(--forest); }
.aside-accent h3 { color: white; }.aside-accent p { color: #c6d8d2; }.aside-accent a { display: inline-block; margin-top: 15px; color: #ffad73; font-size: 12px; font-weight: 800; }

.how-section { padding: 104px 0; background: var(--paper); }
.section-heading h2 { margin-bottom: 0; color: var(--forest); font-family: Georgia, serif; font-size: clamp(38px, 5vw, 54px); font-weight: 500; }
.centered { text-align: center; }
.steps-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; margin-top: 50px; }
.step-card { position: relative; min-height: 260px; padding: 33px; background: #f4f4ed; border: 1px solid #e7e8df; border-radius: 15px; }
.step-card.featured { color: white; background: var(--forest); border-color: var(--forest); transform: translateY(-12px); box-shadow: 0 22px 45px rgba(18,63,54,.17); }
.step-card.featured p { color: #bfd1cb; }
.step-number { position: absolute; top: 22px; right: 24px; color: #93a59f; font-size: 12px; font-weight: 800; }
.step-icon { display: grid; place-items: center; width: 52px; height: 52px; margin-bottom: 34px; color: white; background: var(--orange); border-radius: 13px; font-size: 25px; font-weight: 300; }
.step-card h3 { margin-bottom: 12px; font-size: 22px; }
.step-card p { margin-bottom: 0; font-size: 14px; }
.guides-section { padding: 100px 0 110px; background: #eef3ed; }
.split-heading { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 40px; }
.split-heading > p { max-width: 400px; margin: 0; font-size: 14px; }
.guide-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.guide-card { display: grid; grid-template-columns: 58px 1fr auto; align-items: center; gap: 15px; min-height: 105px; padding: 19px 21px; color: var(--ink); text-align: left; text-decoration: none; background: var(--white); border: 1px solid #dce4dc; border-radius: 13px; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease; }
.guide-card:hover { transform: translateY(-3px); box-shadow: 0 12px 30px rgba(24,57,49,.09); }
.guide-icon { display: grid; place-items: center; width: 54px; height: 54px; color: var(--forest); background: #e8eee8; border-radius: 12px; font-size: 25px; }
.guide-card strong, .guide-card small { display: block; }
.guide-card strong { color: var(--ink); font-size: 15px; }
.guide-card small { margin-top: 4px; color: var(--muted); font-size: 11px; }
.guide-card b { color: var(--orange); font-size: 19px; }
.guide-paint .guide-icon, .guide-electronics .guide-icon { color: #8a5532; background: #fae7d9; }
.mission-section { padding: 110px 0; background: var(--forest); }
.mission-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 90px; }
.mission-art { position: relative; min-height: 430px; }
.map-shape { position: absolute; inset: 18px 25px 30px 0; overflow: hidden; background: #dce8df; clip-path: polygon(4% 11%, 44% 0, 79% 9%, 98% 32%, 86% 67%, 95% 90%, 57% 100%, 28% 88%, 0 70%, 10% 39%); }
.map-shape::before, .map-shape::after { content: ""; position: absolute; width: 120%; height: 110px; left: -10%; border: 3px solid #aec8bb; border-radius: 50%; transform: rotate(-18deg); }
.map-shape::before { top: 70px; }.map-shape::after { top: 220px; transform: rotate(25deg); }
.map-road { position: absolute; z-index: 2; height: 3px; background: #fff; border-radius: 4px; transform-origin: left; }
.road-one { width: 80%; left: 10%; top: 45%; transform: rotate(-12deg); }.road-two { width: 70%; left: 26%; top: 15%; transform: rotate(62deg); }
.map-pin { position: absolute; z-index: 3; display: grid; place-items: center; width: 34px; height: 34px; color: white; background: var(--orange); border: 6px solid white; border-radius: 50%; font-size: 0; box-shadow: 0 5px 15px rgba(0,0,0,.18); }
.pin-one { top: 25%; left: 32%; }.pin-two { top: 58%; left: 68%; }.pin-three { top: 72%; left: 23%; }
.mission-stat { position: absolute; z-index: 5; right: 0; bottom: 0; width: 215px; padding: 19px 22px; background: var(--white); border-radius: 11px; box-shadow: var(--shadow); }
.mission-stat strong, .mission-stat span { display: block; }.mission-stat strong { font-size: 14px; }.mission-stat span { color: var(--muted); font-size: 11px; }
.section-kicker.light { color: #9ed0c0; }
.mission-copy h2 { max-width: 540px; margin-bottom: 23px; color: var(--white); font-family: Georgia, serif; font-size: clamp(40px, 5vw, 58px); font-weight: 500; }
.mission-copy > p { color: #bfd0cb; font-size: 16px; }
.check-list { display: grid; gap: 10px; padding: 0; margin: 27px 0 33px; color: #eff7f4; list-style: none; font-size: 14px; }
.check-list li::before { content: "✓"; display: inline-grid; place-items: center; width: 19px; height: 19px; margin-right: 10px; color: var(--forest); background: #85c3ab; border-radius: 50%; font-size: 11px; font-weight: 900; }
.button-light { color: var(--forest); background: var(--white); }
.cta-section { padding: 76px 0; background: #f8efe4; }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.cta-inner h2 { margin-bottom: 9px; font-family: Georgia, serif; font-size: 38px; font-weight: 500; }.cta-inner p { margin: 0; }

.site-footer { padding: 70px 0 22px; color: #d9e6e1; background: #0b2c26; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, .7fr); gap: 50px; padding-bottom: 55px; }
.brand-light { color: var(--white); }
.footer-brand p { margin: 14px 0 3px; color: var(--orange); font-family: Georgia, serif; font-size: 23px; font-style: italic; }
.footer-brand span { color: #8eaaa1; font-size: 12px; }
.footer-grid h3 { margin-bottom: 17px; color: #89a89e; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.footer-grid > div:not(:first-child) a { display: block; margin: 10px 0; color: #d5e2de; font-size: 13px; text-decoration: none; }.footer-grid a:hover { color: var(--orange); }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 21px; color: #77958b; border-top: 1px solid rgba(255,255,255,.12); font-size: 11px; }

.page-hero { padding: 78px 0 70px; background: var(--cream); border-bottom: 1px solid #e5e2da; }
.page-hero .shell { max-width: 850px; }
.page-hero h1 { margin-bottom: 20px; color: var(--forest); font-family: Georgia, serif; font-size: clamp(48px, 7vw, 76px); font-weight: 500; }
.page-hero p { max-width: 700px; margin-bottom: 0; font-size: 19px; }
.content-section { padding: 75px 0 100px; }
.content-grid { display: grid; grid-template-columns: minmax(0,760px) 260px; gap: 80px; }
.prose h2 { margin: 45px 0 14px; color: var(--forest); font-family: Georgia, serif; font-size: 33px; font-weight: 500; }.prose h2:first-child { margin-top: 0; }
.prose h3 { margin: 30px 0 10px; font-size: 20px; }
.prose p, .prose li { color: #586863; }
.prose a { color: var(--forest-2); font-weight: 700; }
.prose ul, .prose ol { padding-left: 22px; }
.prose .updated { display: inline-block; margin-bottom: 26px; padding: 6px 10px; color: #4b625a; background: var(--mint); border-radius: 6px; font-size: 12px; font-weight: 750; }
.page-aside { position: sticky; top: 25px; align-self: start; padding: 23px; background: var(--mint); border-radius: 12px; }
.page-aside h3 { font-size: 17px; }.page-aside p { font-size: 13px; }.page-aside a { color: var(--forest-2); font-size: 13px; font-weight: 800; }
.value-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin: 30px 0; }
.value-card { padding: 24px; background: var(--mint); border-radius: 13px; }.value-card strong { display: block; margin-bottom: 8px; }.value-card p { margin: 0; font-size: 13px; }
.method-card { padding: 22px; margin: 16px 0; border: 1px solid var(--line); border-radius: 12px; }.method-card h3 { margin-top: 0; }.method-card p:last-child { margin-bottom: 0; }
.status-key { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 8px; font-size: 12px; font-weight: 850; text-transform: uppercase; letter-spacing: .06em; }.status-key i { width: 8px; height: 8px; background: #e3a12f; border-radius: 50%; }

.contact-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; }
.contact-intro h2 { font-family: Georgia, serif; font-size: 40px; font-weight: 500; }.contact-points { display: grid; gap: 17px; margin-top: 30px; }.contact-point { padding-left: 16px; border-left: 2px solid var(--orange); }.contact-point strong,.contact-point span { display: block; }.contact-point span { color: var(--muted); font-size: 13px; }
.contact-form { padding: 32px; background: #f3f6f1; border: 1px solid var(--line); border-radius: 16px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }.field-full { grid-column: 1 / -1; }
.contact-form label { display: block; margin-bottom: 6px; font-size: 12px; font-weight: 800; }.contact-form input,.contact-form textarea,.contact-form select { width: 100%; padding: 13px 14px; color: var(--ink); background: var(--white); border: 1px solid #cdd7d1; border-radius: 9px; outline: none; }.contact-form input:focus,.contact-form textarea:focus,.contact-form select:focus { border-color: var(--forest-2); box-shadow: 0 0 0 3px rgba(27,89,75,.12); }.contact-form textarea { min-height: 150px; resize: vertical; }.contact-form .button { margin-top: 4px; }
.success-card { max-width: 650px; padding: 45px; margin: 80px auto; text-align: center; background: var(--mint); border-radius: 18px; }.success-icon { display: grid; place-items: center; width: 60px; height: 60px; margin: 0 auto 22px; color: white; background: var(--forest); border-radius: 50%; font-size: 25px; }.success-card h1 { font-family: Georgia, serif; font-size: 48px; font-weight: 500; }

.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 22px; color: #6e7d78; font-size: 12px; }.breadcrumbs a { color: var(--forest-2); font-weight: 750; text-decoration: none; }.breadcrumbs span::before { content: "/"; margin-right: 8px; color: #a2aca8; }
.guide-index { padding: 80px 0 105px; }.guide-index-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 35px; }.guide-index-card { display: flex; flex-direction: column; min-height: 260px; padding: 28px; color: var(--ink); background: var(--white); border: 1px solid var(--line); border-radius: 15px; text-decoration: none; transition: transform .18s ease, box-shadow .18s ease; }.guide-index-card:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(24,57,49,.1); }.guide-index-card .guide-icon { margin-bottom: 28px; }.guide-index-card h2 { margin-bottom: 11px; font-size: 25px; }.guide-index-card p { margin-bottom: 22px; font-size: 14px; }.guide-index-card > span:last-child { margin-top: auto; color: var(--orange-dark); font-size: 13px; font-weight: 850; }
.article-wrap { padding: 64px 0 105px; }.article-layout { display: grid; grid-template-columns: minmax(0, 760px) 280px; align-items: start; gap: 75px; }.article-body { font-size: 17px; }.article-body h2 { margin: 48px 0 16px; color: var(--forest); font-family: Georgia, serif; font-size: 34px; font-weight: 500; }.article-body h2:first-of-type { margin-top: 0; }.article-body h3 { margin: 30px 0 10px; font-size: 21px; }.article-body p, .article-body li { color: #4f625c; }.article-body li { margin: 9px 0; }.article-body a { color: var(--forest-2); font-weight: 750; }.article-body ol, .article-body ul { padding-left: 24px; }.quick-answer { padding: 26px 28px; margin-bottom: 38px; background: var(--mint); border-left: 4px solid var(--orange); border-radius: 0 12px 12px 0; }.quick-answer span { color: var(--orange-dark); font-size: 10px; font-weight: 900; letter-spacing: .13em; }.quick-answer p { margin: 8px 0 0; color: var(--ink); font-size: 18px; line-height: 1.55; }.prep-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 0 !important; list-style: none; }.prep-list li { position: relative; min-height: 75px; padding: 15px 15px 15px 44px; margin: 0; background: #f5f6f1; border-radius: 9px; font-size: 14px; }.prep-list li::before { content: "✓"; position: absolute; top: 16px; left: 16px; display: grid; place-items: center; width: 19px; height: 19px; color: white; background: var(--forest-2); border-radius: 50%; font-size: 11px; font-weight: 900; }.warning-box { padding: 20px 23px; margin: 30px 0; color: #554a34; background: #fff5df; border: 1px solid #ead6ad; border-radius: 10px; }.warning-box strong { display: block; margin-bottom: 5px; color: #5b4520; }.warning-box p { margin: 0; color: #685b42; font-size: 14px; }.source-box { padding: 24px; margin-top: 45px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }.source-box h2 { margin-top: 0; font-size: 24px; }.source-box p { font-size: 13px; }.source-box ul { margin-bottom: 0; }.source-box li { font-size: 13px; }.article-aside { position: sticky; top: 24px; display: grid; gap: 15px; }.route-card { padding: 24px; background: var(--forest); border-radius: 13px; }.route-card span { color: #9dccbd; font-size: 10px; font-weight: 900; letter-spacing: .12em; }.route-card h2 { margin: 10px 0; color: white; font-size: 23px; }.route-card p { color: #c4d6d0; font-size: 13px; }.route-card .button { width: 100%; margin-top: 8px; }.aside-note { padding: 22px; background: var(--mint); border-radius: 12px; }.aside-note strong { display: block; margin-bottom: 7px; }.aside-note p { margin: 0; font-size: 12px; }

@media (max-width: 960px) {
  .hero-grid { grid-template-columns: 1fr; gap: 48px; }.hero-copy { text-align: center; }.hero-copy > p { margin-inline: auto; }.hero-trust { justify-content: center; text-align: left; }.finder-card { max-width: 680px; margin-inline: auto; width: 100%; }
  .results-layout { grid-template-columns: 1fr; }.results-aside { grid-template-columns: 1fr 1fr; }
  .guide-grid { grid-template-columns: repeat(2,1fr); }.mission-grid { gap: 50px; }.mission-art { min-height: 370px; }
  .content-grid { grid-template-columns: 1fr; gap: 35px; }.page-aside { position: static; }.contact-layout { gap: 40px; }
}

@media (max-width: 760px) {
  .shell { width: min(calc(100% - 28px), var(--shell)); }
  .preview-divider { display: none; }
  .header-inner { min-height: 68px; }.menu-button { display: block; }.site-nav { position: absolute; top: 68px; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 15px 20px 22px; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: 0 15px 30px rgba(18,63,54,.12); }.site-nav.is-open { display: flex; }.site-nav a { padding: 12px; }.site-nav .nav-button { margin-top: 6px; text-align: center; }
  .hero { padding: 60px 0 62px; }.hero-grid { gap: 35px; }.hero h1 { font-size: clamp(56px, 17vw, 76px); }.hero-copy > p { font-size: 17px; }.hero-trust { gap: 12px; }.hero-trust div { flex: 1; }.finder-card { padding: 24px 18px; border-radius: 16px; }
  .results-section, .how-section, .guides-section, .mission-section { padding: 70px 0; }.results-header { align-items: flex-start; flex-direction: column; }.results-aside { grid-template-columns: 1fr; }.result-card { grid-template-columns: 44px 1fr; }.result-content { padding: 21px 18px; }.result-topline { align-items: flex-start; flex-direction: column; gap: 5px; }.result-actions { align-items: flex-start; flex-direction: column; gap: 10px; }
  .steps-grid { grid-template-columns: 1fr; }.step-card.featured { transform: none; }.step-card { min-height: 230px; }.split-heading { align-items: flex-start; flex-direction: column; gap: 18px; }.guide-grid { grid-template-columns: 1fr; }.guide-card { min-height: 92px; }
  .mission-grid { grid-template-columns: 1fr; gap: 48px; }.mission-art { min-height: 330px; }.mission-stat { right: 5px; }.cta-inner { align-items: flex-start; flex-direction: column; }.footer-grid { grid-template-columns: 1fr 1fr; }.footer-brand { grid-column: 1 / -1; }.footer-bottom { flex-direction: column; gap: 7px; }
  .page-hero { padding: 58px 0; }.content-section { padding: 55px 0 75px; }.value-grid { grid-template-columns: 1fr; }.contact-layout { grid-template-columns: 1fr; }.form-grid { grid-template-columns: 1fr; }.field-full { grid-column: auto; }.contact-form { padding: 24px 18px; }
  .guide-index { padding: 60px 0 75px; }.guide-index-grid { grid-template-columns: 1fr; }.guide-index-card { min-height: 220px; }.article-wrap { padding: 45px 0 75px; }.article-layout { grid-template-columns: 1fr; gap: 38px; }.article-aside { position: static; }.prep-list { grid-template-columns: 1fr; }
}

@media (max-width: 420px) {
  .preview-bar { font-size: 10px; }.brand { font-size: 19px; }.brand-mark { width: 31px; }.hero h1 { font-size: 54px; }.hero-trust { flex-direction: column; }.footer-grid { grid-template-columns: 1fr; }.footer-brand { grid-column: auto; }.material-tip { align-items: flex-start; flex-direction: column; gap: 5px; }.result-card { grid-template-columns: 1fr; }.result-rank { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
