:root {
  --ivory: #f5f0e6;
  --beige: #d8c7a8;
  --navy: #081528;
  --navy-soft: #12233c;
  --charcoal: #1a1a18;
  --charcoal-soft: #2b2924;
  --gold: #b59a62;
  --gold-soft: #d8c58e;
  --ink: #10100e;
  --muted: #777061;
  --line: rgba(181, 154, 98, 0.34);
  --line-quiet: rgba(181, 154, 98, 0.22);
  --white-line: rgba(245, 240, 230, 0.28);
  --serif: "Didot", "Bodoni 72", "Bodoni MT", "Cormorant Garamond", Georgia, serif;
  --sans: "Avenir Next", "Inter", "Segoe UI", Arial, sans-serif;
  --ease: cubic-bezier(0.19, 1, 0.22, 1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--ivory);
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--ivory);
  font-family: var(--sans);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

body.is-locked {
  height: 100svh;
  overflow: hidden;
}

body.splash-ready .site-header,
body.splash-ready main,
body.splash-ready .site-footer {
  opacity: 0;
}

body.splash-complete .site-header,
body.splash-complete main,
body.splash-complete .site-footer {
  opacity: 1;
  transition: opacity 900ms var(--ease);
}

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

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

.splash-screen {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  min-height: 100svh;
  color: var(--ivory);
  background: #02050b;
  overflow: hidden;
  isolation: isolate;
}

.splash-screen::before,
.splash-screen::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.splash-screen::before {
  z-index: 1;
  opacity: 0.15;
  background-image:
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 3px 3px;
  mix-blend-mode: soft-light;
  animation: splash-grain 2.4s steps(3) infinite;
}

.splash-screen::after {
  z-index: 2;
  background:
    radial-gradient(circle at 50% 48%, transparent 0 30%, rgba(0, 0, 0, 0.38) 73%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.62), transparent 32%, rgba(0, 0, 0, 0.58));
}

.splash-depth {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 40%, rgba(181, 154, 98, 0.12), transparent 28%),
    linear-gradient(145deg, #02050b, var(--navy) 56%, #030407);
}

.splash-estate,
.splash-fabric,
.splash-spotlight {
  position: absolute;
  inset: 0;
  pointer-events: none;
  will-change: transform, opacity;
}

.splash-estate {
  inset: -6vh -6vw;
  opacity: 0.13;
  filter: blur(16px) saturate(0.35) brightness(0.55);
  background:
    linear-gradient(180deg, rgba(2, 5, 11, 0.2), rgba(2, 5, 11, 0.74)),
    url("assets/hero.jpg") center / cover no-repeat;
  transform: scale(1.08);
}

.splash-fabric {
  opacity: 0.18;
  mix-blend-mode: soft-light;
  background-image:
    repeating-linear-gradient(108deg, rgba(245, 240, 230, 0.08) 0 1px, transparent 1px 9px),
    repeating-linear-gradient(18deg, rgba(216, 197, 142, 0.05) 0 1px, transparent 1px 13px);
  background-size: 90px 90px, 120px 120px;
}

.splash-spotlight {
  inset: 50% auto auto 50%;
  width: min(72vw, 900px);
  aspect-ratio: 1;
  opacity: 0;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(216, 197, 142, 0.34), rgba(181, 154, 98, 0.12) 32%, transparent 68%);
  filter: blur(24px);
  transform: translate(-50%, -50%) scale(0.42);
}

.splash-inner {
  position: relative;
  z-index: 3;
  display: grid;
  place-items: center;
  width: min(780px, calc(100% - 40px));
  min-height: min(560px, 72svh);
  transform: translateY(-1vh);
}

.splash-slide {
  grid-area: 1 / 1;
  display: grid;
  justify-items: center;
  width: 100%;
}

.splash-slide-story {
  opacity: 0;
  visibility: hidden;
  text-align: center;
}

.splash-monogram {
  position: absolute;
  inset: 50% auto auto 50%;
  margin: 0;
  color: rgba(216, 197, 142, 0.045);
  font-family: var(--serif);
  font-size: clamp(160px, 30vw, 410px);
  line-height: 0.75;
  letter-spacing: 0.08em;
  transform: translate(-48%, -50%);
  pointer-events: none;
}

.splash-wordmark {
  position: relative;
  margin: clamp(28px, 5vw, 46px) 0;
  color: var(--ivory);
  font-family: var(--serif);
  font-size: clamp(44px, 8vw, 112px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: visible;
}

.splash-wordmark span {
  display: inline-block;
  opacity: 0;
  filter: blur(12px);
  transform: translateY(32px) scale(0.985);
  will-change: opacity, transform, filter;
}

.splash-shimmer {
  position: absolute;
  inset: -12% -32%;
  display: block;
  opacity: 0;
  background: linear-gradient(110deg, transparent 36%, rgba(216, 197, 142, 0.04) 43%, rgba(255, 248, 220, 0.72) 49%, rgba(216, 197, 142, 0.08) 56%, transparent 64%);
  mix-blend-mode: screen;
  transform: translateX(-86%);
  pointer-events: none;
}

.splash-rule {
  width: min(520px, 74vw);
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold-soft), transparent);
  transform: scaleX(0);
  transform-origin: center;
}

.splash-crest {
  display: grid;
  grid-template-columns: 72px auto 72px;
  align-items: center;
  gap: 14px;
  color: var(--gold-soft);
}

.crest-stroke {
  display: block;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, currentColor);
  transform: scaleX(0);
}

.crest-stroke:last-child {
  background: linear-gradient(90deg, currentColor, transparent);
}

.crest-mark {
  display: block;
  opacity: 0;
  font-family: var(--serif);
  font-size: 13px;
  letter-spacing: 0.24em;
  line-height: 1;
  transform: translateY(8px);
}

.splash-copy {
  display: grid;
  gap: 12px;
  margin-top: clamp(24px, 4vw, 38px);
  text-align: center;
}

.splash-copy p {
  margin: 0;
  color: rgba(245, 240, 230, 0.74);
  font-size: 10px;
  letter-spacing: 0.3em;
  line-height: 1.6;
  text-transform: uppercase;
}

.splash-copy p:first-child {
  color: var(--gold-soft);
}

.splash-story-label {
  margin: 0 0 clamp(26px, 4vw, 42px);
  color: var(--gold-soft);
  font-size: 10px;
  letter-spacing: 0.32em;
  line-height: 1.6;
  text-transform: uppercase;
}

.splash-story-line {
  max-width: 880px;
  margin: 0;
  color: var(--ivory);
  font-family: var(--serif);
  font-size: clamp(38px, 6.8vw, 92px);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: 0;
}

.splash-story-line + .splash-story-line {
  margin-top: clamp(22px, 3vw, 34px);
  color: rgba(245, 240, 230, 0.72);
  font-size: clamp(26px, 4.1vw, 54px);
  line-height: 1.08;
}

.splash-skip {
  position: absolute;
  right: clamp(18px, 3.6vw, 48px);
  bottom: clamp(18px, 3.4vw, 42px);
  z-index: 2;
  border: 0;
  padding: 8px 0;
  color: rgba(245, 240, 230, 0.68);
  background: transparent;
  cursor: pointer;
  font-size: 10px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.splash-skip::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2px;
  height: 1px;
  background: currentColor;
  transform: scaleX(0.28);
  transform-origin: left;
  transition: transform 520ms var(--ease);
}

.splash-skip:hover::after,
.splash-skip:focus-visible::after {
  transform: scaleX(1);
}

@keyframes splash-grain {
  0% {
    transform: translate3d(0, 0, 0);
  }
  33% {
    transform: translate3d(1.5%, -1%, 0);
  }
  66% {
    transform: translate3d(-1%, 1.5%, 0);
  }
  100% {
    transform: translate3d(0.5%, 0, 0);
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 32px;
  padding: 24px clamp(20px, 4vw, 58px);
  color: var(--ivory);
  border-bottom: 1px solid transparent;
  transition:
    padding 700ms var(--ease),
    color 700ms var(--ease),
    background 700ms var(--ease),
    border-color 700ms var(--ease),
    backdrop-filter 700ms var(--ease);
}

.site-header.is-scrolled {
  padding-block: 16px;
  color: var(--ink);
  background: rgba(245, 240, 230, 0.86);
  border-color: rgba(16, 16, 14, 0.12);
  backdrop-filter: blur(18px);
}

.brand-mark,
.footer-brand,
.hero-logo {
  font-family: var(--serif);
  font-weight: 500;
  letter-spacing: 0.08em;
}

.brand-mark {
  justify-self: start;
  font-size: clamp(18px, 2vw, 24px);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(18px, 3vw, 38px);
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.site-nav a,
.header-link,
.footer-links a {
  position: relative;
  transition: color 450ms var(--ease);
}

.site-nav a::after,
.header-link::after,
.footer-links a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -7px;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 520ms var(--ease);
}

.site-nav a:hover::after,
.header-link:hover::after,
.footer-links a:hover::after,
.site-nav a:focus-visible::after,
.header-link:focus-visible::after,
.footer-links a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.header-link {
  justify-self: end;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.section-dark,
.section-navy,
.section-charcoal {
  color: var(--ivory);
  background: var(--navy);
}

.section-ivory {
  background: var(--ivory);
}

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  place-items: center;
  overflow: hidden;
  isolation: isolate;
}

.hero-media {
  position: absolute;
  inset: -10vh 0;
  z-index: -2;
  overflow: hidden;
  background: var(--navy);
}

.hero-image {
  min-height: 120%;
  filter: saturate(0.55) contrast(1.06) brightness(0.56);
  transform: scale(1.12);
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 20%, rgba(181, 154, 98, 0.16), transparent 30%),
    linear-gradient(180deg, rgba(8, 21, 40, 0.35), rgba(8, 21, 40, 0.86));
}

.hero-grain {
  position: absolute;
  inset: 0;
  opacity: 0.18;
  mix-blend-mode: soft-light;
  background-image:
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 5px 5px;
}

.hero-content {
  width: min(1120px, calc(100% - 40px));
  text-align: center;
  padding-top: 72px;
}

.hero-logo {
  margin: 0 0 clamp(34px, 6vw, 70px);
  color: var(--gold-soft);
  font-size: clamp(24px, 4.2vw, 56px);
}

.hero-title {
  margin: 0;
  font-family: var(--serif);
  font-weight: 400;
  line-height: 0.82;
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: clamp(64px, 11vw, 150px);
}

.hero-title span {
  display: block;
  will-change: transform, opacity;
}

.hero-copy {
  max-width: 560px;
  margin: clamp(32px, 5vw, 58px) auto 0;
  color: rgba(245, 240, 230, 0.82);
  font-family: var(--serif);
  font-size: clamp(22px, 3vw, 40px);
  line-height: 1.15;
}

.scroll-cue {
  position: absolute;
  left: 50%;
  bottom: 30px;
  display: grid;
  justify-items: center;
  gap: 12px;
  color: rgba(245, 240, 230, 0.72);
  font-size: 10px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.scroll-cue i {
  width: 1px;
  height: 54px;
  overflow: hidden;
  background: rgba(245, 240, 230, 0.24);
}

.scroll-cue i::after {
  content: "";
  display: block;
  width: 100%;
  height: 18px;
  background: var(--gold-soft);
  animation: cue 2.8s var(--ease) infinite;
}

@keyframes cue {
  from {
    transform: translateY(-24px);
  }
  to {
    transform: translateY(62px);
  }
}

.section-label {
  margin: 0;
  color: var(--gold);
  font-size: 11px;
  letter-spacing: 0.28em;
  line-height: 1.5;
  text-transform: uppercase;
}

.story {
  min-height: 360vh;
  background: var(--ivory);
}

.story-pin {
  position: sticky;
  top: 0;
  min-height: 100svh;
  display: grid;
  align-content: center;
  gap: clamp(36px, 6vw, 76px);
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.story-lines {
  position: relative;
  min-height: clamp(250px, 34vw, 420px);
}

.story-line {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  margin: 0;
  max-width: 1020px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(48px, 8.8vw, 150px);
  line-height: 0.95;
  opacity: 0;
  transform: translateY(70px) scale(0.96);
  will-change: opacity, transform;
}

.story-line.is-active {
  opacity: 1;
  transform: none;
}

.story-rule {
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, var(--gold), transparent);
  transform-origin: left;
}

.visual-reveal {
  padding: clamp(90px, 12vw, 160px) 0 clamp(110px, 14vw, 180px);
  overflow: hidden;
}

.section-intro {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto clamp(56px, 8vw, 100px);
}

.section-intro h2,
.teaser-copy h2,
.release-copy h2,
.waitlist h2 {
  margin: 14px 0 0;
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 0.96;
}

.section-intro h2 {
  max-width: 850px;
  font-size: clamp(50px, 8vw, 126px);
}

.editorial-stage {
  position: relative;
  width: min(1240px, calc(100% - 28px));
  min-height: clamp(820px, 96vw, 1180px);
  margin: 0 auto;
}

.editorial-frame {
  position: absolute;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line-quiet);
  background: #d6c7ae;
  box-shadow:
    inset 0 0 0 1px rgba(245, 240, 230, 0.18),
    0 30px 90px rgba(8, 21, 40, 0.08);
  will-change: transform;
}

.editorial-frame img,
.release-media img {
  filter: saturate(0.72) contrast(1.04);
  transform: scale(1.08);
}

.frame-large {
  left: 0;
  top: 6%;
  width: min(58vw, 720px);
  aspect-ratio: 4 / 5;
}

.frame-tall {
  right: 1%;
  top: 0;
  width: min(34vw, 430px);
  aspect-ratio: 3 / 5;
}

.frame-small {
  right: 18%;
  bottom: 4%;
  width: min(32vw, 390px);
  aspect-ratio: 5 / 4;
}

.editorial-type {
  position: absolute;
  left: 10%;
  right: 0;
  top: 48%;
  z-index: 3;
  margin: 0;
  color: var(--navy);
  font-family: var(--serif);
  font-size: clamp(64px, 12vw, 178px);
  line-height: 0.86;
  letter-spacing: 0;
  mix-blend-mode: multiply;
  max-width: 920px;
  pointer-events: none;
}

.image-mask {
  clip-path: inset(100% 0 0 0);
}

.product-teaser {
  min-height: 320vh;
  background:
    linear-gradient(180deg, var(--navy), #0c1624 55%, #070d17),
    var(--navy);
}

.teaser-pin {
  position: sticky;
  top: 0;
  min-height: 100svh;
  display: grid;
  grid-template-columns: minmax(0, 0.58fr) minmax(620px, 1.42fr);
  align-items: center;
  gap: clamp(28px, 5vw, 72px);
  width: min(1240px, calc(100% - 40px));
  margin: 0 auto;
  overflow: hidden;
}

.teaser-copy h2 {
  max-width: 390px;
  color: var(--ivory);
  font-size: clamp(46px, 5vw, 72px);
}

.product-layers {
  z-index: 1;
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(12px, 1.4vw, 18px);
}

.product-layer {
  position: relative;
  display: grid;
  align-content: end;
  min-height: clamp(260px, 24vw, 330px);
  padding: clamp(24px, 3vw, 36px);
  border: 1px solid rgba(216, 197, 142, 0.32);
  color: var(--ivory);
  background:
    linear-gradient(145deg, rgba(245, 240, 230, 0.085), rgba(245, 240, 230, 0.018)),
    rgba(8, 21, 40, 0.55);
  box-shadow:
    inset 0 0 0 1px rgba(245, 240, 230, 0.055),
    0 24px 70px rgba(0, 0, 0, 0.16);
  opacity: 0.72;
  transform: translateY(54px) scale(0.97);
  will-change: opacity, transform;
}

.product-layer::before {
  content: "";
  position: absolute;
  inset: 16px;
  border: 1px solid rgba(181, 154, 98, 0.18);
  pointer-events: none;
}

.product-layer h3 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(44px, 5.8vw, 76px);
  line-height: 0.85;
}

.product-layer p {
  max-width: 360px;
  margin: 18px 0 0;
  color: rgba(245, 240, 230, 0.74);
  font-family: var(--serif);
  font-size: clamp(18px, 1.8vw, 22px);
  line-height: 1.18;
}

.product-number {
  position: absolute;
  top: 26px;
  left: 28px;
  color: var(--gold-soft);
  font-size: 11px;
  letter-spacing: 0.28em;
}

.silhouette-stack {
  position: absolute;
  inset: 50% auto auto 50%;
  width: min(38vw, 430px);
  height: min(66vh, 650px);
  transform: translate(-2%, -50%);
  opacity: 0.18;
  pointer-events: none;
}

.silhouette {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  border: 1px solid rgba(216, 197, 142, 0.52);
  background: linear-gradient(180deg, rgba(216, 197, 142, 0.14), rgba(216, 197, 142, 0.02));
  filter: blur(0.1px);
  opacity: 0;
  transform: translate(-50%, 70px) scaleY(0.82);
  transform-origin: bottom;
}

.silhouette-denim {
  width: 34%;
  height: 82%;
  border-radius: 46% 46% 10% 10%;
}

.silhouette-shirt {
  width: 48%;
  height: 62%;
  border-radius: 34% 34% 6% 6%;
}

.silhouette-tailor {
  width: 58%;
  height: 88%;
  border-radius: 42% 42% 4% 4%;
}

.silhouette-evening {
  width: 76%;
  height: 94%;
  border-radius: 48% 48% 2% 2%;
}

.release {
  display: grid;
  grid-template-columns: minmax(260px, 0.78fr) minmax(0, 1fr);
  gap: clamp(34px, 7vw, 104px);
  align-items: center;
  padding: clamp(90px, 12vw, 168px) clamp(20px, 4vw, 58px);
  background: var(--charcoal);
}

.release-media {
  overflow: hidden;
  aspect-ratio: 4 / 5;
  border: 1px solid rgba(216, 197, 142, 0.3);
  box-shadow: inset 0 0 0 1px rgba(245, 240, 230, 0.08);
}

.release-copy {
  max-width: 760px;
}

.release-copy h2 {
  color: var(--ivory);
  font-size: clamp(58px, 8.4vw, 132px);
}

.release-copy p:not(.section-label) {
  max-width: 570px;
  margin: 28px 0 0;
  color: rgba(245, 240, 230, 0.72);
  font-family: var(--serif);
  font-size: clamp(22px, 2.8vw, 34px);
  line-height: 1.22;
}

.waitlist {
  min-height: 100svh;
  display: grid;
  place-items: center;
  padding: clamp(86px, 12vw, 160px) 20px;
}

.waitlist-inner {
  width: min(920px, 100%);
  text-align: center;
}

.waitlist h2 {
  font-size: clamp(58px, 10vw, 148px);
}

.waitlist-copy {
  max-width: 540px;
  margin: 24px auto 0;
  color: var(--muted);
  font-family: var(--serif);
  font-size: clamp(21px, 2.6vw, 32px);
  line-height: 1.22;
}

.waitlist-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0;
  width: min(720px, 100%);
  margin: clamp(38px, 6vw, 64px) auto 0;
  border: 1px solid rgba(181, 154, 98, 0.42);
  background: rgba(255, 255, 255, 0.24);
  box-shadow: inset 0 0 0 1px rgba(16, 16, 14, 0.04);
}

.waitlist-form input {
  min-width: 0;
  border: 0;
  border-right: 1px solid rgba(16, 16, 14, 0.16);
  padding: 21px 24px;
  color: var(--ink);
  background: transparent;
  outline: 0;
  font-size: 14px;
  letter-spacing: 0.06em;
}

.waitlist-form input::placeholder {
  color: rgba(16, 16, 14, 0.44);
}

.waitlist-form button {
  border: 0;
  padding: 0 26px;
  color: var(--ivory);
  background: var(--navy);
  cursor: pointer;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  transition:
    color 450ms var(--ease),
    background 450ms var(--ease),
    transform 450ms var(--ease);
}

.waitlist-form button:hover,
.waitlist-form button:focus-visible {
  color: var(--navy);
  background: var(--gold-soft);
}

.waitlist-form button:active {
  transform: scale(0.985);
}

.form-message {
  min-height: 28px;
  margin: 18px 0 0;
  color: var(--gold);
  font-family: var(--serif);
  font-size: 22px;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  padding: 38px clamp(20px, 4vw, 58px);
  color: rgba(245, 240, 230, 0.7);
  background: #080d14;
  border-top: 1px solid rgba(245, 240, 230, 0.12);
  font-size: 12px;
  letter-spacing: 0.08em;
}

.site-footer p {
  margin: 0;
}

.footer-brand {
  color: var(--ivory);
  font-size: 22px;
}

.footer-links {
  justify-self: end;
  display: flex;
  gap: 24px;
}

@media (max-width: 1180px) {
  .teaser-pin {
    grid-template-columns: 1fr;
    align-content: center;
    gap: 34px;
    padding: 92px 0 70px;
  }

  .teaser-copy h2 {
    max-width: 760px;
    font-size: clamp(52px, 8vw, 92px);
  }

  .product-layers {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-layer {
    min-height: clamp(230px, 28vw, 310px);
  }

  .silhouette-stack {
    transform: translate(8%, -34%);
  }
}

@media (max-width: 900px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .site-nav {
    display: none;
  }

  .teaser-pin,
  .release {
    grid-template-columns: 1fr;
  }

  .product-teaser {
    min-height: auto;
    padding: 98px 0;
  }

  .teaser-pin {
    position: relative;
    min-height: auto;
    padding: 0;
    overflow: visible;
  }

  .product-layers {
    min-height: 0;
  }

  .product-layer {
    min-height: 260px;
  }

  .silhouette-stack {
    display: none;
  }

  .site-footer {
    grid-template-columns: 1fr;
  }

  .footer-links {
    justify-self: start;
  }
}

@media (max-width: 680px) {
  .splash-copy {
    gap: 10px;
  }

  .splash-copy p {
    max-width: 300px;
    font-size: 9px;
    letter-spacing: 0.22em;
  }

  .splash-wordmark {
    font-size: clamp(34px, 11vw, 52px);
    letter-spacing: 0.055em;
  }

  .splash-inner {
    width: min(100% - 28px, 520px);
    min-height: 68svh;
  }

  .splash-story-line {
    font-size: clamp(34px, 10vw, 52px);
  }

  .splash-story-line + .splash-story-line {
    font-size: clamp(22px, 6.6vw, 32px);
  }

  .site-header {
    padding: 18px 18px;
  }

  .header-link {
    font-size: 10px;
  }

  .hero-content {
    padding-top: 20px;
  }

  .hero-title {
    font-size: clamp(44px, 13vw, 58px);
  }

  .hero-copy {
    max-width: 320px;
    font-size: clamp(22px, 7vw, 30px);
  }

  .story {
    min-height: auto;
    padding: 96px 0;
  }

  .story-pin {
    position: relative;
    min-height: auto;
  }

  .story-lines {
    display: grid;
    gap: 34px;
    min-height: 0;
  }

  .story-line {
    position: relative;
    display: block;
    opacity: 1;
    transform: none;
    font-size: clamp(42px, 13vw, 78px);
  }

  .editorial-stage {
    display: grid;
    gap: 18px;
    min-height: 0;
  }

  .editorial-frame {
    position: relative;
    inset: auto;
    width: 100%;
  }

  .frame-large,
  .frame-tall,
  .frame-small {
    width: 100%;
    aspect-ratio: 4 / 5;
  }

  .editorial-type {
    position: relative;
    inset: auto;
    margin: 18px 0 0;
    font-size: clamp(58px, 19vw, 96px);
  }

  .product-teaser {
    padding: 86px 0;
  }

  .teaser-pin {
    width: min(100% - 32px, 520px);
  }

  .product-layers {
    gap: 14px;
    grid-template-columns: 1fr;
  }

  .product-layer {
    min-height: 250px;
    padding: 28px;
    opacity: 1;
    transform: none;
  }

  .product-layer h3 {
    font-size: clamp(48px, 14vw, 68px);
  }

  .release {
    padding-inline: 18px;
  }

  .release-copy h2,
  .waitlist h2 {
    font-size: clamp(50px, 14vw, 82px);
  }

  .waitlist-form {
    grid-template-columns: 1fr;
  }

  .waitlist-form input {
    border-right: 0;
    border-bottom: 1px solid rgba(16, 16, 14, 0.16);
  }

  .waitlist-form button {
    min-height: 62px;
  }
}

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

  .image-mask {
    clip-path: inset(0) !important;
  }

  .story-line,
  .product-layer,
  .silhouette,
  .splash-wordmark span {
    opacity: 1 !important;
    filter: none !important;
    transform: none !important;
  }

  .splash-rule {
    transform: scaleX(1) !important;
  }
}
