/* Dropped Pin — site styles
   Brand tokens: Ink #0F1D33 · Pin #E4572E · Paper #F6F4EF · Slate #4A5568 · Line #D9D5CC
   Pin (#E4572E) is decorative only; buttons use Pin Deep (#C9471F, 4.8:1 with white). */

@font-face { font-family: "Bricolage Grotesque"; src: url("/fonts/bricolage-grotesque-latin-600-normal.woff2") format("woff2"); font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: "Bricolage Grotesque"; src: url("/fonts/bricolage-grotesque-latin-700-normal.woff2") format("woff2"); font-weight: 700; font-style: normal; font-display: swap; }
@font-face { font-family: "Inter"; src: url("/fonts/inter-latin-400-normal.woff2") format("woff2"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "Inter"; src: url("/fonts/inter-latin-500-normal.woff2") format("woff2"); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: "Inter"; src: url("/fonts/inter-latin-600-normal.woff2") format("woff2"); font-weight: 600; font-style: normal; font-display: swap; }

:root {
  --ink: #0F1D33;
  --ink-soft: #1C2C47;
  --pin: #E4572E;
  --pin-deep: #C9471F;
  --pin-deeper: #A93A18;
  --pin-text: #B83D17;
  --pin-tint: #FCEDE7;
  --paper: #F6F4EF;
  --paper-2: #EFECE4;
  --slate: #4A5568;
  --muted: #5B6475;
  --line: #D9D5CC;
  --line-soft: #E8E4DB;
  --white: #FFFFFF;
  --on-ink: #C9D1DE;
  --error: #B42318;
  --radius: 12px;
  --radius-lg: 16px;
  --wrap: 1120px;
  --font-head: "Bricolage Grotesque", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --font-body: "Inter", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --shadow: 0 1px 2px rgba(15, 29, 51, .05), 0 16px 40px -18px rgba(15, 29, 51, .22);
}

/* ---------- Base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 88px; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--slate);
  font: 400 1.0625rem/1.6 var(--font-body);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img, svg { display: block; max-width: 100%; }
img { height: auto; }
h1, h2, h3 { font-family: var(--font-head); color: var(--ink); line-height: 1.1; letter-spacing: -0.02em; margin: 0 0 .55em; font-weight: 700; text-wrap: balance; }
h1 { font-size: clamp(2.15rem, 1.35rem + 3.1vw, 3.5rem); }
h2 { font-size: clamp(1.7rem, 1.25rem + 1.6vw, 2.3rem); }
h3 { font-size: 1.25rem; font-weight: 600; letter-spacing: -0.01em; line-height: 1.25; }
p { margin: 0 0 1em; }
p:last-child { margin-bottom: 0; }
ul, ol { margin: 0; padding: 0; }
strong { color: var(--ink); font-weight: 600; }
a { color: var(--pin-text); text-underline-offset: .18em; text-decoration-thickness: 1px; }
a:hover { color: var(--ink); }
:focus-visible { outline: 3px solid var(--pin); outline-offset: 3px; border-radius: 4px; }
::selection { background: var(--pin-tint); color: var(--ink); }

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

.wrap { width: min(100% - 2.5rem, var(--wrap)); margin-inline: auto; }
.narrow { max-width: 740px; }
.center { text-align: center; margin-inline: auto; }
.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.skip { position: absolute; left: 1rem; top: -100px; z-index: 100; background: var(--ink); color: var(--white); padding: .75rem 1rem; border-radius: 8px; font-weight: 600; text-decoration: none; }
.skip:focus { top: 1rem; color: var(--white); }

.eyebrow { font: 600 .8125rem/1.3 var(--font-body); letter-spacing: .08em; text-transform: uppercase; color: var(--pin-text); margin-bottom: 1rem; }
.lede { font-size: clamp(1.1rem, 1rem + .35vw, 1.25rem); line-height: 1.55; color: var(--slate); max-width: 38em; }
.fine { font-size: .9375rem; color: var(--muted); }
.label { font: 600 .875rem/1.4 var(--font-body); color: var(--ink); margin-bottom: 1rem; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  min-height: 48px; padding: .8rem 1.3rem;
  font: 600 1rem/1.2 var(--font-body); text-decoration: none; text-align: center;
  border: 2px solid transparent; border-radius: 10px; cursor: pointer;
  transition: background-color .15s ease, color .15s ease, border-color .15s ease;
}
.btn-primary { background: var(--pin-deep); color: var(--white); }
.btn-primary:hover { background: var(--pin-deeper); color: var(--white); }
.btn-ghost { background: transparent; color: var(--ink); border-color: var(--ink); }
.btn-ghost:hover { background: var(--ink); color: var(--paper); }
.btn-light { background: var(--paper); color: var(--ink); }
.btn-light:hover { background: var(--white); color: var(--ink); }
.btn-lg { min-height: 54px; padding: 1rem 1.5rem; font-size: 1.0625rem; }
.btn-sm { min-height: 42px; padding: .55rem .95rem; font-size: .9375rem; }
.btn[disabled] { opacity: .65; cursor: progress; }
.cta-row { display: flex; flex-wrap: wrap; gap: .75rem; margin: 1.75rem 0 1rem; }
.link-arrow { font-weight: 600; text-decoration: none; }
.link-arrow::after { content: " →"; }
.link-arrow:hover { text-decoration: underline; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(246, 244, 239, .94);
  -webkit-backdrop-filter: saturate(1.4) blur(10px); backdrop-filter: saturate(1.4) blur(10px);
  border-bottom: 1px solid var(--line);
}
.header-inner { display: flex; align-items: center; gap: 1rem; min-height: 68px; position: relative; }
.brand { display: inline-flex; align-items: center; gap: .55rem; text-decoration: none; color: var(--ink); margin-right: auto; }
.brand:hover { color: var(--ink); }
.brand .mark { width: 24px; height: 27px; color: var(--pin); flex: none; }
.brand-name { font: 700 1.3rem/1 var(--font-head); letter-spacing: -0.025em; }
.brand-light, .brand-light:hover { color: var(--paper); }

.nav ul { list-style: none; display: flex; align-items: center; gap: .25rem; }
.nav a { display: inline-flex; align-items: center; min-height: 44px; padding: .4rem .8rem; border-radius: 8px; color: var(--ink); text-decoration: none; font-weight: 500; font-size: .9875rem; }
.nav a:hover { background: var(--paper-2); color: var(--ink); }
.nav a[aria-current="page"] { color: var(--pin-text); }
.nav-phone a { color: var(--slate); font-variant-numeric: tabular-nums; }
.nav-cta { display: none; }

.menu-toggle {
  display: none; place-items: center; width: 44px; height: 44px; padding: 0;
  background: transparent; border: 1px solid var(--line); border-radius: 10px; color: var(--ink); cursor: pointer;
}
.menu-toggle svg { width: 22px; height: 22px; }
.menu-toggle .icon-close { display: none; }
.menu-toggle[aria-expanded="true"] .icon-open { display: none; }
.menu-toggle[aria-expanded="true"] .icon-close { display: block; }
.cta-short { display: none; }

@media (max-width: 880px) {
  .menu-toggle { display: inline-grid; }
  .nav {
    display: none; position: absolute; top: 100%; left: -1.25rem; right: -1.25rem;
    background: var(--paper); border-bottom: 1px solid var(--line);
    padding: .75rem 1.25rem 1.5rem; box-shadow: 0 18px 30px -20px rgba(15, 29, 51, .35);
  }
  .nav.is-open { display: block; }
  .nav ul { flex-direction: column; align-items: stretch; gap: .15rem; }
  .nav a { font-size: 1.0625rem; padding: .7rem .75rem; }
  .nav-cta { display: block; margin-top: .6rem; }
  .nav-cta a.btn { width: 100%; color: var(--white); }
  .nav-cta a.btn:hover { background: var(--pin-deeper); }
}
@media (max-width: 420px) {
  .cta-long { display: none; }
  .cta-short { display: inline; }
  .header-inner { gap: .6rem; }
  .brand-name { font-size: 1.15rem; }
}

/* ---------- Sections ---------- */
.section { padding: clamp(3.5rem, 2.5rem + 4vw, 6rem) 0; }
.section-white { background: var(--white); border-block: 1px solid var(--line); }
.section-dark { background: var(--ink); color: var(--on-ink); }
.section-dark h2, .section-dark h3, .section-dark strong { color: var(--paper); }
.section-dark a:not(.btn) { color: var(--paper); }
.section-head { max-width: 740px; margin-bottom: 2.5rem; }
.section-head p { font-size: 1.125rem; }

.card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.6rem; }
.grid { display: grid; gap: 1.25rem; }
.grid-2 { grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr)); }
.grid-3 { grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr)); }

/* ---------- Hero ---------- */
.hero { padding: clamp(2.75rem, 2rem + 4vw, 5.5rem) 0 clamp(3rem, 2rem + 4vw, 5.5rem); }
.hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(2rem, 4vw, 4rem); align-items: center; }
.hero h1 { margin-bottom: .45em; }
@media (max-width: 920px) { .hero-grid { grid-template-columns: 1fr; } .map-card { max-width: 520px; } }

/* Illustrative map card (not a Google screenshot) */
.map-card { margin: 0; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 1rem; box-shadow: var(--shadow); }
.map-search { display: flex; align-items: center; gap: .6rem; border: 1px solid var(--line); border-radius: 999px; padding: .55rem 1rem; color: var(--ink); font-weight: 500; font-size: .9375rem; }
.map-search svg { width: 18px; height: 18px; color: var(--muted); flex: none; }
.map-art { margin: .9rem 0 .4rem; border-radius: 10px; overflow: hidden; background: #ECEEE7; }
.map-art svg { width: 100%; height: auto; }
.results { list-style: none; }
.result { display: grid; grid-template-columns: 30px 1fr; gap: .8rem; align-items: start; padding: .75rem .25rem; border-bottom: 1px solid var(--line-soft); }
.result-pin { width: 30px; height: 30px; border-radius: 50%; display: grid; place-items: center; background: var(--ink); color: var(--white); font: 600 .8125rem/1 var(--font-body); }
.result-name { display: block; color: var(--ink); font-weight: 600; font-size: .9875rem; line-height: 1.3; }
.result-meta { display: block; font-size: .875rem; color: var(--muted); line-height: 1.4; }
.rating { color: var(--ink); font-weight: 600; }
.star { color: #B7791F; }
.map-more { text-align: center; font-size: .8125rem; color: var(--muted); padding: .55rem 0; border-bottom: 1px dashed var(--line); letter-spacing: .02em; }
.result-you { border-bottom: 0; padding-top: .9rem; }
.result-you .result-pin { background: var(--white); border: 2px dashed var(--pin-deep); color: var(--pin-deep); }
.result-you .note { color: var(--pin-text); font-weight: 600; }
.map-card figcaption { font-size: .8125rem; color: var(--muted); padding: .75rem .25rem 0; border-top: 1px solid var(--line-soft); margin-top: .25rem; }

/* ---------- Problem / evidence ---------- */
.evidence-grid { list-style: none; display: grid; gap: 1.25rem; grid-template-columns: repeat(auto-fit, minmax(min(100%, 250px), 1fr)); margin: 0 0 2rem; }
.evidence { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.5rem; }
.evidence-num { display: block; font: 700 clamp(2.4rem, 2rem + 1.5vw, 3rem)/1 var(--font-head); color: var(--pin-text); letter-spacing: -0.03em; margin-bottom: .6rem; }
.evidence p { margin: 0; color: var(--slate); }
.evidence-source { font-size: .875rem; color: var(--muted); }

/* ---------- Pillars ---------- */
.pillar-num { display: inline-grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; background: var(--pin-tint); color: var(--pin-text); font: 700 1.05rem/1 var(--font-head); margin-bottom: 1rem; }
.pillar h3 { margin-bottom: .4em; }

/* ---------- Lanes ---------- */
.lane { display: flex; flex-direction: column; }
.lane-tag { align-self: flex-start; font: 600 .75rem/1 var(--font-body); letter-spacing: .08em; text-transform: uppercase; background: var(--ink); color: var(--paper); padding: .45rem .6rem; border-radius: 6px; margin-bottom: 1rem; }
.lane-tag.alt { background: var(--paper-2); color: var(--ink); }
.not-fit { margin-top: 1.5rem; padding: 1.1rem 1.25rem; border-left: 3px solid var(--line); background: transparent; color: var(--slate); font-size: .9875rem; }

/* ---------- Steps ---------- */
.steps { list-style: none; counter-reset: step; display: grid; gap: 1.25rem; grid-template-columns: repeat(auto-fit, minmax(min(100%, 230px), 1fr)); }
.step { counter-increment: step; position: relative; padding-top: 3.4rem; }
.step::before { content: counter(step); position: absolute; top: 0; left: 0; width: 42px; height: 42px; border-radius: 50%; background: var(--ink); color: var(--paper); display: grid; place-items: center; font: 700 1.1rem/1 var(--font-head); }
.step h3 { font-size: 1.125rem; }
.step p { font-size: 1rem; }

/* ---------- Pricing ---------- */
.plans { display: grid; gap: 1.25rem; grid-template-columns: repeat(auto-fit, minmax(min(100%, 330px), 1fr)); align-items: stretch; }
.plan { display: flex; flex-direction: column; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 1.9rem; position: relative; }
.plan-featured { border: 2px solid var(--ink); }
.plan-badge { position: absolute; top: -13px; left: 1.6rem; background: var(--pin-deep); color: var(--white); font: 600 .75rem/1 var(--font-body); letter-spacing: .06em; text-transform: uppercase; padding: .45rem .65rem; border-radius: 6px; }
.plan h3 { font-size: 1.4rem; margin-bottom: .25rem; }
.plan-for { color: var(--muted); font-size: .9875rem; margin-bottom: 1.25rem; }
.price { font: 700 2.4rem/1 var(--font-head); color: var(--ink); letter-spacing: -0.03em; }
.price small { font: 500 1rem/1.3 var(--font-body); color: var(--muted); letter-spacing: 0; }
.price-alt { font-size: .9375rem; color: var(--muted); margin: .5rem 0 1.4rem; }
.checks { list-style: none; display: grid; gap: .6rem; margin-bottom: 1.6rem; }
.checks li { position: relative; padding-left: 1.7rem; font-size: 1rem; line-height: 1.5; }
.checks li::before { content: ""; position: absolute; left: 0; top: .28em; width: 1.05rem; height: 1.05rem; border-radius: 50%; background: var(--pin-tint); }
.checks li::after { content: ""; position: absolute; left: .36rem; top: .47em; width: .3rem; height: .55rem; border: solid var(--pin-text); border-width: 0 2px 2px 0; transform: rotate(45deg); }
.plan .btn { margin-top: auto; }
.founding { margin-top: 1.5rem; display: grid; grid-template-columns: auto 1fr; gap: 1rem; align-items: start; background: var(--pin-tint); border: 1px solid #F3C9B9; border-radius: var(--radius); padding: 1.25rem 1.4rem; }
.founding-mark { width: 26px; height: 29px; color: var(--pin-deep); margin-top: .1rem; }
.founding p { color: var(--ink); }
.gst { margin-top: 1rem; font-size: .9375rem; color: var(--muted); }

/* ---------- Why us ---------- */
.why { list-style: none; display: grid; gap: 1.25rem 2.5rem; grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr)); }
.why li { border-top: 2px solid var(--ink); padding-top: 1rem; }
.why h3 { font-size: 1.125rem; margin-bottom: .35em; }
.why p { font-size: 1rem; }

/* ---------- Proof / founder ---------- */
.proof { display: grid; grid-template-columns: 1.2fr .8fr; gap: 2rem; align-items: center; }
@media (max-width: 820px) { .proof { grid-template-columns: 1fr; } }
.founder { display: grid; grid-template-columns: 88px 1fr; gap: 1.1rem; align-items: center; }
.founder img { width: 88px; height: 88px; border-radius: 50%; object-fit: cover; }
.founder-name { font: 700 1.15rem/1.2 var(--font-head); color: var(--ink); margin-bottom: .25rem; }
.founder p { font-size: .9875rem; margin-bottom: .5rem; }

/* ---------- FAQ ---------- */
.faq { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; gap: 1rem; align-items: center; padding: 1.15rem 0; font: 600 1.0625rem/1.4 var(--font-body); color: var(--ink); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: ""; flex: none; width: 12px; height: 12px; border: solid var(--ink); border-width: 0 2px 2px 0; transform: rotate(45deg) translateY(-3px); transition: transform .2s ease; }
.faq details[open] summary::after { transform: rotate(-135deg) translateY(-3px); }
.faq summary:hover { color: var(--pin-text); }
.faq-body { padding: 0 0 1.25rem; max-width: 62ch; }

/* ---------- CTA band ---------- */
.cta-band { text-align: center; }
.cta-band h2 { max-width: 20ch; margin-inline: auto; }
.cta-band p { max-width: 48ch; margin-inline: auto; }
.cta-band .cta-row { justify-content: center; }
.cta-band .fine { color: var(--on-ink); }

/* ---------- Page header (inner pages) ---------- */
.page-head { padding: clamp(2.5rem, 2rem + 3vw, 4.5rem) 0 clamp(1.5rem, 1rem + 2vw, 2.5rem); }
.page-head .lede { margin-bottom: 0; }

/* ---------- Services ---------- */
.plan-detail { display: grid; grid-template-columns: 300px 1fr; gap: 2.5rem; padding: 2.75rem 0; border-top: 1px solid var(--line); }
.plan-detail:first-of-type { border-top: 0; padding-top: 0; }
@media (max-width: 860px) { .plan-detail { grid-template-columns: 1fr; gap: 1.25rem; } }
.plan-detail .price { font-size: 2rem; }
.plan-detail h2 { font-size: clamp(1.5rem, 1.2rem + 1vw, 1.9rem); margin-bottom: .4em; }
.plan-detail h3 { font-size: 1.0625rem; margin-top: 1.75rem; }
.plan-detail h3:first-child { margin-top: 0; }
.timeline { list-style: none; display: grid; gap: 1rem; grid-template-columns: repeat(auto-fit, minmax(min(100%, 190px), 1fr)); margin-top: .5rem; }
.timeline li { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.1rem; font-size: .9375rem; line-height: 1.5; }
.timeline strong { display: block; font-family: var(--font-head); font-size: 1rem; margin-bottom: .35rem; }
.plain-list { list-style: disc; padding-left: 1.25rem; display: grid; gap: .45rem; }
.plain-list li::marker { color: var(--pin); }

.table-wrap { position: relative; overflow-x: auto; -webkit-overflow-scrolling: touch; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.compare { width: 100%; min-width: 660px; border-collapse: collapse; font-size: .9687rem; }
.compare caption { text-align: left; padding: 1rem 1.1rem .25rem; font-weight: 600; color: var(--ink); }
.compare th, .compare td { padding: .85rem 1.1rem; border-bottom: 1px solid var(--line-soft); text-align: left; vertical-align: top; }
.compare thead th { font-family: var(--font-head); color: var(--ink); font-size: 1.02rem; background: var(--paper); border-bottom: 1px solid var(--line); }
.compare tbody th { font-weight: 500; color: var(--ink); width: 34%; }
.compare tbody tr:last-child th, .compare tbody tr:last-child td { border-bottom: 0; }
.compare .yes { color: var(--pin-text); font-weight: 700; }
.compare .no { color: #9AA1AD; }
.table-note { font-size: .875rem; color: var(--muted); margin-top: .6rem; }

/* ---------- About ---------- */
.about-grid { display: grid; grid-template-columns: 5fr 7fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: start; }
@media (max-width: 860px) { .about-grid { grid-template-columns: 1fr; } .portrait { max-width: 420px; } }
.portrait { margin: 0; position: sticky; top: 96px; }
@media (max-width: 860px) { .portrait { position: static; } }
.portrait img { width: 100%; border-radius: var(--radius-lg); aspect-ratio: 4 / 5; object-fit: cover; background: var(--paper-2); }
.portrait figcaption { font-size: .875rem; color: var(--muted); margin-top: .75rem; }
.prose { max-width: 62ch; font-size: 1.0875rem; }
.prose h2 { font-size: 1.3rem; margin: 2rem 0 .5rem; letter-spacing: -0.01em; }
.prose p { margin-bottom: 1.1em; }
.contact-card { margin-top: 2rem; }
.contact-list { list-style: none; display: grid; gap: .5rem; }
.contact-list a { font-weight: 500; }

/* ---------- Form ---------- */
.check-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: clamp(1.5rem, 4vw, 3.5rem); align-items: start; }
@media (max-width: 900px) { .check-grid { grid-template-columns: 1fr; } }
.form-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: clamp(1.25rem, 1rem + 2vw, 2.25rem); box-shadow: var(--shadow); }
.form-row { display: grid; gap: 1.1rem; grid-template-columns: 1fr 1fr; }
@media (max-width: 560px) { .form-row { grid-template-columns: 1fr; } }
.field { margin-bottom: 1.15rem; }
.field label, .field .legend { display: block; font-weight: 600; color: var(--ink); font-size: .9687rem; margin-bottom: .4rem; }
.opt { font-weight: 400; color: var(--muted); }
.hint { display: block; font-size: .875rem; color: var(--muted); margin: -.15rem 0 .45rem; }
input[type="text"], input[type="email"], input[type="tel"], select, textarea {
  width: 100%; min-height: 50px; padding: .7rem .9rem;
  font: 400 1rem/1.4 var(--font-body); color: var(--ink);
  background: var(--white); border: 1.5px solid #BFB9AD; border-radius: 10px;
  transition: border-color .15s ease, box-shadow .15s ease;
  -webkit-appearance: none; appearance: none;
}
select { background-image: linear-gradient(45deg, transparent 50%, var(--ink) 50%), linear-gradient(135deg, var(--ink) 50%, transparent 50%); background-position: calc(100% - 20px) 52%, calc(100% - 14px) 52%; background-size: 6px 6px; background-repeat: no-repeat; padding-right: 2.5rem; }
textarea { min-height: 110px; resize: vertical; }
input:hover, select:hover, textarea:hover { border-color: var(--slate); }
input:focus, select:focus, textarea:focus { outline: none; border-color: var(--ink); box-shadow: 0 0 0 3px rgba(228, 87, 46, .35); }
[aria-invalid="true"] { border-color: var(--error) !important; }
.field-error { color: var(--error); font-size: .9063rem; font-weight: 500; margin: .4rem 0 0; }
.check-field { display: grid; grid-template-columns: 24px 1fr; gap: .7rem; align-items: start; }
.check-field input { width: 22px; height: 22px; margin: .1rem 0 0; accent-color: var(--pin-deep); }
.check-field label { font-weight: 400; color: var(--slate); font-size: .9687rem; margin: 0; }
.error-summary { border: 2px solid var(--error); background: #FEF3F2; color: var(--error); border-radius: 10px; padding: .85rem 1rem; margin-bottom: 1.25rem; font-weight: 600; }
.hp { display: none !important; }
.form-card .btn { width: 100%; }
.form-foot { font-size: .875rem; color: var(--muted); margin-top: .9rem; text-align: center; }
.next-steps { list-style: none; counter-reset: ns; display: grid; gap: 1.1rem; margin: 1rem 0 1.75rem; }
.next-steps li { counter-increment: ns; display: grid; grid-template-columns: 34px 1fr; gap: .8rem; font-size: 1rem; }
.next-steps li::before { content: counter(ns); width: 34px; height: 34px; border-radius: 50%; background: var(--ink); color: var(--paper); display: grid; place-items: center; font: 700 .95rem/1 var(--font-head); }
.aside-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.25rem 1.35rem; font-size: .9687rem; }
.aside-card h2 { font-size: 1.05rem; margin-bottom: .4rem; letter-spacing: -0.005em; }

/* ---------- Simple pages ---------- */
.legal { max-width: 70ch; }
.legal h2 { font-size: 1.25rem; margin: 2rem 0 .5rem; }
.legal ul { list-style: disc; padding-left: 1.25rem; margin-bottom: 1em; }
.legal li { margin-bottom: .35rem; }
.status { text-align: center; padding: clamp(4rem, 3rem + 6vw, 8rem) 0; }
.status .mark-big { width: 64px; height: 72px; color: var(--pin); margin: 0 auto 1.5rem; }
.status .lede { margin-inline: auto; }
.status .cta-row { justify-content: center; }

/* ---------- Footer ---------- */
.site-footer { background: var(--ink); color: var(--on-ink); padding: 3.5rem 0 1.75rem; font-size: .9687rem; }
.site-footer a { color: var(--paper); text-decoration: none; }
.site-footer a:hover { text-decoration: underline; color: var(--white); }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 2rem; padding-bottom: 2.25rem; border-bottom: 1px solid rgba(201, 209, 222, .2); }
@media (max-width: 760px) { .footer-grid { grid-template-columns: 1fr; } }
.footer-brand p { margin: 1rem 0 0; max-width: 34ch; }
.footer-tag { font: 600 1rem/1.3 var(--font-head); color: var(--paper); }
.footer-h { font: 600 .8125rem/1 var(--font-body); letter-spacing: .08em; text-transform: uppercase; color: #9FACC0; margin: .35rem 0 1rem; }
.footer-links { list-style: none; display: grid; gap: .55rem; }
.footer-base { display: flex; flex-wrap: wrap; justify-content: space-between; gap: .75rem 2rem; padding-top: 1.5rem; font-size: .875rem; color: #9FACC0; }
.footer-base p { margin: 0; }
.aside-card + .aside-card { margin-top: 1rem; }
aside h2#next-h { font-size: 1.35rem; }
.price { margin-bottom: .4rem; }
.prose .lede { margin-bottom: 1.1em; }
/* Inner-page headers align with page content (left edge), text column stays readable */
.page-head .wrap.narrow { max-width: none; width: min(100% - 2.5rem, var(--wrap)); }
.page-head .wrap.narrow > * { max-width: 760px; }
