/* ═══════════════════════════════════════════════════════════
   embark-isef · ebk-pages.css · v2 BOLD (user: v1 too conservative)
   plum #943E68 / #5C2440 / #3A1828 · gold #FDCA04
   moves: oversized display type · ghost numerals · marquee ticker
          diagonal clips · staggered cards · orbit badge
   ═══════════════════════════════════════════════════════════ */

:root {
  --ebk-font-display: Archivo, "Source Sans 3", system-ui, sans-serif;
  --ebk-font-body: "Source Sans 3", system-ui, sans-serif;
  --ebk-font-serif: "Source Serif 4", Georgia, serif;
  --ebk-font-mono: "Spline Sans Mono", ui-monospace, monospace;
}
.ebk-page { font-family: var(--ebk-font-body); color: #191C1D; background: #FFFFFF; overflow-x: clip; }
/* Alternating section bands give the page rhythm (white ↔ soft-plum tint). Hero is
   section 1 (non-.ebk-section), so content sections start at 2 → even=white, odd=tint.
   Dark bands (.ebk-cta-band / .ebk-results-band) carry their own colour, untouched. */
.ebk-section:nth-of-type(odd) { background: #F6F1F5; }
.ebk-section { position: relative; }
/* root flow-gap slivers are handled globally in chrome.css (.wp-site-blocks) */
.entry-content > .ebk-page { margin: 0 !important; }
.ebk-page .hl-container { max-width: 1280px; margin-inline: auto; padding-inline: clamp(20px, 4vw, 44px); }

/* ── HERO ── */
.ebk-hero { background:
  radial-gradient(ellipse 70% 55% at 75% 0%, rgba(199, 106, 147, .35), transparent 65%),
  linear-gradient(160deg, #2A0F1D 0%, #3A1828 45%, #5C2440 100%);
  color: #fff; position: relative; }
.ebk-hero-ghost { position: absolute; right: -2vw; top: 4vw; font-family: var(--ebk-font-display); font-weight: 800; font-size: clamp(120px, 22vw, 300px); line-height: .8; letter-spacing: -.04em; color: transparent; -webkit-text-stroke: 1px rgba(253, 202, 4, .14); pointer-events: none; user-select: none; }
.ebk-hero-grid { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: 40px; padding-top: clamp(56px, 8vw, 110px); align-items: center; }
.ebk-kicker { font-family: var(--ebk-font-mono); font-size: 12px; letter-spacing: .26em; text-transform: uppercase; color: #FDCA04; display: flex; align-items: center; gap: 14px; }
.ebk-kicker::before { content: ""; width: 44px; height: 2px; background: #FDCA04; flex-shrink: 0; }
.ebk-hero h1 { font-family: var(--ebk-font-display); font-size: clamp(44px, 7vw, 86px); line-height: .98; font-weight: 800; letter-spacing: -.03em; margin: 26px 0 0; color: #fff; text-transform: uppercase; }
.ebk-hero h1 em { font-style: normal; color: transparent; -webkit-text-stroke: 2px #FDCA04; display: block; }
.ebk-hero-sub { margin-top: 24px; font-size: clamp(15px, 1.5vw, 18px); line-height: 1.7; color: #E3C9D6; max-width: 520px; }
.ebk-hero-btns { margin-top: 36px; display: flex; gap: 18px; align-items: center; flex-wrap: wrap; }
.ebk-btn-gold { display: inline-block; background: #FDCA04; color: #2A0F1D; font-family: var(--ebk-font-display); font-weight: 800; font-size: 15px; padding: 17px 34px; text-decoration: none; box-shadow: 6px 6px 0 rgba(253, 202, 4, .25); transition: transform .15s, box-shadow .15s; }
.ebk-btn-gold:hover { transform: translate(-2px, -2px); box-shadow: 9px 9px 0 rgba(253, 202, 4, .3); color: #2A0F1D; }
.ebk-btn-ghost-light { color: #fff; font-weight: 600; font-size: 15px; text-decoration: none; border-bottom: 2px solid #FDCA04; padding-bottom: 4px; }
.ebk-btn-ghost-light:hover { color: #FDCA04; }

/* orbit badge (replaces glass card) */
.ebk-orbit { position: relative; width: min(360px, 80vw); aspect-ratio: 1; margin-left: auto; display: flex; align-items: center; justify-content: center; }
.ebk-orbit .ring { position: absolute; inset: 0; border-radius: 50%; border: 1.5px dashed rgba(253, 202, 4, .45); animation: ebk-spin 40s linear infinite; }
.ebk-orbit .ring2 { position: absolute; inset: 13%; border-radius: 50%; border: 1px solid rgba(255, 255, 255, .14); animation: ebk-spin 60s linear infinite reverse; }
.ebk-orbit .ast { position: absolute; top: -7px; left: 50%; width: 14px; height: 14px; border-radius: 50%; background: #FDCA04; box-shadow: 0 0 18px #FDCA04AA; }
.ebk-orbit .core { text-align: center; padding: 0 14%; }
.ebk-orbit .core .t { font-family: var(--ebk-font-mono); font-size: 10.5px; letter-spacing: .26em; color: #FDCA04; text-transform: uppercase; }
.ebk-orbit .core h3 { font-family: var(--ebk-font-serif); font-style: italic; font-weight: 400; font-size: clamp(17px, 1.8vw, 21px); line-height: 1.45; margin: 12px 0 0; color: #fff; }
.ebk-orbit .core span { display: block; margin-top: 12px; font-size: 12px; color: #C99FB4; line-height: 1.6; }
@keyframes ebk-spin { to { transform: rotate(360deg); } }
@media (prefers-reduced-motion: reduce) { .ebk-orbit .ring, .ebk-orbit .ring2 { animation: none; } }

/* statband — oversized numerals */
.ebk-statband { margin-top: clamp(44px, 6vw, 72px); border-top: 1px solid rgba(255, 255, 255, .16); display: grid; grid-template-columns: repeat(4, 1fr); position: relative; }
.ebk-stat { padding: 28px clamp(18px, 2.5vw, 40px) 34px; border-right: 1px solid rgba(255, 255, 255, .12); }
.ebk-stat:last-child { border-right: none; }
.ebk-stat b { font-family: var(--ebk-font-display); font-size: clamp(30px, 3.4vw, 44px); font-weight: 800; color: #fff; display: block; line-height: 1.05; letter-spacing: -.02em; }
.ebk-stat b i { color: #FDCA04; font-style: normal; }
.ebk-stat span { font-family: var(--ebk-font-mono); font-size: 10.5px; letter-spacing: .14em; text-transform: uppercase; color: #C99FB4; margin-top: 10px; display: block; line-height: 1.7; }

/* marquee ticker */
.ebk-ticker { background: #FDCA04; color: #2A0F1D; overflow: hidden; padding: 13px 0; border-top: 3px solid #2A0F1D; }
.ebk-ticker-track { display: flex; gap: 0; white-space: nowrap; animation: ebk-marquee 28s linear infinite; width: max-content; }
.ebk-ticker span { font-family: var(--ebk-font-display); font-weight: 800; font-size: 14px; letter-spacing: .06em; text-transform: uppercase; padding: 0 18px; }
.ebk-ticker .sep { color: #943E68; }
@keyframes ebk-marquee { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .ebk-ticker-track { animation: none; } }

/* ── sections with ghost numerals ── */
.ebk-section { padding: clamp(56px, 8vw, 96px) 0 clamp(44px, 5.5vw, 72px); position: relative; }
.ebk-shead { position: relative; padding-top: clamp(10px, 2vw, 22px); }
.ebk-shead .ghost { position: absolute; left: -8px; top: -18px; font-family: var(--ebk-font-display); font-weight: 800; font-size: clamp(90px, 11vw, 150px); line-height: 1; color: transparent; -webkit-text-stroke: 1.5px rgba(148, 62, 104, .16); letter-spacing: -.03em; pointer-events: none; user-select: none; }
.ebk-shead h2 { font-family: var(--ebk-font-display); font-size: clamp(32px, 4.4vw, 56px); font-weight: 800; letter-spacing: -.025em; color: #3A1828; margin: 0; position: relative; text-transform: uppercase; }
.ebk-shead h2 em { font-style: normal; color: #943E68; }
.ebk-shead .n { font-family: var(--ebk-font-mono); font-size: 11px; letter-spacing: .24em; color: #C79E03; text-transform: uppercase; display: block; margin-top: 10px; position: relative; }
.ebk-lede { font-size: clamp(15.5px, 1.4vw, 17.5px); line-height: 1.75; color: #44474D; max-width: 720px; margin: 26px 0 0; }

/* programs — staggered numbered cards */
.ebk-progs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 44px; }
.ebk-prog { background: #fff; border: 2px solid #191C1D; padding: 30px 28px 36px; position: relative; text-decoration: none; display: block; color: inherit; box-shadow: 8px 8px 0 #E8DCE3; transition: transform .15s, box-shadow .15s; }
.ebk-prog:hover { transform: translate(-3px, -3px); box-shadow: 12px 12px 0 #FDCA04; }
.ebk-prog:nth-child(2) { transform: translateY(26px); }
.ebk-prog:nth-child(2):hover { transform: translateY(23px) translateX(-3px); }
.ebk-prog:nth-child(3) { transform: translateY(52px); }
.ebk-prog:nth-child(3):hover { transform: translateY(49px) translateX(-3px); }
.ebk-prog .num { font-family: var(--ebk-font-display); font-weight: 800; font-size: 64px; line-height: 1; color: transparent; -webkit-text-stroke: 1.5px #943E68; letter-spacing: -.03em; }
.ebk-prog .ph { font-family: var(--ebk-font-mono); font-size: 10.5px; letter-spacing: .2em; color: #943E68; text-transform: uppercase; margin-top: 16px; display: block; }
.ebk-prog h3 { font-family: var(--ebk-font-display); font-size: 20px; font-weight: 800; color: #3A1828; margin: 10px 0 10px; letter-spacing: -.01em; }
.ebk-prog p { font-size: 14px; line-height: 1.65; color: #44474D; margin: 0; }
.ebk-prog .more { display: inline-block; margin-top: 18px; font-family: var(--ebk-font-display); font-size: 13px; font-weight: 700; color: #943E68; text-transform: uppercase; letter-spacing: .04em; }
.ebk-progs-spacer { height: 52px; }

/* results — full-bleed dark band, diagonal clip image */
.ebk-results-band { margin-top: 44px; background: #2A0F1D; color: #fff; position: relative; overflow: hidden; }
.ebk-results-band::after { content: "×10"; position: absolute; right: -10px; bottom: -34px; font-family: var(--ebk-font-display); font-weight: 800; font-size: clamp(130px, 16vw, 240px); line-height: 1; color: transparent; -webkit-text-stroke: 1.5px rgba(253, 202, 4, .18); pointer-events: none; }
.ebk-results { display: grid; grid-template-columns: 5fr 6fr; }
.ebk-results-media { position: relative; min-height: 380px; clip-path: polygon(0 0, 100% 0, 86% 100%, 0 100%); }
.ebk-results-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.ebk-results-media .cap { position: absolute; left: 0; right: 14%; bottom: 0; background: linear-gradient(transparent, rgba(20, 8, 14, .9)); color: #C99FB4; font-size: 11px; padding: 30px 16px 12px; }
.ebk-results-media .cap a { color: #C99FB4; }
.ebk-results-body { padding: clamp(32px, 4.5vw, 56px); position: relative; z-index: 1; }
.ebk-results-body .q { font-family: var(--ebk-font-serif); font-style: italic; font-size: clamp(20px, 2.4vw, 27px); line-height: 1.5; color: #F5E9EF; margin: 16px 0 0; }
.ebk-honours { list-style: none; padding: 0; margin: 26px 0 0; }
.ebk-honours li { padding: 14px 0 14px 34px; position: relative; font-size: 15px; line-height: 1.6; color: #E3C9D6; border-bottom: 1px solid rgba(255, 255, 255, .12); }
.ebk-honours li::before { content: ""; position: absolute; left: 4px; top: 22px; width: 10px; height: 10px; background: #FDCA04; transform: rotate(45deg); }
.ebk-honours li b { color: #fff; }

/* why embark — 6 value cells on plum-tint board */
.ebk-why { margin-top: 44px; background: #fff; border: 2px solid #191C1D; box-shadow: 10px 10px 0 #E8DCE3; display: grid; grid-template-columns: repeat(3, 1fr); }
.ebk-why-cell { padding: 30px 28px 34px; border-right: 1px solid #E1E3E4; border-bottom: 1px solid #E1E3E4; position: relative; }
.ebk-why-cell:nth-child(3n) { border-right: none; }
.ebk-why-cell:nth-child(n+4) { border-bottom: none; }
.ebk-why-cell .ic { font-family: var(--ebk-font-mono); font-size: 11px; letter-spacing: .2em; color: #C79E03; text-transform: uppercase; }
.ebk-why-cell h3 { font-family: var(--ebk-font-display); font-size: 17.5px; font-weight: 800; color: #3A1828; margin: 12px 0 8px; letter-spacing: -.01em; }
.ebk-why-cell p { font-size: 13.5px; line-height: 1.65; color: #44474D; margin: 0; }
.ebk-why-cell:hover { background: #F5E9EF; }

/* season timeline — horizontal rail */
.ebk-timeline { margin-top: 44px; position: relative; display: grid; grid-template-columns: repeat(5, 1fr); gap: 0; }
.ebk-timeline.ebk-timeline-4col { grid-template-columns: repeat(4, 1fr); }
.ebk-timeline::before { content: ""; position: absolute; left: 2%; right: 2%; top: 9px; height: 3px; background: linear-gradient(90deg, #943E68, #FDCA04); }
.ebk-tl-step { padding: 34px 18px 0 0; position: relative; }
.ebk-tl-step::before { content: ""; position: absolute; left: 0; top: 0; width: 20px; height: 20px; border-radius: 50%; background: #fff; border: 4px solid #943E68; box-sizing: border-box; }
.ebk-tl-step:last-child::before { border-color: #C79E03; background: #FDCA04; }
.ebk-tl-step .when { font-family: var(--ebk-font-mono); font-size: 10.5px; letter-spacing: .18em; color: #943E68; text-transform: uppercase; }
.ebk-tl-step h3 { font-family: var(--ebk-font-display); font-size: 16.5px; font-weight: 800; color: #3A1828; margin: 9px 0 7px; letter-spacing: -.01em; }
.ebk-tl-step p { font-size: 13px; line-height: 1.6; color: #44474D; margin: 0; padding-right: 6px; }

/* standards strip — dark, mono ledger */
.ebk-standards { margin-top: 44px; background: #2A0F1D; color: #fff; display: grid; grid-template-columns: 1.3fr 1fr; overflow: hidden; position: relative; }
.ebk-standards::after { content: ""; position: absolute; left: 46%; top: -60px; bottom: -60px; width: 1px; background: rgba(253, 202, 4, .3); transform: rotate(8deg); }
.ebk-standards-left { padding: clamp(30px, 4vw, 48px); }
.ebk-standards-left .q { font-family: var(--ebk-font-serif); font-style: italic; font-size: clamp(18px, 2vw, 23px); line-height: 1.55; color: #F5E9EF; margin: 16px 0 0; }
.ebk-standards-left p { font-size: 14.5px; line-height: 1.7; color: #E3C9D6; margin: 16px 0 0; max-width: 480px; }
.ebk-standards-right { padding: clamp(30px, 4vw, 48px); display: flex; flex-direction: column; justify-content: center; gap: 0; }
.ebk-cred { display: flex; align-items: baseline; gap: 16px; padding: 14px 0; border-bottom: 1px solid rgba(255, 255, 255, .12); }
.ebk-cred:last-child { border-bottom: none; }
.ebk-cred b { font-family: var(--ebk-font-display); font-size: 26px; font-weight: 800; color: #FDCA04; min-width: 86px; letter-spacing: -.02em; }
.ebk-cred span { font-size: 13px; line-height: 1.55; color: #E3C9D6; }

/* news */
.ebk-news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 44px; }
.ebk-news-card { background: #fff; border: 2px solid #191C1D; padding: 26px; display: flex; flex-direction: column; gap: 12px; text-decoration: none; color: inherit; position: relative; transition: transform .15s, box-shadow .15s; box-shadow: 6px 6px 0 #E8DCE3; }
.ebk-news-card:hover { transform: translate(-3px, -3px); box-shadow: 10px 10px 0 #C76A93; }
.ebk-news-cat { font-family: var(--ebk-font-mono); font-size: 10px; letter-spacing: .2em; color: #fff; background: #943E68; text-transform: uppercase; padding: 5px 10px; align-self: flex-start; }
.ebk-news-title { font-family: var(--ebk-font-display); font-size: 18px; font-weight: 800; line-height: 1.35; color: #3A1828; letter-spacing: -.01em; }
.ebk-news-excerpt { font-size: 13.5px; line-height: 1.65; color: #44474D; }
.ebk-news-date { font-family: var(--ebk-font-mono); font-size: 11px; color: #75777E; margin-top: auto; }
.ebk-news-empty { font-size: 14px; color: #75777E; margin-top: 30px; }

/* isef band — split w/ rotated collage */
.ebk-isef-band { margin-top: 44px; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 4vw, 56px); align-items: center; }
.ebk-isef-band h3 { font-family: var(--ebk-font-display); font-size: clamp(22px, 2.4vw, 28px); font-weight: 800; color: #3A1828; margin: 16px 0 0; letter-spacing: -.015em; }
.ebk-isef-band p { font-size: 15.5px; line-height: 1.75; color: #44474D; margin: 14px 0 0; }
.ebk-link-plum { display: inline-block; margin-top: 22px; font-family: var(--ebk-font-display); font-size: 14px; font-weight: 700; color: #943E68; text-decoration: none; border-bottom: 3px solid #FDCA04; padding-bottom: 3px; text-transform: uppercase; letter-spacing: .04em; }
.ebk-link-plum:hover { color: #5C2440; }
.ebk-collage { position: relative; min-height: 420px; }
.ebk-collage figure { margin: 0; position: absolute; border: 6px solid #fff; box-shadow: 0 18px 44px rgba(58, 24, 40, .22); overflow: hidden; }
.ebk-collage img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ebk-collage .c1 { left: 0; top: 0; width: 62%; aspect-ratio: 4/3; transform: rotate(-3deg); z-index: 1; }
.ebk-collage .c2 { right: 0; top: 18%; width: 52%; aspect-ratio: 4/3; transform: rotate(2.5deg); z-index: 2; }
.ebk-collage .c3 { left: 12%; bottom: 0; width: 56%; aspect-ratio: 4/3; transform: rotate(-1.5deg); z-index: 3; }
.ebk-figcap { font-size: 11px; color: #75777E; margin-top: 10px; }
.ebk-figcap a { color: #75777E; }
/* About philosophy quote card (purpose-built; replaces the misused hero glass-card) */
.ebk-quote-card { position: relative; align-self: center; background: linear-gradient(155deg, #3A1828 0%, #2A0F1D 100%); padding: clamp(32px, 3.4vw, 50px); overflow: hidden; }
.ebk-quote-card::before { content: "\201C"; position: absolute; top: -22px; right: 20px; font-family: var(--ebk-font-serif); font-size: 170px; line-height: 1; color: rgba(253, 202, 4, .13); pointer-events: none; }
.ebk-quote-kicker { position: relative; font-family: var(--ebk-font-mono); font-size: 11px; letter-spacing: .22em; text-transform: uppercase; color: #FDCA04; }
.ebk-quote-text { position: relative; font-family: var(--ebk-font-serif); font-style: italic; font-weight: 400; font-size: clamp(20px, 2.1vw, 26px); line-height: 1.5; color: #F5E9EF; margin: 20px 0 0; }
/* .ebk-quote-card prefix lifts specificity above `.ebk-isef-band p` (0,1,1), which
   otherwise repaints this nested <p> mut-grey and makes it vanish on the dark card */
.ebk-quote-card .ebk-quote-cite { position: relative; font-size: 14px; line-height: 1.7; color: #E7CFDB; margin: 22px 0 0; padding-top: 20px; border-top: 1px solid rgba(253, 202, 4, .28); }

/* cta — full-bleed plum band */
.ebk-cta-band { background: linear-gradient(140deg, #5C2440, #943E68); position: relative; overflow: hidden; padding: clamp(44px, 5.5vw, 72px) 0; }
.ebk-cta-band::before { content: ""; position: absolute; right: -80px; top: -80px; width: 320px; height: 320px; border-radius: 50%; border: 1.5px dashed rgba(253, 202, 4, .4); }
.ebk-cta-band .hl-article-cta { background: transparent; border: none; color: #fff; box-shadow: none; }
.ebk-cta-band .hl-article-cta h3,
.ebk-cta-band .hl-article-cta-title { color: #fff !important; font-family: var(--ebk-font-display); font-weight: 800; font-size: clamp(24px, 3vw, 34px); letter-spacing: -.02em; }
.ebk-cta-band .hl-article-cta p,
.ebk-cta-band .hl-article-cta li,
.ebk-cta-band .hl-article-cta-sub,
.ebk-cta-band .hl-article-cta-note { color: #EFD7E2 !important; }
.ebk-cta-band .hl-article-cta-qr img,
.ebk-cta-band .hl-site-qr { background: #fff; padding: 6px; box-sizing: border-box; }
.hl-cta-online-btn { display: inline-block; background: #FDCA04; color: #2A0F1D !important; font-family: var(--ebk-font-display); font-weight: 800; padding: 13px 26px; text-decoration: none; }
.hl-cta-online-btn:hover { background: #fff; color: #2A0F1D !important; }

/* dual-channel CTA (WhatsApp + WeChat Work) */
.ebk-dualcta { display: grid; grid-template-columns: 1fr auto; gap: clamp(28px, 4vw, 56px); align-items: center; color: #fff; }
.ebk-dualcta-title { color: #fff; font-family: var(--ebk-font-display); font-weight: 800; font-size: clamp(24px, 3vw, 34px); letter-spacing: -.02em; margin: 0; }
.ebk-dualcta-sub { color: #EFD7E2; font-size: 15px; line-height: 1.7; margin: 14px 0 0; max-width: 560px; }
.ebk-dualcta-body .hl-cta-online-btn { margin-top: 22px; }
.ebk-qr-row { display: flex; gap: 22px; align-items: flex-start; }
.ebk-qr-card { margin: 0; text-align: center; }
.ebk-qr-card img { width: 150px; height: 150px; max-width: 200px; max-height: 200px; object-fit: contain; background: #fff; padding: 7px; box-sizing: border-box; display: block; }
.ebk-qr-card figcaption { font-family: var(--ebk-font-mono); font-size: 10.5px; letter-spacing: .08em; color: #EFD7E2; margin-top: 9px; line-height: 1.6; max-width: 150px; }
.ebk-qr-pending { font-size: 12.5px; color: #EFD7E2; max-width: 280px; line-height: 1.6; }
/* footer compact variant */
.ebk-dualcta--footer { display: block; }
.ebk-dualcta--footer .ebk-qr-row { gap: 14px; }
.ebk-dualcta--footer .ebk-qr-card img { width: 104px; height: 104px; padding: 5px; }
.ebk-dualcta--footer .ebk-qr-card figcaption { font-size: 9.5px; color: #D5AFC2; max-width: 104px; }
.ebk-dualcta--footer .hl-cta-online-btn { margin-top: 14px; font-size: 12.5px; padding: 9px 16px; }
.ebk-dualcta--footer .ebk-qr-pending { color: #D5AFC2; font-size: 12px; }

/* inner-page hero (light, two-col w/ stat rail · L128-safe) */
.ebk-page-hero { background: linear-gradient(160deg, #2A0F1D 0%, #3A1828 50%, #5C2440 110%); color: #fff; position: relative; overflow: hidden; }
.ebk-page-hero .grid { display: grid; grid-template-columns: minmax(0, 3fr) minmax(0, 2fr); gap: clamp(28px, 4vw, 56px); padding: clamp(48px, 6.5vw, 88px) 0; align-items: center; }
.ebk-page-hero h1 { font-family: var(--ebk-font-display); font-size: clamp(34px, 4.8vw, 58px); line-height: 1.04; font-weight: 800; letter-spacing: -.025em; margin: 22px 0 0; color: #fff; text-transform: uppercase; }
.ebk-page-hero h1 em { font-style: normal; color: transparent; -webkit-text-stroke: 1.5px #FDCA04; }
.ebk-page-hero .sub { margin-top: 20px; font-size: 16.5px; line-height: 1.75; color: #E3C9D6; max-width: 560px; }
.ebk-side-rail { border-left: 2px solid rgba(253, 202, 4, .5); padding-left: clamp(20px, 2.5vw, 34px); display: grid; gap: 20px; }
.ebk-side-rail .it b { font-family: var(--ebk-font-display); font-size: 24px; font-weight: 800; color: #FDCA04; display: block; letter-spacing: -.01em; }
.ebk-side-rail .it span { font-size: 13px; color: #E3C9D6; line-height: 1.6; display: block; margin-top: 3px; }

/* outcomes / guarantees band (Coaching): dark band, 4 deliverables */
/* no margin-top: this band is the sole child of its .ebk-section, so the 96px
   section padding-top already spaces it — an extra 36px made this gap 36px bigger
   than every other section transition (the "too big / unequal" bug). */
.ebk-guarantees { background: linear-gradient(155deg, #3A1828, #2A0F1D); color: #fff; padding: clamp(36px, 4.5vw, 56px) clamp(28px, 4vw, 52px); position: relative; overflow: hidden; }
.ebk-guar-head { font-family: var(--ebk-font-mono); font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: #FDCA04; }
.ebk-guar-title { font-family: var(--ebk-font-display); font-size: clamp(22px, 2.6vw, 30px); font-weight: 800; color: #fff; margin: 12px 0 0; letter-spacing: -.015em; }
.ebk-guar-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(20px, 2.5vw, 34px); margin-top: 32px; }
.ebk-guar-item .gn { font-family: var(--ebk-font-mono); font-size: 11px; color: #FDCA04; letter-spacing: .1em; }
.ebk-guar-item h3 { font-family: var(--ebk-font-display); font-size: 16px; font-weight: 800; color: #fff; margin: 10px 0 8px; line-height: 1.3; letter-spacing: -.01em; }
.ebk-guar-item p { font-size: 13px; line-height: 1.6; color: #E3C9D6; margin: 0; }
@media (max-width: 919px) { .ebk-guar-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .ebk-guar-grid { grid-template-columns: 1fr; } }

/* student journey cards (Results): alumni outcomes, brochure-deidentified (initials) */
.ebk-journey-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 36px; }
.ebk-journey-card { background: #fff; border: 2px solid #191C1D; box-shadow: 6px 6px 0 #E8DCE3; padding: 26px 24px; display: flex; flex-direction: column; }
.ebk-journey-code { font-family: var(--ebk-font-display); font-weight: 800; font-size: 30px; color: transparent; -webkit-text-stroke: 1.5px #943E68; letter-spacing: -.02em; }
.ebk-journey-admit { font-family: var(--ebk-font-display); font-size: 17px; font-weight: 800; color: #943E68; line-height: 1.25; letter-spacing: -.01em; margin: 12px 0 0; }
.ebk-journey-meta { font-family: var(--ebk-font-mono); font-size: 10.5px; letter-spacing: .12em; text-transform: uppercase; color: #75777E; margin: 8px 0 16px; }
.ebk-journey-awards { list-style: none; margin: 0 0 14px; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.ebk-journey-awards li { font-family: var(--ebk-font-mono); font-size: 11px; background: #F5E9EF; color: #5C2440; padding: 5px 10px; border: 1px solid #E1C9D6; }
.ebk-journey-topic { font-size: 13.5px; line-height: 1.6; color: #44474D; margin: auto 0 0; }
@media (max-width: 919px) { .ebk-journey-grid { grid-template-columns: 1fr; } }

/* research-topic grid (Results): past project titles by discipline */
.ebk-topics { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2px; margin-top: 36px; background: #191C1D; border: 2px solid #191C1D; }
.ebk-topic-group { background: #fff; padding: 26px 28px 28px; }
.ebk-topic-cat { font-family: var(--ebk-font-mono); font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: #943E68; margin-bottom: 16px; }
.ebk-topic-group ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.ebk-topic-group li { font-size: 13.5px; line-height: 1.5; color: #2B2118; padding-left: 18px; position: relative; }
.ebk-topic-group li::before { content: ""; position: absolute; left: 0; top: 7px; width: 7px; height: 7px; background: #FDCA04; transform: rotate(45deg); }
@media (max-width: 919px) { .ebk-topics { grid-template-columns: 1fr; } }

/* mentor provenance band (About): big stat + school-name chip wall */
.ebk-provenance { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.5fr); gap: clamp(28px, 4vw, 56px); align-items: center; }
.ebk-prov-stat b { font-family: var(--ebk-font-display); font-size: clamp(56px, 7vw, 88px); font-weight: 800; color: #943E68; line-height: 1; letter-spacing: -.03em; display: block; }
.ebk-prov-stat span { font-size: 14.5px; line-height: 1.7; color: #44474D; display: block; margin-top: 14px; }
.ebk-prov-label { font-family: var(--ebk-font-mono); font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: #C79E03; margin-bottom: 16px; }
.ebk-prov-chips { display: flex; flex-wrap: wrap; gap: 10px; }
.ebk-prov-chips span { font-family: var(--ebk-font-display); font-size: 14px; font-weight: 600; color: #3A1828; background: #fff; border: 1.5px solid #191C1D; padding: 8px 14px; box-shadow: 3px 3px 0 #E8DCE3; }
@media (max-width: 919px) { .ebk-provenance { grid-template-columns: 1fr; } }

/* representative mentor cards (real mentors, initials protect signed affiliations) */
.ebk-mentor-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 36px; }
.ebk-mentor-card { background: #fff; border: 2px solid #191C1D; padding: 26px 24px 26px; box-shadow: 6px 6px 0 #E8DCE3; display: flex; flex-direction: column; }
.ebk-mentor-field { font-family: var(--ebk-font-mono); font-size: 10px; letter-spacing: .18em; text-transform: uppercase; color: #C79E03; }
.ebk-mentor-code { font-family: var(--ebk-font-display); font-weight: 800; font-size: 34px; line-height: 1; color: transparent; -webkit-text-stroke: 1.5px #943E68; letter-spacing: -.02em; margin: 10px 0 0; }
.ebk-mentor-edu { font-family: var(--ebk-font-display); font-size: 15px; font-weight: 800; color: #3A1828; margin: 14px 0 9px; line-height: 1.35; }
.ebk-mentor-card p { font-size: 13px; line-height: 1.6; color: #44474D; margin: 0 0 14px; }
.ebk-mentor-pub { margin-top: auto; padding-top: 13px; border-top: 1px solid #E1E3E4; font-family: var(--ebk-font-mono); font-size: 10px; letter-spacing: .04em; color: #943E68; line-height: 1.5; }
@media (max-width: 919px) { .ebk-mentor-grid { grid-template-columns: 1fr; gap: 16px; } }

/* who-we-coach: 3 typed cards + split note (fills width, kills L128 dead space) */
.ebk-who-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin: 34px 0 0; }
.ebk-who-card { background: #fff; border: 2px solid #191C1D; padding: 28px 26px 32px; box-shadow: 6px 6px 0 #E8DCE3; }
.ebk-who-card .n { font-family: var(--ebk-font-display); font-weight: 800; font-size: 48px; line-height: 1; color: transparent; -webkit-text-stroke: 1.5px #943E68; letter-spacing: -.02em; }
.ebk-who-card h3 { font-family: var(--ebk-font-display); font-size: 18px; font-weight: 800; color: #3A1828; margin: 14px 0 8px; letter-spacing: -.01em; }
.ebk-who-card p { font-size: 14px; line-height: 1.65; color: #44474D; margin: 0; }
.ebk-splitnote { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(26px, 3vw, 48px); margin-top: 36px; }
.ebk-splitnote-col { border-top: 3px solid #FDCA04; padding-top: 18px; }
.ebk-splitnote-col h3 { font-family: var(--ebk-font-display); font-size: 17px; font-weight: 800; color: #3A1828; margin: 0 0 9px; letter-spacing: -.01em; }
.ebk-splitnote-col p { font-size: 14.5px; line-height: 1.7; color: #44474D; margin: 0; }
@media (max-width: 919px) {
  .ebk-who-grid { grid-template-columns: 1fr; gap: 16px; }
  .ebk-splitnote { grid-template-columns: 1fr; gap: 22px; }
}

/* phase deep-dive rows — compact label column */
.ebk-phase { display: grid; grid-template-columns: 150px minmax(0, 1fr); gap: clamp(20px, 2.5vw, 36px); padding: clamp(24px, 3vw, 34px) 0; border-bottom: 1px solid #E1E3E4; }
.ebk-phase .num { font-family: var(--ebk-font-display); font-weight: 800; font-size: 56px; line-height: .9; color: transparent; -webkit-text-stroke: 2px #943E68; letter-spacing: -.03em; }
.ebk-phase .when { font-family: var(--ebk-font-mono); font-size: 10.5px; letter-spacing: .16em; color: #C79E03; text-transform: uppercase; display: block; margin-top: 10px; line-height: 1.7; }
.ebk-phase h3 { font-family: var(--ebk-font-display); font-size: clamp(20px, 2.2vw, 26px); font-weight: 800; color: #3A1828; margin: 0 0 12px; letter-spacing: -.015em; }
.ebk-phase p { font-size: 15px; line-height: 1.75; color: #44474D; margin: 0 0 12px; }
.ebk-phase ul { margin: 14px 0 0; padding: 0; list-style: none; }
.ebk-phase li { padding: 9px 0 9px 26px; position: relative; font-size: 14px; line-height: 1.6; color: #44474D; }
.ebk-phase li::before { content: ""; position: absolute; left: 2px; top: 16px; width: 8px; height: 8px; background: #FDCA04; transform: rotate(45deg); }

/* leader feature */
.ebk-leader { margin-top: 44px; display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr); background: #2A0F1D; color: #fff; overflow: hidden; }
.ebk-leader-body { padding: clamp(30px, 4vw, 50px); }
.ebk-leader-body .q { font-family: var(--ebk-font-serif); font-style: italic; font-size: clamp(19px, 2.2vw, 24px); line-height: 1.55; color: #F5E9EF; margin: 16px 0 0; }
.ebk-leader-body p { font-size: 14.5px; line-height: 1.75; color: #E3C9D6; margin: 16px 0 0; }
.ebk-leader-creds { padding: clamp(30px, 4vw, 50px); background: rgba(253, 202, 4, .06); border-left: 1px solid rgba(253, 202, 4, .3); display: flex; flex-direction: column; justify-content: center; }

/* FAQ (details/summary, no JS) */
.ebk-faq { margin-top: 36px; border-top: 2px solid #191C1D; }
.ebk-faq details { border-bottom: 1px solid #E1E3E4; background: #fff; }
.ebk-faq summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 22px clamp(18px, 2vw, 28px); font-family: var(--ebk-font-display); font-weight: 700; font-size: 16.5px; color: #3A1828; }
.ebk-faq summary::-webkit-details-marker { display: none; }
.ebk-faq summary::after { content: "+"; font-family: var(--ebk-font-display); font-weight: 800; font-size: 24px; color: #943E68; flex-shrink: 0; }
.ebk-faq details[open] summary::after { content: "–"; color: #C79E03; }
.ebk-faq details[open] summary { color: #943E68; }
.ebk-faq .a { padding: 0 clamp(18px, 2vw, 28px) 24px; font-size: 14.5px; line-height: 1.75; color: #44474D; max-width: 860px; }

/* legal pages — narrow reading column */
.ebk-legal { max-width: 820px; margin-inline: auto; padding: clamp(40px, 6vw, 72px) clamp(20px, 4vw, 44px); }
.ebk-legal h1 { font-family: var(--ebk-font-display); font-size: clamp(28px, 3.6vw, 42px); font-weight: 800; letter-spacing: -.02em; color: #3A1828; border-bottom: 2.5px solid #943E68; padding-bottom: 16px; }
.ebk-legal .upd { font-family: var(--ebk-font-mono); font-size: 11px; letter-spacing: .14em; color: #75777E; text-transform: uppercase; margin-top: 14px; }
.ebk-legal h2 { font-family: var(--ebk-font-display); font-size: 20px; font-weight: 800; color: #3A1828; margin: 34px 0 10px; }
.ebk-legal p, .ebk-legal li { font-size: 15px; line-height: 1.8; color: #44474D; }
.ebk-legal p { margin: 0 0 12px; }
.ebk-legal ul { margin: 0 0 12px 22px; }
.ebk-legal a { color: #943E68; }

/* ── mobile ── */
@media (max-width: 919px) {
  .ebk-hero-grid { grid-template-columns: 1fr; gap: 36px; }
  .ebk-orbit { margin: 0 auto; }
  .ebk-hero-ghost { display: none; }
  .ebk-statband { grid-template-columns: 1fr 1fr; }
  .ebk-stat:nth-child(2n) { border-right: none; }
  .ebk-stat:nth-child(-n+2) { border-bottom: 1px solid rgba(255, 255, 255, .12); }
  .ebk-progs { grid-template-columns: 1fr; gap: 18px; }
  .ebk-prog:nth-child(2), .ebk-prog:nth-child(3) { transform: none; }
  .ebk-prog:nth-child(2):hover, .ebk-prog:nth-child(3):hover { transform: translate(-3px, -3px); }
  .ebk-progs-spacer { height: 0; }
  .ebk-results { grid-template-columns: 1fr; }
  .ebk-results-media { min-height: 240px; clip-path: polygon(0 0, 100% 0, 100% 88%, 0 100%); }
  .ebk-results-media .cap { right: 0; }
  .ebk-news-grid { grid-template-columns: 1fr; }
  .ebk-why { grid-template-columns: 1fr; }
  .ebk-why-cell { border-right: none; border-bottom: 1px solid #E1E3E4; }
  .ebk-why-cell:last-child { border-bottom: none; }
  .ebk-timeline, .ebk-timeline.ebk-timeline-4col { grid-template-columns: 1fr; gap: 0; }
  .ebk-timeline::before { left: 9px; right: auto; top: 2%; bottom: 2%; width: 3px; height: auto; background: linear-gradient(180deg, #943E68, #FDCA04); }
  .ebk-tl-step { padding: 0 0 26px 40px; }
  .ebk-standards { grid-template-columns: 1fr; }
  .ebk-standards::after { display: none; }
  .ebk-dualcta { grid-template-columns: 1fr; }
  .ebk-qr-row { flex-wrap: wrap; }
  .ebk-page-hero .grid { grid-template-columns: 1fr; }
  .ebk-phase { grid-template-columns: 1fr; gap: 12px; }
  .ebk-phase .num { font-size: 44px; display: inline-block; }
  .ebk-phase .when { display: inline-block; margin: 0 0 0 14px; vertical-align: super; }
  .ebk-leader { grid-template-columns: 1fr; }
  .ebk-leader-creds { border-left: none; border-top: 1px solid rgba(253, 202, 4, .3); }
  .ebk-isef-band { grid-template-columns: 1fr; }
  .ebk-collage { min-height: 0; display: grid; gap: 14px; }
  .ebk-collage figure { position: static; width: 100% !important; transform: none !important; }
}
