:root {
  --ink: #111315;
  --black: #090a0b;
  --paper: #e8e6df;
  --paper-dark: #d9d6ce;
  --line: rgba(17, 19, 21, 0.18);
  --warm: #b8805b;
  --sans: "DM Sans", sans-serif;
  --display: "Manrope", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
p, h1, h2, h3 { margin: 0; }

.page-noise {
  position: fixed; inset: 0; z-index: 20; 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='.7'/%3E%3C/svg%3E");
}

.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 15; height: 86px;
  display: flex; align-items: center; justify-content: space-between; padding: 0 4.2vw;
  color: #f3f1eb; transition: background .4s, height .4s, backdrop-filter .4s;
}
.site-header.scrolled { height: 70px; background: rgba(8, 9, 10, .82); backdrop-filter: blur(18px); }
.brand { display: flex; align-items: center; gap: 13px; font-size: 13px; font-weight: 600; letter-spacing: .25em; }
.brand svg { width: 31px; fill: none; stroke: currentColor; stroke-width: 1.4; }
.brand svg path { stroke-width: 1; }
.main-nav { display: flex; align-items: center; gap: 32px; font-size: 12px; letter-spacing: .08em; }
.main-nav a { opacity: .72; transition: opacity .25s; }
.main-nav a:hover { opacity: 1; }
.main-nav .nav-cta { opacity: 1; border: 1px solid rgba(255,255,255,.3); border-radius: 99px; padding: 11px 17px; }
.menu-toggle { display: none; }

.hero {
  position: relative; min-height: 100svh; overflow: hidden; display: grid; grid-template-columns: 48% 52%;
  color: #efeee9; background: radial-gradient(circle at 76% 42%, #2d3031 0, #151718 31%, #090a0b 67%);
}
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.42), transparent 58%); }
.hero-copy { z-index: 2; align-self: center; padding-left: 8.3vw; padding-top: 65px; }
.eyebrow { font-size: 10px; font-weight: 500; letter-spacing: .22em; text-transform: uppercase; }
.hero h1, h2 { font-family: var(--display); font-weight: 300; letter-spacing: -.055em; }
.hero h1 { font-size: clamp(64px, 8vw, 130px); line-height: .88; margin: 25px 0 37px; }
em { font-family: Georgia, serif; font-weight: 400; }
.hero h1 em { color: #b6b2a9; }
.hero-intro { max-width: 480px; color: #aaa9a5; font-size: 16px; line-height: 1.65; }
.text-link { display: inline-flex; gap: 38px; margin-top: 40px; padding-bottom: 7px; border-bottom: 1px solid #777; font-size: 12px; letter-spacing: .08em; }
.text-link span { color: var(--warm); }

.hero-object { position: relative; min-height: 100vh; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.hero-object::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, #111314 0%, transparent 18%), linear-gradient(180deg, rgba(0,0,0,.3), transparent 30%, rgba(0,0,0,.25)); z-index: 1; pointer-events: none; }
.halo { position: absolute; z-index: 1; width: 39vw; height: 39vw; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; box-shadow: 0 0 100px rgba(219,221,214,.07), inset 0 0 100px rgba(220,221,214,.03); }
.hero-product { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; transform: scale(1.02); will-change: transform; filter: saturate(.88) contrast(1.06); }
.speaker-shadow { display: none; }
.visual-note { position: absolute; bottom: 5.5%; right: 4.5vw; color: #656765; font-size: 8px; letter-spacing: .2em; text-transform: uppercase; }
.hero-index { position: absolute; z-index: 3; bottom: 35px; left: 4.2vw; display: flex; align-items: center; gap: 11px; color: #686967; font-size: 9px; }
.hero-index i { width: 55px; height: 1px; background: #3e4040; }
.hero-index i::before { content: ""; display: block; width: 25%; height: 1px; background: #aaa; }

.section-pad { padding: 140px 8.3vw; }
.section-label { display: flex; align-items: center; gap: 15px; color: #747570; font-size: 10px; font-weight: 500; letter-spacing: .2em; text-transform: uppercase; }
.section-label span { color: var(--warm); }
.manifesto { position: relative; min-height: 660px; }
.manifesto-copy { margin: 105px 0 0 15%; font-family: var(--display); font-size: clamp(34px, 5.2vw, 78px); line-height: 1.16; letter-spacing: -.055em; }
.manifesto-copy .muted { color: #a9a69f; }
.manifesto-aside { position: absolute; right: 8.3vw; bottom: 135px; max-width: 330px; color: #666761; font-size: 13px; line-height: 1.8; }

.signature { background: var(--paper-dark); }
.section-heading { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 75px; }
.section-heading h2 { font-size: clamp(42px, 5vw, 72px); line-height: 1.05; }
.feature-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 1px; background: #b5b2aa; border: 1px solid #b5b2aa; }
.feature { position: relative; min-height: 515px; padding: 30px; overflow: hidden; background: #e6e3dc; }
.feature-main { grid-row: span 2; min-height: 1031px; }
.feature-dark { color: #e9e7e1; background: #17191a; }
.feature-number { color: #85857f; font-size: 9px; }
.feature-content { position: absolute; z-index: 2; left: 30px; bottom: 32px; max-width: 390px; }
.feature-content h3 { margin: 15px 0 22px; font-family: var(--display); font-weight: 300; font-size: clamp(30px, 3vw, 47px); line-height: 1.05; letter-spacing: -.05em; }
.feature-content > p:last-child { max-width: 350px; color: #6c6d67; font-size: 12px; line-height: 1.75; }
.feature-dark .feature-content > p:last-child { color: #8f908d; }
.product-detail { position: absolute; inset: 0; }
.product-detail::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 38%, rgba(11,12,13,.85) 82%); }
.product-detail img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.72) contrast(1.04); }
.feature-main { color: #eeeae2; }
.feature-main .feature-number, .feature-main .feature-content > p:last-child { color: #aaa59e; }
.feature-main .feature-content { z-index: 3; }
.material-swatch { position: absolute; width: 210px; height: 210px; top: 60px; right: -25px; border-radius: 50%; background: linear-gradient(110deg, #4a4c4d, #d4d5d2 35%, #6c6f6f 50%, #e1e1dc 70%, #4b4d4e); box-shadow: -22px 35px 50px rgba(0,0,0,.15); }
.sound-wave { position: absolute; top: 75px; left: 30px; right: 30px; height: 120px; display: flex; align-items: center; gap: 8%; opacity: .55; }
.sound-wave i { display: block; width: 1px; height: 25%; background: #a6a49e; }
.sound-wave i:nth-child(2), .sound-wave i:nth-child(8) { height: 48%; }
.sound-wave i:nth-child(3), .sound-wave i:nth-child(7) { height: 75%; }
.sound-wave i:nth-child(4), .sound-wave i:nth-child(6) { height: 95%; }
.sound-wave i:nth-child(5) { height: 48%; background: var(--warm); }

.finishes { display: grid; grid-template-columns: 1.1fr repeat(3, .8fr); gap: 1px; margin-top: 90px; background: #b5b2aa; border: 1px solid #b5b2aa; }
.finishes-intro, .finishes figure { min-width: 0; background: #dfdcd5; }
.finishes-intro { padding: 35px; display: flex; flex-direction: column; justify-content: flex-end; }
.finishes-intro h3 { margin: 18px 0; font-family: var(--display); font-size: 31px; font-weight: 300; line-height: 1.08; letter-spacing: -.045em; }
.finishes-intro > p:last-child { color: #73736e; font-size: 11px; line-height: 1.7; }
.finishes figure { margin: 0; overflow: hidden; background: #b9b9b7; }
.finish-visual { position: relative; width: 100%; aspect-ratio: 2 / 3; overflow: hidden; background: linear-gradient(145deg, #d1d0cd, #a4a3a1); }
.finish-sprite { position: absolute; display: block; width: 200%; height: 200%; max-width: none; filter: saturate(.8); transition: transform .7s cubic-bezier(.2,.7,.2,1), filter .5s; }
.finish-sprite.is-chrome { top: 0; left: 0; }
.finish-sprite.is-grey { top: 0; left: -100%; }
.finish-sprite.is-champagne { top: -100%; left: -100%; }
.finishes figure:hover .finish-sprite { transform: scale(1.025); filter: saturate(1); }
.finishes figcaption { display: flex; gap: 16px; padding: 18px 20px; border-top: 1px solid #b5b2aa; font-size: 10px; letter-spacing: .06em; }
.finishes figcaption span { color: var(--warm); }

.detail-band { position: relative; height: 700px; overflow: hidden; color: #e5e3dd; background: #0b0c0d; }
.detail-band::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,8,8,.86) 0%, rgba(7,8,8,.15) 58%, rgba(7,8,8,.42)), linear-gradient(180deg, transparent 45%, rgba(0,0,0,.82)); }
.detail-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 48%; filter: saturate(.62) contrast(1.04); }
.detail-light { position: absolute; top: -25%; left: 47%; width: 6%; height: 150%; transform: rotate(12deg); background: rgba(255,255,255,.17); filter: blur(16px); }
.detail-copy { position: absolute; z-index: 2; left: 8.3vw; bottom: 85px; }
.detail-copy > p:last-child { margin-top: 14px; font-family: var(--display); font-size: clamp(34px, 4.4vw, 65px); letter-spacing: -.05em; }
.detail-note { position: absolute; z-index: 2; right: 8.3vw; bottom: 92px; color: #858683; font-size: 11px; line-height: 1.7; }

.studio { background: #e8e6df; }
.studio-layout { display: grid; grid-template-columns: 1.05fr .95fr; margin-top: 105px; }
.studio-title h2 { font-size: clamp(48px, 6vw, 88px); line-height: 1.02; }
.studio-title em { color: #9c9991; }
.studio-copy { padding: 10px 5vw 0; }
.studio-copy p { color: #696a65; font-size: 13px; line-height: 1.85; margin-bottom: 25px; }
.studio-copy .lead { color: var(--ink); font-family: var(--display); font-size: 20px; line-height: 1.55; letter-spacing: -.02em; }
.creators { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 110px; background: #b9b6ae; border: 1px solid #b9b6ae; }
.creators figure { min-width: 0; margin: 0; background: #e0ddd6; }
.creator-photo { height: 430px; overflow: hidden; background: #aaa; }
.creator-photo img { display: block; width: 100%; height: 100%; object-fit: cover; filter: saturate(.74) contrast(1.03); transition: transform .7s cubic-bezier(.2,.7,.2,1), filter .4s; }
.creators figure:nth-child(1) .creator-photo img { object-position: 54% center; }
.creators figure:nth-child(2) .creator-photo img { object-position: 48% center; }
.creators figure:nth-child(3) .creator-photo img { object-position: 32% center; filter: grayscale(1) contrast(1.05); }
.creators figure:hover .creator-photo img { transform: scale(1.025); filter: saturate(1) contrast(1.03); }
.creators figcaption { display: grid; grid-template-columns: 30px 1fr; min-height: 135px; padding: 22px; }
.creators figcaption > span { color: var(--warm); font-size: 9px; }
.creators figcaption p { color: #777771; font-size: 11px; line-height: 1.6; }
.creators figcaption strong { display: block; margin-bottom: 12px; color: var(--ink); font-family: var(--display); font-size: 18px; font-weight: 400; letter-spacing: -.025em; }

.contact { position: relative; min-height: 690px; overflow: hidden; display: grid; place-items: center; color: #ebe9e3; text-align: center; background: #0a0b0c; }
.contact-copy { z-index: 2; }
.contact h2 { margin: 22px 0 25px; font-size: clamp(60px, 8vw, 118px); }
.contact-copy > p:not(.eyebrow) { color: #81827f; font-size: 13px; line-height: 1.8; }
.button { display: inline-flex; gap: 55px; margin-top: 45px; padding: 16px 22px; border: 1px solid #4a4b49; border-radius: 99px; font-size: 11px; letter-spacing: .06em; transition: background .3s, color .3s; }
.button:hover { color: #111; background: #e5e3dd; }
.button span { color: var(--warm); }
.contact-orbit, .contact-orbit i { position: absolute; border: 1px solid rgba(255,255,255,.055); border-radius: 50%; }
.contact-orbit { width: 720px; height: 720px; }
.contact-orbit i { inset: 12%; }
.contact-orbit i:nth-child(2) { inset: 27%; border-color: rgba(184,128,91,.13); }
.contact-orbit i:nth-child(3) { inset: 43%; background: rgba(184,128,91,.08); }

footer { height: 115px; display: flex; align-items: center; justify-content: space-between; padding: 0 4.2vw; color: #858681; background: #0a0b0c; border-top: 1px solid #232526; font-size: 9px; letter-spacing: .13em; text-transform: uppercase; }
.footer-brand { color: #dedcd6; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .9s cubic-bezier(.2,.7,.2,1), transform .9s cubic-bezier(.2,.7,.2,1); }
.reveal[data-delay="1"] { transition-delay: .12s; }
.reveal[data-delay="2"] { transition-delay: .24s; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 900px) {
  .site-header { height: 68px; padding: 0 22px; }
  .menu-toggle { display: flex; z-index: 2; width: 38px; height: 38px; padding: 0; border: 0; background: none; flex-direction: column; align-items: center; justify-content: center; gap: 6px; }
  .menu-toggle span { width: 21px; height: 1px; background: #eee; transition: transform .3s; }
  .menu-open .menu-toggle span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-open .menu-toggle span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .main-nav { position: fixed; inset: 0; padding: 115px 30px 50px; flex-direction: column; align-items: flex-start; gap: 26px; font-family: var(--display); font-size: 30px; background: #0a0b0c; transform: translateX(100%); transition: transform .45s cubic-bezier(.7,0,.2,1); }
  .menu-open .main-nav { transform: translateX(0); }
  .main-nav .nav-cta { margin-top: auto; font-family: var(--sans); font-size: 12px; }
  .hero { grid-template-columns: 1fr; min-height: 920px; }
  .hero-copy { align-self: start; padding: 150px 25px 0; }
  .hero h1 { font-size: clamp(61px, 18vw, 90px); margin: 22px 0 25px; }
  .hero-intro { font-size: 14px; }
  .hero-object { position: absolute; inset: 390px 0 0; min-height: auto; }
  .hero-object::before { background: linear-gradient(180deg, #0a0b0c 0%, transparent 22%, rgba(0,0,0,.28)); }
  .hero-product { object-position: center; }
  .halo { width: 390px; height: 390px; }
  .visual-note { display: none; }
  .section-pad { padding: 95px 25px; }
  .manifesto { min-height: 600px; }
  .manifesto-copy { margin: 80px 0 0; font-size: 39px; }
  .manifesto-aside { position: static; margin: 65px 0 0 20%; }
  .section-heading { display: block; }
  .section-heading h2 { margin-top: 65px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature, .feature-main { grid-row: auto; min-height: 600px; }
  .feature-main { min-height: 760px; }
  .material-swatch { width: 180px; height: 180px; }
  .finishes { grid-template-columns: 1fr 1fr; }
  .finishes-intro { min-height: 280px; }
  .detail-band { height: 520px; }
  .detail-photo { object-position: center; }
  .detail-note { display: none; }
  .studio-layout { grid-template-columns: 1fr; margin-top: 70px; }
  .studio-copy { padding: 65px 0 0 15%; }
  .creators { grid-template-columns: 1fr; margin-top: 75px; }
  .creator-photo { height: 520px; }
  .creators figure:nth-child(3) .creator-photo img { object-position: center; }
  .contact { min-height: 620px; }
  .contact-orbit { width: 520px; height: 520px; }
  footer { height: auto; padding: 45px 25px; align-items: flex-start; flex-direction: column; gap: 25px; }
  .desktop { display: none; }
}

@media (max-width: 560px) {
  .finishes { grid-template-columns: 1fr; }
  .finishes-intro { min-height: 250px; }
  .creator-photo { height: 410px; }
}

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