/* ============================================
   LUV YOUR SOUL — design tokens
   ============================================ */
:root {
  --ink: #060504;
  --ink-2: #0c0a07;
  --ink-3: #100d09;
  --gold: #c6a05f;
  --gold-bright: #f0d18e;
  --gold-dim: #8a6f42;
  --cream: #efe6d3;
  --muted: #a4977c;
  --line: rgba(198,160,95,.16);
  --line-strong: rgba(198,160,95,.34);
  --ice: #a9c4d4;
  --ice-line: rgba(169,196,212,.28);
  --ice-glow: rgba(169,196,212,.16);
  --serif: "Cinzel", Georgia, "Times New Roman", serif;
  --script: "Cormorant Garamond", Georgia, serif;
  --sans: "Jost", Arial, Helvetica, sans-serif;
  --ease: cubic-bezier(.22,.9,.24,1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body {
  margin: 0;
  background:
    radial-gradient(circle at 50% -8%, rgba(198,160,95,.13), transparent 40%),
    radial-gradient(circle at 90% 40%, rgba(198,160,95,.05), transparent 45%),
    var(--ink);
  color: var(--cream);
  font-family: var(--sans);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }
img { max-width: 100%; display: block; }

::selection { background: var(--gold); color: var(--ink); }

/* focus visibility */
a:focus-visible, button:focus-visible {
  outline: 1px solid var(--ice);
  outline-offset: 3px;
}

/* film grain + vignette */
.grain {
  position: fixed; inset: 0; pointer-events: none; z-index: 90; opacity: .045; mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E");
}
.vignette {
  position: fixed; inset: 0; pointer-events: none; z-index: 89;
  box-shadow: inset 0 0 18vw rgba(0,0,0,.55);
}

/* ============================================
   Nav
   ============================================ */
.topbar {
  position: fixed; inset: 0 0 auto; height: 64px; z-index: 60;
  display: flex; align-items: center; justify-content: space-between;
  padding: env(safe-area-inset-top) 20px 0;
  background: linear-gradient(to bottom, rgba(6,5,4,.92), rgba(6,5,4,0));
  transition: background .3s ease;
}
.topbar.scrolled { background: rgba(6,5,4,.86); backdrop-filter: blur(10px); border-bottom: 1px solid var(--line); }
.brand { display: flex; align-items: center; gap: 9px; }
.brand-mark { width: 26px; height: 26px; border-radius: 50%; filter: saturate(1.1); }
.brand span { color: var(--gold-bright); letter-spacing: .32em; font-size: 13px; font-family: var(--serif); font-weight: 600; }

.menu-btn { border: 0; background: transparent; color: var(--cream); display: flex; align-items: center; gap: 10px; padding: 14px 0 14px 16px; }
.menu-btn-lines { width: 20px; height: 14px; position: relative; display: inline-block; }
.menu-btn-lines i { position: absolute; left: 0; width: 100%; height: 1px; background: var(--gold-bright); transition: transform .3s var(--ease), opacity .3s ease, top .3s var(--ease); }
.menu-btn-lines i:first-child { top: 0; }
.menu-btn-lines i:last-child { top: 100%; }
.menu-btn[aria-expanded="true"] .menu-btn-lines i:first-child { top: 50%; transform: rotate(45deg); }
.menu-btn[aria-expanded="true"] .menu-btn-lines i:last-child { top: 50%; transform: rotate(-45deg); }
.menu-btn-label { font-size: 10px; letter-spacing: .22em; color: var(--muted); }

.menu {
  position: fixed; inset: 0; z-index: 55; background: rgba(6,5,4,.98); backdrop-filter: blur(18px);
  display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 4px;
  padding: 0 30px;
  opacity: 0; visibility: hidden; transition: opacity .35s var(--ease), visibility .35s;
}
.menu.open { opacity: 1; visibility: visible; }
.menu-glow { position: absolute; top: -10%; right: -20%; width: 70vw; height: 70vw; border-radius: 50%; background: radial-gradient(circle, rgba(198,160,95,.10), transparent 65%); pointer-events: none; }
.menu a {
  position: relative; display: flex; align-items: baseline; gap: 14px;
  font-family: var(--serif); font-size: clamp(28px, 9vw, 46px); color: var(--cream); font-weight: 500;
  padding: 11px 0; letter-spacing: .01em;
  opacity: 0; transform: translateX(-14px); transition: opacity .4s ease, transform .4s ease, color .2s ease;
}
.menu.open a { opacity: 1; transform: none; }
.menu a:active, .menu a:hover { color: var(--ice); }
.menu-index { font-family: var(--sans); font-size: 10px; letter-spacing: .1em; color: var(--gold-dim); }
.menu-social { margin-top: 26px; padding-top: 20px; border-top: 1px solid var(--line); width: 100%; opacity: 0; transition: opacity .5s ease .3s; }
.menu.open .menu-social { opacity: 1; }
.menu-social a { font-size: 11px; letter-spacing: .2em; color: var(--gold); }

/* ============================================
   Hero
   ============================================ */
.hero {
  min-height: 100svh; position: relative; display: grid; place-items: center; overflow: hidden;
  border-bottom: 1px solid var(--line);
}
.hero::after { content:""; position:absolute; inset:0; background: linear-gradient(to bottom, transparent 44%, var(--ink) 96%); pointer-events:none; }
.hero-glow {
  position: absolute; width: 100vw; height: 100vw; border-radius: 50%;
  background: radial-gradient(circle, rgba(163,101,25,.18), transparent 62%);
  animation: breathe 7s ease-in-out infinite;
}
.hero-rays {
  position: absolute; inset: 0; opacity: .5;
  background: repeating-conic-gradient(from 0deg, rgba(198,160,95,.05) 0deg 1.2deg, transparent 1.2deg 9deg);
  mask-image: radial-gradient(circle at 50% 45%, black 5%, transparent 55%);
  animation: spin 140s linear infinite;
}
@keyframes breathe { 0%,100% { opacity:.75; transform: scale(1); } 50% { opacity: 1; transform: scale(1.05); } }
@keyframes spin { to { transform: rotate(360deg); } }

.hero-logo {
  width: min(88vw, 640px); aspect-ratio: 1; object-fit: cover; border-radius: 50%;
  opacity: 0; transform: translateY(-7%); filter: saturate(1.05) contrast(1.05) drop-shadow(0 0 60px rgba(198,160,95,.18));
  animation: logoIn 1.6s var(--ease) .15s forwards;
}
@keyframes logoIn { from { opacity: 0; transform: translateY(-7%) scale(.88); } to { opacity: .92; transform: translateY(-7%) scale(1); } }

.hero-copy { position: absolute; z-index: 2; left: 0; right: 0; bottom: 10vh; padding: 0 24px; text-align: center; }
.eyebrow { margin: 0 0 14px; font-size: 10px; letter-spacing: .38em; color: var(--gold); font-weight: 500; text-transform: uppercase; }
h1,h2 { font-family: var(--serif); font-weight: 500; margin: 0; letter-spacing: .015em; }
h1 { font-size: clamp(42px, 13vw, 84px); line-height: .98; color: var(--cream); text-shadow: 0 0 40px rgba(214,173,98,.14); }
h2 { font-size: clamp(38px, 10.6vw, 66px); line-height: 1.03; }
h2 em { font-family: var(--script); color: var(--gold-bright); font-style: italic; font-weight: 500; }
.pillars { margin: 18px auto 30px; font-size: 10px; letter-spacing: .22em; color: var(--muted); }
.pillars span { color: var(--gold); margin: 0 4px; }

.cta,.ghost-btn {
  position: relative; display: inline-flex; align-items: center; justify-content: center;
  min-height: 50px; padding: 0 30px; border: 1px solid var(--gold); color: var(--gold-bright);
  font-family: var(--sans); font-size: 10.5px; letter-spacing: .24em; overflow: hidden;
  transition: color .35s ease, border-color .35s ease;
}
.cta span, .ghost-btn span { position: relative; z-index: 1; }
.cta::before, .ghost-btn::before {
  content: ""; position: absolute; inset: 0; background: var(--gold);
  transform: translateY(101%); transition: transform .38s var(--ease);
}
.cta:active::before, .ghost-btn:active::before, .cta:hover::before, .ghost-btn:hover::before { transform: translateY(0); }
.cta:active, .ghost-btn:active, .cta:hover, .ghost-btn:hover { color: var(--ink); }
@media (hover: hover) {
  .ghost-btn:hover { box-shadow: 0 0 0 1px var(--ice-line); }
  .product-card:hover { border-color: var(--ice-line); }
}

.reveal-word { opacity: 0; transform: translateY(16px); animation: wordIn .9s var(--ease) forwards; }
.hero-copy .eyebrow.reveal-word { animation-delay: .55s; }
.hero-copy h1.reveal-word { animation-delay: .68s; }
.hero-copy .pillars.reveal-word { animation-delay: .85s; }
.hero-copy .cta.reveal-word { animation-delay: 1.0s; }
@keyframes wordIn { to { opacity: 1; transform: none; } }

.scroll-cue {
  position: absolute; z-index: 3; bottom: 24px; font-size: 8.5px; letter-spacing: .3em; color: rgba(239,227,198,.4);
  display: flex; flex-direction: column; align-items: center; gap: 8px;
}
.scroll-cue span { width: 1px; height: 26px; background: linear-gradient(to bottom, var(--gold), transparent); animation: scrollLine 2s ease-in-out infinite; }
@keyframes scrollLine { 0%,100% { transform: scaleY(1); opacity:.5; } 50% { transform: scaleY(.5); opacity: 1; } }

/* scroll thread connecting sections — echoes the logo's dotted moon-line */
.thread { position: relative; height: 46px; display: flex; justify-content: center; }
.thread::before { content:""; position: absolute; top: 0; bottom: 0; width: 1px; background: var(--ice-line); }
.thread-fill { position: absolute; top: 0; width: 1px; height: 0; background: var(--gold); box-shadow: 0 0 8px rgba(240,209,142,.5); }

/* ============================================
   Sections — shared
   ============================================ */
.section {
  position: relative; min-height: 80svh; padding: 88px 24px; border-bottom: 1px solid var(--line);
  display: flex; flex-direction: column; justify-content: center;
}
.statement { text-align: center; align-items: center; min-height: 88svh; }
.statement .body-copy { max-width: 560px; }
.body-copy { margin: 24px 0 0; max-width: 600px; font-family: var(--script); font-size: 19px; line-height: 1.65; color: #c9bd9f; font-weight: 400; }
.mantra { margin-top: 44px; font-family: var(--serif); color: var(--gold-bright); font-size: 17px; letter-spacing: .16em; }
.node { position: absolute; top: 78px; right: 22px; font-family: var(--serif); font-size: 72px; color: rgba(198,160,95,.07); }

.split-card { background: linear-gradient(150deg, rgba(198,160,95,.05), transparent 55%); }
.micro-line { margin-top: 38px; padding-top: 18px; border-top: 1px solid var(--line); font-size: 10px; letter-spacing: .16em; color: var(--gold); }
.micro-line span { color: var(--gold-dim); margin: 0 6px; }

/* Artist-first / 90% block */
.artist-block { position: relative; margin-top: 64px; padding-top: 56px; border-top: 1px solid var(--line); text-align: center; }
.artist-block .eyebrow { text-align: center; position: relative; z-index: 2; }
.stat-wrap { position: relative; display: flex; align-items: center; justify-content: center; margin-top: 14px; }
.eclipse { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 82%; max-width: 190px; aspect-ratio: 1; z-index: 0; }
.eclipse-corona {
  position: absolute; inset: 0; border-radius: 50%;
  background: radial-gradient(circle, transparent 52%, rgba(198,160,95,.5) 56%, rgba(169,196,212,.14) 60%, rgba(198,160,95,.08) 63%, transparent 74%);
  filter: blur(1px);
}
.eclipse-disc {
  position: absolute; width: 60%; height: 60%; top: 20%; left: 24%; border-radius: 50%;
  background: radial-gradient(circle at 42% 38%, #14100a, var(--ink) 70%);
  box-shadow: 0 0 26px 6px rgba(0,0,0,.6);
}
.big-stat {
  position: relative; z-index: 1; font-family: var(--serif); font-weight: 600; line-height: .9;
  font-size: clamp(96px, 30vw, 160px); color: var(--gold-bright);
  text-shadow: 0 0 50px rgba(240,209,142,.28);
}
.big-stat span { font-size: .42em; vertical-align: super; }
.stat-caption { margin-top: 4px; font-family: var(--sans); font-size: 12px; letter-spacing: .3em; color: var(--gold); }
.artist-line { margin-top: 26px; font-family: var(--serif); font-size: clamp(22px, 6.4vw, 30px); color: var(--cream); line-height: 1.28; }
.artist-block .body-copy.small { margin: 18px auto 0; text-align: center; }

/* reveal-on-scroll */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
.reveal.visible { opacity: 1; transform: none; }

/* ============================================
   Fashion / product cards
   ============================================ */
.fashion { background: #080705; }
.product-group { margin-top: 30px; }
.product-group-label {
  font-family: var(--sans); font-size: 10px; letter-spacing: .2em; color: var(--gold);
  text-transform: uppercase; margin: 0 0 12px;
}
.product-group-label span { color: var(--muted); letter-spacing: .06em; text-transform: none; font-size: 12px; }
.product-card {
  margin-top: 16px; border: 1px solid var(--line); background: linear-gradient(160deg, rgba(198,160,95,.04), transparent 60%);
  transition: border-color .3s ease;
}
.product-photo { position: relative; background: #14100a; padding: 14px; }
.product-photo img { width: 100%; height: auto; max-height: 74vh; object-fit: contain; display: block; margin: 0 auto; }
.manifested-tag {
  margin-top: 14px; font-family: var(--sans); font-size: 9px; letter-spacing: .32em; color: var(--gold-bright); opacity: .85;
}
.product-copy { padding: 22px 20px 26px; position: relative; }
.spark { position: absolute; top: 22px; right: 20px; color: var(--gold-dim); font-size: 13px; }
.product-copy .eyebrow { margin-bottom: 10px; }
.product-copy h3 { font-family: var(--serif); font-weight: 500; font-size: clamp(22px, 6vw, 28px); line-height: 1.12; margin: 0; color: var(--cream); }
.product-copy .rule { width: 34px; height: 1px; background: var(--gold-dim); margin: 16px 0; }
.body-copy.small { font-size: 15.5px; margin-top: 0; max-width: 420px; }

.specs-row {
  margin-top: 36px; padding-top: 22px; border-top: 1px solid var(--line);
  display: flex; flex-wrap: wrap; gap: 20px 26px;
}
.specs-row div { display: flex; align-items: center; gap: 8px; color: var(--gold); }
.specs-row svg { color: var(--gold-dim); flex-shrink: 0; }
.specs-row span { font-size: 10px; letter-spacing: .12em; color: var(--muted); }
.ghost-btn { margin-top: 34px; align-self: flex-start; }

/* ============================================
   Live
   ============================================ */
.live { overflow: hidden; }
.live-photo {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 35%;
  opacity: .3; filter: saturate(1.05);
}
.live-scrim {
  position: absolute; inset: 0;
  background:
    linear-gradient(to bottom, rgba(6,5,4,.55) 0%, rgba(6,5,4,.86) 55%, var(--ink) 92%),
    linear-gradient(to right, rgba(6,5,4,.5), transparent 60%);
}
.live > *:not(.live-photo):not(.live-scrim) { position: relative; z-index: 1; }
.live-grid { margin-top: 36px; display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--line); border: 1px solid var(--line); }
.live-cell {
  min-height: 108px; padding: 16px; background: var(--ink);
  display: flex; flex-direction: column; justify-content: flex-end; gap: 10px;
  font-family: var(--serif); font-size: 15px; color: var(--cream); letter-spacing: .01em;
  transition: background .3s ease;
}
.live-cell:active { background: var(--ink-3); }
.live-num { font-family: var(--sans); font-size: 9px; letter-spacing: .1em; color: var(--gold-dim); }

/* ============================================
   Culture / flywheel
   ============================================ */
.ecosystem { align-items: center; text-align: center; }
.flywheel { position: relative; width: min(62vw, 250px); aspect-ratio: 1; margin: 56px auto 0; }
.flywheel-svg { position: absolute; inset: 0; width: 100%; height: 100%; animation: spin 60s linear infinite; }
.fw-ring { fill: none; stroke: var(--line); stroke-width: 1; }
.fw-ring-dash { fill: none; stroke: var(--gold-dim); stroke-width: 1; stroke-dasharray: 2 8; opacity: .6; }
.fw-arc { fill: none; stroke: var(--gold); stroke-width: 1.4; stroke-linecap: round; opacity: .55; }
.fw-center {
  position: absolute; inset: 0; margin: auto; width: 30%; height: 30%; border-radius: 50%;
  display: grid; place-items: center; font-family: var(--serif); font-size: 13px; letter-spacing: .1em; color: var(--gold-bright);
  background: radial-gradient(circle, rgba(198,160,95,.14), transparent 70%); border: 1px solid var(--line-strong);
}
.fw-node { position: absolute; width: 92px; text-align: center; font-family: var(--sans); }
.fw-node b { display: block; font-size: 9px; letter-spacing: .1em; color: var(--gold-bright); margin-bottom: 3px; }
.fw-node span { display: block; font-size: 9px; color: var(--muted); line-height: 1.3; }
.fw-n1 { top: -19%; left: 50%; transform: translateX(-50%); }
.fw-n2 { right: -30%; top: 50%; transform: translateY(-50%); }
.fw-n3 { bottom: -19%; left: 50%; transform: translateX(-50%); }
.fw-n4 { left: -30%; top: 50%; transform: translateY(-50%); }

/* ============================================
   About
   ============================================ */
.about { background: linear-gradient(150deg, rgba(198,160,95,.04), transparent 55%); }
.about .body-copy + .body-copy { margin-top: 18px; }

/* ============================================
   Contact
   ============================================ */
.contact { text-align: center; align-items: center; min-height: 96svh; overflow: hidden; }
.contact-logo { position: absolute; width: min(120vw, 780px); opacity: .14; border-radius: 50%; }
.contact > *:not(.contact-logo) { position: relative; z-index: 1; }
.contact .body-copy { margin-bottom: 8px; }
.social-row { margin-top: 30px; }
.social-row a { display: inline-flex; align-items: center; gap: 9px; color: var(--gold); font-size: 11px; letter-spacing: .14em; padding: 10px 16px; border: 1px solid var(--line); transition: border-color .25s ease, color .25s ease; }
.social-row a:active, .social-row a:hover { border-color: var(--ice); color: var(--ice); }
.footer-mantra { margin-top: 80px; color: var(--gold-bright); font-family: var(--serif); font-size: 16px; letter-spacing: .08em; }
.copyright { margin-top: 10px; color: rgba(239,227,198,.36); font-size: 9px; letter-spacing: .18em; }

/* ============================================
   Desktop / tablet
   ============================================ */
@media (min-width: 760px) {
  .topbar { padding-left: 48px; padding-right: 48px; }
  .section { padding-left: 9vw; padding-right: 9vw; }
  .hero-copy { bottom: 8vh; }
  .live-grid { max-width: 760px; grid-template-columns: repeat(4, 1fr); margin-left: auto; margin-right: auto; }
  .specs { max-width: 640px; }
  .flywheel { width: min(40vw, 380px); margin-top: 100px; }
  .fw-node { width: 160px; }
  .fw-node b { font-size: 11px; }
  .fw-node span { font-size: 11px; }
  .fw-n1 { top: -24%; }
  .fw-n3 { bottom: -24%; }
  .fw-n2 { right: -46%; text-align: left; }
  .fw-n4 { left: -46%; text-align: right; }
  .fw-center { font-size: 17px; }
  .product-card { display: grid; grid-template-columns: 1.1fr 1fr; align-items: stretch; }
  .product-photo img { height: 100%; }
}
@media (min-width: 1100px) {
  .hero-logo { width: min(46vw, 560px); }
  h1 { font-size: 96px; }
  .section { padding-top: 120px; padding-bottom: 120px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal, .reveal-word { opacity: 1; transform: none; transition: none; animation: none; }
  .hero-logo { opacity: .92; animation: none; }
  .hero-rays, .orb, .flywheel-svg, .hero-glow { animation: none; }
}
