/* ===== Sandeep Jain — Author Site — Design System ===== */
:root{
  --ink:#21201d;
  --ink-soft:#5b5750;
  --cream:#faf8f4;
  --cream-deep:#f1ece1;
  --slate:#5c1a26;
  --slate-soft:#8a3f4c;
  --gold:#b4884b;
  --gold-deep:#8f6b39;
  --line:#e4ddcb;
  --max:1140px;
  --radius:6px;

  /* Two Worlds — Strategist (charcoal / midnight / metallic gold) */
  --charcoal:#16171b;
  --midnight:#0d1220;
  --graphite:#2a2c33;
  --graphite-soft:#494c56;
  --metal-gold:#a6905f;
  --metal-gold-soft:#8b7a54;
  --strategist-line:rgba(255,255,255,0.1);

  /* Two Worlds — Storyteller (ivory / parchment / deep brown / antique gold) */
  --parchment:#f1ece1;
  --brown:#3c2a1c;
  --brown-soft:#6b5540;
}
@media (prefers-reduced-motion: reduce){
  *{animation-duration:0.001ms!important;animation-iteration-count:1!important;transition-duration:0.001ms!important;scroll-behavior:auto!important;}
}
*{box-sizing:border-box;margin:0;padding:0;}
html{scroll-behavior:smooth;}
/* Visible, on-brand keyboard focus (never remove this without replacing it —
   it's what keyboard/screen-reader users see instead of a mouse cursor). */
a:focus-visible,button:focus-visible,.btn:focus-visible,input:focus-visible,
textarea:focus-visible,summary:focus-visible,[tabindex]:focus-visible{
  outline:2px solid var(--gold-deep);
  outline-offset:3px;
  border-radius:2px;
}
body{
  font-family:'Inter',sans-serif;
  color:var(--ink);
  background:var(--cream);
  line-height:1.65;
  -webkit-font-smoothing:antialiased;
}
h1,h2,h3,h4{font-family:'Fraunces',serif;font-weight:600;color:var(--ink);line-height:1.15;}
.accent{font-family:'Instrument Serif',serif;font-style:italic;font-weight:400;}
a{text-decoration:none;color:inherit;overflow-wrap:break-word;word-break:break-word;}
img{max-width:100%;display:block;}
.wrap{max-width:var(--max);margin:0 auto;padding:0 28px;}
ul{list-style:none;}

/* Nav */
header{position:sticky;top:0;z-index:50;background:rgba(250,248,244,0.94);backdrop-filter:blur(10px);border-bottom:1px solid var(--line);}
nav.wrap{display:flex;align-items:center;justify-content:space-between;height:80px;position:relative;}
.brand{font-family:'Fraunces',serif;font-size:22px;font-weight:600;letter-spacing:0.3px;}
.brand .accent{color:var(--gold-deep);font-size:24px;}
.navlinks{display:flex;align-items:center;gap:32px;font-size:13px;letter-spacing:0.05em;text-transform:uppercase;font-weight:500;}
.navlinks a{opacity:0.72;transition:opacity .2s;}
.navlinks a.active,.navlinks a:hover{opacity:1;}
.nav-cta{padding:11px 22px;border:1px solid var(--ink);border-radius:var(--radius);font-size:12px;letter-spacing:0.06em;text-transform:uppercase;font-weight:600;transition:.25s;}
.nav-cta:hover{background:var(--ink);color:var(--cream);}
.menu-btn{display:none;background:none;border:none;font-size:24px;cursor:pointer;color:var(--ink);line-height:1;padding:6px;}

/* Buttons */
.btn{display:inline-block;padding:14px 30px;border-radius:var(--radius);font-size:13px;letter-spacing:0.06em;text-transform:uppercase;font-weight:600;transition:all .25s;border:1px solid var(--ink);}
.btn-primary{background:var(--ink);color:var(--cream);}
.btn-primary:hover{background:var(--gold-deep);border-color:var(--gold-deep);}
.btn-gold{background:var(--gold);color:var(--cream);border-color:var(--gold);}
.btn-gold:hover{background:var(--gold-deep);border-color:var(--gold-deep);}
.btn-ghost{background:transparent;color:var(--ink);}
.btn-ghost:hover{background:var(--ink);color:var(--cream);}
.btn-small{padding:10px 22px;font-size:12px;}

.kicker{font-size:12px;letter-spacing:0.2em;text-transform:uppercase;color:var(--gold-deep);font-weight:700;margin-bottom:16px;}
.divider{width:56px;height:2px;background:var(--gold);margin:0 auto;}

/* Section */
.section{padding:96px 0;}
.section-alt{background:var(--cream-deep);}
.section-slate{background:var(--slate);color:#fff;}
.section-slate h2,.section-slate h3{color:#fff;}
.section-slate .ink-soft{color:#dcb9bd;}

/* Strategist zone — charcoal/midnight/metallic gold, for tech & leadership content */
.section-strategist{background:var(--midnight);color:#dfe1e8;}
.section-strategist h2,.section-strategist h3,.section-strategist h4{color:#f4f2ea;}
.section-strategist .kicker{color:var(--metal-gold);}
.section-strategist .ink-soft,.section-strategist p{color:#b7bac4;}
.section-strategist .divider{background:var(--metal-gold);}
.section-strategist a.underline-link{color:var(--metal-gold);}
.section-strategist .card{background:var(--graphite);border-color:var(--strategist-line);}
.section-strategist .card:hover{box-shadow:0 18px 40px -18px rgba(0,0,0,0.5);}
.section-strategist .card h3{color:#f4f2ea;}
.section-strategist .card p{color:#b7bac4;}

.section-head{text-align:center;margin-bottom:60px;}
.section-head h2{font-size:clamp(28px,4vw,40px);}
.section-head p{color:var(--ink-soft);max-width:560px;margin:16px auto 0;font-size:16px;}

/* Hero */
.hero{padding:100px 0 80px;text-align:center;}
.hero h1{font-size:clamp(36px,6vw,60px);max-width:840px;margin:0 auto 22px;}
.hero p.lead{font-size:19px;color:var(--ink-soft);max-width:580px;margin:0 auto 36px;}
.hero-cta{display:flex;gap:16px;justify-content:center;flex-wrap:wrap;}

/* Cinematic hero — homepage */
.hero-cinematic{position:relative;background:var(--midnight);color:#f4f2ea;padding:0;overflow:hidden;}
.hero-cinematic::before{content:"";position:absolute;inset:0;
  background-image:
    linear-gradient(rgba(255,255,255,0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.045) 1px, transparent 1px);
  background-size:64px 64px;
  mask-image:radial-gradient(ellipse 80% 70% at 50% 30%, #000 40%, transparent 90%);
  pointer-events:none;
}
.hero-cinematic::after{content:"";position:absolute;inset:0;
  background:radial-gradient(ellipse 60% 50% at 72% 20%, rgba(166,144,95,0.22), transparent 65%);
  pointer-events:none;
}
.hero-cinematic-inner{position:relative;z-index:1;display:grid;grid-template-columns:1.05fr 0.95fr;gap:56px;align-items:center;padding:120px 0 96px;}
.hero-cinematic .kicker{color:var(--metal-gold);}
.hero-cinematic h1{font-size:clamp(38px,5.4vw,64px);line-height:1.08;margin:14px 0 20px;color:#faf8f4;}
.hero-cinematic h1 .accent{color:var(--metal-gold);}
.hero-cinematic p.lead{font-size:18px;color:#c3c6d1;max-width:520px;margin:0 0 34px;}
.hero-cinematic .hero-cta{justify-content:flex-start;}
.hero-cinematic .btn-primary{background:var(--metal-gold);border-color:var(--metal-gold);color:#16171b;}
.hero-cinematic .btn-primary:hover{background:#c2ab79;border-color:#c2ab79;}
.hero-cinematic .btn-ghost{border-color:rgba(255,255,255,0.35);color:#f4f2ea;}
.hero-cinematic .btn-ghost:hover{background:rgba(255,255,255,0.08);}
.hero-portrait-frame{position:relative;aspect-ratio:2/3;border-radius:2px;overflow:hidden;box-shadow:0 40px 80px -30px rgba(0,0,0,0.6);background:var(--cream-deep, #ece4d6);}
.hero-portrait-frame img{width:100%;height:100%;object-fit:cover;object-position:center top;display:block;}
.hero-portrait-frame::after{content:"";position:absolute;inset:0;box-shadow:inset 0 0 0 1px rgba(166,144,95,0.5);pointer-events:none;}
.hero-portrait-frame .hairline{position:absolute;left:-18px;top:10%;bottom:10%;width:1px;background:linear-gradient(var(--metal-gold), transparent);}

/* Fade-up reveal — content is visible by default (no-JS / SEO-safe).
   JS adds .js-armed right before observing an element, so the fade only
   applies when a working IntersectionObserver is about to reveal it. */
.reveal.js-armed{opacity:0;transform:translateY(22px);transition:opacity .7s ease, transform .7s ease;}
.reveal.js-armed.is-visible{opacity:1;transform:translateY(0);}

/* Editorial pull-quote */
.pull-quote{font-family:'Fraunces',serif;font-style:italic;font-size:clamp(22px,2.6vw,30px);line-height:1.4;max-width:720px;margin:0 auto;text-align:center;position:relative;padding:0 0 0 0;}
.pull-quote .rule{width:56px;height:2px;background:var(--gold);margin:22px auto 0;}

/* Journey — chapter timeline */
.journey-timeline{position:relative;max-width:760px;margin:0 auto;}
.journey-timeline::before{content:"";position:absolute;left:20px;top:6px;bottom:6px;width:1px;background:var(--line);}
.journey-chapter{position:relative;padding:0 0 44px 56px;}
.journey-chapter:last-child{padding-bottom:0;}
.journey-chapter::before{content:"";position:absolute;left:16px;top:6px;width:9px;height:9px;border-radius:50%;background:var(--gold);box-shadow:0 0 0 4px var(--cream);}
.journey-chapter .chapter-num{font-size:11px;letter-spacing:0.14em;text-transform:uppercase;color:var(--gold-deep);font-weight:700;margin-bottom:6px;}
.journey-chapter h3{font-size:19px;margin-bottom:8px;}
.journey-chapter p{color:var(--ink-soft);font-size:14.5px;}
.section-strategist .journey-timeline::before{background:var(--strategist-line);}
.section-strategist .journey-chapter::before{background:var(--metal-gold);box-shadow:0 0 0 4px var(--midnight);}
.section-strategist .journey-chapter .chapter-num{color:var(--metal-gold);}
.section-strategist .journey-chapter h3{color:#f4f2ea;}

/* Library — editorial book hover */
.library-card{position:relative;}
.library-cover{border-radius:2px;overflow:hidden;box-shadow:0 24px 50px -22px rgba(20,18,15,0.35);transition:transform .4s ease, box-shadow .4s ease;}
.library-cover img{width:100%;display:block;transition:transform .5s ease;}
.library-card:hover .library-cover{transform:translateY(-6px);box-shadow:0 34px 64px -20px rgba(20,18,15,0.42);}
.library-card:hover .library-cover img{transform:scale(1.03);}
.library-badge{display:inline-block;font-size:10.5px;letter-spacing:0.1em;text-transform:uppercase;font-weight:700;padding:5px 12px;border-radius:2px;margin-bottom:10px;}
.library-badge.published{background:var(--gold);color:#fff;}
.library-badge.forthcoming{background:transparent;border:1px solid var(--gold-deep);color:var(--gold-deep);}

/* FAQ accordion — reuses the book-accordion visual language, generic name */
.faq-accordion{border-top:1px solid var(--line);}
.faq-accordion details{border-bottom:1px solid var(--line);padding:18px 0;}
.faq-accordion summary{cursor:pointer;font-family:'Fraunces',serif;font-weight:600;font-size:17px;color:var(--ink);list-style:none;display:flex;justify-content:space-between;align-items:center;gap:12px;}
.faq-accordion summary::-webkit-details-marker{display:none;}
.faq-accordion summary .acc-icon{font-size:19px;color:var(--gold-deep);flex:none;transition:transform .2s;line-height:1;}
.faq-accordion details[open] summary .acc-icon{transform:rotate(45deg);}
.faq-accordion .acc-body{padding-top:12px;font-size:14.5px;color:var(--ink-soft);max-width:760px;}

/* Moments (gallery) category filter */
.moments-filter{display:flex;gap:10px;flex-wrap:wrap;justify-content:center;margin-bottom:40px;}
.moments-filter a,.moments-filter button{font-size:12px;letter-spacing:0.06em;text-transform:uppercase;font-weight:600;padding:9px 18px;border:1px solid var(--line);border-radius:20px;background:transparent;color:var(--ink-soft);cursor:pointer;transition:.2s;}
.moments-filter a.active,.moments-filter a:hover,.moments-filter button.active,.moments-filter button:hover{background:var(--ink);border-color:var(--ink);color:var(--cream);}
.moments-group{margin-bottom:56px;}
.moments-group:last-child{margin-bottom:0;}
.moments-group-head{font-size:12px;letter-spacing:0.12em;text-transform:uppercase;font-weight:700;color:var(--gold-deep);margin-bottom:18px;}

/* Testimonial carousel */
.t-carousel{display:flex;gap:24px;overflow-x:auto;scroll-snap-type:x mandatory;padding:4px 4px 20px;-webkit-overflow-scrolling:touch;}
.t-carousel::-webkit-scrollbar{height:6px;}
.t-carousel::-webkit-scrollbar-thumb{background:var(--line);border-radius:3px;}
.t-carousel .testimonial{scroll-snap-align:start;flex:0 0 min(400px,86vw);}
.t-carousel-nav{display:flex;gap:10px;justify-content:center;margin-top:6px;}
.t-carousel-nav button{width:38px;height:38px;border-radius:50%;border:1px solid var(--line);background:var(--cream);cursor:pointer;font-size:15px;color:var(--ink);transition:.2s;}
.t-carousel-nav button:hover{background:var(--ink);color:var(--cream);border-color:var(--ink);}

/* Press kit bio cards */
.bio-tabs{display:flex;gap:10px;margin-bottom:18px;flex-wrap:wrap;}
.bio-tabs button{font-size:12px;letter-spacing:0.05em;text-transform:uppercase;font-weight:600;padding:9px 16px;border:1px solid var(--line);border-radius:var(--radius);background:transparent;color:var(--ink-soft);cursor:pointer;}
.bio-tabs button.active{background:var(--ink);border-color:var(--ink);color:var(--cream);}
.bio-panel{display:none;font-size:14.5px;color:var(--ink-soft);line-height:1.7;}
.bio-panel.active{display:block;}

/* Conversation paths (contact) */
.path-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;}
.path-card{border:1px solid var(--line);border-radius:var(--radius);padding:30px 26px;text-align:center;transition:.25s;}
.path-card:hover{border-color:var(--gold);box-shadow:0 18px 40px -20px rgba(33,32,29,0.2);}
.path-card .path-icon{font-size:26px;margin-bottom:14px;}
.path-card h3{font-size:17px;margin-bottom:8px;}
.path-card p{font-size:13.5px;color:var(--ink-soft);margin-bottom:16px;}

/* Cards */
.grid{display:grid;gap:36px;}
.grid-3{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));}
.grid-2{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));}
.card{background:var(--cream);border:1px solid var(--line);border-radius:var(--radius);padding:32px;transition:box-shadow .25s, transform .25s;}
.card:hover{box-shadow:0 18px 40px -18px rgba(33,32,29,0.18);transform:translateY(-3px);}

/* Flagship book */
.flagship-book{display:grid;grid-template-columns:300px 1fr;gap:56px;align-items:center;margin-bottom:64px;}
.flagship-cover{border-radius:var(--radius);overflow:hidden;box-shadow:0 30px 60px -24px rgba(33,32,29,0.35);}
.flagship-cover img{width:100%;display:block;}
.flagship-body h3{font-size:clamp(28px,3.6vw,38px);margin:6px 0 8px;}
.flagship-body .book-lang{margin-bottom:16px;}
.flagship-body p{font-size:16px;color:var(--ink-soft);margin-bottom:22px;}
.trailer-badge{display:inline-flex;align-items:center;gap:8px;padding:10px 18px;border:1px dashed var(--line);border-radius:var(--radius);font-size:11.5px;letter-spacing:0.05em;text-transform:uppercase;color:var(--ink-soft);font-weight:600;}

.also-by-head{font-size:13px;letter-spacing:0.1em;text-transform:uppercase;color:var(--gold-deep);font-weight:700;margin:0 0 20px;text-align:center;}
.also-by-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;}
.also-by-card{display:flex;gap:14px;background:var(--cream);border:1px solid var(--line);border-radius:var(--radius);padding:16px;transition:box-shadow .25s, transform .25s;}
.also-by-card:hover{box-shadow:0 16px 34px -18px rgba(33,32,29,0.2);transform:translateY(-3px);}
.also-by-cover{width:64px;flex:none;aspect-ratio:3/4.4;border-radius:4px;overflow:hidden;background:var(--cream-deep);}
.also-by-cover img{width:100%;height:100%;object-fit:contain;object-position:center;display:block;}
.also-by-body h4{font-size:14px;margin-bottom:3px;color:var(--ink);}
.also-by-body .book-genre{font-size:10px;margin-bottom:4px;}

/* Book Gallery — grouped by shape (landscape / square / portrait) instead of
   one grid ratio, so every image shows in full at a size that matches its
   own proportions, all sitting at a common height within its own row. */
.gallery-shape-group{margin-bottom:40px;}
.gallery-shape-group:last-child{margin-bottom:0;}
.gallery-shape-label{font-size:12px;letter-spacing:0.08em;text-transform:uppercase;color:var(--gold-deep);font-weight:700;text-align:center;margin-bottom:16px;}
.shape-row{display:flex;flex-wrap:wrap;justify-content:center;align-items:flex-end;gap:16px;}
.shape-img{height:200px;width:auto;max-width:100%;display:block;border-radius:var(--radius);box-shadow:0 16px 32px -16px rgba(20,18,15,0.32);object-fit:contain;background:var(--cream-deep);transition:transform .3s ease,box-shadow .3s ease;}
.shape-img:hover{transform:translateY(-5px);box-shadow:0 22px 40px -16px rgba(20,18,15,0.4);}
.shape-row-square .shape-img,.shape-row-portrait .shape-img{height:250px;}
@media (max-width:640px){
  .shape-img{height:130px;}
  .shape-row-square .shape-img,.shape-row-portrait .shape-img{height:170px;}
}
.also-by-body p{font-size:12px;color:var(--ink-soft);margin-bottom:8px;}
.also-by-body .read-more{font-size:10.5px;font-weight:700;color:var(--gold-deep);text-transform:uppercase;letter-spacing:0.05em;}

/* Book accordion */
.book-accordion{margin-top:4px;border-top:1px solid var(--line);}
.book-accordion details{border-bottom:1px solid var(--line);padding:16px 0;}
.book-accordion summary{cursor:pointer;font-family:'Fraunces',serif;font-weight:600;font-size:16px;color:var(--ink);list-style:none;display:flex;justify-content:space-between;align-items:center;gap:12px;}
.book-accordion summary::-webkit-details-marker{display:none;}
.book-accordion summary .acc-icon{font-size:18px;color:var(--gold-deep);flex:none;transition:transform .2s;line-height:1;}
.book-accordion details[open] summary .acc-icon{transform:rotate(45deg);}
.book-accordion .acc-body{padding-top:14px;font-size:14.5px;color:var(--ink-soft);}
.book-accordion .acc-body ul{padding-left:20px;list-style:disc;}
.book-accordion .acc-body li{margin-bottom:6px;}
.book-accordion .review-card{background:var(--cream-deep);border:1px solid var(--line);border-radius:var(--radius);padding:16px 18px;margin-bottom:12px;}
.book-accordion .review-card:last-child{margin-bottom:0;}

/* Flagship keynote */
.flagship-keynote{background:var(--ink);border-radius:var(--radius);padding:48px 44px;margin-bottom:52px;display:grid;grid-template-columns:1.1fr 0.9fr;gap:44px;align-items:center;}
.flagship-keynote .kicker{color:var(--gold);}
.flagship-keynote h3{color:var(--cream);font-size:clamp(26px,3.2vw,36px);margin:8px 0 14px;}
.flagship-keynote > div:first-child > p{color:#cfc9bd;font-size:15.5px;margin-bottom:0;}
.flagship-keynote .takeaway-head{color:var(--cream);font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:0.06em;margin-bottom:14px;}
.flagship-keynote ul{padding-left:18px;color:#cfc9bd;font-size:14.5px;list-style:disc;}
.flagship-keynote li{margin-bottom:10px;}
.flagship-keynote li:last-child{margin-bottom:0;}
.topic-category-head{margin-bottom:20px;}
.topic-category-head h4{font-family:'Fraunces',serif;font-size:19px;color:var(--ink);}
.topic-category-head p{color:var(--ink-soft);font-size:13.5px;margin-top:4px;}
.topic-takeaways{margin-top:14px;padding-top:14px;border-top:1px solid var(--line);padding-left:18px;list-style:disc;font-size:13.5px;color:var(--ink-soft);}
.topic-takeaways li{margin-bottom:6px;}
.topic-category{margin-bottom:44px;}
.topic-category:last-child{margin-bottom:0;}
.book-accordion .review-card:last-child{margin-bottom:0;}

/* Book card */
.book-card{background:var(--cream);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;display:flex;flex-direction:column;transition:box-shadow .25s, transform .25s;}
.book-card:hover{box-shadow:0 18px 40px -18px rgba(33,32,29,0.2);transform:translateY(-3px);}
.book-cover{aspect-ratio:3/4.4;overflow:hidden;background:var(--cream-deep);display:flex;align-items:center;justify-content:center;}
.book-cover img{width:100%;height:100%;object-fit:contain;object-position:center;}
.book-body{padding:26px 24px 30px;flex:1;display:flex;flex-direction:column;}
.book-genre{font-size:11px;letter-spacing:0.1em;text-transform:uppercase;color:var(--gold-deep);margin-bottom:8px;font-weight:700;}
.book-body h3{font-size:22px;margin-bottom:6px;}
.book-lang{font-size:13px;color:var(--ink-soft);margin-bottom:14px;}
.book-body p{font-size:14.5px;color:var(--ink-soft);margin-bottom:20px;flex:1;}
.book-links{display:flex;gap:10px;flex-wrap:wrap;}

/* Coming soon */
.coming-soon-wrap{position:relative;}
.coming-soon-flag{position:absolute;top:14px;left:-8px;background:var(--gold-deep);color:var(--cream);font-size:11px;letter-spacing:0.1em;text-transform:uppercase;font-weight:700;padding:7px 16px 7px 20px;border-radius:0 20px 20px 0;box-shadow:0 6px 14px -6px rgba(33,32,29,0.4);z-index:2;}
.book-series{font-size:12px;letter-spacing:0.08em;text-transform:uppercase;color:var(--ink-soft);font-weight:600;margin-bottom:6px;}
.book-tagline{font-family:'Instrument Serif',serif;font-style:italic;font-size:19px;color:var(--gold-deep);margin-bottom:18px;line-height:1.4;}

/* Placeholder blocks */
.ph{background:var(--cream-deep);border:1px dashed var(--gold);border-radius:var(--radius);display:flex;align-items:center;justify-content:center;text-align:center;color:var(--ink-soft);font-size:13px;padding:24px;}
.ph-photo{aspect-ratio:2/3;}
.ph.filled{padding:0;border-style:solid;border-color:var(--line);overflow:hidden;display:flex;align-items:center;justify-content:center;}
/* Default: never crop a photo's subject. Each .ph.filled sets its own
   aspect-ratio (inline, matched to the real image) so the box shape follows
   the image family (portrait/landscape/square) instead of one universal
   ratio; contain guarantees the whole frame is visible even if a ratio is
   slightly off, with the card background filling any thin margin. */
.ph.filled img{width:100%;height:100%;object-fit:contain;object-position:center;display:block;}
/* Opt-in for the rare case where deliberate edge-to-edge cropping is fine
   (the subject fills the frame with margin to spare) — apply .ph-cover
   alongside .ph.filled on that one image. */
.ph.filled.ph-cover img{object-fit:cover;}
.photo-caption{font-size:12.5px;color:var(--ink-soft);margin-top:10px;text-align:center;}
.note{font-size:13px;color:var(--ink-soft);background:var(--cream-deep);border:1px dashed var(--gold);padding:14px 18px;border-radius:var(--radius);margin-top:16px;}

/* Timeline */
.timeline{border-left:2px solid var(--line);margin-left:8px;}
.tl-item{position:relative;padding:0 0 40px 32px;}
.tl-item:last-child{padding-bottom:0;}
.tl-item::before{content:'';position:absolute;left:-7px;top:4px;width:12px;height:12px;border-radius:50%;background:var(--gold);border:2px solid var(--cream);}
.tl-role{font-family:'Fraunces',serif;font-size:19px;font-weight:600;}
.tl-org{color:var(--gold-deep);font-weight:600;font-size:14px;margin-bottom:4px;}
.tl-date{font-size:12.5px;color:var(--ink-soft);text-transform:uppercase;letter-spacing:0.05em;margin-bottom:10px;}
.tl-desc{font-size:14.5px;color:var(--ink-soft);}

/* Stats */
.stats-row{display:flex;gap:48px;flex-wrap:wrap;}
.stat-num{font-family:'Fraunces',serif;font-size:34px;color:var(--gold);}
.stat-label{font-size:12px;letter-spacing:0.08em;text-transform:uppercase;color:var(--ink-soft);}

/* Newsletter */
.newsletter{background:var(--ink);color:var(--cream);border-radius:var(--radius);padding:56px 40px;text-align:center;}
.newsletter h3{color:var(--cream);font-size:28px;margin-bottom:12px;}
.newsletter p{color:#cfc9bd;margin-bottom:26px;}
.newsletter-form{display:flex;gap:10px;max-width:420px;margin:0 auto;flex-wrap:wrap;justify-content:center;}
.newsletter-form input{flex:1;min-width:220px;padding:13px 16px;border-radius:var(--radius);border:1px solid #4a473f;background:#2b2a26;color:var(--cream);font-size:14px;}
.newsletter-form input::placeholder{color:#8b877d;}

/* Testimonials */
.testimonial{background:var(--cream);border:1px solid var(--line);border-radius:var(--radius);padding:30px;}
.testimonial p{font-size:16px;color:var(--ink-soft);margin-bottom:18px;}
.t-name{font-weight:600;font-size:14px;}
.t-role{font-size:12.5px;color:var(--ink-soft);}

/* Breadcrumb-ish page header */
.page-header{padding:70px 0 50px;text-align:center;border-bottom:1px solid var(--line);}
.page-header h1{font-size:clamp(32px,5vw,48px);margin-bottom:14px;}
.page-header p{color:var(--ink-soft);max-width:560px;margin:0 auto;font-size:17px;}
.genre-nav{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;max-width:720px;margin:26px auto 0;}
.genre-nav-label{font-size:12px;letter-spacing:0.08em;text-transform:uppercase;color:var(--gold-deep);font-weight:700;width:100%;margin-bottom:2px;}
.genre-nav a{font-size:13px;color:var(--ink);border:1px solid var(--line);border-radius:999px;padding:8px 16px;text-decoration:none;transition:border-color .2s,color .2s,background .2s;}
.genre-nav a:hover{border-color:var(--gold-deep);color:var(--gold-deep);background:var(--cream-deep);}

/* Grid blowout fix — prevent long unbreakable content (e.g. <select>, email links) from forcing grid tracks wider than their column */
.grid > *,.form-grid > *{min-width:0;}
select{max-width:100%;}
.btn{word-break:break-word;}

/* Form */
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;}
.form-grid .full{grid-column:1/-1;}
label{font-size:12px;letter-spacing:0.05em;text-transform:uppercase;color:var(--ink-soft);font-weight:600;display:block;margin-bottom:8px;}
input[type=text],input[type=email],input[type=tel],select,textarea{
  width:100%;padding:13px 14px;border:1px solid var(--line);border-radius:var(--radius);
  background:var(--cream);font-family:'Inter',sans-serif;font-size:14px;color:var(--ink);
}
textarea{resize:vertical;min-height:120px;}

/* Footer */
footer{background:var(--ink);color:#cfc9bd;padding:64px 0 32px;}
.footer-grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:40px;margin-bottom:48px;}
.footer-grid h4{color:var(--cream);font-size:14px;letter-spacing:0.05em;text-transform:uppercase;margin-bottom:18px;font-family:'Inter',sans-serif;font-weight:600;}
.footer-grid a{display:block;color:#a9a397;font-size:14px;margin-bottom:10px;transition:color .2s;}
.footer-grid a:hover{color:var(--gold);}
.footer-brand{font-family:'Fraunces',serif;color:var(--cream);font-size:22px;margin-bottom:14px;}
.social-row{display:flex;gap:14px;margin-top:16px;}
.social-row a{width:36px;height:36px;border:1px solid #4a473f;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:13px;margin:0;}
.footer-bottom{border-top:1px solid #3a3833;padding-top:26px;display:flex;justify-content:space-between;flex-wrap:wrap;gap:12px;font-size:12.5px;color:#8b877d;}
.footer-bottom a{color:#8b877d;}
.footer-bottom a:hover{color:var(--gold);}

/* Certifications */
.cert-grid{display:grid;gap:28px;grid-template-columns:repeat(auto-fill,minmax(280px,320px));}
.cert-card{display:block;background:var(--cream);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;transition:box-shadow .25s, transform .25s;}
.cert-card:hover{box-shadow:0 18px 40px -18px rgba(33,32,29,0.2);transform:translateY(-3px);}
.cert-thumb{aspect-ratio:4/3;background:var(--cream-deep);overflow:hidden;display:flex;align-items:center;justify-content:center;}
.cert-thumb img{width:100%;height:100%;object-fit:contain;object-position:center;display:block;}
.cert-body{padding:16px 18px 20px;}
.cert-title{font-size:14px;font-weight:600;line-height:1.35;margin-bottom:6px;color:var(--ink);}
.cert-meta{font-size:12px;color:var(--ink-soft);}
.cert-count{font-family:'Fraunces',serif;font-size:15px;color:var(--gold-deep);font-weight:600;}

/* Article / blog post */
.article-meta{display:flex;gap:14px;align-items:center;justify-content:center;flex-wrap:wrap;font-size:12.5px;color:var(--ink-soft);text-transform:uppercase;letter-spacing:0.06em;margin-top:6px;}
.article-meta span::after{content:'·';margin-left:14px;color:var(--gold);}
.article-meta span:last-child::after{content:'';margin-left:0;}
.article-body{max-width:720px;margin:0 auto;padding:72px 0;font-size:17px;line-height:1.8;color:var(--ink);}
.article-body p{margin-bottom:22px;color:var(--ink-soft);}
.article-body h2{font-size:26px;margin:44px 0 18px;color:var(--ink);}
.article-body h3{font-size:20px;margin:34px 0 14px;color:var(--ink);}
.article-body .drop{font-family:'Fraunces',serif;font-size:19px;color:var(--ink);}
.article-body .drop::first-letter{font-size:56px;font-weight:600;color:var(--gold-deep);float:left;line-height:0.85;padding-right:10px;padding-top:6px;}
.article-body blockquote{font-family:'Instrument Serif',serif;font-style:italic;font-size:24px;color:var(--gold-deep);border-left:3px solid var(--gold);padding:4px 0 4px 26px;margin:36px 0;line-height:1.5;}
.article-body ul,.article-body ol{margin:0 0 22px 22px;color:var(--ink-soft);}
.article-body ul{list-style:disc;}
.article-body ol{list-style:decimal;}
.article-body li{margin-bottom:8px;}
.article-cta{background:var(--cream-deep);border:1px solid var(--line);border-radius:var(--radius);padding:32px;text-align:center;margin-top:20px;}
.article-nav{border-top:1px solid var(--line);padding-top:28px;margin-top:52px;display:flex;justify-content:space-between;flex-wrap:wrap;gap:14px;}
.article-tag{display:inline-block;font-size:11px;letter-spacing:0.08em;text-transform:uppercase;color:var(--gold-deep);background:var(--cream-deep);border:1px solid var(--line);border-radius:20px;padding:6px 14px;font-weight:700;margin-bottom:4px;}
.blog-card{background:var(--cream);border:1px solid var(--line);border-radius:var(--radius);padding:30px;display:flex;flex-direction:column;transition:box-shadow .25s, transform .25s;}
.blog-card:hover{box-shadow:0 18px 40px -18px rgba(33,32,29,0.18);transform:translateY(-3px);}
.blog-card .article-tag{margin-bottom:12px;align-self:flex-start;}
.blog-card h3{font-size:19px;margin-bottom:10px;line-height:1.3;}
.blog-card p{color:var(--ink-soft);font-size:14.5px;margin-bottom:18px;flex:1;}
.blog-card .read-more{font-size:12.5px;font-weight:700;letter-spacing:0.05em;text-transform:uppercase;color:var(--gold-deep);}

/* Brings-you-here cards */
.brings-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;}
.brings-card{background:var(--cream);border:1px solid var(--line);border-radius:var(--radius);padding:34px 26px;text-align:center;transition:box-shadow .3s, transform .3s, border-color .3s;}
.brings-card:hover{box-shadow:0 20px 44px -20px rgba(33,32,29,0.22);transform:translateY(-4px);border-color:var(--gold);}
.brings-icon{font-size:28px;margin-bottom:16px;}
.brings-card h3{font-size:17px;margin-bottom:8px;}
.brings-card p{font-size:14px;color:var(--ink-soft);margin-bottom:16px;}
.brings-card .read-more{font-size:12px;font-weight:700;letter-spacing:0.06em;text-transform:uppercase;color:var(--gold-deep);}

/* Two Worlds signature section */
.worlds{background:var(--midnight);color:var(--cream);padding:100px 0;position:relative;}
.worlds-head{text-align:center;margin-bottom:56px;}
.worlds-head .kicker{color:var(--metal-gold);}
.worlds-head h2{color:var(--cream);font-size:clamp(28px,4vw,40px);}
.worlds-split{display:grid;grid-template-columns:1fr auto 1fr;gap:0;align-items:center;position:relative;}
.worlds-split::before{content:"";position:absolute;left:0;right:0;top:50%;height:1px;
  background:linear-gradient(90deg, transparent, var(--metal-gold) 35%, var(--metal-gold) 65%, transparent);
  opacity:0.5;z-index:0;}
.world-col{padding:36px;position:relative;z-index:1;}
.world-col h3{font-family:'Instrument Serif',serif;font-style:italic;font-weight:400;font-size:30px;margin-bottom:18px;}
.world-col.strategist{text-align:right;border-right:1px solid rgba(250,248,244,0.14);}
.world-col.strategist h3{color:var(--metal-gold);}
.world-col.storyteller{text-align:left;border-left:1px solid rgba(250,248,244,0.14);}
.world-col.storyteller h3{color:#e0a5ad;}
.world-col ul{color:#cfc9bd;font-size:14.5px;line-height:2;}
.world-col.strategist ul{list-style:none;}
.world-col.storyteller ul{list-style:none;}
.world-mind{width:96px;height:96px;border-radius:50%;background:var(--metal-gold);color:var(--midnight);display:flex;align-items:center;justify-content:center;font-family:'Fraunces',serif;font-weight:600;font-size:13px;letter-spacing:0.05em;text-transform:uppercase;text-align:center;line-height:1.3;margin:0 auto;box-shadow:0 0 0 8px var(--midnight), 0 0 0 9px rgba(250,248,244,0.14);position:relative;z-index:1;}
.worlds-quote{max-width:620px;margin:56px auto 0;text-align:center;font-family:'Instrument Serif',serif;font-style:italic;font-size:22px;color:var(--cream);line-height:1.5;}

/* Recognition strip */
.recognition-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:28px;}
.recognition-item{display:flex;gap:16px;align-items:flex-start;background:var(--cream);border:1px solid var(--line);border-radius:var(--radius);padding:24px;}
.recognition-badge{width:44px;height:44px;flex:none;border-radius:50%;background:var(--cream-deep);border:1px solid var(--gold);color:var(--gold-deep);display:flex;align-items:center;justify-content:center;font-size:18px;}
.recognition-item h4{font-size:14.5px;margin-bottom:4px;color:var(--ink);}
.recognition-item p{font-size:12.5px;color:var(--ink-soft);}

.recognition-hero{display:grid;grid-template-columns:260px 1fr;gap:0;background:var(--ink);border-radius:var(--radius);overflow:hidden;box-shadow:0 20px 44px -20px rgba(33,32,29,0.28);}
.recognition-hero-photo{aspect-ratio:3/2;overflow:hidden;background:var(--cream-deep);}
.recognition-hero-photo img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;}
.recognition-hero-body{padding:32px 36px;display:flex;flex-direction:column;justify-content:center;}
.recognition-hero-body h3{color:var(--cream);font-size:24px;margin-bottom:10px;}
.recognition-hero-body p{color:#cfc9bd;font-size:14.5px;}

/* Where next */
.where-next{border-top:1px solid var(--line);padding:64px 0;background:var(--cream-deep);}
.where-next-head{text-align:center;margin-bottom:32px;}
.where-next-head .kicker{margin-bottom:8px;}
.where-next-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;max-width:760px;margin:0 auto;}
.where-next-card{display:block;text-align:center;background:var(--cream);border:1px solid var(--line);border-radius:var(--radius);padding:22px 18px;font-family:'Fraunces',serif;font-size:16px;font-weight:600;transition:box-shadow .25s, transform .25s, border-color .25s;}
.where-next-card:hover{box-shadow:0 16px 34px -18px rgba(33,32,29,0.2);transform:translateY(-3px);border-color:var(--gold);}
.where-next-card span{display:block;font-family:'Inter',sans-serif;font-weight:500;font-size:11.5px;letter-spacing:0.08em;text-transform:uppercase;color:var(--gold-deep);margin-top:6px;}

/* Sticky Book Me CTA */
.sticky-cta{position:fixed;right:24px;bottom:24px;z-index:60;background:var(--slate);color:var(--cream);padding:14px 24px;border-radius:40px;font-size:12.5px;letter-spacing:0.06em;text-transform:uppercase;font-weight:700;box-shadow:0 14px 30px -10px rgba(0,0,0,0.35);transition:transform .2s, background .2s;}
.sticky-cta:hover{transform:translateY(-3px);background:var(--gold-deep);}

/* Speaker reel */
.reel-card{background:var(--ink);color:var(--cream);border-radius:var(--radius);aspect-ratio:16/9;max-width:820px;margin:0 auto;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:14px;position:relative;overflow:hidden;}
.reel-play{width:64px;height:64px;border-radius:50%;border:2px solid var(--gold);display:flex;align-items:center;justify-content:center;font-size:22px;color:var(--gold);}
.reel-card h3{color:var(--cream);font-size:19px;}
.reel-card p{color:#cfc9bd;font-size:13.5px;max-width:340px;}

/* Lightbox */
.lightbox-overlay{display:none;position:fixed;inset:0;background:rgba(20,18,15,0.94);z-index:100;align-items:center;justify-content:center;padding:40px;}
.lightbox-overlay.open{display:flex;}
.lightbox-overlay img{max-width:100%;max-height:82vh;border-radius:4px;box-shadow:0 30px 70px -20px rgba(0,0,0,0.6);}
.lightbox-caption{color:#e8e3d8;font-size:13px;text-align:center;margin-top:14px;max-width:600px;}
.lightbox-close,.lightbox-prev,.lightbox-next{position:fixed;background:rgba(250,248,244,0.1);color:var(--cream);border:1px solid rgba(250,248,244,0.3);border-radius:50%;width:44px;height:44px;display:flex;align-items:center;justify-content:center;font-size:18px;cursor:pointer;transition:background .2s;}
.lightbox-close:hover,.lightbox-prev:hover,.lightbox-next:hover{background:rgba(250,248,244,0.22);}
.lightbox-close{top:24px;right:24px;}
.lightbox-prev{left:24px;top:50%;transform:translateY(-50%);}
.lightbox-next{right:24px;top:50%;transform:translateY(-50%);}
.gallery-click{cursor:zoom-in;}

@media (max-width:820px){
  .menu-btn{display:flex;align-items:center;justify-content:center;}
  .navlinks{
    display:none;
    position:absolute;
    top:100%;
    left:0;
    right:0;
    background:var(--cream);
    border-bottom:1px solid var(--line);
    flex-direction:column;
    align-items:stretch;
    gap:0;
    padding:6px 28px 22px;
    box-shadow:0 20px 34px -20px rgba(33,32,29,0.28);
  }
  .navlinks.open{display:flex;}
  .navlinks a{opacity:1;padding:15px 0;border-bottom:1px solid var(--line);font-size:14px;}
  .navlinks a.nav-cta{border:1px solid var(--ink);border-radius:var(--radius);text-align:center;margin-top:14px;padding:13px 22px;}
  .footer-grid{grid-template-columns:1fr 1fr;}
  .form-grid{grid-template-columns:1fr;}
  .grid{grid-template-columns:1fr!important;}
  .section{padding:64px 0;}
  .brings-grid{grid-template-columns:1fr 1fr;}
  .flagship-book{grid-template-columns:1fr;text-align:center;}
  .flagship-cover{max-width:280px;margin:0 auto;}
  .flagship-body .book-links{justify-content:center;}
  .flagship-keynote{grid-template-columns:1fr;padding:36px 26px;gap:28px;}
  .also-by-grid{grid-template-columns:1fr;}
  .worlds-split{grid-template-columns:1fr;text-align:center!important;}
  .world-col.strategist,.world-col.storyteller{text-align:center;border:none;padding:20px 12px;}
  .world-mind{margin:12px auto;}
  .recognition-row{grid-template-columns:1fr;}
  .recognition-hero{grid-template-columns:1fr;}
  .recognition-hero-body{padding:26px 24px;text-align:center;}
  .sticky-cta{padding:12px 18px;font-size:11px;right:16px;bottom:16px;}
  .lightbox-prev,.lightbox-next{width:38px;height:38px;font-size:16px;}
  .lightbox-close{width:38px;height:38px;top:14px;right:14px;}
  .hero-cinematic-inner{grid-template-columns:1fr;padding:64px 0 56px;text-align:center;}
  .hero-cinematic .hero-cta{justify-content:center;}
  .hero-cinematic p.lead{margin-left:auto;margin-right:auto;}
  .hero-portrait-frame{max-width:320px;margin:0 auto;}
  .hero-portrait-frame .hairline{display:none;}
  .path-grid{grid-template-columns:1fr;}
  .journey-timeline::before{left:14px;}
  .journey-chapter{padding-left:42px;}
  .journey-chapter::before{left:10px;}
}

@media (max-width:520px){
  .footer-grid{grid-template-columns:1fr;}
  .hero-cta{flex-direction:column;align-items:stretch;}
  .stats-row{gap:28px;}
  .grid-3,.grid-2{gap:24px;}
  .article-body{font-size:16px;}
  .article-body .drop::first-letter{font-size:44px;}
  nav.wrap{height:70px;}
  .brand{font-size:19px;}
  .brings-grid{grid-template-columns:1fr;}
  .where-next-grid{grid-template-columns:1fr;}
}
