/* ═══════════════════════════════════════════════════════════
   THE HELEN HOMESTEAD — Warm Homestead Premium Landing Page
   Palette: Forest Green · Parchment Cream · Amber Gold
═══════════════════════════════════════════════════════════ */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,700;0,900;1,700;1,900&family=Lora:ital,wght@0,400;0,600;0,700;1,400;1,600&family=Inter:wght@300;400;500;600;700;800&display=swap');

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --forest:      #151f16;
  --forest-2:    #1c2b1d;
  --forest-3:    #243026;
  --moss:        #3a5440;
  --sage:        #6b8f72;
  --parchment:   #fdf6e3;
  --cream-2:     #e8dfc4;
  --cream-3:     #d4c9a8;
  --amber:       #c8813f;
  --amber-lt:    #e8a85f;
  --amber-bright:#f5c070;
  --amber-dk:    #8a5520;
  --rust:        #b84f2a;
  --gold-text:   #d4a055;
  --radius:      12px;
  --radius-lg:   20px;
  --tr:          0.3s cubic-bezier(0.4,0,0.2,1);
  --glow-amber:  0 0 40px rgba(200,129,63,0.45), 0 0 80px rgba(200,129,63,0.2);
  --glow-amber-sm: 0 0 20px rgba(200,129,63,0.35);
}

html { scroll-behavior: smooth; }

body {
  font-family: 'Lora', 'Georgia', serif;
  background: var(--forest);
  color: var(--parchment);
  font-size: 15px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

.container { max-width: 1100px; margin: 0 auto; padding: 0 22px; }

/* ── WARM HEARTH BACKGROUND ─────────────────────────────── */
body::before {
  content: '';
  position: fixed; inset: 0; z-index: 0;
  background:
    radial-gradient(ellipse 80% 55% at 10% 0%,   rgba(200,129,63,0.10) 0%, transparent 60%),
    radial-gradient(ellipse 60% 50% at 90% 10%,  rgba(184,79,42,0.07)  0%, transparent 55%),
    radial-gradient(ellipse 70% 60% at 50% 95%,  rgba(200,129,63,0.08) 0%, transparent 65%),
    radial-gradient(ellipse 45% 40% at 20% 70%,  rgba(107,143,114,0.06) 0%, transparent 55%),
    radial-gradient(ellipse 50% 45% at 80% 55%,  rgba(200,129,63,0.05) 0%, transparent 60%);
  animation: hearthFloat 22s ease-in-out infinite alternate;
  pointer-events: none;
}
@keyframes hearthFloat {
  0%   { transform: scale(1)    translate(0, 0);       opacity: 1;   }
  33%  { transform: scale(1.03) translate(-1%, 0.8%);  opacity: 0.88; }
  66%  { transform: scale(1.02) translate(0.8%, -1%);  opacity: 0.93; }
  100% { transform: scale(1.04) translate(-0.5%, 0.5%);opacity: 1;   }
}

/* ── BOTANICAL PARTICLE FIELD ────────────────────────────── */
body::after {
  content: '';
  position: fixed; inset: 0; z-index: 0;
  pointer-events: none;
  background-image:
    radial-gradient(1.5px 1.5px at 8%   6%,  rgba(212,160,85,0.50) 0%, transparent 100%),
    radial-gradient(1px   1px   at 22%  18%, rgba(253,246,227,0.28) 0%, transparent 100%),
    radial-gradient(1.5px 1.5px at 38%  4%,  rgba(212,160,85,0.42) 0%, transparent 100%),
    radial-gradient(1px   1px   at 61%  12%, rgba(253,246,227,0.22) 0%, transparent 100%),
    radial-gradient(1.5px 1.5px at 77%  26%, rgba(212,160,85,0.48) 0%, transparent 100%),
    radial-gradient(1px   1px   at 91%  8%,  rgba(253,246,227,0.32) 0%, transparent 100%),
    radial-gradient(1px   1px   at 4%   35%, rgba(212,160,85,0.38) 0%, transparent 100%),
    radial-gradient(1px   1px   at 17%  52%, rgba(253,246,227,0.18) 0%, transparent 100%),
    radial-gradient(1.5px 1.5px at 33%  46%, rgba(212,160,85,0.44) 0%, transparent 100%),
    radial-gradient(1px   1px   at 52%  58%, rgba(253,246,227,0.28) 0%, transparent 100%),
    radial-gradient(1.5px 1.5px at 69%  40%, rgba(212,160,85,0.33) 0%, transparent 100%),
    radial-gradient(1px   1px   at 85%  55%, rgba(253,246,227,0.22) 0%, transparent 100%),
    radial-gradient(1px   1px   at 6%   72%, rgba(212,160,85,0.48) 0%, transparent 100%),
    radial-gradient(1px   1px   at 25%  80%, rgba(253,246,227,0.18) 0%, transparent 100%),
    radial-gradient(1.5px 1.5px at 44%  76%, rgba(212,160,85,0.38) 0%, transparent 100%),
    radial-gradient(1px   1px   at 66%  88%, rgba(253,246,227,0.28) 0%, transparent 100%),
    radial-gradient(1.5px 1.5px at 81%  70%, rgba(212,160,85,0.42) 0%, transparent 100%),
    radial-gradient(2px   2px   at 30%  15%, rgba(212,160,85,0.58) 0%, transparent 100%),
    radial-gradient(2px   2px   at 56%  32%, rgba(212,160,85,0.52) 0%, transparent 100%),
    radial-gradient(2px   2px   at 74%  63%, rgba(212,160,85,0.48) 0%, transparent 100%),
    radial-gradient(2px   2px   at 13%  90%, rgba(212,160,85,0.44) 0%, transparent 100%),
    radial-gradient(2px   2px   at 88%  42%, rgba(212,160,85,0.58) 0%, transparent 100%);
  animation: dustTwinkle 7s ease-in-out infinite alternate;
}
@keyframes dustTwinkle {
  0%   { opacity: 0.5; }
  50%  { opacity: 1;   }
  100% { opacity: 0.65; }
}

section, nav, footer, #trust-bar, #fomo-bar { position: relative; z-index: 1; }

/* ── FOMO BAR ────────────────────────────────────────────── */
#fomo-bar {
  background: linear-gradient(90deg, #0c1409 0%, #1a0e00 40%, #140a00 60%, #0c1409 100%);
  border-bottom: 1px solid rgba(200,129,63,0.40);
  padding: 10px 20px;
  position: sticky; top: 0; z-index: 1001;
  overflow: hidden;
  animation: fomoSlideDown 0.55s cubic-bezier(0.34,1.56,0.64,1) both, fomoGlowIn 1.3s ease 0.5s both;
  transform-origin: top center;
}
@keyframes fomoSlideDown {
  0%   { transform: translateY(-100%); opacity: 0; }
  100% { transform: translateY(0);     opacity: 1; }
}
@keyframes fomoGlowIn {
  0%   { box-shadow: none; }
  40%  { box-shadow: 0 4px 30px rgba(200,129,63,0.6), 0 8px 60px rgba(200,129,63,0.3); }
  100% { box-shadow: 0 2px 16px rgba(200,129,63,0.18); }
}
#fomo-bar::before {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(90deg, transparent 0%, rgba(200,129,63,0.07) 50%, transparent 100%);
  animation: fomoSweep 3.5s linear infinite;
}
@keyframes fomoSweep {
  0%   { transform: translateX(-100%); }
  100% { transform: translateX(100%); }
}
.fomo-inner {
  display: flex; align-items: center; justify-content: center;
  gap: 16px; flex-wrap: wrap;
  font-family: 'Inter', sans-serif;
  font-size: 12.5px; font-weight: 600;
  color: rgba(253,246,227,0.85);
  position: relative; z-index: 1;
}
.fomo-live {
  display: flex; align-items: center; gap: 6px;
  color: rgba(253,246,227,0.75);
}
.live-dot {
  display: inline-block; width: 7px; height: 7px; border-radius: 50%;
  background: #6bba80;
  box-shadow: 0 0 8px #6bba80, 0 0 16px rgba(107,186,128,0.5);
  animation: livePulse 1.6s ease-in-out infinite;
}
@keyframes livePulse {
  0%,100% { transform: scale(1); opacity: 1; }
  50%      { transform: scale(1.5); opacity: 0.65; }
}
.fomo-sep { color: rgba(200,129,63,0.35); font-size: 16px; }
.fomo-countdown {
  display: flex; align-items: center; gap: 6px;
  color: rgba(253,246,227,0.9);
}
.fomo-leaf { font-size: 14px; animation: leafSway 1.2s ease-in-out infinite alternate; }
@keyframes leafSway {
  from { transform: rotate(-10deg) scale(1); }
  to   { transform: rotate(10deg) scale(1.1); }
}
.timer-wrap {
  display: inline-flex; align-items: center; gap: 2px;
  background: rgba(200,129,63,0.13); border: 1px solid rgba(200,129,63,0.40);
  border-radius: 6px; padding: 2px 9px;
}
.timer-seg {
  font-family: 'Playfair Display', serif; font-size: 15px; font-weight: 700; min-width: 22px; text-align: center;
  background: linear-gradient(135deg, var(--amber-bright), var(--amber-lt));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.timer-colon {
  color: var(--amber); font-weight: 700; font-size: 14px;
  animation: colonBlink 1s step-end infinite;
}
@keyframes colonBlink { 0%,100% { opacity: 1; } 50% { opacity: 0.2; } }
.fomo-slots { color: var(--amber-lt); font-weight: 700; }
.fomo-slots strong { color: var(--amber-bright); }

/* ── NAV ─────────────────────────────────────────────────── */
#main-nav {
  position: sticky; top: 0; z-index: 999;
  background: rgba(21,31,22,0.88);
  backdrop-filter: blur(20px) saturate(180%);
  border-bottom: 1px solid rgba(200,129,63,0.22);
  transition: box-shadow 0.3s;
}
.nav-inner {
  max-width: 1100px; margin: 0 auto; padding: 0 22px;
  height: 62px; display: flex; align-items: center; justify-content: space-between;
}
.nav-logo {
  font-family: 'Playfair Display', serif; font-weight: 700;
  font-size: 15px; letter-spacing: 0.14em;
  background: linear-gradient(135deg, var(--parchment), var(--amber-lt));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
  text-decoration: none;
}
.nav-logo span { color: var(--amber); -webkit-text-fill-color: var(--amber-bright); }
.nav-links {
  display: flex; align-items: center; gap: 22px;
}
.nav-links a {
  font-family: 'Inter', sans-serif;
  font-size: 11.5px; font-weight: 600; letter-spacing: 0.06em;
  color: rgba(253,246,227,0.52); text-decoration: none;
  transition: color 0.2s;
  white-space: nowrap;
}
.nav-links a:hover { color: var(--amber-lt); }
@media (max-width: 768px) { .nav-links { display: none; } }

/* ── BUTTONS ─────────────────────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  font-family: 'Inter', sans-serif; font-weight: 700;
  font-size: 13.5px; letter-spacing: 0.06em; text-transform: uppercase;
  padding: 14px 28px; border-radius: var(--radius);
  text-decoration: none; border: none; cursor: pointer;
  transition: var(--tr); white-space: nowrap;
  position: relative; overflow: hidden;
}
/* Full-width block buttons: allow wrapping so text never clips */
.btn-block {
  white-space: normal;
  text-align: center;
  line-height: 1.35;
  padding: 14px 18px;
}
.btn::after {
  content: '';
  position: absolute; top: 0; left: -100%;
  width: 60%; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.18), transparent);
  transition: left 0.5s ease;
}
.btn:hover::after { left: 140%; }

.btn-amber {
  background: linear-gradient(135deg, var(--amber-lt) 0%, var(--amber) 50%, var(--amber-dk) 100%);
  color: #fff;
  box-shadow: 0 4px 20px rgba(200,129,63,0.40), 0 1px 0 rgba(255,255,255,0.12) inset;
}
.btn-amber:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 8px 30px rgba(200,129,63,0.65), var(--glow-amber);
}
.btn-amber:active { transform: translateY(-1px) scale(0.99); }

.btn-outline {
  background: rgba(200,129,63,0.09);
  border: 1.5px solid var(--amber);
  color: var(--amber-lt);
  backdrop-filter: blur(8px);
}
.btn-outline:hover {
  background: linear-gradient(135deg, var(--amber-lt), var(--amber));
  color: #fff; border-color: transparent;
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 6px 25px rgba(200,129,63,0.55), var(--glow-amber-sm);
}
.btn-sm { font-size: 11px; padding: 8px 16px; border-radius: 8px; }
.btn-block { width: 100%; }

/* ── HERO ────────────────────────────────────────────────── */
#hero {
  padding: 26px 0 18px; text-align: center;
  background: linear-gradient(180deg, rgba(21,31,22,0) 0%, rgba(36,48,38,0.5) 100%);
  border-bottom: 1px solid rgba(200,129,63,0.12);
  overflow: hidden;
}
#hero::before {
  content: '';
  position: absolute; border-radius: 50%;
  width: 350px; height: 350px;
  background: radial-gradient(circle, rgba(200,129,63,0.09), transparent 70%);
  top: -80px; left: -80px;
  animation: floatOrb 10s ease-in-out infinite;
  pointer-events: none;
}
#hero::after {
  content: '';
  position: absolute; border-radius: 50%;
  width: 220px; height: 220px;
  background: radial-gradient(circle, rgba(107,143,114,0.09), transparent 70%);
  bottom: -50px; right: -50px;
  animation: floatOrb 10s ease-in-out infinite;
  animation-delay: -5s;
  pointer-events: none;
}
@keyframes floatOrb {
  0%, 100% { transform: translate(0,0) scale(1); }
  50%       { transform: translate(25px,-25px) scale(1.08); }
}

.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: 'Inter', sans-serif;
  font-size: 10px; font-weight: 700; letter-spacing: 0.26em; text-transform: uppercase;
  color: var(--amber-lt);
  background: rgba(200,129,63,0.1); border: 1px solid rgba(200,129,63,0.32);
  padding: 5px 16px; border-radius: 100px;
  margin-bottom: 14px;
  animation: fadeSlideDown 0.6s ease both;
}
@keyframes fadeSlideDown {
  from { opacity:0; transform:translateY(-14px); }
  to   { opacity:1; transform:translateY(0); }
}

.hero-headline {
  font-family: 'Playfair Display', serif;
  font-size: clamp(22px, 3.2vw, 42px);
  font-weight: 900; line-height: 1.15;
  max-width: 860px; margin: 0 auto 12px;
  animation: fadeSlideUp 0.7s ease 0.1s both;
}
@keyframes fadeSlideUp {
  from { opacity:0; transform:translateY(22px); }
  to   { opacity:1; transform:translateY(0); }
}
.hero-headline em {
  font-style: italic;
  background: linear-gradient(135deg, var(--amber-lt), var(--amber-bright), var(--amber));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
  background-size: 200% 100%;
  animation: amberShift 4s linear infinite;
}
@keyframes amberShift {
  0%   { background-position: 0% 50%; }
  100% { background-position: 200% 50%; }
}

.hero-sub {
  font-size: clamp(13px, 1.3vw, 15px);
  font-family: 'Lora', serif;
  font-style: italic;
  color: rgba(253,246,227,0.6);
  max-width: 600px; margin: 0 auto;
  animation: fadeSlideUp 0.7s ease 0.2s both;
}

/* ── TRUST BAR ───────────────────────────────────────────── */
#trust-bar {
  background: linear-gradient(90deg, rgba(200,129,63,0.07), rgba(200,129,63,0.14), rgba(200,129,63,0.07));
  border-top: 1px solid rgba(200,129,63,0.14);
  border-bottom: 1px solid rgba(200,129,63,0.14);
  padding: 8px 0; overflow: hidden;
}
.trust-inner {
  display: flex; flex-wrap: wrap; align-items: center;
  justify-content: center; gap: 4px;
}
.trust-item {
  font-family: 'Inter', sans-serif;
  font-size: 13px; color: rgba(253,246,227,0.72);
  padding: 0 24px; text-align: center;
}
.trust-item strong {
  background: linear-gradient(135deg, var(--amber-lt), var(--amber-bright));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}
.trust-sep { color: rgba(200,129,63,0.3); font-size: 20px; padding: 0 4px; }

/* ── BOOKS SECTION ───────────────────────────────────────── */
#books { padding: 20px 0 68px; }
.books-intro {
  text-align: center;
  font-family: 'Inter', sans-serif;
  font-size: 10px; font-weight: 700;
  letter-spacing: 0.24em; text-transform: uppercase;
  color: var(--amber); margin-bottom: 18px;
}
.cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px; align-items: start;
}
@media (max-width: 900px) { .cards-grid { grid-template-columns: 1fr; max-width: 490px; margin: 0 auto; } }

/* ── BOOK CARD ───────────────────────────────────────────── */
.book-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(200,129,63,0.22);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: transform 0.38s cubic-bezier(0.34,1.56,0.64,1), box-shadow 0.38s ease, border-color 0.38s ease;
  transform-style: preserve-3d;
  will-change: transform;
  backdrop-filter: blur(12px);
}
.book-card:hover {
  transform: translateY(-9px) perspective(900px) rotateX(2deg);
  border-color: rgba(200,129,63,0.52);
  box-shadow: 0 32px 80px rgba(0,0,0,0.45), 0 0 40px rgba(200,129,63,0.07);
}

/* featured card */
.book-card-featured {
  background: linear-gradient(135deg, rgba(200,129,63,0.15) 0%, rgba(200,129,63,0.06) 100%);
  border: 1px solid rgba(200,129,63,0.52);
  transform: translateY(-12px);
  box-shadow: 0 22px 72px rgba(0,0,0,0.45), 0 0 0 1px rgba(200,129,63,0.32), var(--glow-amber-sm);
  animation: cardPulse 3.2s ease-in-out infinite;
}
.book-card-featured:hover {
  transform: translateY(-20px) perspective(900px) rotateX(2deg);
  box-shadow: 0 44px 100px rgba(0,0,0,0.55), var(--glow-amber);
}
@keyframes cardPulse {
  0%, 100% { box-shadow: 0 22px 72px rgba(0,0,0,0.45), 0 0 0 1px rgba(200,129,63,0.32), 0 0 32px rgba(200,129,63,0.18); }
  50%       { box-shadow: 0 22px 72px rgba(0,0,0,0.45), 0 0 0 1px rgba(200,129,63,0.55), 0 0 55px rgba(200,129,63,0.32); }
}
.book-card-featured::before {
  content: '';
  position: absolute; inset: 0;
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg, var(--amber-bright), var(--amber), var(--amber-dk), var(--amber), var(--amber-bright));
  background-size: 300% 300%;
  opacity: 1; z-index: -1;
  animation: borderGlow 4.5s linear infinite;
  padding: 1px;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude;
}
@keyframes borderGlow {
  0%   { background-position: 0% 50%; }
  100% { background-position: 300% 50%; }
}

.featured-badge {
  background: linear-gradient(90deg, var(--amber-dk), var(--amber), var(--amber-dk));
  background-size: 200% 100%;
  animation: barShimmer 3.2s linear infinite;
  color: #fff; text-align: center;
  font-family: 'Inter', sans-serif;
  font-size: 11px; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase;
  padding: 10px 12px;
  text-shadow: 0 1px 3px rgba(0,0,0,0.3);
}
@keyframes barShimmer {
  0%   { background-position: 0% 0%; }
  100% { background-position: 200% 0%; }
}

/* cover */
.card-cover-wrap {
  position: relative; padding: 22px 22px 0;
}
.card-cover {
  width: 100%; border-radius: 10px; display: block;
  box-shadow: 0 18px 55px rgba(0,0,0,0.55);
  transition: transform 0.55s cubic-bezier(0.34,1.56,0.64,1), box-shadow 0.45s ease;
}
.book-card:hover .card-cover {
  transform: scale(1.04) translateY(-5px);
  box-shadow: 0 26px 72px rgba(0,0,0,0.65);
}
.card-price-badge {
  position: absolute; top: 12px; right: 12px;
  background: rgba(21,31,22,0.92);
  border: 2px solid var(--amber);
  color: var(--amber-lt); font-family: 'Playfair Display', serif;
  font-size: 17px; font-weight: 700;
  padding: 4px 14px; border-radius: 100px;
  backdrop-filter: blur(8px);
  box-shadow: var(--glow-amber-sm);
}
.card-price-badge-amber {
  background: linear-gradient(135deg, var(--amber-lt), var(--amber-dk));
  color: #fff; border-color: var(--amber-bright);
  box-shadow: var(--glow-amber);
  animation: badgePulse 2.2s ease-in-out infinite;
}
@keyframes badgePulse {
  0%,100% { box-shadow: 0 0 20px rgba(200,129,63,0.45); }
  50%     { box-shadow: 0 0 42px rgba(200,129,63,0.75), 0 0 65px rgba(200,129,63,0.28); }
}

/* card body */
.card-body { padding: 22px; }
.card-title {
  font-family: 'Playfair Display', serif;
  font-size: 19px; font-weight: 700; line-height: 1.25;
  margin-bottom: 6px;
  background: linear-gradient(135deg, var(--parchment), var(--cream-2));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}
.card-sub {
  font-size: 13px; color: rgba(253,246,227,0.52);
  font-style: italic; line-height: 1.55; margin-bottom: 16px;
  font-family: 'Lora', serif;
}

/* price row */
.card-price-row {
  display: flex; align-items: center; gap: 10px;
  flex-wrap: wrap; margin-bottom: 18px;
  padding: 12px 16px;
  background: rgba(200,129,63,0.07);
  border-radius: 10px;
  border: 1px solid rgba(200,129,63,0.15);
}
.price-was {
  font-family: 'Inter', sans-serif;
  font-size: 14px; color: rgba(253,246,227,0.28); text-decoration: line-through;
}
.price-now {
  font-family: 'Inter', sans-serif;
  font-size: 52px; font-weight: 800; line-height: 0.95; letter-spacing: -0.03em;
  background: linear-gradient(135deg, var(--amber-bright), var(--amber-lt));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}
.price-now::before { content: "$"; font-size: 24px; font-weight: 700; vertical-align: super; margin-right: 1px; }
.price-save {
  font-family: 'Inter', sans-serif;
  font-size: 10px; font-weight: 800; letter-spacing: 0.1em;
  text-transform: uppercase; color: #7de0a0;
  background: rgba(125,224,160,0.1); border: 1px solid rgba(125,224,160,0.3);
  padding: 3px 10px; border-radius: 100px;
}

/* bullets */
.card-bullets {
  list-style: none; margin-bottom: 20px;
  display: flex; flex-direction: column; gap: 9px;
}
.card-bullets li {
  font-size: 13.5px; color: rgba(253,246,227,0.78);
  padding-left: 26px; position: relative; line-height: 1.48;
  transition: color 0.2s;
  font-family: 'Lora', serif;
}
.card-bullets li::before {
  content: "✦";
  position: absolute; left: 0;
  font-size: 11px; font-weight: 700; top: 2px;
  background: linear-gradient(135deg, var(--amber-lt), var(--amber));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}
.book-card:hover .card-bullets li { color: rgba(253,246,227,0.92); }
.card-bullets li strong { color: var(--parchment); font-weight: 700; }
.card-footer-note {
  text-align: center; font-family: 'Inter', sans-serif;
  font-size: 11px;
  color: rgba(253,246,227,0.32); margin-top: 10px; letter-spacing: 0.04em;
}

/* ── WHY SECTION ─────────────────────────────────────────── */
.why-section {
  padding: 65px 0;
  background: linear-gradient(180deg, rgba(36,48,38,0.4) 0%, rgba(21,31,22,0.6) 100%);
  border-top: 1px solid rgba(200,129,63,0.10);
  border-bottom: 1px solid rgba(200,129,63,0.10);
}
.why-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(22px, 3.2vw, 38px); font-weight: 900;
  text-align: center; margin-bottom: 48px;
  background: linear-gradient(135deg, var(--parchment), var(--amber-lt));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}
.why-cols { display: grid; grid-template-columns: repeat(3,1fr); gap: 28px; }
@media (max-width: 768px) { .why-cols { grid-template-columns: 1fr; } }
.why-col {
  text-align: center; padding: 30px 24px;
  background: rgba(255,255,255,0.025);
  border: 1px solid rgba(200,129,63,0.13);
  border-radius: var(--radius-lg);
  transition: var(--tr);
}
.why-col:hover {
  background: rgba(200,129,63,0.065);
  border-color: rgba(200,129,63,0.32);
  transform: translateY(-5px);
}
.why-icon {
  font-size: 34px; margin-bottom: 16px;
  display: inline-block;
  filter: drop-shadow(0 0 14px rgba(200,129,63,0.38));
  transition: transform 0.3s, filter 0.3s;
}
.why-col:hover .why-icon { transform: scale(1.18) rotate(6deg); filter: drop-shadow(0 0 22px rgba(200,129,63,0.65)); }
.why-col h3 {
  font-family: 'Playfair Display', serif;
  font-size: 16px; font-weight: 700; color: var(--parchment);
  margin-bottom: 10px;
}
.why-col p {
  font-size: 13.5px; font-family: 'Lora', serif;
  color: rgba(253,246,227,0.58); line-height: 1.7;
}

/* ── TESTIMONIALS ────────────────────────────────────────── */
.testimonials-section { padding: 65px 0; }
.section-eyebrow {
  text-align: center;
  font-family: 'Inter', sans-serif;
  font-size: 11px; font-weight: 700;
  letter-spacing: 0.26em; text-transform: uppercase;
  color: var(--amber); margin-bottom: 30px;
  display: flex; align-items: center; justify-content: center; gap: 14px;
}
.section-eyebrow::before, .section-eyebrow::after {
  content: ''; flex: 1; max-width: 80px; height: 1px;
  background: linear-gradient(90deg, transparent, var(--amber), transparent);
}
.testimonials-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
@media (max-width: 768px) { .testimonials-grid { grid-template-columns: 1fr; } }
.tc {
  background: rgba(255,255,255,0.035);
  border: 1px solid rgba(200,129,63,0.16);
  border-radius: var(--radius-lg); padding: 26px;
  transition: var(--tr);
  position: relative; overflow: hidden;
}
.tc::before {
  content: '"';
  position: absolute; top: -12px; left: 16px;
  font-family: 'Playfair Display', serif;
  font-size: 88px; font-weight: 900; line-height: 1;
  color: rgba(200,129,63,0.08);
  pointer-events: none;
}
.tc:hover { transform: translateY(-6px); border-color: rgba(200,129,63,0.38); background: rgba(200,129,63,0.06); }
.tc-featured {
  background: linear-gradient(135deg, rgba(200,129,63,0.13), rgba(200,129,63,0.05));
  border-color: rgba(200,129,63,0.42);
  box-shadow: 0 10px 44px rgba(0,0,0,0.32), var(--glow-amber-sm);
}
.tc-stars {
  font-size: 14px; margin-bottom: 12px; letter-spacing: 2px;
  background: linear-gradient(90deg, var(--amber-bright), var(--amber-lt));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}
.tc p {
  font-size: 14px; font-style: italic; font-family: 'Lora', serif;
  color: rgba(253,246,227,0.78); line-height: 1.75; margin-bottom: 14px;
}
.tc-author {
  font-family: 'Inter', sans-serif;
  font-size: 12px; font-weight: 700; color: var(--amber-lt);
}

/* ── FAQ ─────────────────────────────────────────────────── */
.faq-section { padding: 52px 0 80px; }
.faq-inner { max-width: 720px; margin: 0 auto; }
.faq-list { margin-top: 0; }
.faq-item { border-bottom: 1px solid rgba(200,129,63,0.16); transition: var(--tr); }
.faq-q {
  width: 100%; background: none; border: none; cursor: pointer;
  display: flex; justify-content: space-between; align-items: center;
  padding: 20px 0; gap: 14px;
  font-family: 'Lora', serif; font-size: 15px; font-weight: 600;
  color: var(--parchment); text-align: left; transition: color 0.2s;
}
.faq-q:hover { color: var(--amber-lt); }
.faq-icon {
  flex-shrink: 0; width: 28px; height: 28px; border-radius: 50%;
  background: linear-gradient(135deg, var(--amber-lt), var(--amber-dk));
  color: #fff; display: flex; align-items: center; justify-content: center;
  font-family: 'Inter', sans-serif;
  font-size: 19px; font-weight: 300; line-height: 1;
  transition: transform 0.38s cubic-bezier(0.34,1.56,0.64,1), box-shadow 0.3s;
  box-shadow: 0 2px 12px rgba(200,129,63,0.28);
}
.faq-q:hover .faq-icon { box-shadow: var(--glow-amber-sm); }
.faq-q[aria-expanded="true"] .faq-icon {
  transform: rotate(45deg);
  background: linear-gradient(135deg, var(--amber-bright), var(--amber));
}
.faq-a { max-height: 0; overflow: hidden; transition: max-height 0.48s cubic-bezier(0.4,0,0.2,1); }
.faq-a.open { max-height: 320px; }
.faq-a p {
  font-family: 'Lora', serif;
  font-size: 14px; color: rgba(253,246,227,0.62); line-height: 1.8;
  padding-bottom: 20px;
}
.faq-a p strong { color: var(--amber-lt); font-weight: 600; }

/* ── FOOTER ──────────────────────────────────────────────── */
#footer {
  background: var(--forest);
  border-top: 1px solid rgba(200,129,63,0.13);
  padding: 44px 0;
  position: relative; overflow: hidden;
}
#footer::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 60% 80% at 50% 100%, rgba(200,129,63,0.04), transparent);
  pointer-events: none;
}
.footer-inner { text-align: center; position: relative; z-index: 1; }
.footer-brand {
  font-family: 'Playfair Display', serif; font-size: 15px; font-weight: 700;
  letter-spacing: 0.18em; margin-bottom: 18px;
  background: linear-gradient(135deg, var(--amber-lt), var(--amber-bright), var(--amber));
  background-size: 200% 100%;
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: amberShift 5.5s linear infinite;
}
.footer-tagline {
  font-family: 'Lora', serif; font-style: italic;
  font-size: 12px; color: rgba(253,246,227,0.35);
  margin-bottom: 18px;
}
.footer-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 26px; margin-bottom: 18px; }
.footer-links a {
  font-family: 'Inter', sans-serif;
  font-size: 12px; color: rgba(253,246,227,0.38); text-decoration: none; transition: color 0.2s;
}
.footer-links a:hover { color: var(--amber-lt); }
.footer-legal {
  font-family: 'Inter', sans-serif;
  font-size: 11px; color: rgba(253,246,227,0.22); max-width: 580px; margin: 0 auto; line-height: 1.75;
}

/* ── SCROLL REVEAL ───────────────────────────────────────── */
.reveal { opacity: 0; transform: translateY(30px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-d1 { transition-delay: 0.12s; }
.reveal-d2 { transition-delay: 0.26s; }

/* ── SCROLLBAR ───────────────────────────────────────────── */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--forest); }
::-webkit-scrollbar-thumb { background: var(--amber-dk); border-radius: 3px; }
::-webkit-scrollbar-thumb:hover { background: var(--amber); }

/* ── CUSTOM CURSOR ───────────────────────────────────────── */
@media (hover: hover) and (pointer: fine) {
  html, body { cursor: none; }
  a, button, select, input, .book-card, .faq-q, .why-col, .tc { cursor: none; }
  .custom-cursor-dot {
    position: fixed; top: 0; left: 0;
    width: 8px; height: 8px;
    background-color: var(--sage);
    border-radius: 50%;
    pointer-events: none; z-index: 99999;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 10px var(--sage);
    transition: width 0.2s, height 0.2s, background-color 0.2s;
  }
  .custom-cursor-outline {
    position: fixed; top: 0; left: 0;
    width: 36px; height: 36px;
    border: 2px solid var(--sage);
    border-radius: 50%;
    pointer-events: none; z-index: 99998;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 20px rgba(107,143,114,0.15);
    transition: width 0.2s, height 0.2s, border-color 0.2s, background-color 0.2s;
  }
  .custom-cursor-dot.hovered {
    width: 6px; height: 6px;
    background-color: var(--amber-lt);
    box-shadow: 0 0 10px var(--amber-lt);
  }
  .custom-cursor-outline.hovered {
    width: 52px; height: 52px;
    border-color: var(--amber);
    background-color: rgba(200,129,63,0.08);
    box-shadow: 0 0 28px rgba(200,129,63,0.22);
  }
  .cursor-particle {
    position: fixed;
    width: 5px; height: 5px;
    border-radius: 50%;
    pointer-events: none; z-index: 99997;
    transform: translate(-50%, -50%);
    animation: particleFade 0.65s cubic-bezier(0.1, 0.8, 0.3, 1) forwards;
  }
  @keyframes particleFade {
    0%   { transform: translate(-50%, -50%) scale(1); opacity: 0.75; }
    100% { transform: translate(-50%, -50%) scale(0.1) translateY(-8px); opacity: 0; }
  }
}
