:root {
  --cream: #efdeca;
  --paper: #f8ecdd;
  --ink: #312112;
  --ink-soft: #665444;
  --terracotta: #d33b28;
  --terracotta-dark: #a52719;
  --gold: #b8925a;
  --gold-dark: #80613a;
  --white: #fffaf3;
  --header-height: 88px;
  --spring: cubic-bezier(.2, .8, .2, 1);
  color-scheme: light only;
}

*, *::before, *::after { box-sizing: border-box; }
html { background: var(--cream); scroll-behavior: smooth; }
body { margin: 0; overflow-x: clip; background: var(--cream); color: var(--ink); font-family: "DM Sans", sans-serif; line-height: 1.5; }
body::before { content: ""; position: fixed; inset: 0; z-index: 100; pointer-events: none; opacity: .035; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E"); }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
h1, h2, h3, p, figure { margin: 0; }
h1, h2, h3 { font-family: "Archivo", sans-serif; font-variation-settings: "wdth" 92; letter-spacing: -.055em; line-height: .92; }
em { color: var(--terracotta); font-family: inherit; font-style: normal; }

.skip-link { position: fixed; inset: 12px auto auto 12px; z-index: 200; padding: 12px 18px; transform: translateY(-160%); background: var(--ink); color: var(--white); font-weight: 700; }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--terracotta-dark); outline-offset: 4px; }
.kicker, .overline { font-family: "Archivo", sans-serif; font-size: .75rem; font-weight: 750; letter-spacing: .18em; line-height: 1.2; text-transform: uppercase; }
.kicker span { color: var(--gold); padding-inline: .35rem; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 80; height: var(--header-height); display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-inline: clamp(18px, 4vw, 64px); background: rgba(239, 222, 202, .94); border-bottom: 1px solid rgba(49, 33, 18, .16); backdrop-filter: blur(14px) saturate(130%); }
.brand { display: flex; align-items: center; text-decoration: none; }
.header-lockup { width: clamp(176px, 15vw, 220px); aspect-ratio: 1400 / 552; display: block; flex: none; overflow: visible; }
.header-lockup__image { width: 100%; height: 100%; max-width: none; display: block; object-fit: contain; object-position: left center; }
.brand-lockup { width: clamp(148px, 13vw, 188px); height: auto; aspect-ratio: 1400 / 552; object-fit: contain; }
.site-nav { display: flex; align-items: center; gap: clamp(18px, 3vw, 42px); font-size: .82rem; font-weight: 700; }
.site-nav > a:not(.button) { min-height: 44px; display: inline-flex; align-items: center; text-decoration: none; }
.site-nav > a:not(.button)::after { content: ""; position: absolute; }
.site-progress { position: absolute; inset: auto 0 0; height: 2px; overflow: hidden; background: rgba(49, 33, 18, .08); }
.site-progress span { display: block; width: 100%; height: 100%; transform: scaleX(0); transform-origin: left; background: var(--terracotta); }

.button-row { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 24px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 14px 22px; border: 1px solid transparent; border-radius: 999px; font-size: .88rem; font-weight: 750; text-decoration: none; white-space: nowrap; transition: transform 260ms var(--spring), box-shadow 260ms var(--spring), background-color 260ms var(--spring); }
.button:hover { transform: translateY(-3px); }
.button:active { transform: scale(.97); }
.button--small { min-height: 44px; padding: 10px 18px; font-size: .78rem; }
.button--primary { background: var(--terracotta-dark); color: var(--white); box-shadow: 0 12px 30px rgba(125, 32, 20, .22); }
.button--dark { background: var(--ink); color: var(--white); }
.button--light { border-color: rgba(255, 250, 243, .5); color: var(--white); }
.button--text { min-height: 44px; padding-inline: 2px; border-radius: 0; border-bottom-color: currentColor; }
.motion-toggle { min-height: 44px; padding: 8px 12px; border: 1px solid rgba(49, 33, 18, .28); border-radius: 999px; background: transparent; color: var(--ink); font-size: .72rem; font-weight: 750; cursor: pointer; }
.motion-toggle[hidden] { display: none; }
.motion-toggle:hover { background: rgba(49, 33, 18, .07); }

.hero { min-height: 100svh; position: relative; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: center; gap: clamp(40px, 5vw, 80px); padding: calc(var(--header-height) + 32px) clamp(24px, 7vw, 112px) 56px; overflow: clip; isolation: isolate; }
.hero__content { position: relative; z-index: 2; width: 100%; max-width: 600px; align-self: center; justify-self: start; padding-top: 0; }
.hero__wordmark { width: min(250px, 20vw); margin-block: 12px 16px; }
.hero__wordmark img { width: 100%; height: auto; aspect-ratio: 1400 / 552; object-fit: contain; }
.hero h1 { max-width: 720px; font-size: clamp(3.6rem, 5.5vw, 6.2rem); }
.hero__lead { max-width: 570px; margin-block: 20px 24px; color: var(--ink-soft); font-size: clamp(1rem, 1.2vw, 1.18rem); }
.hero__trust { margin-top: 20px; color: var(--ink-soft); font-size: .78rem; }
.hero__trust strong { color: var(--ink); }
.hero__frame { position: relative; width: 100%; height: min(66vh, 600px); align-self: center; justify-self: stretch; margin-bottom: 0; overflow: hidden; border-radius: 32px; box-shadow: 0 28px 72px rgba(49, 33, 18, .2); }
.hero__frame::after { content: ""; position: absolute; z-index: 2; inset: 0; border: 1px solid rgba(255, 250, 243, .4); border-radius: inherit; pointer-events: none; }
.hero__frame > img, .hero__video { width: 100%; height: 100%; min-height: 0; object-fit: cover; object-position: center; }
.hero__video { position: absolute; inset: 0; height: 100%; opacity: 0; transition: opacity 700ms ease; }
.hero__video.is-ready { opacity: 1; }
.hero__frame figcaption { position: absolute; z-index: 3; inset: auto 0 0; display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: rgba(239, 222, 202, .9); }
.hero__frame figcaption span { padding: 10px 14px; background: rgba(239, 222, 202, .94); font-family: "Archivo", sans-serif; font-size: .65rem; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.hero__meta { position: absolute; inset: auto clamp(24px, 7vw, 112px) 16px; display: flex; gap: 40px; }
.hero__meta p { display: flex; align-items: center; gap: 12px; font-size: .78rem; }
.hero__meta span { color: var(--terracotta-dark); font-weight: 800; }
.scroll-cue { min-height: 44px; position: absolute; inset: auto 50% 16px auto; display: flex; align-items: center; gap: 14px; transform: translateX(50%); font-size: .68rem; font-weight: 700; letter-spacing: .12em; text-decoration: none; text-transform: uppercase; }
.scroll-cue i { width: 42px; height: 1px; display: block; background: var(--ink); }
.leaf { position: absolute; z-index: -1; width: min(28vw, 420px); aspect-ratio: .7; border: 2px solid rgba(184, 146, 90, .42); border-radius: 100% 0 100% 0; }
.leaf::before, .leaf::after { content: ""; position: absolute; inset: 12% 48%; width: 1px; background: rgba(184, 146, 90, .42); transform: rotate(42deg); }
.leaf--one { inset: 6% -8% auto auto; transform: rotate(-18deg); }
.leaf--two { inset: auto auto 2% -11%; transform: rotate(150deg); }

.scrolly { --scene-count: 7; height: calc(var(--scene-count) * 100vh); position: relative; scroll-margin-top: var(--header-height); background: var(--paper); }
.scrolly__stage { position: sticky; top: var(--header-height); height: calc(100vh - var(--header-height)); overflow: hidden; }
.scene-track { width: max-content; height: 100%; display: flex; will-change: transform; }
.scene { width: 100vw; height: 100%; position: relative; display: grid; align-items: center; gap: clamp(28px, 4vw, 72px); padding: clamp(72px, 8vh, 110px) clamp(34px, 7vw, 112px) clamp(72px, 10vh, 120px); overflow: hidden; background: var(--paper); }
.scene__index { position: absolute; inset: 28px auto auto clamp(34px, 7vw, 112px); display: flex; align-items: center; gap: 12px; font-size: .7rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.scene__index span { color: var(--terracotta-dark); }
.scene__statement h2, .acts-title h2, .modes-heading h2 { font-size: clamp(3.4rem, 6.2vw, 7.7rem); }
.scene__statement > p:last-child { max-width: 540px; margin-top: 26px; color: var(--ink-soft); font-size: clamp(1rem, 1.35vw, 1.22rem); }
.overline { margin-bottom: 22px; color: var(--terracotta-dark); }
.cinema-frame { position: relative; overflow: hidden; box-shadow: 0 28px 70px rgba(49, 33, 18, .18); }
.cinema-frame img { width: 100%; height: 100%; object-fit: cover; }
.cinema-frame figcaption { position: absolute; inset: auto auto 14px 58px; padding: 7px 10px; background: var(--cream); font-size: .64rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.cinema-frame video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity 700ms ease; }
.cinema-frame video.is-ready { opacity: 1; }
@media (max-width: 900px) { .cinema-frame video { display: none; } }

.scene--converge { grid-template-columns: 1.05fr .95fr; }
.converge-copy { font-family: "Archivo", sans-serif; font-size: clamp(3.2rem, 7vw, 8.8rem); font-weight: 850; letter-spacing: -.07em; line-height: .78; text-transform: uppercase; }
.converge-copy p:nth-child(even) { color: var(--terracotta); transform: translateX(8%); }
.scene--memory { grid-template-columns: 1.35fr .75fr; }
.cinema-frame--wide { height: 67vh; border-radius: 32px 32px 32px 140px; }
.scene__statement--floating { position: relative; z-index: 2; margin-left: -12vw; padding: clamp(28px, 4vw, 60px); background: rgba(248, 236, 221, .92); box-shadow: 0 24px 80px rgba(49, 33, 18, .12); }
.scene--acts { grid-template-columns: .7fr 1.05fr .72fr; }
.acts-list { list-style: none; display: grid; gap: 1px; margin: 0; padding: 0; background: rgba(49, 33, 18, .17); }
.acts-list li { display: grid; grid-template-columns: 38px 1fr; gap: 2px 16px; padding: 22px; background: var(--paper); }
.acts-list li > span { grid-row: 1 / 3; color: var(--terracotta-dark); font-size: .7rem; font-weight: 800; }
.acts-list strong { font-family: "Archivo", sans-serif; font-size: 1.35rem; }
.acts-list p { color: var(--ink-soft); font-size: .85rem; }
.cinema-frame--portrait { height: 62vh; border-radius: 180px 24px 24px 24px; }
.scene--people { grid-template-columns: 1fr .8fr; }
.people-collage { position: relative; height: 67vh; }
.people-collage .cinema-frame { position: absolute; width: 66%; height: 55%; }
.cinema-frame--top { inset: 0 auto auto 0; border-radius: 24px 90px 24px 24px; }
.cinema-frame--bottom { inset: auto 0 0 auto; border-radius: 24px 24px 24px 90px; }
.role-ribbon { position: absolute; inset: auto 0 0; padding: 13px; white-space: nowrap; overflow: hidden; background: var(--terracotta); color: var(--white); font-family: "Archivo", sans-serif; font-size: .75rem; font-weight: 800; letter-spacing: .18em; }
.scene--business { grid-template-columns: 1.08fr .72fr; background: var(--ink); color: var(--white); }
.scene--business .scene__index, .scene--business .scene__statement > p:last-child { color: #d9c8b6; }
.scene--business .overline, .scene--business .scene__index span { color: #ef8b79; }
.scene--business em { color: #ef735e; }
.business-line { position: absolute; inset: 19% auto auto 0; width: 68%; height: 1px; background: var(--gold); }
.cinema-frame--business { height: 65vh; border-radius: 180px 180px 20px 20px; }
.scene--modes { grid-template-columns: .58fr 1.42fr; }
.mode-cards { display: grid; grid-template-columns: repeat(3, 1fr); align-items: stretch; }
.mode-cards article { min-height: 340px; display: flex; flex-direction: column; padding: 28px 24px; border: 1px solid rgba(49, 33, 18, .2); }
.mode-cards article:nth-child(2) { transform: translateY(30px); background: var(--ink); color: var(--white); }
.mode-cards span { color: var(--terracotta-dark); font-size: .7rem; font-weight: 800; }
.mode-cards h3 { margin-block: auto 20px; font-size: clamp(1.8rem, 2.5vw, 3.1rem); }
.mode-cards p { color: var(--ink-soft); font-size: .85rem; }
.mode-cards article:nth-child(2) p { color: #d9c8b6; }
.cinema-frame--modes { display: none; height: 53vh; border-radius: 20px 120px 20px 20px; }
.scene--final { grid-template-columns: .72fr 1.18fr; background: var(--terracotta); color: var(--white); }
.scene--final .scene__index, .scene--final .overline { color: var(--white); }
.final-poster { height: 71vh; overflow: hidden; transform: rotate(-2.5deg); box-shadow: 0 38px 90px rgba(49, 33, 18, .28); }
.final-poster img { width: 100%; height: 100%; object-fit: contain; background: #ed3f2c; }
.scene__statement--final em { color: var(--ink); }
.scene__statement--final > p:last-of-type { color: var(--white); }
.scene__statement--final .button-row { margin-top: 32px; }
.scene-nav { position: absolute; z-index: 10; inset: auto clamp(24px, 4vw, 64px) 16px auto; width: max-content; display: flex; justify-content: flex-end; align-items: center; gap: 20px; padding: 3px 10px; border-radius: 999px; background: rgba(239, 222, 202, .92); color: var(--ink); }
.scene-nav > p { font-family: "Archivo", sans-serif; font-size: .7rem; font-weight: 700; }
.scene-nav > div { display: flex; }
.scene-nav button { width: 44px; height: 44px; display: grid; place-items: center; padding: 0; border: 0; background: none; cursor: pointer; }
.scene-nav button span { width: 20px; height: 2px; background: var(--gold-dark); transition: transform 260ms var(--spring), background-color 260ms var(--spring); }
.scene-nav button[aria-current="step"] span { transform: scaleX(1.6); background: var(--terracotta-dark); }
.scene--final .scene__index span { color: var(--white); }
.scene--final .button--primary { background: var(--ink); }

.closing { min-height: 42vh; display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 8vw; padding: clamp(56px, 6vw, 88px) clamp(24px, 8vw, 128px); }
.closing h2 { margin-top: 20px; font-size: clamp(3rem, 5vw, 6rem); }
.closing__details { display: grid; gap: 20px; }
.closing__place { display: flex; align-items: center; gap: 18px; }
.closing__place strong { font-family: "Archivo", sans-serif; font-size: clamp(1.45rem, 2.4vw, 2.5rem); line-height: 1; }
.closing__place span { padding-left: 18px; border-left: 1px solid var(--gold); font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.contact-fallback { color: var(--ink-soft); font-size: .82rem; }
.contact-fallback a { min-height: 44px; display: inline-flex; align-items: center; color: var(--ink); font-weight: 750; text-underline-offset: 3px; }
.site-footer { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 30px; padding: 28px clamp(24px, 6vw, 96px); border-top: 1px solid rgba(49, 33, 18, .2); font-size: .72rem; }
.brand-lockup--footer { width: 172px; }

@media (min-width: 1101px) and (max-height: 800px) {
  .hero { gap: clamp(28px, 5vw, 80px); padding-top: calc(var(--header-height) + 20px); padding-bottom: 44px; }
  .hero__wordmark { width: min(210px, 18vw); margin-block: 8px 12px; }
  .hero h1 { max-width: 100%; font-size: clamp(3.15rem, 4.6vw, 4.8rem); }
  .hero__lead { margin-block: 14px 18px; font-size: .96rem; }
  .hero__trust { margin-top: 12px; }
  .hero__frame { height: min(62vh, 460px); }
}

@media (max-width: 1100px) {
  :root { --header-height: 64px; }
  .site-header { padding-inline: 16px; gap: 16px; }
  .site-nav > a:not(.button) { display: none; }
  .brand { flex: 0 1 auto; min-width: 0; }
  .header-lockup { width: clamp(116px, 34vw, 158px); }
  .motion-toggle { display: none; }
  .hero { min-height: auto; display: block; padding: calc(var(--header-height) + 54px) 20px 90px; }
  .hero__content { padding: 0; }
  .hero__wordmark { width: 100%; margin-block: 28px 38px; }
  .hero h1 { font-size: clamp(3.8rem, 18vw, 6rem); }
  .hero__lead { margin-block: 24px 28px; }
  .hero__frame { height: auto; margin: 64px 0 32px; border-radius: 140px 140px 18px 18px; }
  .hero__frame > img { height: auto; min-height: 72vh; }
  .hero__video { display: none; }
  .hero__meta { position: static; display: grid; gap: 14px; }
  .scroll-cue, .leaf--two { display: none; }
  .scrolly { height: auto; }
  .scrolly__stage { position: static; height: auto; overflow: visible; }
  .scene-track { width: 100%; height: auto; display: block; transform: none !important; }
  .scene { width: 100%; height: auto; min-height: 100svh; display: flex; flex-direction: column; align-items: stretch; gap: 36px; padding: 92px 20px 80px; overflow: hidden; }
  .scene__index { inset: 32px auto auto 20px; }
  .scene__statement h2, .acts-title h2, .modes-heading h2 { font-size: clamp(3.2rem, 16vw, 5.2rem); }
  .converge-copy { font-size: clamp(2.7rem, 12.7vw, 5rem); }
  .converge-copy p:nth-child(even) { transform: translateX(3%); }
  .scene__statement--floating { margin: -82px 14px 0; position: relative; padding: 28px 22px; }
  .cinema-frame--wide, .cinema-frame--portrait, .cinema-frame--business, .cinema-frame--modes { height: min(62vh, 620px); }
  .acts-list { order: 3; }
  .cinema-frame--portrait { order: 2; }
  .people-collage { height: 62vh; }
  .scene__statement--people { order: -1; }
  .scene--business { min-height: 120svh; }
  .business-line { inset: 31% 0 auto; width: 100%; }
  .mode-cards { grid-template-columns: 1fr; }
  .mode-cards article { min-height: 230px; }
  .mode-cards article:nth-child(2) { transform: none; }
  .cinema-frame--modes { display: block; }
  .final-poster { height: 58vh; width: min(88vw, 440px); margin-inline: auto; }
  .scene-nav { display: none; }
  .closing { min-height: auto; grid-template-columns: 1fr; gap: 32px; padding: 56px 20px; }
  .closing h2 { font-size: clamp(3.2rem, 11vw, 5.2rem); }
  .site-footer { grid-template-columns: 1fr; gap: 14px; }
}

@media (max-width: 767px) {
  .hero { padding: calc(var(--header-height) + 38px) 20px 64px; }
  .hero__wordmark { margin-block: 20px 26px; }
  .hero__lead { margin-block: 20px 22px; }
  .hero__frame { margin: 44px 0 24px; border-radius: 96px 96px 18px 18px; }
  .hero__frame > img { min-height: min(58svh, 520px); }
  .scene { min-height: auto; gap: 28px; padding: 82px 20px 62px; }
  .scene__statement > p:last-child { margin-top: 20px; }
  .cinema-frame--wide, .cinema-frame--portrait, .cinema-frame--business, .cinema-frame--modes { height: min(54svh, 520px); }
  .scene__statement--floating { margin-top: -62px; }
  .people-collage { height: 54svh; }
  .scene--business { min-height: auto; }
  .mode-cards article { min-height: 190px; padding: 22px 20px; }
  .final-poster { height: 50svh; }
  .closing { gap: 26px; padding-block: 48px; }
  .closing h2 { font-size: clamp(3rem, 13vw, 4.5rem); }
}

@media (min-width: 768px) and (max-width: 899px) {
  .hero { min-height: 100svh; display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); align-items: center; gap: 24px; padding: calc(var(--header-height) + 24px) 24px 40px; }
  .hero__content { align-self: center; }
  .hero__wordmark { width: min(170px, 19vw); margin-block: 10px 14px; }
  .hero h1 { font-size: clamp(3rem, 6vw, 3.8rem); }
  .hero__lead { margin-block: 14px 18px; font-size: .94rem; }
  .hero__trust { margin-top: 12px; }
  .hero__frame { height: min(58vh, 500px); margin: 0; border-radius: 24px; }
  .hero__frame > img { height: 100%; min-height: 0; }
  .hero__meta { position: absolute; inset: auto 24px 12px; display: flex; gap: 20px; }
}

@media (min-width: 900px) and (max-width: 1100px) {
  .hero { min-height: 100svh; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: center; gap: 32px; padding: calc(var(--header-height) + 24px) 28px 48px; }
  .hero__content { align-self: center; }
  .hero__wordmark { width: min(180px, 20vw); margin-block: 10px 14px; }
  .hero h1 { font-size: clamp(3rem, 5.5vw, 4.2rem); }
  .hero__lead { margin-block: 14px 18px; font-size: .95rem; }
  .hero__trust { margin-top: 12px; }
  .hero__frame { height: min(60vh, 460px); margin: 0; border-radius: 24px; }
  .hero__frame > img, .hero__video { height: 100%; min-height: 0; }
  .hero__video { display: block; }
  .hero__meta { position: absolute; inset: auto 28px 12px; display: flex; gap: 24px; font-size: .68rem; }
}

@media (max-width: 360px) {
  .site-header { padding-inline: 12px; gap: 10px; }
  .header-lockup { width: 116px; }
  .button--small { padding-inline: 14px; font-size: .72rem; }
  .hero, .scene { padding-inline: 16px; }
  .hero h1 { font-size: clamp(3.2rem, 16vw, 4.2rem); }
  .scene__statement h2, .acts-title h2, .modes-heading h2 { font-size: clamp(2.9rem, 14.6vw, 4.5rem); }
  .converge-copy { font-size: clamp(2.25rem, 11.2vw, 4rem); letter-spacing: -.075em; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .scrolly { height: auto; }
  .scrolly__stage { position: static; height: auto; overflow: visible; }
  .scene-track { width: 100%; height: auto; display: block; transform: none !important; }
  .scene { width: 100%; height: auto; min-height: 100vh; }
  .hero__video { display: none; }
  .motion-toggle { display: none; }
  .scene-nav, .scroll-cue { display: none; }
}
