/* Shared components: one source of truth for the primitives used by every
   page. The homepage, both program pages and all inner pages load this file, so
   the hero, facts band, in-page navigation, credit bar, apply block and framed
   photography stay identical everywhere. Page-specific rules live in
   programs.css (program pages) and inner.css (institutional pages).
   Load order: style.css, inner.css (where present), offer.css, components.css,
   programs.css. */

/* Shared fact rail. The homepage, MBA and DBA use the same markup, typography,
   icon sizing and responsive behavior. */
.fact-rail{grid-column:1/-1;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:40px;padding-top:22px;border-top:1px solid #738cac}
.fact-item{display:grid;grid-template-columns:34px minmax(0,1fr);gap:14px;align-items:start;min-width:0}
.fact-icon{width:30px;height:30px;color:#b9d9ff;margin-top:1px}
.fact-item strong,.fact-item span,.fact-item time{display:block}
.fact-item strong{font-size:20px;line-height:1.15;color:white;letter-spacing:-.02em}
.fact-item span,.fact-item time{font-size:13.5px;line-height:1.45;color:#e0eaf9;margin-top:7px;font-style:normal}

/* Program hero: the same grid, headline roles and CTA proportions as the
   homepage. The photograph stretches from the top of the copy row instead of
   being bottom-pinned beneath a large empty field. */
.program-hero .offer-frame{padding-block:34px 36px;grid-template-columns:1.1fr 1fr;column-gap:76px;row-gap:32px;align-items:stretch}
.program-hero .back-link{display:inline-flex;align-items:center;min-height:44px;color:#b9d9ff;font-size:14px}
.offer-kicker{font-size:13px!important;line-height:1.4!important;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#b9d9ff;margin-block:10px 12px}
.offer-kicker span{display:block}
.offer-kicker span+span{margin-top:4px;color:#83ace0;letter-spacing:.2em}
.hero-deck{font-size:18px!important;line-height:1.6!important;color:#e0eaf9;max-width:46ch;margin-top:22px}
.program-hero .offer-tuition{margin-top:24px}
.program-hero .offer-tuition>div p{font-size:16px!important;line-height:1.4!important}
.program-hero .offer-qualification{font-size:14px!important;line-height:1.55!important}
.program-hero .offer-actions{display:flex;flex-direction:column;align-items:flex-start;gap:8px;margin-top:22px}
.program-hero .offer-apply{width:280px;max-width:100%;justify-content:center;gap:26px}
.program-hero .offer-actions .text-link{color:white;min-height:56px}
.hero-portrait{display:flex;align-self:stretch;max-width:none;min-width:0}
.hero-portrait figure{max-width:none;width:100%;height:100%;padding:12px;background:var(--white);border:1px solid var(--navy);border-radius:8px;box-shadow:0 18px 44px rgba(14,24,73,.30);transform:translate3d(0,var(--frame-drift,0px),0);will-change:transform}
.hero-portrait .matte-frame .hero-window{position:relative;overflow:hidden;border-radius:4px;height:100%;min-height:0;aspect-ratio:auto;background:var(--surface)}
.hero-portrait .matte-frame img{position:absolute;left:0;top:-10%;width:100%;height:120%;object-fit:cover;transform:translate3d(0,var(--parallax,0px),0);will-change:transform}
.program-mba .hero-portrait .matte-frame img{object-position:50% 88%}
@media(prefers-reduced-motion:reduce){.hero-portrait .matte-frame img{transform:none}}
@media(max-width:1100px){.fact-rail{gap:24px}.fact-item{grid-template-columns:30px minmax(0,1fr);gap:10px}.fact-icon{width:26px;height:26px}.program-hero .offer-frame{column-gap:40px}}
@media(max-width:760px){
 .program-hero .offer-frame{padding-block:22px 26px}
 .offer-kicker{margin-block:10px;font-size:12px!important}
 .hero-deck{font-size:16px!important}
 .hero-portrait{margin-top:28px}
 .hero-portrait figure{height:auto}
 .hero-portrait .matte-frame .hero-window{height:auto;aspect-ratio:3/2}
 .program-hero .offer-apply{width:100%;justify-content:space-between;gap:16px}
 .fact-rail{display:flex;flex-direction:column;gap:22px;margin-top:28px;padding-top:20px}
 .fact-item{grid-template-columns:34px minmax(0,1fr);gap:14px}
 .fact-icon{width:28px;height:28px}
 .fact-item strong{font-size:20px}
 .fact-item span{font-size:13px;margin-top:5px}
}

/* Section navigation: sticks under the top edge while reading. */
.section-nav{position:sticky;top:0;z-index:5;background:var(--white)}
.section-nav a{transition:color .18s ease}
.section-nav a[aria-current]{color:var(--green);text-decoration:underline;text-underline-offset:6px}
.section-nav a:hover{color:var(--green)}

/* Purposeful photography: photo beside factual copy, homepage media rhythm. */
.media-row{display:grid;grid-template-columns:minmax(260px,400px) minmax(0,1fr);gap:52px;align-items:center;margin-top:36px}
.media-row figure{margin:0}
.media-row .matte-frame .hero-window{aspect-ratio:3/2}
.media-row figcaption{font-size:14px;color:var(--muted);margin-top:14px;line-height:1.5}

.media-row h3{font-size:26px;letter-spacing:-.02em;margin:0}
.media-row p{margin-top:14px;color:var(--muted);max-width:46ch}
.media-row .text-link{margin-top:18px}
@media(max-width:760px){.media-row{grid-template-columns:1fr;gap:26px}.media-row figure{max-width:320px}.media-row h3{font-size:22px}.media-row p{font-size:17px}}

/* Credit plan: a labelled sum, not a progress bar. Both parts are required and
   stay readable at every width without animation. */
.credit-split{background:var(--surface);border:1px solid var(--line);border-radius:8px;padding:34px 32px;display:flex;flex-direction:column;justify-content:center}
.credit-split-head{display:block}
.credit-split-head strong{font-size:30px;letter-spacing:-.03em;line-height:1.1}
.credit-parts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;align-items:stretch;margin-top:26px}
.credit-part{display:flex;flex-direction:column;justify-content:center;padding:20px 22px;border:1px solid var(--line);border-radius:7px;background:var(--white);min-width:0}
.credit-part strong,.credit-part span{display:block}.credit-part strong{font-size:22px;line-height:1.1;color:var(--navy)}.credit-part span{margin-top:7px;font-size:16px;font-weight:700;line-height:1.35}
.credit-split .text-link{margin-top:18px}
@media(max-width:760px){
 .credit-split{padding:24px 20px}
 .credit-split-head strong{font-size:24px}
 .credit-parts{grid-template-columns:1fr;gap:10px;margin-top:20px}
 .credit-part{padding:17px 16px}
}
/* Apply: two columns. Requirements on the left, a "what happens next" panel
   with the conversion actions on the right, so the row is not all left-aligned. */
.apply .frame.section{display:block;max-width:none}
.apply{scroll-margin-top:70px}
/* Inner-page CTAs can follow prose directly inside the page frame. Keep a
   deliberate section break before the navy conversion block in that layout. */
.page-body .apply{margin-top:80px}
.apply h2{color:white;font-size:clamp(34px,3.2vw,46px)}
/* Heading and eligibility line live in the left column, above the list. */
.apply-lead-col{display:flex;flex-direction:column;justify-content:center;height:100%}
.apply-lede{color:white;font-size:22px;font-weight:700;max-width:44ch;margin-top:18px}
/* Equal-height columns with both sets of content vertically centred, so the
   two sides line up top and bottom instead of one hanging higher. */
.apply-cols{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);gap:26px 64px;align-items:stretch;margin-top:34px}
/* Scoped to .apply so it outranks style.css's `.apply ul{margin-block:22px}`,
   which otherwise drops this column 22px below the panel. */
.apply .apply-list{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:0 40px;margin:30px 0 0;padding:0;list-style:none;align-items:start}
.apply-list li{display:flex;align-items:flex-start;gap:16px;padding:18px 0;border-top:1px solid #60708f;font-size:19px;line-height:1.5;color:#e0eaf9;min-height:78px;min-width:0}
.apply-list li>span{min-width:0;flex:1;overflow-wrap:break-word}
.apply-list li+li{margin-top:0}
.apply-list li::before{content:none}
.apply-list .req-icon{width:24px;height:24px;flex:none;margin-top:1px;color:var(--blue)}
.apply-panel{background:#162055;border-radius:8px;padding:34px 32px;display:flex;flex-direction:column;justify-content:center}
/* An odd number of requirements: the last row spans the full width so its
   rule is not a half-length stub. */
.apply-list li:last-child:nth-child(odd){grid-column:1/-1}
.apply-panel h3{color:white;font-size:22px;letter-spacing:-.02em;margin:0}
.apply-panel p{color:#e0eaf9;margin-top:16px}
.apply-actions{display:flex;flex-direction:column;gap:14px;align-items:stretch;margin-top:30px}
.apply-actions .button,.apply-actions .light-link{width:100%;justify-content:space-between;text-align:left}
.apply .button{margin-top:0;min-width:0;width:100%;height:54px;min-height:54px}
.apply-actions .light-link{height:54px;min-height:54px;display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:0;padding-inline:20px;border:1px solid #60708f;border-radius:7px;text-decoration:none;font-size:15px}
.apply-actions .light-link:hover{background:#0e1849}
.apply-actions svg{flex:none;align-self:center}
@media(max-width:1000px){.apply-cols{grid-template-columns:1fr;gap:30px}.apply .apply-list{grid-template-columns:1fr}}
@media(max-width:760px){
 .apply{scroll-margin-top:124px}
 .page-body .apply{margin-top:52px}
 .apply-lede{font-size:20px}
 .apply-panel{padding:26px 22px}
 .apply .button{min-width:0;width:100%}
}

/* Reusable framed photograph: white matte, navy keyline, soft shadow and a
   clipped inner window. Used by the hero and by editorial photography so the
   treatment of imagery is identical across the site. */
.matte-frame{background:var(--white);border:1px solid var(--navy);border-radius:8px;padding:12px;box-shadow:0 18px 44px rgba(14,24,73,.22)}
.matte-frame .hero-window{position:relative;overflow:hidden;border-radius:4px;aspect-ratio:1;background:var(--surface)}
.matte-frame img{display:block;width:100%;height:100%;object-fit:cover}

/* Ruled icon list: for a set of short reasons or features. Hairlines and one
   icon per row instead of a grid of identical cards, so the block reads as
   editorial content rather than a template. */
.reason-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 56px;margin-top:34px;border-top:1px solid var(--line)}
.reason-list .reason{display:grid;grid-template-columns:44px minmax(0,1fr);gap:20px;align-items:center;padding:24px 0;border-bottom:1px solid var(--line);min-width:0}
.reason-list .reason-icon{display:grid;place-items:center;width:44px;height:44px;border-radius:50%;background:var(--surface);color:var(--navy)}
.reason-list .reason-icon svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}
.reason-list .reason span{font-size:19px;font-weight:600;letter-spacing:-.01em;line-height:1.35}
.reason-list .reason p{margin:6px 0 0;font-size:15px;color:var(--muted);line-height:1.5}
@media(max-width:900px){.reason-list{grid-template-columns:1fr;gap:0}}
@media(max-width:760px){.reason-list .reason{grid-template-columns:38px minmax(0,1fr);gap:16px;padding:20px 0}
 .reason-list .reason-icon{width:38px;height:38px}.reason-list .reason span{font-size:18px}}

/* Larger break before a block that is not another card group. */
.page-body h2.section-start{margin-top:96px}
