/* King of Exhibition Stands. Page styles on top of the scrollcraft floor.
   World: daylight hall. Pale ground, aluminium greys, their own sky blue as
   the one accent, a single dark act for the cost slider. */
:root {
  --sc-canvas: #f5f3ee;
  --sc-surface: #ffffff;
  --sc-ink: #10151b;
  --sc-ink-soft: #57616c;
  --sc-accent: #78b5e3;
  --sc-accent-ink: #0b1620;
  --sc-font-display: "Archivo", system-ui, sans-serif;
  --sc-font-text: "Hanken Grotesk", system-ui, sans-serif;
  --sc-shadow-color: 210 30% 20%;
  --accent: #78b5e3;
  --accent-deep: #1f6fa8;
  --night: #0f1a24;
  --line: color-mix(in oklab, var(--sc-ink) 14%, transparent);
  --bar-h: 64px;
}
html { scroll-behavior: smooth; scroll-padding-top: var(--bar-h); }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body { background: var(--sc-canvas); color: var(--sc-ink); font-family: var(--sc-font-text); margin: 0; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
:focus-visible { outline: 3px solid var(--accent-deep); outline-offset: 3px; border-radius: 4px; }

.wrap { width: min(100% - 2 * var(--sc-gutter), var(--sc-maxw)); margin-inline: auto; }

h1, h2, h3 { font-family: var(--sc-font-display); font-stretch: 112%; font-weight: 700; margin: 0; text-wrap: balance; }
.h-xl { font-size: var(--sc-t-3xl); line-height: 1; letter-spacing: -0.03em; }
.h-lg { font-size: var(--sc-t-2xl); line-height: 1.04; letter-spacing: -0.025em; }
.lede { font-size: var(--sc-t-lg); line-height: 1.45; color: var(--sc-ink-soft); max-width: 34ch; margin: var(--sc-4) 0 0; }

/* buttons: one label, one shape */
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 1.6rem; border: 0; border-radius: var(--sc-r-pill);
  background: var(--sc-ink); color: #fff; font: 600 1rem/1 var(--sc-font-text); text-decoration: none; white-space: nowrap; cursor: pointer;
  transition: background-color 140ms ease-out, transform 140ms ease-out; }
.btn:hover { background: var(--accent-deep); }
.btn:active { transform: translateY(1px); }
.btn--sm { min-height: 42px; padding: 0 1.15rem; font-size: .92rem; }
.btn--light { background: var(--accent); color: var(--sc-accent-ink); }
.btn--light:hover { background: #fff; }
.link { background: none; border: 0; padding: .4rem 0; font: 600 1rem/1.2 var(--sc-font-text); color: var(--sc-ink); text-decoration: underline; text-underline-offset: .28em; text-decoration-thickness: 1.5px; cursor: pointer; }
.link:hover { color: var(--accent-deep); }

/* bar */
.bar { position: fixed; inset: 0 0 auto 0; z-index: 20; height: var(--bar-h); display: flex; align-items: center; gap: var(--sc-5);
  padding: 0 var(--sc-gutter); background: rgb(245 243 238 / .88); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid transparent; transition: border-color 200ms ease-out; }
.bar.is-scrolled { border-bottom-color: var(--line); }
.bar__brand { display: inline-flex; align-items: center; gap: .7rem; text-decoration: none; font: 700 .95rem/1 var(--sc-font-display); font-stretch: 112%; letter-spacing: .04em; text-transform: uppercase; }
.bar__nav { margin-left: auto; display: flex; gap: var(--sc-5); font-size: .95rem; }
.bar__nav a { text-decoration: none; color: var(--sc-ink-soft); }
.bar__nav a:hover { color: var(--sc-ink); }
@media (max-width: 900px) { .bar__nav { display: none; } .bar .btn { margin-left: auto; } }
@media (max-width: 520px) { .bar__brand span { max-width: 9.5rem; line-height: 1.1; font-size: .78rem; } }

/* 1 · hero */
.hero { height: calc(var(--span) * 100vh); height: calc(var(--span) * 100svh); position: relative; }
.hero__stage { position: sticky; top: 0; height: 100vh; height: 100svh; display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(1.5rem, 4vw, 4.5rem);
  align-items: center; padding: calc(var(--bar-h) + 1rem) var(--sc-gutter) 2rem; box-sizing: border-box; overflow: hidden; }
.hero__copy { position: relative; display: flex; flex-direction: column; justify-content: center; gap: var(--sc-6); }
.hero__states { display: grid; align-items: center; }
.hero__kicker { margin: 0; font-size: .95rem; font-weight: 600; color: var(--accent-deep); }
.hero__state { grid-area: 1 / 1; opacity: 0; transform: translate3d(0, 12px, 0); pointer-events: none;
  transition: opacity 320ms ease-out, transform 320ms ease-out; }
.hero__state.is-on { opacity: 1; transform: none; pointer-events: auto; }
.hero__state h1 { font-size: clamp(2.7rem, 1.4rem + 4.6vw, 5.6rem); line-height: .96; letter-spacing: -0.035em; }
.hero__state h2 { font-size: clamp(2rem, 1.2rem + 2.9vw, 3.8rem); line-height: 1; letter-spacing: -0.03em; }
.hero__state p { font-size: var(--sc-t-lg); line-height: 1.45; color: var(--sc-ink-soft); max-width: 32ch; margin: var(--sc-5) 0 0; }
.hero__actions { display: flex; flex-wrap: wrap; align-items: center; gap: var(--sc-5); position: relative; z-index: 2; }
.hero__frame { position: relative; height: min(76vh, 46rem); border-radius: var(--sc-r-lg); overflow: hidden; background: #dcdad4; box-shadow: 0 30px 60px -30px hsl(var(--sc-shadow-color) / .45); }
.hero__film, .hero__stills img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero__stills img { opacity: 0; transform: scale(1.04); transition: opacity 600ms ease-out, transform 1400ms ease-out; }
.hero__stills img.is-on { opacity: 1; transform: none; }
.hero__steps { position: absolute; left: 1rem; right: 1rem; bottom: 1rem; margin: 0; padding: .7rem .9rem; list-style: none; display: grid; grid-template-columns: repeat(6, 1fr); gap: .6rem;
  background: color-mix(in oklab, #0b1118 72%, transparent); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); border-radius: var(--sc-r-md); color: #fff; font-size: .78rem; font-weight: 500; }
.hero__steps li { position: relative; padding-top: .55rem; opacity: .55; transition: opacity 200ms ease-out; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.hero__steps li.is-on { opacity: 1; }
.hero__steps li::before, .hero__steps li::after { content: ""; position: absolute; left: 0; top: 0; height: 2px; width: 100%; background: rgb(255 255 255 / .25); }
.hero__steps li::after { background: var(--accent); transform-origin: left; transform: scaleX(var(--fill, 0)); }
@media (max-width: 860px) {
  .hero__stage { grid-template-columns: 1fr; grid-template-rows: minmax(0, 42svh) 1fr; gap: 1.1rem; align-items: start; padding-top: calc(var(--bar-h) + .6rem); padding-bottom: 1rem; }
  .hero__frame { order: -1; height: 100%; border-radius: var(--sc-r-md); }
  .hero__copy { height: 100%; justify-content: flex-start; gap: .7rem; }
  .hero__states { align-items: start; }
  .hero__actions { margin-top: auto; }
  .hero__kicker { font-size: .85rem; }
  .hero__state p { margin-top: .8rem; font-size: 1.05rem; }
  .hero__steps { font-size: .62rem; gap: .35rem; padding: .5rem .6rem; left: .5rem; right: .5rem; bottom: .5rem; }
  .hero__actions { gap: 1rem; }
}

/* 2 · proof */
.proof { padding: clamp(2rem, 4vw, 3.5rem) var(--sc-gutter); border-block: 1px solid var(--line); }
.proof__row { list-style: none; margin: 0 auto; padding: 0; max-width: var(--sc-maxw); display: flex; flex-wrap: wrap; gap: .6rem 2.4rem; font-size: 1.02rem; color: var(--sc-ink-soft); }
.proof__row strong { color: var(--sc-ink); font-family: var(--sc-font-display); font-stretch: 112%; font-weight: 700; }
.proof__src { max-width: var(--sc-maxw); margin: 1rem auto 0; font-size: .9rem; color: var(--sc-ink-soft); }

/* 3 · work */
.rail { display: flex; align-items: center; gap: clamp(1.25rem, 2.6vw, 2.75rem); height: 100%; padding: calc(var(--bar-h) + 1rem) var(--sc-gutter) 2rem; box-sizing: border-box; width: max-content; }
.rail__lead { flex: none; width: min(78vw, 28rem); }
.rail__end { flex: none; width: min(78vw, 22rem); display: grid; gap: var(--sc-5); justify-items: start; }
.shot { flex: none; margin: 0; width: min(82vw, 46rem); }
.shot--wide { width: min(88vw, 58rem); }
.shot--tall { width: min(74vw, 36rem); }
.shot img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; border-radius: var(--sc-r-md); background: #d9d7d1; }
.shot--tall img { aspect-ratio: 4 / 5; }
.shot figcaption { margin-top: .7rem; font: 600 .95rem/1.2 var(--sc-font-text); }
.rail__quote { flex: none; width: min(80vw, 30rem); margin: 0; }
blockquote p { font-family: var(--sc-font-display); font-stretch: 108%; font-weight: 600; letter-spacing: -0.02em; margin: 0; }
.rail__quote p { font-size: var(--sc-t-xl); line-height: 1.12; }
blockquote footer { margin-top: 1rem; font-size: .95rem; color: var(--sc-ink-soft); }
blockquote footer span { display: block; font-size: .82rem; margin-top: .15rem; }
@media (max-height: 640px) { .shot img { aspect-ratio: 16 / 9; } .shot--tall img { aspect-ratio: 1; } }

/* 4 · steps */
.steps { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: 2rem clamp(2rem, 6vw, 7rem); align-content: center; padding: calc(var(--bar-h) + 1rem) var(--sc-gutter) 2rem; box-sizing: border-box; }
.steps__title { align-self: start; }
.steps__list { list-style: none; margin: 0; padding: 0; display: grid; gap: clamp(1.2rem, 3vh, 2.4rem); grid-row: span 2; }
.steps__list li { display: grid; grid-template-columns: 3.2rem 1fr; column-gap: 1.2rem; padding-top: clamp(1rem, 2.4vh, 1.6rem); border-top: 1px solid var(--line); }
.steps__n { grid-row: span 2; font: 700 2.6rem/1 var(--sc-font-display); font-stretch: 112%; color: var(--accent-deep); }
.steps__list h3 { font-size: var(--sc-t-xl); line-height: 1.08; letter-spacing: -0.02em; }
.steps__list p { margin: .5rem 0 0; font-size: 1.08rem; line-height: 1.5; color: var(--sc-ink-soft); max-width: 44ch; }
.steps__quote { margin: 0; align-self: end; }
.steps__quote p { font-size: var(--sc-t-lg); line-height: 1.25; }
@media (max-width: 860px) {
  .steps { grid-template-columns: 1fr; gap: 1rem; align-content: start; }
  .steps__list { grid-row: auto; gap: .8rem; }
  .steps__list li { grid-template-columns: 2.2rem 1fr; column-gap: .8rem; padding-top: .8rem; }
  .steps__n { font-size: 1.8rem; }
  .steps__list p { font-size: .98rem; }
  .steps__quote p { font-size: 1.05rem; }
}

/* 5 · shows */
.shows, .royal, .faq { padding-block: var(--sc-section); }
.shows__grid { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(2rem, 6vw, 7rem); align-items: start; }
.quote-sm { margin: var(--sc-7) 0 0; max-width: 30rem; }
.quote-sm p { font-size: var(--sc-t-lg); line-height: 1.3; }
.shows__list { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
.shows__list li { display: grid; grid-template-columns: 11rem 1fr auto; gap: 1rem; align-items: baseline; padding: 1.25rem 0; border-bottom: 1px solid var(--line); }
.shows__list time { color: var(--sc-ink-soft); font-size: .95rem; font-variant-numeric: tabular-nums; }
.shows__list span { font: 700 var(--sc-t-xl)/1.05 var(--sc-font-display); font-stretch: 112%; letter-spacing: -0.02em; }
.shows__list em { font-style: normal; color: var(--sc-ink-soft); text-align: right; }
@media (max-width: 860px) { .shows__grid { grid-template-columns: 1fr; } .shows__list li { grid-template-columns: 1fr; gap: .2rem; } .shows__list em { text-align: left; } }

/* 6 · cost: the peak, the one dark act */
.cost { background: var(--night); color: #eef3f7; padding-block: clamp(5rem, 11vw, 12rem); }
.cost__grid { display: grid; grid-template-columns: minmax(0, 6fr) minmax(0, 5fr); gap: clamp(2rem, 6vw, 6rem); align-items: center; }
.cost .h-xl { color: #fff; max-width: 14ch; }
.cost__in { margin: var(--sc-5) 0 0; font-size: var(--sc-t-lg); line-height: 1.45; color: #cfe0ee; max-width: 36ch; }
.cost__label { display: block; margin-top: var(--sc-7); font-size: .9rem; font-weight: 600; color: #9fb4c6; }
.cost__range { -webkit-appearance: none; appearance: none; width: 100%; height: 44px; margin: .2rem 0 0; background: transparent; cursor: grab; touch-action: pan-y; }
.cost__range:active { cursor: grabbing; }
.cost__range::-webkit-slider-runnable-track { height: 6px; border-radius: 3px; background: linear-gradient(to right, var(--accent) var(--pct, 24%), rgb(255 255 255 / .18) var(--pct, 24%)); }
.cost__range::-moz-range-track { height: 6px; border-radius: 3px; background: rgb(255 255 255 / .18); }
.cost__range::-moz-range-progress { height: 6px; border-radius: 3px; background: var(--accent); }
.cost__range::-webkit-slider-thumb { -webkit-appearance: none; width: 34px; height: 34px; margin-top: -14px; border-radius: 50%; background: #fff; border: 0; box-shadow: 0 4px 14px -2px rgb(0 0 0 / .5); }
.cost__range::-moz-range-thumb { width: 34px; height: 34px; border-radius: 50%; background: #fff; border: 0; box-shadow: 0 4px 14px -2px rgb(0 0 0 / .5); }
.cost__range:focus-visible { outline: none; }
.cost__range:focus-visible::-webkit-slider-thumb { outline: 3px solid var(--accent); outline-offset: 3px; }
.cost__range:focus-visible::-moz-range-thumb { outline: 3px solid var(--accent); outline-offset: 3px; }
.cost__ticks { display: flex; justify-content: space-between; font-size: .82rem; color: #9fb4c6; }
.cost__out { margin: var(--sc-6) 0 0; display: grid; gap: .3rem; }
.cost__m2 { font: 700 clamp(3.4rem, 2rem + 6vw, 7rem)/.95 var(--sc-font-display); font-stretch: 112%; letter-spacing: -0.04em; font-variant-numeric: tabular-nums; color: #fff; }
.cost__m2 b { font-weight: inherit; }
.cost__eur { font-size: var(--sc-t-xl); line-height: 1.15; color: #cfe0ee; }
.cost__eur b { color: var(--accent); font-family: var(--sc-font-display); font-stretch: 112%; font-variant-numeric: tabular-nums; white-space: nowrap; }
.cost__note { min-height: 3.2em; margin: var(--sc-4) 0 var(--sc-6); color: #b9cbda; max-width: 46ch; line-height: 1.5; }
.cost__small { margin: var(--sc-6) 0 0; font-size: .85rem; line-height: 1.55; color: #8fa5b7; max-width: 52ch; }
.cost__plan { color: #c9dbe9; }
.cost__plan svg { width: 100%; height: auto; overflow: visible; }
.cost__plan text { fill: #9fb4c6; font: 500 17px var(--sc-font-text); }
.cost__plan [data-plot] { transition: x 260ms ease-out, y 260ms ease-out, width 260ms ease-out, height 260ms ease-out; }
@media (max-width: 860px) { .cost__grid { grid-template-columns: 1fr; } .cost__plan { max-width: 20rem; margin-inline: auto; } }

/* 7 · royal */
.royal__grid { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 6fr); gap: clamp(2rem, 6vw, 7rem); align-items: center; }
.royal__img { margin: 0; border-radius: var(--sc-r-lg); overflow: hidden; }
.royal__img img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.royal__list { list-style: none; counter-reset: g; margin: var(--sc-6) 0 0; padding: 0; }
.royal__list li { counter-increment: g; display: grid; grid-template-columns: 2.4rem 1fr; padding: 1.15rem 0; border-top: 1px solid var(--line); font-size: var(--sc-t-lg); line-height: 1.35; }
.royal__list li::before { content: counter(g); font: 700 1rem/1.9 var(--sc-font-display); color: var(--accent-deep); }
@media (max-width: 860px) { .royal__grid { grid-template-columns: 1fr; } .royal__img img { aspect-ratio: 3 / 2; } }

/* 8 · faq */
.faq__grid { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(2rem, 6vw, 7rem); align-items: start; }
.faq details { border-top: 1px solid var(--line); }
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary { list-style: none; cursor: pointer; padding: 1.3rem 2.5rem 1.3rem 0; position: relative; font: 600 var(--sc-t-lg)/1.3 var(--sc-font-text); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: .2rem; top: 1.05rem; font: 400 1.8rem/1 var(--sc-font-text); color: var(--accent-deep); transition: transform 160ms ease-out; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p { margin: 0 0 1.4rem; max-width: 58ch; line-height: 1.6; color: var(--sc-ink-soft); font-size: 1.06rem; }
@media (max-width: 860px) { .faq__grid { grid-template-columns: 1fr; } }

/* 9 · close */
.close { padding-top: var(--sc-section); }
.close__grid { display: grid; grid-template-columns: minmax(0, 6fr) minmax(0, 6fr); gap: clamp(2rem, 6vw, 6rem); align-items: start; }
.person { display: flex; gap: 1rem; align-items: center; margin-top: var(--sc-7); line-height: 1.5; }
.person__ph { flex: none; width: 4.2rem; height: 4.2rem; border-radius: 50%; display: grid; place-items: center; background: var(--accent); color: var(--sc-accent-ink); font: 700 1.2rem var(--sc-font-display); }
.person p { margin: 0; }
.close__quote { margin: var(--sc-8) 0 0; max-width: 26rem; }
.close__quote p { font-size: var(--sc-t-xl); line-height: 1.1; }
.brief { background: var(--sc-surface); border-radius: var(--sc-r-lg); padding: clamp(1.4rem, 3vw, 2.6rem); box-shadow: 0 1px 2px hsl(var(--sc-shadow-color) / .08), 0 24px 50px -28px hsl(var(--sc-shadow-color) / .35); }
.brief__dots { list-style: none; display: flex; gap: .4rem; margin: 0 0 1.4rem; padding: 0; }
.brief__dots li { height: 4px; flex: 1; border-radius: 2px; background: var(--line); transition: background-color 200ms ease-out; }
.brief__dots li.is-on { background: var(--accent-deep); }
.brief fieldset { border: 0; margin: 0; padding: 0; display: none; gap: 1.1rem; min-width: 0; }
.brief fieldset.is-on { display: grid; }
.brief legend { padding: 0; margin-bottom: 1.2rem; font: 700 var(--sc-t-xl)/1.1 var(--sc-font-display); font-stretch: 112%; letter-spacing: -0.02em; }
.brief label { display: grid; gap: .4rem; font-weight: 600; font-size: .95rem; }
.brief label span { font-weight: 400; color: var(--sc-ink-soft); }
.brief input[type=text], .brief input[type=email], .brief input[type=tel], .brief input[type=number], .brief textarea {
  font: 400 1.05rem/1.3 var(--sc-font-text); color: var(--sc-ink); padding: .85rem 1rem; min-height: 52px; box-sizing: border-box; width: 100%;
  border: 1.5px solid color-mix(in oklab, var(--sc-ink) 26%, transparent); border-radius: var(--sc-r-md); background: #fff; }
.brief input:focus-visible, .brief textarea:focus-visible { outline: 3px solid var(--accent); outline-offset: 0; border-color: var(--accent-deep); }
.brief__chips { display: flex; flex-wrap: wrap; gap: .5rem; }
.brief__chips label { display: inline-flex; position: relative; }
.brief__chips input { position: absolute; opacity: 0; inset: 0; width: 100%; height: 100%; margin: 0; cursor: pointer; }
.brief__chips span { display: inline-flex; align-items: center; min-height: 44px; padding: 0 1rem; border-radius: var(--sc-r-pill); border: 1.5px solid color-mix(in oklab, var(--sc-ink) 26%, transparent); font-weight: 500; color: var(--sc-ink); transition: background-color 120ms ease-out, border-color 120ms ease-out; }
.brief__chips input:checked + span { background: var(--sc-ink); border-color: var(--sc-ink); color: #fff; }
.brief__chips input:focus-visible + span { outline: 3px solid var(--accent-deep); outline-offset: 2px; }
.brief__error { margin: 1rem 0 0; color: #a3261b; font-weight: 600; }
.brief__nav { display: flex; justify-content: space-between; align-items: center; margin-top: 1.6rem; }
.brief__nav .btn { margin-left: auto; }
.brief__done h3 { font-size: var(--sc-t-xl); }
.brief__done p { line-height: 1.55; color: var(--sc-ink-soft); }
@media (max-width: 860px) { .close__grid { grid-template-columns: 1fr; } }

.foot { margin-top: var(--sc-section); padding-block: 2rem 6.5rem; border-top: 1px solid var(--line); display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1rem 3rem; font-size: .9rem; line-height: 1.6; color: var(--sc-ink-soft); }
.foot p { margin: 0; }
.foot strong { color: var(--sc-ink); }

/* sticky CTA: phones only, after the hero, gone once the form is on screen */
.sticky-cta { position: fixed; left: 1rem; right: 1rem; bottom: max(1rem, env(safe-area-inset-bottom)); z-index: 15; opacity: 0; transform: translate3d(0, 120%, 0); pointer-events: none;
  transition: opacity 200ms ease-out, transform 240ms ease-out; box-shadow: 0 12px 30px -10px rgb(0 0 0 / .45); }
@media (max-width: 860px) { .sticky-cta.is-on { opacity: 1; transform: none; pointer-events: auto; } }
@media (min-width: 861px) { .sticky-cta { display: none; } }

@media (prefers-reduced-motion: reduce) {
  .hero__state, .hero__stills img, .cost__plan [data-plot] { transition: none; }
}
