@font-face { font-family: "Cabinet Grotesk"; src: url("fonts/CabinetGrotesk.ttf") format("truetype"); font-weight: 100 900; font-display: swap; }
@font-face { font-family: "Satoshi"; src: url("fonts/Satoshi.ttf") format("truetype"); font-weight: 100 900; font-display: swap; }

:root {
  --sky-50: #F0F9FF;
  --sky-100: #E0F2FE;
  --sky-200: #BAE6FD;
  --sky-400: #38BDF8;
  --sky-500: #0EA5E9;
  --sky-600: #0284C7;
  --sky-700: #0369A1;
  --ink-900: #0F2233;
  --ink-800: #16304A;
  --ink-700: #1E3A52;
  --slate-500: #64748B;
  --slate-400: #94A3B8;
  --slate-200: #E2E8F0;
  --slate-100: #F1F5F9;
  --paper: #FBFCFD;
  --white: #FFFFFF;
  --ochre: #D98324;
  --display: "Cabinet Grotesk", system-ui, sans-serif;
  --text: "Satoshi", system-ui, -apple-system, "Segoe UI", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink-900); background: var(--paper); font-family: var(--text); font-size: 17px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.dialog-open { overflow: hidden; }
body.dialog-open [data-chat-widget], body.dialog-open chat-widget { visibility: hidden !important; pointer-events: none !important; }
img { display: block; width: 100%; }
button, input, select { font: inherit; }
a { color: inherit; text-underline-offset: .2em; }
button { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); letter-spacing: -.024em; }
h1 { font-size: clamp(3.7rem, 6.4vw, 5.5rem); line-height: 1.02; }
h2 { font-size: clamp(2.8rem, 4.8vw, 4.4rem); line-height: 1.06; }
h3 { font-size: clamp(1.8rem, 3vw, 2.55rem); line-height: 1.14; }
.shell { width: min(1280px, calc(100% - 64px)); margin-inline: auto; }
.section { padding: 128px 0; }
.section--compact { padding: 60px 0; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; clip: rect(0,0,0,0); white-space: nowrap; border: 0; overflow: hidden; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 99; padding: 10px 16px; color: var(--white); background: var(--ink-900); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.eyebrow { margin-bottom: 20px; color: var(--sky-600); font-size: 12px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.lede { max-width: 620px; color: var(--slate-500); font-size: clamp(1.05rem, 1.4vw, 1.2rem); }
.button-row { display: flex; align-items: center; gap: 26px; flex-wrap: wrap; margin-top: 32px; }
.quiet-link { display: inline-flex; align-items: center; gap: 9px; padding: 0 0 4px; color: var(--ink-900); background: transparent; border: 0; border-bottom: 2px solid var(--sky-500); font-weight: 700; text-decoration: none; cursor: pointer; }
.quiet-link span { transition: transform .2s ease; }
.quiet-link:hover span { transform: translate(3px,-1px); }
.center-link { margin: 34px 0 0; text-align: center; }

.sign-button { display: inline-flex; align-items: center; gap: 18px; min-height: 54px; padding: 6px 7px 6px 24px; color: var(--white); background: var(--sky-500); border: 1px solid var(--sky-500); border-radius: 999px; font-weight: 700; text-decoration: none; cursor: pointer; transition: background .2s ease, transform .2s ease; }
.sign-button b { display: grid; place-items: center; width: 40px; height: 40px; color: var(--sky-600); background: var(--white); border-radius: 50%; font-size: 1.1rem; }
.booking-shop-sign__mark { display: none; }
.sign-button:hover { background: var(--sky-600); transform: translateY(-1px); }
.sign-button--small { min-height: 46px; padding: 5px 6px 5px 20px; color: var(--white); background: var(--ink-900); border-color: var(--ink-900); }
.sign-button--small b { width: 34px; height: 34px; color: var(--white); background: var(--sky-500); }
.sign-button--small:hover { background: var(--ink-700); }
.sign-button--yellow { color: var(--white); background: var(--sky-500); border-color: var(--sky-500); }

[data-site-header] { position: sticky; top: 0; z-index: 20; display: block; background: rgba(251,252,253,.94); border-bottom: 1px solid var(--slate-200); backdrop-filter: blur(14px); }
.site-header__bar { display: grid; grid-template-columns: 220px 1fr 220px; align-items: center; width: min(1380px, calc(100% - 48px)); min-height: 82px; margin: auto; gap: 30px; }
.brand { display: inline-flex; width: 176px; text-decoration: none; }
.brand img { width: 100%; height: auto; }
.site-nav { display: flex; justify-content: center; align-items: center; gap: 42px; }
.site-nav a { position: relative; font-weight: 600; text-decoration: none; }
.site-nav a::after { position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; content: ""; background: var(--sky-500); transition: right .2s ease; }
.site-nav a:hover::after, .site-nav a[aria-current="page"]::after { right: 0; }
.site-header__bar > .sign-button { justify-self: end; }
.nav-toggle { display: none; width: 44px; height: 44px; padding: 12px; background: var(--white); border: 1px solid var(--slate-200); border-radius: 50%; }
.nav-toggle span { display: block; height: 2px; margin: 5px 0; background: var(--ink-900); }
.awning-rule { height: 4px; background: var(--sky-500); }

.careers-hero { padding: 72px 0 0; overflow: hidden; color: var(--white); background: var(--ink-900); }
.careers-hero__grid { display: grid; grid-template-columns: minmax(0,.84fr) minmax(460px,1.16fr); align-items: center; min-height: 540px; gap: 58px; }
.careers-hero .eyebrow { color: var(--sky-200); }
.careers-hero h1 { max-width: 650px; margin-bottom: 24px; }
.careers-hero .lede { color: #D9E7F2; }
.careers-hero__art { position: relative; align-self: end; margin: 0; }
.careers-hero__art::before { position: absolute; inset: 30px -25px -18px 30px; z-index: 0; content: ""; background: var(--sky-500); border-radius: 28px; transform: rotate(2deg); }
.careers-hero__art img { position: relative; z-index: 1; aspect-ratio: 16 / 10; object-fit: cover; object-position: center; border: 6px solid var(--paper); border-radius: 22px 22px 0 0; box-shadow: 0 22px 44px rgba(0,0,0,.24); }
.careers-hero .sign-button { color: var(--ink-900); background: var(--white); border-color: var(--white); }
.careers-hero .sign-button b { color: var(--white); background: var(--sky-500); }
.careers-hero .quiet-link { color: var(--white); border-color: var(--sky-400); }
.careers-intro { padding: 78px 0; background: var(--sky-50); }
.careers-intro__grid { display: grid; grid-template-columns: 1fr .7fr; gap: 100px; align-items: end; }
.careers-intro__grid h2 { max-width: 660px; margin: 0; }
.careers-intro__grid p { margin: 0; color: var(--slate-500); font-size: 1.1rem; }
.careers-roles { background: var(--paper); }
.role-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.role-card { display: flex; flex-direction: column; min-height: 390px; padding: 28px; color: var(--ink-900); background: var(--white); border: 1px solid var(--slate-200); border-radius: 18px; box-shadow: 0 14px 28px rgba(15,34,51,.045); }
.role-card > p:first-child { margin-bottom: auto; color: var(--sky-600); font-size: .78rem; font-weight: 800; letter-spacing: .16em; }
.role-card h3 { margin: 24px 0 8px; font-size: clamp(1.55rem,2vw,2rem); }
.role-card strong { color: var(--sky-700); font-size: 1.05rem; }
.role-card span { display: block; margin: 8px 0 18px; color: var(--slate-500); font-size: .92rem; font-weight: 700; }
.role-card > p:not(:first-child) { color: var(--slate-500); font-size: .96rem; line-height: 1.5; }
.role-card small { margin: -4px 0 18px; color: var(--slate-500); font-size: .79rem; }
.role-card a { display: flex; justify-content: space-between; align-items: center; margin-top: auto; padding-top: 15px; border-top: 1px solid var(--slate-200); color: var(--ink-900); font-weight: 800; text-decoration: none; }
.role-card a b { color: var(--sky-600); font-size: 1.25rem; }
.role-card--blue { background: var(--sky-500); border-color: var(--sky-500); color: var(--white); }
.role-card--blue > p:first-child, .role-card--blue strong, .role-card--blue span, .role-card--blue > p:not(:first-child), .role-card--blue small, .role-card--blue a, .role-card--blue a b { color: inherit; }
.role-card--blue a { border-color: rgba(255,255,255,.34); }
.role-card--ochre { background: #F7E5C8; border-color: #F7E5C8; }
.role-card--ochre strong { color: #A65B10; }
.role-card--green { background: #E3F2E8; border-color: #E3F2E8; }
.role-card--green strong { color: #287142; }
.role-card--navy { color: var(--white); background: #264561; border-color: #264561; }
.role-card--navy > p:first-child, .role-card--navy strong, .role-card--navy span, .role-card--navy > p:not(:first-child), .role-card--navy small, .role-card--navy a, .role-card--navy a b { color: inherit; }
.role-card--navy a { border-color: rgba(255,255,255,.3); }
.careers-perks { padding: 96px 0; color: var(--white); background: var(--ink-900); }
.careers-perks__grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; }
.careers-perks .eyebrow { color: var(--sky-200); }
.careers-perks h2 { max-width: 500px; }
.careers-perks ul { display: grid; grid-template-columns: 1fr 1fr; gap: 0 42px; padding: 0; margin: 0; list-style: none; }
.careers-perks li { padding: 20px 0; border-top: 1px solid rgba(255,255,255,.17); }
.careers-perks li b { display: block; margin-bottom: 4px; font-family: var(--display); font-size: 1.2rem; }
.careers-perks li span { color: #BBD1E1; font-size: .95rem; }
.careers-cta { background: var(--sky-100); }
.careers-cta__inner { max-width: 760px; text-align: center; }
.careers-cta__inner h2 { margin-bottom: 16px; }
.careers-cta__inner > p:not(.eyebrow) { max-width: 570px; margin: 0 auto 28px; color: var(--slate-500); }

.home-hero { padding-top: 70px; overflow: hidden; }
.home-hero__top { display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; min-height: 480px; gap: 66px; }
.home-hero__copy h1 { max-width: 610px; margin-bottom: 24px; }
.booking-flow { position: relative; display: grid; grid-template-columns: repeat(4,1fr); align-items: end; gap: 12px; }
.booking-flow::before { position: absolute; top: 42px; left: 9%; right: 9%; height: 2px; content: ""; background: repeating-linear-gradient(90deg, var(--sky-500) 0 6px, transparent 6px 12px); }
.booking-flow__step { position: relative; display: flex; flex-direction: column; min-width: 0; min-height: 236px; padding: 17px 15px; text-align: left; background: var(--white); border: 1px solid var(--slate-200); border-radius: 14px; cursor: pointer; box-shadow: 0 10px 25px rgba(15,34,51,.06); transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease; }
.booking-flow__step:hover, .booking-flow__step.is-active { border-color: var(--sky-500); transform: translateY(-5px); box-shadow: 0 16px 34px rgba(15,34,51,.1); }
.booking-flow__number { position: relative; z-index: 1; display: grid; place-items: center; width: 34px; height: 34px; margin-bottom: 18px; color: var(--white); background: var(--sky-500); border-radius: 50%; font-weight: 700; }
.booking-flow__number--signal { background: var(--ochre); }
.booking-flow__step small { margin-bottom: 14px; color: var(--slate-500); font-size: 12px; }
.booking-flow__step > p { margin: auto 0 0; color: var(--slate-500); font-size: 12px; line-height: 1.35; }
.flow-icon { display: grid; place-items: center; width: 60px; height: 60px; margin: 8px auto; color: var(--ink-900); background: var(--sky-100); border-radius: 50%; font-size: 1.7rem; }
.flow-message { display: block; padding: 12px; color: var(--ink-900); background: var(--sky-100); border-radius: 12px 12px 12px 2px; font-size: 13px; line-height: 1.45; }
.flow-time { display: flex; justify-content: space-between; padding: 10px; color: var(--white); background: var(--sky-500); border-radius: 8px; font-size: 13px; }
.flow-time i { font-style: normal; }
.flow-check { display: grid; place-items: center; width: 66px; height: 66px; margin: 5px auto; color: var(--ink-900); background: var(--sky-100); border-radius: 50%; font-size: 2rem; }
.hero-scene { position: relative; margin: 26px 0 0; transform: perspective(1600px) rotateX(var(--hero-rx,0deg)) rotateY(var(--hero-ry,0deg)); transform-style: preserve-3d; transition: transform .25s ease-out; }
.hero-scene__art { aspect-ratio: 2.35 / 1; object-fit: cover; object-position: center 62%; background: var(--white); border: 1px solid var(--slate-200); border-radius: 18px 18px 0 0; }
.hero-scene figcaption { position: absolute; left: 32px; bottom: 28px; max-width: 380px; padding: 14px 18px; color: var(--white); background: var(--ink-900); border-radius: 10px; font-size: 14px; font-weight: 600; transform: translateZ(20px); }

.shop-note { color: var(--white); background: var(--ink-900); }
.shop-note__inner { display: flex; justify-content: space-between; align-items: center; gap: 44px; }
.shop-note p { max-width: 600px; margin: 0; font-family: var(--display); font-size: clamp(1.7rem, 2.5vw, 2.4rem); font-weight: 700; letter-spacing: -.018em; line-height: 1.15; }
.shop-note__route { display: flex; align-items: center; gap: 18px; color: var(--sky-200); font-weight: 600; }
.shop-note__route i { color: var(--sky-400); font-style: normal; }

.section-copy { display: grid; grid-template-columns: minmax(0,1.6fr) minmax(260px,.7fr); align-items: end; max-width: 1140px; margin-bottom: 58px; gap: 70px; }
.section-copy h2 { margin-bottom: 0; }
.section-copy p { margin-bottom: 6px; color: var(--slate-500); }
.section-copy--wide { max-width: 1200px; }
.workshop__scene { position: relative; max-width: 1080px; margin-left: auto; }
.workshop__scene img { aspect-ratio: 16 / 9; object-fit: cover; border: 1px solid var(--slate-200); border-radius: 18px; }
.workshop__scene p { position: absolute; left: -120px; bottom: 42px; width: 265px; margin: 0; padding: 20px 22px; color: var(--white); background: var(--ink-900); border-radius: 12px; font-family: var(--display); font-size: 1.2rem; font-weight: 700; line-height: 1.25; }
.department-tabs { display: grid; grid-template-columns: repeat(4,1fr); margin-top: 78px; border-bottom: 1px solid var(--slate-200); }
.department-tabs button { position: relative; padding: 22px 16px; color: var(--slate-500); background: transparent; border: 0; font-family: var(--display); font-size: 1.1rem; font-weight: 700; cursor: pointer; }
.department-tabs button::after { position: absolute; left: 0; right: 100%; bottom: -1px; height: 3px; content: ""; background: var(--sky-500); transition: right .25s ease; }
.department-tabs button[aria-selected="true"] { color: var(--ink-900); }
.department-tabs button[aria-selected="true"]::after { right: 0; }
.product-window { display: grid; grid-template-columns: .8fr 1.2fr; min-height: 500px; background: var(--white); border-bottom: 1px solid var(--slate-200); }
.product-window__copy { padding: 60px 46px 50px 0; }
.product-window__copy > p { margin-bottom: 8px; color: var(--sky-600); font-size: 12px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.product-window__copy h3 { margin-bottom: 28px; }
.product-window__links { border-top: 1px solid var(--slate-200); }
.product-window__links a { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 15px 2px; border-bottom: 1px solid var(--slate-200); font-weight: 700; text-decoration: none; }
.product-window__links a b { color: var(--sky-500); }
.product-window__poster { position: relative; display: block; overflow: hidden; text-decoration: none; }
.product-window__poster img { height: 100%; min-height: 500px; object-fit: cover; border-radius: 16px; transition: transform .4s ease; }
.product-window__poster:hover img { transform: scale(1.015); }
.product-window__poster span { position: absolute; right: 18px; bottom: 18px; display: flex; align-items: center; gap: 28px; padding: 11px 14px 11px 18px; color: var(--white); background: var(--ink-900); border-radius: 999px; font-size: 14px; font-weight: 700; }
.product-window__poster span b { color: var(--sky-400); }

.story { background: var(--sky-50); border-block: 1px solid var(--slate-200); }
.story__grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 90px; }
.story__copy h2 { margin-bottom: 24px; }
.story__copy > p:not(.story__number) { max-width: 520px; color: var(--slate-500); }
.story__number { margin-bottom: 22px; color: var(--sky-600); font-size: 12px; font-weight: 700; letter-spacing: .2em; }
.story__steps { margin: 34px 0; padding: 0; list-style: none; border-top: 1px solid var(--slate-200); }
.story__steps li { display: grid; grid-template-columns: 38px 1fr; align-items: center; gap: 14px; padding: 16px 0; border-bottom: 1px solid var(--slate-200); }
.story__steps li > span { color: var(--sky-500); font-weight: 700; }
.story__steps p { margin: 0; }
.story__steps strong { display: block; color: var(--ink-900); }
.video-card { position: relative; display: block; width: 100%; padding: 0; overflow: hidden; background: var(--white); border: 1px solid var(--slate-200); border-radius: 18px; cursor: pointer; }
.video-card img { aspect-ratio: 16 / 10; object-fit: cover; transition: transform .4s ease; }
.video-card:hover img { transform: scale(1.015); }
.play-mark { position: absolute; top: 50%; left: 50%; display: grid; place-items: center; width: 76px; height: 76px; padding-left: 5px; color: var(--white); background: var(--sky-500); border: 7px solid rgba(255,255,255,.9); border-radius: 50%; font-size: 1.3rem; transform: translate(-50%,-50%); transition: transform .2s ease; }
.video-card:hover .play-mark { transform: translate(-50%,-50%) scale(1.05); }
.video-card__label { position: absolute; left: 18px; bottom: 18px; padding: 9px 14px; color: var(--white); background: var(--ink-900); border-radius: 999px; font-size: 13px; font-weight: 700; }

.street-scene { position: relative; }
.street-scene img { aspect-ratio: 2 / 1; object-fit: cover; border: 1px solid var(--slate-200); border-radius: 18px; }
.street-scene__label { position: absolute; left: 22px; bottom: 22px; padding: 9px 14px; color: var(--white); background: var(--ink-900); border-radius: 999px; font-size: 14px; font-weight: 700; }
.industry-tabs { display: grid; grid-template-columns: repeat(4,1fr); margin-top: 30px; border-bottom: 1px solid var(--slate-200); }
.industry-tabs button { position: relative; min-height: 64px; padding: 12px; color: var(--slate-500); background: transparent; border: 0; font-weight: 700; cursor: pointer; }
.industry-tabs button::after { position: absolute; left: 0; right: 100%; bottom: -1px; height: 3px; content: ""; background: var(--sky-500); }
.industry-tabs button[aria-selected="true"] { color: var(--ink-900); }
.industry-tabs button[aria-selected="true"]::after { right: 0; }
.industry-answer { display: grid; grid-template-columns: .9fr 1.6fr auto; align-items: center; gap: 28px; padding: 28px 0; }
.industry-answer p { margin: 0; color: var(--slate-500); }
.industry-answer > div { display: flex; gap: 8px; flex-wrap: wrap; }
.industry-answer span { padding: 6px 10px; color: var(--sky-700); background: var(--sky-100); border-radius: 999px; font-size: 13px; font-weight: 700; }
.industry-answer a { color: var(--sky-600); font-weight: 700; }

.price-home { padding: 110px 0; color: var(--white); background: var(--ink-900); }
.price-home__grid { display: grid; grid-template-columns: .52fr 1.48fr; align-items: center; gap: 90px; }
.price-home__mascot img { width: 220px; max-height: 280px; margin: auto; object-fit: contain; }
.price-home__offer { max-width: 800px; }
.price-home__offer .eyebrow { color: var(--sky-400); }
.price-home__offer h2 { margin-bottom: 20px; font-size: 1.45rem; letter-spacing: -.01em; }
.price-home__offer h2 span { color: var(--ochre); font-size: clamp(5.6rem, 9vw, 8rem); letter-spacing: -.055em; }
.price-home__offer > p { max-width: 620px; color: var(--slate-400); }
.price-home__offer > small { display: block; margin-top: 26px; color: var(--slate-400); }
.tick-list { padding: 0; list-style: none; }
.tick-list--columns { display: grid; grid-template-columns: repeat(2,1fr); gap: 11px 24px; max-width: 700px; margin: 30px 0; }
.tick-list li { position: relative; padding-left: 25px; font-weight: 600; }
.tick-list li::before { position: absolute; left: 0; content: "✓"; color: var(--sky-400); font-weight: 800; }
.price-home .quiet-link { color: var(--white); }
.last-stop { padding-top: 96px; color: var(--white); background: var(--sky-500); overflow: hidden; }
.last-stop__inner { display: grid; grid-template-columns: 1fr 260px; align-items: end; min-height: 450px; gap: 70px; }
.last-stop__inner > div { padding-bottom: 92px; }
.last-stop__inner > div > p { margin-bottom: 16px; font-size: 12px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.last-stop h2 { max-width: 790px; margin-bottom: 34px; }
.last-stop img { width: 190px; max-height: 270px; margin: 0 auto 84px; object-fit: contain; }
.last-stop .sign-button { color: var(--ink-900); background: var(--white); border-color: var(--white); }
.last-stop .sign-button b { color: var(--white); background: var(--ink-900); }

[data-site-footer] { display: block; color: var(--white); background: var(--ink-900); }
[data-site-footer] .awning-rule { background: var(--sky-500); }
.site-footer__grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr; padding-block: 68px; gap: 50px; }
.brand--footer { width: 190px; }
.site-footer__grid p { color: var(--slate-400); }
.site-footer__grid nav { display: grid; gap: 8px; align-content: start; }
.site-footer__grid nav a, .site-footer__contact a { font-weight: 600; }
.site-footer__contact { text-align: right; }

.page-hero, .pricing-hero, .about-hero, .product-hero { padding-top: 74px; }
.page-hero__grid, .pricing-hero__grid, .about-hero__grid, .product-hero__grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; min-height: 610px; gap: 80px; }
.page-hero__copy h1, .pricing-hero__copy h1, .about-hero__copy h1, .product-hero__copy h1 { max-width: 760px; margin-bottom: 25px; }
.page-hero__copy > p:not(.eyebrow), .about-hero__copy > p:not(.eyebrow), .product-hero__copy > p:not(.eyebrow):not(.product-hero__back) { max-width: 610px; color: var(--slate-500); }
.page-hero__copy .sign-button, .pricing-hero__copy .sign-button, .about-hero__copy .sign-button, .product-hero__copy .sign-button { margin-top: 20px; }
.page-hero__image { margin: 0; }
.page-hero__image img { aspect-ratio: 16 / 10; object-fit: cover; border: 1px solid var(--slate-200); border-radius: 18px; }
.page-hero__copy--center { max-width: 940px; margin: 0 auto 54px; text-align: center; }
.page-hero__copy--center h1, .page-hero__copy--center > p { margin-inline: auto; }
.industry-panorama { margin: 0 auto 72px; }
.industry-panorama img { aspect-ratio: 2 / 1; object-fit: cover; border: 1px solid var(--slate-200); border-radius: 18px; }

.catalog-department { display: grid; grid-template-columns: .9fr 1.1fr; min-height: 560px; margin-bottom: 105px; border-top: 1px solid var(--slate-200); }
.catalog-department--flip .catalog-department__poster { order: 2; }
.catalog-department__poster { position: relative; min-height: 100%; overflow: hidden; }
.catalog-department__poster img { height: 100%; min-height: 560px; object-fit: cover; border-radius: 0 0 16px 16px; }
.catalog-department__poster > span { position: absolute; top: 18px; left: 18px; color: var(--sky-600); font-family: var(--display); font-weight: 700; }
.catalog-department__copy { padding: 56px 52px; background: var(--white); }
.catalog-department__copy > p:first-child { margin-bottom: 7px; color: var(--sky-600); font-size: 12px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.catalog-department__copy h2 { margin-bottom: 18px; }
.catalog-department__copy > p { max-width: 540px; color: var(--slate-500); }
.catalog-links { margin-top: 30px; border-top: 1px solid var(--slate-200); }
.catalog-links a { display: grid; grid-template-columns: 1fr auto; align-items: center; padding: 14px 0; border-bottom: 1px solid var(--slate-200); text-decoration: none; }
.catalog-links strong, .catalog-links small { display: block; }
.catalog-links small { max-width: 560px; margin-top: 2px; color: var(--slate-500); }
.catalog-links b { color: var(--sky-500); }

.plain-cta { color: var(--white); background: var(--ink-900); }
.plain-cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.plain-cta p { max-width: 720px; margin: 0; }
.plain-cta strong { color: var(--sky-400); }

.pricing-hero__grid { grid-template-columns: .95fr 1.05fr; }
.big-price { display: flex; align-items: flex-end; gap: 14px; margin-bottom: 14px; }
.big-price strong { color: var(--ochre); font-family: var(--display); font-size: clamp(6.5rem, 11vw, 10rem); letter-spacing: -.06em; line-height: .76; }
.big-price span { margin-bottom: 4px; font-weight: 700; }
.pricing-hero__copy > p:not(.eyebrow) { color: var(--slate-500); }
.pricing-hero__visual { position: relative; display: grid; place-items: center; min-height: 520px; background: var(--sky-50); border-radius: 18px; }
.pricing-hero__visual img { width: 210px; max-height: 280px; object-fit: contain; }
.price-sign { position: absolute; top: 26px; right: 26px; width: 255px; padding: 20px; color: var(--white); background: var(--ink-900); border-radius: 12px; }
.price-sign span { color: var(--sky-400); font-size: 12px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.price-sign strong { display: block; margin-top: 7px; font-family: var(--display); font-size: 1.8rem; line-height: 1.1; }
.plan-shelves__grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--slate-200); border-bottom: 1px solid var(--slate-200); }
.plan-shelves__grid article { min-height: 340px; padding: 34px 28px; border-right: 1px solid var(--slate-200); }
.plan-shelves__grid article:last-child { border-right: 0; }
.plan-shelves__grid article:nth-child(2) { background: var(--sky-50); }
.plan-shelves__grid article > p { color: var(--sky-600); font-size: 12px; font-weight: 700; }
.plan-shelves__grid h3 { min-height: 76px; margin-bottom: 22px; font-size: 2rem; }
.plan-shelves__grid ul { margin: 0; padding-left: 18px; color: var(--slate-500); }
.plan-shelves__grid li { margin-bottom: 8px; }
.plan-note { max-width: 760px; margin: 32px 0 0 auto; color: var(--slate-500); text-align: right; }
.faq { border-top: 1px solid var(--slate-200); }
.faq__grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; }
.faq__intro p { color: var(--slate-500); }
.accordion { border-top: 1px solid var(--slate-200); }
.accordion__item { border-bottom: 1px solid var(--slate-200); }
.accordion__item > button { display: grid; grid-template-columns: 1fr auto; width: 100%; padding: 23px 0; text-align: left; background: transparent; border: 0; font-family: var(--display); font-size: 1.3rem; font-weight: 700; cursor: pointer; }
.accordion__item > button span { color: var(--sky-500); }
.accordion__answer { padding: 0 52px 22px 0; color: var(--slate-500); }

.industry-directory { padding-top: 105px; }
.industry-band { display: grid; grid-template-columns: 100px 1fr 60px; align-items: center; min-height: 305px; padding: 42px 34px; border-top: 1px solid var(--slate-200); gap: 36px; }
.industry-band:last-child { border-bottom: 1px solid var(--slate-200); }
.industry-band--blue, .industry-band--coral, .industry-band--green, .industry-band--yellow { background: var(--paper); }
.industry-band:nth-child(even) { background: var(--sky-50); }
.industry-band__number { align-self: start; color: var(--sky-600); font-family: var(--display); font-weight: 700; }
.industry-band__copy { display: grid; grid-template-columns: .7fr 1fr; align-items: start; gap: 28px 65px; }
.industry-band h2 { margin: 0; }
.industry-band__copy > p { max-width: 560px; margin: 10px 0 0; color: var(--slate-500); }
.industry-band__copy > div { grid-column: 1 / -1; display: flex; flex-wrap: wrap; gap: 8px; }
.industry-band__copy span { padding: 7px 11px; color: var(--sky-700); background: var(--white); border: 1px solid var(--sky-200); border-radius: 999px; font-size: 13px; font-weight: 700; }
.circle-link { display: grid; place-items: center; width: 54px; height: 54px; color: var(--white); background: var(--sky-500); border: 0; border-radius: 50%; cursor: pointer; transition: background .2s ease; }
.circle-link:hover { background: var(--sky-600); }

.about-hero__grid { grid-template-columns: 1.15fr .55fr; }
.about-hero__stede { display: grid; place-items: center; min-height: 440px; background: var(--sky-50); border-radius: 18px; }
.about-hero__stede img { width: 180px; max-height: 230px; object-fit: contain; }
.manifesto { background: var(--sky-50); border-block: 1px solid var(--slate-200); }
.manifesto__grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.manifesto__copy { max-width: 700px; color: var(--slate-500); font-size: 1.12rem; }
.manifesto__copy p:last-child { margin-bottom: 0; }
.brand-world__board img { border: 1px solid var(--slate-200); border-radius: 18px; }

.product-hero__grid { grid-template-columns: 1fr .85fr; }
.product-hero__back { margin-bottom: 20px; color: var(--sky-600); font-weight: 700; }
.product-hero__stede { overflow: hidden; border-radius: 18px; }
.product-hero__stede img { min-height: 500px; object-fit: cover; }
.product-demo { background: var(--sky-50); border-block: 1px solid var(--slate-200); }
.product-demo__grid { display: grid; grid-template-columns: .7fr 1.3fr; align-items: center; gap: 80px; }
.product-demo__intro > p:first-child { color: var(--sky-600); font-size: 12px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.product-demo__intro h2 { margin-bottom: 24px; }
.product-demo__intro > p:last-child { color: var(--slate-500); }
.product-details__grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.product-details__heading p { max-width: 420px; color: var(--slate-500); }
.feature-ledger { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--slate-200); }
.feature-ledger li { display: grid; grid-template-columns: 60px 1fr; align-items: center; min-height: 112px; border-bottom: 1px solid var(--slate-200); }
.feature-ledger li span { color: var(--sky-600); font-weight: 700; }
.feature-ledger li strong { font-family: var(--display); font-size: clamp(1.45rem,2.2vw,2.1rem); line-height: 1.15; }
.product-plan { color: var(--white); background: var(--ink-900); }
.product-plan__inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.product-plan p { margin-bottom: 4px; color: var(--sky-400); font-weight: 700; }
.product-plan h2 { margin-bottom: 2px; color: var(--ochre); font-size: 4rem; }
.product-plan h2 span { color: var(--white); font-family: var(--text); font-size: 1rem; letter-spacing: 0; }
.related { padding-bottom: 110px; }
.related__links { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--slate-200); border-bottom: 1px solid var(--slate-200); }
.related__links a { display: flex; justify-content: space-between; align-items: center; min-height: 118px; padding: 23px; border-right: 1px solid var(--slate-200); font-family: var(--display); font-size: 1.4rem; font-weight: 700; line-height: 1.15; text-decoration: none; }
.related__links a:last-child { border-right: 0; }
.related__links b { color: var(--sky-500); }

dialog { width: min(880px, calc(100% - 36px)); max-height: calc(100vh - 36px); padding: 0; color: var(--ink-900); background: var(--white); border: 0; border-radius: 18px; box-shadow: 0 28px 90px rgba(15,34,51,.28); overflow: auto; }
dialog::backdrop { background: rgba(15,34,51,.72); backdrop-filter: blur(4px); }
.dialog-close { position: absolute; top: 14px; right: 14px; z-index: 3; display: grid; place-items: center; width: 40px; height: 40px; background: var(--white); border: 1px solid var(--slate-200); border-radius: 50%; font-size: 1.35rem; cursor: pointer; }
.contact-dialog__layout { display: grid; grid-template-columns: .55fr 1.45fr; min-height: 600px; }
.contact-dialog__stede { display: grid; place-items: center; padding: 38px; background: var(--sky-500); }
.contact-dialog__stede img { width: 150px; }
.contact-dialog__form { padding: 56px 52px; }
.contact-dialog__form > p { margin-bottom: 7px; color: var(--sky-600); font-size: 12px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.contact-dialog__form h2 { margin-bottom: 28px; font-size: 3rem; }
.contact-dialog form { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-dialog label { display: grid; gap: 6px; font-size: 13px; font-weight: 700; }
.contact-dialog label:nth-child(4), .contact-dialog form .sign-button, .contact-dialog form small { grid-column: 1 / -1; }
.contact-dialog input, .contact-dialog select { width: 100%; min-height: 48px; padding: 9px 11px; color: var(--ink-900); background: var(--paper); border: 1px solid var(--slate-200); border-radius: 8px; }
.contact-dialog input:focus, .contact-dialog select:focus { outline: 2px solid var(--sky-500); outline-offset: 1px; }
.contact-dialog form .sign-button { width: max-content; margin-top: 8px; }
.contact-dialog form small { color: var(--slate-500); }
.contact-success { padding-top: 36px; }
.contact-success h3 { margin-bottom: 16px; }
.contact-success a { color: var(--sky-600); font-weight: 700; }
.booking-dialog { width: min(1180px, calc(100% - 30px)); height: min(820px, calc(100vh - 30px)); overflow: hidden; border-radius: 24px 6px 24px 6px; }
.booking-dialog .dialog-close { color: var(--ink-900); background: var(--white); border: 0; box-shadow: 0 8px 24px rgba(15,34,51,.18); }
.booking-dialog__layout { display: grid; grid-template-columns: minmax(250px,.55fr) minmax(0,1.45fr); height: 100%; min-height: 620px; }
.booking-dialog__intro { display: flex; flex-direction: column; padding: 58px 34px 34px; color: var(--white); background: var(--ink-900); }
.booking-dialog__intro img { width: min(210px,80%); height: auto; margin-bottom: auto; }
.booking-dialog__intro > p { margin: 70px 0 10px; color: var(--sky-200); font-size: .75rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.booking-dialog__intro h2 { max-width: 300px; margin-bottom: 18px; font-size: clamp(2.3rem,3.2vw,3.8rem); line-height: .96; }
.booking-dialog__intro small { max-width: 280px; color: var(--sky-100); font-size: .94rem; line-height: 1.5; }
.booking-dialog__intro a { display: inline-flex; align-items: center; gap: 9px; width: fit-content; margin-top: 30px; padding-bottom: 4px; color: var(--white); border-bottom: 2px solid var(--sky-400); font-size: .88rem; font-weight: 700; text-decoration: none; }
.booking-dialog__calendar { min-width: 0; height: 100%; background: var(--white); }
.booking-dialog__calendar iframe { display: block; width: 100%; height: 100%; min-height: 720px; border: 0; }
.video-dialog { width: min(760px, calc(100% - 36px)); }
.video-dialog__screen { display: grid; place-items: center; min-height: 500px; padding: 70px; color: var(--white); text-align: center; background: var(--ink-900); }
.video-dialog__screen .play-mark { position: static; margin-bottom: 36px; transform: none; }
.video-dialog__screen > p { margin-bottom: 7px; color: var(--sky-400); font-size: 12px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.video-dialog__screen h2 { max-width: 600px; margin-bottom: 12px; }
.video-dialog__screen small { color: var(--slate-400); }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(20px); transition: opacity .6s ease, transform .6s ease; }
.js .reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1040px) {
  .shell { width: min(100% - 40px, 820px); }
  .section { padding: 96px 0; }
  .site-header__bar { grid-template-columns: 1fr auto auto; }
  .nav-toggle { display: block; order: 2; }
  .site-nav { position: absolute; top: 82px; left: 20px; right: 20px; display: none; align-items: stretch; padding: 14px 20px; background: var(--white); border: 1px solid var(--slate-200); border-radius: 14px; box-shadow: 0 18px 45px rgba(15,34,51,.12); }
  .site-nav.is-open { display: grid; }
  .site-nav a { padding: 11px 2px; border-bottom: 1px solid var(--slate-200); }
  .home-hero__top, .page-hero__grid, .pricing-hero__grid, .about-hero__grid, .product-hero__grid { grid-template-columns: 1fr; }
  .home-hero__top { padding-bottom: 55px; }
  .home-hero__copy { padding-top: 20px; }
  .booking-flow { margin-top: 20px; }
  .hero-scene { margin-top: 0; }
  .shop-note__inner, .plain-cta__inner, .product-plan__inner { align-items: flex-start; flex-direction: column; }
  .section-copy { display: block; }
  .section-copy h2 { margin-bottom: 20px; }
  .workshop__scene p { left: 20px; bottom: 20px; }
  .product-window, .story__grid, .product-demo__grid, .product-details__grid, .manifesto__grid, .faq__grid { grid-template-columns: 1fr; }
  .product-window__copy { padding-right: 0; }
  .story__grid, .product-demo__grid, .product-details__grid, .manifesto__grid, .faq__grid { gap: 54px; }
  .industry-answer { grid-template-columns: 1fr; }
  .price-home__grid { grid-template-columns: .4fr 1.6fr; gap: 55px; }
  .last-stop__inner { grid-template-columns: 1fr 180px; }
  .page-hero__grid, .pricing-hero__grid, .about-hero__grid, .product-hero__grid { padding: 35px 0 65px; }
  .page-hero__image { margin-top: 15px; }
  .pricing-hero__visual { min-height: 460px; }
  .plan-shelves__grid { grid-template-columns: 1fr 1fr; }
  .plan-shelves__grid article:nth-child(2) { border-right: 0; }
  .plan-shelves__grid article:nth-child(-n+2) { border-bottom: 1px solid var(--slate-200); }
  .catalog-department { grid-template-columns: 1fr; }
  .catalog-department--flip .catalog-department__poster { order: 0; }
  .catalog-department__poster img { min-height: 410px; }
  .industry-band { grid-template-columns: 60px 1fr 60px; }
  .industry-band__copy { grid-template-columns: 1fr; gap: 12px; }
  .industry-band__copy > div { grid-column: 1; }
  .related__links { grid-template-columns: 1fr; }
  .related__links a { border-right: 0; border-bottom: 1px solid var(--slate-200); }
  .related__links a:last-child { border-bottom: 0; }
}

@media (max-width: 680px) {
  body { font-size: 16px; }
  h1 { font-size: clamp(3.25rem, 16vw, 4.7rem); }
  h2 { font-size: clamp(2.55rem, 12vw, 3.8rem); }
  .shell { width: min(100% - 28px, 560px); }
  .section { padding: 78px 0; }
  .section--compact { padding: 48px 0; }
  .site-header__bar { grid-template-columns: 1fr auto; width: calc(100% - 28px); min-height: 70px; }
  .brand { width: 150px; }
  .site-header__bar > .sign-button { display: none; }
  .nav-toggle { order: initial; }
  .site-nav { top: 70px; left: 14px; right: 14px; }
  .home-hero { padding-top: 42px; }
  .home-hero > .shell { display: flex; flex-direction: column; }
  .home-hero__top { display: contents; }
  .home-hero__copy { order: 1; }
  .home-hero__copy h1 { font-size: clamp(3.35rem, 16vw, 4.5rem); }
  .button-row { align-items: flex-start; flex-direction: column; }
  .booking-flow { order: 3; display: flex; margin: 34px -14px 0; padding: 10px 14px 22px; gap: 12px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .booking-flow::-webkit-scrollbar { display: none; }
  .booking-flow::before { display: none; }
  .booking-flow__step { flex: 0 0 76vw; min-height: 220px; scroll-snap-align: center; }
  .booking-flow__step:first-child { margin-left: 0; }
  .hero-scene { order: 2; margin-top: 42px; }
  .hero-scene__art { aspect-ratio: 4 / 3; object-position: 52% center; border-radius: 14px 14px 0 0; }
  .hero-scene figcaption { left: 12px; right: 12px; bottom: 12px; max-width: none; }
  .shop-note__inner { display: block; }
  .shop-note__route { display: grid; grid-template-columns: 1fr auto 1fr; margin-top: 28px; font-size: 14px; }
  .section-copy { margin-bottom: 40px; }
  .workshop__scene img, .street-scene img, .industry-panorama img { aspect-ratio: 4 / 3; }
  .workshop__scene p { position: static; width: auto; margin-top: 14px; color: var(--ink-900); background: transparent; padding: 0; }
  .department-tabs, .industry-tabs { display: flex; margin-right: -14px; padding-right: 14px; overflow-x: auto; }
  .department-tabs button, .industry-tabs button { flex: 0 0 auto; min-width: 150px; }
  .product-window__copy { padding: 42px 0 30px; }
  .product-window__poster img { min-height: 290px; }
  .story__grid { gap: 42px; }
  .play-mark { width: 64px; height: 64px; }
  .industry-answer { padding: 24px 0; }
  .price-home__grid { grid-template-columns: 1fr; }
  .price-home__mascot { display: none; }
  .tick-list--columns { grid-template-columns: 1fr; }
  .last-stop { padding-top: 74px; }
  .last-stop__inner { grid-template-columns: 1fr; min-height: 0; }
  .last-stop__inner > div { padding-bottom: 30px; }
  .last-stop img { width: 110px; margin: 0 auto 62px; }
  .site-footer__grid { grid-template-columns: 1fr; padding-block: 52px; gap: 28px; }
  .site-footer__contact { text-align: left; }
  .page-hero, .pricing-hero, .about-hero, .product-hero { padding-top: 28px; }
  .page-hero__grid, .pricing-hero__grid, .about-hero__grid, .product-hero__grid { min-height: 0; gap: 35px; }
  .page-hero__copy--center { margin-bottom: 38px; }
  .industry-panorama { margin-bottom: 52px; }
  .catalog-department { margin-bottom: 68px; }
  .catalog-department__poster img { min-height: 270px; }
  .catalog-department__copy { padding: 40px 0; }
  .catalog-links small { display: none; }
  .pricing-hero__visual { min-height: 390px; }
  .price-sign { top: 18px; right: 18px; width: 220px; }
  .plan-shelves__grid { grid-template-columns: 1fr; }
  .plan-shelves__grid article { min-height: 0; border-right: 0; border-bottom: 1px solid var(--slate-200); }
  .plan-shelves__grid h3 { min-height: 0; }
  .plan-note { text-align: left; }
  .faq__grid { gap: 30px; }
  .industry-directory { padding-top: 68px; }
  .industry-band { grid-template-columns: 1fr auto; padding: 27px 0; gap: 20px; }
  .industry-band__number { grid-column: 1 / -1; }
  .industry-band__copy { grid-column: 1 / -1; }
  .circle-link { grid-column: 2; grid-row: 1; }
  .about-hero__stede { min-height: 310px; }
  .about-hero__stede img { width: 130px; }
  .manifesto__grid { gap: 28px; }
  .brand-world__board img { min-height: 330px; object-fit: cover; }
  .product-hero__stede img { min-height: 300px; }
  .product-demo__grid { gap: 40px; }
  .feature-ledger li { min-height: 94px; }
  .contact-dialog__layout { grid-template-columns: 1fr; }
  .contact-dialog__stede { display: none; }
  .contact-dialog__form { padding: 52px 22px 30px; }
  .contact-dialog__form h2 { font-size: 2.5rem; }
  .contact-dialog form { grid-template-columns: 1fr; }
  .contact-dialog label:nth-child(4), .contact-dialog form .sign-button, .contact-dialog form small { grid-column: 1; }
  .booking-dialog { width: calc(100% - 16px); height: calc(100vh - 16px); max-height: calc(100vh - 16px); border-radius: 18px 4px 18px 4px; }
  .booking-dialog__layout { grid-template-columns: 1fr; grid-template-rows: auto 1fr; min-height: 100%; }
  .booking-dialog__intro { display: grid; grid-template-columns: 1fr auto; padding: 24px 58px 22px 22px; gap: 4px 18px; }
  .booking-dialog__intro img { width: 132px; margin: 0 0 14px; }
  .booking-dialog__intro > p { grid-column: 1 / -1; margin: 0 0 5px; }
  .booking-dialog__intro h2 { grid-column: 1 / -1; max-width: 520px; margin: 0; font-size: 2.15rem; }
  .booking-dialog__intro small { display: none; }
  .booking-dialog__intro a { grid-column: 1 / -1; margin-top: 12px; font-size: .8rem; }
  .booking-dialog__calendar iframe { min-height: 620px; }
  .video-dialog__screen { min-height: 420px; padding: 54px 22px; }
}

/* Mobile-first composition layer: the phone experience leads. Wider layouts expand from here. */
@media (max-width: 767px) {
  html { scroll-padding-top: 76px; }
  body { font-size: 16px; line-height: 1.55; overflow-x: hidden; }
  .shell { width: min(100% - 32px, 560px); }
  .section { padding: 72px 0; }
  .section--compact { padding: 48px 0; }
  h1 { font-size: clamp(2.75rem, 13vw, 4rem); line-height: .98; letter-spacing: -.04em; }
  h2 { font-size: clamp(2.2rem, 10vw, 3rem); line-height: 1.02; }
  h3 { font-size: clamp(1.55rem, 7vw, 2rem); }
  .lede { font-size: 1rem; line-height: 1.5; }
  .eyebrow { margin-bottom: 12px; font-size: 10px; letter-spacing: .16em; }
  .site-header__bar { grid-template-columns: 1fr auto; width: min(100% - 28px, 560px); min-height: 68px; gap: 12px; }
  .brand { width: 145px; }
  .site-header__bar > .sign-button { display: none; }
  .nav-toggle { display: block; justify-self: end; }
  .site-nav { top: 62px; left: 14px; right: 14px; z-index: 2; max-height: calc(100dvh - 82px); overflow-y: auto; padding: 10px 18px 18px; border-radius: 12px; }
  .site-nav a, .nav-item__toggle { min-height: 48px; font-size: 1rem; }
  .site-nav a::after { display: none; }
  .nav-dropdown { position: static; width: 100%; margin: 2px 0 10px; box-shadow: none; }
  .nav-dropdown__lead { min-height: 0; }
  .button-row { align-items: stretch; gap: 14px; margin-top: 24px; }
  .sign-button { justify-content: space-between; width: 100%; min-height: 54px; padding-left: 20px; }
  .quiet-link { justify-content: space-between; width: 100%; min-height: 46px; }
  .home-hero { padding-top: 0; }
  .home-hero__stage, .home-hero > .shell.home-hero__stage { min-height: 744px; padding-block: 0; }
  .home-hero__copy { top: auto; bottom: 150px; left: 16px; width: calc(100% - 32px); padding: 0; }
  .home-hero__copy h1 { max-width: 350px; margin-bottom: 16px; font-size: clamp(3rem, 14vw, 4.15rem); }
  .home-hero .lede { max-width: 328px; font-size: .98rem; }
  .home-hero .button-row { display: grid; grid-template-columns: 1fr; width: min(280px, 100%); gap: 10px; }
  .home-hero .sign-button, .home-hero .quiet-link { width: 100%; }
  .home-hero .booking-flow { right: 16px; bottom: 16px; left: 16px; grid-template-columns: 1fr 1fr; gap: 7px; }
  .home-hero .booking-flow__step { min-height: 64px; padding: 8px; gap: 7px; border-radius: 10px; }
  .home-hero .booking-flow__step:nth-child(n) { transform: none; }
  .home-hero .booking-flow__step small { margin: 0; font-size: .68rem; line-height: 1.2; }
  .home-hero .booking-flow__step strong { font-size: .73rem; line-height: 1.2; }
  .home-hero .booking-flow__number { flex: 0 0 28px; width: 28px; height: 28px; margin: 0; }
  .section-copy, .careers-intro__grid { display: block; margin-bottom: 34px; }
  .section-copy h2, .careers-intro__grid h2 { margin-bottom: 16px; }
  .section-copy p, .careers-intro__grid p { max-width: 37ch; }
  .workshop__scene p { position: static; width: auto; margin: 12px 0 0; padding: 16px; border-radius: 10px; font-size: 1rem; }
  .department-tabs { display: flex; margin-top: 34px; overflow-x: auto; border: 0; scroll-snap-type: x mandatory; }
  .department-tabs button { flex: 0 0 78%; min-height: 54px; padding: 14px; border: 1px solid var(--slate-200); border-radius: 10px; scroll-snap-align: start; }
  .product-window { display: flex; flex-direction: column; min-height: 0; margin-top: 0; border-radius: 12px; }
  .product-window__copy { order: 2; padding: 30px 22px; }
  .product-window__poster { order: 1; }
  .product-window__poster img { min-height: 0; aspect-ratio: 4 / 3; object-position: center; }
  .product-window__poster span { right: 10px; bottom: 10px; gap: 12px; padding: 9px 12px; font-size: 12px; }
  .product-window__links a { min-height: 50px; padding: 13px 0; }
  .page-hero, .pricing-hero, .about-hero { overflow: hidden; }
  .page-hero__grid, .pricing-hero__grid, .about-hero__grid, .product-hero__grid { gap: 28px; padding-block: 48px; }
  .page-hero__copy, .pricing-hero__copy, .about-hero__copy, .product-hero__copy { order: 1; }
  .page-hero__image, .about-hero__stede, .product-hero__stede { order: 2; margin: 0; }
  .careers-hero { padding-top: 38px; }
  .careers-hero__grid { width: min(100% - 32px, 560px); gap: 28px; }
  .careers-hero__copy .button-row { display: grid; grid-template-columns: 1fr; }
  .careers-hero__art img { aspect-ratio: 4 / 3; }
  .role-grid { grid-template-columns: 1fr; }
  .role-card { min-height: 0; padding: 24px; }
  .role-card > p:first-child { margin-bottom: 24px; }
  .careers-perks__grid, .careers-perks ul { grid-template-columns: 1fr; gap: 0; }
  .booking-dialog { width: calc(100% - 16px); height: calc(100dvh - 16px); max-height: none; border-radius: 12px; }
  .booking-dialog__intro { min-height: 64px; padding: 12px 48px 12px 16px; }
  .booking-dialog__calendar iframe { min-height: calc(100dvh - 80px); }
  .site-footer__grid { display: grid; gap: 34px; padding-block: 46px; }
  .site-footer__grid nav { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
  .mobile-booking-dock { position: fixed; right: 12px; bottom: 12px; left: 12px; z-index: 18; display: grid; grid-template-columns: 1fr auto; align-items: center; min-height: 66px; padding: 8px 8px 8px 16px; color: var(--ink-900); background: rgba(255,255,255,.96); border: 1px solid var(--sky-200); border-radius: 14px; box-shadow: 0 15px 38px rgba(15,34,51,.18); backdrop-filter: blur(12px); }
  .mobile-booking-dock > span { font-size: .77rem; font-weight: 800; line-height: 1.2; }
  .mobile-booking-dock .sign-button { width: auto; min-height: 48px; padding-left: 16px; font-size: .88rem; }
  .mobile-booking-dock .sign-button b { width: 34px; height: 34px; }
  body[data-page="home"] .site-footer { padding-bottom: 94px; }
}

@media (min-width: 768px) { .mobile-booking-dock { display: none; } }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  .hero-scene { transform: none; }
}

/* Heystede High Street, colourful edition */
body { background: var(--sky-50); }
.shell { width: min(1320px, calc(100% - 56px)); }
.section { padding: 112px 0; }
h1 { font-size: clamp(4rem, 6.4vw, 6.8rem); line-height: .91; }
h2 { font-size: clamp(3rem, 5.2vw, 5.6rem); line-height: .94; }
.eyebrow { letter-spacing: .15em; }

[data-site-header] {
  color: var(--ink-900);
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid var(--sky-200);
  backdrop-filter: blur(18px);
}
.site-header__bar { min-height: 76px; }
.site-nav a::after { background: var(--sky-500); }
.site-header__bar > .sign-button { color: var(--white); background: var(--ink-900); border-color: var(--ink-900); }
.site-header__bar > .sign-button b { color: var(--ink-900); background: var(--white); }
.nav-toggle { background: var(--white); border-color: var(--white); }

.nav-item { position: relative; }
.nav-item__toggle { display: flex; align-items: center; padding: 8px 0; background: transparent; border: 0; font-weight: 650; cursor: pointer; gap: 7px; }
.nav-item__toggle span { color: var(--sky-600); transition: transform .2s ease; }
.nav-item.is-open .nav-item__toggle span { transform: rotate(180deg); }
.nav-dropdown {
  position: absolute;
  top: calc(100% + 20px);
  left: 50%;
  z-index: 30;
  display: grid;
  width: min(760px,calc(100vw - 48px));
  padding: 10px;
  color: var(--ink-900);
  background: var(--white);
  border: 1px solid var(--sky-200);
  border-radius: 6px;
  box-shadow: 0 24px 60px rgba(15,34,51,.2);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%,10px);
  transition: opacity .18s ease,transform .18s ease;
}
.nav-dropdown--products { grid-template-columns: 1.15fr repeat(3,1fr); }
.nav-dropdown--industries { grid-template-columns: 1fr 1.45fr; width: min(520px,calc(100vw - 48px)); }
.nav-dropdown--products .nav-dropdown__lead { grid-row: 1 / span 2; }
.nav-dropdown--products .nav-dropdown__group:last-child { grid-column: 2 / -1; display: grid; grid-template-columns: repeat(3,1fr); align-content: start; }
.nav-dropdown--products .nav-dropdown__group:last-child p { grid-column: 1 / -1; }
.nav-item.is-open .nav-dropdown,.nav-item:hover .nav-dropdown,.nav-item:focus-within .nav-dropdown { opacity: 1; pointer-events: auto; transform: translate(-50%,0); }
.nav-dropdown a { display: block; padding: 7px 10px; color: var(--ink-700); border-radius: 3px; font-size: .88rem; text-decoration: none; }
.nav-dropdown a::after { display: none; }
.nav-dropdown a:hover { color: var(--ink-900); background: var(--sky-100); }
.nav-dropdown__lead { position: relative; min-height: 188px; padding: 22px !important; color: var(--white) !important; background: var(--sky-500); }
.nav-dropdown__lead:hover { background: var(--sky-600) !important; }
.nav-dropdown__lead small,.nav-dropdown__lead strong { display: block; }
.nav-dropdown__lead small { margin-bottom: 10px; opacity: .8; }
.nav-dropdown__lead strong { max-width: 130px; font-family: var(--display); font-size: 1.65rem; line-height: 1.05; }
.nav-dropdown__lead span { position: absolute; right: 18px; bottom: 14px; font-size: 1.2rem; }
.nav-dropdown__group { padding: 14px 8px; }
.nav-dropdown__group p { margin: 0 10px 8px; color: var(--sky-600); font-size: .7rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }

.awning-rule {
  height: 13px;
  background: repeating-linear-gradient(90deg,var(--white) 0 34px,var(--sky-200) 34px 68px);
  box-shadow: 0 5px 0 rgba(15,34,51,.12);
}

.home-hero {
  padding-top: 44px;
  color: var(--ink-900);
  background: var(--sky-50);
}
.home-hero__stage {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  align-items: center;
  min-height: 570px;
  gap: 64px;
}
.home-hero__copy { position: relative; z-index: 2; padding-bottom: 30px; }
.home-hero__copy::before {
  position: absolute;
  top: -36px;
  left: -32px;
  width: 86px;
  height: 9px;
  content: "";
  background: var(--ochre);
  transform: rotate(-4deg);
}
.home-hero__copy .eyebrow { color: var(--sky-700); }
.home-hero__copy h1 { max-width: 660px; margin-bottom: 24px; text-wrap: balance; }
.home-hero .lede { max-width: 580px; color: var(--ink-700); }
.home-hero .sign-button { color: var(--white); background: var(--ink-900); border-color: var(--ink-900); }
.home-hero .sign-button b { color: var(--ink-900); background: var(--white); }
.home-hero .quiet-link { color: var(--ink-900); border-color: var(--sky-500); }
.hero-scene {
  position: relative;
  margin: 0;
  transform: perspective(1600px) rotateX(var(--hero-rx,0deg)) rotateY(var(--hero-ry,0deg));
  filter: drop-shadow(0 28px 34px rgba(15,34,51,.22));
}
.hero-scene::before {
  position: absolute;
  inset: -18px 24px 22px -20px;
  z-index: -1;
  content: "";
  background: var(--sky-600);
  border-radius: 36px 8px 36px 8px;
  transform: rotate(2deg);
}
.hero-scene__art { aspect-ratio: 16 / 9; object-fit: cover; border: 4px solid var(--white); border-radius: 30px 6px 30px 6px; }
.hero-scene__logo { position: absolute; top: 10.5%; left: 50%; z-index: 2; width: 46%; height: auto; transform: translateX(-50%) translateZ(24px); filter: drop-shadow(0 2px 0 rgba(255,255,255,.35)); }
.hero-scene figcaption { left: auto; right: -12px; bottom: -16px; padding: 11px 17px; border-radius: 4px; transform: rotate(-2deg) translateZ(20px); }
.booking-flow {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  align-items: stretch;
  padding: 0 0 28px;
  gap: 8px;
}
.booking-flow::before { display: none; }
.booking-flow__step {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  min-height: 76px;
  padding: 12px 16px;
  color: var(--ink-900);
  text-align: left;
  background: var(--white);
  border: 1px solid var(--sky-200);
  border-radius: 4px;
  box-shadow: none;
  gap: 12px;
}
.booking-flow__step::after { position: absolute; top: 50%; right: -12px; z-index: 2; content: "→"; color: var(--sky-600); transform: translateY(-50%); }
.booking-flow__step:last-child::after { display: none; }
.booking-flow__step:hover,.booking-flow__step.is-active { color: var(--white); background: var(--sky-600); border-color: var(--sky-600); transform: translateY(-4px) rotate(-.5deg); box-shadow: 0 14px 25px rgba(15,34,51,.14); }
.booking-flow__number { flex: 0 0 34px; margin: 0; color: var(--ink-900); background: var(--sky-100); }
.booking-flow__step.is-active .booking-flow__number { color: var(--ink-900); background: var(--white); }
.booking-flow__step small,.booking-flow__step strong { display: block; margin: 0; color: inherit; }
.booking-flow__step small { font-size: .78rem; opacity: .8; }
.booking-flow__step strong { font-size: .88rem; }
.home-hero > .awning-rule { margin-top: 0; }

.shop-note { overflow: hidden; color: var(--white); background: var(--ink-900); }
.shop-note__inner { gap: 60px; }
.shop-note p { color: var(--white); }
.shop-note__route { color: var(--white); white-space: nowrap; }
.shop-note__route span { position: relative; font-family: var(--display); font-size: clamp(1.15rem,2vw,1.65rem); }
.shop-note__route span::after { position: absolute; right: -8px; bottom: -5px; left: 0; height: 3px; content: ""; background: var(--sky-400); transform: rotate(-1deg); }

.workshop { color: var(--ink-900); background: var(--sky-50); }
.workshop__scene {
  display: grid;
  grid-template-columns: minmax(330px,.58fr) minmax(0,1.42fr);
  align-items: stretch;
  max-width: none;
  min-height: 520px;
  margin: 0;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--sky-200);
  border-radius: 14px;
  box-shadow: 0 22px 55px rgba(15,34,51,.11);
}
.workshop__scene img {
  grid-column: 2;
  grid-row: 1;
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: center;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.workshop__scene::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 3;
  width: auto;
  height: 8px;
  content: "";
  background: repeating-linear-gradient(90deg,var(--sky-400) 0 32px,var(--white) 32px 64px);
  border-radius: 0;
  box-shadow: none;
}
.workshop__title {
  position: static;
  grid-column: 1;
  grid-row: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: auto;
  padding: 56px 46px;
  color: var(--ink-900);
  background: var(--white);
  border-radius: 0;
  box-shadow: none;
  transform: none;
}
.workshop__title span { color: var(--sky-700); font-size: .74rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.workshop__title h2 { max-width: 390px; margin: 12px 0 18px; font-size: clamp(2.8rem,3.8vw,4.35rem); }
.workshop__title p { position: static; width: auto; max-width: 330px; padding: 0; color: var(--ink-700); background: transparent; font-family: var(--text); font-size: 1rem; font-weight: 500; }
.department-tabs { margin-top: 28px; border: 0; gap: 8px; }
.department-tabs button {
  min-height: 62px;
  padding: 16px 14px;
  color: var(--ink-700);
  background: rgba(255,255,255,.76);
  border: 1px solid var(--sky-200);
  border-radius: 8px;
}
.department-tabs button:nth-child(even) { background: rgba(255,255,255,.76); }
.department-tabs button::before { display: none; }
.department-tabs button::after { display: block; bottom: -1px; height: 3px; background: var(--sky-500); }
.department-tabs button[aria-selected="true"] { color: var(--white); background: var(--ink-900); border-color: var(--ink-900); box-shadow: none; transform: none; }
.product-window { grid-template-columns: .72fr 1.28fr; min-height: 470px; margin-top: 14px; overflow: hidden; color: var(--white); background: var(--ink-900); border: 0; border-radius: 6px; box-shadow: 0 20px 45px rgba(15,34,51,.15); }
.product-window__copy { padding: 52px 38px; }
.product-window__copy > p { color: var(--sky-400); }
.product-window__copy h3 { margin-bottom: 22px; color: var(--white); }
.product-window__links { border-color: rgba(255,255,255,.18); }
.product-window__links a { color: var(--white); border-color: rgba(255,255,255,.18); }
.product-window__links a:hover { color: var(--sky-200); padding-left: 8px; }
.product-window__poster img { min-height: 470px; border-radius: 0; }
.workshop .center-link { margin-top: 38px; }

.story { color: var(--white); background: var(--ink-900); border: 0; }
.story__stage { position: relative; padding-top: 172px; }
.story__copy { position: absolute; top: -22px; left: -16px; z-index: 3; width: min(580px,48%); padding: 38px 40px; background: var(--sky-500); box-shadow: 12px 12px 0 var(--ochre); transform: rotate(-1deg); }
.story__copy h2 { margin-bottom: 18px; }
.story__copy > p:not(.story__number) { max-width: 430px; margin-bottom: 20px; color: var(--white); }
.story__number { margin-bottom: 6px; color: var(--ink-900); }
.story__copy .quiet-link { color: var(--white); border-color: var(--white); }
.story__poster { border: 0; border-radius: 6px; }
.story__poster img { aspect-ratio: 16 / 9; }
.story__steps { position: relative; display: grid; grid-template-columns: repeat(4,1fr); z-index: 2; margin: -54px 28px 0; border: 0; gap: 8px; }
.story__steps li { display: flex; min-height: 92px; padding: 16px 18px; color: var(--ink-900); background: var(--white); border: 0; gap: 12px; box-shadow: 0 12px 28px rgba(15,34,51,.22); }
.story__steps li:nth-child(even) { color: var(--white); background: var(--sky-600); }
.story__steps li > span { display: grid; flex: 0 0 30px; place-items: center; width: 30px; height: 30px; color: var(--white); background: var(--ink-900); border-radius: 50%; }
.story__steps strong { color: inherit; }

.high-street { color: var(--ink-900); background: var(--sky-50); }
.street-scene img { aspect-ratio: 16 / 9; border: 0; border-radius: 6px; box-shadow: 0 22px 50px rgba(15,34,51,.13); }
.street-scene__title { position: absolute; top: -30px; left: -18px; z-index: 2; width: min(560px,48%); padding: 34px 38px; color: var(--white); background: var(--ink-900); box-shadow: 12px 12px 0 var(--sky-500); transform: rotate(-1deg); }
.street-scene__title span { color: var(--sky-400); font-size: .75rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.street-scene__title h2 { margin: 8px 0 0; font-size: clamp(2.6rem,4.5vw,4.9rem); }
.street-scene__label { left: auto; right: 22px; color: var(--ink-900); background: var(--white); border-radius: 4px; }
.industry-tabs { margin: -10px 30px 0; border: 0; gap: 7px; }
.industry-tabs button { min-height: 66px; color: var(--white); background: var(--sky-600); border: 0; border-radius: 0 0 14px 14px; }
.industry-tabs button:nth-child(even) { background: var(--ink-700); }
.industry-tabs button::after { display: none; }
.industry-tabs button[aria-selected="true"] { color: var(--ink-900); background: var(--white); box-shadow: 0 12px 22px rgba(15,34,51,.12); transform: translateY(7px); }
.industry-answer { grid-template-columns: 1fr 1.6fr auto; margin-top: 30px; padding: 28px 30px; background: var(--sky-100); border-left: 10px solid var(--sky-500); }
.industry-answer p { color: var(--ink-700); }
.industry-answer span { color: var(--white); background: var(--sky-600); border-radius: 3px; }

.price-home { color: var(--white); background: var(--ink-900); }
.price-home__grid { grid-template-columns: .76fr 1.24fr; gap: 54px; }
.price-home__offer { position: relative; z-index: 2; padding: 36px 0; }
.price-home__offer .eyebrow { color: var(--white); }
.price-home__offer h2 { max-width: 520px; margin-bottom: 22px; font-size: clamp(3.5rem,5vw,5.6rem); }
.price-home__offer > p { max-width: 560px; color: var(--sky-50); }
.price-home__offer > p strong { display: block; color: var(--white); font-family: var(--display); font-size: 1.8rem; }
.price-home__offer > small { color: var(--white); }
.package-price { display: flex; align-items: flex-end; margin: -4px 0 20px; gap: 12px; }
.package-price strong { color: var(--sky-400); font-family: var(--display); font-size: clamp(5.4rem,8vw,8rem); letter-spacing: -.06em; line-height: .78; }
.package-price span { padding-bottom: 4px; color: var(--sky-100); font-weight: 700; }
.price-home__mascot { margin: 0; overflow: hidden; border: 4px solid var(--white); border-radius: 30px 6px 30px 6px; box-shadow: 18px 18px 0 var(--sky-500); transform: rotate(1deg); }
.price-home__mascot img { width: 100%; max-height: none; aspect-ratio: 16 / 9; object-fit: cover; }
.price-home .sign-button { background: var(--sky-500); border-color: var(--sky-500); }
.price-home .tick-list { padding: 18px 20px; color: var(--ink-900); background: var(--white); border-radius: 4px; }
.price-home .tick-list li::before { color: var(--sky-600); }
.package-features { grid-column: 1 / -1; display: grid; grid-template-columns: .72fr 1.38fr .8fr 1.1fr; gap: 8px; margin-top: 24px; }
.package-features article { min-height: 255px; padding: 25px 23px; color: var(--ink-900); background: var(--white); border-radius: 4px; }
.package-features article:nth-child(2) { color: var(--white); background: var(--sky-600); }
.package-features article:nth-child(4) { color: var(--white); background: var(--ink-700); }
.package-features article::before { display: block; height: 10px; margin: -25px -23px 22px; content: ""; background: repeating-linear-gradient(90deg,var(--sky-500) 0 20px,transparent 20px 40px); opacity: .85; }
.package-features article:nth-child(2)::before,.package-features article:nth-child(4)::before { background: repeating-linear-gradient(90deg,var(--white) 0 20px,transparent 20px 40px); }
.package-features p { margin-bottom: 5px; color: inherit; font-size: .7rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; opacity: .72; }
.package-features h3 { margin-bottom: 18px; font-size: 1.6rem; }
.package-features ul { margin: 0; padding: 0; list-style: none; }
.package-features li { padding: 5px 0; border-top: 1px solid currentColor; font-size: .88rem; font-weight: 600; opacity: .9; }

.last-stop { position: relative; min-height: 700px; padding: 0; overflow: hidden; background: var(--ink-900); }
.last-stop::after { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg,rgba(15,34,51,.94) 0%,rgba(15,34,51,.7) 38%,rgba(15,34,51,.06) 72%); }
.last-stop .last-stop__scene { position: absolute; inset: 0; width: 100%; height: 100%; max-height: none; margin: 0; object-fit: cover; }
.last-stop__inner { position: relative; z-index: 2; display: flex; align-items: center; min-height: 700px; }
.last-stop__inner > div { max-width: 720px; padding: 70px 0; }
.last-stop__inner > div > p { color: var(--sky-200); }
.last-stop h2 { color: var(--white); }

[data-site-footer] { background: var(--ink-900); }
[data-site-footer] .awning-rule { height: 13px; background: repeating-linear-gradient(90deg,var(--sky-500) 0 34px,var(--white) 34px 68px); }

/* Shared inner pages */
.page-hero,.about-hero,.product-hero { padding-top: 0; color: var(--ink-900); background: var(--sky-100); overflow: hidden; }
.pricing-hero { padding-top: 0; color: var(--white); background: var(--ink-900); overflow: hidden; }
.page-hero__grid,.pricing-hero__grid,.about-hero__grid,.product-hero__grid { min-height: 620px; }
.page-hero__copy .eyebrow,.about-hero__copy .eyebrow,.product-hero__copy .eyebrow { color: var(--sky-700); }
.pricing-hero__copy .eyebrow { color: var(--sky-400); }
.page-hero__copy > p:not(.eyebrow),.about-hero__copy > p:not(.eyebrow),.product-hero__copy > p:not(.eyebrow):not(.product-hero__back) { color: var(--ink-700); }
.pricing-hero__copy > p:not(.eyebrow) { color: var(--sky-100); }
.page-hero .sign-button,.pricing-hero .sign-button,.about-hero .sign-button,.product-hero .sign-button { background: var(--ink-900); border-color: var(--ink-900); }
.pricing-hero .sign-button { color: var(--ink-900); background: var(--white); border-color: var(--white); }
.pricing-hero .sign-button b { color: var(--white); background: var(--sky-500); }
.page-hero__image,.about-hero__stede,.product-hero__stede,.pricing-hero__visual { margin: 0; overflow: hidden; background: transparent; border: 4px solid var(--white); border-radius: 30px 6px 30px 6px; box-shadow: 18px 18px 0 var(--ink-900); transform: rotate(1deg); }
.page-hero__image img,.about-hero__stede img,.product-hero__stede img,.pricing-hero__visual img { width: 100%; min-height: 0; aspect-ratio: 16 / 9; object-fit: cover; border: 0; border-radius: 0; }
.page-hero--industries { color: var(--ink-900); background: var(--sky-50); }
.page-hero--industries .shell { display: grid; grid-template-columns: .7fr 1.3fr; align-items: center; min-height: 680px; gap: 60px; }
.page-hero--industries .page-hero__copy--center { margin: 0; text-align: left; }
.page-hero--industries h1 { font-size: clamp(3.6rem,5vw,4.9rem); }
.page-hero--industries .page-hero__copy--center h1,.page-hero--industries .page-hero__copy--center > p { margin-inline: 0; }
.industry-panorama { margin: 0; overflow: hidden; border: 4px solid var(--sky-500); border-radius: 30px 6px 30px 6px; transform: rotate(1deg); }
.industry-panorama img { aspect-ratio: 16 / 9; border: 0; border-radius: 0; }
.about-hero { background: var(--sky-100); }
.pricing-hero__visual { min-height: 0; }
.pricing-hero__visual { box-shadow: 18px 18px 0 var(--sky-500); }
.pricing-hero__visual img { aspect-ratio: 16 / 9; }
.big-price strong { color: var(--white); }

@media (min-width: 1180px) {
  .pricing-hero__grid {
    grid-template-columns: minmax(0,1.02fr) minmax(0,.98fr);
    min-height: min(760px,calc(100svh - 82px));
    padding-block: 48px;
    gap: clamp(52px,5vw,80px);
  }
  .pricing-hero__copy { min-width: 0; }
  .pricing-hero__copy h1 {
    max-width: 680px;
    margin-bottom: 24px;
    font-size: clamp(4rem,4.5vw,5rem);
    line-height: .92;
    text-wrap: balance;
  }
  .pricing-hero__copy h1 span { display: block; }
  .big-price { margin-bottom: 16px; }
  .big-price strong { font-size: clamp(6rem,7.2vw,8rem); line-height: .8; }
  .pricing-hero__copy > p:not(.eyebrow) { max-width: 610px; margin-bottom: 0; }
  .pricing-hero__copy .sign-button { margin-top: 22px; }
}

@media (min-width: 981px) and (max-width: 1179px) {
  .pricing-hero__grid { grid-template-columns: 1fr; padding-block: 62px; gap: 46px; }
  .pricing-hero__copy { max-width: 760px; }
  .pricing-hero__visual { max-width: 760px; }
}

.product-catalog,.industry-directory,.plan-shelves,.faq,.manifesto,.brand-world,.product-demo,.product-details,.related { background: var(--sky-50); }
.catalog-department { min-height: 0; margin-bottom: 72px; overflow: hidden; border: 0; border-radius: 6px; box-shadow: 0 18px 42px rgba(15,34,51,.12); }
.catalog-department__poster img { min-height: 540px; border-radius: 0; }
.catalog-department__poster > span { top: 24px; left: 24px; display: grid; place-items: center; width: 48px; height: 48px; color: var(--white); background: var(--ink-900); border-radius: 50%; }
.catalog-department__copy { padding: 50px; color: var(--white); background: var(--sky-500); }
.catalog-department:nth-child(2) .catalog-department__copy { background: var(--ink-900); }
.catalog-department:nth-child(3) .catalog-department__copy { color: var(--ink-900); background: var(--sky-100); }
.catalog-department:nth-child(4) .catalog-department__copy { background: var(--sky-600); }
.catalog-department__copy > p:first-child { color: inherit; opacity: .8; }
.catalog-department__copy > p { color: inherit; opacity: .82; }
.catalog-links { border-color: rgba(255,255,255,.28); }
.catalog-links a { color: inherit; border-color: rgba(255,255,255,.28); }
.catalog-department:nth-child(3) .catalog-links,.catalog-department:nth-child(3) .catalog-links a { border-color: rgba(15,34,51,.2); }
.catalog-links small { color: inherit; opacity: .76; }
.catalog-links b { color: inherit; }
.catalog-links a:hover { padding-left: 8px; background: rgba(255,255,255,.08); }

.industry-directory { padding-top: 90px; }
.industry-band { min-height: 280px; margin-bottom: 18px; padding: 46px; color: var(--white); background: var(--sky-500) !important; border: 0; border-radius: 6px; box-shadow: 0 16px 34px rgba(15,34,51,.1); }
.industry-band:nth-child(2) { background: var(--ink-900) !important; }
.industry-band:nth-child(3) { color: var(--ink-900); background: var(--sky-100) !important; }
.industry-band:nth-child(4) { background: var(--sky-600) !important; }
.industry-band__number { color: inherit; opacity: .72; }
.industry-band__copy > p { color: inherit; opacity: .82; }
.industry-band__copy span { color: inherit; background: rgba(255,255,255,.14); border-color: rgba(255,255,255,.42); border-radius: 3px; }
.industry-band:nth-child(3) .industry-band__copy span { background: var(--white); border-color: var(--sky-200); }
.industry-band .circle-link { color: var(--ink-900); background: var(--white); }

.plan-shelves__grid { border: 0; gap: 10px; }
.plan-shelves .section-copy { display: block; max-width: 880px; }
.plan-shelves .section-copy p { max-width: 700px; margin-top: 20px; font-size: 1.08rem; }
.plan-shelves__grid { grid-template-columns: .72fr 1.38fr .82fr 1.08fr; }
.plan-shelves__grid article { min-height: 340px; padding: 36px 30px; color: var(--white); background: var(--sky-500); border: 0; border-radius: 4px; }
.plan-shelves__grid article:nth-child(2) { background: var(--ink-900); }
.plan-shelves__grid article:nth-child(3) { color: var(--ink-900); background: var(--sky-100); }
.plan-shelves__grid article:nth-child(4) { background: var(--sky-600); }
.plan-shelves__grid article > p,.plan-shelves__grid ul { color: inherit; }
.plan-shelves__grid article::before { display: block; height: 12px; margin: -36px -30px 28px; content: ""; background: repeating-linear-gradient(90deg,var(--white) 0 22px,transparent 22px 44px); opacity: .8; }
.faq { background: var(--white); border: 0; }
.accordion { border-top: 4px solid var(--sky-500); }
.accordion__item > button { padding: 25px 20px; }
.accordion__item.is-open { background: var(--sky-50); }
.plain-cta { background: var(--ink-900); }
.plain-cta .sign-button { background: var(--sky-500); border-color: var(--sky-500); }

.manifesto { color: var(--white); background: var(--ink-900); }
.manifesto__title { padding: 36px; background: var(--sky-500); box-shadow: 12px 12px 0 var(--ochre); transform: rotate(-1deg); }
.manifesto__copy p { color: var(--sky-100); }
.brand-world { background: var(--sky-100); }
.brand-world .section-copy { color: var(--ink-900); }
.brand-world__board { overflow: hidden; border: 4px solid var(--white); border-radius: 30px 6px 30px 6px; box-shadow: 18px 18px 0 var(--sky-500); }
.brand-world__board img { min-height: 0; aspect-ratio: 16 / 9; object-fit: cover; }

.product-hero__back a { color: var(--ink-900); }
.product-demo__intro { padding: 36px; color: var(--white); background: var(--ink-900); box-shadow: 12px 12px 0 var(--sky-500); transform: rotate(-1deg); }
.product-demo__intro > p { color: var(--sky-100); }
.product-demo__video { border: 4px solid var(--sky-500); border-radius: 6px; }
.product-details { color: var(--white); background: var(--sky-600); }
.product-details__heading p { color: var(--sky-100); }
.feature-ledger { display: grid; grid-template-columns: repeat(3,1fr); border: 0; gap: 10px; }
.feature-ledger li { display: block; min-height: 210px; padding: 28px; color: var(--ink-900); background: var(--white); border: 0; border-radius: 4px; }
.feature-ledger li:nth-child(2) { color: var(--white); background: var(--ink-900); transform: translateY(28px); }
.feature-ledger li > span { display: grid; place-items: center; width: 38px; height: 38px; margin-bottom: 32px; color: var(--white); background: var(--sky-500); border-radius: 50%; }
.product-plan { background: var(--ink-900); }
.related__links { display: grid; grid-template-columns: repeat(3,1fr); border: 0; gap: 8px; }
.related__links a { min-height: 120px; padding: 24px; color: var(--white); background: var(--sky-500); border: 0; border-radius: 4px; }
.related__links a:nth-child(2) { background: var(--ink-900); }
.related__links a:nth-child(3) { background: var(--sky-600); }

@media (max-width: 980px) {
  .shell { width: min(100% - 40px, 760px); }
  .section { padding: 88px 0; }
  h1 { font-size: clamp(3.7rem,10vw,5.7rem); }
  .home-hero__stage,.page-hero__grid,.pricing-hero__grid,.about-hero__grid,.product-hero__grid { grid-template-columns: 1fr; padding-block: 62px; gap: 46px; }
  .nav-item { width: 100%; }
  .nav-item__toggle { justify-content: space-between; width: 100%; padding: 13px 2px; border-bottom: 1px solid var(--slate-200); }
  .nav-dropdown,.nav-dropdown--products,.nav-dropdown--industries { position: static; display: grid; grid-template-columns: 1fr; width: 100%; max-height: 0; padding: 0; overflow: hidden; border: 0; box-shadow: none; opacity: 1; pointer-events: none; transform: none; transition: max-height .25s ease,padding .25s ease; }
  .nav-item:hover .nav-dropdown,.nav-item:focus-within .nav-dropdown { max-height: 0; padding: 0; pointer-events: none; }
  .nav-item.is-open .nav-dropdown { max-height: 760px; padding: 8px; pointer-events: auto; }
  .nav-dropdown__lead { min-height: 110px; }
  .nav-dropdown__group { padding: 8px; }
  .nav-dropdown--products .nav-dropdown__lead { grid-row: auto; }
  .nav-dropdown--products .nav-dropdown__group:last-child { grid-column: auto; display: block; }
  .home-hero__stage { min-height: 0; }
  .home-hero__copy { max-width: 700px; padding-bottom: 0; }
  .hero-scene { margin-bottom: 18px; }
  .booking-flow { grid-template-columns: repeat(2,1fr); }
  .booking-flow__step:nth-child(2)::after { display: none; }
  .workshop__title,.street-scene__title { top: -32px; left: 14px; width: min(520px,72%); }
  .story__stage { padding-top: 220px; }
  .story__copy { left: 20px; width: min(560px,76%); }
  .story__steps { grid-template-columns: repeat(2,1fr); }
  .price-home__grid { grid-template-columns: 1fr; }
  .price-home__offer { order: 1; }
  .price-home__mascot { order: 2; }
  .package-features { grid-template-columns: repeat(2,1fr); order: 3; }
  .last-stop,.last-stop__inner { min-height: 620px; }
  .page-hero--industries .shell { grid-template-columns: 1fr; padding-block: 70px; }
  .page-hero--industries .page-hero__copy--center { max-width: 720px; }
  .catalog-department { grid-template-columns: 1fr; }
  .catalog-department--flip .catalog-department__poster { order: 0; }
  .catalog-department__poster img { min-height: 0; aspect-ratio: 16 / 9; }
  .industry-band__copy { grid-template-columns: 1fr; }
  .industry-band__copy > div { grid-column: 1; }
  .plan-shelves__grid { grid-template-columns: repeat(2,1fr); }
  .feature-ledger { grid-template-columns: 1fr; }
  .feature-ledger li { min-height: 0; }
  .feature-ledger li:nth-child(2) { transform: none; }
}

@media (max-width: 680px) {
  body { font-size: 16px; }
  .shell { width: min(100% - 28px, 560px); }
  .section { padding: 72px 0; }
  .section--compact { padding: 42px 0; }
  h1 { font-size: clamp(3.2rem,15vw,4.7rem); }
  h2 { font-size: clamp(2.7rem,12vw,4rem); }
  .site-header__bar { width: calc(100% - 28px); min-height: 68px; }
  .site-nav { top: 68px; color: var(--ink-900); }
  .nav-item { width: 100%; }
  .nav-item__toggle { justify-content: space-between; width: 100%; padding: 13px 0; }
  .nav-dropdown,.nav-dropdown--products,.nav-dropdown--industries { position: static; display: grid; grid-template-columns: 1fr; width: 100%; max-height: 0; padding: 0; overflow: hidden; border: 0; box-shadow: none; opacity: 1; pointer-events: none; transform: none; transition: max-height .25s ease,padding .25s ease; }
  .nav-item:hover .nav-dropdown,.nav-item:focus-within .nav-dropdown { max-height: 0; padding: 0; pointer-events: none; }
  .nav-item.is-open .nav-dropdown { max-height: 760px; padding: 8px; pointer-events: auto; }
  .nav-dropdown__lead { min-height: 110px; }
  .nav-dropdown__group { padding: 8px; }
  .home-hero { padding-top: 0; }
  .home-hero__stage { padding-block: 52px 34px; gap: 34px; }
  .home-hero__copy::before { top: -18px; left: 0; width: 56px; }
  .home-hero__copy h1 { max-width: 520px; }
  .hero-scene::before { inset: -10px 12px 12px -8px; }
  .hero-scene__art { border-width: 3px; border-radius: 20px 4px 20px 4px; }
  .hero-scene__logo { top: 10%; width: 55%; }
  .hero-scene figcaption { right: 8px; bottom: -12px; font-size: .72rem; }
  .home-hero > .booking-flow { display: grid; grid-template-columns: 1fr; margin: 0 auto; padding-top: 8px; overflow: visible; }
  .booking-flow__step { flex: none; min-height: 64px; scroll-snap-align: unset; }
  .booking-flow__step::after { top: auto; right: 18px; bottom: -17px; content: "↓"; transform: none; }
  .booking-flow__step:nth-child(2)::after { display: block; }
  .booking-flow__step:last-child::after { display: none; }
  .shop-note__inner { align-items: flex-start; }
  .shop-note__route { display: flex; flex-wrap: wrap; white-space: normal; }
  .workshop__scene { padding-top: 250px; }
  .workshop__scene::before { top: 226px; width: 60%; height: 34px; }
  .workshop__title { top: 0; left: 0; width: calc(100% - 18px); padding: 28px; box-shadow: 9px 9px 0 var(--ink-900); }
  .workshop__title h2 { font-size: 3.2rem; }
  .department-tabs { grid-template-columns: repeat(2,1fr); margin-top: 52px; }
  .product-window { grid-template-columns: 1fr; }
  .product-window__copy { padding: 34px 24px; }
  .product-window__poster img { min-height: 0; aspect-ratio: 16 / 9; }
  .story__stage { padding-top: 300px; }
  .story__copy { top: -24px; left: 0; width: calc(100% - 18px); padding: 28px; box-shadow: 9px 9px 0 var(--ochre); }
  .story__copy h2 { font-size: 3.35rem; }
  .story__poster img { min-height: 420px; object-fit: cover; object-position: center; }
  .story__steps { grid-template-columns: 1fr 1fr; margin: -32px 10px 0; }
  .story__steps li { min-height: 78px; padding: 12px; font-size: .83rem; }
  .street-scene { padding-top: 250px; }
  .street-scene__title { top: 0; left: 0; width: calc(100% - 18px); padding: 28px; box-shadow: 9px 9px 0 var(--sky-500); }
  .street-scene__title h2 { font-size: 3.2rem; }
  .street-scene img { min-height: 390px; object-fit: cover; object-position: 54% center; }
  .industry-tabs { grid-template-columns: repeat(2,1fr); margin: -6px 8px 0; }
  .industry-answer { grid-template-columns: 1fr; padding: 24px 20px; }
  .price-home__offer { padding-top: 0; }
  .price-home .tick-list { grid-template-columns: 1fr; }
  .package-features { grid-template-columns: 1fr; }
  .package-features article { min-height: 0; }
  .price-home__mascot { box-shadow: 10px 10px 0 var(--sky-500); }
  .price-home__mascot { display: block; }
  .last-stop,.last-stop__inner { min-height: 580px; }
  .last-stop::after { background: linear-gradient(90deg,rgba(15,34,51,.94),rgba(15,34,51,.42)); }
  .last-stop .last-stop__scene { position: absolute; inset: 0; width: 100%; height: 100%; margin: 0; object-fit: cover; object-position: 62% center; }
  .page-hero__grid,.pricing-hero__grid,.about-hero__grid,.product-hero__grid { min-height: 0; padding-block: 54px 70px; }
  .page-hero__image,.about-hero__stede,.product-hero__stede,.pricing-hero__visual { border-width: 3px; box-shadow: 10px 10px 0 var(--ink-900); }
  .page-hero--industries .shell { min-height: 0; padding-block: 54px 70px; }
  .industry-panorama { border-width: 3px; }
  .catalog-department { margin-bottom: 42px; }
  .catalog-department__copy { padding: 34px 24px; }
  .catalog-links small { display: none; }
  .industry-band { grid-template-columns: 1fr auto; min-height: 0; padding: 30px 24px; }
  .industry-band__number { grid-column: 1; }
  .industry-band .circle-link { grid-column: 2; grid-row: 1; }
  .industry-band__copy { grid-column: 1 / -1; }
  .plan-shelves__grid { grid-template-columns: 1fr; }
  .plan-shelves__grid article { min-height: 0; }
  .manifesto__title { padding: 28px; box-shadow: 9px 9px 0 var(--ochre); }
  .related__links { grid-template-columns: 1fr; }
}

/* Immersive storefront hero and compact booking experience */
@media (min-width: 981px) {
  .nav-item::after {
    position: absolute;
    top: 100%;
    right: -18px;
    left: -18px;
    height: 14px;
    content: "";
  }

  .nav-dropdown { top: calc(100% + 10px); }
}

.home-hero {
  position: relative;
  padding-top: 0;
  color: var(--white);
  background: var(--ink-900);
}

.home-hero__stage,
.home-hero > .shell.home-hero__stage {
  position: relative;
  display: block;
  width: 100%;
  max-width: none;
  min-height: 720px;
  margin: 0;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.home-hero__stage::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background:
    linear-gradient(90deg, rgba(8,26,42,.95) 0%, rgba(8,26,42,.78) 31%, rgba(8,26,42,.23) 58%, rgba(8,26,42,.04) 76%),
    linear-gradient(0deg, rgba(8,26,42,.88) 0%, rgba(8,26,42,.08) 34%, rgba(8,26,42,.02) 78%);
  pointer-events: none;
}

.home-hero__copy {
  position: absolute;
  top: 31%;
  left: max(28px, calc((100vw - 1320px) / 2));
  z-index: 3;
  width: min(720px, 52vw);
  padding: 0;
}

.home-hero__copy::before { display: none; }
.home-hero__copy .eyebrow { margin-bottom: 14px; color: var(--sky-200); }
.home-hero__copy h1 {
  max-width: none;
  margin-bottom: 20px;
  color: var(--white);
  font-size: clamp(3.9rem, 4.7vw, 5.9rem);
  line-height: .92;
  text-shadow: 0 4px 28px rgba(8,26,42,.3);
}
.home-hero__copy h1 span { display: block; }
.home-hero .lede { max-width: 535px; color: rgba(255,255,255,.9); text-shadow: 0 2px 14px rgba(8,26,42,.28); }
.home-hero .sign-button { color: var(--ink-900); background: var(--white); border-color: var(--white); }
.home-hero .sign-button b { color: var(--white); background: var(--sky-600); }
.home-hero .quiet-link { color: var(--white); border-color: var(--sky-300); }

.hero-scene {
  position: absolute;
  inset: 0;
  z-index: 0;
  margin: 0;
  filter: none;
  transform: none;
}
.hero-scene::before { display: none; }
.hero-scene__art {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: center;
  border: 0;
  border-radius: 0;
}
.hero-scene__logo {
  position: absolute;
  top: 14%;
  left: 50%;
  z-index: 2;
  width: min(32%, 520px);
  height: auto;
  transform: translateX(-50%);
  filter: none;
}

.home-hero .booking-flow {
  position: absolute;
  right: max(28px, calc((100vw - 1320px) / 2));
  bottom: 28px;
  left: max(28px, calc((100vw - 1320px) / 2));
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0;
  padding: 0;
  gap: 8px;
}
.home-hero .booking-flow__step {
  min-height: 72px;
  color: var(--white);
  background: rgba(8,26,42,.76);
  border-color: rgba(255,255,255,.36);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.home-hero .booking-flow__step:hover,
.home-hero .booking-flow__step.is-active {
  color: var(--ink-900);
  background: var(--white);
  border-color: var(--white);
  transform: translateY(-3px);
}
.home-hero .booking-flow__number { color: var(--ink-900); background: var(--sky-100); }
.home-hero .booking-flow__step::after { color: var(--white); }
.home-hero .booking-flow__step.is-active::after { color: var(--sky-200); }
.home-hero .booking-flow__step small,
.home-hero .booking-flow__step strong { color: inherit; }
.home-hero > .awning-rule { position: relative; z-index: 4; }

.booking-dialog {
  width: min(900px, calc(100% - 32px));
  height: min(680px, calc(100dvh - 32px));
  max-height: 680px;
  padding: 0;
  overflow: hidden;
  background: var(--white);
  border-radius: 18px 4px 18px 4px;
}
.booking-dialog__layout {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto minmax(0,1fr);
  min-height: 0;
  height: 100%;
}
.booking-dialog__intro {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  min-height: 76px;
  padding: 14px 72px 14px 22px;
  color: var(--white);
  background: var(--ink-900);
  gap: 20px;
}
.booking-dialog__intro img { width: 142px; height: auto; margin: 0; }
.booking-dialog__intro a {
  display: inline-flex;
  align-items: center;
  width: max-content;
  margin: 0;
  padding: 0 0 3px;
  color: var(--white);
  border-bottom: 2px solid var(--sky-400);
  font-size: .78rem;
  font-weight: 700;
  text-decoration: none;
  gap: 8px;
}
.booking-dialog__calendar { min-width: 0; min-height: 0; height: auto; overflow: auto; background: var(--white); }
.booking-dialog__calendar iframe { display: block; width: 100%; height: 100%; min-height: 590px; border: 0; }

@media (max-width: 980px) {
  .home-hero__stage,
  .home-hero > .shell.home-hero__stage {
    display: block;
    width: 100%;
    min-height: 800px;
    padding: 0;
    aspect-ratio: auto;
  }
  .home-hero__stage::after {
    background:
      linear-gradient(90deg, rgba(8,26,42,.94), rgba(8,26,42,.66) 54%, rgba(8,26,42,.2)),
      linear-gradient(0deg, rgba(8,26,42,.94), rgba(8,26,42,.04) 48%);
  }
  .home-hero__copy {
    top: 28%;
    left: 28px;
    width: min(620px, calc(100% - 56px));
    max-width: none;
    padding: 0;
  }
  .home-hero__copy h1 { font-size: clamp(3.8rem, 9.5vw, 5.7rem); }
  .hero-scene { margin: 0; }
  .hero-scene__logo { top: 14%; width: min(42%, 460px); }
  .home-hero .booking-flow {
    right: 20px;
    bottom: 22px;
    left: 20px;
    grid-template-columns: repeat(2,1fr);
  }
  .home-hero .booking-flow__step:nth-child(2)::after { display: none; }
}

@media (max-width: 680px) {
  .home-hero__stage,
  .home-hero > .shell.home-hero__stage { min-height: 760px; }
  .home-hero__stage::after {
    background:
      linear-gradient(180deg, rgba(8,26,42,.08) 0%, rgba(8,26,42,.3) 20%, rgba(8,26,42,.93) 42%, rgba(8,26,42,.98) 100%);
  }
  .hero-scene__art { object-position: 56% center; border: 0; border-radius: 0; }
  .hero-scene__logo { top: 14%; width: 54%; }
  .home-hero__copy {
    top: 30%;
    left: 20px;
    width: calc(100% - 40px);
  }
  .home-hero__copy .eyebrow { max-width: 290px; margin-bottom: 10px; font-size: .64rem; line-height: 1.4; }
  .home-hero__copy h1 { margin-bottom: 16px; font-size: clamp(3.05rem, 14.5vw, 4.15rem); }
  .home-hero__copy h1 span { display: inline; }
  .home-hero .lede { max-width: 350px; font-size: 1rem; line-height: 1.48; }
  .home-hero .button-row { align-items: center; flex-direction: row; margin-top: 22px; gap: 18px; }
  .home-hero .sign-button { min-height: 50px; padding-left: 19px; font-size: .9rem; }
  .home-hero .quiet-link { font-size: .88rem; }
  .home-hero .booking-flow {
    right: 14px;
    bottom: 18px;
    left: 14px;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    margin: 0;
    padding: 0;
    overflow: visible;
    gap: 6px;
  }
  .home-hero .booking-flow__step {
    display: flex;
    flex: none;
    min-height: 58px;
    padding: 8px 10px;
    font-size: .78rem;
    gap: 8px;
  }
  .home-hero .booking-flow__number { flex-basis: 28px; width: 28px; height: 28px; font-size: .76rem; }
  .home-hero .booking-flow__step::after { display: none; }
  .home-hero .booking-flow__step small { font-size: .68rem; }
  .home-hero .booking-flow__step strong { font-size: .76rem; }

  .booking-dialog {
    width: calc(100% - 12px);
    height: min(620px, calc(100dvh - 12px));
    max-height: min(620px, calc(100dvh - 12px));
    border-radius: 14px 3px 14px 3px;
  }
  .booking-dialog__intro {
    min-height: 68px;
    padding: 12px 48px 12px 16px;
    gap: 12px;
  }
  .booking-dialog__intro img { width: 112px; }
  .booking-dialog__intro a { display: none; }
  .booking-dialog__calendar iframe { min-height: 640px; }
}

@media (max-width: 980px) {
  .careers-hero { padding-top: 44px; }
  .careers-hero__grid { grid-template-columns: 1fr; min-height: 0; gap: 36px; }
  .careers-hero__copy { max-width: 700px; }
  .careers-hero__art { width: min(760px, 100%); margin-left: auto; }
  .careers-intro__grid, .careers-perks__grid { grid-template-columns: 1fr; gap: 34px; }
  .role-grid { grid-template-columns: repeat(2, 1fr); }
  .workshop__scene {
    grid-template-columns: 1fr;
    min-height: 0;
    padding-top: 0;
  }
  .workshop__title {
    position: static;
    grid-column: 1;
    grid-row: 1;
    width: auto;
    padding: 44px 38px 38px;
  }
  .workshop__title h2 { max-width: 620px; }
  .workshop__scene img {
    grid-column: 1;
    grid-row: 2;
    height: auto;
    aspect-ratio: 16 / 9;
    object-position: center;
  }
}

@media (max-width: 680px) {
  .careers-hero { padding-top: 34px; }
  .careers-hero__grid { width: min(100% - 40px, 1280px); gap: 30px; }
  .careers-hero h1 { font-size: clamp(3rem, 13vw, 4rem); }
  .careers-hero__art::before { inset: 14px -8px -9px 14px; border-radius: 16px; }
  .careers-hero__art img { border-width: 3px; border-radius: 14px 14px 0 0; }
  .careers-intro { padding: 60px 0; }
  .careers-intro__grid { gap: 24px; }
  .careers-roles { padding: 80px 0; }
  .role-grid { grid-template-columns: 1fr; gap: 12px; }
  .role-card { min-height: 0; padding: 24px; }
  .role-card h3 { margin-top: 22px; }
  .careers-perks { padding: 70px 0; }
  .careers-perks ul { grid-template-columns: 1fr; }
  .careers-cta { padding: 80px 0; }
  .workshop__scene { display: grid; padding-top: 0; border-radius: 10px; }
  .workshop__scene::before { top: 0; width: auto; height: 7px; }
  .workshop__title {
    top: auto;
    left: auto;
    width: auto;
    padding: 36px 24px 30px;
    box-shadow: none;
  }
  .workshop__title h2 { margin-bottom: 14px; font-size: clamp(2.55rem, 12vw, 3.25rem); }
  .workshop__scene img {
    min-height: 0;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    object-position: 43% center;
  }
  .department-tabs { margin-top: 20px; }
  .department-tabs button { min-width: 142px; min-height: 56px; }
}

/* Phone composition: the small screen has its own reading order and rhythm. */
@media (max-width: 767px) {
  :root {
    --mobile-gutter: 20px;
    --mobile-radius: 14px;
  }

  html { scroll-padding-top: 72px; }
  body {
    min-width: 320px;
    overflow-x: hidden;
    color: var(--ink-900);
    background: var(--sky-50);
    font-size: 16px;
    line-height: 1.55;
  }
  body.nav-open { overflow: hidden; }
  body.nav-open [data-chat-widget],
  body.nav-open chat-widget { visibility: hidden !important; pointer-events: none !important; }
  main { overflow: clip; }
  .shell { width: calc(100% - (var(--mobile-gutter) * 2)); max-width: 560px; }
  .section { padding: 64px 0; }
  .section--compact { padding: 36px 0; }
  h1 { font-size: clamp(2.75rem, 13vw, 3.5rem); line-height: .94; letter-spacing: -.045em; }
  h2 { font-size: clamp(2.25rem, 10.5vw, 3rem); line-height: .98; letter-spacing: -.04em; }
  h3 { font-size: clamp(1.55rem, 7vw, 2rem); }
  .eyebrow { margin-bottom: 11px; font-size: .66rem; letter-spacing: .14em; line-height: 1.35; }
  .lede { font-size: 1rem; line-height: 1.52; }
  .js .reveal,
  .js .reveal.is-visible { opacity: 1; transform: none; transition: none; }

  :focus-visible { outline: 3px solid var(--sky-500); outline-offset: 3px; }
  a, button { scroll-margin-block: 82px 80px; }
  .button-row { display: grid; width: 100%; margin-top: 24px; gap: 10px; }
  .sign-button {
    justify-content: space-between;
    width: 100%;
    min-height: 54px;
    padding-left: 20px;
    white-space: nowrap;
  }
  .quiet-link { justify-content: space-between; width: 100%; min-height: 46px; }

  [data-site-header] { height: 68px; }
  .site-header__bar {
    grid-template-columns: 1fr 48px;
    width: calc(100% - 28px);
    min-height: 68px;
    gap: 8px;
  }
  .brand { width: 146px; }
  .site-header__bar > .sign-button { display: none; }
  .nav-toggle {
    position: relative;
    z-index: 24;
    display: grid;
    align-content: center;
    justify-self: end;
    width: 46px;
    height: 46px;
    padding: 11px;
    border: 1px solid var(--sky-200);
    border-radius: 50%;
  }
  .nav-toggle span { width: 20px; margin: 3px auto; transition: transform .2s ease; }
  .nav-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .site-nav {
    position: absolute;
    inset: 68px 0 0;
    z-index: 23;
    display: none;
    grid-template-columns: 1fr;
    align-content: start;
    align-self: stretch;
    justify-content: stretch;
    width: 100%;
    height: 100dvh;
    max-height: none;
    padding: 82px var(--mobile-gutter) calc(34px + env(safe-area-inset-bottom));
    overflow-y: auto;
    color: var(--ink-900);
    background: rgba(251,252,253,.99);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    gap: 0;
  }
  .site-nav.is-open { display: grid; }
  .site-nav::before {
    position: absolute;
    top: 20px;
    left: var(--mobile-gutter);
    width: 146px;
    height: 30px;
    content: "";
    background: url("assets/brand/logo-primary.svg") left center / contain no-repeat;
  }
  .site-nav > a,
  .nav-item__toggle {
    min-height: 54px;
    padding: 14px 2px;
    border: 0;
    border-bottom: 1px solid var(--sky-200);
    font-family: var(--display);
    font-size: 1.25rem;
  }
  .site-nav a::after { display: none; }
  .nav-item { width: 100%; }
  .nav-item__toggle { justify-content: space-between; width: 100%; }
  .nav-dropdown,
  .nav-dropdown--products,
  .nav-dropdown--industries {
    position: static;
    grid-template-columns: 1fr;
    width: 100%;
    max-height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    opacity: 1;
    pointer-events: none;
    transform: none;
  }
  .nav-item.is-open .nav-dropdown { max-height: 900px; padding: 10px 0 16px; pointer-events: auto; }
  .nav-item.is-open .nav-dropdown,
  .nav-item:hover .nav-dropdown,
  .nav-item:focus-within .nav-dropdown { left: auto; right: auto; transform: none; }
  .nav-dropdown__lead { min-height: 104px; margin-bottom: 8px; padding: 20px !important; border-radius: var(--mobile-radius); }
  .nav-dropdown__group { padding: 4px 0; }
  .nav-dropdown__group p { margin: 12px 8px 5px; }
  .nav-dropdown a { min-height: 44px; padding: 10px 8px; border: 0; font-size: .94rem; }
  .nav-dropdown--products .nav-dropdown__lead { grid-row: auto; }
  .nav-dropdown--products .nav-dropdown__group:last-child { grid-column: auto; display: block; }

  .mobile-booking-dock {
    position: fixed;
    right: 92px;
    bottom: max(14px, env(safe-area-inset-bottom));
    left: 14px;
    z-index: 18;
    display: block;
    min-height: 0;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    opacity: 0;
    pointer-events: none;
    transform: translateY(12px);
    transition: opacity .2s ease, transform .2s ease;
  }
  .mobile-booking-dock.is-visible { opacity: 1; pointer-events: auto; transform: none; }
  .mobile-booking-dock > span { display: none; }
  .mobile-booking-dock .sign-button {
    justify-content: space-between;
    width: 100%;
    min-height: 56px;
    padding-left: 20px;
    color: var(--ink-900);
    background: var(--sky-400);
    border-color: var(--sky-100);
    box-shadow: 0 14px 32px rgba(15,34,51,.3);
  }
  .mobile-booking-dock .sign-button b { color: var(--white); background: var(--ink-900); }
  body.dialog-open .mobile-booking-dock,
  body.nav-open .mobile-booking-dock { visibility: hidden; pointer-events: none; }

  /* Homepage: visual first, one message, one action, then the complete journey. */
  .home-hero { padding: 0; background: var(--ink-900); }
  .home-hero__stage,
  .home-hero > .shell.home-hero__stage {
    display: grid;
    grid-template-rows: 260px auto auto;
    width: 100%;
    max-width: none;
    min-height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    aspect-ratio: auto;
  }
  .home-hero__stage::after {
    inset: 0 0 auto;
    height: 260px;
    background: linear-gradient(180deg, rgba(15,34,51,.02), rgba(15,34,51,.18));
  }
  .hero-scene {
    position: relative;
    inset: auto;
    grid-row: 1;
    height: 260px;
    margin: 0;
  }
  .hero-scene__art { height: 100%; object-fit: cover; object-position: 57% 53%; }
  .hero-scene__logo { top: 34px; width: 166px; }
  .home-hero__copy {
    position: static;
    grid-row: 2;
    width: auto;
    padding: 30px var(--mobile-gutter) 28px;
    color: var(--white);
    background: var(--ink-900);
  }
  .home-hero__copy .eyebrow { max-width: 320px; margin-bottom: 10px; color: var(--sky-200); }
  .home-hero__copy h1 {
    max-width: 355px;
    margin-bottom: 15px;
    color: var(--white);
    font-size: clamp(2.85rem, 13.6vw, 3.55rem);
    line-height: .92;
    text-shadow: none;
  }
  .home-hero__copy h1 span { display: inline; }
  .home-hero .lede { max-width: 355px; margin-bottom: 0; color: var(--sky-100); text-shadow: none; }
  .home-hero .button-row { width: 100%; margin-top: 22px; }
  .home-hero .button-row .sign-button { color: var(--ink-900); background: var(--white); border-color: var(--white); }
  .home-hero .button-row .quiet-link { display: none; }
  .home-hero .booking-flow {
    position: static;
    grid-row: 3;
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 0;
    padding: 0 var(--mobile-gutter) 24px;
    overflow: visible;
    background: var(--ink-900);
    gap: 7px;
  }
  .home-hero .booking-flow__step {
    min-height: 62px;
    padding: 9px 10px;
    color: var(--white);
    background: var(--ink-800);
    border-color: rgba(255,255,255,.24);
    border-radius: 10px;
    box-shadow: none;
    transform: none;
    gap: 8px;
  }
  .home-hero .booking-flow__step.is-active { color: var(--ink-900); background: var(--white); border-color: var(--white); }
  .home-hero .booking-flow__number { flex: 0 0 28px; width: 28px; height: 28px; font-size: .75rem; }
  .home-hero .booking-flow__step small { margin: 0; font-size: .67rem; line-height: 1.15; }
  .home-hero .booking-flow__step strong { font-size: .75rem; line-height: 1.15; }
  .home-hero .booking-flow__step::after { display: none; }

  .shop-note { padding: 30px 0; }
  .shop-note__inner { display: grid; gap: 22px; }
  .shop-note p { max-width: 330px; font-size: 1.55rem; }
  .shop-note__route { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; gap: 8px; font-size: .78rem; }
  .shop-note__route span { font-size: .92rem; text-align: center; }
  .shop-note__route span::after { right: 0; }

  .workshop { padding: 64px 0; }
  .workshop__scene {
    display: flex;
    flex-direction: column;
    min-height: 0;
    border-radius: var(--mobile-radius);
    box-shadow: 0 16px 36px rgba(15,34,51,.1);
  }
  .workshop__scene::before { height: 7px; }
  .workshop__scene img {
    order: 1;
    height: auto;
    min-height: 0;
    aspect-ratio: 4 / 3;
    object-position: 52% center;
  }
  .workshop__title { order: 2; padding: 28px 22px 26px; }
  .workshop__title h2 { margin: 8px 0 12px; font-size: 2.55rem; }
  .workshop__title p { margin: 0; }
  .department-tabs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 18px 0 0;
    padding: 0;
    overflow: visible;
    gap: 7px;
  }
  .department-tabs button {
    min-width: 0;
    min-height: 54px;
    padding: 10px;
    border-radius: 10px;
    font-size: .88rem;
  }
  .product-window { display: flex; flex-direction: column; min-height: 0; margin-top: 10px; border-radius: var(--mobile-radius); }
  .product-window__poster { order: 1; }
  .product-window__poster img { height: auto; min-height: 0; aspect-ratio: 4 / 3; object-position: center; }
  .product-window__copy { order: 2; padding: 26px 22px 28px; }
  .product-window__copy h3 { margin-bottom: 15px; }
  .product-window__links a { min-height: 48px; padding: 12px 0; }
  .workshop .center-link { margin-top: 24px; }

  .high-street { padding: 64px 0; }
  .street-scene { display: flex; flex-direction: column; }
  .street-scene__title {
    position: static;
    order: 1;
    width: auto;
    padding: 0 0 24px;
    color: var(--ink-900);
    background: transparent;
    box-shadow: none;
    transform: none;
  }
  .street-scene__title span { color: var(--sky-700); }
  .street-scene__title h2 { margin-top: 7px; font-size: 2.65rem; }
  .street-scene img { order: 2; aspect-ratio: 4 / 3; border-radius: var(--mobile-radius); object-position: center; }
  .street-scene__label { right: 10px; bottom: 10px; z-index: 2; }
  .industry-tabs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 10px 0 0;
    padding: 0;
    overflow: visible;
    gap: 7px;
  }
  .industry-tabs button { min-width: 0; min-height: 54px; padding: 9px; border-radius: 10px; font-size: .82rem; }
  .industry-tabs button:not([aria-selected="true"]) { background: var(--sky-700); }
  .industry-tabs button[aria-selected="true"] { transform: none; }
  .industry-answer { display: grid; margin-top: 10px; padding: 22px; border-left-width: 6px; gap: 16px; }
  .industry-answer > div { gap: 6px; }
  .industry-answer span { padding: 5px 8px; color: var(--white); background: var(--sky-700); font-size: .75rem; }
  .industry-answer > a { color: var(--sky-700); }

  .price-home { padding: 64px 0; }
  .price-home__grid { display: grid; grid-template-columns: 1fr; gap: 24px; }
  .price-home__offer { order: 1; padding: 0; }
  .price-home__offer h2 { margin-bottom: 14px; font-size: 2.65rem; }
  .package-price { align-items: flex-end; margin: 0 0 18px; }
  .package-price strong { font-size: 5rem; line-height: .82; }
  .package-price span { padding-bottom: 2px; font-size: .88rem; }
  .price-home__offer .button-row { grid-template-columns: 1fr; }
  .price-home__offer .sign-button { color: var(--ink-900); }
  .price-home__offer .quiet-link { color: var(--white); }
  .price-home__mascot { order: 2; display: block; border-width: 3px; border-radius: var(--mobile-radius); box-shadow: 9px 9px 0 var(--sky-500); transform: none; }
  .price-home__mascot img { aspect-ratio: 4 / 3; object-position: center; }
  .package-features { order: 3; grid-template-columns: 1fr; margin-top: 8px; gap: 8px; }
  .package-features article { min-height: 0; padding: 22px 20px; border-radius: 10px; }
  .package-features article:nth-child(2) { background: var(--sky-700); }
  .package-features article::before { margin: -22px -20px 18px; }
  .package-features h3 { margin-bottom: 12px; }
  .package-features p,
  .package-features li { opacity: 1; }
  .package-features li { padding: 6px 0; }

  .last-stop { min-height: 540px; }
  .last-stop::after { background: linear-gradient(180deg,rgba(15,34,51,.1),rgba(15,34,51,.92) 56%,rgba(15,34,51,.98)); }
  .last-stop .last-stop__scene { object-position: 62% center; }
  .last-stop__inner { align-items: end; min-height: 540px; }
  .last-stop__inner > div { padding: 220px 0 56px; }
  .last-stop h2 { margin-bottom: 24px; font-size: 2.7rem; }

  /* Shared inner-page hero: message and action lead; imagery follows. */
  .page-hero,
  .pricing-hero,
  .about-hero,
  .product-hero { padding-top: 0; }
  .page-hero__grid,
  .pricing-hero__grid,
  .about-hero__grid,
  .product-hero__grid {
    display: grid;
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 44px 0 54px;
    gap: 32px;
  }
  .page-hero__copy,
  .pricing-hero__copy,
  .about-hero__copy,
  .product-hero__copy { order: 1; }
  .page-hero__copy h1,
  .pricing-hero__copy h1,
  .about-hero__copy h1,
  .product-hero__copy h1 { margin-bottom: 18px; }
  .page-hero__copy > p:not(.eyebrow),
  .pricing-hero__copy > p:not(.eyebrow),
  .about-hero__copy > p:not(.eyebrow),
  .product-hero__copy > p:not(.eyebrow):not(.product-hero__back) { max-width: 38ch; }
  .page-hero__image,
  .pricing-hero__visual,
  .about-hero__stede,
  .product-hero__stede {
    order: 2;
    min-height: 0;
    margin: 0;
    border-width: 3px;
    border-radius: var(--mobile-radius);
    box-shadow: 8px 8px 0 var(--ink-900);
    transform: none;
  }
  .pricing-hero__visual { box-shadow: 8px 8px 0 var(--sky-500); }
  .page-hero__image img,
  .pricing-hero__visual img,
  .about-hero__stede img,
  .product-hero__stede img { min-height: 0; aspect-ratio: 16 / 10; object-position: center; }
  .product-hero__stede img { aspect-ratio: 16 / 9; }
  .product-hero__back { margin-bottom: 12px; }
  .product-hero__copy .sign-button,
  .page-hero__copy .sign-button,
  .pricing-hero__copy .sign-button { margin-top: 16px; }

  .pricing-hero__copy h1 { font-size: 2.85rem; }
  .pricing-hero__copy h1 span { display: inline; }
  .big-price { margin-block: 4px 12px; }
  .big-price strong { font-size: clamp(5rem, 25vw, 6.4rem); }
  .big-price span { font-size: .9rem; }
  .pricing-hero__visual img { aspect-ratio: 16 / 9; }

  .page-hero--industries .shell {
    display: grid;
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 44px 0 52px;
    gap: 30px;
  }
  .page-hero--industries .page-hero__copy--center { order: 1; margin: 0; text-align: left; }
  .page-hero--industries .page-hero__copy--center h1,
  .page-hero--industries .page-hero__copy--center > p { margin-inline: 0; }
  .page-hero--industries h1 { font-size: 2.9rem; }
  .industry-panorama { order: 2; margin: 0; border-width: 3px; border-radius: var(--mobile-radius); transform: none; }
  .industry-panorama img { aspect-ratio: 16 / 10; object-fit: cover; }

  .catalog-department { display: grid; grid-template-columns: 1fr; min-height: 0; margin-bottom: 54px; border: 0; }
  .catalog-department--flip .catalog-department__poster { order: 0; }
  .catalog-department__poster { min-height: 0; border-radius: var(--mobile-radius) var(--mobile-radius) 0 0; }
  .catalog-department__poster img { height: auto; min-height: 0; aspect-ratio: 4 / 3; }
  .catalog-department__poster > span { display: none; }
  .catalog-department__copy { padding: 28px 22px; }
  .catalog-links small { display: none; }
  .catalog-links a { min-height: 52px; }

  .plan-shelves { padding-top: 64px; }
  .plan-shelves__grid { grid-template-columns: 1fr; }
  .plan-shelves__grid article { min-height: 0; padding: 26px 22px; border-right: 0; border-bottom: 1px solid var(--slate-200); }
  .plan-shelves__grid h3 { min-height: 0; margin-bottom: 12px; }
  .plan-shelves__grid ul { columns: 1; }
  .plan-note { text-align: left; }
  .faq__grid { gap: 28px; }
  .accordion__item button { min-height: 60px; text-align: left; }

  .industry-directory { padding-top: 56px; }
  .industry-band { grid-template-columns: 1fr auto; min-height: 0; padding: 28px 22px; gap: 18px; }
  .industry-band__number { grid-column: 1 / -1; }
  .industry-band__copy { grid-column: 1 / -1; grid-template-columns: 1fr; gap: 12px; }
  .industry-band__copy > div { grid-column: 1; }
  .industry-band h2 { font-size: 2.35rem; }
  .industry-band__copy span { padding: 6px 9px; font-size: .76rem; }
  .circle-link { grid-column: 2; grid-row: 1; min-width: 44px; min-height: 44px; }

  .careers-hero { padding-top: 36px; }
  .careers-hero__grid { width: calc(100% - (var(--mobile-gutter) * 2)); min-height: 0; gap: 30px; }
  .careers-hero h1 { font-size: 2.9rem; }
  .careers-hero__copy .button-row { grid-template-columns: 1fr; }
  .careers-hero__copy .quiet-link { display: none; }
  .careers-hero__art::before { inset: 10px -7px -8px 10px; border-radius: var(--mobile-radius); }
  .careers-hero__art img { height: auto; aspect-ratio: 16 / 10; border-width: 3px; border-radius: var(--mobile-radius) var(--mobile-radius) 0 0; }
  .careers-intro { padding: 56px 0; }
  .careers-intro__grid { display: grid; gap: 18px; }
  .careers-roles { padding: 64px 0; }
  .role-grid { grid-template-columns: 1fr; gap: 12px; }
  .role-card { min-height: 0; padding: 24px; }
  .role-card > p:first-child { margin-bottom: 20px; }
  .careers-perks { padding: 64px 0; }
  .careers-perks__grid { grid-template-columns: 1fr; gap: 28px; }
  .careers-perks ul { grid-template-columns: 1fr; }
  .careers-cta { padding: 64px 0; }

  .product-demo__grid,
  .product-details__grid,
  .manifesto__grid,
  .faq__grid { grid-template-columns: 1fr; gap: 34px; }
  .product-demo,
  .product-details { padding: 64px 0; }
  .demo-frame img { min-height: 0; aspect-ratio: 4 / 3; }
  .feature-ledger li { grid-template-columns: 42px 1fr; min-height: 82px; }
  .product-plan__inner,
  .plain-cta__inner { display: grid; gap: 20px; }
  .product-plan h2 { font-size: 3.25rem; }
  .plain-cta .sign-button { width: 100%; }

  .site-footer__grid { grid-template-columns: 1fr; padding-block: 48px calc(48px + env(safe-area-inset-bottom)); gap: 30px; }
  .site-footer__grid nav { grid-template-columns: 1fr 1fr; }
  .site-footer__contact { text-align: left; }

  .booking-dialog {
    width: calc(100% - 20px);
    max-width: none;
    height: min(610px, calc(100dvh - 16px));
    max-height: min(610px, calc(100dvh - 16px));
    border-radius: 12px;
  }
  .booking-dialog__layout { grid-template-rows: 62px minmax(0,1fr); }
  .booking-dialog__intro { min-height: 62px; padding: 10px 52px 10px 14px; }
  .booking-dialog__intro img { width: 118px; margin: 0; }
  .booking-dialog__calendar { overflow: hidden; }
  .booking-dialog__calendar iframe { min-height: 540px; }

  /* A tiny Heystede shop sign, not a generic floating pill. */
  .booking-shop-sign,
  .home-hero .button-row .booking-shop-sign,
  .mobile-booking-dock .booking-shop-sign {
    position: relative;
    isolation: isolate;
    display: grid;
    grid-template-columns: 34px minmax(0,1fr) 38px;
    align-items: center;
    gap: 9px;
    min-height: 68px;
    padding: 13px 8px 8px 10px;
    overflow: hidden;
    color: var(--ink-900);
    background: var(--ochre);
    border: 3px solid var(--ink-900);
    border-radius: 5px 17px 5px 17px;
    box-shadow: 7px 7px 0 var(--sky-400), 0 15px 34px rgba(15,34,51,.32);
    text-align: left;
    transition: transform .16s ease, box-shadow .16s ease;
  }
  .booking-shop-sign::before {
    position: absolute;
    inset: 0 0 auto;
    height: 11px;
    content: "";
    background: repeating-linear-gradient(90deg, var(--ink-900) 0 17px, var(--white) 17px 34px);
    border-bottom: 1px solid rgba(15,34,51,.18);
  }
  .booking-shop-sign__mark {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    margin-top: 5px;
    background: var(--sky-100);
    border-radius: 5px 11px 5px 11px;
    box-shadow: inset 0 0 0 1px rgba(14,165,233,.28);
  }
  .booking-shop-sign__mark img { width: 20px; height: 20px; }
  .booking-shop-sign__label {
    padding-top: 5px;
    font-family: var(--display);
    font-size: 1.02rem;
    font-weight: 800;
    letter-spacing: -.01em;
    line-height: 1;
    white-space: nowrap;
  }
  .booking-shop-sign b,
  .home-hero .button-row .booking-shop-sign b,
  .mobile-booking-dock .booking-shop-sign b {
    width: 38px;
    height: 38px;
    margin-top: 5px;
    color: var(--white);
    background: var(--ink-900);
    border-radius: 18px 18px 5px 5px;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.2);
    transition: transform .16s ease;
  }
  .booking-shop-sign:hover b { transform: translate(2px,-2px); }
  .booking-shop-sign:active {
    transform: translate(3px,3px);
    box-shadow: 3px 3px 0 var(--sky-400), 0 8px 20px rgba(15,34,51,.26);
  }
  .booking-shop-sign:focus-visible { outline: 3px solid var(--white); outline-offset: 3px; }
  .booking-shop-sign--hero { width: 100%; max-width: 350px; }

  .mobile-booking-dock { padding-top: 15px; }
  .mobile-booking-dock::before {
    position: absolute;
    top: -7px;
    right: 30px;
    left: 30px;
    height: 24px;
    content: "";
    background:
      linear-gradient(64deg, transparent 47%, var(--ink-900) 48% 52%, transparent 53%) left / 50% 100% no-repeat,
      linear-gradient(-64deg, transparent 47%, var(--ink-900) 48% 52%, transparent 53%) right / 50% 100% no-repeat;
    pointer-events: none;
  }
  .mobile-booking-dock::after {
    position: absolute;
    top: -8px;
    left: 50%;
    width: 10px;
    height: 10px;
    content: "";
    background: var(--sky-500);
    border: 2px solid var(--white);
    border-radius: 50%;
    box-shadow: 0 2px 0 var(--ink-900);
    pointer-events: none;
    transform: translateX(-50%);
  }
  .mobile-booking-dock .booking-shop-sign {
    min-height: 68px;
    transform: rotate(-1.2deg);
  }
  .mobile-booking-dock.is-visible .booking-shop-sign { animation: heystede-sign-settle .48s cubic-bezier(.22,.85,.32,1.18) both; }
}

@keyframes heystede-sign-settle {
  0% { transform: translateY(14px) rotate(-5deg); }
  72% { transform: translateY(0) rotate(1deg); }
  100% { transform: translateY(0) rotate(-1.2deg); }
}

@media (prefers-reduced-motion: reduce) {
  .mobile-booking-dock.is-visible .booking-shop-sign { animation: none; transform: none; }
}

@media (max-width: 360px) {
  :root { --mobile-gutter: 16px; }
  .home-hero__stage,
  .home-hero > .shell.home-hero__stage { grid-template-rows: 230px auto auto; }
  .home-hero__stage::after,
  .hero-scene { height: 230px; }
  .home-hero__copy h1 { font-size: 2.75rem; }
}
