*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html, body { overflow-x: hidden; max-width: 100%; }

:root {
  --cream:     #F9F6F0;
  --ivory:     #FFFFFF;
  --warm-gray: #EDE9E2;
  --linen:     #E2DAD0;
  --blush:     #C9B8A4;
  --ink:       #26211D;
  --ink-mid:   #5C564F;
  --ink-light: #8C847C;
  --gold:      #B07D45;
  --gold-pale: #CCA876;
  --sage:      #8FA48A;
}

html { scroll-behavior: smooth; }
body {
  font-family: 'DM Sans', sans-serif;
  background: var(--cream);
  color: var(--ink);
  font-weight: 400;
  font-size: 16px; overflow-x: hidden; max-width: 100%;
}

/* ═══════════════════════════════════
   NAV
═══════════════════════════════════ */
nav {
  position: fixed; top: 0; left: 0; width: 100%; z-index: 300;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 72px; height: 84px;
  background: rgba(249,246,240,0.96);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(194,178,158,0.3);
}
.nav-logo {
  font-family: 'Great Vibes', cursive;
  font-size: 30px; font-weight: 400;
  color: #26211D; text-decoration: none;
  letter-spacing: 0.02em; line-height: 1;
  display: inline-block;
}
.nav-logo .logo-first, .nav-logo .logo-last, .nav-logo .logo-rule { display: none; }
.nav-logo em { font-style: normal; color: var(--gold); }
.nav-links { display: flex; gap: 40px; list-style: none; }
.nav-links a {
  font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--ink-mid); text-decoration: none; transition: color .25s;
  font-weight: 500;
}
.nav-links a:hover { color: var(--gold); }
.nav-cta {
  font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase;
  background: var(--gold); color: #fff; text-decoration: none;
  padding: 11px 26px; transition: background .25s;
}
.nav-cta:hover { background: var(--ink); }

/* ═══════════════════════════════════
   HERO Full-bleed portrait with
            overlapping text card
═══════════════════════════════════ */
.hero {
  position: relative;
  height: calc(100vh - 84px); min-height: 616px;
  margin-top: 84px;
  overflow: hidden;
}
.hero-bg {
  position: absolute; inset: 0;
}
.hero-bg img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: center 15%;
  filter: brightness(0.65) saturate(0.80);
}
/* warm tinted overlay */
.hero-bg::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(100deg,
    rgba(38,33,29,0.65) 0%,
    rgba(38,33,29,0.30) 55%,
    rgba(38,33,29,0.10) 100%);
}
.hero-card {
  position: absolute; bottom: 80px; left: 64px;
  max-width: 580px;
}
.hero-tag {
  display: inline-flex; align-items: center; gap: 12px;
  font-size: 10px; letter-spacing: 0.28em; text-transform: uppercase;
  color: var(--gold-pale); margin-bottom: 28px;
}
.hero-tag::before { content:''; display:block; width:28px; height:1px; background:var(--gold-pale); }
.hero-h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(36px, 4.8vw, 68px);
  font-weight: 400; line-height: 1.15; color: #fff;
  margin-bottom: 26px;
}
.hero-h1 em { font-style: italic; color: var(--gold-pale); }
.hero-sub {
  font-size: 16px; line-height: 1.95;
  color: rgba(255,255,255,0.75);
  margin-bottom: 44px; max-width: 460px;
}
.btn-gold {
  display: inline-flex; align-items: center; gap: 12px;
  background: var(--gold); color: #fff;
  font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase;
  text-decoration: none; padding: 16px 38px;
  transition: background .25s, transform .2s;
}
.btn-gold:hover { background: #926734; transform: translateY(-1px); }
/* floating vertical text on right */
.hero-vertical {
  position: absolute; right: 48px; top: 50%;
  transform: translateY(-50%) rotate(90deg);
  transform-origin: center;
  font-size: 9px; letter-spacing: 0.35em; text-transform: uppercase;
  color: rgba(255,255,255,0.35);
}
/* scroll indicator */
.scroll-hint {
  position: absolute; bottom: 32px; right: 64px;
  display: flex; flex-direction: column; align-items: center; gap: 8px;
}
.scroll-hint span {
  font-size: 9px; letter-spacing: 0.25em; text-transform: uppercase;
  color: rgba(255,255,255,0.4);
}
.scroll-line {
  width: 1px; height: 48px;
  background: linear-gradient(to bottom, rgba(255,255,255,0.4), transparent);
  animation: scrollDrop 1.8s ease-in-out infinite;
}
@keyframes scrollDrop { 0%,100%{opacity:0;transform:scaleY(0);transform-origin:top} 50%{opacity:1;transform:scaleY(1)} }

/* ═══════════════════════════════════
   INTRO STRIP
═══════════════════════════════════ */
.intro-strip {
  background: var(--gold);
  padding: 22px 64px;
  display: flex; align-items: center; justify-content: center; gap: 48px;
  overflow: hidden;
}
.intro-strip p {
  font-family: 'Playfair Display', serif;
  font-size: 16px; font-style: italic; color: #fff;
  letter-spacing: 0.02em;
}
.intro-strip .sep { color: rgba(255,255,255,0.45); font-size: 18px; }

/* ═══════════════════════════════════
   ABOUT Asymmetric 3-col grid
             (image | content | accent)
═══════════════════════════════════ */
.about-wrap {
  background: var(--ivory);
  display: grid;
  grid-template-columns: 520px 1fr 220px;
  min-height: 680px;
  overflow: hidden;
}
.about-img {
  overflow: hidden; position: relative;
}
.about-img img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: center 15%;
  display: block;
}
.about-img-caption {
  position: absolute; bottom: 0; left: 0; right: 0;
  background: linear-gradient(to top, rgba(38,33,29,0.65), transparent);
  padding: 32px 28px 24px;
  font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase;
  color: rgba(255,255,255,0.75);
}
.about-content {
  padding: 90px 64px;
  display: flex; flex-direction: column; justify-content: center;
}
.label {
  font-size: 10px; letter-spacing: 0.32em; text-transform: uppercase;
  color: var(--gold); display: flex; align-items: center; gap: 14px;
  margin-bottom: 22px;
}
.label::after { content:''; display:block; width:30px; height:1px; background:var(--gold); }
h2.serif {
  font-family: 'Playfair Display', serif;
  font-size: clamp(28px, 3vw, 44px); font-weight: 400;
  line-height: 1.25; color: var(--ink); margin-bottom: 26px;
}
h2.serif em { font-style: italic; color: var(--gold); }
.body-text {
  font-size: 16px; line-height: 1.95; letter-spacing: 0.01em;
  font-size: 16px; line-height: 1.95; color: var(--ink-mid); margin-bottom: 16px;
}
.btn-ink {
  display: inline-flex; align-items: center; gap: 12px;
  border: 1px solid var(--ink); color: var(--ink);
  font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase;
  text-decoration: none; padding: 13px 28px; margin-top: 20px;
  align-self: flex-start; transition: background .25s, color .25s;
}
.btn-ink:hover { background: var(--ink); color: var(--cream); }
.about-accent {
  background: var(--warm-gray);
  display: flex; flex-direction: column; align-items: center;
  justify-content: flex-end; padding: 48px 28px;
  border-left: 1px solid var(--linen);
}
.about-accent .big-num {
  font-family: 'Playfair Display', serif;
  font-size: 96px; font-weight: 400; color: var(--linen);
  line-height: 1;
}
.about-accent .big-label {
  font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--ink-light); text-align: center; line-height: 1.7;
  margin-top: 8px;
}

/* ═══════════════════════════════════
   BOOK Centred editorial layout
            (no split, full-width story)
═══════════════════════════════════ */
.book-section {
  background: var(--cream);
  padding: 120px 64px;
  display: grid;
  grid-template-columns: 1fr 440px 1fr;
  grid-template-rows: auto auto;
  gap: 0 60px;
  align-items: start;
  overflow: hidden;
}
.book-text-left {
  padding-top: 48px;
}
.book-text-right {
  padding-top: 160px;
}
.book-center {
  display: flex; flex-direction: column; align-items: center;
  position: relative;
}
.book-img-wrap {
  position: relative; width: 100%;
}
.book-img-wrap img {
  width: 100%; display: block;
  box-shadow: 0 40px 100px rgba(38,33,29,0.18);
}
.book-badge {
  position: absolute; top: -20px; right: -28px;
  width: 84px; height: 84px; border-radius: 50%;
  background: var(--gold);
  display: flex; align-items: center; justify-content: center;
  flex-direction: column;
  box-shadow: 0 8px 30px rgba(176,125,69,0.45);
}
.book-badge span {
  font-family: 'Playfair Display', serif;
  font-size: 11px; font-style: italic; color: #fff;
  text-align: center; line-height: 1.3;
}
.book-divider {
  width: 1px; height: 60px; background: var(--linen); margin: 36px auto 0;
}
.book-cta {
  text-align: center; margin-top: 28px;
}
.book-text-left p,
.book-text-right p {
  font-size: 16px; line-height: 1.95; color: var(--ink-mid); margin-bottom: 14px;
}
.book-pull-quote {
  font-family: 'Playfair Display', serif;
  font-size: 19px; font-style: italic; color: var(--gold);
  line-height: 1.55; border-left: 2px solid var(--gold);
  padding-left: 20px; margin-top: 28px;
}

/* ═══════════════════════════════════
   GLADD Horizontal card band
             (NOT a split image/text)
═══════════════════════════════════ */
.gladd-section {
  background: var(--ink);
  padding: 0;
  display: grid;
  grid-template-rows: auto;
  overflow: hidden;
}
/* top: wide image strip */
.gladd-img-strip {
  height: 400px; overflow: hidden; position: relative;
}
.gladd-img-strip img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: center 30%;
  filter: brightness(0.5) saturate(0.7);
}
.gladd-img-strip-overlay {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
}
.gladd-centered-text {
  text-align: center; max-width: 680px; padding: 0 32px;
}
.gladd-centered-text .label { color: var(--gold-pale); justify-content: center; }
.gladd-centered-text .label::after { background: var(--gold-pale); }
.gladd-centered-text h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(32px, 4vw, 56px); font-weight: 400;
  color: #fff; line-height: 1.2; margin-bottom: 20px;
}
.gladd-centered-text h2 em { font-style: italic; color: var(--gold-pale); }
.gladd-centered-text p {
  font-size: 16px; color: rgba(255,255,255,0.68); line-height: 1.95;
  margin-bottom: 36px;
}
/* bottom: 3 stat cards */
.gladd-stats {
  display: grid; grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(255,255,255,0.08);
}
.gladd-stat-card {
  padding: 52px 48px;
  border-right: 1px solid rgba(255,255,255,0.08);
  text-align: center;
  transition: background .3s;
}
.gladd-stat-card:last-child { border-right: none; }
.gladd-stat-card:hover { background: rgba(176,125,69,0.1); }
.gladd-stat-card .num {
  font-family: 'Playfair Display', serif;
  font-size: 56px; font-weight: 400; color: var(--gold-pale);
  line-height: 1; display: block; margin-bottom: 12px;
}
.gladd-stat-card .stat-label {
  font-size: 10.5px; letter-spacing: 0.2em; text-transform: uppercase;
  color: rgba(255,255,255,0.45); line-height: 1.7;
}
.gladd-stat-card .stat-desc {
  font-size: 14px; color: rgba(255,255,255,0.55);
  line-height: 1.75; margin-top: 14px;
}

/* ═══════════════════════════════════
   SPEAKING Masonry-style 3-col
═══════════════════════════════════ */
.speaking-section {
  background: var(--warm-gray);
  padding: 120px 64px;
}
.speaking-head {
  display: grid; grid-template-columns: 1fr 1fr; gap: 60px;
  margin-bottom: 80px; align-items: end;
}
.speaking-head-right {
  display: flex; justify-content: flex-end; align-items: flex-end;
}
.speaking-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 320px 260px;
  gap: 3px;
}
.sp-tile {
  overflow: hidden; position: relative;
}
.sp-tile img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .6s ease; filter: brightness(0.75) saturate(0.8);
}
.sp-tile:hover img { transform: scale(1.04); }
.sp-tile-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(38,33,29,0.7) 0%, transparent 60%);
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 28px;
}
.sp-tile-label {
  font-size: 9.5px; letter-spacing: 0.24em; text-transform: uppercase;
  color: var(--gold-pale); margin-bottom: 6px;
}
.sp-tile-title {
  font-family: 'Playfair Display', serif;
  font-size: 20px; font-weight: 400; color: #fff; line-height: 1.3;
}
/* span tiles */
.sp-tile-wide { grid-column: span 2; }
.sp-tall { grid-row: span 2; }
/* topic list for non-image tile */
.sp-topic-tile {
  background: var(--gold);
  display: flex; flex-direction: column; justify-content: center;
  padding: 48px 40px; gap: 0;
}
.sp-topic-tile h3 {
  font-family: 'Playfair Display', serif;
  font-size: 22px; font-weight: 400; color: #fff;
  font-style: italic; margin-bottom: 28px;
}
.sp-topic-item {
  display: flex; align-items: center; gap: 16px;
  padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,0.2);
  font-size: 13px; color: rgba(255,255,255,0.88); letter-spacing: 0.04em;
}
.sp-topic-item:last-child { border-bottom: none; }
.sp-topic-item::before {
  content:''; width: 5px; height: 5px;
  border-radius: 50%; background: rgba(255,255,255,0.6);
  flex-shrink: 0;
}

/* ═══════════════════════════════════
   TESTIMONIAL BAND
═══════════════════════════════════ */
.testimonial-band {
  background: var(--ivory);
  padding: 100px 64px;
  text-align: center;
  overflow: hidden;
}
.testimonial-band blockquote {
  font-family: 'Playfair Display', serif;
  font-size: clamp(20px, 2.5vw, 32px); font-style: italic;
  color: var(--ink); line-height: 1.55;
  max-width: 820px; margin: 0 auto 28px;
  position: relative;
}
.testimonial-band blockquote::before {
  content: '\201C';
  position: absolute; top: -24px; left: -18px;
  font-size: 96px; color: var(--linen); line-height: 1;
  font-family: 'Playfair Display', serif;
}
.testimonial-band cite {
  font-size: 11px; letter-spacing: 0.24em; text-transform: uppercase;
  color: var(--gold); font-style: normal;
}

/* ═══════════════════════════════════
   INSTAGRAM Full-bleed scroll strip
═══════════════════════════════════ */
.instagram-section {
  background: var(--cream);
  padding: 100px 0 0;
  overflow: hidden;
}
.instagram-head {
  padding: 0 64px 60px;
  display: flex; align-items: flex-end; justify-content: space-between;
}
.insta-strip {
  display: grid; grid-template-columns: repeat(5, 1fr);
  height: 300px;
}
.insta-tile {
  overflow: hidden; position: relative; cursor: pointer;
}
.insta-tile::after {
  content: ''; position: absolute; inset: 0;
  background: rgba(176,125,69,0);
  transition: background .3s;
}
.insta-tile:hover::after { background: rgba(176,125,69,0.35); }
.insta-placeholder {
  width: 100%; height: 100%;
  background: var(--linen);
  display: flex; align-items: center; justify-content: center;
}
.insta-placeholder span {
  font-family: 'Playfair Display', serif;
  font-size: 40px; color: var(--blush); opacity: 0.6;
}

/* ═══════════════════════════════════
   CONNECT
═══════════════════════════════════ */
.connect-section {
  background: var(--warm-gray);
  padding: 120px 64px;
  display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center;
  overflow: hidden;
}
.connect-left h2 { margin-bottom: 18px; }
.connect-left p { font-size: 16px; line-height: 1.95; color: var(--ink-mid); }
.connect-right { display: flex; flex-direction: column; gap: 0; }
.connect-field {
  display: flex;
}
.connect-field input {
  flex: 1; padding: 16px 22px;
  border: 1px solid var(--linen); border-right: none;
  background: var(--ivory); font-family: 'DM Sans', sans-serif;
  font-size: 14px; color: var(--ink); outline: none;
}
.connect-field input::placeholder { color: var(--blush); }
.connect-field button {
  background: var(--ink); color: var(--cream);
  border: none; padding: 16px 30px;
  font-family: 'DM Sans', sans-serif; font-size: 10px;
  letter-spacing: 0.2em; text-transform: uppercase; cursor: pointer;
  transition: background .25s;
}
.connect-field button:hover { background: var(--gold); }
.social-row {
  display: flex; gap: 28px; margin-top: 36px;
}
.social-row a {
  font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--ink-light); text-decoration: none; transition: color .25s;
}
.social-row a:hover { color: var(--gold); }

/* ═══════════════════════════════════
   FOOTER
═══════════════════════════════════ */
footer {
  background: var(--ink);
  padding: 44px 72px;
  display: flex; align-items: center; justify-content: space-between;
  gap: 24px; flex-wrap: wrap;
}
.foot-logo {
  font-family: 'Great Vibes', cursive;
  font-size: 34px; font-weight: 400;
  color: var(--cream); text-decoration: none;
  letter-spacing: 0.02em; line-height: 1;
}
.foot-logo em { font-style: italic; color: var(--gold-pale); }
.foot-links { display: flex; gap: 32px; }
.foot-links a {
  font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase;
  color: rgba(249,246,240,0.4); text-decoration: none; transition: color .25s;
}
.foot-links a:hover { color: var(--gold-pale); }
footer p {
  font-size: 11px; color: rgba(249,246,240,0.3); letter-spacing: 0.08em;
}

/* ═══════════════════════════════════
   ANIMATIONS
═══════════════════════════════════ */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .75s ease, transform .75s ease; }
.reveal.in { opacity: 1; transform: translateY(0); }
.reveal-left { opacity: 0; transform: translateX(-36px); transition: opacity .75s ease, transform .75s ease; }
.reveal-left.in { opacity: 1; transform: translateX(0); }
.reveal-right { opacity: 0; transform: translateX(36px); transition: opacity .75s ease, transform .75s ease; }
.reveal-right.in { opacity: 1; transform: translateX(0); }

/* hamburger */
.hamburger {
  display: none; flex-direction: column; gap: 5px;
  cursor: pointer; background: none; border: none; padding: 6px; z-index: 2;
}
.hamburger span {
  display: block; width: 24px; height: 1.5px;
  background: var(--ink); transition: transform .35s, opacity .25s;
}
.hamburger.open span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

/* mobile drawer */
.mobile-menu {
  display: none; position: fixed; inset: 0; z-index: 250;
  background: var(--cream);
  flex-direction: column; align-items: center; justify-content: center;
  gap: 32px; opacity: 0; pointer-events: none; transition: opacity .35s;
}
.mobile-menu.open { opacity: 1; pointer-events: all; }
.mobile-menu a {
  font-family: 'Playfair Display', serif;
  font-size: 28px; font-weight: 400; color: var(--ink);
  text-decoration: none; letter-spacing: 0.04em; transition: color .2s;
}
.mobile-menu a:hover { color: var(--gold); }
.mobile-menu .mob-cta {
  margin-top: 8px; font-family: 'DM Sans', sans-serif;
  font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase;
  background: var(--gold); color: #fff; padding: 14px 36px; font-style: normal;
}

/* scroll reveal */
.reveal       { opacity:0; transform:translateY(26px);  transition: opacity .7s ease, transform .7s ease; }
.reveal-left  { opacity:0; transform:translateX(-32px); transition: opacity .7s ease, transform .7s ease; }
.reveal-right { opacity:0; transform:translateX(32px);  transition: opacity .7s ease, transform .7s ease; }
.reveal.in, .reveal-left.in, .reveal-right.in { opacity:1; transform:translate(0); }

/* ═══════════════════════════════════════════════════
   RESPONSIVE TABLET ≤ 1024px
═══════════════════════════════════════════════════ */
@media (max-width: 1024px) {

  nav { padding: 0 36px; height: 84px; }
  .nav-links, .nav-cta { display: none; }
  .hamburger { display: flex; }
  .mobile-menu { display: flex; }

  .hero-card { left: 36px; max-width: 500px; bottom: 60px; }
  .hero-vertical { display: none; }

  .about-wrap { grid-template-columns: 1fr 1fr;   overflow: hidden;
}
  .about-accent { display: none; }

  .book-section {
    grid-template-columns: 1fr;
    padding: 80px 36px;
    gap: 48px;
    overflow: hidden;
}
  .book-text-left, .book-text-right { padding-top: 0; }
  .book-center { max-width: 320px; margin: 0 auto; }

  .gladd-img-strip { height: 360px; }
  .gladd-stats { grid-template-columns: 1fr; }
  .gladd-stat-card { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.07); padding: 40px 36px; }
  .gladd-stat-card:last-child { border-bottom: none; }

  .speaking-section { padding: 80px 36px; }
  .speaking-head { flex-direction: column; align-items: flex-start; gap: 28px; }
  .speaking-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 280px 260px 240px;
  }
  .sp-tall { grid-row: span 1; }
  .sp-wide { grid-column: span 2; }

  .testimonial-band { padding: 72px 36px;   overflow: hidden;
}

  .instagram-head { padding: 0 36px 44px; }
  .insta-strip { grid-template-columns: repeat(3,1fr); height: 240px; }
  .insta-tile:nth-child(n+4) { display: none; }

  .connect-section { grid-template-columns: 1fr; gap: 48px; padding: 80px 36px;   overflow: hidden;
}

  footer { padding: 36px 36px; flex-wrap: wrap; gap: 20px; }
  .foot-links { display: none; }
}

/* ═══════════════════════════════════════════════════
   RESPONSIVE MOBILE ≤ 640px
═══════════════════════════════════════════════════ */
@media (max-width: 640px) {

  nav { padding: 0 20px; height: 72px; }
  .nav-logo { font-size: 26px; }

  .hero { min-height: 616px; margin-top: 84px; }
  .hero-card { left: 20px; right: 20px; bottom: 40px; max-width: 100%; }
  .hero-h1 { font-size: clamp(28px, 7.5vw, 38px); }
  .hero-sub { display: none; }
  .hero-bg img { object-position: 65% 15%; }
  .hero-bg::after { background: linear-gradient(110deg, rgba(38,33,29,0.82) 0%, rgba(38,33,29,0.55) 55%, rgba(38,33,29,0.15) 100%); }
  .scroll-hint { display: none; }

  .intro-strip { padding: 18px 20px; flex-direction: column; gap: 8px; text-align: center;   overflow: hidden;
}
  .intro-strip .sep { display: none; }
  .intro-strip p { font-size: 14px; }

  .about-wrap { grid-template-columns: 1fr;   overflow: hidden;
}
  .about-img { height: 300px; }
  .about-content { padding: 52px 20px; }

  .book-section { padding: 60px 20px; gap: 36px;   overflow: hidden;
}
  .book-center { max-width: 240px; }
  .book-pull-quote { font-size: 16px; }

  .gladd-img-strip { height: 300px; }
  .gladd-centered-text { padding: 0 20px; }
  .gladd-centered-text h2 { font-size: clamp(24px, 6vw, 34px); }
  .gladd-centered-text p { font-size: 14px; }
  .gladd-stat-card { padding: 32px 20px; }
  .gladd-stat-card .num { font-size: 40px; }

  .speaking-section { padding: 60px 20px; }
  .speaking-head { margin-bottom: 32px; }
  .speaking-grid {
    grid-template-columns: 1fr;
    grid-template-rows: 260px 240px 260px 240px;
  }
  .sp-tall, .sp-wide { grid-column: span 1; grid-row: span 1; }

  .testimonial-band { padding: 60px 20px;   overflow: hidden;
}
  .testimonial-band blockquote { font-size: clamp(17px, 4.5vw, 22px); }
  .testimonial-band blockquote::before { display: none; }

  .instagram-section { padding-top: 60px;   overflow: hidden;
}
  .instagram-head { flex-direction: column; align-items: flex-start; padding: 0 20px 36px; gap: 16px; }
  .insta-strip { grid-template-columns: repeat(2,1fr); height: 200px; }
  .insta-tile:nth-child(n+3) { display: none; }

  .connect-section { padding: 60px 20px;   overflow: hidden;
}
  .connect-field { flex-direction: column; }
  .connect-field input { border-right: 1px solid var(--linen); border-bottom: none; }
  .connect-field button { width: 100%; padding: 15px; }

  footer { padding: 32px 20px; flex-direction: column; align-items: flex-start; gap: 10px; }
  footer .copy { font-size: 10.5px; }
}


/* ═══ OPTION E SECTIONS ═══ */
/* ═══════════════════════════════════════════════════════
   GLOBAL COMMUNITY OPTION E
   Concept: Full-width dark section. Left third = stacked 
   text with large golden "GLADD" watermark. Right two-thirds 
   = tall image with an overlapping content ribbon across 
   the bottom. Feels like a luxury magazine spread.
═══════════════════════════════════════════════════════ */
.gladd-e {
  background: var(--ink);
  display: grid;
  grid-template-columns: 380px 1fr;
  height: 680px;
  position: relative;
  overflow: hidden;
}

/* Left panel: text stacked vertically */
.gladd-e-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 52px 52px;
  border-right: 1px solid rgba(255,255,255,.08);
  position: relative;
  overflow: hidden;
  height: 680px;
}

/* giant watermark word */
.gladd-e-watermark {
  position: absolute;
  bottom: -20px; left: 0;
  font-family: "Playfair Display", serif;
  font-size: 160px; font-weight: 700;
  color: rgba(176,125,69,.07);
  line-height: 1;
  pointer-events: none;
  user-select: none;
  letter-spacing: -.02em;
}

.gladd-e-top {}
.gladd-e-bottom {}

.gladd-e-left h2.serif {
  color: var(--cream);
  font-size: clamp(24px,2.4vw,36px);
  margin-bottom: 20px;
}
.gladd-e-left .body-text {
  color: rgba(255,255,255,.58);
  font-size: 15px;
}
.gladd-e-left .label { color: var(--gold-pale); }
.gladd-e-left .label::after { background: var(--gold-pale); }

/* vertical divider line with gold dot */
.gladd-e-divider {
  width: 1px; height: 60px;
  background: linear-gradient(to bottom, transparent, var(--gold), transparent);
  margin: 32px 0;
}

/* stat block */
.gladd-e-stat {
  display: flex; flex-direction: column; gap: 6px;
}
.gladd-e-stat-num {
  font-family: "Playfair Display", serif;
  font-size: 52px; font-weight: 400;
  color: var(--gold); line-height: 1;
}
.gladd-e-stat-lbl {
  font-size: 10px; letter-spacing: .18em;
  text-transform: uppercase; color: rgba(255,255,255,.38);
  line-height: 1.65;
}

/* Right panel: image with bottom ribbon */
.gladd-e-right {
  position: relative;
  overflow: hidden;
  height: 680px;
}
.gladd-e-right img {
  width: 100%;
  height: 680px;
  object-fit: cover;
  object-position: center 30%;
  filter: brightness(.6) saturate(.8);
  display: block;
}

/* ribbon across the bottom of the image */
.gladd-e-ribbon {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  background: rgba(38,33,29,.88);
  backdrop-filter: blur(8px);
  padding: 28px 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  border-top: 1px solid rgba(176,125,69,.3);
}
.gladd-e-ribbon-text {
  font-family: "Playfair Display", serif;
  font-size: clamp(16px,1.8vw,22px);
  font-style: italic;
  color: var(--cream);
  line-height: 1.5;
  max-width: 480px;
}
.gladd-e-ribbon-text em {
  color: var(--gold-pale);
  font-style: normal;
}

/* ═══════════════════════════════════════════════════════
   SPEAKING OPTION E
   Concept: Warm-gray background. Bold asymmetric layout a tall narrow image column on the far right, and the 
   main content (heading, 2-col topic grid, audience row)
   fills the left. Feels structured and editorial.
═══════════════════════════════════════════════════════ */
.speaking-e {
  background: var(--warm-gray);
  display: grid;
  grid-template-columns: 1fr 320px;
  min-height: 700px;
  overflow: hidden;
}

/* Left: all content */
.speaking-e-content {
  padding: 88px 72px 88px 72px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.speaking-e-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 56px;
}
.speaking-e-head-left { max-width: 480px; }

/* 2-col topic grid */
.speaking-e-topics {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3px;
  margin-bottom: 48px;
}
.speaking-e-topic {
  background: var(--ivory);
  padding: 28px 32px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: background .25s;
  cursor: default;
  position: relative;
  overflow: hidden;
}
.speaking-e-topic::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0;
  width: 0; height: 2px;
  background: var(--gold);
  transition: width .35s ease;
}
.speaking-e-topic:hover { background: var(--linen); }
.speaking-e-topic:hover::after { width: 100%; }
.speaking-e-topic-num {
  font-family: "Playfair Display", serif;
  font-size: 13px; color: var(--gold);
  letter-spacing: .1em;
}
.speaking-e-topic-name {
  font-family: "Playfair Display", serif;
  font-size: 17px; color: var(--ink);
  font-weight: 400; line-height: 1.3;
}

/* Bottom: audience + formats row */
.speaking-e-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding-top: 32px;
  border-top: 1px solid var(--linen);
  flex-wrap: wrap;
}
.speaking-e-audiences {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.speaking-e-audiences-label {
  font-size: 10px; letter-spacing: .2em;
  text-transform: uppercase; color: var(--ink-light);
  margin-bottom: 4px;
}
.speaking-e-audiences-list {
  font-size: 14px; color: var(--ink-mid);
  line-height: 1.8;
}

/* Right: tall narrow image strip */
.speaking-e-img {
  position: relative;
  overflow: hidden;
}
.speaking-e-img img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 15%;
  filter: brightness(.75) saturate(.85);
  transition: transform 7s ease;
}
.speaking-e-img:hover img { transform: scale(1.04); }

/* vertical text on the image */
.speaking-e-img-label {
  position: absolute;
  bottom: 48px;
  left: 50%;
  transform: translateX(-50%) rotate(-90deg);
  transform-origin: center center;
  white-space: nowrap;
  font-size: 9px; letter-spacing: .3em;
  text-transform: uppercase;
  color: rgba(255,255,255,.5);
}

/* gold bar at top of image */
.speaking-e-img::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: var(--gold);
  z-index: 2;
}

/* ── RESPONSIVE ── */
@media(max-width:1100px){
  .gladd-e{ grid-template-columns:1fr; height:auto; }
  .gladd-e-left{ height:auto; padding:52px 36px; border-right:none; border-bottom:1px solid rgba(255,255,255,.08); }
  .gladd-e-right{ height:360px; }
  .gladd-e-right img{ height:360px; }
  .gladd-e-ribbon{ padding:28px 36px; flex-direction:column; align-items:flex-start; gap:20px; }
  .speaking-e{ grid-template-columns:1fr; }
  .speaking-e-img{ height:320px; }
  .speaking-e-img-label{ display:none; }
  .speaking-e-content{ padding:60px 36px; }
  .speaking-e-head{ flex-direction:column; align-items:flex-start; gap:24px; }
}
@media(max-width:640px){
  .gladd-e-left{ padding:48px 20px; }
  .gladd-e-watermark{ font-size:100px; }
  .gladd-e-ribbon{ padding:24px 20px; }
  .gladd-e-ribbon-text{ font-size:15px; }
  .speaking-e-content{ padding:48px 20px; }
  .speaking-e-topics{ grid-template-columns:1fr; }
  .speaking-e-bottom{ flex-direction:column; align-items:flex-start; }
}

/* ── Instagram hover overlay ── */
.insta-tile { position: relative; overflow: hidden; }
.insta-hover-overlay {
  position: absolute; inset: 0;
  background: rgba(176,125,69,0);
  display: flex; align-items: center; justify-content: center;
  transition: background .3s;
}
.insta-hover-overlay span {
  font-size: 28px; color: #fff; opacity: 0;
  transition: opacity .3s;
}
.insta-tile:hover .insta-hover-overlay { background: rgba(176,125,69,0.45); }
.insta-tile:hover .insta-hover-overlay span { opacity: 1; }
.insta-tile a { display: block; width: 100%; height: 100%; }
.foot-social { display:flex; gap:20px; align-items:center; }
.foot-social a { color:rgba(249,246,240,.45); transition:color .25s; display:flex; align-items:center; }
.foot-social a:hover { color:var(--gold-pale); }
.foot-copy { font-size:11px; color:rgba(249,246,240,.28); letter-spacing:.08em; }
.connect-social { display:flex; gap:32px; margin-top:28px; align-items:center; }
.connect-social a { font-family:'DM Sans',sans-serif; font-size:10px; letter-spacing:.2em; text-transform:uppercase; color:var(--ink-mid); text-decoration:none; transition:color .25s; }
.connect-social a:hover { color:var(--gold); }
