/* Cinematic composition and restrained, scroll-led choreography. */
:root { --gold: #c9a66a; --gold-bright: #e4c896; --gold-pale: #f0e2c8; --muted: #b5afa4; }
body::after { display: none; }
body::before { opacity: .055; }
.section-shell { width: min(calc(100% - 96px), 1440px); }
.section { padding-block: clamp(90px, 10vw, 170px); }
.site-header { grid-template-columns: auto 1fr; border-bottom-color: rgba(228,200,150,.12); }
.header-actions { justify-self: end; }
.header-signal { display: none; }
.button { min-height: 52px; border-radius: 3px; font-size: 13px; letter-spacing: .065em; }
.button-gold { background: linear-gradient(120deg,#e4c896,#bb945b); box-shadow: inset 0 1px rgba(255,255,255,.25); }
.button-gold:hover { box-shadow: 0 12px 32px #c9a66a20; }
.festival-feature { padding-top: 110px; }
.festival-art { min-height: min(780px, 82svh); grid-template-columns: 1fr 1fr; border: 0; border-radius: 6px; background: #0b0b09; box-shadow: none; }
.festival-art::before { display: none; }
.festival-art-image { position: absolute; inset: 0; height: 100%; min-height: 100%; }
.festival-art-image video { width: 100%; height: 100%; object-fit: cover; object-position: center 40%; filter: saturate(.85); animation: none !important; transform: scale(1.04); }
.festival-art-image::before { background: linear-gradient(90deg,#000b,transparent 85%); }
.festival-art::after { background: linear-gradient(0deg,#080807b3,transparent 65%); }
.festival-art-copy { position: relative; z-index: 3; grid-column: 1 / -1; align-self: end; padding: clamp(32px,5vw,80px); max-width: 850px; background: none; }
.festival-art-copy h2 { max-width: none; font-size: clamp(64px,8.5vw,130px); line-height: .98; letter-spacing: -.065em; font-weight: 500; margin-bottom: 24px; }
.festival-art-copy h2 em { color: #e4c896; }
.festival-art-copy p { max-width: 370px; font-size: 17px; line-height: 1.75; color: #e1dcd3; }
.festival-status { display: none; }
.hero { gap: clamp(36px,6vw,90px); padding-block: 130px; grid-template-columns: 1fr 1fr; }
#hero-title { font-size: clamp(46px,5.2vw,82px); line-height: 1.05; letter-spacing: -.055em; }
.hero-signature { font-size: 16px; letter-spacing: .04em; margin-top: 24px; }
.hero-lede,.section-intro { font-size: 17px; line-height: 1.85; }
.hero-media { border: 1px solid #e4c89626; border-radius: 6px; box-shadow: none; }
.hero-media::before,.hero-video-ui,.hero-video-scan,.studio-hud,.studio-orbit,.archive-screen::after { display: none; }
.hero-video-caption small,.archive-feature-meta small { font-size: 12px; letter-spacing: .12em; }
.hero-video-caption strong { font-size: clamp(30px,3vw,48px); line-height: 1.1; }
.hero-video-caption a { font-size: 12px; letter-spacing: .04em; }
.studio-vitrine { border-color: #e4c89626; box-shadow: none; border-radius: 6px; }
.studio-vitrine::before,.studio-vitrine::after { display: none; }
.studio-vitrine video { animation: none !important; object-fit: contain; }
.section-kicker,.eyebrow,.form-label,.data-label { font-size: 12px; letter-spacing: .12em; }
.section h2 { line-height: 1.07; letter-spacing: -.055em; }
.manifesto-card { border-color: #e4c89624; background: linear-gradient(150deg,#181611,#0c0c0a); padding: clamp(28px,3vw,48px); }
.manifesto-card::before { animation: none; opacity: .12; }
.manifesto-card p,.studio-copy p,.events-lead p,.service small,.form-note { font-size: 16px; line-height: 1.8; }
.service strong { font-size: 18px; }
.archive-card { transition: border-color .35s, background .35s; }
.archive-card:hover { border-color: #c9a66a99; background: #c9a66a08; }
.archive-card-foot,.footer-bottom { font-size: 12px; }
.form-field input,.form-field textarea { font-size: 16px; }
.signal-bar { border-color: #c9a66a26; background: transparent; padding-block: 24px; }
.signal-track { color: #c9a66a; }
[data-reveal] { transition: opacity 1s ease, transform 1.15s cubic-bezier(.16,1,.3,1); }
.motion-ready [data-choreography] { opacity: 0; translate: 0 38px; transition: opacity .95s ease, translate 1.15s cubic-bezier(.16,1,.3,1); transition-delay: var(--entrance-delay,0ms); }
.motion-ready [data-choreography].has-entered { opacity: 1; translate: 0 0; }
.festival-art-copy { translate: 0 var(--cinema-offset,0px); }
.hero-media { clip-path: inset(var(--cinema-inset,0%) 0 round 6px); }
@media(min-width:901px) { .studio-copy { padding-left: 32px; } }
@media(max-width:900px) {
  .section-shell { width: calc(100% - 40px); }
  .hero { grid-template-columns: 1fr; padding-block: 80px; }
  .festival-art { min-height: 76svh; }
  .festival-art-copy { padding: 36px; }
  .festival-art-copy h2 { font-size: clamp(60px,11vw,100px); }
  .hero-media { min-height: 650px; }
}
@media(max-width:620px) {
  .section-shell { width: calc(100% - 32px); }
  .festival-feature { padding-top: 84px; }
  .festival-art { min-height: 730px; min-height: 82svh; }
  .festival-art-copy { padding: 30px 24px; }
  .festival-art-copy h2 { font-size: clamp(52px,13vw,76px); }
  .festival-art-copy p { font-size: 16px; }
  .hero { padding-block: 80px; }
  #hero-title { font-size: clamp(38px,10vw,60px); }
  .hero-media { min-height: 135vw; }
  .hero-video-caption { padding: 0; }
  .section { padding-block: 80px; }
  .button { font-size: 12px; padding-inline: 18px; }
}
body.motion-paused [data-choreography] { opacity: 1; translate: none; transition: none; }
/* Editorial hierarchy, tactile controls, and a quieter booking experience. */
.offer-selector { padding-block: 64px 20px; }
.offer-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 24px; margin-bottom: 30px; }
.offer-heading h2 { margin: 0; font-size: clamp(24px,3vw,40px); font-weight: 500; letter-spacing: -.045em; }
.offer-options { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; }
.offer-options>a { display: flex; flex-direction: column; align-items: start; padding: 30px; border: 1px solid #c9a66a30; border-radius: 8px; background: #11110e; transition: border-color .25s, transform .25s, background .25s; }
.offer-options>a:hover { transform: translateY(-5px); background: #19170f; border-color: var(--gold); }
.offer-number { font-family: var(--mono); font-size: 12px; color: var(--gold); margin-bottom: 24px; }
.offer-options strong { font-size: 23px; letter-spacing: -.035em; font-weight: 500; }
.offer-options strong+span { color: var(--muted); font-size: 14px; margin-block: 10px 26px; }
.offer-options b,.offer-inline-link { color: var(--gold-bright); font-size: 14px; font-weight: 500; margin-top: auto; }
.offer-inline-link { display: inline-block; padding-block: 16px; text-decoration: underline; text-underline-offset: 6px; text-decoration-color: #c9a66a66; }
.booking-intro { margin-bottom: 30px; }
.booking-intro>span { color: var(--gold); font-size: 12px; letter-spacing: .06em; }
.booking-intro h3 { font-size: clamp(26px,3vw,38px); letter-spacing: -.045em; font-weight: 500; margin: 12px 0; }
.booking-intro p { color: var(--muted); font-size: 15px; line-height: 1.75; }
.brief-form.booking-selected { border-color: var(--gold); }
@media(max-width:700px) {
  .offer-heading { display: block; }
  .offer-heading h2 { margin-top: 16px; }
  .offer-options { grid-template-columns: 1fr; gap: 12px; }
  .offer-options>a { padding: 24px; }
  .offer-number { margin-bottom: 12px; }
  .offer-options strong+span { margin-bottom: 18px; }
}
html { scroll-padding-top: 110px; }
:focus-visible { outline: 2px solid var(--gold-bright); outline-offset: 5px; }
.section-heading em,.festival-art-copy h2 em,.studio-copy h3 em,.footer-cta-copy em {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 500;
  font-style: italic;
  letter-spacing: -.045em;
}
.festival-art-copy h2 em { font-size: 1.13em; }
.site-header { background: rgba(7,7,6,.88); }
.header-nav a { position: relative; font-size: 13px; letter-spacing: .035em; padding-block: 14px; }
.header-nav a[aria-current="location"] { color: var(--gold-bright); }
.header-nav a[aria-current="location"]::before { content: ''; position: absolute; bottom: 4px; left: 0; width: 22px; height: 1px; background: var(--gold); }
.language-button { min-width: 36px; min-height: 36px; }
.hero-credentials { gap: 24px; border-color: #c9a66a24; }
.credential strong { font-size: 15px; line-height: 1.5; }
.credential .data-label { margin-bottom: 12px; color: var(--muted); }
.manifesto-card { border: 0; border-top: 1px solid #c9a66a55; border-radius: 0; background: transparent; box-shadow: none; }
.manifesto-card h3 { font-size: clamp(30px,3vw,48px); letter-spacing: -.04em; }
.manifesto-card::before,.manifesto-card::after { display: none; }
.studio-caption { padding: 24px; }
.studio-caption small { display: none; }
.studio-caption strong { font-size: clamp(34px,4vw,58px); line-height: 1.06; }
.service { padding-block: 26px; border-color: #c9a66a26; }
.service-no { color: var(--gold); }
.archive-card { border-radius: 8px; overflow: hidden; background: #11110e; border-color: #ffffff14; }
.archive-card-image { overflow: hidden; }
.archive-card-image video { transition: scale .8s cubic-bezier(.2,.8,.2,1); }
.archive-card:hover .archive-card-image video { scale: 1.04; }
.archive-card-title { line-height: 1.15; }
.brief-form { padding: clamp(24px,4vw,56px); border: 1px solid #c9a66a30; border-radius: 12px; background: #11110e; box-shadow: 0 28px 80px #0003; }
.form-field { gap: 10px; }
.form-label { color: #ddd5c7; font-size: 12px; letter-spacing: .07em; }
.form-field input,.form-field textarea { border: 1px solid #ffffff25; border-radius: 6px; background: #080807; padding: 16px; color: var(--white); transition: border-color .2s, box-shadow .2s; }
.form-field input { min-height: 56px; }
.form-field textarea { min-height: 140px; resize: vertical; }
.form-field input:focus,.form-field textarea:focus { border-color: var(--gold); outline: none; box-shadow: 0 0 0 3px #c9a66a14; }
.type-button { min-height: 44px; padding: 12px 16px; border-radius: 6px; font-size: 12px; letter-spacing: .02em; }
.type-button[aria-pressed="true"] { border-color: var(--gold); background: #c9a66a1f; color: #f0e2c8; box-shadow: inset 0 0 0 1px #c9a66a55; }
.form-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.form-actions .button { justify-content: center; }
.form-note { margin-top: 18px; font-size: 13px; color: var(--muted); }
.site-footer { border-top-color: #c9a66a30; padding-bottom: 96px; }
.footer-links a { padding-block: 7px; font-size: 14px; }
.powered-by-card { box-shadow: none; border-color: #c9a66a50; }
@media(max-width:900px) {
  .site-header.is-open { backdrop-filter: none; }
  .site-header.is-open .header-nav { top: 50svh; left: 50%; width: min(440px,calc(100vw - 40px)); max-height: calc(100svh - 180px); padding: 22px; border-radius: 14px; transform: translate(-50%,-50%); animation: premiumMenuIn .35s cubic-bezier(.16,1,.3,1) both; }
  .site-header.is-open .header-nav a { min-height: 64px; font-size: clamp(25px,5vw,34px); }
  .site-header.is-open .header-nav::before { font-size: 12px; }
  .site-header.is-open .header-nav a[aria-current="location"]::before { display: none; }
  .menu-backdrop { background: #000b; }
}
@keyframes premiumMenuIn { from { opacity: 0; transform: translate(-50%,-47%) scale(.97); } to { opacity: 1; transform: translate(-50%,-50%) scale(1); } }
@media(max-width:620px) {
  .brand-copy { font-size: 11px; }
  .brand-copy small { font-size: 9px; letter-spacing: .08em; }
  .header-actions { gap: 6px; }
  .language-button { min-width: 28px; }
  .hero-credentials { gap: 12px; }
  .credential strong { font-size: 13px; }
  .brief-form { padding: 24px 18px; }
  .form-row,.form-actions { grid-template-columns: 1fr; }
  .form-actions .button { width: 100%; }
  .section-heading { overflow-wrap: anywhere; }
}
@media(prefers-reduced-motion:reduce) {
  .motion-ready [data-choreography] { opacity: 1; translate: none; transition: none; }
  .festival-art-copy { translate: none; }
  .hero-media { clip-path: none; }
}
