body {
  font-family: 'Poppins', sans-serif;
  color: var(--abyss);
  background: var(--parchment);
  line-height: 1.7;
  font-size: 15px;
}

/* ── HERO ── */
.hero {
  min-height: 100vh; display: grid; grid-template-columns: 1fr 1fr;
  padding-top: 62px; overflow: hidden;
}
.hero-content {
  background: var(--abyss); display: flex; flex-direction: column;
  justify-content: center; padding: 5rem 4rem 5rem 5.5rem;
}
.hero-eyebrow {
  font-family: 'Poppins', sans-serif; font-size: 0.65rem; font-weight: 600;
  letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold); margin-bottom: 1.6rem;
}
.hero-headline {
  font-family: 'Unbounded', sans-serif; font-size: clamp(2.4rem, 4vw, 3.6rem);
  font-weight: 900; line-height: 1.05; color: var(--white); margin-bottom: 1.4rem;
}
.hero-headline em {
  display: block; font-family: 'Poppins', sans-serif;
  font-style: italic; font-weight: 600; color: var(--gold); font-size: 1.05em; line-height: 1.2;
}
.hero-subhead {
  font-family: 'Poppins', sans-serif; font-size: 1rem; font-weight: 300;
  color: var(--white-70); max-width: 440px; line-height: 1.85; margin-bottom: 2.8rem;
}
.hero-actions { display: flex; gap: 1.5rem; flex-wrap: wrap; align-items: center; }
.hero-visual {
  position: relative; overflow: hidden;
}
.hero-photo {
  width: 100%; height: 100%; object-fit: cover; object-position: center top; display: block;
}
.img-placeholder {
  background: rgba(6,31,40,0.07); border: 1.5px solid rgba(6,31,40,0.12);
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 0.7rem;
}
.img-placeholder span {
  font-family: 'Poppins', sans-serif; font-size: 0.62rem; letter-spacing: 0.15em;
  text-transform: uppercase; color: rgba(6,31,40,0.3); text-align: center; padding: 0 1rem;
}

/* ── MARQUEE ── */
.marquee-bar { background: var(--gold); padding: 0.75rem 0; overflow: hidden; }
.marquee-inner { display: flex; animation: marquee 28s linear infinite; white-space: nowrap; }
.marquee-inner span {
  font-family: 'Poppins', sans-serif; font-size: 0.7rem; font-weight: 700;
  letter-spacing: 0.2em; text-transform: uppercase; color: var(--abyss); padding: 0 2.5rem;
}
.marquee-inner span::after { content: '✦'; margin-left: 2.5rem; color: rgba(6,31,40,0.4); }
@keyframes marquee { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

/* ── INTRO ── */
.intro {
  background: var(--parchment); display: grid; grid-template-columns: 1fr 1fr;
  gap: 6rem; align-items: center; padding: 7rem 6rem;
}
.intro-quote { position: relative; padding-top: 3rem; }
.intro-quote::before {
  content: '\201C'; font-family: 'Unbounded', sans-serif;
  font-size: 9rem; font-weight: 900; color: rgba(6,31,40,0.12);
  position: absolute; top: -1.5rem; left: -1rem; line-height: 1;
}
.intro-quote blockquote {
  font-family: 'Poppins', sans-serif; font-style: italic; font-size: 1.3rem;
  font-weight: 400; line-height: 1.65; color: var(--abyss); position: relative; z-index: 1;
}
.intro-quote cite {
  display: block; font-family: 'Poppins', sans-serif; font-style: normal;
  font-size: 0.68rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--abyss); margin-top: 1.5rem;
}
.intro-photo {
  margin-top: 2rem; width: 180px; height: 200px; background: rgba(6,31,40,0.08);
  display: flex; align-items: center; justify-content: center; overflow: hidden;
}
.intro-photo img { width: 100%; height: 100%; object-fit: cover; }
.intro-text h2 {
  font-family: 'Unbounded', sans-serif; font-size: clamp(1.7rem, 2.8vw, 2.1rem);
  font-weight: 700; color: var(--abyss); margin-bottom: 1.2rem; line-height: 1.2;
}
.intro-text p {
  font-family: 'Poppins', sans-serif; font-size: 0.95rem; color: var(--abyss-text);
  line-height: 1.9; margin-bottom: 1rem;
}
.intro-text a {
  font-family: 'Poppins', sans-serif; font-weight: 700; color: var(--abyss);
  text-decoration: none; border-bottom: 1.5px solid var(--gold); padding-bottom: 1px;
}
.intro-text a:hover { color: var(--gold-dark); }

/* ── FOR YOU ── */
.for-you { background: var(--teal); padding: 6rem; }
.for-you-inner { max-width: 1100px; margin: 0 auto; }
.for-you-inner .section-eyebrow { color: var(--abyss) !important; }
.for-you h2 {
  font-family: 'Unbounded', sans-serif; font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 700; color: var(--white); line-height: 1.2; margin-bottom: 3.5rem; max-width: 680px;
}
.for-you-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 2.5rem 3rem; }
.for-you-card { border-left: 3px solid var(--gold); padding-left: 1.5rem; }
.for-you-card h3 {
  font-family: 'Poppins', sans-serif; font-style: italic; font-weight: 600; font-size: 1rem;
  color: var(--abyss); margin-bottom: 0.7rem;
}
.for-you-card p {
  font-family: 'Poppins', sans-serif; font-size: 0.88rem; line-height: 1.8; color: var(--white);
}

/* ── BOOK SECTION ── */
.book-section { background: var(--parchment); padding: 7rem 6rem; }
.book-section-inner {
  max-width: 1100px; margin: 0 auto;
  display: grid; grid-template-columns: 380px 1fr; gap: 6rem; align-items: start;
}
.book-visual { position: sticky; top: 90px; }
.book-info h2 {
  font-family: 'Unbounded', sans-serif; font-size: clamp(1.8rem, 2.8vw, 2.2rem);
  font-weight: 700; color: var(--abyss); margin-bottom: 1rem; line-height: 1.2;
}
.book-info > p {
  font-family: 'Poppins', sans-serif; font-size: 0.95rem; color: var(--abyss-text);
  line-height: 1.9; margin-bottom: 1.5rem;
}
.chapter-list { list-style: none; margin-bottom: 2.5rem; }
.chapter-list li {
  display: flex; align-items: flex-start; gap: 1rem;
  padding: 0.85rem 0; border-bottom: 1px solid rgba(6,31,40,0.1);
}
.chapter-num {
  font-family: 'Poppins', sans-serif; font-size: 0.72rem; font-weight: 700;
  letter-spacing: 0.12em; text-transform: uppercase; color: var(--abyss-text);
  min-width: 1.8rem; margin-top: 0.25rem; flex-shrink: 0;
}
.chapter-detail h4 {
  font-family: 'Poppins', sans-serif; font-size: 0.92rem; font-weight: 700;
  color: var(--abyss); margin-bottom: 0.2rem;
}
.chapter-detail p {
  font-family: 'Poppins', sans-serif; font-size: 0.82rem; color: var(--abyss-text); line-height: 1.65;
}
.book-buy-options { display: flex; gap: 1.5rem; flex-wrap: wrap; align-items: center; }

/* ── COACHING ── */
.coaching { background: var(--parchment); padding: 7rem 6rem; border-top: 1px solid rgba(6,31,40,0.08); }
.coaching-inner { max-width: 1100px; margin: 0 auto; }
.coaching-header {
  display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: start; margin-bottom: 4rem;
}
.coaching-header h2 {
  font-family: 'Unbounded', sans-serif; font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 700; line-height: 1.2; color: var(--abyss);
}
.coaching-header p {
  font-family: 'Poppins', sans-serif; font-size: 0.95rem; color: var(--abyss-text);
  line-height: 1.9; padding-top: 0.4rem;
}
.coaching-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 2rem; margin-bottom: 3rem; }
.coaching-card {
  background: var(--white); padding: 2.5rem 2rem; border: 1px solid rgba(6,31,40,0.1);
}
.coaching-card.featured { background: var(--abyss); border-color: var(--abyss); }
.coaching-card .card-tag {
  font-family: 'Poppins', sans-serif; font-size: 0.72rem; font-weight: 700;
  letter-spacing: 0.18em; text-transform: uppercase; color: var(--abyss-text); margin-bottom: 0.9rem;
}
/* Restore gold tag on the dark featured coaching card */
.coaching-card.featured .card-tag { color: var(--gold); }
.coaching-card h3 {
  font-family: 'Unbounded', sans-serif; font-size: 1.05rem; font-weight: 700;
  line-height: 1.3; color: var(--abyss); margin-bottom: 0.8rem;
}
.coaching-card.featured h3 { color: var(--white); }
.coaching-card p {
  font-family: 'Poppins', sans-serif; font-size: 0.88rem; line-height: 1.75;
  color: var(--abyss-text); margin-bottom: 1.5rem;
}
.coaching-card.featured p { color: var(--white-70); }
.coaching-card .card-link {
  font-family: 'Poppins', sans-serif; font-size: 0.75rem; font-weight: 700;
  letter-spacing: 0.08em; text-transform: uppercase; color: var(--abyss);
  text-decoration: none; border-bottom: 1.5px solid var(--gold);
}

/* ── ABOUT TEASER ── */
.about-teaser {
  background: var(--abyss); color: var(--white); padding: 7rem 6rem;
  display: grid; grid-template-columns: 1fr 1fr; gap: 6rem; align-items: center;
}
.about-teaser h2 {
  font-family: 'Unbounded', sans-serif; font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: 700; line-height: 1.25; color: var(--white); margin-bottom: 1.5rem;
}
.about-teaser p {
  font-family: 'Poppins', sans-serif; font-size: 0.93rem; line-height: 1.9;
  color: var(--white-70); margin-bottom: 1rem;
}
.about-teaser a {
  font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 0.82rem;
  letter-spacing: 0.08em; text-transform: uppercase; color: var(--gold);
  text-decoration: none; border-bottom: 1.5px solid var(--gold); padding-bottom: 1px;
}
.about-visual { display: flex; flex-direction: column; gap: 1.5rem; }
.about-tag-list { display: flex; flex-wrap: wrap; gap: 0.6rem; }
.about-tag {
  background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.14);
  padding: 0.35rem 0.9rem; font-family: 'Poppins', sans-serif;
  font-size: 0.72rem; letter-spacing: 0.07em; color: var(--white-70);
}
.about-stat-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.about-stat { border-left: 2px solid var(--gold); padding-left: 1.2rem; }
.about-stat .num {
  font-family: 'Unbounded', sans-serif; font-size: 2.4rem; font-weight: 900; color: var(--gold); line-height: 1;
}
.about-stat .label {
  font-family: 'Poppins', sans-serif; font-size: 0.7rem; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--white-50); margin-top: 0.3rem;
}

/* ── TESTIMONIALS ── */
.testimonials { background: var(--parchment); padding: 7rem 6rem; }
.testimonials-inner { max-width: 1100px; margin: 0 auto; }
.testimonials h2 {
  font-family: 'Unbounded', sans-serif; font-size: 2rem; font-weight: 700;
  text-align: center; color: var(--abyss); margin-bottom: 0.5rem;
}
.testimonials .section-eyebrow { text-align: center; margin-bottom: 1rem; }
.testimonial-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 2rem; margin-top: 3.5rem; }
.testimonial-card {
  background: var(--white); padding: 2.5rem; border: 1px solid rgba(6,31,40,0.08); position: relative;
}
.testimonial-card::before {
  content: '\201C'; font-family: 'Unbounded', sans-serif; font-size: 5rem;
  color: rgba(6,31,40,0.07); position: absolute; top: 0.5rem; left: 1.5rem; line-height: 1;
}
.testimonial-card p {
  font-family: 'Poppins', sans-serif; font-style: italic; font-size: 0.95rem;
  color: var(--abyss); line-height: 1.75; padding-top: 1rem; margin-bottom: 1.5rem;
}
.testimonial-credit {
  font-family: 'Poppins', sans-serif; font-size: 0.68rem; font-weight: 700;
  letter-spacing: 0.12em; text-transform: uppercase; color: var(--teal);
}

/* ── EMAIL CAPTURE ── */
.email-capture { background: var(--abyss); color: var(--white); padding: 5rem 6rem; text-align: center; }
.email-capture-inner { max-width: 620px; margin: 0 auto; }
.email-capture .section-eyebrow { color: var(--gold); text-align: center; }
.email-capture h2 {
  font-family: 'Unbounded', sans-serif; font-size: 2.2rem; font-weight: 700;
  line-height: 1.2; color: var(--white); margin-bottom: 1rem;
}
.email-capture p {
  font-family: 'Poppins', sans-serif; font-size: 0.93rem; color: var(--white-70);
  line-height: 1.85; margin-bottom: 2rem;
}
.email-form { display: flex; max-width: 460px; margin: 0 auto; }
.email-form input {
  flex: 1; padding: 1rem 1.4rem; font-family: 'Poppins', sans-serif; font-size: 0.88rem;
  border: none; border-radius: 0; outline: none; color: var(--abyss); background: var(--white);
}
.email-form button {
  background: var(--gold); color: var(--black); padding: 1rem 1.6rem;
  font-family: 'Unbounded', sans-serif; font-size: 0.62rem; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase; border: none; cursor: pointer;
  border-radius: 0; transition: background 0.18s; white-space: nowrap;
}
.email-form button:hover { background: var(--gold-dark); }
.email-fine { font-family: 'Poppins', sans-serif; font-size: 0.7rem; color: var(--white-35); margin-top: 1rem; }

/* ── DARK-BACKGROUND LINK COLOUR RESTORES ── */
/* btn-secondary in the dark hero stays gold */
.hero-content .btn-secondary { color: var(--gold); }
/* card-link on the featured (dark) coaching card stays gold */
.coaching-card.featured .card-link { color: var(--gold); border-bottom-color: var(--gold); }
/* about-teaser link is on dark abyss background — already defined below, just ensuring no override */

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
  .hero { grid-template-columns: 1fr; }
  .hero-content { padding: 5rem 3rem 4rem; }
  .hero-visual { min-height: 55vw; }
  .intro { grid-template-columns: 1fr; gap: 3rem; padding: 5rem 3rem; }
  .for-you { padding: 5rem 3rem; }
  .for-you-grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .book-section { padding: 5rem 3rem; }
  .book-section-inner { grid-template-columns: 1fr; gap: 3rem; }
  .book-visual { position: static; }
  .coaching { padding: 5rem 3rem; }
  .coaching-header { grid-template-columns: 1fr; gap: 1.5rem; }
  .coaching-cards { grid-template-columns: 1fr; }
  .about-teaser { grid-template-columns: 1fr; padding: 5rem 3rem; }
  .testimonials { padding: 5rem 3rem; }
  .testimonial-grid { grid-template-columns: 1fr; }
  .email-capture { padding: 4rem 3rem; }
}
@media (max-width: 640px) {
  .for-you-grid { grid-template-columns: 1fr; }
  .about-stat-grid { grid-template-columns: 1fr 1fr; }
  .hero-content { padding: 3rem 1.5rem; }
  .for-you { padding: 3rem 1.5rem; }
  .email-form { flex-direction: column; }
}
