:root {
  --black: #090908;
  --black-soft: #11100e;
  --graphite: #181613;
  --milk: #eee9df;
  --milk-deep: #ded6c8;
  --gold: #c9a66b;
  --gold-pale: #e6cea6;
  --line: rgba(230, 206, 166, .22);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
}

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

.noise { 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"); }
.site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 80; height: 88px; padding: 0 clamp(24px, 4vw, 72px); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid transparent; transition: background .35s, border-color .35s, height .35s; }
.site-header.scrolled { height: 70px; background: rgba(9, 9, 8, .84); border-color: rgba(255,255,255,.08); backdrop-filter: blur(18px); }
.monogram { justify-self: start; font-family: var(--serif); font-size: 25px; letter-spacing: .03em; }
.monogram span { color: var(--gold); }
.desktop-nav { display: flex; align-items: center; gap: 42px; }
.desktop-nav a, .header-cta { position: relative; font-size: 11px; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: var(--gold); transition: right .3s; }
.desktop-nav a:hover::after { right: 0; }
.header-cta { justify-self: end; color: var(--gold-pale); }
.header-cta span { margin-left: 9px; }
.menu-toggle, .mobile-menu { display: none; }

.hero { position: relative; min-height: 100svh; padding: 150px clamp(24px, 7vw, 120px) 80px; display: grid; grid-template-columns: minmax(400px, .95fr) minmax(380px, .75fr); align-items: center; gap: 7vw; isolation: isolate; overflow: hidden; }
.hero-atmosphere { position: absolute; inset: -6%; z-index: -3; background: linear-gradient(90deg, rgba(9,9,8,.95) 0%, rgba(9,9,8,.72) 52%, rgba(9,9,8,.18) 100%), url("assets/images/luxury-abstract.png") center/cover no-repeat; opacity: .7; will-change: transform; }
.hero-atmosphere::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 70% 50%, transparent 0 24%, rgba(9,9,8,.52) 70%); }
.hero-glow { position: absolute; z-index: -2; width: 45vw; height: 45vw; right: 9vw; top: 16vh; border-radius: 50%; border: 1px solid rgba(230,206,166,.15); box-shadow: 0 0 160px rgba(201,166,107,.08), inset 0 0 100px rgba(201,166,107,.035); }
.hero-copy { max-width: 700px; position: relative; z-index: 2; }
.eyebrow { margin: 0; color: var(--gold); font-size: 10px; font-weight: 600; letter-spacing: .27em; text-transform: uppercase; }
.hero h1 { margin: 22px 0 10px; font-family: var(--serif); font-size: clamp(76px, 9.2vw, 158px); font-weight: 400; line-height: .67; letter-spacing: -.055em; }
.hero h1 span { display: block; }
.hero h1 .serif-italic { margin-left: .42em; color: var(--gold-pale); font-style: italic; }
.hero-subtitle { margin: 45px 0 24px; font-family: var(--serif); font-size: clamp(28px, 3vw, 44px); line-height: .98; }
.hero-description { max-width: 530px; margin: 0; color: rgba(238,233,223,.68); font-size: 13px; line-height: 1.85; }
.hero-actions { margin-top: 38px; display: flex; align-items: center; gap: 34px; }
.button { min-height: 53px; padding: 0 27px; display: inline-flex; align-items: center; justify-content: center; gap: 24px; border: 1px solid transparent; border-radius: 0; font-size: 10px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; transition: background .25s, color .25s, border-color .25s, transform .25s; }
.button:hover { transform: translateY(-2px); }
.button-gold { color: #17130e; background: var(--gold-pale); }
.button-gold:hover { background: #f2dec0; }
.button-outline { color: var(--milk); border-color: rgba(230,206,166,.35); }
.button-outline:hover { border-color: var(--gold-pale); }
.text-link { border-bottom: 1px solid rgba(230,206,166,.45); padding-bottom: 7px; color: var(--gold-pale); font-size: 10px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.text-link span { margin-left: 10px; }
.hero-portrait { align-self: center; position: relative; width: min(30vw, 470px); justify-self: center; will-change: transform; }
.portrait-frame { position: relative; aspect-ratio: .72; overflow: hidden; border: 1px solid rgba(230,206,166,.4); padding: 9px; }
.portrait-frame::before, .portrait-frame::after { content: ""; position: absolute; z-index: 2; width: 58px; height: 58px; border-color: var(--gold-pale); opacity: .65; }
.portrait-frame::before { left: 3px; top: 3px; border-left: 1px solid; border-top: 1px solid; }
.portrait-frame::after { right: 3px; bottom: 3px; border-right: 1px solid; border-bottom: 1px solid; }
.portrait-frame img { height: 100%; object-fit: cover; object-position: center 30%; filter: saturate(.78) contrast(1.04); }
.hero-portrait p { margin: 13px 0 0; display: flex; justify-content: space-between; color: rgba(238,233,223,.48); font-size: 8px; font-weight: 500; letter-spacing: .16em; text-transform: uppercase; }
.hero-index { position: absolute; right: clamp(24px, 4vw, 72px); bottom: 56px; display: flex; align-items: center; gap: 9px; color: rgba(238,233,223,.45); font-size: 9px; }
.hero-index i { width: 45px; height: 1px; background: rgba(238,233,223,.25); }
.hero-index i::before { content: ""; display: block; width: 25%; height: 1px; background: var(--gold); }
.scroll-note { position: absolute; left: clamp(24px, 4vw, 72px); bottom: 45px; margin: 0; color: rgba(238,233,223,.4); font-size: 8px; font-weight: 500; letter-spacing: .2em; text-transform: uppercase; }
.scroll-note span { display: inline-block; margin-left: 12px; animation: nudge 1.7s ease-in-out infinite; }
@keyframes nudge { 50% { transform: translateY(6px); } }

.section-dark { background: var(--black-soft); }
.portfolio { padding: 150px clamp(24px, 6.6vw, 110px); }
.section-intro { display: grid; grid-template-columns: 1fr 2fr; gap: 30px; align-items: start; margin-bottom: 76px; }
.section-intro > div { display: flex; justify-content: space-between; align-items: end; gap: 50px; }
.section-intro h2 { margin: 0; font-family: var(--serif); font-size: clamp(72px, 8vw, 130px); font-weight: 400; line-height: .7; letter-spacing: -.05em; }
.section-intro h2 span, .collab-card h2 span, .benefits-heading h2 span { color: var(--gold); }
.section-intro > div > p { max-width: 390px; margin: 0; color: rgba(238,233,223,.55); font-size: 12px; line-height: 1.8; }
.image-grid { display: grid; grid-template-columns: 1.15fr .85fr; grid-template-rows: minmax(330px, 42vw) minmax(300px, 35vw); gap: 16px; }
.project-card { position: relative; min-height: 320px; padding: 0; overflow: hidden; border: 1px solid rgba(230,206,166,.12); background: radial-gradient(circle at 50% 45%, #201c16 0%, #0d0c0a 72%); cursor: pointer; text-align: left; }
.project-card-tall { grid-row: span 2; }
.project-card img { height: 100%; object-fit: contain; object-position: center; transition: filter .6s; }
.project-card:hover img { filter: brightness(.72); }
.project-shade { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 38%, rgba(4,4,3,.82)); }
.project-meta { position: absolute; left: clamp(22px, 3vw, 48px); bottom: clamp(22px, 3vw, 44px); display: flex; flex-direction: column; gap: 12px; }
.project-meta small { color: var(--gold-pale); font-size: 8px; font-weight: 500; letter-spacing: .2em; text-transform: uppercase; }
.project-meta strong { font-family: var(--serif); font-size: clamp(32px, 4vw, 62px); font-weight: 400; line-height: .83; }
.project-open { position: absolute; right: 25px; top: 25px; width: 43px; height: 43px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; opacity: 0; transform: translateY(8px); transition: opacity .3s, transform .3s; }
.project-card:hover .project-open { opacity: 1; transform: translateY(0); }
.films-heading { margin: 140px 0 42px; display: grid; grid-template-columns: 1fr 2fr auto; align-items: end; gap: 30px; }
.films-heading h3 { margin: 0; font-family: var(--serif); font-size: clamp(50px, 6vw, 90px); font-weight: 400; font-style: italic; line-height: .8; }
.films-heading > span { color: rgba(238,233,223,.4); font-size: 9px; letter-spacing: .18em; text-transform: uppercase; }
.video-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.video-shell { position: relative; aspect-ratio: .76; overflow: hidden; background: #18140f; border: 1px solid rgba(230,206,166,.14); }
.video-shell video { height: 100%; object-fit: cover; filter: brightness(.74) saturate(.72); transition: filter .5s, transform .7s; }
.video-card:hover video, .video-shell.is-playing video { filter: brightness(.92) saturate(.9); transform: scale(1.02); }
.play-button { position: absolute; left: 50%; top: 50%; width: 68px; height: 68px; translate: -50% -50%; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; background: rgba(10,9,8,.2); backdrop-filter: blur(6px); cursor: pointer; transition: background .25s, transform .25s, opacity .25s; }
.play-button:hover { background: rgba(201,166,107,.3); transform: scale(1.06); }
.play-button span { display: inline-block; margin-left: 3px; font-size: 12px; }
.video-shell.is-playing .play-button { opacity: 0; }
.video-number { position: absolute; right: 17px; top: 17px; font-size: 8px; letter-spacing: .14em; }
.video-card > div:last-child { display: flex; align-items: baseline; justify-content: space-between; padding: 18px 2px; border-bottom: 1px solid rgba(255,255,255,.11); }
.video-card h4 { margin: 0; font-family: var(--serif); font-size: 24px; font-weight: 400; }
.video-card p { margin: 0; color: rgba(238,233,223,.4); font-size: 8px; letter-spacing: .12em; text-transform: uppercase; }
.portfolio-note { width: min(690px, 80%); margin: 90px auto 0; text-align: center; color: rgba(238,233,223,.56); font-family: var(--serif); font-size: clamp(24px, 2.5vw, 38px); line-height: 1.25; }

.collaboration { position: relative; min-height: 900px; padding: 130px clamp(24px, 7vw, 120px); display: grid; place-items: center end; overflow: hidden; isolation: isolate; }
.collab-visual { position: absolute; inset: -6%; z-index: -2; will-change: transform; }
.collab-visual img { height: 100%; object-fit: cover; }
.collaboration::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(7,7,6,.2), rgba(7,7,6,.55) 55%, rgba(7,7,6,.9)); }
.collab-card { width: min(670px, 58vw); padding: clamp(45px, 5.5vw, 88px); background: rgba(12,11,10,.77); border: 1px solid rgba(230,206,166,.36); box-shadow: 0 35px 100px rgba(0,0,0,.42), inset 0 0 70px rgba(201,166,107,.035); backdrop-filter: blur(16px); }
.collab-card h2 { margin: 28px 0 32px; font-family: var(--serif); font-size: clamp(66px, 7vw, 112px); font-weight: 400; line-height: .7; letter-spacing: -.045em; }
.collab-card h2 em, .benefits-heading h2 em, .final-cta h2 em { color: var(--gold-pale); font-weight: 400; }
.collab-card > p:not(.eyebrow) { max-width: 510px; color: rgba(238,233,223,.58); font-size: 12px; line-height: 1.9; }
.contact-actions { display: flex; flex-wrap: wrap; gap: 10px; margin: 36px 0 55px; }
.contact-details { padding-top: 25px; display: grid; grid-template-columns: 1fr 1fr; gap: 30px; border-top: 1px solid rgba(230,206,166,.18); }
.contact-details a { display: flex; flex-direction: column; gap: 8px; }
.contact-details small { color: rgba(238,233,223,.35); font-size: 8px; letter-spacing: .16em; text-transform: uppercase; }
.contact-details span { color: var(--gold-pale); font-family: var(--serif); font-size: 21px; }

.benefits { padding: 150px clamp(24px, 7vw, 120px); display: grid; grid-template-columns: .8fr 1.2fr; gap: 10vw; color: #181511; background: var(--milk); }
.benefits-heading { position: sticky; top: 130px; align-self: start; }
.benefits .eyebrow { color: #9d7740; }
.benefits-heading h2 { margin: 35px 0 36px; font-family: var(--serif); font-size: clamp(72px, 7vw, 112px); font-weight: 400; line-height: .7; letter-spacing: -.05em; }
.benefits-heading h2 em { color: #8c6837; }
.benefits-heading > p:last-child { max-width: 370px; color: rgba(24,21,17,.57); font-size: 12px; line-height: 1.85; }
.benefit-list { border-top: 1px solid rgba(24,21,17,.28); }
.benefit { min-height: 220px; padding: 44px 0; display: grid; grid-template-columns: 52px 1fr auto; gap: 28px; align-items: start; border-bottom: 1px solid rgba(24,21,17,.28); }
.benefit > span { color: #9d7740; font-family: var(--serif); font-size: 17px; }
.benefit h3 { margin: 0 0 17px; font-family: var(--serif); font-size: clamp(31px, 3vw, 44px); font-weight: 500; line-height: .92; }
.benefit p { max-width: 520px; margin: 0; color: rgba(24,21,17,.58); font-size: 11px; line-height: 1.8; }
.benefit i { width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid rgba(24,21,17,.25); border-radius: 50%; font-style: normal; transition: transform .3s, background .3s, color .3s; }
.benefit:hover i { color: var(--milk); background: #1a1712; transform: rotate(45deg); }

.final-cta { position: relative; min-height: 700px; padding: 120px 24px; display: flex; flex-direction: column; align-items: center; justify-content: center; overflow: hidden; text-align: center; background: radial-gradient(circle at 50% 55%, #211b13 0%, #0a0908 56%); }
.final-cta h2 { position: relative; margin: 33px 0 47px; font-family: var(--serif); font-size: clamp(52px, 6vw, 96px); font-weight: 400; line-height: .86; letter-spacing: -.04em; }
.final-orbit { position: absolute; width: min(82vw, 1050px); aspect-ratio: 2; border: 1px solid rgba(230,206,166,.16); border-radius: 50%; transform: rotate(-10deg); box-shadow: 0 0 80px rgba(201,166,107,.06); }
.final-orbit::before { content: ""; position: absolute; width: 6px; height: 6px; right: 18%; top: 4%; border-radius: 50%; background: var(--gold-pale); box-shadow: 0 0 25px var(--gold); }
footer { min-height: 120px; padding: 25px clamp(24px, 4vw, 72px); display: grid; grid-template-columns: .6fr 1fr 1fr auto; align-items: center; gap: 35px; border-top: 1px solid rgba(255,255,255,.09); }
footer p, footer small, footer div { color: rgba(238,233,223,.38); font-size: 8px; letter-spacing: .15em; text-transform: uppercase; }
footer div { display: flex; gap: 28px; }
footer div a:hover { color: var(--gold-pale); }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .9s cubic-bezier(.2,.6,.2,1) var(--delay, 0s), transform .9s cubic-bezier(.2,.6,.2,1) var(--delay, 0s); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.lightbox { position: fixed; inset: 0; z-index: 120; padding: 4vw; display: grid; place-items: center; background: rgba(4,4,3,.93); opacity: 0; pointer-events: none; transition: opacity .35s; }
.lightbox.open { opacity: 1; pointer-events: auto; }
.lightbox img { width: auto; max-width: 90vw; max-height: 88vh; object-fit: contain; box-shadow: 0 30px 100px rgba(0,0,0,.5); }
.lightbox button { position: absolute; right: 30px; top: 20px; border: 0; background: none; font-family: var(--serif); font-size: 48px; font-weight: 300; cursor: pointer; }

@media (max-width: 1000px) {
  .desktop-nav, .header-cta { display: none; }
  .site-header { grid-template-columns: 1fr auto; }
  .menu-toggle { justify-self: end; width: 42px; height: 42px; padding: 10px 6px; display: flex; flex-direction: column; justify-content: center; gap: 7px; border: 0; background: none; }
  .menu-toggle span { display: block; height: 1px; background: var(--milk); transition: transform .3s; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .mobile-menu { position: fixed; inset: 70px 0 0; padding: 12vh 30px; display: flex; flex-direction: column; gap: 25px; color: var(--milk); background: rgba(9,9,8,.98); opacity: 0; visibility: hidden; transition: opacity .3s, visibility .3s; }
  .mobile-menu.open { opacity: 1; visibility: visible; }
  .mobile-menu a { font-family: var(--serif); font-size: 42px; }
  .hero { grid-template-columns: 1fr .72fr; gap: 3vw; }
  .hero h1 { font-size: clamp(68px, 10vw, 110px); }
  .hero-portrait { width: min(37vw, 420px); }
  .section-intro { grid-template-columns: 1fr; }
  .section-intro > div { align-items: start; }
  .benefits { grid-template-columns: 1fr; gap: 70px; }
  .benefits-heading { position: static; }
}

@media (max-width: 720px) {
  .site-header { height: 70px; padding: 0 20px; }
  .hero { min-height: 1000px; padding: 118px 20px 80px; display: block; }
  .hero-atmosphere { opacity: .42; background-position: 58% center; }
  .hero-glow { width: 94vw; height: 94vw; right: -34vw; top: 340px; }
  .hero-copy { position: relative; z-index: 3; }
  .hero h1 { margin-top: 25px; font-size: clamp(70px, 24vw, 105px); line-height: .72; }
  .hero h1 .serif-italic { margin-left: .2em; }
  .hero-subtitle { margin-top: 32px; font-size: 31px; }
  .hero-description { max-width: 93%; font-size: 11px; }
  .hero-actions { gap: 20px; flex-direction: column; align-items: start; }
  .hero-portrait { position: absolute; right: -4vw; bottom: 68px; width: 64vw; opacity: .84; z-index: -1; }
  .hero-portrait p { display: none; }
  .portrait-frame { padding: 6px; }
  .scroll-note { left: 20px; bottom: 35px; }
  .hero-index { display: none; }
  .portfolio { padding: 105px 20px; }
  .section-intro { margin-bottom: 50px; }
  .section-intro > div { display: block; }
  .section-intro h2 { font-size: 74px; }
  .section-intro > div > p { margin-top: 32px; }
  .image-grid { display: block; }
  .project-card { width: 100%; min-height: 0; aspect-ratio: .78; margin-bottom: 12px; }
  .project-card-wide { aspect-ratio: 1.08; }
  .project-meta strong { font-size: 43px; }
  .project-open { opacity: 1; transform: none; }
  .films-heading { margin: 100px 0 35px; grid-template-columns: 1fr auto; }
  .films-heading .eyebrow { grid-column: 1 / -1; margin-bottom: 5px; }
  .films-heading h3 { font-size: 56px; }
  .video-grid { display: flex; gap: 12px; overflow-x: auto; scroll-snap-type: x mandatory; margin-right: -20px; padding-right: 20px; scrollbar-width: none; }
  .video-grid::-webkit-scrollbar { display: none; }
  .video-card { min-width: 78vw; scroll-snap-align: start; }
  .video-card > div:last-child { display: block; }
  .video-card p { margin-top: 7px; }
  .portfolio-note { width: 100%; margin-top: 70px; font-size: 25px; }
  .collaboration { min-height: 830px; padding: 80px 20px; place-items: center; }
  .collaboration::after { background: rgba(7,7,6,.56); }
  .collab-visual { inset: -3%; }
  .collab-visual img { object-position: 69% center; }
  .collab-card { width: 100%; padding: 44px 25px; }
  .collab-card h2 { margin-top: 25px; font-size: 67px; }
  .contact-actions { display: grid; }
  .contact-details { grid-template-columns: 1fr; gap: 20px; }
  .benefits { padding: 105px 20px; gap: 60px; }
  .benefits-heading h2 { font-size: 74px; }
  .benefit { min-height: 0; grid-template-columns: 38px 1fr; gap: 15px; }
  .benefit i { display: none; }
  .benefit h3 { font-size: 32px; }
  .final-cta { min-height: 630px; }
  .final-cta h2 { font-size: 53px; }
  .final-orbit { width: 145vw; }
  footer { padding: 34px 20px; grid-template-columns: 1fr 1fr; }
  footer p { display: none; }
  footer div { justify-self: end; }
  footer small { grid-column: 1 / -1; }
}

@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; }
}
