:root {
  color-scheme: light;
  --ink: #192f37;
  --ink-soft: #3d535a;
  --paper: #f7f6ee;
  --white: #fffef9;
  --amber: #efbd55;
  --amber-light: #f8e9bf;
  --line: #d6dacc;
  --green: #255543;
  --muted: #57675f;
  --radius: 10px;
  font-family: 'Segoe UI', Arial, sans-serif;
  font-size: 20px;
  font-synthesis: none;
  line-height: 1.65;
  background: var(--paper);
  color: var(--ink);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body { margin: 0; min-width: 320px; }
a { color: inherit; text-underline-offset: .2em; text-decoration-thickness: 1px; }
a[href^="mailto:"] { overflow-wrap: anywhere; }
button, input, textarea, select { font: inherit; }
button, input, textarea, select, summary, label, small { font-size: 19px; }
button, summary { cursor: pointer; }
button:disabled { cursor: wait; opacity: .65; }
button, a, input, textarea, summary { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, summary:focus-visible, [tabindex='-1']:focus-visible { outline: 3px solid #986518; outline-offset: 5px; }
img, svg { max-width: 100%; }
svg { flex-shrink: 0; }
h1, h2, h3, p, figure { margin: 0; }
h1, h2, h3 { font-weight: 650; line-height: 1.1; letter-spacing: -.045em; text-wrap: balance; }
h1 { font-size: clamp(44px, 5.8vw, 78px); }
h2 { font-size: clamp(34px, 3.6vw, 50px); }
h3 { font-size: 27px; letter-spacing: -.025em; line-height: 1.25; }
p { text-wrap: pretty; }
small { line-height: 1.55; }
::selection { background: var(--amber); color: var(--ink); }
.container { width: min(1240px, calc(100% - 80px)); margin-inline: auto; }
.skip-link { position: absolute; left: 24px; top: -100px; z-index: 100; background: var(--amber); padding: 12px 22px; border-radius: 4px; font-size: 20px; }
.skip-link:focus { top: 14px; }
.site-header { background: #f7f6eef7; border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 30; }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; min-height: 96px; gap: 26px; }
.brand { text-decoration: none; display: inline-flex; align-items: center; gap: 12px; font-size: 24px; font-weight: 700; letter-spacing: -.045em; white-space: nowrap; }
.brand-mark { display: grid; place-items: center; width: 42px; height: 42px; background: var(--ink); color: var(--amber); border-radius: 5px; font-size: 32px; line-height: 1; letter-spacing: -.09em; padding-right: 4px; }
.site-header nav { display: flex; gap: 28px; align-items: center; }
.site-header nav a { font-size: 19px; text-decoration: none; color: var(--ink-soft); padding-block: 12px; }
.site-header nav a:hover { color: var(--ink); text-decoration: underline; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; font-size: 19px; line-height: 1.35; min-height: 56px; padding: 15px 22px; border: 1px solid transparent; border-radius: 5px; text-decoration: none; font-weight: 600; transition: background .15s, transform .15s; }
.button svg { width: 21px; height: 21px; }
.button:hover { transform: translateY(-1px); }
.button-dark { background: var(--ink); color: var(--white); }
.button-dark:hover { background: #294650; }
.button-primary { background: var(--amber); color: var(--ink); border-color: #d8a749; }
.button-primary:hover { background: #e7ae3e; }
.button-outline { background: transparent; border-color: #9ba99d; color: var(--ink); }
.button-outline:hover { background: #e9ecdf; }
.button-light { background: var(--white); color: var(--ink); }
.button-link { padding-inline: 0; background: transparent; color: var(--ink); text-decoration: underline; font-weight: 500; }
.eyebrow { font-size: 19px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; line-height: 1.45; color: var(--green); margin-bottom: 20px; }
.hero { padding: 88px 0 72px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.04fr 1fr; align-items: center; gap: 64px; }
.hero h1 { max-width: 620px; }
.hero h1 em { font-style: normal; position: relative; color: var(--green); }
.hero .lede { margin-top: 28px; max-width: 610px; }
.lede { font-size: 23px; line-height: 1.65; color: var(--ink-soft); }
.hero-actions { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; margin-top: 34px; }
.hero-note { font-size: 19px; color: var(--muted); margin-top: 22px; }
.hero-art { position: relative; min-height: 565px; padding: 30px; background: #e9ebdf; border: 1px solid #d9ddcc; border-radius: 12px; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; }
.hero-art::before { content: ''; position: absolute; inset: 0; background-image: linear-gradient(#bcc6b833 1px, transparent 1px), linear-gradient(90deg,#bcc6b833 1px,transparent 1px); background-size: 30px 30px; mask-image: linear-gradient(to bottom,#000,transparent 88%); pointer-events: none; }
.art-heading { display: flex; justify-content: space-between; gap: 16px; z-index: 1; font-size: 19px; font-weight: 600; }
.art-heading span:last-child { font-weight: 400; color: #536750; }
.crate-illustration { width: 100%; min-height: 300px; z-index: 1; filter: drop-shadow(0 20px 15px #1d343326); }
.art-card { background: var(--white); border: 1px solid #cfd6c6; border-radius: 6px; padding: 22px 24px; z-index: 1; position: relative; box-shadow: 0 9px 20px #273a2c0a; }
.art-card .label { color: var(--muted); font-size: 19px; }
.art-card p { font-size: 24px; font-weight: 600; line-height: 1.4; margin-top: 8px; letter-spacing: -.02em; }
.art-card .art-arrow { position: absolute; width: 43px; height: 43px; background: var(--amber); right: 22px; top: 24px; display: grid; place-items: center; border-radius: 50%; }
.art-card p { padding-right: 40px; }
.promise-band { display: grid; grid-template-columns: repeat(3,1fr); border-block: 1px solid var(--line); padding: 25px 0; gap: 28px; }
.promise { display: flex; align-items: center; gap: 12px; font-size: 20px; font-weight: 550; }
.promise svg { color: var(--green); width: 24px; height: 24px; }
.section { padding: 92px 0; }
.section-heading { max-width: 760px; margin-bottom: 42px; }
.section-heading p:not(.eyebrow) { color: var(--ink-soft); margin-top: 22px; }
.section-heading.centered { text-align: center; margin-inline: auto; }
.steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 28px; }
.step { border-top: 2px solid var(--line); padding-top: 24px; }
.step-number { width: 46px; height: 46px; border-radius: 50%; display: grid; place-items: center; background: #e4eadb; color: var(--green); font-size: 20px; font-weight: 650; margin-bottom: 24px; }
.step h3 { margin-bottom: 16px; }
.step p { color: var(--ink-soft); font-size: 20px; }
.owner-note { border-left: 4px solid var(--amber); margin-top: 40px; padding: 18px 24px; background: #eeeee3; color: var(--ink-soft); }
.owner-note strong { color: var(--ink); }
.fit-section { background: var(--ink); color: var(--white); }
.fit-section .eyebrow { color: var(--amber); }
.fit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.fit-section .lede { color: #d3ddd7; margin-top: 24px; }
.check-list { margin: 0; padding: 0; list-style: none; }
.check-list li { display: flex; align-items: flex-start; gap: 14px; margin-bottom: 22px; }
.check-list svg { width: 23px; height: 23px; color: var(--amber); margin-top: 5px; }
.check-list strong { display: block; font-size: 23px; margin-bottom: 7px; line-height: 1.35; }
.check-list p { color: #d3ddd7; font-size: 20px; }
.scope-note { margin-top: 32px; padding-top: 25px; border-top: 1px solid #5a6a69; color: #d3ddd7; font-size: 19px; }
.scope-note strong { color: var(--white); }
.fee-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.fee-number { display: flex; align-items: baseline; gap: 18px; margin: 20px 0 18px; flex-wrap: wrap; }
.fee-number strong { font-size: 90px; line-height: 1; font-weight: 550; letter-spacing: -.07em; }
.fee-number span { font-size: 23px; color: var(--ink-soft); }
.fee-details p { margin-bottom: 20px; color: var(--ink-soft); }
.fee-details .note { margin-top: 25px; }
.example { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 34px; }
.example .eyebrow { margin-bottom: 10px; }
.example h3 { margin-bottom: 20px; }
.example dl { margin: 0; }
.example-row { display: flex; justify-content: space-between; gap: 22px; padding: 13px 0; border-bottom: 1px solid #e2e5d9; font-size: 19px; }
.example-row dt { max-width: 75%; }
.example-row dd { margin: 0; font-variant-numeric: tabular-nums; font-weight: 550; white-space: nowrap; }
.example-row.total { border-bottom: 0; font-weight: 600; padding-top: 20px; }
.example-row.highlight { padding: 16px 18px; margin: 14px -18px; background: #eaf0df; border: 0; border-radius: 4px; color: var(--green); font-weight: 600; }
.example .note { margin-top: 22px; }
.note { font-size: 19px; color: var(--muted); line-height: 1.65; }
.payment-flow { margin-top: 48px; padding: 28px 30px; border: 1px solid var(--line); border-radius: 6px; display: grid; grid-template-columns: 1fr 2fr; gap: 34px; align-items: start; }
.payment-flow h3 { font-size: 25px; }
.payment-flow p { color: var(--ink-soft); }
.tools-section { padding-top: 0; }
.tools-grid { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--line); background: #edefe5; border-radius: var(--radius); overflow: hidden; }
.tools-copy, .research-copy { padding: 42px; }
.tools-copy { background: var(--white); }
.tools-grid h3 { margin-bottom: 20px; }
.tools-grid p { color: var(--ink-soft); }
.tools-grid ul { margin: 24px 0 0; padding-left: 24px; }
.tools-grid li { padding-left: 4px; margin: 10px 0; }
.research-label { display: inline-block; font-size: 19px; color: #664b18; background: var(--amber-light); padding: 9px 12px; border-radius: 4px; margin-bottom: 22px; font-weight: 600; }
.story-teaser { background: #e7ebdf; border-block: 1px solid #d6ddcc; }
.story-grid { display: grid; grid-template-columns: 1fr 1.35fr; gap: 80px; align-items: start; }
.story-grid h2 { font-size: 46px; }
.story-grid p { font-size: 23px; color: var(--ink-soft); margin-bottom: 25px; }
.faq-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 75px; align-items: start; }
.faq-layout .section-heading { margin-bottom: 0; }
.faqs details { border-bottom: 1px solid var(--line); }
.faqs details:first-child { border-top: 1px solid var(--line); }
.faqs summary { padding: 24px 36px 24px 0; font-size: 22px; font-weight: 600; letter-spacing: -.015em; line-height: 1.45; position: relative; list-style: none; }
.faqs summary::-webkit-details-marker { display: none; }
.faqs summary::after { content: '+'; font-size: 27px; position: absolute; right: 2px; top: 19px; color: var(--green); }
.faqs details[open] summary::after { content: '−'; }
.faqs details p { padding: 0 12px 24px 0; color: var(--ink-soft); font-size: 20px; }
.inquiry-section { background: #eceee3; border-top: 1px solid var(--line); }
.inquiry-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 72px; align-items: start; }
.inquiry-intro p { color: var(--ink-soft); margin-top: 24px; }
.intake-list { padding-left: 23px; color: var(--ink-soft); margin-top: 30px; }
.intake-list li { padding-left: 4px; margin: 13px 0; }
.form-card { padding: 36px; background: var(--white); border: 1px solid #d4dacb; border-radius: var(--radius); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 23px 21px; }
.full { grid-column: 1 / -1; }
label { display: block; font-weight: 550; line-height: 1.5; }
input, textarea { width: 100%; min-height: 52px; border: 1px solid #899e90; border-radius: 4px; padding: 12px 13px; margin-top: 8px; background: #fff; color: var(--ink); font-size: 20px; line-height: 1.5; }
textarea { min-height: 175px; resize: vertical; }
input::placeholder, textarea::placeholder { color: #64766b; opacity: 1; }
.form-help { font-size: 19px; color: var(--muted); margin-top: 9px; line-height: 1.55; }
.check-field { display: flex; align-items: flex-start; gap: 12px; font-size: 19px; font-weight: 400; line-height: 1.55; }
.check-field input { width: 23px; height: 23px; flex-shrink: 0; min-height: 23px; margin-top: 4px; padding: 0; accent-color: var(--green); }
.check-field a { font-weight: 550; }
.form-submit { display: flex; flex-direction: column; align-items: flex-start; gap: 14px; }
.form-submit .button { width: 100%; }
.form-status { margin-bottom: 24px; padding: 20px; border: 1px solid #b8cdb7; border-radius: 5px; background: #ecf4e5; color: #204b35; font-size: 20px; line-height: 1.6; }
.form-status.error { background: #fff0e8; border-color: #bd866e; color: #753c28; }
.form-status p + p { margin-top: 12px; }
.form-status ul { margin-bottom: 0; padding-left: 25px; }
[aria-invalid='true'] { border: 2px solid #92462e; }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
[hidden] { display: none !important; }
.site-footer { background: var(--ink); color: var(--white); padding: 52px 0 30px; }
.site-footer .brand-mark { background: var(--amber); color: var(--ink); }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 60px; }
.footer-grid p { font-size: 19px; color: #d0dcd5; line-height: 1.65; margin-top: 20px; max-width: 480px; }
.footer-links { display: flex; gap: 16px 28px; flex-wrap: wrap; align-content: start; justify-content: flex-end; }
.footer-links a { font-size: 19px; padding: 8px 0; text-decoration: none; }
.footer-links a:hover { text-decoration: underline; }
.footer-bottom { display: flex; justify-content: space-between; align-items: flex-start; gap: 25px; border-top: 1px solid #53665f; padding-top: 25px; margin-top: 42px; color: #d0dcd5; font-size: 19px; }
.article-main { padding-top: 70px; padding-bottom: 85px; max-width: 920px; }
.article-main h1 { max-width: 880px; margin-bottom: 26px; }
.article-main > .lede { margin-bottom: 36px; }
.prose { font-size: 20px; line-height: 1.85; }
.prose p { margin: 22px 0; }
.prose h2 { font-size: 35px; margin: 46px 0 20px; }
.prose h3 { font-size: 27px; margin: 30px 0 17px; }
.prose ul, .prose ol { padding-left: 28px; }
.prose li { margin: 13px 0; padding-left: 5px; }
.prose blockquote { border-left: 4px solid var(--amber); padding: 12px 25px; background: #eaeee1; margin: 35px 0; }
.prose blockquote p { margin: 10px 0; }
.prose .button { margin-top: 20px; }
.callout { border: 1px solid #cdd9c4; background: #edf2e6; border-radius: 6px; padding: 25px 28px; margin: 32px 0; }
.callout p:first-child { margin-top: 0; }
.callout p:last-child { margin-bottom: 0; }
.source-list { font-size: 19px; overflow-wrap: anywhere; }
.source-list li { margin: 17px 0; }
.article-meta { font-size: 19px; color: var(--muted); }
.error-page { min-height: 60vh; }
.error-page p { margin: 28px 0; max-width: 680px; }
@media (max-width: 1120px) {
  .container { width: calc(100% - 56px); }
  .nav-wrap { gap: 20px; }
  .site-header nav { gap: 20px; }
  .site-header nav .optional-nav { display: none; }
  .hero-grid { gap: 36px; }
  .hero-art { padding: 24px; min-height: 540px; }
  .steps { grid-template-columns: repeat(2,1fr); gap: 38px; }
  .fit-grid, .fee-grid, .story-grid, .faq-layout, .inquiry-layout { gap: 45px; }
  .tools-copy, .research-copy { padding: 32px; }
  .form-card { padding: 28px; }
}
@media (max-width: 840px) {
  html { scroll-padding-top: 155px; }
  .nav-wrap { flex-wrap: wrap; padding-block: 17px; min-height: 0; }
  .nav-wrap > .button { margin-left: auto; }
  .site-header nav { order: 3; width: 100%; gap: 28px; justify-content: center; }
  .site-header nav a { padding-block: 0; }
  .site-header nav .optional-nav { display: inline; }
  .hero { padding: 58px 0 50px; }
  .hero-grid { grid-template-columns: 1fr; gap: 42px; }
  .hero h1 { max-width: 680px; font-size: clamp(48px,8vw,72px); }
  .hero .lede { max-width: 700px; }
  .hero-art { min-height: 450px; max-width: 640px; width: 100%; margin-inline: auto; }
  .crate-illustration { max-height: 330px; min-height: 230px; }
  .art-card { max-width: 530px; width: 100%; margin-inline: auto; }
  .promise-band { grid-template-columns: 1fr; padding: 28px; gap: 19px; }
  .section { padding: 64px 0; }
  .fit-grid, .fee-grid, .story-grid, .faq-layout, .inquiry-layout { grid-template-columns: 1fr; gap: 38px; }
  .fee-details { max-width: 680px; }
  .payment-flow { grid-template-columns: 1fr; gap: 18px; }
  .tools-section { padding-top: 0; }
  .tools-grid { grid-template-columns: 1fr; }
  .story-grid h2 { font-size: 40px; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .footer-links { justify-content: flex-start; }
  .footer-bottom { flex-direction: column; gap: 12px; }
  .article-main { padding-top: 52px; padding-bottom: 60px; }
}
@media (max-width: 520px) {
  .container { width: calc(100% - 36px); }
  html { scroll-padding-top: 185px; }
  .nav-wrap { gap: 15px; }
  .brand { font-size: 23px; gap: 9px; }
  .brand-mark { width: 37px; height: 37px; font-size: 29px; }
  .nav-wrap > .button { min-height: 46px; padding: 10px 13px; }
  .site-header nav { gap: 18px; flex-wrap: wrap; justify-content: flex-start; }
  .site-header nav .optional-nav { display: none; }
  .hero { padding-top: 42px; }
  .hero h1 { font-size: 48px; }
  .lede { font-size: 22px; }
  .hero-actions { gap: 18px; align-items: stretch; }
  .hero-actions .button { width: 100%; }
  .hero-actions .button-link { justify-content: flex-start; }
  .eyebrow { letter-spacing: .045em; }
  .hero-art { padding: 20px; min-height: 430px; }
  .art-heading { flex-wrap: wrap; gap: 2px 14px; }
  .art-card { padding: 19px; }
  .art-card p { font-size: 22px; }
  .art-card .art-arrow { right: 18px; }
  .steps { grid-template-columns: 1fr; gap: 32px; }
  h2 { font-size: 37px; }
  .section-heading { margin-bottom: 32px; }
  .fee-number strong { font-size: 80px; }
  .example, .tools-copy, .research-copy, .form-card { padding: 24px; }
  .example-row { gap: 12px; }
  .payment-flow { padding: 24px; }
  .form-grid { grid-template-columns: 1fr; }
  .full { grid-column: auto; }
  .check-field { gap: 10px; }
  .faq-layout { gap: 26px; }
  .faq-layout h2 { font-size: 37px; }
  .prose h2 { font-size: 32px; }
  .article-main h1 { font-size: 43px; }
  .callout { padding: 22px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
@media (forced-colors: active) {
  .button, .brand-mark, .step-number, .hero-art, .art-card { border: 1px solid ButtonText; }
}
@media (max-width: 520px) {
  .nav-wrap > .button { display: none; }
}
