:root {
  --cream: #fcf9f6;
  --blush: #f5ebe8;
  --porcelain: #fffdfb;
  --gold: #c5a059;
  --gold-bright: #d4af37;
  --espresso: #332723;
  --muted: #7d6c63;
  --soft-shadow: 0 28px 80px rgba(51, 39, 35, 0.12);
  --serif: "Cormorant Garamond", Georgia, serif;
  --script: "Alex Brush", cursive;
  --sans: "Montserrat", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  min-width: 320px;
  color: var(--espresso);
  background:
    radial-gradient(circle at 12% 8%, rgba(212, 175, 55, 0.08), transparent 30vw),
    linear-gradient(135deg, var(--cream), #fbf5f2 46%, var(--porcelain));
  font-family: var(--sans);
  overflow-x: hidden;
}

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

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

button,
input {
  font: inherit;
}

button {
  color: inherit;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: clamp(18px, 3vw, 34px) clamp(20px, 5vw, 72px);
  color: var(--porcelain);
  mix-blend-mode: difference;
  pointer-events: none;
}

.brand-mark,
.primary-nav {
  pointer-events: auto;
}

.brand-mark {
  flex: 0 0 auto;
  font-family: var(--serif);
  font-size: clamp(1.05rem, 1.6vw, 1.35rem);
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.primary-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(16px, 3vw, 36px);
}

.header-link {
  position: relative;
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.header-link::after {
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 1px;
  content: "";
  background: currentColor;
  transform: scaleX(0.45);
  transform-origin: left;
  transition: transform 0.6s ease;
}

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

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

.hero-media {
  position: absolute;
  inset: 0;
  z-index: -3;
  transform: scale(1.04);
  transform-origin: center;
}

.hero-media::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(180deg, rgba(30, 21, 17, 0.32), rgba(30, 21, 17, 0.62)),
    radial-gradient(circle at 50% 44%, rgba(255, 250, 244, 0.2), transparent 38vw);
}

.hero-video {
  position: absolute;
  inset: 0;
  filter: saturate(0.82) contrast(1.06) sepia(0.18);
}

.hero-fallback {
  position: absolute;
  inset: 0;
  z-index: -1;
  filter: saturate(0.9) contrast(1.03);
}

.hero-linework,
.section-linework {
  position: absolute;
  z-index: -1;
  color: var(--gold);
  opacity: 0.68;
  pointer-events: none;
}

.hero-linework {
  width: min(72vw, 850px);
  right: -10vw;
  top: 10vh;
}

.line-draw path {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
}

.hero-content {
  width: min(94vw, 1060px);
  padding: 16vh 20px 18vh;
  text-align: center;
  color: var(--porcelain);
}

.kicker {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 20px;
  color: rgba(255, 253, 251, 0.82);
  font-size: clamp(0.65rem, 1.4vw, 0.76rem);
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.kicker::before,
.kicker::after {
  width: clamp(28px, 5vw, 68px);
  height: 1px;
  content: "";
  background: var(--gold-bright);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

.hero-title {
  position: relative;
  display: inline-grid;
  place-items: center;
  margin: 0;
  line-height: 0.84;
}

.hero-title .serif {
  display: inline-flex;
  overflow: hidden;
  font-family: var(--serif);
  font-size: clamp(4.8rem, 17vw, 15rem);
  font-weight: 600;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.hero-letter {
  display: inline-block;
  will-change: transform, opacity;
}

.hero-letter:not(:last-child) {
  margin-right: 0.055em;
}

.hero-title .script {
  position: absolute;
  display: inline-block;
  transform: translateY(33%);
  color: #f8df9d;
  font-family: var(--script);
  font-size: clamp(4.2rem, 10vw, 10.5rem);
  font-weight: 400;
  text-shadow: 0 10px 30px rgba(0, 0, 0, 0.22);
  will-change: clip-path, filter, opacity;
}

.motion-ready .write-script {
  clip-path: inset(0 100% 0 0);
}

.script-underline {
  position: absolute;
  left: 8%;
  right: 3%;
  bottom: 0.12em;
  height: 1px;
  background: linear-gradient(90deg, transparent, #f8df9d, transparent);
  transform: scaleX(0);
  transform-origin: left;
  pointer-events: none;
}

.hero-copy {
  width: min(620px, 88vw);
  margin: clamp(54px, 8vw, 94px) auto 0;
  color: rgba(255, 253, 251, 0.84);
  font-size: clamp(0.82rem, 1.2vw, 0.98rem);
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.08em;
}

.scroll-indicator {
  position: absolute;
  left: 50%;
  bottom: clamp(18px, 4vh, 42px);
  display: grid;
  justify-items: center;
  gap: 12px;
  color: #f8df9d;
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  transform: translateX(-50%);
  animation: pulse 2.8s ease-in-out infinite;
}

.scroll-indicator::after {
  width: 1px;
  height: 46px;
  content: "";
  background: linear-gradient(var(--gold-bright), transparent);
}

.next-glimpse {
  position: absolute;
  right: clamp(20px, 5vw, 72px);
  bottom: 22px;
  width: clamp(92px, 11vw, 140px);
  aspect-ratio: 3 / 4;
  border: 1px solid rgba(212, 175, 55, 0.76);
  padding: 6px;
  opacity: 0.86;
  transform: translateY(38%);
}

.next-glimpse img {
  object-position: center top;
}

@keyframes pulse {
  0%,
  100% {
    opacity: 0.55;
    transform: translate(-50%, 0);
  }

  50% {
    opacity: 1;
    transform: translate(-50%, -8px);
  }
}

main {
  position: relative;
  background: var(--cream);
}

.section {
  position: relative;
  padding: clamp(86px, 12vw, 150px) clamp(20px, 5vw, 72px);
  overflow: hidden;
}

.section-inner {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.section-heading {
  display: grid;
  grid-template-columns: 0.56fr 1fr;
  gap: clamp(26px, 5vw, 78px);
  align-items: end;
  margin-bottom: clamp(42px, 7vw, 82px);
}

.section-label {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

.display-title {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(3rem, 7vw, 7.8rem);
  font-weight: 500;
  line-height: 0.88;
}

.section-intro {
  max-width: 580px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(0.86rem, 1.2vw, 1rem);
  font-weight: 300;
  line-height: 1.95;
  letter-spacing: 0.06em;
}

.marquee-band {
  position: relative;
  overflow: hidden;
  border-block: 1px solid rgba(197, 160, 89, 0.24);
  background: rgba(255, 253, 251, 0.58);
  color: var(--gold);
}

.marquee-band::before,
.marquee-band::after {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: 16vw;
  content: "";
  pointer-events: none;
}

.marquee-band::before {
  left: 0;
  background: linear-gradient(90deg, var(--cream), transparent);
}

.marquee-band::after {
  right: 0;
  background: linear-gradient(270deg, var(--cream), transparent);
}

.marquee-band.second {
  background: rgba(245, 235, 232, 0.46);
}

.marquee-track {
  display: flex;
  width: max-content;
  min-width: 200%;
  gap: clamp(32px, 6vw, 92px);
  padding: 24px 0;
  white-space: nowrap;
  will-change: transform;
  animation: marquee-left 24s linear infinite;
}

.marquee-track.reverse {
  animation-name: marquee-right;
  animation-duration: 28s;
}

.marquee-track span {
  position: relative;
  font-family: var(--serif);
  font-size: clamp(1.25rem, 2.7vw, 2.6rem);
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.marquee-track span::after {
  position: absolute;
  top: 50%;
  right: calc(clamp(32px, 6vw, 92px) * -0.58);
  width: 6px;
  height: 6px;
  content: "";
  border: 1px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
}

@keyframes marquee-left {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-50%, 0, 0);
  }
}

@keyframes marquee-right {
  from {
    transform: translate3d(-50%, 0, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.collection {
  padding-top: clamp(112px, 13vw, 170px);
}

.collection-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.2fr) minmax(0, 0.82fr);
  grid-auto-rows: 9vw;
  gap: clamp(16px, 2.1vw, 30px);
  min-height: 780px;
}

.product-card {
  position: relative;
  overflow: hidden;
  margin: 0;
  background: #eaded8;
  box-shadow: var(--soft-shadow);
}

.product-card::after {
  position: absolute;
  inset: 14px;
  content: "";
  border: 1px solid rgba(212, 175, 55, 0.84);
  opacity: 0;
  transform: scale(0.96);
  transition: opacity 0.8s ease, transform 0.8s ease;
  pointer-events: none;
}

.product-card::before {
  position: absolute;
  inset: 0;
  z-index: 3;
  content: "";
  background: linear-gradient(115deg, transparent 20%, rgba(255, 245, 214, 0.34) 48%, transparent 72%);
  opacity: 0;
  transform: translateX(-110%);
  transition: opacity 0.8s ease, transform 1.1s ease;
  pointer-events: none;
}

.product-card img {
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1), filter 0.8s ease;
  will-change: transform;
}

.product-card:hover::after,
.product-card:focus-within::after {
  opacity: 1;
  transform: scale(1);
}

.product-card:hover::before,
.product-card:focus-within::before {
  opacity: 1;
  transform: translateX(110%);
}

.product-card:hover img,
.product-card:focus-within img {
  filter: saturate(1.03);
  transform: scale(1.05);
}

.product-card figcaption {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 22px;
  z-index: 4;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  color: var(--porcelain);
  text-shadow: 0 12px 24px rgba(0, 0, 0, 0.34);
}

.product-card figcaption::before {
  position: absolute;
  inset: -70px -24px -22px;
  z-index: -1;
  content: "";
  background: linear-gradient(transparent, rgba(29, 20, 17, 0.58));
  pointer-events: none;
}

.product-card h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(1.6rem, 3vw, 2.85rem);
  font-weight: 500;
  line-height: 0.95;
}

.product-card span {
  flex: 0 0 auto;
  color: #f8df9d;
  font-size: 0.64rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.product-card.tall {
  grid-column: 1;
  grid-row: 1 / span 6;
}

.product-card.wide {
  grid-column: 2;
  grid-row: 1 / span 4;
}

.product-card.offset {
  grid-column: 2;
  grid-row: 5 / span 5;
}

.product-card.slim {
  grid-column: 3;
  grid-row: 2 / span 4;
}

.product-card.medium {
  grid-column: 3;
  grid-row: 6 / span 5;
}

.parallax-floral,
.craft-motif {
  position: absolute;
  color: rgba(197, 160, 89, 0.18);
  pointer-events: none;
}

.parallax-floral {
  width: min(44vw, 520px);
}

.parallax-floral.left {
  left: -14vw;
  top: 8%;
}

.parallax-floral.right {
  right: -12vw;
  bottom: 0;
  transform: rotate(180deg);
}

.cinema-strip {
  position: relative;
  min-height: 86svh;
  display: grid;
  place-items: center;
  padding: clamp(62px, 9vw, 120px) clamp(18px, 4vw, 54px);
  overflow: hidden;
  isolation: isolate;
  background: var(--espresso);
  color: var(--porcelain);
}

.cinema-strip::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    linear-gradient(90deg, rgba(28, 20, 16, 0.88), rgba(28, 20, 16, 0.25), rgba(28, 20, 16, 0.78)),
    radial-gradient(circle at 78% 30%, rgba(212, 175, 55, 0.22), transparent 34vw);
}

.cinema-video-wrap {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.cinema-video {
  filter: saturate(0.8) contrast(1.08) sepia(0.24);
  transform: scale(1.08);
}

.cinema-copy {
  width: min(620px, 92vw);
  margin-right: auto;
  padding-left: clamp(0px, 8vw, 86px);
}

.cinema-copy h2 {
  margin: 0 0 24px;
  font-family: var(--serif);
  font-size: clamp(3rem, 7vw, 7rem);
  font-weight: 500;
  line-height: 0.9;
}

.cinema-copy p:last-child {
  max-width: 520px;
  margin: 0;
  color: rgba(255, 253, 251, 0.82);
  font-size: clamp(0.9rem, 1.25vw, 1.05rem);
  font-weight: 300;
  line-height: 1.95;
  letter-spacing: 0.06em;
}

.craft {
  background:
    linear-gradient(90deg, rgba(245, 235, 232, 0.72), transparent 42%),
    var(--cream);
}

.craft-motif {
  width: min(50vw, 640px);
  right: -16vw;
  top: 8%;
}

.craft-layout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(40px, 7vw, 104px);
}

.craft-copy {
  flex: 1 1 460px;
}

.craft-copy .display-title {
  max-width: 640px;
  margin-bottom: 28px;
}

.script-word {
  display: inline-block;
  color: var(--gold);
  font-family: var(--script);
  font-size: 1.1em;
  font-weight: 400;
  text-transform: none;
  transform: translateY(0.08em);
}

.craft-copy p {
  max-width: 590px;
  color: var(--muted);
  font-size: clamp(0.88rem, 1.2vw, 1rem);
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.055em;
}

.craft-details {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  max-width: 610px;
  margin-top: 38px;
  border: 1px solid rgba(197, 160, 89, 0.32);
  background: rgba(197, 160, 89, 0.32);
}

.craft-details div {
  min-height: 112px;
  padding: 22px 18px;
  background: rgba(252, 249, 246, 0.86);
}

.craft-details strong {
  display: block;
  margin-bottom: 10px;
  font-family: var(--serif);
  font-size: 1.6rem;
  font-weight: 500;
}

.craft-details span {
  color: var(--muted);
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  line-height: 1.7;
  text-transform: uppercase;
}

.craft-portrait {
  position: relative;
  flex: 0 1 420px;
  min-width: 280px;
  aspect-ratio: 0.72;
  padding: 12px;
}

.arch-frame {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(197, 160, 89, 0.76);
  border-radius: 48% 48% 4px 4px / 34% 34% 4px 4px;
}

.arch-frame::before {
  position: absolute;
  inset: 15px;
  content: "";
  border: 1px solid rgba(197, 160, 89, 0.36);
  border-radius: inherit;
}

.arch-image {
  position: relative;
  height: 100%;
  overflow: hidden;
  border-radius: 48% 48% 4px 4px / 34% 34% 4px 4px;
  background: var(--blush);
  box-shadow: var(--soft-shadow);
}

.arch-image img {
  object-position: center top;
}

.atelier-note {
  position: absolute;
  right: -22px;
  bottom: 42px;
  width: min(210px, 52vw);
  padding: 20px 22px;
  border: 1px solid rgba(197, 160, 89, 0.55);
  background: rgba(252, 249, 246, 0.9);
  backdrop-filter: blur(14px);
  color: var(--espresso);
  font-family: var(--serif);
  font-size: clamp(1.25rem, 2.1vw, 1.7rem);
  line-height: 1.1;
  box-shadow: 0 24px 60px rgba(51, 39, 35, 0.09);
}

.atelier-note small {
  display: block;
  margin-top: 10px;
  color: var(--gold);
  font-family: var(--sans);
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.lookbook {
  background:
    radial-gradient(circle at 88% 18%, rgba(212, 175, 55, 0.08), transparent 26vw),
    var(--cream);
}

.lookbook-heading {
  grid-template-columns: 1fr auto;
  align-items: center;
}

.slider-controls {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  justify-self: end;
  color: var(--gold);
}

.slider-button {
  width: 46px;
  height: 46px;
  border: 1px solid rgba(197, 160, 89, 0.62);
  border-radius: 50%;
  background: transparent;
  color: var(--gold);
  cursor: pointer;
  font-family: var(--serif);
  font-size: 2rem;
  line-height: 1;
  transition: border-color 0.4s ease, color 0.4s ease, transform 0.4s ease;
}

.slider-button:hover,
.slider-button:focus-visible {
  border-color: var(--espresso);
  color: var(--espresso);
  transform: scale(1.06);
}

.slide-count {
  min-width: 72px;
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-align: center;
}

.lookbook-slider {
  position: relative;
  min-height: clamp(560px, 72vw, 760px);
  overflow: hidden;
  box-shadow: var(--soft-shadow);
  background: #eaded8;
}

.lookbook-slider::after {
  position: absolute;
  inset: 18px;
  z-index: 5;
  content: "";
  border: 1px solid rgba(212, 175, 55, 0.58);
  pointer-events: none;
}

.lookbook-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
}

.lookbook-slide.is-active {
  opacity: 1;
  visibility: visible;
}

.lookbook-slide img {
  transform: scale(1.04);
}

.slide-caption {
  position: absolute;
  left: clamp(22px, 5vw, 72px);
  bottom: clamp(22px, 5vw, 72px);
  z-index: 6;
  width: min(420px, calc(100% - 44px));
  color: var(--porcelain);
  text-shadow: 0 14px 30px rgba(0, 0, 0, 0.36);
}

.slide-caption::before {
  position: absolute;
  inset: -120px -140px -48px -44px;
  z-index: -1;
  content: "";
  background: radial-gradient(circle at 15% 88%, rgba(28, 20, 16, 0.76), transparent 62%);
  pointer-events: none;
}

.slide-caption p {
  margin-bottom: 10px;
  color: #f8df9d;
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.slide-caption h3 {
  margin: 0 0 14px;
  font-family: var(--serif);
  font-size: clamp(2.6rem, 6vw, 6.6rem);
  font-weight: 500;
  line-height: 0.88;
}

.slide-caption span {
  display: block;
  max-width: 360px;
  color: rgba(255, 253, 251, 0.84);
  font-size: 0.78rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.8;
  text-transform: uppercase;
}

.footer {
  position: relative;
  padding: clamp(76px, 10vw, 124px) clamp(20px, 5vw, 72px) 34px;
  overflow: hidden;
  border-top: 1px solid rgba(197, 160, 89, 0.22);
  background:
    linear-gradient(180deg, rgba(245, 235, 232, 0.55), var(--cream)),
    var(--cream);
}

.section-linework {
  width: min(54vw, 620px);
  left: 50%;
  top: 24px;
  transform: translateX(-50%);
  opacity: 0.22;
}

.footer-inner {
  width: min(900px, 100%);
  margin: 0 auto;
  text-align: center;
}

.footer h2 {
  margin-bottom: 20px;
  font-family: var(--serif);
  font-size: clamp(2.65rem, 7vw, 6.8rem);
  font-weight: 500;
  line-height: 0.9;
}

.footer .script-word {
  display: block;
  margin-top: -0.12em;
  font-size: 0.82em;
}

.newsletter {
  display: flex;
  align-items: center;
  gap: 18px;
  width: min(540px, 100%);
  margin: clamp(34px, 5vw, 54px) auto 30px;
  border-bottom: 1px solid var(--gold);
}

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

.newsletter input {
  width: 100%;
  min-height: 54px;
  border: 0;
  border-radius: 0;
  outline: 0;
  background: transparent;
  color: var(--espresso);
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.newsletter input::placeholder {
  color: rgba(51, 39, 35, 0.44);
}

.newsletter button {
  min-height: 54px;
  border: 0;
  background: transparent;
  color: var(--gold);
  cursor: pointer;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  transition: color 0.4s ease, transform 0.4s ease;
}

.newsletter button:hover,
.newsletter button:focus-visible {
  color: var(--espresso);
  transform: translateX(4px);
}

.socials {
  display: flex;
  justify-content: center;
  gap: clamp(20px, 5vw, 48px);
  margin-bottom: 24px;
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.socials a {
  transition: color 0.4s ease;
}

.socials a:hover,
.socials a:focus-visible {
  color: var(--gold);
}

.credit {
  margin: 0 auto clamp(48px, 7vw, 82px);
  color: rgba(51, 39, 35, 0.42);
  font-size: 0.62rem;
  letter-spacing: 0.08em;
  line-height: 1.8;
}

.credit a {
  color: rgba(51, 39, 35, 0.58);
  text-decoration: underline;
  text-decoration-color: rgba(197, 160, 89, 0.5);
  text-underline-offset: 4px;
}

.footer-brand {
  color: rgba(51, 39, 35, 0.28);
  font-family: var(--serif);
  font-size: clamp(2.6rem, 9vw, 9rem);
  font-weight: 500;
  line-height: 0.8;
  text-transform: uppercase;
}

.reveal,
.image-reveal {
  opacity: 0;
  transform: translateY(72px);
}

@media (max-width: 980px) {
  .section-heading,
  .craft-layout {
    grid-template-columns: 1fr;
  }

  .section-heading {
    display: grid;
    gap: 24px;
  }

  .collection-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 18vw;
    min-height: auto;
  }

  .product-card.tall,
  .product-card.offset,
  .product-card.slim,
  .product-card.medium,
  .product-card.wide {
    grid-column: auto;
    grid-row: span 4;
  }

  .craft-layout {
    flex-direction: column;
    align-items: stretch;
  }

  .craft-portrait {
    width: min(460px, 88vw);
    margin: 0 auto;
  }

  .lookbook-heading {
    grid-template-columns: 1fr;
  }

  .slider-controls {
    justify-self: start;
  }
}

@media (max-width: 680px) {
  .site-header {
    align-items: flex-start;
    padding-inline: 18px;
  }

  .brand-mark {
    font-size: 0.88rem;
    letter-spacing: 0.12em;
  }

  .primary-nav {
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
  }

  .header-link {
    font-size: 0.58rem;
    letter-spacing: 0.16em;
  }

  .hero-content {
    padding-inline: 12px;
  }

  .hero-title .serif {
    font-size: clamp(4.05rem, 22vw, 7rem);
  }

  .hero-title .script {
    font-size: clamp(3.8rem, 17vw, 6rem);
  }

  .kicker {
    gap: 9px;
    letter-spacing: 0.18em;
  }

  .hero-copy {
    margin-top: 48px;
    line-height: 1.75;
    letter-spacing: 0.045em;
  }

  .scroll-indicator {
    left: 22px;
    justify-items: start;
    transform: none;
    transform-origin: left;
  }

  .scroll-indicator::after {
    height: 34px;
  }

  @keyframes pulse {
    0%,
    100% {
      opacity: 0.55;
      transform: translateY(0);
    }

    50% {
      opacity: 1;
      transform: translateY(-8px);
    }
  }

  .next-glimpse {
    right: 18px;
    bottom: 12px;
    width: 86px;
  }

  .section {
    padding-inline: 18px;
  }

  .display-title {
    font-size: clamp(2.8rem, 15vw, 4.9rem);
  }

  .marquee-track {
    gap: 28px;
    padding-block: 18px;
  }

  .marquee-track span {
    font-size: 1.15rem;
  }

  .collection-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }

  .product-card,
  .product-card.tall,
  .product-card.offset,
  .product-card.slim,
  .product-card.medium,
  .product-card.wide {
    grid-column: auto;
    grid-row: auto;
    min-height: 480px;
  }

  .product-card figcaption {
    left: 18px;
    right: 18px;
    bottom: 18px;
    display: grid;
  }

  .cinema-strip {
    min-height: 76svh;
  }

  .cinema-copy {
    padding-left: 0;
  }

  .craft-details {
    grid-template-columns: 1fr;
  }

  .atelier-note {
    right: 0;
    bottom: 20px;
  }

  .lookbook-slider {
    min-height: 560px;
  }

  .slide-caption h3 {
    font-size: clamp(2.4rem, 14vw, 4.2rem);
  }

  .newsletter {
    align-items: stretch;
    gap: 4px;
  }

  .newsletter button {
    letter-spacing: 0.16em;
  }

  .socials {
    flex-wrap: wrap;
    row-gap: 16px;
  }
}

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

  .reveal,
  .image-reveal {
    opacity: 1;
    transform: none;
  }

  .motion-ready .write-script {
    clip-path: none;
  }

  .marquee-track,
  .marquee-track.reverse {
    animation-duration: 24s !important;
    animation-iteration-count: infinite !important;
  }
}
