/* Lake Ozarks Floor Coatings. World: layout marks on bare concrete. */
@font-face { font-family: "Big Shoulders"; src: url("/assets/fonts/big-shoulders-display-var-latin.woff2") format("woff2"); font-weight: 100 900; font-display: swap; }
@font-face { font-family: "Public Sans"; src: url("/assets/fonts/public-sans-var-latin.woff2") format("woff2"); font-weight: 100 900; font-style: normal; font-display: swap; }
@font-face { font-family: "Public Sans"; src: url("/assets/fonts/public-sans-italic-var-latin.woff2") format("woff2"); font-weight: 100 900; font-style: italic; font-display: swap; }

:root {
  --ground: #d8d4cd;
  --ground-deep: #c8c3bb;
  --sheet: #f3f1ec;
  --slab: #8f8a82;
  --ink: #1c1b19;
  --ink-2: #413e39;
  --ink-3: #5b5750;
  --chalk: #1b5aa6;
  --chalk-soft: rgba(27, 90, 166, .16);
  --mark: #ff5a1f;
  --mark-deep: #e8480f;
  --coat: #22211f;
  --coat-text: #ecebe6;
  --coat-dim: #b9b6ae;
  --ok: #1f6b3a;
  --err: #a8200d;
  --display: "Big Shoulders", "Arial Narrow", sans-serif;
  --body: "Public Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
  --wrap: 1180px;
  --gutter: clamp(16px, 4vw, 40px);
  --space: clamp(3.5rem, 8vw, 7rem);
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-padding-top: 5rem; }
body {
  margin: 0; color: var(--ink); font: 400 1.0625rem/1.6 var(--body);
  background: var(--ground) url("/assets/img/tile-concrete-600.webp") repeat;
  background-size: 600px;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--chalk); text-underline-offset: .18em; text-decoration-thickness: 1px; }
a:hover { text-decoration-thickness: 2px; }
:focus-visible { outline: 3px solid var(--chalk); outline-offset: 2px; }
.wrap { width: min(100% - 2 * var(--gutter), var(--wrap)); margin-inline: auto; }
.narrow { max-width: 760px; }
.skip { position: absolute; left: -9999px; top: 0; z-index: 100; background: var(--ink); color: #fff; padding: .6rem 1rem; }
.skip:focus { left: 8px; top: 8px; }

h1, h2, .display { font-family: var(--display); font-weight: 800; text-transform: uppercase; line-height: .94; letter-spacing: .005em; margin: 0 0 .5em; text-wrap: balance; }
h1 { font-size: clamp(2.7rem, 7.2vw, 5.6rem); }
h2 { font-size: clamp(2.05rem, 4.4vw, 3.4rem); }
h3 { font: 700 1.2rem/1.3 var(--body); margin: 0 0 .4em; }
.h-small { font: 800 1.35rem/1 var(--display); text-transform: uppercase; letter-spacing: .02em; }
p { margin: 0 0 1em; max-width: 68ch; }
.lede { font-size: clamp(1.1rem, 1.8vw, 1.3rem); line-height: 1.5; color: var(--ink-2); max-width: 58ch; }
ul, ol { padding-left: 1.2em; }
li { margin-bottom: .35em; }

/* Chalk line: the one rule style used everywhere. */
.chalk-rule, .site-header::after, .section + .section::before, .page-head-strip::after {
  content: ""; display: block; height: 10px;
  background: url("/assets/img/chalk-line-1600.webp") repeat-x center / auto 10px;
}
.section { position: relative; padding: var(--space) 0; }
.section + .section::before { position: absolute; top: 0; left: 0; right: 0; }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5em; min-height: 48px;
  font: 700 1.2rem/1 var(--display); text-transform: uppercase; letter-spacing: .05em; text-decoration: none;
  padding: .8em 1.35em; border: 2px solid var(--ink); border-radius: 0; cursor: pointer;
  transition: transform .15s ease-out, background-color .15s ease-out, box-shadow .15s ease-out;
}
.btn-mark { background: var(--mark); color: var(--ink); }
.btn-mark:hover { background: var(--mark-deep); transform: translateY(-1px); box-shadow: 0 6px 14px -6px rgba(28, 27, 25, .55); }
.btn-ink { background: var(--ink); color: var(--coat-text); }
.btn-ink:hover { background: #000; transform: translateY(-1px); }
.btn-lg { font-size: 1.4rem; padding: .85em 1.6em; }
.btn[disabled], .btn[aria-disabled="true"] { opacity: .6; cursor: progress; transform: none; }
.text-link { font: 600 1rem/1.3 var(--body); color: var(--ink); background: none; border: 0; padding: .4em 0; cursor: pointer; text-decoration: underline; text-decoration-color: var(--chalk); text-decoration-thickness: 2px; text-underline-offset: .25em; }

/* Preview bar */
.preview-bar { margin: 0; max-width: none; background: var(--ink); color: #ffd3c2; font: 600 .85rem/1.35 var(--body); padding: .5rem var(--gutter); text-align: center; }

/* Header */
.site-header { position: relative; background: var(--ground); z-index: 20; }
.site-header::after { position: absolute; left: 0; right: 0; bottom: -5px; }
.header-row { display: flex; align-items: center; gap: 1.5rem; min-height: 72px; }
.brand { display: grid; grid-template-columns: 34px auto; grid-template-rows: auto auto; column-gap: .65rem; align-items: center; color: var(--ink); text-decoration: none; margin-right: auto; }
.brand-mark { grid-row: 1 / 3; width: 34px; height: 34px; border: 2px solid var(--ink); background: url("/assets/img/sample-flake-slate-800.webp") center / 140px; }
.brand-name { font: 800 1.55rem/.95 var(--display); text-transform: uppercase; letter-spacing: .02em; white-space: nowrap; }
@media (max-width: 480px) { .brand-name { font-size: 1.2rem; white-space: normal; } .brand-name span { display: block; } .brand-sub { display: none; } .brand { grid-template-columns: 28px auto; column-gap: .5rem; } .brand-mark { width: 28px; height: 28px; } }
.brand-sub { font: 600 .74rem/1.2 var(--body); color: var(--ink-3); letter-spacing: .02em; }
.site-nav { display: flex; align-items: center; gap: 1.25rem; }
.site-nav ul { display: flex; gap: 1.1rem; list-style: none; margin: 0; padding: 0; }
.site-nav li { margin: 0; }
.site-nav ul a { color: var(--ink); text-decoration: none; white-space: nowrap; font: 600 .95rem/1 var(--body); padding: .5rem 0; border-bottom: 2px solid transparent; }
.site-nav ul a:hover, .site-nav ul a[aria-current="page"] { border-bottom-color: var(--mark); }
.nav-phone { font: 700 1.05rem/1 var(--body); color: var(--ink); }
.nav-cta { font-size: 1.05rem; min-height: 44px; padding: .6em 1em; }
.nav-toggle { display: none; }
@media (max-width: 1240px) {
  .site-nav ul { gap: .85rem; }
  .site-nav ul a { font-size: .9rem; }
}
@media (max-width: 1120px) {
  .nav-toggle { display: inline-flex; align-items: center; gap: .55rem; min-height: 44px; padding: 0 .9rem; background: none; border: 2px solid var(--ink); font: 700 1.05rem/1 var(--display); text-transform: uppercase; letter-spacing: .05em; color: var(--ink); cursor: pointer; }
  .nav-toggle-bars, .nav-toggle-bars::before, .nav-toggle-bars::after { display: block; width: 18px; height: 2px; background: var(--ink); position: relative; }
  .nav-toggle-bars::before, .nav-toggle-bars::after { content: ""; position: absolute; left: 0; }
  .nav-toggle-bars::before { top: -6px; } .nav-toggle-bars::after { top: 6px; }
  .site-nav { display: none; position: absolute; left: 0; right: 0; top: 100%; background: var(--ground); flex-direction: column; align-items: stretch; gap: 0; padding: .5rem var(--gutter) 1.5rem; border-bottom: 2px solid var(--ink); box-shadow: 0 18px 30px -18px rgba(0,0,0,.4); }
  .js .site-nav[data-open] { display: flex; }
  .no-js .site-nav { display: flex; position: static; box-shadow: none; }
  .site-nav ul { flex-direction: column; gap: 0; }
  .site-nav ul a { display: block; padding: .95rem 0; font-size: 1.05rem; border-bottom: 1px solid rgba(28,27,25,.15); }
  .nav-cta { margin-top: 1rem; }
  .nav-phone { padding: .9rem 0; }
}

/* Hero: outcome first, photo beside the request */
.hero { padding: clamp(2rem, 5vw, 4rem) 0 clamp(1rem, 2vw, 1.5rem); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(1.5rem, 4vw, 3.5rem); align-items: center; }
.hero-copy h1 { font-size: clamp(2.7rem, 6vw, 5.2rem); max-width: 10em; }
.hero-copy .lede { color: var(--ink); font-weight: 500; max-width: 32em; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 1rem 1.5rem; align-items: center; margin-top: 1.5rem; }
.hero-note { font-size: .92rem; color: var(--ink-2); margin: 1.25rem 0 0; max-width: 34em; }
.hero-photo { margin: 0; }
.hero-photo img { width: 100%; aspect-ratio: 16 / 11; object-fit: cover; border: 2px solid var(--ink); box-shadow: 0 18px 40px -26px rgba(0, 0, 0, .6); }
.hero-photo figcaption { font-size: .82rem; color: var(--ink-3); margin-top: .5rem; }
.hero-photo .credit { display: block; font-size: .76rem; }
@media (max-width: 860px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-actions .btn { flex: 1 1 100%; }
  .hero-photo img { aspect-ratio: 16 / 10; }
}

/* Numbered paint pin (slab marks and the matching list) */
.pin { display: inline-grid; place-items: center; width: 2.1rem; height: 2.1rem; border-radius: 50%; background: var(--mark); color: var(--ink); font: 800 1.35rem/1 var(--display); border: 2px solid var(--ink); flex: none; }

/* The marked slab (prep section) */
.prep-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr); gap: clamp(1.5rem, 4vw, 3rem); align-items: start; margin-top: 1.5rem; }
.slab-figure { margin: 0; }
.slab-frame { position: relative; aspect-ratio: 16 / 10; border: 2px solid var(--ink); overflow: hidden; background: var(--slab); }
.slab-img, .slab-paint { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.slab-paint .paint { fill: none; stroke: var(--mark); stroke-width: 7; stroke-linecap: round; stroke-linejoin: round; opacity: .92; }
.slab-paint .paint.thin { stroke-width: 4; }
.slab-pin { position: absolute; left: calc(var(--x) * 1%); top: calc(var(--y) * 1%); transform: translate(-50%, -50%); width: clamp(1.6rem, 3vw, 2.1rem); height: clamp(1.6rem, 3vw, 2.1rem); font-size: clamp(1rem, 2vw, 1.35rem); }
.slab-pin:nth-of-type(1) { left: calc(var(--x) * 1% - 1.2rem); }
.slab-figure figcaption { font-size: .82rem; color: var(--ink-3); margin-top: .5rem; }
@media (prefers-reduced-motion: no-preference) {
  .js .slab-paint path, .js .slab-paint rect { stroke-dasharray: 1400; stroke-dashoffset: 1400; }
  .js .slab-figure.in-view .slab-paint path, .js .slab-figure.in-view .slab-paint rect { animation: draw 1.1s cubic-bezier(.16, 1, .3, 1) forwards; }
  .js .slab-figure.in-view .slab-paint path:nth-of-type(2) { animation-delay: .2s; }
  .js .slab-figure.in-view .slab-paint rect { animation-delay: .35s; }
  .js .slab-figure.in-view .slab-paint path:nth-of-type(3) { animation-delay: .45s; }
  @keyframes draw { to { stroke-dashoffset: 0; } }
}
.prep-grid .checks { grid-template-columns: 1fr 1fr; margin-top: 0; gap: 1.5rem 1.5rem; }
@media (max-width: 860px) { .prep-grid { grid-template-columns: 1fr; } }

/* Cost band */
.cost-band .split { align-items: center; }
.cost-facts { margin: 0; grid-template-columns: 1fr; }
.cost-facts dd { font-size: clamp(2.4rem, 5vw, 3.4rem); }
.aside-link { margin-top: 1.25rem; font-weight: 600; }

/* Marks legend (the four checks) */
.checks { counter-reset: none; list-style: none; padding: 0; margin: 2rem 0 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem 1.75rem; }
.checks li { margin: 0; }
.checks .pin { margin-bottom: .85rem; }
.checks h3 { font: 800 1.6rem/1 var(--display); text-transform: uppercase; letter-spacing: .02em; }
.checks p { font-size: 1rem; color: var(--ink-2); }
@media (max-width: 900px) { .checks { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .checks { grid-template-columns: 1fr; } }

/* Floor list: rows with a sample panel */
.floor-list { list-style: none; padding: 0; margin: 2rem 0 0; border-top: 2px solid var(--ink); }
.floor-list li { margin: 0; border-bottom: 2px solid var(--ink); }
.floor-list a { display: grid; grid-template-columns: 150px 1fr auto; gap: 1.5rem; align-items: center; padding: 1.1rem 0; color: var(--ink); text-decoration: none; }
.floor-list .swatch { width: 150px; height: 100px; border: 2px solid var(--ink); background-size: cover; background-position: center; }
.floor-list h3 { font: 800 clamp(1.5rem, 2.6vw, 2.1rem)/1 var(--display); text-transform: uppercase; margin: 0 0 .3rem; }
.floor-list p { margin: 0; color: var(--ink-2); font-size: 1rem; }
.floor-list .go { font: 800 1.1rem/1 var(--display); text-transform: uppercase; letter-spacing: .05em; white-space: nowrap; }
.floor-list a:hover .go, .floor-list a:focus-visible .go { color: var(--mark-deep); }
.floor-list a:hover h3 { text-decoration: underline; text-decoration-color: var(--mark); text-decoration-thickness: 3px; text-underline-offset: .12em; }
@media (max-width: 640px) {
  .floor-list a { grid-template-columns: 72px 1fr; gap: 1rem; }
  .floor-list .swatch { width: 72px; height: 72px; }
  .floor-list .go { display: none; }
}

/* Coated band: dark, glossy section used for chemistry comparisons */
.coated { background: var(--coat) url("/assets/img/sample-solid-800.webp") center / cover; background-blend-mode: multiply; color: var(--coat-text); }
.coated h2, .coated h3 { color: #fff; }
.coated p, .coated li { color: var(--coat-dim); }
.coated a { color: #9cc3f2; }
.coated .btn-mark { color: var(--ink); }
.section.coated + .section::before, .coated::before { display: none !important; }

.compare { width: 100%; border-collapse: collapse; margin-top: 2rem; font-size: 1rem; }
.compare th, .compare td { text-align: left; vertical-align: top; padding: 1rem 1rem 1rem 0; border-bottom: 1px solid rgba(236, 235, 230, .22); }
.compare thead th { font: 800 1.5rem/1 var(--display); text-transform: uppercase; letter-spacing: .03em; color: #fff; border-bottom: 2px solid var(--mark); }
.compare tbody th { font: 700 .95rem/1.3 var(--body); color: #fff; width: 15%; }
.compare td { color: var(--coat-dim); }
.compare.light-table th, .compare.light-table td { border-bottom-color: rgba(28, 27, 25, .2); color: var(--ink-2); }
.compare.light-table thead th, .compare.light-table tbody th { color: var(--ink); }
@media (max-width: 760px) {
  .compare thead { display: none; }
  .compare, .compare tbody, .compare tr, .compare th, .compare td { display: block; width: 100%; }
  .compare tr { padding: 1rem 0; border-bottom: 2px solid rgba(236, 235, 230, .3); }
  .compare tbody th { padding: 0 0 .5rem; border: 0; font-size: 1.05rem; }
  .compare td { padding: .35rem 0; border: 0; }
  .compare td::before { content: attr(data-label); display: block; font: 800 1.05rem/1.1 var(--display); text-transform: uppercase; letter-spacing: .04em; color: var(--mark); }
  .compare.light-table td::before { color: var(--mark-deep); }
}

/* Two-column prose with aside */
.split { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr); gap: clamp(2rem, 5vw, 4.5rem); align-items: start; }
.split.reverse { grid-template-columns: minmax(0, 1fr) minmax(0, 1.35fr); }
@media (max-width: 860px) { .split, .split.reverse { grid-template-columns: 1fr; } }
.floors-split { align-items: start; }
.floors-split .photo { margin-top: 2rem; }

.photo { margin: 0; }
.photo img { width: 100%; border: 2px solid var(--ink); }
.photo figcaption { font-size: .85rem; color: var(--ink-3); margin-top: .5rem; }
.photo .credit { display: block; font-size: .78rem; }
.coated .photo figcaption { color: var(--coat-dim); }

/* Facts list for local data */
.facts { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 0; margin: 2rem 0; border-top: 2px solid var(--ink); }
.facts div { padding: 1.1rem 1.25rem 1.1rem 0; border-bottom: 1px solid rgba(28, 27, 25, .25); }
.facts dt { font: 600 .9rem/1.3 var(--body); color: var(--ink-2); }
.facts dd { margin: .25rem 0 0; font: 800 2.3rem/1 var(--display); }
.facts dd.src { margin: .2rem 0 0; font: 400 .8rem/1.4 var(--body); color: var(--ink-3); }

/* Lake strip */
.lake { position: relative; color: #fff; background: var(--coat); overflow: hidden; }
.lake-img { position: absolute; inset: 0; }
.lake-img img { width: 100%; height: 100%; object-fit: cover; }
.lake-img::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(28, 27, 25, .86) 0%, rgba(28, 27, 25, .72) 42%, rgba(28, 27, 25, 0) 68%); }
@media (max-width: 860px) { .lake-img::after { background: rgba(28, 27, 25, .74); } }
.lake .wrap { position: relative; }
.lake h2 { color: #fff; max-width: 14em; }
.lake p, .lake li { color: #e4e8e8; }
.lake .credit-line { font-size: .78rem; color: #c6cfd1; margin-top: 2rem; }
.lake-points { list-style: none; padding: 0; max-width: 40rem; }
.lake-points li { padding: 1rem 0; border-top: 1px solid rgba(255,255,255,.25); margin: 0; }
.lake-points strong { display: block; font: 800 1.45rem/1 var(--display); text-transform: uppercase; letter-spacing: .03em; color: #fff; margin-bottom: .35rem; }
.section.lake::before { display: none !important; }

/* Steps: how a request works */
.steps { list-style: none; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; margin: 2rem 0 0; }
.steps li { margin: 0; border-top: 2px solid var(--ink); padding-top: 1rem; }
.steps h3 { font: 800 1.55rem/1 var(--display); text-transform: uppercase; }
@media (max-width: 760px) { .steps { grid-template-columns: 1fr; } }

/* Sample board */
.samples { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 1.5rem; margin: 2rem 0; padding: 0; list-style: none; }
.samples li { margin: 0; }
.sample { aspect-ratio: 1; border: 2px solid var(--ink); background-size: cover; background-position: center; box-shadow: 0 10px 22px -14px rgba(0, 0, 0, .55); }
.samples h3 { font: 800 1.25rem/1 var(--display); text-transform: uppercase; letter-spacing: .03em; margin: .75rem 0 .25rem; }
.samples p { font-size: .92rem; color: var(--ink-2); margin: 0; }
.samples-note { font-size: .85rem; color: var(--ink-3); }
.finish { margin: 0; }
.finish img { width: 100%; aspect-ratio: 1; object-fit: cover; border: 2px solid var(--ink); box-shadow: 0 10px 22px -14px rgba(0, 0, 0, .55); }
.finish h3 { font: 800 1.25rem/1 var(--display); text-transform: uppercase; letter-spacing: .03em; margin: .75rem 0 .25rem; }
.finish p { font-size: .92rem; color: var(--ink-2); margin: 0; }
.finish .credit { display: block; font-size: .74rem; color: var(--ink-3); margin-top: .35rem; }
.photo.stacked { margin-top: 1.5rem; }

/* Page head */
.page-head { position: relative; padding: clamp(1.75rem, 4vw, 3rem) 0 0; }
.page-head h1 { max-width: 16em; font-size: clamp(2.3rem, 5vw, 4.2rem); }
.page-head-strip { height: clamp(20px, 3vw, 34px); margin-top: clamp(1.25rem, 3vw, 2rem); background: var(--tex) left center / 560px auto repeat; border-top: 2px solid var(--ink); border-bottom: 2px solid var(--ink); position: relative; }
.page-head-strip::after { position: absolute; left: 0; right: 0; top: 50%; transform: translateY(-50%); }
.crumbs ol { display: flex; flex-wrap: wrap; gap: .25rem .5rem; list-style: none; padding: 0; margin: 0 0 1.25rem; font-size: .9rem; }
.crumbs li { margin: 0; }
.crumbs li + li::before { content: "/"; margin-right: .5rem; color: var(--ink-3); }
.crumbs a { color: var(--ink-2); }
.meta-line { font-size: .9rem; color: var(--ink-3); }

/* Prose */
.prose h2 { margin-top: 2.2em; font-size: clamp(1.9rem, 3.6vw, 2.8rem); }
.prose h2:first-child { margin-top: 0; }
.prose h3 { margin-top: 1.6em; }
.prose ul li, .prose ol li { max-width: 66ch; overflow-wrap: anywhere; }
.callout { border-top: 2px solid var(--ink); padding: 1rem 0 0; margin: 2rem 0; }
.callout p:last-child { margin-bottom: 0; }
.callout .h-small { margin-bottom: .5rem; display: block; }

/* Collapsible methodology and budget line */
.method { border-top: 2px solid var(--ink); margin-top: 1.5rem; }
.method summary { cursor: pointer; padding: .85rem 0; font: 700 1rem/1.3 var(--body); }
.method ol { margin-top: 0; font-size: .95rem; }
.budget-line { margin: 1rem 0 0; padding: .75rem 1rem; background: var(--mark); border: 2px solid var(--ink); display: inline-block; max-width: 44em; }

/* FAQ */
.faq details { border-top: 2px solid var(--ink); }
.faq details:last-of-type { border-bottom: 2px solid var(--ink); }
.faq summary { cursor: pointer; list-style: none; padding: 1.1rem 2.5rem 1.1rem 0; position: relative; font: 700 1.1rem/1.35 var(--body); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: ""; position: absolute; right: .2rem; top: 50%; width: 20px; height: 20px; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M3 7l7 7 7-7' fill='none' stroke='%231c1b19' stroke-width='3'/%3E%3C/svg%3E") center / contain no-repeat; transform: translateY(-50%); transition: transform .2s ease-out; }
.faq details[open] summary::after { transform: translateY(-50%) rotate(180deg); }
.faq .answer { padding: 0 0 1.25rem; }

/* Sources */
.sources { margin: 1.5rem 0; font-size: .8rem; color: var(--ink-3); }
.sources summary { cursor: pointer; width: fit-content; padding: .65rem 0; }
.sources[open] summary { margin-bottom: .5rem; }
.sources ol { padding-left: 1.4em; }
.sources li { max-width: none; overflow-wrap: anywhere; }

/* Request form */
.request { padding: var(--space) 0; background: var(--ground-deep); border-top: 2px solid var(--ink); border-bottom: 2px solid var(--ink); }
.request-grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); grid-template-areas: "intro form" "who form"; column-gap: clamp(2rem, 5vw, 4.5rem); row-gap: 0; align-items: start; }
.request-intro { grid-area: intro; }
.estimate-form { grid-area: form; }
.request-grid .who { grid-area: who; }
.request-intro h1, .request-intro h2 { font-size: clamp(2.3rem, 5vw, 3.8rem); }
.who { margin: 1.5rem 0 0; }
.who dt { font: 800 1.15rem/1.1 var(--display); text-transform: uppercase; letter-spacing: .04em; margin-top: 1rem; }
.who dd { margin: .25rem 0 0; color: var(--ink-2); font-size: .98rem; }
@media (max-width: 900px) { .request-grid { grid-template-columns: 1fr; grid-template-areas: "intro" "form" "who"; row-gap: 1.25rem; } .request-intro p { margin-bottom: 0; } .request { padding-top: 2.5rem; } }

.estimate-form { background: var(--sheet); border: 2px solid var(--ink); padding: clamp(1.25rem, 3vw, 2.25rem); box-shadow: 0 18px 40px -26px rgba(0, 0, 0, .6); }
.estimate-form fieldset { border: 0; margin: 0; padding: 0; min-width: 0; }
.estimate-form fieldset + fieldset { margin-top: 2rem; padding-top: 1.75rem; border-top: 2px dashed rgba(28,27,25,.3); }
.js .estimate-form.is-stepped fieldset + fieldset { margin-top: 0; padding-top: 0; border-top: 0; }
.estimate-form legend { display: flex; align-items: center; gap: .65rem; font: 800 1.7rem/1 var(--display); text-transform: uppercase; letter-spacing: .02em; margin-bottom: 1.25rem; padding: 0; }
.step-of { display: inline-block; font: 700 .95rem/1 var(--display); letter-spacing: .06em; background: var(--mark); border: 2px solid var(--ink); padding: .35rem .5rem; }
.field { margin-bottom: 1.25rem; }
.field label, .field .label { display: block; font: 700 1rem/1.3 var(--body); margin: 0 0 .45rem; }
.req, .opt { font: 600 .78rem/1 var(--body); color: var(--ink-3); margin-left: .35rem; text-transform: none; }
.req { color: var(--ink-2); }
.hint { font-size: .88rem; color: var(--ink-3); margin: .35rem 0 0; }
input[type="text"], input[type="tel"], input[type="email"], select, textarea {
  width: 100%; font: 400 1.0625rem/1.4 var(--body); color: var(--ink); background: #fff;
  border: 2px solid var(--ink); border-radius: 0; padding: .7rem .8rem; min-height: 48px;
}
textarea { resize: vertical; min-height: 7rem; }
select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, var(--ink) 50%), linear-gradient(135deg, var(--ink) 50%, transparent 50%); background-position: calc(100% - 20px) 55%, calc(100% - 14px) 55%; background-size: 6px 6px; background-repeat: no-repeat; padding-right: 2.5rem; }
input:focus, select:focus, textarea:focus { outline: 3px solid var(--chalk); outline-offset: 1px; }
[aria-invalid="true"] { border-color: var(--err) !important; background: #fff5f2 !important; }
.error { color: var(--err); font: 600 .92rem/1.35 var(--body); margin: .4rem 0 0; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 0 1rem; }
@media (max-width: 560px) { .field-row { grid-template-columns: 1fr; } }
.choice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: .5rem; }
@media (max-width: 420px) { .choice-grid { grid-template-columns: 1fr; } }
.choice { position: relative; display: block; margin: 0 !important; font-weight: 600 !important; }
.choice input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.choice span { display: flex; align-items: center; min-height: 52px; padding: .6rem .8rem .6rem 2.4rem; border: 2px solid var(--ink); background: #fff; font: 600 .98rem/1.25 var(--body); cursor: pointer; position: relative; }
.choice span::before { content: ""; position: absolute; left: .75rem; top: 50%; width: 16px; height: 16px; border: 2px solid var(--ink); border-radius: 50%; transform: translateY(-50%); background: #fff; }
.choice input:checked + span { background: var(--ink); color: #fff; }
.choice input:checked + span::before { background: var(--mark); border-color: #fff; }
.choice input:focus-visible + span { outline: 3px solid var(--chalk); outline-offset: 2px; }
.choice span:hover { background: #eeebe5; }
.choice input:checked + span:hover { background: #000; }
.check { display: grid !important; grid-template-columns: 24px 1fr; gap: .75rem; font: 400 .95rem/1.45 var(--body) !important; cursor: pointer; }
.check input { width: 22px; height: 22px; margin: .1rem 0 0; accent-color: var(--ink); }
.hp { position: absolute !important; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.submit-row { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem 1.5rem; margin-top: 1.5rem; }
.fine { font-size: .85rem; color: var(--ink-3); margin: 1rem 0 0; }
.form-status { margin: 1rem 0 0; font-weight: 600; }
.form-status:empty { display: none; }
.form-errors { background: #fff5f2; border: 2px solid var(--err); padding: 1rem 1.25rem; margin-bottom: 1.5rem; }
.form-errors h3 { color: var(--err); margin-bottom: .5rem; }
.form-errors ul { margin: 0; }
.form-errors a { color: var(--err); font-weight: 600; }
.step-next { margin-top: .5rem; }
.js .estimate-form.is-stepped .step[hidden] { display: none; }

/* Receipt */
.receipt-box { background: var(--sheet); border: 2px solid var(--ink); padding: clamp(1.5rem, 4vw, 2.5rem); max-width: 720px; }
.receipt-no { font: 800 clamp(2rem, 6vw, 3rem)/1 var(--display); letter-spacing: .04em; display: inline-block; background: var(--mark); border: 2px solid var(--ink); padding: .25em .4em; margin: .25rem 0 1rem; }
.message-page { padding: var(--space) 0; }
.message-page .note { font-size: .92rem; color: var(--ink-3); }

/* Service-area map and directory */
.map-figure { margin: 0; }
.map-figure svg { width: 100%; height: auto; display: block; background: var(--sheet); border: 2px solid var(--ink); }
.map-figure figcaption { font-size: .85rem; color: var(--ink-3); margin-top: .5rem; }
.band { margin-top: 3rem; }
.band h2 { font-size: clamp(1.7rem, 3.2vw, 2.4rem); }
.county { margin: 1.5rem 0; }
.county h3 { font: 800 1.2rem/1 var(--display); text-transform: uppercase; letter-spacing: .04em; border-bottom: 2px solid var(--ink); padding-bottom: .35rem; }
.towns { list-style: none; padding: 0; margin: .75rem 0 0; columns: 3 14rem; column-gap: 2rem; }
.towns li { break-inside: avoid; margin: 0 0 .35rem; font-size: .98rem; }
.towns .mi { color: var(--ink-3); font-size: .85rem; }
.towns .flag { font: 700 .72rem/1 var(--body); background: var(--ink); color: #fff; padding: .15rem .35rem; margin-left: .3rem; white-space: nowrap; }
.towns a { font-weight: 700; }

/* Sticky mobile CTA */
.sticky-cta { display: none; }
@media (max-width: 760px) {
  body { padding-bottom: 76px; }
  .sticky-cta { display: flex; gap: .5rem; position: fixed; left: 0; right: 0; bottom: 0; z-index: 30; padding: .6rem var(--gutter) calc(.6rem + env(safe-area-inset-bottom)); background: var(--ground); border-top: 2px solid var(--ink); transition: transform .25s ease-out; }
  .sticky-cta .btn { flex: 1; min-height: 50px; }
  .sticky-cta[data-hidden] { transform: translateY(110%); }
}

/* Footer */
.site-footer { background: var(--coat); color: var(--coat-dim); padding: 3.5rem 0 1.5rem; margin-top: 0; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 2.5rem; }
.footer-brand { font: 800 1.8rem/1 var(--display); text-transform: uppercase; color: #fff; margin-bottom: .75rem; }
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer li { margin-bottom: .6rem; }
.site-footer a { color: #fff; text-decoration-color: rgba(255, 255, 255, .4); }
.footer-base { display: flex; flex-wrap: wrap; justify-content: space-between; gap: .5rem 2rem; margin-top: 2.5rem; padding-top: 1rem; border-top: 1px solid rgba(255, 255, 255, .18); font-size: .85rem; }
@media (max-width: 760px) { .footer-grid { grid-template-columns: 1fr; gap: 1.75rem; } }

/* Utility */
.cta-band { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1.25rem 2rem; padding: 1.75rem 0; border-top: 2px solid var(--ink); border-bottom: 2px solid var(--ink); margin-top: 3rem; }
.cta-band p { margin: 0; font: 800 clamp(1.5rem, 3vw, 2.1rem)/1.05 var(--display); text-transform: uppercase; max-width: 22em; }
.cta-band span { display: block; margin-top: .4rem; color: var(--ink-2); font-size: .98rem; max-width: 44em; }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.not-found { padding: var(--space) 0; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { transition: none !important; animation: none !important; scroll-behavior: auto !important; }
}
@media print {
  .site-header, .sticky-cta, .preview-bar, .site-footer, .request { display: none; }
  body { background: #fff; }
}

/* Community directory: plain links, clear type and plenty of room. */
[hidden] { display: none !important; }
.section-heading, .directory-heading { display: flex; justify-content: space-between; align-items: baseline; gap: 2rem; margin-bottom: 2rem; }
.section-heading h2, .directory-heading h2 { margin-bottom: .3em; }
.featured-towns, .city-links { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); column-gap: 2.5rem; }
.featured-towns li, .city-links li { margin: 0; min-width: 0; }
.featured-towns a, .city-links a { display: flex; justify-content: space-between; align-items: center; gap: .75rem; padding: 1rem 0; color: var(--ink); text-decoration: none; border-bottom: 1px solid var(--slab); }
.featured-towns a { font-size: 1.15rem; font-weight: 650; }
.featured-towns a:hover, .city-links a:hover { color: var(--chalk); border-color: var(--chalk); }
.featured-towns a span:last-child, .city-links a span:last-child { color: var(--chalk); }
.city-directory { background: var(--sheet); }
.directory-heading { align-items: start; }
.city-search { width: min(100%, 380px); flex-shrink: 0; }
.city-search label { display: block; font-size: .85rem; font-weight: 700; margin-bottom: .5rem; }
.search-control { display: flex; border: 1px solid var(--ink); background: white; }
.search-control input { width: 100%; min-width: 0; border: 0; background: transparent; padding: .8rem; font: inherit; }
.search-control button { border: 0; border-left: 1px solid var(--slab); color: var(--ink); background: var(--ground); padding: 0 .8rem; cursor: pointer; font: inherit; font-size: .85rem; }
.city-search [role="status"] { font-size: .8rem; color: var(--ink-3); margin-top: .5rem; }
.city-group { display: grid; grid-template-columns: 3rem 1fr; gap: 1.5rem; padding: 1.8rem 0; border-top: 2px solid var(--ink); }
.city-group h3 { font: 800 2.3rem/1 var(--display); padding-top: .6rem; }
.city-links a { font-size: .95rem; padding: .75rem 0; }
.city-intro, .about-story { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(2rem, 5vw, 5rem); }
.city-intro figure, .about-story figure { margin: 0; }
.city-intro figure img, .about-story figure img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.eyebrow { font-size: .8rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; color: var(--chalk); }
.social-links { display: flex; flex-wrap: wrap; gap: 1.25rem; margin-top: 1.5rem; }
.social-links a { display: inline-flex; align-items: center; gap: .4rem; min-height: 44px; text-decoration: none; font-weight: 700; }
.social-links span { font-size: .8rem; font-weight: 400; }
.social-links a:hover span { text-decoration: underline; }
@media (max-width: 760px) {
  .section-heading, .directory-heading { display: block; }
  .section-heading > a { display: inline-block; margin-top: .5rem; }
  .city-search { margin-top: 1.5rem; width: 100%; }
  .featured-towns, .city-links { grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 1.25rem; }
  .featured-towns a { font-size: 1rem; }
  .city-group { grid-template-columns: 1fr; gap: .25rem; }
  .city-group h3 { margin: 0; }
  .city-intro, .about-story { grid-template-columns: 1fr; }
}
@media (max-width: 380px) { .city-links, .featured-towns { grid-template-columns: 1fr; } }

.site-footer .footer-credits { font-size: .6875rem; color: var(--coat-dim); text-decoration: none; padding: .35rem 0; }
.site-footer .footer-credits:hover { text-decoration: underline; }

/* Call-first treatment, matching the owner's fence-site reference. */
.header-call { flex-shrink: 0; text-align: center; padding: .6rem 0; }
.header-call > span { display: block; font-size: .75rem; line-height: 1.4; margin-bottom: .2rem; }
.phone-button { font-family: var(--body); font-weight: 800; font-size: 1.25rem; line-height: 1.2; letter-spacing: 0; white-space: nowrap; }
.header-call .phone-button { padding: .65rem .85rem; }
.page-call { margin-top: .5rem; }
@media (max-width: 1120px) {
  .header-row { flex-wrap: wrap; gap: .5rem 1rem; padding-top: .75rem; }
  .header-call { flex: 0 0 100%; padding: 0 0 .9rem; }
  .header-call > span { display: none; }
  .header-call .phone-button { width: 100%; }
}
