/* Hill Country Drain — Foster & Reeves system (Landingfolio reference), adapted type-led.
   Paper ground, forest-green blocks, chartreuse action, Aspekta, hairline structure. */

@font-face { font-family: "Aspekta"; src: url(/fonts/AspektaVF.woff2) format("woff2"); font-weight: 100 900; font-style: normal; font-display: swap; }

:root {
  --paper: #F4F3F0;
  --paper-2: #FBFAF8;
  --forest: #111A0D;
  --forest-2: #1A2615;
  --stone: #CFC9BE;
  --stone-2: #E6E2DA;
  --muted: #6B665C;
  --muted-dark: #A8A297;
  --body-dark: #D5D0C6;
  --line: rgba(17, 26, 13, .14);
  --line-strong: rgba(17, 26, 13, .28);
  --line-dark: rgba(244, 243, 240, .16);
  --lime: #E8FD53;
  --lime-2: #D9F23A;
  --error: #9A2F2A;
  --muted-on-stone: #4E4A42;
  --font: "Aspekta", "Helvetica Neue", Arial, system-ui, sans-serif;
  --wrap: 83.5rem;
  --gutter: clamp(1.25rem, 3.5vw, 3.25rem);
  --s1: .5rem; --s2: 1rem; --s3: 1.5rem; --s4: 2rem; --s5: 3rem; --s6: 5rem; --s7: 7.5rem; --s8: 10rem;
  --radius: 4px;
  --ease: cubic-bezier(.2, .8, .2, 1);
  --header-h: 4.25rem;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; background: var(--paper); }
body { margin: 0; font: 400 1.0625rem/1.5 var(--font); letter-spacing: .005em; color: var(--forest); background: var(--paper); -webkit-font-smoothing: antialiased; text-wrap: pretty; overflow-x: hidden; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: .18em; text-decoration-color: var(--line-strong); transition: text-decoration-color .2s; }
a:hover { text-decoration-color: currentColor; }
:focus-visible { outline: 2px solid var(--forest); outline-offset: 3px; }
.dark :focus-visible, .site-footer :focus-visible { outline-color: var(--lime); }

.skip { position: absolute; left: 1rem; top: -5rem; z-index: 100; background: var(--lime); color: var(--forest); padding: .6rem .9rem; border-radius: var(--radius); font-weight: 500; text-decoration: none; }
.skip:focus { top: 1rem; }

/* Type */
h1, h2, h3 { margin: 0; color: inherit; text-wrap: balance; font-weight: 500; }
h1 { font-size: clamp(2.75rem, 6.4vw, 5.5rem); line-height: .92; letter-spacing: -.04em; }
h2 { font-size: clamp(2rem, 4vw, 3.5rem); line-height: .95; letter-spacing: -.035em; }
h3 { font-size: 1.375rem; line-height: 1.15; letter-spacing: -.02em; }
p { margin: 0 0 var(--s2); }
.lead { font-size: 1.1875rem; line-height: 1.45; max-width: 34rem; }
.muted { color: var(--muted); }
.dark .muted { color: var(--muted-dark); }
.label { display: block; font-size: .6875rem; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }
.dark .label { color: var(--muted-dark); }
.mb-0 { margin-bottom: 0; }
.prose { max-width: 40rem; }
.prose h2 { font-size: clamp(1.5rem, 2.4vw, 2rem); letter-spacing: -.025em; line-height: 1.05; margin: var(--s5) 0 var(--s3); }
.prose ul { margin: 0 0 var(--s3); padding-left: 1.2rem; }
.prose li { margin-bottom: .55rem; }
.prose li::marker { color: var(--muted); }
.prose strong { font-weight: 500; }
.prose-lead h2 { font-size: clamp(2rem, 4vw, 3.5rem); letter-spacing: -.035em; line-height: .95; margin: 0 0 var(--s3); }

.wrap { width: min(100% - 2 * var(--gutter), var(--wrap)); margin-inline: auto; }
.section { padding-block: var(--s7); }
.section-tight { padding-block: var(--s6); }
.dark { background: var(--forest); color: var(--paper); }
.stone { background: var(--stone); }
@media (max-width: 860px) { .section { padding-block: var(--s6); } .section-tight { padding-block: var(--s5); } }

/* Topbar + header */
.topbar { background: var(--forest); color: var(--body-dark); text-align: center; font-size: .6875rem; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; padding: .55rem var(--gutter); }
@media (max-width: 600px) { .topbar-cities { display: none; } }
.site-header { position: sticky; top: 0; z-index: 5; background: var(--paper); border-bottom: 1px solid var(--line); }
.nav-row { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; min-height: var(--header-h); gap: var(--s3); }
.nav-links { display: flex; align-items: center; gap: var(--s3); list-style: none; margin: 0; padding: 0; }
.nav-links a:not(.btn) { font-size: .9375rem; font-weight: 500; text-decoration: none; color: var(--forest); white-space: nowrap; padding: .4rem 0; border-bottom: 1px solid transparent; transition: border-color .2s; }
.nav-links a:not(.btn):hover, .nav-links a[aria-current="page"] { border-bottom-color: var(--forest); }
.nav-right { justify-content: flex-end; }
.brand { font-size: 1.125rem; font-weight: 500; letter-spacing: -.02em; color: var(--forest); text-decoration: none; white-space: nowrap; justify-self: center; display: inline-flex; align-items: center; gap: .55rem; }
.brand svg { width: 22px; height: 22px; }
.nav-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line-strong); border-radius: var(--radius); background: transparent; cursor: pointer; padding: 0; position: relative; justify-self: end; }
.nav-toggle span { position: absolute; left: 50%; width: 18px; height: 1.5px; background: var(--forest); transform: translateX(-50%); transition: transform .3s var(--ease), opacity .2s, top .3s var(--ease); }
.nav-toggle span:nth-child(1) { top: 15px; }
.nav-toggle span:nth-child(2) { top: 21px; }
.nav-toggle span:nth-child(3) { top: 27px; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { top: 21px; transform: translateX(-50%) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { top: 21px; transform: translateX(-50%) rotate(-45deg); }
@media (max-width: 1100px) {
  .nav-row { grid-template-columns: auto 1fr auto; }
  .brand { justify-self: start; order: -1; }
  .nav-toggle { display: inline-flex; }
  .nav-links { display: none; position: absolute; left: 0; right: 0; top: 100%; flex-direction: column; align-items: stretch; gap: 0; background: var(--paper); border-bottom: 1px solid var(--line); padding: .25rem var(--gutter) 1.25rem; box-shadow: 0 24px 40px -24px rgba(17, 26, 13, .35); }
  .nav-links.open { display: flex; min-height: calc(100dvh - var(--header-h)); align-content: flex-start; }
  .nav-links li { width: 100%; }
  .nav-links a:not(.btn) { display: block; padding: .9rem 0; border-bottom: 1px solid var(--line); }
  .nav-links a[aria-current="page"] { border-bottom-color: var(--forest); }
  .nav-links .btn { margin-top: var(--s2); width: 100%; }
  .nav-right { display: none; }
  .nav-links.open .nav-extra { display: block; }
}
.nav-extra { display: none; }
.nav-links li.nav-phone, .nav-links.open .nav-extra.nav-phone { display: none; }
.has-phone .nav-links.open .nav-extra.nav-phone { display: block; }

/* Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .6rem; padding: .85rem 1.15rem; border-radius: var(--radius); border: 1px solid transparent; font: 500 .9375rem/1 var(--font); letter-spacing: 0; text-decoration: none; cursor: pointer; white-space: nowrap; transition: background-color .2s, border-color .2s, color .2s, transform .3s var(--ease); }
.btn svg { width: 14px; height: 14px; flex-shrink: 0; transition: transform .3s var(--ease); }
.btn:hover svg { transform: translateX(3px); }
.btn-primary { background: var(--lime); color: var(--forest); }
.btn-primary:hover { background: var(--lime-2); }
.btn-secondary { background: transparent; color: var(--forest); border-color: var(--line-strong); }
.btn-secondary:hover { border-color: var(--forest); }
.dark .btn-secondary, .hero .btn-secondary, .page-hero .btn-secondary { background: rgba(244, 243, 240, .1); color: var(--paper); border-color: rgba(244, 243, 240, .22); }
.dark .btn-secondary:hover, .hero .btn-secondary:hover, .page-hero .btn-secondary:hover { background: rgba(244, 243, 240, .18); }
.btn-sm { padding: .65rem .9rem; font-size: .875rem; }
.btn-block { width: 100%; }

/* Hero (dark, type-led, stepped panels) */
.hero { position: relative; overflow: hidden; background: var(--forest); color: var(--paper); min-height: min(88vh, 56rem); display: flex; align-items: center; }
.hero.has-photo { background: var(--forest) url(/img/hero.jpg) center / cover no-repeat; }
.hero.has-photo::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(17, 26, 13, .82), rgba(17, 26, 13, .35)); }
.hero .wrap { position: relative; z-index: 1; padding: var(--s7) 0 var(--s8); }
.hero-copy { max-width: 44rem; }
.hero h1 { margin-bottom: var(--s3); }
.hero .lead { color: var(--body-dark); margin-bottom: var(--s4); }
.hero-actions { display: flex; flex-wrap: wrap; gap: var(--s2); }
.hero-note { margin: var(--s5) 0 0; padding-top: var(--s3); border-top: 1px solid var(--line-dark); color: var(--muted-dark); font-size: .9375rem; max-width: 32rem; }
.hero-note strong { color: var(--paper); font-weight: 500; }
.steps-art { position: absolute; right: 0; bottom: 0; display: flex; align-items: flex-end; height: 100%; width: min(58%, 52rem); pointer-events: none; }
.steps-art span { display: block; flex: 1; background: var(--paper); border-left: 1px solid var(--line); transform: translateY(0); }
.steps-art span:nth-child(1) { height: 26%; }
.steps-art span:nth-child(2) { height: 44%; }
.steps-art span:nth-child(3) { height: 64%; }
.steps-art.animate span { animation: rise 1.1s var(--ease) both; }
.steps-art.animate span:nth-child(2) { animation-delay: .12s; }
.steps-art.animate span:nth-child(3) { animation-delay: .24s; }
@keyframes rise { from { transform: translateY(100%); } to { transform: translateY(0); } }
@media (max-width: 960px) {
  .hero { min-height: 0; align-items: flex-start; }
  .hero .wrap { padding: var(--s6) 0 calc(var(--s4) + 5rem); }
  .steps-art { width: 100%; height: 5rem; }
  .steps-art span:nth-child(1) { height: 30%; } .steps-art span:nth-child(2) { height: 60%; } .steps-art span:nth-child(3) { height: 100%; }
}

/* Inner page hero */
.page-hero { position: relative; overflow: hidden; background: var(--forest); color: var(--paper); padding: var(--s6) 0 var(--s7); }
.page-hero .wrap { position: relative; z-index: 1; }
.page-hero .steps-art { width: min(44%, 36rem); }
.page-hero .steps-art span:nth-child(1) { height: 18%; }
.page-hero .steps-art span:nth-child(2) { height: 32%; }
.page-hero .steps-art span:nth-child(3) { height: 48%; }
@media (max-width: 960px) { .page-hero { padding-bottom: calc(var(--s6) + 3rem); } .page-hero .steps-art { width: 100%; height: 3.5rem; } .page-hero .steps-art span:nth-child(1) { height: 34%; } .page-hero .steps-art span:nth-child(2) { height: 66%; } .page-hero .steps-art span:nth-child(3) { height: 100%; } }
.page-hero h1 { font-size: clamp(2.5rem, 5.2vw, 4.5rem); max-width: 18ch; margin-bottom: var(--s3); }
.page-hero .lead { color: var(--body-dark); margin-bottom: var(--s4); }
.page-hero .muted { color: var(--muted-dark); margin: 0; }
.page-hero .hero-actions { margin-top: var(--s2); }

/* Statement */
.statement { padding-bottom: var(--s6); }
.facts-section { padding: 0 0 var(--s7); }
.statement-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); gap: var(--s6); align-items: start; }
.statement-grid .big { font-size: clamp(1.75rem, 3.1vw, 2.75rem); line-height: 1.02; letter-spacing: -.035em; font-weight: 500; margin: 0 0 var(--s4); max-width: 22ch; }
.statement-grid .big em { font-style: normal; color: var(--muted); }
.statement-grid p:not(.big) { max-width: 34rem; }
@media (max-width: 860px) { .statement-grid { grid-template-columns: 1fr; gap: var(--s4); } }

/* Facts strip */
.facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.facts > div { padding: var(--s4) var(--s4) var(--s4) 0; }
.facts > div + div { border-left: 1px solid var(--line); padding-left: var(--s4); }
.facts .num { display: block; font-size: clamp(2.25rem, 4.2vw, 3.75rem); font-weight: 500; letter-spacing: -.04em; line-height: 1; margin-bottom: var(--s2); }
.facts p { margin: 0; color: var(--muted); max-width: 20rem; }
.facts-range { grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr); align-items: center; }
.facts-range .num { margin-bottom: 0; white-space: nowrap; }
.facts .to { font-size: .42em; font-weight: 400; letter-spacing: 0; color: var(--muted); margin: 0 .1em; vertical-align: middle; }
.facts-range p { max-width: 32rem; font-size: 1.125rem; }
@media (max-width: 760px) { .facts, .facts-range { grid-template-columns: 1fr; } .facts-range .num { white-space: normal; margin-bottom: var(--s2); } .facts > div + div { border-left: 0; border-top: 1px solid var(--line); padding-left: 0; } }

/* Services list (dark) */
.services-head { display: flex; justify-content: space-between; align-items: flex-end; gap: var(--s4); margin-bottom: var(--s5); flex-wrap: wrap; }
.services-head p { margin: 0; color: var(--body-dark); max-width: 30rem; }
.rows { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line-dark); }
.rows li { border-bottom: 1px solid var(--line-dark); }
.rows a { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: var(--s4); padding: 1.35rem 0; text-decoration: none; color: inherit; }
.rows .title { font-size: clamp(1.5rem, 2.8vw, 2.5rem); font-weight: 500; letter-spacing: -.03em; line-height: 1.05; }
.rows .desc { display: block; color: var(--muted-dark); font-size: 1rem; margin-top: .4rem; max-width: 40rem; }
.arrow-circle { width: 44px; height: 44px; border-radius: 50%; border: 1px solid rgba(244, 243, 240, .32); display: grid; place-items: center; flex-shrink: 0; transition: background-color .25s, border-color .25s, color .25s; }
.arrow-circle svg { width: 16px; height: 16px; }
.rows a:hover .arrow-circle { background: var(--lime); border-color: var(--lime); color: var(--forest); }
.light .rows { border-top-color: var(--line); }
.light .rows li { border-bottom-color: var(--line); }
.light .rows .desc { color: var(--muted); }
.light .arrow-circle { border-color: var(--line-strong); }

/* Two column with figure */
.grid-2 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: var(--s6); align-items: start; }
@media (max-width: 860px) { .grid-2 { grid-template-columns: 1fr; gap: var(--s5); } }
.figure { margin: 0; }
.figure svg { width: 100%; height: auto; }
.figure figcaption { font-size: .9375rem; color: var(--muted); margin-top: var(--s2); max-width: 34rem; }
.figure .fig-num { display: none; }
.figure-key { display: none; margin: var(--s2) 0 0; padding: 0; list-style: none; counter-reset: key; columns: 2; column-gap: var(--s3); font-size: .9375rem; color: var(--muted); }
.figure-key li { counter-increment: key; break-inside: avoid; margin-bottom: .35rem; }
.figure-key li::before { content: counter(key) "  "; font-weight: 500; color: var(--forest); }
@media (max-width: 600px) { .figure .fig-label { display: none; } .figure .fig-num { display: block; } .figure-key { display: block; } }

/* Feature grid (stone background, paper cells, hairline gaps) */
.cells { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; background: var(--line-strong); border: 1px solid var(--line-strong); }
.cells > div { background: var(--paper); padding: var(--s4); min-height: 14rem; display: flex; flex-direction: column; justify-content: space-between; gap: var(--s3); }
.cells h3 { max-width: 14ch; }
.cells p { margin: 0; color: var(--muted); }
.cells .fill { background: var(--forest); color: var(--paper); }
.cells .fill p { color: var(--body-dark); }
@media (max-width: 960px) { .cells { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 600px) { .cells { grid-template-columns: 1fr; } .cells > div { min-height: 0; } }

/* Cities list (project-style rows) */
.city-rows { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
.city-rows li { border-bottom: 1px solid var(--line); }
.city-rows a { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, .7fr) minmax(0, 1.4fr) auto; gap: var(--s4); align-items: start; padding: var(--s4) 0; text-decoration: none; color: inherit; }
.city-rows .title { font-size: clamp(1.5rem, 2.6vw, 2.25rem); font-weight: 500; letter-spacing: -.03em; line-height: 1; }
.city-rows .meta .label { margin-bottom: .35rem; }
.city-rows .meta p { margin: 0; }
.city-rows .desc { color: var(--muted); margin: 0; }
.city-rows .arrow-circle { border-color: var(--line-strong); align-self: center; }
.city-rows a:hover .arrow-circle { background: var(--lime); border-color: var(--lime); }
@media (max-width: 860px) { .city-rows a { grid-template-columns: minmax(0, 1fr) auto; } .city-rows .meta, .city-rows .desc { grid-column: 1; } .city-rows .arrow-circle { grid-column: 2; grid-row: 1 / 4; } }

/* Process */
.steps { list-style: none; counter-reset: step; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: var(--s5); }
.steps li { counter-increment: step; border-top: 1px solid var(--line); padding-top: var(--s3); }
.steps li::before { content: "0" counter(step); display: block; font-size: .6875rem; letter-spacing: .1em; text-transform: uppercase; font-weight: 500; color: var(--muted); margin-bottom: var(--s4); }
.steps h3 { margin-bottom: var(--s2); }
.steps p { margin: 0; color: var(--muted); }
.steps-col { grid-template-columns: 1fr; gap: 0; max-width: 44rem; }
.steps-col li { display: grid; grid-template-columns: 5rem minmax(0, 1fr); gap: var(--s3); padding-block: var(--s3); border-top: 1px solid var(--line); }
.steps-col li:last-child { border-bottom: 1px solid var(--line); }
.steps-col li::before { margin: .35rem 0 0; }
@media (max-width: 860px) { .steps { grid-template-columns: 1fr; gap: var(--s3); } }

.section-head { display: flex; justify-content: space-between; align-items: flex-end; gap: var(--s4); margin-bottom: var(--s5); flex-wrap: wrap; }
.section-head p { margin: 0; color: var(--muted); max-width: 30rem; }
.stone .section-head p { color: var(--muted-on-stone); }
.section-head .btn { flex-shrink: 0; }

/* FAQ */
.faq { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { list-style: none; cursor: pointer; padding: var(--s3) 0; display: flex; justify-content: space-between; gap: var(--s3); align-items: center; font-weight: 500; font-size: 1.1875rem; letter-spacing: -.015em; line-height: 1.3; }
.faq summary::-webkit-details-marker { display: none; }
.faq-mark { width: 14px; height: 14px; flex-shrink: 0; color: var(--muted); transition: transform .3s var(--ease); }
.faq details[open] .faq-mark { transform: rotate(45deg); }
.faq details p { margin: 0 0 var(--s3); color: var(--muted); max-width: 40rem; }
.narrow { max-width: 46rem; }

/* Forms */
.quote-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 32rem); gap: var(--s6); align-items: start; }
.contact-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: var(--s6); align-items: start; }
@media (max-width: 900px) { .quote-grid, .contact-grid { grid-template-columns: 1fr; gap: var(--s5); } }
.form { scroll-margin-top: calc(var(--header-h) + 1rem); border-top: 1px solid var(--line-strong); padding-top: var(--s3); }
.form h2 { font-size: clamp(1.5rem, 2.4vw, 2rem); letter-spacing: -.025em; margin-bottom: var(--s1); }
.form > .muted { margin-bottom: var(--s4); }
.form-row { margin-bottom: var(--s3); }
.form-row label { display: block; font-weight: 500; font-size: .9375rem; margin-bottom: .45rem; }
input, select, textarea { width: 100%; font: 400 1rem/1.4 var(--font); color: var(--forest); background: var(--paper-2); border: 1px solid var(--muted); border-radius: var(--radius); padding: .8rem .9rem; margin: 0; transition: border-color .2s, box-shadow .2s; -webkit-appearance: none; appearance: none; }
select { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none' stroke='%23111A0D' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 5l4 4 4-4'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right .9rem center; padding-right: 2.6rem; }
textarea { min-height: 8rem; resize: vertical; }
::placeholder { color: var(--muted); opacity: 1; }
input:focus, select:focus, textarea:focus { outline: none; border-color: var(--forest); box-shadow: 0 0 0 1px var(--forest); }
.error { display: none; color: var(--error); font-size: .9375rem; margin: .45rem 0 0; }
.is-invalid .error { display: block; }
.is-invalid input, .is-invalid select, .is-invalid textarea { border-color: var(--error); }
.form-note { font-size: .9375rem; color: var(--muted); margin: var(--s2) 0 0; }
.form .btn-block { margin-top: var(--s1); }
form.is-submitting .btn-block { opacity: .6; pointer-events: none; }

.cities { list-style: none; margin: var(--s4) 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: .5rem 1.1rem; }
.cities a { font-weight: 500; }
.links-row { display: flex; flex-wrap: wrap; gap: .5rem 1.1rem; margin: var(--s4) 0 0; }
.cta-band .wrap { display: flex; justify-content: space-between; align-items: center; gap: var(--s4); flex-wrap: wrap; }
.cta-band h2 { margin: 0; font-size: clamp(1.75rem, 3.2vw, 2.75rem); }

.phone-block { display: none; margin-top: var(--s4); padding-top: var(--s3); border-top: 1px solid var(--line-dark); }
.has-phone .phone-block { display: block; }
[data-phone-link] { display: none; }
.has-phone [data-phone-link] { display: inline-flex; }

.aside-block { border-top: 1px solid var(--line); padding-top: var(--s3); }
.aside-block + .aside-block { margin-top: var(--s4); }
.aside-block h3 { margin-bottom: var(--s1); }
.aside-block ul { margin: 0; padding-left: 1.1rem; }
.aside-block li { margin-bottom: .5rem; }
.aside-block .btn { margin-top: var(--s2); }

/* Footer */
.site-footer { background: var(--forest); color: var(--paper); padding: var(--s6) 0 var(--s4); }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: var(--s5); }
@media (max-width: 860px) { .footer-grid { grid-template-columns: 1fr; gap: var(--s4); } }
.site-footer h2 { font-size: .6875rem; letter-spacing: .1em; text-transform: uppercase; font-weight: 500; color: var(--muted-dark); margin-bottom: var(--s2); }
.site-footer ul { list-style: none; margin: 0; padding: 0; }
.site-footer li { margin-bottom: .5rem; }
.site-footer a { text-decoration: none; }
.site-footer a:hover { text-decoration: underline; }
.footer-brand { font-size: clamp(1.75rem, 3vw, 2.5rem); font-weight: 500; letter-spacing: -.035em; line-height: 1; margin-bottom: var(--s2); }
.footer-copy { color: var(--body-dark); max-width: 26rem; margin: 0; }
.footer-bottom { margin-top: var(--s6); padding-top: var(--s3); border-top: 1px solid var(--line-dark); display: flex; flex-wrap: wrap; gap: var(--s2) var(--s4); justify-content: space-between; font-size: .875rem; color: var(--muted-dark); }
.footer-legal { display: flex; gap: var(--s3); }

/* Sticky mobile action */
.sticky-cta { display: none; position: fixed; left: 0; right: 0; bottom: 0; z-index: 6; gap: .6rem; padding: .6rem var(--gutter) calc(.6rem + env(safe-area-inset-bottom)); background: var(--paper); border-top: 1px solid var(--line); }
.sticky-cta .btn { flex: 1; }
@media (max-width: 960px) { .sticky-cta { display: flex; } body { padding-bottom: 4.6rem; } }

/* Simple pages */
.simple-page { padding-block: var(--s8); }
.simple-page .hero-copy { max-width: 38rem; }
.simple-page h1 { margin-bottom: var(--s3); }
.simple-page .lead { margin-bottom: var(--s4); }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .steps-art.animate span { animation: none; }
  .btn, .btn svg, .nav-toggle span, .faq-mark, .arrow-circle { transition: none; }
}
