/* ============================================================
   THOUGH HE SLAY ME — shared design system
   Classical-serif system · light/dark zones · gold + oxidized blood
   ============================================================ */

:root {
  /* dark zone */
  --char:        #16120e;   /* warm charcoal */
  --char-2:      #1c1813;
  --black:       #0a0908;   /* near-black for logo/stamp moments */

  /* light reading zone */
  --paper:       #f1ece2;   /* warm ash white */
  --paper-2:     #e9e2d4;
  --ink:         #221d17;   /* charcoal text on paper */
  --ink-soft:    #5a5044;

  /* studio mat — light backdrop so product photos hold their texture */
  --studio:      #e3dccd;
  --studio-ink:  #6b6051;   /* caption text on the mat */

  /* gold — main accent, "what fire leaves behind" */
  --gold:        #c9a86a;
  --gold-deep:   #8f7338;
  --gold-dim:    #b89c62;
  --gold-edge:   #9c7f42;

  /* oxidized blood — the suffering side, used as rare重音 */
  --blood:       #8a3a34;
  --blood-deep:  #5e2624;
  --blood-dim:   #6e3430;

  /* text on dark */
  --on-dark:     #efe9df;
  --on-dark-mut: #b3a895;
  --on-dark-faint:#6f6450;

  /* type */
  --display: 'Playfair Display', Georgia, serif;   /* declaration / stamp */
  --sacred:  'Cinzel', Georgia, serif;             /* hero / scripture */
  --quote:   'IM Fell English', Georgia, serif;    /* citation / italic */
  --body:    'EB Garamond', Georgia, serif;        /* prose */

  --knock:   #14110d;
  --hair:    rgba(201,168,106,0.16);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--body);
  background: var(--char);
  color: var(--on-dark);
  line-height: 1.6;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }

/* ---------- grain + helpers ---------- */
.grain-dark {
  background-image: radial-gradient(rgba(95,77,40,0.05) 0.5px, transparent 0.5px);
  background-size: 4px 4px;
}
.grain-paper {
  background-image: radial-gradient(rgba(90,70,40,0.045) 0.5px, transparent 0.5px);
  background-size: 4px 4px;
}

/* ============================================================
   HEADER
   ============================================================ */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 clamp(1.2rem, 4vw, 3rem); height: 64px;
  background: rgba(18,15,11,0.72);
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--hair);
}
.site-header .logo { height: 28px; }
.site-header .logo img { height: 28px; width: auto; }
.header-nav {
  font-family: var(--sacred); font-weight: 600; font-size: 0.72rem; letter-spacing: 0.26em;
  text-transform: uppercase; color: var(--gold);
  transition: color 0.4s ease;
}
.header-nav:hover { color: #e7cf97; }
@media (max-width: 600px) {
  .site-header { height: 56px; }
  .site-header .logo, .site-header .logo img { height: 23px; }
  .header-nav { font-size: 0.58rem; letter-spacing: 0.2em; }
}

/* ============================================================
   SECTIONS — alternating zones
   ============================================================ */
.zone { padding: clamp(5rem, 14vh, 11rem) clamp(1.5rem, 6vw, 4rem); position: relative; }
.zone-dark  { background: linear-gradient(180deg, var(--char) 0%, var(--char-2) 100%); color: var(--on-dark); }
.zone-black { background: var(--black); color: var(--on-dark); }
.zone-paper { background: var(--paper); color: var(--ink); }
.wrap { max-width: 760px; margin: 0 auto; }
.wrap-wide { max-width: 980px; margin: 0 auto; }

/* eyebrow / labels */
.eyebrow {
  font-family: var(--sacred); font-size: 0.7rem; letter-spacing: 0.34em;
  text-transform: uppercase; color: var(--gold-dim); margin-bottom: 1.6rem;
}
.zone-paper .eyebrow { color: var(--gold-deep); }

/* ============================================================
   HERO
   ============================================================ */
.hero {
  min-height: 100svh; display: flex; flex-direction: column;
  align-items: center; justify-content: center; text-align: center;
  background: radial-gradient(120% 90% at 50% 38%, #1d1813 0%, #131009 70%, #0e0b07 100%);
  padding: 64px 1.5rem 0;
}
.hero-eyebrow {
  font-family: var(--sacred); font-size: clamp(0.7rem, 2vw, 0.86rem);
  letter-spacing: 0.4em; text-transform: uppercase; color: var(--gold-dim);
  margin-bottom: 2rem;
}
.hero-title {
  font-family: var(--sacred); font-weight: 400;
  font-size: clamp(2.6rem, 9vw, 6rem); line-height: 1.04;
  letter-spacing: 0.06em; text-transform: uppercase; color: #fff;
}
.hero-rule { width: 1px; height: clamp(40px, 8vh, 80px); background: linear-gradient(var(--gold-deep), transparent); margin-top: clamp(2.5rem,6vh,4rem); }
.scroll-cue { position: absolute; bottom: 2rem; font-family: var(--sacred); font-size: 0.6rem; letter-spacing: 0.3em; text-transform: uppercase; color: var(--on-dark-faint); }

/* ============================================================
   THE WORD  (light reading zone)
   ============================================================ */
.word-lede {
  font-family: var(--display); font-weight: 700;
  font-size: clamp(1.8rem, 4.4vw, 2.7rem); line-height: 1.18; color: var(--ink);
  margin-bottom: 2.6rem; letter-spacing: -0.01em;
}
.word-lede .word-key { color: var(--gold-deep); }
.word-body {
  font-family: var(--body); font-size: clamp(1.15rem, 2.2vw, 1.4rem);
  line-height: 1.72; color: var(--ink); max-width: 36ch;
}
.word-body + .word-body { margin-top: 1.5rem; }
.word-body em { font-style: italic; color: var(--blood-deep); }
.word-accent { color: var(--gold-deep); font-style: italic; }

/* THE WORD — a calm left column. The world's command recedes to fine print,
   the gospel exchange rises as the one peak, and each stanza is given air so
   it arrives on its own as the reader scrolls. */
.word-zone .wrap { max-width: 640px; }
/* the world's command, diminished to fine print */
.word-world {
  font-family: var(--body); font-size: clamp(0.95rem, 1.7vw, 1.08rem);
  line-height: 1.7; color: var(--studio-ink); max-width: 32ch;
  letter-spacing: 0.02em; margin-top: 2.6rem;
}
.word-world em { font-style: normal; color: var(--ink-soft); }
/* the turn — first full-ink line after the world, a held breath before it */
.word-turn-line {
  font-family: var(--body); font-size: clamp(1.2rem, 2.4vw, 1.5rem);
  line-height: 1.6; color: var(--ink); max-width: 30ch;
  margin-top: 3.6rem; text-wrap: balance;
}
/* the one peak — the gospel exchange */
.word-exchange {
  font-family: var(--display); font-weight: 900;
  font-size: clamp(2rem, 4.8vw, 3.05rem); line-height: 1.16;
  color: var(--ink); letter-spacing: -0.015em;
  margin: 3.2rem 0 0.9rem;
}
/* each exchange balances on its own so neither orphans its final word */
.word-exchange .ex-line { display: block; text-wrap: balance; }
.word-exchange .ex-line + .ex-line { margin-top: 0.35rem; }
.word-exchange .word-key { color: var(--gold-deep); }
/* the reminder — a caption to the exchange */
.word-gloss {
  max-width: 40ch; font-family: var(--body); line-height: 1.62;
  font-size: clamp(1rem, 1.8vw, 1.12rem); color: var(--ink-soft);
  text-wrap: balance;
}
.word-heavy {
  font-family: var(--body); font-size: clamp(1.1rem, 2vw, 1.3rem);
  line-height: 1.66; color: var(--ink); max-width: 34ch; margin-top: 2.8rem;
}
/* the benediction — stands alone */
.word-verse {
  font-family: var(--quote); font-style: italic;
  font-size: clamp(1.55rem, 3.6vw, 2.35rem); line-height: 1.32;
  color: var(--gold-deep); margin-top: 4rem;
}

/* ============================================================
   TRANSITION  (light -> dark bridge)
   ============================================================ */
.bridge {
  background: linear-gradient(180deg, var(--paper) 0%, #6f6456 46%, var(--char) 100%);
  text-align: center; padding: clamp(5rem, 16vh, 10rem) 1.5rem;
}
.bridge-line {
  font-family: var(--quote); font-style: italic;
  font-size: clamp(1.5rem, 4vw, 2.6rem); color: var(--gold);
  letter-spacing: 0.01em;
}

/* ============================================================
   STANCE / ANTI-EGO  (dark)
   ============================================================ */
.stance p { max-width: 40ch; }
.stance-line {
  font-family: var(--display); font-weight: 700;
  font-size: clamp(1.5rem, 3.6vw, 2.5rem); line-height: 1.28; color: var(--on-dark);
  margin-bottom: 1.5rem;
}
.stance-small {
  font-family: var(--body); font-size: clamp(1.1rem, 2vw, 1.3rem);
  line-height: 1.7; color: var(--on-dark-mut); margin-bottom: 1.4rem;
}
.stance-small strong { color: var(--on-dark); font-weight: 400; }
.blood { color: var(--blood); font-style: normal; }
.stance-close {
  font-family: var(--sacred); font-size: 0.8rem; letter-spacing: 0.28em;
  text-transform: uppercase; color: var(--gold-dim); margin-top: 2.5rem;
}

/* ============================================================
   THE SIX  (word spectrum)
   ============================================================ */
.six { background: var(--black); }
.six-head { text-align: center; margin-bottom: clamp(3rem, 8vh, 5rem); }
.six-list { max-width: 820px; margin: 0 auto; }
.six-item {
  display: block; padding: clamp(1.6rem, 4vh, 2.6rem) 0;
  border-top: 1px solid rgba(201,168,106,0.12); text-align: center;
  position: relative;
}
.six-item:last-child { border-bottom: 1px solid rgba(201,168,106,0.12); }
.six-word {
  font-family: var(--display); font-weight: 900;
  font-size: clamp(2rem, 6.5vw, 3.6rem); line-height: 1.05; color: var(--gold);
  letter-spacing: -0.01em; transition: letter-spacing 0.5s ease, color 0.4s ease;
}
.six-word.blood-word { color: var(--blood); }
.six-note {
  font-family: var(--quote); font-style: italic;
  font-size: clamp(1.05rem, 2.3vw, 1.45rem); color: var(--on-dark-mut);
  margin-top: 0.9rem; line-height: 1.5;
}
/* clickable concept rows */
a.six-item { cursor: pointer; }
a.six-item .enter {
  display: inline-block; margin-top: 1.1rem;
  font-family: var(--sacred); font-size: 0.62rem; letter-spacing: 0.32em;
  text-transform: uppercase; color: var(--on-dark-faint);
  transition: color 0.4s ease, transform 0.4s ease;
}
a.six-item:hover .six-word { letter-spacing: 0.02em; }
a.six-item:hover .enter { color: var(--gold); transform: translateX(4px); }
a.six-item:hover .six-word.blood-word { color: #a8463f; }

/* ============================================================
   ABOUT  (light reading zone, long-form)
   ============================================================ */
.about { }
.about-title {
  font-family: var(--display); font-weight: 900;
  font-size: clamp(2rem, 5.5vw, 3.4rem); color: var(--ink); line-height: 1.1;
  margin-bottom: 0.6rem; letter-spacing: -0.01em;
}
.about-sub {
  font-family: var(--quote); font-style: italic; font-size: 1.15rem;
  color: var(--gold-deep); margin-bottom: 2.8rem;
}
.about-body p {
  font-family: var(--body); font-size: clamp(1.12rem, 2vw, 1.28rem);
  line-height: 1.75; color: var(--ink); margin-bottom: 1.4rem; max-width: 62ch;
}
.about-body .big {
  font-family: var(--display); font-weight: 700; font-size: 1.7rem;
  color: var(--ink); letter-spacing: 0.04em; display: inline-block; margin: 0.2rem 0;
}
.about-body em { font-style: italic; }
.about-body .stamp-inline {
  display: inline-block; background: var(--gold); color: var(--knock);
  font-family: var(--display); font-weight: 900; padding: 0.04em 0.34em;
  border-radius: 1px;
}

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer {
  background: var(--black); text-align: center;
  padding: clamp(4rem, 10vh, 7rem) 1.5rem clamp(2.5rem, 5vh, 4rem);
}
.footer-logo { width: 200px; margin: 0 auto 1.6rem; opacity: 0.92; }
.footer-tag {
  font-family: var(--sacred); font-size: 0.74rem; letter-spacing: 0.36em;
  text-transform: uppercase; color: var(--gold-dim); margin-bottom: 2.8rem;
}
.footer-links {
  display: flex; gap: 2.2rem; justify-content: center; margin-bottom: 2.4rem;
}
.footer-links a {
  font-family: var(--sacred); font-size: 0.68rem; letter-spacing: 0.24em;
  text-transform: uppercase; color: var(--on-dark-mut);
  padding-bottom: 3px; border-bottom: 1px solid transparent; transition: color 0.4s, border-color 0.4s;
}
.footer-links a:hover { color: var(--gold); border-color: var(--gold-deep); }
.footer-contact {
  font-family: var(--body); font-size: 0.95rem; letter-spacing: 0.02em;
  margin-bottom: 2.4rem;
}
.footer-contact a {
  color: var(--on-dark-mut); padding-bottom: 2px;
  border-bottom: 1px solid transparent; transition: color 0.4s, border-color 0.4s;
}
.footer-contact a:hover { color: var(--gold); border-color: var(--gold-deep); }
.footer-fine {
  font-family: var(--body); font-size: 0.82rem; color: var(--on-dark-faint);
  letter-spacing: 0.02em;
}
.footer-fine a { color: var(--on-dark-mut); }

/* ============================================================
   PRODUCT PAGES (surrender / though-he-slay-me)
   ============================================================ */
.p-hero {
  min-height: 78vh; display: flex; flex-direction: column; align-items: center;
  justify-content: center; text-align: center; padding: 120px 1.5rem 4rem;
}
.p-hero.gold-side  { background: radial-gradient(120% 90% at 50% 40%, #1d1813, #0e0b07 75%); }
.p-hero.blood-side { background: radial-gradient(120% 90% at 50% 40%, #1e1110, #0c0807 75%); }
.p-word {
  font-family: var(--display); font-weight: 900;
  font-size: clamp(3rem, 13vw, 8rem); line-height: 0.98; letter-spacing: -0.01em;
  color: var(--gold);
}
.blood-side .p-word { color: var(--blood); }
.p-note {
  font-family: var(--quote); font-style: italic;
  font-size: clamp(1.2rem, 3vw, 1.9rem); color: var(--on-dark-mut); margin-top: 1.6rem;
}
.p-concept { }
.p-concept .lede {
  font-family: var(--display); font-weight: 700;
  font-size: clamp(1.6rem, 4vw, 2.8rem); line-height: 1.22; color: var(--ink);
  margin-bottom: 1.8rem;
}
.p-concept .lede-attr {
  font-family: var(--quote); font-style: italic;
  font-size: clamp(0.98rem, 1.7vw, 1.15rem); color: var(--gold-deep);
  letter-spacing: 0.02em; margin-top: -1rem; margin-bottom: 2.2rem;
}
.p-concept p {
  font-family: var(--body); font-size: clamp(1.12rem, 2vw, 1.3rem);
  line-height: 1.74; color: var(--ink); margin-bottom: 1.3rem; max-width: 60ch;
}
.p-concept em { font-style: italic; color: var(--blood-deep); }

/* version blocks */
.version { border-top: 1px solid var(--hair); }
.version-label {
  font-family: var(--sacred); font-size: 0.72rem; letter-spacing: 0.3em;
  text-transform: uppercase; color: var(--gold-dim); margin-bottom: 1.4rem;
}
.version-title {
  font-family: var(--display); font-weight: 900; font-size: clamp(1.8rem, 5vw, 3rem);
  color: var(--on-dark); margin-bottom: 1.4rem; line-height: 1.1;
}
.version-body {
  font-family: var(--body); font-size: clamp(1.1rem, 2vw, 1.28rem);
  line-height: 1.72; color: var(--on-dark-mut); max-width: 54ch; margin-bottom: 1.2rem;
}
.version-body em { font-style: italic; color: var(--gold); }

/* image frame / placeholder */
.shot {
  margin: clamp(2rem,5vh,3.5rem) 0;
  background: var(--studio);
  padding: clamp(0.9rem, 2.6vw, 1.5rem);
  border-radius: 3px;
  box-shadow: 0 16px 44px rgba(0,0,0,0.42);
}
.shot img { width: 100%; border-radius: 2px; }
.shot-ph {
  width: 100%; aspect-ratio: 4/5; border: 1px solid rgba(34,29,23,0.10);
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, #e7e0d1, #d5ccba);
  font-family: var(--sacred); font-size: 0.62rem; letter-spacing: 0.3em;
  text-transform: uppercase; color: #8a7c63; border-radius: 2px;
}
.shot-cap {
  font-family: var(--body); font-style: italic; font-size: 0.92rem;
  color: var(--studio-ink); margin-top: 0.9rem; text-align: center;
}
.shot-cap em { color: var(--gold-deep); }

/* hidden weight — delayed detonation */
.weight { color: #221d16; transition: color 1.2s ease; cursor: default; }
.weight:hover, .weight.lit { color: var(--gold-dim); }

/* knockout stamp */
.stamp {
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--gold); color: var(--knock);
  font-family: var(--display); font-weight: 900; letter-spacing: 0.01em; line-height: 1;
  padding: 0.18em 0.42em; border-top: 2px solid var(--gold-edge); border-radius: 1px;
  box-shadow: inset 0 -2px 0 rgba(95,77,40,0.4);
}

/* acquire / coming soon */
.acquire-wrap { text-align: center; padding: clamp(3rem,8vh,5rem) 1.5rem; }
.acquire {
  display: inline-flex; align-items: center; gap: 0.8em;
  background: var(--gold); color: var(--knock);
  font-family: var(--display); font-weight: 900; font-size: 1.1rem;
  letter-spacing: 0.04em; padding: 0.7em 1.6em; border-radius: 2px;
  border-top: 2px solid var(--gold-edge); box-shadow: inset 0 -2px 0 rgba(95,77,40,0.4);
  opacity: 0.5; cursor: not-allowed;
}
.acquire-note {
  font-family: var(--sacred); font-size: 0.64rem; letter-spacing: 0.3em;
  text-transform: uppercase; color: var(--on-dark-faint); margin-top: 1.2rem;
}
.back-link {
  display: inline-block; margin-top: 1.5rem; font-family: var(--sacred);
  font-size: 0.64rem; letter-spacing: 0.26em; text-transform: uppercase;
  color: var(--on-dark-mut); transition: color 0.4s;
}
.back-link:hover { color: var(--gold); }

/* ---------- waitlist / email capture ---------- */
.waitlist {
  display: flex; gap: 0.6rem; justify-content: center; flex-wrap: wrap;
  max-width: 460px; margin: 1.6rem auto 0;
}
.waitlist-input {
  flex: 1 1 240px; min-width: 0;
  background: rgba(255,255,255,0.04); color: var(--on-dark);
  border: 1px solid var(--hair); border-radius: 2px;
  padding: 0.75em 1em; font-family: var(--body); font-size: 1rem;
  transition: border-color 0.3s ease;
}
.waitlist-input::placeholder { color: var(--on-dark-faint); }
.waitlist-input:focus { outline: none; border-color: var(--gold-deep); }
.waitlist-btn {
  flex: 0 0 auto; cursor: pointer;
  background: var(--gold); color: var(--knock);
  font-family: var(--display); font-weight: 900; font-size: 1rem;
  letter-spacing: 0.02em; padding: 0.75em 1.4em;
  border: none; border-top: 2px solid var(--gold-edge); border-radius: 2px;
  box-shadow: inset 0 -2px 0 rgba(95,77,40,0.4);
  transition: background 0.3s ease, transform 0.15s ease;
}
.waitlist-btn:hover { background: #d8b978; }
.waitlist-btn:active { transform: translateY(1px); }
.waitlist-fine {
  font-family: var(--sacred); font-size: 0.6rem; letter-spacing: 0.28em;
  text-transform: uppercase; color: var(--on-dark-faint); margin-top: 1.1rem;
}
.waitlist-zone { text-align: center; }
.waitlist-lede {
  font-family: var(--display); font-weight: 700;
  font-size: clamp(1.6rem, 4vw, 2.6rem); color: var(--on-dark);
  line-height: 1.2; margin-bottom: 0.8rem;
}
.waitlist-sub {
  font-family: var(--body); font-size: clamp(1.05rem, 2vw, 1.25rem);
  color: var(--on-dark-mut); max-width: 42ch; margin: 0 auto;
}
.waitlist-done { max-width: 460px; margin: 1.6rem auto 0; text-align: center; }
.waitlist-done-title {
  font-family: var(--display); font-weight: 700; font-size: 1.5rem;
  color: var(--gold); margin-bottom: 0.4rem; line-height: 1.2;
}
.waitlist-done-sub {
  font-family: var(--body); font-size: 1rem; color: var(--on-dark-mut);
}

/* ============================================================
   SCROLL REVEAL
   ============================================================ */
.reveal { opacity: 0; transform: translateY(20px); transition: opacity 1s ease, transform 1s ease; }
.reveal.in { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1 !important; transform: none !important; }
  .weight { color: var(--gold-dim); }
}
