:root {
  --bg: #f6f4f0;
  --bg-2: #efece6;
  --ink: #141310;
  --ink-soft: #5c5850;
  --line: #d9d4cb;
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Inter", -apple-system, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

@media (prefers-reduced-motion: no-preference) {
  html:focus-within { scroll-behavior: smooth; }
}

body {
  background: var(--bg);
  color: var(--ink);
  font-family: var(--sans);
  font-weight: 300;
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

img { display: block; width: 100%; height: 100%; object-fit: cover; }

.kicker {
  display: block;
  font-size: 11px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--ink-soft);
  margin-bottom: 22px;
}

.mark { width: 17px; height: 17px; }

nav {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 40;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 26px 4vw;
  transition: background 0.4s, box-shadow 0.4s, padding 0.4s;
}

nav.solid {
  background: rgba(246, 244, 240, 0.92);
  backdrop-filter: blur(12px);
  padding: 16px 4vw;
  box-shadow: 0 1px 0 var(--line);
}

.wordmark {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 15px;
  letter-spacing: 0.42em;
  font-weight: 400;
  color: var(--ink);
  text-decoration: none;
}

.nav-links { display: flex; gap: 40px; }

.nav-links a {
  color: var(--ink);
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  opacity: 0.75;
  transition: opacity 0.3s;
}

.nav-links a:hover { opacity: 1; }

.hero { height: 300vh; position: relative; }

.hero-sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
  background: var(--bg);
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
}

.hero-media img {
  object-fit: cover;
  object-position: 50% 50%;
  will-change: contents;
}

.hero-text {
  position: absolute;
  left: 5vw;
  bottom: 12vh;
  z-index: 2;
  opacity: var(--t, 0);
  transform: translateY(calc((1 - var(--t, 0)) * 46px));
  will-change: opacity, transform;
}

.hero-text h1 {
  font-family: var(--serif);
  font-weight: 300;
  font-size: clamp(52px, 7.4vw, 118px);
  line-height: 0.98;
  letter-spacing: 0.01em;
}

.hero-sub {
  margin-top: 26px;
  font-size: 12px;
  letter-spacing: 0.30em;
  text-transform: uppercase;
  color: var(--ink-soft);
}

.hero-cta {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-top: 34px;
  color: var(--ink);
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  border-bottom: 1px solid var(--ink);
  padding-bottom: 8px;
}

.cta-oct {
  width: 9px; height: 9px;
  background: var(--ink);
  clip-path: polygon(30% 0, 70% 0, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0 70%, 0 30%);
}

.scroll-hint {
  position: absolute;
  bottom: 4vh;
  left: 50%;
  transform: translateX(-50%);
  font-size: 10px;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--ink-soft);
  opacity: calc(1 - var(--p, 0) * 2.5);
}

.statement { padding: 22vh 6vw; text-align: center; }

.statement p {
  font-family: var(--serif);
  font-weight: 300;
  font-size: clamp(26px, 3vw, 44px);
  line-height: 1.45;
}

.product { padding: 6vh 5vw 10vh; }

.product-head { max-width: 720px; margin: 0 auto 10vh; text-align: center; }

.product-head h2, .reserve h2 {
  font-family: var(--serif);
  font-weight: 300;
  font-size: clamp(40px, 5vw, 72px);
  line-height: 1.05;
  margin-bottom: 30px;
}

.product-lede { color: var(--ink-soft); font-size: 15px; }

.wide-image {
  height: 56vh;
  overflow: hidden;
}

.spec-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  margin-top: 10vh;
}

.spec {
  padding: 44px 20px;
  text-align: center;
  border-right: 1px solid var(--line);
}

.spec:last-child { border-right: 0; }

.spec-n {
  display: block;
  font-family: var(--serif);
  font-size: 54px;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 12px;
}

.spec-l {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-soft);
}

.dark-band { background: #131312; color: #eceae5; padding: 14vh 5vw; }

.kicker-light { color: #8f8b83; }

.dark-grid {
  display: grid;
  grid-template-columns: 1fr 1.05fr 1fr;
  gap: 5vw;
  align-items: center;
}

.dark-grid figure { height: 58vh; overflow: hidden; }

.dark-copy { text-align: center; padding: 0 1vw; }

.dark-copy h3 {
  font-family: var(--serif);
  font-weight: 300;
  font-size: clamp(30px, 3.1vw, 46px);
  line-height: 1.15;
  margin-bottom: 26px;
}

.dark-copy p { color: #b5b1a8; font-size: 14.5px; }

.material { padding: 14vh 5vw 10vh; background: var(--bg-2); }

.mat-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6vw;
  max-width: 1100px;
  margin: 0 auto 12vh;
}

.mat h3 {
  font-family: var(--serif);
  font-weight: 300;
  font-size: clamp(34px, 3.6vw, 54px);
  margin-bottom: 20px;
}

.mat p { color: var(--ink-soft); font-size: 15px; }

.coming { padding: 20vh 6vw; text-align: center; }

.coming-line {
  font-family: var(--serif);
  font-weight: 300;
  font-size: clamp(28px, 3.4vw, 50px);
  line-height: 1.35;
}

.reserve {
  text-align: center;
  padding: 0 6vw 20vh;
}

.reserve p { color: var(--ink-soft); margin-bottom: 40px; }

.buy-btn {
  font-family: var(--sans);
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--bg);
  background: var(--ink);
  border: 0;
  padding: 20px 40px;
  cursor: pointer;
  transition: opacity 0.3s;
}

.buy-btn:hover { opacity: 0.86; }
.buy-btn:disabled { opacity: 0.5; cursor: default; }

.buy-btn #price { font-variant-numeric: tabular-nums; }

.reserve-alt { font-size: 13px; margin: 30px 0 0; }
.reserve-alt a { color: var(--ink); }

.buy-msg { min-height: 20px; font-size: 13px; color: var(--ink-soft); margin: 18px 0 0; }

footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  padding: 44px 5vw;
  border-top: 1px solid var(--line);
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ink-soft);
}

.foot-note { opacity: 0.7; }

@media (max-width: 860px) {
  .nav-links { gap: 22px; }
  .spec-row { grid-template-columns: 1fr 1fr; }
  .spec:nth-child(2) { border-right: 0; }
  .spec { border-bottom: 1px solid var(--line); }
  .spec:nth-child(n+3) { border-bottom: 0; }
  .dark-grid { grid-template-columns: 1fr; }
  .dark-grid figure { height: 46vh; }
  .mat-grid { grid-template-columns: 1fr; gap: 60px; }
  .br-wide { display: none; }
  footer { flex-direction: column; gap: 10px; }
}
