/* Pro Hardwood Floors - site.css
   Tokens: plaster canvas, near-black ink, midnight navy for bands/buttons, oak for small labels only.
   One typeface (General Sans) at four weights. Display is light (300), never bold. */

@font-face { font-family: "General Sans"; src: url("/assets/fonts/GeneralSans-300.woff2") format("woff2"); font-weight: 300; font-style: normal; font-display: swap; }
@font-face { font-family: "General Sans"; src: url("/assets/fonts/GeneralSans-400.woff2") format("woff2"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "General Sans"; src: url("/assets/fonts/GeneralSans-500.woff2") format("woff2"); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: "General Sans"; src: url("/assets/fonts/GeneralSans-600.woff2") format("woff2"); font-weight: 600; font-style: normal; font-display: swap; }

:root {
  --plaster: #F3F2EE;
  --white: #FFFFFF;
  --mist: #E8E5DE;
  --line: #D9D5CC;
  --ink: #17181C;
  --ink-2: #4B4D54;
  --ink-3: #686B73;
  --navy: #0F1E33;
  --navy-2: #172B47;
  --navy-line: rgba(255,255,255,.14);
  --oak: #855628;
  --oak-soft: #EADFD2;
  --ok: #2E6B4A;
  --err: #A63A2B;
  --font: "General Sans", "Helvetica Neue", Arial, sans-serif;
  --wrap: 1280px;
  --gutter: clamp(20px, 4vw, 56px);
  --sec: clamp(72px, 9vw, 128px);
  --r: 4px;
  --ease: cubic-bezier(.2,.7,.2,1);
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; color-scheme: light; scroll-padding-top: 96px; }
[id] { scroll-margin-top: 96px; }
a, button, label, summary { touch-action: manipulation; -webkit-tap-highlight-color: transparent; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; animation: none !important; } }
body { margin: 0; background: var(--plaster); color: var(--ink); font-family: var(--font); font-size: 17px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
p { margin: 0; }
h1, h2, h3, h4 { margin: 0; font-weight: 400; letter-spacing: -0.02em; line-height: 1.08; text-wrap: balance; }
ul { margin: 0; padding: 0; list-style: none; }
address { font-style: normal; }
.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip { position: absolute; left: -999px; top: 8px; background: var(--navy); color: #fff; padding: 8px 12px; z-index: 100; }
.skip:focus { left: 8px; }
:focus-visible { outline: 2px solid var(--oak); outline-offset: 3px; }

.wrap { max-width: var(--wrap); margin: 0 auto; padding-inline: var(--gutter); }

/* type scale */
.h1 { font-size: clamp(40px, 6.2vw, 78px); font-weight: 300; line-height: 1.0; letter-spacing: -0.025em; }
.h2 { font-size: clamp(30px, 3.8vw, 50px); font-weight: 400; }
.h3 { font-size: clamp(22px, 2.2vw, 28px); font-weight: 400; }
.h2--light, .h3--light, .h1--light { color: #fff; }
.eyebrow { font-size: 12.5px; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; color: var(--oak); margin-bottom: 18px; }
.eyebrow--light { color: #D8BC9C; }
.lede { font-size: clamp(18px, 1.5vw, 21px); line-height: 1.5; color: var(--ink-2); max-width: 58ch; text-wrap: pretty; }
.lede--light { color: rgba(255,255,255,.78); }
.body { color: var(--ink-2); max-width: 62ch; }
.body p + p { margin-top: 1em; }
.small { font-size: 14.5px; color: var(--ink-3); }
.ul { padding-left: 1.1em; list-style: disc; color: var(--ink-2); }
.ul li { margin: .35em 0; }
.ul li::marker { color: var(--oak); }

/* buttons */
.btn { display: inline-flex; align-items: center; gap: 10px; padding: 14px 22px; border-radius: 999px; font-weight: 500; font-size: 15px; line-height: 1; text-decoration: none; border: 1px solid transparent; cursor: pointer; font-family: inherit; transition: background .2s var(--ease), color .2s var(--ease), border-color .2s var(--ease), transform .2s var(--ease); white-space: nowrap; }
.btn:active { transform: translateY(1px); }
.btn--navy { background: var(--navy); color: #fff; }
.btn--navy:hover { background: var(--navy-2); }
.btn--light { background: #fff; color: var(--navy); }
.btn--light:hover { background: var(--plaster); }
.btn--ghost { background: transparent; color: var(--ink); border-color: var(--ink); }
.btn--ghost:hover { background: var(--ink); color: #fff; }
.btn--ghost-light { background: transparent; color: #fff; border-color: rgba(255,255,255,.55); }
.btn--ghost-light:hover { background: #fff; color: var(--navy); border-color: #fff; }
.btn--glass { background: rgba(255,255,255,.92); color: var(--ink); backdrop-filter: blur(6px); }
.btn--glass:hover { background: #fff; }
.btn--sm { padding: 11px 18px; font-size: 14px; }
.link { color: var(--ink); text-decoration: underline; text-decoration-color: var(--oak); text-underline-offset: 4px; text-decoration-thickness: 1px; }
.link:hover { text-decoration-thickness: 2px; }
.link--arrow::after { content: " \2192"; }

/* top bar + header */
.topbar { background: var(--navy); color: rgba(255,255,255,.82); font-size: 13px; }
.topbar__in { display: flex; justify-content: space-between; align-items: center; min-height: 36px; gap: 16px; }
.topbar a { color: #fff; text-decoration: none; font-weight: 500; }
.site-head { position: sticky; top: 0; z-index: 50; background: var(--white); border-bottom: 1px solid var(--line); }
.site-head__in { display: flex; align-items: center; justify-content: space-between; min-height: 76px; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; color: var(--ink); }
.brand__mark { fill: var(--navy); flex: none; }
.brand__name { font-size: 20px; font-weight: 500; letter-spacing: -0.02em; line-height: 1; white-space: nowrap; }
.brand__name span { font-weight: 300; }
.nav { display: flex; align-items: center; gap: clamp(18px, 2.4vw, 34px); }
.nav > a { text-decoration: none; font-size: 15px; font-weight: 400; color: var(--ink-2); padding: 6px 0; border-bottom: 1px solid transparent; }
.nav > a:hover { color: var(--ink); }
.nav > a[aria-current="page"] { color: var(--ink); border-bottom-color: var(--oak); }
.nav__phone { color: var(--ink) !important; font-weight: 500 !important; }
.nav > .btn { border-bottom: none; padding: 12px 20px; color: #fff; }
.nav-toggle { display: none; background: none; border: 0; width: 44px; height: 44px; padding: 10px; cursor: pointer; flex-direction: column; justify-content: center; gap: 5px; }
.nav-toggle span:not(.sr) { display: block; height: 1.5px; background: var(--ink); transition: transform .25s var(--ease), opacity .2s; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

@media (max-width: 960px) {
  .topbar__in span { font-size: 12px; }
  .nav-toggle { display: flex; }
  .nav { display: none; position: absolute; left: 0; right: 0; top: 100%; background: var(--white); border-bottom: 1px solid var(--line); flex-direction: column; align-items: stretch; gap: 0; padding: 8px var(--gutter) 20px; }
  .nav.is-open { display: flex; }
  .nav > a { padding: 14px 0; border-bottom: 1px solid var(--line); font-size: 17px; }
  .nav > a[aria-current="page"] { border-bottom-color: var(--line); color: var(--oak); }
  .nav > .btn { margin-top: 14px; justify-content: center; border-radius: 999px; }
}
@media (max-width: 560px) { .topbar__in span { display: none; } .topbar__in { justify-content: center; } }

/* sections */
.sec { padding-block: var(--sec); }
.sec--tight { padding-block: calc(var(--sec) * .6); }
.sec--white { background: var(--white); }
.sec--mist { background: var(--mist); }
.sec--navy { background: var(--navy); color: #fff; }
.sec-head { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); gap: 32px clamp(32px, 6vw, 96px); align-items: end; margin-bottom: clamp(36px, 5vw, 64px); }
.sec-head .lede { justify-self: start; }
@media (max-width: 800px) { .sec-head { grid-template-columns: 1fr; align-items: start; } }

/* hero */
.hero { position: relative; min-height: min(78vh, 860px); display: grid; align-items: end; color: #fff; isolation: isolate; }
.hero__img { position: absolute; inset: 0; z-index: -1; overflow: hidden; }
.hero__img img { width: 100%; height: 100%; object-fit: cover; object-position: center 82%; }
.hero__img::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,16,28,.58) 0%, rgba(10,16,28,.28) 48%, rgba(10,16,28,.08) 100%), linear-gradient(180deg, rgba(10,16,28,0) 40%, rgba(10,16,28,.55) 100%); }
.hero__in { width: 100%; padding-block: clamp(48px, 7vw, 96px) clamp(40px, 6vw, 72px); display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(0, .7fr); gap: 32px; align-items: end; }
.hero .h1 { max-width: 12ch; text-shadow: 0 1px 24px rgba(0,0,0,.18); }
.hero__sub { margin-top: 22px; font-size: clamp(17px, 1.5vw, 20px); color: rgba(255,255,255,.88); max-width: 46ch; text-wrap: pretty; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.hero__aside { justify-self: end; text-align: right; font-size: 14px; color: rgba(255,255,255,.8); line-height: 1.5; }
.hero__aside strong { display: block; color: #fff; font-weight: 500; font-size: 15px; }
@media (max-width: 800px) { .hero { min-height: 82vh; } .hero__in { grid-template-columns: 1fr; } .hero__aside { display: none; } .hero__img::after { background: linear-gradient(180deg, rgba(10,16,28,.12) 0%, rgba(10,16,28,.34) 38%, rgba(10,16,28,.74) 100%); } .hero__img img { object-position: 60% 70%; } }

/* page hero (interior pages) */
.phero { padding-block: clamp(56px, 8vw, 110px) clamp(40px, 6vw, 80px); }
.phero__grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); gap: clamp(32px, 6vw, 96px); align-items: end; }
.phero .h1 { font-size: clamp(38px, 5.4vw, 68px); max-width: 14ch; }
.phero__img { border-radius: var(--r); overflow: hidden; aspect-ratio: 4 / 3; background: var(--mist); }
.phero__img img { width: 100%; height: 100%; object-fit: cover; }
.crumbs { font-size: 13.5px; color: var(--ink-3); margin-bottom: 26px; }
.crumbs a { text-decoration: none; color: var(--ink-3); }
.crumbs a:hover { color: var(--ink); }
.crumbs span::before { content: "/"; margin-inline: 8px; color: var(--line); }
@media (max-width: 800px) { .phero__grid { grid-template-columns: 1fr; } .phero__img { order: -1; aspect-ratio: 3 / 2; } }

/* intro statement (ted todd) */
.intro__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(32px, 6vw, 96px); align-items: start; }
.intro__text .h2 { max-width: 16ch; }
.intro__text .body { margin-top: 26px; }
.intro__text .btn { margin-top: 30px; }
.intro__imgs { position: relative; display: grid; grid-template-columns: repeat(12, 1fr); gap: 16px; }
.intro__imgs figure { margin: 0; border-radius: var(--r); overflow: hidden; background: var(--mist); }
.intro__imgs img { width: 100%; height: 100%; object-fit: cover; }
.intro__imgs .ig-a { grid-column: 4 / 13; aspect-ratio: 4 / 5; }
.intro__imgs .ig-b { grid-column: 1 / 7; aspect-ratio: 1; margin-top: -30%; }
.intro__imgs figcaption { font-size: 13px; color: var(--ink-3); padding: 10px 0 0; }
@media (max-width: 900px) { .intro__grid { grid-template-columns: 1fr; } .intro__imgs .ig-b { margin-top: -22%; } }

/* services index */
.svc-list { border-top: 1px solid var(--line); }
.svc { display: grid; grid-template-columns: 72px minmax(0, 1fr) minmax(0, 1.2fr) 40px; gap: 16px clamp(16px, 3vw, 48px); align-items: baseline; padding: clamp(22px, 3vw, 34px) 0; border-bottom: 1px solid var(--line); text-decoration: none; color: inherit; transition: background .2s; position: relative; }
.svc:hover { background: rgba(255,255,255,.55); }
.svc__n { font-size: clamp(22px, 2.4vw, 30px); font-weight: 300; color: var(--ink-3); font-variant-numeric: tabular-nums; letter-spacing: -0.02em; }
.svc__name { font-size: clamp(26px, 3.2vw, 44px); font-weight: 300; letter-spacing: -0.025em; line-height: 1.05; }
.svc__desc { color: var(--ink-2); font-size: 16px; max-width: 46ch; }
.svc__arrow { justify-self: end; color: var(--ink-3); font-size: 22px; transition: transform .25s var(--ease), color .2s; }
.svc:hover .svc__arrow { transform: translateX(6px); color: var(--ink); }
@media (max-width: 800px) { .svc { grid-template-columns: 44px minmax(0, 1fr) 28px; } .svc__desc { grid-column: 2; } .svc__arrow { grid-row: 1; grid-column: 3; } }

/* swatch row (madera) */
.swatches { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 18px; }
.sw { text-decoration: none; color: inherit; }
.sw__img { aspect-ratio: 5 / 6; border-radius: var(--r); overflow: hidden; background: var(--mist); }
.sw__img img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.sw:hover .sw__img img { transform: scale(1.04); }
.sw__name { margin-top: 14px; font-size: 17px; font-weight: 500; letter-spacing: -0.01em; }
.sw__meta { font-size: 13.5px; color: var(--ink-3); line-height: 1.45; margin-top: 4px; }
@media (max-width: 1000px) { .swatches { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 520px) { .swatches { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; } }

/* process (navy band) */
.steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 32px clamp(20px, 3vw, 40px); border-top: 1px solid var(--navy-line); padding-top: 36px; }
.step__n { font-size: 13px; font-weight: 500; letter-spacing: .12em; color: #D8BC9C; }
.step__t { font-size: 22px; font-weight: 400; margin-top: 12px; letter-spacing: -0.015em; }
.step__d { margin-top: 12px; color: rgba(255,255,255,.72); font-size: 15.5px; line-height: 1.55; }
@media (max-width: 900px) { .steps { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 520px) { .steps { grid-template-columns: 1fr; } }

/* project tiles */
.tiles { display: grid; grid-template-columns: repeat(12, 1fr); gap: 18px; }
.tile { text-decoration: none; color: inherit; }
.tile__img { border-radius: var(--r); overflow: hidden; background: var(--mist); }
.tile__img img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease); }
.tile:hover .tile__img img { transform: scale(1.03); }
.tile__cap { display: flex; justify-content: space-between; gap: 12px; margin-top: 12px; font-size: 15px; }
.tile__cap span:last-child { color: var(--ink-3); white-space: nowrap; }
.t-a { grid-column: span 7; } .t-a .tile__img { aspect-ratio: 3 / 2; }
.t-b { grid-column: span 5; } .t-b .tile__img { aspect-ratio: 5 / 4; }
.t-c { grid-column: span 4; } .t-c .tile__img { aspect-ratio: 4 / 3; }
.t-d { grid-column: span 4; } .t-d .tile__img { aspect-ratio: 4 / 3; }
.t-e { grid-column: span 4; } .t-e .tile__img { aspect-ratio: 4 / 3; }
@media (max-width: 800px) { .t-a, .t-b, .t-c, .t-d, .t-e { grid-column: span 12; } .t-b .tile__img, .t-c .tile__img, .t-d .tile__img, .t-e .tile__img { aspect-ratio: 3 / 2; } }

/* proof strip */
.proof { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.proof > div { padding: 26px clamp(16px, 2vw, 28px); border-right: 1px solid var(--line); }
.proof > div:last-child { border-right: 0; }
.proof strong { display: block; font-weight: 500; font-size: 17px; letter-spacing: -0.01em; }
.proof span { display: block; font-size: 14px; color: var(--ink-3); margin-top: 4px; }
@media (max-width: 800px) { .proof { grid-template-columns: repeat(2, minmax(0, 1fr)); } .proof > div:nth-child(2) { border-right: 0; } .proof > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); } }
@media (max-width: 460px) { .proof { grid-template-columns: 1fr; } .proof > div { border-right: 0; border-bottom: 1px solid var(--line); } .proof > div:last-child { border-bottom: 0; } }

/* split (about, service pages) */
.split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(32px, 6vw, 96px); align-items: center; }
.split--top { align-items: start; }
.split__img { border-radius: var(--r); overflow: hidden; background: var(--mist); aspect-ratio: 4 / 5; }
.split__img--wide { aspect-ratio: 4 / 3; }
.split__img img { width: 100%; height: 100%; object-fit: cover; }
.split .h2 { max-width: 16ch; }
.split .body { margin-top: 24px; }
@media (max-width: 800px) { .split { grid-template-columns: 1fr; } .split__img { aspect-ratio: 3 / 2; } .split--flip .split__img { order: -1; } }

/* spec table (service pages) */
.spec { border-top: 1px solid var(--line); }
.spec__row { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.6fr); gap: 12px clamp(20px, 4vw, 64px); padding: 22px 0; border-bottom: 1px solid var(--line); }
.spec__k { font-weight: 500; letter-spacing: -0.01em; }
.spec__v { color: var(--ink-2); max-width: 62ch; }
@media (max-width: 640px) { .spec__row { grid-template-columns: 1fr; gap: 6px; } }

/* faq */
.faq { border-top: 1px solid var(--line); max-width: 860px; }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; gap: 24px; padding: 22px 0; font-size: 19px; font-weight: 400; letter-spacing: -0.01em; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-weight: 300; font-size: 26px; line-height: 1; color: var(--ink-3); flex: none; transition: transform .25s var(--ease); }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq .body { padding: 0 0 24px; }

/* cards row (why us) */
.cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.card { background: var(--white); border: 1px solid var(--line); border-radius: var(--r); padding: 30px 28px 32px; }
.card .h3 { font-size: 21px; }
.card .body { margin-top: 12px; font-size: 15.5px; }
.card__n { font-size: 13px; font-weight: 500; letter-spacing: .12em; color: var(--oak); margin-bottom: 40px; }
@media (max-width: 800px) { .cards { grid-template-columns: 1fr; } .card__n { margin-bottom: 20px; } }

/* service area */
.towns { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 32px clamp(20px, 3vw, 48px); }
.towns h3 { font-size: 15px; font-weight: 500; letter-spacing: .04em; text-transform: uppercase; color: var(--ink-2); margin-bottom: 14px; }
.towns li { padding: 6px 0; border-bottom: 1px solid var(--line); font-size: 15.5px; }
@media (max-width: 900px) { .towns { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 460px) { .towns { grid-template-columns: 1fr; } }

/* CTA band + footer */
.cta-band { background: var(--navy); color: #fff; padding-block: clamp(64px, 8vw, 110px); }
.cta-band__in { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(0, .6fr); gap: 40px; align-items: center; }
.cta-band .lede { margin-top: 20px; }
.cta-band__actions { display: flex; flex-direction: column; gap: 12px; align-items: flex-start; justify-self: end; }
@media (max-width: 800px) { .cta-band__in { grid-template-columns: 1fr; } .cta-band__actions { justify-self: start; flex-direction: row; flex-wrap: wrap; } }

.site-foot { background: var(--ink); color: rgba(255,255,255,.7); padding-block: 48px 36px; overflow: hidden; }
.foot-mark { font-size: clamp(38px, 9.4vw, 128px); font-weight: 300; letter-spacing: -0.04em; line-height: .95; color: #fff; margin: 0 0 48px; white-space: nowrap; text-wrap: nowrap; }
.foot-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr 1.2fr; gap: 32px clamp(20px, 3vw, 48px); padding-top: 36px; border-top: 1px solid rgba(255,255,255,.12); }
.foot-h { color: #fff; font-weight: 500; margin-bottom: 14px; font-size: 15px; }
.site-foot address, .foot-list { font-size: 15px; line-height: 1.7; }
.site-foot a { color: rgba(255,255,255,.85); text-decoration: none; }
.site-foot a:hover { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.foot-small { font-size: 14px; margin-top: 10px; line-height: 1.6; }
.site-foot p a, .site-foot address a { text-decoration: underline; text-underline-offset: 3px; text-decoration-color: rgba(255,255,255,.4); }
.foot-bottom { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; margin-top: 44px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); font-size: 13px; color: rgba(255,255,255,.5); }
@media (max-width: 900px) { .foot-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .foot-grid { grid-template-columns: 1fr; } }

/* ---------- quote form ---------- */
.quote { display: grid; grid-template-columns: 240px minmax(0, 1fr); gap: clamp(32px, 6vw, 96px); align-items: start; }
.qsteps { position: sticky; top: 100px; }
.qsteps li { display: flex; gap: 14px; align-items: baseline; padding: 10px 0; color: var(--ink-3); font-size: 15px; border-left: 2px solid var(--line); padding-left: 16px; }
.qsteps li.is-active { color: var(--ink); border-left-color: var(--navy); font-weight: 500; }
.qsteps li.is-done { color: var(--ink-2); border-left-color: var(--oak); }
.qsteps__n { font-size: 12px; letter-spacing: .1em; }
.qsteps__help { margin-top: 28px; font-size: 14px; color: var(--ink-3); line-height: 1.6; }
.qsteps__help a { color: var(--ink); text-decoration: none; font-weight: 500; }
@media (max-width: 900px) {
  .quote { grid-template-columns: 1fr; gap: 24px; }
  .qsteps { position: static; display: flex; gap: 6px; }
  .qsteps li { flex: 1; flex-direction: column; gap: 4px; border-left: 0; border-top: 2px solid var(--line); padding: 10px 0 0; font-size: 13.5px; }
  .qsteps li.is-active { border-top-color: var(--navy); }
  .qsteps li.is-done { border-top-color: var(--oak); }
  .qsteps__help { display: none; }
}
.qform { background: var(--white); border: 1px solid var(--line); border-radius: 6px; padding: clamp(24px, 4vw, 44px); }
.qform fieldset { border: 0; padding: 0; margin: 0; min-width: 0; }
.qform fieldset + fieldset { margin-top: 44px; padding-top: 40px; border-top: 1px solid var(--line); }
html.js .qform fieldset + fieldset { margin-top: 0; padding-top: 0; border-top: 0; }
html.js .qform fieldset[data-step] { display: none; }
html.js .qform fieldset[data-step].is-shown { display: block; }
.qform legend { font-size: 24px; font-weight: 400; letter-spacing: -0.02em; padding: 0; margin-bottom: 6px; }
.qform .legend-sub { color: var(--ink-3); font-size: 15px; margin-bottom: 26px; }
.field { margin-top: 22px; }
.field > label, .field > .label { display: block; font-size: 14.5px; font-weight: 500; margin-bottom: 8px; }
.field .opt { color: var(--ink-3); font-weight: 400; }
.field input[type="text"], .field input[type="tel"], .field input[type="email"], .field textarea, .field select { width: 100%; font: inherit; font-size: 16px; padding: 13px 14px; border: 1px solid var(--line); border-radius: var(--r); background: #fff; color: var(--ink); }
.field input:focus, .field textarea:focus, .field select:focus { outline: 2px solid var(--navy); outline-offset: 0; border-color: var(--navy); }
.field textarea { min-height: 120px; resize: vertical; }
.field .hint { font-size: 13.5px; color: var(--ink-3); margin-top: 6px; }
.field .error { display: none; font-size: 13.5px; color: var(--err); margin-top: 6px; }
.field.is-invalid .error { display: block; }
.field.is-invalid input, .field.is-invalid textarea, .field.is-invalid select { border-color: var(--err); }
.field.is-invalid .chips label { border-color: var(--err); }
.row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.row3 { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 16px; }
@media (max-width: 560px) { .row2, .row3 { grid-template-columns: 1fr; } }
.chips { display: flex; flex-wrap: wrap; gap: 10px; }
.chips label { position: relative; display: inline-flex; align-items: center; padding: 11px 16px; border: 1px solid var(--line); border-radius: 999px; font-size: 15px; cursor: pointer; background: #fff; transition: border-color .15s, background .15s, color .15s; }
.chips label:hover { border-color: var(--ink-3); }
.chips input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.chips input:checked + span { color: #fff; }
.chips label:has(input:checked) { background: var(--navy); border-color: var(--navy); color: #fff; }
.chips input:focus-visible + span { outline: 2px solid var(--oak); outline-offset: 4px; border-radius: 999px; }
.upload { border: 1px dashed var(--line); border-radius: var(--r); padding: 18px; font-size: 14.5px; color: var(--ink-2); background: var(--plaster); }
.upload input { font-size: 14px; margin-top: 8px; }
.qnav { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-top: 34px; flex-wrap: wrap; }
.qnav .btn--back { background: transparent; color: var(--ink-2); border-color: transparent; padding-left: 0; }
.qnav .btn--back:hover { color: var(--ink); }
.qnav .spacer { flex: 1; }
html:not(.js) .qnav .btn--next, html:not(.js) .qnav .btn--back { display: none; }
html.js .qform [data-nojs] { display: none; }
.consent { font-size: 13.5px; color: var(--ink-3); margin-top: 18px; line-height: 1.55; }

/* contact aside */
.contact-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr); gap: 20px; }
.cbox { background: var(--white); border: 1px solid var(--line); border-radius: var(--r); padding: 26px 26px 28px; }
.cbox .foot-h { color: var(--ink-3); font-weight: 500; font-size: 13px; letter-spacing: .1em; text-transform: uppercase; }
.cbox p, .cbox a { font-size: 18px; text-decoration: none; color: var(--ink); line-height: 1.5; }
.cbox .small { font-size: 14px; margin-top: 8px; }
@media (max-width: 800px) { .contact-grid { grid-template-columns: 1fr; } }

/* thank you */
.thanks { max-width: 620px; padding-block: clamp(72px, 10vw, 140px); }
.thanks .h1 { font-size: clamp(36px, 5vw, 60px); }
.thanks ol { margin: 28px 0 0; padding-left: 1.2em; color: var(--ink-2); }
.thanks li { margin: 8px 0; }

/* gallery page */
.gallery { display: grid; grid-template-columns: repeat(12, 1fr); gap: 18px; }
.gallery figure { margin: 0; }
.gallery .g-6 { grid-column: span 6; } .gallery .g-4 { grid-column: span 4; } .gallery .g-8 { grid-column: span 8; } .gallery .g-12 { grid-column: span 12; }
.gallery .g-img { border-radius: var(--r); overflow: hidden; background: var(--mist); aspect-ratio: 3 / 2; }
.gallery .g-tall .g-img { aspect-ratio: 4 / 5; }
.gallery .g-img img { width: 100%; height: 100%; object-fit: cover; }
.gallery figcaption { display: flex; justify-content: space-between; gap: 12px; font-size: 15px; margin-top: 12px; }
.gallery figcaption span:last-child { color: var(--ink-3); white-space: nowrap; }
@media (max-width: 800px) { .gallery .g-6, .gallery .g-4, .gallery .g-8 { grid-column: span 12; } .gallery .g-tall .g-img { aspect-ratio: 3 / 2; } }

.mt-1 { margin-top: 16px; } .mt-2 { margin-top: 28px; } .mt-3 { margin-top: 44px; } .mt-4 { margin-top: 64px; }
