@font-face {
  font-family: "Cormorant Garamond";
  src: url("../fonts/cormorant-400.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cormorant Garamond";
  src: url("../fonts/cormorant-600.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cormorant Garamond";
  src: url("../fonts/cormorant-700.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cormorant Garamond";
  src: url("../fonts/cormorant-italic-500.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Jost";
  src: url("../fonts/jost-300.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Jost";
  src: url("../fonts/jost-400.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Jost";
  src: url("../fonts/jost-500.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Jost";
  src: url("../fonts/jost-600.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --void: #080705;
  --ink: #100e0b;
  --panel: #16120e;
  --gold: #c9a45a;
  --gold-bright: #f0d79a;
  --gold-deep: #7d6230;
  --green: #1b3a2d;
  --green-bright: #2f5b46;
  --red: #b31b32;
  --red-deep: #68101e;
  --ivory: #f3ebe0;
  --muted: rgba(243, 235, 224, 0.62);
  --line: rgba(201, 164, 90, 0.28);
  --display: "Cormorant Garamond", "Times New Roman", serif;
  --ui: "Jost", "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { margin: 0; min-height: 100%; }
body {
  background: var(--void);
  color: var(--ivory);
  font-family: var(--ui);
  letter-spacing: 0.04em;
  font-weight: 400;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
.icon-light {
  filter: brightness(0) saturate(100%) invert(88%) sepia(28%) saturate(621%) hue-rotate(355deg) brightness(104%) contrast(92%);
}
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; cursor: pointer; }
em { font-style: italic; font-weight: 500; color: var(--gold-bright); }

.atmosphere {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(1000px 620px at 18% 12%, rgba(201, 164, 90, 0.08), transparent 58%),
    radial-gradient(900px 540px at 88% 78%, rgba(27, 58, 45, 0.18), transparent 60%),
    linear-gradient(180deg, #0c0a08 0%, #080705 48%, #0b0907 100%);
}
.monogram {
  position: absolute;
  inset: 0;
  opacity: 0.045;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180' viewBox='0 0 180 180'%3E%3Ctext x='18' y='108' font-family='Times New Roman, serif' font-size='92' fill='%23c9a45a'%3EGC%3C/text%3E%3C/svg%3E");
  background-size: 180px 180px;
  animation: monogram-drift 80s linear infinite;
}
.vignette {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, transparent 42%, rgba(0, 0, 0, 0.55) 100%);
}
.spot {
  position: absolute;
  width: 42vw;
  height: 42vw;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(240, 215, 154, 0.12), transparent 68%);
  transform: translate(-50%, -50%);
  left: 70%;
  top: 30%;
  transition: left 0.5s ease, top 0.5s ease;
}
#dust { position: absolute; inset: 0; width: 100%; height: 100%; }
.rail {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 10px;
  background: linear-gradient(180deg, var(--green) 0 28%, var(--red) 28% 72%, var(--green) 72% 100%);
  box-shadow: 0 0 24px rgba(179, 27, 50, 0.25);
}

.loader {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-content: center;
  justify-items: center;
  gap: 16px;
  background: #070605;
  transition: opacity 0.7s ease, visibility 0.7s ease;
}
.loader.is-done { opacity: 0; visibility: hidden; }
.loader-ribbon {
  width: 120px;
  height: 10px;
  background: linear-gradient(90deg, var(--green) 0 28%, var(--red) 28% 72%, var(--green) 72% 100%);
  animation: ribbon-in 0.8s ease both;
}
.loader-kicker, .chapter {
  margin: 0;
  font-size: 11px;
  letter-spacing: 0.42em;
  text-transform: uppercase;
  color: var(--gold);
}
.loader-title, h1, h2 {
  font-family: var(--display);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.loader-title {
  font-size: clamp(42px, 8vw, 86px);
  line-height: 0.92;
  color: var(--gold-bright);
  text-shadow: 0 10px 28px rgba(0, 0, 0, 0.45);
}
.loader-bar {
  width: 180px;
  height: 2px;
  background: rgba(201, 164, 90, 0.2);
  overflow: hidden;
}
.loader-bar i {
  display: block;
  height: 100%;
  width: 40%;
  background: var(--gold-bright);
  animation: load-slide 1.1s ease-in-out infinite;
}

.header {
  position: fixed;
  top: 18px;
  left: 28px;
  right: 28px;
  z-index: 40;
  display: flex;
  align-items: center;
  gap: 22px;
  min-height: 64px;
  padding: 0 16px 0 10px;
  border: 1px solid var(--line);
  background: rgba(8, 7, 5, 0.62);
  backdrop-filter: blur(16px);
  transition: background 0.35s ease, box-shadow 0.35s ease;
}
.header.is-scrolled {
  background: rgba(8, 7, 5, 0.88);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.35);
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: var(--display);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.brand-mark, .footer-brand img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}
.nav {
  display: flex;
  gap: 28px;
  margin-left: auto;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.nav a {
  position: relative;
  padding: 6px 0;
  color: var(--muted);
  transition: color 0.25s ease;
}
.nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: var(--gold);
  transition: width 0.35s ease;
}
.nav a:hover { color: var(--gold-bright); }
.nav a:hover::after { width: 100%; }
.buy-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border: 1px solid var(--gold);
  background: linear-gradient(180deg, #e8c878, #b8903c);
  color: #1a140a;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.buy-link img { width: 16px; height: 16px; }
.buy-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(201, 164, 90, 0.28);
}
.nav-toggle {
  display: none;
  margin-left: auto;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  background: transparent;
}
.nav-toggle i {
  display: block;
  width: 18px;
  height: 1px;
  margin: 5px auto;
  background: var(--ivory);
}

main, footer { position: relative; z-index: 1; }

.hero {
  position: relative;
  min-height: 100svh;
  padding: 124px 7vw 0;
  overflow: hidden;
}
.hero-film {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.18;
  filter: saturate(0.7) contrast(1.05);
  display: none;
}
.hero-film.is-on { display: block; }
.hero-stage {
  position: relative;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 4vw;
  align-items: end;
  min-height: calc(100svh - 210px);
  min-width: 0;
}
.hero-copy { min-width: 0; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 22px;
  color: var(--gold);
  font-size: 11px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}
.eyebrow img { width: 22px; height: auto; }
.eyebrow .dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--red);
  box-shadow: 0 0 10px var(--red);
}
h1 {
  margin: 0;
  font-size: clamp(64px, 10.5vw, 148px);
  line-height: 0.9;
}
h1 .line {
  display: block;
  color: var(--ivory);
  text-shadow: 0 12px 36px rgba(0, 0, 0, 0.4);
  animation: title-rise 1s cubic-bezier(0.2, 0.8, 0.2, 1) both;
}
h1 .line.accent {
  color: var(--gold-bright);
  animation-delay: 0.12s;
}
.lede {
  max-width: 520px;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: clamp(16px, 1.6vw, 20px);
  line-height: 1.75;
  letter-spacing: 0.06em;
  font-weight: 300;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 18px;
  border: 1px solid var(--line);
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  transition: transform 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}
.btn img { width: 16px; height: 16px; }
.btn:hover { transform: translateY(-3px); }
.btn-gold {
  border-color: var(--gold);
  background: linear-gradient(180deg, #edd08a, #b8903c);
  color: #1a140a;
  box-shadow: 0 0 0 0 rgba(201, 164, 90, 0.0);
}
.btn-gold:hover { box-shadow: 0 12px 30px rgba(201, 164, 90, 0.28); }
.btn-ghost { background: rgba(243, 235, 224, 0.03); }
.btn-ghost:hover { background: rgba(243, 235, 224, 0.08); }
.ca-row {
  display: flex;
  align-items: center;
  gap: 14px;
  width: min(100%, 560px);
  margin-top: 28px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  background: rgba(8, 7, 5, 0.55);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.ca-row code {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: var(--gold-bright);
  font-family: var(--ui);
}
.ca-row button {
  border: 0;
  background: transparent;
  color: var(--gold);
}

.hero-portrait {
  position: relative;
  margin: 0;
  min-height: 72vh;
  min-width: 0;
  display: grid;
  place-items: end center;
}
.halo {
  position: absolute;
  width: min(78%, 520px);
  aspect-ratio: 1;
  left: 50%;
  top: 4%;
  transform: translateX(-50%);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, rgba(240, 215, 154, 0.2), transparent 62%),
    repeating-conic-gradient(from 0deg, rgba(201, 164, 90, 0.18) 0 6deg, transparent 6deg 18deg);
  animation: halo-spin 28s linear infinite;
}
.plinth {
  position: absolute;
  left: 18%;
  right: 18%;
  bottom: 8%;
  height: 70px;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(0, 0, 0, 0.7), transparent 70%);
  filter: blur(8px);
}
.portrait {
  position: relative;
  z-index: 2;
  width: min(92%, 590px);
  height: min(72vh, 760px);
  object-fit: cover;
  object-position: center 42%;
  border: 1px solid rgba(240, 215, 154, 0.38);
  box-shadow: 0 38px 90px rgba(0, 0, 0, 0.62), 0 0 0 9px rgba(8, 7, 5, 0.72);
  animation: portrait-float 6.5s ease-in-out infinite;
  transform-style: preserve-3d;
}
.portrait-frame {
  position: absolute;
  z-index: 3;
  width: min(94%, 610px);
  height: min(74vh, 780px);
  border: 1px solid rgba(201, 164, 90, 0.16);
  transform: translate(18px, -18px);
  pointer-events: none;
}
.hero-portrait figcaption {
  position: absolute;
  right: 2%;
  bottom: 1%;
  z-index: 3;
  font-size: 10px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold);
}
.hero-portrait figcaption span { color: var(--ivory); }

.ticker {
  position: relative;
  z-index: 3;
  margin: 28px -7vw 0;
  overflow: hidden;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: linear-gradient(90deg, var(--green), #12261d 20%, #1a0a0d 50%, var(--red) 100%);
}
.ticker-track {
  display: flex;
  align-items: center;
  gap: 34px;
  width: max-content;
  padding: 14px 0;
  animation: marquee 28s linear infinite;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 12px;
}
.ticker b {
  font-family: var(--display);
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: var(--gold-bright);
}

.section { padding: 120px 7vw; }
.section-head { margin-bottom: 54px; }
h2 {
  margin: 12px 0 0;
  font-size: clamp(52px, 7.2vw, 108px);
  line-height: 0.94;
  text-shadow: 0 10px 28px rgba(0, 0, 0, 0.35);
}
.chapter.light { color: var(--gold-bright); }

.about-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 6vw;
  align-items: start;
}

.campaign {
  position: relative;
  min-height: 78vh;
  overflow: hidden;
  border-block: 1px solid var(--line);
}
.campaign > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 1.4s cubic-bezier(.2,.7,.2,1);
}
.campaign:hover > img { transform: scale(1.025); }
.campaign-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(7, 6, 5, 0.15) 0 36%, rgba(7, 6, 5, 0.38) 55%, rgba(7, 6, 5, 0.92) 100%), linear-gradient(0deg, rgba(7, 6, 5, 0.7), transparent 45%);
}
.campaign-copy {
  position: absolute;
  z-index: 2;
  right: 7vw;
  top: 50%;
  width: min(510px, 42vw);
  transform: translateY(-50%);
  padding-left: 32px;
  border-left: 1px solid var(--gold);
}
.campaign-copy.is-in { animation: campaign-reveal .9s ease forwards; }
.campaign-copy h2 { font-size: clamp(52px, 6.4vw, 92px); }
.campaign-copy > p:last-child { max-width: 380px; color: rgba(243, 235, 224, 0.78); line-height: 1.8; }
.campaign-number {
  position: absolute;
  right: 0;
  top: -22px;
  margin: 0;
  font-family: var(--display);
  font-size: 21px;
  color: var(--gold-bright);
}
.campaign-credit {
  position: absolute;
  z-index: 2;
  left: 7vw;
  bottom: 32px;
  margin: 0;
  color: var(--gold-bright);
  font-size: 10px;
  letter-spacing: .3em;
  text-transform: uppercase;
}

.lookbook {
  display: grid;
  grid-template-columns: minmax(300px, .9fr) minmax(340px, 1.1fr);
  gap: 8vw;
  align-items: center;
  background: linear-gradient(135deg, rgba(27, 58, 45, .16), transparent 44%);
}
.lookbook-image { position: relative; padding: 18px 18px 48px; border: 1px solid var(--line); background: #0d0b08; }
.lookbook-image::before, .lookbook-image::after { content: ""; position: absolute; width: 48px; height: 48px; border-color: var(--gold); opacity: .7; }
.lookbook-image::before { left: -1px; top: -1px; border-left: 2px solid var(--gold); border-top: 2px solid var(--gold); }
.lookbook-image::after { right: -1px; bottom: -1px; border-right: 2px solid var(--gold); border-bottom: 2px solid var(--gold); }
.lookbook-image img { width: 100%; aspect-ratio: 1; object-fit: cover; filter: saturate(.9) contrast(1.04); }
.lookbook-image > span { position: absolute; left: 18px; bottom: 18px; color: var(--gold); font-size: 10px; letter-spacing: .25em; text-transform: uppercase; }
.lookbook-copy h2 { font-size: clamp(52px, 6.5vw, 96px); }
.lookbook-lead { max-width: 560px; color: var(--muted); font-family: var(--display); font-size: clamp(24px, 2.3vw, 34px); font-style: italic; line-height: 1.35; letter-spacing: .02em; }
.fabric-notes { display: flex; flex-wrap: wrap; gap: 12px 24px; margin-top: 34px; padding-top: 22px; border-top: 1px solid var(--line); }
.fabric-notes span { display: inline-flex; align-items: center; gap: 10px; color: var(--muted); font-size: 10px; letter-spacing: .2em; text-transform: uppercase; }
.swatch { display: inline-block; width: 20px; height: 20px; border: 1px solid rgba(240, 215, 154, .35); box-shadow: inset 0 0 0 3px #0a0806; }
.swatch-green { background: var(--green-bright); }
.swatch-red { background: var(--red); }
.swatch-gold { background: var(--gold); }
.about-copy .lead {
  margin: 0 0 24px;
  color: var(--ivory);
  font-family: var(--display);
  font-size: clamp(26px, 2.6vw, 38px);
  font-weight: 500;
  font-style: italic;
  line-height: 1.28;
  letter-spacing: 0.02em;
  text-transform: none;
}
.about-copy p {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.85;
}
.dossiers {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 16px;
}
.dossiers li {
  padding: 22px 22px 20px;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(201, 164, 90, 0.06), rgba(8, 7, 5, 0.3));
  transition: transform 0.35s ease, border-color 0.35s ease;
}
.dossiers li:hover {
  transform: translateY(-6px);
  border-color: rgba(201, 164, 90, 0.55);
}
.dossiers span {
  font-family: var(--display);
  font-size: 30px;
  font-weight: 600;
  color: var(--gold);
}
.dossiers h3 {
  margin: 8px 0 10px;
  font-size: 18px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.dossiers p { margin: 0; color: var(--muted); line-height: 1.6; }

.steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.steps li {
  min-height: 280px;
  padding: 26px 22px;
  border: 1px solid var(--line);
  background: rgba(16, 14, 11, 0.7);
  position: relative;
  overflow: hidden;
}
.steps li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 8px;
  background: linear-gradient(90deg, var(--green) 0 28%, var(--red) 28% 72%, var(--green) 72% 100%);
}
.steps b {
  display: block;
  margin-top: 18px;
  font-family: var(--display);
  font-size: 52px;
  font-weight: 600;
  line-height: 1;
  color: var(--gold-bright);
}
.steps h3 {
  margin: 18px 0 12px;
  font-size: 18px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.steps p { margin: 0; color: var(--muted); line-height: 1.7; }
.step-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  color: var(--gold-bright);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 12px;
}
.step-link img { width: 22px; height: 22px; border-radius: 6px; }
.howto-cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }

.vitrine-meta {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
}
.vitrine-frame {
  position: relative;
  height: min(760px, 78vh);
  padding: 10px;
  border: 1px solid var(--gold);
  background:
    linear-gradient(var(--void), var(--void)) padding-box,
    linear-gradient(135deg, var(--gold-bright), var(--green), var(--red), var(--gold)) border-box;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45), inset 0 0 40px rgba(201, 164, 90, 0.05);
  animation: frame-glow 5s ease-in-out infinite;
}
.vitrine-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
  background: #0b0b0b;
}

.join {
  position: relative;
  overflow: hidden;
}
.join-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 3 / 1;
  overflow: hidden;
}
.join-banner {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transform: scale(1.02);
  animation: banner-ken 22s ease-in-out infinite alternate;
}
.join-veil {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8, 7, 5, 0.78) 0%, rgba(8, 7, 5, 0.28) 58%, rgba(8, 7, 5, 0.16) 100%),
    linear-gradient(180deg, transparent 36%, rgba(8, 7, 5, 0.55) 100%);
}
.join-panel {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: min(760px, 92vw);
  padding: 4.5% 7vw 5%;
}
.join h2 {
  font-size: clamp(40px, 5.4vw, 86px);
  text-shadow: 0 14px 40px rgba(0, 0, 0, 0.55);
}
.join-panel p:not(.chapter) {
  max-width: 460px;
  color: #f6efe6;
  line-height: 1.7;
}
.join-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}
.join-links a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 150px;
  padding: 16px 18px;
  border: 1px solid rgba(240, 215, 154, 0.45);
  background: rgba(8, 7, 5, 0.55);
  backdrop-filter: blur(10px);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  transition: transform 0.25s ease, background 0.25s ease;
}
.join-links a:hover {
  transform: translateY(-3px);
  background: rgba(201, 164, 90, 0.16);
}
.join-links img { width: 18px; height: 18px; }

.footer {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  padding: 36px 7vw;
  border-top: 1px solid var(--line);
  background: #070605;
}
.footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: var(--display);
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.footer p {
  max-width: 520px;
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.7;
}

.reveal { opacity: 0; transform: translateY(28px); animation: none; }
.reveal.is-in { animation: rise 0.8s ease forwards; }

@keyframes title-rise {
  from { opacity: 0; transform: translateY(36px); }
  to { opacity: 1; transform: none; }
}
@keyframes portrait-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-14px); }
}
@keyframes halo-spin { to { transform: translateX(-50%) rotate(360deg); } }
@keyframes marquee { to { transform: translateX(-50%); } }
@keyframes monogram-drift { to { background-position: 180px 180px; } }
@keyframes ribbon-in { from { transform: scaleX(0); } to { transform: none; } }
@keyframes load-slide { 0% { transform: translateX(-120%); } 100% { transform: translateX(320%); } }
@keyframes rise { to { opacity: 1; transform: none; } }
@keyframes frame-glow {
  0%, 100% { box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45), 0 0 0 rgba(201, 164, 90, 0); }
  50% { box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45), 0 0 34px rgba(201, 164, 90, 0.16); }
}
@keyframes banner-ken {
  from { transform: scale(1.04) translate3d(0, 0, 0); }
  to { transform: scale(1.1) translate3d(-1.5%, -1%, 0); }
}
@keyframes campaign-reveal {
  from { opacity: 0; transform: translate(28px, -50%); }
  to { opacity: 1; transform: translate(0, -50%); }
}

@media (max-width: 980px) {
  .rail { display: none; }
  .header { left: 12px; right: 12px; }
  .nav-toggle { display: block; }
  .nav, .buy-link { display: none; }
  .header.is-open .nav {
    display: flex;
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    flex-direction: column;
    gap: 0;
    padding: 12px;
    border: 1px solid var(--line);
    background: rgba(8, 7, 5, 0.96);
  }
  .header.is-open .nav a { padding: 14px 8px; }
  .header.is-open .buy-link { display: inline-flex; position: absolute; top: calc(100% + 220px); right: 0; }
  .hero { padding: 110px 5vw 0; }
  .hero-stage { grid-template-columns: minmax(0, 1fr); min-height: auto; }
  .hero-portrait { order: -1; min-height: 48vh; }
  .portrait { width: min(86%, 540px); height: min(54vh, 620px); }
  .portrait-frame { width: min(88%, 560px); height: min(56vh, 640px); }
  .about-grid, .steps { grid-template-columns: 1fr; }
  .campaign { min-height: 680px; }
  .campaign > img { object-position: 35% center; }
  .campaign-shade { background: linear-gradient(0deg, rgba(7, 6, 5, .94) 0, rgba(7, 6, 5, .28) 72%); }
  .campaign-copy { left: 5vw; right: 5vw; top: auto; bottom: 80px; width: auto; transform: none; }
  .campaign-copy.is-in { animation: rise .8s ease forwards; }
  .campaign-number { display: none; }
  .lookbook { grid-template-columns: 1fr; }
  .steps li { min-height: auto; }
  .join-panel {
    position: relative;
    width: 100%;
    padding: 42px 5vw 48px;
    background: #080705;
  }
  .join-veil {
    background: linear-gradient(180deg, transparent 40%, rgba(8, 7, 5, 0.35) 100%);
  }
  .footer { flex-direction: column; }
}

@media (max-width: 620px) {
  .hero-portrait { min-height: 55vh; }
  .portrait { width: calc(100vw - 64px); max-width: calc(100vw - 64px); height: 51vh; }
  .portrait-frame { width: calc(100vw - 58px); max-width: calc(100vw - 58px); height: 53vh; transform: translate(8px, -10px); }
  .campaign { min-height: 620px; }
  .campaign > img { object-position: 28% center; }
  .campaign-copy { padding-left: 20px; }
  .lookbook { padding-inline: 5vw; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation: none !important;
    transition: none !important;
  }
}
