/* ===================================================================
   IREU EDUCATION — premium editorial design system
   Rich, varied, grid-breaking. References tokens.css.
   =================================================================== */

.edu-section { position: relative; }
.edu-section .wrap { max-width: var(--max-w); margin: 0 auto; padding: 0 var(--gutter); }
.edu-dark { background: linear-gradient(165deg, #0E1B30 0%, var(--navy-deep) 60%, #16243f 100%); color: var(--cream); }
.edu-paper { background: var(--paper); color: var(--ink); }
.edu-paper-warm { background: var(--paper-warm); color: var(--ink); }

/* Decorative architectural mark motif — subtle backdrop echo of the logo */
.edu-motif { position: absolute; pointer-events: none; opacity: 0.05; z-index: 0; }
.edu-motif svg { display: block; }

/* Section eyebrow */
.edu-eyebrow {
  font-family: var(--font-sans); font-size: 11px; font-weight: 600;
  letter-spacing: 0.34em; text-transform: uppercase; color: var(--sand-deep);
  display: inline-flex; align-items: center; gap: 14px; margin-bottom: 26px;
}
.edu-dark .edu-eyebrow { color: var(--sand-light); }
.edu-eyebrow::before { content: ""; width: 40px; height: 1px; background: currentColor; opacity: 0.55; }

.edu-h2 { font-family: var(--font-serif); font-weight: 400; font-size: clamp(28px, 3.4vw, 48px); line-height: 1.08; letter-spacing: -0.015em; margin: 0 0 32px; }
.edu-h2 .ital { font-style: italic; color: var(--sand); }
.edu-dark .edu-h2 .ital { color: var(--sand-light); }
.edu-lead { font-size: clamp(15px, 1.5vw, 17px); line-height: 1.65; color: var(--mute-deep); max-width: 66ch; }
.edu-dark .edu-lead { color: rgba(252,249,242,0.78); }
.edu-body { font-size: clamp(15px, 1.3vw, 16px); line-height: 1.7; color: var(--mute-deep); }
.edu-dark .edu-body { color: rgba(252,249,242,0.72); }
.edu-body + .edu-body { margin-top: 20px; }
.edu-body em, .edu-lead em { font-style: italic; color: var(--sand-deep); }
.edu-dark .edu-body em { color: var(--sand-light); }

/* ============ HERO — full-bleed cinematic ============ */
.edu-hero { position: relative; min-height: clamp(420px, 62vh, 560px); display: flex; align-items: flex-end; color: var(--cream); overflow: hidden; padding: 30px 0 10px; padding-top: 100px;}
.edu-hero-bg { position: absolute; inset: 0; z-index: 0; }
.edu-hero-bg img { width: 100%; height: 100%; object-fit: cover; border-radius: 0; transform: scale(1.05); animation: eduHeroZoom 18s ease-out forwards; }
@keyframes eduHeroZoom { to { transform: scale(1); } }
.edu-hero-bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(10,18,34,0.74) 0%, rgba(10,18,34,0.45) 38%, rgba(10,18,34,0.55) 62%, rgba(10,18,34,0.94) 100%); }
.edu-hero-bg::before { content: ""; position: absolute; inset: 0; z-index: 1; background: radial-gradient(ellipse 70% 50% at 20% 40%, rgb(52 38 17 / 30%), #00000024 60%), radial-gradient(ellipse 55% 50% at 85% 30%, rgb(77 123 167 / 0%), #0e0d0d29 65%), radial-gradient(ellipse 60% 60% at 80% 90%, rgb(26 36 64 / 0%), #00000000 70%), linear-gradient(180deg, rgb(26 36 64 / 28%) 0%, rgba(26, 36, 64, 0.30) 35%, rgb(26 36 64 / 45%) 100%); }
.edu-hero .wrap { position: relative; z-index: 2; width: 100%; padding-top: 40px; padding-bottom: 40px; }
.edu-hero-eyebrow { font-family: var(--font-sans); font-size: 12px; font-weight: 600; letter-spacing: 0.3em; text-transform: uppercase; color: var(--sand-light); margin-bottom: 30px; display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.edu-hero-eyebrow .dot { width: 4px; height: 4px; border-radius: 50%; background: var(--sand); }
.edu-hero h1 { font-family: var(--font-serif); font-weight: 400; font-size: clamp(28px, 3.6vw, 50px); line-height: 1.10; letter-spacing: -0.01em; margin: 0 0 34px; max-width: 22ch; }
.edu-hero h1 .ital { font-style: italic; color: var(--sand-light); }
.edu-hero-sub { font-size: clamp(16px, 1.7vw, 20px); line-height: 1.55; color: rgba(252,249,242,0.85); max-width: 56ch; margin: 0 0 18px; }
.edu-hero-schools { font-family: var(--font-sans); font-size: 12.5px; letter-spacing: 0.16em; color: rgba(252,249,242,0.55); margin-bottom: 42px; text-transform: uppercase; }
.edu-hero-cta { display: flex; gap: 16px; flex-wrap: wrap; }
.edu-btn { display: inline-flex; align-items: center; gap: 10px; padding: 17px 32px; border-radius: 100px; font-family: var(--font-sans); font-size: 14px; font-weight: 500; transition: transform .4s cubic-bezier(.2,.8,.2,1), background .3s, box-shadow .3s; }
.edu-btn svg { width: 16px; height: 16px; }
.edu-btn-primary { background: var(--cream); color: var(--ink); box-shadow: 0 10px 40px rgba(0,0,0,0.25); }
.edu-btn-primary:hover { transform: translateY(-3px); box-shadow: 0 16px 50px rgba(0,0,0,0.35); }
.edu-btn-ghost { border: 1px solid rgba(252,249,242,0.45); color: var(--cream); }
.edu-btn-ghost:hover { transform: translateY(-3px); background: rgba(252,249,242,0.08); border-color: var(--cream); }
.edu-scroll-hint { position: absolute; bottom: 32px; left: 50%; transform: translateX(-50%); z-index: 3; font-family: var(--font-sans); font-size: 10px; letter-spacing: 0.3em; text-transform: uppercase; color: rgba(252,249,242,0.5); display: flex; flex-direction: column; align-items: center; gap: 10px; }
.edu-scroll-hint .line { width: 1px; height: 40px; background: linear-gradient(rgba(252,249,242,0.5), transparent); animation: eduScroll 2s ease-in-out infinite; }
@keyframes eduScroll { 0%,100% { opacity: 0.3; transform: scaleY(0.6); } 50% { opacity: 1; transform: scaleY(1); } }

/* ============ STAT MARQUEE (replaces boxed strip) ============ */
.edu-stat-band { background: #0E1B30; color: var(--cream); border-top: 1px solid rgba(199,165,117,0.18); border-bottom: 1px solid rgba(199,165,117,0.18); overflow: hidden; }
.edu-stat-band-inner { max-width: var(--max-w); margin: 0 auto; padding: 0 var(--gutter); display: grid; grid-template-columns: repeat(4, 1fr); }
.edu-stat-band .cell { padding: 28px 22px; border-right: 1px solid rgba(252,249,242,0.08); position: relative; }
.edu-stat-band .cell:last-child { border-right: none; }
.edu-stat-band .n { font-family: var(--font-serif); font-size: clamp(28px, 3vw, 42px); color: var(--sand-light); line-height: 1; letter-spacing: -0.02em; }
.edu-stat-band .l { font-family: var(--font-sans); font-size: 11.5px; letter-spacing: 0.06em; color: rgba(252,249,242,0.6); margin-top: 10px; line-height: 1.45; }

/* ============ EDITORIAL SPLIT — image fills, overlap, no blank sides ============ */
.edu-feature { position: relative; padding: clamp(52px, 6vw, 80px) 0; overflow: hidden; }
.edu-feature-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0; align-items: stretch; min-height: 560px; }
.edu-feature-text { padding: clamp(28px, 3.5vw, 52px) clamp(28px, 3.5vw, 52px) clamp(28px, 3.5vw, 52px) 0; display: flex; flex-direction: column; justify-content: center; position: relative; z-index: 2; }
.edu-feature.flip .edu-feature-text { padding: clamp(40px,5vw,80px) 0 clamp(40px,5vw,80px) clamp(40px,5vw,80px); order: 2; }
.edu-feature-media { position: relative; border-radius: 8px; overflow: hidden; min-height: 520px; box-shadow: 0 40px 90px rgba(16,27,48,0.35); }
.edu-feature.flip .edu-feature-media { order: 1; }
.edu-feature-media img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; transition: transform 1.4s cubic-bezier(.2,.8,.2,1); }
.edu-feature-media:hover img { transform: scale(1.06); }
.edu-feature-media::after { content: ""; position: absolute; inset: 0; border-radius: 8px; box-shadow: inset 0 0 0 1px rgba(255,255,255,0.08); pointer-events: none; }
/* floating accent card overlapping the image */
.edu-feature-badge { position: absolute; z-index: 3; background: var(--cream); color: var(--ink); padding: 26px 30px; border-radius: 8px; box-shadow: 0 30px 70px rgba(16,27,48,0.4); max-width: 260px; }
.edu-feature-badge.br { bottom: -10px; right: -10px; }
.edu-feature-badge.bl { bottom: -10px; left: -10px; }
.edu-feature-badge .bn { font-family: var(--font-serif); font-size: 34px; color: var(--sand-deep); line-height: 1; }
.edu-feature-badge .bl-t { font-family: var(--font-sans); font-size: 12px; color: var(--mute); margin-top: 8px; line-height: 1.4; }
.edu-dark .edu-feature-media { box-shadow: 0 40px 90px rgba(0,0,0,0.5); }

/* "not" list — refined */
.edu-not-list { list-style: none; padding: 0; margin: 26px 0; }
.edu-not-list li { padding: 13px 0 13px 30px; position: relative; color: var(--mute-deep); font-size: 15.5px; line-height: 1.55; border-bottom: 1px solid var(--line-soft); }
.edu-dark .edu-not-list li { color: rgba(252,249,242,0.74); border-color: rgba(252,249,242,0.1); }
.edu-not-list li::before { content: ""; position: absolute; left: 0; top: 21px; width: 14px; height: 1px; background: var(--sand); }

/* ============ STATS — editorial index (not boxes) ============ */
.edu-index { padding: clamp(48px,5.5vw,70px) 0; }
.edu-index-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin-top: 56px; }
.edu-index-item { padding: 36px 30px 36px 0; border-top: 1px solid rgba(252,249,242,0.16); position: relative; }
.edu-index-item .n { font-family: var(--font-serif); font-weight: 300; font-size: clamp(36px, 4vw, 56px); color: var(--sand-light); line-height: 1; letter-spacing: -0.03em; }
.edu-index-item .l { font-family: var(--font-sans); font-size: 12.5px; line-height: 1.55; color: rgba(252,249,242,0.66); margin-top: 14px; max-width: 22ch; }

/* ============ FIVE SCHOOLS — editorial cards, varied, image-forward ============ */
.edu-schools-wrap { padding: clamp(52px,6vw,76px) 0; }
.edu-schools { display: grid; grid-template-columns: repeat(12, 1fr); gap: 22px; margin-top: 56px; }
.edu-school { position: relative; border-radius: 10px; overflow: hidden; min-height: 480px; display: flex; flex-direction: column; justify-content: flex-end; padding: 36px; color: var(--cream); isolation: isolate; transition: transform .5s cubic-bezier(.2,.8,.2,1); }
.edu-school:hover { transform: translateY(-6px); }
.edu-school .bg { position: absolute; inset: 0; z-index: -2; }
.edu-school .bg img { width: 100%; height: 100%; object-fit: cover; border-radius: 0; transition: transform 1.5s cubic-bezier(.2,.8,.2,1); }
.edu-school:hover .bg img { transform: scale(1.07); }
.edu-school::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(175deg, rgba(14,27,48,0.15) 0%, rgba(14,27,48,0.55) 50%, rgba(10,18,34,0.95) 100%); }
.edu-school .num { font-family: var(--font-serif); font-style: italic; font-size: 16px; color: var(--sand-light); letter-spacing: 0.1em; margin-bottom: auto; opacity: 0.9; }
.edu-school .badge { position: absolute; top: 28px; right: 28px; z-index: 2; font-family: var(--font-sans); font-size: 9.5px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: #0E1B30; background: linear-gradient(135deg, var(--sand-light), var(--sand)); padding: 7px 13px; border-radius: 100px; box-shadow: 0 8px 24px rgba(199,165,117,0.4); }
.edu-school h3 { font-family: var(--font-serif); font-weight: 400; font-size: clamp(23px,1.8vw,28px); line-height: 1.08; margin: 0 0 12px; }
.edu-school .field { font-family: var(--font-sans); font-size: 11.5px; font-weight: 500; letter-spacing: 0.08em; color: var(--sand-light); margin-bottom: 16px; text-transform: uppercase; }
.edu-school p { font-size: 14px; line-height: 1.6; color: rgba(252,249,242,0.82); margin: 0 0 18px; }
.edu-school .outcomes { font-family: var(--font-sans); font-size: 11px; letter-spacing: 0.03em; color: rgba(252,249,242,0.62); border-top: 1px solid rgba(252,249,242,0.18); padding-top: 15px; line-height: 1.5; }
.edu-school .outcomes strong { color: var(--sand-light); font-weight: 600; display: block; margin-bottom: 5px; font-size: 9.5px; letter-spacing: 0.2em; text-transform: uppercase; }
/* spans: featured tall first two, then row of three */
.edu-school.s1 { grid-column: span 6; min-height: 540px; }
.edu-school.s2 { grid-column: span 6; min-height: 540px; }
.edu-school.s3 { grid-column: span 4; }
.edu-school.s4 { grid-column: span 4; }
.edu-school.s5 { grid-column: span 4; }

/* ============ THESIS — numbered editorial rows (not boxes) ============ */
.edu-thesis-rows { margin-top: 56px; }
.edu-thesis-row { display: grid; grid-template-columns: 100px 1fr 1.4fr; gap: 40px; align-items: start; padding: 44px 0; border-top: 1px solid rgba(252,249,242,0.14); }
.edu-thesis-row .tn { font-family: var(--font-serif); font-weight: 300; font-size: clamp(48px,5vw,76px); color: rgba(199,165,117,0.4); line-height: 0.8; }
.edu-thesis-row h4 { font-family: var(--font-serif); font-weight: 400; font-size: clamp(20px,1.8vw,26px); line-height: 1.2; margin: 0; color: var(--cream); }
.edu-thesis-row p { font-size: 15px; line-height: 1.7; color: rgba(252,249,242,0.7); margin: 0; }

/* ============ COMPARISON — refined bars ============ */
.edu-compare { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; margin-top: 52px; }
.edu-compare-card { padding: 44px 40px; border-radius: 10px; }
.edu-compare-card.old { background: var(--paper-warm); border: 1px solid var(--line); }
.edu-compare-card.new { background: linear-gradient(145deg, var(--navy) 0%, #16243f 100%); color: var(--cream); box-shadow: 0 30px 70px rgba(16,27,48,0.3); }
.edu-compare-card .label { font-family: var(--font-sans); font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; margin-bottom: 28px; font-weight: 600; }
.edu-compare-card.old .label { color: var(--mute); }
.edu-compare-card.new .label { color: var(--sand-light); }
.edu-bar { margin-bottom: 20px; }
.edu-bar .bar-label { display: flex; justify-content: space-between; font-size: 13px; margin-bottom: 9px; font-weight: 500; }
.edu-bar .bar-track { height: 10px; border-radius: 100px; background: rgba(0,0,0,0.08); overflow: hidden; }
.edu-compare-card.new .bar-track { background: rgba(252,249,242,0.14); }
.edu-bar .bar-fill { height: 100%; border-radius: 100px; transform-origin: left; }
.edu-bar .bar-fill.generic { background: var(--mute); }
.edu-bar .bar-fill.elective { background: var(--sand); }
.edu-bar .bar-fill.foundations { background: var(--blue-light); }
.edu-bar .bar-fill.mastery { background: linear-gradient(90deg, var(--sand), var(--sand-light)); }

/* ============ LIBRARY — chips ============ */
.edu-chips { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.edu-chip { font-family: var(--font-sans); font-size: 13px; padding: 11px 19px; border-radius: 100px; border: 1px solid rgba(199,165,117,0.3); color: rgba(252,249,242,0.85); background: rgba(199,165,117,0.05); transition: background .3s, border-color .3s; }
.edu-chip:hover { background: rgba(199,165,117,0.12); border-color: var(--sand); }

/* ============ STEPS — clean numbered, top rule ============ */
.edu-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px; margin-top: 56px; }
.edu-step { padding-top: 30px; border-top: 2px solid var(--sand); }
.edu-step .sn { font-family: var(--font-serif); font-style: italic; font-size: 13px; color: var(--sand-deep); margin-bottom: 16px; letter-spacing: 0.1em; }
.edu-dark .edu-step .sn { color: var(--sand-light); }
.edu-step h4 { font-family: var(--font-serif); font-weight: 400; font-size: 21px; margin: 0 0 14px; color: var(--ink); }
.edu-dark .edu-step h4 { color: var(--cream); }
.edu-step p { font-size: 14.5px; line-height: 1.68; color: var(--mute-deep); margin: 0; }
.edu-dark .edu-step p { color: rgba(252,249,242,0.7); }

/* ============ FACULTY — refined list ============ */
.edu-faculty-list { list-style: none; padding: 0; margin: 28px 0 0; }
.edu-faculty-list li { padding: 22px 0; border-bottom: 1px solid var(--line-soft); display: grid; grid-template-columns: 90px 1fr; gap: 24px; align-items: baseline; transition: padding-left .3s; }
.edu-faculty-list li:hover { padding-left: 8px; }
.edu-dark .edu-faculty-list li { border-color: rgba(252,249,242,0.1); }
.edu-faculty-list .ft { font-family: var(--font-serif); font-size: 26px; color: var(--sand-deep); line-height: 1; }
.edu-dark .edu-faculty-list .ft { color: var(--sand-light); }
.edu-faculty-list .fd { font-size: 14.5px; line-height: 1.6; color: var(--mute-deep); }
.edu-dark .edu-faculty-list .fd { color: rgba(252,249,242,0.7); }

/* ============ PROGRAM LADDER — refined rungs ============ */
.edu-ladder { display: grid; gap: 14px; margin-top: 52px; }
.edu-rung { display: grid; grid-template-columns: 70px 1fr auto; gap: 28px; align-items: center; padding: 28px 34px; background: var(--cream); border: 1px solid var(--line); border-radius: 10px; transition: transform .4s cubic-bezier(.2,.8,.2,1), box-shadow .4s, border-color .3s; }
.edu-rung:hover { transform: translateX(10px); border-color: var(--sand); box-shadow: 0 18px 50px rgba(16,27,48,0.1); }
.edu-rung .rn { font-family: var(--font-serif); font-style: italic; font-size: 30px; color: var(--sand-deep); }
.edu-rung h4 { font-family: var(--font-serif); font-weight: 400; font-size: 21px; margin: 0 0 5px; color: var(--ink); }
.edu-rung p { font-size: 14px; color: var(--mute-deep); margin: 0; line-height: 1.5; }
.edu-rung .ar { color: var(--sand); opacity: 0; transform: translateX(-8px); transition: opacity .3s, transform .3s; }
.edu-rung:hover .ar { opacity: 1; transform: translateX(0); }

/* ============ MEDIA PILLARS — refined ============ */
.edu-pillars-6 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(252,249,242,0.1); border: 1px solid rgba(252,249,242,0.1); border-radius: 10px; overflow: hidden; margin-top: 52px; }
.edu-pillar-card { padding: 40px 34px; background: #0E1B30; transition: background .4s; }
.edu-pillar-card:hover { background: #15243f; }
.edu-pillar-card .pn { font-family: var(--font-serif); font-style: italic; font-size: 16px; color: var(--sand-light); margin-bottom: 16px; }
.edu-pillar-card h4 { font-family: var(--font-serif); font-weight: 400; font-size: 20px; color: var(--cream); margin: 0 0 14px; line-height: 1.2; }
.edu-pillar-card p { font-size: 13.5px; line-height: 1.65; color: rgba(252,249,242,0.66); margin: 0; }

/* ============ PARTNERS — image cards ============ */
.edu-partners { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 56px; }
.edu-partner-card { border-radius: 10px; overflow: hidden; background: var(--cream); border: 1px solid var(--line); transition: transform .5s cubic-bezier(.2,.8,.2,1), box-shadow .5s; }
.edu-partner-card:hover { transform: translateY(-6px); box-shadow: 0 30px 70px rgba(16,27,48,0.15); }
.edu-partner-card .pimg { aspect-ratio: 16/10; overflow: hidden; position: relative; }
.edu-partner-card .pimg img { width: 100%; height: 100%; object-fit: cover; border-radius: 0; transition: transform 1.3s; }
.edu-partner-card:hover .pimg img { transform: scale(1.06); }
.edu-partner-card .pimg::after { content:""; position:absolute; inset:0; background: linear-gradient(180deg, transparent 50%, rgba(16,27,48,0.3)); }
.edu-partner-card .pbody { padding: 30px 28px; }
.edu-partner-card .ptag { font-family: var(--font-sans); font-size: 10.5px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--sand-deep); margin-bottom: 13px; }
.edu-partner-card h4 { font-family: var(--font-serif); font-weight: 400; font-size: 23px; margin: 0 0 13px; color: var(--ink); line-height: 1.15; }
.edu-partner-card p { font-size: 14px; line-height: 1.62; color: var(--mute-deep); margin: 0; }

/* ============ B2B MODELS — numbered editorial ============ */
.edu-models { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-top: 56px; border-top: 1px solid var(--line); }
.edu-model { padding: 48px 40px 48px 0; border-right: 1px solid var(--line); position: relative; }
.edu-model:last-child { border-right: none; padding-right: 0; }
.edu-model:not(:first-child) { padding-left: 40px; }
.edu-model .mn { font-family: var(--font-serif); font-style: italic; font-size: 15px; color: var(--sand-deep); margin-bottom: 20px; }
.edu-model h4 { font-family: var(--font-serif); font-weight: 400; font-size: 25px; margin: 0 0 18px; color: var(--ink); line-height: 1.1; }
.edu-model p { font-size: 14.5px; line-height: 1.68; color: var(--mute-deep); margin: 0; }

/* ============ AUDIENCE — refined quadrant ============ */
.edu-audience { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0; margin-top: 52px; border: 1px solid var(--line); border-radius: 10px; overflow: hidden; }
.edu-aud-cell { background: var(--paper); padding: 50px 46px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .4s; }
.edu-aud-cell:hover { background: var(--cream); }
.edu-aud-cell:nth-child(2n) { border-right: none; }
.edu-aud-cell:nth-child(n+3) { border-bottom: none; }
.edu-aud-cell h4 { font-family: var(--font-serif); font-weight: 400; font-size: 25px; line-height: 1.15; margin: 0 0 16px; color: var(--ink); }
.edu-aud-cell h4 .ital { font-style: italic; color: var(--sand-deep); }
.edu-aud-cell p { font-size: 14.5px; line-height: 1.7; color: var(--mute-deep); margin: 0 0 16px; }
.edu-aud-cell .contact { font-family: var(--font-sans); font-size: 13px; color: var(--blue-deep); font-weight: 600; letter-spacing: 0.02em; }

/* ============ ENGAGE — refined doors ============ */
.edu-engage-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px,6vw,90px); align-items: start; margin-bottom: 60px; }
.edu-doors { list-style: none; padding: 0; margin: 0; }
.edu-door { padding: 24px 0; border-bottom: 1px solid rgba(252,249,242,0.14); display: flex; justify-content: space-between; align-items: center; gap: 20px; transition: padding-left .35s, border-color .3s; }
.edu-door:hover { padding-left: 12px; border-color: var(--sand); }
.edu-door .dl { font-family: var(--font-serif); font-size: 20px; color: var(--cream); }
.edu-door .dr { font-family: var(--font-sans); font-size: 13px; color: var(--sand-light); white-space: nowrap; }
.edu-info { border-top: 1px solid rgba(252,249,242,0.14); padding-top: 40px; display: flex; flex-wrap: wrap; gap: 14px 28px; font-family: var(--font-sans); font-size: 12.5px; color: rgba(252,249,242,0.6); }
.edu-info .tag-line { font-family: var(--font-serif); font-style: italic; font-size: 19px; color: var(--sand-light); width: 100%; margin-bottom: 10px; }

/* ============ Section heading block helper ============ */
.edu-head { max-width: 44ch; margin-bottom: 8px; }
.edu-head.center { max-width: 90%; margin-left: auto; margin-right: auto; text-align: center; }
.edu-head.center .edu-eyebrow { justify-content: center; }
.edu-head.center .edu-lead { margin-left: auto; margin-right: auto; max-width: 68ch; }
.edu-head.center .edu-h2 { max-width: 20ch; margin-left: auto; margin-right: auto; }
.edu-head.center.wide { max-width: 95%; }
.edu-head.center.wide .edu-h2 { max-width: 26ch; }

/* ============ COMPACT: statement (Why Generalists) ============ */
.edu-statement { padding: clamp(64px,7vw,96px) 0; }
.edu-statement-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: clamp(40px,6vw,80px); align-items: center; }
.edu-statement-body { border-left: 2px solid var(--sand); padding-left: 36px; }
.edu-statement-body .edu-body:first-child { margin-top: 0; }

/* ============ COMPACT: horizontal band (Mentor) ============ */
.edu-band { padding: clamp(64px,7vw,96px) 0; }
.edu-band-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px,6vw,80px); align-items: center; }
.edu-band-tags { display: flex; flex-wrap: wrap; gap: 12px; }
.edu-band-tags span { font-family: var(--font-sans); font-size: 12.5px; letter-spacing: 0.04em; padding: 9px 18px; border-radius: 100px; border: 1px solid rgba(199,165,117,0.35); color: var(--sand-light); }

/* ============ COMPACT: B2B side-by-side ============ */
.edu-b2b-grid { display: grid; grid-template-columns: 1fr 1.15fr; gap: clamp(40px,6vw,80px); align-items: start; }
.edu-b2b-models { display: grid; gap: 18px; }
.edu-b2b-model { display: grid; grid-template-columns: auto 1fr; gap: 22px; align-items: start; padding: 24px 28px; background: var(--cream); border: 1px solid var(--line); border-radius: 10px; transition: transform .4s cubic-bezier(.2,.8,.2,1), border-color .3s; }
.edu-b2b-model:hover { transform: translateX(6px); border-color: var(--sand); }
.edu-b2b-model .mn { font-family: var(--font-serif); font-style: italic; font-size: 22px; color: var(--sand-deep); line-height: 1; }
.edu-b2b-model h4 { font-family: var(--font-serif); font-weight: 400; font-size: 19px; margin: 0 0 6px; color: var(--ink); }
.edu-b2b-model p { font-size: 14px; line-height: 1.6; color: var(--mute-deep); margin: 0; }

/* ============ RESPONSIVE ============ */
@media (max-width: 1040px) {
  .edu-hero .wrap { padding-top: 20px; padding-bottom: 40px; }
  .edu-feature-grid { grid-template-columns: 1fr; }
  .edu-feature-text, .edu-feature.flip .edu-feature-text { padding: 40px 0; order: 2; }
  .edu-feature-media, .edu-feature.flip .edu-feature-media { order: 1; min-height: 420px; }
  .edu-feature-badge { position: static; margin-top: 20px; max-width: none; }
  .edu-school.s1, .edu-school.s2, .edu-school.s3, .edu-school.s4, .edu-school.s5 { grid-column: span 6; }
  .edu-index-grid, .edu-stat-band-inner { grid-template-columns: repeat(2, 1fr); }
  .edu-pillars-6, .edu-partners, .edu-steps { grid-template-columns: 1fr 1fr; }
  .edu-models { grid-template-columns: 1fr; border-top: none; }
  .edu-model { border-right: none; border-top: 1px solid var(--line); padding: 40px 0 !important; }
  .edu-thesis-row { grid-template-columns: 70px 1fr; }
  .edu-thesis-row p { grid-column: 1 / -1; }
  .edu-statement-grid, .edu-band-grid, .edu-b2b-grid { grid-template-columns: 1fr; gap: 36px; }
  .edu-statement-body { border-left: none; padding-left: 0; border-top: 2px solid var(--sand); padding-top: 28px; }
}
@media (max-width: 680px) {
  .edu-compare, .edu-audience, .edu-engage-grid { grid-template-columns: 1fr; }
  .edu-statement-grid, .edu-band-grid, .edu-b2b-grid { grid-template-columns: 1fr; }
  .edu-statement-body { border-left: none; padding-left: 0; border-top: 2px solid var(--sand); padding-top: 28px; }
  .edu-school.s1, .edu-school.s2, .edu-school.s3, .edu-school.s4, .edu-school.s5 { grid-column: span 12; }
  .edu-schools { grid-template-columns: 1fr; }
  .edu-index-grid, .edu-stat-band-inner, .edu-pillars-6, .edu-partners, .edu-steps { grid-template-columns: 1fr; }
  .edu-aud-cell { border-right: none !important; }
  .edu-stat-band .cell { border-right: none; border-bottom: 1px solid rgba(252,249,242,0.08); }
}
