*,
*::before,
*::after {
    box-sizing: border-box;
}

:root {
    --bg: #071019;
    --bg-raised: #0d1826;
    --bg-panel: rgba(13, 24, 38, 0.72);
    --surface: rgba(255, 255, 255, 0.05);
    --surface-strong: rgba(255, 255, 255, 0.09);
    --paper: #f5eee1;
    --paper-2: #eadfc8;
    --ink: #f6f5f1;
    --ink-soft: #c0d0de;
    --ink-dark: #0f1823;
    --line: rgba(255, 255, 255, 0.12);
    --brand-gold: #d6b06b;
    --brand-wine: #6f2031;
    --brand-copper: #c96940;
    --brand-teal: #3e9db1;
    --shadow-xl: 0 32px 90px rgba(0, 0, 0, 0.35);
    --shadow-card: 0 18px 50px rgba(4, 9, 16, 0.28);
    --radius-xl: 34px;
    --radius-lg: 24px;
    --radius-md: 18px;
    --radius-sm: 12px;
    --container: min(1320px, calc(100vw - 56px));
    --program-container: min(1460px, calc(100vw - 72px));
}

body.theme-contemporary-luxury {
    --bg: #07101a;
    --bg-raised: #0d1622;
    --bg-panel: rgba(13, 22, 34, 0.82);
    --surface: rgba(255, 255, 255, 0.045);
    --surface-strong: rgba(255, 255, 255, 0.085);
    --paper: #f4efe6;
    --paper-2: #ebe3d3;
    --ink: #f6f8fb;
    --ink-soft: #aebccc;
    --ink-dark: #101923;
    --line: rgba(255, 255, 255, 0.08);
    --brand-gold: #d8b77a;
    --brand-wine: #60303b;
    --brand-copper: #b56f4c;
    --brand-teal: #5b8da0;
    --shadow-xl: 0 28px 70px rgba(4, 10, 18, 0.3);
    --shadow-card: 0 18px 40px rgba(4, 10, 18, 0.2);
    --radius-xl: 28px;
    --radius-lg: 22px;
    --radius-md: 18px;
    --radius-sm: 12px;
    --font-display: "Outfit", sans-serif;
    --font-body: "Manrope", sans-serif;
    background:
        radial-gradient(circle at 78% 14%, rgba(91, 141, 160, 0.12), transparent 0 22%),
        radial-gradient(circle at 14% 16%, rgba(216, 183, 122, 0.08), transparent 0 18%),
        linear-gradient(180deg, #07101a 0%, #09131d 42%, #0b1420 100%);
    font-family: var(--font-body);
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 104px;
}

body {
    margin: 0;
    min-height: 100vh;
    overflow-x: hidden;
    color: var(--ink);
    font-family: "Manrope", sans-serif;
    background:
        radial-gradient(circle at 12% 12%, rgba(201, 105, 64, 0.18), transparent 0 26%),
        radial-gradient(circle at 88% 10%, rgba(62, 157, 177, 0.18), transparent 0 22%),
        radial-gradient(circle at 80% 82%, rgba(214, 176, 107, 0.12), transparent 0 25%),
        linear-gradient(180deg, #07111c 0%, #09131f 38%, #0a1220 100%);
}

img {
    display: block;
    max-width: 100%;
}

a {
    color: inherit;
    text-decoration: none;
}

.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.site-noise {
    position: fixed;
    inset: 0;
    pointer-events: none;
    opacity: 0.24;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 44px 44px;
    mask-image: radial-gradient(circle at center, black 38%, transparent 95%);
}

#programs,
#institutions,
#impact,
#contact {
    scroll-margin-top: 104px;
}

.page-shell {
    padding-inline: calc((100vw - var(--container)) / 2);
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    backdrop-filter: blur(24px);
    background: rgba(7, 16, 25, 0.74);
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    transition: background 220ms ease, border-color 220ms ease, transform 220ms ease;
}

.site-header.is-condensed {
    background: rgba(7, 16, 25, 0.9);
    border-color: rgba(255, 255, 255, 0.1);
}

.site-header__main,
.hero-shell,
.manifesto-strip,
.featured-programs,
.institutions-grid,
.impact-section,
.leadership-section,
.contact-cta,
.directory-hero,
.directory-filters,
.program-hero,
.program-detail-grid,
.program-proof,
.related-programs,
.not-found-shell {
    width: var(--container);
    margin-inline: auto;
}

.site-header__main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding: 16px 0;
}

.brand-mark {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.brand-mark img {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    object-fit: cover;
    box-shadow: 0 14px 26px rgba(0, 0, 0, 0.28);
}

.brand-mark__copy {
    display: grid;
    gap: 4px;
}

.brand-mark strong {
    display: block;
    font-family: "Syne", sans-serif;
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.1;
}

.brand-mark__eyebrow,
.brand-mark__subline,
.brand-mark span {
    display: block;
    color: var(--ink-soft);
    font-size: 0.8rem;
}

.brand-mark__eyebrow {
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 0.68rem;
    color: rgba(240, 240, 240, 0.58);
}

.site-nav {
    display: flex;
    align-items: center;
    gap: 22px;
    padding: 10px 18px;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.025);
}

.site-nav a {
    position: relative;
    font-size: 0.95rem;
    color: rgba(245, 245, 241, 0.84);
}

.site-nav a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -7px;
    width: 100%;
    height: 2px;
    border-radius: 999px;
    transform: scaleX(0);
    transform-origin: center;
    background: linear-gradient(90deg, var(--brand-gold), #fef7df);
    transition: transform 180ms ease;
}

.site-nav a:hover::after,
.site-nav a.is-active::after {
    transform: scaleX(1);
}

.site-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
}

.primary-link,
.ghost-link,
.filter-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 999px;
    font-weight: 700;
    transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, border-color 180ms ease;
}

.primary-link {
    padding: 12px 18px;
    color: #0c1520;
    background: linear-gradient(120deg, var(--brand-gold), #f7e3b8 65%, #fff4d4);
    box-shadow: 0 18px 30px rgba(0, 0, 0, 0.18);
}

.primary-link:hover,
.ghost-link:hover,
.filter-pill:hover {
    transform: translateY(-2px);
}

.primary-link--large,
.ghost-link--large {
    padding: 14px 20px;
}

.ghost-link {
    padding: 12px 18px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.025);
    color: var(--ink);
}

.home-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.96fr);
    gap: 34px 36px;
    align-items: start;
    padding: 48px 0 34px;
}

.home-hero__copy {
    display: grid;
    gap: 20px;
    align-content: start;
    padding-top: 10px;
}

.home-hero__title {
    margin: 0;
    max-width: 11ch;
    font-family: "Syne", sans-serif;
    font-size: clamp(2.7rem, 4vw, 4.35rem);
    line-height: 0.98;
    letter-spacing: -0.05em;
}

.home-hero__lead {
    margin: 0;
    max-width: 58ch;
    color: var(--ink-soft);
    line-height: 1.78;
    font-size: 1.05rem;
}

.home-hero__credentials,
.home-hero__ribbon {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.home-hero__credentials span,
.home-hero__ribbon span,
.home-hero__ribbon strong {
    padding: 10px 14px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.home-hero__credentials span {
    background: rgba(255, 255, 255, 0.03);
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.84rem;
}

.home-hero__metrics {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.hero-metric {
    padding: 20px;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.03));
    box-shadow: var(--shadow-card);
}

.hero-metric strong {
    display: block;
    margin-bottom: 8px;
    font-family: "Syne", sans-serif;
    font-size: 1.7rem;
    letter-spacing: -0.04em;
}

.hero-metric span {
    display: block;
    color: var(--ink-soft);
    line-height: 1.5;
    font-size: 0.92rem;
}

.home-hero__support {
    display: grid;
    gap: 18px;
    align-content: start;
    padding-top: 14px;
}

.home-hero__visual {
    overflow: hidden;
    border-radius: 32px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: var(--shadow-xl);
    background: rgba(255, 255, 255, 0.04);
}

.home-hero__visual--banner {
    grid-column: 1 / -1;
    padding: 16px;
    background: linear-gradient(180deg, rgba(184, 222, 247, 0.98), rgba(228, 238, 244, 0.98) 62%, rgba(157, 196, 221, 0.94));
}

.home-hero__visual--banner img {
    border-radius: 22px;
}

.home-hero__visual img {
    width: 100%;
    height: auto;
}

.home-hero__panel,
.home-intro__card {
    padding: 24px;
    border-radius: 28px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.03));
    box-shadow: var(--shadow-card);
}

.home-hero__panel--warm {
    background: linear-gradient(160deg, rgba(214, 176, 107, 0.18), rgba(255, 255, 255, 0.05));
}

.home-hero__panel--notices {
    gap: 18px;
}

.home-panel__label,
.home-intro__card span {
    display: block;
    margin-bottom: 12px;
    color: var(--brand-gold);
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.74rem;
    font-weight: 800;
}

.home-hero__panel strong,
.home-intro__card h3 {
    display: block;
    margin: 0 0 10px;
    font-family: "Syne", sans-serif;
    font-size: 1.5rem;
    line-height: 1.08;
    letter-spacing: -0.04em;
}

.home-hero__panel p,
.home-intro__card p {
    margin: 0;
    color: var(--ink-soft);
    line-height: 1.65;
}

.home-notices__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.home-notices {
    display: grid;
    gap: 12px;
}

.home-notices__item {
    display: grid;
    gap: 10px;
    padding: 14px 16px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.03);
    transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.home-notices__item:hover {
    transform: translateY(-2px);
    border-color: rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.045);
}

.home-notices__item strong {
    margin: 0;
    font-family: "Syne", sans-serif;
    font-size: 1.08rem;
    line-height: 1.12;
    letter-spacing: -0.03em;
}

.home-notices__item p {
    font-size: 0.92rem;
    line-height: 1.55;
}

.home-notices__meta {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.home-notices__meta span,
.home-notices__flag {
    padding: 6px 10px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.72rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.home-notices__flag {
    color: #0d1722;
    border-color: rgba(247, 227, 184, 0.9);
    background: linear-gradient(120deg, var(--brand-gold), #f7e3b8);
}

.home-intro {
    display: grid;
    gap: 28px;
    padding-top: 44px;
}

.home-intro__heading {
    display: grid;
    gap: 18px;
}

.home-intro__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.page-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(340px, 0.98fr);
    gap: 30px;
    align-items: start;
    padding: 52px 0 20px;
}

.page-hero__copy {
    display: grid;
    gap: 20px;
    align-content: start;
}

.page-hero__title {
    margin: 0;
    max-width: 15ch;
    font-family: "Syne", sans-serif;
    font-size: clamp(2.35rem, 3.5vw, 4rem);
    line-height: 0.98;
    letter-spacing: -0.05em;
}

.page-hero__lead {
    margin: 0;
    max-width: 62ch;
    color: var(--ink-soft);
    line-height: 1.72;
    font-size: 1.02rem;
}

.page-hero__panel,
.page-hero__visual,
.content-card,
.notice-card,
.media-card,
.metric-tile,
.logo-card,
.image-card {
    overflow: hidden;
    border-radius: 28px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.03));
    box-shadow: var(--shadow-card);
}

.page-hero__panel {
    padding: 24px;
}

.page-hero__visual {
    min-height: 360px;
}

.page-hero__visual img,
.media-card__image img,
.image-card img,
.logo-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-section {
    padding-top: 72px;
}

.page-section__header {
    display: grid;
    gap: 14px;
    margin-bottom: 24px;
}

.section-lead {
    margin: 0;
    max-width: 72ch;
    color: var(--ink-soft);
    line-height: 1.72;
}

.page-grid {
    display: grid;
    gap: 18px;
}

.page-grid--two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.page-grid--three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.page-grid--four {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.content-card {
    display: grid;
    gap: 14px;
    padding: 24px;
}

.content-card--link {
    transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.content-card--link:hover {
    transform: translateY(-3px);
    border-color: rgba(255, 255, 255, 0.14);
}

.content-card__eyebrow {
    display: block;
    color: var(--brand-gold);
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.74rem;
    font-weight: 800;
}

.content-card h3,
.notice-card h3,
.media-card h3,
.logo-card strong {
    margin: 0;
    font-family: "Syne", sans-serif;
    letter-spacing: -0.03em;
}

.content-card p,
.notice-card p,
.media-card p {
    margin: 0;
    color: var(--ink-soft);
    line-height: 1.65;
}

.metric-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.metric-tile {
    padding: 18px;
}

.metric-tile strong {
    display: block;
    margin-bottom: 8px;
    font-family: "Syne", sans-serif;
    font-size: 1.3rem;
    line-height: 1.08;
    letter-spacing: -0.03em;
}

.metric-tile span {
    display: block;
    color: var(--ink-soft);
    line-height: 1.5;
    font-size: 0.9rem;
}

.page-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.page-actions--inline {
    margin-top: 8px;
}

.page-actions--stack {
    flex-direction: column;
    align-items: start;
}

.tag-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tag-row span,
.stack-list li::marker {
    color: var(--brand-gold);
}

.tag-row span {
    padding: 10px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: var(--ink);
    font-size: 0.86rem;
}

.notice-list,
.gallery-grid {
    display: grid;
    gap: 18px;
}

.notice-list--full {
    grid-template-columns: 1fr;
}

.notice-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 22px;
}

.media-card {
    display: grid;
}

.media-card__image {
    height: 240px;
    overflow: hidden;
}

.media-card__body {
    display: grid;
    gap: 14px;
    padding: 22px;
}

.photo-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.image-card {
    margin: 0;
    min-height: 220px;
}

.stack-list {
    margin: 0;
    padding-left: 20px;
    display: grid;
    gap: 10px;
    color: var(--ink-soft);
    line-height: 1.6;
}

.logo-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.profile-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.profile-card {
    display: grid;
    gap: 18px;
    padding: 22px;
    border-radius: 28px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.03));
    box-shadow: var(--shadow-card);
}

.profile-card__image {
    overflow: hidden;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.06);
    aspect-ratio: 4 / 5;
}

.profile-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profile-card__body {
    display: grid;
    gap: 10px;
}

.profile-card__body h3,
.profile-card__body strong {
    margin: 0;
    font-family: "Syne", sans-serif;
    letter-spacing: -0.03em;
}

.profile-card__eyebrow,
.table-note,
.member-count {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--brand-gold);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 0.74rem;
    font-weight: 800;
}

.profile-card__body p,
.quote-panel p,
.table-caption {
    margin: 0;
    color: var(--ink-soft);
    line-height: 1.65;
}

.member-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.member-chips span {
    padding: 9px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.86);
    font-size: 0.85rem;
}

.quote-panel {
    display: grid;
    gap: 14px;
    padding: 24px;
    border-radius: 26px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(160deg, rgba(214, 176, 107, 0.12), rgba(255, 255, 255, 0.03));
}

.quote-panel strong {
    font-family: "Syne", sans-serif;
    font-size: 1.35rem;
    line-height: 1.15;
    letter-spacing: -0.03em;
}

.data-table-shell {
    overflow: auto;
    border-radius: 28px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.025));
    box-shadow: var(--shadow-card);
}

.data-table {
    width: 100%;
    min-width: 760px;
    border-collapse: collapse;
}

.data-table th,
.data-table td {
    padding: 16px 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    text-align: left;
    vertical-align: top;
}

.data-table thead th {
    position: sticky;
    top: 0;
    z-index: 1;
    background: rgba(8, 18, 28, 0.96);
    color: var(--ink);
    font-family: "Syne", sans-serif;
    font-size: 0.96rem;
    letter-spacing: -0.02em;
}

.data-table tbody tr:last-child td {
    border-bottom: 0;
}

.data-table td {
    color: var(--ink-soft);
    line-height: 1.55;
    font-size: 0.94rem;
}

.data-table td:first-child,
.data-table th:first-child {
    min-width: 220px;
}

.table-summary-row td {
    color: var(--ink);
    font-weight: 700;
    background: rgba(255, 255, 255, 0.04);
}

.logo-card {
    display: grid;
    gap: 12px;
    padding: 18px;
}

.logo-card img {
    height: 80px;
    object-fit: contain;
    background: rgba(255, 255, 255, 0.98);
    border-radius: 16px;
    padding: 10px;
}

.logo-card span {
    color: var(--ink-soft);
    font-size: 0.9rem;
}

.mini-thumb-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 18px;
}

.mini-thumb-grid img {
    width: 100%;
    height: 88px;
    object-fit: cover;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.institution-cards--expanded {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.institution-card--linked {
    min-height: unset;
}

.hero-shell {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
    gap: 38px;
    align-items: center;
    padding: 72px 0 54px;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    font-size: 0.85rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--brand-gold);
}

.eyebrow::before {
    content: "";
    width: 42px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(214, 176, 107, 0.84));
}

.eyebrow--small {
    margin-bottom: 12px;
    font-size: 0.78rem;
}

.hero-title,
.section-title {
    margin: 0;
    font-family: "Syne", sans-serif;
    line-height: 0.96;
    letter-spacing: -0.04em;
}

.hero-title {
    max-width: 13ch;
    font-size: clamp(3.5rem, 8vw, 6.5rem);
}

.hero-title span {
    display: inline-block;
    font-family: "Newsreader", serif;
    font-style: italic;
    font-weight: 700;
    color: #f7e9c8;
}

.hero-title--program {
    max-width: 13ch;
    font-size: clamp(2.85rem, 4vw, 5rem);
    line-height: 0.98;
}

.hero-text,
.section-heading p,
.manifesto-strip p,
.detail-panel p,
.program-proof__copy p,
.site-footer p,
.contact-cta p,
.directory-hero p {
    margin: 0;
    color: var(--ink-soft);
    line-height: 1.75;
    font-size: 1.04rem;
}

.hero-copy {
    display: grid;
    gap: 26px;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.hero-signal-row {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.signal-chip {
    padding: 18px 18px 20px;
    border-radius: var(--radius-md);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.03));
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.signal-chip strong {
    display: block;
    font-family: "Syne", sans-serif;
    font-size: 1.6rem;
    margin-bottom: 6px;
}

.signal-chip span {
    color: var(--ink-soft);
    font-size: 0.9rem;
    line-height: 1.45;
}

.hero-stage {
    position: relative;
    min-height: 650px;
}

.hero-stage__halo {
    position: absolute;
    inset: 70px 10% 110px;
    border-radius: 50%;
    filter: blur(40px);
    background:
        radial-gradient(circle at 35% 30%, rgba(214, 176, 107, 0.4), transparent 0 35%),
        radial-gradient(circle at 65% 40%, rgba(62, 157, 177, 0.34), transparent 0 33%),
        radial-gradient(circle at 50% 76%, rgba(111, 32, 49, 0.34), transparent 0 38%);
}

.hero-stage__orbit {
    position: absolute;
    padding: 12px 16px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(12px);
    font-size: 0.82rem;
    color: var(--ink);
}

.orbit-a { top: 34px; right: 30px; }
.orbit-b { top: 290px; left: -6px; }
.orbit-c { right: 20px; bottom: 122px; }

.hero-showcase {
    position: absolute;
    inset: 70px 20px 90px 40px;
    display: grid;
    grid-template-columns: 1.18fr 0.82fr;
    grid-template-rows: 1fr 0.92fr;
    gap: 18px;
    transform: rotate(-4deg);
}

.showcase-card {
    overflow: hidden;
    border-radius: 32px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: var(--shadow-xl);
    background: rgba(255, 255, 255, 0.04);
}

.showcase-card img,
.program-card__image img,
.program-hero__visual img,
.leadership-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.showcase-card--tall { grid-row: 1 / span 2; }
.showcase-card--wide { min-height: 210px; }
.showcase-card--square { min-height: 190px; }

.hero-float-card {
    position: absolute;
    left: 24px;
    bottom: 24px;
    max-width: 280px;
    padding: 22px;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(7, 16, 25, 0.78);
    box-shadow: var(--shadow-card);
    backdrop-filter: blur(14px);
}

.hero-float-card span,
.program-facts-card span,
.timeline-year,
.footer-title {
    display: block;
    color: rgba(240, 240, 240, 0.7);
    font-size: 0.78rem;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.hero-float-card strong,
.program-facts-card strong {
    display: block;
    margin-top: 10px;
    font-family: "Syne", sans-serif;
    font-size: 1.35rem;
    line-height: 1.18;
}

.hero-float-card p {
    margin: 10px 0 0;
    color: var(--ink-soft);
    line-height: 1.55;
}

.manifesto-strip,
.directory-hero,
.program-proof,
.contact-cta {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
    gap: 28px;
    align-items: start;
    margin-top: 30px;
    padding: 34px;
    border-radius: 34px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.03)),
        linear-gradient(145deg, rgba(214, 176, 107, 0.08), transparent 30%);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.manifesto-list,
.proof-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-self: center;
}

.manifesto-list span,
.proof-tags span,
.program-highlight-strip span,
.footer-badge {
    padding: 12px 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.09);
    color: var(--ink);
}

.featured-programs,
.institutions-grid,
.impact-section,
.leadership-section,
.directory-filters,
.program-detail-grid,
.related-programs,
.not-found-shell {
    padding-top: 78px;
}

.section-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 26px;
}

.section-title {
    max-width: 14ch;
    font-size: clamp(1.8rem, 3.1vw, 3rem);
    line-height: 1.02;
}

.section-title--compact {
    max-width: 18ch;
}

.home-intro__heading .section-title {
    max-width: 15ch;
    font-size: clamp(1.9rem, 2.8vw, 2.8rem);
    letter-spacing: -0.04em;
}

.program-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.program-grid--directory {
    padding-bottom: 48px;
}

.program-grid--compact {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.program-card,
.institution-card,
.leadership-card,
.detail-panel,
.program-facts-card,
.directory-hero__panel {
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.03));
    box-shadow: var(--shadow-card);
}

.program-card::before,
.institution-card::before,
.detail-panel::before,
.program-facts-card::before,
.directory-hero__panel::before {
    content: "";
    position: absolute;
    inset: auto -10% 65% 40%;
    height: 160px;
    border-radius: 50%;
    filter: blur(30px);
    pointer-events: none;
    background: var(--accent-glow, rgba(255, 255, 255, 0.08));
}

.family-technology { --accent-glow: rgba(94, 234, 212, 0.24); }
.family-commerce { --accent-glow: rgba(247, 198, 108, 0.22); }
.family-science { --accent-glow: rgba(141, 209, 255, 0.22); }
.family-arts { --accent-glow: rgba(255, 176, 166, 0.2); }
.family-law { --accent-glow: rgba(213, 181, 127, 0.22); }
.family-design { --accent-glow: rgba(245, 168, 255, 0.22); }
.family-vocational { --accent-glow: rgba(255, 153, 107, 0.22); }

.program-card__image {
    height: 230px;
    overflow: hidden;
}

.program-card__body {
    display: grid;
    gap: 16px;
    padding: 22px;
}

.program-card__topline,
.program-card__footer,
.program-meta-list,
.institution-card__meta,
.detail-inline-facts,
.site-footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
}

.family-pill,
.year-pill,
.institution-card__track {
    padding: 7px 12px;
    border-radius: 999px;
    font-size: 0.76rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.family-pill {
    background: rgba(255, 255, 255, 0.06);
}

.year-pill {
    background: rgba(255, 255, 255, 0.03);
    color: rgba(255, 255, 255, 0.74);
}

.program-card h3,
.institution-card h3,
.leadership-card h3,
.timeline-node h3,
.detail-panel h2,
.filter-empty-state h2,
.not-found-shell h1 {
    margin: 0;
    font-family: "Syne", sans-serif;
    letter-spacing: -0.03em;
}

.program-card h3 {
    font-size: 1.6rem;
}

.program-card p,
.institution-card p,
.leadership-card p,
.timeline-node p,
.directory-hero__panel p {
    margin: 0;
    color: var(--ink-soft);
    line-height: 1.55;
}

.program-meta-list {
    padding: 0;
    margin: 0;
    list-style: none;
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.92rem;
}

.program-card__footer span {
    color: var(--ink-soft);
}

.card-link {
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.institution-cards,
.leadership-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.institution-card,
.leadership-card {
    padding: 22px;
    min-height: 230px;
}

.institution-card__track {
    align-self: start;
    justify-self: start;
    margin-bottom: 18px;
}

.institution-card__meta span {
    color: rgba(255, 255, 255, 0.74);
    font-size: 0.88rem;
}

.impact-board {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    gap: 24px;
    padding: 34px;
    border-radius: 36px;
    background: linear-gradient(160deg, rgba(111, 32, 49, 0.16), rgba(255, 255, 255, 0.04));
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.impact-stamps {
    display: grid;
    gap: 14px;
    margin-top: 24px;
}

.impact-stamps div,
.detail-inline-facts div {
    padding: 16px 18px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.impact-stamps strong,
.detail-inline-facts strong {
    display: block;
    font-size: 1.2rem;
    font-family: "Syne", sans-serif;
}

.impact-stamps span,
.detail-inline-facts span {
    display: block;
    margin-top: 6px;
    color: var(--ink-soft);
    line-height: 1.45;
    font-size: 0.9rem;
}

.timeline-ribbon {
    display: grid;
    gap: 16px;
}

.timeline-node {
    padding: 22px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.timeline-year {
    margin-bottom: 10px;
    color: var(--brand-gold);
}

.journey-summary {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-bottom: 28px;
}

.journey-summary__card {
    display: grid;
    gap: 8px;
    padding: 20px 22px;
}

.journey-summary__card strong {
    display: block;
    font-family: var(--font-display);
    font-size: 2rem;
    line-height: 0.98;
    letter-spacing: 0;
}

.journey-summary__card span {
    color: var(--ink-soft);
    line-height: 1.55;
}

.journey-timeline {
    position: relative;
    display: grid;
    gap: 28px;
    padding-left: 140px;
}

.journey-timeline__line {
    position: absolute;
    top: 10px;
    bottom: 16px;
    left: 58px;
    width: 2px;
    background: linear-gradient(180deg, rgba(15, 95, 115, 0.15), rgba(15, 95, 115, 0.72), rgba(15, 95, 115, 0.12));
}

.journey-year-group {
    position: relative;
    display: grid;
    grid-template-columns: 108px minmax(220px, 0.42fr) minmax(0, 1fr);
    gap: 20px;
    align-items: start;
}

.journey-year-group__marker {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 8px;
    justify-items: center;
    text-align: center;
}

.journey-year-group__year {
    display: grid;
    place-items: center;
    width: 92px;
    min-height: 92px;
    padding: 16px;
    border-radius: 999px;
    font-family: var(--font-display);
    font-size: 1.75rem;
    font-weight: 800;
    line-height: 0.96;
    letter-spacing: 0;
}

.journey-year-group__decade {
    color: var(--ink-soft);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.journey-year-group__visual {
    position: sticky;
    top: 116px;
    display: grid;
    gap: 14px;
}

.journey-year-group__visual-frame {
    position: relative;
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(15, 95, 115, 0.16);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.58);
    box-shadow: 0 22px 58px rgba(10, 48, 60, 0.12);
}

.journey-year-group__visual-frame img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    filter: saturate(0.95) contrast(1.04);
}

.journey-year-group__visual-frame figcaption {
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 14px;
    display: inline-flex;
    width: max-content;
    max-width: calc(100% - 28px);
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(7, 39, 49, 0.74);
    color: #fff;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    backdrop-filter: blur(12px);
}

.journey-year-group__entries {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.journey-card {
    display: grid;
    gap: 16px;
    padding: 22px;
}

.journey-card__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.journey-card__icon {
    display: grid;
    place-items: center;
    width: 56px;
    height: 56px;
    border-radius: 18px;
    flex: 0 0 auto;
}

.journey-card__icon svg {
    width: 30px;
    height: 30px;
}

.journey-card__meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px;
}

.journey-card__track,
.journey-card__category,
.journey-card__programs span,
.journey-future__eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.06em;
}

.journey-card h3,
.journey-future h3 {
    margin: 0;
    font-family: var(--font-display);
    font-size: 1.45rem;
    line-height: 1.08;
    letter-spacing: 0;
}

.journey-card p,
.journey-future p {
    margin: 0;
    color: var(--ink-soft);
    line-height: 1.7;
}

.journey-card__programs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.journey-future {
    margin-left: 108px;
    display: grid;
    gap: 16px;
    padding: 24px;
}

.leadership-card {
    display: grid;
    grid-template-columns: 82px 1fr;
    gap: 18px;
    align-items: center;
    min-height: unset;
}

.leadership-card__image {
    width: 82px;
    height: 82px;
    border-radius: 22px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.06);
}

.leadership-card__body span {
    display: block;
    margin-bottom: 8px;
    color: var(--brand-gold);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.74rem;
}

.contact-cta {
    margin-top: 78px;
    margin-bottom: 90px;
}

.contact-cta__panel {
    display: grid;
    gap: 14px;
    padding: 28px;
    border-radius: 28px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04));
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.contact-cta__panel a:first-child,
.contact-cta__panel a:nth-child(2) {
    font-family: "Syne", sans-serif;
    font-size: 1.14rem;
}

.site-footer {
    padding: 24px calc((100vw - var(--container)) / 2) 50px;
}

.site-footer__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) repeat(3, minmax(0, 1fr));
    gap: 24px;
    padding: 30px;
    border-radius: 32px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.03));
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.site-footer section {
    display: grid;
    align-content: start;
    gap: 10px;
}

.site-footer__bottom {
    padding-top: 18px;
    color: rgba(240, 240, 240, 0.66);
    font-size: 0.88rem;
}

.brand-mark--footer img {
    width: 58px;
    height: 58px;
}

.directory-hero {
    margin-top: 58px;
}

.directory-hero__panel {
    padding: 28px;
}

.directory-hero__panel strong {
    display: block;
    font-family: "Syne", sans-serif;
    font-size: 4.2rem;
    line-height: 1;
    margin-bottom: 10px;
}

.directory-hero__panel span {
    display: block;
    margin-bottom: 14px;
    color: var(--brand-gold);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.76rem;
}

.directory-filters {
    display: grid;
    gap: 22px;
}

.filter-search input {
    width: 100%;
    padding: 18px 20px;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.04);
    color: var(--ink);
    font: inherit;
}

.filter-groups {
    display: grid;
    gap: 14px;
}

.filter-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.filter-row span {
    margin-right: 10px;
    color: rgba(240, 240, 240, 0.74);
    font-size: 0.9rem;
}

.filter-pill {
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.03);
    color: var(--ink);
    padding: 10px 14px;
    cursor: pointer;
    font: inherit;
}

.filter-pill.is-selected {
    background: linear-gradient(120deg, rgba(214, 176, 107, 0.92), rgba(255, 244, 212, 0.92));
    color: #0b1220;
}

.filter-empty-state {
    width: var(--container);
    margin: 0 auto 50px;
    padding: 28px;
    border-radius: 24px;
    text-align: center;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.program-hero {
    display: grid;
    width: var(--program-container);
    grid-template-columns: minmax(0, 1.12fr) minmax(420px, 0.88fr);
    gap: 42px;
    align-items: start;
    padding-top: 54px;
    position: relative;
    isolation: isolate;
}

.program-story-shell {
    position: relative;
}

.program-story-shell .section-title {
    max-width: 20ch;
    font-size: clamp(1.95rem, 2.5vw, 3rem);
}

.program-story-shell .section-title--compact {
    max-width: 22ch;
}

.program-story-shell .eyebrow {
    color: var(--page-accent, var(--brand-gold));
}

.program-hero::before,
.program-hero::after {
    content: "";
    position: absolute;
    pointer-events: none;
    z-index: -1;
}

.program-hero::before {
    inset: 6% 8% 18% 42%;
    border-radius: 50%;
    filter: blur(46px);
    background:
        radial-gradient(circle at center, var(--page-accent-glow, rgba(255, 255, 255, 0.12)), transparent 0 58%);
}

.program-story-shell.family-technology .program-hero::after,
.program-story-shell.family-vocational .program-hero::after {
    inset: 10% 2% 14% 52%;
    border-radius: 28px;
    opacity: 0.22;
    background-image:
        linear-gradient(rgba(255,255,255,0.07) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.07) 1px, transparent 1px);
    background-size: 28px 28px;
    mask-image: linear-gradient(135deg, transparent 0 6%, black 24%, black 76%, transparent 100%);
}

.program-story-shell.family-commerce .program-hero::after {
    inset: 16% 0 18% 54%;
    opacity: 0.28;
    background:
        repeating-linear-gradient(90deg, rgba(247, 198, 108, 0.18) 0 1px, transparent 1px 36px),
        linear-gradient(180deg, rgba(111, 32, 49, 0.18), transparent 60%);
    mask-image: linear-gradient(90deg, transparent, black 18%, black 86%, transparent);
}

.program-story-shell.family-science .program-hero::after {
    inset: 10% 0 16% 50%;
    opacity: 0.3;
    background:
        radial-gradient(circle, rgba(141, 209, 255, 0.28) 0 2px, transparent 2px 100%);
    background-size: 34px 34px;
    mask-image: radial-gradient(circle at center, black 32%, transparent 92%);
}

.program-story-shell.family-arts .program-hero::after {
    inset: 8% 4% 12% 50%;
    opacity: 0.3;
    background:
        linear-gradient(135deg, rgba(255, 176, 166, 0.2), transparent 46%),
        linear-gradient(315deg, rgba(214, 176, 107, 0.14), transparent 42%);
    mask-image: radial-gradient(circle at 70% 34%, black 0 38%, transparent 78%);
}

.program-story-shell.family-law .program-hero::after {
    inset: 12% 4% 14% 54%;
    opacity: 0.24;
    background:
        linear-gradient(180deg, rgba(213, 181, 127, 0.18), transparent 54%),
        repeating-linear-gradient(0deg, rgba(255,255,255,0.08) 0 1px, transparent 1px 24px);
    mask-image: linear-gradient(90deg, transparent, black 24%, black 100%);
}

.program-story-shell.family-design .program-hero::after {
    inset: 0 0 10% 50%;
    opacity: 0.3;
    background:
        radial-gradient(circle at 22% 28%, rgba(245, 168, 255, 0.24), transparent 0 22%),
        radial-gradient(circle at 70% 70%, rgba(255, 176, 166, 0.2), transparent 0 18%),
        conic-gradient(from 180deg at 50% 50%, rgba(255,255,255,0.02), rgba(255,255,255,0.16), rgba(255,255,255,0.02));
    mask-image: radial-gradient(circle at 65% 45%, black 0 48%, transparent 86%);
}

.breadcrumb-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 18px;
    color: rgba(240, 240, 240, 0.66);
    font-size: 0.9rem;
}

.program-highlight-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.program-hero__sigil {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: start;
    padding: 8px 14px;
    border-radius: 999px;
    border: 1px solid color-mix(in srgb, var(--page-accent, var(--brand-gold)) 34%, rgba(255,255,255,0.1));
    background: color-mix(in srgb, var(--page-accent-glow, rgba(255,255,255,0.08)) 48%, rgba(255,255,255,0.02));
    font-size: 0.78rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.88);
}

.program-hero__microcopy {
    max-width: 60ch;
    margin: -6px 0 0;
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.7;
    font-size: 0.98rem;
}

.program-hero__stage {
    position: relative;
    min-height: 600px;
}

.program-hero__visual {
    height: 520px;
    margin: 0;
    overflow: hidden;
    border-radius: 34px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: var(--shadow-xl);
}

.program-facts-card {
    position: absolute;
    right: 24px;
    bottom: 0;
    width: min(340px, 92%);
    padding: 24px;
    display: grid;
    gap: 16px;
}

.program-facts-card div {
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.program-facts-card div:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.program-detail-grid {
    display: grid;
    width: var(--program-container);
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 24px;
}

.program-persona-grid {
    display: grid;
    width: var(--program-container);
    grid-template-columns: minmax(0, 1.3fr) repeat(3, minmax(0, 1fr));
    gap: 20px;
    padding-top: 54px;
}

.persona-feature,
.persona-card {
    position: relative;
    overflow: hidden;
    padding: 26px;
    border-radius: 28px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.03));
    box-shadow: var(--shadow-card);
}

.persona-feature::before,
.persona-card::before {
    content: "";
    position: absolute;
    inset: auto -10% 56% 34%;
    height: 140px;
    border-radius: 50%;
    filter: blur(32px);
    background: var(--page-accent-glow, rgba(255, 255, 255, 0.08));
    pointer-events: none;
}

.persona-feature {
    display: grid;
    align-content: start;
    gap: 16px;
}

.persona-card span {
    display: block;
    margin-bottom: 12px;
    color: var(--page-accent, var(--brand-gold));
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-size: 0.74rem;
    font-weight: 800;
}

.persona-card h3 {
    margin: 0 0 12px;
    font-family: "Syne", sans-serif;
    font-size: 1.28rem;
    line-height: 1.1;
    letter-spacing: -0.03em;
}

.persona-card p,
.persona-feature p {
    margin: 0;
    color: var(--ink-soft);
    line-height: 1.65;
}

.detail-panel {
    padding: 28px;
}

.detail-panel--contrast {
    background: linear-gradient(135deg, rgba(111, 32, 49, 0.18), rgba(255, 255, 255, 0.04));
}

.program-story-shell.family-technology .detail-panel--contrast {
    background: linear-gradient(135deg, rgba(94, 234, 212, 0.14), rgba(255, 255, 255, 0.04));
}

.program-story-shell.family-commerce .detail-panel--contrast {
    background: linear-gradient(135deg, rgba(247, 198, 108, 0.14), rgba(111, 32, 49, 0.12));
}

.program-story-shell.family-science .detail-panel--contrast {
    background: linear-gradient(135deg, rgba(141, 209, 255, 0.16), rgba(255, 255, 255, 0.04));
}

.program-story-shell.family-arts .detail-panel--contrast {
    background: linear-gradient(135deg, rgba(255, 176, 166, 0.14), rgba(255, 255, 255, 0.05));
}

.program-story-shell.family-law .detail-panel--contrast {
    background: linear-gradient(135deg, rgba(213, 181, 127, 0.16), rgba(255, 255, 255, 0.04));
}

.program-story-shell.family-design .detail-panel--contrast {
    background: linear-gradient(135deg, rgba(245, 168, 255, 0.16), rgba(255, 176, 166, 0.12));
}

.program-story-shell.family-vocational .detail-panel--contrast {
    background: linear-gradient(135deg, rgba(255, 153, 107, 0.16), rgba(255, 255, 255, 0.04));
}

.detail-inline-facts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 22px;
}

.career-stack {
    margin: 0;
    padding-left: 18px;
    display: grid;
    gap: 10px;
    color: var(--ink-soft);
    line-height: 1.65;
}

.detail-panel__lead {
    margin: 0 0 18px;
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.7;
}

.program-proof {
    width: var(--program-container);
    grid-template-columns: minmax(0, 1.45fr) minmax(320px, 0.55fr);
    gap: 36px;
    padding: 42px;
}

.program-proof__copy {
    display: grid;
    gap: 18px;
    max-width: 56rem;
}

.not-found-shell {
    text-align: center;
    padding-bottom: 120px;
}

body.theme-contemporary-luxury {
    color: var(--ink);
}

body.theme-contemporary-luxury .site-noise {
    opacity: 0.12;
    background-size: 68px 68px;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.72), transparent 96%);
}

body.theme-contemporary-luxury .site-header {
    background: rgba(7, 16, 26, 0.82);
    border-bottom-color: rgba(255, 255, 255, 0.06);
    box-shadow: 0 8px 28px rgba(2, 8, 16, 0.18);
}

body.theme-contemporary-luxury .site-header.is-condensed {
    background: rgba(7, 16, 26, 0.92);
}

body.theme-contemporary-luxury .site-header__main {
    gap: 24px;
    padding: 14px 0;
}

body.theme-contemporary-luxury .brand-mark {
    gap: 14px;
}

body.theme-contemporary-luxury .brand-mark img {
    width: 54px;
    height: 54px;
    border-radius: 18px;
    box-shadow: 0 10px 22px rgba(3, 10, 18, 0.24);
}

body.theme-contemporary-luxury .brand-mark strong,
body.theme-contemporary-luxury .home-hero__title,
body.theme-contemporary-luxury .page-hero__title,
body.theme-contemporary-luxury .hero-title,
body.theme-contemporary-luxury .section-title,
body.theme-contemporary-luxury .home-hero__panel strong,
body.theme-contemporary-luxury .home-intro__card h3,
body.theme-contemporary-luxury .program-card h3,
body.theme-contemporary-luxury .institution-card h3,
body.theme-contemporary-luxury .leadership-card h3,
body.theme-contemporary-luxury .timeline-node h3,
body.theme-contemporary-luxury .detail-panel h2,
body.theme-contemporary-luxury .filter-empty-state h2,
body.theme-contemporary-luxury .not-found-shell h1,
body.theme-contemporary-luxury .profile-card__body h3,
body.theme-contemporary-luxury .profile-card__body strong,
body.theme-contemporary-luxury .quote-panel strong,
body.theme-contemporary-luxury .directory-hero__panel strong,
body.theme-contemporary-luxury .persona-card h3,
body.theme-contemporary-luxury .program-facts-card strong,
body.theme-contemporary-luxury .hero-metric strong,
body.theme-contemporary-luxury .impact-stamps strong,
body.theme-contemporary-luxury .detail-inline-facts strong,
body.theme-contemporary-luxury .contact-cta__panel a:first-child,
body.theme-contemporary-luxury .contact-cta__panel a:nth-child(2) {
    font-family: var(--font-display);
    font-weight: 600;
    letter-spacing: -0.04em;
}

body.theme-contemporary-luxury .hero-title span {
    font-family: var(--font-display);
    font-style: normal;
    font-weight: inherit;
    color: inherit;
}

body.theme-contemporary-luxury .brand-mark__eyebrow {
    font-size: 0.66rem;
    letter-spacing: 0.12em;
    color: rgba(246, 248, 251, 0.56);
}

body.theme-contemporary-luxury .brand-mark strong {
    font-size: 1rem;
    line-height: 1.12;
}

body.theme-contemporary-luxury .brand-mark__subline {
    font-size: 0.82rem;
    color: rgba(174, 188, 204, 0.88);
}

body.theme-contemporary-luxury .site-nav {
    gap: 18px;
    padding: 10px 16px;
    border-radius: 18px;
    border-color: rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.02);
}

body.theme-contemporary-luxury .site-nav a {
    font-size: 0.92rem;
    font-weight: 500;
    color: rgba(246, 248, 251, 0.84);
}

body.theme-contemporary-luxury .site-nav a::after {
    bottom: -6px;
    height: 1px;
}

body.theme-contemporary-luxury .primary-link,
body.theme-contemporary-luxury .ghost-link,
body.theme-contemporary-luxury .filter-pill,
body.theme-contemporary-luxury .card-link {
    font-weight: 600;
}

body.theme-contemporary-luxury .primary-link {
    color: #0f1720;
    background: linear-gradient(120deg, #d8b77a, #efe2c3 72%, #faf4e6);
    box-shadow: 0 12px 24px rgba(6, 10, 16, 0.16);
}

body.theme-contemporary-luxury .ghost-link,
body.theme-contemporary-luxury .card-link,
body.theme-contemporary-luxury .filter-pill {
    border-color: rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.028);
}

body.theme-contemporary-luxury .home-hero {
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
    gap: 42px 38px;
    padding: 54px 0 42px;
}

body.theme-contemporary-luxury .home-hero__copy {
    gap: 22px;
}

body.theme-contemporary-luxury .home-hero__title {
    max-width: 11ch;
    font-size: clamp(2.45rem, 3.3vw, 3.75rem);
    line-height: 1.02;
}

body.theme-contemporary-luxury .home-hero__lead,
body.theme-contemporary-luxury .page-hero__lead,
body.theme-contemporary-luxury .hero-text,
body.theme-contemporary-luxury .section-heading p,
body.theme-contemporary-luxury .manifesto-strip p,
body.theme-contemporary-luxury .detail-panel p,
body.theme-contemporary-luxury .program-proof__copy p,
body.theme-contemporary-luxury .site-footer p,
body.theme-contemporary-luxury .contact-cta p,
body.theme-contemporary-luxury .directory-hero p {
    color: rgba(174, 188, 204, 0.94);
    line-height: 1.78;
    font-size: 1rem;
}

body.theme-contemporary-luxury .home-hero__panel strong,
body.theme-contemporary-luxury .home-intro__card h3,
body.theme-contemporary-luxury .home-notices__item strong {
    font-size: clamp(1.04rem, 1.3vw, 1.28rem);
    line-height: 1.15;
}

body.theme-contemporary-luxury .hero-metric strong {
    font-size: clamp(1.28rem, 1.7vw, 1.55rem);
}

body.theme-contemporary-luxury .hero-metric,
body.theme-contemporary-luxury .home-hero__panel,
body.theme-contemporary-luxury .home-intro__card {
    padding: 22px;
}

body.theme-contemporary-luxury .page-hero {
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
    gap: 38px;
    padding: 48px 0 22px;
}

body.theme-contemporary-luxury .page-hero__title {
    max-width: 18ch;
    font-size: clamp(1.95rem, 2.5vw, 3rem);
    line-height: 1.04;
}

body.theme-contemporary-luxury .section-title {
    max-width: 21ch;
    font-size: clamp(1.5rem, 1.95vw, 2.2rem);
    line-height: 1.1;
}

body.theme-contemporary-luxury .section-title--compact {
    max-width: 26ch;
}

body.theme-contemporary-luxury .home-intro__heading .section-title {
    max-width: 22ch;
    font-size: clamp(1.6rem, 2.05vw, 2.18rem);
}

body.theme-contemporary-luxury .eyebrow,
body.theme-contemporary-luxury .content-card__eyebrow,
body.theme-contemporary-luxury .profile-card__eyebrow,
body.theme-contemporary-luxury .table-note,
body.theme-contemporary-luxury .member-count,
body.theme-contemporary-luxury .home-panel__label,
body.theme-contemporary-luxury .leadership-card__body span,
body.theme-contemporary-luxury .directory-hero__panel span {
    letter-spacing: 0.14em;
}

body.theme-contemporary-luxury .eyebrow::before {
    width: 34px;
    background: linear-gradient(90deg, rgba(216, 183, 122, 0.08), rgba(216, 183, 122, 0.88));
}

body.theme-contemporary-luxury .home-hero__visual,
body.theme-contemporary-luxury .page-hero__panel,
body.theme-contemporary-luxury .page-hero__visual,
body.theme-contemporary-luxury .content-card,
body.theme-contemporary-luxury .notice-card,
body.theme-contemporary-luxury .media-card,
body.theme-contemporary-luxury .metric-tile,
body.theme-contemporary-luxury .logo-card,
body.theme-contemporary-luxury .image-card,
body.theme-contemporary-luxury .profile-card,
body.theme-contemporary-luxury .quote-panel,
body.theme-contemporary-luxury .data-table-shell,
body.theme-contemporary-luxury .home-hero__panel,
body.theme-contemporary-luxury .hero-metric,
body.theme-contemporary-luxury .home-intro__card,
body.theme-contemporary-luxury .program-card,
body.theme-contemporary-luxury .institution-card,
body.theme-contemporary-luxury .leadership-card,
body.theme-contemporary-luxury .journey-summary__card,
body.theme-contemporary-luxury .journey-card,
body.theme-contemporary-luxury .journey-future,
body.theme-contemporary-luxury .detail-panel,
body.theme-contemporary-luxury .program-facts-card,
body.theme-contemporary-luxury .directory-hero__panel,
body.theme-contemporary-luxury .timeline-node,
body.theme-contemporary-luxury .contact-cta__panel,
body.theme-contemporary-luxury .site-footer__grid,
body.theme-contemporary-luxury .filter-empty-state {
    border-radius: 24px;
    border-color: rgba(255, 255, 255, 0.08);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.052), rgba(255, 255, 255, 0.026));
    box-shadow: 0 16px 36px rgba(4, 10, 18, 0.18);
}

body.theme-contemporary-luxury .program-card::before,
body.theme-contemporary-luxury .institution-card::before,
body.theme-contemporary-luxury .detail-panel::before,
body.theme-contemporary-luxury .program-facts-card::before,
body.theme-contemporary-luxury .directory-hero__panel::before,
body.theme-contemporary-luxury .persona-card::before {
    display: none;
}

body.theme-contemporary-luxury .home-hero__panel--warm,
body.theme-contemporary-luxury .quote-panel,
body.theme-contemporary-luxury .detail-panel--contrast,
body.theme-contemporary-luxury .program-story-shell.family-technology .detail-panel--contrast,
body.theme-contemporary-luxury .program-story-shell.family-commerce .detail-panel--contrast,
body.theme-contemporary-luxury .program-story-shell.family-science .detail-panel--contrast,
body.theme-contemporary-luxury .program-story-shell.family-arts .detail-panel--contrast,
body.theme-contemporary-luxury .program-story-shell.family-law .detail-panel--contrast,
body.theme-contemporary-luxury .program-story-shell.family-design .detail-panel--contrast,
body.theme-contemporary-luxury .program-story-shell.family-vocational .detail-panel--contrast {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.03));
}

body.theme-contemporary-luxury .home-hero__visual--banner {
    padding: 14px;
    background: linear-gradient(180deg, rgba(228, 237, 244, 0.98), rgba(206, 221, 232, 0.96));
}

body.theme-contemporary-luxury .program-grid,
body.theme-contemporary-luxury .institution-cards,
body.theme-contemporary-luxury .leadership-grid,
body.theme-contemporary-luxury .profile-grid,
body.theme-contemporary-luxury .page-grid,
body.theme-contemporary-luxury .photo-grid {
    gap: 20px;
}

body.theme-contemporary-luxury .journey-summary__card,
body.theme-contemporary-luxury .journey-card,
body.theme-contemporary-luxury .journey-future {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(247, 252, 252, 0.96)),
        linear-gradient(135deg, rgba(23, 126, 137, 0.08), rgba(255, 255, 255, 0));
    border: 1px solid rgba(15, 95, 115, 0.12);
    box-shadow: 0 24px 54px rgba(15, 95, 115, 0.09);
}

body.theme-contemporary-luxury .journey-year-group__year {
    background: linear-gradient(135deg, rgba(11, 61, 78, 0.96), rgba(23, 126, 137, 0.9));
    color: #ffffff;
    box-shadow: 0 20px 44px rgba(15, 95, 115, 0.18);
}

body.theme-contemporary-luxury .journey-card__icon {
    background: linear-gradient(135deg, rgba(10, 62, 79, 0.1), rgba(23, 126, 137, 0.18));
    color: #0f5f73;
    border: 1px solid rgba(15, 95, 115, 0.14);
}

body.theme-contemporary-luxury .journey-card__track,
body.theme-contemporary-luxury .journey-card__category,
body.theme-contemporary-luxury .journey-card__programs span,
body.theme-contemporary-luxury .journey-future__eyebrow {
    color: #0f5f73;
    background: rgba(15, 95, 115, 0.06);
    border: 1px solid rgba(15, 95, 115, 0.12);
}

body.theme-contemporary-luxury .journey-year-group__decade {
    color: #5d7280;
}

body.theme-contemporary-luxury .journey-timeline__line {
    background: linear-gradient(180deg, rgba(15, 95, 115, 0.08), rgba(15, 95, 115, 0.74), rgba(15, 95, 115, 0.12));
}

body.theme-contemporary-luxury .program-card__body,
body.theme-contemporary-luxury .content-card,
body.theme-contemporary-luxury .profile-card,
body.theme-contemporary-luxury .notice-card,
body.theme-contemporary-luxury .media-card__body,
body.theme-contemporary-luxury .logo-card {
    padding: 24px;
}

body.theme-contemporary-luxury .program-card h3 {
    font-size: 1.45rem;
    line-height: 1.12;
}

body.theme-contemporary-luxury .institution-card {
    min-height: 210px;
}

body.theme-contemporary-luxury .program-hero {
    width: var(--program-container);
    grid-template-columns: minmax(0, 1.08fr) minmax(380px, 0.92fr);
    gap: 40px;
    padding-top: 48px;
}

body.theme-contemporary-luxury .program-story-shell .section-title {
    max-width: 25ch;
    font-size: clamp(1.55rem, 1.9vw, 2.2rem);
}

body.theme-contemporary-luxury .program-story-shell .section-title--compact {
    max-width: 28ch;
}

body.theme-contemporary-luxury .program-hero::before,
body.theme-contemporary-luxury .program-hero::after {
    opacity: 0.38;
}

body.theme-contemporary-luxury .program-hero__sigil {
    border-color: rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.028);
    color: rgba(246, 248, 251, 0.82);
}

body.theme-contemporary-luxury .program-hero__microcopy,
body.theme-contemporary-luxury .detail-panel__lead,
body.theme-contemporary-luxury .breadcrumb-row {
    color: rgba(174, 188, 204, 0.86);
}

body.theme-contemporary-luxury .hero-title--program {
    max-width: 12ch;
    font-size: clamp(2.15rem, 2.9vw, 3.25rem);
    line-height: 1.02;
}

body.theme-contemporary-luxury .program-hero__stage {
    display: grid;
    gap: 18px;
    align-content: start;
    min-height: unset;
}

body.theme-contemporary-luxury .program-hero__visual {
    height: 390px;
    border-radius: 28px;
}

body.theme-contemporary-luxury .program-facts-card {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 18px;
}

body.theme-contemporary-luxury .program-facts-card div {
    padding: 14px 16px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-bottom: 0;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.02);
}

body.theme-contemporary-luxury .program-facts-card div:last-child {
    padding-bottom: 14px;
    border-bottom: 0;
}

body.theme-contemporary-luxury .program-highlight-strip span,
body.theme-contemporary-luxury .manifesto-list span,
body.theme-contemporary-luxury .proof-tags span,
body.theme-contemporary-luxury .footer-badge,
body.theme-contemporary-luxury .member-chips span,
body.theme-contemporary-luxury .tag-row span,
body.theme-contemporary-luxury .home-hero__credentials span,
body.theme-contemporary-luxury .home-notices__meta span {
    border-color: rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.032);
}

body.theme-contemporary-luxury .filter-search input {
    border-color: rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.025);
}

body.theme-contemporary-luxury .site-footer {
    padding-top: 44px;
}

body.theme-contemporary-luxury .site-footer__grid {
    gap: 22px;
    padding: 28px;
}

body.theme-contemporary-luxury .site-footer__bottom {
    color: rgba(174, 188, 204, 0.74);
}

.reveal {
    opacity: 1;
    transform: none;
    transition: opacity 520ms ease, transform 520ms ease;
}

.reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 1180px) {
    .page-hero,
    .home-hero,
    .hero-shell,
    .manifesto-strip,
    .impact-board,
    .program-hero,
    .directory-hero,
    .program-detail-grid,
    .contact-cta,
    .site-footer__grid {
        grid-template-columns: 1fr;
    }

    .hero-stage,
    .program-hero__stage {
        min-height: unset;
    }

    .home-hero__support {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding-top: 0;
    }

    .hero-showcase {
        position: relative;
        inset: auto;
        min-height: 560px;
        margin-top: 30px;
    }

    .hero-float-card,
    .program-facts-card {
        position: relative;
        inset: auto;
        margin-top: 20px;
        width: 100%;
    }

    .hero-signal-row,
    .institution-cards,
    .leadership-grid,
    .profile-grid,
    .program-grid,
    .program-grid--compact,
    .detail-inline-facts,
    .program-persona-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .persona-feature {
        grid-column: 1 / -1;
    }

    .home-intro__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .page-grid--four,
    .page-grid--three,
    .photo-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .program-story-shell .section-title,
    .program-story-shell .section-title--compact {
        max-width: none;
    }
}

@media (max-width: 900px) {
    .site-header__bar {
        display: none;
    }

    .site-header__main {
        flex-wrap: wrap;
        gap: 16px;
        padding: 14px 0 12px;
        justify-content: center;
    }

    .brand-mark img {
        width: 54px;
        height: 54px;
    }

    .site-actions {
        width: 100%;
        justify-content: center;
    }

    .site-nav {
        order: 3;
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
        border-radius: 24px;
    }

    .site-nav a {
        font-size: 0.9rem;
    }

    .hero-shell {
        padding-top: 52px;
    }

    .home-hero {
        padding-top: 34px;
    }

    .home-hero__metrics {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-hero__support {
        grid-template-columns: 1fr;
    }

    .page-grid--two,
    .institution-cards--expanded,
    .logo-grid {
        grid-template-columns: 1fr;
    }

    .hero-title {
        max-width: none;
    }

    .hero-title--program {
        max-width: none;
        font-size: clamp(2.35rem, 6vw, 3.8rem);
    }

    .section-heading {
        align-items: start;
        flex-direction: column;
    }
}

@media (max-width: 720px) {
    :root {
        --container: min(1320px, calc(100vw - 28px));
        --program-container: min(1320px, calc(100vw - 28px));
    }

    .home-hero__metrics,
    .home-intro__grid,
    .hero-signal-row,
    .institution-cards,
    .leadership-grid,
    .profile-grid,
    .program-grid,
    .program-grid--compact,
    .detail-inline-facts,
    .program-persona-grid {
        grid-template-columns: 1fr;
    }

    .metric-grid,
    .page-grid--three,
    .page-grid--four,
    .photo-grid,
    .mini-thumb-grid {
        grid-template-columns: 1fr;
    }

    .hero-showcase {
        min-height: 430px;
        grid-template-columns: 1fr;
        grid-template-rows: 220px 180px 180px;
        transform: none;
    }

    .showcase-card--tall {
        grid-row: auto;
    }

    .site-nav {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px 12px;
        width: 100%;
        padding: 12px 14px;
        text-align: center;
    }

    .site-actions {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .site-actions .primary-link,
    .site-actions .ghost-link,
    .hero-actions .primary-link,
    .hero-actions .ghost-link,
    .page-actions .primary-link,
    .page-actions .ghost-link {
        width: 100%;
    }

    .hero-actions,
    .page-actions {
        display: grid;
        grid-template-columns: 1fr;
        width: 100%;
    }

    .site-nav a {
        font-size: 0.88rem;
    }

    .page-hero__title {
        max-width: none;
        font-size: clamp(1.72rem, 7vw, 2.45rem);
    }

    .home-hero__title {
        max-width: 10ch;
        font-size: clamp(1.8rem, 6.6vw, 2.45rem);
    }

    .section-title {
        max-width: none;
        font-size: clamp(1.38rem, 5.4vw, 1.92rem);
        line-height: 1.08;
    }

    .section-title--compact {
        max-width: none;
    }

    .home-hero__lead,
    .page-hero__lead,
    .hero-text,
    .program-hero__microcopy {
        font-size: 0.96rem;
        line-height: 1.68;
    }

    .home-hero__panel,
    .home-intro__card,
    .hero-metric,
    .content-card,
    .profile-card,
    .notice-card,
    .media-card__body,
    .program-card__body {
        padding: 18px;
    }

    .home-hero__panel strong,
    .home-intro__card h3,
    .home-notices__item strong {
        font-size: 1rem;
    }

    .home-hero__visual--banner {
        padding: 10px;
    }

    .notice-card {
        align-items: start;
        flex-direction: column;
    }

    .media-card__image {
        height: 220px;
    }

    .program-hero {
        padding-top: 28px;
    }

    .program-hero__visual {
        height: 300px;
    }

    .hero-title--program {
        max-width: 11ch;
        font-size: clamp(1.72rem, 6.8vw, 2.3rem);
        line-height: 1.05;
    }

    .program-proof,
    .contact-cta,
    .directory-hero,
    .manifesto-strip {
        padding: 24px;
    }

    .program-facts-card strong {
        font-size: 1.15rem;
    }

    body.theme-contemporary-luxury .program-facts-card {
        grid-template-columns: 1fr;
    }

    .brand-mark strong {
        font-size: 0.98rem;
    }

    .brand-mark__subline,
    .brand-mark span {
        font-size: 0.76rem;
    }

    .site-footer {
        padding-bottom: 34px;
    }
}

/* Approved Direction: Institutional Luxury */
body.theme-contemporary-luxury {
    --bg: #edf0f4;
    --bg-raised: #e7edf3;
    --bg-panel: rgba(255, 255, 255, 0.82);
    --surface: rgba(255, 255, 255, 0.68);
    --surface-strong: rgba(255, 255, 255, 0.88);
    --paper: #ffffff;
    --paper-2: #f5f7fa;
    --ink: #101a26;
    --ink-soft: #66788b;
    --ink-dark: #101a26;
    --line: rgba(16, 26, 38, 0.08);
    --brand-gold: #84653a;
    --brand-wine: #5f4933;
    --brand-copper: #9f6f48;
    --brand-teal: #7f9cb6;
    --shadow-xl: 0 24px 60px rgba(18, 30, 44, 0.12);
    --shadow-card: 0 16px 36px rgba(18, 30, 44, 0.1);
    --radius-xl: 30px;
    --radius-lg: 24px;
    --radius-md: 18px;
    --radius-sm: 12px;
    color: var(--ink);
    background:
        radial-gradient(circle at top right, rgba(132, 101, 58, 0.1), transparent 0 24%),
        radial-gradient(circle at left center, rgba(127, 156, 182, 0.14), transparent 0 22%),
        linear-gradient(180deg, #f2f4f7 0%, #e8edf3 100%);
    font-family: "Manrope", sans-serif;
}

body.theme-contemporary-luxury .site-noise {
    opacity: 0.08;
    background-image:
        linear-gradient(rgba(16, 26, 38, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(16, 26, 38, 0.04) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), transparent 96%);
}

body.theme-contemporary-luxury .site-header {
    background: rgba(242, 245, 248, 0.84);
    border-bottom-color: var(--line);
    box-shadow: 0 10px 30px rgba(18, 30, 44, 0.08);
}

body.theme-contemporary-luxury .site-header.is-condensed {
    background: rgba(242, 245, 248, 0.94);
}

body.theme-contemporary-luxury .brand-mark strong,
body.theme-contemporary-luxury .home-hero__title,
body.theme-contemporary-luxury .page-hero__title,
body.theme-contemporary-luxury .hero-title,
body.theme-contemporary-luxury .section-title,
body.theme-contemporary-luxury .journey-summary__card strong,
body.theme-contemporary-luxury .journey-year-group__year,
body.theme-contemporary-luxury .journey-card h3,
body.theme-contemporary-luxury .journey-future h3,
body.theme-contemporary-luxury .program-card h3,
body.theme-contemporary-luxury .institution-card h3,
body.theme-contemporary-luxury .leadership-card h3,
body.theme-contemporary-luxury .timeline-node h3,
body.theme-contemporary-luxury .hero-metric strong,
body.theme-contemporary-luxury .home-hero__panel strong,
body.theme-contemporary-luxury .home-intro__card h3,
body.theme-contemporary-luxury .detail-panel h2,
body.theme-contemporary-luxury .quote-panel strong,
body.theme-contemporary-luxury .program-facts-card strong,
body.theme-contemporary-luxury .metric-tile strong,
body.theme-contemporary-luxury .profile-card__body h3,
body.theme-contemporary-luxury .contact-cta__panel a:first-child,
body.theme-contemporary-luxury .contact-cta__panel a:nth-child(2) {
    font-family: var(--font-display);
    font-weight: 600;
    letter-spacing: -0.04em;
    color: var(--ink-dark);
}

body.theme-contemporary-luxury .brand-mark__eyebrow,
body.theme-contemporary-luxury .brand-mark__subline,
body.theme-contemporary-luxury .brand-mark span,
body.theme-contemporary-luxury .page-hero__lead,
body.theme-contemporary-luxury .home-hero__lead,
body.theme-contemporary-luxury .hero-text,
body.theme-contemporary-luxury .section-lead,
body.theme-contemporary-luxury .detail-panel p,
body.theme-contemporary-luxury .program-proof__copy p,
body.theme-contemporary-luxury .content-card p,
body.theme-contemporary-luxury .notice-card p,
body.theme-contemporary-luxury .media-card p,
body.theme-contemporary-luxury .profile-card__body p,
body.theme-contemporary-luxury .timeline-node p,
body.theme-contemporary-luxury .journey-summary__card span,
body.theme-contemporary-luxury .journey-card p,
body.theme-contemporary-luxury .journey-future p,
body.theme-contemporary-luxury .contact-cta p,
body.theme-contemporary-luxury .site-footer p,
body.theme-contemporary-luxury .site-footer__bottom,
body.theme-contemporary-luxury .program-hero__microcopy,
body.theme-contemporary-luxury .breadcrumb-row,
body.theme-contemporary-luxury .table-caption,
body.theme-contemporary-luxury .data-table td {
    color: var(--ink-soft);
}

body.theme-contemporary-luxury .brand-mark__eyebrow {
    color: rgba(16, 26, 38, 0.56);
    letter-spacing: 0.12em;
}

body.theme-contemporary-luxury .site-nav {
    background: rgba(255, 255, 255, 0.55);
    border-color: var(--line);
    border-radius: 22px;
    padding: 12px 18px;
    box-shadow: 0 14px 28px rgba(18, 30, 44, 0.06);
}

body.theme-contemporary-luxury .site-nav a {
    color: rgba(16, 26, 38, 0.82);
    font-weight: 500;
}

body.theme-contemporary-luxury .site-nav a::after {
    height: 1px;
    bottom: -6px;
    background: linear-gradient(90deg, rgba(132, 101, 58, 0.2), rgba(132, 101, 58, 0.95));
}

body.theme-contemporary-luxury .primary-link {
    color: #ffffff;
    background: linear-gradient(135deg, #84653a, #9d7645);
    box-shadow: 0 14px 28px rgba(82, 60, 34, 0.18);
}

body.theme-contemporary-luxury .ghost-link,
body.theme-contemporary-luxury .card-link,
body.theme-contemporary-luxury .filter-pill {
    color: var(--ink-dark);
    border-color: var(--line);
    background: rgba(255, 255, 255, 0.58);
    box-shadow: 0 12px 22px rgba(18, 30, 44, 0.06);
}

body.theme-contemporary-luxury .page-home .home-hero {
    grid-template-columns: minmax(0, 1.02fr) minmax(420px, 0.98fr);
    gap: 30px;
    align-items: start;
    padding: 44px 0 26px;
}

body.theme-contemporary-luxury .page-home .home-hero__copy {
    gap: 22px;
    padding-top: 14px;
}

body.theme-contemporary-luxury .page-home .home-hero__title {
    max-width: 9ch;
    font-size: clamp(3rem, 4vw, 5rem);
    line-height: 0.94;
}

body.theme-contemporary-luxury .page-home .home-hero__lead {
    max-width: 58ch;
    font-size: 1.05rem;
    line-height: 1.72;
}

body.theme-contemporary-luxury .page-home .hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

body.theme-contemporary-luxury .page-home .home-hero__credentials span,
body.theme-contemporary-luxury .home-notices__meta span,
body.theme-contemporary-luxury .home-notices__flag,
body.theme-contemporary-luxury .family-pill,
body.theme-contemporary-luxury .year-pill,
body.theme-contemporary-luxury .institution-card__track,
body.theme-contemporary-luxury .footer-badge,
body.theme-contemporary-luxury .tag-row span,
body.theme-contemporary-luxury .proof-tags span,
body.theme-contemporary-luxury .member-chips span,
body.theme-contemporary-luxury .program-highlight-strip span,
body.theme-contemporary-luxury .program-hero__sigil {
    color: var(--ink-soft);
    border-color: var(--line);
    background: rgba(255, 255, 255, 0.6);
}

body.theme-contemporary-luxury .program-facts-card span,
body.theme-contemporary-luxury .hero-float-card span,
body.theme-contemporary-luxury .timeline-year,
body.theme-contemporary-luxury .footer-title,
body.theme-contemporary-luxury .program-card__footer span,
body.theme-contemporary-luxury .institution-card__meta span,
body.theme-contemporary-luxury .program-meta-list,
body.theme-contemporary-luxury .hero-metric span,
body.theme-contemporary-luxury .metric-tile span {
    color: #6b7d90;
}

body.theme-contemporary-luxury .program-facts-card span {
    color: #8b7351;
}

body.theme-contemporary-luxury .home-notices__flag {
    color: #fff;
    background: #84653a;
}

body.theme-contemporary-luxury .page-home .home-hero__metrics {
    gap: 18px;
}

body.theme-contemporary-luxury .page-home .hero-metric,
body.theme-contemporary-luxury .page-home .home-hero__panel,
body.theme-contemporary-luxury .page-home .home-intro__card,
body.theme-contemporary-luxury .content-card,
body.theme-contemporary-luxury .notice-card,
body.theme-contemporary-luxury .media-card,
body.theme-contemporary-luxury .metric-tile,
body.theme-contemporary-luxury .logo-card,
body.theme-contemporary-luxury .image-card,
body.theme-contemporary-luxury .profile-card,
body.theme-contemporary-luxury .quote-panel,
body.theme-contemporary-luxury .data-table-shell,
body.theme-contemporary-luxury .program-card,
body.theme-contemporary-luxury .institution-card,
body.theme-contemporary-luxury .leadership-card,
body.theme-contemporary-luxury .detail-panel,
body.theme-contemporary-luxury .program-facts-card,
body.theme-contemporary-luxury .directory-hero__panel,
body.theme-contemporary-luxury .timeline-node,
body.theme-contemporary-luxury .contact-cta__panel,
body.theme-contemporary-luxury .site-footer__grid,
body.theme-contemporary-luxury .filter-empty-state,
body.theme-contemporary-luxury .page-hero__panel,
body.theme-contemporary-luxury .page-hero__visual,
body.theme-contemporary-luxury .home-hero__visual {
    border: 1px solid var(--line);
    border-radius: var(--radius-xl);
    background: var(--surface-strong);
    box-shadow: var(--shadow-card);
}

body.theme-contemporary-luxury .program-card::before,
body.theme-contemporary-luxury .institution-card::before,
body.theme-contemporary-luxury .detail-panel::before,
body.theme-contemporary-luxury .program-facts-card::before,
body.theme-contemporary-luxury .directory-hero__panel::before,
body.theme-contemporary-luxury .persona-card::before {
    display: none;
}

body.theme-contemporary-luxury .page-home .home-hero__support {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    padding-top: 0;
    align-content: start;
}

body.theme-contemporary-luxury .page-home .home-hero__visual {
    grid-column: 1 / -1;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
}

body.theme-contemporary-luxury .page-home .home-hero__visual--banner {
    grid-column: 1 / -1;
}

body.theme-contemporary-luxury .page-home .home-hero__visual--banner img {
    border-radius: 26px;
    border: 1px solid var(--line);
    box-shadow: var(--shadow-xl);
}

body.theme-contemporary-luxury .page-home .home-hero__panel {
    padding: 24px;
}

body.theme-contemporary-luxury .page-home .home-hero__panel--warm {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(246, 240, 230, 0.94));
}

body.theme-contemporary-luxury .page-home .home-hero__panel--notices {
    grid-column: 1 / -1;
}

body.theme-contemporary-luxury .home-notices__item {
    border-color: var(--line);
    background: rgba(255, 255, 255, 0.62);
}

body.theme-contemporary-luxury .home-notices__item:hover,
body.theme-contemporary-luxury .content-card--link:hover,
body.theme-contemporary-luxury .program-card:hover,
body.theme-contemporary-luxury .institution-card:hover,
body.theme-contemporary-luxury .ghost-link:hover,
body.theme-contemporary-luxury .primary-link:hover {
    transform: translateY(-2px);
}

body.theme-contemporary-luxury .section-title {
    max-width: 18ch;
    font-size: clamp(1.8rem, 2.45vw, 2.8rem);
    line-height: 1;
}

body.theme-contemporary-luxury .section-title--compact {
    max-width: 22ch;
}

body.theme-contemporary-luxury .home-intro__heading .section-title {
    max-width: 18ch;
}

body.theme-contemporary-luxury .eyebrow,
body.theme-contemporary-luxury .content-card__eyebrow,
body.theme-contemporary-luxury .profile-card__eyebrow,
body.theme-contemporary-luxury .table-note,
body.theme-contemporary-luxury .member-count,
body.theme-contemporary-luxury .home-panel__label,
body.theme-contemporary-luxury .leadership-card__body span,
body.theme-contemporary-luxury .directory-hero__panel span,
body.theme-contemporary-luxury .timeline-year,
body.theme-contemporary-luxury .footer-title {
    color: var(--brand-gold);
    letter-spacing: 0.16em;
}

body.theme-contemporary-luxury .eyebrow::before {
    width: 42px;
    background: linear-gradient(90deg, rgba(132, 101, 58, 0.12), rgba(132, 101, 58, 0.9));
}

body.theme-contemporary-luxury .home-intro,
body.theme-contemporary-luxury .featured-programs,
body.theme-contemporary-luxury .institutions-grid,
body.theme-contemporary-luxury .impact-section,
body.theme-contemporary-luxury .leadership-section,
body.theme-contemporary-luxury .contact-cta,
body.theme-contemporary-luxury .page-section {
    margin-top: 16px;
}

body.theme-contemporary-luxury .page-hero,
body.theme-contemporary-luxury .directory-hero,
body.theme-contemporary-luxury .program-hero {
    gap: 32px;
    padding-top: 42px;
}

body.theme-contemporary-luxury .page-hero__title {
    max-width: 15ch;
    font-size: clamp(2.2rem, 3vw, 3.5rem);
    line-height: 1;
}

body.theme-contemporary-luxury .program-hero,
body.theme-contemporary-luxury .program-detail-grid,
body.theme-contemporary-luxury .program-proof,
body.theme-contemporary-luxury .directory-hero,
body.theme-contemporary-luxury .manifesto-strip,
body.theme-contemporary-luxury .contact-cta,
body.theme-contemporary-luxury .impact-board {
    border-radius: var(--radius-xl);
}

body.theme-contemporary-luxury .program-hero__visual,
body.theme-contemporary-luxury .leadership-card__image,
body.theme-contemporary-luxury .profile-card__image,
body.theme-contemporary-luxury .program-card__image,
body.theme-contemporary-luxury .media-card__image {
    border-radius: var(--radius-lg);
}

body.theme-contemporary-luxury .detail-panel--contrast,
body.theme-contemporary-luxury .quote-panel,
body.theme-contemporary-luxury .program-story-shell.family-technology .detail-panel--contrast,
body.theme-contemporary-luxury .program-story-shell.family-commerce .detail-panel--contrast,
body.theme-contemporary-luxury .program-story-shell.family-science .detail-panel--contrast,
body.theme-contemporary-luxury .program-story-shell.family-arts .detail-panel--contrast,
body.theme-contemporary-luxury .program-story-shell.family-law .detail-panel--contrast,
body.theme-contemporary-luxury .program-story-shell.family-design .detail-panel--contrast,
body.theme-contemporary-luxury .program-story-shell.family-vocational .detail-panel--contrast {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(245, 247, 250, 0.96));
}

body.theme-contemporary-luxury .impact-board,
body.theme-contemporary-luxury .program-proof,
body.theme-contemporary-luxury .contact-cta,
body.theme-contemporary-luxury .directory-hero,
body.theme-contemporary-luxury .manifesto-strip {
    background: rgba(255, 255, 255, 0.56);
    border: 1px solid var(--line);
    box-shadow: var(--shadow-card);
}

body.theme-contemporary-luxury .data-table thead th {
    background: rgba(245, 247, 250, 0.98);
    color: var(--ink-dark);
}

body.theme-contemporary-luxury .site-footer {
    padding-top: 50px;
    color: var(--ink-dark);
}

body.theme-contemporary-luxury .site-footer__grid {
    gap: 24px;
    padding: 30px;
}

body.theme-contemporary-luxury .site-footer a {
    color: var(--ink-dark);
}

body.theme-contemporary-luxury .site-footer__bottom {
    border-top-color: var(--line);
}

body.theme-contemporary-luxury .filter-search input {
    color: var(--ink-dark);
    border-color: var(--line);
    background: rgba(255, 255, 255, 0.78);
}

@media (max-width: 1180px) {
    body.theme-contemporary-luxury .page-home .home-hero,
    body.theme-contemporary-luxury .page-hero,
    body.theme-contemporary-luxury .program-hero,
    body.theme-contemporary-luxury .directory-hero,
    body.theme-contemporary-luxury .impact-board,
    body.theme-contemporary-luxury .contact-cta,
    body.theme-contemporary-luxury .manifesto-strip {
        grid-template-columns: 1fr;
    }

    body.theme-contemporary-luxury .page-home .home-hero__support {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    body.theme-contemporary-luxury .site-header__main {
        justify-content: center;
    }

    body.theme-contemporary-luxury .site-nav,
    body.theme-contemporary-luxury .site-actions {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 720px) {
    body.theme-contemporary-luxury .page-home .home-hero__title,
    body.theme-contemporary-luxury .page-hero__title,
    body.theme-contemporary-luxury .hero-title--program {
        max-width: none;
        font-size: clamp(1.95rem, 8vw, 2.9rem);
        line-height: 1.02;
    }

    body.theme-contemporary-luxury .section-title {
        max-width: none;
        font-size: clamp(1.5rem, 6vw, 2.15rem);
    }

    body.theme-contemporary-luxury .page-home .home-hero__support,
    body.theme-contemporary-luxury .site-actions,
    body.theme-contemporary-luxury .page-home .hero-actions {
        grid-template-columns: 1fr;
    }

    body.theme-contemporary-luxury .site-nav {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        display: grid;
    }

    body.theme-contemporary-luxury .page-home .home-hero__panel--notices,
    body.theme-contemporary-luxury .page-home .home-hero__visual {
        grid-column: auto;
    }
}

/* Peacock Identity Refinement */
body.theme-contemporary-luxury {
    --bg: #eef6f7;
    --bg-raised: #e7f0f2;
    --bg-panel: rgba(255, 255, 255, 0.84);
    --surface: rgba(255, 255, 255, 0.72);
    --surface-strong: rgba(255, 255, 255, 0.9);
    --paper: #ffffff;
    --paper-2: #f5fafb;
    --ink: #122433;
    --ink-soft: #607789;
    --ink-dark: #122433;
    --line: rgba(18, 36, 51, 0.08);
    --brand-gold: #0f5f73;
    --brand-wine: #0b3d4e;
    --brand-copper: #177e89;
    --brand-teal: #4ea9b4;
    --shadow-xl: 0 24px 58px rgba(11, 61, 78, 0.16);
    --shadow-card: 0 18px 38px rgba(18, 36, 51, 0.1);
    background:
        radial-gradient(circle at top right, rgba(23, 126, 137, 0.13), transparent 0 24%),
        radial-gradient(circle at left 18%, rgba(11, 61, 78, 0.08), transparent 0 20%),
        linear-gradient(180deg, #f2f8f9 0%, #e8f1f4 100%);
}

body.theme-contemporary-luxury .site-header {
    background: rgba(242, 248, 249, 0.88);
}

body.theme-contemporary-luxury .site-nav a::after {
    background: linear-gradient(90deg, rgba(15, 95, 115, 0.18), rgba(23, 126, 137, 0.95));
}

body.theme-contemporary-luxury .primary-link {
    color: #ffffff;
    background: linear-gradient(135deg, #0b3d4e 0%, #0f5f73 58%, #177e89 100%);
    box-shadow: 0 16px 30px rgba(11, 61, 78, 0.22);
}

body.theme-contemporary-luxury .ghost-link,
body.theme-contemporary-luxury .card-link,
body.theme-contemporary-luxury .filter-pill {
    border-color: rgba(15, 95, 115, 0.12);
}

body.theme-contemporary-luxury .eyebrow,
body.theme-contemporary-luxury .content-card__eyebrow,
body.theme-contemporary-luxury .profile-card__eyebrow,
body.theme-contemporary-luxury .table-note,
body.theme-contemporary-luxury .member-count,
body.theme-contemporary-luxury .home-panel__label,
body.theme-contemporary-luxury .leadership-card__body span,
body.theme-contemporary-luxury .directory-hero__panel span,
body.theme-contemporary-luxury .timeline-year,
body.theme-contemporary-luxury .footer-title {
    color: #0f5f73;
}

body.theme-contemporary-luxury .eyebrow::before {
    background: linear-gradient(90deg, rgba(15, 95, 115, 0.12), rgba(15, 95, 115, 0.9));
}

body.theme-contemporary-luxury .page-home .home-hero__copy {
    padding: 34px;
    border-radius: 34px;
    background: linear-gradient(135deg, #0b3d4e 0%, #0f5f73 54%, #177e89 100%);
    box-shadow: 0 28px 52px rgba(11, 61, 78, 0.24);
}

body.theme-contemporary-luxury .page-home .home-hero__copy .eyebrow,
body.theme-contemporary-luxury .page-home .home-hero__title,
body.theme-contemporary-luxury .page-home .home-hero__lead,
body.theme-contemporary-luxury .page-home .home-hero__copy .hero-metric strong,
body.theme-contemporary-luxury .page-home .home-hero__copy .hero-metric span {
    color: #f4fbfc;
}

body.theme-contemporary-luxury .page-home .home-hero__copy .eyebrow::before {
    background: linear-gradient(90deg, rgba(244, 251, 252, 0.18), rgba(244, 251, 252, 0.94));
}

body.theme-contemporary-luxury .page-home .hero-metric {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.14);
    box-shadow: none;
}

body.theme-contemporary-luxury .page-home .hero-actions .primary-link {
    color: #0b3d4e;
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 14px 28px rgba(8, 28, 38, 0.12);
}

body.theme-contemporary-luxury .page-home .hero-actions .ghost-link {
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.08);
}

body.theme-contemporary-luxury .page-home .home-hero__credentials span {
    color: rgba(244, 251, 252, 0.9);
    border-color: rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.08);
}

body.theme-contemporary-luxury .page-home .home-hero__visual--banner img {
    border: 1px solid rgba(15, 95, 115, 0.1);
    box-shadow: 0 24px 50px rgba(11, 61, 78, 0.14);
}

body.theme-contemporary-luxury .page-home .home-hero__panel,
body.theme-contemporary-luxury .page-home .home-hero__panel--warm,
body.theme-contemporary-luxury .page-home .home-hero__panel--notices {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(246, 252, 252, 0.98));
}

body.theme-contemporary-luxury .home-notices__flag {
    background: linear-gradient(135deg, #0b3d4e 0%, #177e89 100%);
}

body.theme-contemporary-luxury .family-pill,
body.theme-contemporary-luxury .year-pill,
body.theme-contemporary-luxury .institution-card__track,
body.theme-contemporary-luxury .footer-badge,
body.theme-contemporary-luxury .tag-row span,
body.theme-contemporary-luxury .proof-tags span,
body.theme-contemporary-luxury .member-chips span,
body.theme-contemporary-luxury .program-highlight-strip span,
body.theme-contemporary-luxury .program-hero__sigil,
body.theme-contemporary-luxury .page-home .home-hero__credentials span,
body.theme-contemporary-luxury .home-notices__meta span {
    border-color: rgba(15, 95, 115, 0.12);
    background: rgba(233, 245, 247, 0.92);
    color: #456576;
}

body.theme-contemporary-luxury .page-home .home-hero__credentials span {
    background: rgba(255, 255, 255, 0.08);
    color: rgba(244, 251, 252, 0.9);
}

body.theme-contemporary-luxury .page-home .home-hero__metrics .hero-metric strong,
body.theme-contemporary-luxury .impact-stamps strong,
body.theme-contemporary-luxury .hero-metric strong,
body.theme-contemporary-luxury .metric-tile strong {
    color: #0b3d4e;
}

body.theme-contemporary-luxury .impact-board,
body.theme-contemporary-luxury .program-proof,
body.theme-contemporary-luxury .contact-cta,
body.theme-contemporary-luxury .directory-hero,
body.theme-contemporary-luxury .manifesto-strip {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.7), rgba(248, 252, 252, 0.9)),
        linear-gradient(135deg, rgba(23, 126, 137, 0.08), rgba(255, 255, 255, 0));
}

body.theme-contemporary-luxury .detail-panel--contrast,
body.theme-contemporary-luxury .quote-panel,
body.theme-contemporary-luxury .program-story-shell.family-technology .detail-panel--contrast,
body.theme-contemporary-luxury .program-story-shell.family-commerce .detail-panel--contrast,
body.theme-contemporary-luxury .program-story-shell.family-science .detail-panel--contrast,
body.theme-contemporary-luxury .program-story-shell.family-arts .detail-panel--contrast,
body.theme-contemporary-luxury .program-story-shell.family-law .detail-panel--contrast,
body.theme-contemporary-luxury .program-story-shell.family-design .detail-panel--contrast,
body.theme-contemporary-luxury .program-story-shell.family-vocational .detail-panel--contrast {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(246, 251, 252, 0.98)),
        linear-gradient(135deg, rgba(23, 126, 137, 0.1), rgba(255, 255, 255, 0));
}

body.theme-contemporary-luxury .program-facts-card span,
body.theme-contemporary-luxury .hero-float-card span,
body.theme-contemporary-luxury .program-card__footer span,
body.theme-contemporary-luxury .institution-card__meta span,
body.theme-contemporary-luxury .program-meta-list,
body.theme-contemporary-luxury .hero-metric span,
body.theme-contemporary-luxury .metric-tile span {
    color: #5f7a8d;
}

body.theme-contemporary-luxury .program-facts-card span {
    color: #0f5f73;
}

body.theme-contemporary-luxury .program-card:hover,
body.theme-contemporary-luxury .institution-card:hover,
body.theme-contemporary-luxury .content-card--link:hover,
body.theme-contemporary-luxury .notice-card:hover,
body.theme-contemporary-luxury .media-card:hover {
    box-shadow: 0 20px 40px rgba(15, 95, 115, 0.12);
}

body.theme-contemporary-luxury .site-footer {
    background: linear-gradient(135deg, #0b3d4e 0%, #0f5f73 56%, #177e89 100%);
}

body.theme-contemporary-luxury .site-footer,
body.theme-contemporary-luxury .site-footer a,
body.theme-contemporary-luxury .site-footer p,
body.theme-contemporary-luxury .site-footer__bottom,
body.theme-contemporary-luxury .site-footer .brand-mark__eyebrow,
body.theme-contemporary-luxury .site-footer .brand-mark__subline,
body.theme-contemporary-luxury .site-footer .brand-mark span,
body.theme-contemporary-luxury .site-footer .brand-mark strong,
body.theme-contemporary-luxury .site-footer .footer-title {
    color: #edf9fb;
}

body.theme-contemporary-luxury .site-footer__grid {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.12);
}

body.theme-contemporary-luxury .site-footer__bottom {
    border-top-color: rgba(255, 255, 255, 0.12);
}

body.theme-contemporary-luxury .site-footer .footer-badge {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.14);
    color: #ffffff;
}

@media (max-width: 1180px) {
    body.theme-contemporary-luxury .page-home .home-hero__support {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 720px) {
    body.theme-contemporary-luxury .page-home .home-hero__copy {
        padding: 24px;
    }

    body.theme-contemporary-luxury .page-home .home-hero__title {
        font-size: clamp(1.95rem, 8vw, 2.75rem);
        max-width: none;
    }
}

/* Homepage Flow Refresh */
body.theme-contemporary-luxury .eyebrow--on-dark {
    color: rgba(243, 251, 252, 0.9);
}

body.theme-contemporary-luxury .eyebrow--on-dark::before {
    background: rgba(243, 251, 252, 0.85);
}

body.theme-contemporary-luxury .section-heading--stacked {
    align-items: start;
}

body.theme-contemporary-luxury .home-stage,
body.theme-contemporary-luxury .home-snapshot,
body.theme-contemporary-luxury .home-updates,
body.theme-contemporary-luxury .home-legacy,
body.theme-contemporary-luxury .home-expansion,
body.theme-contemporary-luxury .home-infrastructure {
    margin-top: 34px;
}

body.theme-contemporary-luxury .home-stage__slider {
    position: relative;
    min-height: 660px;
    overflow: hidden;
    border: 1px solid rgba(15, 95, 115, 0.1);
    border-radius: 34px;
    box-shadow: 0 30px 64px rgba(11, 61, 78, 0.16);
    background: linear-gradient(180deg, #0b3d4e 0%, #0f5f73 48%, #177e89 100%);
}

body.theme-contemporary-luxury .home-stage__slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity 520ms ease;
}

body.theme-contemporary-luxury .home-stage__slide.is-active {
    opacity: 1;
    pointer-events: auto;
}

body.theme-contemporary-luxury .home-stage__slide img,
body.theme-contemporary-luxury .home-stage__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

body.theme-contemporary-luxury .home-stage__shade {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(92deg, rgba(8, 24, 34, 0.84) 0%, rgba(8, 24, 34, 0.56) 34%, rgba(8, 24, 34, 0.12) 64%, rgba(8, 24, 34, 0.22) 100%),
        linear-gradient(180deg, rgba(9, 32, 43, 0.14), rgba(9, 32, 43, 0.58));
}

body.theme-contemporary-luxury .home-stage__content {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 20px;
    align-content: end;
    height: 100%;
    padding: 58px;
    max-width: min(760px, 100%);
}

body.theme-contemporary-luxury .home-stage__title {
    margin: 0;
    max-width: 9.6ch;
    font-family: var(--font-display);
    font-size: clamp(3rem, 5.2vw, 5.5rem);
    line-height: 0.94;
    letter-spacing: -0.055em;
    color: #f5fbfc;
}

body.theme-contemporary-luxury .home-stage__lead {
    margin: 0;
    max-width: 58ch;
    color: rgba(235, 248, 250, 0.92);
    line-height: 1.76;
    font-size: 1.03rem;
}

body.theme-contemporary-luxury .ghost-link--light {
    color: #f5fbfc;
    border-color: rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.08);
}

body.theme-contemporary-luxury .home-stage__credentials,
body.theme-contemporary-luxury .home-infrastructure__tags,
body.theme-contemporary-luxury .home-update-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

body.theme-contemporary-luxury .home-stage__credentials span,
body.theme-contemporary-luxury .home-infrastructure__tags span,
body.theme-contemporary-luxury .home-update-card__meta span {
    display: inline-flex;
    align-items: center;
    padding: 9px 13px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.08);
    color: rgba(243, 251, 252, 0.88);
    font-size: 0.78rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

body.theme-contemporary-luxury .home-stage__controls {
    position: absolute;
    right: 24px;
    bottom: 24px;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 12px;
}

body.theme-contemporary-luxury .home-stage__control,
body.theme-contemporary-luxury .home-stage__dot {
    border: 0;
    cursor: pointer;
}

body.theme-contemporary-luxury .home-stage__control {
    padding: 12px 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

body.theme-contemporary-luxury .home-stage__dots {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
}

body.theme-contemporary-luxury .home-stage__dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.35);
}

body.theme-contemporary-luxury .home-stage__dot.is-active {
    background: #ffffff;
}

body.theme-contemporary-luxury .home-snapshot__grid,
body.theme-contemporary-luxury .home-updates__grid,
body.theme-contemporary-luxury .home-infrastructure__grid {
    display: grid;
    gap: 18px;
}

body.theme-contemporary-luxury .home-snapshot__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.theme-contemporary-luxury .home-snapshot__card,
body.theme-contemporary-luxury .home-update-card,
body.theme-contemporary-luxury .home-legacy__card,
body.theme-contemporary-luxury .home-expansion__node,
body.theme-contemporary-luxury .home-infrastructure__card {
    border: 1px solid rgba(15, 95, 115, 0.12);
    border-radius: 28px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(247, 252, 252, 0.96)),
        linear-gradient(135deg, rgba(23, 126, 137, 0.08), rgba(255, 255, 255, 0));
    box-shadow: 0 24px 54px rgba(15, 95, 115, 0.09);
}

body.theme-contemporary-luxury .home-snapshot__card {
    padding: 24px;
}

body.theme-contemporary-luxury .home-snapshot__card strong,
body.theme-contemporary-luxury .home-legacy__card strong,
body.theme-contemporary-luxury .home-update-card__stat {
    display: block;
    margin-bottom: 10px;
    font-family: var(--font-display);
    font-size: clamp(2rem, 3vw, 3rem);
    line-height: 0.94;
    letter-spacing: -0.05em;
    color: #0b3d4e;
}

body.theme-contemporary-luxury .home-snapshot__card span,
body.theme-contemporary-luxury .home-legacy__card span {
    display: block;
    margin-bottom: 10px;
    color: #0f5f73;
    font-size: 0.84rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

body.theme-contemporary-luxury .home-snapshot__card p,
body.theme-contemporary-luxury .home-update-card__body p,
body.theme-contemporary-luxury .home-legacy__card p,
body.theme-contemporary-luxury .home-expansion__node p,
body.theme-contemporary-luxury .home-infrastructure__body p {
    margin: 0;
    color: #59707b;
    line-height: 1.72;
}

body.theme-contemporary-luxury .home-updates__grid {
    grid-template-columns: minmax(0, 1.25fr) repeat(2, minmax(0, 1fr));
    align-items: start;
}

body.theme-contemporary-luxury .home-update-card {
    overflow: hidden;
}

body.theme-contemporary-luxury .home-update-card__media {
    display: block;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

body.theme-contemporary-luxury .home-update-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 220ms ease;
}

body.theme-contemporary-luxury .home-update-card:hover .home-update-card__media img {
    transform: scale(1.03);
}

body.theme-contemporary-luxury .home-update-card__body {
    display: grid;
    gap: 14px;
    padding: 24px;
}

body.theme-contemporary-luxury .home-update-card__body h3,
body.theme-contemporary-luxury .home-expansion__node h3,
body.theme-contemporary-luxury .home-infrastructure__body h3 {
    margin: 0;
    font-family: var(--font-display);
    font-size: clamp(1.25rem, 2vw, 1.72rem);
    line-height: 1.06;
    letter-spacing: -0.045em;
    color: #132c39;
}

body.theme-contemporary-luxury .home-update-list {
    display: grid;
    gap: 12px;
}

body.theme-contemporary-luxury .home-update-list__item,
body.theme-contemporary-luxury .home-update-inline {
    display: grid;
    gap: 8px;
    padding-top: 14px;
    border-top: 1px solid rgba(15, 95, 115, 0.1);
}

body.theme-contemporary-luxury .home-update-inline strong,
body.theme-contemporary-luxury .home-update-list__item strong {
    font-family: var(--font-display);
    font-size: 1rem;
    line-height: 1.32;
    letter-spacing: -0.03em;
    color: #183341;
}

body.theme-contemporary-luxury .home-update-inline span {
    color: #5a7480;
    font-size: 0.88rem;
}

body.theme-contemporary-luxury .hero-actions--compact {
    margin-top: 6px;
}

body.theme-contemporary-luxury .home-update-inline--scholarship {
    padding: 16px;
    border-radius: 20px;
    border: 1px solid rgba(15, 95, 115, 0.08);
    background: rgba(233, 245, 247, 0.78);
}

body.theme-contemporary-luxury .home-legacy {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(380px, 0.92fr);
    gap: 22px;
    align-items: start;
}

body.theme-contemporary-luxury .home-legacy__story,
body.theme-contemporary-luxury .home-expansion,
body.theme-contemporary-luxury .home-infrastructure,
body.theme-contemporary-luxury .contact-cta,
body.theme-contemporary-luxury .directory-hero,
body.theme-contemporary-luxury .manifesto-strip,
body.theme-contemporary-luxury .program-hero {
    padding: 30px;
    border: 1px solid rgba(15, 95, 115, 0.1);
    border-radius: 30px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.76), rgba(248, 252, 252, 0.94)),
        linear-gradient(135deg, rgba(23, 126, 137, 0.1), rgba(255, 255, 255, 0));
    box-shadow: 0 24px 54px rgba(15, 95, 115, 0.08);
}

body.theme-contemporary-luxury .home-legacy__story {
    display: grid;
    gap: 16px;
}

body.theme-contemporary-luxury .home-legacy__story p {
    margin: 0;
    color: #566d79;
    line-height: 1.82;
    max-width: 66ch;
}

body.theme-contemporary-luxury .home-legacy__highlights {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

body.theme-contemporary-luxury .home-legacy__card {
    padding: 24px;
}

body.theme-contemporary-luxury .home-expansion__timeline {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(250px, 1fr);
    gap: 18px;
    overflow-x: auto;
    padding-bottom: 4px;
}

body.theme-contemporary-luxury .home-expansion__timeline::-webkit-scrollbar {
    height: 8px;
}

body.theme-contemporary-luxury .home-expansion__timeline::-webkit-scrollbar-thumb {
    background: rgba(15, 95, 115, 0.24);
    border-radius: 999px;
}

body.theme-contemporary-luxury .home-expansion__node {
    min-height: 100%;
    padding: 24px;
}

body.theme-contemporary-luxury .home-infrastructure__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.theme-contemporary-luxury .home-infrastructure__card {
    overflow: hidden;
}

body.theme-contemporary-luxury .home-infrastructure__image {
    aspect-ratio: 16 / 10;
    overflow: hidden;
}

body.theme-contemporary-luxury .home-infrastructure__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body.theme-contemporary-luxury .home-infrastructure__body {
    display: grid;
    gap: 14px;
    padding: 22px;
}

body.theme-contemporary-luxury .home-infrastructure__tags span {
    border-color: rgba(15, 95, 115, 0.1);
    background: rgba(233, 245, 247, 0.86);
    color: #4b6672;
}

/* Shared Peacock hierarchy for inner pages */
body.theme-contemporary-luxury .directory-hero,
body.theme-contemporary-luxury .program-hero,
body.theme-contemporary-luxury .manifesto-strip,
body.theme-contemporary-luxury .contact-cta {
    position: relative;
    overflow: hidden;
}

body.theme-contemporary-luxury .directory-hero::before,
body.theme-contemporary-luxury .manifesto-strip::before,
body.theme-contemporary-luxury .contact-cta::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at top right, rgba(23, 126, 137, 0.14), transparent 0 24%),
        radial-gradient(circle at left 10%, rgba(11, 61, 78, 0.06), transparent 0 18%);
}

body.theme-contemporary-luxury .content-card,
body.theme-contemporary-luxury .notice-card,
body.theme-contemporary-luxury .media-card,
body.theme-contemporary-luxury .profile-card,
body.theme-contemporary-luxury .program-card,
body.theme-contemporary-luxury .institution-card,
body.theme-contemporary-luxury .detail-panel,
body.theme-contemporary-luxury .directory-hero__panel,
body.theme-contemporary-luxury .contact-cta__panel,
body.theme-contemporary-luxury .data-table-shell {
    border-color: rgba(15, 95, 115, 0.11);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(247, 252, 252, 0.96)),
        linear-gradient(135deg, rgba(23, 126, 137, 0.08), rgba(255, 255, 255, 0));
    box-shadow: 0 22px 48px rgba(15, 95, 115, 0.08);
}

body.theme-contemporary-luxury .directory-hero__panel,
body.theme-contemporary-luxury .detail-panel--contrast,
body.theme-contemporary-luxury .contact-cta__panel {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(245, 251, 252, 0.98)),
        linear-gradient(135deg, rgba(23, 126, 137, 0.12), rgba(255, 255, 255, 0));
}

body.theme-contemporary-luxury .directory-hero p,
body.theme-contemporary-luxury .program-hero__microcopy,
body.theme-contemporary-luxury .detail-panel p,
body.theme-contemporary-luxury .content-card p,
body.theme-contemporary-luxury .notice-card p,
body.theme-contemporary-luxury .media-card p,
body.theme-contemporary-luxury .profile-card__body p,
body.theme-contemporary-luxury .contact-cta p {
    color: #5b7380;
}

body.theme-contemporary-luxury .content-card--link:hover,
body.theme-contemporary-luxury .program-card:hover,
body.theme-contemporary-luxury .institution-card:hover,
body.theme-contemporary-luxury .notice-card:hover,
body.theme-contemporary-luxury .media-card:hover {
    box-shadow: 0 26px 56px rgba(15, 95, 115, 0.14);
}

@media (max-width: 1180px) {
    body.theme-contemporary-luxury .home-stage__slider {
        min-height: 600px;
    }

    body.theme-contemporary-luxury .home-updates__grid,
    body.theme-contemporary-luxury .home-infrastructure__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.theme-contemporary-luxury .home-legacy {
        grid-template-columns: 1fr;
    }
}

@media (min-width: 1460px) {
    body.theme-contemporary-luxury .home-infrastructure__grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 840px) {
    body.theme-contemporary-luxury .home-stage__slider {
        min-height: 560px;
    }

    body.theme-contemporary-luxury .home-stage__content {
        padding: 34px 26px 90px;
    }

    body.theme-contemporary-luxury .home-snapshot__grid,
    body.theme-contemporary-luxury .home-updates__grid,
    body.theme-contemporary-luxury .home-infrastructure__grid,
    body.theme-contemporary-luxury .home-legacy__highlights {
        grid-template-columns: 1fr;
    }

    body.theme-contemporary-luxury .home-stage__controls {
        right: 18px;
        left: 18px;
        justify-content: space-between;
    }

    body.theme-contemporary-luxury .home-stage__control {
        padding: 10px 14px;
    }
}

@media (max-width: 640px) {
    body.theme-contemporary-luxury .home-stage__slider {
        min-height: 500px;
        border-radius: 26px;
    }

    body.theme-contemporary-luxury .home-stage__content,
    body.theme-contemporary-luxury .home-legacy__story,
    body.theme-contemporary-luxury .home-expansion,
    body.theme-contemporary-luxury .home-infrastructure,
    body.theme-contemporary-luxury .contact-cta,
    body.theme-contemporary-luxury .directory-hero,
    body.theme-contemporary-luxury .manifesto-strip,
    body.theme-contemporary-luxury .program-hero {
        padding: 22px;
    }

    body.theme-contemporary-luxury .home-stage__title {
        font-size: clamp(2.2rem, 10vw, 3.2rem);
        max-width: 10.5ch;
    }

    body.theme-contemporary-luxury .home-stage__lead {
        font-size: 0.95rem;
        line-height: 1.68;
    }

    body.theme-contemporary-luxury .home-stage__credentials span {
        font-size: 0.72rem;
    }

    body.theme-contemporary-luxury .home-stage__control {
        font-size: 0.72rem;
    }

    body.theme-contemporary-luxury .home-stage__dots {
        gap: 6px;
        padding: 8px 10px;
    }

    body.theme-contemporary-luxury .home-stage__dot {
        width: 10px;
        height: 10px;
    }
}

/* Homepage first-fold balance correction */
@media (min-width: 981px) {
    body.theme-contemporary-luxury .home-stage__frame {
        align-items: stretch;
    }

    body.theme-contemporary-luxury .home-stage__intro,
    body.theme-contemporary-luxury .home-stage__visual.home-stage__slider,
    body.theme-contemporary-luxury .home-stage__slider {
        height: 100%;
        min-height: 560px !important;
        max-height: none;
    }

    body.theme-contemporary-luxury .home-stage__visual-caption {
        right: 26px;
        bottom: 26px;
        width: min(390px, calc(100% - 52px));
    }

    body.theme-contemporary-luxury .home-stage__visual .home-stage__controls {
        left: 26px;
        bottom: 24px;
    }
}

/* Final institutional refinement */
body.theme-contemporary-luxury {
    overflow-x: hidden;
}

body.theme-contemporary-luxury .brand-mark img {
    width: 72px;
    height: 72px;
    object-fit: contain;
}

body.theme-contemporary-luxury .brand-mark--footer img {
    width: 88px;
    height: 88px;
}

body.theme-contemporary-luxury .brand-mark strong {
    font-size: 1.08rem;
    line-height: 1.08;
    letter-spacing: -0.035em;
}

body.theme-contemporary-luxury .brand-mark__eyebrow {
    font-size: 0.68rem;
}

body.theme-contemporary-luxury .site-nav a {
    font-size: 0.98rem;
    letter-spacing: -0.02em;
}

body.theme-contemporary-luxury .page-hero__title {
    max-width: 13ch;
    font-size: clamp(2.15rem, 3.2vw, 3.45rem);
}

body.theme-contemporary-luxury .section-title {
    max-width: 18ch;
    font-size: clamp(1.72rem, 2.45vw, 2.55rem);
    line-height: 1.02;
}

body.theme-contemporary-luxury .home-stage {
    width: calc(100vw - 32px);
    margin-left: calc(50% - 50vw + 16px);
    margin-top: 8px;
}

body.theme-contemporary-luxury .home-stage__frame {
    display: grid;
    gap: 18px;
}

body.theme-contemporary-luxury .home-stage__intro {
    position: relative;
    z-index: 3;
    width: 100%;
    display: grid;
    align-content: start;
    gap: 20px;
    padding: clamp(24px, 3vw, 38px);
    border-radius: 32px;
    background:
        radial-gradient(circle at top right, rgba(137, 218, 224, 0.18), transparent 0 36%),
        linear-gradient(145deg, rgba(11, 61, 78, 0.94) 0%, rgba(15, 95, 115, 0.93) 48%, rgba(23, 126, 137, 0.9) 100%);
    box-shadow: 0 26px 56px rgba(11, 61, 78, 0.18);
    backdrop-filter: blur(14px);
}

body.theme-contemporary-luxury .home-stage__headline {
    margin: 0;
    max-width: 16ch;
    font-family: var(--font-display);
    font-size: clamp(2.25rem, 3.4vw, 4rem);
    font-weight: 700;
    line-height: 0.98;
    letter-spacing: -0.045em;
    color: #f8fcfc;
}

body.theme-contemporary-luxury .home-stage__summary,
body.theme-contemporary-luxury .home-stage__support {
    margin: 0;
    max-width: 54ch;
    color: rgba(238, 248, 250, 0.92);
    line-height: 1.74;
    font-size: 1rem;
}

body.theme-contemporary-luxury .home-stage__support {
    color: rgba(220, 239, 242, 0.84);
    font-size: 0.92rem;
}

body.theme-contemporary-luxury .home-stage__visual.home-stage__slider {
    position: relative;
    width: 100%;
    min-height: clamp(620px, 74vh, 860px);
    border: 1px solid rgba(15, 95, 115, 0.12);
    border-radius: 32px;
    overflow: hidden;
    background: #dfeff3;
    box-shadow: 0 26px 56px rgba(15, 95, 115, 0.12);
}

body.theme-contemporary-luxury .home-stage__visual .home-stage__slide {
    position: absolute;
    inset: 0;
}

body.theme-contemporary-luxury .home-stage__visual .home-stage__slide::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(9, 32, 43, 0.08) 0%, rgba(9, 32, 43, 0.12) 44%, rgba(9, 32, 43, 0.58) 100%),
        linear-gradient(90deg, rgba(6, 25, 34, 0.46) 0%, rgba(6, 25, 34, 0.18) 26%, rgba(255, 255, 255, 0) 52%);
}

body.theme-contemporary-luxury .home-stage__visual .home-stage__slide--poster {
    background:
        radial-gradient(circle at 12% 18%, rgba(255,255,255,0.96), transparent 34%),
        linear-gradient(135deg, #e8f7f8, #ffffff 52%, #d8f0f2);
}

body.theme-contemporary-luxury .home-stage__visual .home-stage__slide--poster::after {
    background:
        linear-gradient(180deg, rgba(8, 44, 54, 0) 0%, rgba(8, 44, 54, 0.04) 46%, rgba(8, 44, 54, 0.34) 100%),
        linear-gradient(90deg, rgba(6, 25, 34, 0.1) 0%, rgba(6, 25, 34, 0.02) 40%, rgba(255, 255, 255, 0) 70%);
}

body.theme-contemporary-luxury .home-stage__visual-caption {
    position: absolute;
    right: 28px;
    bottom: 28px;
    z-index: 2;
    display: grid;
    gap: 8px;
    width: min(420px, calc(100% - 88px));
    padding: 18px 20px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 24px;
    background: rgba(9, 32, 43, 0.52);
    backdrop-filter: blur(16px);
}

body.theme-contemporary-luxury .home-stage__visual-caption strong {
    margin: 0;
    font-family: var(--font-display);
    font-size: clamp(1.15rem, 1.45vw, 1.48rem);
    line-height: 1.14;
    letter-spacing: -0.04em;
    color: #ffffff;
}

body.theme-contemporary-luxury .home-stage__visual-caption p {
    margin: 0;
    color: rgba(235, 248, 250, 0.9);
    font-size: 0.94rem;
    line-height: 1.62;
}

body.theme-contemporary-luxury .home-stage__visual .home-stage__controls {
    left: 30px;
    bottom: 28px;
    z-index: 3;
}

body.theme-contemporary-luxury .home-stage__visual .home-stage__dots {
    background: rgba(9, 32, 43, 0.28);
}

body.theme-contemporary-luxury .home-stage__visual .home-stage__control {
    background: rgba(9, 32, 43, 0.36);
}

body.theme-contemporary-luxury .home-snapshot__grid,
body.theme-contemporary-luxury .home-updates__grid,
body.theme-contemporary-luxury .home-infrastructure__grid,
body.theme-contemporary-luxury .institution-cards {
    align-items: stretch;
}

body.theme-contemporary-luxury .home-snapshot__card,
body.theme-contemporary-luxury .home-update-card,
body.theme-contemporary-luxury .home-legacy__card,
body.theme-contemporary-luxury .home-expansion__node,
body.theme-contemporary-luxury .home-infrastructure__card,
body.theme-contemporary-luxury .institution-card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

body.theme-contemporary-luxury .home-update-card__body,
body.theme-contemporary-luxury .home-infrastructure__body {
    flex: 1;
}

body.theme-contemporary-luxury .home-expansion__timeline {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    grid-auto-flow: row;
    grid-auto-columns: unset;
    overflow: visible;
    padding-bottom: 0;
}

body.theme-contemporary-luxury .home-expansion__timeline::-webkit-scrollbar {
    display: none;
}

body.theme-contemporary-luxury .home-expansion__node {
    min-height: 0;
}

body.theme-contemporary-luxury .home-update-card__body h3 {
    max-width: 17ch;
}

body.theme-contemporary-luxury .home-legacy__story p:last-child {
    max-width: 70ch;
}

body.theme-contemporary-luxury .institution-card--network {
    gap: 18px;
    padding: 24px;
}

body.theme-contemporary-luxury .institution-card__topline {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
}

body.theme-contemporary-luxury .institution-card__icon {
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    border-radius: 18px;
    border: 1px solid rgba(15, 95, 115, 0.14);
    background: linear-gradient(180deg, rgba(233, 245, 247, 0.96), rgba(221, 237, 241, 0.9));
    color: #0f5f73;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
}

body.theme-contemporary-luxury .institution-card__icon svg {
    width: 29px;
    height: 29px;
}

body.theme-contemporary-luxury .institution-card__titles {
    display: grid;
    gap: 10px;
}

body.theme-contemporary-luxury .institution-card--network h3 {
    margin: 0;
    max-width: none;
    font-size: clamp(1.38rem, 1.6vw, 1.86rem);
    line-height: 1.08;
}

body.theme-contemporary-luxury .institution-card__formal,
body.theme-contemporary-luxury .institution-card__excerpt {
    display: -webkit-box;
    margin: 0;
    overflow: hidden;
    color: #55707d;
    line-height: 1.6;
    -webkit-box-orient: vertical;
}

body.theme-contemporary-luxury .institution-card__formal {
    -webkit-line-clamp: 2;
}

body.theme-contemporary-luxury .institution-card__excerpt {
    -webkit-line-clamp: 3;
}

body.theme-contemporary-luxury .institution-card--network .institution-card__meta {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

body.theme-contemporary-luxury .institution-card__meta-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 12px 14px;
    border-radius: 16px;
    border: 1px solid rgba(15, 95, 115, 0.1);
    background: rgba(233, 245, 247, 0.7);
    color: #395462;
    font-size: 0.92rem;
    text-align: center;
}

body.theme-contemporary-luxury .institution-card__programs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

body.theme-contemporary-luxury .institution-card__programs span {
    display: inline-flex;
    align-items: center;
    padding: 10px 14px;
    border-radius: 999px;
    border: 1px solid rgba(15, 95, 115, 0.12);
    background: rgba(233, 245, 247, 0.76);
    color: #4d6976;
    font-size: 0.92rem;
}

body.theme-contemporary-luxury .institution-card--network .card-link {
    margin-top: auto;
    align-self: flex-start;
}

body.theme-contemporary-luxury .site-footer {
    display: grid;
    gap: 24px;
    padding: 34px 0 22px;
    border: 1px solid rgba(15, 95, 115, 0.16);
    background:
        radial-gradient(circle at top right, rgba(71, 176, 188, 0.14), transparent 0 28%),
        linear-gradient(180deg, #0b3d4e 0%, #0a2f3d 100%);
}

body.theme-contemporary-luxury .site-footer__grid {
    grid-template-columns: minmax(0, 1.3fr) repeat(3, minmax(0, 1fr));
    gap: 24px;
}

body.theme-contemporary-luxury .site-footer__quicklinks {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 14px;
    margin-top: 14px;
}

body.theme-contemporary-luxury .site-footer__quicklinks a {
    display: inline-flex;
    padding: 10px 14px;
    border-radius: 999px;
    border: 1px solid rgba(220, 239, 242, 0.14);
    background: rgba(255, 255, 255, 0.05);
}

body.theme-contemporary-luxury .site-footer__support-block,
body.theme-contemporary-luxury .site-footer__platform-block {
    display: grid;
    gap: 14px;
}

body.theme-contemporary-luxury .site-footer__partner-logo {
    display: block;
    align-self: flex-start;
    width: auto;
    max-width: min(220px, 100%);
    height: 88px;
    object-fit: contain;
    filter: drop-shadow(0 10px 18px rgba(4, 10, 18, 0.14));
}

body.theme-contemporary-luxury .site-footer__platform-block img {
    display: block;
    width: 142px;
    height: auto;
}

body.theme-contemporary-luxury .site-footer__disclaimer {
    display: grid;
    gap: 10px;
    padding: 20px 24px;
    border-top: 1px solid rgba(220, 239, 242, 0.12);
    border-bottom: 1px solid rgba(220, 239, 242, 0.12);
}

body.theme-contemporary-luxury .site-footer__disclaimer p {
    margin: 0;
    max-width: 112ch;
    color: rgba(230, 241, 244, 0.9);
    line-height: 1.76;
}

body.theme-contemporary-luxury .site-footer__bottom {
    gap: 14px 20px;
    color: rgba(223, 236, 239, 0.94);
    font-size: 0.94rem;
}

body.theme-contemporary-luxury .site-footer a,
body.theme-contemporary-luxury .site-footer p,
body.theme-contemporary-luxury .site-footer__bottom,
body.theme-contemporary-luxury .site-footer .brand-mark__eyebrow,
body.theme-contemporary-luxury .site-footer .brand-mark__subline,
body.theme-contemporary-luxury .site-footer .footer-title {
    color: rgba(223, 236, 239, 0.94);
}

body.theme-contemporary-luxury .data-table th,
body.theme-contemporary-luxury .data-table td {
    white-space: nowrap;
}

@media (max-width: 1360px) {
    body.theme-contemporary-luxury .institution-cards--expanded {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 1180px) {
    body.theme-contemporary-luxury .home-updates__grid {
        grid-template-columns: 1fr;
    }

    body.theme-contemporary-luxury .home-stage__visual.home-stage__slider {
        min-height: 700px;
    }

    body.theme-contemporary-luxury .site-footer__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.theme-contemporary-luxury .institution-cards--expanded {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1560px) {
    body.theme-contemporary-luxury .home-stage__intro {
        width: 100%;
        padding: 42px 40px 36px;
    }

    body.theme-contemporary-luxury .home-stage__visual.home-stage__slider {
        min-height: 880px;
    }

    body.theme-contemporary-luxury .home-stage__visual-caption {
        width: 440px;
    }
}

@media (max-width: 840px) {
    body.theme-contemporary-luxury .site-footer__disclaimer {
        padding: 24px;
    }

    body.theme-contemporary-luxury .home-stage {
        width: calc(100vw - 20px);
        margin-left: calc(50% - 50vw + 10px);
    }

    body.theme-contemporary-luxury .home-stage__intro {
        width: 100%;
        padding: 24px;
        gap: 16px;
    }

    body.theme-contemporary-luxury .home-stage__visual.home-stage__slider {
        min-height: 600px;
    }

    body.theme-contemporary-luxury .home-stage__visual-caption {
        left: 18px;
        right: 18px;
        bottom: 18px;
        width: auto;
    }
}

@media (max-width: 640px) {
    body.theme-contemporary-luxury .brand-mark img {
        width: 58px;
        height: 58px;
    }

    body.theme-contemporary-luxury .home-stage__intro {
        padding: 22px;
    }

    body.theme-contemporary-luxury .home-stage__headline {
        max-width: none;
        font-size: clamp(2rem, 9.2vw, 2.95rem);
    }

    body.theme-contemporary-luxury .home-stage__visual.home-stage__slider {
        min-height: 540px;
        border-radius: 26px;
    }

    body.theme-contemporary-luxury .home-stage__visual-caption strong {
        font-size: 1.1rem;
    }

    body.theme-contemporary-luxury .home-stage__visual-caption p {
        font-size: 0.92rem;
        line-height: 1.58;
    }

    body.theme-contemporary-luxury .home-stage__visual .home-stage__controls {
        left: 18px;
        right: 18px;
        bottom: 18px;
        justify-content: space-between;
    }

    body.theme-contemporary-luxury .home-stage__visual-caption {
        bottom: 74px;
    }

    body.theme-contemporary-luxury .institution-cards--expanded,
    body.theme-contemporary-luxury .site-footer__grid,
    body.theme-contemporary-luxury .institution-card--network .institution-card__meta {
        grid-template-columns: 1fr;
    }

    body.theme-contemporary-luxury .institution-card__meta-item {
        justify-content: flex-start;
        text-align: left;
    }
}

/* Program directory card identity */
body.theme-contemporary-luxury .program-card__image {
    position: relative;
    height: 216px;
    border-bottom: 1px solid rgba(15, 95, 115, 0.08);
    background: linear-gradient(180deg, rgba(225, 240, 244, 0.72), rgba(212, 231, 236, 0.82));
}

body.theme-contemporary-luxury .program-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body.theme-contemporary-luxury .program-card__visual-icon {
    position: absolute;
    top: 18px;
    right: 18px;
    display: grid;
    place-items: center;
    width: 56px;
    height: 56px;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(248, 252, 252, 0.18);
    backdrop-filter: blur(12px);
    color: #ffffff;
    box-shadow: 0 10px 24px rgba(7, 23, 32, 0.14);
}

body.theme-contemporary-luxury .program-card__visual-icon svg,
body.theme-contemporary-luxury .program-card__title-icon svg {
    width: 28px;
    height: 28px;
}

body.theme-contemporary-luxury .program-card__body {
    gap: 18px;
}

body.theme-contemporary-luxury .program-card__title-row {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 14px;
    align-items: center;
}

body.theme-contemporary-luxury .program-card__title-icon {
    display: grid;
    place-items: center;
    width: 50px;
    height: 50px;
    border-radius: 16px;
    border: 1px solid rgba(15, 95, 115, 0.12);
    background: rgba(233, 245, 247, 0.84);
    color: #0f5f73;
}

body.theme-contemporary-luxury .program-card__title-copy {
    display: grid;
    gap: 4px;
}

body.theme-contemporary-luxury .program-card__title-copy h3 {
    margin: 0;
}

body.theme-contemporary-luxury .program-card__descriptor {
    display: block;
    color: #5e7885;
    font-size: 0.94rem;
    line-height: 1.4;
}

body.theme-contemporary-luxury .program-card p {
    min-height: 64px;
}

body.theme-contemporary-luxury .program-meta-list li {
    position: relative;
    padding-left: 16px;
}

body.theme-contemporary-luxury .program-meta-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: rgba(15, 95, 115, 0.42);
    transform: translateY(-50%);
}

@media (max-width: 640px) {
    body.theme-contemporary-luxury .program-card__image {
        height: 186px;
    }

    body.theme-contemporary-luxury .program-card__title-row {
        grid-template-columns: 1fr;
    }

    body.theme-contemporary-luxury .program-card__title-icon {
        width: 44px;
        height: 44px;
    }

    body.theme-contemporary-luxury .program-card p {
        min-height: 0;
    }
}

body.theme-contemporary-luxury .journey-summary__card,
body.theme-contemporary-luxury .journey-card,
body.theme-contemporary-luxury .journey-future {
    border-radius: 24px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(247, 252, 252, 0.96)),
        linear-gradient(135deg, rgba(23, 126, 137, 0.08), rgba(255, 255, 255, 0));
    border: 1px solid rgba(15, 95, 115, 0.12);
    box-shadow: 0 24px 54px rgba(15, 95, 115, 0.09);
}

body.theme-contemporary-luxury .journey-year-group__year {
    background: linear-gradient(135deg, rgba(11, 61, 78, 0.96), rgba(23, 126, 137, 0.9));
    color: #ffffff;
    box-shadow: 0 20px 44px rgba(15, 95, 115, 0.18);
}

body.theme-contemporary-luxury .journey-card__icon {
    background: linear-gradient(135deg, rgba(10, 62, 79, 0.1), rgba(23, 126, 137, 0.18));
    color: #0f5f73;
    border: 1px solid rgba(15, 95, 115, 0.14);
}

body.theme-contemporary-luxury .journey-card__track,
body.theme-contemporary-luxury .journey-card__category,
body.theme-contemporary-luxury .journey-card__programs span,
body.theme-contemporary-luxury .journey-future__eyebrow {
    color: #0f5f73;
    background: rgba(15, 95, 115, 0.06);
    border: 1px solid rgba(15, 95, 115, 0.12);
}

body.theme-contemporary-luxury .journey-year-group__decade {
    color: #5d7280;
}

body.theme-contemporary-luxury .journey-timeline__line {
    background: linear-gradient(180deg, rgba(15, 95, 115, 0.08), rgba(15, 95, 115, 0.74), rgba(15, 95, 115, 0.12));
}

body.theme-contemporary-luxury .journey-year-group__visual-frame {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(237, 249, 250, 0.96)),
        linear-gradient(135deg, rgba(23, 126, 137, 0.12), rgba(229, 192, 113, 0.12));
    border-color: rgba(15, 95, 115, 0.13);
    box-shadow: 0 26px 62px rgba(15, 95, 115, 0.13);
}

@media (max-width: 1180px) {
    .journey-summary {
        grid-template-columns: 1fr;
    }

    .journey-year-group {
        grid-template-columns: 108px minmax(220px, 0.48fr) minmax(0, 1fr);
    }

    .journey-year-group__entries {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 840px) {
    .journey-timeline {
        padding-left: 0;
    }

    .journey-timeline__line {
        left: 22px;
    }

    .journey-year-group {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .journey-year-group__visual {
        position: relative;
        top: auto;
        margin-left: 56px;
    }

    .journey-year-group__visual-frame img {
        aspect-ratio: 16 / 10;
    }

    .journey-year-group__marker {
        justify-items: start;
        text-align: left;
        padding-left: 56px;
    }

    .journey-year-group__year {
        width: auto;
        min-height: auto;
        padding: 14px 18px;
    }

    .journey-future {
        margin-left: 0;
    }
}

@media (max-width: 640px) {
    .journey-card,
    .journey-future {
        padding: 18px;
    }

    .journey-card__head {
        align-items: start;
        flex-direction: column;
    }

    .journey-card__meta {
        justify-content: flex-start;
    }

    .journey-year-group__marker {
        padding-left: 44px;
    }

    .journey-year-group__visual {
        margin-left: 44px;
    }

    .journey-year-group__visual-frame {
        border-radius: 22px;
    }

    .journey-year-group__visual-frame figcaption {
        font-size: 0.66rem;
    }
}

/* About journey: archival, photo-led timeline inspired by the print banner. */
.journey-timeline {
    gap: clamp(28px, 4vw, 58px);
    padding-left: 0;
}

.journey-timeline__line {
    left: 68px;
    width: 8px;
    border-radius: 999px;
    background:
        linear-gradient(180deg, rgba(15, 95, 115, 0.16), rgba(11, 112, 126, 0.92), rgba(15, 95, 115, 0.2));
    box-shadow: 0 0 0 8px rgba(96, 207, 204, 0.08);
}

.journey-year-group {
    grid-template-columns: 136px minmax(0, 1fr);
    gap: clamp(18px, 3vw, 42px);
    align-items: stretch;
}

.journey-year-group__marker {
    position: sticky;
    top: 112px;
    align-self: start;
}

.journey-year-group__year {
    width: 104px;
    min-height: 104px;
    border: 8px solid rgba(239, 200, 118, 0.9);
    background: radial-gradient(circle at 50% 50%, #fff7d9 0 28%, #0b7686 30% 100%);
    color: #fff;
    box-shadow: 0 20px 45px rgba(10, 82, 96, 0.16);
}

.journey-year-group__story {
    display: grid;
    gap: 16px;
    padding: clamp(18px, 2.4vw, 30px);
    border: 1px solid rgba(15, 95, 115, 0.12);
    border-radius: 36px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(236, 250, 250, 0.78)),
        linear-gradient(90deg, rgba(12, 117, 133, 0.06), rgba(232, 188, 91, 0.08));
    box-shadow: 0 28px 70px rgba(10, 58, 72, 0.12);
}

.journey-year-group__visual {
    position: relative;
    top: auto;
    display: grid;
    grid-template-columns: minmax(280px, 1.45fr) repeat(2, minmax(160px, 0.72fr));
    gap: 12px;
}

.journey-year-group__visual-frame {
    min-height: 168px;
    border-radius: 26px;
}

.journey-year-group__visual-frame--primary {
    grid-row: span 2;
    min-height: 350px;
}

.journey-year-group__visual-frame img {
    height: 100%;
    min-height: inherit;
    aspect-ratio: auto;
}

.journey-year-group__visual-frame--primary img {
    min-height: 350px;
}

.journey-year-group--anchor .journey-year-group__story {
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(225, 249, 249, 0.9)),
        radial-gradient(circle at top right, rgba(229, 192, 113, 0.18), transparent 42%);
}

.journey-year-group--anchor .journey-year-group__visual {
    grid-template-columns: minmax(340px, 1.65fr) repeat(2, minmax(170px, 0.76fr));
}

.journey-year-group--anchor .journey-year-group__visual-frame--primary,
.journey-year-group--anchor .journey-year-group__visual-frame--primary img {
    min-height: 430px;
}

.journey-year-group__entries {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.journey-card {
    min-height: auto;
    border: 1px solid rgba(15, 95, 115, 0.12);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(247, 253, 253, 0.86));
}

.journey-card h3 {
    font-size: clamp(1.3rem, 1.65vw, 1.85rem);
}

.journey-card p {
    max-width: 70ch;
}

.journey-year-group--anchor .journey-card {
    border-color: rgba(229, 192, 113, 0.34);
}

@media (max-width: 1180px) {
    .journey-year-group {
        grid-template-columns: 112px minmax(0, 1fr);
    }

    .journey-timeline__line {
        left: 54px;
    }

    .journey-year-group__year {
        width: 88px;
        min-height: 88px;
        font-size: 1.4rem;
    }

    .journey-year-group__visual,
    .journey-year-group--anchor .journey-year-group__visual {
        grid-template-columns: minmax(240px, 1.4fr) minmax(180px, 0.8fr);
    }

    .journey-year-group__visual-frame--primary,
    .journey-year-group__visual-frame--primary img,
    .journey-year-group--anchor .journey-year-group__visual-frame--primary,
    .journey-year-group--anchor .journey-year-group__visual-frame--primary img {
        min-height: 320px;
    }
}

@media (max-width: 840px) {
    .journey-timeline__line {
        left: 26px;
    }

    .journey-year-group {
        grid-template-columns: 1fr;
    }

    .journey-year-group__marker {
        position: relative;
        top: auto;
        justify-items: start;
        padding-left: 56px;
    }

    .journey-year-group__year {
        width: auto;
        min-height: auto;
        padding: 12px 18px;
        border-width: 0;
        background: linear-gradient(135deg, #075d6f, #0a8492);
    }

    .journey-year-group__story {
        margin-left: 44px;
        border-radius: 28px;
    }

    .journey-year-group__visual,
    .journey-year-group--anchor .journey-year-group__visual {
        display: flex;
        gap: 12px;
        margin-left: 0;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        padding-bottom: 8px;
    }

    .journey-year-group__visual-frame {
        flex: 0 0 min(82vw, 420px);
        min-height: 260px;
        scroll-snap-align: start;
    }

    .journey-year-group__visual-frame--primary,
    .journey-year-group__visual-frame--primary img,
    .journey-year-group--anchor .journey-year-group__visual-frame--primary,
    .journey-year-group--anchor .journey-year-group__visual-frame--primary img {
        min-height: 260px;
    }
}

@media (max-width: 640px) {
    .journey-year-group__story {
        margin-left: 34px;
        padding: 14px;
    }

    .journey-year-group__marker {
        padding-left: 44px;
    }

    .journey-year-group__visual-frame {
        flex-basis: 82vw;
        min-height: 230px;
        border-radius: 20px;
    }
}

/* Prospectus: admissions-facing course comparison. */
.prospectus-cover {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.38fr);
    gap: clamp(26px, 4vw, 64px);
    max-width: var(--site-max-width);
    min-height: min(760px, calc(100vh - 180px));
    margin: 0 auto clamp(28px, 5vw, 72px);
    padding: clamp(30px, 5vw, 76px);
    overflow: hidden;
    border: 1px solid rgba(9, 95, 111, 0.16);
    border-radius: 0 0 clamp(34px, 5vw, 58px) clamp(34px, 5vw, 58px);
    background:
        radial-gradient(circle at 82% 16%, rgba(229, 192, 113, 0.34), transparent 28%),
        radial-gradient(circle at 18% 92%, rgba(19, 158, 169, 0.22), transparent 32%),
        linear-gradient(135deg, #f7fcfc 0%, #e7f6f7 46%, #ffffff 100%);
    box-shadow: 0 36px 100px rgba(7, 75, 88, 0.15);
}

.prospectus-cover::before {
    content: "";
    position: absolute;
    inset: auto -12% -36% 28%;
    height: 58%;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(8, 91, 107, 0.12), rgba(229, 192, 113, 0.18));
    transform: rotate(-7deg);
}

.prospectus-cover__identity,
.prospectus-cover__copy,
.prospectus-cover__side {
    position: relative;
    z-index: 1;
}

.prospectus-cover__identity {
    grid-column: 1 / -1;
    display: flex;
    gap: 18px;
    align-items: center;
}

.prospectus-cover__identity img {
    width: clamp(76px, 7vw, 116px);
    height: clamp(76px, 7vw, 116px);
    object-fit: contain;
    filter: drop-shadow(0 14px 28px rgba(7, 75, 88, 0.16));
}

.prospectus-cover__identity div {
    display: grid;
    gap: 4px;
}

.prospectus-cover__identity span,
.prospectus-cover__identity em {
    color: #607789;
    font-style: normal;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.prospectus-cover__identity strong {
    color: #0b2536;
    font-size: clamp(1.45rem, 2vw, 2.4rem);
    line-height: 1;
}

.prospectus-cover__copy {
    align-self: end;
}

.prospectus-cover__copy h1 {
    max-width: 1060px;
    margin: 0;
    color: #092334;
    font-size: clamp(3.2rem, 7.6vw, 8.6rem);
    line-height: 0.88;
    letter-spacing: -0.075em;
}

.prospectus-cover__copy p {
    max-width: 820px;
    margin: 24px 0 0;
    color: #526d7e;
    font-size: clamp(1.05rem, 1.35vw, 1.35rem);
    line-height: 1.7;
}

.prospectus-cover__copy .hero-actions {
    margin-top: 30px;
}

.prospectus-print-button {
    border: 0;
    cursor: pointer;
    font: inherit;
}

.prospectus-cover__side {
    align-self: end;
    display: grid;
    gap: 18px;
}

.prospectus-cover__support,
.prospectus-cover__year {
    padding: 24px;
    border: 1px solid rgba(9, 95, 111, 0.14);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.76);
    box-shadow: 0 24px 70px rgba(7, 75, 88, 0.1);
}

.prospectus-cover__support span,
.prospectus-cover__year span {
    display: block;
    color: #075d6f;
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.prospectus-cover__support img {
    width: min(210px, 100%);
    height: 86px;
    margin: 16px 0;
    object-fit: contain;
    object-position: left center;
}

.prospectus-cover__support p {
    margin: 0;
    color: #5d7687;
    line-height: 1.55;
}

.prospectus-cover__year strong {
    display: block;
    margin-top: 10px;
    color: #075d6f;
    font-size: clamp(2.1rem, 3vw, 3.4rem);
    line-height: 1;
}

.prospectus-metrics {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    max-width: var(--site-max-width);
    margin: 0 auto clamp(34px, 6vw, 86px);
}

.prospectus-metrics article,
.prospectus-story__grid article {
    min-height: 172px;
    padding: 24px;
    border: 1px solid rgba(9, 95, 111, 0.12);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 22px 70px rgba(7, 75, 88, 0.1);
}

.prospectus-metrics strong,
.prospectus-story__grid strong {
    display: block;
    color: #064b5b;
    font-size: clamp(2rem, 3vw, 3.5rem);
    line-height: 1;
}

.prospectus-metrics span,
.prospectus-story__grid span {
    display: block;
    margin-top: 10px;
    color: #075d6f;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.prospectus-metrics p,
.prospectus-story__grid p {
    margin: 12px 0 0;
    color: #61798a;
    line-height: 1.55;
}

.prospectus-story {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(420px, 0.85fr);
    gap: clamp(28px, 5vw, 72px);
    align-items: start;
    max-width: var(--site-max-width);
    margin: 0 auto clamp(34px, 6vw, 86px);
}

.prospectus-story__copy {
    position: sticky;
    top: 120px;
    padding: clamp(28px, 4vw, 52px);
    border: 1px solid rgba(9, 95, 111, 0.12);
    border-radius: 36px;
    background:
        radial-gradient(circle at 0 0, rgba(229, 192, 113, 0.22), transparent 34%),
        linear-gradient(135deg, #075d6f, #0c8795);
    color: #f7ffff;
    box-shadow: 0 28px 78px rgba(7, 75, 88, 0.16);
}

.prospectus-story__copy h2 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(2.2rem, 4.6vw, 5.4rem);
    line-height: 0.94;
    letter-spacing: -0.065em;
}

.prospectus-story__copy p {
    color: rgba(247, 255, 255, 0.82);
    font-size: clamp(1rem, 1.2vw, 1.22rem);
    line-height: 1.7;
}

.prospectus-story__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.prospectus-journey__rail {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(240px, 1fr);
    gap: 16px;
    overflow-x: auto;
    padding-bottom: 12px;
    scroll-snap-type: x mandatory;
}

.prospectus-journey__rail article {
    position: relative;
    min-height: 260px;
    padding: 24px;
    border: 1px solid rgba(9, 95, 111, 0.12);
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(255,255,255,0.9), rgba(234,248,249,0.82));
    scroll-snap-align: start;
}

.prospectus-journey__rail span {
    display: inline-flex;
    padding: 9px 14px;
    border-radius: 999px;
    background: #075d6f;
    color: #ffffff;
    font-weight: 900;
}

.prospectus-journey__rail h3 {
    margin: 18px 0 10px;
    color: #102b3d;
    font-size: 1.35rem;
    line-height: 1.12;
}

.prospectus-journey__rail p {
    color: #607889;
    line-height: 1.55;
}

.prospectus-institute-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.prospectus-institute-card {
    display: grid;
    align-content: start;
    min-height: 330px;
    padding: 24px;
    border: 1px solid rgba(9, 95, 111, 0.12);
    border-radius: 30px;
    background:
        radial-gradient(circle at 100% 0, rgba(12, 135, 149, 0.12), transparent 32%),
        rgba(255, 255, 255, 0.84);
    box-shadow: 0 20px 60px rgba(7, 75, 88, 0.1);
}

.prospectus-institute-card h3 {
    margin: 20px 0 8px;
    color: #102b3d;
    font-size: clamp(1.35rem, 1.75vw, 2rem);
    line-height: 1;
}

.prospectus-institute-card p {
    margin: 0;
    color: #607889;
    line-height: 1.5;
}

.prospectus-institute-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 18px 0;
}

.prospectus-institute-card__meta span {
    padding: 8px 12px;
    border: 1px solid rgba(9, 95, 111, 0.1);
    border-radius: 999px;
    color: #587284;
    font-weight: 700;
}

.home-prospectus-highlight {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(260px, 0.45fr);
    gap: clamp(22px, 4vw, 56px);
    align-items: center;
    max-width: var(--site-max-width);
    margin: clamp(28px, 5vw, 72px) auto;
    padding: clamp(28px, 4vw, 52px);
    border: 1px solid rgba(9, 95, 111, 0.14);
    border-radius: clamp(28px, 4vw, 44px);
    background:
        radial-gradient(circle at 88% 16%, rgba(18, 159, 171, 0.22), transparent 32%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(232, 248, 249, 0.9));
    box-shadow: 0 32px 90px rgba(7, 75, 88, 0.14);
}

.home-prospectus-highlight h2 {
    max-width: 980px;
    margin: 0;
    color: #092334;
    font-size: clamp(2rem, 4.2vw, 4.6rem);
    line-height: 0.96;
    letter-spacing: -0.06em;
}

.home-prospectus-highlight p {
    max-width: 760px;
    margin: 18px 0 0;
    color: #587284;
    font-size: clamp(1rem, 1.2vw, 1.25rem);
    line-height: 1.65;
}

.home-prospectus-highlight__actions {
    display: flex;
    flex-direction: column;
    gap: 14px;
    align-items: stretch;
}

.home-prospectus-highlight__actions a {
    justify-content: center;
}

.prospectus-hero {
    position: relative;
    overflow: hidden;
}

.prospectus-hero::after {
    content: "";
    position: absolute;
    right: -8vw;
    bottom: -16vw;
    width: min(46vw, 620px);
    aspect-ratio: 1;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(231, 190, 92, 0.28), rgba(11, 119, 134, 0.12) 42%, transparent 68%);
    pointer-events: none;
}

.prospectus-hero__panel {
    position: relative;
    z-index: 1;
}

.prospectus-note {
    display: grid;
    grid-template-columns: minmax(0, 0.8fr) minmax(320px, 0.7fr);
    gap: clamp(22px, 4vw, 52px);
    max-width: var(--site-max-width);
    margin: clamp(22px, 4vw, 56px) auto 0;
    padding: clamp(24px, 3.5vw, 44px);
    border: 1px solid rgba(9, 95, 111, 0.16);
    border-radius: clamp(26px, 3.5vw, 38px);
    background:
        linear-gradient(135deg, rgba(6, 88, 103, 0.96), rgba(9, 125, 140, 0.92)),
        #075d6f;
    color: #f5ffff;
    box-shadow: 0 28px 74px rgba(6, 73, 87, 0.18);
}

.prospectus-note h2 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(1.9rem, 3.5vw, 3.8rem);
    line-height: 1;
    letter-spacing: -0.055em;
}

.prospectus-note p {
    margin: 0;
    color: rgba(245, 255, 255, 0.82);
    font-size: clamp(1rem, 1.2vw, 1.2rem);
    line-height: 1.7;
}

.prospectus-overview__card {
    min-height: 100%;
}

.prospectus-fee-note {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 20px;
    align-items: center;
    justify-content: space-between;
    margin-top: 18px;
    padding: 18px 22px;
    border: 1px solid rgba(9, 95, 111, 0.12);
    border-radius: 22px;
    background: rgba(234, 248, 249, 0.84);
    color: #607889;
}

.prospectus-fee-note strong {
    color: #075d6f;
}

.prospectus-infra-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.prospectus-infra-card {
    overflow: hidden;
    border: 1px solid rgba(9, 95, 111, 0.12);
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.84);
    box-shadow: 0 20px 60px rgba(7, 75, 88, 0.1);
}

.prospectus-infra-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}

.prospectus-infra-card div {
    padding: 22px;
}

.prospectus-infra-card h3 {
    margin: 0 0 10px;
    color: #102b3d;
    font-size: 1.35rem;
    line-height: 1.1;
}

.prospectus-infra-card p {
    margin: 0 0 18px;
    color: #607889;
    line-height: 1.55;
}

.prospectus-credit {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 28px;
    justify-content: space-between;
    max-width: var(--site-max-width);
    margin: clamp(32px, 5vw, 72px) auto 0;
    padding: 24px;
    border-radius: 24px;
    background: #075d6f;
    color: rgba(255,255,255,0.84);
}

.prospectus-table-shell {
    overflow: auto;
    border: 1px solid rgba(9, 95, 111, 0.12);
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.76);
    box-shadow: 0 28px 80px rgba(7, 75, 88, 0.12);
}

.prospectus-table {
    width: 100%;
    min-width: 1080px;
    border-collapse: collapse;
}

.prospectus-table th,
.prospectus-table td {
    padding: 22px 20px;
    border-bottom: 1px solid rgba(9, 95, 111, 0.1);
    color: #173246;
    text-align: left;
    vertical-align: top;
}

.prospectus-table th {
    position: sticky;
    top: 0;
    z-index: 2;
    background: linear-gradient(135deg, #e9f7f8, #ffffff);
    color: #075d6f;
    font-size: 0.78rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.prospectus-table tbody tr {
    transition: background 180ms ease, transform 180ms ease;
}

.prospectus-table tbody tr:hover {
    background: rgba(218, 243, 245, 0.54);
}

.prospectus-table td small {
    display: block;
    margin-top: 7px;
    color: #5d7687;
    font-size: 0.94rem;
    line-height: 1.45;
}

.prospectus-course {
    display: grid;
    gap: 7px;
}

.prospectus-course strong {
    color: #0b2536;
    font-size: clamp(1.15rem, 1.35vw, 1.45rem);
    line-height: 1.1;
}

.prospectus-pill {
    display: inline-flex;
    width: max-content;
    align-items: center;
    justify-content: center;
    padding: 7px 12px;
    border: 1px solid rgba(9, 95, 111, 0.16);
    border-radius: 999px;
    background: rgba(225, 246, 248, 0.9);
    color: #075d6f;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.prospectus-pill--muted {
    background: rgba(234, 241, 242, 0.9);
    color: #607585;
}

.prospectus-fee {
    color: #075d6f;
    line-height: 1.25;
}

.prospectus-fee--pending {
    color: #8a6423;
}

.prospectus-row-actions {
    margin-top: 12px;
}

.prospectus-row-actions a {
    color: #075d6f;
    font-weight: 800;
    text-decoration: none;
}

.contact-cta--prospectus {
    margin-top: clamp(36px, 6vw, 76px);
}

@media (max-width: 980px) {
    .prospectus-cover,
    .home-prospectus-highlight,
    .prospectus-note,
    .prospectus-story {
        grid-template-columns: 1fr;
    }

    .prospectus-cover {
        min-height: auto;
    }

    .prospectus-story__copy {
        position: relative;
        top: auto;
    }

    .prospectus-metrics,
    .prospectus-story__grid,
    .prospectus-institute-grid,
    .prospectus-infra-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-prospectus-highlight__actions {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .prospectus-table,
    .prospectus-table tbody,
    .prospectus-table tr,
    .prospectus-table td {
        display: block;
        min-width: 0;
        width: 100%;
    }

    .prospectus-table thead {
        display: none;
    }

    .prospectus-table-shell {
        overflow: visible;
        border: 0;
        background: transparent;
        box-shadow: none;
    }

    .prospectus-table tbody {
        display: grid;
        gap: 18px;
    }

    .prospectus-table tr {
        border: 1px solid rgba(9, 95, 111, 0.12);
        border-radius: 26px;
        background: rgba(255, 255, 255, 0.84);
        box-shadow: 0 18px 50px rgba(7, 75, 88, 0.1);
        overflow: hidden;
    }

    .prospectus-table td {
        padding: 16px 18px;
        border-bottom: 1px solid rgba(9, 95, 111, 0.08);
    }

    .prospectus-table td::before {
        content: attr(data-label);
        display: block;
        margin-bottom: 6px;
        color: #075d6f;
        font-size: 0.72rem;
        font-weight: 900;
        letter-spacing: 0.14em;
        text-transform: uppercase;
    }
}

@media (max-width: 640px) {
    .prospectus-cover {
        padding: 24px;
    }

    .prospectus-cover__identity {
        align-items: flex-start;
    }

    .prospectus-cover__identity img {
        width: 68px;
        height: 68px;
    }

    .prospectus-cover__copy h1 {
        letter-spacing: -0.045em;
    }

    .prospectus-metrics,
    .prospectus-story__grid,
    .prospectus-institute-grid,
    .prospectus-infra-grid {
        grid-template-columns: 1fr;
    }

    .home-prospectus-highlight {
        padding: 24px;
        border-radius: 28px;
    }

    .home-prospectus-highlight h2,
    .prospectus-note h2 {
        letter-spacing: -0.04em;
    }

    .home-prospectus-highlight__actions {
        flex-direction: column;
    }
}

@media print {
    .site-header,
    .site-footer,
    .prospectus-print-button,
    .reveal {
        animation: none !important;
        opacity: 1 !important;
        transform: none !important;
    }

    .site-header,
    .site-footer,
    .page-actions,
    .hero-actions,
    .ghost-link,
    .primary-link {
        display: none !important;
    }

    body {
        background: #ffffff !important;
    }

    .page-shell,
    .prospectus-cover,
    .prospectus-metrics,
    .prospectus-story,
    .page-section,
    .prospectus-note,
    .contact-cta,
    .prospectus-credit {
        max-width: none !important;
        margin: 0 0 18px !important;
        box-shadow: none !important;
        break-inside: avoid;
    }

    .prospectus-table {
        min-width: 0;
        font-size: 10px;
    }
}

/* Prospectus readability reset: document-first, not billboard-first */
body.theme-contemporary-luxury.page-prospectus .page-shell {
    padding-top: clamp(18px, 3vw, 36px);
}

body.theme-contemporary-luxury.page-prospectus .prospectus-cover {
    grid-template-columns: minmax(0, 1fr) minmax(260px, 340px);
    gap: clamp(22px, 3vw, 42px);
    min-height: 0;
    margin-bottom: clamp(20px, 4vw, 44px);
    padding: clamp(24px, 4vw, 44px);
    border-radius: clamp(24px, 3vw, 36px);
}

body.theme-contemporary-luxury.page-prospectus .prospectus-cover__identity {
    gap: 14px;
}

body.theme-contemporary-luxury.page-prospectus .prospectus-cover__identity img {
    width: clamp(58px, 5vw, 78px);
    height: clamp(58px, 5vw, 78px);
}

body.theme-contemporary-luxury.page-prospectus .prospectus-cover__identity span,
body.theme-contemporary-luxury.page-prospectus .prospectus-cover__identity em {
    font-size: 0.72rem;
    line-height: 1.25;
}

body.theme-contemporary-luxury.page-prospectus .prospectus-cover__identity strong {
    font-size: clamp(1.25rem, 1.8vw, 1.8rem);
    line-height: 1.05;
}

body.theme-contemporary-luxury.page-prospectus .prospectus-cover__copy {
    align-self: center;
}

body.theme-contemporary-luxury.page-prospectus .prospectus-cover__copy h1 {
    max-width: 760px;
    font-size: clamp(2rem, 4vw, 3.8rem);
    line-height: 1.02;
    letter-spacing: -0.055em;
}

body.theme-contemporary-luxury.page-prospectus .prospectus-cover__copy p {
    max-width: 720px;
    margin-top: 16px;
    font-size: clamp(0.95rem, 1.05vw, 1.08rem);
    line-height: 1.62;
}

body.theme-contemporary-luxury.page-prospectus .prospectus-cover__copy .hero-actions {
    margin-top: 22px;
    gap: 10px;
}

body.theme-contemporary-luxury.page-prospectus .prospectus-cover__side {
    align-self: stretch;
    gap: 12px;
}

body.theme-contemporary-luxury.page-prospectus .prospectus-cover__support,
body.theme-contemporary-luxury.page-prospectus .prospectus-cover__year {
    padding: 18px;
    border-radius: 22px;
}

body.theme-contemporary-luxury.page-prospectus .prospectus-cover__support img {
    height: 58px;
    margin: 12px 0;
}

body.theme-contemporary-luxury.page-prospectus .prospectus-cover__support p {
    font-size: 0.9rem;
}

body.theme-contemporary-luxury.page-prospectus .prospectus-cover__year strong {
    font-size: clamp(1.75rem, 2.4vw, 2.55rem);
}

body.theme-contemporary-luxury.page-prospectus .prospectus-metrics {
    gap: 12px;
    margin-bottom: clamp(24px, 4vw, 48px);
}

body.theme-contemporary-luxury.page-prospectus .prospectus-metrics article,
body.theme-contemporary-luxury.page-prospectus .prospectus-story__grid article {
    min-height: 0;
    padding: 18px;
    border-radius: 22px;
}

body.theme-contemporary-luxury.page-prospectus .prospectus-metrics strong,
body.theme-contemporary-luxury.page-prospectus .prospectus-story__grid strong {
    font-size: clamp(1.55rem, 2.25vw, 2.5rem);
}

body.theme-contemporary-luxury.page-prospectus .prospectus-metrics span,
body.theme-contemporary-luxury.page-prospectus .prospectus-story__grid span {
    margin-top: 8px;
    font-size: 0.72rem;
    letter-spacing: 0.11em;
}

body.theme-contemporary-luxury.page-prospectus .prospectus-metrics p,
body.theme-contemporary-luxury.page-prospectus .prospectus-story__grid p {
    margin-top: 8px;
    font-size: 0.9rem;
    line-height: 1.48;
}

body.theme-contemporary-luxury.page-prospectus .prospectus-story {
    grid-template-columns: minmax(0, 0.8fr) minmax(420px, 1fr);
    gap: clamp(18px, 3vw, 36px);
    margin-bottom: clamp(24px, 4vw, 48px);
}

body.theme-contemporary-luxury.page-prospectus .prospectus-story__copy {
    position: relative;
    top: auto;
    padding: clamp(22px, 3vw, 34px);
    border-radius: 28px;
}

body.theme-contemporary-luxury.page-prospectus .prospectus-story__copy h2,
body.theme-contemporary-luxury.page-prospectus .prospectus-note h2,
body.theme-contemporary-luxury.page-prospectus .contact-cta h2 {
    font-size: clamp(1.65rem, 2.7vw, 2.8rem);
    line-height: 1.06;
    letter-spacing: -0.045em;
}

body.theme-contemporary-luxury.page-prospectus .prospectus-story__copy p,
body.theme-contemporary-luxury.page-prospectus .prospectus-note p,
body.theme-contemporary-luxury.page-prospectus .contact-cta p {
    font-size: 0.95rem;
    line-height: 1.58;
}

body.theme-contemporary-luxury.page-prospectus .page-section {
    margin-top: clamp(28px, 4vw, 54px);
}

body.theme-contemporary-luxury.page-prospectus .section-title,
body.theme-contemporary-luxury.page-prospectus .section-title--compact {
    font-size: clamp(1.65rem, 2.6vw, 2.75rem);
    line-height: 1.08;
    letter-spacing: -0.045em;
}

body.theme-contemporary-luxury.page-prospectus .prospectus-journey__rail article,
body.theme-contemporary-luxury.page-prospectus .prospectus-institute-card {
    min-height: 0;
    padding: 18px;
    border-radius: 22px;
}

body.theme-contemporary-luxury.page-prospectus .prospectus-institute-card h3,
body.theme-contemporary-luxury.page-prospectus .prospectus-infra-card h3 {
    font-size: clamp(1.08rem, 1.4vw, 1.35rem);
    line-height: 1.12;
}

body.theme-contemporary-luxury.page-prospectus .prospectus-note {
    margin-top: clamp(24px, 4vw, 46px);
    padding: clamp(20px, 3vw, 32px);
    border-radius: 26px;
}

body.theme-contemporary-luxury.page-prospectus .prospectus-table th,
body.theme-contemporary-luxury.page-prospectus .prospectus-table td {
    padding: 16px 15px;
}

body.theme-contemporary-luxury.page-prospectus .prospectus-course strong {
    font-size: clamp(1rem, 1.12vw, 1.16rem);
}

body.theme-contemporary-luxury.page-prospectus .prospectus-table td,
body.theme-contemporary-luxury.page-prospectus .prospectus-table td small {
    font-size: 0.9rem;
    line-height: 1.45;
}

body.theme-contemporary-luxury.page-prospectus .prospectus-infra-card img {
    height: 165px;
}

body.theme-contemporary-luxury.page-prospectus .prospectus-infra-card div {
    padding: 18px;
}

@media (max-width: 980px) {
    body.theme-contemporary-luxury.page-prospectus .prospectus-cover,
    body.theme-contemporary-luxury.page-prospectus .prospectus-story {
        grid-template-columns: 1fr;
    }

    body.theme-contemporary-luxury.page-prospectus .prospectus-cover__copy h1 {
        font-size: clamp(1.85rem, 7vw, 3rem);
    }
}

@media (max-width: 640px) {
    body.theme-contemporary-luxury.page-prospectus .prospectus-cover {
        padding: 18px;
    }

    body.theme-contemporary-luxury.page-prospectus .prospectus-cover__identity {
        align-items: center;
    }

    body.theme-contemporary-luxury.page-prospectus .prospectus-cover__copy .hero-actions {
        display: grid;
    }

    body.theme-contemporary-luxury.page-prospectus .prospectus-metrics article,
    body.theme-contemporary-luxury.page-prospectus .prospectus-story__grid article {
        padding: 16px;
    }
}

/* Launch ceremony */
.launch-body {
    min-height: 100vh;
    margin: 0;
    overflow-x: hidden;
    color: #f7ffff;
    background:
        radial-gradient(circle at 12% 16%, rgba(235, 193, 93, 0.28), transparent 28%),
        radial-gradient(circle at 84% 18%, rgba(41, 183, 190, 0.38), transparent 30%),
        linear-gradient(135deg, #052c38 0%, #075d6f 48%, #0aa4bd 100%);
}

.launch-stage {
    min-height: 100vh;
    display: grid;
    place-items: center;
    padding: clamp(18px, 3vw, 44px);
}

.launch-shell {
    width: min(1480px, 100%);
    display: grid;
    gap: clamp(18px, 2.4vw, 34px);
    padding: clamp(20px, 3vw, 42px);
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: clamp(30px, 4vw, 58px);
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.06)),
        rgba(5, 44, 56, 0.48);
    box-shadow: 0 38px 120px rgba(2, 35, 45, 0.44);
    backdrop-filter: blur(22px);
}

.launch-copy {
    display: grid;
    gap: 12px;
    max-width: 980px;
}

.launch-kicker {
    margin: 0;
    color: #f4d486;
    font-size: clamp(0.78rem, 1vw, 0.98rem);
    font-weight: 900;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.launch-copy h1 {
    max-width: 980px;
    margin: 0;
    color: #ffffff;
    font-size: clamp(2.2rem, 4.8vw, 5.6rem);
    line-height: 0.95;
    letter-spacing: -0.065em;
}

.launch-copy p:last-child {
    max-width: 780px;
    margin: 0;
    color: rgba(247, 255, 255, 0.82);
    font-size: clamp(1rem, 1.25vw, 1.32rem);
    line-height: 1.65;
}

.launch-frame {
    position: relative;
    margin: 0;
    min-height: clamp(320px, 48vw, 660px);
    display: grid;
    place-items: center;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.32);
    border-radius: clamp(24px, 3vw, 44px);
    background: rgba(238, 253, 255, 0.92);
    box-shadow: inset 0 0 0 1px rgba(7, 93, 111, 0.08), 0 28px 90px rgba(0, 32, 42, 0.32);
}

.launch-frame::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.28), transparent 24%, transparent 76%, rgba(255, 255, 255, 0.2)),
        radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.22), transparent 34%);
}

.launch-frame img {
    width: 100%;
    height: 100%;
    max-height: 72vh;
    object-fit: contain;
    display: block;
}

.launch-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
}

.launch-button,
.launch-skip {
    border-radius: 999px;
    font-weight: 900;
    text-decoration: none;
}

.launch-button {
    min-width: 230px;
    border: 0;
    padding: 18px 30px;
    color: #062f39;
    background: linear-gradient(135deg, #fff1bf, #e4b95a);
    box-shadow: 0 22px 50px rgba(0, 37, 46, 0.32);
    cursor: pointer;
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.launch-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 28px 70px rgba(0, 37, 46, 0.4);
}

.launch-button:disabled {
    cursor: wait;
    opacity: 0.86;
}

.launch-skip {
    padding: 16px 24px;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.28);
    background: rgba(255, 255, 255, 0.1);
}

.launch-body.is-launching .launch-shell {
    animation: launchOpen 950ms cubic-bezier(0.18, 0.86, 0.3, 1) forwards;
}

@keyframes launchOpen {
    0% {
        transform: scale(1);
        opacity: 1;
        filter: saturate(1);
    }
    70% {
        transform: scale(1.025);
        opacity: 1;
        filter: saturate(1.24) brightness(1.04);
    }
    100% {
        transform: scale(1.045);
        opacity: 0;
        filter: saturate(1.3) brightness(1.18);
    }
}

@media (max-width: 760px) {
    .launch-shell {
        border-radius: 28px;
    }

    .launch-frame {
        min-height: 260px;
    }

    .launch-frame img {
        max-height: 52vh;
    }

    .launch-button,
    .launch-skip {
        width: 100%;
        text-align: center;
    }
}

/* Final presentation scale correction.
   Keeps the premium visual language, but removes the oversized "zoomed-in" feel. */
body.theme-contemporary-luxury {
    --container: min(1180px, calc(100vw - 48px));
    --program-container: min(1280px, calc(100vw - 56px));
    --radius-xl: 24px;
    --radius-lg: 18px;
    --radius-md: 14px;
    font-size: 15px;
}

body.theme-contemporary-luxury .site-header__main {
    gap: 18px;
    padding: 10px 0;
}

body.theme-contemporary-luxury .brand-mark img {
    width: 46px;
    height: 46px;
    border-radius: 12px;
}

body.theme-contemporary-luxury .brand-mark strong {
    font-size: 0.96rem;
}

body.theme-contemporary-luxury .brand-mark__eyebrow {
    font-size: 0.62rem;
}

body.theme-contemporary-luxury .brand-mark__subline,
body.theme-contemporary-luxury .brand-mark span {
    font-size: 0.72rem;
}

body.theme-contemporary-luxury .site-nav {
    gap: 16px;
    padding: 8px 14px;
}

body.theme-contemporary-luxury .site-nav a {
    font-size: 0.88rem;
}

body.theme-contemporary-luxury .primary-link,
body.theme-contemporary-luxury .ghost-link,
body.theme-contemporary-luxury .filter-pill {
    min-height: 42px;
    padding: 9px 15px;
    font-size: 0.9rem;
}

body.theme-contemporary-luxury .page-section,
body.theme-contemporary-luxury .institutions-grid,
body.theme-contemporary-luxury .impact-section,
body.theme-contemporary-luxury .leadership-section,
body.theme-contemporary-luxury .program-detail-grid,
body.theme-contemporary-luxury .related-programs {
    padding-top: 46px;
}

body.theme-contemporary-luxury .home-hero,
body.theme-contemporary-luxury .page-hero,
body.theme-contemporary-luxury .directory-hero,
body.theme-contemporary-luxury .program-hero {
    gap: 24px;
    padding-top: 30px;
    padding-bottom: 22px;
}

body.theme-contemporary-luxury .page-home .home-hero {
    min-height: min(620px, calc(100vh - 116px));
    padding: 34px 42px 32px;
}

body.theme-contemporary-luxury .page-home .home-hero__title,
body.theme-contemporary-luxury .home-hero__title {
    max-width: 760px;
    font-size: clamp(2.15rem, 3.4vw, 3.85rem);
    line-height: 0.98;
    letter-spacing: -0.055em;
}

body.theme-contemporary-luxury .page-hero__title {
    max-width: 740px;
    font-size: clamp(1.9rem, 2.6vw, 3rem);
    line-height: 1.04;
    letter-spacing: -0.045em;
}

body.theme-contemporary-luxury .hero-title {
    font-size: clamp(2.25rem, 4.2vw, 4.7rem);
    line-height: 0.98;
}

body.theme-contemporary-luxury .section-title {
    font-size: clamp(1.42rem, 2vw, 2.2rem);
    line-height: 1.08;
    letter-spacing: -0.035em;
}

body.theme-contemporary-luxury .home-hero__lead,
body.theme-contemporary-luxury .page-hero__lead,
body.theme-contemporary-luxury .hero-text,
body.theme-contemporary-luxury .section-heading p,
body.theme-contemporary-luxury .section-lead,
body.theme-contemporary-luxury .directory-hero p,
body.theme-contemporary-luxury .program-hero__microcopy,
body.theme-contemporary-luxury .content-card p,
body.theme-contemporary-luxury .program-card p {
    font-size: 0.94rem;
    line-height: 1.62;
}

body.theme-contemporary-luxury .content-card,
body.theme-contemporary-luxury .program-card__body,
body.theme-contemporary-luxury .page-hero__panel,
body.theme-contemporary-luxury .metric-tile,
body.theme-contemporary-luxury .hero-metric,
body.theme-contemporary-luxury .home-hero__panel,
body.theme-contemporary-luxury .directory-hero__panel,
body.theme-contemporary-luxury .timeline-card,
body.theme-contemporary-luxury .journey-year-group__program {
    padding: 18px;
}

body.theme-contemporary-luxury .page-grid,
body.theme-contemporary-luxury .program-grid,
body.theme-contemporary-luxury .gallery-grid,
body.theme-contemporary-luxury .leadership-grid,
body.theme-contemporary-luxury .home-snapshot__grid,
body.theme-contemporary-luxury .home-updates__grid,
body.theme-contemporary-luxury .home-infrastructure__grid {
    gap: 14px;
}

body.theme-contemporary-luxury .program-card__image {
    height: 178px;
}

body.theme-contemporary-luxury .program-card h3,
body.theme-contemporary-luxury .program-card__title-copy h3,
body.theme-contemporary-luxury .content-card h3 {
    font-size: clamp(1.08rem, 1.35vw, 1.42rem);
    line-height: 1.12;
}

body.theme-contemporary-luxury .program-card__body {
    gap: 12px;
}

body.theme-contemporary-luxury .program-card p {
    min-height: 0;
}

body.theme-contemporary-luxury .program-card__title-icon,
body.theme-contemporary-luxury .program-card__visual-icon {
    width: 42px;
    height: 42px;
    border-radius: 14px;
}

body.theme-contemporary-luxury .metric-tile strong,
body.theme-contemporary-luxury .hero-metric strong,
body.theme-contemporary-luxury .home-snapshot-card strong,
body.theme-contemporary-luxury .directory-hero__panel strong {
    font-size: clamp(1.25rem, 1.9vw, 2.1rem);
}

body.theme-contemporary-luxury .home-snapshot-card {
    min-height: 150px;
    padding: 18px;
}

body.theme-contemporary-luxury .home-updates-card__body,
body.theme-contemporary-luxury .home-infrastructure-card__body {
    padding: 18px;
}

body.theme-contemporary-luxury .gallery-card__media {
    height: 190px;
}

body.theme-contemporary-luxury .photo-grid {
    gap: 12px;
}

body.theme-contemporary-luxury .page-grid--four,
body.theme-contemporary-luxury .home-infrastructure__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.theme-contemporary-luxury .page-grid--three,
body.theme-contemporary-luxury .program-grid,
body.theme-contemporary-luxury .gallery-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.theme-contemporary-luxury .program-hero__stage {
    min-height: 430px;
}

body.theme-contemporary-luxury .program-hero__visual {
    height: 380px;
}

body.theme-contemporary-luxury .page-hero__visual {
    min-height: 280px;
}

body.theme-contemporary-luxury .site-footer__grid {
    gap: 18px;
    padding: 22px;
}

@media (max-width: 1180px) {
    body.theme-contemporary-luxury {
        --container: min(100% - 34px, 1040px);
        --program-container: min(100% - 34px, 1100px);
    }

    body.theme-contemporary-luxury .site-actions {
        display: none;
    }

    body.theme-contemporary-luxury .page-grid--four,
    body.theme-contemporary-luxury .home-infrastructure__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    body.theme-contemporary-luxury {
        --container: min(100% - 24px, 680px);
        font-size: 14px;
    }

    body.theme-contemporary-luxury .site-header__main {
        align-items: flex-start;
        gap: 12px;
        padding: 12px 0;
    }

    body.theme-contemporary-luxury .site-nav {
        width: 100%;
        justify-content: center;
        gap: 12px;
        overflow-x: auto;
    }

    body.theme-contemporary-luxury .page-home .home-hero {
        min-height: 0;
        padding: 24px 18px;
    }

    body.theme-contemporary-luxury .page-home .home-hero__title,
    body.theme-contemporary-luxury .home-hero__title,
    body.theme-contemporary-luxury .page-hero__title {
        font-size: clamp(1.75rem, 9vw, 2.55rem);
        line-height: 1.02;
    }

    body.theme-contemporary-luxury .page-grid--three,
    body.theme-contemporary-luxury .page-grid--four,
    body.theme-contemporary-luxury .program-grid,
    body.theme-contemporary-luxury .gallery-grid,
    body.theme-contemporary-luxury .home-infrastructure__grid {
        grid-template-columns: 1fr;
    }

    body.theme-contemporary-luxury .program-card__image,
    body.theme-contemporary-luxury .gallery-card__media {
        height: 170px;
    }
}

/* Homepage stage proportion correction */
body.theme-contemporary-luxury .home-stage {
    width: auto;
    max-width: var(--container);
    margin: 24px auto 0;
}

body.theme-contemporary-luxury .home-stage__frame {
    display: grid;
    grid-template-columns: minmax(280px, 0.36fr) minmax(0, 0.64fr);
    align-items: stretch;
    gap: 22px;
}

body.theme-contemporary-luxury .home-stage__intro {
    min-height: 0;
    padding: 24px;
    border-radius: 24px;
}

body.theme-contemporary-luxury .home-stage__headline {
    max-width: 13ch;
    font-size: clamp(1.85rem, 2.7vw, 3.05rem);
    line-height: 1;
    letter-spacing: -0.052em;
}

body.theme-contemporary-luxury .home-stage__summary,
body.theme-contemporary-luxury .home-stage__support {
    max-width: 44ch;
    font-size: 0.92rem;
    line-height: 1.58;
}

body.theme-contemporary-luxury .home-stage__credentials {
    gap: 8px;
}

body.theme-contemporary-luxury .home-stage__credentials span {
    padding: 7px 10px;
    font-size: 0.7rem;
}

body.theme-contemporary-luxury .home-stage__visual.home-stage__slider,
body.theme-contemporary-luxury .home-stage__slider {
    min-height: 0 !important;
    height: clamp(360px, 48vh, 560px);
    max-height: 560px;
    border-radius: 26px;
}

body.theme-contemporary-luxury .home-stage__visual-caption {
    right: 22px;
    bottom: 22px;
    width: min(360px, calc(100% - 44px));
    padding: 16px 18px;
    border-radius: 20px;
}

body.theme-contemporary-luxury .home-stage__visual-caption strong {
    font-size: clamp(1rem, 1.22vw, 1.25rem);
    line-height: 1.14;
}

body.theme-contemporary-luxury .home-stage__visual-caption p {
    font-size: 0.84rem;
    line-height: 1.48;
}

body.theme-contemporary-luxury .home-stage__visual .home-stage__controls {
    left: 20px;
    right: auto;
    bottom: 18px;
    gap: 8px;
}

body.theme-contemporary-luxury .home-stage__control {
    min-height: 36px;
    padding: 8px 12px;
    font-size: 0.74rem;
}

body.theme-contemporary-luxury .home-stage__dot {
    width: 10px;
    height: 10px;
}

@media (max-width: 980px) {
    body.theme-contemporary-luxury .home-stage__frame {
        grid-template-columns: 1fr;
    }

    body.theme-contemporary-luxury .home-stage__visual.home-stage__slider,
    body.theme-contemporary-luxury .home-stage__slider {
        height: clamp(320px, 50vh, 480px);
        max-height: 480px;
    }
}

@media (max-width: 640px) {
    body.theme-contemporary-luxury .home-stage {
        margin-top: 14px;
    }

    body.theme-contemporary-luxury .home-stage__frame {
        gap: 14px;
    }

    body.theme-contemporary-luxury .home-stage__intro {
        padding: 18px;
        border-radius: 20px;
    }

    body.theme-contemporary-luxury .home-stage__headline {
        font-size: clamp(1.55rem, 8vw, 2.15rem);
    }

    body.theme-contemporary-luxury .home-stage__visual.home-stage__slider,
    body.theme-contemporary-luxury .home-stage__slider {
        height: 300px;
        max-height: 300px;
        border-radius: 20px;
    }

    body.theme-contemporary-luxury .home-stage__visual-caption {
        left: 14px;
        right: 14px;
        bottom: 56px;
        width: auto;
        padding: 13px 14px;
        border-radius: 16px;
    }
}

/* Final homepage first-fold equal-height override */
@media (min-width: 981px) {
    body.theme-contemporary-luxury .home-stage__frame {
        align-items: stretch;
    }

    body.theme-contemporary-luxury .home-stage__intro,
    body.theme-contemporary-luxury .home-stage__visual.home-stage__slider,
    body.theme-contemporary-luxury .home-stage__slider {
        height: 100%;
        min-height: 560px !important;
        max-height: none !important;
    }

    body.theme-contemporary-luxury .home-stage__visual-caption {
        right: 26px;
        bottom: 26px;
        width: min(390px, calc(100% - 52px));
    }

    body.theme-contemporary-luxury .home-stage__visual .home-stage__controls {
        left: 26px;
        bottom: 24px;
    }
}

/* Mobile slider readability: keep the image clean, place story below */
@media (max-width: 980px) {
    body.theme-contemporary-luxury .home-stage__visual.home-stage__slider,
    body.theme-contemporary-luxury .home-stage__slider {
        height: auto;
        max-height: none;
        overflow: hidden;
    }

    body.theme-contemporary-luxury .home-stage__visual .home-stage__slide {
        position: relative;
        display: none;
        inset: auto;
        opacity: 1;
        pointer-events: auto;
    }

    body.theme-contemporary-luxury .home-stage__visual .home-stage__slide.is-active {
        display: grid;
    }

    body.theme-contemporary-luxury .home-stage__visual .home-stage__slide::after {
        display: none;
    }

    body.theme-contemporary-luxury .home-stage__visual .home-stage__slide img {
        height: clamp(260px, 54vw, 410px);
        object-fit: contain;
        background: #eaf5f7;
    }

    body.theme-contemporary-luxury .home-stage__visual-caption {
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;
        width: auto;
        margin: 0;
        padding: 18px 20px 76px;
        border: 0;
        border-radius: 0;
        background: linear-gradient(145deg, rgba(8, 54, 66, 0.94), rgba(15, 95, 115, 0.9));
        backdrop-filter: none;
    }

    body.theme-contemporary-luxury .home-stage__visual .home-stage__controls {
        left: 18px;
        right: 18px;
        bottom: 18px;
        justify-content: space-between;
    }
}

/* Header navigation refresh: premium segmented menu and document-led prospectus action */
body.theme-contemporary-luxury .site-header {
    background:
        linear-gradient(180deg, rgba(248, 253, 253, 0.96), rgba(238, 248, 249, 0.92)),
        radial-gradient(circle at 78% 18%, rgba(28, 178, 190, 0.13), transparent 34%);
    border-bottom: 1px solid rgba(8, 84, 100, 0.1);
    box-shadow: 0 16px 44px rgba(10, 59, 72, 0.08);
}

body.theme-contemporary-luxury .site-header__main {
    gap: 18px;
}

body.theme-contemporary-luxury .brand-mark {
    flex: 0 0 clamp(285px, 22vw, 360px);
    min-width: 285px;
    gap: 12px;
}

body.theme-contemporary-luxury .brand-mark img {
    flex: 0 0 auto;
    width: 58px;
    height: 58px;
    border-radius: 18px;
    object-fit: contain;
    background: rgba(255, 255, 255, 0.68);
    padding: 4px;
}

body.theme-contemporary-luxury .brand-mark__copy {
    min-width: 0;
    max-width: 270px;
}

body.theme-contemporary-luxury .brand-mark__eyebrow {
    max-width: 250px;
    font-size: 0.69rem;
    line-height: 1.18;
    letter-spacing: 0.105em;
}

body.theme-contemporary-luxury .brand-mark strong {
    max-width: 270px;
    font-size: clamp(0.92rem, 1.05vw, 1.04rem);
    line-height: 1.08;
    letter-spacing: -0.035em;
}

body.theme-contemporary-luxury .brand-mark__subline {
    font-size: 0.76rem;
    line-height: 1.15;
}

body.theme-contemporary-luxury .site-nav {
    flex: 1 1 auto;
    min-width: 0;
    justify-content: center;
    gap: 4px;
    padding: 6px;
    border: 1px solid rgba(5, 91, 107, 0.12);
    border-radius: 999px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(226, 245, 247, 0.66));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.95),
        0 18px 42px rgba(8, 67, 78, 0.08);
}

body.theme-contemporary-luxury .site-nav a {
    position: relative;
    min-height: 36px;
    padding: 9px 12px;
    border-radius: 999px;
    color: rgba(17, 34, 49, 0.74);
    font-size: 0.86rem;
    font-weight: 650;
    letter-spacing: -0.015em;
    transition: color 180ms ease, background 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

body.theme-contemporary-luxury .site-nav a::after {
    display: none;
}

body.theme-contemporary-luxury .site-nav a:hover {
    color: #083f4c;
    background: rgba(255, 255, 255, 0.62);
    transform: translateY(-1px);
}

body.theme-contemporary-luxury .site-nav a.is-active {
    color: #053f4b;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(214, 244, 247, 0.88));
    box-shadow:
        inset 0 0 0 1px rgba(11, 111, 130, 0.1),
        0 10px 22px rgba(7, 74, 88, 0.12);
}

body.theme-contemporary-luxury .site-actions {
    flex: 0 0 auto;
    gap: 10px;
}

body.theme-contemporary-luxury .site-action-prospectus {
    min-height: 48px;
    padding: 8px 18px 8px 14px;
    gap: 10px;
    color: #073e4a;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(226, 248, 249, 0.9));
    border-color: rgba(7, 105, 121, 0.18);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.94),
        0 16px 34px rgba(8, 76, 89, 0.1);
}

body.theme-contemporary-luxury .site-action-prospectus::before {
    content: "";
    width: 30px;
    height: 30px;
    border-radius: 11px;
    background:
        linear-gradient(135deg, #f7c95d, #fff1bb 52%, #58d4dd 53%, #0b7185),
        #e9f8f9;
    box-shadow: inset 0 0 0 1px rgba(5, 85, 99, 0.12);
}

body.theme-contemporary-luxury .site-action-prospectus span,
body.theme-contemporary-luxury .site-action-prospectus em {
    display: block;
    line-height: 1;
}

body.theme-contemporary-luxury .site-action-prospectus span {
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.035em;
    text-transform: uppercase;
}

body.theme-contemporary-luxury .site-action-prospectus em {
    margin-top: 3px;
    color: rgba(7, 62, 74, 0.62);
    font-size: 0.72rem;
    font-style: normal;
    font-weight: 750;
}

body.theme-contemporary-luxury .site-action-scholarship {
    min-height: 50px;
    padding: 9px 18px;
    border-color: rgba(7, 126, 139, 0.32);
    color: #073946;
    background:
        linear-gradient(135deg, rgba(231, 250, 251, 0.98), rgba(255, 249, 222, 0.94)),
        radial-gradient(circle at 18% 18%, rgba(232, 191, 97, 0.26), transparent 34%);
    box-shadow: 0 16px 34px rgba(7, 91, 104, 0.12);
}

body.theme-contemporary-luxury .site-action-scholarship span,
body.theme-contemporary-luxury .site-action-scholarship em {
    display: block;
    line-height: 1;
    text-transform: uppercase;
}

body.theme-contemporary-luxury .site-action-scholarship span {
    color: #064b5b;
    font-size: 0.75rem;
    font-weight: 900;
    letter-spacing: 0.04em;
}

body.theme-contemporary-luxury .site-action-scholarship em {
    margin-top: 5px;
    color: #687d58;
    font-size: 0.66rem;
    font-style: normal;
    font-weight: 850;
    letter-spacing: 0.05em;
}

body.theme-contemporary-luxury .site-action-programs {
    min-height: 48px;
    padding-inline: 22px;
    background:
        linear-gradient(135deg, #074f62 0%, #0a7f8e 58%, #0c6878 100%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.16),
        0 18px 38px rgba(4, 91, 111, 0.2);
}

body.theme-contemporary-luxury .site-action-programs:hover,
body.theme-contemporary-luxury .site-action-prospectus:hover {
    transform: translateY(-2px);
}

@media (max-width: 1180px) {
    body.theme-contemporary-luxury .site-header__main {
        justify-content: center;
    }

    body.theme-contemporary-luxury .brand-mark {
        flex-basis: auto;
        min-width: min(100%, 390px);
        justify-content: center;
        order: 1;
    }

    body.theme-contemporary-luxury .brand-mark__copy {
        max-width: 290px;
    }

    body.theme-contemporary-luxury .site-actions {
        display: flex;
        width: 100%;
        justify-content: center;
        order: 2;
    }

    body.theme-contemporary-luxury .site-nav {
        order: 3;
    }
}

@media (max-width: 760px) {
    body.theme-contemporary-luxury .brand-mark {
        min-width: 0;
        width: 100%;
        justify-content: center;
    }

    body.theme-contemporary-luxury .brand-mark img {
        width: 52px;
        height: 52px;
    }

    body.theme-contemporary-luxury .brand-mark__copy {
        max-width: min(260px, calc(100vw - 112px));
    }

    body.theme-contemporary-luxury .brand-mark__eyebrow,
    body.theme-contemporary-luxury .brand-mark strong,
    body.theme-contemporary-luxury .brand-mark__subline {
        max-width: 100%;
    }

    body.theme-contemporary-luxury .site-actions {
        gap: 8px;
    }

    body.theme-contemporary-luxury .site-action-prospectus,
    body.theme-contemporary-luxury .site-action-programs {
        min-height: 42px;
        padding-inline: 13px;
        font-size: 0.82rem;
    }

    body.theme-contemporary-luxury .site-action-prospectus::before {
        width: 25px;
        height: 25px;
        border-radius: 9px;
    }

    body.theme-contemporary-luxury .site-nav {
        justify-content: flex-start;
        padding: 5px;
        scroll-padding-inline: 12px;
    }

    body.theme-contemporary-luxury .site-nav a {
        min-height: 34px;
        padding: 8px 12px;
        white-space: nowrap;
    }
}

/* Final header architecture: desktop two-row, mobile hamburger */
body.theme-contemporary-luxury .site-header__main {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 14px 0 12px;
}

body.theme-contemporary-luxury .site-header__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    min-width: 0;
}

body.theme-contemporary-luxury .site-header__top .brand-mark {
    flex: 1 1 auto;
    min-width: 0;
    max-width: 560px;
}

body.theme-contemporary-luxury .site-header__top .brand-mark__copy {
    max-width: 430px;
}

body.theme-contemporary-luxury .site-header__top .brand-mark__eyebrow {
    max-width: 100%;
    font-size: 0.68rem;
    letter-spacing: 0.105em;
    white-space: normal;
}

body.theme-contemporary-luxury .site-header__top .brand-mark strong {
    max-width: 100%;
    font-size: clamp(1rem, 1.25vw, 1.18rem);
    white-space: normal;
}

body.theme-contemporary-luxury .site-header__top .brand-mark__subline {
    font-size: 0.78rem;
}

body.theme-contemporary-luxury .site-header__top .site-actions {
    display: flex;
    flex: 0 0 auto;
    width: auto;
    order: initial;
}

body.theme-contemporary-luxury .site-menu-toggle {
    display: none;
}

body.theme-contemporary-luxury .site-header__main > .site-nav {
    display: flex;
    width: min(100%, 760px);
    margin-inline: auto;
    order: initial;
    justify-content: center;
}

@media (max-width: 1180px) {
    body.theme-contemporary-luxury .site-header__top {
        flex-wrap: wrap;
        justify-content: center;
    }

    body.theme-contemporary-luxury .site-header__top .brand-mark {
        flex-basis: 100%;
        justify-content: center;
        text-align: center;
    }

    body.theme-contemporary-luxury .site-header__top .brand-mark__copy {
        max-width: min(100%, 430px);
    }

    body.theme-contemporary-luxury .site-header__top .site-actions {
        justify-content: center;
    }
}

@media (max-width: 820px) {
    body.theme-contemporary-luxury .site-header__main {
        gap: 10px;
        padding: 10px 0;
    }

    body.theme-contemporary-luxury .site-header__top {
        display: grid;
        grid-template-columns: 1fr auto;
        justify-content: stretch;
        gap: 10px 12px;
        width: 100%;
    }

    body.theme-contemporary-luxury .site-header__top .brand-mark {
        grid-column: 1 / 2;
        flex-basis: auto;
        justify-content: flex-start;
        text-align: left;
        width: auto;
    }

    body.theme-contemporary-luxury .site-header__top .brand-mark img {
        width: 48px;
        height: 48px;
        border-radius: 15px;
    }

    body.theme-contemporary-luxury .site-header__top .brand-mark__copy {
        max-width: min(100%, 300px);
    }

    body.theme-contemporary-luxury .site-header__top .brand-mark__eyebrow {
        font-size: 0.58rem;
        line-height: 1.18;
    }

    body.theme-contemporary-luxury .site-header__top .brand-mark strong {
        font-size: 0.92rem;
        line-height: 1.05;
    }

    body.theme-contemporary-luxury .site-header__top .brand-mark__subline {
        font-size: 0.68rem;
    }

    body.theme-contemporary-luxury .site-header__top .site-actions {
        grid-column: 1 / -1;
        grid-row: 2;
        justify-content: center;
        gap: 8px;
    }

    body.theme-contemporary-luxury .site-menu-toggle {
        grid-column: 2;
        grid-row: 1;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 9px;
        align-self: center;
        min-height: 42px;
        padding: 9px 13px;
        border: 1px solid rgba(7, 105, 121, 0.18);
        border-radius: 999px;
        color: #073e4a;
        background: rgba(255, 255, 255, 0.88);
        box-shadow: 0 14px 28px rgba(8, 76, 89, 0.09);
        font: inherit;
        font-size: 0.78rem;
        font-weight: 800;
        letter-spacing: 0.06em;
        text-transform: uppercase;
        cursor: pointer;
    }

    body.theme-contemporary-luxury .site-menu-toggle i,
    body.theme-contemporary-luxury .site-menu-toggle i::before,
    body.theme-contemporary-luxury .site-menu-toggle i::after {
        display: block;
        width: 17px;
        height: 2px;
        border-radius: 999px;
        background: #075366;
        transition: transform 180ms ease, opacity 180ms ease;
    }

    body.theme-contemporary-luxury .site-menu-toggle i {
        position: relative;
    }

    body.theme-contemporary-luxury .site-menu-toggle i::before,
    body.theme-contemporary-luxury .site-menu-toggle i::after {
        content: "";
        position: absolute;
        left: 0;
    }

    body.theme-contemporary-luxury .site-menu-toggle i::before {
        top: -6px;
    }

    body.theme-contemporary-luxury .site-menu-toggle i::after {
        top: 6px;
    }

    body.theme-contemporary-luxury .site-header.is-menu-open .site-menu-toggle i {
        background: transparent;
    }

    body.theme-contemporary-luxury .site-header.is-menu-open .site-menu-toggle i::before {
        transform: translateY(6px) rotate(45deg);
    }

    body.theme-contemporary-luxury .site-header.is-menu-open .site-menu-toggle i::after {
        transform: translateY(-6px) rotate(-45deg);
    }

    body.theme-contemporary-luxury .site-header__main > .site-nav {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        width: 100%;
        max-height: 0;
        margin: 0;
        padding: 0 8px;
        overflow: hidden;
        border-width: 0;
        opacity: 0;
        pointer-events: none;
        transform: translateY(-6px);
        transition: max-height 220ms ease, padding 220ms ease, opacity 180ms ease, transform 180ms ease;
    }

    body.theme-contemporary-luxury .site-header.is-menu-open .site-header__main > .site-nav {
        max-height: 360px;
        padding: 8px;
        border-width: 1px;
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0);
    }

    body.theme-contemporary-luxury .site-header__main > .site-nav a {
        justify-content: center;
        text-align: center;
    }
}

@media (max-width: 520px) {
    body.theme-contemporary-luxury .site-header__top {
        grid-template-columns: 1fr auto;
    }

    body.theme-contemporary-luxury .site-header__top .brand-mark {
        gap: 9px;
    }

    body.theme-contemporary-luxury .site-header__top .brand-mark img {
        width: 43px;
        height: 43px;
    }

    body.theme-contemporary-luxury .site-header__top .brand-mark__copy {
        max-width: calc(100vw - 150px);
    }

    body.theme-contemporary-luxury .site-menu-toggle span {
        display: none;
    }

    body.theme-contemporary-luxury .site-menu-toggle {
        width: 42px;
        padding-inline: 0;
    }

    body.theme-contemporary-luxury .site-header__top .site-action-prospectus,
    body.theme-contemporary-luxury .site-header__top .site-action-programs {
        flex: 1 1 0;
        justify-content: center;
        min-width: 0;
    }

    body.theme-contemporary-luxury .site-header__top .site-action-prospectus span {
        font-size: 0.66rem;
    }

    body.theme-contemporary-luxury .site-header__top .site-action-prospectus em {
        font-size: 0.62rem;
    }

    body.theme-contemporary-luxury .site-action-prospectus::before {
        display: none;
    }
}

/* Final pass: notices and events should read as official boards, not hero cards. */
.board-page {
    width: min(100% - 40px, 1220px);
    margin: clamp(22px, 4vw, 58px) auto;
}

.board-header {
    max-width: 820px;
    margin-bottom: 24px;
}

.board-header h1 {
    max-width: 760px;
    margin: 12px 0 12px;
    color: #082130;
    font-size: clamp(2rem, 3.8vw, 3.35rem);
    line-height: 0.98;
    letter-spacing: -0.055em;
}

.board-header p {
    max-width: 760px;
    margin: 0;
    color: #5f7786;
    font-size: clamp(1rem, 1.2vw, 1.16rem);
    line-height: 1.65;
}

.board-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin: 0 0 16px;
    padding: 12px 14px;
    border: 1px solid rgba(10, 92, 106, 0.12);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.64);
    color: #526f80;
    box-shadow: 0 14px 34px rgba(18, 73, 85, 0.06);
}

.board-list {
    display: grid;
    gap: 14px;
}

.board-item {
    display: grid;
    grid-template-columns: 156px minmax(0, 1fr) auto;
    align-items: center;
    gap: 20px;
    padding: 16px;
    border: 1px solid rgba(8, 85, 99, 0.13);
    border-radius: 28px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(240, 250, 251, 0.82));
    box-shadow: 0 20px 46px rgba(16, 82, 96, 0.08);
}

.board-item__thumb {
    display: block;
    width: 156px;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border-radius: 20px;
    background: #dcebee;
}

.board-item__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.board-item__icon {
    display: grid;
    place-items: center;
    width: 96px;
    aspect-ratio: 1;
    border: 1px solid rgba(8, 92, 106, 0.14);
    border-radius: 24px;
    color: #076070;
    background: linear-gradient(145deg, #eef9fa, #dceff2);
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.board-item__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 8px;
}

.board-item__meta span,
.board-item__aside span {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: 4px 10px;
    border: 1px solid rgba(8, 92, 106, 0.14);
    border-radius: 999px;
    color: #557487;
    background: rgba(232, 248, 250, 0.82);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.board-item h2 {
    margin: 0;
    color: #0b2232;
    font-size: clamp(1.15rem, 1.6vw, 1.55rem);
    line-height: 1.16;
    letter-spacing: -0.035em;
}

.board-item p {
    max-width: 760px;
    margin: 8px 0 0;
    color: #5d7584;
    font-size: 0.98rem;
    line-height: 1.58;
}

.board-item__aside {
    min-width: 120px;
    text-align: right;
}

.board-item__aside strong {
    display: block;
    color: #075363;
    font-size: 1.8rem;
    line-height: 1;
}

.board-item__action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    margin-top: 10px;
    padding: 10px 16px;
    border-radius: 999px;
    color: #fff;
    background: linear-gradient(135deg, #075366, #0a8794);
    font-weight: 850;
    text-decoration: none;
    box-shadow: 0 14px 24px rgba(7, 83, 102, 0.15);
}

.event-detail-board,
.event-story-panel {
    width: min(100% - 40px, 1220px);
    margin: clamp(22px, 4vw, 58px) auto 0;
}

.event-detail-board {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
    gap: 18px;
    align-items: stretch;
}

.event-detail-board__copy,
.event-detail-board__facts,
.event-story-panel {
    border: 1px solid rgba(8, 85, 99, 0.13);
    border-radius: 32px;
    background: rgba(255, 255, 255, 0.84);
    box-shadow: 0 22px 54px rgba(16, 82, 96, 0.09);
}

.event-detail-board__copy {
    padding: clamp(26px, 4vw, 46px);
}

.event-detail-board__copy h1 {
    max-width: 760px;
    margin: 12px 0;
    color: #082130;
    font-size: clamp(2rem, 4vw, 3.45rem);
    line-height: 0.98;
    letter-spacing: -0.055em;
}

.event-detail-board__copy p,
.event-story-panel {
    color: #5f7786;
    font-size: 1.04rem;
    line-height: 1.65;
}

.event-detail-board__facts {
    display: grid;
    align-content: center;
    gap: 12px;
    padding: 20px;
}

.event-detail-board__facts article {
    padding: 18px;
    border: 1px solid rgba(8, 92, 106, 0.12);
    border-radius: 22px;
    background: rgba(237, 249, 250, 0.74);
}

.event-detail-board__facts strong {
    display: block;
    color: #075363;
    font-size: 1.25rem;
    line-height: 1.2;
}

.event-detail-board__facts span {
    display: block;
    margin-top: 4px;
    color: #5f7786;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.event-story-panel {
    padding: clamp(22px, 3vw, 34px);
}

.event-photo-grid .image-card {
    background: rgba(255, 255, 255, 0.9);
}

.event-photo-grid .image-card figcaption {
    padding: 12px 14px 14px;
    color: #526f80;
    font-size: 0.9rem;
    font-weight: 750;
}

@media (max-width: 860px) {
    .board-page,
    .event-detail-board,
    .event-story-panel {
        width: min(100% - 28px, 1220px);
    }

    .board-header h1,
    .event-detail-board__copy h1 {
        font-size: clamp(1.75rem, 8vw, 2.4rem);
        line-height: 1.04;
    }

    .board-toolbar,
    .board-item,
    .event-detail-board {
        grid-template-columns: 1fr;
    }

    .board-toolbar {
        align-items: flex-start;
        justify-content: flex-start;
    }

    .board-item {
        align-items: start;
        gap: 14px;
        padding: 14px;
        border-radius: 24px;
    }

    .board-item__thumb {
        width: 100%;
        aspect-ratio: 16 / 9;
    }

    .board-item__icon {
        width: 74px;
    }

    .board-item__aside {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        text-align: left;
    }

    .board-item__action {
        margin-top: 0;
    }
}

/* Final header theme: peacock navigation with restrained institutional luxury. */
body.theme-contemporary-luxury .site-header {
    background:
        linear-gradient(180deg, rgba(247, 253, 253, 0.97), rgba(239, 249, 250, 0.93)),
        radial-gradient(circle at 82% 20%, rgba(31, 168, 183, 0.14), transparent 34%);
    border-bottom: 1px solid rgba(8, 92, 106, 0.12);
    box-shadow: 0 18px 44px rgba(8, 63, 76, 0.08);
}

body.theme-contemporary-luxury .site-header__main {
    width: min(100% - 36px, 1460px);
    gap: 14px;
    padding: 12px 0 14px;
}

body.theme-contemporary-luxury .site-header__top {
    display: grid;
    grid-template-columns: minmax(260px, 0.8fr) minmax(520px, 1.45fr) minmax(500px, auto);
    align-items: center;
    gap: 18px;
}

body.theme-contemporary-luxury .site-header__top .brand-mark {
    max-width: none;
    min-width: 0;
}

body.theme-contemporary-luxury .site-header__top .brand-mark img {
    width: 58px;
    height: 58px;
}

body.theme-contemporary-luxury .site-header__top .brand-mark__copy {
    max-width: 300px;
}

body.theme-contemporary-luxury .site-header__top .brand-mark__eyebrow {
    color: #5b7485;
    font-size: 0.66rem;
    letter-spacing: 0.12em;
    line-height: 1.18;
}

body.theme-contemporary-luxury .site-header__top .brand-mark strong {
    color: #0a2130;
    font-size: clamp(0.98rem, 1.08vw, 1.1rem);
    line-height: 1.05;
}

body.theme-contemporary-luxury .site-header__top .brand-mark__subline {
    color: #607c8d;
    font-size: 0.76rem;
}

body.theme-contemporary-luxury .site-header__main > .site-nav {
    grid-column: 2;
    grid-row: 1;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 7px;
    justify-content: center;
    border: 1px solid rgba(251, 230, 178, 0.18);
    border-radius: 999px;
    background:
        linear-gradient(135deg, rgba(4, 64, 78, 0.96), rgba(7, 115, 128, 0.94) 52%, rgba(11, 143, 148, 0.92)),
        radial-gradient(circle at 18% 50%, rgba(250, 222, 149, 0.18), transparent 36%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.16),
        0 18px 38px rgba(5, 76, 91, 0.16);
}

body.theme-contemporary-luxury .site-header__main > .site-nav a {
    min-height: 38px;
    padding: 8px 14px;
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.86rem;
    font-weight: 760;
    letter-spacing: -0.01em;
    white-space: nowrap;
}

body.theme-contemporary-luxury .site-header__main > .site-nav a:hover {
    color: #fff7df;
    background: rgba(255, 255, 255, 0.09);
}

body.theme-contemporary-luxury .site-header__main > .site-nav a.is-active {
    color: #073946;
    background: linear-gradient(135deg, #fff8df, #e8bf61);
    box-shadow: 0 10px 22px rgba(232, 191, 97, 0.24);
}

body.theme-contemporary-luxury .site-header__main > .site-nav a::after {
    display: none;
}

body.theme-contemporary-luxury .site-header__top .site-actions {
    grid-column: 3;
    grid-row: 1;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 10px;
}

body.theme-contemporary-luxury .site-action-prospectus {
    min-height: 50px;
    padding: 9px 18px 9px 12px;
    border-color: rgba(214, 164, 61, 0.44);
    color: #074253;
    background:
        linear-gradient(135deg, rgba(255, 252, 235, 0.98), rgba(240, 212, 139, 0.95)),
        radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.96), transparent 34%);
    box-shadow: 0 16px 34px rgba(140, 105, 31, 0.14);
}

body.theme-contemporary-luxury .site-action-prospectus::before {
    background: linear-gradient(135deg, #fff4bd 0%, #e8bd58 38%, #0b8f94 39%, #06566a 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55);
}

body.theme-contemporary-luxury .site-action-prospectus span {
    color: #073946;
    font-size: 0.75rem;
}

body.theme-contemporary-luxury .site-action-prospectus em {
    color: #496b78;
    font-size: 0.68rem;
}

body.theme-contemporary-luxury .site-action-programs {
    min-height: 50px;
    padding-inline: 22px;
    background: linear-gradient(135deg, #064b5b, #0b7f8b);
    box-shadow: 0 18px 36px rgba(7, 91, 104, 0.2);
}

@media (max-width: 1320px) {
    body.theme-contemporary-luxury .site-header__top {
        grid-template-columns: minmax(250px, 0.78fr) minmax(430px, 1.32fr) minmax(430px, auto);
        gap: 12px;
    }

    body.theme-contemporary-luxury .site-header__main > .site-nav a {
        padding-inline: 10px;
        font-size: 0.82rem;
    }
}

@media (max-width: 1120px) {
    body.theme-contemporary-luxury .site-header__top {
        grid-template-columns: 1fr auto;
    }

    body.theme-contemporary-luxury .site-header__top .brand-mark {
        grid-column: 1;
    }

    body.theme-contemporary-luxury .site-header__top .site-actions {
        grid-column: 2;
    }

    body.theme-contemporary-luxury .site-header__main > .site-nav {
        grid-column: 1 / -1;
        grid-row: 2;
        width: min(100%, 880px);
        margin-inline: auto;
    }
}

@media (max-width: 820px) {
    body.theme-contemporary-luxury .site-header__main {
        width: min(100% - 24px, 1460px);
        padding: 10px 0 12px;
    }

    body.theme-contemporary-luxury .site-header__top {
        display: grid;
        grid-template-columns: 1fr auto;
        gap: 10px;
    }

    body.theme-contemporary-luxury .site-header__top .brand-mark {
        grid-column: 1;
        grid-row: 1;
    }

    body.theme-contemporary-luxury .site-header__top .site-actions {
        grid-column: 1 / -1;
        grid-row: 2;
        justify-content: center;
    }

    body.theme-contemporary-luxury .site-menu-toggle {
        grid-column: 2;
        grid-row: 1;
        color: #fff7df;
        border-color: rgba(251, 230, 178, 0.28);
        background: linear-gradient(135deg, #064b5b, #0b8390);
        box-shadow: 0 16px 30px rgba(6, 79, 94, 0.18);
    }

    body.theme-contemporary-luxury .site-menu-toggle i,
    body.theme-contemporary-luxury .site-menu-toggle i::before,
    body.theme-contemporary-luxury .site-menu-toggle i::after {
        background: #fff7df;
    }

    body.theme-contemporary-luxury .site-header__main > .site-nav {
        grid-column: 1 / -1;
        grid-row: 3;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: 100%;
        max-height: 0;
        padding: 0 8px;
        border-width: 0;
        opacity: 0;
        pointer-events: none;
    }

    body.theme-contemporary-luxury .site-header.is-menu-open .site-header__main > .site-nav {
        max-height: 420px;
        padding: 9px;
        border-width: 1px;
        opacity: 1;
        pointer-events: auto;
    }

    body.theme-contemporary-luxury .site-header__main > .site-nav a {
        min-height: 42px;
        justify-content: center;
        color: rgba(255, 255, 255, 0.88);
        background: rgba(255, 255, 255, 0.06);
    }

    body.theme-contemporary-luxury .site-header__main > .site-nav a.is-active {
        color: #073946;
    }
}

@media (max-width: 520px) {
    body.theme-contemporary-luxury .site-header__top .brand-mark__copy {
        max-width: calc(100vw - 126px);
    }

    body.theme-contemporary-luxury .site-header__top .site-action-prospectus,
    body.theme-contemporary-luxury .site-header__top .site-action-scholarship,
    body.theme-contemporary-luxury .site-header__top .site-action-programs {
        min-height: 44px;
    }
}

/* Final homepage updates: compact events and notice-board panels. */
body.theme-contemporary-luxury .section-heading__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
}

body.theme-contemporary-luxury .home-updates__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
}

body.theme-contemporary-luxury .home-update-card--compact-board {
    min-height: 0;
}

body.theme-contemporary-luxury .home-update-card--compact-board .home-update-card__body {
    height: 100%;
    gap: 18px;
    padding: clamp(20px, 2.4vw, 30px);
}

body.theme-contemporary-luxury .home-board-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(15, 95, 115, 0.11);
}

body.theme-contemporary-luxury .home-board-head .content-card__eyebrow {
    margin: 0;
}

body.theme-contemporary-luxury .home-board-head a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 7px 13px;
    border: 1px solid rgba(7, 98, 112, 0.16);
    border-radius: 999px;
    color: #075363;
    background: rgba(233, 248, 250, 0.76);
    font-size: 0.82rem;
    font-weight: 850;
}

body.theme-contemporary-luxury .home-board-list {
    display: grid;
    gap: 10px;
}

body.theme-contemporary-luxury .home-board-row {
    display: grid;
    grid-template-columns: 30px minmax(82px, 0.22fr) minmax(0, 1fr) 72px;
    align-items: center;
    gap: 12px;
    min-height: 82px;
    padding: 10px;
    border: 1px solid rgba(15, 95, 115, 0.1);
    border-radius: 20px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(238, 249, 250, 0.78));
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

body.theme-contemporary-luxury .home-board-row:hover {
    transform: translateY(-2px);
    border-color: rgba(7, 113, 126, 0.22);
    box-shadow: 0 16px 30px rgba(12, 95, 110, 0.08);
}

body.theme-contemporary-luxury .home-board-row--notice {
    grid-template-columns: minmax(92px, 0.24fr) minmax(0, 1fr) 72px;
}

body.theme-contemporary-luxury .home-board-row__number {
    display: grid;
    place-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #074253;
    background: linear-gradient(135deg, #fff8df, #e8bf61);
    font-size: 0.82rem;
    font-weight: 900;
}

body.theme-contemporary-luxury .home-board-row__date {
    color: #5f7786;
    font-size: 0.8rem;
    font-weight: 850;
    line-height: 1.2;
}

body.theme-contemporary-luxury .home-board-row strong {
    color: #112a38;
    font-family: var(--font-display);
    font-size: clamp(0.95rem, 1.08vw, 1.08rem);
    line-height: 1.2;
    letter-spacing: -0.03em;
}

body.theme-contemporary-luxury .home-board-row__thumb {
    display: block;
    width: 72px;
    aspect-ratio: 1;
    overflow: hidden;
    border-radius: 16px;
    background: #dceef1;
}

body.theme-contemporary-luxury .home-board-row__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body.theme-contemporary-luxury .home-board-row__thumb--document {
    display: grid;
    place-items: center;
    color: #075363;
    background: linear-gradient(145deg, #effafa, #d9eff2);
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

body.theme-contemporary-luxury .home-board-empty {
    padding: 18px;
    border: 1px dashed rgba(15, 95, 115, 0.18);
    border-radius: 22px;
    background: rgba(237, 249, 250, 0.58);
}

body.theme-contemporary-luxury .home-board-empty h3 {
    margin: 0 0 8px;
    color: #132c39;
    font-size: 1.1rem;
}

@media (max-width: 980px) {
    body.theme-contemporary-luxury .home-updates__grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    body.theme-contemporary-luxury .section-heading__actions {
        justify-content: flex-start;
    }

    body.theme-contemporary-luxury .home-board-row,
    body.theme-contemporary-luxury .home-board-row--notice {
        grid-template-columns: minmax(0, 1fr) 62px;
        gap: 8px 12px;
    }

    body.theme-contemporary-luxury .home-board-row__number {
        display: none;
    }

    body.theme-contemporary-luxury .home-board-row__date {
        grid-column: 1;
        order: -1;
    }

    body.theme-contemporary-luxury .home-board-row strong {
        grid-column: 1;
    }

    body.theme-contemporary-luxury .home-board-row__thumb {
        grid-column: 2;
        grid-row: 1 / span 2;
        width: 62px;
    }
}

/* Peacock Institutional Editorial template: the new public-site direction. */
body.theme-contemporary-luxury {
    background:
        radial-gradient(circle at 88% 10%, rgba(22, 170, 180, 0.16), transparent 30%),
        linear-gradient(180deg, #eef8f8 0%, #f7fbf9 52%, #eef8f8 100%);
}

body.theme-contemporary-luxury .page-shell {
    width: 100%;
    max-width: none;
    padding: clamp(22px, 3vw, 34px) 0 0;
}

body.theme-contemporary-luxury .site-header {
    background: rgba(238, 248, 249, 0.92);
    backdrop-filter: blur(18px);
}

body.theme-contemporary-luxury .site-header__main {
    width: min(100% - 40px, 1480px);
    padding: 12px 0;
}

body.theme-contemporary-luxury .site-header__top {
    grid-template-columns: minmax(280px, 0.78fr) minmax(690px, 1.3fr) minmax(360px, auto);
    gap: 16px;
}

body.theme-contemporary-luxury .site-header__top .brand-mark {
    gap: 12px;
}

body.theme-contemporary-luxury .site-header__top .brand-mark img {
    width: 62px;
    height: 62px;
    filter: drop-shadow(0 12px 20px rgba(5, 60, 72, 0.16));
}

body.theme-contemporary-luxury .site-header__top .brand-mark__copy {
    max-width: 330px;
}

body.theme-contemporary-luxury .site-header__top .brand-mark strong {
    font-size: 1rem;
    line-height: 1.08;
}

body.theme-contemporary-luxury .site-header__main > .site-nav {
    grid-column: 2;
    width: 100%;
    padding: 8px;
    border: 1px solid rgba(7, 105, 118, 0.22);
    background:
        linear-gradient(135deg, rgba(5, 72, 86, 0.98), rgba(8, 126, 139, 0.97) 54%, rgba(17, 154, 157, 0.95)),
        radial-gradient(circle at 16% 40%, rgba(247, 205, 105, 0.22), transparent 35%);
}

body.theme-contemporary-luxury .site-header__main > .site-nav a {
    min-height: 42px;
    padding-inline: 16px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.88rem;
    font-weight: 800;
}

body.theme-contemporary-luxury .site-header__main > .site-nav a.is-active {
    color: #083846;
    background: linear-gradient(135deg, #fff6d7, #e6bd5f);
}

body.theme-contemporary-luxury .site-header__top .site-actions {
    gap: 12px;
}

body.theme-contemporary-luxury .site-action-prospectus,
body.theme-contemporary-luxury .site-action-programs {
    min-height: 52px;
    border-radius: 999px;
}

body.theme-contemporary-luxury .home-stage--editorial {
    width: min(100% - 40px, 1480px);
    margin: 0 auto;
}

body.theme-contemporary-luxury .home-stage--editorial .home-stage__frame {
    position: relative;
    display: block;
    min-height: clamp(500px, 68vh, 720px);
    overflow: hidden;
    border: 1px solid rgba(7, 105, 118, 0.2);
    border-radius: 34px;
    background: #063d4d;
    box-shadow: 0 34px 80px rgba(6, 67, 82, 0.18);
}

body.theme-contemporary-luxury .home-stage--editorial .home-stage__visual {
    position: absolute;
    inset: 0;
    min-height: 0;
    border: 0;
    border-radius: inherit;
    background: #063d4d;
    box-shadow: none;
}

body.theme-contemporary-luxury .home-stage--editorial .home-stage__slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 700ms ease;
}

body.theme-contemporary-luxury .home-stage--editorial .home-stage__slide.is-active {
    opacity: 1;
}

body.theme-contemporary-luxury .home-stage--editorial .home-stage__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(0.96) contrast(1.02);
}

body.theme-contemporary-luxury .home-stage--editorial .home-stage__slide--poster img {
    object-fit: cover !important;
}

body.theme-contemporary-luxury .home-stage--editorial .home-stage__frame::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(3, 39, 50, 0.88) 0%, rgba(3, 55, 66, 0.72) 34%, rgba(3, 55, 66, 0.22) 64%, rgba(3, 55, 66, 0.1) 100%),
        linear-gradient(180deg, rgba(3, 39, 50, 0.24), rgba(3, 39, 50, 0.28));
    pointer-events: none;
}

body.theme-contemporary-luxury .home-stage--editorial .home-stage__intro {
    position: relative;
    z-index: 2;
    width: min(590px, 52%);
    min-height: inherit;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(36px, 6vw, 88px);
    color: #fff;
    background: transparent;
    border: 0;
    box-shadow: none;
}

body.theme-contemporary-luxury .home-stage--editorial .home-stage__headline {
    max-width: 560px;
    margin: 0;
    color: #ffffff;
    font-size: clamp(2.35rem, 4.8vw, 4.8rem);
    line-height: 0.98;
    letter-spacing: -0.065em;
}

body.theme-contemporary-luxury .home-stage--editorial .home-stage__summary {
    max-width: 570px;
    color: rgba(255, 255, 255, 0.86);
    font-size: clamp(1rem, 1.35vw, 1.22rem);
    line-height: 1.6;
}

body.theme-contemporary-luxury .home-stage--editorial .home-stage__visual-caption {
    position: absolute;
    z-index: 3;
    right: clamp(24px, 4vw, 56px);
    bottom: clamp(70px, 7vw, 92px);
    width: min(440px, 34vw);
    padding: 24px 28px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 26px;
    color: #fff;
    background: linear-gradient(135deg, rgba(11, 37, 45, 0.78), rgba(4, 66, 78, 0.72));
    box-shadow: 0 24px 54px rgba(3, 28, 36, 0.28);
    backdrop-filter: blur(16px);
}

body.theme-contemporary-luxury .home-stage--editorial .home-stage__visual-caption strong {
    display: block;
    margin-top: 12px;
    color: #fff;
    font-size: clamp(1.15rem, 1.8vw, 1.65rem);
    line-height: 1.12;
}

body.theme-contemporary-luxury .home-stage--editorial .home-stage__visual-caption p {
    margin: 10px 0 0;
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.5;
}

body.theme-contemporary-luxury .home-stage--editorial .home-stage__controls {
    z-index: 4;
    right: auto;
    left: clamp(36px, 6vw, 88px);
    bottom: clamp(24px, 3vw, 38px);
    width: auto;
}

body.theme-contemporary-luxury .home-action-strip {
    width: 100%;
    margin: 0;
    padding: 0 max(20px, calc((100vw - 1480px) / 2));
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    background: linear-gradient(135deg, #064b5b, #07808e 58%, #0b9b9d);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

body.theme-contemporary-luxury .home-action-strip a {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 6px 16px;
    align-items: center;
    min-height: 92px;
    padding: 20px clamp(18px, 3vw, 42px);
    color: #fff;
    border-right: 1px solid rgba(255, 255, 255, 0.14);
}

body.theme-contemporary-luxury .home-action-strip a::before {
    content: "";
    grid-row: 1 / span 2;
    width: 42px;
    height: 42px;
    border: 2px solid rgba(250, 205, 92, 0.82);
    border-radius: 14px;
    background: radial-gradient(circle at 32% 28%, rgba(255, 248, 218, 0.95), rgba(232, 190, 91, 0.45) 42%, rgba(255, 255, 255, 0.08) 43%);
}

body.theme-contemporary-luxury .home-action-strip span {
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

body.theme-contemporary-luxury .home-action-strip strong {
    color: #fff;
    font-size: clamp(1rem, 1.28vw, 1.22rem);
    line-height: 1.2;
}

body.theme-contemporary-luxury .home-action-strip__highlight {
    background: rgba(255, 255, 255, 0.08);
}

body.theme-contemporary-luxury .home-updates--editorial {
    width: min(100% - 40px, 1480px);
    margin: clamp(38px, 5vw, 70px) auto 0;
}

body.theme-contemporary-luxury .home-updates--editorial .section-title {
    max-width: 620px;
    font-size: clamp(1.8rem, 3vw, 3rem);
    line-height: 1.05;
}

body.theme-contemporary-luxury .home-updates--editorial .home-updates__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
}

body.theme-contemporary-luxury .home-updates--editorial .home-update-card--compact-board {
    border-radius: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}

body.theme-contemporary-luxury .home-updates--editorial .home-update-card__body {
    padding: 0;
    background: transparent;
}

body.theme-contemporary-luxury .home-updates--editorial .home-board-head {
    min-height: 54px;
    border-top: 2px solid rgba(7, 98, 112, 0.24);
    border-bottom: 1px solid rgba(7, 98, 112, 0.16);
}

body.theme-contemporary-luxury .home-updates--editorial .home-board-row {
    grid-template-columns: 34px 104px minmax(0, 1fr) 92px;
    min-height: 92px;
    padding: 12px 0;
    border: 0;
    border-bottom: 1px solid rgba(7, 98, 112, 0.13);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

body.theme-contemporary-luxury .home-updates--editorial .home-board-row--notice {
    grid-template-columns: 112px minmax(0, 1fr) 92px;
}

body.theme-contemporary-luxury .home-updates--editorial .home-board-row:hover {
    transform: none;
    background: rgba(255, 255, 255, 0.42);
    box-shadow: none;
}

body.theme-contemporary-luxury .home-updates--editorial .home-board-row__thumb {
    width: 92px;
    border-radius: 12px;
}

body.theme-contemporary-luxury .home-snapshot--band {
    width: 100%;
    margin: clamp(42px, 5vw, 72px) 0 0;
    padding: 24px max(20px, calc((100vw - 1480px) / 2));
    display: grid;
    grid-template-columns: 240px 1fr;
    align-items: center;
    gap: 28px;
    color: #fff;
    background:
        linear-gradient(135deg, #053d4d, #076f80 62%, #064c5d),
        radial-gradient(circle at 100% 50%, rgba(232, 190, 91, 0.18), transparent 30%);
}

body.theme-contemporary-luxury .home-snapshot--band .home-snapshot__label {
    color: #f3c76a;
    font-size: 0.95rem;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

body.theme-contemporary-luxury .home-snapshot--band .home-snapshot__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
}

body.theme-contemporary-luxury .home-snapshot--band .home-snapshot__card {
    min-height: auto;
    padding: 0 28px;
    border: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 0;
    color: #fff;
    background: transparent;
    box-shadow: none;
}

body.theme-contemporary-luxury .home-snapshot--band .home-snapshot__card strong {
    color: #fff;
    font-size: clamp(1.8rem, 3vw, 3rem);
    line-height: 1;
}

body.theme-contemporary-luxury .home-snapshot--band .home-snapshot__card span {
    color: rgba(255, 255, 255, 0.82);
}

body.theme-contemporary-luxury .home-legacy,
body.theme-contemporary-luxury .home-expansion,
body.theme-contemporary-luxury .home-infrastructure,
body.theme-contemporary-luxury .institutions-grid,
body.theme-contemporary-luxury .contact-cta,
body.theme-contemporary-luxury .page-section,
body.theme-contemporary-luxury .page-hero,
body.theme-contemporary-luxury .directory-hero,
body.theme-contemporary-luxury .program-hero,
body.theme-contemporary-luxury .board-page,
body.theme-contemporary-luxury .event-detail-board,
body.theme-contemporary-luxury .event-story-panel {
    width: min(100% - 40px, 1480px);
}

body.theme-contemporary-luxury .content-card,
body.theme-contemporary-luxury .notice-card,
body.theme-contemporary-luxury .media-card,
body.theme-contemporary-luxury .image-card,
body.theme-contemporary-luxury .program-card,
body.theme-contemporary-luxury .institution-card,
body.theme-contemporary-luxury .leadership-card,
body.theme-contemporary-luxury .profile-card,
body.theme-contemporary-luxury .prospectus-institute-card,
body.theme-contemporary-luxury .prospectus-infra-card {
    box-shadow: none;
}

@media (max-width: 1240px) {
    body.theme-contemporary-luxury .site-header__top {
        grid-template-columns: 1fr auto;
    }

    body.theme-contemporary-luxury .site-header__main > .site-nav {
        grid-column: 1 / -1;
        grid-row: 2;
    }

    body.theme-contemporary-luxury .site-header__top .site-actions {
        grid-column: 2;
    }
}

@media (max-width: 900px) {
    body.theme-contemporary-luxury .home-stage--editorial {
        width: min(100% - 24px, 1480px);
    }

    body.theme-contemporary-luxury .home-stage--editorial .home-stage__frame {
        min-height: 680px;
    }

    body.theme-contemporary-luxury .home-stage--editorial .home-stage__intro {
        width: 100%;
        min-height: 380px;
        padding: 28px;
        justify-content: flex-start;
    }

    body.theme-contemporary-luxury .home-stage--editorial .home-stage__frame::after {
        background:
            linear-gradient(180deg, rgba(3, 39, 50, 0.9) 0%, rgba(3, 55, 66, 0.54) 48%, rgba(3, 55, 66, 0.18) 100%);
    }

    body.theme-contemporary-luxury .home-stage--editorial .home-stage__headline {
        font-size: clamp(2rem, 10vw, 3.2rem);
    }

    body.theme-contemporary-luxury .home-stage--editorial .home-stage__visual-caption {
        left: 18px;
        right: 18px;
        bottom: 76px;
        width: auto;
        padding: 18px;
    }

    body.theme-contemporary-luxury .home-stage--editorial .home-stage__controls {
        left: 18px;
        bottom: 18px;
    }

    body.theme-contemporary-luxury .home-action-strip {
        grid-template-columns: 1fr;
    }

    body.theme-contemporary-luxury .home-action-strip a {
        min-height: 76px;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    }

    body.theme-contemporary-luxury .home-updates--editorial,
    body.theme-contemporary-luxury .home-legacy,
    body.theme-contemporary-luxury .home-expansion,
    body.theme-contemporary-luxury .home-infrastructure,
    body.theme-contemporary-luxury .institutions-grid,
    body.theme-contemporary-luxury .contact-cta,
    body.theme-contemporary-luxury .page-section,
    body.theme-contemporary-luxury .page-hero,
    body.theme-contemporary-luxury .directory-hero,
    body.theme-contemporary-luxury .program-hero,
    body.theme-contemporary-luxury .board-page,
    body.theme-contemporary-luxury .event-detail-board,
    body.theme-contemporary-luxury .event-story-panel {
        width: min(100% - 24px, 1480px);
    }

    body.theme-contemporary-luxury .home-updates--editorial .home-updates__grid,
    body.theme-contemporary-luxury .home-snapshot--band,
    body.theme-contemporary-luxury .home-snapshot--band .home-snapshot__grid {
        grid-template-columns: 1fr;
    }

    body.theme-contemporary-luxury .home-snapshot--band .home-snapshot__card {
        padding: 16px 0;
        border-left: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.18);
    }
}

@media (max-width: 640px) {
    body.theme-contemporary-luxury .site-header__main {
        width: min(100% - 20px, 1480px);
    }

    body.theme-contemporary-luxury .site-header__top .brand-mark img {
        width: 54px;
        height: 54px;
    }

    body.theme-contemporary-luxury .site-header__top .site-actions {
        display: none;
    }

    body.theme-contemporary-luxury .home-updates--editorial .home-board-row,
    body.theme-contemporary-luxury .home-updates--editorial .home-board-row--notice {
        grid-template-columns: minmax(0, 1fr) 72px;
    }

    body.theme-contemporary-luxury .home-updates--editorial .home-board-row__date {
        grid-column: 1;
    }

    body.theme-contemporary-luxury .home-updates--editorial .home-board-row__thumb {
        width: 72px;
    }
}

/* Hero alignment correction: intro and slider must read as one balanced unit. */
body.theme-contemporary-luxury .home-stage--editorial {
    --home-hero-height: clamp(440px, 38vw, 560px);
    width: min(100% - 40px, 1480px);
    margin: clamp(28px, 3.6vw, 48px) auto 0;
}

body.theme-contemporary-luxury .home-stage--editorial .home-stage__frame {
    position: relative;
    display: grid;
    grid-template-columns: minmax(360px, 0.78fr) minmax(0, 1.22fr);
    align-items: stretch;
    gap: clamp(20px, 2vw, 28px);
    min-height: var(--home-hero-height);
    height: var(--home-hero-height);
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

body.theme-contemporary-luxury .home-stage--editorial .home-stage__frame::after {
    content: none;
}

body.theme-contemporary-luxury .home-stage--editorial .home-stage__intro,
body.theme-contemporary-luxury .home-stage--editorial .home-stage__visual.home-stage__slider {
    min-height: var(--home-hero-height);
    height: var(--home-hero-height);
    border-radius: 28px;
}

body.theme-contemporary-luxury .home-stage--editorial .home-stage__intro {
    width: auto;
    padding: clamp(34px, 4vw, 64px);
    justify-content: center;
    color: #fff;
    background:
        linear-gradient(145deg, rgba(5, 73, 86, 0.98), rgba(14, 137, 146, 0.95)),
        radial-gradient(circle at 84% 16%, rgba(255, 232, 169, 0.18), transparent 30%);
    box-shadow: 0 30px 70px rgba(6, 72, 82, 0.18);
}

body.theme-contemporary-luxury .home-stage--editorial .home-stage__headline {
    font-size: clamp(2.25rem, 3.55vw, 4rem);
    line-height: 1.02;
    letter-spacing: -0.055em;
}

body.theme-contemporary-luxury .home-stage--editorial .home-stage__summary,
body.theme-contemporary-luxury .home-stage--editorial .home-stage__support {
    font-size: clamp(0.96rem, 1.08vw, 1.12rem);
    line-height: 1.58;
}

body.theme-contemporary-luxury .home-stage--editorial .home-stage__visual.home-stage__slider {
    position: relative;
    inset: auto;
    overflow: hidden;
    border: 1px solid rgba(7, 105, 118, 0.2);
    background: #d9eef1;
    box-shadow: 0 30px 72px rgba(6, 72, 82, 0.16);
}

body.theme-contemporary-luxury .home-stage--editorial .home-stage__visual .home-stage__slide img {
    object-fit: cover;
}

body.theme-contemporary-luxury .home-stage--editorial .home-stage__visual-caption {
    right: clamp(24px, 2.5vw, 40px);
    bottom: clamp(26px, 2.7vw, 44px);
    width: min(420px, 42%);
    padding: clamp(18px, 2vw, 24px);
    border-radius: 24px;
}

body.theme-contemporary-luxury .home-stage--editorial .home-stage__visual-caption strong {
    font-size: clamp(1.08rem, 1.35vw, 1.38rem);
}

body.theme-contemporary-luxury .home-stage--editorial .home-stage__visual-caption p {
    font-size: 0.96rem;
}

body.theme-contemporary-luxury .home-stage--editorial .home-stage__controls {
    left: calc(39% + clamp(36px, 4vw, 58px));
    bottom: clamp(18px, 2vw, 28px);
}

@media (max-width: 1100px) {
    body.theme-contemporary-luxury .home-stage--editorial {
        --home-hero-height: clamp(420px, 48vw, 520px);
    }

    body.theme-contemporary-luxury .home-stage--editorial .home-stage__frame {
        grid-template-columns: minmax(320px, 0.82fr) minmax(0, 1.18fr);
    }

    body.theme-contemporary-luxury .home-stage--editorial .home-stage__headline {
        font-size: clamp(2rem, 4.6vw, 3.2rem);
    }
}

@media (max-width: 860px) {
    body.theme-contemporary-luxury .home-stage--editorial {
        --home-hero-height: auto;
        width: min(100% - 24px, 1480px);
    }

    body.theme-contemporary-luxury .home-stage--editorial .home-stage__frame {
        grid-template-columns: 1fr;
        height: auto;
        min-height: 0;
    }

    body.theme-contemporary-luxury .home-stage--editorial .home-stage__intro {
        min-height: 0;
        height: auto;
        padding: 28px;
    }

    body.theme-contemporary-luxury .home-stage--editorial .home-stage__visual.home-stage__slider {
        min-height: 0;
        height: clamp(280px, 64vw, 430px);
    }

    body.theme-contemporary-luxury .home-stage--editorial .home-stage__visual-caption {
        left: 18px;
        right: 18px;
        bottom: 72px;
        width: auto;
        max-width: none;
    }

    body.theme-contemporary-luxury .home-stage--editorial .home-stage__controls {
        left: 18px;
        bottom: 18px;
    }
}

@media (max-width: 560px) {
    body.theme-contemporary-luxury .home-stage--editorial .home-stage__headline {
        font-size: clamp(2rem, 11vw, 2.9rem);
    }

    body.theme-contemporary-luxury .home-stage--editorial .home-stage__visual-caption {
        position: static;
        margin-top: 12px;
        color: #12303d;
        background: rgba(255, 255, 255, 0.82);
        box-shadow: none;
    }

    body.theme-contemporary-luxury .home-stage--editorial .home-stage__visual-caption strong,
    body.theme-contemporary-luxury .home-stage--editorial .home-stage__visual-caption p {
        color: #12303d;
    }
}

/* Homepage hero without intro panel: one cinematic slider, one concise overlay. */
body.theme-contemporary-luxury .home-stage--editorial {
    --home-hero-height: clamp(430px, 42vw, 620px);
    width: min(100% - 40px, 1480px);
    margin: clamp(24px, 3vw, 42px) auto 0;
}

body.theme-contemporary-luxury .home-stage--editorial .home-stage__frame {
    display: block;
    position: relative;
    height: var(--home-hero-height);
    min-height: var(--home-hero-height);
    overflow: hidden;
    border: 1px solid rgba(7, 105, 118, 0.22);
    border-radius: 30px;
    background: #063d4d;
    box-shadow: 0 34px 80px rgba(6, 67, 82, 0.18);
}

body.theme-contemporary-luxury .home-stage--editorial .home-stage__frame::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(90deg, rgba(3, 39, 50, 0.74) 0%, rgba(3, 55, 66, 0.42) 38%, rgba(3, 55, 66, 0.06) 70%),
        linear-gradient(180deg, rgba(3, 39, 50, 0.1), rgba(3, 39, 50, 0.3));
    pointer-events: none;
}

body.theme-contemporary-luxury .home-stage--editorial .home-stage__visual.home-stage__slider {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    min-height: 0;
    border: 0;
    border-radius: inherit;
    box-shadow: none;
}

body.theme-contemporary-luxury .home-stage--editorial .home-stage__visual-caption {
    z-index: 3;
    left: clamp(34px, 5vw, 76px);
    right: auto;
    bottom: clamp(74px, 7vw, 108px);
    width: min(560px, 46%);
    padding: 0;
    border: 0;
    border-radius: 0;
    color: #fff;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
}

body.theme-contemporary-luxury .home-stage--editorial .home-stage__visual-caption .eyebrow {
    color: #f3c76a;
}

body.theme-contemporary-luxury .home-stage--editorial .home-stage__visual-caption strong {
    margin-top: 20px;
    color: #fff;
    font-size: clamp(2.1rem, 4.2vw, 4.25rem);
    line-height: 1.02;
    letter-spacing: -0.055em;
}

body.theme-contemporary-luxury .home-stage--editorial .home-stage__visual-caption p {
    max-width: 500px;
    margin-top: 18px;
    color: rgba(255, 255, 255, 0.88);
    font-size: clamp(1rem, 1.25vw, 1.18rem);
    line-height: 1.52;
}

body.theme-contemporary-luxury .home-stage--editorial .home-stage__controls {
    z-index: 4;
    left: clamp(34px, 5vw, 76px);
    right: auto;
    bottom: clamp(22px, 2.5vw, 34px);
}

@media (max-width: 900px) {
    body.theme-contemporary-luxury .home-stage--editorial {
        --home-hero-height: clamp(380px, 74vw, 520px);
        width: min(100% - 24px, 1480px);
    }

    body.theme-contemporary-luxury .home-stage--editorial .home-stage__frame {
        height: var(--home-hero-height);
        min-height: var(--home-hero-height);
    }

    body.theme-contemporary-luxury .home-stage--editorial .home-stage__frame::after {
        background:
            linear-gradient(180deg, rgba(3, 39, 50, 0.72) 0%, rgba(3, 55, 66, 0.26) 48%, rgba(3, 55, 66, 0.58) 100%);
    }

    body.theme-contemporary-luxury .home-stage--editorial .home-stage__visual-caption {
        left: 22px;
        right: 22px;
        bottom: 70px;
        width: auto;
    }

    body.theme-contemporary-luxury .home-stage--editorial .home-stage__visual-caption strong {
        font-size: clamp(1.85rem, 7vw, 3rem);
    }

    body.theme-contemporary-luxury .home-stage--editorial .home-stage__visual-caption p {
        max-width: 580px;
    }

    body.theme-contemporary-luxury .home-stage--editorial .home-stage__controls {
        left: 22px;
        bottom: 18px;
    }
}

@media (max-width: 560px) {
    body.theme-contemporary-luxury .home-stage--editorial {
        --home-hero-height: 430px;
    }

    body.theme-contemporary-luxury .home-stage--editorial .home-stage__visual-caption {
        position: absolute;
        margin: 0;
        color: #fff;
        background: transparent;
    }

    body.theme-contemporary-luxury .home-stage--editorial .home-stage__visual-caption strong,
    body.theme-contemporary-luxury .home-stage--editorial .home-stage__visual-caption p {
        color: #fff;
    }

    body.theme-contemporary-luxury .home-stage--editorial .home-stage__visual-caption p {
        display: none;
    }
}

/* Peacock Master System: production direction based on the approved visual reference. */
body.theme-contemporary-luxury {
    --pm-ink: #062231;
    --pm-ink-soft: #314d5a;
    --pm-deep: #042c3c;
    --pm-deeper: #021c28;
    --pm-peacock: #006f7c;
    --pm-peacock-2: #0c9aa3;
    --pm-mint: #eaf8f7;
    --pm-gold: #e8b64f;
    --pm-gold-soft: #ffe4a4;
    --pm-line: rgba(0, 105, 118, 0.16);
    --pm-shadow: 0 24px 58px rgba(4, 44, 60, 0.14);
    min-width: 0;
    overflow-x: hidden;
    color: var(--pm-ink);
    font-family: "Manrope", sans-serif;
    background:
        radial-gradient(circle at 9% 22%, rgba(0, 154, 163, 0.11), transparent 22%),
        radial-gradient(circle at 86% 14%, rgba(232, 182, 79, 0.1), transparent 20%),
        linear-gradient(180deg, #f8fcfc 0%, #eef8f8 45%, #f9fcfb 100%);
}

body.theme-contemporary-luxury h1,
body.theme-contemporary-luxury h2,
body.theme-contemporary-luxury h3,
body.theme-contemporary-luxury h4,
body.theme-contemporary-luxury .section-title,
body.theme-contemporary-luxury .brand-mark strong {
    font-family: "Montserrat", "Manrope", sans-serif;
}

body.theme-contemporary-luxury .page-shell {
    padding-top: 0;
}

body.theme-contemporary-luxury .site-header {
    position: relative !important;
    top: auto !important;
    z-index: 50;
    isolation: isolate;
    border: 0;
    background:
        radial-gradient(ellipse at 94% 12%, rgba(232, 182, 79, 0.16), transparent 18%),
        radial-gradient(ellipse at 6% 80%, rgba(13, 154, 164, 0.18), transparent 22%),
        linear-gradient(90deg, #032635 0%, #063d4d 44%, #007d85 100%);
    box-shadow: 0 18px 40px rgba(4, 44, 60, 0.18);
}

body.theme-contemporary-luxury .site-header::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    opacity: 0.28;
    background:
        radial-gradient(ellipse at 9% 50%, transparent 0 15px, rgba(232, 182, 79, 0.42) 16px 18px, transparent 19px 58px),
        radial-gradient(ellipse at 9% 50%, rgba(28, 178, 180, 0.16), transparent 44px),
        radial-gradient(ellipse at 91% 50%, transparent 0 15px, rgba(232, 182, 79, 0.32) 16px 18px, transparent 19px 58px);
    background-size: 310px 120px, 310px 120px, 340px 120px;
    background-position: left center, left center, right center;
    background-repeat: no-repeat;
    pointer-events: none;
}

body.theme-contemporary-luxury .site-header.is-condensed {
    background:
        radial-gradient(ellipse at 94% 12%, rgba(232, 182, 79, 0.14), transparent 18%),
        linear-gradient(90deg, #032635 0%, #063d4d 50%, #007d85 100%);
    box-shadow: 0 14px 34px rgba(4, 44, 60, 0.16);
}

body.theme-contemporary-luxury .site-header__main {
    width: min(100% - 64px, 1660px);
    min-height: 92px;
    margin: 0 auto;
    padding: 12px 0;
    display: grid;
    grid-template-columns: minmax(290px, 0.7fr) minmax(580px, 1.3fr) auto;
    align-items: center;
    gap: clamp(18px, 2.4vw, 36px);
}

body.theme-contemporary-luxury .site-header__top {
    display: contents;
}

body.theme-contemporary-luxury .brand-mark {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr);
    align-items: center;
    gap: 14px;
    min-width: 0;
    color: #fff;
    text-decoration: none;
}

body.theme-contemporary-luxury .brand-mark img {
    width: 64px;
    height: 64px;
    object-fit: contain;
    border-radius: 0;
    background: transparent;
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.18);
}

body.theme-contemporary-luxury .brand-mark__copy {
    min-width: 0;
}

body.theme-contemporary-luxury .brand-mark__eyebrow {
    display: block;
    max-width: 360px;
    color: rgba(239, 250, 249, 0.82);
    font-size: 0.73rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    line-height: 1.25;
    text-transform: uppercase;
}

body.theme-contemporary-luxury .brand-mark strong {
    display: block;
    margin-top: 4px;
    color: #fff;
    font-size: clamp(1rem, 1.08vw, 1.22rem);
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: -0.03em;
}

body.theme-contemporary-luxury .brand-mark__subline {
    display: block;
    margin-top: 4px;
    color: var(--pm-gold-soft);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

body.theme-contemporary-luxury .site-nav {
    justify-self: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(16px, 1.55vw, 28px);
    width: auto;
    min-width: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

body.theme-contemporary-luxury .site-nav a {
    position: relative;
    padding: 10px 0;
    color: rgba(245, 252, 251, 0.86);
    font-size: clamp(0.78rem, 0.78vw, 0.94rem);
    font-weight: 800;
    letter-spacing: -0.01em;
    text-decoration: none;
    white-space: nowrap;
}

body.theme-contemporary-luxury .site-nav a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 4px;
    height: 2px;
    transform: scaleX(0);
    transform-origin: left;
    background: var(--pm-gold);
    transition: transform 180ms ease;
}

body.theme-contemporary-luxury .site-nav a:hover::after,
body.theme-contemporary-luxury .site-nav a.is-active::after {
    transform: scaleX(1);
}

body.theme-contemporary-luxury .site-nav a:hover,
body.theme-contemporary-luxury .site-nav a.is-active {
    color: #fff;
}

body.theme-contemporary-luxury .site-nav__mobile-action {
    display: none;
}

body.theme-contemporary-luxury .site-actions {
    justify-self: end;
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: max-content;
}

body.theme-contemporary-luxury .site-action-prospectus,
body.theme-contemporary-luxury .site-action-programs {
    min-height: 44px;
    padding: 0 18px;
    border-radius: 3px;
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

body.theme-contemporary-luxury .site-action-prospectus {
    gap: 10px;
    color: #fff;
    border: 1px solid rgba(232, 182, 79, 0.88);
    background: rgba(3, 38, 53, 0.38);
}

body.theme-contemporary-luxury .site-action-prospectus::before {
    content: "";
    width: 18px;
    height: 18px;
    border: 1.6px solid currentColor;
    border-radius: 2px;
    box-shadow: inset 7px 0 0 rgba(232, 182, 79, 0.82);
}

body.theme-contemporary-luxury .site-action-prospectus em {
    margin-left: 4px;
    color: var(--pm-gold-soft);
    font-style: normal;
    font-size: 0.68rem;
}

body.theme-contemporary-luxury .site-action-programs {
    color: #082230;
    border: 1px solid rgba(247, 214, 139, 0.9);
    background: linear-gradient(135deg, #e6b655 0%, #ffe09a 100%);
    box-shadow: 0 12px 30px rgba(232, 182, 79, 0.24);
}

body.theme-contemporary-luxury .site-menu-toggle {
    display: none;
}

body.theme-contemporary-luxury .home-stage--peacock {
    width: 100%;
    margin: 0;
    padding: 0;
}

body.theme-contemporary-luxury .home-stage--peacock .home-stage__frame {
    position: relative;
    height: clamp(380px, 34vw, 540px);
    min-height: 380px;
    overflow: hidden;
    border: 0;
    border-radius: 0;
    background: var(--pm-deep);
    box-shadow: none;
}

body.theme-contemporary-luxury .home-stage--peacock .home-stage__frame::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    background:
        linear-gradient(90deg, rgba(2, 28, 40, 0.88) 0%, rgba(4, 44, 60, 0.62) 33%, rgba(4, 44, 60, 0.18) 68%, rgba(2, 28, 40, 0.18) 100%),
        linear-gradient(180deg, rgba(2, 28, 40, 0.08), rgba(2, 28, 40, 0.22));
    pointer-events: none;
}

body.theme-contemporary-luxury .home-stage--peacock .home-stage__slider,
body.theme-contemporary-luxury .home-stage--peacock .home-stage__visual {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 0;
    background:
        radial-gradient(circle at 80% 8%, rgba(232, 182, 79, 0.18), transparent 20%),
        linear-gradient(120deg, #032635, #0c7b86);
    box-shadow: none;
}

body.theme-contemporary-luxury .home-stage--peacock .home-stage__slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 700ms ease;
}

body.theme-contemporary-luxury .home-stage--peacock .home-stage__slide.is-active {
    opacity: 1;
}

body.theme-contemporary-luxury .home-stage--peacock .home-stage__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(0.96) contrast(1.02);
}

body.theme-contemporary-luxury .home-stage--peacock .home-stage__slide--poster img {
    object-fit: contain;
    background: linear-gradient(115deg, rgba(4, 44, 60, 0.9), rgba(217, 241, 241, 0.4));
}

body.theme-contemporary-luxury .home-stage--peacock .home-stage__visual-caption {
    position: absolute;
    z-index: 5;
    left: clamp(64px, 10vw, 200px);
    top: 50%;
    bottom: auto;
    width: min(520px, 42vw);
    padding: 0;
    transform: translateY(-50%);
    color: #fff;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
}

body.theme-contemporary-luxury .home-stage--peacock .home-stage__visual-caption .eyebrow {
    color: var(--pm-gold);
    font-size: 0.77rem;
    letter-spacing: 0.15em;
}

body.theme-contemporary-luxury .home-stage--peacock .home-stage__visual-caption strong {
    display: block;
    margin-top: 18px;
    max-width: 12ch;
    color: #fff;
    font-family: "Montserrat", "Manrope", sans-serif;
    font-size: clamp(2.25rem, 4vw, 4rem);
    font-weight: 700;
    line-height: 1.06;
    letter-spacing: -0.045em;
}

body.theme-contemporary-luxury .home-stage--peacock .home-stage__visual-caption p {
    max-width: 440px;
    margin-top: 14px;
    color: rgba(255, 255, 255, 0.9);
    font-size: clamp(0.98rem, 1.05vw, 1.13rem);
    line-height: 1.5;
}

body.theme-contemporary-luxury .hero-actions--compact {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

body.theme-contemporary-luxury .hero-actions--compact .primary-link,
body.theme-contemporary-luxury .hero-actions--compact .ghost-link {
    min-height: 42px;
    padding: 0 22px;
    border-radius: 3px;
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

body.theme-contemporary-luxury .hero-actions--compact .primary-link {
    color: #082230;
    background: linear-gradient(135deg, #e5b04a, #ffe19d);
}

body.theme-contemporary-luxury .hero-actions--compact .ghost-link {
    color: #fff;
    border: 1px solid rgba(232, 182, 79, 0.9);
    background: rgba(3, 38, 53, 0.26);
}

body.theme-contemporary-luxury .home-stage--peacock .home-stage__controls {
    position: absolute;
    z-index: 7;
    left: 50%;
    bottom: 18px;
    display: flex;
    align-items: center;
    gap: 12px;
    transform: translateX(-50%);
}

body.theme-contemporary-luxury .home-stage__control {
    height: 38px;
    padding: 0 18px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    color: #fff;
    background: rgba(3, 38, 53, 0.55);
    backdrop-filter: blur(12px);
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

body.theme-contemporary-luxury .home-stage__dots {
    display: flex;
    gap: 8px;
    padding: 10px 12px;
    border-radius: 999px;
    background: rgba(3, 38, 53, 0.48);
    backdrop-filter: blur(12px);
}

body.theme-contemporary-luxury .home-stage__dot {
    width: 9px;
    height: 9px;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.55);
}

body.theme-contemporary-luxury .home-stage__dot.is-active {
    width: 22px;
    background: var(--pm-gold);
}

body.theme-contemporary-luxury .home-action-strip--peacock {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
    margin: 0;
    padding: 0 clamp(52px, 10vw, 210px);
    background:
        radial-gradient(ellipse at 15% 50%, rgba(232, 182, 79, 0.18), transparent 20%),
        linear-gradient(90deg, #04354a 0%, #006e82 52%, #04354a 100%);
    box-shadow: 0 16px 34px rgba(4, 44, 60, 0.18);
}

body.theme-contemporary-luxury .home-action-card {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr) 16px;
    align-items: center;
    gap: 18px;
    min-height: 86px;
    padding: 16px 30px;
    color: #fff;
    border-left: 1px solid rgba(255, 255, 255, 0.16);
    text-decoration: none;
}

body.theme-contemporary-luxury .home-action-card:last-child {
    border-right: 1px solid rgba(255, 255, 255, 0.16);
}

body.theme-contemporary-luxury .home-action-card::after {
    content: "›";
    color: var(--pm-gold);
    font-size: 2rem;
    line-height: 1;
}

body.theme-contemporary-luxury .home-action-card__icon {
    display: grid;
    place-items: center;
    width: 50px;
    height: 50px;
    color: var(--pm-gold);
}

body.theme-contemporary-luxury .home-action-card__icon svg {
    width: 38px;
    height: 38px;
}

body.theme-contemporary-luxury .home-action-card span:not(.home-action-card__icon) {
    display: block;
    color: #fff;
    font-size: 0.9rem;
    font-weight: 900;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

body.theme-contemporary-luxury .home-action-card strong {
    display: block;
    margin-top: 3px;
    color: rgba(255, 255, 255, 0.83);
    font-size: 0.82rem;
    font-weight: 600;
}

body.theme-contemporary-luxury .section-heading {
    width: min(100% - 64px, 1480px);
    margin: 0 auto 22px;
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 22px;
}

body.theme-contemporary-luxury .section-heading--center {
    display: block;
    text-align: center;
}

body.theme-contemporary-luxury .eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--pm-peacock);
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.18em;
    line-height: 1.2;
    text-transform: uppercase;
}

body.theme-contemporary-luxury .eyebrow::before {
    content: "";
    width: 42px;
    height: 1px;
    background: currentColor;
}

body.theme-contemporary-luxury .section-title {
    max-width: 640px;
    margin: 14px 0 0;
    color: var(--pm-ink);
    font-size: clamp(1.45rem, 2.25vw, 2.35rem);
    font-weight: 800;
    line-height: 1.14;
    letter-spacing: -0.045em;
}

body.theme-contemporary-luxury .section-heading__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

body.theme-contemporary-luxury .ghost-link {
    min-height: 40px;
    padding: 0 18px;
    border-radius: 999px;
    color: var(--pm-ink);
    border: 1px solid var(--pm-line);
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 12px 28px rgba(4, 44, 60, 0.08);
    font-size: 0.88rem;
    font-weight: 800;
}

body.theme-contemporary-luxury .home-updates--peacock {
    width: 100%;
    margin: 0;
    padding: clamp(26px, 3vw, 42px) 0;
    background: linear-gradient(180deg, #eef8f8, #f9fcfb);
}

body.theme-contemporary-luxury .home-updates__grid {
    width: min(100% - 64px, 1480px);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
}

body.theme-contemporary-luxury .home-board-panel {
    border: 1px solid var(--pm-line);
    border-radius: 0;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 18px 42px rgba(4, 44, 60, 0.09);
}

body.theme-contemporary-luxury .home-board-panel__body {
    padding: 18px 22px;
}

body.theme-contemporary-luxury .home-board-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding-bottom: 10px;
    border-bottom: 2px solid rgba(232, 182, 79, 0.55);
}

body.theme-contemporary-luxury .home-board-head span {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--pm-peacock);
    font-size: 0.95rem;
    font-weight: 900;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

body.theme-contemporary-luxury .home-board-head svg {
    width: 22px;
    height: 22px;
    color: var(--pm-gold);
}

body.theme-contemporary-luxury .home-board-head a {
    color: var(--pm-peacock);
    font-size: 0.82rem;
    font-weight: 900;
    text-decoration: none;
}

body.theme-contemporary-luxury .home-board-list {
    display: grid;
}

body.theme-contemporary-luxury .home-board-row {
    display: grid;
    grid-template-columns: 26px 84px minmax(0, 1fr) 124px;
    align-items: center;
    gap: 16px;
    min-height: 78px;
    padding: 12px 0;
    color: var(--pm-ink);
    border-bottom: 1px solid rgba(5, 96, 112, 0.12);
    text-decoration: none;
}

body.theme-contemporary-luxury .home-board-row:last-child {
    border-bottom: 0;
}

body.theme-contemporary-luxury .home-board-row__number {
    color: var(--pm-peacock);
    font-size: 1.25rem;
    font-weight: 900;
}

body.theme-contemporary-luxury .home-board-row__date {
    color: var(--pm-peacock);
    font-size: 0.78rem;
    font-weight: 800;
    line-height: 1.2;
    text-transform: uppercase;
}

body.theme-contemporary-luxury .home-board-row strong {
    color: var(--pm-ink);
    font-size: 0.96rem;
    font-weight: 850;
    line-height: 1.25;
}

body.theme-contemporary-luxury .home-board-row__thumb {
    display: block;
    width: 124px;
    height: 58px;
    overflow: hidden;
    border-radius: 0;
    background: var(--pm-mint);
}

body.theme-contemporary-luxury .home-board-row__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body.theme-contemporary-luxury .home-board-row__thumb--document {
    display: grid;
    place-items: center;
    color: var(--pm-peacock);
    border: 1px solid var(--pm-line);
    font-size: 0.75rem;
    font-weight: 900;
}

body.theme-contemporary-luxury .home-snapshot--peacock {
    width: 100%;
    margin: 0;
    padding: 20px clamp(52px, 10vw, 210px);
    display: grid;
    grid-template-columns: minmax(180px, 260px) 1fr;
    align-items: center;
    gap: 36px;
    color: #fff;
    background:
        radial-gradient(ellipse at 8% 50%, rgba(232, 182, 79, 0.18), transparent 24%),
        radial-gradient(ellipse at 96% 50%, rgba(232, 182, 79, 0.14), transparent 22%),
        linear-gradient(90deg, #04354a, #006e82 52%, #04354a);
}

body.theme-contemporary-luxury .home-snapshot__label {
    color: var(--pm-gold);
    font-size: 0.94rem;
    font-weight: 900;
    letter-spacing: 0.07em;
    line-height: 1.18;
    text-transform: uppercase;
}

body.theme-contemporary-luxury .home-snapshot__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
}

body.theme-contemporary-luxury .home-snapshot__card {
    padding: 6px clamp(20px, 2vw, 38px);
    color: #fff;
    border: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

body.theme-contemporary-luxury .home-snapshot__card strong {
    display: block;
    color: #fff;
    font-size: clamp(1.65rem, 2.2vw, 2.55rem);
    font-weight: 850;
    line-height: 1;
}

body.theme-contemporary-luxury .home-snapshot__card span {
    display: block;
    margin-top: 4px;
    color: rgba(255, 255, 255, 0.84);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

body.theme-contemporary-luxury .home-network,
body.theme-contemporary-luxury .home-pathways,
body.theme-contemporary-luxury .home-second-grid {
    width: min(100% - 64px, 1480px);
    margin-inline: auto;
}

body.theme-contemporary-luxury .home-network {
    padding: clamp(28px, 3.4vw, 48px) 0 16px;
}

body.theme-contemporary-luxury .home-network__grid {
    display: grid;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    margin-top: 24px;
    border-top: 1px solid var(--pm-line);
    border-bottom: 1px solid var(--pm-line);
    background: rgba(255, 255, 255, 0.45);
}

body.theme-contemporary-luxury .home-network__item {
    display: grid;
    place-items: center;
    gap: 10px;
    min-height: 108px;
    padding: 16px 10px;
    color: var(--pm-peacock);
    border-left: 1px solid var(--pm-line);
    text-align: center;
    text-decoration: none;
}

body.theme-contemporary-luxury .home-network__item:first-child {
    border-left: 0;
}

body.theme-contemporary-luxury .home-network__item svg {
    width: 34px;
    height: 34px;
}

body.theme-contemporary-luxury .home-network__item strong {
    color: var(--pm-ink);
    font-size: 0.78rem;
    font-weight: 900;
    line-height: 1.2;
    text-transform: uppercase;
}

body.theme-contemporary-luxury .home-pathways {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    margin-top: 20px;
    border: 1px solid rgba(232, 182, 79, 0.38);
    background:
        radial-gradient(ellipse at 3% 50%, rgba(232, 182, 79, 0.18), transparent 20%),
        linear-gradient(90deg, #04354a, #006e82);
}

body.theme-contemporary-luxury .home-pathways article {
    min-height: 92px;
    padding: 18px 24px;
    color: #fff;
    border-left: 1px solid rgba(255, 255, 255, 0.16);
}

body.theme-contemporary-luxury .home-pathways article:first-child {
    border-left: 0;
}

body.theme-contemporary-luxury .home-pathways strong {
    display: block;
    color: var(--pm-gold);
    font-size: 0.88rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

body.theme-contemporary-luxury .home-pathways span {
    display: block;
    margin-top: 6px;
    color: rgba(255, 255, 255, 0.84);
    font-size: 0.84rem;
    line-height: 1.45;
}

body.theme-contemporary-luxury .home-second-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: 34px;
    padding: clamp(26px, 3vw, 42px) 0 clamp(34px, 4vw, 60px);
}

body.theme-contemporary-luxury .home-impact-panel,
body.theme-contemporary-luxury .home-infra-preview {
    min-height: 360px;
    border: 1px solid var(--pm-line);
    background: rgba(255, 255, 255, 0.68);
    box-shadow: 0 18px 42px rgba(4, 44, 60, 0.09);
}

body.theme-contemporary-luxury .home-impact-panel {
    padding: 28px 32px;
}

body.theme-contemporary-luxury .home-impact-panel h2 {
    margin: 14px 0 12px;
    color: var(--pm-ink);
    font-size: clamp(1.55rem, 2.3vw, 2.45rem);
    font-weight: 850;
    line-height: 1.08;
    letter-spacing: -0.045em;
}

body.theme-contemporary-luxury .home-impact-panel > p {
    max-width: 640px;
    color: var(--pm-ink-soft);
    font-size: 0.96rem;
    line-height: 1.65;
}

body.theme-contemporary-luxury .home-impact-timeline {
    display: grid;
    gap: 14px;
    margin-top: 22px;
}

body.theme-contemporary-luxury .home-impact-timeline article {
    display: grid;
    grid-template-columns: 82px 1fr;
    gap: 16px;
    padding-top: 14px;
    border-top: 1px solid var(--pm-line);
}

body.theme-contemporary-luxury .home-impact-timeline span {
    color: var(--pm-peacock);
    font-size: 1.12rem;
    font-weight: 900;
}

body.theme-contemporary-luxury .home-impact-timeline strong {
    color: var(--pm-ink);
    font-size: 0.98rem;
    font-weight: 900;
}

body.theme-contemporary-luxury .home-impact-timeline p {
    margin-top: 4px;
    color: var(--pm-ink-soft);
    font-size: 0.85rem;
    line-height: 1.45;
}

body.theme-contemporary-luxury .home-infra-preview {
    overflow: hidden;
}

body.theme-contemporary-luxury .home-infra-preview__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 22px 24px 16px;
}

body.theme-contemporary-luxury .home-infra-preview__head a {
    color: var(--pm-peacock);
    font-size: 0.84rem;
    font-weight: 900;
    text-decoration: none;
}

body.theme-contemporary-luxury .home-infra-preview__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    background: rgba(5, 96, 112, 0.16);
}

body.theme-contemporary-luxury .home-infra-tile {
    position: relative;
    min-height: 150px;
    overflow: hidden;
    color: #fff;
    text-decoration: none;
    background: var(--pm-deep);
}

body.theme-contemporary-luxury .home-infra-tile img {
    width: 100%;
    height: 100%;
    min-height: 150px;
    object-fit: cover;
    opacity: 0.86;
    transition: transform 260ms ease, opacity 260ms ease;
}

body.theme-contemporary-luxury .home-infra-tile:hover img {
    transform: scale(1.04);
    opacity: 1;
}

body.theme-contemporary-luxury .home-infra-tile span {
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 12px;
    color: #fff;
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.03em;
    line-height: 1.2;
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.52);
    text-transform: uppercase;
}

body.theme-contemporary-luxury .site-footer {
    position: relative;
    margin-top: 0;
    color: #fff;
    background:
        radial-gradient(ellipse at 10% 32%, rgba(232, 182, 79, 0.16), transparent 22%),
        radial-gradient(ellipse at 92% 70%, rgba(12, 154, 163, 0.16), transparent 22%),
        linear-gradient(135deg, #032635, #064657 58%, #04313f);
}

body.theme-contemporary-luxury .footer-card,
body.theme-contemporary-luxury .footer-disclaimer {
    border-color: rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.06);
}

@media (max-width: 1320px) {
    body.theme-contemporary-luxury .site-header__main {
        grid-template-columns: minmax(260px, 0.72fr) minmax(520px, 1fr);
    }

    body.theme-contemporary-luxury .site-actions {
        grid-column: 2;
        grid-row: 1;
        justify-self: end;
    }

    body.theme-contemporary-luxury .site-nav {
        grid-column: 1 / -1;
        grid-row: 2;
    }
}

@media (max-width: 980px) {
    body.theme-contemporary-luxury .site-header__main {
        width: min(100% - 28px, 1660px);
        grid-template-columns: 1fr auto;
        min-height: 78px;
    }

    body.theme-contemporary-luxury .site-actions {
        display: none;
    }

    body.theme-contemporary-luxury .site-menu-toggle {
        display: inline-grid;
        place-items: center;
        width: 46px;
        height: 46px;
        justify-self: end;
        color: #fff;
        border: 1px solid rgba(255, 255, 255, 0.22);
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.08);
    }

    body.theme-contemporary-luxury .site-menu-toggle span {
        position: absolute;
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip: rect(0 0 0 0);
    }

    body.theme-contemporary-luxury .site-menu-toggle i,
    body.theme-contemporary-luxury .site-menu-toggle i::before,
    body.theme-contemporary-luxury .site-menu-toggle i::after {
        display: block;
        width: 20px;
        height: 2px;
        border-radius: 999px;
        background: currentColor;
        content: "";
    }

    body.theme-contemporary-luxury .site-menu-toggle i {
        position: relative;
    }

    body.theme-contemporary-luxury .site-menu-toggle i::before,
    body.theme-contemporary-luxury .site-menu-toggle i::after {
        position: absolute;
        left: 0;
    }

    body.theme-contemporary-luxury .site-menu-toggle i::before {
        top: -7px;
    }

    body.theme-contemporary-luxury .site-menu-toggle i::after {
        top: 7px;
    }

    body.theme-contemporary-luxury .site-nav {
        grid-column: 1 / -1;
        display: none;
        width: 100%;
        margin-top: 12px;
        padding: 12px;
        border: 1px solid rgba(255, 255, 255, 0.14);
        background: rgba(2, 28, 40, 0.88);
        box-shadow: 0 20px 42px rgba(0, 0, 0, 0.18);
    }

    body.theme-contemporary-luxury .site-header.is-menu-open .site-nav {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    body.theme-contemporary-luxury .site-nav a {
        padding: 12px 14px;
        border-radius: 10px;
        background: rgba(255, 255, 255, 0.06);
    }

    body.theme-contemporary-luxury .site-nav a::after {
        display: none;
    }

    body.theme-contemporary-luxury .site-nav__mobile-action {
        display: block;
        color: var(--pm-gold-soft) !important;
    }

    body.theme-contemporary-luxury .site-nav__mobile-action--strong {
        color: #072231 !important;
        background: linear-gradient(135deg, #e6b655, #ffe09a) !important;
    }

    body.theme-contemporary-luxury .home-stage--peacock .home-stage__frame {
        height: 440px;
        min-height: 440px;
    }

    body.theme-contemporary-luxury .home-stage--peacock .home-stage__visual-caption {
        left: 28px;
        right: 28px;
        top: 42px;
        width: auto;
        transform: none;
    }

    body.theme-contemporary-luxury .home-stage--peacock .home-stage__visual-caption strong {
        max-width: 12ch;
        font-size: clamp(2rem, 8vw, 3.3rem);
    }

    body.theme-contemporary-luxury .home-action-strip--peacock {
        grid-template-columns: 1fr;
        padding: 0 22px;
    }

    body.theme-contemporary-luxury .home-action-card {
        border-left: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.16);
        min-height: 74px;
    }

    body.theme-contemporary-luxury .home-action-card:first-child {
        border-top: 0;
    }

    body.theme-contemporary-luxury .home-updates__grid,
    body.theme-contemporary-luxury .home-second-grid {
        grid-template-columns: 1fr;
    }

    body.theme-contemporary-luxury .home-snapshot--peacock {
        grid-template-columns: 1fr;
        padding: 22px;
        gap: 16px;
    }

    body.theme-contemporary-luxury .home-snapshot__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.theme-contemporary-luxury .home-network__grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    body.theme-contemporary-luxury .home-pathways {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    body.theme-contemporary-luxury .brand-mark {
        grid-template-columns: 54px minmax(0, 1fr);
    }

    body.theme-contemporary-luxury .brand-mark img {
        width: 54px;
        height: 54px;
    }

    body.theme-contemporary-luxury .brand-mark__eyebrow {
        font-size: 0.64rem;
        letter-spacing: 0.1em;
    }

    body.theme-contemporary-luxury .brand-mark strong {
        font-size: 0.95rem;
    }

    body.theme-contemporary-luxury .site-header.is-menu-open .site-nav {
        grid-template-columns: 1fr;
    }

    body.theme-contemporary-luxury .home-stage--peacock .home-stage__frame {
        height: 410px;
        min-height: 410px;
    }

    body.theme-contemporary-luxury .home-stage--peacock .home-stage__frame::after {
        background:
            linear-gradient(180deg, rgba(2, 28, 40, 0.78) 0%, rgba(4, 44, 60, 0.42) 55%, rgba(2, 28, 40, 0.64) 100%);
    }

    body.theme-contemporary-luxury .home-stage--peacock .home-stage__visual-caption {
        top: 30px;
    }

    body.theme-contemporary-luxury .home-stage--peacock .home-stage__visual-caption p {
        display: none;
    }

    body.theme-contemporary-luxury .hero-actions--compact {
        margin-top: 18px;
    }

    body.theme-contemporary-luxury .home-stage__control {
        padding: 0 12px;
        font-size: 0.64rem;
    }

    body.theme-contemporary-luxury .home-updates__grid,
    body.theme-contemporary-luxury .home-network,
    body.theme-contemporary-luxury .home-pathways,
    body.theme-contemporary-luxury .home-second-grid,
    body.theme-contemporary-luxury .section-heading {
        width: min(100% - 28px, 1480px);
    }

    body.theme-contemporary-luxury .home-board-row {
        grid-template-columns: 22px 66px minmax(0, 1fr);
    }

    body.theme-contemporary-luxury .home-board-row__thumb {
        display: none;
    }

    body.theme-contemporary-luxury .home-snapshot__grid,
    body.theme-contemporary-luxury .home-network__grid,
    body.theme-contemporary-luxury .home-pathways,
    body.theme-contemporary-luxury .home-infra-preview__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.theme-contemporary-luxury .home-pathways article {
        min-height: 0;
        padding: 16px;
    }
}

/* Peacock reference lock: keeps the public site aligned with the approved master mockup. */
body.theme-contemporary-luxury {
    font-family: "Manrope", sans-serif;
    color: #082033;
    background:
        radial-gradient(circle at 10% 8%, rgba(229, 183, 83, 0.12), transparent 18%),
        radial-gradient(circle at 88% 16%, rgba(0, 137, 150, 0.14), transparent 22%),
        linear-gradient(180deg, #eef8f7 0%, #f8fcfb 48%, #eef8f8 100%);
}

body.theme-contemporary-luxury h1,
body.theme-contemporary-luxury h2,
body.theme-contemporary-luxury h3,
body.theme-contemporary-luxury h4,
body.theme-contemporary-luxury .site-nav,
body.theme-contemporary-luxury .primary-link,
body.theme-contemporary-luxury .ghost-link,
body.theme-contemporary-luxury .home-stage__visual-caption strong,
body.theme-contemporary-luxury .section-heading h2 {
    font-family: "Montserrat", "Manrope", sans-serif !important;
    letter-spacing: -0.045em;
}

body.theme-contemporary-luxury .site-header {
    position: relative !important;
    top: auto !important;
    z-index: 20;
    background:
        radial-gradient(ellipse at 17% 92%, rgba(229, 183, 83, 0.12), transparent 20%),
        radial-gradient(ellipse at 86% 20%, rgba(21, 163, 169, 0.32), transparent 24%),
        linear-gradient(90deg, #012839 0%, #04394c 46%, #027f86 100%) !important;
    box-shadow: 0 16px 38px rgba(3, 37, 50, 0.2);
}

body.theme-contemporary-luxury .site-header::after {
    opacity: 0.24;
    background:
        radial-gradient(ellipse at 6% 50%, transparent 0 15px, rgba(232, 182, 79, 0.54) 16px 18px, transparent 19px 58px),
        radial-gradient(ellipse at 6% 50%, rgba(13, 154, 164, 0.23), transparent 52px),
        radial-gradient(ellipse at 95% 50%, transparent 0 15px, rgba(232, 182, 79, 0.38) 16px 18px, transparent 19px 58px);
    background-size: 330px 116px, 330px 116px, 350px 116px;
    background-repeat: no-repeat;
    background-position: left center, left center, right center;
}

body.theme-contemporary-luxury .site-header__main {
    width: min(100% - 60px, 1560px) !important;
    min-height: 88px !important;
    margin: 0 auto !important;
    padding: 10px 0 !important;
    display: grid !important;
    grid-template-columns: minmax(275px, 360px) minmax(460px, 1fr) auto !important;
    grid-template-areas: "brand nav actions" !important;
    gap: clamp(16px, 2vw, 34px) !important;
    align-items: center !important;
}

body.theme-contemporary-luxury .site-header__top {
    display: contents !important;
}

body.theme-contemporary-luxury .brand-mark {
    grid-area: brand;
    display: grid !important;
    grid-template-columns: 58px minmax(0, 1fr) !important;
    gap: 13px !important;
    align-items: center !important;
    color: #fff !important;
    overflow: hidden;
}

body.theme-contemporary-luxury .brand-mark img {
    width: 58px !important;
    height: 58px !important;
    object-fit: contain !important;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22) !important;
}

body.theme-contemporary-luxury .brand-mark__copy {
    min-width: 0 !important;
    overflow: hidden;
}

body.theme-contemporary-luxury .brand-mark__eyebrow {
    color: rgba(238, 250, 249, 0.84) !important;
    font-size: 0.68rem !important;
    font-weight: 800 !important;
    letter-spacing: 0.12em !important;
    line-height: 1.18 !important;
}

body.theme-contemporary-luxury .brand-mark strong {
    color: #fff !important;
    font-size: clamp(0.92rem, 1vw, 1.12rem) !important;
    font-weight: 900 !important;
    line-height: 1.1 !important;
    letter-spacing: -0.045em !important;
}

body.theme-contemporary-luxury .brand-mark__subline {
    color: #f2c86f !important;
    font-size: 0.66rem !important;
    font-weight: 900 !important;
    letter-spacing: 0.12em !important;
    text-transform: uppercase !important;
}

body.theme-contemporary-luxury .site-header__main > .site-nav {
    grid-area: nav;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: clamp(16px, 1.35vw, 27px) !important;
    width: auto !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

body.theme-contemporary-luxury .site-header__main > .site-nav a {
    padding: 9px 0 !important;
    color: rgba(246, 253, 252, 0.9) !important;
    background: transparent !important;
    border-radius: 0 !important;
    font-size: clamp(0.72rem, 0.72vw, 0.88rem) !important;
    font-weight: 850 !important;
    letter-spacing: -0.012em !important;
    white-space: nowrap !important;
}

body.theme-contemporary-luxury .site-header__main > .site-nav a::after {
    bottom: 2px !important;
    height: 2px !important;
    background: #e6b655 !important;
}

body.theme-contemporary-luxury .site-header__main > .site-nav a.is-active,
body.theme-contemporary-luxury .site-header__main > .site-nav a:hover {
    color: #fff !important;
    background: transparent !important;
    box-shadow: none !important;
}

body.theme-contemporary-luxury .site-actions {
    grid-area: actions;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 12px !important;
}

body.theme-contemporary-luxury .site-action-prospectus,
body.theme-contemporary-luxury .site-action-programs {
    min-height: 42px !important;
    border-radius: 3px !important;
    font-family: "Montserrat", "Manrope", sans-serif !important;
    font-size: 0.74rem !important;
    font-weight: 900 !important;
    letter-spacing: 0.025em !important;
    text-transform: uppercase !important;
}

body.theme-contemporary-luxury .site-action-prospectus {
    padding: 0 17px !important;
    color: #fff !important;
    border: 1px solid #dcb257 !important;
    background: rgba(1, 40, 57, 0.58) !important;
}

body.theme-contemporary-luxury .site-action-prospectus::before {
    width: 18px !important;
    height: 18px !important;
    border-color: #f3d384 !important;
    box-shadow: inset 7px 0 0 #e6b655 !important;
}

body.theme-contemporary-luxury .site-action-prospectus em {
    color: #f5d78e !important;
    font-size: 0.65rem !important;
}

body.theme-contemporary-luxury .site-action-prospectus span {
    color: #fff !important;
}

body.theme-contemporary-luxury .site-action-programs {
    padding: 0 24px !important;
    color: #082033 !important;
    border: 1px solid #f1c76f !important;
    background: linear-gradient(135deg, #e5b653 0%, #f8cf78 100%) !important;
    box-shadow: 0 16px 30px rgba(2, 35, 45, 0.22) !important;
}

body.theme-contemporary-luxury .site-menu-toggle {
    display: none;
}

body.theme-contemporary-luxury .home-stage--peacock {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.theme-contemporary-luxury .home-stage--peacock .home-stage__frame {
    width: 100% !important;
    height: clamp(330px, 38vh, 430px) !important;
    min-height: 330px !important;
    border-radius: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
}

body.theme-contemporary-luxury .home-stage--peacock .home-stage__frame::after {
    background:
        linear-gradient(90deg, rgba(0, 30, 43, 0.9) 0%, rgba(0, 44, 58, 0.74) 28%, rgba(0, 44, 58, 0.24) 60%, rgba(0, 44, 58, 0.1) 100%),
        linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.16)) !important;
}

body.theme-contemporary-luxury .home-stage--peacock .home-stage__slide img,
body.theme-contemporary-luxury .home-stage--peacock .home-stage__slide--poster img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
}

body.theme-contemporary-luxury .home-stage--peacock .home-stage__visual-caption {
    left: min(10vw, 190px) !important;
    top: 50% !important;
    bottom: auto !important;
    width: min(520px, 40vw) !important;
    transform: translateY(-50%) !important;
    color: #fff !important;
}

body.theme-contemporary-luxury .home-stage--peacock .home-stage__visual-caption .eyebrow {
    color: #f2c86f !important;
    font-size: 0.76rem !important;
    letter-spacing: 0.12em !important;
}

body.theme-contemporary-luxury .home-stage--peacock .home-stage__visual-caption strong {
    max-width: 13ch !important;
    font-size: clamp(2.05rem, 4.1vw, 4.15rem) !important;
    line-height: 0.98 !important;
    font-weight: 800 !important;
}

body.theme-contemporary-luxury .home-stage--peacock .home-stage__visual-caption p {
    max-width: 500px !important;
    font-size: clamp(0.92rem, 1.1vw, 1.18rem) !important;
    line-height: 1.45 !important;
}

body.theme-contemporary-luxury .home-stage--peacock .home-stage__controls {
    left: 50% !important;
    right: auto !important;
    bottom: 24px !important;
    transform: translateX(-50%) !important;
}

body.theme-contemporary-luxury .home-action-strip--peacock {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    min-height: 78px !important;
    border-radius: 0 !important;
}

body.theme-contemporary-luxury .home-updates--peacock,
body.theme-contemporary-luxury .home-snapshot--peacock,
body.theme-contemporary-luxury .home-network,
body.theme-contemporary-luxury .home-pathways,
body.theme-contemporary-luxury .home-second-grid,
body.theme-contemporary-luxury .section-heading {
    width: min(100% - 72px, 1480px) !important;
}

body.theme-contemporary-luxury .home-updates--peacock {
    margin-top: 0 !important;
    padding: 20px 0 18px !important;
}

body.theme-contemporary-luxury .home-updates__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 28px !important;
}

body.theme-contemporary-luxury .home-board-panel {
    min-height: 230px !important;
    padding: 18px 22px !important;
    border-radius: 0 !important;
    border-top: 3px solid #e2b654 !important;
    background: rgba(255, 255, 255, 0.88) !important;
}

body.theme-contemporary-luxury .home-board-row {
    grid-template-columns: 28px 72px minmax(0, 1fr) 112px !important;
    gap: 14px !important;
    min-height: 58px !important;
    padding: 10px 0 !important;
}

body.theme-contemporary-luxury .home-board-row__thumb {
    width: 112px !important;
    height: 50px !important;
    border-radius: 0 !important;
    object-fit: cover !important;
}

body.theme-contemporary-luxury .home-board-row h3 {
    font-size: 0.91rem !important;
    line-height: 1.18 !important;
    letter-spacing: -0.025em !important;
}

body.theme-contemporary-luxury .home-snapshot--peacock {
    min-height: 78px !important;
    margin: 0 auto !important;
    border-radius: 0 !important;
}

body.theme-contemporary-luxury .section-heading h2 {
    font-size: clamp(1.75rem, 2.6vw, 3.1rem) !important;
    line-height: 1.02 !important;
}

body.theme-contemporary-luxury .page-hero__title,
body.theme-contemporary-luxury .hero-title,
body.theme-contemporary-luxury .hero-title--program,
body.theme-contemporary-luxury .prospectus-cover h1,
body.theme-contemporary-luxury .program-hero h1,
body.theme-contemporary-luxury .program-hero h2 {
    font-family: "Montserrat", "Manrope", sans-serif !important;
    font-size: clamp(2rem, 3.15vw, 3.75rem) !important;
    line-height: 1.02 !important;
    font-weight: 800 !important;
    letter-spacing: -0.055em !important;
}

body.theme-contemporary-luxury .page-hero__lead,
body.theme-contemporary-luxury .program-hero__microcopy,
body.theme-contemporary-luxury .prospectus-cover p {
    font-size: clamp(0.98rem, 1.05vw, 1.16rem) !important;
    line-height: 1.65 !important;
}

@media (max-width: 1420px) {
    body.theme-contemporary-luxury .site-header__main {
        width: min(100% - 44px, 1560px) !important;
        grid-template-columns: minmax(250px, 1fr) auto !important;
        grid-template-areas:
            "brand actions"
            "nav nav" !important;
        row-gap: 8px !important;
    }

    body.theme-contemporary-luxury .site-header__main > .site-nav {
        justify-self: center !important;
        gap: clamp(15px, 2.2vw, 32px) !important;
    }
}

@media (max-width: 980px) {
    body.theme-contemporary-luxury .site-header__main {
        width: min(100% - 28px, 1560px) !important;
        min-height: 74px !important;
        grid-template-columns: 1fr auto !important;
        grid-template-areas:
            "brand toggle"
            "nav nav" !important;
    }

    body.theme-contemporary-luxury .site-actions {
        display: none !important;
    }

    body.theme-contemporary-luxury .site-menu-toggle {
        grid-area: toggle;
        display: inline-grid !important;
    }

    body.theme-contemporary-luxury .site-header__main > .site-nav {
        display: none !important;
    }

    body.theme-contemporary-luxury .site-header.is-menu-open .site-header__main > .site-nav {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        padding: 12px !important;
        border: 1px solid rgba(255, 255, 255, 0.14) !important;
        background: rgba(1, 35, 49, 0.94) !important;
    }

    body.theme-contemporary-luxury .home-stage--peacock .home-stage__frame {
        height: 390px !important;
    }

    body.theme-contemporary-luxury .home-stage--peacock .home-stage__visual-caption {
        left: 28px !important;
        right: 28px !important;
        width: auto !important;
    }

    body.theme-contemporary-luxury .home-stage--peacock .home-stage__visual-caption strong {
        font-size: clamp(2rem, 7vw, 3.2rem) !important;
    }

    body.theme-contemporary-luxury .home-updates__grid {
        grid-template-columns: 1fr !important;
    }
}

@media (max-width: 640px) {
    body.theme-contemporary-luxury .site-header__main {
        width: min(100% - 22px, 1560px) !important;
    }

    body.theme-contemporary-luxury .brand-mark {
        grid-template-columns: 50px minmax(0, 1fr) !important;
    }

    body.theme-contemporary-luxury .brand-mark img {
        width: 50px !important;
        height: 50px !important;
    }

    body.theme-contemporary-luxury .brand-mark__eyebrow {
        font-size: 0.58rem !important;
        letter-spacing: 0.08em !important;
    }

    body.theme-contemporary-luxury .brand-mark strong {
        font-size: 0.86rem !important;
    }

    body.theme-contemporary-luxury .brand-mark__subline {
        font-size: 0.6rem !important;
    }

    body.theme-contemporary-luxury .site-header.is-menu-open .site-header__main > .site-nav {
        grid-template-columns: 1fr !important;
    }

    body.theme-contemporary-luxury .home-stage--peacock .home-stage__frame {
        height: 360px !important;
    }

    body.theme-contemporary-luxury .home-stage--peacock .home-stage__visual-caption strong {
        max-width: 11ch !important;
        font-size: clamp(1.85rem, 10vw, 2.7rem) !important;
    }

    body.theme-contemporary-luxury .home-stage--peacock .home-stage__visual-caption p {
        display: none !important;
    }

    body.theme-contemporary-luxury .home-updates--peacock,
    body.theme-contemporary-luxury .home-snapshot--peacock,
    body.theme-contemporary-luxury .home-network,
    body.theme-contemporary-luxury .home-pathways,
    body.theme-contemporary-luxury .home-second-grid,
    body.theme-contemporary-luxury .section-heading {
        width: min(100% - 28px, 1480px) !important;
    }

    body.theme-contemporary-luxury .home-board-row {
        grid-template-columns: 24px 66px minmax(0, 1fr) !important;
    }

    body.theme-contemporary-luxury .home-board-row__thumb {
        display: none !important;
    }
}
