:root {
  color-scheme: dark;
  --ink: #090909;
  --paper: #f5f4f0;
  --paper-ink: #171717;
  --gold: #c6a15b;
  --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: 145svh; 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: 88svh; align-items: center; padding-block: clamp(7rem, 12vw, 12rem); }
.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: 165svh; 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; }

.capabilities { padding-block: clamp(6rem, 10vw, 10rem) 0; }
.capabilities__intro { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; }
.capabilities__intro span { color: var(--muted); font-size: .69rem; letter-spacing: .1em; }
.capability { display: grid; min-height: clamp(520px, 88svh, 960px); grid-template-rows: 1fr auto; align-items: center; border-bottom: 1px solid rgba(255,255,255,.16); padding-block: 5rem 2.5rem; }
.capability h3 { margin: 0; font-size: clamp(2.55rem, 10.35vw, 11rem); font-weight: 500; letter-spacing: -.075em; line-height: .88; text-transform: uppercase; }
.capability__word { display: inline-block; }
.capability__end { display: flex; align-items: center; justify-content: space-between; gap: 1rem; color: #aaa8a2; font-size: .78rem; letter-spacing: .04em; }
.capability__end span:first-child { color: var(--gold); font-size: .7rem; font-weight: 700; letter-spacing: .16em; }
.capability__end span:last-child { max-width: 62ch; text-align: right; }

.philosophy { display: flex; min-height: 100svh; align-items: center; padding-block: clamp(7rem, 12vw, 13rem); }
.philosophy h2 { max-width: 13ch; margin: clamp(3rem, 7vw, 7rem) 0 clamp(2rem, 5vw, 5rem); font-size: clamp(3.25rem, 8.2vw, 9rem); font-weight: 500; letter-spacing: -.075em; line-height: .98; }
.philosophy h2 span { color: #928e86; }
.philosophy__note { margin: 0; border-top: 1px solid #bbb8af; padding-top: 1.1rem; color: #5b5b55; font-size: clamp(.88rem, 1.3vw, 1.05rem); }

.contact { position: relative; display: flex; min-height: 82svh; flex-direction: column; justify-content: space-between; overflow: hidden; padding-block: clamp(5rem, 10vw, 9rem) 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 { 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; }
.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; }
.js .capability[data-reveal] { opacity: 1; transform: none; }
.js .capability__word { clip-path: inset(0 0 105% 0); transform: translate3d(0, .2em, 0); transition: clip-path 1.15s var(--ease), transform 1.15s var(--ease); }
.js .capability.is-visible .capability__word { clip-path: inset(0 0 0 0); transform: none; }
.js .capability__end { opacity: 0; transform: translate3d(0, 14px, 0); transition: opacity .8s .28s var(--ease), transform .8s .28s var(--ease); }
.js .capability.is-visible .capability__end { opacity: 1; transform: none; }
@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: 130svh; }
  .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, .philosophy { min-height: 75svh; }
  .statement h2, .philosophy h2 { font-size: clamp(3rem, 10.5vw, 5rem); }
  .product-stage { height: 135svh; }
  .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: 38% 0 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%, rgba(3,3,3,.88) 12%, transparent 43%, rgba(3,3,3,.48) 100%); }
  .product-stage__rule { bottom: calc(2rem + env(safe-area-inset-bottom)); }
  .capability { min-height: max(520px, 78svh); padding-block: 4rem 2rem; }
  .capability h3 { font-size: clamp(1.65rem, 9.4vw, 5rem); }
  .contact { min-height: 73svh; }
  .contact__mark { right: -21%; bottom: 0; width: 90vw; }
  .site-footer { align-items: start; flex-direction: column; }
}
@media (max-width: 360px) {
  .capability h3 { font-size: 10vw; }
  .statement h2, .philosophy h2 { font-size: 9.5vw; }
}
@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; }
  .js .capability__word { clip-path: none; transform: none; }
  .js .capability__end { opacity: 1; transform: none; }
}
