:root {
  --ink: #0e0c0a;
  --brown: #17120e;
  --brown-2: #211810;
  --ivory: #f1eadf;
  --muted: #a79d90;
  --gold: #e1b72e;
  --line: rgba(241, 234, 223, 0.16);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; background: var(--ink); color: var(--ivory); font-family: var(--sans); font-weight: 300; overflow-x: hidden; }
button, a { font: inherit; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
img { display: block; width: 100%; }
::selection { background: var(--gold); color: var(--ink); }

.grain { position: fixed; inset: 0; z-index: 100; pointer-events: none; opacity: .018; 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='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E"); }

.nav-shell { position: absolute; top: 0; left: 0; right: 0; z-index: 10; height: 92px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 4.5vw; border-bottom: 1px solid rgba(255,255,255,.14); }
.monogram { font-family: var(--serif); font-size: 30px; font-weight: 600; letter-spacing: -.06em; width: max-content; }
.monogram span { color: var(--gold); }
.nav-shell nav { display: flex; gap: 36px; text-transform: uppercase; font-size: 11px; letter-spacing: .18em; }
.nav-shell nav a { position: relative; }
.nav-shell nav a::after { content: ""; position: absolute; height: 1px; left: 0; right: 100%; bottom: -7px; background: var(--gold); transition: right .25s ease; }
.nav-shell nav a:hover::after { right: 0; }
.nav-cta { justify-self: end; text-transform: uppercase; font-size: 11px; letter-spacing: .16em; border: 1px solid rgba(255,255,255,.35); padding: 13px 16px; transition: .25s ease; }
.nav-cta:hover { background: var(--ivory); color: var(--ink); }
.nav-cta span { color: var(--gold); margin-left: 10px; }

.hero { min-height: 100svh; position: relative; display: flex; align-items: center; overflow: hidden; background: radial-gradient(circle at 77% 44%, #2d2115 0%, #17120e 30%, #0e0c0a 68%); }
.hero-glow { position: absolute; width: 46vw; aspect-ratio: 1; right: -8vw; top: 12%; border-radius: 50%; background: rgba(225,183,46,.09); filter: blur(90px); }
.hero-content { position: relative; z-index: 2; width: 100%; padding: 138px 6.5vw 76px; display: grid; grid-template-columns: minmax(330px,.76fr) minmax(540px,1.24fr); align-items: center; gap: clamp(45px,6vw,100px); }
.hero-copy { position: relative; z-index: 2; }
.eyebrow, .kicker { margin: 0 0 22px; color: var(--gold); font-size: 10px; font-weight: 600; letter-spacing: .25em; text-transform: uppercase; }
.hero h1 { max-width: 720px; margin: 0; font-family: var(--serif); font-size: clamp(67px,7.8vw,124px); line-height: .76; letter-spacing: -.055em; font-weight: 500; text-transform: uppercase; }
.hero h1 em { color: var(--gold); font-weight: 500; }
.hero-intro { max-width: 480px; margin: 42px 0 0; color: #cfc5b8; font-size: 14px; line-height: 1.85; }
.showreel-stage { position: relative; width: 100%; aspect-ratio: 16 / 9; overflow: hidden; padding: 0; border: 1px solid rgba(255,255,255,.23); background: #15100c; color: var(--ivory); cursor: pointer; text-align: left; box-shadow: 0 35px 90px rgba(0,0,0,.42); isolation: isolate; }
.showreel-slides, .showreel-slide, .showreel-shade { position: absolute; inset: 0; }
.showreel-slide { width: 100%; height: 100%; object-fit: cover; opacity: 0; transform: scale(1.035); filter: saturate(1.04) contrast(1.07) brightness(1.02); transition: opacity 1s ease, transform 5.2s ease, filter .5s ease; }
.showreel-slide.active { opacity: 1; transform: scale(1); }
.showreel-shade { z-index: 1; background: linear-gradient(180deg, rgba(8,6,4,.52), transparent 38%, rgba(8,6,4,.72)); }
.showreel-top, .showreel-bottom { position: absolute; z-index: 3; left: 25px; right: 25px; display: flex; align-items: center; justify-content: space-between; text-transform: uppercase; letter-spacing: .18em; }
.showreel-top { top: 22px; }
.showreel-top b { color: var(--gold); font-size: 10px; font-weight: 600; }
.showreel-top small, .showreel-bottom small { color: rgba(255,255,255,.7); font-size: 9px; }
.showreel-bottom { bottom: 22px; }
.showreel-bottom strong { font-size: 11px; font-weight: 500; }
.showreel-play { position: absolute; z-index: 3; inset: 0; display: grid; place-items: center; }
.showreel-play i { width: 92px; height: 92px; display: grid; place-items: center; padding-left: 5px; border-radius: 50%; border: 1px solid rgba(255,255,255,.72); background: rgba(10,8,6,.35); color: var(--gold); font-style: normal; font-size: 20px; backdrop-filter: blur(10px); transition: .3s ease; }
.showreel-stage:hover .showreel-play i, .showreel-stage:focus-visible .showreel-play i { background: var(--gold); border-color: var(--gold); color: var(--ink); transform: scale(1.08); }
.showreel-stage:hover .showreel-slide.active { filter: saturate(1.12) contrast(1.09) brightness(1.035); }
.showreel-stage:focus-visible { outline: 2px solid var(--gold); outline-offset: 5px; }
.showreel-range { grid-column: 2; display: flex; align-items: center; justify-content: center; gap: 13px; color: #887e73; font-size: 8px; letter-spacing: .18em; text-transform: uppercase; margin-top: -20px; }
.showreel-range i { width: 3px; height: 3px; border-radius: 50%; background: var(--gold); }
.scroll-cue { position: absolute; right: 4.5vw; bottom: 44px; z-index: 3; display: flex; align-items: center; gap: 15px; color: #bcb2a5; text-transform: uppercase; font-size: 9px; letter-spacing: .24em; transform: rotate(90deg) translateX(50%); transform-origin: right bottom; }
.scroll-cue i { width: 70px; height: 1px; background: var(--gold); }

.proof { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--brown); }
.proof div { padding: 38px 4vw; display: flex; align-items: baseline; gap: 16px; border-right: 1px solid var(--line); }
.proof div:last-child { border-right: 0; }
.proof strong { font-family: var(--serif); font-size: 46px; font-weight: 500; color: var(--gold); }
.proof span { color: var(--muted); font-size: 10px; line-height: 1.5; text-transform: uppercase; letter-spacing: .1em; }

.section-pad { padding: 140px 6.5vw; }
.section-head { display: grid; grid-template-columns: 1.15fr .85fr; gap: 10vw; align-items: end; margin-bottom: 72px; }
.section-head h2, .about h2, .contact h2 { margin: 0; font-family: var(--serif); font-size: clamp(54px, 7.1vw, 105px); line-height: .85; font-weight: 500; letter-spacing: -.045em; }
.section-head h2 em, .about h2 em, .contact h2 em { color: var(--gold); font-weight: 500; }
.section-intro { max-width: 520px; color: var(--muted); font-size: 14px; line-height: 1.85; margin: 0 0 4px; }

.filters { display: flex; gap: 8px; margin-bottom: 28px; }
.filter { cursor: pointer; border: 1px solid var(--line); background: transparent; padding: 12px 18px; color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .13em; transition: .25s ease; }
.filter span { margin-left: 10px; color: #6f665d; }
.filter:hover, .filter.active { color: var(--ink); background: var(--gold); border-color: var(--gold); }
.filter.active span { color: rgba(14,12,10,.6); }

.project-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.project { position: relative; min-height: 520px; overflow: hidden; background: var(--brown); transition: opacity .3s ease, transform .3s ease; }
.project.featured { grid-column: 1 / -1; min-height: 650px; }
.project.hidden { display: none; }
.project-media { position: absolute; inset: 0; }
.project-media img { width: 100%; height: 100%; object-fit: cover; filter: saturate(1.08) contrast(1.08) brightness(1.025); transition: transform .7s cubic-bezier(.2,.8,.2,1), filter .7s ease; }
.project:hover .project-media img { transform: scale(1.035); filter: saturate(1.16) contrast(1.1) brightness(1.045); }
.project-overlay { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(9,7,5,.94) 0%, rgba(9,7,5,.12) 68%); }
.project-copy { position: absolute; inset: auto 0 0; padding: 34px; display: flex; align-items: flex-end; justify-content: space-between; gap: 28px; }
.project-copy span { color: var(--gold); font-size: 9px; text-transform: uppercase; letter-spacing: .2em; }
.project-copy h3 { font-family: var(--serif); font-weight: 500; font-size: clamp(35px, 4vw, 61px); line-height: .9; margin: 8px 0 10px; letter-spacing: -.03em; }
.project-copy p { color: #bcb2a6; max-width: 500px; margin: 0; font-size: 12px; line-height: 1.6; }
.project-actions { flex: 0 0 auto; display: flex; flex-direction: column; align-items: flex-end; gap: 12px; }
.project-actions button { cursor: pointer; border: 1px solid rgba(255,255,255,.38); background: rgba(12,9,6,.4); backdrop-filter: blur(10px); padding: 12px 15px; text-transform: uppercase; font-size: 9px; letter-spacing: .15em; }
.project-actions button:hover { background: var(--gold); color: var(--ink); border-color: var(--gold); }
.project-actions a { color: #d1c6b8; text-transform: uppercase; font-size: 8px; letter-spacing: .14em; border-bottom: 1px solid rgba(255,255,255,.25); padding-bottom: 4px; }

.process { background: var(--brown); }
.section-head.compact { margin-bottom: 60px; }
.process-rail { border-top: 1px solid var(--line); }
.process-rail a { min-height: 120px; display: grid; grid-template-columns: 90px 1fr auto; align-items: center; gap: 28px; border-bottom: 1px solid var(--line); transition: .25s ease; }
.process-rail a:hover { background: var(--gold); color: var(--ink); padding: 0 24px; }
.process-rail small { color: var(--muted); font-size: 10px; }
.process-rail span { font-size: 9px; color: var(--muted); text-transform: uppercase; letter-spacing: .18em; }
.process-rail h3 { font-family: var(--serif); font-size: 35px; font-weight: 500; margin: 4px 0 0; }
.process-rail b { font-weight: 300; font-size: 24px; color: var(--gold); }
.process-rail a:hover small, .process-rail a:hover span, .process-rail a:hover b { color: var(--ink); }

.about-statement { max-width: 1080px; }
.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 12vw; padding: 100px 0; border-bottom: 1px solid var(--line); }
.about-copy p { color: #c6bcaf; font-size: 15px; line-height: 1.9; margin: 0 0 22px; }
.text-link { display: inline-flex; gap: 22px; margin-top: 20px; color: var(--gold); text-transform: uppercase; letter-spacing: .15em; font-size: 10px; border-bottom: 1px solid var(--gold); padding-bottom: 7px; }
.capabilities { border-top: 1px solid var(--line); }
.capabilities div { display: grid; grid-template-columns: 60px 1fr; padding: 24px 0; border-bottom: 1px solid var(--line); }
.capabilities span { color: var(--gold); font-size: 10px; }
.capabilities p { margin: 0; font-family: var(--serif); font-size: 24px; line-height: 1.35; }
.credits { padding-top: 34px; display: flex; align-items: center; gap: 22px; color: var(--muted); overflow: hidden; white-space: nowrap; }
.credits > span { color: var(--gold); font-size: 9px; text-transform: uppercase; letter-spacing: .18em; }
.credits p { margin: 0; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.credits i { width: 4px; height: 4px; border-radius: 50%; background: var(--gold); }

.contact { background: var(--gold); color: var(--ink); }
.contact .kicker { color: rgba(14,12,10,.62); }
.contact h2 em { color: var(--ink); }
.contact-row { margin-top: 90px; padding-top: 28px; border-top: 1px solid rgba(14,12,10,.35); display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 60px; }
.contact .email { font-family: var(--serif); font-size: clamp(26px, 4vw, 62px); border-bottom: 1px solid var(--ink); width: max-content; max-width: 100%; }
.contact .email span { font-family: var(--sans); font-size: .5em; }
.contact-row div { font-size: 11px; line-height: 1.8; text-align: right; }
.contact-row div p { margin: 0; }

footer { min-height: 150px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 25px; padding: 35px 4.5vw; border-top: 1px solid var(--line); background: var(--ink); }
footer p { color: var(--muted); font-size: 9px; text-align: center; }
footer div { justify-self: end; display: flex; gap: 25px; font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }
footer div a:hover { color: var(--gold); }

.video-modal, .language-modal { width: min(1100px, 94vw); padding: 0; border: 1px solid rgba(255,255,255,.2); background: #090807; color: var(--ivory); box-shadow: 0 30px 120px rgba(0,0,0,.75); }
.language-modal { width: min(760px, 92vw); }
.video-modal::backdrop, .language-modal::backdrop { background: rgba(0,0,0,.86); backdrop-filter: blur(6px); }
.modal-bar { min-height: 64px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 0 20px; border-bottom: 1px solid var(--line); }
.modal-bar h2 { font-family: var(--serif); font-size: 22px; font-weight: 500; margin: 0; }
.modal-close { cursor: pointer; background: transparent; border: 0; color: var(--muted); text-transform: uppercase; letter-spacing: .12em; font-size: 9px; }
.video-frame { aspect-ratio: 16/9; }
.video-frame iframe { width: 100%; height: 100%; border: 0; }
.language-content { padding: 34px 28px 30px; }
.language-content > p { margin: 0 0 8px; color: var(--gold); font-size: 10px; text-transform: uppercase; letter-spacing: .18em; }
.language-content > h3 { margin: 0 0 28px; font-family: var(--serif); font-size: 42px; font-weight: 500; }
.language-options { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.language-options button { cursor: pointer; min-height: 160px; padding: 20px; display: flex; flex-direction: column; align-items: flex-start; justify-content: space-between; text-align: left; border: 1px solid var(--line); background: var(--brown); transition: .25s ease; }
.language-options button:hover { color: var(--ink); border-color: var(--gold); background: var(--gold); transform: translateY(-3px); }
.language-options span { color: var(--gold); font-size: 10px; letter-spacing: .18em; }
.language-options button:hover span { color: var(--ink); }
.language-options strong { font-family: var(--serif); font-size: 23px; font-weight: 500; line-height: 1.05; }
.language-options b { color: var(--muted); font-size: 9px; font-weight: 400; text-transform: uppercase; letter-spacing: .12em; }
.language-options button:hover b { color: rgba(14,12,10,.65); }

.reveal { opacity: 0; transform: translateY(24px); animation: reveal .9s .15s cubic-bezier(.2,.8,.2,1) forwards; }
.delay-1 { animation-delay: .3s; }
.delay-2 { animation-delay: .5s; }
@keyframes reveal { to { opacity: 1; transform: none; } }
@media (max-width: 900px) {
  .nav-shell { grid-template-columns: 1fr auto; height: 76px; padding: 0 22px; }
  .nav-shell nav { display: none; }
  .nav-cta { font-size: 9px; padding: 10px 12px; }
  .hero { align-items: flex-start; }
  .hero-content { padding: 118px 24px 80px; grid-template-columns: 1fr; gap: 42px; }
  .hero h1 { font-size: clamp(62px, 15vw, 102px); line-height: .8; }
  .hero-intro { margin-top: 30px; }
  .showreel-range { grid-column: 1; margin-top: -20px; }
  .scroll-cue { display: none; }
  .proof { grid-template-columns: repeat(2, 1fr); }
  .proof div:nth-child(2) { border-right: 0; }
  .proof div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .section-pad { padding: 100px 24px; }
  .section-head { grid-template-columns: 1fr; gap: 35px; }
  .project-grid { grid-template-columns: 1fr; }
  .project.featured { grid-column: auto; min-height: 570px; }
  .project { min-height: 500px; }
  .about-grid { grid-template-columns: 1fr; gap: 65px; padding: 65px 0; }
  .contact-row { grid-template-columns: 1fr; gap: 38px; }
  .contact-row div { text-align: left; }
  footer { grid-template-columns: 1fr; text-align: center; }
  footer .monogram, footer div { justify-self: center; }
  .language-modal { max-height: calc(100dvh - 24px); overflow-y: auto; }
}

@media (max-width: 600px) {
  .hero h1 { font-size: 17vw; }
  .hero-intro { font-size: 12px; }
  .showreel-play i { width: 68px; height: 68px; font-size: 16px; }
  .showreel-top, .showreel-bottom { left: 16px; right: 16px; }
  .showreel-top { top: 14px; }
  .showreel-bottom { bottom: 14px; }
  .showreel-range { gap: 8px; font-size: 7px; letter-spacing: .1em; }
  .proof div { padding: 25px 20px; flex-direction: column; gap: 2px; }
  .proof strong { font-size: 36px; }
  .filters { overflow-x: auto; padding-bottom: 7px; }
  .filter { white-space: nowrap; }
  .project-copy { padding: 24px; flex-direction: column; align-items: flex-start; }
  .project-actions { align-items: flex-start; flex-direction: row; }
  .language-options { grid-template-columns: 1fr; }
  .language-options button { min-height: 110px; }
  .process-rail a { grid-template-columns: 42px 1fr auto; gap: 12px; }
  .process-rail h3 { font-size: 25px; }
  .credits { align-items: flex-start; flex-direction: column; white-space: normal; }
  .credits i { display: none; }
  .contact .email { font-size: 7vw; overflow-wrap: anywhere; }
}

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