/* ============================================================
   NOCTURNE — PAGE SECTIONS
   ============================================================ */

/* ------------------------------------------------------------
   HERO — looped video (replaces the 3D object)
   ------------------------------------------------------------ */
.hero { position: relative; height: 100vh; min-height: 640px; overflow: hidden; }
.hero__media { position: absolute; inset: 0; z-index: 1; }
.hero__video {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; object-position: center;
  /* poster gradient shows instantly while the clip streams in */
  background:
    radial-gradient(circle at 50% 40%, rgba(201,168,76,0.10), transparent 55%),
    #060606;
}
/* Dark grade + vignette so the loop seam is imperceptible and text reads */
.hero__grade {
  position: absolute; inset: 0; z-index: 2; pointer-events: none;
  background:
    linear-gradient(to top, rgba(6,6,6,0.92) 0%, rgba(6,6,6,0.25) 45%, rgba(6,6,6,0.55) 100%),
    radial-gradient(ellipse at center, transparent 30%, rgba(0,0,0,0.5) 78%, rgba(0,0,0,0.8) 100%);
}
.hero__content { position: relative; z-index: 3; height: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; pointer-events: none; }
.hero__content .wrap { width: 100%; }
.hero__eyebrow { margin-bottom: var(--space-md); }
.hero__headline { font-family: var(--font-display); font-weight: 300; font-size: var(--text-hero); line-height: 0.98; letter-spacing: 0.005em; margin-bottom: var(--space-md); }
.hero__headline .line { display: block; overflow: hidden; }
.hero__headline .line > span { display: inline-block; }
.hero__subline { font-size: var(--text-base); color: var(--color-text-secondary); margin-bottom: var(--space-lg); letter-spacing: 0.04em; }
.hero__cta { display: flex; gap: var(--space-md); align-items: center; justify-content: center; pointer-events: auto; flex-wrap: wrap; }

.scroll-hint { position: absolute; bottom: var(--space-md); left: 50%; transform: translateX(-50%); z-index: 3;
  display: flex; flex-direction: column; align-items: center; gap: 8px; color: var(--color-text-muted);
  font-size: 9px; letter-spacing: 3px; text-transform: uppercase; }
.scroll-hint .track { width: 1px; height: 50px; background: var(--color-border); position: relative; overflow: hidden; }
.scroll-hint .track::after { content: ''; position: absolute; top: -50%; left: 0; width: 100%; height: 50%; background: var(--color-gold); animation: scrollPulse 2.2s var(--ease-luxury) infinite; }
@keyframes scrollPulse { 0% { top: -50%; } 100% { top: 100%; } }

/* Page hero (interior pages) — shorter, image or flat */
.page-hero { position: relative; padding: calc(var(--nav-h) + var(--space-xl)) 0 var(--space-lg); text-align: center; overflow: hidden; }
.page-hero__bg { position: absolute; inset: 0; z-index: 0; opacity: 0.28; background-size: cover; background-position: center; }
.page-hero__bg::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(7,7,7,0.7), var(--color-bg) 92%); }
.page-hero__inner { position: relative; z-index: 1; }
.page-hero h1 { font-family: var(--font-display); font-weight: 300; font-size: var(--text-5xl); line-height: 1; margin: var(--space-sm) 0; }
.page-hero p { color: var(--color-text-secondary); max-width: 52ch; margin: 0 auto; }

/* ------------------------------------------------------------
   BRAND STATEMENT (VCA poetic, Tiffany whitespace)
   ------------------------------------------------------------ */
.statement { padding: var(--space-2xl) 0; text-align: center; }
.statement p { font-family: var(--font-display); font-weight: 300; font-size: var(--text-editorial); line-height: 1.4; max-width: 20ch; margin: 0 auto; }
.statement .word-gold { color: var(--color-gold); font-style: italic; }

/* ------------------------------------------------------------
   SECTION HEADERS
   ------------------------------------------------------------ */
.sec-head { text-align: center; margin-bottom: var(--space-lg); }
.sec-head .eyebrow { margin-bottom: var(--space-sm); }
.sec-head--split { display: flex; justify-content: space-between; align-items: flex-end; text-align: left; gap: var(--space-md); flex-wrap: wrap; }

/* ------------------------------------------------------------
   COLLECTIONS GRID
   ------------------------------------------------------------ */
.collections__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; }
.collections__grid--feature { grid-template-columns: repeat(3, 1fr); }

/* full collections page grid */
.products__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--space-md) var(--space-sm); }
.filters { display: flex; gap: var(--space-sm); justify-content: center; flex-wrap: wrap; margin-bottom: var(--space-lg); }
.filter-btn { font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: var(--color-text-secondary); padding: 8px 16px; border: 1px solid transparent; transition: color var(--duration-fast), border-color var(--duration-fast); }
.filter-btn:hover { color: var(--color-gold); }
.filter-btn[aria-pressed="true"] { color: var(--color-gold); border-color: var(--color-border-hover); }

/* ------------------------------------------------------------
   BESPOKE — video centerpiece + configurator (replaces 3D ring)
   ------------------------------------------------------------ */
.bespoke { display: grid; grid-template-columns: 1fr 1.1fr; align-items: center; gap: var(--space-lg); min-height: 80vh; }
.bespoke__media { position: relative; aspect-ratio: 4 / 5; overflow: hidden; background: var(--color-bg-elevated); border: 1px solid var(--color-border); }
.bespoke__video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.9; }
/* product floats centered so the looped bokeh stays visible around it
   (a fully-covering overlay would let the browser pause the video) */
.bespoke__product { position: absolute; inset: 4%; background-size: cover; background-position: center;
  box-shadow: 0 24px 60px rgba(0,0,0,0.6); transition: opacity var(--duration-slow) var(--ease-luxury); z-index: 2; }
.bespoke__glow { position: absolute; inset: 0; pointer-events: none; z-index: 3;
  background: radial-gradient(circle at 50% 42%, rgba(201,168,76,0.16), transparent 58%),
              radial-gradient(circle at 50% 50%, transparent 60%, rgba(7,7,7,0.5) 100%); mix-blend-mode: screen; }
.bespoke__info { max-width: 440px; }
.bespoke__info h2 { font-family: var(--font-display); font-size: var(--text-4xl); font-weight: 300; line-height: 1.05; margin: var(--space-sm) 0 var(--space-md); }
.bespoke__info p { color: var(--color-text-secondary); margin-bottom: var(--space-md); }
.specs { display: flex; gap: var(--space-md); margin: var(--space-md) 0; flex-wrap: wrap; }
.spec span:first-child { display: block; font-family: var(--font-display); font-size: var(--text-xl); color: var(--color-gold-pale); }
.spec span:last-child { font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: var(--color-text-muted); }
.metal-selector { display: flex; gap: var(--space-sm); margin: var(--space-md) 0 var(--space-lg); }
.metal-swatch { display: flex; flex-direction: column; align-items: center; gap: 8px; font-size: 9px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--color-text-muted); transition: color var(--duration-fast); }
.metal-swatch .dot { width: 30px; height: 30px; border-radius: 50%; border: 1px solid transparent; transition: border-color var(--duration-fast), transform var(--duration-fast); }
.metal-swatch[aria-pressed="true"] { color: var(--color-gold-pale); }
.metal-swatch[aria-pressed="true"] .dot { border-color: var(--color-gold); transform: scale(1.12); }
.metal-swatch:hover .dot { border-color: var(--color-border-hover); }

/* ------------------------------------------------------------
   CRAFT STORY
   ------------------------------------------------------------ */
.craft { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: var(--space-lg); }
.craft__text { max-width: 480px; }
.craft__text h2 { font-family: var(--font-display); font-size: var(--text-4xl); font-weight: 300; line-height: 1.05; margin: var(--space-sm) 0 var(--space-md); }
.craft__text p { color: var(--color-text-secondary); margin-bottom: var(--space-md); }
.craft__stats { display: flex; gap: var(--space-md); margin: var(--space-lg) 0; flex-wrap: wrap; }
.craft-stat { position: relative; padding-top: var(--space-sm); min-width: 100px; }
.craft-stat::before { content: ''; position: absolute; top: 0; left: 0; width: 40px; height: 1px; background: var(--color-gold); }
.craft-stat .num { font-family: var(--font-display); font-size: var(--text-3xl); color: var(--color-gold-pale); line-height: 1; }
.craft-stat .label { font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: var(--color-text-secondary); margin-top: 6px; }
.craft__canvas-wrap { position: relative; aspect-ratio: 1 / 1; border: 1px solid var(--color-border); background: radial-gradient(circle at center, rgba(201,168,76,0.04), transparent 70%); }
#craft-canvas { width: 100%; height: 100%; }

/* Process timeline (craft page) */
.timeline { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--space-md); margin-top: var(--space-lg); }
.tl-step { position: relative; padding-top: var(--space-md); }
.tl-step::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 1px; background: var(--color-border); }
.tl-step .no { font-family: var(--font-display); font-size: var(--text-2xl); color: var(--color-gold); }
.tl-step h4 { font-size: var(--text-lg); font-family: var(--font-display); margin: 8px 0; }
.tl-step p { font-size: var(--text-sm); color: var(--color-text-secondary); }

/* ------------------------------------------------------------
   CELESTIAL / MATERIAL — gold particle canvas (VCA night sky)
   ------------------------------------------------------------ */
.celestial { position: relative; height: 100vh; min-height: 600px; display: grid; place-items: center; overflow: hidden; }
#celestial-canvas { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 1; }
.celestial__content { position: relative; z-index: 2; text-align: center; pointer-events: none; }
.celestial__content h2 { font-family: var(--font-display); font-weight: 300; font-size: clamp(2.5rem, 6vw, 5rem); line-height: 1.05; }
.celestial__content h2 .line { display: block; }
.celestial__content .btn { pointer-events: auto; margin-top: var(--space-lg); }

/* ------------------------------------------------------------
   PRESS / TESTIMONIALS
   ------------------------------------------------------------ */
.press { text-align: center; }
.press__quotemark { font-family: var(--font-display); font-size: 120px; line-height: 0.6; color: var(--color-gold); opacity: 0.45; height: 70px; }
.quote-carousel { position: relative; min-height: 240px; max-width: 800px; margin: 0 auto; }
.quote-slide { position: absolute; inset: 0; opacity: 0; transition: opacity var(--duration-slow) var(--ease-luxury); display: flex; flex-direction: column; align-items: center; }
.quote-slide.active { opacity: 1; }
.quote-slide p { font-family: var(--font-display); font-style: italic; font-size: var(--text-2xl); line-height: 1.4; color: var(--color-text-primary); margin-bottom: var(--space-md); }
.quote-slide .attr { font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: var(--color-gold); }
.quote-dots { display: flex; gap: 10px; justify-content: center; margin-top: var(--space-md); }
.quote-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--color-border-hover); transition: background var(--duration-fast), transform var(--duration-fast); }
.quote-dot.active { background: var(--color-gold); transform: scale(1.3); }
.press-logos { margin-top: var(--space-2xl); display: flex; flex-direction: column; align-items: center; gap: var(--space-md); }
.press-logos .label { font-size: 10px; letter-spacing: 3px; text-transform: uppercase; color: var(--color-text-muted); }
.press-logos .logos { display: flex; gap: var(--space-lg); flex-wrap: wrap; justify-content: center; }
.press-logos .logos span { font-family: var(--font-display); font-size: var(--text-xl); letter-spacing: 0.15em; color: var(--color-text-muted); filter: grayscale(1); transition: color var(--duration-mid), filter var(--duration-mid); }
.press-logos .logos span:hover { color: var(--color-gold); filter: grayscale(0); }

/* ------------------------------------------------------------
   NEWSLETTER
   ------------------------------------------------------------ */
.newsletter { position: relative; background: var(--color-bg-elevated); padding: var(--space-2xl) 0; overflow: hidden; }
#noise-canvas { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0.04; z-index: 1; }
.newsletter__inner { position: relative; z-index: 2; text-align: center; max-width: 560px; margin: 0 auto; }
.newsletter h2 { font-family: var(--font-display); font-weight: 300; font-size: var(--text-4xl); margin-bottom: var(--space-sm); }
.newsletter p { color: var(--color-text-secondary); margin-bottom: var(--space-lg); }
.newsletter__form { display: flex; align-items: center; gap: var(--space-sm); border-bottom: 1px solid var(--color-gold-muted); padding-bottom: 10px; transition: border-color var(--duration-fast); }
.newsletter__form:focus-within { border-color: var(--color-gold); }
.newsletter__form input { flex: 1; background: none; border: none; color: var(--color-gold-pale); font-size: var(--text-base); letter-spacing: 1px; }
.newsletter__form input::placeholder { color: var(--color-text-muted); }
.newsletter__form input:focus { outline: none; }
.newsletter__submit { display: grid; place-items: center; width: 40px; height: 40px; color: var(--color-gold); }
.newsletter__submit svg { width: 22px; height: 22px; transition: transform var(--duration-mid) var(--ease-luxury); }
.newsletter__submit:hover svg { transform: translateX(6px); }
.newsletter .privacy { font-size: 10px; color: var(--color-text-muted); margin-top: var(--space-sm); }

/* ------------------------------------------------------------
   CONTACT
   ------------------------------------------------------------ */
.contact { display: grid; grid-template-columns: 1fr 1fr; gap: var(--space-2xl); }
.contact__aside h3 { font-family: var(--font-display); font-size: var(--text-2xl); font-weight: 300; margin-bottom: var(--space-xs); }
.contact__block { margin-bottom: var(--space-lg); }
.contact__block .label { font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: var(--color-jade); margin-bottom: 8px; }
.contact__block p { color: var(--color-text-secondary); }
.contact__form .row { display: grid; grid-template-columns: 1fr 1fr; gap: var(--space-md); }
.form-success { color: var(--color-jade); font-size: var(--text-sm); margin-top: var(--space-sm); min-height: 1.4em; }

/* ------------------------------------------------------------
   FEATURE STRIP (editorial split, VCA)
   ------------------------------------------------------------ */
.feature { display: grid; grid-template-columns: 1fr 1fr; align-items: stretch; gap: 0; }
.feature__img { min-height: 460px; background-size: cover; background-position: center; }
.feature__body { padding: var(--space-xl) var(--space-lg); display: flex; flex-direction: column; justify-content: center; }
.feature--reverse .feature__img { order: 2; }
.feature__body h2 { font-family: var(--font-display); font-weight: 300; font-size: var(--text-3xl); line-height: 1.1; margin: var(--space-sm) 0 var(--space-md); }
.feature__body p { color: var(--color-text-secondary); margin-bottom: var(--space-md); }

/* ------------------------------------------------------------
   RESPONSIVE
   ------------------------------------------------------------ */
@media (max-width: 1200px) {
  .collections__grid, .collections__grid--feature { grid-template-columns: repeat(2, 1fr); }
  .products__grid { grid-template-columns: repeat(3, 1fr); }
  .bespoke { grid-template-columns: 1fr; }
  .timeline { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  :root { --space-xl: 5rem; --space-2xl: 7rem; }
  .collections__grid, .collections__grid--feature { grid-template-columns: 1fr; }
  .products__grid { grid-template-columns: repeat(2, 1fr); }
  .craft { grid-template-columns: 1fr; }
  .craft__canvas-wrap { order: -1; }
  .contact { grid-template-columns: 1fr; gap: var(--space-lg); }
  .feature { grid-template-columns: 1fr; }
  .feature--reverse .feature__img { order: 0; }
  .contact__form .row { grid-template-columns: 1fr; }
  .page-hero h1 { font-size: var(--text-4xl); }
  .section-title, .bespoke__info h2, .craft__text h2, .newsletter h2 { font-size: var(--text-3xl); }
}
@media (max-width: 480px) { .products__grid { grid-template-columns: 1fr; } }
