@font-face { font-family: Anton; src: url('assets/anton.ttf') format('truetype'); font-weight: 400; font-display: swap; }
@font-face { font-family: Manrope; src: url('assets/manrope.ttf') format('truetype'); font-weight: 200 800; font-display: swap; }

/* Shared design tokens and foundations. */
:root {
  --ink: #20221e; --ink-soft: #2b2e28; --paper: #f6f3ec; --paper-deep: #e9e5db;
  --acid: #f46943; --accent-dark: #b83b22; --coral: #f46943;
  --muted: #62645b; --light-muted: #b9bdb1;
  --line-dark: #d8d8cc; --line-light: #ffffff29;
  --wrap: min(90vw, 1320px); --radius: 14px; --display: Anton, Impact, sans-serif;
  --ease: cubic-bezier(.22,.8,.25,1);
}
* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; background: var(--paper); }
body { margin: 0; background: var(--paper); color: var(--ink); font: 15px/1.75 Manrope, Arial, sans-serif; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
button, input, select, textarea { font: inherit; color: inherit; }
button, a, input, select, textarea, summary { -webkit-tap-highlight-color: transparent; }
button, summary { cursor: pointer; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; height: auto; }
button { border-radius: 0; }
::selection { background: var(--acid); color: var(--ink); }
:where(a, button, input, select, textarea, summary):focus-visible { outline: 3px solid var(--accent-dark); outline-offset: 5px; }
.experience :focus-visible, .brands :focus-visible, .site-footer :focus-visible { outline-color: var(--acid); }
.wrap { width: var(--wrap); margin-inline: auto; }
.section { padding-block: 100px; position: relative; }
section[id], .form-shell { scroll-margin-top: 106px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.skip-link { position: fixed; top: 12px; left: 20px; z-index: 100; padding: 12px 20px; background: var(--ink); color: white; transform: translateY(-180%); }
.skip-link:focus { transform: none; }
.section-label { display: flex; align-items: center; gap: 24px; margin-bottom: 46px; }
.section-label span, .eyebrow { font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .13em; }
.section-label span { flex-shrink: 0; }
.section-label i { height: 1px; flex: 1; background: var(--line-dark); }
.section-label.light { color: var(--light-muted); }
.section-label.light i { background: var(--line-light); }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 23px; }
.eyebrow > span { width: 7px; height: 7px; background: var(--accent-dark); border-radius: 50%; flex-shrink: 0; }
.headline { font-size: clamp(39px, 4.5vw, 65px); line-height: 1.11; letter-spacing: -.065em; font-weight: 800; margin: 0; }
.headline em { color: var(--accent-dark); font-family: Georgia, 'Times New Roman', serif; font-style: italic; font-weight: 400; letter-spacing: -.055em; }
.headline.light { color: var(--paper); }
.headline.light em { color: var(--acid); }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 25px; min-height: 54px; padding: 15px 23px; border: 1px solid transparent; border-radius: 7px; font-size: 12px; font-weight: 800; line-height: 1.5; transition: background .2s, transform .2s, box-shadow .2s; }
.button > span { font-size: 21px; line-height: 1; transition: transform .2s; }
.button:hover { transform: translateY(-2px); box-shadow: 0 7px 20px #20221e14; }
.button:hover > span { transform: translate(2px,-2px); }
.button-acid { background: var(--acid); color: #20221e; }
.button-acid:hover { background: #ff805b; }
.button-dark, .button-light { background: var(--ink); color: var(--paper); }
.button-dark:hover, .button-light:hover { background: #3c4236; }
.button-small { min-height: 44px; padding: 11px 17px; font-size: 11px; }
.text-link, .arrow-link { display: inline-flex; align-items: center; gap: 13px; font-size: 12px; font-weight: 700; }
.text-link:hover, .arrow-link:hover { color: var(--accent-dark); }
.arrow-link { padding-bottom: 7px; border-bottom: 1px solid currentColor; }
.arrow-link > span { font-size: 20px; }
.reveal { opacity: 1; }

/* Navigation and editorial hero. */
.launch-bar { display: flex; align-items: center; justify-content: center; gap: 15px; height: 32px; color: var(--paper); background: var(--ink); font-size: 9px; font-weight: 600; letter-spacing: .045em; }
.launch-dot { width: 5px; height: 5px; border-radius: 50%; background: var(--acid); }
.launch-separator { color: #aaa; }
.launch-bar strong { font-size: 9px; color: #ffad83; }
.site-header { position: sticky; top: 0; z-index: 50; width: 100%; height: 88px; padding-inline: max(5vw, calc((100vw - 1320px) / 2)); display: flex; align-items: center; gap: 20px; background: var(--paper); border-bottom: 1px solid transparent; transition: border-color .2s, box-shadow .2s; }
.site-header.scrolled { background: #f6f3ecf7; border-color: var(--line-dark); box-shadow: 0 5px 25px #20221e08; backdrop-filter: blur(15px); }
.wordmark { display: inline-flex; gap: 4px; align-items: flex-start; flex-shrink: 0; line-height: 1; }
.wordmark span { font: 400 42px/.85 var(--display); letter-spacing: -.04em; }
.wordmark i { width: 8px; height: 8px; background: var(--acid); border-radius: 50%; }
.brand-tagline { border-left: 1px solid var(--line-dark); padding-left: 18px; font-size: 9px; line-height: 1.6; text-transform: uppercase; letter-spacing: .04em; }
.desktop-nav { margin-left: auto; display: flex; gap: 29px; align-items: center; }
.desktop-nav a { font-size: 11px; font-weight: 700; position: relative; padding-block: 15px; }
.desktop-nav a::after { content: ''; position: absolute; left: 0; right: 0; bottom: 7px; height: 2px; background: var(--accent-dark); transform: scaleX(0); transform-origin: left; transition: transform .2s; }
.desktop-nav a:hover::after, .desktop-nav a[aria-current]::after { transform: scaleX(1); }
.header-cta { margin-left: 14px; }
.menu-toggle, .mobile-nav { display: none; }
.hero { position: relative; width: var(--wrap); margin: 25px auto 38px; min-height: 665px; display: flex; align-items: center; }
.hero-media { position: absolute; width: 48%; inset: 0 0 0 auto; border-radius: 15px; background: #151410 url('assets/hokje-doorloop.webp') 50% center / cover no-repeat; }
.hero-shade { position: absolute; inset: 0 0 0 auto; width: 48%; border-radius: 15px; background: linear-gradient(180deg,#0002,transparent 35%,#0004); }
.hero-content { position: relative; width: 100%; margin: 0; padding-block: 42px 70px; pointer-events: none; }
.hero-content > * { pointer-events: auto; }
.hero-content .eyebrow { color: var(--muted); font-size: 9px; }
.display { margin: 0; font: 400 clamp(62px, 6.3vw, 91px)/1.07 var(--display); letter-spacing: -.035em; text-transform: uppercase; max-width: 53%; }
.display em { font-style: normal; color: var(--accent-dark); }
.hero-copy { font-size: 14px; max-width: 390px; width: 44%; line-height: 1.85; color: var(--muted); margin: 28px 0; }
.hero-copy strong { color: var(--ink); font-weight: 700; }
.hero-actions { display: flex; align-items: center; gap: 22px; }
.play { display: none; }
.availability { font-size: 10px; color: var(--muted); display: flex; gap: 8px; align-items: center; margin: 23px 0 0; }
.availability > span { width: 6px; height: 6px; border-radius: 50%; background: #4a6641; }
.hero-image-label { position: absolute; right: 22px; top: 18px; color: #f5efdf; font-size: 8px; letter-spacing: .17em; z-index: 2; }
.hero-ticket { position: absolute; right: -15px; bottom: 35px; width: 236px; color: var(--ink); background: var(--paper); padding: 18px 20px; transform: rotate(6deg); box-shadow: 0 10px 30px #0004; }
.ticket-overline { font-size: 8px; text-transform: uppercase; letter-spacing: .1em; font-weight: 700; }
.hero-ticket > div { display: flex; align-items: center; gap: 14px; padding: 12px 0 17px; }
.hero-ticket strong { font: 400 49px/1 var(--display); }
.hero-ticket > div > span { font-size: 11px; line-height: 1.5; font-weight: 700; }
.hero-ticket i { font-size: 25px; margin-left: auto; font-style: normal; color: var(--accent-dark); }
.ticket-bottom { display: flex; justify-content: space-between; border-top: 1px dashed #aaa999; padding-top: 12px; font-size: 8px; }
.hero-ticket::before, .hero-ticket::after { content: ''; position: absolute; top: 95px; width: 12px; height: 12px; border-radius: 50%; background: #23231d; }
.hero-ticket::before { left: -6px; }.hero-ticket::after { right: -6px; }
.scroll-cue { position: absolute; bottom: 9px; left: 0; font-size: 8px; letter-spacing: .13em; color: var(--muted); }
.proof-strip { width: var(--wrap); margin: auto; border-block: 1px solid var(--line-dark); }
.proof-track { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); }
.proof-track > div { display: flex; align-items: center; justify-content: center; gap: 19px; padding: 28px 17px; position: relative; }
.proof-track > div + div::before { content: ''; position: absolute; left: 0; height: 40%; border-left: 1px solid var(--line-dark); }
.proof-track strong { font: 400 39px/1 var(--display); white-space: nowrap; letter-spacing: -.035em; }
.proof-track span { font-size: 10px; line-height: 1.65; max-width: 116px; color: var(--muted); }

/* The story and the physical memory. */
.intro-grid { display: grid; grid-template-columns: 1fr .82fr; gap: 9vw; align-items: start; }
.intro .headline { font-size: clamp(37px,4.3vw,62px); }
.intro-copy > p { margin: 0 0 25px; color: var(--muted); font-size: 15px; }
.reason-list { list-style: none; margin: 0 0 25px; padding: 0; }
.reason-list li { border-top: 1px solid var(--line-dark); padding: 12px 0; color: var(--muted); font-size: 12px; }
.reason-list li > span { font-size: 11px; font-weight: 800; color: var(--ink); display: inline-block; min-width: 100px; }
.experience { background: var(--ink); color: var(--paper); }
.experience-heading { display: grid; grid-template-columns: 1fr .6fr; align-items: end; gap: 12vw; }
.experience-heading > p { margin: 0 0 5px; color: var(--light-muted); font-size: 14px; max-width: 370px; }
.experience-layout { margin-top: 50px; display: grid; grid-template-columns: 1.08fr 1fr; gap: 65px; align-items: stretch; }
.memory-visual { margin: 0; min-width: 0; position: relative; display: flex; flex-direction: column; }
.memory-visual img { height: 100%; min-height: 470px; object-fit: cover; border-radius: 12px; }
.memory-visual figcaption { display: flex; justify-content: space-between; gap: 18px; color: var(--light-muted); font-size: 9px; padding-top: 17px; }
.memory-visual figcaption span:last-child { font-size: 8px; letter-spacing: .1em; }
.journey-wrap { min-width: 0; }
.journey-progress, .journey-icon { display: none; }
.journey { display: grid; counter-reset: steps; }
.journey-card { position: relative; padding: 23px 0 23px 65px; border-top: 1px solid var(--line-light); counter-increment: steps; }
.journey-card:last-child { border-bottom: 1px solid var(--line-light); }
.journey-card::before { content: '0' counter(steps); position: absolute; left: 0; top: 23px; border: 1px solid #666d5e; border-radius: 50%; width: 36px; height: 36px; display: grid; place-items: center; font-size: 10px; color: var(--acid); }
.journey-kicker { margin: 0 0 4px; font-size: 9px; text-transform: uppercase; letter-spacing: .12em; color: var(--light-muted); }
.journey-card h3 { margin: 0 0 8px; font-size: 20px; font-weight: 600; letter-spacing: -.025em; }
.journey-card > p:last-child { margin: 0; font-size: 12px; line-height: 1.8; color: var(--light-muted); max-width: 370px; }
.experience-included { margin-top: 42px; display: flex; justify-content: space-between; align-items: center; gap: 20px; border-top: 1px solid var(--line-light); padding-top: 28px; }
.experience-included > span { font-size: 12px; color: var(--light-muted); }
.experience-included > div { display: flex; align-items: center; gap: 30px; font-size: 11px; }
.experience-included strong { color: var(--acid); font: 400 30px/1 var(--display); }

/* Interactive product drawing. */
.booth-layout { display: grid; grid-template-columns: .95fr 1.05fr; gap: 8vw; align-items: center; }
.booth-copy > p { max-width: 430px; font-size: 14px; color: var(--muted); margin: 28px 0; }
.spec-pills { display: flex; flex-wrap: wrap; gap: 8px; }
.spec-pills span { font-size: 10px; padding: 6px 12px; border: 1px solid #c7cbbd; border-radius: 30px; }
.production-link { margin-top: 26px; font-size: 11px; }
.booth-visual { min-width: 0; padding: 17px; position: relative; border: 1px solid #d0d6c5; border-radius: 15px; background: #e8ebe1; overflow: hidden; }
.product-caption { display: flex; justify-content: space-between; gap: 14px; margin-bottom: 15px; font-size: 8px; color: #52584d; letter-spacing: .06em; }
.booth-machine { position: relative; width: 100%; overflow: hidden; border-radius: 8px; }
.booth-machine > img { display: block; width: 100%; height: auto; }
.hotspot { position: absolute; z-index: 4; display: grid; place-items: center; width: 42px; height: 42px; padding: 0; border-radius: 50%; background: #20221ee8; border: 1px solid #ffbe9a; box-shadow: 0 3px 10px #0005; }
.hotspot > span { font-size: 10px; font-weight: 800; line-height: 1; color: #fff; }
.hotspot.active { background: var(--acid); }
.hotspot.active > span { color: var(--ink); }
.hot-flow { top: 70%; left: 27%; }.hot-led { top: 43%; left: 23%; }.hot-brand { top: 63%; left: 48%; }.hot-screen { top: 48%; left: 68%; }
.feature-popover { margin-top: 13px; min-height: 123px; padding: 16px; background: #f8f9f3; border: 1px solid #d5d9cb; border-radius: 8px; }
.feature-popover p { font-size: 12px; font-weight: 800; margin: 0 0 5px; }
.feature-popover span { display: block; font-size: 11px; line-height: 1.7; color: #5d6355; }
.product-visual-note { margin: 12px 3px 0; font-size: 9px; color: #5e6854; line-height: 1.7; }

/* Shared production responsibilities. */
.production { border-top: 1px solid var(--line-dark); background: #eeeee4; }
.production-heading { display: grid; grid-template-columns: 1fr .75fr; gap: 10vw; align-items: end; }
.production-heading > p { margin: 0 0 5px; max-width: 420px; font-size: 14px; color: var(--muted); }
.production-heading .eyebrow { color: var(--muted); }
.production-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 22px; margin-top: 40px; }
.production-card { border-top: 1px solid #b7bfaa; padding-top: 24px; }
.production-icon { display: inline-grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: #dce3cf; font-size: 24px; margin-right: 12px; vertical-align: middle; }
.production-label { font-size: 9px; color: #59654d; }
.production-card h3 { font-size: 22px; letter-spacing: -.035em; margin: 20px 0 12px; }
.production-card p { font-size: 12px; line-height: 1.8; color: var(--muted); max-width: 350px; margin: 0; }
.onsite-note { display: grid; grid-template-columns: 46px 1fr auto; gap: 20px; align-items: center; border: 1px solid #ccd2bf; background: #f7f8ef; border-radius: 10px; padding: 26px; margin-top: 35px; }
.onsite-marker { font: 400 38px/1 var(--display); color: var(--accent-dark); }
.onsite-note h3 { margin: 0 0 5px; font-size: 17px; letter-spacing: -.025em; }
.onsite-note p { margin: 0; font-size: 12px; color: var(--muted); max-width: 630px; }
.onsite-note .arrow-link { font-size: 11px; white-space: nowrap; }
.technical-fields { padding: 18px; background: #f1f3e9; border: 1px solid #cdd3bf; border-radius: 7px; margin-bottom: 24px; }
.technical-fields h3 { margin: 0 0 8px; font-size: 15px; letter-spacing: -.025em; }
.technical-fields > p { font-size: 11px; color: var(--muted); margin: 0 0 18px; }
.technical-fields .field:last-child { margin-bottom: 0; }

/* Festival partnership. */
.festival-section { padding-top: 0; background: #ef7654; overflow: clip; }
.marquee { display: flex; white-space: nowrap; overflow: hidden; border-block: 1px solid #20221e40; color: #20221e; font: 400 clamp(25px,3.1vw,44px)/1 var(--display); }
.marquee > div { padding-block: 19px; flex-shrink: 0; }
.festival-inner { padding-top: 80px; }
.festival-section .section-label i { background: #20221e40; }
.festival-head { display: grid; grid-template-columns: 1.2fr .65fr; gap: 7vw; align-items: end; }
.festival-head .headline { font-size: clamp(37px,4.2vw,61px); }
.festival-head .headline em { color: var(--ink); }
.festival-head > p { margin: 0; font-size: 14px; }
.benefit-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; margin-top: 44px; }
.benefit-card { padding: 30px; border: 1px solid #20221e60; border-radius: 10px; min-height: 280px; display: flex; flex-direction: column; }
.benefit-card.accent { color: var(--paper); background: var(--ink); border-color: var(--ink); }
.card-symbol { font-size: 30px; line-height: 1; margin-bottom: 40px; }
.card-tag { margin: auto 0 6px; font-size: 9px; letter-spacing: .11em; text-transform: uppercase; }
.benefit-card h3 { margin: 0 0 12px; font-size: 23px; letter-spacing: -.045em; line-height: 1.25; }
.benefit-card > p:last-child { margin: 0; font-size: 12px; line-height: 1.8; }
.benefit-card.accent > p:last-child { color: var(--light-muted); }
.model-banner { margin-top: 22px; display: grid; grid-template-columns: .9fr 1fr auto; gap: 33px; align-items: center; background: var(--paper); border-radius: 10px; padding: 33px; }
.model-banner .eyebrow { font-size: 9px; margin-bottom: 10px; }
.model-banner h3 { margin: 0; font-size: 25px; line-height: 1.25; letter-spacing: -.04em; }
.model-banner > p { margin: 0; font-size: 12px; color: var(--muted); }
.model-banner .button { font-size: 11px; gap: 13px; padding: 14px 19px; }

/* A compact, transparent calculator. */
.profit-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 7vw; align-items: start; }
.profit-copy { padding-top: 17px; position: sticky; top: 123px; }
.profit-copy .section-label { color: var(--muted); margin-bottom: 47px; }
.profit-copy .section-label i { background: var(--line-dark); }
.profit-copy .headline.light { color: var(--ink); }
.profit-copy .headline.light em { color: var(--accent-dark); }
.profit-copy .eyebrow { display: none; }
.profit-copy > p:not(.eyebrow) { margin: 26px 0; color: var(--muted); font-size: 14px; max-width: 440px; }
.profit-copy > p strong { color: var(--ink); }
.model-facts { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 34px; padding-top: 25px; border-top: 1px solid var(--line-dark); }
.model-facts span { display: block; color: var(--muted); font-size: 9px; margin-bottom: 8px; }
.model-facts strong { font: 400 32px/1 var(--display); }
.calculator-card { min-width: 0; padding: 30px; border: 1px solid var(--line-dark); border-radius: 15px; background: #fffdf7; box-shadow: 0 12px 35px #20221e08; }
.calculator-top { display: flex; justify-content: space-between; gap: 12px; align-items: center; border-bottom: 1px solid var(--line-dark); padding-bottom: 22px; font-size: 13px; font-weight: 800; }
.calculator-top i { display: inline-flex; align-items: center; gap: 6px; font-style: normal; font-size: 8px; color: #55614a; font-weight: 600; white-space: nowrap; }
.calculator-top i b { width: 5px; height: 5px; background: #526641; border-radius: 50%; }
.range-field { margin-top: 24px; }
.range-heading > label { display: block; font-size: 11px; font-weight: 700; }
.visitor-entry { display: flex; align-items: baseline; gap: 12px; margin: 10px 0 18px; }
.visitor-entry input { width: 190px; padding: 0; border: 0; background: transparent; font: 400 48px/1.3 var(--display); }
.visitor-entry > span { font-size: 10px; color: var(--muted); }
#calc-visitors { width: 100%; appearance: none; height: 5px; border-radius: 5px; background: linear-gradient(90deg,var(--acid) var(--range-fill,16%),#ddded3 var(--range-fill,16%)); cursor: pointer; margin: 12px 0; }
#calc-visitors::-webkit-slider-thumb { appearance: none; width: 21px; height: 21px; border: 4px solid #fffdf7; border-radius: 50%; background: var(--ink); box-shadow: 0 0 0 1px #666; cursor: grab; }
#calc-visitors::-moz-range-thumb { width: 13px; height: 13px; border: 4px solid #fffdf7; border-radius: 50%; background: var(--ink); box-shadow: 0 0 0 1px #666; }
.range-scale { display: flex; justify-content: space-between; color: var(--muted); font-size: 9px; }
.calc-options { display: grid; grid-template-columns: .8fr 1.2fr; gap: 15px; margin-top: 25px; align-items: end; }
.calc-options > label:first-child { font-size: 11px; font-weight: 700; display: grid; gap: 6px; }
.calc-options select { height: 47px; width: 100%; background: var(--paper); border: 1px solid #c9cbbc; border-radius: 6px; padding: 0 10px; font-size: 12px; }
.ad-toggle { position: relative; display: flex; align-items: center; }
.ad-toggle input { position: absolute; opacity: 0; }
.ad-toggle > span { display: flex; gap: 9px; align-items: center; min-height: 47px; font-size: 10px; line-height: 1.5; cursor: pointer; }
.ad-toggle i { width: 31px; height: 18px; border-radius: 20px; flex-shrink: 0; padding: 3px; background: #787c70; }
.ad-toggle i::after { content: ''; display: block; width: 12px; height: 12px; background: white; border-radius: 50%; transition: transform .2s; }
.ad-toggle input:checked + span i { background: var(--accent-dark); }
.ad-toggle input:checked + span i::after { transform: translateX(13px); }
.ad-toggle input:focus-visible + span { outline: 3px solid var(--accent-dark); outline-offset: 3px; }
.cost-field { margin: 20px 0; }
.cost-field > label { font-size: 11px; font-weight: 700; display: block; }
.cost-field > label > span { color: var(--muted); font-size: 9px; font-weight: 400; }
.cost-field > div { display: flex; align-items: center; gap: 10px; border: 1px solid #c9cbbc; border-radius: 6px; padding: 9px 12px; margin-top: 7px; background: var(--paper); }
.cost-field input { width: 100%; min-width: 0; border: 0; background: none; font-size: 14px; padding: 0; }
.cost-field p { font-size: 10px; color: var(--muted); margin: 7px 0 0; line-height: 1.65; }
.booth-recommendation { display: flex; gap: 14px; align-items: center; justify-content: space-between; padding: 16px 0; margin: 8px 0 16px; border-block: 1px solid var(--line-dark); }
.booth-recommendation-copy > span { display: block; font-size: 8px; color: var(--muted); }
.booth-recommendation-copy > strong { display: block; font-size: 20px; line-height: 1.5; letter-spacing: -.035em; }
.booth-recommendation-copy > strong b { font: inherit; }
.booth-recommendation-copy p { font-size: 9px; line-height: 1.6; color: var(--muted); margin: 3px 0 0; max-width: 255px; }
.booth-recommendation-copy p em { font-style: normal; display: block; }
.booth-fleet { display: flex; align-items: end; gap: 5px; flex-shrink: 0; max-width: 38%; overflow: hidden; }
.mini-booth { position: relative; width: 35px; height: 43px; flex: 0 0 auto; border: 1px solid #565e4b; border-radius: 1px; background: #aeb8a0; }
.mini-booth::before { content: ''; position: absolute; inset: 9px 4px 3px; background: linear-gradient(90deg,#22281e 0 35%,#d5d9c9 35% 65%,#22281e 65%); }
.mini-booth::after { content: ''; position: absolute; top: 7px; left: 0; right: 0; height: 2px; background: var(--acid); }
.mini-booth i { position: absolute; top: 0; left: 32%; width: 13px; height: 6px; background: #d9dfd1; }
.mini-booth b { display: none; }
.booth-fleet > strong { font-size: 14px; min-width: auto; align-self: center; }
.calc-results { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1px; background: var(--line-dark); border: 1px solid var(--line-dark); border-radius: 8px; overflow: hidden; }
.calc-results > div { padding: 15px 19px; background: #fffdf7; display: flex; flex-direction: column; justify-content: space-between; gap: 7px; min-width: 0; }
.calc-results > div > span { font-size: 10px; color: var(--muted); }
.calc-results > div > strong { font: 400 30px/1.3 var(--display); }
.calc-results .calc-highlight { grid-column: 1/-1; order: -1; background: var(--ink); color: var(--paper); padding: 24px; }
.calc-highlight > span > span { color: #d4d8c9; font-size: 11px; }
.calc-results .calc-highlight > strong { color: #ff9b76; font-size: 57px; line-height: 1.2; }
.calc-highlight small { font-size: 9px; color: #bcc2b1; }
.calc-ad-note { display: flex; gap: 12px; padding-top: 17px; }
.calc-ad-note > span { color: var(--accent-dark); font-size: 25px; }
.calc-ad-note p { margin: 0; font-size: 11px; color: var(--muted); }
.calc-disclaimer { font-size: 10px; color: var(--muted); line-height: 1.7; margin: 20px 0; }
.calc-cta { width: 100%; font-size: 11px; }

/* Screen network. */
.brands { color: var(--paper); background: var(--ink); overflow: clip; }
.brand-head { display: grid; grid-template-columns: 1fr .8fr; gap: 10vw; align-items: center; }
.brand-copy p { color: var(--light-muted); font-size: 13px; margin: 0 0 19px; }
.brand-copy .button { margin-top: 8px; font-size: 11px; }
.takeover-stage { margin-top: 47px; display: grid; grid-template-columns: .85fr 1.15fr; gap: 45px; align-items: center; padding: 42px; border: 1px solid #4c5145; border-radius: 13px; background: #292d25; }
.takeover-copy { min-width: 0; }
.takeover-label { font-size: 9px; color: var(--light-muted); text-transform: uppercase; letter-spacing: .08em; }
.takeover-copy h3 { font-size: 35px; font-weight: 600; letter-spacing: -.045em; line-height: 1.18; margin: 15px 0 25px; }
.takeover-copy ul { list-style: none; margin: 0; padding: 0; }
.takeover-copy li { font-size: 11px; color: var(--light-muted); padding: 9px 0; border-top: 1px solid var(--line-light); }
.screen-network { display: grid; grid-template-columns: .9fr 36px 1.2fr; align-items: center; gap: 12px; min-width: 0; }
.screen-device { box-shadow: 8px 15px 25px #0003; border-color: #626b58; border-radius: 10px; padding: 7px; }
.screen-outside { height: 310px; }
.screen-device > span, .inside-screens > span { color: #d0d6c7; font-size: 8px; letter-spacing: .025em; line-height: 1.5; }
.screen-content { background: #d1e0b8; border: 0; color: var(--ink); border-radius: 3px; padding: 12px; }
.screen-content::before { font-size: 6px; color: #3b4d2a; }
.screen-content b { font: 400 49px/.95 var(--display); margin-top: 25px; }
.screen-content i { background: #435c2d; }
.screen-content i::after { background: #435c2d; box-shadow: none; }
.screen-content small { font-size: 7px; color: #3b4d2a; line-height: 1.5; }
.screen-inside { height: 210px; }
.screen-inside .screen-content { height: 100%; padding: 10px; }
.screen-inside .screen-content b { font-size: 28px; line-height: .95; }
.screen-inside .screen-content::before { font-size: 5px; }
.inside-screens > small { font-size: 9px; color: #b9c3ad; line-height: 1.5; }
.sync-signal { gap: 8px; }
.sync-signal span { width: 5px; height: 5px; border-color: #c4d6a9; }
.sync-signal b { color: #b9c3ad; font-size: 7px; }
.brand-orb { display: none; }
.screen-commercial-note { display: grid; grid-template-columns: .6fr 1fr 1.1fr; gap: 30px; padding-top: 30px; margin-top: 28px; border-top: 1px solid var(--line-light); }
.screen-commercial-note > span { font-size: 10px; color: #fca27f; }
.screen-commercial-note h3 { font-size: 18px; line-height: 1.45; font-weight: 600; letter-spacing: -.025em; margin: 0; }
.screen-commercial-note p { margin: 0; font-size: 12px; color: var(--light-muted); }

/* Real numbers, rendered as festival tickets. */
.cases-head { display: grid; grid-template-columns: 1fr .65fr; gap: 10vw; align-items: end; }
.cases-head > p { margin: 0; font-size: 14px; color: var(--muted); }
.case-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; margin-top: 45px; }
.case-card { position: relative; padding: 28px; border-radius: 12px; overflow: hidden; min-height: 360px; background: #e9ecdf; border: 1px solid #cfd3c4; display: flex; flex-direction: column; }
.case-card:first-child { color: var(--paper); background: var(--ink); border-color: var(--ink); }
.case-card:last-child { background: #f2dfd0; border-color: #e3cbbb; }
.case-bg { display: none; }
.case-top { display: flex; flex-direction: column; gap: 3px; border-bottom: 1px dashed #9b9e90; padding-bottom: 20px; }
.case-top span:first-child { font-size: 19px; font-weight: 800; letter-spacing: -.035em; }
.case-top span:last-child { font-size: 9px; color: #5f6655; }
.case-main .case-top span:last-child { color: #c2c7b8; }
.case-bottom { margin-top: auto; padding-top: 26px; }
.case-result > strong { font: 400 80px/1 var(--display); letter-spacing: -.025em; display: block; }
.case-main .case-result > strong { color: #ff9b76; }
.case-result > span { display: block; font-size: 10px; margin-top: 10px; }
.case-result > p { font-size: 12px; line-height: 1.65; color: #5f6655; margin: 24px 0 0; }
.case-main .case-result > p { color: #c2c7b8; }
.case-card::after { content: 'H'; font: 400 190px/1 var(--display); position: absolute; right: -12px; bottom: -16px; opacity: .045; transform: rotate(-12deg); pointer-events: none; }
.case-card::before { content: ''; height: 14px; width: 14px; position: absolute; right: -7px; top: 91px; border-radius: 50%; background: var(--paper); }
.proof-note { display: flex; gap: 22px; margin-top: 24px; }
.proof-note > span { font-size: 9px; white-space: nowrap; color: var(--accent-dark); font-weight: 800; }
.proof-note > p { margin: 0; font-size: 11px; color: var(--muted); max-width: 800px; }

/* FAQ and a calm, complete request flow. */
.faq { padding-top: 15px; }
.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 10vw; }
.faq-intro { font-size: 13px; color: var(--muted); max-width: 290px; margin-top: 24px; }
.accordion { border-top: 1px solid var(--line-dark); }
.accordion-item { border-bottom: 1px solid var(--line-dark); }
.accordion-item button { display: flex; align-items: center; justify-content: space-between; gap: 20px; width: 100%; border: 0; padding: 23px 0; min-height: 78px; background: transparent; text-align: left; font-size: 14px; font-weight: 700; line-height: 1.6; }
.accordion-item button i { display: grid; place-items: center; width: 27px; height: 27px; border: 1px solid #c4c8b9; border-radius: 50%; font-style: normal; font-size: 17px; flex-shrink: 0; }
.accordion-item button[aria-expanded="true"] i { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.accordion-panel p { margin: 0; padding: 0 40px 24px 0; color: var(--muted); font-size: 13px; }
.request { background: #ecebe1; border-top: 1px solid var(--line-dark); }
.request-glow { display: none; }
.request-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 7vw; align-items: start; }
.request-copy { position: sticky; top: 132px; padding-top: 15px; }
.request-copy .eyebrow { font-size: 10px; color: #5a604e; }
.request-copy .headline.light { color: var(--ink); }
.request-copy .headline.light em { color: var(--accent-dark); }
.request-copy > p:not(.eyebrow) { color: var(--muted); font-size: 14px; margin: 25px 0; max-width: 390px; }
.response-note { display: flex; align-items: center; gap: 14px; margin-top: 35px; }
.response-note > span { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; background: #dde0d2; font-size: 22px; }
.response-note p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.8; }
.response-note a { color: var(--ink); font-size: 14px; font-weight: 700; border-bottom: 1px solid #aab19c; }
.request-promise { display: grid; grid-template-columns: 27px 1fr; gap: 15px 12px; align-items: center; border-top: 1px solid #cccfbf; padding-top: 25px; margin-top: 38px; }
.request-promise > span { font-size: 9px; font-weight: 800; color: var(--accent-dark); }
.request-promise > p { margin: 0; font-size: 12px; color: #606753; }
.form-shell { min-width: 0; padding: 32px; border: 1px solid #d7d9ce; border-radius: 15px; background: #fffdf8; box-shadow: 0 15px 45px #20221e06; }
.form-tag { font-size: 8px; color: var(--accent-dark); font-weight: 800; letter-spacing: .1em; }
.form-intro { display: flex; align-items: center; justify-content: space-between; gap: 15px; font-size: 20px; font-weight: 800; line-height: 1.3; margin: 10px 0 27px; letter-spacing: -.04em; }
.form-intro > span { font: 500 10px/1 Manrope,sans-serif; color: var(--muted); white-space: nowrap; letter-spacing: .02em; }
.form-progress { display: flex; align-items: center; margin-bottom: 30px; padding-bottom: 24px; border-bottom: 1px solid var(--line-dark); counter-reset: progress; }
.form-progress button { flex: 1; display: flex; justify-content: center; align-items: center; gap: 7px; padding: 8px 3px; border: 0; background: none; color: var(--muted); font-size: 10px; line-height: 1.5; counter-increment: progress; }
.form-progress button::before { content: counter(progress); border: 1px solid #c5c9ba; border-radius: 50%; width: 23px; height: 23px; display: grid; place-items: center; font-size: 9px; }
.form-progress button.active { color: var(--ink); font-weight: 800; }
.form-progress button.active::before { color: var(--paper); background: var(--ink); border-color: var(--ink); }
.form-progress button[aria-current] { color: var(--accent-dark); }
.form-progress button:disabled { cursor: default; }
.form-progress i { width: 13px; height: 1px; background: #d0d3c7; }
.form-step { border: 0; margin: 0; padding: 0; min-width: 0; }
.form-step legend { font-size: 21px; font-weight: 800; letter-spacing: -.045em; line-height: 1.3; padding: 0; margin-bottom: 8px; }
.form-step > p { font-size: 12px; color: var(--muted); margin: 0 0 25px; }
.form-row { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
.field { min-width: 0; margin-bottom: 20px; }
.field label { display: flex; align-items: baseline; justify-content: space-between; gap: 5px; font-size: 10px; font-weight: 700; margin-bottom: 7px; line-height: 1.6; }
.field label > span { font-size: 9px; color: var(--muted); font-weight: 400; }
.field input, .field select, .field textarea { width: 100%; min-width: 0; max-width: 100%; min-height: 46px; background: #f7f7f0; border: 1px solid #caced0; border-radius: 6px; padding: 11px 12px; font-size: 13px; line-height: 1.5; }
.field textarea { display: block; resize: vertical; }
.field input:focus, .field textarea:focus, .field select:focus { background: white; border-color: var(--ink); }
.field input::placeholder, .field textarea::placeholder { color: #74776c; font-size: 11px; }
.input-with-suffix { position: relative; }
.input-with-suffix > span { position: absolute; right: 11px; top: 50%; transform: translateY(-50%); font-size: 9px; color: #656c58; pointer-events: none; }
.input-with-suffix input { padding-right: 55px; }
.field-hint { display: block; color: var(--muted); font-size: 10px; line-height: 1.65; margin-top: 7px; }
.inline-estimate { margin-bottom: 23px; padding: 18px; border: 1px solid #c7ceba; border-radius: 7px; background: #edf0e4; }
.estimate-live { display: flex; justify-content: space-between; align-items: center; }
.estimate-live > span { font-size: 8px; text-transform: uppercase; letter-spacing: .09em; font-weight: 800; }
.estimate-live i { display: inline-block; width: 5px; height: 5px; background: #496734; border-radius: 50%; margin-right: 5px; }
.estimate-live > b { display: none; }
.form-plan-head { margin: 15px 0; }
.form-plan-head > div > span { font-size: 9px; color: var(--muted); }
.form-plan-head strong { display: block; overflow-wrap: anywhere; font-size: 18px; line-height: 1.3; letter-spacing: -.04em; }
.form-plan-head > em { display: block; font-size: 9px; color: var(--muted); font-style: normal; margin-top: 5px; }
.form-plan-visual { display: none; }
.form-plan-results { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1px; background: #cfd6c2; border: 1px solid #cfd6c2; border-radius: 5px; overflow: hidden; }
.form-plan-results p { display: flex; flex-direction: column; justify-content: space-between; gap: 6px; margin: 0; padding: 12px; background: #f8faf3; font-size: 9px; color: var(--muted); }
.form-plan-results strong { font: 400 25px/1.2 var(--display); color: var(--ink); }
.form-plan-results span { font-size: 8px; }
.form-plan-results .plan-profit { background: #e7cdbb; color: #59473a; }
.inline-estimate > small { display: block; margin-top: 12px; font-size: 9px; color: var(--muted); line-height: 1.7; }
.capacity-control { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 22px; }
.capacity-control .field { margin-bottom: 0; }
.capacity-control > div:last-child { align-self: stretch; border-radius: 6px; background: #eef1e6; padding: 16px; display: flex; flex-direction: column; justify-content: center; gap: 6px; }
.capacity-control > div:last-child span { color: #59644c; font-size: 9px; }
.capacity-control > div:last-child strong { font-size: 12px; font-weight: 700; line-height: 1.6; }
.placement-planner { border: 1px solid var(--line-dark); border-radius: 7px; overflow: hidden; margin-bottom: 25px; }
.placement-planner > summary { padding: 15px; font-size: 11px; font-weight: 700; }
.placement-planner > summary > span { display: block; margin-left: 14px; font-size: 9px; color: var(--muted); font-weight: 400; }
.placement-planner-head { padding: 15px; background: #eef1e6; }
.placement-planner-head > span { font-size: 9px; color: #4d6338; }
.placement-planner-head h3 { font-size: 17px; margin: 6px 0; letter-spacing: -.03em; }
.placement-planner-head p, .placement-empty { font-size: 11px; color: var(--muted); margin: 0; }
.placement-fields { display: grid; gap: 10px; padding: 10px; }
.placement-card { padding: 13px; border: 1px solid var(--line-dark); border-radius: 5px; }
.placement-card-title { display: flex; align-items: center; gap: 10px; border-bottom: 1px solid var(--line-dark); padding-bottom: 12px; margin-bottom: 15px; }
.placement-card-title > span { font-size: 8px; letter-spacing: .08em; font-weight: 800; color: var(--accent-dark); }
.placement-card-title strong { font-size: 13px; }
.placement-card-row { display: grid; grid-template-columns: 1fr; }
.placement-card .field:last-child { margin-bottom: 0; }
.permission-block { padding: 18px; border: 1px solid var(--line-dark); border-radius: 7px; margin-bottom: 24px; }
.permission-block > p { margin: 0 0 15px; font-size: 12px; font-weight: 700; }
.permission-choice { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.permission-choice label { display: flex; align-items: center; gap: 8px; font-size: 11px; cursor: pointer; }
.permission-choice input { width: 17px; height: 17px; accent-color: var(--ink); margin: 0; }
.permission-block small { display: block; margin-top: 15px; font-size: 10px; line-height: 1.7; color: var(--muted); }
.form-nav { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.back-link { background: transparent; border: 0; padding: 13px 0; font-size: 11px; text-decoration: underline; text-underline-offset: 4px; }
.form-step > .button { margin-top: 4px; width: 100%; }
.form-nav .button { font-size: 11px; padding-inline: 17px; gap: 13px; }
.consent { display: flex; align-items: flex-start; gap: 10px; margin: 5px 0 23px; font-size: 11px; color: var(--muted); }
.consent input { width: 18px; height: 18px; margin: 1px 0 0; flex-shrink: 0; accent-color: var(--ink); }
.form-error { background: #f8e0d5; border: 1px solid #dba48e; border-radius: 6px; padding: 13px; font-size: 12px; color: #852c14; margin: 0 0 24px; }
.invalid { outline: 2px solid #a6331c; outline-offset: 2px; }
.form-success { outline: none; }
.success-icon { display: grid; place-items: center; width: 60px; height: 60px; background: #dce8cb; border-radius: 50%; margin-bottom: 24px; font-size: 27px; }
.form-success .eyebrow { font-size: 9px; }
.form-success h3 { margin: 0 0 20px; font-size: 30px; line-height: 1.2; letter-spacing: -.045em; overflow-wrap: anywhere; }
.form-success > p:not(.eyebrow) { font-size: 12px; color: var(--muted); }
.summary-label { display: block; font-size: 11px; font-weight: 800; margin: 20px 0 8px; }
#request-summary { width: 100%; background: #f5f6ef; border: 1px solid var(--line-dark); border-radius: 6px; resize: vertical; padding: 14px; font-size: 12px; line-height: 1.7; }
#send-request { width: 100%; margin-top: 20px; font-size: 11px; }
.summary-actions { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 15px; }

/* A memorable sign-off. */
.site-footer { padding: 65px 0 20px; background: var(--ink); color: var(--paper); }
.footer-top { display: grid; grid-template-columns: 1fr .65fr .85fr 1.2fr; gap: 45px; }
.footer-top > div:first-child > p { font-size: 11px; color: var(--light-muted); margin: 20px 0 0; }
.footer-logo span { font-size: 34px; }
.footer-nav { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.footer-nav p { font-size: 9px; text-transform: uppercase; letter-spacing: .09em; color: #ffad88; margin: 0 0 9px; }
.footer-nav a { font-size: 11px; color: #c3c9b9; padding-block: 3px; }
.footer-nav a:hover { color: white; }
.footer-punch { text-align: right; }
.footer-punch > span { font-size: 9px; color: var(--light-muted); }
.footer-punch strong { display: block; font: 400 36px/1.08 var(--display); letter-spacing: -.025em; margin-top: 14px; }
.footer-signature { display: flex; justify-content: space-between; align-items: center; padding-block: 35px 20px; gap: 6vw; overflow: hidden; }
.footer-signature > span { font: 400 clamp(150px, 25vw, 350px)/1 var(--display); letter-spacing: -.065em; }
.footer-signature > i { font: normal clamp(100px, 20vw, 265px)/1 Manrope,sans-serif; color: var(--acid); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line-light); padding-top: 18px; font-size: 9px; color: var(--light-muted); }
.footer-bottom > div { display: flex; gap: 17px; }
.footer-bottom button { border: 0; background: transparent; font-size: 9px; padding: 10px 0; color: var(--light-muted); }
.legal-dialog { width: min(650px,92vw); max-height: 85dvh; border: 1px solid var(--line-dark); border-radius: 12px; padding: 45px; background: var(--paper); color: var(--ink); }
.legal-dialog::backdrop { background: #20221ea8; backdrop-filter: blur(6px); }
.legal-dialog h2 { font-size: 35px; letter-spacing: -.05em; margin: 0 0 20px; }
.legal-dialog h3 { font-size: 16px; }.legal-dialog p { font-size: 14px; color: var(--muted); }
.dialog-close { position: absolute; top: 14px; right: 17px; width: 36px; height: 36px; border: 1px solid var(--line-dark); border-radius: 50%; background: transparent; font-size: 24px; line-height: 1; }
.mobile-booking { display: none; }
.noscript-note { padding: 20px 5vw; font-size: 14px; }.noscript-note a { text-decoration: underline; }

/* Tablet layouts. */
@media (max-width: 1100px) {
  .brand-tagline { display: none; }
  .site-header { gap: 16px; }
  .desktop-nav { gap: 23px; }
  .hero { min-height: 600px; }
  .hero-actions { gap: 15px; }.hero-actions .text-link { font-size: 10px; }
  .hero-actions .button { font-size: 11px; padding-inline: 17px; }
  .experience-layout { gap: 38px; }
  .journey-card { padding-left: 51px; }
  .booth-layout { gap: 5vw; }
  .model-banner { grid-template-columns: 1fr 1fr; }.model-banner .button { grid-column: 1/-1; width: max-content; }
  .profit-grid { gap: 4vw; grid-template-columns: .85fr 1.15fr; }
  .calculator-card { padding: 25px; }.calculator-top { font-size: 12px; }.calculator-top i { display: none; }
  .takeover-stage { padding: 30px; gap: 25px; }
  .screen-network { gap: 7px; grid-template-columns: .9fr 24px 1.2fr; }
  .screen-outside { height: 275px; }.screen-content b { font-size: 40px; }
  .screen-inside { height: 185px; }.screen-inside .screen-content b { font-size: 23px; }
  .request-grid { gap: 4vw; }.form-shell { padding: 25px; }
  .footer-top { gap: 30px; }.footer-punch strong { font-size: 29px; }
}
@media (max-width: 1050px) {
  .desktop-nav { display: none; }.header-cta { margin-left: auto; }
  .menu-toggle { display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 6px; width: 43px; height: 43px; background: transparent; border: 1px solid #bfc5b4; border-radius: 6px; position: relative; z-index: 3; flex-shrink: 0; }
  .menu-toggle > span:not(.sr-only) { width: 18px; height: 1px; background: var(--ink); transition: transform .2s; }
  .mobile-nav { display: flex; position: fixed; inset: 0; height: 100dvh; background: var(--paper); padding: 125px 6vw 40px; flex-direction: column; align-items: flex-start; gap: 18px; overflow: auto; visibility: hidden; transform: translateY(-105%); z-index: 1; }
  .mobile-nav a { font: 400 clamp(27px,5vh,43px)/1.2 var(--display); text-transform: uppercase; }
  .mobile-nav a:last-child { color: var(--accent-dark); }
  .menu-open .mobile-nav { transform: none; visibility: visible; }
  .menu-open .site-header { position: fixed; top: 0; backdrop-filter: none; box-shadow: none; }
  .menu-open .wordmark { position: relative; z-index: 3; }
  .menu-open .menu-toggle > span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-open .menu-toggle > span:nth-child(2) { transform: translateY(-3.5px) rotate(-45deg); }
}
@media (max-width: 900px) {
  .production-grid { gap: 18px; }.production-label { display: block; margin-top: 12px; }.production-card h3 { font-size: 20px; margin-top: 13px; }
  .onsite-note { grid-template-columns: 38px 1fr; gap: 17px; }.onsite-note .arrow-link { grid-column: 2; width: fit-content; }
  .section { padding-block: 76px; }
  .headline { font-size: 44px; }
  .hero { min-height: 545px; }.display { font-size: 61px; }
  .hero-copy { font-size: 13px; max-width: 325px; }.hero-actions { flex-direction: column; align-items: flex-start; }
  .hero-ticket { width: 200px; right: -10px; padding: 14px 17px; bottom: 28px; }
  .hero-ticket strong { font-size: 42px; }.ticket-bottom { font-size: 7px; }.ticket-overline { font-size: 7px; }
  .proof-track > div { padding: 25px 10px; gap: 12px; }.proof-track strong { font-size: 30px; }.proof-track span { font-size: 9px; }
  .intro-grid { gap: 6vw; }.intro .headline { font-size: 42px; }
  .intro-copy > p { font-size: 13px; }.reason-list li { font-size: 11px; }.reason-list li > span { display: block; }
  .experience-heading { gap: 6vw; grid-template-columns: 1fr .8fr; }
  .experience-layout { gap: 29px; grid-template-columns: 1fr 1fr; }
  .memory-visual img { min-height: 515px; }.memory-visual figcaption { flex-direction: column; gap: 4px; }
  .journey-card { padding-block: 18px; }.journey-card h3 { font-size: 17px; }.journey-card > p:last-child { font-size: 11px; }
  .journey-card::before { top: 20px; width: 30px; height: 30px; }
  .experience-included > div { gap: 20px; }
  .booth-layout { grid-template-columns: .85fr 1.15fr; gap: 25px; }
  .booth-copy .headline { font-size: 38px; }.booth-copy > p { font-size: 13px; }
  .festival-section { padding-top: 0; }.festival-head { grid-template-columns: 1fr; gap: 23px; }.festival-head > p { max-width: 550px; }
  .benefit-card { padding: 23px; }.benefit-card h3 { font-size: 20px; }
  .profit-grid { grid-template-columns: 1fr; gap: 35px; }.profit-copy { position: static; padding-top: 0; }
  .profit-copy > p:not(.eyebrow) { max-width: 620px; }.model-facts { max-width: 540px; }
  .calculator-card { padding: 30px; }.calculator-top i { display: flex; }.calc-options { grid-template-columns: 1fr 1fr; }
  .brand-head { gap: 6vw; }.brand-copy p { font-size: 12px; }
  .takeover-stage { grid-template-columns: 1fr; gap: 35px; }
  .takeover-copy ul { columns: 2; column-gap: 24px; }.takeover-copy li { break-inside: avoid; }
  .screen-network { max-width: 600px; width: 100%; margin: auto; grid-template-columns: .8fr 55px 1.2fr; gap: 20px; }
  .screen-outside { height: 325px; }.screen-inside { height: 235px; }.screen-content b { font-size: 57px; }.screen-inside .screen-content b { font-size: 35px; }
  .screen-commercial-note { grid-template-columns: 1fr 1fr; }.screen-commercial-note > span { grid-column: 1/-1; }
  .case-card { padding: 23px; min-height: 330px; }.case-result > strong { font-size: 64px; }.case-top span:first-child { font-size: 17px; }
  .cases-head { gap: 6vw; }.cases-head > p { font-size: 13px; }
  .faq-grid { gap: 6vw; }.accordion-item button { font-size: 13px; }
  .request-grid { grid-template-columns: 1fr; gap: 35px; }.request-copy { position: static; padding: 0; }
  .request-copy > p:not(.eyebrow) { max-width: 560px; }.request-promise { display: none; }
  .form-shell { width: 100%; padding: 32px; }
  .footer-top { grid-template-columns: 1fr .7fr .9fr; }.footer-punch { grid-column: 1/-1; display: flex; align-items: center; justify-content: space-between; text-align: right; }.footer-punch strong { margin-top: 0; }
  .footer-signature { padding-block: 28px 15px; }
}

/* Mobile: deliberate layouts rather than scaled-down desktop sections. */
@media (max-width: 600px) {
  .production-heading { grid-template-columns: 1fr; gap: 23px; }.production-heading > p { font-size: 13px; }
  .production-grid { grid-template-columns: 1fr; gap: 25px; margin-top: 30px; }.production-label { display: inline; margin-top: 0; }
  .production-card h3 { font-size: 22px; margin-top: 17px; }.production-card p { font-size: 12px; max-width: 100%; }
  .onsite-note { padding: 22px; grid-template-columns: 1fr; gap: 14px; margin-top: 28px; }.onsite-note .arrow-link { grid-column: auto; }
  .onsite-note h3 { font-size: 19px; }.onsite-note p { font-size: 12px; }.onsite-marker { font-size: 32px; }
  .technical-fields { padding: 15px; }.technical-fields h3 { font-size: 15px; }
  :root { --wrap: calc(100% - 38px); }
  html { scroll-padding-top: 90px; }
  .section { padding-block: 60px; }
  section[id], .form-shell { scroll-margin-top: 90px; }
  .section-label { gap: 20px; margin-bottom: 30px; }.section-label span { font-size: 8px; }
  .headline { font-size: clamp(34px,9.6vw,53px); letter-spacing: -.06em; }
  .launch-bar { font-size: 8px; gap: 8px; height: 29px; }.launch-bar strong,.launch-separator { display: none; }
  .site-header { height: 73px; gap: 12px; padding-inline: 19px; }.wordmark span { font-size: 35px; }.wordmark i { width: 7px; height: 7px; }
  .header-cta { font-size: 9px; padding: 9px 12px; min-height: 39px; gap: 12px; }.header-cta > span { font-size: 16px; }
  .menu-toggle { width: 39px; height: 39px; }
  .hero { --mobile-photo-height: calc((100vw - 38px) * .883); display: flex; align-items: stretch; flex-direction: column; min-height: 0; margin-top: 18px; margin-bottom: 28px; padding-bottom: calc(var(--mobile-photo-height) + 20px); }
  .hero-content { padding: 15px 0 30px; }.hero-content .eyebrow { font-size: 8px; margin-bottom: 20px; }
  .display { max-width: 100%; font-size: clamp(56px,14.2vw,82px); line-height: 1.08; }
  .hero-copy { width: 100%; max-width: 400px; margin: 22px 0; font-size: 13px; }
  .hero-actions { flex-direction: row; align-items: center; gap: 19px; }.hero-actions .button { font-size: 11px; padding-inline: 17px; min-height: 49px; gap: 17px; }
  .hero-actions .text-link { font-size: 10px; line-height: 1.6; }
  .availability { font-size: 9px; margin-top: 20px; }
  .hero-media,.hero-shade { inset: auto 0 0; width: 100%; height: var(--mobile-photo-height); border-radius: 11px; }
  .hero-media { background-image: url('assets/hokje-doorloop-mobile.webp'); background-position: 50% 55%; }
  .hero-image-label { top: auto; bottom: calc(var(--mobile-photo-height) - 25px); right: 14px; font-size: 6px; }
  .hero-ticket { width: 165px; right: 7px; bottom: 12px; padding: 11px 13px; transform: rotate(6deg); }
  .ticket-overline { font-size: 6px; }.hero-ticket > div { padding-block: 8px 11px; gap: 10px; }
  .hero-ticket strong { font-size: 34px; }.hero-ticket > div > span { font-size: 8px; }.hero-ticket i { font-size: 21px; }
  .ticket-bottom { font-size: 6px; padding-top: 8px; }.hero-ticket::before,.hero-ticket::after { width: 9px; height: 9px; top: 68px; }
  .hero-ticket::before { left: -4px; }.hero-ticket::after { right: -4px; }.scroll-cue { display: none; }
  .proof-track { grid-template-columns: repeat(2,minmax(0,1fr)); }.proof-track > div { justify-content: flex-start; padding: 21px 13px; gap: 15px; }
  .proof-track > div:nth-child(n+3) { border-top: 1px solid var(--line-dark); }.proof-track > div:nth-child(3)::before { display: none; }
  .proof-track strong { font-size: 34px; }.proof-track span { font-size: 9px; max-width: 90px; }
  .intro-grid { grid-template-columns: 1fr; gap: 25px; }.intro .headline { font-size: clamp(33px,9.4vw,51px); }
  .intro-copy > p { font-size: 14px; }.reason-list li { font-size: 11px; }.reason-list li > span { display: inline-block; min-width: 95px; }
  .experience-heading { grid-template-columns: 1fr; gap: 23px; }.experience-heading > p { font-size: 13px; max-width: 430px; }
  .experience-layout { grid-template-columns: 1fr; gap: 30px; margin-top: 30px; }
  .memory-visual img { min-height: 0; height: auto; border-radius: 9px; aspect-ratio: 4/3; }
  .memory-visual figcaption { flex-direction: row; gap: 10px; font-size: 8px; padding-top: 12px; }.memory-visual figcaption span:last-child { font-size: 6px; }
  .journey-card { padding: 21px 0 21px 52px; }.journey-card h3 { font-size: 19px; }.journey-card > p:last-child { font-size: 12px; }
  .journey-card::before { top: 23px; width: 31px; height: 31px; font-size: 9px; }.journey-kicker { font-size: 8px; }
  .experience-included { margin-top: 27px; padding-top: 23px; flex-direction: column; align-items: flex-start; gap: 15px; }
  .experience-included > span { font-size: 11px; }.experience-included > div { justify-content: space-between; width: 100%; gap: 15px; font-size: 10px; }
  .experience-included strong { font-size: 27px; }
  .booth-layout { grid-template-columns: 1fr; gap: 30px; }.booth-copy .headline { font-size: clamp(34px,9.5vw,52px); }
  .booth-copy > p { font-size: 13px; margin: 23px 0; }.spec-pills span { font-size: 9px; }
  .booth-visual { min-height: 0; padding: 13px; }.booth-machine { width: 100%; height: auto; }
  .product-caption { font-size: 7px; }.feature-popover { padding: 15px; min-height: 143px; }
  .hotspot { width: 36px; height: 36px; }.hot-screen { left: 68%; }
  .festival-section { padding-top: 0; }.marquee { font-size: 28px; }.marquee > div { padding-block: 16px; }
  .festival-inner { padding-top: 50px; }.festival-head { gap: 22px; }.festival-head .headline { font-size: clamp(33px,9.2vw,51px); }
  .festival-head > p { font-size: 13px; }.benefit-grid { grid-template-columns: 1fr; gap: 12px; margin-top: 28px; }
  .benefit-card { min-height: 222px; padding: 25px; }.card-symbol { margin-bottom: 23px; font-size: 26px; }
  .benefit-card h3 { font-size: 24px; }.benefit-card > p:last-child { max-width: 360px; }.card-tag { font-size: 8px; }
  .model-banner { grid-template-columns: 1fr; gap: 22px; padding: 26px; margin-top: 16px; }.model-banner .button { width: 100%; }.model-banner h3 { font-size: 27px; }
  .profit-copy .section-label { margin-bottom: 30px; }.profit-copy > p:not(.eyebrow) { font-size: 13px; }
  .model-facts { margin-top: 24px; padding-top: 21px; }.model-facts span { font-size: 8px; }.model-facts strong { font-size: 29px; }
  .profit-grid { gap: 30px; }.calculator-card { padding: 23px 19px; border-radius: 11px; }.calculator-top { font-size: 11px; }.calculator-top i { font-size: 7px; }
  .range-heading > label { font-size: 10px; }.visitor-entry { margin-top: 8px; }.visitor-entry input { font-size: 47px; width: 175px; }
  .calc-options { grid-template-columns: 1fr; gap: 12px; margin-top: 22px; }.calc-options > label:first-child { font-size: 10px; }.calc-options select { font-size: 13px; }
  .ad-toggle > span { min-height: 33px; }.cost-field { margin-top: 14px; }.cost-field > label { font-size: 10px; }
  .cost-field p { font-size: 9px; }.booth-recommendation { gap: 10px; }.booth-recommendation-copy p { font-size: 8px; }.booth-fleet { max-width: 32%; }
  .booth-recommendation-copy > strong { font-size: 20px; }.booth-recommendation-copy > span { font-size: 8px; }
  .calc-results > div { padding: 13px; }.calc-results > div > span { font-size: 9px; }.calc-results > div > strong { font-size: 27px; }
  .calc-results .calc-highlight { padding: 22px; }.calc-results .calc-highlight > strong { font-size: 51px; }.calc-highlight > span > span { font-size: 10px; }
  .calc-highlight small { font-size: 8px; }.calc-disclaimer { font-size: 9px; }.calc-cta { font-size: 10px; padding-inline: 16px; gap: 14px; }
  .brand-head { grid-template-columns: 1fr; gap: 25px; }.brand-copy p { font-size: 13px; }.brand-copy .button { font-size: 11px; }
  .takeover-stage { margin-top: 30px; padding: 23px; gap: 27px; }.takeover-copy h3 { font-size: 31px; }.takeover-copy ul { columns: 1; }
  .takeover-copy li { font-size: 10px; }.screen-network { grid-template-columns: 1fr; gap: 16px; }
  .screen-outside { width: 165px; height: 250px; margin: auto; transform: none; }.screen-content b { font-size: 47px; }
  .sync-signal { flex-direction: row; justify-content: center; }.sync-signal b { writing-mode: initial; font-size: 8px; }
  .inside-screens { width: min(100%,260px); margin: auto; }.screen-inside { height: 190px; }.screen-inside .screen-content b { font-size: 33px; }
  .screen-commercial-note { grid-template-columns: 1fr; gap: 17px; padding-top: 25px; }.screen-commercial-note h3 { font-size: 21px; }.screen-commercial-note p { font-size: 12px; }
  .cases-head { grid-template-columns: 1fr; gap: 23px; }.cases-head > p { font-size: 13px; }
  .case-grid { grid-template-columns: 1fr; gap: 15px; margin-top: 28px; }.case-card { min-height: 312px; padding: 25px; }.case-top span:first-child { font-size: 20px; }
  .case-result > strong { font-size: 73px; }.case-result > p { margin-top: 19px; }.proof-note { flex-direction: column; gap: 8px; margin-top: 21px; }
  .proof-note > p { font-size: 10px; }.faq { padding-top: 0; }.faq-grid { grid-template-columns: 1fr; gap: 25px; }.faq-intro { max-width: 340px; margin-bottom: 0; }
  .accordion-item button { font-size: 13px; padding-block: 20px; }.accordion-panel p { padding-right: 0; font-size: 12px; }
  .request-copy > p:not(.eyebrow) { font-size: 13px; }.request-copy .eyebrow { font-size: 8px; }.response-note { margin-top: 27px; }
  .form-shell { padding: 23px 19px; border-radius: 11px; }.form-intro { font-size: 19px; margin-top: 10px; }.form-intro > span { font-size: 9px; }
  .form-progress { padding-bottom: 20px; margin-bottom: 25px; }.form-progress button { font-size: 9px; gap: 5px; }.form-progress button::before { width: 20px; height: 20px; font-size: 8px; }
  .form-progress i { width: 7px; }.form-step legend { font-size: 20px; }.form-step > p { font-size: 11px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }.field { margin-bottom: 18px; }.field label { font-size: 11px; }
  .field input,.field select,.field textarea { font-size: 16px; padding: 12px; }.field input::placeholder,.field textarea::placeholder { font-size: 12px; }
  .capacity-control { grid-template-columns: 1fr; gap: 13px; }.capacity-control > div:last-child { padding: 14px; }
  .form-plan-results strong { font-size: 24px; }.inline-estimate { padding: 14px; }.form-plan-results p { padding: 10px; }
  .form-nav { flex-direction: column-reverse; align-items: stretch; gap: 6px; }.form-nav .button { width: 100%; }.back-link { align-self: flex-start; }
  .form-success h3 { font-size: 27px; }.summary-actions { gap: 0; }.summary-actions .back-link { font-size: 10px; }
  .site-footer { padding-block: 45px 110px; }.footer-top { grid-template-columns: 1fr 1fr; gap: 27px; }.footer-top > div:first-child { grid-column: 1/-1; }
  .footer-top > div:first-child { display: flex; align-items: center; justify-content: space-between; }.footer-top > div:first-child > p { margin: 0; font-size: 9px; text-align: right; }
  .footer-nav { gap: 6px; }.footer-nav a { font-size: 11px; }.footer-punch { flex-direction: column; align-items: flex-start; text-align: left; gap: 12px; }
  .footer-punch strong { font-size: 33px; }.footer-signature { padding: 30px 0 20px; gap: 18px; }.footer-signature > span { font-size: 28vw; }.footer-signature > i { font-size: 20vw; }
  .footer-bottom { flex-direction: column; align-items: flex-start; gap: 9px; }.footer-bottom > span:last-child { display: none; }.footer-bottom div { gap: 21px; }
  .legal-dialog { padding: 42px 25px 25px; }.legal-dialog h2 { font-size: 30px; }.legal-dialog p { font-size: 13px; }
  .mobile-booking { display: flex; position: fixed; left: 12px; right: 12px; bottom: max(12px,env(safe-area-inset-bottom)); z-index: 40; min-height: 58px; padding: 13px 18px; border-radius: 8px; box-shadow: 0 5px 25px #0003; background: var(--ink); color: var(--paper); justify-content: space-between; align-items: center; gap: 14px; visibility: hidden; transform: translateY(160%); transition: transform .25s, visibility .25s; }
  .mobile-booking > span { max-width: 110px; font-size: 9px; line-height: 1.6; color: #c4cbb8; }.mobile-booking strong { font-size: 11px; color: #ffad88; }
  .show-mobile-booking:not(.menu-open) .mobile-booking { visibility: visible; transform: none; }
}
@media (max-width: 360px) {
  .hero-actions { gap: 13px; }.hero-actions .button { font-size: 10px; padding-inline: 12px; }.hero-actions .text-link { font-size: 9px; }
  .proof-track > div { gap: 10px; padding-inline: 9px; }.proof-track strong { font-size: 30px; }.proof-track span { font-size: 8px; }
  .form-intro { font-size: 17px; }.form-progress button { gap: 4px; font-size: 8px; }.form-progress button::before { width: 17px; height: 17px; }
  .permission-choice { grid-template-columns: 1fr; }.experience-included > div { gap: 10px; font-size: 9px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
