/* ============ HOME ============ */

.skip {
  position: absolute; left: -9999px; top: 0; z-index: 9999;
  background: var(--gold); color: #0a0d13; padding: .8rem 1.4rem;
  font-size: .8rem; letter-spacing: .12em; text-transform: uppercase;
}
.skip:focus { left: 1rem; top: 1rem; }

/* ---------- Hero ---------- */
.hero {
  position: relative; min-height: 100svh;
  display: grid; grid-template-rows: 1fr auto;
  align-items: center; overflow: hidden;
}
.hero-media { position: absolute; inset: 0; z-index: 0; }
.hero-media img {
  width: 100%; height: 100%; object-fit: cover;
  transform: scale(1.06);
  animation: hero-drift 26s ease-in-out infinite alternate;
}
@keyframes hero-drift {
  from { transform: scale(1.06) translate3d(0,0,0); }
  to   { transform: scale(1.13) translate3d(0,-1.4%,0); }
}
.hero-scrim {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 70% 55% at 50% 42%, transparent 0%, rgba(7,10,16,.55) 62%, rgba(7,10,16,.93) 100%),
    linear-gradient(to bottom, rgba(7,10,16,.72) 0%, transparent 26%, transparent 55%, rgba(7,10,16,.96) 100%);
}

.hero-body {
  position: relative; z-index: 2; text-align: center;
  max-width: 860px; margin-inline: auto; padding: var(--nav-h) var(--gut) 0;
}
.hero-name {
  font-size: clamp(3.2rem, 11vw, 8.5rem);
  margin: 1.1rem 0 1.5rem;
}
.hero-name span { display: block; }
.hero-name span:first-child { color: var(--ink); font-weight: 300; }
.hero-name .gilt { font-weight: 500; }
.hero-line {
  color: var(--ink-2); font-size: clamp(.98rem, 1.7vw, 1.18rem);
  line-height: 1.85; max-width: 46ch; margin-inline: auto;
}
.hero-cta {
  display: flex; gap: .9rem; justify-content: center;
  flex-wrap: wrap; margin-top: 2.4rem;
}

.hero-foot {
  position: relative; z-index: 2; text-align: center;
  padding-bottom: 2.2rem;
}
.hero-foot p {
  font-size: .62rem; text-transform: uppercase;
  letter-spacing: .3em; color: var(--ink-3); margin-top: .6rem;
}
.scroll-cue {
  width: 1px; height: 52px; margin-inline: auto;
  background: linear-gradient(to bottom, transparent, var(--line-2));
  position: relative; overflow: hidden;
}
.scroll-cue span {
  position: absolute; inset-inline: 0; height: 40%;
  background: linear-gradient(to bottom, transparent, var(--gold));
  animation: cue 2.6s var(--ease-io) infinite;
}
@keyframes cue {
  0%   { transform: translateY(-100%); opacity: 0; }
  40%  { opacity: 1; }
  100% { transform: translateY(250%); opacity: 0; }
}

/* ---------- Statement ---------- */
.statement { text-align: center; }
.stmt-line {
  font-size: clamp(1.45rem, 3.4vw, 2.65rem);
  line-height: 1.42; max-width: 22ch; margin-inline: auto;
  font-weight: 300;
}
.stmt-line em { font-style: italic; color: var(--gold-lt); }
.stmt-meta {
  display: flex; justify-content: center; gap: clamp(2rem,7vw,6rem);
  flex-wrap: wrap; margin-top: clamp(2.5rem,5vw,4rem);
  padding-top: 2.5rem; border-top: 1px solid var(--line);
  max-width: 760px; margin-inline: auto;
}
.stmt-meta div { display: grid; gap: .35rem; }
.stmt-meta strong {
  font-family: var(--serif); font-size: clamp(2.2rem,4.5vw,3.2rem);
  font-weight: 400; color: var(--gold); line-height: 1;
}
.stmt-meta span {
  font-size: .66rem; text-transform: uppercase;
  letter-spacing: .2em; color: var(--ink-3);
}

/* ---------- Pinned cinematic reveal ----------
   The track is tall; the frame sticks and scales as you scroll through it. */
.reveal { position: relative; height: 260vh; }
.reveal-track {
  position: sticky; top: 0; height: 100svh;
  display: grid; place-items: center; overflow: hidden;
}
.reveal-frame {
  position: relative;
  width: var(--fw, 62%);
  aspect-ratio: 21 / 9;
  border-radius: var(--fr, 3px);
  overflow: hidden;
  box-shadow: 0 40px 120px rgba(0,0,0,.6);
  will-change: width, border-radius;
}
.reveal-frame video,
.reveal-frame .reveal-fallback {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover;
}
/* the poster image shows until/unless the video can play */
.reveal-frame video { z-index: 1; }
.reveal-frame.has-video .reveal-fallback { opacity: 0; }
.reveal-cap {
  position: absolute; inset: auto 0 0 0; z-index: 2;
  padding: clamp(1.5rem,4vw,3.5rem);
  background: linear-gradient(to top, rgba(7,10,16,.92), transparent);
  opacity: var(--co, 0); transform: translateY(14px);
  transition: opacity .5s var(--ease), transform .5s var(--ease);
}
.reveal-frame.lit .reveal-cap { opacity: 1; transform: none; }
.reveal-cap p {
  font-size: clamp(1.3rem, 2.8vw, 2.2rem);
  margin-top: .5rem; line-height: 1.25;
}

/* ---------- Craft grid ---------- */
.craft-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px;
  background: var(--line); border: 1px solid var(--line);
}
.craft-card {
  background: var(--bg-2); padding: clamp(1.6rem,3vw,2.4rem);
  transition: background .45s var(--ease), transform .45s var(--ease);
}
.craft-card:hover { background: var(--bg-3); }
.craft-num {
  font-family: var(--serif); font-size: 2.4rem; color: var(--gold-dk);
  line-height: 1; margin-bottom: 1.1rem;
}
.craft-card h3 {
  font-family: var(--serif); font-size: 1.35rem; font-weight: 400;
  margin-bottom: .7rem; color: var(--ink);
}
.craft-card p { font-size: .88rem; color: var(--ink-2); line-height: 1.75; }
.craft-cta { text-align: center; margin-top: 3rem; }

/* ---------- Split ---------- */
.split-inner {
  display: grid; grid-template-columns: 1.05fr 1fr;
  gap: clamp(2.5rem,6vw,5.5rem); align-items: center;
}
.split-media { position: relative; }
.split-media img {
  width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: 2px;
}
.split-frame {
  position: absolute; inset: -14px; border: 1px solid var(--line-2);
  border-radius: 2px; pointer-events: none;
}
.split-text h2 { font-size: clamp(1.9rem,3.6vw,2.9rem); margin: .8rem 0 1.3rem; }
.split-text p { color: var(--ink-2); margin-bottom: 1.1rem; line-height: 1.85; }
.split-text .btn { margin-top: 1rem; }

/* ---------- Collection teaser ---------- */
.tease-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.4rem; }
.tease { display: block; group: tease; }
.tease-img {
  aspect-ratio: 4/5; overflow: hidden; border: 1px solid var(--line);
  background: var(--bg-3); border-radius: 2px;
}
.tease-img img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 1.1s var(--ease), filter .6s;
  filter: saturate(.92);
}
.tease:hover .tease-img img { transform: scale(1.06); filter: saturate(1.05); }
.tease-meta {
  display: flex; justify-content: space-between; align-items: baseline;
  gap: 1rem; padding-top: 1rem;
}
.tease-meta h3 {
  font-family: var(--serif); font-weight: 400; font-size: 1.2rem;
  color: var(--ink); transition: color .35s;
}
.tease:hover .tease-meta h3 { color: var(--gold); }
.tease-meta span {
  font-size: .64rem; text-transform: uppercase;
  letter-spacing: .18em; color: var(--ink-3);
}

/* ---------- Closing ---------- */
.closing { text-align: center; }
.closing .rule { max-width: 320px; margin: 0 auto 2.5rem; }
.closing-quote {
  font-size: clamp(1.4rem,3.2vw,2.5rem); font-style: italic;
  font-weight: 300; max-width: 20ch; margin-inline: auto; line-height: 1.45;
}
.closing-quote em { color: var(--gold-lt); }
.closing-attr {
  font-size: .68rem; text-transform: uppercase; letter-spacing: .26em;
  color: var(--ink-3); margin-top: 1.6rem;
}
.closing-cta { margin-top: 2.8rem; }

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
  .craft-grid { grid-template-columns: repeat(2,1fr); }
  .split-inner { grid-template-columns: 1fr; }
  .tease-grid { grid-template-columns: repeat(2,1fr); }
  .reveal-frame { width: 82%; }
}
@media (max-width: 640px) {
  .craft-grid { grid-template-columns: 1fr; }
  .tease-grid { grid-template-columns: 1fr; }
  .reveal { height: 190vh; }
  .reveal-frame { width: 92%; aspect-ratio: 4/3; }
  .stmt-meta { gap: 2rem; }
}
@media (prefers-reduced-motion: reduce) {
  .hero-media img { animation: none; transform: scale(1.04); }
  .reveal { height: auto; }
  .reveal-track { position: static; height: auto; padding-block: 4rem; }
  .reveal-frame { width: 92%; }
  .reveal-cap { opacity: 1; transform: none; }
}
