* { box-sizing: border-box; }
:root {
  color-scheme: dark;
  --black: #090909;
  --ivory: #f2eee6;
  --silver: #a8a49d;
  --space-lg: clamp(1.5rem, 1rem + 2.2vw, 3rem);
  --space-xl: clamp(2.5rem, 1.5rem + 4vw, 5.5rem);
  --space-2xl: clamp(4rem, 2rem + 7vw, 9rem);
  --font-title: "Fraunces", serif;
  --title-tracking: -.035em;
  --title-leading: .82;
  --title-weight: 400;
  --title-em-style: italic;
}

html { scroll-behavior: smooth; background: var(--black); }
body { margin: 0; overflow-x: hidden; color: var(--ivory); background: var(--black); font-family: "Inter Tight", sans-serif; }
img, video, svg { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }
button, a { touch-action: manipulation; -webkit-tap-highlight-color: transparent; }
a, button { color: inherit; }
:focus { scroll-margin-block: 6rem; }
:focus-visible { outline: 2px solid #fff; outline-offset: 2px; box-shadow: 0 0 0 4px #000; }
section { scroll-margin-top: 5rem; }
h1, h2, h3 { text-wrap: balance; }
p { text-wrap: pretty; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; inset: .75rem auto auto .75rem; transform: translateY(-180%); padding: .75rem 1rem; color: #090909; background: #fff; font: 600 .875rem/1 "Inter Tight", sans-serif; }
.skip-link:focus { transform: translateY(0); }
.wordmark { display: inline-grid; width: clamp(4rem, 5.5vw, 5.5rem); aspect-ratio: 1; place-items: center; text-decoration: none; }
.wordmark img { width: 100%; height: 100%; object-fit: contain; filter: invert(1); }
.eyebrow { margin: 0 0 .9rem; text-transform: uppercase; font: 500 .68rem/1.4 "IBM Plex Mono", monospace; letter-spacing: .16em; }

.site-header { position: absolute; z-index: 5; inset: 0 0 auto; display: flex; min-height: 5rem; align-items: center; justify-content: space-between; padding: 1rem clamp(1rem,4vw,4rem); color: #fff; }
.menu-button { position: relative; z-index: 15; display: grid; gap: .35rem; width: 2.75rem; height: 2.75rem; place-content: center; border: 0; background: transparent; cursor: pointer; }
.menu-button span:not(.visually-hidden) { display: block; width: 1.35rem; height: 1px; background: currentColor; transition: transform .25s ease; }
.menu-button[aria-expanded="true"] span:first-child { transform: translateY(.175rem) rotate(45deg); }
.menu-button[aria-expanded="true"] span:nth-child(2) { transform: translateY(-.175rem) rotate(-45deg); }
.site-nav { position: fixed; z-index: 10; inset: 0; display: none; place-content: center; gap: 1.25rem; padding: 6rem 2rem; background: #090909; text-align: center; }
.site-nav.is-open { display: grid; }
.site-nav a { min-height: 44px; text-decoration: none; font-size: clamp(2rem,9vw,4rem); }
.menu-open { overflow: hidden; }
.header-cta { display: none; }

.hero { position: relative; display: grid; min-height: 100svh; align-items: end; overflow: hidden; padding: 7rem clamp(1rem,5vw,6rem) clamp(5rem,8vw,8rem); }
.hero-video { position: absolute; inset: 0; width: 100%; height: 100%; max-width: none; object-fit: cover; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(180deg,rgba(0,0,0,.18),rgba(0,0,0,.05) 35%,rgba(0,0,0,.76)); }
.hero-copy { position: relative; z-index: 1; max-width: 68rem; }
.hero-copy h1 { max-width: 22ch; margin: 0; font-family: var(--font-title); font-weight: var(--title-weight); font-size: clamp(2.15rem,8.2vw,8.5rem); line-height: var(--title-leading); letter-spacing: var(--title-tracking); }
.hero-copy h1 > .eyebrow { display: block; margin-bottom: 1rem; font: 500 .68rem/1.4 "IBM Plex Mono", monospace; letter-spacing: .16em; }
.hero-copy h1 em { font-weight: inherit; font-style: var(--title-em-style); }
.hero-copy > p { max-width: 33rem; margin: 1.5rem 0 2rem; font-size: clamp(1rem,2vw,1.25rem); line-height: 1.5; }
.primary-link, .submit-button { display: inline-flex; min-height: 48px; align-items: center; justify-content: space-between; gap: 2rem; border: 0; text-decoration: none; cursor: pointer; }
.hero .primary-link { padding: .9rem 1.4rem; color: #090909; background: #fff; border: 1px solid #fff; font-size: .84rem; font-weight: 500; transition: color .2s ease, background-color .2s ease, transform .2s ease, border-color .2s ease; }
.hero .primary-link:hover { color: #fff; background: transparent; transform: translateY(-1px); }
.hero .primary-link span { display: inline-block; transition: transform .2s ease; }
.hero .primary-link:hover span { transform: translateY(3px); }
.video-toggle { position: absolute; z-index: 2; inset: auto 1.25rem 1.25rem auto; display: grid; width: 48px; height: 48px; place-items: center; padding: 0; border: 0; border-radius: 50%; color: #fff; background: rgba(0,0,0,.28); cursor: pointer; backdrop-filter: blur(8px); transition: color .2s ease, background-color .2s ease, transform .2s ease; }
.video-toggle svg { width: 21px; height: 21px; fill: currentColor; }
.video-toggle:hover { color: #090909; background: #fff; transform: scale(1.04); }

.reel { position: relative; padding: var(--space-2xl) 0; }
.reel-sticky { overflow: hidden; }
.section-heading { display: grid; gap: .5rem; width: min(100% - 2rem,84rem); margin-inline: auto; }
.section-heading h2 { max-width: 11ch; margin: 0; font-family: var(--font-title); font-weight: var(--title-weight); font-size: clamp(2.8rem,7vw,6.8rem); line-height: calc(var(--title-leading) * 1.12); letter-spacing: calc(var(--title-tracking) * 0.85); }
.section-heading > p:last-child { max-width: 32rem; margin: .8rem 0 0; color: var(--silver); line-height: 1.6; }
.reel-progress { display: none; height: 1px; overflow: hidden; background: #31312f; }
.reel-progress span { display: block; width: 100%; height: 100%; transform: scaleX(0); transform-origin: left; background: var(--ivory); }
.film-viewport { width: min(100% - 2rem,84rem); margin: var(--space-xl) auto 0; }
.film-track { display: grid; gap: var(--space-lg); }
.film-card { display: grid; gap: .8rem; width: 100%; padding: 0; border: 0; background: transparent; text-align: left; cursor: pointer; }
.film-image { position: relative; display: block; overflow: hidden; aspect-ratio: 4/3; }
.film-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.7,.2,1); }
.film-image i { position: absolute; display: grid; inset: 50% auto auto 50%; width: 3rem; height: 3rem; place-items: center; transform: translate(-50%,-50%); border: 1px solid currentColor; border-radius: 50%; font-style: normal; opacity: 0; transition: opacity .25s ease; }
.film-card:is(:hover,:focus-visible) img { transform: scale(1.025); }
.film-card:is(:hover,:focus-visible) .film-image i { opacity: 1; }
.film-meta { display: flex; flex-direction: column; gap: .25rem; padding: .25rem .25rem 1rem; }
.film-meta strong { font-family: var(--font-title); font-weight: var(--title-weight); font-size: clamp(1.6rem,3vw,2.4rem); line-height: 1; letter-spacing: calc(var(--title-tracking) * 0.4); }
.film-meta small { text-transform: uppercase; font: 400 .66rem/1.5 "IBM Plex Mono", monospace; letter-spacing: .05em; }

.about { display: grid; background: var(--ivory); color: var(--black); }
.about-image { min-height: 55svh; overflow: hidden; }
.about-image img { width: 100%; height: 100%; object-fit: cover; object-position: 51% center; filter: grayscale(1); }
.about-copy { padding: var(--space-xl) clamp(1rem,5vw,6rem); }
.about-copy h2 { margin: 0; font-family: var(--font-title); font-weight: var(--title-weight); font-size: clamp(3.5rem,9vw,8rem); line-height: var(--title-leading); letter-spacing: var(--title-tracking); }
.about-copy p { max-width: 35rem; line-height: 1.65; }
.about-copy .lead { margin-top: 2rem; font-family: var(--font-title); font-weight: var(--title-weight); font-size: clamp(1.5rem,3vw,2.4rem); line-height: 1.2; }
.about-copy a { display: inline-flex; align-items: center; gap: .5rem; margin-top: 1.25rem; padding-bottom: .3rem; border-bottom: 1px solid currentColor; text-decoration: none; transition: opacity .2s ease, transform .2s ease; }
.about-copy a:hover { opacity: .7; transform: translateX(3px); }

.contact { display: grid; gap: var(--space-xl); padding: var(--space-2xl) clamp(1rem,5vw,6rem); }
.contact-intro h2 { max-width: 10ch; margin: 0 0 1.5rem; font-family: var(--font-title); font-weight: var(--title-weight); font-size: clamp(3rem,8vw,7rem); line-height: calc(var(--title-leading) * 1.08); letter-spacing: var(--title-tracking); }
.contact-intro p { max-width: 34rem; color: var(--silver); line-height: 1.6; }
.contact-intro a { display: inline-flex; align-items: center; gap: .4rem; margin-top: 1.25rem; padding-bottom: .3rem; border-bottom: 1px solid rgba(242,238,230,.35); text-decoration: none; transition: color .2s ease, border-color .2s ease, transform .2s ease; }
.contact-intro a:hover { color: #fff; border-color: #fff; transform: translateX(3px); }
.contact-form { display: grid; grid-template-columns: 1fr; gap: 1.15rem; width: 100%; }
.field { display: grid; gap: .45rem; }
.field label { font-size: .76rem; font-weight: 600; }
.field input, .field textarea { width: 100%; min-height: 48px; padding: .8rem 0; border: 0; border-bottom: 1px solid currentColor; border-radius: 0; color: inherit; background: transparent; }
.field textarea { resize: vertical; }
.field input:focus, .field textarea:focus { outline: 0; border-bottom-width: 2px; }
.field--wide, .submit-button, .form-note, .form-status { grid-column: 1/-1; }
.field--honeypot { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
.turnstile-slot { min-height: 65px; }
.turnstile-slot[hidden] { display: none; }
.submit-button { justify-self: start; margin-top: 1rem; padding: 1rem 1.6rem; color: #090909; background: var(--ivory); font-size: .84rem; font-weight: 500; transition: transform .2s ease, background-color .2s ease, color .2s ease; }
.submit-button:hover:not(:disabled) { background: #fff; transform: translateY(-1px); }
.submit-button:disabled { cursor: wait; opacity: .65; }
.form-note, .form-status { margin: 0; font-size: .75rem; line-height: 1.5; }
.form-note { color: var(--silver); }
.form-status { min-height: 1.5em; }
.form-status.is-error { color: #ffaaa0; }
.form-status.is-success { color: #aee7b5; }

.date-picker { position: relative; }
.date-picker > input[type="text"] { padding-right: 3rem; cursor: pointer; caret-color: transparent; }
.date-picker > input::placeholder { color: currentColor; opacity: .58; }
.date-picker-icon { position: absolute; inset: 50% .5rem auto auto; width: 1.25rem; height: 1.25rem; transform: translateY(-50%); fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.5; pointer-events: none; }
.date-calendar { position: absolute; z-index: 30; inset: calc(100% + .75rem) auto auto 0; width: min(22rem,calc(100vw - 2rem)); padding: 1rem; border: 1px solid #363633; color: var(--ivory); background: #131312; box-shadow: 0 1.5rem 4rem rgba(0,0,0,.48); }
.date-calendar[hidden] { display: none; }
.date-calendar-header { display: grid; grid-template-columns: 44px 1fr 44px; align-items: center; margin-bottom: .85rem; }
.date-calendar-header strong { text-align: center; font-family: var(--font-title); font-weight: var(--title-weight); font-size: 1.25rem; line-height: 1.1; }
.date-calendar-header button, .date-calendar-grid button, .date-calendar-clear { min-width: 44px; min-height: 44px; border: 0; color: inherit; background: transparent; cursor: pointer; }
.date-calendar-header button { font-size: 1.2rem; }
.date-calendar-weekdays, .date-calendar-grid { display: grid; grid-template-columns: repeat(7,1fr); gap: .2rem; }
.date-calendar-weekdays { margin-bottom: .25rem; color: var(--silver); text-align: center; font: 500 .6rem/1 "IBM Plex Mono", monospace; text-transform: uppercase; }
.date-calendar-weekdays span { padding-block: .45rem; }
.date-calendar-grid button { min-width: 0; border-radius: 50%; font: 500 .78rem/1 "Inter Tight", sans-serif; transition: color .15s ease, background-color .15s ease; }
.date-calendar-grid button:hover, .date-calendar-grid button:focus-visible { color: #090909; background: #d8d3c9; }
.date-calendar-grid button[aria-current="date"] { box-shadow: inset 0 0 0 1px #77736c; }
.date-calendar-grid button[aria-pressed="true"] { color: #090909; background: var(--ivory); box-shadow: none; }
.date-calendar-empty { min-height: 44px; }
.date-calendar-clear { display: block; width: auto; min-width: 0; margin: .75rem 0 0 auto; padding-inline: .7rem; color: var(--silver); font-size: .72rem; text-decoration: underline; text-underline-offset: .25rem; }
.date-calendar-clear:hover { color: #fff; }

.site-footer { display: grid; gap: 1.5rem; justify-items: center; padding: 3rem 1rem 5rem; border-top: 1px solid #272727; text-align: center; font: 400 .68rem/1.4 "IBM Plex Mono", monospace; }
.site-footer nav { display: flex; flex-wrap: wrap; justify-content: center; gap: .5rem 1.5rem; }
.site-footer nav a { min-height: 44px; display: inline-flex; align-items: center; text-underline-offset: .35rem; }

.film-dialog { width: min(92vw,72rem); max-height: 88dvh; padding: 0; overflow: auto; overscroll-behavior: contain; border: 0; color: #f5f2ec; background: #111; box-shadow: 0 2rem 6rem rgba(0,0,0,.55); }
.film-dialog::backdrop { background: rgba(0,0,0,.82); backdrop-filter: blur(8px); }
.dialog-close { position: absolute; z-index: 2; inset: .75rem .75rem auto auto; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; color: #fff; background: rgba(0,0,0,.45); cursor: pointer; font-size: 1.5rem; }
.dialog-media { position: relative; aspect-ratio: 16/9; background: #222; }
.dialog-media iframe { width: 100%; height: 100%; border: 0; }
.dialog-copy { padding: 1.5rem; }
.dialog-copy h2 { margin: 0; font-family: var(--font-title); font-weight: var(--title-weight); font-size: clamp(2rem,6vw,4.5rem); line-height: .95; letter-spacing: var(--title-tracking); }
.dialog-copy > p:not(.eyebrow) { margin: .6rem 0 0; }

@media (max-width: 43.99rem) {
  .submit-button { justify-self: stretch; }
}
@media (min-width: 44rem) {
  .contact-form { grid-template-columns: 1fr 1fr; column-gap: 1.5rem; }
}
@media (min-width: 48rem) {
  .reel:not(.is-scroll-linked) .film-track { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .reel.is-scroll-linked { padding: 0; overflow-anchor: none; }
  .reel.is-scroll-linked .reel-sticky { position: sticky; top: 0; display: grid; grid-template-rows: auto auto 1fr; height: 100svh; align-content: start; padding: clamp(2.25rem,4vh,4rem) 0 1.5rem; }
  .reel.is-scroll-linked .section-heading { grid-template-columns: minmax(0,1fr) minmax(18rem,.55fr); align-items: end; }
  .reel.is-scroll-linked .section-heading .eyebrow { grid-column: 1/-1; }
  .reel.is-scroll-linked .section-heading h2 { font-size: clamp(3rem,5.5vw,5.8rem); }
  .reel.is-scroll-linked .section-heading > p:last-child { justify-self: end; margin-bottom: .5rem; }
  .reel.is-scroll-linked .reel-progress { display: block; width: min(100% - 2rem,84rem); margin: 1.2rem auto 0; }
  .reel.is-scroll-linked .film-viewport { align-self: end; width: 100%; margin: clamp(1rem,3vh,2.5rem) 0 0; overflow: hidden; }
  .reel.is-scroll-linked .film-track { display: flex; width: max-content; gap: clamp(.8rem,1.4vw,1.4rem); padding-inline: max(1rem,calc((100vw - 84rem)/2)); will-change: transform; }
  .reel.is-scroll-linked .film-card { flex: 0 0 min(42vw,38rem); }
  .reel.is-scroll-linked .film-card--feature { flex-basis: min(58vw,54rem); }
  .reel.is-scroll-linked .film-image { height: clamp(16rem,39vh,29rem); aspect-ratio: auto; }
}
@media (min-width: 64rem) {
  .menu-button { display: none; }
  .site-nav { position: static; display: flex; align-items: center; gap: .15rem; padding: .3rem; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; background: rgba(9,9,9,.32); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); }
  .site-nav a { min-height: 42px; display: inline-flex; align-items: center; padding: 0 1.15rem; border-radius: 999px; font-size: .86rem; text-transform: uppercase; letter-spacing: .07em; transition: color .2s ease, background-color .2s ease; }
  .site-nav a:hover { color: #090909; background: #fff; }
  .header-cta { display: inline-flex; min-height: 44px; align-items: center; padding: .75rem 1.2rem; border: 1px solid #fff; color: #090909; background: #fff; text-decoration: none; font-size: .78rem; font-weight: 600; text-transform: uppercase; letter-spacing: .08em; transition: color .2s ease, background-color .2s ease, transform .2s ease; }
  .header-cta:hover { color: #fff; background: transparent; transform: translateY(-1px); }
  .about { grid-template-columns: minmax(0,1.12fr) minmax(26rem,.88fr); min-height: 46rem; }
  .about-copy { display: grid; align-content: center; }
  .contact { grid-template-columns: minmax(0,.8fr) minmax(0,1.2fr); align-items: start; }
  .site-footer { grid-template-columns: auto minmax(12rem,1fr) auto auto; align-items: center; justify-items: start; padding-inline: clamp(1rem,5vw,6rem); }
  .site-footer nav { justify-self: end; }
  .site-footer p:last-child { justify-self: end; }
}
@media (min-width: 90rem) and (min-height: 64rem) {
  .reel.is-scroll-linked .film-card { flex-basis: min(58vw,100rem); }
  .reel.is-scroll-linked .film-card--feature { flex-basis: min(72vw,120rem); }
  .reel.is-scroll-linked .film-viewport { padding-bottom: 6vh; }
  .reel.is-scroll-linked .film-image { height: min(60vh,75rem); }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero-video { display: none; }
  .film-image img, .video-toggle, .date-calendar-grid button { transition: none; }
}
