/* ============================================================
   NONI KOKINOS — Personal Brand + Book Launch
   ============================================================ */
:root {
  --ink:      #0d0d0d;
  --paper:    #faf8f4;
  --gold:     #c9a84c;
  --gold-lt:  #e8d49e;
  --dark:     #111009;
  --dark2:    #0c0a06;
  --mid:      #4a3f35;
  --light:    #f0ebe2;
  --white:    #ffffff;

  --ff-serif: 'Playfair Display', Georgia, serif;
  --ff-sans:  'Inter', system-ui, sans-serif;

  --max-w:    1160px;
  --sv:       96px;   /* section vertical padding */
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--ff-sans); background: var(--paper); color: var(--ink); line-height: 1.7; font-size: 17px; }
img  { display: block; max-width: 100%; }

.container { width: 100%; max-width: var(--max-w); margin: 0 auto; padding: 0 36px; }

/* ── BUTTONS ── */
.btn {
  display: inline-block;
  font-family: var(--ff-sans);
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  border: 2px solid transparent;
  border-radius: 2px;
  padding: 13px 28px;
  cursor: pointer;
  transition: all .2s;
}
.btn-primary  { background: var(--gold);  color: var(--dark); border-color: var(--gold); }
.btn-primary:hover { background: #b8942e; border-color: #b8942e; }
.btn-ghost    { background: transparent; color: #fff; border-color: rgba(255,255,255,.4); }
.btn-ghost:hover { border-color: #fff; }
.btn-ghost-gold { background: transparent; color: var(--gold); border-color: rgba(201,168,76,.5); }
.btn-ghost-gold:hover { border-color: var(--gold); background: rgba(201,168,76,.06); }
.btn-gold     { background: var(--gold); color: var(--dark); border-color: var(--gold); font-size: 11px; }
.btn-gold:hover { background: #b8942e; }
.btn-nav      { background: var(--gold); color: var(--dark); border-color: var(--gold); padding: 9px 20px; font-size: 11px; }
.btn-nav:hover { background: #b8942e; }
.btn-large    { padding: 17px 44px; font-size: 13px; }

/* ── EYEBROW ── */
.eyebrow {
  font-size: 11px; font-weight: 600; letter-spacing: .22em; text-transform: uppercase;
  color: var(--gold); display: flex; align-items: center; gap: 12px; margin-bottom: 20px;
}
.eyebrow::before { content: ''; display: inline-block; width: 26px; height: 1px; background: var(--gold); }
.eyebrow-dark { color: var(--gold); }

/* ── TICKER ── */
.ticker-bar {
  background: var(--dark2);
  border-bottom: 1px solid rgba(201,168,76,.12);
  padding: 7px 0;
  position: relative; z-index: 200;
}
.ticker-inner { max-width: var(--max-w); margin: 0 auto; padding: 0 36px; display: flex; align-items: center; justify-content: space-between; }
.ticker-label { font-size: 10px; letter-spacing: .18em; text-transform: uppercase; color: rgba(255,255,255,.25); }
.ticker-links { display: flex; gap: 20px; }
.ticker-links a { display: flex; align-items: center; gap: 6px; font-size: 11px; color: rgba(255,255,255,.4); text-decoration: none; letter-spacing: .04em; transition: color .2s; }
.ticker-links a:hover { color: var(--gold); }

/* ── NAV ── */
.nav {
  position: fixed; top: 34px; left: 0; right: 0; z-index: 100;
  background: rgba(12,10,6,.94); backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(201,168,76,.12);
  transition: top .3s;
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; max-width: var(--max-w); margin: 0 auto; padding: 13px 36px; }
.nav-brand { text-decoration: none; display: flex; flex-direction: column; line-height: 1.2; }
.nav-brand-main { font-family: var(--ff-serif); color: var(--gold-lt); font-size: 17px; }
.nav-brand-sub  { font-size: 9px; letter-spacing: .18em; text-transform: uppercase; color: rgba(255,255,255,.2); }
.nav-links { display: flex; gap: 26px; flex: 1; justify-content: center; }
.nav-links a { font-size: 11px; letter-spacing: .09em; text-transform: uppercase; color: rgba(255,255,255,.45); text-decoration: none; transition: color .2s; }
.nav-links a:hover { color: var(--gold); }

/* ══════════════════════════════════════════════
   HERO
══════════════════════════════════════════════ */
.hero {
  position: relative;
  background: var(--dark);
  min-height: 100vh;
  display: flex; flex-direction: column; justify-content: center;
  padding-top: 110px; padding-bottom: 60px;
  overflow: hidden;
}
.hero-bg {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 55% 70% at 100% 50%, rgba(201,168,76,.07) 0%, transparent 65%),
    radial-gradient(ellipse 40% 50% at 0% 80%, rgba(139,115,85,.09) 0%, transparent 55%);
}
.hero-inner {
  position: relative;
  display: grid;
  grid-template-columns: 400px 1fr;
  gap: 80px;
  align-items: center;
}

/* Photo column */
.hero-photo-col { display: flex; flex-direction: column; align-items: flex-start; gap: 24px; }
.hero-photo-frame {
  position: relative;
  width: 100%;
  max-width: 380px;
}
.hero-photo-frame::before {
  content: '';
  position: absolute;
  top: -8px; left: -8px;
  right: 8px; bottom: 8px;
  border: 1px solid rgba(201,168,76,.3);
  pointer-events: none;
  z-index: 1;
}
.hero-photo {
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
  object-position: top center;
  display: block;
  filter: grayscale(8%) contrast(1.04);
}

.hero-social-strip { display: flex; gap: 10px; flex-wrap: wrap; }
.social-pill {
  display: flex; align-items: center; gap: 6px;
  font-size: 11px; letter-spacing: .06em;
  color: rgba(255,255,255,.4);
  border: 1px solid rgba(255,255,255,.1);
  padding: 7px 13px; border-radius: 30px;
  text-decoration: none;
  transition: all .2s;
}
.social-pill:hover { border-color: var(--gold); color: var(--gold); }

/* Text column */
.hero-text { padding: 20px 0; }
.hero-name {
  font-family: var(--ff-serif);
  font-size: clamp(56px, 7vw, 96px);
  font-weight: 700; line-height: .95;
  color: var(--white); letter-spacing: -.02em;
  margin-bottom: 28px;
}
.hero-line {
  font-family: var(--ff-serif);
  font-style: italic;
  font-size: clamp(17px, 2vw, 22px);
  color: var(--gold-lt); line-height: 1.5;
  margin-bottom: 32px;
}
.hero-line em { font-style: normal; color: var(--gold); }
.hero-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 40px; }
.hero-tags span {
  font-size: 11px; font-weight: 500; letter-spacing: .1em; text-transform: uppercase;
  color: rgba(255,255,255,.5);
  border: 1px solid rgba(255,255,255,.12);
  padding: 6px 14px; border-radius: 2px;
}
.hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; }

/* Scroll hint */
.hero-scroll-hint {
  position: relative; display: flex; flex-direction: column; align-items: center; gap: 10px;
  margin-top: 60px; opacity: .35;
}
.hero-scroll-hint span { font-size: 10px; letter-spacing: .2em; text-transform: uppercase; color: var(--gold); }
.scroll-line { width: 1px; height: 48px; background: linear-gradient(to bottom, var(--gold), transparent); }

/* ══════════════════════════════════════════════
   STOP SHRINKING SECTION
══════════════════════════════════════════════ */
.shrinking-section { background: var(--ink); padding: var(--sv) 0; }
.shrinking-inner {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 80px;
  align-items: start;
}
.shrinking-big {
  font-family: var(--ff-serif);
  font-size: clamp(20px, 2.8vw, 30px);
  color: rgba(255,255,255,.65); line-height: 1.35;
  margin-bottom: 12px;
}
.shrinking-highlight { color: var(--white); font-weight: 600; margin-bottom: 36px; }
.shrinking-list { margin-bottom: 36px; border-left: 2px solid var(--gold); padding-left: 24px; }
.shrinking-list p {
  font-family: var(--ff-serif); font-style: italic;
  font-size: 18px; color: var(--gold-lt); line-height: 1.6;
}
.shrinking-especially {
  font-family: var(--ff-serif); font-size: 20px; font-weight: 600;
  color: var(--white); margin-bottom: 32px; letter-spacing: .02em;
}
.shrinking-body p { font-size: 15.5px; color: rgba(255,255,255,.5); line-height: 1.75; margin-bottom: 16px; }
.shrinking-bold { font-weight: 600; color: rgba(255,255,255,.75) !important; font-style: italic; font-family: var(--ff-serif) !important; font-size: 20px !important; }
.shrinking-shift { background: rgba(201,168,76,.06); border-left: 3px solid var(--gold); padding: 24px 28px; margin: 32px 0; }
.shift-lead {
  font-family: var(--ff-serif); font-size: clamp(17px, 2vw, 21px);
  color: var(--gold-lt); margin-bottom: 12px; font-style: italic;
}
.shrinking-shift p:last-child { font-size: 15px; color: rgba(255,255,255,.5); line-height: 1.7; }
.shrinking-pillars { display: flex; gap: 10px; flex-wrap: wrap; margin: 28px 0 24px; }
.shrinking-pillars span {
  font-size: 12px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase;
  color: var(--gold); border: 1px solid rgba(201,168,76,.35);
  padding: 7px 16px; border-radius: 2px;
}
.shrinking-cta-text {
  font-family: var(--ff-serif); font-style: italic;
  font-size: 17px; color: rgba(255,255,255,.55);
  margin-bottom: 28px; line-height: 1.6;
}
.shrinking-photo { position: sticky; top: 120px; }
.shrinking-photo img {
  width: 100%; aspect-ratio: 3/4; object-fit: cover; object-position: top;
  border: 1px solid rgba(201,168,76,.2);
}
.shrinking-quote-tag {
  margin-top: 14px; font-size: 12px; letter-spacing: .14em; text-transform: uppercase;
  color: var(--gold); text-align: center;
}

/* ══════════════════════════════════════════════
   ABOUT / MY STORY
══════════════════════════════════════════════ */
.about-section { padding: var(--sv) 0; background: var(--paper); }
.section-header { margin-bottom: 56px; }
.section-title-left {
  font-family: var(--ff-serif);
  font-size: clamp(32px, 4.5vw, 52px);
  font-weight: 700; color: var(--ink); line-height: 1.1;
}
.about-grid { display: grid; grid-template-columns: 1fr 320px; gap: 72px; align-items: start; }
.about-lead {
  font-family: var(--ff-serif); font-style: italic;
  font-size: clamp(18px, 2.2vw, 22px); color: var(--ink); line-height: 1.55; margin-bottom: 24px;
}
.about-story p { color: var(--mid); font-size: 16px; line-height: 1.8; margin-bottom: 18px; }
.about-story strong { color: var(--ink); }
.about-story em { color: var(--ink); font-style: italic; }

/* Timeline */
.about-timeline { display: flex; flex-direction: column; gap: 0; }
.timeline-item {
  display: grid; grid-template-columns: 64px 1fr;
  gap: 20px; padding: 24px 0;
  border-bottom: 1px solid rgba(0,0,0,.08);
  align-items: start;
}
.timeline-item:first-child { border-top: 1px solid rgba(0,0,0,.08); }
.tl-year {
  font-size: 11px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase;
  color: var(--gold); padding-top: 4px;
}
.tl-content h4 { font-family: var(--ff-serif); font-size: 16px; color: var(--ink); margin-bottom: 6px; font-weight: 600; }
.tl-content p  { font-size: 13.5px; color: var(--mid); line-height: 1.6; }

/* ══════════════════════════════════════════════
   BANKER → BUILDER
══════════════════════════════════════════════ */
.banker-section {
  background: var(--paper);
  padding: var(--sv) 0;
  border-top: 1px solid rgba(0,0,0,.06);
}
.banker-inner {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 80px;
  align-items: start;
}
.banker-title {
  font-family: var(--ff-serif);
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 700;
  color: var(--ink);
  line-height: 1.05;
  margin-bottom: 14px;
}
.banker-sub {
  font-family: var(--ff-serif);
  font-style: italic;
  font-size: 17px;
  color: var(--mid);
  line-height: 1.5;
}
.banker-right { display: flex; flex-direction: column; gap: 0; }

.banker-block {
  padding: 36px 40px;
  position: relative;
}
.banker-block--corporate {
  background: var(--light);
  border-left: 4px solid var(--mid);
}
.banker-block--builder {
  background: var(--dark);
  border-left: 4px solid var(--gold);
}
.bb-label {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .22em;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.banker-block--corporate .bb-label { color: var(--mid); }
.banker-block--builder   .bb-label { color: var(--gold); }

.banker-block h3 {
  font-family: var(--ff-serif);
  font-size: clamp(18px, 2.2vw, 24px);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 18px;
}
.banker-block--corporate h3 { color: var(--ink); }
.banker-block--builder   h3 { color: var(--white); }

.banker-block p {
  font-size: 15px;
  line-height: 1.78;
  margin-bottom: 16px;
}
.banker-block--corporate p { color: var(--mid); }
.banker-block--builder   p { color: rgba(255,255,255,.5); }

.bb-quote {
  font-family: var(--ff-serif) !important;
  font-style: italic;
  font-size: 17px !important;
  border-left: 3px solid;
  padding-left: 20px;
  margin: 20px 0 !important;
}
.banker-block--corporate .bb-quote { border-color: var(--mid); color: var(--ink) !important; }
.banker-block--builder   .bb-quote { border-color: var(--gold); color: var(--gold-lt) !important; }

.banker-arrow {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 0 40px;
  background: var(--ink);
}
.arrow-line { flex: 1; height: 1px; background: rgba(255,255,255,.1); }
.arrow-label {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--gold);
  white-space: nowrap;
  padding: 14px 0;
}

/* ══════════════════════════════════════════════
   WHY WOMEN ARE POWERFUL
══════════════════════════════════════════════ */
.women-section {
  position: relative;
  background: var(--dark2);
  padding: var(--sv) 0;
  overflow: hidden;
}
.women-bg {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 60% 50% at 0% 50%, rgba(139,115,85,.08) 0%, transparent 55%),
    radial-gradient(ellipse 50% 40% at 100% 0%, rgba(201,168,76,.06) 0%, transparent 50%);
}
.women-inner { position: relative; }

.women-header { margin-bottom: 56px; }
.women-title {
  font-family: var(--ff-serif);
  font-size: clamp(32px, 5vw, 60px);
  font-weight: 700;
  color: var(--white);
  line-height: 1.05;
  margin-top: 6px;
}

.women-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
  margin-bottom: 64px;
}
.women-card {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.07);
  padding: 36px 28px;
  transition: background .2s, border-color .2s;
}
.women-card:hover { background: rgba(201,168,76,.06); border-color: rgba(201,168,76,.2); }
.wc-number {
  font-family: var(--ff-serif);
  font-size: 42px;
  font-weight: 700;
  color: rgba(201,168,76,.2);
  line-height: 1;
  margin-bottom: 16px;
}
.women-card h4 {
  font-family: var(--ff-serif);
  font-size: 18px;
  color: var(--white);
  margin-bottom: 14px;
  font-weight: 600;
  line-height: 1.3;
}
.women-card p {
  font-size: 14.5px;
  color: rgba(255,255,255,.45);
  line-height: 1.75;
}
.women-card p strong { color: rgba(255,255,255,.75); }

.women-statement {
  background: rgba(201,168,76,.07);
  border: 1px solid rgba(201,168,76,.2);
  border-left: 4px solid var(--gold);
  padding: 40px 48px;
  margin-bottom: 56px;
}
.ws-main {
  font-family: var(--ff-serif);
  font-style: italic;
  font-size: clamp(17px, 2.2vw, 22px);
  color: var(--gold-lt);
  line-height: 1.6;
  margin-bottom: 16px;
}
.ws-cite {
  font-size: 13px;
  color: rgba(255,255,255,.3);
  letter-spacing: .06em;
}
.ws-cite em { color: rgba(255,255,255,.5); }

.women-cta { text-align: center; }
.women-cta-line {
  font-family: var(--ff-serif);
  font-size: clamp(17px, 2.2vw, 22px);
  color: rgba(255,255,255,.65);
  line-height: 1.55;
  max-width: 700px;
  margin: 0 auto 12px;
}
.women-cta-line:last-of-type {
  font-weight: 600;
  color: var(--white);
  margin-bottom: 40px;
}
.women-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.btn-ghost-dark {
  background: transparent;
  color: rgba(255,255,255,.6);
  border: 2px solid rgba(255,255,255,.2);
  border-radius: 2px;
  padding: 17px 44px;
  font-size: 13px;
  letter-spacing: .1em;
  text-transform: uppercase;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
}
.btn-ghost-dark:hover { border-color: rgba(255,255,255,.6); color: var(--white); }

/* ══════════════════════════════════════════════
   BY THE NUMBERS
══════════════════════════════════════════════ */
.numbers-section {
  background: var(--ink);
  padding: 64px 0;
  border-top: 1px solid rgba(201,168,76,.1);
}
.numbers-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 2px;
}
.num-item {
  padding: 28px 20px;
  text-align: center;
  border-right: 1px solid rgba(255,255,255,.06);
}
.num-item:last-child { border-right: none; }
.num-big {
  font-family: var(--ff-serif);
  font-size: clamp(28px, 3.5vw, 44px);
  font-weight: 700;
  color: var(--gold);
  line-height: 1;
  margin-bottom: 10px;
}
.num-label {
  font-size: 12px;
  color: rgba(255,255,255,.35);
  line-height: 1.5;
}

@media (max-width: 900px) {
  .numbers-grid { grid-template-columns: repeat(3, 1fr); }
  .num-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,.06); }
}
@media (max-width: 500px) {
  .numbers-grid { grid-template-columns: repeat(2, 1fr); }
}

/* ══════════════════════════════════════════════
   WHAT I DO
══════════════════════════════════════════════ */
.what-i-do { background: var(--dark); }
.wid-top { padding: var(--sv) 0 56px; }
.wid-title {
  font-family: var(--ff-serif);
  font-size: clamp(28px, 4vw, 48px);
  color: var(--white); font-weight: 700; line-height: 1.15; margin-top: 4px;
}
.wid-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
  padding-bottom: var(--sv);
}
.wid-card {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.07);
  padding: 36px 28px;
  transition: background .2s;
}
.wid-card:hover { background: rgba(201,168,76,.06); border-color: rgba(201,168,76,.2); }
.wid-icon {
  font-size: 28px; color: var(--gold); margin-bottom: 20px; display: block;
  font-family: monospace; line-height: 1;
}
.wid-card h3 { font-family: var(--ff-serif); font-size: 20px; color: var(--white); margin-bottom: 14px; font-weight: 600; }
.wid-card p  { font-size: 14px; color: rgba(255,255,255,.45); line-height: 1.75; }

/* ══════════════════════════════════════════════
   THE BOOK
══════════════════════════════════════════════ */
.book-section { background: var(--dark2); }

.book-section-inner { padding: var(--sv) 0; border-bottom: 1px solid rgba(255,255,255,.05); }
.book-hero-grid {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 80px;
  align-items: center;
}
.book-main-title {
  font-family: var(--ff-serif);
  font-size: clamp(40px, 5.5vw, 68px);
  color: var(--white); font-weight: 700; line-height: 1; margin-bottom: 16px;
}
.book-subtitle {
  font-family: var(--ff-serif); font-style: italic;
  font-size: clamp(16px, 2vw, 20px); color: var(--gold-lt); line-height: 1.5; margin-bottom: 28px;
}
.book-desc { font-size: 15.5px; color: rgba(255,255,255,.5); line-height: 1.78; margin-bottom: 18px; }
.book-desc em { color: rgba(255,255,255,.8); font-style: italic; }
.book-ctas { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 32px; }

/* 3D Book */
.book-col-right { display: flex; justify-content: center; }
.book-3d {
  display: flex;
  transform: perspective(1100px) rotateY(-16deg) rotateX(3deg);
  transform-style: preserve-3d;
  filter: drop-shadow(-24px 28px 50px rgba(0,0,0,.7));
  transition: transform .5s;
}
.book-3d:hover { transform: perspective(1100px) rotateY(-8deg) rotateX(2deg) translateY(-6px); }
.book-cover {
  width: 200px; height: 285px;
  background: linear-gradient(145deg, #1c1008, #2a1a0a 45%, #1c1008);
  border: 1px solid rgba(201,168,76,.2);
  position: relative; overflow: hidden; flex-shrink: 0;
}
.book-cover::after {
  content: ''; position: absolute; inset: 9px;
  border: 1px solid rgba(201,168,76,.2); pointer-events: none;
}
.cover-inner {
  position: absolute; inset: 0;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  padding: 22px 16px; text-align: center;
}
.cover-author { font-size: 7.5px; font-weight: 600; letter-spacing: .25em; color: var(--gold); margin-bottom: 20px; text-transform: uppercase; }
.cover-title  { font-family: var(--ff-serif); font-size: 20px; font-weight: 700; color: #fff; line-height: 1.15; margin-bottom: 12px; }
.cover-rule   { width: 32px; height: 1px; background: var(--gold); margin: 0 auto 12px; }
.cover-sub    { font-family: var(--ff-serif); font-style: italic; font-size: 7.5px; color: var(--gold-lt); line-height: 1.55; }
.book-spine {
  width: 26px; height: 285px;
  background: linear-gradient(to right, #0c0804, #1a0e06);
  border-left: 1px solid rgba(201,168,76,.1);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.book-spine span {
  font-family: var(--ff-serif); font-size: 6.5px; letter-spacing: .14em; color: var(--gold);
  text-transform: uppercase; writing-mode: vertical-rl; transform: rotate(180deg); white-space: nowrap;
}

/* Pull quote bar */
.book-quote-bar {
  background: var(--ink); padding: 64px 0; text-align: center;
}
.book-quote-bar blockquote {
  font-family: var(--ff-serif); font-style: italic;
  font-size: clamp(18px, 2.5vw, 26px); color: var(--gold-lt);
  max-width: 700px; margin: 0 auto 16px; line-height: 1.55;
}
.book-quote-bar cite { font-size: 11px; letter-spacing: .15em; text-transform: uppercase; color: rgba(255,255,255,.25); }

/* Chapters */
.chapters-wrap { padding: var(--sv) 0; }
.chapters-title {
  font-family: var(--ff-serif); font-size: clamp(24px, 3vw, 34px);
  color: var(--white); font-weight: 600; margin-bottom: 40px; text-align: center;
}
.chapters-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 2px;
}
.chapter-card {
  background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.06);
  padding: 26px 22px;
  border-top: 3px solid transparent;
  transition: border-color .2s, background .2s, transform .2s;
}
.chapter-card:hover { border-top-color: var(--gold); background: rgba(255,255,255,.07); transform: translateY(-3px); }
.ch-num { display: block; font-size: 10px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: var(--gold); margin-bottom: 10px; }
.chapter-card h4 { font-family: var(--ff-serif); font-size: 17px; color: var(--white); margin-bottom: 8px; font-weight: 600; line-height: 1.3; }
.chapter-card p  { font-size: 13.5px; color: rgba(255,255,255,.4); line-height: 1.65; }

/* ══════════════════════════════════════════════
   ORDER
══════════════════════════════════════════════ */
.order {
  background: linear-gradient(135deg, #1a1007, #231608);
  padding: var(--sv) 0; text-align: center;
}
.order-inner h2 { font-family: var(--ff-serif); font-size: clamp(30px, 4.5vw, 48px); color: #fff; margin-bottom: 10px; }
.order-sub { color: rgba(255,255,255,.4); margin-bottom: 48px; font-size: 15px; }
.order-buttons { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-bottom: 20px; }
.btn-order {
  background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.13);
  color: #fff; padding: 18px 34px; border-radius: 3px; text-decoration: none;
  display: flex; flex-direction: column; align-items: center; gap: 4px; min-width: 156px;
  transition: all .2s;
}
.btn-order:hover { border-color: rgba(201,168,76,.4); background: rgba(201,168,76,.08); }
.btn-order-gold { background: var(--gold); border-color: var(--gold); color: var(--dark); }
.btn-order-gold:hover { background: #b8942e; border-color: #b8942e; }
.order-retailer { font-weight: 600; font-size: 15px; }
.order-format   { font-size: 10px; opacity: .5; text-transform: uppercase; letter-spacing: .1em; }
.order-note     { font-size: 11px; color: rgba(255,255,255,.17); margin-top: 12px; }

/* ══════════════════════════════════════════════
   WORK WITH NONI
══════════════════════════════════════════════ */
.wwn { background: var(--dark); }
.wwn-header { padding: var(--sv) 0 56px; }
.wwn-title {
  font-family: var(--ff-serif); font-size: clamp(28px, 4vw, 48px);
  color: #fff; font-weight: 700; line-height: 1.15; margin-top: 4px; margin-bottom: 16px;
}
.wwn-sub { color: rgba(255,255,255,.45); font-size: 16px; max-width: 560px; }
.wwn-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; padding-bottom: 0; }
.wwn-card {
  background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.07);
  padding: 40px 32px; display: flex; flex-direction: column; transition: background .2s;
}
.wwn-card:hover { background: rgba(255,255,255,.07); }
.wwn-tag {
  font-size: 10px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 16px; display: flex; align-items: center; gap: 8px;
}
.wwn-tag::before { content: ''; display: inline-block; width: 18px; height: 1px; background: var(--gold); }
.wwn-card h3 { font-family: var(--ff-serif); font-size: 22px; color: #fff; margin-bottom: 6px; font-weight: 600; }
.wwn-hook { font-size: 13px; color: rgba(255,255,255,.3); margin-bottom: 18px; font-style: italic; }
.wwn-card > p:not(.wwn-hook) { font-size: 14.5px; color: rgba(255,255,255,.5); line-height: 1.75; margin-bottom: 20px; }
.wwn-card ul { list-style: none; margin-bottom: 32px; flex: 1; }
.wwn-card ul li {
  font-size: 13.5px; color: rgba(255,255,255,.4); padding: 7px 0 7px 16px;
  border-bottom: 1px solid rgba(255,255,255,.05); position: relative;
}
.wwn-card ul li::before { content: '—'; position: absolute; left: 0; color: var(--gold); font-size: 11px; }

/* Booking form */
.booking-box {
  background: rgba(255,255,255,.04); border: 1px solid rgba(201,168,76,.18);
  padding: 48px; max-width: 740px; margin: 56px auto var(--sv);
}
.booking-box h3 { font-family: var(--ff-serif); font-size: 28px; color: #fff; margin-bottom: 6px; }
.booking-box > p { color: rgba(255,255,255,.4); font-size: 15px; margin-bottom: 28px; }
.booking-form { display: flex; flex-direction: column; gap: 12px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.form-field {
  width: 100%; padding: 13px 16px;
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1);
  border-radius: 2px; font-family: var(--ff-sans); font-size: 14px;
  color: #fff; outline: none; transition: border-color .2s;
}
.form-field::placeholder { color: rgba(255,255,255,.28); }
.form-field:focus { border-color: rgba(201,168,76,.45); }
.form-select {
  cursor: pointer; appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%23c9a84c' d='M5 6L0 0h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 14px center;
}
.form-select option { background: #1a1410; color: #fff; }
.form-textarea { resize: vertical; min-height: 108px; }
.booking-msg { margin-top: 12px; font-size: 13px; color: var(--gold); min-height: 18px; }

/* ══════════════════════════════════════════════
   COMMUNITY
══════════════════════════════════════════════ */
.community {
  position: relative; background: var(--dark2);
  padding: var(--sv) 0; overflow: hidden;
}
.community-bg {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 65% 55% at 50% 0%, rgba(201,168,76,.07) 0%, transparent 55%),
    radial-gradient(ellipse 45% 35% at 85% 100%, rgba(139,115,85,.07) 0%, transparent 50%);
}
.community-inner { position: relative; text-align: center; }
.community-badge {
  display: inline-block; font-size: 10px; font-weight: 600; letter-spacing: .2em;
  text-transform: uppercase; color: var(--gold);
  border: 1px solid rgba(201,168,76,.3); padding: 5px 16px; border-radius: 30px; margin-bottom: 24px;
}
.community-title {
  font-family: var(--ff-serif);
  font-size: clamp(38px, 6vw, 70px);
  font-weight: 700; color: #fff; line-height: 1.05; margin-bottom: 24px;
}
.community-sub { max-width: 580px; margin: 0 auto 56px; font-size: 16.5px; color: rgba(255,255,255,.45); line-height: 1.75; }
.community-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 2px; margin-bottom: 56px; text-align: left;
}
.c-pillar {
  background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.07);
  padding: 30px 24px; transition: all .2s;
}
.c-pillar:hover { background: rgba(201,168,76,.05); border-color: rgba(201,168,76,.18); }
.c-icon { font-size: 26px; margin-bottom: 14px; }
.c-pillar h4 { font-family: var(--ff-serif); font-size: 17px; color: #fff; margin-bottom: 10px; font-weight: 600; }
.c-pillar p  { font-size: 13.5px; color: rgba(255,255,255,.4); line-height: 1.7; }
.community-cta { display: flex; flex-direction: column; align-items: center; gap: 12px; }
.c-note { font-size: 12px; color: rgba(255,255,255,.27); }

/* ══════════════════════════════════════════════
   NONI GIVES ROCKS
══════════════════════════════════════════════ */
.ngr {
  background: var(--ink);
  border-top: 1px solid rgba(201,168,76,.12);
  border-bottom: 1px solid rgba(201,168,76,.12);
  padding: 64px 0;
}
.ngr-inner { display: grid; grid-template-columns: 180px 1fr; gap: 72px; align-items: center; }
.ngr-left { text-align: center; }
.ngr-logo { font-size: 52px; color: var(--gold); margin-bottom: 12px; animation: float 4s ease-in-out infinite; }
@keyframes float { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-8px)} }
.ngr-name { font-size: 10px; letter-spacing: .2em; text-transform: uppercase; color: rgba(255,255,255,.25); }
.ngr-tagline { font-family: var(--ff-serif); font-style: italic; font-size: clamp(18px, 2vw, 22px); color: var(--gold-lt); margin-bottom: 16px; }
.ngr-right > p { font-size: 15.5px; color: rgba(255,255,255,.45); line-height: 1.75; margin-bottom: 28px; }
.ngr-socials { display: flex; gap: 12px; flex-wrap: wrap; }
.ngr-socials a {
  display: flex; align-items: center; gap: 8px; font-size: 12px; letter-spacing: .05em;
  color: rgba(255,255,255,.4); text-decoration: none;
  border: 1px solid rgba(255,255,255,.1); padding: 9px 16px; border-radius: 2px;
  transition: all .2s;
}
.ngr-socials a:hover { border-color: var(--gold); color: var(--gold); }

/* ══════════════════════════════════════════════
   PRE-LAUNCH / BOOK LOADING
══════════════════════════════════════════════ */
.prelaunch {
  position: relative;
  background: var(--dark2);
  padding: var(--sv) 0 80px;
  overflow: hidden;
}
.prelaunch-bg {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 70% 60% at 50% -10%, rgba(201,168,76,.1) 0%, transparent 55%),
    radial-gradient(ellipse 50% 40% at 90% 100%, rgba(139,115,85,.08) 0%, transparent 50%);
}
.prelaunch-inner {
  position: relative;
  text-align: center;
}

/* Pulsing badge */
.pl-badge {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 11px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase;
  color: var(--gold);
  border: 1px solid rgba(201,168,76,.35);
  padding: 8px 20px; border-radius: 30px;
  margin-bottom: 32px;
}
.pl-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--gold);
  animation: pulse 2s ease-in-out infinite;
}
@keyframes pulse {
  0%,100% { opacity: 1; transform: scale(1); }
  50%      { opacity: .4; transform: scale(.75); }
}

.pl-title {
  font-family: var(--ff-serif);
  font-size: clamp(36px, 6vw, 68px);
  font-weight: 700; color: var(--white);
  line-height: 1.05; margin-bottom: 20px;
}
.pl-sub {
  font-family: var(--ff-serif); font-style: italic;
  font-size: clamp(16px, 2vw, 20px);
  color: var(--gold-lt); line-height: 1.6;
  margin-bottom: 44px; max-width: 560px; margin-left: auto; margin-right: auto;
}

/* Email form */
.pl-form {
  display: flex; gap: 10px; justify-content: center; flex-wrap: wrap;
  max-width: 520px; margin: 0 auto 14px;
}
.pl-input {
  flex: 1; min-width: 240px;
  padding: 15px 20px;
  background: rgba(255,255,255,.07);
  border: 1.5px solid rgba(255,255,255,.15);
  border-radius: 2px;
  font-family: var(--ff-sans); font-size: 15px; color: var(--white);
  outline: none; transition: border-color .2s;
}
.pl-input::placeholder { color: rgba(255,255,255,.35); }
.pl-input:focus { border-color: rgba(201,168,76,.6); }
.pl-msg {
  font-size: 13px; color: var(--gold); min-height: 20px;
  margin-bottom: 64px;
}

/* Excerpts */
.pl-excerpts-label {
  font-size: 11px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase;
  color: rgba(255,255,255,.3); margin-bottom: 32px;
  display: flex; align-items: center; justify-content: center; gap: 16px;
}
.pl-excerpts-label::before,
.pl-excerpts-label::after {
  content: ''; display: inline-block; width: 48px; height: 1px;
  background: rgba(255,255,255,.12);
}

.pl-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  text-align: left;
  margin-bottom: 48px;
}
.pl-card {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.07);
  padding: 32px 28px;
  position: relative;
  transition: background .2s, border-color .2s;
}
.pl-card:hover { background: rgba(201,168,76,.06); border-color: rgba(201,168,76,.2); }
.pl-quote-mark {
  font-family: var(--ff-serif); font-size: 52px; line-height: .8;
  color: var(--gold); opacity: .4; margin-bottom: 12px;
  font-weight: 700;
}
.pl-card p {
  font-family: var(--ff-serif); font-style: italic;
  font-size: 16px; color: rgba(255,255,255,.75);
  line-height: 1.65; margin-bottom: 20px;
}
.pl-chapter {
  font-size: 10px; font-weight: 600; letter-spacing: .15em; text-transform: uppercase;
  color: var(--gold); opacity: .7;
}

.pl-follow {
  font-size: 14px; color: rgba(255,255,255,.35); line-height: 1.6;
}
.pl-follow a { color: var(--gold); text-decoration: none; }
.pl-follow a:hover { text-decoration: underline; }
.pl-follow strong { color: rgba(255,255,255,.55); }

/* ══════════════════════════════════════════════
   EMAIL SIGNUP
══════════════════════════════════════════════ */
.signup { padding: 72px 0; background: var(--light); }
.signup-inner { display: grid; grid-template-columns: 1fr auto; gap: 60px; align-items: center; }
.signup-text h2 { font-family: var(--ff-serif); font-size: clamp(22px, 3vw, 32px); color: var(--ink); margin-bottom: 8px; }
.signup-text p  { color: var(--mid); font-size: 15px; }
.signup-form { display: flex; gap: 10px; }
.signup-input {
  flex: 1; min-width: 240px; padding: 13px 18px;
  border: 1.5px solid #d4c9b8; border-radius: 2px;
  font-family: var(--ff-sans); font-size: 15px; background: #fff; color: var(--ink);
  outline: none; transition: border-color .2s;
}
.signup-input:focus { border-color: var(--gold); }
.signup-note { font-size: 12px; color: var(--gold); min-height: 18px; margin-top: 8px; }

/* ══════════════════════════════════════════════
   FOOTER
══════════════════════════════════════════════ */
.footer { background: #060503; padding: 40px 0; }
.footer-inner {
  display: grid; grid-template-columns: 1fr auto 1fr;
  align-items: center; gap: 24px;
}
.footer-name { font-family: var(--ff-serif); color: rgba(255,255,255,.5); font-size: 16px; font-weight: 600; }
.footer-sub  { font-size: 10px; color: rgba(255,255,255,.2); letter-spacing: .06em; margin-top: 3px; }
.footer-nav  { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; }
.footer-nav a { font-size: 10px; letter-spacing: .12em; text-transform: uppercase; color: rgba(255,255,255,.28); text-decoration: none; transition: color .2s; }
.footer-nav a:hover { color: var(--gold); }
.footer-icons { display: flex; gap: 16px; justify-content: flex-end; }
.footer-icons a { color: rgba(255,255,255,.22); text-decoration: none; transition: color .2s; display: flex; }
.footer-icons a:hover { color: var(--gold); }

/* ══════════════════════════════════════════════
   RESPONSIVE
══════════════════════════════════════════════ */
@media (max-width: 1020px) {
  .wid-cards     { grid-template-columns: repeat(2, 1fr); }
  .wwn-cards     { grid-template-columns: 1fr; }
  .community-grid{ grid-template-columns: repeat(2, 1fr); }
  .women-grid    { grid-template-columns: repeat(2, 1fr); }
  .banker-inner  { grid-template-columns: 1fr; gap: 40px; }
}

@media (max-width: 860px) {
  .hero-inner          { grid-template-columns: 1fr; gap: 48px; text-align: center; }
  .hero-photo-col      { align-items: center; }
  .hero-photo-frame    { max-width: 300px; }
  .hero-social-strip   { justify-content: center; }
  .hero-tags, .hero-ctas { justify-content: center; }
  .eyebrow             { justify-content: center; }

  .shrinking-inner     { grid-template-columns: 1fr; gap: 48px; }
  .shrinking-photo     { position: static; max-width: 340px; margin: 0 auto; }

  .about-grid          { grid-template-columns: 1fr; gap: 48px; }

  .book-hero-grid      { grid-template-columns: 1fr; text-align: center; }
  .book-col-right      { order: -1; }
  .book-ctas           { justify-content: center; }

  .ngr-inner           { grid-template-columns: 1fr; gap: 36px; text-align: center; }
  .ngr-socials         { justify-content: center; }

  .signup-inner        { grid-template-columns: 1fr; gap: 28px; }
  .signup-form         { flex-direction: column; }

  .footer-inner        { grid-template-columns: 1fr; text-align: center; gap: 20px; }
  .footer-icons        { justify-content: center; }
  .nav-links           { display: none; }
}

@media (max-width: 620px) {
  :root { --sv: 60px; }
  .container { padding: 0 20px; }
  .ticker-inner { padding: 0 20px; }
  .ticker-label { display: none; }
  .nav-inner { padding: 12px 20px; }
  .wid-cards { grid-template-columns: 1fr; }
  .community-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .booking-box { padding: 28px 20px; }
  .community-title { font-size: clamp(34px, 10vw, 52px); }
  .book-3d { transform: perspective(800px) rotateY(-10deg) scale(.85); }
}
