/* ==========================================================================
   Manasi KG — mockup stylesheet (v2, photography-led)
   Palette + type: Narrate India Brand Kit (Oxford Blue, Moss Green, Powder Blue; Josefin Sans + Lato).
   Editorial grid, real photography, restrained motion.
   TODO before production: self-host fonts (woff2), inline critical CSS, AVIF/WebP.
   ========================================================================== */

:root{
  --ink:        #102547;
  --ink-2:      #2D4873;   /* Oxford Blue tint */
  --payne:      #5D708E;   /* Payne's Gray (guide, tertiary) */
  --ink-90:     rgba(16,37,71,.90);
  --ink-70:     rgba(16,37,71,.72);
  --green:      #CCE898;   /* Moss Green tint (guide) */
  --green-text: #2D4873;   /* links, prices, kickers: Oxford Blue tint */
  --green-deep: #102547;
  --celery:     #DDF7AB;   /* Moss Green (guide primary) */
  --ice:        #D6FAFF;   /* Powder Blue (guide) */
  --paper:      #FBFCFD;   /* Oxford Blue at ~2% */
  --paper-2:    #EDF1F6;   /* Oxford Blue at ~7% */
  --paper-3:    #E2E8F0;
  --line:       #DCE3EE;
  --white:      #FFFFFF;
  --focus:      #2D4873;
  --ok:         #52BC81;   /* semantic (guide) */
  --err:        #D74141;
  --warn:       #FDD400;
  --info:       #6DAFFB;

  --serif: "Josefin Sans", "Trebuchet MS", Arial, sans-serif;   /* brand display font */
  --sans: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;   /* brand body font */

  --step--1: 0.9375rem;
  --step-0: 1.0625rem;
  --step-1: clamp(1.15rem, 1.03rem + 0.55vw, 1.45rem);
  --step-2: clamp(1.5rem, 1.2rem + 1.3vw, 2.15rem);
  --step-3: clamp(2rem, 1.5rem + 2.2vw, 3.1rem);
  --step-4: clamp(2.4rem, 1.7rem + 3.4vw, 4.4rem);
  --step-5: clamp(2.3rem, 1.55rem + 3vw, 4.15rem);

  --wrap: 1200px;
  --gutter: clamp(1.25rem, 5vw, 3.25rem);
  --section-y: clamp(3.75rem, 8vw, 7rem);
  --radius: 3px;
  --ease: cubic-bezier(.22,.61,.36,1);
}

*,*::before,*::after{ box-sizing:border-box; margin:0; }
html{ -webkit-text-size-adjust:100%; scroll-behavior:smooth; overflow-x:hidden; overflow-x:clip; } /* clip, not hidden: hidden turns body into a scroll container and breaks position:sticky */
@media (prefers-reduced-motion: reduce){ html{ scroll-behavior:auto; } }
body{
  font-family:var(--sans); font-size:var(--step-0); line-height:1.7;
  color:var(--ink-2); background:var(--paper);
  -webkit-font-smoothing:antialiased; text-rendering:optimizeLegibility;
  overflow-x:hidden; overflow-x:clip; width:100%; max-width:100%;
}
img,svg,video{ max-width:100%; height:auto; display:block; }
img{ image-orientation:from-image; }
a{ color:var(--green-text); text-decoration-thickness:1px; text-underline-offset:3px; }
a:hover{ color:var(--green-deep); }
h1,h2,h3,h4{ font-family:var(--serif); color:var(--ink); line-height:1.14; font-weight:600; letter-spacing:0; text-wrap:balance; }
h1{ font-size:var(--step-4); }
h2{ font-size:var(--step-3); }
h3{ font-size:var(--step-1); line-height:1.25; letter-spacing:0; }
p{ max-width:66ch; }
em{ font-style:italic; }
strong{ color:var(--ink); font-weight:600; }
ul,ol{ padding-left:1.15rem; }
:focus-visible{ outline:2px solid var(--focus); outline-offset:3px; border-radius:2px; }
::selection{ background:var(--celery); color:var(--ink); }

/* ---------- layout ---------- */
.wrap{ width:100%; max-width:var(--wrap); margin-inline:auto; padding-inline:var(--gutter); }
.wrap--narrow{ max-width:880px; }
.section{ padding-block:var(--section-y); position:relative; }
.section--tight{ padding-block:clamp(2.5rem,5vw,4.25rem); }
.section--ink{ background:var(--ink); color:#C5CEDF; }
.section--ink h2,.section--ink h3,.section--ink h4{ color:var(--white); }
.section--paper2{ background:var(--paper-2); }
.section--celery{ background:var(--celery); }
.section--celery h2,.section--celery h3,.section--celery p{ color:var(--ink); }

.eyebrow{
  font-family:var(--sans); font-size:var(--step--1); font-weight:600;
  letter-spacing:0.11em; text-transform:uppercase; color:var(--payne);
  display:flex; align-items:center; gap:0.7rem; margin-bottom:1.15rem;
}
.eyebrow::before{ content:""; width:1.6rem; height:2px; background:var(--payne); flex:none; }
.section--ink .eyebrow{ color:var(--celery); }
.section--ink .eyebrow::before{ background:var(--celery); }

.lede{ font-size:var(--step-1); color:var(--ink-2); line-height:1.55; }
.section--ink .lede{ color:#C5CEDF; }
.section__head{ max-width:42ch; margin-bottom:clamp(2.25rem,4.5vw,3.5rem); }
.split .prose h2{ font-size:clamp(1.5rem, 1.1rem + 1.4vw, 1.85rem); }
.section__head p{ margin-top:0.9rem; max-width:54ch; }
.section__head h2 .lead-in{ color:var(--green-text); }

.measure-wide{ max-width:74ch; }
.prose > * + *{ margin-top:1.15rem; }
.prose li + li{ margin-top:0.4rem; }
.center{ text-align:center; }

.visually-hidden{ position:absolute!important; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0 0 0 0); white-space:nowrap; border:0; }
.skip-link{ position:absolute; left:0; top:0; transform:translateY(-120%); background:var(--ink); color:#fff; padding:0.75rem 1.25rem; z-index:200; transition:transform .15s; }
.skip-link:focus{ transform:translateY(0); }

/* ---------- buttons ---------- */
.btn{
  display:inline-flex; align-items:center; gap:0.55rem;
  font-family:var(--sans); font-weight:600; font-size:var(--step--1);
  padding:0.95rem 1.5rem; border-radius:var(--radius);
  border:1.5px solid transparent; cursor:pointer; text-decoration:none; line-height:1;
  transition:transform .14s var(--ease), background-color .16s, border-color .16s, color .16s;
}
.btn svg{ width:1.05em; height:1.05em; transition:transform .16s var(--ease); }
.btn--primary{ background:var(--celery); color:var(--ink); border-color:var(--ink); }
.btn--primary:hover{ background:var(--ink); border-color:var(--ink); color:#fff; transform:translateY(-2px); }
.section--ink .btn--primary{ border-color:var(--celery); }
.section--ink .btn--primary:hover{ background:#fff; border-color:#fff; color:var(--ink); }
.btn--dark{ background:var(--ink); color:#fff; border-color:var(--ink); }
.btn--dark:hover{ background:#0a1a35; color:#fff; transform:translateY(-2px); }
.btn--ghost{ background:transparent; color:var(--ink); border-color:var(--line); }
.section--ink .btn--ghost,.hero--bleed .btn--ghost{ color:#fff; border-color:rgba(255,255,255,.4); }
.btn--ghost:hover{ border-color:var(--ink); color:var(--ink); background:var(--paper-2); }
.section--ink .btn--ghost:hover,.hero--bleed .btn--ghost:hover{ color:var(--celery); border-color:var(--celery); background:transparent; }
.btn--arrow::after{ content:"\2192"; transition:transform .16s var(--ease); }
.btn--arrow:hover::after{ transform:translateX(4px); }
.cta-row{ display:flex; flex-wrap:wrap; gap:0.85rem; margin-top:2.25rem; }

.link-underline{
  font-family:var(--sans); font-weight:600; font-size:var(--step--1); text-decoration:none;
  color:var(--green-text);
  background-image:linear-gradient(currentColor,currentColor);
  background-size:0% 1.5px; background-repeat:no-repeat; background-position:0 100%;
  transition:background-size .3s var(--ease); padding-bottom:3px;
}
.section--ink .link-underline{ color:var(--green); }
.link-underline:hover{ background-size:100% 1.5px; }
.link-underline::after{ content:" \2192"; }

/* ---------- header ---------- */
.site-header{
  position:sticky; top:0; z-index:100;
  background:color-mix(in srgb, var(--paper) 90%, transparent);
  backdrop-filter:blur(10px); -webkit-backdrop-filter:blur(10px);
  border-bottom:1px solid transparent;
  transition:border-color .2s, background-color .2s;
}
.site-header.is-scrolled{ border-bottom-color:var(--line); background:color-mix(in srgb, var(--paper) 96%, transparent); }
.site-header .wrap{ display:flex; align-items:center; gap:1.5rem; min-height:70px; }
.brand{ font-family:var(--serif); font-weight:600; font-size:1.35rem; letter-spacing:-0.02em; color:var(--ink); text-decoration:none; white-space:nowrap; }
.brand span{ color:var(--payne); }
.primary-nav{ margin-left:auto; }
.primary-nav > ul{ display:flex; align-items:center; gap:0.15rem; list-style:none; margin:0; padding:0; }
.primary-nav a:not(.btn),.primary-nav .navbtn{
  font-family:var(--sans); font-weight:500; font-size:var(--step--1); color:var(--ink);
  text-decoration:none; padding:0.6rem 0.8rem; border-radius:var(--radius);
  background:none; border:0; cursor:pointer; display:inline-flex; align-items:center; gap:0.35rem;
  transition:background-color .15s, color .15s;
}
.primary-nav a:not(.btn):hover,.primary-nav .navbtn:hover,.primary-nav a:not(.btn)[aria-current="page"]{ color:var(--green-text); background:var(--paper-2); }
.has-drop{ position:relative; }
.navbtn svg{ width:0.7em; height:0.7em; transition:transform .2s; }
.has-drop[data-open="true"] .navbtn svg{ transform:rotate(180deg); }
.dropdown{
  position:absolute; top:calc(100% + 8px); left:0; min-width:236px;
  background:var(--white); border:1px solid var(--line); border-radius:var(--radius);
  box-shadow:0 18px 44px -18px rgba(16,37,71,.22); padding:0.45rem; list-style:none; margin:0; display:none;
}
.has-drop[data-open="true"] .dropdown{ display:block; }
.dropdown::before{ content:""; position:absolute; left:0; right:0; top:-10px; height:10px; }
.dropdown a{ display:block; padding:0.65rem 0.75rem; border-radius:2px; }
.dropdown a:hover{ background:var(--paper-2); }
.header-cta{ margin-left:0.6rem; }
.nav-toggle{ display:none; margin-left:auto; background:none; border:1px solid var(--line); border-radius:var(--radius); padding:0.55rem; cursor:pointer; }
.nav-toggle svg{ width:1.4rem; height:1.4rem; color:var(--ink); }

@media (max-width: 960px){
  .nav-toggle{ display:inline-flex; }
  /* backdrop-filter makes .site-header a containing block for position:fixed
     children, which would trap the drawer — drop it on mobile, use a solid bar */
  .site-header{ backdrop-filter:none; -webkit-backdrop-filter:none; background:var(--paper); }
  .site-header.is-scrolled{ background:var(--paper); }
  .primary-nav{
    position:fixed; top:69px; left:0; right:0; bottom:0; height:auto;
    background:var(--paper);
    margin:0; padding:1.25rem var(--gutter) 4rem; overflow-y:auto; overscroll-behavior:contain;
    opacity:0; visibility:hidden; transform:translateY(-8px); pointer-events:none;
    transition:opacity .2s var(--ease), transform .2s var(--ease), visibility .2s;
  }
  .primary-nav[data-open="true"]{ opacity:1; visibility:visible; transform:none; pointer-events:auto; }
  .primary-nav > ul{ flex-direction:column; align-items:stretch; gap:0; }
  .primary-nav > ul > li{ border-bottom:1px solid var(--line); }
  .primary-nav > ul > li:last-child{ border-bottom:0; }
  .primary-nav a:not(.btn),.primary-nav .navbtn{ width:100%; justify-content:space-between; padding:1.1rem 0.25rem; font-size:var(--step-0); }
  .dropdown{ position:static; display:none; box-shadow:none; border:0; padding:0 0 0.85rem 0.85rem; }
  .has-drop[data-open="true"] .dropdown{ display:block; }
  .dropdown a{ padding:0.85rem 0.25rem; font-size:var(--step--1); }
  .primary-nav .header-cta{ display:flex; width:100%; justify-content:center; margin-top:1.75rem; padding:1rem 1.5rem; }
}

/* ---------- figure / media ---------- */
.media{
  position:relative; overflow:hidden; border-radius:var(--radius);
  background:var(--paper-2); margin:0;
}
.media img{ width:100%; height:100%; object-fit:cover; object-position:center 32%; display:block; }
.media--portrait{ aspect-ratio:4/5; }
.media--tall{ aspect-ratio:3/4; }
.media--square{ aspect-ratio:1/1; }
.media--wide{ aspect-ratio:16/10; }
.media--hero{ aspect-ratio:4/5; }
.media__cap{
  position:absolute; left:0; bottom:0; right:0; padding:1.1rem 1.25rem 1rem;
  background:linear-gradient(to top, var(--ink-90), transparent);
  color:#fff; font-size:0.8rem; letter-spacing:.02em;
}
.media--frame{ box-shadow:18px 18px 0 0 var(--celery), 0 44px 70px -44px rgba(16,37,71,.45); }
@media (max-width:560px){ .media--frame{ box-shadow:10px 10px 0 0 var(--celery), 0 24px 40px -30px rgba(16,37,71,.4); } }
.media--soft{ border-radius:12px; box-shadow:0 30px 60px -32px rgba(16,37,71,.35); }
.media--soft::after{ content:""; position:absolute; inset:0; border-radius:12px; box-shadow:inset 0 0 0 1px rgba(16,37,71,.08); pointer-events:none; }
.media img{ transition:transform .9s var(--ease); }
a:hover > .media img, .card:hover .media img, .feature-row:hover .media img{ transform:scale(1.045); }
@media (prefers-reduced-motion: no-preference){
  .reveal-img::after{
    content:""; position:absolute; inset:0; background:var(--paper-2); z-index:2;
    transform-origin:bottom; transition:transform 1s var(--ease);
  }
  .section--paper2 .reveal-img::after{ background:var(--paper); }
  .reveal-img.is-in::after{ transform:scaleY(0); }
  .reveal-img img{ transform:scale(1.06); transition:transform 1.3s var(--ease); }
  .reveal-img.is-in img{ transform:none; }
}

/* ---------- hero: full-bleed ---------- */
.hero--bleed{ position:relative; color:#fff; isolation:isolate; }
.hero--bleed .hero__bg{ position:absolute; inset:0; z-index:-2; }
.hero--bleed .hero__bg img{ width:100%; height:100%; object-fit:cover; object-position:right 22%; }
.hero--bleed::before{
  content:""; position:absolute; inset:0; z-index:-1;
  background:linear-gradient(100deg, var(--ink) 0%, rgba(16,37,71,.92) 32%, rgba(16,37,71,.34) 60%, rgba(16,37,71,0) 82%);
}
.hero--bleed .wrap{ padding-block:clamp(3.25rem,10vw,7rem); }
.hero--bleed .hero__inner{ max-width:43rem; }
.hero--bleed h1{ color:#fff; font-size:var(--step-5); margin-bottom:1.4rem; max-width:16ch; }
.hero--bleed .lede{ color:#DCE3EF; max-width:34ch; }
.hero--bleed .eyebrow{ color:var(--green); }
.hero__meta{
  margin-top:2.5rem; display:flex; flex-wrap:wrap; gap:0.6rem 1.4rem;
  font-size:var(--step--1); color:#B9C3D6; align-items:center;
}
.hero__meta .sep{ width:5px; height:5px; border-radius:50%; background:var(--green); }
@media (max-width:1040px){
  .hero--bleed::before{ background:linear-gradient(100deg, var(--ink) 0%, rgba(16,37,71,.92) 44%, rgba(16,37,71,.55) 74%, rgba(16,37,71,.12) 100%); }
}
@media (max-width:760px){
  .hero--bleed::before{ background:linear-gradient(175deg, rgba(16,37,71,.55) 0%, rgba(16,37,71,.72) 38%, rgba(16,37,71,.90) 66%, var(--ink) 100%); }
  .hero--bleed .hero__bg img{ object-position:76% top; }
  .hero--bleed h1{ margin-bottom:1.1rem; }
}

/* ---------- hero: split (inner pages) ---------- */
.hero-split .wrap{ display:grid; grid-template-columns:1.02fr 0.98fr; gap:clamp(2rem,5vw,4.5rem); align-items:center; }
.hero-split{ padding-block:clamp(2rem,5vw,3.5rem) var(--section-y); }
.hero-split h1{ margin-bottom:1.25rem; }
.hero-split .lede{ max-width:42ch; }
.hero-split .hero__meta{ color:var(--ink-2); }
.hero-split .hero__meta .sep{ background:var(--payne); }
.hero__proof{ margin-top:2.25rem; font-size:var(--step--1); color:var(--ink-2); max-width:44ch; }
.hero__proof .dot{ display:inline-block; width:6px; height:6px; border-radius:50%; background:var(--payne); margin-right:0.55rem; vertical-align:middle; }

/* dark split hero (homepage) */
.hero-split--dark{ padding-block:clamp(2.75rem,6vw,5rem); }
.hero-split--dark h1{ color:#fff; font-size:var(--step-5); max-width:16ch; }
.hero-split--dark h1 .hl{ color:var(--celery); }
.hero-split--dark .lede{ color:#C5CEDF; max-width:40ch; }
.hero-split--dark .hero__meta{ color:#B9C3D6; }
.hero-split--dark .media--hero{ aspect-ratio:4/5; }
.hero-split--dark .media--frame{ box-shadow:-16px 16px 0 0 var(--green); }
.section--ink .reveal-img::after{ background:var(--ink); }
@media (max-width:560px){ .hero-split--dark .media--frame{ box-shadow:-10px 10px 0 0 var(--green); } }

@media (max-width: 900px){
  .hero-split .wrap{ grid-template-columns:1fr; gap:2.25rem; }
  .hero-split .media--hero{ aspect-ratio:3/2; }
  .hero-split--dark .hero__text{ order:1; }
  .hero-split--dark .hero__media{ order:2; }
  .hero-split--dark .media--hero{ aspect-ratio:4/3; }
}

/* ---------- statement / pull-quote band ---------- */
.statement{ position:relative; isolation:isolate; overflow:hidden; padding-block:clamp(4.5rem,10vw,7.5rem); border-top:1px solid rgba(221,247,171,.25); border-bottom:1px solid rgba(221,247,171,.25); }
.statement__bg{ position:absolute; inset:0; z-index:-2; }
.statement__bg img{ width:100%; height:100%; object-fit:cover; object-position:center 42%; }
.statement::before{ content:""; position:absolute; inset:0; z-index:-1; background:linear-gradient(95deg, rgba(16,37,71,.97) 0%, rgba(16,37,71,.95) 42%, rgba(16,37,71,.68) 78%, rgba(16,37,71,.55) 100%); }
.statement .wrap{ display:grid; grid-template-columns:auto minmax(0,34rem); gap:clamp(1rem,2.5vw,2.25rem); align-items:start; justify-content:start; }
.statement__mark{ font-family:var(--serif); font-size:clamp(3.5rem,7vw,6rem); line-height:0.7; color:var(--green); }
.statement__quote{ margin:0; padding:0; border:0; }
.statement__quote p{ font-family:var(--serif); font-weight:500; font-size:clamp(1.55rem, 1.1rem + 1.6vw, 2.45rem); line-height:1.34; letter-spacing:-0.015em; color:#fff; max-width:26ch; margin:0; }
.statement__quote p em, .statement__quote p .hl{ color:var(--celery); font-style:normal; }
.statement__quote cite{ display:flex; align-items:center; gap:0.9rem; margin-top:1.85rem; font-family:var(--sans); font-style:normal; font-size:0.82rem; font-weight:600; color:#B9C3D6; letter-spacing:.16em; text-transform:uppercase; }
.statement__rule{ width:2.25rem; height:2px; background:var(--green); display:inline-block; flex:none; }
@media (max-width:820px){
  .statement__bg img{ object-position:72% center; }
  .statement::before{ background:linear-gradient(178deg, rgba(16,37,71,.80) 0%, rgba(16,37,71,.90) 45%, rgba(16,37,71,.97) 100%); }
}
@media (max-width:640px){
  .statement .wrap{ grid-template-columns:1fr; gap:0.5rem; }
  .statement__mark{ font-size:3.5rem; }
  .statement__quote p{ max-width:28ch; }
}

/* ---------- feature row (alternating image/text) ---------- */
.feature-row{ display:grid; grid-template-columns:1fr 1fr; gap:clamp(2rem,5vw,4.5rem); align-items:center; }
.feature-row + .feature-row{ margin-top:clamp(3rem,7vw,5.5rem); }
.feature-row--rev .feature-row__text{ order:2; }
.feature-row--rev .feature-row__media{ order:1; }
@media (max-width: 860px){
  .feature-row,.feature-row--rev .feature-row__text,.feature-row--rev .feature-row__media{ grid-template-columns:1fr; order:0; }
  .feature-row{ gap:1.75rem; }
}

/* ---------- card grid ---------- */
.card-grid{ list-style:none; margin:0; padding:0; display:grid; gap:1.35rem; }
.card-grid--3{ grid-template-columns:repeat(3,1fr); }
.card-grid--4{ grid-template-columns:repeat(4,1fr); }
.card-grid--2{ grid-template-columns:repeat(2,1fr); }
@media (max-width: 920px){ .card-grid--3,.card-grid--4{ grid-template-columns:repeat(2,1fr); } }
@media (max-width: 560px){ .card-grid--2,.card-grid--3,.card-grid--4{ grid-template-columns:1fr; } }

.card{
  background:var(--white); border:1px solid var(--line); border-radius:var(--radius);
  padding:1.7rem 1.6rem; display:flex; flex-direction:column; gap:0.65rem; height:100%;
  position:relative; overflow:hidden;
  transition:border-color .18s, transform .18s var(--ease), box-shadow .18s;
}
.card::before{ content:""; position:absolute; left:0; top:0; bottom:0; width:3px; background:var(--payne); transform:scaleY(0); transform-origin:top; transition:transform .28s var(--ease); }
a.card{ text-decoration:none; color:var(--ink-2); }
a.card:hover{ border-color:var(--payne); transform:translateY(-3px); box-shadow:0 24px 44px -28px rgba(16,37,71,.28); }
a.card:hover::before{ transform:scaleY(1); }
.section--paper2 .card{ background:var(--paper); }
.card h3{ color:var(--ink); }
.card p{ font-size:var(--step--1); }
.card .price{ margin-top:auto; padding-top:0.6rem; font-family:var(--sans); font-weight:600; font-size:var(--step--1); color:var(--green-text); }
.card .card__more{ margin-top:auto; padding-top:0.6rem; font-weight:600; font-size:var(--step--1); color:var(--green-text); }
.card__more::after{ content:"\2192"; margin-left:0.35rem; display:inline-block; transition:transform .16s var(--ease); }
a.card:hover .card__more::after{ transform:translateX(4px); }
.card__kicker{ font-family:var(--sans); font-size:0.74rem; font-weight:700; letter-spacing:0.09em; text-transform:uppercase; color:var(--green-text); }

/* card with photo */
.card--photo{ padding:0; }
.card--photo .media{ border-radius:0; aspect-ratio:5/4; }
.card--photo .card__body{ padding:1.5rem 1.5rem 1.7rem; display:flex; flex-direction:column; gap:0.55rem; flex:1; }

/* ---------- steps ---------- */
.steps{ list-style:none; margin:0; padding:0; display:grid; gap:0; }
.steps li{ display:grid; grid-template-columns:auto 1fr; gap:1.75rem; padding:1.7rem 0; border-top:1px solid var(--line); }
.steps li:last-child{ border-bottom:1px solid var(--line); }
.steps .num{ font-family:var(--serif); font-size:1.7rem; color:var(--payne); font-weight:600; line-height:1; }
.section--ink .steps .num{ color:var(--celery); }
.section--ink .steps li{ border-color:rgba(255,255,255,.16); }
.steps h3{ margin-bottom:0.4rem; }
.steps p{ font-size:var(--step--1); max-width:56ch; }

/* ---------- stat row ---------- */
.stat-row{ list-style:none; margin:0 0 2.75rem; padding:0; display:grid; grid-template-columns:repeat(auto-fit,minmax(min(100%,210px),1fr)); gap:1px; background:rgba(255,255,255,.14); border:1px solid rgba(255,255,255,.14); border-radius:var(--radius); overflow:hidden; }
.stat-row li{ background:var(--ink); padding:1.6rem 1.4rem; }
.stat-row .n{ font-family:var(--serif); font-size:clamp(2.1rem,5vw,3rem); color:#fff; line-height:1; display:block; letter-spacing:-0.02em; }
.stat-row .l{ font-size:0.88rem; color:#AEB9CE; margin-top:0.65rem; display:block; max-width:22ch; }
.stat-row .flag{ font-size:0.66rem; letter-spacing:.08em; text-transform:uppercase; color:var(--green); display:block; margin-top:0.5rem; }

/* ---------- pullquote ---------- */
.pullquote{ border:0; margin:0; padding:0; max-width:34ch; }
.pullquote p{ font-family:var(--serif); font-size:var(--step-2); line-height:1.32; color:var(--ink); position:relative; }
.section--celery .pullquote p{ color:var(--ink); }
.section--ink .pullquote p{ color:#fff; }
.pullquote p::before{ content:"\201C"; position:absolute; left:-0.55em; color:var(--payne); }
.section--ink .pullquote p::before{ color:var(--celery); }
.pullquote cite{ display:block; margin-top:1rem; font-family:var(--sans); font-style:normal; font-size:var(--step--1); color:var(--ink-2); }
.section--ink .pullquote cite{ color:#AEB9CE; }

.split{ display:grid; grid-template-columns:1fr 1fr; gap:clamp(2rem,5vw,4rem); align-items:center; }
.split--top{ align-items:start; }
@media (max-width: 820px){ .split,.split--top{ grid-template-columns:1fr; } }

/* ---------- founder ---------- */
.founder__body p + p{ margin-top:1rem; }
.founder__cred{ list-style:none; padding:0; margin:1.35rem 0 1.6rem; display:flex; flex-wrap:wrap; gap:0.5rem; }
.founder__cred li{ font-size:0.78rem; font-weight:600; letter-spacing:.03em; background:var(--celery); color:var(--green-deep); padding:0.4rem 0.8rem; border-radius:100px; }
.section--ink .founder__cred li{ background:rgba(221,247,171,.16); color:var(--celery); }

/* ---------- drop cap ---------- */
.dropcap::first-letter{
  font-family:var(--serif); float:left; font-size:3.6em; line-height:0.82; font-weight:600;
  color:var(--green-text); padding:0.08em 0.1em 0 0; margin-right:0.02em;
}

/* ---------- cta band ---------- */
.cta-band{ text-align:center; }
.cta-band h2{ max-width:22ch; margin-inline:auto; }
.cta-band .lede{ max-width:52ch; }
.cta-band .cta-row{ justify-content:center; margin-top:1.85rem; }

/* ---------- breadcrumb ---------- */
.breadcrumb{ padding-top:1.75rem; }
.breadcrumb ol{ list-style:none; display:flex; flex-wrap:wrap; gap:0.5rem; padding:0; margin:0; font-size:var(--step--1); color:var(--ink-2); }
.breadcrumb li:not(:last-child)::after{ content:"\203A"; margin-left:0.5rem; color:var(--line); }
.breadcrumb a{ color:var(--ink-2); }

/* ---------- FAQ ---------- */
.faq{ border-top:1px solid var(--line); max-width:840px; }
.faq__item{ border-bottom:1px solid var(--line); }
.faq__q{
  width:100%; text-align:left; background:none; border:0; cursor:pointer;
  display:flex; justify-content:space-between; align-items:flex-start; gap:1.5rem;
  padding:1.3rem 0; font-family:var(--serif); font-size:var(--step-1); color:var(--ink); font-weight:600;
}
.faq__q .ico{ flex:none; width:1.4rem; height:1.4rem; position:relative; margin-top:0.25rem; }
.faq__q .ico::before,.faq__q .ico::after{ content:""; position:absolute; background:var(--green-text); border-radius:2px; inset:0; margin:auto; }
.faq__q .ico::before{ width:100%; height:2px; }
.faq__q .ico::after{ width:2px; height:100%; transition:transform .2s var(--ease); }
.faq__q[aria-expanded="true"] .ico::after{ transform:scaleY(0); }
.faq__a{ padding:0 0 1.5rem; max-width:70ch; }
.faq__a p + p{ margin-top:0.75rem; }
.faq__a[hidden]{ display:none; }

/* ---------- tier table + cards ---------- */
.table-scroll{ overflow-x:auto; -webkit-overflow-scrolling:touch; border:1px solid var(--line); border-radius:var(--radius); }
.tier-table{ width:100%; border-collapse:collapse; min-width:640px; font-size:var(--step--1); }
.tier-table th,.tier-table td{ padding:0.9rem 1.1rem; text-align:left; border-bottom:1px solid var(--line); vertical-align:top; }
.tier-table thead th{ background:var(--paper-2); font-family:var(--sans); font-weight:600; color:var(--ink); }
.tier-table tbody th{ font-family:var(--sans); font-weight:600; color:var(--ink); background:var(--paper); position:sticky; left:0; }
.tier-table tr:last-child td,.tier-table tr:last-child th{ border-bottom:0; }
.tier-table .yes{ color:var(--green-text); font-weight:600; }
.tier-table .no{ color:var(--ink-2); opacity:.5; }
.tier-table .price{ font-family:var(--serif); font-size:1.15rem; color:var(--ink); }

.tier{ border:1px solid var(--line); border-radius:var(--radius); padding:1.7rem 1.6rem; background:var(--white); position:relative; }
.tier--featured{ border-color:var(--payne); box-shadow:0 24px 50px -30px rgba(16,37,71,.35); }
.tier--featured::after{ content:"Most chosen"; position:absolute; top:-11px; left:1.5rem; background:var(--green); color:var(--ink); font-family:var(--sans); font-size:0.68rem; font-weight:700; letter-spacing:.06em; text-transform:uppercase; padding:0.25rem 0.6rem; border-radius:100px; }
.section--paper2 .tier{ background:var(--paper); }
.tier__name{ display:flex; align-items:baseline; justify-content:space-between; gap:1rem; flex-wrap:wrap; }
.tier__name h3{ margin:0; }
.tier__price{ font-family:var(--serif); font-size:1.35rem; color:var(--green-text); }
.tier__meta{ font-size:0.8rem; color:var(--ink-2); margin:0.45rem 0 1.1rem; letter-spacing:.03em; text-transform:uppercase; }
.tier ul{ font-size:var(--step--1); padding-left:1.1rem; }
.tier ul li + li{ margin-top:0.4rem; }

/* ---------- form ---------- */
.field{ display:grid; gap:0.4rem; margin-bottom:1.1rem; }
.field label{ font-family:var(--sans); font-weight:600; font-size:var(--step--1); color:var(--ink); }
.field input,.field textarea,.field select{ font:inherit; font-size:var(--step-0); padding:0.75rem 0.9rem; border:1px solid var(--line); border-radius:var(--radius); background:var(--white); color:var(--ink); width:100%; }
.field input:focus,.field textarea:focus,.field select:focus{ outline:2px solid var(--focus); outline-offset:1px; border-color:var(--green-text); }
.field textarea{ min-height:130px; resize:vertical; }
fieldset{ border:1px solid var(--line); border-radius:var(--radius); padding:0.9rem 1rem; margin-bottom:1.1rem; }
fieldset legend{ font-family:var(--sans); font-weight:600; font-size:var(--step--1); color:var(--ink); padding:0 0.4rem; }
.radio-row{ display:flex; flex-wrap:wrap; gap:0.75rem 1.25rem; }
.radio-row label{ display:flex; align-items:center; gap:0.4rem; font-weight:400; font-size:var(--step--1); }
.radio-row input{ width:auto; }
.hp{ position:absolute; left:-9999px; }

/* ---------- needs-input callout (mockup only) ---------- */
.needs-input{ border-left:3px solid var(--payne); background:var(--celery); padding:0.9rem 1.1rem; border-radius:0 var(--radius) var(--radius) 0; font-size:0.88rem; color:var(--green-deep); max-width:62ch; }
.needs-input b{ color:var(--green-deep); }

/* ---------- footer ---------- */
.site-footer{ background:var(--ink); color:#AEB9CE; padding-block:clamp(3.5rem,7vw,5rem) 2rem; border-top:3px solid var(--green); }
.site-footer .wrap:not(.wrap--legal){ display:grid; grid-template-columns:1.5fr 1fr 1fr; gap:2.75rem; }
@media (max-width: 800px){ .site-footer .wrap:not(.wrap--legal){ grid-template-columns:1fr; gap:2rem; } }
.site-footer h4{ color:#fff; font-family:var(--sans); font-size:0.78rem; letter-spacing:.09em; text-transform:uppercase; margin-bottom:1.05rem; }
.site-footer a{ color:#C5CEDF; text-decoration:none; }
.site-footer a:hover{ color:var(--green); }
.site-footer ul{ list-style:none; padding:0; margin:0; display:grid; gap:0.6rem; font-size:var(--step--1); }
.footer-brand .brand{ color:#fff; font-size:1.4rem; }
.footer-brand .brand span{ color:var(--green); }
.footer-brand p{ margin-top:0.85rem; font-size:var(--step--1); max-width:34ch; }
.footer-social{ display:flex; gap:0.75rem; margin-top:1.35rem; }
.footer-social a{ width:40px; height:40px; border:1px solid rgba(255,255,255,.22); border-radius:var(--radius); display:grid; place-items:center; transition:border-color .15s, background-color .15s; }
.footer-social a:hover{ border-color:var(--green); background:rgba(221,247,171,.12); }
.footer-social svg{ width:1.1rem; height:1.1rem; }
.footer-legal{ border-top:1px solid rgba(255,255,255,.14); margin-top:2.75rem; padding-top:1.5rem; font-size:var(--step--1); color:#C5CEDF; display:flex; flex-wrap:wrap; gap:1rem; justify-content:space-between; }

/* ---------- sticky mobile CTA ---------- */
.mobile-cta{ display:none; }
@media (max-width: 960px){
  .mobile-cta{
    display:flex; gap:0.6rem; position:fixed; left:0; right:0; bottom:0; z-index:90;
    padding:0.7rem var(--gutter) calc(0.7rem + env(safe-area-inset-bottom));
    background:color-mix(in srgb, var(--paper) 96%, transparent);
    backdrop-filter:blur(10px); border-top:1px solid var(--line);
  }
  .mobile-cta .btn{ flex:1; width:100%; justify-content:center; }
  body{ padding-bottom:78px; }
}

/* ---------- audience tags (Digital-Vidya-style hero pattern) ---------- */
.tag-row{ display:flex; flex-wrap:wrap; gap:0.5rem 0.9rem; margin:1.1rem 0 1.6rem; font-size:var(--step--1); font-weight:600; color:var(--celery); }
.hero-split:not(.hero-split--dark) .tag-row{ color:var(--green-text); }
.tag-row span:not(:last-child)::after{ content:"|"; margin-left:0.9rem; color:rgba(255,255,255,.35); font-weight:400; }
.hero-split:not(.hero-split--dark) .tag-row span:not(:last-child)::after{ color:var(--line); }

/* ---------- checklist ---------- */
.check-list{ list-style:none; margin:1.4rem 0 0; padding:0; display:grid; gap:0.75rem; }
.check-list li{ display:flex; align-items:flex-start; gap:0.8rem; font-size:var(--step--1); color:#C5CEDF; }
.hero-split:not(.hero-split--dark) .check-list li{ color:var(--ink-2); }
.check-list .tick{ flex:none; width:1.35rem; height:1.35rem; border-radius:50%; background:var(--green); color:var(--ink); display:grid; place-items:center; margin-top:0.05em; }
.check-list .tick svg{ width:0.75rem; height:0.75rem; }

/* ---------- hero photo collage with floating badges ---------- */
.hero__collage{ position:relative; }
.hero__collage .media{ position:relative; z-index:1; }
.badge-float{
  position:absolute; z-index:2; display:flex; align-items:center; gap:0.5rem;
  background:var(--white); color:var(--ink); border-radius:100px; padding:0.55rem 1rem 0.55rem 0.55rem;
  box-shadow:0 18px 34px -16px rgba(16,37,71,.4); font-family:var(--sans); font-weight:700; font-size:0.78rem;
  white-space:nowrap;
}
.badge-float .ico{ flex:none; width:2rem; height:2rem; border-radius:50%; background:var(--green); color:var(--ink); display:grid; place-items:center; }
.badge-float .ico svg{ width:1.05rem; height:1.05rem; }
.badge-float--1{ top:6%; right:-4%; }
.badge-float--2{ bottom:10%; left:-6%; }
.badge-float--3{ top:44%; right:-9%; background:var(--ink); color:#fff; }
.badge-float--3 .ico{ background:var(--celery); color:var(--ink); }
@media (max-width:1040px){ .badge-float--1{ right:0; } .badge-float--2{ left:0; } .badge-float--3{ right:0; } }
@media (max-width:640px){ .badge-float{ font-size:0.68rem; padding:0.4rem 0.8rem 0.4rem 0.4rem; } .badge-float .ico{ width:1.6rem; height:1.6rem; } .badge-float .ico svg{ width:0.85rem; height:0.85rem; } }

/* ---------- featured offer (large rich card) ---------- */
.offer-feature{
  display:grid; grid-template-columns:1fr 1.3fr; gap:clamp(1.5rem,4vw,3rem);
  background:var(--white); border:1px solid var(--line); border-radius:var(--radius);
  padding:clamp(1.25rem,3vw,1.75rem); align-items:center;
}
.offer-feature .media{ aspect-ratio:4/3; }
.offer-feature__body .badge-rating{ display:inline-flex; align-items:center; gap:0.4rem; font-family:var(--sans); font-weight:700; font-size:0.85rem; color:var(--green-deep); background:var(--celery); padding:0.3rem 0.65rem; border-radius:100px; margin-bottom:0.9rem; }
.offer-feature__body h3{ font-size:var(--step-2); margin-bottom:0.7rem; }
@media (max-width:820px){ .offer-feature{ grid-template-columns:1fr; } }

/* ---------- offer list rows ---------- */
.offer-list{ list-style:none; margin:0; padding:0; border-top:1px solid var(--line); }
.offer-row{ display:flex; align-items:center; justify-content:space-between; gap:1.5rem; padding:1.5rem 0; border-bottom:1px solid var(--line); flex-wrap:wrap; }
.offer-row__text h3{ font-size:var(--step-1); margin-bottom:0.35rem; }
.offer-row__text p{ font-size:var(--step--1); color:var(--ink-2); max-width:52ch; }
.offer-row .btn{ flex:none; }

/* ---------- icon grid (why choose) ---------- */
.icon-grid{ list-style:none; margin:0; padding:0; display:grid; grid-template-columns:repeat(3,1fr); gap:1.5rem 1.75rem; }
@media (max-width:920px){ .icon-grid{ grid-template-columns:repeat(2,1fr); } }
@media (max-width:560px){ .icon-grid{ grid-template-columns:1fr; } }
.icon-card{ display:flex; gap:1.1rem; align-items:flex-start; }
.icon-card__ico{ flex:none; width:3rem; height:3rem; border-radius:50%; background:var(--celery); color:var(--green-deep); display:grid; place-items:center; }
.icon-card__ico svg{ width:1.4rem; height:1.4rem; }
.section--ink .icon-card__ico{ background:rgba(221,247,171,.16); color:var(--celery); }
.icon-card h3{ font-size:var(--step-0); margin-bottom:0.3rem; }
.icon-card p{ font-size:var(--step--1); }

/* ---------- rating / stat chip row ---------- */
.chip-row{ display:flex; flex-wrap:wrap; gap:0.75rem; margin:1.6rem 0 0; }
.stat-chip{ display:inline-flex; align-items:baseline; gap:0.4rem; background:var(--paper); border:1px solid var(--line); border-radius:100px; padding:0.5rem 1rem; font-family:var(--sans); font-size:0.82rem; color:var(--ink-2); }
.stat-chip b{ font-family:var(--serif); font-size:1.1rem; color:var(--ink); }
.section--ink .stat-chip{ background:rgba(255,255,255,.06); border-color:rgba(255,255,255,.16); color:#C5CEDF; }
.section--ink .stat-chip b{ color:#fff; }

/* ---------- testimonial cards ---------- */
.testi-grid{ list-style:none; margin:0; padding:0; display:grid; grid-template-columns:repeat(3,1fr); gap:1.35rem; }
@media (max-width:920px){ .testi-grid{ grid-template-columns:1fr; } }
.testi-card{ background:var(--white); border:1px solid var(--line); border-radius:var(--radius); padding:1.6rem; display:flex; flex-direction:column; gap:1rem; height:100%; }
.section--paper2 .testi-card{ background:var(--paper); }
.testi-card p{ font-size:var(--step--1); color:var(--ink-2); }
.testi-card__who{ display:flex; align-items:center; gap:0.75rem; margin-top:auto; }
.testi-card__avatar{ flex:none; width:2.75rem; height:2.75rem; border-radius:50%; background:var(--ink); color:var(--celery); display:grid; place-items:center; font-family:var(--serif); font-weight:600; }
.testi-card__who cite{ font-style:normal; font-size:0.82rem; color:var(--ink-2); display:block; }
.testi-card__who b{ display:block; color:var(--ink); font-size:0.9rem; }

/* ---------- reveal on scroll ---------- */
@media (prefers-reduced-motion: no-preference){
  .reveal{ opacity:0; transform:translateY(16px); transition:opacity .6s var(--ease), transform .6s var(--ease); }
  .reveal.is-in{ opacity:1; transform:none; }
  .reveal[data-d="1"]{ transition-delay:.06s; }
  .reveal[data-d="2"]{ transition-delay:.12s; }
  .reveal[data-d="3"]{ transition-delay:.18s; }
}

/* ---------- form alerts (semantic colours from the brand kit) ---------- */
.form-alert{ border-left:3px solid var(--err); background:#FCEDED; color:#7A1F1F; padding:0.9rem 1.1rem; border-radius:0 var(--radius) var(--radius) 0; font-size:0.9rem; max-width:62ch; margin-bottom:1rem; }
.form-alert b{ color:#7A1F1F; }

/* <picture> wrappers (WordPress build) must not break `.media img` sizing */
picture{ display:contents; }

/* ==========================================================================
   BLOG (index, category, single). Same tokens as the rest of the site.
   ========================================================================== */

/* ---------- reading progress (single) ---------- */
.read-progress{ position:fixed; left:0; top:0; height:3px; width:0; background:var(--celery); z-index:150; box-shadow:0 0 0 1px rgba(16,37,71,.15); transition:width .08s linear; }

/* ---------- blog hero ---------- */
.blog-hero{ padding-block:clamp(2.75rem,6vw,4.75rem); }
.blog-hero .wrap{ display:grid; grid-template-columns:1.25fr .75fr; gap:clamp(1.5rem,5vw,4rem); align-items:end; }
.blog-hero h1{ color:#fff; font-size:var(--step-4); max-width:18ch; }
.blog-hero .lede{ margin-top:1.1rem; max-width:44ch; }
.blog-search{ display:flex; align-items:center; gap:0.6rem; background:rgba(255,255,255,.08); border:1px solid rgba(255,255,255,.22); border-radius:var(--radius); padding:0.35rem 0.35rem 0.35rem 1rem; transition:border-color .16s, background-color .16s; }
.blog-search:focus-within{ border-color:var(--celery); background:rgba(255,255,255,.12); }
.blog-search svg{ width:1.1rem; height:1.1rem; color:#B9C3D6; flex:none; }
.blog-search input{ flex:1; min-width:0; background:none; border:0; color:#fff; font:inherit; font-size:var(--step--1); padding:0.7rem 0; outline:none; }
.blog-search input::placeholder{ color:#9FB0CB; }
.blog-search button{ flex:none; }
@media (max-width:820px){ .blog-hero .wrap{ grid-template-columns:1fr; align-items:start; } }

/* ---------- category chips ---------- */
.chip-bar{ background:var(--paper); border-bottom:1px solid var(--line); position:sticky; top:70px; z-index:60; }
.chips{ list-style:none; margin:0; padding:0.9rem 0; display:flex; gap:0.6rem; overflow-x:auto; scrollbar-width:none; -webkit-overflow-scrolling:touch; }
.chips::-webkit-scrollbar{ display:none; }
.chips a{ display:inline-flex; align-items:center; gap:0.45rem; white-space:nowrap; font-family:var(--sans); font-weight:700; font-size:0.85rem; color:var(--ink-2); background:var(--white); border:1px solid var(--line); border-radius:100px; padding:0.5rem 1rem; text-decoration:none; transition:background-color .15s, border-color .15s, color .15s; }
.chips a:hover{ border-color:var(--ink); color:var(--ink); }
.chips a[aria-current="true"]{ background:var(--ink); border-color:var(--ink); color:#fff; }
.chips .n{ font-weight:400; opacity:.7; font-size:0.78rem; }
@media (max-width:960px){ .chip-bar{ top:69px; } }

/* ---------- post meta ---------- */
.post-meta{ display:flex; flex-wrap:wrap; align-items:center; gap:0.35rem 0.8rem; font-size:0.84rem; color:var(--payne); }
.post-meta .sep{ width:4px; height:4px; border-radius:50%; background:currentColor; opacity:.5; }
.post-meta a{ color:inherit; text-decoration:none; }
.post-meta a:hover{ color:var(--ink); text-decoration:underline; }
.cat-kicker{ font-family:var(--sans); font-size:0.74rem; font-weight:700; letter-spacing:0.09em; text-transform:uppercase; color:var(--payne); text-decoration:none; }
a.cat-kicker:hover{ color:var(--ink); }

/* ---------- featured post ---------- */
.post-feature{ display:grid; grid-template-columns:1.15fr 1fr; gap:0; background:var(--white); border:1px solid var(--line); border-radius:var(--radius); overflow:hidden; text-decoration:none; color:inherit; transition:box-shadow .2s, border-color .2s; }
.post-feature:hover{ border-color:var(--payne); box-shadow:0 30px 60px -38px rgba(16,37,71,.4); }
.post-feature .media{ border-radius:0; aspect-ratio:auto; min-height:100%; }
.post-feature .media img{ position:absolute; inset:0; }
.post-feature__body{ padding:clamp(1.5rem,3.5vw,2.75rem); display:flex; flex-direction:column; gap:0.9rem; justify-content:center; }
.post-feature__body h2{ font-size:var(--step-3); }
.post-feature__body p{ color:var(--ink-2); }
.tag-featured{ align-self:flex-start; font-size:0.7rem; font-weight:700; letter-spacing:.08em; text-transform:uppercase; background:var(--celery); color:var(--ink); padding:0.28rem 0.65rem; border-radius:100px; }
@media (max-width:860px){ .post-feature{ grid-template-columns:1fr; } .post-feature .media{ aspect-ratio:16/10; min-height:0; } }

/* ---------- post grid + cards ---------- */
.post-grid{ list-style:none; margin:0; padding:0; display:grid; grid-template-columns:repeat(3,1fr); gap:1.6rem 1.35rem; }
@media (max-width:980px){ .post-grid{ grid-template-columns:repeat(2,1fr); } }
@media (max-width:600px){ .post-grid{ grid-template-columns:1fr; } }
.post-card{ display:flex; flex-direction:column; height:100%; background:var(--white); border:1px solid var(--line); border-radius:var(--radius); overflow:hidden; text-decoration:none; color:inherit; transition:transform .18s var(--ease), box-shadow .18s, border-color .18s; }
.post-card:hover{ transform:translateY(-3px); border-color:var(--payne); box-shadow:0 26px 46px -30px rgba(16,37,71,.32); }
.post-card .media{ border-radius:0; aspect-ratio:16/10; }
.post-card__body{ padding:1.3rem 1.35rem 1.45rem; display:flex; flex-direction:column; gap:0.6rem; flex:1; }
.post-card h3{ font-size:var(--step-1); }
.post-card p{ font-size:var(--step--1); color:var(--ink-2); display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical; overflow:hidden; }
.post-card .post-meta{ margin-top:auto; padding-top:0.5rem; }
.post-card--plain .media{ display:grid; place-items:center; background:linear-gradient(135deg, var(--ink) 0%, var(--ink-2) 100%); color:var(--celery); }
.post-card--plain .media svg{ width:2.6rem; height:2.6rem; }

/* ---------- pagination ---------- */
.pager{ display:flex; justify-content:center; align-items:center; flex-wrap:wrap; gap:0.4rem; margin-top:3rem; }
.pager a,.pager span{ min-width:2.6rem; height:2.6rem; display:grid; place-items:center; padding-inline:0.85rem; font-weight:700; font-size:0.9rem; text-decoration:none; color:var(--ink); background:var(--white); border:1px solid var(--line); border-radius:var(--radius); }
.pager a:hover{ border-color:var(--ink); }
.pager .current{ background:var(--ink); border-color:var(--ink); color:#fff; }
.pager .dots{ border:0; background:none; }
.blog-empty{ text-align:center; padding:3rem 1rem; }
.blog-empty p{ margin-inline:auto; }

/* ---------- single article ---------- */
.article-head{ padding-block:clamp(1.75rem,4vw,3rem) clamp(1.5rem,3vw,2.25rem); }
.article-head .wrap{ max-width:1100px; }
.article-head .wrap > *{ max-width:900px; }
.article-head h1{ font-size:var(--step-4); margin:0.9rem 0 1rem; }
.article-head .lede{ max-width:60ch; }
.article-head .post-meta{ margin-top:1.4rem; }
.byline{ display:flex; align-items:center; gap:0.7rem; }
.byline__avatar{ width:2.6rem; height:2.6rem; border-radius:50%; overflow:hidden; background:var(--ink); flex:none; }
.byline__avatar img{ width:100%; height:100%; object-fit:cover; object-position:50% 20%; }
.byline b{ display:block; color:var(--ink); font-size:0.92rem; line-height:1.2; }
.byline span{ font-size:0.8rem; color:var(--payne); }
.article-cover{ max-width:1100px; margin:0 auto clamp(2rem,4vw,3rem); padding-inline:var(--gutter); }
.article-cover .media{ aspect-ratio:21/9; }
@media (max-width:640px){ .article-cover .media{ aspect-ratio:16/10; } }

.article-layout{ display:grid; grid-template-columns:minmax(0,1fr) 300px; gap:clamp(2rem,5vw,4.5rem); align-items:start; max-width:1100px; margin-inline:auto; padding-inline:var(--gutter); }
@media (max-width:980px){ .article-layout{ grid-template-columns:1fr; } .aside-toc{ display:none; } .article-aside{ margin-top:1rem; } }

.article-body{ max-width:70ch; font-size:1.125rem; line-height:1.8; color:var(--ink-2); }
.article-body > * + *{ margin-top:1.35rem; }
.article-body h2{ font-size:var(--step-2); margin-top:2.6rem; scroll-margin-top:110px; }
.article-body h3{ font-size:var(--step-1); margin-top:2rem; scroll-margin-top:110px; }
.article-body a{ text-decoration-thickness:2px; }
.article-body ul,.article-body ol{ padding-left:1.4rem; }
.article-body li + li{ margin-top:0.5rem; }
.article-body li::marker{ color:var(--payne); }
.article-body blockquote{ margin:2.2rem 0; padding:0.25rem 0 0.25rem 1.5rem; border-left:4px solid var(--celery); font-family:var(--serif); font-size:var(--step-2); line-height:1.35; color:var(--ink); }
.article-body blockquote cite{ display:block; margin-top:0.8rem; font-family:var(--sans); font-style:normal; font-size:0.88rem; color:var(--payne); }
.article-body figure{ margin-block:2.2rem; }
.article-body figure img{ border-radius:var(--radius); width:100%; }
.article-body figcaption{ margin-top:0.6rem; font-size:0.85rem; color:var(--payne); }
.article-body table{ width:100%; border-collapse:collapse; font-size:0.95rem; }
.article-body th,.article-body td{ padding:0.7rem 0.9rem; border-bottom:1px solid var(--line); text-align:left; }
.article-body th{ background:var(--paper-2); color:var(--ink); }
.article-body hr{ border:0; height:1px; background:var(--line); margin-block:2.5rem; }
.callout{ background:var(--celery); border-radius:var(--radius); padding:1.3rem 1.5rem; color:var(--ink); }
.callout p,.callout strong{ color:var(--ink); }
.callout__label{ display:block; font-size:0.74rem; font-weight:700; letter-spacing:.09em; text-transform:uppercase; margin-bottom:0.4rem; }
.article-body > p:first-of-type{ font-size:1.2rem; color:var(--ink); }

/* aside: contents, share, cta */
.article-aside{ position:sticky; top:96px; display:grid; gap:1.1rem; }
@media (max-width:980px){ .article-aside{ position:static; } }
.aside-card{ background:var(--white); border:1px solid var(--line); border-radius:var(--radius); padding:1.3rem 1.35rem; }
.aside-card h2,.aside-card h3{ font-family:var(--sans); font-size:0.78rem; font-weight:700; letter-spacing:.09em; text-transform:uppercase; color:var(--payne); margin-bottom:0.8rem; }
.toc{ list-style:none; margin:0; padding:0; display:grid; gap:0.15rem; font-size:0.92rem; }
.toc a{ display:block; padding:0.4rem 0.6rem; margin-left:-0.6rem; border-left:2px solid transparent; color:var(--ink-2); text-decoration:none; line-height:1.35; border-radius:0 var(--radius) var(--radius) 0; }
.toc a:hover{ color:var(--ink); background:var(--paper-2); }
.toc a.is-active{ border-left-color:var(--ink); color:var(--ink); font-weight:700; background:var(--paper-2); }
.toc .sub a{ padding-left:1.4rem; font-size:0.86rem; }
.share{ display:flex; gap:0.5rem; flex-wrap:wrap; }
.share a,.share button{ display:inline-flex; align-items:center; gap:0.45rem; font:inherit; font-size:0.82rem; font-weight:700; color:var(--ink); background:var(--paper); border:1px solid var(--line); border-radius:var(--radius); padding:0.55rem 0.8rem; cursor:pointer; text-decoration:none; }
.share a:hover,.share button:hover{ border-color:var(--ink); }
.share svg{ width:1rem; height:1rem; }
.aside-cta{ background:var(--ink); border-color:var(--ink); color:#C5CEDF; }
.aside-cta h3{ color:var(--celery); }
.aside-cta p{ font-size:0.92rem; margin-bottom:1rem; }
.aside-cta .btn{ width:100%; justify-content:center; }

/* author box, prev/next, related */
.author-box{ display:grid; grid-template-columns:auto 1fr; gap:1.4rem; align-items:center; background:var(--paper-2); border-radius:var(--radius); padding:1.6rem; max-width:70ch; margin-top:3rem; }
.author-box__photo{ width:5.5rem; height:5.5rem; border-radius:50%; overflow:hidden; background:var(--ink); }
.author-box__photo img{ width:100%; height:100%; object-fit:cover; object-position:50% 20%; }
.author-box__name{ display:block; font-family:var(--serif); font-weight:600; font-size:var(--step-1); line-height:1.2; color:var(--ink); margin-bottom:0.3rem; }
.author-box p{ font-size:var(--step--1); }
@media (max-width:520px){ .author-box{ grid-template-columns:1fr; } }
.post-nav{ display:grid; grid-template-columns:1fr 1fr; gap:1rem; max-width:70ch; margin-top:2rem; }
.post-nav a{ display:block; padding:1rem 1.2rem; border:1px solid var(--line); border-radius:var(--radius); text-decoration:none; background:var(--white); }
.post-nav a:hover{ border-color:var(--ink); }
.post-nav small{ display:block; font-size:0.74rem; font-weight:700; letter-spacing:.08em; text-transform:uppercase; color:var(--payne); margin-bottom:0.25rem; }
.post-nav strong{ font-family:var(--serif); font-size:1rem; line-height:1.3; }
.post-nav .next{ text-align:right; }
@media (max-width:560px){ .post-nav{ grid-template-columns:1fr; } .post-nav .next{ text-align:left; } }

@media (max-width:640px){
  .article-head .byline{ flex-basis:100%; }
  .article-head .post-meta .byline + .sep{ display:none; }
}
/* editor-friendly callout: the block style on a Group block, and the static .callout class */
.article-body .is-style-callout{ background:var(--celery); border-radius:var(--radius); padding:1.3rem 1.5rem; color:var(--ink); }
.article-body .is-style-callout > * + *{ margin-top:0.6rem; }
.article-body .is-style-callout p,.article-body .is-style-callout strong{ color:var(--ink); }
.article-body .wp-block-image{ margin-block:2.2rem; }
.article-body .wp-block-quote{ margin:2.2rem 0; padding:0.25rem 0 0.25rem 1.5rem; border-left:4px solid var(--celery); }
.article-body .wp-block-quote p{ font-family:var(--serif); font-size:var(--step-2); line-height:1.35; color:var(--ink); }
.article-body .wp-block-table{ overflow-x:auto; }
.blog-hero--compact .wrap{ grid-template-columns:1fr; }

/* WordPress wraps header/footer parts in a div; keep the sticky header sticking to the page */
.wp-block-template-part{ display:contents; }

/* ---------- enquiry form states ---------- */
.field__error{ color:var(--err); font-size:0.85rem; font-weight:700; max-width:none; }
.field input[aria-invalid="true"],.field textarea[aria-invalid="true"]{ border-color:var(--err); outline-color:var(--err); }
.field--check{ margin-bottom:1.25rem; }
.check{ display:flex; gap:0.7rem; align-items:flex-start; font-family:var(--sans); font-weight:400; font-size:0.9rem; color:var(--ink-2); cursor:pointer; }
.check input{ width:1.15rem; height:1.15rem; margin-top:0.2rem; flex:none; accent-color:var(--ink); }
.form-status{ margin-top:1rem; padding:0.8rem 1rem; border-radius:var(--radius); font-size:0.92rem; font-weight:700; max-width:none; }
.form-status.is-error{ background:#FCEDED; color:#7A1F1F; border-left:3px solid var(--err); }
.form-status.is-ok{ background:var(--celery); color:var(--ink); border-left:3px solid var(--ok); }
.enquiry button[disabled]{ opacity:.6; cursor:progress; }
.cf-turnstile{ margin-bottom:1.1rem; }

/* Home: How I work */
.method{ background:linear-gradient(180deg,var(--paper),#F1F8FB); }
.method__grid{ display:grid; grid-template-columns:minmax(0,5fr) minmax(0,7fr); gap:clamp(2rem,6vw,5rem); align-items:start; }
.method__intro{ position:sticky; top:7rem; }
.method__intro .lede{ margin:1.1rem 0 1.75rem; max-width:34ch; }
.method__list{ list-style:none; margin:0; padding:0; display:grid; gap:1.1rem; position:relative; }
.method__list::before{ content:""; position:absolute; left:2.15rem; top:2rem; bottom:2rem; width:2px; background:linear-gradient(var(--green),var(--line)); }
.method__card{ position:relative; display:grid; grid-template-columns:4.3rem 1fr; gap:1.25rem; align-items:start; background:var(--white); border:1px solid var(--line); border-radius:var(--radius); padding:1.6rem 1.75rem 1.6rem 1.25rem; transition:transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s var(--ease); }
.method__card:hover{ transform:translateY(-3px); box-shadow:0 14px 32px rgba(16,37,71,.09); border-color:var(--green); }
.method__num{ display:grid; place-items:center; width:2.9rem; height:2.9rem; margin-left:.7rem; border-radius:50%; background:var(--celery); border:2px solid var(--ink); color:var(--ink); font-family:var(--serif); font-weight:700; font-size:1.05rem; position:relative; z-index:1; }
.method__card h3{ margin-bottom:.45rem; }
.method__card p{ font-size:var(--step--1); max-width:52ch; }
@media (max-width:860px){
  .method__grid{ grid-template-columns:1fr; }
  .method__intro{ position:static; }
  .method__card{ grid-template-columns:3.4rem 1fr; padding:1.25rem 1.1rem 1.25rem .6rem; gap:.9rem; }
  .method__num{ margin-left:.35rem; width:2.5rem; height:2.5rem; }
  .method__list::before{ left:1.85rem; }
}

.footer-legal a{ color:#fff; font-weight:700; }
.footer-legal a:hover{ color:var(--green); }

/* Healthcare Coaching: two-day roadmap */
.roadmap__grid{ display:grid; grid-template-columns:1fr 1fr; gap:clamp(1.5rem,4vw,3rem); align-items:start; }
.roadmap__daylabel{ font-family:var(--serif); font-size:1.15rem; font-weight:600; color:var(--ink); margin-bottom:1.1rem; padding-bottom:0.85rem; border-bottom:2px solid var(--celery); }
.roadmap__list{ list-style:none; margin:0; padding:0; display:grid; gap:0; position:relative; }
.roadmap__list::before{ content:""; position:absolute; left:1.15rem; top:2.4rem; bottom:2.2rem; width:2px; background:var(--line); }
.roadmap__list li{ display:grid; grid-template-columns:2.3rem 1fr; gap:1.1rem; padding:1.15rem 0; align-items:start; }
.roadmap__num{ display:grid; place-items:center; width:2.3rem; height:2.3rem; border-radius:50%; background:var(--white); border:2px solid var(--ink); color:var(--ink); font-family:var(--serif); font-weight:700; font-size:0.85rem; position:relative; z-index:1; }
.roadmap__when{ display:inline-block; font-size:0.72rem; font-weight:700; letter-spacing:.08em; text-transform:uppercase; color:var(--payne); margin-bottom:0.3rem; }
.roadmap__list h3{ margin-bottom:0.35rem; font-size:1.05rem; }
.roadmap__list p{ font-size:var(--step--1); max-width:40ch; }
@media (max-width:760px){
  .roadmap__grid{ grid-template-columns:1fr; gap:2.5rem; }
}

/* Executive Coaching: horizontal session-flow */
.flow{ list-style:none; margin:0; padding:0; display:grid; grid-template-columns:repeat(5,1fr); gap:0; position:relative; }
.flow::before{ content:""; position:absolute; left:1.2rem; right:1.2rem; top:1.2rem; height:2px; background:var(--line); z-index:0; }
.flow li{ position:relative; z-index:1; padding-right:1.25rem; }
.flow__num{ display:grid; place-items:center; width:2.4rem; height:2.4rem; margin-bottom:1rem; border-radius:50%; background:var(--paper-2); border:2px solid var(--ink); color:var(--ink); font-family:var(--serif); font-weight:700; font-size:0.85rem; }
.section--paper2 .flow__num{ background:var(--paper); }
.flow h3{ font-size:1rem; margin-bottom:0.4rem; }
.flow p{ font-size:var(--step--1); }
@media (max-width:960px){
  .flow{ grid-template-columns:1fr 1fr; gap:1.75rem 1.25rem; }
  .flow::before{ display:none; }
}
@media (max-width:560px){
  .flow{ grid-template-columns:1fr; gap:1.5rem; }
}

/* Hospital Workshops: three-day cards */
.days3{ list-style:none; margin:0; padding:0; display:grid; grid-template-columns:repeat(3,1fr); gap:1.5rem; position:relative; }
.days3::before{ content:""; position:absolute; left:1.1rem; right:1.1rem; top:1.1rem; height:2px; background:var(--line); z-index:0; }
.days3 li{ position:relative; z-index:1; background:var(--paper); border:1px solid var(--line); border-radius:var(--radius); padding:1.5rem 1.5rem 1.75rem; }
.section--paper2 .days3 li{ background:var(--white); }
.days3__num{ display:grid; place-items:center; width:2.3rem; height:2.3rem; margin-bottom:0.9rem; border-radius:50%; background:var(--celery); border:2px solid var(--ink); color:var(--ink); font-family:var(--serif); font-weight:700; font-size:0.85rem; }
.days3__label{ font-size:0.72rem; font-weight:700; letter-spacing:.08em; text-transform:uppercase; color:var(--payne); margin-bottom:0.3rem; }
.days3 h3{ font-size:1.1rem; margin-bottom:0.5rem; }
.days3 p{ font-size:var(--step--1); }
@media (max-width:860px){
  .days3{ grid-template-columns:1fr; gap:1.25rem; }
  .days3::before{ display:none; }
}

/* Inner-page light hero: full-bleed tint band + floating fact badges, so it reads as
   deliberately designed rather than a plain white box with a small photo (desktop wow-factor pass). */
.hero-split:not(.hero-split--dark){ background:linear-gradient(180deg,var(--paper-2) 0%,var(--paper-2) 78%,var(--paper) 100%); position:relative; overflow:hidden; }
.breadcrumb:has(+ .hero-split:not(.hero-split--dark)){ background:var(--paper-2); margin-bottom:-1px; }
.hero-split:not(.hero-split--dark)::before{
  content:""; position:absolute; z-index:0; top:-18%; right:-8%; width:46vw; height:46vw; max-width:640px; max-height:640px;
  border-radius:50%; background:radial-gradient(circle at 40% 40%, var(--celery) 0%, rgba(221,247,171,0) 68%); opacity:.55; pointer-events:none;
}
.hero-split:not(.hero-split--dark) .wrap{ position:relative; z-index:1; }
.hero-split:not(.hero-split--dark) .hero__collage{ position:relative; }
@media (max-width:900px){ .hero-split:not(.hero-split--dark)::before{ width:70vw; height:70vw; top:-10%; right:-20%; } }
