/* KitchenSwap — one stylesheet, mobile first. Tokens are the palette in CLAUDE.md. */
:root {
  --paper: #EEF1EA;   /* page ground, pale sage */
  --card: #FFFFFF;
  --ink: #17231D;     /* text, 14.2:1 on paper */
  --ink-2: #4E5A53;   /* secondary text, 6.3:1 on paper */
  --line: #D5DCD0;
  --pine: #24382D;    /* the one dark surface */
  --pine-2: #2E4639;
  --sage: #8FA386;    /* graphics only, never text */
  --clay: #B4461E;    /* action colour: buttons only; white on it 5.5:1 */
  --clay-dk: #97391A;
  --blush: #F6D9C6;   /* marker behind plannable facts, ink on it 12.1:1 */
  --peach: #F2B79A;   /* accent on pine, 7.2:1 */
  --r-card: 18px;
  --r-img: 12px;
  --wrap: 1180px;
  --gut: 16px;
  --hdr: 60px;
  --display: "Bricolage Grotesque", "Arial Narrow", sans-serif;
  --body: "Figtree", system-ui, sans-serif;
  --mono: "IBM Plex Mono", ui-monospace, monospace;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--hdr) + 12px); -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 400 17px/1.55 var(--body); padding-bottom: 76px; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
h1, h2, h3, p, ul, ol, dl, dd, figure { margin: 0; }
ul, ol { padding: 0; list-style: none; }
:focus-visible { outline: 3px solid var(--clay); outline-offset: 3px; border-radius: 6px; }
.skip { position: absolute; left: -9999px; }
.skip:focus { left: 12px; top: 12px; z-index: 100; background: var(--card); padding: 10px 14px; }
.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 var(--gut); }

/* ---------- type ---------- */
.h1, .h2, .h3 { font-family: var(--display); font-weight: 700; letter-spacing: -0.02em; line-height: 1.02; }
.h1 { font-size: clamp(2rem, 8vw, 3.5rem); font-weight: 800; }
@media (min-width: 960px) { .h1 { font-size: clamp(2.6rem, 3.6vw, 3.2rem); } }
.h1__accent { color: var(--clay); display: block; }
.h2 { font-size: clamp(1.9rem, 6.2vw, 3rem); }
.h3 { font-size: 1.3rem; letter-spacing: -0.01em; line-height: 1.15; }
.eyebrow { font: 500 .76rem/1.3 var(--mono); letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink-2); margin-bottom: 12px; }
.eyebrow--light { color: var(--peach); }
.lede { font-size: 1.08rem; color: var(--ink-2); margin-top: 16px; max-width: 34em; }
mark { background: var(--blush); color: var(--ink); padding: 0 .12em; border-radius: 4px; -webkit-box-decoration-break: clone; box-decoration-break: clone; }

/* ---------- buttons ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 48px; padding: 0 22px; border-radius: 999px; font: 700 1rem/1 var(--body); text-decoration: none; border: 2px solid transparent; cursor: pointer; transition: background .15s, color .15s, border-color .15s; white-space: nowrap; }
.btn svg { width: 18px; height: 18px; }
.btn--clay { background: var(--clay); color: #fff; }
.btn--clay:hover { background: var(--clay-dk); }
.btn--line { border-color: var(--ink); color: var(--ink); background: transparent; }
.btn--line:hover { background: var(--ink); color: var(--paper); }
.btn--lg { min-height: 56px; font-size: 1.06rem; padding: 0 26px; }
.btn--block { width: 100%; }

/* ---------- header ---------- */
.hdr { position: sticky; top: 0; z-index: 50; background: rgba(238,241,234,.94); backdrop-filter: saturate(1.4) blur(10px); border-bottom: 1px solid var(--line); }
.hdr__in { height: var(--hdr); display: flex; align-items: center; gap: 14px; }
.logo { display: flex; align-items: center; gap: 9px; text-decoration: none; color: var(--pine); margin-right: auto; }
.logo__mark { width: 32px; height: 32px; flex: none; }
.logo__word { font: 800 1.35rem/1 var(--display); letter-spacing: -0.03em; display: flex; align-items: baseline; gap: 5px; color: var(--ink); }
.logo__word { gap: 0; font-weight: 600; }
.logo__word b { font-weight: 800; color: var(--pine); }
.hdr__nav { display: none; }
.hdr__tel { display: flex; align-items: center; gap: 7px; font-weight: 700; text-decoration: none; font-size: 1rem; }
.hdr__tel svg { width: 20px; height: 20px; color: var(--clay); }
.hdr__tel { min-height: 44px; font-size: .98rem; white-space: nowrap; }
.hdr__tel svg { width: 18px; height: 18px; }
.hdr__cta { display: none; }
@media (min-width: 560px) {
  .hdr__cta { display: inline-flex; min-height: 42px; padding: 0 18px; font-size: .95rem; }
}
@media (min-width: 1040px) {
  :root { --hdr: 72px; }
  .hdr__nav { display: flex; gap: 22px; margin-right: 10px; }
  .hdr__nav a { text-decoration: none; font-weight: 500; font-size: .95rem; color: var(--ink-2); }
  .hdr__nav a:hover { color: var(--ink); }
  .hdr__tel { font-size: 1.1rem; }
}

/* ---------- hero ---------- */
.hero { padding: 0 0 40px; }
.hero__grid { display: grid; gap: 18px; }
.hero__img { order: -1; margin: 0 calc(var(--gut) * -1); position: relative; }
.hero__img img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; object-position: 50% 60%; }
.hero__img figcaption { display: none; position: absolute; left: 12px; bottom: 12px; font: 500 .76rem/1.2 var(--mono); background: rgba(23,35,29,.78); color: #fff; padding: 6px 10px; border-radius: 999px; }
.facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 18px; }
.fact a { display: flex; flex-direction: column; gap: 4px; height: 100%; padding: 12px 10px; background: var(--card); border-radius: 14px; text-decoration: none; border: 1px solid var(--line); }
.fact__k { font: 600 .82rem/1.1 var(--body); color: var(--ink-2); }
.fact__v { font: 800 clamp(1.08rem, 4.8vw, 1.75rem)/1.05 var(--display); letter-spacing: -0.02em; }
.fact__s { font-size: .78rem; line-height: 1.3; color: var(--ink-2); }
.hero__cta { display: grid; grid-template-columns: 1.5fr 1fr; gap: 8px; margin-top: 14px; }
.hero__cta .btn--line { padding: 0 12px; }
.hero .lede { margin-top: 22px; }
.wide { display: none; }
@media (min-width: 560px) { .wide { display: inline; } }
.hero__area { margin-top: 14px; font: 500 .78rem/1 var(--mono); letter-spacing: .06em; color: var(--ink-2); }
@media (min-width: 560px) {
  .hero { padding-top: 22px; }
  .hero__img { margin: 0; }
  .hero__img img { aspect-ratio: 4 / 3; }
  .hero__img img { border-radius: var(--r-card); }
  .hero__img figcaption { display: block; }
  .hero__cta { display: flex; flex-wrap: wrap; }
  .fact a { padding: 16px; }
}
@media (min-width: 960px) {
  .hero { padding: 44px 0 72px; }
  .hero__grid { grid-template-columns: 1.08fr 1fr; gap: 48px; align-items: center; }
  .hero__img { order: 0; }
  .hero__img img { aspect-ratio: 4 / 5; }
}

/* ---------- sections ---------- */
.sec { padding: 60px 0; }
.sec--card { background: var(--card); }
.sec--pine { background: var(--pine); color: #EEF1EA; }
.sec__head { margin-bottom: 30px; max-width: 760px; }
.sec__lede { margin-top: 14px; color: var(--ink-2); font-size: 1.05rem; }
.sec__cta { margin-top: 28px; }
@media (min-width: 960px) { .sec { padding: 96px 0; } .sec__head { margin-bottom: 44px; } }

/* ---------- door style picker (the signature) ---------- */
.doors { background: var(--card); border-radius: var(--r-card); border: 1px solid var(--line); overflow: hidden; }
.doors__tabs { display: grid; grid-template-columns: repeat(3, 1fr); border-bottom: 1px solid var(--line); background: #F7F8F4; }
.door-tab { display: flex; flex-direction: column; align-items: center; gap: 6px; padding: 18px 6px 14px; border: 0; background: none; cursor: pointer; font: inherit; color: var(--ink-2); position: relative; }
.door-tab + .door-tab { border-left: 1px solid var(--line); }
.door { width: 46px; height: 66px; fill: none; stroke: var(--sage); stroke-width: 3; transition: stroke .2s, transform .25s; }
.door rect:first-child { fill: #F3F5EF; }
.door__panel { stroke-width: 2; }
.door__pull { stroke-width: 5; stroke-linecap: round; }
.door-tab__name { font: 700 1rem/1.1 var(--display); color: var(--ink); text-align: center; }
.door-tab__price { font: 500 .76rem/1 var(--mono); }
.door-tab[aria-selected="true"] { background: var(--card); color: var(--ink); }
.door-tab[aria-selected="true"]::after { content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 4px; background: var(--clay); }
.door-tab[aria-selected="true"] .door { stroke: var(--pine); transform: translateY(-2px); }
.door-tab[aria-selected="true"] .door rect:first-child { fill: var(--blush); }
.door-tab:hover .door { stroke: var(--pine); }
/* configurator */
.cfg { display: grid; gap: 18px; padding: 16px 12px 4px; border-bottom: 1px solid var(--line); }
.cfg__svg { display: block; width: 100%; height: auto; border-radius: 12px; background: #EFECE6; }
.cfg__fine { flex-basis: 100%; font-size: .8rem; color: var(--ink-2); }
.cfg__note { margin-top: 8px; font-size: .8rem; color: var(--ink-2); }
.cfg__controls { display: grid; gap: 16px; padding: 0 4px 16px; }
.cfg legend { font-weight: 700; font-size: .92rem; margin-bottom: 8px; padding: 0; }
.cfg legend output { font-weight: 400; color: var(--ink-2); margin-left: 6px; }
.cfg legend output:empty { display: none; }
.cfg legend output.x { font-weight: 400; color: var(--ink-2); margin-left: 6px; }
.sw { border: 0; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.sw label { position: relative; cursor: pointer; }
.sw input { position: absolute; opacity: 0; pointer-events: none; }
.sw span { display: block; width: 40px; height: 40px; border-radius: 50%; background: var(--c); box-shadow: inset 0 0 0 1px rgba(0,0,0,.14); transition: box-shadow .15s; }
.sw--sm span { width: 34px; height: 34px; }
.sw em { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.sw input:checked + span { box-shadow: inset 0 0 0 1px rgba(0,0,0,.14), 0 0 0 3px var(--card), 0 0 0 5px var(--pine); }
.sw input:focus-visible + span { outline: 3px solid var(--clay); outline-offset: 5px; }
.sw--oak { background: repeating-linear-gradient(90deg, #C8A57C 0 5px, #B8946B 5px 6px, #D2B38C 6px 10px) !important; }
.sw--same { background: linear-gradient(135deg, #FBFCFA 0 46%, #8FA386 46% 54%, #FBFCFA 54%) !important; }
.chips input[type="checkbox"]:checked + span { background: var(--clay); border-color: var(--clay); color: #fff; }
.sw--marble { background: linear-gradient(135deg, #F1F0EC 0 40%, #C9C6BE 42%, #F1F0EC 45% 70%, #D3D0C9 72%, #F1F0EC 75%) !important; }
.chips--sm span { min-height: 38px; padding: 0 13px; font-size: .88rem; }
.form__look { padding: 10px 14px; border-radius: 12px; background: var(--blush); font-size: .9rem; font-weight: 600; }
@media (min-width: 900px) {
  .cfg { grid-template-columns: 1.55fr 1fr; gap: 32px; padding: 28px 28px 24px; align-items: start; }
  .cfg__controls { padding: 0; gap: 20px; }
}
.doors__panel { padding: 24px 18px 26px; display: grid; gap: 22px; }
.doors__panel[hidden] { display: none; }
.price__k { font: 500 .78rem/1 var(--mono); letter-spacing: .06em; text-transform: uppercase; color: var(--ink-2); }
.price__v { font: 800 clamp(2.6rem, 11vw, 4.2rem)/1 var(--display); letter-spacing: -0.03em; margin: 10px 0 12px; }
.price__s { color: var(--ink-2); max-width: 30em; }
.spec { display: grid; gap: 0; border-top: 1px solid var(--line); }
.spec div { display: grid; grid-template-columns: 8.5em 1fr; gap: 12px; padding: 11px 0; border-bottom: 1px solid var(--line); font-size: .96rem; }
.spec dt { font: 500 .76rem/1.6 var(--mono); letter-spacing: .05em; text-transform: uppercase; color: var(--ink-2); }
.doors__panel .btn { justify-self: start; }
@media (min-width: 760px) {
  .door { width: 60px; height: 86px; }
  .door-tab { padding: 24px 10px 18px; }
  .door-tab__name { font-size: 1.2rem; }
  .doors__panel { grid-template-columns: 1fr 1fr; padding: 36px 40px 40px; column-gap: 48px; align-items: start; }
  .doors__panel .btn { grid-column: 1; }
  .spec { grid-row: span 2; }
}

.build { background: var(--pine); color: #EEF1EA; border-radius: var(--r-card); padding: 26px 20px; }
.build .h3 { color: #fff; font-size: 1.55rem; }
.build__lede { margin-top: 10px; color: #C9D5C1; max-width: 36em; }
.build__list { display: grid; gap: 0; margin-top: 18px; }
.build__list li { padding: 14px 0; border-top: 1px solid rgba(238,241,234,.16); display: grid; gap: 4px; }
.build__k { font: 500 .76rem/1.3 var(--mono); letter-spacing: .06em; text-transform: uppercase; color: var(--peach); }
.build__list strong { font: 700 1.3rem/1.1 var(--display); color: #fff; }
.build__list p { color: #C9D5C1; font-size: .95rem; }
@media (min-width: 860px) { .build { padding: 36px 40px; } .build__list { grid-template-columns: repeat(3, 1fr); gap: 32px; } }
.stone { margin-top: 36px; }
.stone__list { display: grid; gap: 10px; margin-top: 14px; }
.stone__list li { background: var(--card); border: 1px solid var(--line); border-radius: 14px; padding: 16px 18px; display: grid; grid-template-columns: 1fr auto; gap: 4px 12px; align-items: center; }
.stone__list strong { font: 700 1.15rem/1.1 var(--display); }
.stone__list p { grid-column: 1 / -1; color: var(--ink-2); font-size: .95rem; }
.tag { font: 500 .76rem/1 var(--mono); letter-spacing: .05em; text-transform: uppercase; padding: 6px 9px; border-radius: 999px; background: var(--paper); color: var(--ink-2); }
.tag--in { background: var(--blush); color: var(--ink); }
@media (min-width: 760px) { .stone__list { grid-template-columns: repeat(3, 1fr); } }

/* ---------- included ---------- */
.inc { display: grid; gap: 34px; }
.inc .h3 { margin-bottom: 14px; }
.inc__no { margin-top: 28px; }
.ticks li, .plus li, .minus li { position: relative; padding: 9px 0 9px 32px; border-bottom: 1px solid var(--line); }
.ticks li::before, .plus li::before, .minus li::before { content: ""; position: absolute; left: 2px; top: 13px; width: 18px; height: 18px; border-radius: 50%; background: var(--pine) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpath d='M5 9.2l2.6 2.6L13 6.4' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/100% no-repeat; }
.plus li::before { background: var(--paper) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpath d='M9 5v8M5 9h8' fill='none' stroke='%2324382D' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") center/100% no-repeat; box-shadow: inset 0 0 0 1.5px var(--sage); }
.minus li { color: var(--ink-2); }
.minus li::before { background: var(--paper) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpath d='M5 9h8' fill='none' stroke='%234E5A53' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") center/100% no-repeat; }
.note { margin-top: 22px; padding: 16px 18px; background: var(--paper); border-radius: 14px; font-weight: 500; }
@media (min-width: 860px) { .inc { grid-template-columns: 1.1fr 1fr; gap: 64px; } }

/* ---------- before / after ---------- */
.ba__stage { position: relative; overflow: hidden; border-radius: var(--r-card); aspect-ratio: 3 / 2; background: var(--line); touch-action: pan-y; }
.ba__stage img { width: 100%; height: 100%; object-fit: cover; }
.ba__after, .ba__before { position: absolute; inset: 0; }
.ba__before { clip-path: inset(0 calc(100% - var(--pos, 50%)) 0 0); }
.ba__tag { position: absolute; top: 12px; font: 500 .76rem/1 var(--mono); letter-spacing: .08em; text-transform: uppercase; padding: 7px 10px; border-radius: 999px; background: rgba(23,35,29,.8); color: #fff; pointer-events: none; }
.ba__tag--b { left: 12px; } .ba__tag--a { right: 12px; background: var(--clay); }
.ba__handle { position: absolute; top: 0; bottom: 0; left: var(--pos, 50%); width: 3px; margin-left: -1.5px; background: #fff; pointer-events: none; }
.ba__knob { position: absolute; top: 50%; left: 50%; width: 46px; height: 46px; margin: -23px 0 0 -23px; border-radius: 50%; background: #fff; color: var(--pine); display: grid; place-items: center; box-shadow: 0 2px 10px rgba(0,0,0,.25); }
.ba__knob svg { width: 22px; height: 22px; }
.ba__range { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0; cursor: ew-resize; margin: 0; }
.ba__range:focus-visible + * , .ba__stage:focus-within .ba__knob { outline: 3px solid var(--clay); }
.ba figcaption { margin-top: 12px; color: var(--ink-2); font-size: .92rem; }
.gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 26px; }
.gallery li { position: relative; }
.gallery img { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: var(--r-img); }
.gallery span { display: block; margin-top: 6px; font-size: .84rem; color: var(--ink-2); line-height: 1.3; }
@media (min-width: 860px) { .gallery { grid-template-columns: repeat(3, 1fr); gap: 16px; } .gallery img { aspect-ratio: 4 / 3; } }

/* ---------- fit ---------- */
.sec--pine .h2 { color: #fff; }
.fit { display: grid; gap: 30px; }
.fit .h3 { margin-bottom: 12px; color: #fff; }
.ticks--light li, .minus--light li { border-color: rgba(238,241,234,.16); }
.ticks--light li::before { background-color: var(--clay); }
.minus--light li { color: #C9D5C1; }
.minus--light li::before { background-color: var(--pine-2); }
.fit__note { margin-top: 18px; color: var(--peach); font-weight: 500; }
@media (min-width: 860px) { .fit { grid-template-columns: 1fr 1fr; gap: 64px; } }

/* ---------- timeline ---------- */
.days { margin-top: 6px; }
.days__row { display: grid; grid-template-columns: repeat(14, 1fr); gap: 3px; }
.d { aspect-ratio: 1 / 1.35; display: grid; place-items: end center; padding-bottom: 4px; border-radius: 6px; font: 500 .76rem/1 var(--mono); color: var(--ink); }
.d--demo, .k--demo { background: var(--ink); color: #fff; }
.d--cab, .k--cab { background: var(--pine); color: #fff; }
.d--tpl, .k--tpl { background: var(--sage); }
.d--wait, .k--wait { background: repeating-linear-gradient(135deg, #DDE3D8 0 5px, #EEF1EA 5px 10px); box-shadow: inset 0 0 0 1px var(--line); }
.d--stone, .k--stone { background: var(--clay); color: #fff; }
.d--tile, .k--tile { background: var(--peach); }
.d--done, .k--done { background: var(--blush); box-shadow: inset 0 0 0 2px var(--clay); }
.days__nosink { margin-top: 6px; width: calc(10 / 14 * 100%); border-top: 2px solid var(--clay); position: relative; }
.days__nosink span { display: inline-block; margin-top: 6px; font: 500 .76rem/1 var(--mono); letter-spacing: .05em; text-transform: uppercase; color: var(--clay-dk); }
.steps-day { margin-top: 26px; display: grid; gap: 0; }
.steps-day li { display: grid; grid-template-columns: 16px 6.4em 1fr; gap: 12px; align-items: baseline; padding: 10px 0; border-bottom: 1px solid var(--line); }
.steps-day strong { font: 700 1rem/1.3 var(--display); }
.k { width: 14px; height: 14px; border-radius: 4px; display: inline-block; transform: translateY(2px); }
.time__notes { display: grid; gap: 14px; margin-top: 26px; }
.time__notes p { background: var(--card); border-radius: 14px; padding: 16px 18px; border: 1px solid var(--line); }
@media (min-width: 760px) { .d { font-size: .82rem; border-radius: 8px; } .days__row { gap: 6px; } .time__notes { grid-template-columns: 1fr 1fr; } }

/* ---------- process ---------- */
.process { display: grid; gap: 12px; counter-reset: s; }
.process li { background: var(--paper); border-radius: var(--r-card); padding: 20px; display: grid; grid-template-columns: 44px 1fr; gap: 4px 14px; }
.process__n { grid-row: span 2; width: 40px; height: 40px; border-radius: 50%; background: var(--pine); color: #fff; display: grid; place-items: center; font: 700 1.1rem/1 var(--display); }
.process p { color: var(--ink-2); font-size: .98rem; }
@media (min-width: 960px) { .process { grid-template-columns: repeat(4, 1fr); gap: 16px; } .process li { grid-template-columns: 1fr; padding: 26px; } .process__n { grid-row: auto; margin-bottom: 12px; } }

/* ---------- promises ---------- */
.promise { display: grid; gap: 12px; }
.promise li { background: var(--card); border: 1px solid var(--line); border-radius: var(--r-card); padding: 22px; }
.promise__v { font: 800 2rem/1.05 var(--display); letter-spacing: -0.02em; margin-bottom: 10px; }
.promise li p:last-child { color: var(--ink-2); }
@media (min-width: 860px) { .promise { grid-template-columns: repeat(3, 1fr); gap: 16px; } }

/* ---------- faq ---------- */
.faq__list details { border-bottom: 1px solid var(--line); }
.faq__list summary { list-style: none; cursor: pointer; padding: 18px 40px 18px 0; position: relative; font: 700 1.1rem/1.3 var(--display); }
.faq__list summary::-webkit-details-marker { display: none; }
.faq__list summary::after { content: "+"; position: absolute; right: 4px; top: 50%; transform: translateY(-50%); width: 28px; height: 28px; border-radius: 50%; background: var(--paper); display: grid; place-items: center; font: 500 1.2rem/1 var(--body); color: var(--clay); }
.faq__list details[open] summary::after { content: "–"; }
.faq__list details p { padding: 0 0 20px; color: var(--ink-2); max-width: 44em; }
@media (min-width: 960px) { .faq { display: grid; grid-template-columns: 1fr 1.6fr; gap: 64px; } }

/* ---------- quote ---------- */
.quote { background: var(--pine); color: #EEF1EA; }
.quote .h2 { color: #fff; }
.quote__grid { display: grid; gap: 34px; }
.quote__steps { counter-reset: q; margin-top: 22px; display: grid; gap: 10px; }
.quote__steps li { counter-increment: q; display: grid; grid-template-columns: 30px 1fr; gap: 10px; }
.quote__steps li::before { content: counter(q); width: 26px; height: 26px; border-radius: 50%; border: 1.5px solid var(--peach); color: var(--peach); display: grid; place-items: center; font: 700 .85rem/1 var(--display); }
.quote__tel { display: inline-flex; flex-direction: column; gap: 4px; margin-top: 26px; text-decoration: none; font: 800 2rem/1 var(--display); color: #fff; }
.quote__tel span { font: 500 .76rem/1 var(--mono); letter-spacing: .06em; text-transform: uppercase; color: var(--peach); }
.form { background: var(--card); color: var(--ink); border-radius: var(--r-card); padding: 22px 18px; display: grid; gap: 14px; }
.form label { display: grid; gap: 6px; font-weight: 600; font-size: .92rem; }
.form .opt { font-weight: 400; color: var(--ink-2); }
.form input:not([type="radio"]) { font: 400 16px/1.2 var(--body); min-height: 50px; padding: 0 14px; border: 1.5px solid #C3CCBE; border-radius: 12px; background: #FBFCFA; color: var(--ink); width: 100%; }
.form input:focus { outline: none; border-color: var(--pine); box-shadow: 0 0 0 3px rgba(36,56,45,.15); }
.form input[aria-invalid="true"] { border-color: var(--clay); }
.form__row { display: grid; gap: 14px; }
.chips { border: 0; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.chips legend { font-weight: 600; font-size: .92rem; margin-bottom: 8px; padding: 0; }
.chips label { display: block; font-weight: 500; }
.chips input { position: absolute; opacity: 0; pointer-events: none; }
.chips span { display: inline-flex; align-items: center; min-height: 42px; padding: 0 15px; border-radius: 999px; border: 1.5px solid #C3CCBE; cursor: pointer; font-size: .92rem; }
.chips input:checked + span { background: var(--pine); border-color: var(--pine); color: #fff; }
.chips input:focus-visible + span { outline: 3px solid var(--clay); outline-offset: 2px; }
.hp { position: absolute; left: -9999px; }
.form__fine { font-size: .82rem; color: var(--ink-2); text-align: center; }
.form__msg { padding: 14px 16px; border-radius: 12px; background: var(--paper); font-weight: 500; }
.form__msg.is-err { background: #FBE6DC; }
@media (min-width: 560px) { .form { padding: 30px; } .form__row { grid-template-columns: 1fr 1fr; } }
@media (min-width: 960px) { .quote__grid { grid-template-columns: 1fr 1.1fr; gap: 64px; align-items: start; } }

/* ---------- footer ---------- */
.ftr { background: var(--ink); color: #C9D5C1; padding: 36px 0 30px; font-size: .92rem; }
.ftr__in { display: grid; gap: 16px; }
.ftr__name { font: 800 1.2rem/1 var(--display); color: #fff; margin-bottom: 6px; }
.ftr__tel { font: 800 1.5rem/1 var(--display); color: #fff; text-decoration: none; }
.ftr__legal { font-size: .8rem; color: #9DAA98; }
@media (min-width: 860px) { .ftr__in { grid-template-columns: 1fr auto; } .ftr__legal { grid-column: 1 / -1; } }

/* ---------- mobile dock ---------- */
.dock { position: fixed; left: 0; right: 0; bottom: 0; z-index: 60; display: grid; grid-template-columns: 1fr 1.6fr; gap: 8px; padding: 10px 12px calc(10px + env(safe-area-inset-bottom)); background: rgba(238,241,234,.96); backdrop-filter: blur(10px); border-top: 1px solid var(--line); transition: transform .25s; }
.dock .btn { min-height: 52px; }
.dock.is-hidden { transform: translateY(110%); }
@media (min-width: 960px) { .dock { display: none; } body { padding-bottom: 0; } }

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