/* ══════════════════════════════════════════════════════════════════
   Pregnancy landing page — features CLONED from the pregnancy concept
   mockup, but rebuilt on the live site's design tokens + components.
   service.css supplies the shell (header/footer) and shared components
   (.bmb-cta, .bmb-eyebrow); this file adds only the package-specific
   pieces: the package hero, the "what's included" grid, the à-la-carte
   cards and the consultation nudge.
   Added 2026-07-08.
   NOTE: hero + inclusion images currently hot-link the live WP CDN —
   localise into /img/ before production.
   ══════════════════════════════════════════════════════════════════ */

/* Cream backdrop for the whole page EXCEPT the navbar + footer (which
   carry their own purple/plum backgrounds). Scoped to body.preg-page so
   it overrides the global purple <html> background only on this page.
   The gutters beside the centred <main> now read cream instead of purple. */
body.preg-page{background:var(--cream)}
/* Content base matches the same cream so gutters + content are one surface. */
.preg{background:var(--cream);color:var(--ink-on-cream)}
/* Side gutters — floor raised to 1.4rem so text never sits on the screen
   edge on mobile. */
.preg .preg-wrap{max-width:1140px;margin:0 auto;padding:0 clamp(1.4rem,4vw,2.2rem)}
/* Kill the template's main padding-top + the section's top margin so the
   hero sits flush against the navbar (no cream gap). */
body.preg-page main.preg{padding-top:0}
.preg .bmb-eyebrow{font-family:var(--font-body);font-size:.72rem;font-weight:800;letter-spacing:.2em;text-transform:uppercase;color:var(--brand)}

/* ── breadcrumb ── */
.preg-crumb{background:var(--cream);border-bottom:1px solid rgba(90,31,99,.12);font-family:var(--font-body);font-size:.82rem;font-weight:600;color:#8b7f92}
.preg-crumb .preg-wrap{padding-top:.7rem;padding-bottom:.7rem}
.preg-crumb a{color:#8b7f92;text-decoration:none}
.preg-crumb a:hover{color:var(--brand)}
.preg-crumb b{color:var(--navy)}
.preg-crumb .sep{margin:0 .5rem;opacity:.6}

/* ===== package hero (immersive) ===== */
/* Full-bleed: break out of the 1180px <main> column so the background
   image spans the whole viewport width. The body's overflow-x:clip keeps
   the 100vw from adding a horizontal scrollbar. */
.preg-hero{
  position:relative;color:#fff;overflow:hidden;isolation:isolate;
  width:100vw;
  margin:0 calc(50% - 50vw);
}
.preg-hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 32%;z-index:-2}
.preg-hero::after{content:"";position:absolute;inset:0;z-index:-1;background:
  linear-gradient(180deg,rgba(48,14,55,.42) 0%,rgba(48,14,55,.25) 40%,rgba(60,18,68,.78) 100%),
  linear-gradient(90deg,rgba(60,18,68,.82) 0%,rgba(60,18,68,.30) 62%,rgba(60,18,68,.06) 100%)}
.preg-hero .preg-wrap{padding:clamp(7rem,15vw,10rem) clamp(1.4rem,4vw,2.2rem) clamp(2.6rem,6vw,4rem)}
.preg-hero .bmb-eyebrow{color:#f0cdf6;margin-bottom:1rem}
.preg-hero h1{font-family:var(--font-display);font-size:clamp(2.3rem,5.4vw,3.5rem);font-weight:700;color:#fff;max-width:16ch;margin:0;line-height:1.08;letter-spacing:-.01em}
.preg-hero-lead{font-size:clamp(1.05rem,2.2vw,1.22rem);color:#f4e6f7;max-width:46ch;margin:1rem 0 0;line-height:1.5}
.preg-price{display:inline-flex;align-items:baseline;gap:.55rem;margin-top:1.6rem;background:rgba(255,255,255,.14);border:1px dashed rgba(255,255,255,.6);border-radius:14px;padding:.7rem 1.1rem}
.preg-price b{font-family:var(--font-display);font-size:1.5rem;font-weight:700;color:#fff}
.preg-price span{font-size:.82rem;color:#eecdf4;font-weight:600}
.preg-hero-ctas{display:flex;flex-wrap:wrap;gap:.7rem;margin-top:1.6rem}
.preg-hero-note{margin-top:1rem;font-size:.8rem;color:#e6c6ee}
/* Base pill GEOMETRY for the page's CTAs. The site's global colour rules
   (.bmb-cta--primary / --ghost in style.css, !important) supply the
   colours — cream pill + outlined pill — but NOT the shape, because the
   shape is normally defined inside each page's own scope. Define it here
   so the CTAs render as proper pills inside .preg. */
.preg .bmb-cta{
  display:inline-flex;align-items:center;justify-content:center;gap:.5rem;
  font-family:var(--font-body);font-weight:700;font-size:.95rem;line-height:1;
  padding:.85rem 1.7rem;border-radius:999px;text-decoration:none;cursor:pointer;
  border:1px solid transparent;
  transition:transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.preg .bmb-cta:hover{transform:translateY(-2px)}

/* ===== what's included ===== */
.preg-incl{padding:clamp(2.6rem,5vw,4rem) 0}
.preg-incl-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:clamp(1.6rem,3.5vw,3rem);align-items:start}
@media(max-width:820px){.preg-incl-grid{grid-template-columns:1fr}}
.preg-incl-head .bmb-eyebrow{display:inline-block;margin-bottom:.6rem}
.preg-incl-head h2{font-family:var(--font-display);font-size:clamp(1.7rem,3.6vw,2.3rem);font-weight:700;color:var(--navy);margin:.2rem 0 0;line-height:1.15}
.preg-incl-head p{max-width:48ch;margin:.7rem 0 0;color:#4a4553;line-height:1.55}
.preg-incl-list{list-style:none;margin:1.6rem 0 0;padding:0;display:grid;gap:.75rem}
.preg-incl-list li{display:flex;gap:.85rem;align-items:flex-start;background:#fff;border:1px solid rgba(90,31,99,.1);border-radius:14px;padding:.95rem 1.15rem;box-shadow:0 10px 26px -22px rgba(42,12,48,.4)}
.preg-tick{flex:none;width:1.7rem;height:1.7rem;border-radius:50%;background:#ecdff0;color:var(--brand);display:grid;place-items:center;margin-top:.05rem}
.preg-tick svg{width:1rem;height:1rem}
.preg-incl-list b{font-family:var(--font-display);font-weight:700;font-size:1.02rem;color:var(--ink-on-cream);display:block}
.preg-incl-list small{font-size:.88rem;color:#8b7f92;line-height:1.45}
.preg-incl-aside{display:flex;flex-direction:column;gap:1.2rem;position:sticky;top:6rem}
@media(max-width:820px){.preg-incl-aside{position:static}}
.preg-incl-media{border-radius:18px;overflow:hidden;aspect-ratio:4/3;box-shadow:0 22px 50px -28px rgba(42,12,48,.5)}
.preg-incl-media img{width:100%;height:100%;object-fit:cover;display:block}
.preg-benefits{background:var(--navy);color:#fbf1ff;border-radius:18px;padding:1.4rem 1.5rem}
.preg-benefits h3{color:#fff;font-family:var(--font-display);font-size:1.15rem;font-weight:700;margin:0 0 .9rem}
.preg-benefits ul{list-style:none;margin:0;padding:0;display:grid;gap:.65rem;font-size:.94rem}
.preg-benefits li{display:flex;gap:.6rem;align-items:flex-start;color:#f0dcf5;line-height:1.45}
.preg-benefits li svg{width:1.05rem;height:1.05rem;flex:none;margin-top:.2rem;color:#e9b6f2}
.preg-benefits .bmb-cta{margin-top:1.3rem;width:100%;justify-content:center}

/* ===== journey divider ===== */
.preg-divider{background:var(--cream);border-top:1px solid rgba(90,31,99,.12);border-bottom:1px solid rgba(90,31,99,.12);padding:clamp(1.4rem,3vw,2rem) 0;text-align:center}
.preg-divider p{margin:0;font-family:var(--font-display);font-weight:600;color:var(--navy);font-size:clamp(1.05rem,2.3vw,1.35rem)}
.preg-divider span{display:block;font-family:var(--font-body);font-weight:600;font-size:.85rem;color:#8b7f92;margin-top:.35rem}

/* ===== à-la-carte services ===== */
.preg-alc{padding:clamp(2.6rem,5vw,4rem) 0}
.preg-alc-head{margin-bottom:1.6rem}
.preg-alc-head .bmb-eyebrow{display:inline-block;margin-bottom:.5rem}
.preg-alc-head h2{font-family:var(--font-display);font-size:clamp(1.5rem,3.2vw,2rem);font-weight:700;color:var(--navy);margin:.2rem 0 0}
.preg-alc-head p{max-width:52ch;margin:.6rem 0 0;color:#4a4553;line-height:1.55}
.preg-alc-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}
@media(max-width:760px){.preg-alc-grid{grid-template-columns:1fr}}
.preg-svc{background:#fff;border:1px solid rgba(90,31,99,.1);border-radius:16px;padding:1.4rem;display:flex;flex-direction:column;gap:.5rem;box-shadow:0 12px 30px -24px rgba(42,12,48,.45);transition:transform .2s ease,box-shadow .2s ease;text-decoration:none;color:inherit}
.preg-svc:hover{transform:translateY(-3px);box-shadow:0 18px 40px -24px rgba(42,12,48,.55)}
.preg-svc .preg-glyph{font-size:1.6rem;line-height:1}
.preg-svc h3{font-family:var(--font-display);font-size:1.18rem;font-weight:700;color:var(--navy);margin:0}
.preg-svc p{font-size:.9rem;color:#4a4553;margin:0;flex:1;line-height:1.5}
.preg-svc .preg-link{margin-top:.6rem;font-family:var(--font-body);font-weight:800;font-size:.85rem;color:var(--brand)}
.preg-svc:hover .preg-link{color:var(--brand-dk)}

/* ===== consultation nudge ===== */
.preg-nudge{padding:0 0 clamp(2.8rem,5vw,4rem)}
.preg-nudge-inner{background:linear-gradient(120deg,var(--navy),var(--brand));color:#fdf5ff;border-radius:20px;padding:clamp(1.6rem,3.5vw,2.4rem) clamp(1.6rem,3.5vw,2.6rem);display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1.2rem;box-shadow:0 22px 50px -28px rgba(42,12,48,.5)}
.preg-nudge-inner h2{font-family:var(--font-display);color:#fff;font-size:clamp(1.25rem,2.6vw,1.6rem);font-weight:700;margin:0}
.preg-nudge-inner p{margin:.4rem 0 0;color:#eed6f4;max-width:52ch;font-size:.98rem}
/* nudge + benefits CTAs inherit the global cream-pill colours */

/* ══════════════════════════════════════════════════════════════════
   HUB CARDS — the two wing hub pages (Mums & Babies / Beauty &
   Wellness). Image card → package page. Added 2026-07-08.
   ══════════════════════════════════════════════════════════════════ */
.preg-hub{padding:clamp(2.4rem,5vw,3.8rem) 0}
.preg-hub-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(1rem,2.2vw,1.6rem)}
@media(max-width:820px){.preg-hub-grid{grid-template-columns:1fr}}
.preg-hub-card{
  display:flex;flex-direction:column;background:#fff;
  border:1px solid rgba(90,31,99,.12);border-radius:20px;overflow:hidden;
  box-shadow:0 22px 50px -28px rgba(42,12,48,.5);
  text-decoration:none;color:inherit;
  transition:transform .22s ease, box-shadow .22s ease;
}
.preg-hub-card:hover{transform:translateY(-4px);box-shadow:0 30px 60px -30px rgba(42,12,48,.6)}
.preg-hub-media{aspect-ratio:16/11;overflow:hidden}
.preg-hub-media img{width:100%;height:100%;object-fit:cover;display:block}
.preg-hub-body{padding:clamp(1.2rem,2.2vw,1.6rem);display:flex;flex-direction:column;gap:.6rem;flex:1}
.preg-hub-body h3{font-family:var(--font-display);font-size:1.35rem;font-weight:700;color:var(--navy);margin:0}
.preg-hub-body p{font-size:.95rem;color:#4a4553;margin:0;flex:1;line-height:1.5}
.preg-hub-link{margin-top:.4rem;font-family:var(--font-body);font-weight:800;font-size:.9rem;color:var(--brand)}
.preg-hub-card:hover .preg-hub-link{color:var(--brand-dk)}

/* 2-card hub grid (e.g. the Courses hub) — centred pair instead of 3 cols. */
.preg-hub-grid--2{grid-template-columns:repeat(2,1fr);max-width:760px;margin-left:auto;margin-right:auto}
@media(max-width:820px){.preg-hub-grid--2{grid-template-columns:1fr}}
