/* Kainer — site.css (CC #21141). Industrial base tier (kainer-visual-identity):
   Graphite #2d3037 / #1a1a1d, Dark Glass #0e0f12, Amber #f5a50a as ACCENT ONLY.
   Headlines: white DM Serif Display on dark. Body: Outfit. Eyebrows: mono.
   Liquid glass is limited to floating surfaces (nav pill, dock, cards over photos),
   static blur <= 16px, text on >= 85% opaque panels, solid fallback via @supports,
   prefers-reduced-transparency / -motion honoured (NN/g legibility, WCAG AA). */

:root {
  --graphite: #2d3037;
  --graphite-800: #1a1a1d;
  --glass-dark: #0e0f12;
  --amber: #f5a50a;
  --amber-ink: #1a1a1d;
  --paper: #f4f3f0;
  --paper-2: #e9e7e2;
  --ink: #1a1a1d;
  --ink-soft: #4a4d55;
  --line: rgba(255,255,255,.14);
  --line-dark: rgba(26,26,29,.12);
  --radius: 22px;
  --radius-sm: 14px;
  --shadow: 0 24px 60px -24px rgba(0,0,0,.55);
  --glass-bg: rgba(18,19,23,.72);
  --glass-bg-strong: rgba(18,19,23,.88);
  --glass-brd: rgba(255,255,255,.16);
  --blur: 14px;
  --f-display: 'DM Serif Display', Georgia, serif;
  --f-body: 'Outfit', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --f-mono: ui-monospace, 'JetBrains Mono', SFMono-Regular, Menlo, monospace;
  --wrap: 1200px;
  --gutter: clamp(18px, 4vw, 40px);
  --nav-h: 72px;
}

*,*::before,*::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; overflow-x: clip; scroll-padding-top: calc(var(--nav-h) + 24px); }
body { margin: 0; font-family: var(--f-body); font-weight: 400; font-size: 17px; line-height: 1.6; color: var(--ink); background: var(--paper); text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; display: block; }
picture { display: block; }
a { color: inherit; }
h1,h2,h3 { margin: 0 0 .5em; line-height: 1.12; font-weight: 400; }
h1,h2 { font-family: var(--f-display); letter-spacing: -.01em; }
h1 { font-size: clamp(2.1rem, 5.2vw, 4.2rem); }
h2 { font-size: clamp(1.7rem, 3.6vw, 2.8rem); }
h3 { font-family: var(--f-body); font-weight: 600; font-size: 1.15rem; line-height: 1.3; }
p { margin: 0 0 1em; }
.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.skip { position: absolute; left: -999px; top: 8px; z-index: 100; background: var(--amber); color: var(--amber-ink); padding: 10px 14px; border-radius: 10px; }
.skip:focus { left: 8px; }
:focus-visible { outline: 3px solid var(--amber); outline-offset: 3px; border-radius: 6px; }

.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 var(--gutter); }
.narrow { max-width: 820px; }
.eyebrow { font-family: var(--f-mono); font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; color: var(--amber); margin-bottom: .9em; }
.lead { font-size: 1.14rem; color: var(--ink-soft); }
.fine { font-size: .85rem; color: var(--ink-soft); }
.tag { position: absolute; right: 14px; bottom: 14px; font-family: var(--f-mono); font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; padding: 5px 9px; border-radius: 999px; background: rgba(14,15,18,.72); color: #fff; }

/* ── glass primitive ───────────────────────────────────────────── */
.glass { background: var(--glass-bg-strong); border: 1px solid var(--glass-brd); box-shadow: var(--shadow); color: #fff; }
@supports ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  .glass { background: var(--glass-bg); -webkit-backdrop-filter: blur(var(--blur)) saturate(140%); backdrop-filter: blur(var(--blur)) saturate(140%); }
}
@media (prefers-reduced-transparency: reduce) {
  .glass { background: var(--glass-bg-strong); -webkit-backdrop-filter: none; backdrop-filter: none; }
}

/* ── buttons ───────────────────────────────────────────────────── */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .5em; min-height: 52px; padding: 0 26px; border-radius: 999px; font: 600 1rem/1 var(--f-body); text-decoration: none; border: 1px solid transparent; cursor: pointer; transition: transform .15s ease, background .2s ease, box-shadow .2s ease; }
.btn:hover { transform: translateY(-1px); }
.btn--amber { background: var(--amber); color: var(--amber-ink); box-shadow: 0 10px 30px -10px rgba(245,165,10,.7); }
.btn--amber:hover { background: #ffb522; }
.btn--ghost { background: rgba(255,255,255,.08); color: #fff; border-color: rgba(255,255,255,.35); }
.btn--ghost-dark { background: transparent; color: var(--ink); border-color: var(--line-dark); }
.btn--sm { min-height: 42px; padding: 0 18px; font-size: .92rem; }
.btn[disabled] { opacity: .6; cursor: wait; }

/* ── icons (CSS-drawn, no external requests) ───────────────────── */
.ico { display: inline-block; width: 1em; height: 1em; flex: none; vertical-align: -0.12em; background: currentColor; -webkit-mask: var(--m) center/contain no-repeat; mask: var(--m) center/contain no-repeat; }
.ico--check { color: var(--amber); --m: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z'/%3E%3C/svg%3E"); }
.ico--phone { --m: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6.6 10.8a15.1 15.1 0 0 0 6.6 6.6l2.2-2.2c.3-.3.7-.4 1-.2 1.1.4 2.3.6 3.6.6.6 0 1 .4 1 1V20c0 .6-.4 1-1 1A17 17 0 0 1 3 4c0-.6.4-1 1-1h3.5c.6 0 1 .4 1 1 0 1.3.2 2.5.6 3.6.1.3 0 .7-.2 1z'/%3E%3C/svg%3E"); }
.ico--pin { --m: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a7 7 0 0 0-7 7c0 5.2 7 13 7 13s7-7.8 7-13a7 7 0 0 0-7-7zm0 9.5A2.5 2.5 0 1 1 12 6.5a2.5 2.5 0 0 1 0 5z'/%3E%3C/svg%3E"); }

/* ── floating nav pill ─────────────────────────────────────────── */
.nav { position: fixed; top: 12px; left: 0; right: 0; z-index: 50; padding: 0 12px; pointer-events: none; }
.nav__pill { pointer-events: auto; max-width: calc(var(--wrap) + 24px); margin: 0 auto; height: 64px; border-radius: 999px; display: flex; align-items: center; gap: 18px; padding: 0 10px 0 22px; transition: background .25s ease; }
.nav__brand img { height: 34px; width: auto; }
.nav__links { margin-left: auto; }
.nav__links ul { list-style: none; margin: 0; padding: 0; display: flex; gap: 4px; }
.nav__links a { display: block; padding: 10px 14px; border-radius: 999px; text-decoration: none; font-weight: 500; font-size: .95rem; color: rgba(255,255,255,.86); }
.nav__links a:hover, .nav__links a[aria-current] { background: rgba(255,255,255,.1); color: #fff; }
.nav__actions { display: flex; align-items: center; gap: 10px; margin-left: 8px; }
.is-lp .nav__actions { margin-left: auto; }
.nav__phone { display: inline-flex; align-items: center; gap: 8px; color: #fff; text-decoration: none; font-weight: 600; font-size: .95rem; padding: 8px 10px; }
.nav__burger { display: none; width: 46px; height: 46px; border-radius: 50%; border: 1px solid var(--glass-brd); background: rgba(255,255,255,.06); position: relative; cursor: pointer; }
.nav__burger span:not(.sr) { position: absolute; left: 13px; right: 13px; height: 2px; background: #fff; border-radius: 2px; transition: transform .2s ease; }
.nav__burger span:nth-child(1) { top: 18px; } .nav__burger span:nth-child(2) { top: 26px; }
.nav.is-open .nav__burger span:nth-child(1) { transform: translateY(4px) rotate(45deg); }
.nav.is-open .nav__burger span:nth-child(2) { transform: translateY(-4px) rotate(-45deg); }

@media (max-width: 1020px) {
  .nav__phone span:last-child { display: none; }
  .nav__burger { display: inline-block; }
  .nav__links { position: fixed; left: 12px; right: 12px; top: 84px; border-radius: var(--radius); background: var(--glass-bg-strong); border: 1px solid var(--glass-brd); padding: 10px; display: none; box-shadow: var(--shadow); }
  .nav.is-open .nav__links { display: block; }
  .nav__links ul { flex-direction: column; }
  .nav__links a { font-size: 1.1rem; padding: 14px 16px; }
}
@media (max-width: 520px) {
  .nav__cta { display: none; }
  .nav__pill { padding-left: 16px; height: 58px; }
  .nav__brand img { height: 28px; }
}

/* ── hero (full-screen) ────────────────────────────────────────── */
.hero { position: relative; min-height: 100svh; display: flex; align-items: flex-end; color: #fff; background: var(--glass-dark); isolation: isolate; }
.hero__media { position: absolute; inset: 0; z-index: -1; overflow: hidden; }
.hero__media picture, .hero__media img { width: 100%; height: 100%; object-fit: cover; }
.hero__scrim { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(14,15,18,.35) 0%, rgba(14,15,18,.05) 35%, rgba(14,15,18,.55) 72%, rgba(14,15,18,.9) 100%); }
.hero__inner { padding-top: calc(var(--nav-h) + 40px); padding-bottom: clamp(28px, 6vh, 64px); }
.hero__card { max-width: 720px; padding: clamp(22px, 3.2vw, 40px); border-radius: var(--radius); }
.hero__card h1 { color: #fff; }
.hero__sub { font-size: clamp(1.05rem, 1.6vw, 1.22rem); color: rgba(255,255,255,.88); }
.hero__ctas { display: flex; flex-wrap: wrap; gap: 12px; margin: 22px 0 10px; }
.hero__fud { font-size: .9rem; color: rgba(255,255,255,.72); margin: 0 0 10px; }
.hero__proof { list-style: none; padding: 0; margin: 14px 0 0; display: flex; flex-wrap: wrap; gap: 8px 18px; font-size: .92rem; color: rgba(255,255,255,.88); }
.hero__proof li { display: inline-flex; align-items: center; gap: 7px; }
.hero--short { min-height: 78svh; }
.crumb { font-size: .85rem; color: rgba(255,255,255,.7); margin-bottom: .8em; }
.crumb a { color: rgba(255,255,255,.9); }
.hero .tag { bottom: auto; top: calc(var(--nav-h) + 26px); }

/* ── trust strip ───────────────────────────────────────────────── */
.trust { background: var(--graphite-800); color: #fff; border-top: 1px solid var(--line); }
.trust__row { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust__item { padding: 26px 18px; border-left: 1px solid var(--line); display: flex; flex-direction: column; gap: 4px; }
.trust__item:first-child { border-left: 0; }
.trust__big { font-family: var(--f-display); font-weight: 400; font-size: 1.7rem; color: var(--amber); line-height: 1.1; }
.trust__item span { font-weight: 500; }
.trust__item small { color: rgba(255,255,255,.6); font-size: .8rem; }
@media (max-width: 760px) { .trust__row { grid-template-columns: 1fr 1fr; } .trust__item:nth-child(3) { border-left: 0; } .trust__item { border-top: 1px solid var(--line); } }

/* ── sections ──────────────────────────────────────────────────── */
.sec { padding: clamp(64px, 9vw, 120px) 0; }
.sec--dark { background: var(--graphite-800); color: #fff; }
.sec--dark .lead, .sec--dark p { color: rgba(255,255,255,.8); }
.sec--dark h2, .sec--dark h3 { color: #fff; }
.sec__head { max-width: 760px; margin-bottom: clamp(28px, 4vw, 52px); }
.split { display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(28px, 5vw, 72px); align-items: center; }
.split--flip .split__text { order: 2; }
.split__media { position: relative; }
.rounded img { border-radius: var(--radius); box-shadow: var(--shadow); }
@media (max-width: 900px) { .split { grid-template-columns: 1fr; } .split--flip .split__text { order: 0; } }

.cards { display: grid; gap: 18px; }
.cards--2 { grid-template-columns: repeat(2, 1fr); }
.cards--3 { grid-template-columns: repeat(3, 1fr); }
.cards--4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 1000px) { .cards--4 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 700px) { .cards--2, .cards--3, .cards--4 { grid-template-columns: 1fr; } }
.card { background: #fff; border: 1px solid var(--line-dark); border-radius: var(--radius); padding: 26px; }
.sec--dark .card { background: rgba(255,255,255,.04); border-color: var(--line); }
.card__num { display: block; font-family: var(--f-mono); color: var(--amber); font-size: .8rem; margin-bottom: 14px; }
.card p { margin: 0; color: var(--ink-soft); }
.sec--dark .card p { color: rgba(255,255,255,.75); }
.card--link { text-decoration: none; transition: transform .15s ease, box-shadow .2s; }
.card--link:hover { transform: translateY(-2px); box-shadow: var(--shadow); }

/* ── product worlds (full-bleed tiles with floating glass captions) ─ */
.worlds { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; padding: 0 14px; }
.world { position: relative; display: block; min-height: 560px; border-radius: var(--radius); overflow: hidden; text-decoration: none; color: #fff; }
.world__img, .world__img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.world:hover .world__img img { transform: scale(1.04); }
.world__body { position: absolute; left: 14px; right: 14px; bottom: 14px; padding: 22px; border-radius: var(--radius-sm); }
.world__body h3 { font-family: var(--f-display); font-weight: 400; font-size: 1.7rem; color: #fff; }
.world__body p { color: rgba(255,255,255,.82); font-size: .98rem; }
.world__more { font-weight: 600; color: var(--amber); }
@media (max-width: 900px) { .worlds { grid-template-columns: 1fr; } .world { min-height: 72svh; } }

/* ── steps ─────────────────────────────────────────────────────── */
.steps { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.step { border-radius: var(--radius); padding: 28px; background: rgba(255,255,255,.05); border-color: var(--line); box-shadow: none; }
.step__n { display: inline-grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; background: var(--amber); color: var(--amber-ink); font-weight: 700; margin-bottom: 18px; }
@media (max-width: 860px) { .steps { grid-template-columns: 1fr; } }

/* ── gallery ───────────────────────────────────────────────────── */
.gallery { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.gallery__item figure { margin: 0; position: relative; }
.gallery__item img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: var(--radius-sm); }
.gallery__item--wide { grid-column: span 2; }
.gallery__item--wide img { aspect-ratio: 16/9; }
.gallery figcaption { font-size: .85rem; color: var(--ink-soft); padding: 8px 2px 0; }
@media (max-width: 760px) { .gallery { grid-template-columns: 1fr 1fr; } .gallery__item--wide { grid-column: span 2; } }

/* ── guarantee band (photo + floating glass card) ──────────────── */
.band { position: relative; min-height: 86svh; display: flex; align-items: center; color: #fff; background: var(--glass-dark); isolation: isolate; }
.band__media { position: absolute; inset: 0; z-index: -1; overflow: hidden; }
.band__img, .band__img img { width: 100%; height: 100%; object-fit: cover; }
.band__card { max-width: 560px; padding: clamp(24px, 3vw, 40px); border-radius: var(--radius); }
.band__card h2 { color: #fff; }
.ticks { list-style: none; padding: 0; margin: 16px 0 0; display: grid; gap: 10px; }
.ticks li { display: flex; gap: 10px; align-items: baseline; }

/* ── faq ───────────────────────────────────────────────────────── */
.faq__item { border-bottom: 1px solid var(--line-dark); }
.faq__item summary { cursor: pointer; list-style: none; padding: 20px 40px 20px 0; font-weight: 600; font-size: 1.08rem; position: relative; }
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary::after { content: '+'; position: absolute; right: 6px; top: 16px; font-size: 1.5rem; color: var(--amber); transition: transform .2s; }
.faq__item[open] summary::after { transform: rotate(45deg); }
.faq__item p { color: var(--ink-soft); padding-bottom: 18px; margin: 0; }

/* ── showroom / contact ────────────────────────────────────────── */
.addr { font-style: normal; font-weight: 500; margin: 10px 0 8px; line-height: 1.7; }

/* ── CTA band ──────────────────────────────────────────────────── */
.cta-band { background: radial-gradient(1200px 400px at 20% 0%, rgba(245,165,10,.18), transparent 60%), var(--glass-dark); color: #fff; padding: clamp(56px, 8vw, 96px) 0; }
.cta-band h2 { color: #fff; max-width: 780px; }
.cta-band p { color: rgba(255,255,255,.8); max-width: 640px; }

/* ── lead form wizard ──────────────────────────────────────────── */
.sec--form { background: linear-gradient(180deg, var(--graphite-800), var(--glass-dark)); color: #fff; }
.form-wrap { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(28px, 5vw, 64px); align-items: start; }
.form-intro h2 { color: #fff; }
.form-intro .lead { color: rgba(255,255,255,.8); }
.form-alt { margin-top: 20px; color: rgba(255,255,255,.75); }
.form-alt a { color: var(--amber); font-weight: 600; }
@media (max-width: 900px) { .form-wrap { grid-template-columns: 1fr; } }
.wizard { border-radius: var(--radius); padding: clamp(20px, 3vw, 34px); position: relative; }
.wizard__bar { height: 4px; background: rgba(255,255,255,.12); border-radius: 4px; overflow: hidden; margin-bottom: 12px; }
.wizard__bar span { display: block; height: 100%; width: 20%; background: var(--amber); transition: width .3s ease; }
.wizard__count { font-family: var(--f-mono); font-size: .75rem; letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.6); margin: 0 0 8px; }
.wizard__step { border: 0; margin: 0; padding: 0; min-width: 0; }
.wizard__step legend { font-family: var(--f-display); font-size: 1.6rem; padding: 0; margin-bottom: 16px; color: #fff; }
.wizard.is-enhanced .wizard__step { display: none; }
.wizard.is-enhanced .wizard__step.is-active { display: block; animation: stepIn .25s ease; }
@keyframes stepIn { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }
.tiles { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 8px; }
.tiles--sm { grid-template-columns: repeat(3, 1fr); }
@media (max-width: 520px) { .tiles--sm { grid-template-columns: 1fr; } }
.tile { position: relative; cursor: pointer; }
.tile input, .chip input { position: absolute; opacity: 0; inset: 0; cursor: pointer; }
.tile span { display: flex; align-items: center; min-height: 64px; padding: 14px 16px; border-radius: var(--radius-sm); border: 1px solid rgba(255,255,255,.2); background: rgba(255,255,255,.04); font-weight: 600; transition: border-color .15s, background .15s; }
.tile input:checked + span { border-color: var(--amber); background: rgba(245,165,10,.14); }
.tile input:focus-visible + span, .chip input:focus-visible + span { outline: 3px solid var(--amber); outline-offset: 2px; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chip { position: relative; }
.chip span { display: inline-block; padding: 10px 14px; border-radius: 999px; border: 1px solid rgba(255,255,255,.22); font-size: .92rem; }
.chip input:checked + span { border-color: var(--amber); background: rgba(245,165,10,.14); }
.hint { color: rgba(255,255,255,.65); font-size: .92rem; margin: 6px 0 10px; }
.row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
@media (max-width: 520px) { .row2 { grid-template-columns: 1fr; } }
.field { display: block; margin-bottom: 12px; }
.field span { display: block; font-size: .88rem; font-weight: 500; margin-bottom: 6px; color: rgba(255,255,255,.85); }
.field input, .field textarea { width: 100%; font: 400 1rem var(--f-body); color: #fff; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.22); border-radius: 12px; padding: 14px; min-height: 52px; }
.field input::placeholder, .field textarea::placeholder { color: rgba(255,255,255,.45); }
.field input:focus, .field textarea:focus { outline: none; border-color: var(--amber); box-shadow: 0 0 0 3px rgba(245,165,10,.25); }
.check { display: flex; gap: 10px; align-items: flex-start; margin: 8px 0; font-size: .92rem; color: rgba(255,255,255,.85); }
.check input { width: 20px; height: 20px; margin-top: 2px; accent-color: var(--amber); flex: none; }
.check a { color: var(--amber); }
.wizard__error { background: rgba(220,70,50,.18); border: 1px solid rgba(220,70,50,.5); color: #fff; padding: 10px 14px; border-radius: 10px; margin: 12px 0 0; font-size: .95rem; }
.wizard__nav { display: flex; justify-content: space-between; gap: 10px; margin-top: 18px; }
.wizard__nav .btn--amber { margin-left: auto; }
.wizard__nav .btn--ghost-dark { color: #fff; border-color: rgba(255,255,255,.3); }
.wizard__fud { text-align: right; font-size: .82rem; color: rgba(255,255,255,.6); margin: 12px 0 0; }
.wizard__done h3 { font-family: var(--f-display); font-weight: 400; font-size: 1.8rem; }
.wizard__done a { color: var(--amber); }

/* ── prices (only rendered when the page switch is on and a source exists) ── */
.prices { width: 100%; border-collapse: collapse; }
.prices th, .prices td { text-align: left; padding: 12px; border-bottom: 1px solid var(--line-dark); }

/* ── prose / legal ─────────────────────────────────────────────── */
.sec--legal { padding-top: calc(var(--nav-h) + 72px); }
.prose h2 { font-size: 1.6rem; margin-top: 1.6em; }
.prose h3 { margin-top: 1.4em; }
.prose a { color: #8a5a00; }
.kind-legal .nav__pill, .kind-generic .nav__pill { background: var(--glass-bg-strong); }

/* ── footer ────────────────────────────────────────────────────── */
.foot { background: var(--glass-dark); color: rgba(255,255,255,.78); padding: 64px 0 110px; font-size: .95rem; }
.foot a { color: #fff; text-decoration: none; }
.foot a:hover { color: var(--amber); }
.foot__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 32px; }
.foot__brand img { height: 40px; width: auto; margin-bottom: 16px; }
.foot__h { font-family: var(--f-mono); font-size: .75rem; letter-spacing: .14em; text-transform: uppercase; color: var(--amber); margin-bottom: 12px; }
.foot__links { list-style: none; padding: 0; margin: 0; display: grid; gap: 6px; }
.foot__base { border-top: 1px solid var(--line); margin-top: 40px; padding-top: 20px; font-size: .85rem; }
.foot--lp { padding: 28px 0 100px; }
.foot__lp { display: flex; flex-wrap: wrap; gap: 16px; }
@media (max-width: 860px) { .foot__grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .foot__grid { grid-template-columns: 1fr; } }

/* ── mobile dock (floating glass action bar) ───────────────────── */
.dock { position: fixed; left: 12px; right: 12px; bottom: calc(12px + env(safe-area-inset-bottom)); z-index: 45; display: none; grid-template-columns: 1fr 1.5fr 1fr; gap: 6px; padding: 6px; border-radius: 999px; transform: translateY(140%); transition: transform .3s ease; }
.is-lp .dock { grid-template-columns: 1fr 1.6fr; }
.dock.is-visible { transform: none; }
.dock__item { display: flex; align-items: center; justify-content: center; gap: 6px; min-height: 50px; border-radius: 999px; text-decoration: none; font-weight: 600; font-size: .92rem; color: #fff; }
.dock__item--main { background: var(--amber); color: var(--amber-ink); }
@media (max-width: 900px) { .dock { display: grid; } }
html:not(.js) .dock { transform: none; }

/* ── reveal on scroll (progressive; visible without JS) ────────── */
.js .reveal { opacity: 0; transform: translateY(16px); transition: opacity .6s ease, transform .6s ease; }
.js .reveal.is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .js .reveal { opacity: 1; transform: none; transition: none; }
  .btn, .world__img img, .dock { transition: none; }
}

/* landing-page hero: compact so the form sits close to the fold (site_build_protocol §10) */
.hero--lp { min-height: 64svh; }
@media (max-width: 700px) { .hero--lp { min-height: auto; } .hero--lp .hero__inner { padding-top: calc(var(--nav-h) + 24px); } .hero--lp .hero__proof { display: none; } }
.showroom-only { display: block; }
.sec--showroom .split:not(:has(.split__media)) { grid-template-columns: 1fr; max-width: 820px; }

/* mobile hero: let the photograph lead, glass card sits in the lower part of the screen */
@media (max-width: 700px) {
  h1 { font-size: clamp(1.9rem, 8.4vw, 2.4rem); }
  .hero { min-height: 100svh; }
  .hero__inner { padding-top: 38svh; padding-bottom: 16px; }
  .hero__card { padding: 20px; border-radius: 18px; }
  .hero__sub { font-size: 1rem; }
  .hero__proof { display: none; }
  .hero__ctas { flex-direction: column; }
  .hero__ctas .btn { width: 100%; }
  .hero--short .hero__inner { padding-top: 26svh; }
  .hero--short { min-height: 88svh; }
}
@media (min-width: 701px) { h1 { font-size: clamp(2.4rem, 4.6vw, 3.7rem); } }

/* grid children must be allowed to shrink below their min-content width (390px overflow fix) */
.form-wrap, .split { grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); }
.split { grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr); }
.form-wrap > *, .split > *, .cards > *, .worlds > *, .steps > *, .gallery > * { min-width: 0; }
@media (max-width: 900px) { .form-wrap, .split { grid-template-columns: minmax(0, 1fr); } }
.nav__pill { width: 100%; min-width: 0; }
.btn { max-width: 100%; text-align: center; }
@media (max-width: 520px) {
  .wizard__nav { flex-wrap: wrap; }
  .wizard__nav .btn { flex: 1 1 auto; padding: 0 18px; }
  .wizard__nav .btn--amber { margin-left: 0; }
}
[hidden] { display: none !important; }
