:root {
  --ink: #14202c;
  --ink-soft: #243547;
  --paper: #f5f4f0;
  --white: #fffefa;
  --orange: #f14b23;
  --orange-dark: #c92f10;
  --yellow: #ffc43d;
  --teal: #0da7b5;
  --line: rgba(20, 32, 44, .18);
  --radius: 18px;
  --shadow: 0 28px 70px rgba(20, 32, 44, .16);
  --shell: min(1400px, calc(100vw - 64px));
}

* { box-sizing: border-box; }
html { max-width: 100%; overflow-x: clip; scroll-behavior: smooth; }
body { max-width: 100%; margin: 0; overflow-x: clip; color: var(--ink); background: var(--paper); font-family: "Avenir Next", Avenir, "Helvetica Neue", Arial, sans-serif; font-size: 16px; line-height: 1.5; }
body.menu-open { overflow: hidden; }
img { display: block; width: 100%; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { color: inherit; }
.page-shell { width: var(--shell); margin-inline: auto; }
.section { padding: 128px 0; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3, .brand-name { font-family: "Avenir Next", Avenir, "Helvetica Neue", Arial, sans-serif; font-weight: 700; letter-spacing: -.06em; }
h2 { max-width: 900px; margin-bottom: 24px; font-size: clamp(3rem, 5.6vw, 6.3rem); line-height: .96; }
.section-heading { max-width: 1020px; margin-bottom: 64px; }
.section-heading p, .layers-heading p, .story-heading p { max-width: 650px; color: #51606d; font-size: 1.15rem; }
.eyebrow { margin-bottom: 22px; color: var(--yellow); font-size: .76rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }

.site-header { position: fixed; z-index: 20; top: 0; left: 0; display: grid; grid-template-columns: auto 1fr auto; align-items: center; width: 100%; height: 76px; padding: 0 3vw; border-bottom: 1px solid rgba(20,32,44,.14); color: var(--ink); background: rgba(245,244,240,.9); backdrop-filter: blur(14px); transition: height .3s ease, background .3s ease, color .3s ease, border-color .3s ease; }
.site-header.is-scrolled { height: 64px; border-color: var(--line); color: var(--ink); background: rgba(245,244,240,.95); backdrop-filter: blur(14px); }
.brand { display: inline-flex; align-items: center; gap: 9px; }
.brand-mark { width: 11px; height: 11px; background: var(--orange); transform: rotate(45deg); }
.brand-name { font-size: 1.55rem; letter-spacing: -.02em; }
.brand-note { margin-left: 4px; font-size: .58rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.brand-logo { display: block; width: auto; height: 54px; object-fit: contain; }
.brand-logo-footer { height: 94px; }
.desktop-nav { display: flex; justify-content: center; gap: clamp(10px, 1.5vw, 26px); font-size: .7rem; font-weight: 700; white-space: nowrap; }
.desktop-nav a, .phone { transition: color .2s ease; }
.desktop-nav a:hover, .phone:hover { color: var(--yellow); }
.desktop-nav .nav-featured { position: relative; display: inline-flex; flex-direction: column; align-items: center; justify-content: center; min-height: 48px; margin: -13px 4px; padding: 5px 18px 6px; border: 1px solid var(--orange); border-radius: 5px 5px 14px 5px; color: var(--ink); font-size: .86rem; font-weight: 900; line-height: .98; letter-spacing: 0; background: var(--yellow); box-shadow: 5px 5px 0 var(--orange); transform: rotate(-1deg); transition: color .2s ease, background .2s ease, box-shadow .25s ease, transform .25s cubic-bezier(.16,1,.3,1); }
.desktop-nav .nav-featured small { display: block; margin-top: 4px; font-size: .54rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.desktop-nav .nav-featured:hover { color: var(--white); background: var(--orange); box-shadow: 2px 2px 0 var(--yellow); transform: translateY(-2px) rotate(0); }
.desktop-nav .nav-featured:active { transform: translateY(1px) scale(.98); }
.header-actions { display: flex; align-items: center; gap: 12px; min-width: 0; }
.phone { font-size: .78rem; font-weight: 800; white-space: nowrap; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 20px; min-height: 54px; padding: 0 28px; border: 0; border-radius: 7px 7px 18px 7px; font-weight: 700; cursor: pointer; transition: transform .25s cubic-bezier(.16,1,.3,1), background .25s ease, color .25s ease; }
.button:hover { transform: translateY(-3px); }
.button:active { transform: translateY(1px) scale(.99); }
.button-small { min-height: 40px; padding: 0 18px; border: 1px solid var(--orange); color: var(--orange); font-size: .76rem; background: transparent; }
.button-accent { color: var(--white); background: var(--orange); }
.site-header .button-accent { color: var(--orange); background: transparent; }
.site-header .button-accent:hover { color: var(--white); background: var(--orange); }
.button-accent:hover { background: var(--orange-dark); }
.button-light { color: var(--ink); background: var(--white); }
.text-link { display: inline-flex; align-items: center; gap: 12px; padding-bottom: 6px; border-bottom: 2px solid currentColor; font-weight: 800; }
.text-link-light { color: var(--white); }
.menu-button, .mobile-nav { display: none; }

.hero { position: relative; min-height: 100dvh; overflow: hidden; background: var(--paper); }
.hero-editorial { padding: 110px 0 42px; }
.hero-paper { position: relative; display: grid; grid-template-columns: minmax(500px, .9fr) minmax(460px, 1.1fr); align-items: center; min-height: calc(100dvh - 152px); }
.hero-copy-column { position: relative; z-index: 4; padding: 42px 0 74px; }
.hero .eyebrow { color: var(--teal); }
.hero-title { width: 116%; margin-bottom: 34px; font-size: clamp(4rem, 5.8vw, 6.9rem); font-weight: 650; line-height: .91; }
.hero-title span { display: block; width: max-content; max-width: 100%; }
.hero-accent-line { position: relative; z-index: 2; width: max-content; max-width: 115%; margin-top: 2px; color: var(--orange); font-style: italic; font-weight: 700; letter-spacing: -.075em; }
.hero-accent-line::after { content: ""; position: absolute; z-index: -1; left: 2%; right: -2%; bottom: 1px; height: 13px; border-radius: 70% 30% 60% 35%; background: var(--yellow); opacity: .68; transform: rotate(-1.3deg); }
.hero-copy { max-width: 500px; margin-bottom: 30px; color: #4f5d68; font-size: clamp(1rem, 1.35vw, 1.2rem); }
.hero-actions { display: flex; align-items: center; gap: 30px; }
.hero-stage { position: relative; z-index: 2; align-self: stretch; min-height: 650px; margin: 0; }
.hero-stage::before { content: ""; position: absolute; z-index: -1; top: 0; right: -2%; width: 88%; height: 95%; border-radius: 48% 48% 22px 22px / 19% 19% 22px 22px; background: var(--teal); transform: rotate(1.8deg); }
.hero-stage-image { position: absolute; inset: 3% 2% 9% 2%; overflow: hidden; border-radius: 48% 48% 18px 18px / 19% 19% 18px 18px; }
.hero-stage-image img { height: 100%; object-fit: cover; object-position: 53% center; }
.stage-shutter { position: absolute; z-index: 2; top: 0; width: 51%; height: 100%; background: var(--ink); animation: curtainOpen 1.15s .15s cubic-bezier(.77,0,.18,1) forwards; }
.stage-shutter-left { left: 0; transform-origin: left center; }
.stage-shutter-right { right: 0; transform-origin: right center; }
.hero-stage figcaption { position: absolute; right: 0; bottom: 0; display: grid; gap: 3px; width: 47%; padding: 14px 2px 0 18px; border-top: 1px solid var(--ink); color: var(--ink); background: var(--paper); }
.hero-stage figcaption span { color: var(--yellow); font-size: .68rem; font-weight: 800; text-transform: uppercase; }
.hero-stage figcaption strong { font-size: .92rem; }
.hero-ticket { position: absolute; z-index: 6; right: 38%; bottom: 1%; display: grid; grid-template-columns: 42px auto; grid-template-rows: auto auto; align-items: center; width: 225px; padding: 14px 17px; border: 1px solid rgba(20,32,44,.24); border-radius: 8px 8px 22px 8px; color: var(--ink); background: rgba(255,254,250,.9); backdrop-filter: blur(10px); transform: rotate(-2deg); box-shadow: 0 16px 32px rgba(20,32,44,.12); }
.ticket-star { grid-row: 1 / 3; font-size: 1.8rem; }
.hero-ticket strong { font-family: "Avenir Next", Avenir, sans-serif; font-size: 2.2rem; line-height: 1; }
.hero-ticket > span:last-child { font-size: .63rem; font-weight: 800; line-height: 1.12; text-transform: uppercase; }
.hero-edition { position: absolute; z-index: 5; left: 0; bottom: 4px; color: #7b858e; font-size: .66rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.hero-stage-image img { animation: stageFocus 4.8s cubic-bezier(.16,1,.3,1) both; }


.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s cubic-bezier(.16,1,.3,1); }
.reveal.is-visible { opacity: 1; transform: none; }
.hero .reveal:nth-child(2) { transition-delay: .08s; }
.hero .reveal:nth-child(3) { transition-delay: .16s; }
.hero .reveal:nth-child(4) { transition-delay: .24s; }

.ideas { background: var(--paper); }
.idea-editor { display: grid; grid-template-columns: .72fr 1.55fr .73fr; align-items: stretch; min-height: 650px; }
.idea-selector { display: flex; flex-direction: column; justify-content: center; padding-right: 38px; }
.idea-selector button { display: grid; grid-template-columns: 34px 1fr; gap: 8px; width: 100%; padding: 17px 0; border: 0; border-bottom: 1px solid var(--line); color: #71808b; text-align: left; background: transparent; cursor: pointer; transition: color .25s ease, padding-left .35s cubic-bezier(.16,1,.3,1); }
.idea-selector button span { color: var(--orange); font-size: .7rem; font-weight: 800; }
.idea-selector button.is-active { padding-left: 13px; color: var(--ink); font-weight: 800; }
.idea-selector button.idea-choice-featured { margin-top: 12px; padding: 16px 12px; border: 1px solid var(--orange); border-radius: 4px 4px 14px 4px; color: var(--ink); font-weight: 850; background: rgba(255,197,61,.2); }
.idea-selector button.idea-choice-featured:hover { background: rgba(255,197,61,.48); }
.idea-selector button.idea-choice-featured.is-active { padding-left: 16px; background: var(--yellow); box-shadow: 5px 5px 0 var(--orange); transform: translate(-2px,-2px); }
.idea-editor-image { position: relative; margin: -36px 0 38px; overflow: hidden; border-radius: 46% 46% 20px 20px / 18% 18% 20px 20px; background: var(--ink); box-shadow: 0 30px 75px rgba(20,32,44,.13); }
.idea-editor-image::after { content: ""; position: absolute; inset: 14px; border: 1px solid rgba(255,255,255,.42); border-radius: inherit; pointer-events: none; }
.idea-editor-image img { height: 100%; object-fit: cover; transition: opacity .25s ease, transform .55s cubic-bezier(.16,1,.3,1); }
.idea-editor-image.is-changing img { opacity: .18; transform: scale(.98); }
.idea-frame-number { position: absolute; z-index: 2; top: 34px; left: 28px; color: var(--white); font-family: "Avenir Next", Avenir, sans-serif; font-size: 1.45rem; font-weight: 700; }
.idea-editor-copy { display: flex; flex-direction: column; justify-content: flex-end; align-items: flex-start; padding: 44px 0 58px 42px; }
.idea-editor-copy > i { margin-bottom: auto; color: var(--teal); font-size: 3.2rem; }
.idea-editor-copy h3 { margin-bottom: 15px; font-size: clamp(2.2rem, 3.3vw, 4.1rem); line-height: .98; }
.idea-editor-copy p { max-width: 300px; color: #5f6c77; }
.idea-editor-copy .text-link { margin-top: 12px; }

.programs { background: var(--white); }
.programs-layout { display: grid; grid-template-columns: minmax(270px, .7fr) 2fr; gap: 7vw; align-items: start; }
.programs-intro { position: sticky; top: 110px; }
.programs-intro h2 { font-size: clamp(3rem, 5vw, 5.8rem); }
.programs-intro > p { max-width: 430px; color: #596671; }
.program-paths { display: grid; gap: 12px; margin-top: 30px; }
.program-path { position: relative; display: grid; gap: 4px; padding: 17px 50px 17px 18px; border: 1px solid var(--line); transition: color .2s ease, background .2s ease, border-color .2s ease, transform .25s cubic-bezier(.16,1,.3,1); }
.program-path small { color: #6b7680; font-size: .68rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.program-path strong { font-size: 1rem; line-height: 1.18; }
.program-path i { position: absolute; top: 50%; right: 17px; font-size: 1.15rem; transform: translateY(-50%); }
.program-path-primary { border-color: var(--orange); border-radius: 4px 4px 16px 4px; background: var(--yellow); box-shadow: 5px 5px 0 var(--orange); }
.program-path-primary small { color: #8d3a19; }
.program-path-primary strong { font-size: 1.08rem; }
.program-path-primary:hover { color: var(--white); background: var(--orange); box-shadow: 2px 2px 0 var(--yellow); transform: translateY(-2px); }
.program-path-primary:hover small { color: rgba(255,255,255,.78); }
.program-path-secondary:hover { border-color: var(--ink); transform: translateX(3px); }
.program-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 54px 24px; align-items: start; }
.program-card { min-width: 0; transition: opacity .3s ease, transform .3s ease; }
.program-card-wide { grid-column: span 2; width: 78%; }
.program-photo { aspect-ratio: 4 / 5; overflow: hidden; border-radius: 28px 8px 28px 8px; background: #d8d8d4; }
.program-card-wide .program-photo { aspect-ratio: 16 / 9; }
.program-photo img { height: 100%; object-fit: cover; transition: transform .65s cubic-bezier(.16,1,.3,1); }
.program-card:hover .program-photo img { transform: scale(1.035); }
.program-content { position: relative; padding: 20px 60px 0 0; }
.program-content p { margin-bottom: 8px; color: #68727c; font-size: .74rem; font-weight: 800; text-transform: uppercase; }
.program-content h3 { margin-bottom: 8px; font-size: clamp(2rem, 3vw, 3.4rem); line-height: .95; text-transform: uppercase; }
.program-content span { display: block; max-width: 500px; color: #596671; }
.program-content a { position: absolute; right: 0; top: 25px; display: grid; place-items: center; width: 46px; height: 46px; border: 1px solid var(--ink); font-size: 1.25rem; transition: background .2s ease, color .2s ease, transform .2s ease; }
.program-content a:hover { color: var(--white); background: var(--orange); border-color: var(--orange); transform: translate(2px,-2px); }
.formats { color: var(--white); background: var(--ink); }
.formats-layout { display: grid; grid-template-columns: 1.05fr .95fr; gap: 7vw; align-items: center; }
.format-visual { position: relative; height: min(74vh, 780px); min-height: 560px; }
.format-visual img { width: 100%; height: 100%; border-radius: 46% 46% 18px 18px / 15% 15% 18px 18px; object-fit: cover; transition: opacity .25s ease, transform .5s cubic-bezier(.16,1,.3,1); }
.format-visual.is-changing img { opacity: .25; transform: scale(.98); }
.format-counter { position: absolute; right: -28px; bottom: 34px; display: flex; align-items: end; gap: 12px; padding: 18px 22px; color: var(--ink); background: var(--yellow); box-shadow: var(--shadow); }
.format-counter span { font-family: Impact, sans-serif; font-size: 3.8rem; line-height: .8; }
.format-counter small { max-width: 76px; font-weight: 800; line-height: 1.05; text-transform: uppercase; }
.format-copy h2 { font-size: clamp(3rem, 5.7vw, 6.8rem); }
.format-copy > p { max-width: 560px; color: #b8c0c7; }
.format-list { margin-top: 44px; }
.format-cta { margin-top: 30px; }
.format-item { position: relative; display: block; width: 100%; padding: 22px 60px 22px 0; border: 0; border-top: 1px solid rgba(255,255,255,.2); color: #8d99a5; text-align: left; background: transparent; cursor: pointer; transition: color .25s ease, padding-left .35s ease; }
.format-item:last-child { border-bottom: 1px solid rgba(255,255,255,.2); }
.format-item::after { content: "↗"; position: absolute; right: 4px; top: 22px; color: var(--yellow); font-size: 1.3rem; opacity: 0; transform: translate(-8px,8px); transition: opacity .25s ease, transform .25s ease; }
.format-item.is-active { padding-left: 18px; color: var(--white); }
.format-item.is-active::after { opacity: 1; transform: none; }
.format-item strong { display: block; font-family: Impact, sans-serif; font-size: clamp(1.8rem, 3vw, 3.2rem); font-weight: 800; line-height: 1; text-transform: uppercase; }
.format-item span { display: none; max-width: 580px; margin-top: 10px; font-size: .95rem; }
.format-item.is-active span { display: block; }

.story { overflow: hidden; background: var(--paper); }
.story-heading { display: grid; grid-template-columns: 1.3fr .7fr; align-items: end; gap: 60px; margin-bottom: 60px; }
.story-heading h2 { margin-bottom: 0; }
.story-stage { position: relative; min-height: 830px; }
.story-stage > img { position: absolute; top: 90px; left: 19%; width: 62%; height: 610px; object-fit: cover; box-shadow: var(--shadow); }
.story-point { position: absolute; display: grid; grid-template-columns: 48px 1fr; grid-template-rows: auto auto; width: 250px; padding: 18px; border: 1px solid var(--line); border-radius: 8px 8px 20px 8px; background: rgba(255,254,250,.94); backdrop-filter: blur(12px); }
.story-point i { grid-row: 1 / 3; color: var(--orange); font-size: 2rem; }
.story-point strong { font-size: .9rem; text-transform: uppercase; }
.story-point span { color: #66717c; font-size: .82rem; }
.story-point-1 { top: 20px; left: 0; }
.story-point-2 { top: 0; right: 5%; }
.story-point-3 { bottom: 20px; left: 8%; }
.story-point-4 { right: 0; bottom: 0; }
.story-conclusion { max-width: 660px; margin: 36px 0 18px; font-size: 1.2rem; font-weight: 650; }

.story-stage .story-point { opacity: 0; transform: translateY(22px); }
.story-stage.in-motion .story-point { animation: pointArrive .65s cubic-bezier(.16,1,.3,1) forwards; }
.story-stage.in-motion .story-point-1 { animation-delay: .18s; }
.story-stage.in-motion .story-point-2 { animation-delay: .4s; }
.story-stage.in-motion .story-point-3 { animation-delay: .62s; }
.story-stage.in-motion .story-point-4 { animation-delay: .84s; }
.story-point i { transition: color .25s ease, transform .35s cubic-bezier(.16,1,.3,1); }
.story-point:hover i { color: var(--teal); transform: rotate(-8deg) scale(1.14); }

.help-strip { padding: 34px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); }
.help-strip-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.help-strip p { margin: 0; font-size: 1.15rem; }

.layers { overflow: hidden; color: var(--white); background: #162535; }
.layers-heading { display: grid; grid-template-columns: 1.12fr .88fr; align-items: end; gap: 70px; margin-bottom: 64px; }
.layers-heading h2 { margin: 10px 0 0; }
.layers-heading p { margin-bottom: 0; color: #b6c0c9; }
.layers-eyebrow { color: var(--yellow); font-size: .76rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.event-blueprint { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr); gap: clamp(36px, 6vw, 90px); align-items: stretch; }
.event-core { position: relative; min-height: 690px; margin: 0; overflow: hidden; border-radius: 48% 48% 20px 20px / 13% 13% 20px 20px; background: #24384b; }
.event-core::after { content: ""; position: absolute; inset: 18px; border: 1px solid rgba(255,255,255,.52); border-radius: inherit; pointer-events: none; }
.event-core img { width: 100%; height: 100%; object-fit: cover; object-position: center 32%; transition: transform 1.1s cubic-bezier(.16,1,.3,1); }
.event-core:hover img { transform: scale(1.025); }
.event-core figcaption { position: absolute; z-index: 2; left: 0; right: 16%; bottom: 0; padding: 28px 32px; color: var(--ink); background: var(--yellow); }
.event-core figcaption span { display: block; margin-bottom: 8px; color: #8b4f00; font-size: .72rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.event-core figcaption strong { display: block; max-width: 500px; font-family: Impact, sans-serif; font-size: clamp(2rem, 3.5vw, 4.2rem); font-weight: 800; line-height: .92; text-transform: uppercase; }
.event-build { display: flex; flex-direction: column; min-width: 0; }
.event-build-heading { display: grid; grid-template-columns: .7fr 1.3fr; gap: 24px; align-items: start; margin-bottom: 24px; }
.event-build-heading span { color: var(--orange); font-size: .74rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.event-build-heading p { margin: 0; color: #aeb9c2; font-size: .88rem; }
.event-route { position: relative; border-top: 1px solid rgba(255,255,255,.18); }
.event-route::before { content: ""; position: absolute; z-index: 0; left: 29px; top: 0; bottom: 0; width: 1px; background: linear-gradient(var(--orange), var(--yellow)); transform: scaleY(0); transform-origin: top; }
.event-step { position: relative; z-index: 1; display: grid; grid-template-columns: 58px 42px 1fr; align-items: center; width: 100%; min-height: 66px; padding: 0; border: 0; border-bottom: 1px solid rgba(255,255,255,.18); color: #aeb9c2; text-align: left; background: transparent; cursor: pointer; opacity: 0; transform: translateX(28px); transition: color .25s ease, padding-left .35s cubic-bezier(.16,1,.3,1), background .25s ease; }
.event-step > span { display: grid; place-items: center; width: 24px; height: 24px; margin-left: 17px; border: 1px solid currentColor; border-radius: 50%; font-size: .62rem; font-weight: 900; background: #162535; }
.event-step i { font-size: 1.4rem; }
.event-step strong { font-size: clamp(.92rem, 1.25vw, 1.08rem); }
.event-step-more { grid-template-columns: 58px 42px 1fr 28px; }
.event-step-caret { justify-self: center; transition: transform .3s cubic-bezier(.16,1,.3,1); }
.event-step-more[aria-expanded="true"] .event-step-caret { transform: rotate(180deg); }
.event-step:hover, .event-step.is-active { padding-left: 10px; color: var(--white); background: rgba(255,255,255,.05); }
.event-step.is-active > span { color: var(--ink); border-color: var(--yellow); background: var(--yellow); }
.event-step.is-active i { color: var(--yellow); }
.event-more-ideas { padding: 18px 16px 20px 72px; border-bottom: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.035); }
.event-more-ideas[hidden] { display: none; }
.event-more-ideas ul { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin: 0; padding: 0; list-style: none; }
.event-more-ideas li { display: flex; align-items: center; gap: 8px; min-width: 0; color: var(--white); font-size: .82rem; font-weight: 800; }
.event-more-ideas li i { flex: 0 0 auto; color: var(--yellow); font-size: 1.1rem; }
@media (prefers-reduced-motion: no-preference) {
  .event-more-ideas:not([hidden]) { animation: eventMoreIdeasReveal .34s cubic-bezier(.16,1,.3,1) both; }
}
.event-detail { margin-top: auto; padding: 28px 0 0 30px; border-left: 4px solid var(--orange); }
.event-detail > span { color: var(--yellow); font-size: .72rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.event-detail h3 { margin: 12px 0 10px; font-size: clamp(2.3rem, 4vw, 4.6rem); line-height: .92; text-transform: uppercase; }
.event-detail p { max-width: 500px; margin-bottom: 0; color: #bdc5cc; font-size: 1.02rem; }
.layers-details-link { margin-top: 22px; color: var(--white); border-bottom-color: rgba(255,255,255,.65); }
.layers-link { margin-top: 42px; }
.event-blueprint.in-motion .event-core { animation: eventCoreReveal .9s cubic-bezier(.16,1,.3,1) both; }
.event-blueprint.in-motion .event-route::before { animation: eventRouteDraw 1s .25s cubic-bezier(.16,1,.3,1) forwards; }
.event-blueprint.in-motion .event-step { animation: eventStepArrive .55s cubic-bezier(.16,1,.3,1) forwards; }
.event-blueprint.in-motion .event-step:nth-child(1) { animation-delay: .18s; }
.event-blueprint.in-motion .event-step:nth-child(2) { animation-delay: .28s; }
.event-blueprint.in-motion .event-step:nth-child(3) { animation-delay: .38s; }
.event-blueprint.in-motion .event-step:nth-child(4) { animation-delay: .48s; }
.event-blueprint.in-motion .event-step:nth-child(5) { animation-delay: .58s; }
.event-blueprint.in-motion .event-step:nth-child(6) { animation-delay: .68s; }

.home-video { position: relative; overflow: hidden; border-bottom: 1px solid var(--line); background: var(--white); }
.home-video-layout { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); align-items: center; gap: 32px; }
.home-video-copy { grid-column: 1 / 7; padding-left: clamp(0px, 4vw, 56px); }
.home-video-copy h2 { max-width: 700px; }
.home-video-copy p { max-width: 540px; margin-bottom: 30px; color: #51606d; font-size: 1.15rem; }
.home-video-poster { position: relative; grid-column: 8 / 12; justify-self: center; width: min(100%, 410px); margin: 0; }
.home-video-poster::before { content: ""; position: absolute; z-index: 0; inset: 18px -22px -18px 22px; border-radius: 46% 46% 18px 18px / 12% 12% 18px 18px; background: var(--yellow); transform: rotate(2.5deg); transition: transform .7s cubic-bezier(.16,1,.3,1); }
.home-video-poster:hover::before { transform: rotate(-1deg) translate(5px, -4px); }
.home-video-frame { position: relative; z-index: 1; overflow: hidden; aspect-ratio: 9 / 16; border: 1px solid rgba(20,32,44,.22); border-radius: 46% 46% 18px 18px / 12% 12% 18px 18px; background: #18212b; box-shadow: 0 28px 60px rgba(35, 55, 72, .16); }
.home-video-frame::after { content: ""; position: absolute; z-index: 2; inset: 14px; border: 1px solid rgba(255,255,255,.42); border-radius: 43% 43% 10px 10px / 10% 10% 10px 10px; pointer-events: none; }
.home-video-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.home-video-poster figcaption { position: relative; z-index: 2; display: flex; align-items: center; gap: 9px; margin-top: 26px; font-size: .82rem; font-weight: 800; text-transform: uppercase; }
.home-video-poster figcaption i { color: var(--orange); font-size: 1.15rem; }

.care { overflow: hidden; background: var(--paper); }
.care-layout { display: grid; grid-template-columns: .82fr 1.15fr .55fr; gap: 4vw; align-items: center; }
.care-photo { overflow: hidden; border-radius: 44% 44% 18px 18px / 15% 15% 18px 18px; }
.care-photo img { height: 100%; object-fit: cover; transition: transform 1s cubic-bezier(.16,1,.3,1); }
.care-photo-large { height: 660px; }
.care-photo-small { height: 390px; align-self: end; margin-bottom: 40px; }
.care-copy h2 { font-size: clamp(2.8rem, 4.8vw, 5.3rem); }
.care-copy > p { color: #5d6a75; }
.care-copy ul { display: grid; gap: 0; margin: 34px 0 0; padding: 0; list-style: none; }
.care-copy li { display: grid; grid-template-columns: 32px 1fr; align-items: center; gap: 10px; padding: 12px 0; border-bottom: 1px solid var(--line); font-size: .9rem; }
.care-copy li i { color: var(--teal); font-size: 1.3rem; }
.care-layout .care-photo { clip-path: inset(0 0 100% 0 round 46% 46% 18px 18px / 15% 15% 18px 18px); }
.care-layout.in-motion .care-photo { animation: photoUnveil 1s cubic-bezier(.16,1,.3,1) forwards; }
.care-layout.in-motion .care-photo-small { animation-delay: .25s; }
.care-layout.in-motion .care-photo img { transform: scale(1.04); }

.reviews { position: relative; min-height: 520px; overflow: hidden; color: var(--white); background: linear-gradient(90deg, rgba(15,27,39,.93), rgba(15,27,39,.42)), url("assets/home-carousel/02.webp") center 40% / cover; }
.reviews::after { content: "“"; position: absolute; right: 7vw; top: -80px; color: rgba(255,196,61,.65); font-family: Georgia, serif; font-size: 28rem; line-height: 1; }
.reviews-layout { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, .82fr) minmax(520px, 1.18fr); align-items: end; gap: clamp(48px, 7vw, 110px); }
.reviews-intro p { max-width: 520px; font-size: 1.2rem; }
.reviews-intro .text-link { margin-top: 26px; }
.trusted-panel { align-self: center; padding: clamp(28px, 3.5vw, 48px); border: 1px solid rgba(255,255,255,.68); border-radius: 18px 18px 40px 18px; color: var(--ink); background: rgba(251,251,247,.94); box-shadow: 0 28px 72px rgba(7,17,26,.28); backdrop-filter: blur(12px); }
.trusted-panel h3 { margin-bottom: 26px; font-size: clamp(2.2rem, 3.4vw, 4rem); line-height: 1; }
.trusted-logos { display: grid; gap: clamp(16px, 2vw, 26px); }
.trusted-logos img { width: 100%; height: auto; object-fit: contain; }
.trusted-logos .trusted-logos-secondary { width: 96%; margin-inline: auto; }
.review-rail-wrap { grid-column: 1 / -1; min-width: 0; margin-top: 8px; }
.review-rail { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(310px, 31%); gap: 16px; padding: 4px 2px 18px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: inline mandatory; scrollbar-color: rgba(255,196,61,.8) rgba(255,255,255,.16); scrollbar-width: thin; }
.review-card { display: grid; grid-template-rows: 1fr auto; min-height: 270px; margin: 0; padding: 30px; border: 1px solid rgba(255,255,255,.62); border-radius: 14px 14px 32px 14px; color: var(--ink); background: rgba(251,251,247,.96); box-shadow: 0 20px 52px rgba(7,17,26,.2); scroll-snap-align: start; }
.review-card p { margin: 0; font-size: clamp(1.08rem, 1.45vw, 1.28rem); font-weight: 650; line-height: 1.45; }
.review-card p::before { content: "“"; margin-right: 4px; color: var(--orange); font-family: Georgia, serif; font-size: 1.35em; line-height: 0; }
.review-card footer { display: grid; gap: 2px; margin-top: 34px; padding-top: 18px; border-top: 1px solid var(--line); }
.review-card footer strong { font-size: .9rem; }
.review-card footer span { color: #65727d; font-size: .77rem; }

.process { background: var(--white); }
.process h2 { margin-bottom: 70px; }
.process-line { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); }
.process-line article { position: relative; min-height: 280px; padding: 34px 28px; background: var(--white); }
.process-line article::after { content: ""; position: absolute; top: -6px; left: 28px; width: 52px; height: 12px; background: var(--orange); }
.process-line i { display: block; margin-bottom: 72px; color: var(--teal); font-size: 2.5rem; }
.process-line strong { display: block; margin-bottom: 10px; font-size: 1.05rem; text-transform: uppercase; }
.process-line span { color: #68727c; font-size: .9rem; }
.process-line article { opacity: 0; transform: translateY(26px); }
.process-line.in-motion article { animation: processFrame .62s cubic-bezier(.16,1,.3,1) forwards; }
.process-line.in-motion article:nth-child(2) { animation-delay: .14s; }
.process-line.in-motion article:nth-child(3) { animation-delay: .28s; }
.process-line.in-motion article:nth-child(4) { animation-delay: .42s; }
.process-line article i { transition: color .25s ease, transform .35s cubic-bezier(.16,1,.3,1); }
.process-line article:hover i { color: var(--orange); transform: translateY(-6px) rotate(-5deg); }

.contact { display: grid; grid-template-columns: 1.05fr .95fr; padding: 0; background: var(--paper); }
.contact-photo { min-height: 820px; }
.contact-photo img { height: 100%; object-fit: cover; }
.contact-form-wrap { display: flex; flex-direction: column; justify-content: center; padding: 80px clamp(32px, 7vw, 110px); }
.contact-form-wrap .eyebrow { color: var(--orange); }
.contact-form-wrap h2 { font-size: clamp(3rem, 5vw, 5.8rem); }
.contact-form-wrap > p:not(.eyebrow) { color: #66717c; }
.contact-form { display: grid; gap: 20px; margin-top: 28px; }
.contact-form label { display: grid; gap: 7px; }
.contact-form label span { font-size: .78rem; font-weight: 800; text-transform: uppercase; }
.contact-form input, .contact-form textarea { width: 100%; padding: 14px 0; border: 0; border-bottom: 1px solid #78828a; border-radius: 0; outline: none; background: transparent; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--orange); box-shadow: 0 2px 0 var(--orange); }
.contact-form details { border-bottom: 1px solid var(--line); }
.contact-form summary { display: flex; align-items: center; justify-content: space-between; padding: 14px 0; font-weight: 800; cursor: pointer; list-style: none; }
.optional-fields { display: grid; gap: 18px; padding: 8px 0 24px; }
.contact-form .button { justify-self: start; margin-top: 10px; }
.contact-form .form-consent { display: grid; grid-template-columns: 20px minmax(0, 1fr); align-items: start; gap: 10px; }
.contact-form .form-consent input { width: 18px; height: 18px; margin: 2px 0 0; accent-color: var(--orange); }
.contact-form .form-consent span { font-size: .78rem; font-weight: 500; line-height: 1.45; text-transform: none; }
.contact-form .form-consent a { color: var(--orange); text-decoration: underline; text-underline-offset: 3px; }
.form-note { margin: 0; color: #66717c; font-size: .82rem; }
.form-note.is-success { color: #14705a; font-weight: 800; }

.header-sentinel { position: absolute; top: 0; left: 0; width: 1px; height: 1px; pointer-events: none; }
.cookie-consent { position: fixed; z-index: 80; right: 20px; bottom: 20px; left: 20px; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 28px; max-width: 1040px; margin-inline: auto; padding: 20px 22px; border: 1px solid rgba(255,255,255,.16); border-radius: 10px 10px 28px 10px; color: var(--white); background: #142436; box-shadow: 0 24px 70px rgba(20,36,54,.28); }
.cookie-consent strong { display: block; margin-bottom: 3px; font-size: 1rem; }
.cookie-consent p { max-width: 680px; margin: 0; color: #c7d0d7; font-size: .86rem; line-height: 1.45; }
.cookie-consent p a { color: var(--yellow); text-decoration: underline; text-underline-offset: 3px; }
.cookie-consent-actions { display: flex; align-items: center; gap: 18px; }
.cookie-consent .button { min-height: 46px; padding-inline: 18px; white-space: nowrap; }
.cookie-consent .text-link { border: 0; color: var(--white); background: transparent; white-space: nowrap; cursor: pointer; }
.cookie-media-notice { position: absolute; z-index: 3; inset: 0; display: grid; place-content: center; justify-items: center; gap: 14px; padding: 24px; color: var(--white); text-align: center; background: #142436; }
.cookie-media-notice p { max-width: 330px; margin: 0; color: #d2d9df; }
.cookie-media-notice button { min-height: 44px; padding: 0 18px; border: 0; border-radius: 7px 7px 18px 7px; color: var(--ink); font-weight: 800; background: var(--yellow); cursor: pointer; }

.site-footer { padding: 80px 0 24px; color: var(--white); background: #101b27; }
.footer-grid { display: grid; grid-template-columns: 1.25fr 1fr .6fr; gap: 8vw; }
.brand-footer { margin-bottom: 22px; }
.footer-grid p { max-width: 380px; color: #aeb8c1; }
.footer-grid > div:nth-child(2), .footer-grid nav { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-label { color: var(--yellow); font-size: .72rem; font-weight: 800; text-transform: uppercase; }
.footer-phone { margin-bottom: 6px; font-family: Impact, sans-serif; font-size: clamp(1.8rem, 2.5vw, 2.8rem); letter-spacing: -.03em; white-space: nowrap; }
.footer-grid nav a:hover, .footer-grid > div:nth-child(2) a:hover { color: var(--yellow); }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 70px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.15); color: #84909b; font-size: .72rem; }
.footer-legal { display: flex; flex-wrap: wrap; gap: 10px 20px; }

@keyframes curtainOpen { to { transform: scaleX(0); } }
@keyframes stageFocus { from { transform: scale(1.075); } to { transform: scale(1); } }
@keyframes pointArrive { to { opacity: 1; transform: translateY(0); } }
@keyframes eventCoreReveal { from { opacity: 0; clip-path: inset(0 0 100% 0 round 48% 48% 20px 20px / 13% 13% 20px 20px); transform: translateY(35px); } to { opacity: 1; clip-path: inset(0 round 48% 48% 20px 20px / 13% 13% 20px 20px); transform: none; } }
@keyframes eventRouteDraw { to { transform: scaleY(1); } }
@keyframes eventStepArrive { to { opacity: 1; transform: none; } }
@keyframes eventMoreIdeasReveal { from { opacity: 0; transform: translateY(-8px); } to { opacity: 1; transform: none; } }
@keyframes photoUnveil { to { clip-path: inset(0 0 0 0 round 46% 46% 18px 18px / 15% 15% 18px 18px); } }
@keyframes processFrame { to { opacity: 1; transform: translateY(0); } }

.seo-guide { border-top: 1px solid var(--line); background: var(--white); }
.seo-guide-layout { display: grid; grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr); gap: clamp(56px, 8vw, 120px); align-items: start; }
.seo-guide-intro { position: sticky; top: 110px; }
.seo-guide-intro h2 { margin-top: 18px; font-size: clamp(3rem, 5vw, 5.7rem); }
.seo-guide-intro > p { max-width: 640px; color: #51606d; font-size: 1.1rem; }
.seo-topic-links { display: grid; gap: 0; max-width: 580px; margin-top: 32px; border-top: 1px solid var(--line); }
.seo-topic-links a { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 17px 2px; border-bottom: 1px solid var(--line); font-weight: 800; transition: color .2s ease, padding-left .25s cubic-bezier(.16,1,.3,1); }
.seo-topic-links a:hover { padding-left: 8px; color: var(--orange); }
.seo-topic-links span { color: var(--teal); font-size: 1.1rem; }
.seo-faq { border-top: 1px solid var(--line); }
.seo-faq details { border-bottom: 1px solid var(--line); }
.seo-faq summary { display: flex; justify-content: space-between; gap: 24px; padding: 27px 4px; font-size: 1.15rem; font-weight: 800; cursor: pointer; list-style: none; }
.seo-faq summary::-webkit-details-marker { display: none; }
.seo-faq summary::after { content: "+"; color: var(--orange); font-size: 1.5rem; font-weight: 500; line-height: 1; }
.seo-faq details[open] summary::after { content: "−"; }
.seo-faq details p { max-width: 650px; margin: -4px 48px 28px 4px; color: #51606d; }

.error-page { min-height: 100dvh; background: var(--paper); }
.error-main { display: flex; align-items: flex-start; flex-direction: column; justify-content: center; width: min(1100px, calc(100vw - 40px)); min-height: 100dvh; margin: 0 auto; padding: 70px 0; }
.error-main .brand { margin-bottom: 80px; }
.error-code { margin-bottom: 10px; color: var(--orange); font-size: 1rem; font-weight: 900; letter-spacing: .18em; }
.error-main h1 { max-width: 950px; margin-bottom: 28px; font-size: clamp(3.2rem, 7vw, 7.4rem); line-height: .92; }
.error-main > p:not(.error-code) { max-width: 560px; color: #51606d; font-size: 1.15rem; }

/* Keep the full desktop navigation visible in ordinary windowed browsing. */
@media (max-width: 1340px) {
  .header-actions { display: none; }
  .site-header { grid-template-columns: auto 1fr; gap: 18px; padding-inline: clamp(20px, 2.5vw, 34px); }
  .brand-logo { height: 50px; }
  .desktop-nav { justify-content: flex-end; gap: clamp(8px, 1.15vw, 16px); font-size: .66rem; }
  .desktop-nav .nav-featured { padding-inline: 14px; font-size: .8rem; }

  .hero-paper { grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); gap: clamp(24px, 3vw, 44px); }
  .hero-copy-column, .hero-stage { min-width: 0; }
  .hero-title { width: 100%; font-size: clamp(3.9rem, 7vw, 5.9rem); }
  .hero-accent-line { max-width: 100%; }
  .hero-stage { min-height: 590px; }
}

/* Switch to the compact menu before the desktop links begin to crowd. */
@media (max-width: 1340px) {
  .desktop-nav { display: none; }
  .header-actions { display: flex; }
  .site-header .button-small, .header-actions .phone { display: none; }
  .site-header { grid-template-columns: 1fr auto; }
  .menu-button { display: grid; gap: 6px; width: 44px; height: 44px; place-content: center; border: 1px solid currentColor; background: transparent; }
  .menu-button span { display: block; width: 20px; height: 2px; background: currentColor; }
  .mobile-nav { position: fixed; inset: 64px 0 auto; display: flex; flex-direction: column; gap: 0; max-height: calc(100dvh - 64px); padding: 20px; overflow-y: auto; color: var(--ink); background: var(--paper); transform: translateY(-140%); transition: transform .45s cubic-bezier(.16,1,.3,1); }
  .mobile-nav.is-open { transform: none; }
  .mobile-nav a { padding: 17px 4px; border-bottom: 1px solid var(--line); font-size: 1.2rem; font-weight: 800; }
  .mobile-nav .nav-featured { color: var(--orange); }
  .mobile-nav .nav-featured small { display: block; margin-top: 3px; color: #8b4f00; font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; }
}

@media (max-width: 1100px) {
  :root { --shell: min(100% - 40px, 1000px); }
  .programs-layout, .formats-layout, .event-blueprint { gap: 48px; }
  .story-point { width: 220px; }
  .reviews-layout { grid-template-columns: minmax(0, .72fr) minmax(460px, 1.28fr); gap: 36px; }
  .seo-guide-layout { grid-template-columns: 1fr; }
  .seo-guide-intro { position: static; }
}

@media (max-width: 1100px) and (min-width: 768px) {
  .layers { padding-bottom: 96px; }
  .layers-heading { grid-template-columns: 1fr; gap: 24px; margin-bottom: 52px; }
  .layers-heading h2 { max-width: 720px; }
  .layers-heading p { max-width: 620px; }
  .event-blueprint { grid-template-columns: minmax(0, .95fr) minmax(390px, 1.05fr); }
  .event-core { min-height: 620px; }
  .event-build-heading { grid-template-columns: 1fr; gap: 8px; }
}

@media (max-width: 767px) {
  :root { --shell: calc(100vw - 32px); }
  .section { padding: 82px 0; }
  h2 { font-size: clamp(2.8rem, 14vw, 4.8rem); }
  .site-header { height: 64px; padding: 0 16px; }
  .brand-logo { height: 48px; }
  .hero-editorial { padding: 86px 0 32px; }
  .hero-paper { display: flex; flex-direction: column; min-height: auto; }
  .hero-copy-column { order: 2; width: 100%; padding: 28px 0 64px; }
  .hero-stage { order: 1; align-self: auto; width: 100%; min-height: 54vh; }
  .hero-title { width: 100%; font-size: clamp(3.2rem, 15vw, 5.2rem); line-height: .86; }
  .hero-title span { width: auto; }
  .hero-accent-line { width: max-content; max-width: 94%; padding-right: 12px; box-shadow: 7px 7px 0 var(--yellow); }
  .hero-copy { max-width: 340px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 18px; }
  .hero-actions .button { align-self: flex-start; }
  .hero-actions .text-link { align-self: flex-start; }
  .hero-stage figcaption { right: 0; width: 70%; }
  .hero-ticket { right: 8px; bottom: 4px; width: 190px; }
  .hero-edition { display: none; }
  .section-heading { margin-bottom: 38px; }
  .idea-editor { grid-template-columns: 1fr; min-height: 0; border: 0; }
  .idea-selector { order: 2; padding: 24px 0 0; }
  .idea-editor-image { order: 1; min-height: 470px; margin: 0; }
  .idea-editor-copy { order: 3; padding: 34px 0 0; }
  .idea-editor-copy > i { margin-bottom: 28px; }
  .programs-layout, .formats-layout, .story-heading, .layers-heading, .event-blueprint, .contact, .footer-grid { grid-template-columns: 1fr; }
  .programs-intro { position: static; }
  .program-grid { grid-template-columns: 1fr; margin-top: 30px; }
  .program-card, .program-card-wide { grid-column: auto; width: 100%; }
  .program-card-wide .program-photo, .program-photo { aspect-ratio: 4 / 5; }
  .format-visual { min-height: 440px; height: 58vh; }
  .format-counter { right: -8px; bottom: 20px; }
  .format-item { padding-right: 36px; }
  .story-heading { gap: 16px; margin-bottom: 42px; }
  .story-stage { display: grid; gap: 10px; min-height: 0; }
  .story-stage > img { position: relative; inset: auto; width: 100%; height: 420px; margin-bottom: 8px; }
  .story-point { position: relative; inset: auto; width: 100%; }
  .help-strip-inner { align-items: flex-start; flex-direction: column; }
  .layers-heading { gap: 16px; }
  .event-core { min-height: 520px; }
  .event-core figcaption { right: 8%; padding: 22px 20px; }
  .event-build-heading { grid-template-columns: 1fr; gap: 8px; }
  .event-detail { margin-top: 30px; }
  .event-step { grid-template-columns: 52px 38px 1fr; }
  .event-step-more { grid-template-columns: 52px 38px 1fr 28px; }
  .event-more-ideas { padding: 18px 12px 20px 52px; }
  .event-more-ideas ul { grid-template-columns: 1fr; gap: 14px; }
  .home-video-layout { grid-template-columns: 1fr; gap: 48px; }
  .home-video-copy { grid-column: auto; padding-left: 0; }
  .home-video-poster { grid-column: auto; width: min(88vw, 390px); }
  .home-video-poster::before { inset: 14px -12px -14px 12px; }
  .reviews { background-position: 58% center; }
  .reviews-layout { grid-template-columns: 1fr; gap: 48px; }
  .trusted-panel { padding: 24px 18px 28px; border-radius: 14px 14px 30px 14px; }
  .trusted-panel h3 { margin-bottom: 22px; font-size: clamp(2.25rem, 11vw, 3.5rem); }
  .trusted-logos { gap: 14px; }
  .review-rail-wrap { margin-top: 0; }
  .review-rail { grid-auto-columns: min(84vw, 330px); gap: 12px; margin-right: -16px; padding-right: 16px; }
  .review-card { min-height: 292px; padding: 25px 22px; }
  .review-card p { font-size: 1.05rem; }
  .process-line { grid-template-columns: 1fr; }
  .process-line article { min-height: 210px; }
  .process-line i { margin-bottom: 45px; }
  .seo-guide-layout { gap: 42px; }
  .seo-faq summary { padding-block: 23px; }
  .contact-photo { min-height: 520px; }
  .contact-form-wrap { padding: 72px 20px; }
  .care-layout { grid-template-columns: 1fr; }
  .care-photo-large { height: 520px; }
  .care-photo-small { display: none; }
  .contact-form .button { width: 100%; }
  .footer-grid { gap: 42px; }
  .brand-logo-footer { height: 82px; }
  .footer-bottom { flex-direction: column; gap: 10px; }
  .footer-legal { gap: 8px 16px; }
  .cookie-consent { right: 12px; bottom: 12px; left: 12px; grid-template-columns: 1fr; gap: 16px; padding: 18px; }
  .cookie-consent-actions { align-items: stretch; flex-direction: column; gap: 12px; }
  .cookie-consent .button, .cookie-consent .text-link { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
  .story-stage .story-point, .event-blueprint .event-step, .process-line article { opacity: 1; transform: none; }
  .event-route::before { transform: scaleY(1); }
  .care-layout .care-photo { clip-path: none; }
}
