/* ============================================================
   CALEB ELIZONDO — DESIGN SYSTEM
   Champagne palette · v1.1 · 2026
   Noir base · Or Champagne accent · Ivoire light
   ============================================================ */

:root {
  /* Brand spec aliases (Champagne palette v1.1) */
  --noir:            #0A0A0A;
  --ivoire:          #F5F5F0;
  --champagne:       #E1C373;
  --champagne-light: #EDD49A;
  --champagne-deep:  #B89351;
  --bronze:          #8B6F3D;

  /* Legacy variable names — remapped to brand spec
     (default = light/ivoire register; dark palette flips to noir) */
  --bone:       #F5F5F0;          /* Ivoire */
  --bone-deep:  #ECECE4;
  --cream:      #FAFAF6;
  --ink:        #0A0A0A;          /* Noir */
  --ink-soft:   #2A2A26;
  --ink-mute:   #5C5A52;
  --ink-faint:  #94918A;
  --line:       rgba(10,10,10,0.12);
  --line-soft:  rgba(10,10,10,0.06);

  --gold:       #B89351;          /* Champagne Deep — readable on light */
  --gold-deep:  #8B6F3D;          /* Bronze */
  --gold-soft:  #E1C373;          /* Or Champagne — the hero accent */

  /* Typography */
  --f-display:  'Playfair Display', 'Cinzel', serif;
  --f-serif:    'Cormorant Garamond', 'Times New Roman', serif;
  --f-sans:     'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  --f-mono:     'JetBrains Mono', ui-monospace, monospace;

  /* Motion */
  --ease-soft:  cubic-bezier(.2,.7,.2,1);
  --ease-quick: cubic-bezier(.4,0,.2,1);

  --page-pad:   clamp(20px, 4vw, 48px);
  --max:        1320px;

  --nav-h:      76px;
}

/* World — Empresarial (sharper, cooler) */
/* World — Empresarial (keeps same palette as default; only gold is slightly cooler) */
[data-world="empresarial"] {
  /* inherit default palette — keep bone/cream/ink unified */
}

/* World — Cristiano (warm deep) */
[data-world="cristiano"] {
  --bone:       #EFEAD8;
  --bone-deep:  #E2DBC4;
  --cream:      #F7F2E0;
  --gold:       #8B6F3D;
  --gold-deep:  #6B5220;
  --gold-soft:  #E1C373;
}

/* Palette overrides (via Tweaks) */
[data-palette="dark"] {
  --bone:       #0A0A0A;          /* Noir */
  --bone-deep:  #050505;
  --cream:      #111111;
  --ink:        #F5F5F0;          /* Ivoire */
  --ink-soft:   #E5E5DE;
  --ink-mute:   #A8A6A0;
  --ink-faint:  #6A6862;
  --line:       rgba(245,245,240,0.14);
  --line-soft:  rgba(245,245,240,0.06);
  --gold:       #E1C373;          /* Or Champagne */
  --gold-deep:  #B89351;          /* Champagne Deep */
  --gold-soft:  #EDD49A;          /* Champagne Light */
}

/* World palettes must yield to dark mode — keep only the gold tint per world,
   but snap backgrounds and text back to the dark base. */
[data-palette="dark"][data-world="empresarial"],
[data-palette="dark"] [data-world="empresarial"],
[data-palette="dark"][data-world="cristiano"],
[data-palette="dark"] [data-world="cristiano"],
[data-palette="dark"][data-world="masculinidad"],
[data-palette="dark"] [data-world="masculinidad"] {
  --bone:       #0A0A0A;
  --bone-deep:  #050505;
  --cream:      #111111;
  --ink:        #F5F5F0;
  --ink-soft:   #E5E5DE;
  --ink-mute:   #A8A6A0;
  --ink-faint:  #6A6862;
  --line:       rgba(245,245,240,0.14);
  --line-soft:  rgba(245,245,240,0.06);
}
/* Dark-mode overrides where the warm palette assumed dark text on light backgrounds */
[data-palette="dark"] .marquee {
  background: var(--gold); color: #000;
  border-top: 1px solid var(--gold-deep);
  border-bottom: 1px solid var(--gold-deep);
}
[data-palette="dark"] .marquee-track em,
[data-palette="dark"] .marquee-track .sep { color: #000; }

[data-palette="dark"] .gw-card { background: #0A0A0A; border-color: var(--line); }
[data-palette="dark"] .gw-card:hover { background: #111; }
[data-palette="dark"] .pod-card { background: #0A0A0A; }
[data-palette="dark"] .pod-card:hover,
[data-palette="dark"] .pod-card.featured { background: #141414; }

[data-palette="dark"] .feat-card { background: #0A0A0A; border-color: var(--line); }
[data-palette="dark"] .feat-card:hover { background: #111; }

[data-palette="dark"] .btn { border-color: var(--ink); color: var(--ink); }
[data-palette="dark"] .btn:hover { background: var(--gold); color: #000; border-color: var(--gold); }
[data-palette="dark"] .btn.solid { background: var(--gold); color: #000; border-color: var(--gold); }
[data-palette="dark"] .btn.solid:hover { background: #fff; color: #000; border-color: #fff; }
[data-palette="dark"] .btn.gold { border-color: var(--gold); color: var(--gold); }
[data-palette="dark"] .btn.gold:hover { background: var(--gold); color: #000; }
[data-palette="dark"] ::selection { background: var(--gold); color: #000; }

[data-palette="dark"] .nav.scrolled {
  background: color-mix(in oklab, #000 88%, transparent);
}
[data-palette="dark"] .pitch-card { background: #0A0A0A; border-color: var(--line); color: var(--ink); }
[data-palette="dark"] .emp-creds { background: #0A0A0A; border-color: var(--line); }
[data-palette="dark"] .mod-cell { border-color: var(--line); }
[data-palette="dark"] .fmt-cell { background: #0A0A0A; border-color: var(--line); }
[data-palette="dark"] .emp-cta-band { background: #050505; }
[data-palette="dark"] .emp-cta-band h2,
[data-palette="dark"] .emp-cta-band .btn { color: #F5F5F0; }
[data-palette="dark"] .emp-cta-band h2 em { color: var(--gold-soft); }
[data-palette="dark"] .emp-cta-band p { color: rgba(245,245,240,0.7); }
[data-palette="dark"] .emp-cta-band .btn:hover { color: #0A0A0A; }
[data-palette="dark"] .emp-cta-band .btn.solid { color: #0A0A0A; }
[data-palette="dark"] .email-card { background: #111; border-color: var(--line); color: var(--ink); }
[data-palette="dark"] .emp-cta-right .email-card .email,
[data-palette="dark"] .emp-cta-right .email-card .email a { color: #F5F5F0; }
[data-palette="dark"] .emp-cta-right .email-card .email a:hover { color: var(--gold-soft); }

[data-palette="dark"] .quote-carousel.on-dark { background: #050505; }
[data-palette="dark"] .quote-carousel.on-dark .qc-slide blockquote { color: #F5F5F0; }
[data-palette="dark"] .quote-carousel.on-dark .qc-slide blockquote em { color: var(--gold); }
[data-palette="dark"] .quote-carousel.on-dark .qc-slide figcaption { color: rgba(245,245,240,.5); }
[data-palette="dark"] .quote-carousel.on-dark .qc-counter { color: rgba(245,245,240,.4); }
[data-palette="dark"] .quote-carousel:not(.on-dark) { background: var(--bone); }

[data-palette="dark"] .footer { background: #050505; color: var(--ink); border-top: 1px solid var(--line); }

[data-palette="dark"] .hero-portrait::after,
[data-palette="dark"] .book-cover-wrap::after { display: none; }
[data-palette="ink"] {
  --bone:       #F5F5F0;
  --bone-deep:  #E8E8E2;
  --cream:      #FAFAF6;
  --ink:        #16181A;
  --gold:       #8B6F3D;
  --gold-deep:  #6B5220;
  --gold-soft:  #E1C373;
}

/* Type scale variants */
[data-typescale="condensed"] {
  --f-display:  'Playfair Display', 'Cinzel', serif;
  --f-serif:    'Cormorant Garamond', serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html, body { height: 100%; }
body {
  background: var(--bone);
  color: var(--ink);
  font-family: var(--f-sans);
  font-weight: 400;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  transition: background .6s var(--ease-soft), color .6s var(--ease-soft);
}
img { display: block; max-width: 100%; }
a  { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }

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

/* -------- TYPE -------- */
.eyebrow {
  font-family: var(--f-sans);
  font-size: 11px;
  letter-spacing: 0.22em;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--gold);
}
.eyebrow .dot { opacity: .5; margin: 0 .5em; }

.display {
  font-family: var(--f-display);
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: .95;
}
.serif {
  font-family: var(--f-serif);
  font-weight: 300;
}
.serif-i { font-family: var(--f-serif); font-style: italic; font-weight: 400; }
.mono    { font-family: var(--f-mono); font-size: 12px; letter-spacing: 0.04em; }

h1, h2, h3 { font-weight: 400; }
p { text-wrap: pretty; }

/* -------- NAV -------- */
.nav {
  position: fixed; top: 0; left: 0; right: 0;
  height: var(--nav-h);
  z-index: 50;
  display: flex; align-items: center;
  padding: 0 var(--page-pad);
  transition: background .4s var(--ease-soft), border-color .4s, backdrop-filter .4s;
  border-bottom: 1px solid transparent;
}
.nav.scrolled {
  background: color-mix(in oklab, var(--bone) 85%, transparent);
  backdrop-filter: blur(14px) saturate(1.1);
  -webkit-backdrop-filter: blur(14px) saturate(1.1);
  border-bottom-color: var(--line-soft);
}
.nav-inner {
  display: flex; align-items: center; justify-content: space-between;
  width: 100%; max-width: var(--max); margin: 0 auto;
}
.nav-brand {
  display: flex; align-items: center; gap: 12px;
  cursor: pointer;
}
.nav-brand .mark { width: 34px; height: 34px; }
.nav-brand .wordmark {
  display: flex; flex-direction: column; line-height: 1;
}
.nav-brand .wordmark .name {
  font-family: var(--f-display); font-size: 15px; letter-spacing: 0.14em;
  font-weight: 500;
}
.nav-brand .wordmark .tag {
  font-family: var(--f-sans); font-size: 9px; letter-spacing: 0.22em;
  color: var(--ink-mute); text-transform: uppercase; margin-top: 4px;
}
.nav-brand-logo {
  display: block;
  height: 44px;
  width: auto;
  object-fit: contain;
}
.nav-brand-logo-dark { display: none; }
[data-palette="dark"] .nav-brand-logo-light { display: none; }
[data-palette="dark"] .nav-brand-logo-dark { display: block; }
@media (max-width: 800px) {
  .nav-brand-logo { height: 36px; }
}
.nav-links {
  display: flex; align-items: center; gap: 30px;
}
.nav-links a {
  font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--ink-soft); font-weight: 500;
  position: relative; padding: 6px 0;
  transition: color .3s;
}
.nav-links a:hover { color: var(--ink); }
.nav-links a.active { color: var(--ink); }
.nav-links a.active::after {
  content: ''; position: absolute; left: 0; right: 0; bottom: 0;
  height: 1px; background: var(--gold);
}
.nav-right { display: flex; align-items: center; gap: 18px; }
.lang-toggle {
  font-family: var(--f-mono); font-size: 11px; letter-spacing: 0.1em;
  color: var(--ink-mute); padding: 6px 10px;
  border: 1px solid var(--line); border-radius: 999px;
  transition: all .3s;
}
.lang-toggle:hover { color: var(--ink); border-color: var(--ink-soft); }
.lang-toggle .on { color: var(--gold); }

/* -------- BUTTONS -------- */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 16px 28px;
  font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase;
  font-weight: 500;
  border: 1px solid var(--ink);
  color: var(--ink);
  background: transparent;
  border-radius: 999px;
  transition: all .4s var(--ease-soft);
  position: relative; overflow: hidden;
}
.btn .arrow { transition: transform .4s var(--ease-soft); display: inline-block; }
.btn:hover { background: var(--ink); color: var(--bone); }
.btn:hover .arrow { transform: translateX(4px); }

.btn.gold { border-color: var(--gold); color: var(--gold); }
.btn.gold:hover { background: var(--gold); color: var(--bone); }

.btn.solid { background: var(--ink); color: var(--bone); }
.btn.solid:hover { background: var(--gold); color: var(--bone); border-color: var(--gold); }

.btn.ghost { border-color: transparent; padding-left: 0; padding-right: 0; }
.btn.ghost:hover { background: transparent; color: var(--gold); }

/* -------- LAYOUT -------- */
.container { max-width: var(--max); margin: 0 auto; padding: 0 var(--page-pad); }
.divider {
  display: flex; align-items: center; gap: 14px;
  margin: 48px 0; color: var(--ink-faint);
}
.divider .line { flex: 1; height: 1px; background: var(--line); }
.divider .mark-sm { width: 22px; height: 22px; opacity: .9; }

/* section header */
.sec-head {
  display: flex; align-items: baseline; gap: 24px;
  padding-bottom: 28px; border-bottom: 1px solid var(--line);
  margin-bottom: 56px;
}
.sec-head .num {
  font-family: var(--f-mono); font-size: 12px; color: var(--ink-faint);
  letter-spacing: 0.1em;
}
.sec-head .title {
  font-family: var(--f-display); font-size: clamp(28px, 3.4vw, 42px);
  letter-spacing: 0.04em;
}
.sec-head .title em {
  font-family: var(--f-serif); font-style: italic; color: var(--gold); font-weight: 300;
}

/* -------- HOME / HERO -------- */
.hero {
  min-height: 100vh;
  padding: calc(var(--nav-h) + 30px) var(--page-pad) 60px;
  display: grid;
  grid-template-columns: 1fr 1fr 56px;
  gap: clamp(24px, 4vw, 56px);
  align-items: stretch;
  max-width: var(--max);
  margin: 0 auto;
  position: relative;
}
.hero::before, .hero::after { content: none; }
.hero-wolf-bg {
  position: absolute;
  right: -8%; top: 50%;
  transform: translateY(-50%);
  width: min(540px, 45%);
  aspect-ratio: 1 / 1;
  color: var(--gold);
  opacity: 0.04;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}
.hero-wolf-bg img, .hero-wolf-bg svg { width: 100%; height: 100%; object-fit: contain; }
[data-palette="dark"] .hero-wolf-bg { opacity: 0.06; }

/* Vertical editorial ticker — alongside the portrait */
.hero-ticker {
  position: relative;
  width: 56px;
  border-left: 1px solid var(--line);
  border-right: 1px solid var(--line);
  background: var(--bone-deep);
  overflow: hidden;
  align-self: stretch;
  z-index: 1;
}
[data-palette="dark"] .hero-ticker {
  background: transparent;
  border-color: rgba(255,255,255,.08);
}
.hero-ticker-track {
  display: flex; flex-direction: column;
  align-items: center;
  gap: 32px;
  padding: 24px 0;
  animation: tickerY 48s linear infinite;
  font-family: var(--f-display); font-size: 13px; letter-spacing: .26em;
  font-weight: 500;
  color: var(--ink);
  writing-mode: vertical-rl;
  text-orientation: mixed;
  white-space: nowrap;
}
.hero-ticker-track span { display: inline-flex; }
.hero-ticker-track em {
  font-family: var(--f-serif); font-style: italic;
  color: var(--gold); font-weight: 300;
  letter-spacing: .06em;
  text-transform: none;
  font-size: 15px;
}
.hero-ticker-track .sep {
  color: var(--gold);
  opacity: .8;
  letter-spacing: 0;
  font-size: 10px;
  writing-mode: horizontal-tb;
}
@keyframes tickerY {
  from { transform: translateY(0); }
  to   { transform: translateY(-33.333%); }
}
.hero-text { position: relative; z-index: 2; }
.hero-text .eyebrow { margin-bottom: 28px; }
.hero-text h1 {
  font-family: var(--f-display);
  font-size: clamp(64px, 11vw, 156px);
  line-height: 0.84;
  letter-spacing: 0.005em;
  margin-bottom: 28px;
  font-weight: 600;
}
.hero-text h1 .line:nth-child(2) .reveal {
  font-family: var(--f-serif); font-weight: 300; font-style: italic;
  color: var(--gold); letter-spacing: .01em;
}
.hero-text h1 .line { display: block; overflow: hidden; }
.hero-text h1 .reveal { display: inline-block; transform: translateY(110%); }
.hero-text .strap {
  font-family: var(--f-serif); font-style: italic;
  font-size: clamp(18px, 1.8vw, 24px);
  color: var(--ink-soft);
  max-width: 42ch; line-height: 1.45;
  margin-bottom: 40px;
}
.hero-text .strap em { color: var(--gold); font-style: italic; }
.hero-meta {
  display: flex; gap: 28px; flex-wrap: wrap;
  padding-top: 28px; border-top: 1px solid var(--line);
  font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--ink-mute);
}
.hero-meta span { display: flex; align-items: center; gap: 8px; }
.hero-meta .dot {
  width: 4px; height: 4px; border-radius: 50%; background: var(--gold);
}

.hero-portrait {
  position: relative;
  aspect-ratio: 4/5;
  overflow: visible;
}
.hero-portrait img {
  width: 100%; height: 100%; object-fit: cover;
  filter: contrast(1.04) saturate(.92) brightness(.98);
  -webkit-mask-image:
    radial-gradient(ellipse 92% 100% at 50% 48%, #000 55%, rgba(0,0,0,.9) 70%, rgba(0,0,0,.45) 86%, transparent 100%);
  mask-image:
    radial-gradient(ellipse 92% 100% at 50% 48%, #000 55%, rgba(0,0,0,.9) 70%, rgba(0,0,0,.45) 86%, transparent 100%);
}
.hero-portrait::after {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 70% 80% at 50% 42%, transparent 60%, var(--bone) 100%);
  pointer-events: none;
  opacity: .4;
  mix-blend-mode: multiply;
}
[data-palette="dark"] .hero-portrait img {
  filter: contrast(1.02) saturate(.85) brightness(.92) grayscale(.15);
  -webkit-mask-image:
    radial-gradient(ellipse 95% 100% at 50% 48%, #000 50%, rgba(0,0,0,.75) 68%, rgba(0,0,0,.3) 86%, transparent 100%);
  mask-image:
    radial-gradient(ellipse 95% 100% at 50% 48%, #000 50%, rgba(0,0,0,.75) 68%, rgba(0,0,0,.3) 86%, transparent 100%);
}
[data-palette="dark"] .hero-portrait::after {
  background: radial-gradient(ellipse 75% 85% at 50% 45%, transparent 55%, #000 100%);
  mix-blend-mode: normal;
  opacity: .9;
}
.hero-wolf {
  position: absolute;
  right: -8%; top: 50%;
  transform: translateY(-50%);
  width: 70%; height: auto;
  opacity: 0.035;
  z-index: 0; pointer-events: none;
}

/* Marquee — editorial signature */
.marquee {
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  background: var(--ink); color: var(--bone);
  overflow: hidden; white-space: nowrap;
  padding: 18px 0;
}
.marquee-track {
  display: inline-flex; gap: 48px; align-items: center;
  animation: marquee 42s linear infinite;
  font-family: var(--f-display); font-size: 16px; letter-spacing: .22em;
  font-weight: 500;
}
.marquee-track span { display: inline-flex; align-items: center; }
.marquee-track em { font-family: var(--f-serif); font-style: italic; color: var(--gold-soft); font-weight: 300; text-transform: none; letter-spacing: .04em; font-size: 19px; }
.marquee-track .sep { color: var(--gold-soft); font-size: 10px; opacity: .8; }
@keyframes marquee {
  from { transform: translateX(0); } to { transform: translateX(-50%); }
}

/* Hero bottom scroll cue */
.scroll-cue {
  position: absolute; left: 50%; bottom: 30px;
  transform: translateX(-50%);
  font-family: var(--f-mono); font-size: 10px; letter-spacing: 0.22em;
  color: var(--ink-mute); text-transform: uppercase;
  display: flex; flex-direction: column; align-items: center; gap: 10px;
}
.scroll-cue .bar {
  width: 1px; height: 40px; background: var(--ink-faint);
  position: relative; overflow: hidden;
}
.scroll-cue .bar::after {
  content: ''; position: absolute; top: -50%; left: 0;
  width: 100%; height: 50%; background: var(--gold);
  animation: scrollBar 2.4s var(--ease-soft) infinite;
}
@keyframes scrollBar {
  0% { top: -50%; } 100% { top: 100%; }
}

/* -------- INTRO / BIO BAND -------- */
.intro-band {
  padding: 120px var(--page-pad);
  border-top: 1px solid var(--line);
  background: var(--bone);
}
.intro-grid {
  max-width: var(--max); margin: 0 auto;
  display: grid; grid-template-columns: 1fr 2fr;
  gap: clamp(32px, 5vw, 80px);
  align-items: start;
}
.intro-brand {
  display: flex; flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 6px;
  position: relative;
  padding-top: 4px;
}
.intro-brand .eyebrow { margin-bottom: 22px; align-self: flex-start; }
.intro-wolf {
  width: 240px;
  aspect-ratio: 3/4;
  display: flex; align-items: center; justify-content: center;
  margin: 4px auto 12px;
}
.intro-wolf img {
  width: 100%; height: 100%; object-fit: contain;
  filter: drop-shadow(0 10px 40px rgba(184, 149, 63, .18));
}
.intro-fulllogo { display: block; }
.intro-fulllogo-dark { display: none; aspect-ratio: 1/1; max-height: 260px; margin: 0 auto; }
[data-palette="dark"] .intro-fulllogo-light { display: none; }
[data-palette="dark"] .intro-fulllogo-dark { display: block; }
[data-palette="dark"] .intro-wolf img {
  filter: drop-shadow(0 10px 40px rgba(212, 175, 55, .35));
}
.intro-brand-name {
  font-family: var(--f-display);
  font-size: clamp(20px, 1.8vw, 26px);
  letter-spacing: 0.14em;
  margin-top: 10px;
  font-weight: 600;
}
.intro-brand-tag {
  font-size: 10px; letter-spacing: 0.26em;
  color: var(--ink-mute); text-transform: uppercase;
  margin-top: 2px;
}
.intro-grid .label {
  font-family: var(--f-mono); font-size: 11px; letter-spacing: 0.2em;
  color: var(--gold); text-transform: uppercase;
}
.intro-grid .big {
  font-family: var(--f-serif); font-weight: 300;
  font-size: clamp(24px, 2.6vw, 36px);
  line-height: 1.35;
  color: var(--ink-soft);
  text-wrap: pretty;
}
.intro-grid .big em {
  font-style: italic; color: var(--gold);
}
.intro-grid .sig {
  margin-top: 32px;
  font-family: var(--f-serif); font-style: italic;
  color: var(--ink-mute); font-size: 15px;
}

/* -------- 3 GATEWAYS -------- */
.gateways {
  padding: 140px var(--page-pad) 100px;
  border-top: 1px solid var(--line);
}
.gateways-head {
  max-width: var(--max); margin: 0 auto 80px;
}
.gateways-head .eyebrow { margin-bottom: 20px; }
.gateways-head h2 {
  font-family: var(--f-display);
  font-size: clamp(40px, 5.5vw, 72px);
  line-height: 1;
  letter-spacing: 0.03em;
  max-width: 18ch;
}
.gateways-head h2 em {
  font-family: var(--f-serif); font-style: italic; color: var(--gold); font-weight: 300;
}
.gateways-head .sub {
  margin-top: 24px; max-width: 56ch;
  font-family: var(--f-serif); font-style: italic;
  font-size: clamp(17px, 1.5vw, 20px);
  color: var(--ink-soft);
}
.gw-grid {
  max-width: var(--max); margin: 0 auto;
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  background: var(--line);
  border: 1px solid var(--line);
}
.gw-card {
  background: var(--bone);
  padding: 44px 36px 36px;
  min-height: 480px;
  display: flex; flex-direction: column;
  position: relative; overflow: hidden;
  cursor: pointer;
  transition: background .5s var(--ease-soft);
}
.gw-card:hover { background: var(--cream); }
.gw-card .gw-num {
  font-family: var(--f-mono); font-size: 11px; letter-spacing: 0.2em;
  color: var(--gold); margin-bottom: 28px;
}
.gw-card h3 {
  font-family: var(--f-display);
  font-size: clamp(26px, 2.4vw, 36px);
  line-height: 1.05; letter-spacing: 0.03em;
  margin-bottom: 14px;
}
.gw-card h3 em {
  font-family: var(--f-serif); font-style: italic; color: var(--gold); font-weight: 300;
}
.gw-card .kicker {
  font-family: var(--f-serif); font-style: italic;
  color: var(--ink-soft); font-size: 17px;
  margin-bottom: 28px; line-height: 1.4;
}
.gw-card ul {
  list-style: none; padding: 0; margin: 0 0 36px 0;
  font-size: 13px; letter-spacing: 0.06em;
  color: var(--ink-mute);
}
.gw-card ul li {
  padding: 10px 0; border-bottom: 1px dashed var(--line);
  display: flex; align-items: center; gap: 12px;
}
.gw-card ul li::before {
  content: ''; width: 4px; height: 4px; border-radius: 50%;
  background: var(--gold); flex-shrink: 0;
}
.gw-card .gw-enter {
  margin-top: auto;
  display: flex; align-items: center; justify-content: space-between;
  padding-top: 24px; border-top: 1px solid var(--line);
  font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--ink);
  font-weight: 500;
}
.gw-card .gw-enter .arrow {
  transition: transform .4s var(--ease-soft);
  font-size: 18px;
}
.gw-card:hover .gw-enter .arrow { transform: translateX(6px); color: var(--gold); }

.gw-card .gw-bg {
  position: absolute;
  right: -20%; bottom: -20%;
  width: 70%; height: 70%;
  opacity: 0.04;
  transition: opacity .6s, transform .6s var(--ease-soft);
  pointer-events: none;
}
.gw-card:hover .gw-bg { opacity: 0.08; transform: scale(1.05) rotate(-2deg); }

/* -------- WHAT I DO STRIP -------- */
.strip {
  padding: 90px var(--page-pad);
  border-top: 1px solid var(--line);
  background: var(--bone-deep);
}
.strip-grid {
  max-width: var(--max); margin: 0 auto;
  display: grid; grid-template-columns: 1.3fr repeat(4, 1fr);
  gap: 2px; background: var(--line);
  border: 1px solid var(--line);
}
.strip-brand {
  background: var(--bone-deep);
  padding: 32px 28px;
  display: flex; flex-direction: column; gap: 14px;
  position: relative;
}
.strip-brand-mark {
  width: 88px; height: 88px; object-fit: contain;
  filter: drop-shadow(0 6px 18px rgba(184, 149, 63, .22));
}
[data-palette="dark"] .strip-brand-mark {
  filter: drop-shadow(0 6px 18px rgba(212, 175, 55, .35));
}
.strip-brand-phrase {
  font-family: var(--f-serif); font-style: italic; font-weight: 300;
  font-size: clamp(20px, 1.8vw, 26px);
  line-height: 1.2;
  color: var(--ink);
  letter-spacing: .005em;
}
.strip-brand-phrase em {
  color: var(--gold); font-style: italic;
}
.strip-brand-tag {
  margin-top: auto;
  font-size: 10px; letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--ink-faint);
}
.strip-cell {
  background: var(--bone-deep);
  padding: 28px;
  display: flex; flex-direction: column; gap: 8px;
  position: relative;
}
.strip-cell-mark {
  position: absolute;
  top: 18px; right: 18px;
  width: 28px; height: 28px;
  object-fit: contain;
  opacity: .5;
  filter: drop-shadow(0 2px 6px rgba(184, 149, 63, .18));
}
[data-palette="dark"] .strip-cell-mark { opacity: .7; }
.strip-cell .num {
  font-family: var(--f-display); font-size: 38px; color: var(--gold);
  line-height: 1; letter-spacing: 0.02em;
}
.strip-cell .lbl {
  font-family: var(--f-sans); font-size: 11px; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--ink-mute); font-weight: 500;
}
.strip-cell .sub {
  font-family: var(--f-serif); font-style: italic; font-size: 15px;
  color: var(--ink-soft); margin-top: auto;
}

/* -------- FEATURED -------- */
.featured {
  padding: 140px var(--page-pad);
  border-top: 1px solid var(--line);
}
.featured-grid {
  max-width: var(--max); margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 5vw, 80px);
}
.feat-card {
  border: 1px solid var(--line);
  padding: 0;
  background: var(--cream);
  display: flex; flex-direction: column;
  position: relative; overflow: hidden;
}
.feat-card .feat-head {
  padding: 28px 32px 20px;
  border-bottom: 1px solid var(--line);
  display: flex; align-items: center; justify-content: space-between;
}
.feat-card .feat-body { padding: 32px; display: flex; flex-direction: column; gap: 20px; flex: 1; }
.feat-card h3 {
  font-family: var(--f-display); font-size: 32px;
  line-height: 1.05; letter-spacing: 0.03em;
}
.feat-card h3 em { font-family: var(--f-serif); font-style: italic; color: var(--gold); font-weight: 300; }
.feat-card .feat-quote {
  font-family: var(--f-serif); font-style: italic; font-size: 17px;
  color: var(--ink-soft); border-left: 2px solid var(--gold);
  padding-left: 16px;
}
.feat-card .feat-cta { margin-top: auto; padding-top: 16px; }

/* -------- FOOTER -------- */
.footer {
  padding: 100px var(--page-pad) 40px;
  border-top: 1px solid var(--line);
  background: var(--cream);
  margin-top: 0;
}
.footer-grid {
  max-width: var(--max); margin: 0 auto;
  display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 60px;
}
.footer h4 {
  font-family: var(--f-mono); font-size: 11px; letter-spacing: 0.2em;
  text-transform: uppercase; color: var(--gold); margin-bottom: 20px;
}
.footer ul { list-style: none; padding: 0; }
.footer ul li { padding: 6px 0; }
.footer ul a {
  font-size: 14px; color: var(--ink-soft);
  transition: color .3s;
}
.footer ul a:hover { color: var(--gold); }
.footer .brand-block .blurb {
  font-family: var(--f-serif); font-style: italic;
  color: var(--ink-mute); font-size: 16px; line-height: 1.5;
  max-width: 30ch; margin-top: 16px;
}
.footer-brand-logo {
  display: block;
  height: 56px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  margin-bottom: 14px;
}
.footer-brand-logo-dark { display: none; }
[data-palette="dark"] .footer-brand-logo-light { display: none; }
[data-palette="dark"] .footer-brand-logo-dark { display: block; }
.footer-tag {
  font-family: var(--f-mono);
  font-size: 10px;
  letter-spacing: 0.2em;
  color: var(--ink-mute);
  text-transform: uppercase;
  margin-bottom: 4px;
}
.footer-base {
  max-width: var(--max); margin: 80px auto 0;
  padding-top: 32px; border-top: 1px solid var(--line);
  display: flex; justify-content: space-between; align-items: center;
  font-family: var(--f-mono); font-size: 11px; letter-spacing: 0.14em;
  color: var(--ink-faint); text-transform: uppercase;
}

/* ============================================================
   WORLD — MASCULINIDAD
   ============================================================ */
.w-hero {
  padding: calc(var(--nav-h) + 40px) var(--page-pad) 80px;
  max-width: var(--max); margin: 0 auto;
}
.w-hero-head {
  display: grid; grid-template-columns: 1fr 2fr;
  gap: 40px; align-items: end; margin-bottom: 60px;
  padding-bottom: 40px; border-bottom: 1px solid var(--line);
}
.w-hero-head .meta .eyebrow { display: block; margin-bottom: 12px; }
.w-hero-head .meta .breadcrumb { font-family: var(--f-mono); font-size: 11px; color: var(--ink-mute); letter-spacing: 0.1em; }
.w-hero-head h1 {
  font-family: var(--f-display);
  font-size: clamp(48px, 7vw, 96px);
  line-height: 0.95; letter-spacing: 0.02em;
}
.w-hero-head h1 em { font-family: var(--f-serif); font-style: italic; color: var(--gold); font-weight: 300; }

.book-layout {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 100px);
  align-items: center;
}
.book-cover-wrap {
  position: relative;
  aspect-ratio: 3/4;
  background: var(--cream);
  display: flex; align-items: center; justify-content: center;
  box-shadow:
    0 1px 2px rgba(0,0,0,.04),
    0 20px 50px rgba(0,0,0,.12),
    0 40px 80px rgba(0,0,0,.06);
  overflow: hidden;
  transition: transform .6s var(--ease-soft);
}
.book-cover-wrap:hover { transform: translateY(-6px) rotate(-0.4deg); }
.book-cover-wrap img { width: 100%; height: 100%; object-fit: cover; }
.book-info .tag {
  font-family: var(--f-mono); font-size: 11px;
  letter-spacing: 0.2em; color: var(--gold);
  text-transform: uppercase; margin-bottom: 20px;
}
.book-info h2 {
  font-family: var(--f-display);
  font-size: clamp(40px, 4.2vw, 60px);
  line-height: 1; letter-spacing: 0.02em;
  margin-bottom: 20px;
}
.book-info h2 em { font-family: var(--f-serif); font-style: italic; color: var(--gold); font-weight: 300; }
.book-info .tagline {
  font-family: var(--f-serif); font-style: italic;
  font-size: 22px; color: var(--ink-soft);
  padding-left: 20px; border-left: 2px solid var(--gold);
  margin: 24px 0 32px;
}
.book-info p {
  color: var(--ink-soft); line-height: 1.7;
  margin-bottom: 16px; max-width: 52ch;
}

/* podcast row */
.pod-row {
  padding: 100px var(--page-pad);
  border-top: 1px solid var(--line);
}
.pod-head {
  max-width: var(--max); margin: 0 auto;
  display: grid; grid-template-columns: 1.6fr 1fr;
  gap: 60px; align-items: end;
}
.pod-playlist-cta {
  display: inline-flex; align-items: center; gap: 16px;
  padding: 20px 24px;
  border: 1px solid var(--line);
  background: var(--bone-deep);
  text-decoration: none;
  color: var(--ink);
  transition: background .3s, border-color .3s;
  align-self: end;
  max-width: 360px;
}
.pod-playlist-cta:hover { background: var(--cream); border-color: var(--gold); }
[data-palette="dark"] .pod-playlist-cta { background: #0A0A0A; }
[data-palette="dark"] .pod-playlist-cta:hover { background: #141414; border-color: var(--gold); }
.pod-playlist-ico {
  width: 40px; height: 40px; border-radius: 50%;
  background: var(--gold); color: var(--bone);
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 14px;
  flex-shrink: 0;
}
.pod-playlist-lbl {
  display: block;
  font-family: var(--f-display); font-size: 18px;
  letter-spacing: .03em; color: var(--ink);
  line-height: 1.1;
}
.pod-playlist-sub {
  display: block;
  font-size: 10px; letter-spacing: .2em;
  color: var(--ink-faint);
  text-transform: uppercase;
  margin-top: 6px;
}
.pod-embeds {
  max-width: var(--max); margin: 48px auto 0;
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 2px; background: var(--line);
  border: 1px solid var(--line);
}
.pod-embed {
  display: flex; flex-direction: column;
  background: var(--bone);
  text-decoration: none; color: var(--ink);
  transition: background .3s;
}
.pod-embed:hover { background: var(--cream); }
[data-palette="dark"] .pod-embed { background: #0A0A0A; }
[data-palette="dark"] .pod-embed:hover { background: #141414; }
.pod-embed-thumb {
  position: relative; aspect-ratio: 16/9;
  overflow: hidden;
  background: #000;
}
.pod-embed-thumb img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .5s var(--ease-soft), filter .4s;
  filter: saturate(.8) contrast(1.05);
}
.pod-embed:hover .pod-embed-thumb img { transform: scale(1.04); filter: saturate(1) contrast(1.05); }
.pod-embed-play {
  position: absolute; inset: auto 0 0 0;
  margin: auto; top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 64px; height: 64px; border-radius: 50%;
  background: rgba(0,0,0,.55);
  color: var(--bone);
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 22px;
  border: 1px solid rgba(245,245,240,.35);
  backdrop-filter: blur(4px);
  transition: background .3s, transform .3s var(--ease-soft);
}
.pod-embed:hover .pod-embed-play { background: var(--gold); color: var(--ink); border-color: var(--gold); transform: translate(-50%, -50%) scale(1.08); }
.pod-embed-meta { padding: 24px 24px 28px; display: flex; flex-direction: column; gap: 10px; }
.pod-embed-tag {
  font-size: 10px; letter-spacing: .22em;
  color: var(--gold); text-transform: uppercase;
}
.pod-embed-meta h4 {
  font-family: var(--f-display); font-size: 19px;
  letter-spacing: .02em; line-height: 1.2;
}
.pod-embed-meta p {
  font-family: var(--f-serif); font-style: italic;
  font-size: 14px; color: var(--ink-mute);
  line-height: 1.5;
}
.pod-grid {
  max-width: var(--max); margin: 0 auto;
  display: grid; grid-template-columns: 2fr 1fr 1fr;
  gap: 2px; background: var(--line); border: 1px solid var(--line);
}
.pod-card {
  background: var(--bone);
  padding: 36px 32px;
  display: flex; flex-direction: column;
  cursor: pointer; position: relative;
  transition: background .4s;
}
.pod-card:hover { background: var(--cream); }
.pod-card.featured { background: var(--cream); }
.pod-card .pod-type {
  font-family: var(--f-mono); font-size: 10px;
  letter-spacing: 0.2em; color: var(--gold);
  text-transform: uppercase; margin-bottom: 24px;
}
.pod-card h4 {
  font-family: var(--f-display);
  font-size: 24px; letter-spacing: 0.03em;
  margin-bottom: 14px; line-height: 1.1;
}
.pod-card.featured h4 { font-size: 34px; }
.pod-card p {
  font-family: var(--f-serif); font-style: italic;
  font-size: 15px; color: var(--ink-mute);
  line-height: 1.5;
}
.pod-card .play {
  margin-top: auto; padding-top: 24px;
  display: flex; align-items: center; gap: 10px;
  font-size: 11px; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--ink);
  font-weight: 500;
}
.pod-card .play .ico {
  width: 28px; height: 28px; border-radius: 50%;
  border: 1px solid var(--gold); color: var(--gold);
  display: flex; align-items: center; justify-content: center;
  transition: all .3s;
}
.pod-card:hover .play .ico { background: var(--gold); color: var(--bone); }

/* ============================================================
   WORLD — EMPRESARIAL
   ============================================================ */
[data-world="empresarial"] .w-hero-head h1 em { color: var(--gold); }

.emp-hero {
  padding: calc(var(--nav-h) + 60px) var(--page-pad) 80px;
  background: transparent;
}
.emp-hero-inner {
  max-width: var(--max); margin: 0 auto;
  display: grid; grid-template-columns: 1.2fr 1fr;
  gap: clamp(40px, 6vw, 80px); align-items: end;
}
.emp-hero .kicker {
  font-family: var(--f-mono); font-size: 11px;
  letter-spacing: 0.2em; color: var(--gold);
  text-transform: uppercase; margin-bottom: 24px;
}
.emp-hero h1 {
  font-family: var(--f-display);
  font-size: clamp(48px, 7.5vw, 110px);
  line-height: 0.92; letter-spacing: 0.015em;
}
.emp-hero h1 em {
  font-family: var(--f-serif); font-weight: 300; font-style: italic; color: var(--gold);
}
.emp-hero .strap {
  font-family: var(--f-serif); font-size: 20px;
  font-style: italic; color: var(--ink-soft);
  line-height: 1.45; margin-top: 32px; max-width: 44ch;
}
.emp-hero .pitch-card {
  padding: 32px; border: 1px solid var(--line);
  background: var(--bone-deep);
}
[data-palette="dark"] .emp-hero .pitch-card { background: #0A0A0A; }
.emp-hero .pitch-card h4 {
  font-family: var(--f-mono); font-size: 11px;
  letter-spacing: 0.2em; color: var(--gold);
  text-transform: uppercase; margin-bottom: 16px;
}
.emp-hero .pitch-card p {
  font-family: var(--f-sans); color: var(--ink-soft);
  line-height: 1.6; font-size: 15px; margin-bottom: 20px;
}
.emp-hero .pitch-card .stats {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 16px; padding-top: 20px; border-top: 1px solid var(--line);
}
.emp-hero .pitch-card .stats .n {
  font-family: var(--f-display); font-size: 24px; color: var(--ink); line-height: 1;
}
.emp-hero .pitch-card .stats .l {
  font-family: var(--f-sans); font-size: 10px;
  color: var(--ink-mute); text-transform: uppercase;
  letter-spacing: 0.14em; margin-top: 6px;
}

.emp-creds {
  padding: 30px var(--page-pad);
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
  background: var(--bone-deep);
}
.emp-creds-inner {
  max-width: var(--max); margin: 0 auto;
  display: flex; justify-content: space-between; align-items: center;
  gap: 30px; flex-wrap: wrap;
}
.emp-creds .cred {
  font-family: var(--f-mono); font-size: 11px;
  letter-spacing: 0.12em; color: var(--ink-mute);
  text-transform: uppercase;
  display: flex; align-items: center; gap: 8px;
}
.emp-creds .cred .gd { color: var(--gold); }

.emp-modules {
  padding: 120px var(--page-pad);
}
.emp-modules-inner { max-width: var(--max); margin: 0 auto; }
.emp-modules .sec-head {}
.mod-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 1px; background: var(--line);
  border: 1px solid var(--line);
}
.mod-cell {
  background: var(--bone-deep);
  padding: 32px 28px;
  min-height: 180px;
  display: flex; flex-direction: column;
  gap: 10px;
  transition: background .3s;
}
.mod-cell:hover { background: var(--cream); }
[data-palette="dark"] .mod-cell { background: #0A0A0A; }
[data-palette="dark"] .mod-cell:hover { background: #141414; }
.mod-cell .num {
  font-family: var(--f-mono); font-size: 12px;
  letter-spacing: 0.18em; color: var(--gold);
  text-transform: uppercase;
  margin-bottom: 14px;
}
.mod-cell h4 {
  font-family: var(--f-display);
  font-size: 22px; line-height: 1.15;
  letter-spacing: 0.015em; margin-bottom: 10px;
}
.mod-cell .sub {
  font-family: var(--f-serif); font-style: italic;
  font-size: 16px; color: var(--ink-soft);
  line-height: 1.5;
  margin-bottom: 14px;
}
.mod-cell .hrs {
  font-family: var(--f-mono); font-size: 11px;
  letter-spacing: 0.14em; color: var(--ink-mute);
  text-transform: uppercase;
  margin-top: auto;
}

.emp-format {
  padding: 120px var(--page-pad);
  border-top: 1px solid var(--line);
  background: var(--bone);
}
.fmt-grid {
  max-width: var(--max); margin: 48px auto 0;
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 1px; background: var(--line); border: 1px solid var(--line);
}
.fmt-cell {
  background: var(--bone-deep);
  padding: 48px 36px;
  display: flex; flex-direction: column; gap: 16px;
  min-height: 280px;
  transition: background .3s;
}
.fmt-cell:hover { background: var(--cream); }
[data-palette="dark"] .fmt-cell { background: #0A0A0A; }
[data-palette="dark"] .fmt-cell:hover { background: #141414; }
.fmt-cell .n {
  font-family: var(--f-display); font-size: 56px;
  color: var(--gold); line-height: 1;
  margin-bottom: 8px;
}
.fmt-cell h4 {
  font-family: var(--f-display); font-size: 26px;
  letter-spacing: 0.02em; line-height: 1.15;
}
.fmt-cell p {
  color: var(--ink-soft); font-size: 16px;
  line-height: 1.55; margin-top: auto;
  font-family: var(--f-serif);
}
  text-transform: uppercase;
  margin-top: auto; padding-top: 16px;
}

.emp-format {
  padding: 120px var(--page-pad);
  border-top: 1px solid var(--line);
  background: var(--cream);
}
.fmt-grid {
  max-width: var(--max); margin: 0 auto;
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 2px; background: var(--line); border: 1px solid var(--line);
}
.fmt-cell {
  background: var(--cream);
  padding: 40px 32px;
  display: flex; flex-direction: column; gap: 12px;
  min-height: 240px;
}
.fmt-cell .n {
  font-family: var(--f-display); font-size: 48px;
  color: var(--gold); line-height: 1;
}
.fmt-cell h4 {
  font-family: var(--f-display); font-size: 22px;
  letter-spacing: 0.03em;
}
.fmt-cell p {
  color: var(--ink-mute); font-size: 14px;
  line-height: 1.6; margin-top: auto;
}

.emp-cta-band {
  padding: 100px var(--page-pad);
  border-top: 1px solid var(--line);
  background: var(--ink);
  color: var(--bone);
}
.emp-cta-inner {
  max-width: var(--max); margin: 0 auto;
  display: grid; grid-template-columns: 1.5fr 1fr;
  gap: 60px; align-items: center;
}
.emp-cta-band .kicker {
  color: var(--gold-soft);
  font-family: var(--f-mono); font-size: 11px;
  letter-spacing: 0.2em; text-transform: uppercase;
  margin-bottom: 20px;
}
.emp-cta-band h2 {
  font-family: var(--f-display);
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1; letter-spacing: 0.02em;
  color: var(--bone);
}
.emp-cta-band h2 em {
  font-family: var(--f-serif); font-style: italic;
  color: var(--gold-soft); font-weight: 300;
}
.emp-cta-band p {
  font-family: var(--f-serif); font-style: italic;
  color: rgba(245,245,240,0.7);
  font-size: 18px; line-height: 1.5;
  margin-top: 20px; max-width: 48ch;
}
.emp-cta-band .btn {
  color: var(--bone); border-color: var(--gold-soft);
}
.emp-cta-band .btn:hover { background: var(--gold-soft); color: var(--ink); border-color: var(--gold-soft); }
.emp-cta-band .btn.solid { background: var(--gold-soft); color: var(--ink); border-color: var(--gold-soft); }
.emp-cta-band .btn.solid:hover { background: var(--bone); color: var(--ink); border-color: var(--bone); }

.emp-cta-right .email-card {
  border: 1px solid rgba(245,245,240,0.2);
  padding: 24px 28px 28px;
  display: flex; flex-direction: column;
  gap: 6px;
}
.emp-cta-right .email-card .lbl {
  font-family: var(--f-mono); font-size: 10px;
  letter-spacing: 0.2em; color: var(--gold-soft);
  text-transform: uppercase; margin-bottom: 6px;
}
.emp-cta-right .email-card .email {
  font-family: var(--f-display); font-size: 22px;
  letter-spacing: 0.02em; color: var(--bone);
}
.emp-cta-right .email-card .email a:hover { color: var(--gold-soft); }
.emp-cta-right .email-card-mark {
  margin-top: 22px;
  width: 54px; height: 54px; object-fit: contain;
  opacity: .9;
  filter: drop-shadow(0 4px 14px rgba(212,175,55,.25));
  align-self: flex-start;
}

/* ============================================================
   WORLD — CRISTIANO
   ============================================================ */
.cr-hero {
  padding: calc(var(--nav-h) + 60px) var(--page-pad) 80px;
}
.cr-hero-inner {
  max-width: var(--max); margin: 0 auto;
  text-align: center;
  position: relative;
}
.cr-hero .wolf-bg {
  position: absolute; top: -60px; left: 50%;
  transform: translateX(-50%);
  width: 520px; opacity: 0.04;
  pointer-events: none;
}
.cr-hero .eyebrow { margin-bottom: 28px; }
.cr-hero h1 {
  font-family: var(--f-display);
  font-size: clamp(48px, 7vw, 96px);
  line-height: 1; letter-spacing: 0.02em;
  max-width: 18ch; margin: 0 auto 28px;
}
.cr-hero h1 em {
  font-family: var(--f-serif); font-style: italic; color: var(--gold); font-weight: 300;
}
.cr-hero .strap {
  font-family: var(--f-serif); font-style: italic;
  font-size: clamp(18px, 1.6vw, 22px);
  color: var(--ink-soft); max-width: 54ch;
  margin: 0 auto 40px;
}

.cr-topics {
  padding: 80px var(--page-pad);
  border-top: 1px solid var(--line);
}
.cr-topics-grid {
  max-width: var(--max); margin: 0 auto;
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 2px; background: var(--line); border: 1px solid var(--line);
}
.cr-topic {
  background: var(--bone);
  padding: 40px 32px;
  display: flex; flex-direction: column;
  min-height: 280px;
}
.cr-topic .ico {
  font-family: var(--f-display);
  font-size: 48px; color: var(--gold);
  margin-bottom: 20px; line-height: 1;
}
.cr-topic h3 {
  font-family: var(--f-display); font-size: 30px;
  letter-spacing: 0.025em; margin-bottom: 14px;
  line-height: 1.15;
}
.cr-topic p {
  color: var(--ink-soft); font-size: 17px;
  font-family: var(--f-serif);
  line-height: 1.6;
}
.cr-topic .meta {
  margin-top: auto; padding-top: 24px;
  font-family: var(--f-mono); font-size: 11px;
  letter-spacing: 0.18em; color: var(--ink-faint);
  text-transform: uppercase;
  display: flex; justify-content: space-between;
}

.cr-quote-band {
  padding: 140px var(--page-pad);
  border-top: 1px solid var(--line);
  text-align: center;
}
.cr-quote-band blockquote {
  max-width: 1000px; margin: 0 auto;
  font-family: var(--f-serif); font-style: italic;
  font-weight: 300;
  font-size: clamp(28px, 3.4vw, 48px);
  line-height: 1.25;
  color: var(--ink);
}
.cr-quote-band blockquote em { color: var(--gold); font-style: italic; }
.cr-quote-band cite {
  display: block; margin-top: 40px;
  font-family: var(--f-mono); font-size: 11px;
  letter-spacing: 0.2em; color: var(--ink-mute);
  font-style: normal; text-transform: uppercase;
}

.cr-events {
  padding: 100px var(--page-pad);
  border-top: 1px solid var(--line);
  background: var(--cream);
  position: relative;
  overflow: hidden;
}
.cr-events::before {
  content: '';
  position: absolute;
  right: -10%; top: 50%;
  transform: translateY(-50%);
  width: 640px; height: 640px;
  background-image: url('../img/isotipo_gold_transparent.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 0.04;
  pointer-events: none;
  filter: grayscale(1);
}
[data-palette="dark"] .cr-events::before { opacity: 0.05; filter: grayscale(1) brightness(1.5); }
.cr-events-inner { max-width: var(--max); margin: 0 auto; position: relative; z-index: 1; }
.cr-events-list {
  display: flex; flex-direction: column;
  border-top: 1px solid var(--line);
}
.cr-event {
  display: grid;
  grid-template-columns: 90px 1fr auto auto;
  gap: 32px; align-items: center;
  padding: 24px 0; border-bottom: 1px solid var(--line);
  cursor: pointer; transition: padding .3s;
}
.cr-event:hover { padding-left: 16px; }
.cr-event .date {
  font-family: var(--f-display); font-size: 18px;
  letter-spacing: 0.04em; color: var(--gold);
  text-align: center; line-height: 1.1;
}
.cr-event .date .d { font-size: 28px; display: block; }
.cr-event h4 {
  font-family: var(--f-display); font-size: 22px;
  letter-spacing: 0.03em;
}
.cr-event .where {
  font-family: var(--f-serif); font-style: italic;
  color: var(--ink-mute); font-size: 15px;
}
.cr-event .link {
  font-family: var(--f-mono); font-size: 11px;
  letter-spacing: 0.18em; color: var(--ink);
  text-transform: uppercase;
}

/* ============================================================
   TWEAKS PANEL + misc
   ============================================================ */
.page {
  opacity: 0;
  animation: pageIn .7s var(--ease-soft) forwards;
}
@keyframes pageIn {
  from { opacity: 0; transform: translateY(12px); }
  to   { opacity: 1; transform: translateY(0); }
}

[data-motion="quiet"] .page { animation: none; opacity: 1; transform: none; }
[data-motion="high"] .page { animation-duration: 1.1s; }

/* Wolf mark fill utility */
.wolf-svg path { fill: currentColor; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1000px) {
  .hero { grid-template-columns: 1fr; gap: 40px; min-height: auto; padding-bottom: 100px; }
  .hero-portrait { aspect-ratio: 4/3; }
  .hero-ticker { display: none; }
  .intro-grid { grid-template-columns: 1fr; }
  .gw-grid { grid-template-columns: 1fr; }
  .strip-grid { grid-template-columns: repeat(2, 1fr); }
  .strip-brand { grid-column: 1 / -1; }
  .featured-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .w-hero-head { grid-template-columns: 1fr; }
  .book-layout { grid-template-columns: 1fr; }
  .pod-grid { grid-template-columns: 1fr; }
  .pod-embeds { grid-template-columns: 1fr; }
  .pod-head { grid-template-columns: 1fr; gap: 32px; }
  .emp-hero-inner { grid-template-columns: 1fr; }
  .mod-grid { grid-template-columns: repeat(2, 1fr); }
  .fmt-grid { grid-template-columns: 1fr; }
  .emp-cta-inner { grid-template-columns: 1fr; }
  .cr-topics-grid { grid-template-columns: 1fr; }
  .cr-event { grid-template-columns: 70px 1fr; gap: 16px; }
  .cr-event .where, .cr-event .link { grid-column: 2; }
  .nav-links { display: none; }
}

/* ============================================================
   EDITORIAL — Book Reveal + Quote Carousel
   ============================================================ */

/* -------- BOOK SPREAD (clean 2-col layout) -------- */
.book-spread {
  padding: 100px 0 120px;
  border-top: 1px solid var(--line);
  margin-top: 40px;
}
.book-spread-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: clamp(48px, 6vw, 96px);
  align-items: center;
}
.book-spread-cover-wrap {
  display: flex; justify-content: center;
  position: relative;
}
.book-spread-cover {
  position: relative;
  width: 100%;
  max-width: 440px;
  aspect-ratio: 2/3;
  box-shadow:
    0 40px 80px -30px rgba(0,0,0,.45),
    0 20px 40px -20px rgba(0,0,0,.35);
}
.book-spread-cover::after {
  content: '';
  position: absolute; inset: 0;
  box-shadow: inset 6px 0 14px -8px rgba(0,0,0,.35);
  pointer-events: none;
}
[data-palette="dark"] .book-spread-cover {
  box-shadow:
    0 40px 80px -20px rgba(0,0,0,.8),
    0 20px 40px -10px rgba(0,0,0,.6);
}
.book-spread-cover img {
  width: 100%; height: 100%; object-fit: cover; display: block;
}

.book-spread-text .tag {
  font-family: var(--f-mono); font-size: 11px;
  letter-spacing: 0.22em; color: var(--gold);
  text-transform: uppercase;
  margin-bottom: 20px;
}
.book-spread-text h2 {
  font-family: var(--f-display);
  font-size: clamp(44px, 5.4vw, 80px);
  letter-spacing: 0.02em;
  line-height: 0.95;
  margin: 4px 0 6px;
}
.book-spread-text h2 em {
  font-family: var(--f-serif); font-style: italic;
  color: var(--gold); font-weight: 300;
}
.book-spread-text .tagline {
  font-family: var(--f-serif); font-style: italic;
  font-size: clamp(20px, 1.7vw, 26px);
  color: var(--ink-soft);
  border-left: 1px solid var(--gold);
  padding-left: 20px; margin: 24px 0 28px;
}
.book-spread-text p {
  color: var(--ink-soft); line-height: 1.75;
  font-size: 17px;
  margin-bottom: 16px;
  max-width: 56ch;
}
.book-spread-ctas {
  display: flex; gap: 16px; flex-wrap: wrap;
  margin-top: 36px;
}

@media (max-width: 1000px) {
  .book-spread-grid { grid-template-columns: 1fr; gap: 48px; }
  .book-spread-cover { max-width: 320px; }
  .book-spread { padding: 60px 0 80px; }
}

/* -------- QUOTE CAROUSEL -------- */
.quote-carousel {
  position: relative;
  padding: 120px var(--page-pad);
  border-top: 1px solid var(--line);
  text-align: center;
  overflow: hidden;
}
.quote-carousel.on-dark {
  background: var(--ink);
  color: var(--bone);
  border-top: 1px solid rgba(255,255,255,.08);
}
.qc-mark { display: none !important; }
.qc-stage {
  position: relative;
  max-width: 980px; margin: 0 auto;
  min-height: clamp(220px, 24vw, 320px);
}
.qc-slide {
  position: absolute; inset: 0;
  margin: 0;
  opacity: 0; transform: translateY(16px);
  transition: opacity .9s var(--ease-soft), transform 1.1s var(--ease-soft);
  pointer-events: none;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
}
.qc-slide.is-active {
  opacity: 1; transform: translateY(0);
  pointer-events: auto;
}
.qc-slide blockquote {
  font-family: var(--f-serif); font-style: italic;
  font-size: clamp(26px, 3vw, 42px);
  line-height: 1.32; letter-spacing: 0.005em;
  color: var(--ink);
  margin: 0;
  text-wrap: pretty;
}
.quote-carousel.on-dark .qc-slide blockquote { color: #F5F5F0; }
.qc-slide blockquote em {
  font-style: italic; color: var(--gold);
}
.qc-slide figcaption {
  margin-top: 36px;
  display: flex; align-items: center; gap: 14px;
  font-family: var(--f-mono); font-size: 11px;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--ink-faint);
}
.quote-carousel.on-dark .qc-slide figcaption { color: rgba(245,245,240,.5); }
.qc-source { color: var(--gold); }
.qc-context::before { content: '·'; margin-right: 14px; color: var(--ink-faint); }

.qc-controls {
  position: relative; z-index: 2;
  margin-top: 56px;
  display: flex; align-items: center; justify-content: center; gap: 32px;
}
.qc-dots { display: flex; gap: 14px; align-items: center; }
.qc-dot {
  background: none; border: none; cursor: pointer;
  padding: 8px 4px;
}
.qc-dot span {
  display: block; width: 28px; height: 1px;
  background: var(--ink-faint);
  transition: all .4s var(--ease-soft);
}
.qc-dot:hover span { background: var(--ink-soft); }
.qc-dot.is-active span { background: var(--gold); width: 56px; height: 2px; }
.quote-carousel.on-dark .qc-dot span { background: rgba(245,245,240,.25); }
.quote-carousel.on-dark .qc-dot.is-active span { background: var(--gold); }

.qc-counter {
  font-size: 11px; letter-spacing: 0.2em;
  color: var(--ink-faint);
  display: flex; gap: 6px;
}
.quote-carousel.on-dark .qc-counter { color: rgba(245,245,240,.4); }
.qc-counter .sep { color: var(--gold); }

/* -------- ANIMATED SECTION INTRO (when reveal class lands) -------- */
.sec-intro {
  position: relative;
  padding: 80px var(--page-pad) 40px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 32px;
  align-items: center;
  border-top: 1px solid var(--line);
}
.sec-intro .sec-mark { color: var(--gold); }
.sec-intro .sec-num {
  font-family: var(--f-mono); font-size: 11px;
  letter-spacing: 0.25em; color: var(--ink-faint);
}
.sec-intro h2 {
  font-family: var(--f-display);
  font-size: clamp(36px, 4.2vw, 60px);
  letter-spacing: 0.025em; line-height: 1;
  font-weight: 600;
}
.sec-intro h2 em {
  font-family: var(--f-serif); font-style: italic;
  color: var(--gold); font-weight: 300;
}
.sec-intro .sec-line {
  height: 1px; background: var(--gold-soft);
  align-self: end; margin-bottom: 14px;
}
@media (max-width: 720px) {
  .sec-intro { grid-template-columns: 1fr; gap: 16px; }
  .sec-intro .sec-line { display: none; }
}

/* -------- CRISTIANO · PODCAST & PROYECTOS -------- */
.cr-projects {
  padding: 140px var(--page-pad) 100px;
  border-top: 1px solid var(--line);
  background: var(--bone);
}
.cr-projects-head {
  max-width: var(--max); margin: 0 auto 64px;
}
.cr-projects-head h2 {
  font-family: var(--f-display);
  font-size: clamp(40px, 5.2vw, 76px);
  letter-spacing: 0.015em; line-height: 0.95;
  font-weight: 600; margin: 16px 0 22px;
}
.cr-projects-head h2 em {
  font-family: var(--f-serif); font-style: italic;
  color: var(--gold); font-weight: 300;
}
.cr-projects-head .serif-i {
  font-family: var(--f-serif); font-style: italic;
  font-size: clamp(18px, 1.7vw, 22px);
  color: var(--ink-soft); max-width: 56ch; line-height: 1.5;
}
.cr-projects-grid {
  max-width: var(--max); margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}
.cr-proj {
  display: flex; flex-direction: column;
  background: var(--bone);
  padding: 40px 36px 32px;
  min-height: 280px;
  position: relative;
  text-decoration: none; color: inherit;
  transition: background .4s var(--ease-soft);
  overflow: hidden;
}
.cr-proj::before {
  content: ''; position: absolute;
  left: 0; top: 0; right: 0; height: 2px;
  background: var(--gold);
  transform: scaleX(0); transform-origin: left;
  transition: transform .5s var(--ease-soft);
}
.cr-proj:hover { background: var(--cream); }
.cr-proj:hover::before { transform: scaleX(1); }
.cr-proj:hover .cta .arrow { transform: translateX(6px); }

.cr-proj-head {
  display: flex; justify-content: space-between; align-items: baseline;
  margin-bottom: 28px;
}
.cr-proj-head .tag {
  font-size: 10px; letter-spacing: 0.28em;
  color: var(--gold); text-transform: uppercase;
  padding: 6px 10px; border: 1px solid var(--gold);
  border-radius: 999px;
}
.cr-proj-head .num {
  font-size: 11px; letter-spacing: 0.2em;
  color: var(--ink-faint);
}
.cr-proj h3 {
  font-family: var(--f-display);
  font-size: clamp(24px, 2.4vw, 32px);
  letter-spacing: 0.01em; line-height: 1.05;
  font-weight: 600; margin-bottom: 14px;
}
.cr-proj .desc {
  font-family: var(--f-serif);
  font-size: 16px; line-height: 1.55;
  color: var(--ink-soft);
  flex: 1;
  max-width: 48ch;
}
.cr-proj-foot {
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  display: flex; justify-content: space-between; align-items: center;
  gap: 20px; flex-wrap: wrap;
}
.cr-proj-foot .meta {
  font-size: 10px; letter-spacing: 0.18em;
  color: var(--ink-faint); text-transform: uppercase;
}
.cr-proj-foot .cta {
  font-family: var(--f-sans); font-size: 12px;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--gold); font-weight: 500;
  display: inline-flex; align-items: center; gap: 8px;
}
.cr-proj-foot .cta .arrow { transition: transform .4s var(--ease-soft); display: inline-block; }

@media (max-width: 1000px) {
  .cr-projects-grid { grid-template-columns: 1fr; }
}

/* ============================================================
   NEW COMPONENTS — v6 additions
   Contact · Newsletter · Booking Modal · Blog · Emp Book
   Nav Mobile · Aviso
   ============================================================ */

/* ── Nav mobile hamburger ── */
.nav-hamburger {
  display: none;
  flex-direction: column; gap: 5px;
  width: 28px; padding: 4px 0;
  background: transparent; border: 0; cursor: pointer;
}
.nav-hamburger span {
  display: block; height: 1.5px;
  background: var(--ink); transition: all .3s;
  border-radius: 2px;
}
.nav-mobile-drawer {
  position: fixed; top: var(--nav-h); left: 0; right: 0;
  background: var(--bone);
  border-bottom: 1px solid var(--line);
  display: flex; flex-direction: column;
  padding: 16px var(--page-pad) 24px;
  z-index: 49;
  box-shadow: 0 8px 32px rgba(0,0,0,.1);
}
.nav-mobile-drawer a {
  padding: 14px 0; border-bottom: 1px solid var(--line-soft);
  font-size: 13px; letter-spacing: .16em; text-transform: uppercase;
  font-weight: 500; color: var(--ink-soft);
}
.nav-mobile-drawer a:last-child { border-bottom: 0; }
[data-palette="dark"] .nav-mobile-drawer { background: #0A0A0A; }
@media (max-width: 860px) {
  .nav-links { display: none; }
  .nav-hamburger { display: flex; }
}

/* ── Newsletter Band ── */
.newsletter-band {
  padding: 80px var(--page-pad);
  background: var(--ink);
  color: var(--bone);
  border-top: 1px solid var(--line);
}
.newsletter-inner {
  max-width: var(--max); margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 80px);
  align-items: center;
}
.newsletter-text h3 {
  font-family: var(--f-display);
  font-size: clamp(28px, 3.5vw, 44px);
  letter-spacing: .03em; line-height: 1.05;
  color: var(--bone);
  margin-bottom: 12px;
}
.newsletter-text h3 em {
  font-family: var(--f-serif); font-style: italic;
  color: var(--gold-soft); font-weight: 300;
}
.newsletter-text .serif-i {
  color: rgba(245,245,240,.65); font-size: 17px; line-height: 1.5; max-width: 40ch;
}
.newsletter-fallback-form {
  display: flex; gap: 12px; flex-wrap: wrap;
}
.newsletter-input {
  flex: 1; min-width: 200px;
  height: 52px; padding: 0 20px;
  border: 1px solid rgba(245,245,240,.2);
  background: rgba(245,245,240,.07);
  color: var(--bone);
  font-family: var(--f-sans); font-size: 14px;
  border-radius: 999px; outline: none;
  transition: border-color .3s;
}
.newsletter-input::placeholder { color: rgba(245,245,240,.35); }
.newsletter-input:focus { border-color: var(--gold); }
[data-palette="dark"] .newsletter-band { background: #050505; }
@media (max-width: 860px) {
  .newsletter-inner { grid-template-columns: 1fr; }
}

/* ── Booking Modal ── */
.booking-overlay {
  position: fixed; inset: 0;
  background: rgba(0,0,0,.7);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  z-index: 200;
  display: flex; align-items: center; justify-content: center;
  padding: 24px;
}
.booking-modal {
  background: var(--bone);
  width: 100%; max-width: 820px;
  max-height: 90vh;
  border-radius: 8px;
  overflow: hidden;
  display: flex; flex-direction: column;
  box-shadow: 0 24px 80px rgba(0,0,0,.35);
}
.booking-modal-head {
  display: flex; align-items: center; justify-content: space-between;
  padding: 20px 28px;
  border-bottom: 1px solid var(--line);
  flex-shrink: 0;
}
.booking-close {
  width: 32px; height: 32px;
  border-radius: 50%;
  font-size: 14px;
  color: var(--ink-mute);
  transition: all .2s;
}
.booking-close:hover { background: var(--line); color: var(--ink); }
.booking-modal-body {
  flex: 1; overflow-y: auto; min-height: 0;
}
.booking-placeholder {
  padding: 60px 40px;
  text-align: center;
  display: flex; flex-direction: column; align-items: center; gap: 8px;
}
[data-palette="dark"] .booking-modal { background: #111; color: var(--ink); }

/* ── Contact Screen ── */
.contact-hero {
  padding: calc(var(--nav-h) + 60px) var(--page-pad) 60px;
  border-bottom: 1px solid var(--line);
}
.contact-hero-inner {
  max-width: var(--max); margin: 0 auto;
}
.contact-hero h1 {
  font-family: var(--f-display);
  font-size: clamp(40px, 6vw, 80px);
  line-height: .95; letter-spacing: .02em;
  margin: 16px 0 24px;
}
.contact-hero h1 em {
  font-family: var(--f-serif); font-style: italic;
  color: var(--gold); font-weight: 300;
}
.contact-hero .strap {
  font-family: var(--f-serif); font-style: italic;
  font-size: clamp(17px, 1.6vw, 22px);
  color: var(--ink-soft); max-width: 50ch; line-height: 1.45;
}
.contact-body {
  padding: 80px var(--page-pad) 120px;
}
.contact-grid {
  max-width: var(--max); margin: 0 auto;
  display: grid; grid-template-columns: 1.6fr 1fr;
  gap: clamp(48px, 6vw, 100px);
  align-items: start;
}
.contact-form {
  display: flex; flex-direction: column; gap: 28px;
}
.cf-group {
  display: flex; flex-direction: column; gap: 8px;
}
.cf-group label {
  font-size: 11px; letter-spacing: .18em; text-transform: uppercase;
  color: var(--gold); font-weight: 500; font-family: var(--f-sans);
}
.cf-group input,
.cf-group select,
.cf-group textarea {
  width: 100%;
  padding: 14px 18px;
  border: 1px solid var(--line);
  background: var(--cream);
  color: var(--ink);
  font-family: var(--f-sans); font-size: 15px;
  border-radius: 4px;
  outline: none;
  transition: border-color .3s, background .3s;
  appearance: none;
}
.cf-group input:focus,
.cf-group select:focus,
.cf-group textarea:focus {
  border-color: var(--gold);
  background: var(--bone);
}
.cf-group textarea { resize: vertical; line-height: 1.6; }
.cf-error {
  font-size: 13px; color: #c0392b;
  border: 1px solid rgba(192,57,43,.2);
  background: rgba(192,57,43,.04);
  padding: 12px 16px; border-radius: 4px;
}
.cf-error a { color: inherit; text-decoration: underline; }
.contact-success {
  padding: 60px 0;
  display: flex; flex-direction: column; align-items: flex-start;
  color: var(--gold);
}
.contact-sidebar {
  display: flex; flex-direction: column; gap: 48px;
  position: sticky; top: calc(var(--nav-h) + 32px);
}
.contact-info-block,
.contact-booking-block,
.contact-social-block {
  padding-top: 28px; border-top: 1px solid var(--line);
}
.contact-info-block:first-child { border-top: 0; padding-top: 0; }
.contact-email-link {
  font-family: var(--f-serif); font-size: clamp(15px, 1.4vw, 20px);
  color: var(--ink-soft);
  word-break: break-all;
  transition: color .3s;
}
.contact-email-link:hover { color: var(--gold); }
.contact-social-list { list-style: none; padding: 0; }
.contact-social-list li { padding: 6px 0; border-bottom: 1px dashed var(--line); }
.contact-social-list a {
  font-size: 13px; color: var(--ink-soft);
  transition: color .3s;
}
.contact-social-list a:hover { color: var(--gold); }

[data-palette="dark"] .cf-group input,
[data-palette="dark"] .cf-group select,
[data-palette="dark"] .cf-group textarea {
  background: #111; border-color: var(--line); color: var(--ink);
}
[data-palette="dark"] .cf-group input:focus,
[data-palette="dark"] .cf-group select:focus,
[data-palette="dark"] .cf-group textarea:focus {
  background: #1a1a1a; border-color: var(--gold);
}

@media (max-width: 860px) {
  .contact-grid { grid-template-columns: 1fr; }
  .contact-sidebar { position: static; }
}

/* ── Empresarial Book Section ── */
.emp-book {
  padding: 100px var(--page-pad);
  border-top: 1px solid var(--line);
  background: var(--bone-deep);
}
.emp-book-grid {
  display: grid; grid-template-columns: 1fr 1.6fr;
  gap: clamp(40px, 6vw, 100px);
  align-items: center;
}
.emp-book-cover-wrap {
  display: flex; align-items: center; justify-content: center;
}
.emp-book-cover {
  position: relative;
  width: 100%; max-width: 320px;
  aspect-ratio: 3/4;
  background: var(--cream);
  display: flex; align-items: center; justify-content: center;
  box-shadow:
    0 1px 2px rgba(0,0,0,.04),
    0 20px 50px rgba(0,0,0,.12),
    0 40px 80px rgba(0,0,0,.06);
  overflow: hidden;
  border: 1px solid var(--line);
}
.emp-book-cover img {
  width: 100%; height: 100%; object-fit: cover;
}
.emp-book-cover-fallback {
  flex-direction: column;
  align-items: center; justify-content: center;
  gap: 16px;
  padding: 32px;
  text-align: center;
}
.emp-book-text .tag {
  font-family: var(--f-mono); font-size: 10px;
  letter-spacing: .22em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 20px; display: block;
}
.emp-book-text h2 {
  font-family: var(--f-display);
  font-size: clamp(32px, 4vw, 52px);
  letter-spacing: .03em; line-height: 1.05;
  margin-bottom: 16px;
}
.emp-book-text h2 em {
  font-family: var(--f-serif); font-style: italic; color: var(--gold); font-weight: 300;
}
.emp-book-text .tagline {
  font-family: var(--f-serif); font-style: italic;
  font-size: clamp(17px, 1.6vw, 22px);
  color: var(--gold); margin-bottom: 24px;
  border-left: 3px solid var(--gold); padding-left: 16px;
}
.emp-book-text p {
  font-family: var(--f-serif); font-weight: 300;
  font-size: 17px; line-height: 1.65;
  color: var(--ink-soft); margin-bottom: 16px;
}
.emp-book-ctas {
  display: flex; gap: 14px; flex-wrap: wrap; margin-top: 32px;
}
[data-palette="dark"] .emp-book { background: #0A0A0A; }
[data-palette="dark"] .emp-book-cover { background: #111; border-color: var(--line); }
@media (max-width: 860px) {
  .emp-book-grid { grid-template-columns: 1fr; }
  .emp-book-cover { max-width: 220px; margin: 0 auto; }
}

/* ── Blog ── */
.blog-hero {
  padding: calc(var(--nav-h) + 60px) var(--page-pad) 60px;
  border-bottom: 1px solid var(--line);
}
.blog-hero-inner {
  max-width: var(--max); margin: 0 auto;
}
.blog-hero h1 {
  font-family: var(--f-display);
  font-size: clamp(40px, 6vw, 80px);
  line-height: .95; letter-spacing: .02em;
  margin: 16px 0 24px;
}
.blog-hero h1 em {
  font-family: var(--f-serif); font-style: italic;
  color: var(--gold); font-weight: 300;
}
.blog-hero .strap {
  font-family: var(--f-serif); font-style: italic;
  font-size: clamp(17px, 1.6vw, 22px);
  color: var(--ink-soft); max-width: 50ch; line-height: 1.45;
}
.blog-filters {
  display: flex; flex-wrap: wrap; gap: 10px;
  padding: 32px 0 0;
}
.blog-filter-btn {
  padding: 8px 20px;
  font-size: 11px; letter-spacing: .16em; text-transform: uppercase;
  font-weight: 500;
  border: 1px solid var(--line);
  border-radius: 999px; color: var(--ink-mute);
  transition: all .3s;
}
.blog-filter-btn:hover { color: var(--ink); border-color: var(--ink-soft); }
.blog-filter-btn.is-active {
  background: var(--ink); color: var(--bone);
  border-color: var(--ink);
}
[data-palette="dark"] .blog-filter-btn.is-active { background: var(--gold); color: #000; border-color: var(--gold); }

.blog-grid-section { padding: 60px 0 120px; }
.blog-empty {
  padding: 80px 0;
  display: flex; flex-direction: column; align-items: center;
  color: var(--ink-faint);
}
.blog-card {
  border: 1px solid var(--line);
  background: var(--cream);
  padding: 36px 40px;
  cursor: pointer;
  transition: background .4s var(--ease-soft), transform .4s var(--ease-soft);
  margin-bottom: 2px;
}
.blog-card:hover { background: var(--bone); transform: translateY(-2px); }
.blog-card-featured {
  background: var(--bone);
  border-color: var(--gold-deep);
  border-left: 3px solid var(--gold);
  margin-bottom: 24px;
}
.blog-card-featured h2 {
  font-family: var(--f-display);
  font-size: clamp(24px, 3.5vw, 44px);
  letter-spacing: .03em; line-height: 1.05;
  margin-bottom: 16px;
}
.blog-card h3 {
  font-family: var(--f-display);
  font-size: clamp(20px, 2.4vw, 28px);
  letter-spacing: .03em; line-height: 1.1;
  margin-bottom: 12px;
}
.blog-card h2 em, .blog-card h3 em {
  font-family: var(--f-serif); font-style: italic; color: var(--gold); font-weight: 300;
}
.blog-card-meta {
  display: flex; align-items: center; gap: 10px;
  margin-bottom: 16px; flex-wrap: wrap;
}
.blog-card-excerpt {
  font-family: var(--f-serif); font-weight: 300;
  font-size: 16px; line-height: 1.65;
  color: var(--ink-soft); max-width: 64ch;
  margin-bottom: 20px;
}
.blog-tag {
  font-family: var(--f-mono); font-size: 10px;
  letter-spacing: .18em; text-transform: uppercase;
  color: var(--gold); background: rgba(184,147,81,.08);
  padding: 3px 10px; border-radius: 2px;
}
.blog-featured-badge {
  font-family: var(--f-mono); font-size: 10px;
  letter-spacing: .18em; text-transform: uppercase;
  color: var(--bone); background: var(--gold);
  padding: 3px 10px; border-radius: 2px;
}
.blog-tag-pill {
  font-family: var(--f-mono); font-size: 10px;
  letter-spacing: .1em;
  color: var(--ink-mute);
  border: 1px solid var(--line); padding: 2px 8px;
  border-radius: 999px;
}
.blog-card-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 16px; }
.blog-card-cta {
  font-size: 11px; letter-spacing: .18em; text-transform: uppercase;
  color: var(--gold); font-weight: 500;
  margin-top: auto;
}
.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  gap: 2px;
}
[data-palette="dark"] .blog-card { background: #0A0A0A; border-color: var(--line); }
[data-palette="dark"] .blog-card:hover { background: #111; }
[data-palette="dark"] .blog-card-featured { background: #0A0A0A; border-left-color: var(--gold); }

/* Blog post view */
.blog-post-hero {
  padding: calc(var(--nav-h) + 60px) var(--page-pad) 60px;
  border-bottom: 1px solid var(--line);
}
.blog-post-hero-inner {
  max-width: 800px; margin: 0 auto;
}
.blog-post-hero h1 {
  font-family: var(--f-display);
  font-size: clamp(32px, 5vw, 64px);
  letter-spacing: .02em; line-height: 1.05;
  margin: 20px 0 16px;
}
.blog-excerpt {
  font-size: clamp(17px, 1.6vw, 22px);
  color: var(--ink-soft); max-width: 54ch;
  line-height: 1.45; margin-bottom: 24px;
}
.blog-post-meta {
  display: flex; align-items: center; gap: 10px; flex-wrap: wrap;
  color: var(--ink-faint);
}
.blog-post-body {
  max-width: 800px !important;
  padding-top: 60px; padding-bottom: 120px;
}
.blog-prose {
  font-family: var(--f-serif); font-size: 19px;
  line-height: 1.75; color: var(--ink-soft);
  max-width: 64ch;
}
.blog-prose h1, .blog-prose h2, .blog-prose h3 {
  font-family: var(--f-display); letter-spacing: .02em;
  color: var(--ink); margin: 48px 0 16px; line-height: 1.1;
}
.blog-prose h2 { font-size: clamp(22px, 2.4vw, 30px); }
.blog-prose h3 { font-size: clamp(18px, 1.8vw, 22px); }
.blog-prose p { margin-bottom: 24px; text-wrap: pretty; }
.blog-prose em { color: var(--gold); font-style: italic; }
.blog-prose strong { font-weight: 600; color: var(--ink); }
.blog-prose blockquote {
  border-left: 3px solid var(--gold); padding-left: 24px;
  font-style: italic; color: var(--ink-mute);
  margin: 32px 0;
}
.blog-prose a { color: var(--gold); text-decoration: underline; text-underline-offset: 3px; }
.blog-prose ul, .blog-prose ol { padding-left: 28px; margin-bottom: 24px; }
.blog-prose li { margin-bottom: 10px; }
.blog-prose hr { border: 0; border-top: 1px solid var(--line); margin: 48px 0; }

/* ── Dark mode overrides for new components ── */
[data-palette="dark"] .newsletter-band { background: #050505; }
[data-palette="dark"] .newsletter-text h3 { color: var(--bone); }
[data-palette="dark"] .contact-hero h1 em { color: var(--gold); }
[data-palette="dark"] .blog-post-hero h1 { color: var(--ink); }

/* ── Responsive ── */
@media (max-width: 860px) {
  .blog-grid { grid-template-columns: 1fr; }
  .blog-card { padding: 24px 20px; }
  .blog-card-featured { padding: 24px 20px; }
  .blog-post-body { padding-left: var(--page-pad); padding-right: var(--page-pad); }
  .blog-prose { font-size: 17px; }
}

/* ============================================================
   NEWSLETTER BAND — Kit (ConvertKit) form integration
   Overrides Kit's default light styling to match our noir brand.
   ============================================================ */

.newsletter-band {
  padding: 80px var(--page-pad);
  background: var(--ink);
  border-top: 1px solid var(--line);
}
[data-palette="dark"] .newsletter-band { background: #050505; }

.newsletter-kit-wrap {
  max-width: 720px;
  margin: 0 auto;
  position: relative;
}

/* Strip Kit's default white border + extra padding on dark */
.newsletter-kit-wrap .formkit-form {
  border: 0 !important;
  background-color: transparent !important;
  max-width: 100% !important;
}
.newsletter-kit-wrap .formkit-form [data-style="minimal"] {
  padding: 0 !important;
}

/* Hide the "Built with Kit" badge */
.newsletter-kit-wrap .formkit-powered-by-convertkit-container {
  display: none !important;
}

/* Pill-shaped input + button to match site buttons */
.newsletter-kit-wrap .formkit-input {
  border-radius: 999px !important;
  height: 52px;
  padding: 0 22px !important;
}
.newsletter-kit-wrap .formkit-submit {
  border-radius: 999px !important;
  height: 52px;
  padding: 0 28px !important;
}
.newsletter-kit-wrap .formkit-submit > span {
  padding: 16px 28px !important;
}

@media (max-width: 600px) {
  .newsletter-band { padding: 60px 20px; }
  .newsletter-kit-wrap .formkit-form .formkit-header h2 {
    font-size: 24px !important;
  }
}

/* ============================================================
   BOOKING MODAL — Cal.com inline embed sizing
   ============================================================ */

/* Make the modal taller for Cal's calendar UI */
.booking-modal-cal {
  max-width: 920px;
  height: 90vh;
  max-height: 90vh;
}
.booking-modal-cal .booking-modal-body {
  padding: 0;
}
.cal-embed-mount {
  width: 100%;
  height: 100%;
  min-height: 580px;
}
.cal-embed-mount iframe {
  width: 100% !important;
  height: 100% !important;
  border: 0 !important;
  display: block;
}

@media (max-width: 700px) {
  .booking-modal-cal { height: 95vh; max-height: 95vh; }
  .cal-embed-mount { min-height: 480px; }
}

/* ============================================================
   READABILITY PASS — bump body / description text +1-3px
   Targets paragraphs that read as fine print (module descriptions,
   book paragraphs, gateway lists, topic blurbs, etc.).
   Headings, eyebrows, and mono labels intentionally untouched.
   ============================================================ */

/* Intro band — multi-paragraph version with editorial hierarchy */
.intro-grid .big + .big { margin-top: 22px; }
.intro-grid .big-lead {
  font-family: var(--f-display);
  font-style: italic;
  font-weight: 400;
  color: var(--ink);
  font-size: clamp(30px, 3.4vw, 46px);
  line-height: 1.15;
  margin-bottom: 8px;
  letter-spacing: .005em;
}
.intro-grid .big:not(.big-lead) {
  font-size: clamp(20px, 2.1vw, 27px);
  line-height: 1.5;
}

/* Gateway cards (home) — items + kicker more readable */
.gw-card .kicker { font-size: 18px; line-height: 1.45; }
.gw-card ul { font-size: 14.5px; }
.gw-card ul li { padding: 11px 0; line-height: 1.4; }

/* Strip cells (home) — sub bumps */
.strip-cell .sub { font-size: 16px; line-height: 1.5; }

/* Featured cards (home) */
.feat-card .feat-quote { font-size: 18px; line-height: 1.55; }

/* Empresarial — module descriptions */
.mod-cell .sub {
  font-size: 15px !important;
  line-height: 1.5;
}
.mod-cell .num,
.mod-cell .hrs { font-size: 11px; } /* labels stay tight */

/* Empresarial — format descriptions */
.fmt-cell p { font-size: 16.5px; line-height: 1.65; }

/* Empresarial — pitch card body */
.pitch-card p { font-size: 15.5px; line-height: 1.6; }

/* Book sections (Masculinidad + Empresarial) */
.book-spread-text p { font-size: 18px; line-height: 1.7; }
.emp-book-text p   { font-size: 18px !important; line-height: 1.7; }

/* Cristiano — topic descriptions */
.cr-topic p { font-size: 16px; line-height: 1.6; }

/* Cristiano — projects descriptions */
.cr-proj .desc { font-size: 17px; line-height: 1.6; }

/* Cristiano — events titles */
.cr-event h4 { font-size: 17px; line-height: 1.4; }

/* Footer brand blurb */
.footer .brand-block .blurb { font-size: 16.5px; line-height: 1.55; }

/* Blog — card excerpts a touch larger */
.blog-card-excerpt { font-size: 17px; line-height: 1.7; }

/* Contact form labels stay as-is, but inputs slightly larger */
.cf-group input,
.cf-group select,
.cf-group textarea { font-size: 16px; }

@media (max-width: 700px) {
  .intro-grid .big-lead { font-size: clamp(26px, 6.5vw, 34px); }
  .intro-grid .big:not(.big-lead) { font-size: 18px; }
  .book-spread-text p,
  .emp-book-text p { font-size: 17px !important; }
  .mod-cell .sub { font-size: 14.5px !important; }
}

/* ============================================================
   v8 PATCH — readability bump for book copy + newsletter button
   alignment fix + Cal.com plain-iframe modal styling
   ============================================================ */

/* Book descriptions — bump from 18 to 20 (mobile from 17 to 18) */
.book-spread-text p,
.emp-book-text p { font-size: 20px !important; line-height: 1.7; }
.book-spread-text .tagline,
.emp-book-text .tagline { font-size: clamp(19px, 1.7vw, 24px) !important; }
@media (max-width: 700px) {
  .book-spread-text p,
  .emp-book-text p { font-size: 18px !important; }
}

/* Newsletter (Kit) — submit button alignment fix.
   Drop the conflicting button-level padding so Kit's defaults centre
   the span text properly. Span padding alone defines visible size. */
.newsletter-kit-wrap .formkit-submit {
  border-radius: 999px !important;
  height: auto !important;
  padding: 0 !important;
}
.newsletter-kit-wrap .formkit-submit > span {
  padding: 16px 32px !important;
  text-align: center !important;
  display: block !important;
}

/* Booking modal — Cal.com plain iframe */
.cal-embed-iframe {
  width: 100%;
  height: 100%;
  min-height: 580px;
  border: 0;
  display: block;
  background: var(--bone);
}
[data-palette="dark"] .cal-embed-iframe { background: #111; }

.booking-open-new {
  display: inline-flex; align-items: center; justify-content: center;
  width: 32px; height: 32px;
  border-radius: 50%;
  font-size: 14px;
  color: var(--ink-mute);
  text-decoration: none;
  transition: all .2s;
  margin-left: auto;
  margin-right: 8px;
}
.booking-open-new:hover { background: var(--line); color: var(--gold); }

.booking-modal-head {
  gap: 8px;
}

/* ============================================================
   v9 PATCH — premium mobile hero + email card logo centered
   ============================================================ */

/* ── Hero · mobile redesign ──
   Hero originally inherited the 3-column desktop grid on mobile, which made
   it look stretched and disconnected. This pass collapses to a single column,
   hides the vertical ticker, scales the portrait down to a controlled size,
   tightens type, and removes the scroll cue (intuitive on touch). */
@media (max-width: 800px) {
  .hero {
    grid-template-columns: 1fr;
    gap: 28px;
    min-height: auto;
    padding: calc(var(--nav-h) + 24px) var(--page-pad) 36px;
  }
  .hero-ticker { display: none; }
  .hero-wolf-bg {
    width: 70%;
    right: -20%;
    top: auto;
    bottom: 8%;
    transform: none;
    opacity: 0.035;
  }
  .hero-text { order: 1; }
  .hero-portrait { order: 2; }
  .hero-text .eyebrow {
    margin-bottom: 18px;
    font-size: 10.5px;
  }
  .hero-text h1 {
    font-size: clamp(56px, 15.5vw, 88px) !important;
    line-height: 0.86;
    margin-bottom: 22px;
  }
  .hero-text .strap {
    font-size: 17px;
    line-height: 1.45;
    margin-bottom: 24px;
    max-width: 38ch;
  }
  .hero-meta {
    gap: 6px 14px;
    padding-top: 16px;
    font-size: 10px;
    letter-spacing: 0.16em;
  }
  .hero-meta span { gap: 6px; }
  .hero-meta .dot { width: 3px; height: 3px; }
  .hero-portrait {
    max-width: 300px;
    width: 100%;
    margin: 4px auto 0;
    aspect-ratio: 4/5;
  }
  .scroll-cue { display: none; }
}

/* Tighter on smaller phones (e.g. iPhone SE) */
@media (max-width: 420px) {
  .hero-text h1 { font-size: clamp(50px, 14vw, 76px) !important; }
  .hero-portrait { max-width: 260px; }
}

/* ── Email Card · center the wolf mark and the text content ──
   The mark was align-self: flex-start (bottom-left) which read as an
   afterthought. Centering it reads as letterhead — more premium. */
.emp-cta-right .email-card {
  align-items: center;
  text-align: center;
  padding: 32px 28px 30px;
  gap: 8px;
}
.emp-cta-right .email-card .lbl,
.emp-cta-right .email-card .email,
.emp-cta-right .email-card .email a {
  text-align: center;
  width: 100%;
}
.emp-cta-right .email-card-mark {
  align-self: center !important;
  margin: 14px auto 0 !important;
  width: 54px;
  height: 54px;
}

/* Same treatment for any future occurrences of .email-card outside emp-cta-right */
.email-card {
  align-items: center;
  text-align: center;
}
.email-card-mark {
  align-self: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* ============================================================
   v9 PATCH (continued) — mobile hero portrait fix
   The desktop radial mask doesn't translate to mobile portrait
   orientation — it crops the face and makes it look ghostly
   floating in the dark. Replace with clean editorial crop +
   subtle drop shadow + soft bottom fade.
   ============================================================ */

@media (max-width: 800px) {
  .hero-portrait {
    max-width: 320px;
    width: 100%;
    aspect-ratio: 4/5;
    margin: 8px auto 0;
    overflow: hidden;
    border-radius: 3px;
    box-shadow:
      0 1px 0 rgba(245,245,240,.04) inset,
      0 32px 60px -16px rgba(0,0,0,.55);
  }
  /* Override the desktop radial mask — let the photo be a photo */
  .hero-portrait img,
  [data-palette="dark"] .hero-portrait img {
    -webkit-mask-image: none !important;
    mask-image: none !important;
    object-position: center 22%;     /* favour the face */
    filter: contrast(1.04) saturate(.92) brightness(.98);
  }
  /* Replace the heavy ::after vignette with a very soft bottom gradient */
  .hero-portrait::after,
  [data-palette="dark"] .hero-portrait::after {
    content: '';
    display: block !important;
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 65%, rgba(0,0,0,.35) 100%);
    mix-blend-mode: normal;
    opacity: 1;
    pointer-events: none;
  }
  /* Subtle border so the card edge is visible against the page bg */
  [data-palette="dark"] .hero-portrait {
    border: 1px solid rgba(245,245,240,.06);
  }
}

@media (max-width: 420px) {
  .hero-portrait { max-width: 280px; }
}

/* ============================================================
   v10 PATCH — premium polish
   • Testimonials (reader/listener quotes)
   • Drop caps on book paragraphs
   • Sticky "Book a call" CTA
   • Scroll progress bar
   • Newsletter lead-magnet line
   • Footer rotating quote
   • Hover state polish
   • Reduced motion respect
   ============================================================ */

/* ── Scroll progress bar — thin gold line at top ── */
.scroll-progress {
  position: fixed;
  top: 0; left: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--gold-soft), var(--gold));
  z-index: 100;
  transition: width 0.08s linear;
  pointer-events: none;
  box-shadow: 0 0 12px rgba(225,195,115,.4);
}

/* ── Testimonials section ── */
.testimonials {
  padding: 120px var(--page-pad);
  border-top: 1px solid var(--line);
  background: var(--bone-deep);
  position: relative;
  overflow: hidden;
}
[data-palette="dark"] .testimonials { background: #050505; }
.testimonials::before {
  content: '';
  position: absolute;
  right: -8%; top: 50%;
  width: 480px; height: 480px;
  background: url('../img/isotipo_gold_transparent.png') no-repeat center/contain;
  opacity: .025;
  transform: translateY(-50%);
  pointer-events: none;
}
[data-palette="dark"] .testimonials::before { opacity: .04; }
.testimonials-head {
  max-width: var(--max);
  margin: 0 auto 64px;
  position: relative;
  z-index: 1;
}
.testimonials-head .eyebrow { margin-bottom: 18px; }
.testimonials-head h2 {
  font-family: var(--f-display);
  font-size: clamp(34px, 4.5vw, 58px);
  letter-spacing: .02em;
  line-height: 1.05;
  margin-bottom: 18px;
}
.testimonials-head h2 em {
  font-family: var(--f-serif); font-style: italic;
  color: var(--gold); font-weight: 300;
}
.testimonials-head .serif-i {
  font-size: clamp(17px, 1.6vw, 21px);
  color: var(--ink-mute);
  max-width: 56ch;
}

.testimonials-grid {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  position: relative;
  z-index: 1;
}
.testimonial {
  background: var(--bone);
  border: 1px solid var(--line);
  padding: 36px 36px 32px;
  position: relative;
  margin: 0;
  transition: transform .5s var(--ease-soft), border-color .4s, background .4s;
}
[data-palette="dark"] .testimonial {
  background: #0F0F0F;
  border-color: rgba(245,245,240,.08);
}
.testimonial:hover {
  border-color: var(--gold-deep);
  transform: translateY(-3px);
}
.testimonial-quote-mark {
  position: absolute;
  top: 4px; left: 14px;
  font-family: var(--f-display);
  font-size: 90px;
  color: var(--gold);
  opacity: .25;
  line-height: 1;
}
.testimonial blockquote {
  font-family: var(--f-serif);
  font-style: italic;
  font-weight: 300;
  font-size: 19px;
  line-height: 1.55;
  color: var(--ink-soft);
  margin: 12px 0 24px;
  padding-left: 8px;
  position: relative;
  z-index: 1;
}
.testimonial figcaption {
  display: flex; flex-direction: column; gap: 4px;
  border-top: 1px solid var(--line);
  padding-top: 16px;
}
.testimonial-author {
  font-family: var(--f-sans);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .04em;
  color: var(--ink);
}
.testimonial-context {
  font-family: var(--f-mono);
  font-size: 10px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--ink-faint);
}
/* Short testimonial (e.g. "Fresco.") gets oversized treatment */
.testimonial.is-short blockquote {
  font-family: var(--f-display);
  font-style: italic;
  font-size: clamp(36px, 4.5vw, 56px);
  line-height: 1;
  text-align: center;
  margin: 24px 0 32px;
  padding-left: 0;
  color: var(--gold);
}
.testimonial.is-short .testimonial-quote-mark { display: none; }

@media (max-width: 800px) {
  .testimonials { padding: 80px var(--page-pad); }
  .testimonials-grid { grid-template-columns: 1fr; gap: 18px; }
  .testimonial { padding: 28px 24px 24px; }
  .testimonial blockquote { font-size: 17px; }
  .testimonial.is-short blockquote { font-size: clamp(30px, 9vw, 44px); }
}

/* ── Drop cap on book section first body paragraph ── */
.book-spread-text p:nth-of-type(2)::first-letter,
.emp-book-text p:nth-of-type(2)::first-letter {
  font-family: var(--f-display);
  font-size: 4.2em;
  font-style: italic;
  font-weight: 400;
  color: var(--gold);
  float: left;
  line-height: 0.85;
  margin: 6px 14px 0 0;
  padding-top: 4px;
}

/* ── Sticky "Book a call" CTA pill (bottom-right) ── */
.sticky-booking-cta {
  position: fixed;
  bottom: 22px; right: 22px;
  z-index: 80;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 22px;
  background: var(--gold);
  color: #0A0A0A;
  border: 0;
  border-radius: 999px;
  font-family: var(--f-sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .18em;
  text-transform: uppercase;
  box-shadow:
    0 8px 24px rgba(0,0,0,.35),
    0 2px 0 rgba(0,0,0,.08) inset;
  cursor: pointer;
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
  transition: opacity .4s var(--ease-soft), transform .4s var(--ease-soft), background .25s, box-shadow .3s;
}
.sticky-booking-cta.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.sticky-booking-cta:hover {
  background: #fff;
  box-shadow: 0 12px 32px rgba(0,0,0,.45), 0 0 0 4px rgba(225,195,115,.18);
}
.sticky-booking-cta .arrow {
  display: inline-block;
  transition: transform .3s var(--ease-soft);
}
.sticky-booking-cta:hover .arrow { transform: translateX(4px); }
.sticky-booking-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: #0A0A0A;
  animation: stickyDot 2s ease-in-out infinite;
}
@keyframes stickyDot {
  0%, 100% { box-shadow: 0 0 0 0 rgba(10,10,10,.5); }
  50%      { box-shadow: 0 0 0 6px rgba(10,10,10,0); }
}
@media (max-width: 600px) {
  .sticky-booking-cta {
    bottom: 16px; right: 16px;
    padding: 12px 18px;
    font-size: 10px;
    letter-spacing: .14em;
  }
}

/* ── Newsletter lead-magnet line under the Kit form ── */
.newsletter-leadmagnet {
  max-width: 720px;
  margin: 24px auto 0;
  font-family: var(--f-serif);
  font-style: italic;
  font-size: 15px;
  text-align: center;
  color: var(--ink-mute);
  letter-spacing: .005em;
  border-top: 1px solid rgba(245,245,240,.08);
  padding-top: 18px;
}

/* ── Footer rotating quote ── */
.footer-quote {
  max-width: var(--max);
  margin: 60px auto 0;
  padding: 36px var(--page-pad) 0;
  border-top: 1px solid var(--line);
  text-align: center;
  position: relative;
}
.footer-quote-mark {
  font-family: var(--f-display);
  font-size: 64px;
  color: var(--gold);
  opacity: .35;
  line-height: 0;
  position: absolute;
  top: 36px; left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.footer-quote blockquote {
  font-family: var(--f-serif);
  font-style: italic;
  font-weight: 300;
  font-size: clamp(17px, 1.7vw, 22px);
  line-height: 1.5;
  color: var(--ink-mute);
  max-width: 56ch;
  margin: 8px auto 14px;
  padding-top: 10px;
}
.footer-quote blockquote em {
  color: var(--gold);
  font-style: italic;
}
.footer-quote-source {
  font-family: var(--f-mono);
  font-size: 10px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--ink-faint);
}

/* ── Hover state polish — tighter on .btn arrows + link underlines ── */
.btn:hover .arrow { transform: translateX(8px); }
.cr-proj:hover .cta .arrow,
.gw-card:hover .gw-enter .arrow { transform: translateX(10px); }
a[target="_blank"]:not(.btn):not(.nav-brand):hover {
  /* Subtle gold underline animation on external links */
  color: var(--gold);
}

/* ── Reduced motion respect ── */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  .hero-ticker-track,
  .marquee-track { animation: none !important; }
  .scroll-progress { transition: none !important; }
  .sticky-booking-dot { animation: none !important; }
}
