:root {
  color-scheme: dark;
  --ink: #090909;
  --paper: #f5f4f0;
  --paper-ink: #171717;
  --gold: #c6a15b;
  --gold-field: #cbaa70;
  --gold-field-light: #e2cb9b;
  --gold-ink: #21190e;
  --muted: #a7a49c;
  --edge: clamp(1.25rem, 4.2vw, 4.75rem);
  --ease: cubic-bezier(.16, 1, .3, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: #fff; font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, sans-serif; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; }
a:focus-visible { outline: 2px solid var(--gold); outline-offset: 7px; }
::selection { background: var(--gold); color: var(--ink); }
.skip-link { position: absolute; z-index: 20; top: 0; left: var(--edge); transform: translateY(-140%); padding: .8rem 1rem; background: var(--paper); color: var(--paper-ink); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: absolute; z-index: 10; top: 0; left: 0; display: flex; width: 100%; align-items: center; justify-content: space-between; padding: calc(1.5rem + env(safe-area-inset-top)) var(--edge) 1.5rem; }
.home-link { display: inline-flex; width: 42px; height: 42px; align-items: center; }
.home-link img { width: 36px; height: auto; }
.header-links { display: flex; align-items: center; gap: clamp(1.4rem, 3vw, 3rem); }
.header-links a { font-size: .73rem; font-weight: 600; letter-spacing: .12em; line-height: 1.5; text-decoration: none; text-transform: uppercase; transition: color .35s var(--ease); }
.header-links a:hover, .text-link:hover { color: var(--gold); }
.header-links a[aria-current="page"] { color: var(--gold); }

.hero { position: relative; height: 114svh; text-align: center; }
.hero::after { position: absolute; right: var(--edge); bottom: 0; left: var(--edge); height: 1px; background: rgba(255,255,255,.17); content: ""; }
.hero__scene { position: sticky; top: 0; display: grid; min-height: 100svh; place-items: center; overflow: hidden; padding: calc(8rem + env(safe-area-inset-top)) var(--edge) calc(6.5rem + env(safe-area-inset-bottom)); }
.hero__inner { display: flex; flex-direction: column; align-items: center; width: 100%; }
.hero__logo { width: clamp(250px, 34vw, 430px); height: auto; transform-origin: center; }
.hero.is-scrolled .hero__logo { transform: translateY(var(--hero-rise, 0px)) scale(var(--hero-scale, 1)); }
.hero__rule { width: 42px; height: 1px; margin: clamp(1rem, 2.4vw, 2rem) 0 clamp(1.7rem, 3.4vw, 3rem); background: var(--gold); transform: scaleX(var(--hero-rule-scale, .55)); }
.hero h1 { margin: 0; max-width: 11ch; font-size: clamp(2.8rem, 6vw, 6.5rem); font-weight: 500; letter-spacing: -.063em; line-height: .98; opacity: var(--hero-copy-opacity, .82); transform: translate3d(0, var(--hero-copy-rise, 10px), 0); }
.hero h1 span { display: block; }
.hero__before { opacity: var(--hero-before-opacity, 1); transform: translate3d(0, var(--hero-before-rise, 0px), 0); }
.hero__after { color: var(--gold); transform: translate3d(0, var(--hero-after-rise, 0px), 0) scale(var(--hero-after-scale, 1)); }
.hero__cue { position: absolute; right: var(--edge); bottom: calc(2rem + env(safe-area-inset-bottom)); left: var(--edge); color: #9c9a94; font-size: .66rem; font-weight: 600; letter-spacing: .19em; opacity: var(--hero-cue-opacity, 1); text-transform: uppercase; }

.light { background: var(--paper); color: var(--paper-ink); }
.section-shell { width: min(100%, 1600px); margin-inline: auto; padding-inline: var(--edge); }
.eyebrow { margin: 0; color: var(--gold); font-size: .69rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow--dark { color: #775b29; }
.statement { display: flex; min-height: 66svh; align-items: center; padding-block: clamp(5rem, 8vw, 8rem); }
.statement h2 { max-width: 13ch; margin: clamp(2.5rem, 6vw, 6rem) 0 0; font-size: clamp(3.4rem, 8.3vw, 9rem); font-weight: 500; letter-spacing: -.075em; line-height: .98; }
.statement h2 span { color: #8b8880; }

.product-stage { position: relative; height: 120svh; background: #030303; }
.product-stage__scene { position: sticky; top: 0; height: 100svh; overflow: hidden; isolation: isolate; background: #030303; }
.product-stage__visual { position: absolute; inset: 0; opacity: var(--stage-image-opacity, 1); transform: translate3d(0, var(--stage-image-rise, 0px), 0) scale(var(--stage-image-scale, 1)); transform-origin: 70% 55%; }
.product-stage__visual img { width: 100%; height: 100%; max-width: none; object-fit: cover; object-position: center; }
.product-stage__visual::after { position: absolute; inset: 0; background: linear-gradient(90deg, #030303 0%, rgba(3,3,3,.86) 17%, transparent 57%), linear-gradient(0deg, #030303 0%, transparent 30%); content: ""; pointer-events: none; }
.product-stage__copy { position: relative; z-index: 1; display: flex; height: 100%; flex-direction: column; align-items: flex-start; justify-content: center; padding-block: clamp(7rem, 11vw, 11rem); opacity: var(--stage-copy-opacity, 1); transform: translate3d(0, var(--stage-copy-rise, 0px), 0); }
.product-stage h2 { max-width: 13ch; margin: clamp(2rem, 4vw, 4rem) 0 0; font-size: clamp(3.4rem, 7.1vw, 8rem); font-weight: 500; letter-spacing: -.075em; line-height: .94; }
.product-stage h2 span { display: block; color: #d3b47a; }
.product-stage__detail { max-width: 31ch; margin: clamp(2rem, 4vw, 4rem) 0 0; color: #d8d5ce; font-size: clamp(.92rem, 1.3vw, 1.1rem); line-height: 1.55; }
.product-stage__rule { position: absolute; z-index: 2; right: var(--edge); bottom: calc(2.5rem + env(safe-area-inset-bottom)); left: var(--edge); height: 1px; background: linear-gradient(90deg, rgba(211,180,122,.78), rgba(211,180,122,.13) 65%, transparent); transform: scaleX(var(--stage-rule-scale, 1)); transform-origin: left center; }

.pivot-moment { position: relative; display: flex; min-height: 98svh; align-items: center; overflow: hidden; isolation: isolate; background: radial-gradient(ellipse 74% 78% at 76% 31%, var(--gold-field-light) 0%, transparent 76%), linear-gradient(145deg, #b38c50 0%, var(--gold-field) 49%, #ad8247 100%); color: var(--gold-ink); }
.pivot-moment::before { position: absolute; inset: var(--edge); border: 1px solid rgba(51,34,12,.16); content: ""; pointer-events: none; }
.pivot-moment::after { position: absolute; top: 0; left: 50%; width: 1px; height: 100%; background: linear-gradient(transparent, rgba(68,45,17,.13), transparent); content: ""; transform: rotate(24deg); pointer-events: none; }
.pivot-moment__word { position: absolute; z-index: 0; top: 51%; right: -16vw; color: rgba(39,27,12,.035); font-size: clamp(9rem, 22vw, 26rem); font-weight: 700; letter-spacing: -.105em; line-height: .72; white-space: nowrap; -webkit-text-stroke: 1px rgba(39,27,12,.25); transform: translate3d(0, -50%, 0) rotate(var(--pivot-angle, 0deg)); transform-origin: 48% 50%; pointer-events: none; user-select: none; }
.pivot-moment__inner { position: relative; z-index: 1; padding-block: clamp(6rem, 11vw, 10rem); }
.pivot-moment .eyebrow { color: #563b1b; }
.pivot-moment h2 { max-width: 11ch; margin: clamp(2.5rem, 5vw, 5rem) 0 clamp(2.5rem, 5vw, 5rem); font-size: clamp(3.6rem, 8vw, 8.5rem); font-weight: 500; letter-spacing: -.08em; line-height: .94; }
.pivot-moment h2 span { display: block; color: rgba(39,27,12,.54); }
.pivot-moment__description { max-width: 49ch; margin: 0; border-top: 1px solid rgba(51,34,12,.43); padding-top: 1.25rem; font-size: clamp(1rem, 1.55vw, 1.3rem); line-height: 1.55; }
.pivot-moment__link { display: inline-flex; margin-top: 2.25rem; border-bottom: 1px solid currentColor; padding-bottom: .45rem; font-size: .8rem; font-weight: 700; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; transition: opacity .3s var(--ease); }
.pivot-moment__link:hover { opacity: .62; }
.pivot-moment__link:focus-visible { outline-color: var(--gold-ink); }

.contact { position: relative; display: flex; min-height: 70svh; flex-direction: column; justify-content: space-between; overflow: hidden; padding-block: clamp(5rem, 8vw, 8rem) calc(2rem + env(safe-area-inset-bottom)); }
.contact__mark { position: absolute; right: -9%; bottom: -18%; width: min(56vw, 700px); max-width: none; opacity: .055; pointer-events: none; }
.contact__content { position: relative; z-index: 1; }
.contact h2 { width: max-content; max-width: 100%; margin: clamp(3rem, 7vw, 7rem) 0 clamp(2.5rem, 5vw, 4.5rem); font-size: clamp(4.5rem, 12vw, 13rem); font-weight: 500; letter-spacing: -.08em; line-height: .9; transform: rotate(var(--contact-angle, 0deg)) scale(var(--contact-scale, 1)); transform-origin: 50% 50%; }
.text-link { display: inline-block; border-bottom: 1px solid var(--gold); padding-bottom: .5rem; font-size: clamp(1.15rem, 2.2vw, 1.75rem); letter-spacing: -.025em; text-decoration: none; transition: color .35s var(--ease); }
.site-footer { position: relative; z-index: 1; display: flex; align-items: end; justify-content: space-between; gap: 1rem; border-top: 1px solid rgba(255,255,255,.17); padding-top: 1.5rem; color: #a7a49c; font-size: .72rem; }
.site-footer p { margin: 0; }
.site-footer a { text-decoration: none; }

.js [data-reveal] { opacity: 0; transform: translate3d(0, 28px, 0); transition: opacity .85s var(--ease), transform .85s var(--ease); }
.js [data-reveal].is-visible { opacity: 1; transform: none; }
.hero__inner { animation: enter 1.2s var(--ease) both; }
@keyframes enter { from { opacity: 0; transform: translate3d(0, 24px, 0); } to { opacity: 1; transform: none; } }

@media (max-width: 700px) {
  .site-header { padding-top: calc(1.2rem + env(safe-area-inset-top)); }
  .home-link, .home-link img { width: 30px; }
  .header-links { gap: 1.2rem; }
  .hero { height: 110svh; }
  .hero__scene { padding-top: calc(7rem + env(safe-area-inset-top)); }
  .hero__logo { width: min(72vw, 340px); }
  .hero h1 { font-size: clamp(2.65rem, 11vw, 4.6rem); }
  .statement { min-height: 58svh; padding-block: 5rem; }
  .statement h2 { font-size: clamp(3rem, 10.5vw, 5rem); }
  .product-stage { height: 110svh; }
  .product-stage__copy { justify-content: flex-start; padding-top: clamp(5rem, 10svh, 7rem); }
  .product-stage h2 { max-width: 11ch; margin-top: 2rem; font-size: clamp(3rem, 11.4vw, 4.7rem); }
  .product-stage__detail { max-width: 26ch; margin-top: 1.7rem; }
  .product-stage__visual { inset: 0; transform-origin: 70% bottom; }
  .product-stage__visual img { position: absolute; right: -23vw; bottom: 0; width: 225vw; height: auto; object-fit: contain; }
  .product-stage__visual::after { background: linear-gradient(180deg, #030303 0%, #030303 39%, rgba(3,3,3,.08) 49%, rgba(3,3,3,.08) 76%, rgba(3,3,3,.62) 100%); }
  .product-stage__rule { bottom: calc(2rem + env(safe-area-inset-bottom)); }
  .pivot-moment { min-height: 92svh; }
  .pivot-moment::after { left: 66%; }
  .pivot-moment__word { top: 61%; right: -48vw; font-size: 43vw; -webkit-text-stroke-color: rgba(39,27,12,.3); }
  .pivot-moment__inner { padding-block: 6rem; }
  .pivot-moment h2 { max-width: 10ch; font-size: clamp(3.25rem, 12vw, 5.75rem); }
  .pivot-moment__description { max-width: 34ch; }
  .contact { min-height: 67svh; }
  .contact__mark { right: -21%; bottom: 0; width: 90vw; }
  .site-footer { align-items: start; flex-direction: column; }
}
@media (max-width: 360px) {
  .statement h2 { font-size: 9.5vw; }
  .pivot-moment h2 { font-size: 12vw; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .js [data-reveal] { opacity: 1; transform: none; }
  .hero__logo, .hero h1, .hero h1 span, .hero__rule { opacity: 1 !important; transform: none !important; }
  .hero__cue { opacity: 1 !important; }
  .product-stage { height: auto; }
  .product-stage__scene { position: relative; min-height: 100svh; }
  .product-stage__visual, .product-stage__copy, .product-stage__rule { opacity: 1 !important; transform: none !important; }
  .pivot-moment__word { transform: translate3d(0, -50%, 0) rotate(-90deg); }
  .contact h2 { transform: none !important; }
}
