.homepage-main {
    max-width: none;
    padding: 0;
}

.homepage-main > .public-breadcrumbs {
    display: none;
}

.home-page {
    color: var(--color-text);
    overflow: hidden;
}

.home-container {
    width: min(var(--container-max), calc(100% - var(--public-gutter-total)));
    margin-inline: auto;
}

.home-page h1,
.home-page h2,
.home-page h3,
.home-page h4 {
    color: inherit;
    letter-spacing: normal;
    overflow-wrap: normal;
    text-wrap: wrap;
}

.home-page a {
    text-decoration: none;
}

.home-page .eyebrow {
    margin: 0 0 19px;
    line-height: inherit;
}

.home-hero {
    min-height: 730px;
    position: relative;
    overflow: hidden;
    background-color: var(--color-primary-deep);
    color: #fff;
}

.home-hero__poster,
.home-hero__video,
.home-hero__youtube,
.home-hero__shade {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.home-hero__poster img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 67% center;
}

.home-hero__video {
    object-fit: cover;
}

.home-hero__youtube {
    visibility: hidden;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    transition: opacity 220ms ease;
}

.home-hero__youtube.is-playing {
    visibility: visible;
    opacity: 1;
}

.home-hero__youtube iframe {
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    aspect-ratio: 16 / 9;
    border: 0;
    transform: translate(-50%, -50%);
}

.home-hero__shade {
    background:
        linear-gradient(90deg, #17123ef7 0%, #1d164ae3 42%, #18133e61 72%, #0f0d2c8c 100%),
        linear-gradient(transparent 57%, #0e0c28e0 100%);
}

.home-hero--overlay-light .home-hero__shade {
    opacity: 0.78;
}

.home-hero--overlay-strong .home-hero__shade {
    opacity: 1;
    background:
        linear-gradient(90deg, #17123eff 0%, #1d164af2 48%, #18133e9c 78%, #0f0d2cbf 100%),
        linear-gradient(transparent 50%, #0e0c28ed 100%);
}

.home-hero__inner {
    position: relative;
    z-index: 2;
}

.home-hero__layout {
    display: grid;
    min-height: 590px;
    grid-template-columns: minmax(0, 1.1fr) minmax(340px, 0.58fr);
    align-items: center;
    gap: 90px;
    padding: 75px 0 58px;
}

.home-hero__copy {
    max-width: 760px;
}

.home-hero h1 {
    max-width: 760px;
    margin: 0;
    color: #fff;
    font-size: clamp(3.25rem, 5vw, 4.75rem);
    line-height: 0.99;
    letter-spacing: -0.045em;
}

.home-hero h1 em {
    color: #f0ca78;
    font-weight: 400;
}

.home-hero__lead {
    max-width: 620px;
    margin: 28px 0 31px;
    color: #d4d1e2;
    font-size: 1rem;
    line-height: 1.7;
}

.home-actions {
    display: flex;
    align-items: center;
    gap: 30px;
}

.home-affiliation {
    display: flex;
    align-items: baseline;
    gap: 10px;
    margin: 38px 0 0;
    color: #bab6d1;
    font-size: 0.5625rem;
    letter-spacing: 0.05em;
}

.home-affiliation strong {
    color: #fff;
    font-size: 0.9375rem;
    letter-spacing: 0.08em;
}

.home-next {
    align-self: end;
    margin-bottom: 14px;
    border: 1px solid #ffffff42;
    background: #191440bd;
    backdrop-filter: blur(14px);
}

.home-next__eyebrow {
    min-height: 50px;
    margin: 0;
    padding: 0 22px;
    border-bottom: 1px solid #ffffff2b;
    color: #e7e4f1;
    font-size: 0.5625rem;
    font-weight: 800;
    letter-spacing: 0.13em;
    line-height: 50px;
    text-transform: uppercase;
}

.home-next__date,
.home-next h2,
.home-next__meta,
.home-next > .arrow-link {
    margin-inline: 24px;
}

.home-next__date {
    margin-block: 25px 20px;
    color: #efc66f;
}

.home-next__date time {
    display: flex;
    align-items: center;
    gap: 11px;
}

.home-next__date strong {
    font-family: Georgia, serif;
    font-size: 2.8125rem;
    font-weight: 400;
    line-height: 0.8;
}

.home-next__date span {
    font-size: 0.5625rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    line-height: 1.3;
    text-transform: uppercase;
}

.home-next h2 {
    margin-block: 0 14px;
    color: #fff;
    font-size: 1.625rem;
    line-height: 1.16;
}

.home-next h2 a {
    color: inherit;
}

.home-next__meta {
    margin-block: 0 24px;
    color: #bbb7d0;
    font-size: 0.6875rem;
    line-height: 1.5;
}

.home-next > .arrow-link {
    display: flex;
    min-height: 55px;
    padding-top: 2px;
    border-top: 1px solid #ffffff2c;
    border-bottom: 0;
    font-size: 0.625rem;
}

.home-facts {
    display: flex;
    min-height: 140px;
    margin: 0;
    padding: 0;
    border-top: 1px solid #ffffff36;
    list-style: none;
}

.home-fact {
    display: flex;
    min-width: 0;
    min-height: 90px;
    flex: 1 1 0;
    align-items: center;
    gap: 14px;
    padding: 0 28px;
    border-right: 1px solid #ffffff29;
}

.home-fact:first-child {
    padding-left: 0;
}

.home-fact:last-child {
    border-right: 0;
}

.home-fact strong {
    color: #efc66f;
    font-family: Georgia, serif;
    font-size: 2.25rem;
    font-weight: 400;
}

.home-fact span {
    color: #bebbd0;
    font-size: 0.6875rem;
    letter-spacing: 0.025em;
    line-height: 1.5;
}

.home-section__header {
    display: grid;
    grid-template-columns: 1fr minmax(260px, 0.6fr) auto;
    align-items: end;
    gap: 65px;
    margin-bottom: 44px;
}

.home-section__header h2,
.home-about__intro h2,
.home-members__layout h2,
.home-final-cta h2 {
    margin: 0;
    font-size: clamp(2.5rem, 4vw, 3.4375rem);
    line-height: 1.05;
    letter-spacing: -0.035em;
}

.home-section__intro {
    margin: 0 0 4px;
    color: var(--color-text-muted);
    font-size: 0.8125rem;
    line-height: 1.65;
}

.home-upcoming {
    padding: 100px 0 108px;
}

.home-upcoming__grid {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 28px;
}

.home-event-card {
    display: grid;
    min-width: 0;
    min-height: 420px;
    grid-template-columns: 54% 46%;
    border: 1px solid var(--color-border);
    background: #fff;
}

.home-event-card:nth-child(even) {
    grid-template-columns: 44% 56%;
}

.home-event-card__media {
    min-height: 420px;
    position: relative;
    overflow: hidden;
    background: var(--public-media-fallback-background, #ecebf0);
}

.home-event-card__media img,
.home-past-feature__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 350ms ease;
}

.home-event-card:hover .home-event-card__media img {
    transform: scale(1.025);
}

.home-event-card__badge {
    position: absolute;
    top: 18px;
    left: 18px;
    padding: 9px 12px;
    background: var(--color-accent);
    color: #fff;
    font-size: 0.5rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.home-event-card:nth-child(even) .home-event-card__badge {
    background: #806326;
}

.home-event-card__body {
    display: flex;
    min-width: 0;
    flex-direction: column;
    padding: 34px 30px 28px;
}

.home-event-card__date time {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--color-primary);
}

.home-event-card__organizer {
    margin: 0 0 14px;
    color: var(--color-text-muted);
    font-size: 0.625rem;
    font-weight: 700;
}

.home-event-card__date strong {
    font-family: Georgia, serif;
    font-size: 2.625rem;
    font-weight: 400;
    line-height: 1;
}

.home-event-card__date span {
    max-width: 80px;
    font-size: 0.5625rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    line-height: 1.3;
    text-transform: uppercase;
}

.home-event-card h3 {
    margin: 34px 0 14px;
    font-size: 1.6875rem;
    line-height: 1.17;
}

.home-event-card h3 a {
    color: inherit;
}

.home-location {
    margin: 0;
    color: var(--color-text-muted);
    font-size: 0.6875rem;
    line-height: 1.55;
}

.home-event-card__body > .arrow-link {
    margin-top: auto;
    padding-top: 15px;
    border-top: 1px solid var(--color-border);
    border-bottom: 0;
    font-size: 0.625rem;
}

.home-about {
    padding: 102px 0 112px;
    background: var(--color-surface-alt);
}

.home-about__overview {
    margin-bottom: 58px;
}

.home-about__overview--with-media {
    display: grid;
    grid-template-columns: minmax(0, 0.82fr) minmax(420px, 1.18fr);
    align-items: start;
    gap: 72px;
}

.home-about__intro {
    display: grid;
    grid-template-columns: 1.1fr 0.8fr;
    gap: 120px;
}

.home-about__overview--with-media .home-about__intro {
    display: block;
}

.home-about__intro h2 {
    max-width: 650px;
}

.home-about__intro > div:last-child {
    padding-top: 26px;
}

.home-about__overview--with-media .home-about__intro > div:last-child {
    padding-top: 34px;
}

.home-about__intro > div:last-child > p {
    margin: 0 0 26px;
    color: #555c72;
    font-family: Georgia, serif;
    font-size: 1.1875rem;
    line-height: 1.65;
}

.home-featured-video {
    min-width: 0;
    border: 1px solid #d9d9e0;
    background: #fff;
}

.home-featured-video__copy {
    padding: 25px 28px 24px;
}

.home-featured-video__label {
    margin: 0 0 9px;
    color: var(--color-primary);
    font-size: 0.6875rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.home-featured-video__copy h3 {
    margin: 0 0 8px;
    font-size: 1.625rem;
    line-height: 1.15;
}

.home-featured-video__copy > p:last-child {
    margin: 0;
    color: var(--color-text-muted);
    font-size: 0.8125rem;
    line-height: 1.6;
}

.home-youtube-facade {
    width: 100%;
    height: 100%;
    position: relative;
    isolation: isolate;
    color: #fff;
}

.home-youtube-facade::after {
    content: "";
    position: absolute;
    z-index: 1;
    inset: 0;
    background: linear-gradient(180deg, #12102d1f, #12102dcf);
    pointer-events: none;
}

.home-youtube-facade[data-loaded="true"]::after {
    display: none;
}

.home-youtube-facade > img {
    object-fit: cover !important;
}

.home-youtube-facade__placeholder {
    display: grid;
    width: 100%;
    height: 100%;
    place-items: center;
    background:
        radial-gradient(circle at 78% 22%, #b89a4f5c, transparent 34%),
        linear-gradient(145deg, var(--color-primary-deep), var(--color-primary));
    color: #ffffff29;
    font-family: Georgia, serif;
    font-size: clamp(3rem, 9vw, 6rem);
    font-weight: 700;
    letter-spacing: 0.12em;
}

.home-youtube-facade__play {
    display: flex;
    z-index: 2;
    align-items: center;
    gap: 13px;
    padding: 14px 17px;
    position: absolute;
    left: 50%;
    bottom: 22px;
    border: 1px solid #ffffff8f;
    border-radius: 3px;
    background: #151139e8;
    color: #fff;
    font: inherit;
    font-size: 0.8125rem;
    font-weight: 800;
    text-align: left;
    transform: translateX(-50%);
    cursor: pointer;
}

.home-youtube-facade__play:hover,
.home-youtube-facade__play:focus-visible {
    background: #2a2165;
}

.home-youtube-facade__play:focus-visible {
    outline: 3px solid var(--color-accent);
    outline-offset: 3px;
}

.home-youtube-facade__play small {
    display: block;
    margin-top: 2px;
    color: #d6d2e7;
    font-size: 0.625rem;
    font-weight: 500;
    white-space: nowrap;
}

.home-youtube-facade__play-icon {
    display: grid;
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    place-items: center;
    border-radius: 50%;
    background: var(--color-accent);
}

.home-youtube-facade__play-icon::before {
    content: "";
    width: 0;
    height: 0;
    margin-left: 3px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 9px solid var(--color-primary-deep);
}

.home-youtube-facade__external {
    position: absolute;
    z-index: 3;
    right: 12px;
    bottom: 10px;
    color: #fff;
    font-size: 0.6875rem;
}

.home-values {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: 0;
    padding: 0;
    border: 1px solid #d9d9e0;
    background: #fff;
    list-style: none;
}

.home-values > li {
    min-width: 0;
    border-right: 1px solid #d9d9e0;
}

.home-values > li:last-child {
    border-right: 0;
}

.home-value {
    display: flex;
    min-height: 300px;
    height: 100%;
    flex-direction: column;
    padding: 40px 38px 35px;
    position: relative;
    color: var(--color-text);
    transition: background-color 160ms ease, color 160ms ease;
}

.home-value:hover,
.home-value:focus-visible,
.home-value:active {
    background: #ece9fa;
    color: var(--color-primary-strong);
}

.home-value:focus-visible {
    z-index: 1;
    outline: 3px solid var(--color-accent);
    outline-offset: -3px;
}

.home-value__number {
    position: absolute;
    top: 26px;
    right: 28px;
    color: #afb0bb;
    font-size: 0.5625rem;
    letter-spacing: 0.08em;
}

.home-value h3 {
    margin: 45px 0 12px;
    font-size: 1.75rem;
}

.home-value p {
    min-height: 66px;
    margin: 0 0 22px;
    color: var(--color-text-muted);
    font-size: 0.8125rem;
    line-height: 1.65;
}

.home-value__cta {
    display: flex;
    min-height: 48px;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: auto;
    color: var(--color-primary);
    font-size: 0.625rem;
    font-weight: 800;
}

.home-value__cta > span {
    transition: transform 160ms ease;
}

.home-value:hover .home-value__cta > span,
.home-value:focus-visible .home-value__cta > span {
    transform: translateX(3px);
}

.home-past {
    padding: 98px 0 104px;
    background: var(--color-primary-deep);
    color: #fff;
}

.home-section__header--dark .home-section__intro {
    color: #b7b3cc;
}

.home-past__layout {
    display: grid;
    grid-template-columns: 1.45fr 0.7fr;
    gap: 34px;
}

.home-past-feature {
    display: grid;
    min-width: 0;
    grid-template-columns: 1.03fr 0.97fr;
    background: #fff;
    color: var(--color-text);
}

.home-past-feature__media {
    min-height: 430px;
    overflow: hidden;
    background: var(--public-media-fallback-background, #111);
}

.home-past-feature__body {
    display: flex;
    flex-direction: column;
    padding: 43px 38px 34px;
}

.home-past-feature__body .home-date {
    margin: 0;
    color: var(--color-gold);
    font-size: 0.625rem;
    font-weight: 800;
    letter-spacing: 0.17em;
    text-transform: uppercase;
}

.home-past-feature h3 {
    margin: 34px 0 16px;
    font-size: 1.9375rem;
    line-height: 1.14;
}

.home-past-feature h3 a {
    color: inherit;
}

.home-past-feature__body > p:not(.home-date) {
    margin: 0;
    color: var(--color-text-muted);
    font-size: 0.75rem;
    line-height: 1.7;
}

.home-past-feature__body > .arrow-link {
    margin-top: auto;
    padding-top: 14px;
    border-top: 1px solid var(--color-border);
    border-bottom: 0;
    font-size: 0.625rem;
}

.home-past-list {
    display: grid;
}

.home-past-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 17px 0 20px;
    border-bottom: 1px solid #ffffff28;
}

.home-past-item:first-child {
    padding-top: 3px;
}

.home-past-item .home-date {
    margin: 0;
    color: #aaa6c0;
    font-size: 0.5rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.home-past-item h3 {
    margin: 12px 0 16px;
    color: #fff;
    font-size: 1.3125rem;
    line-height: 1.26;
}

.home-past-item h3 a {
    color: inherit;
}

.home-past-item .arrow-link {
    min-height: 24px;
    justify-content: flex-start;
    font-size: 0.5625rem;
}

.home-members {
    padding: 104px 0 110px;
}

.home-members__layout {
    display: grid;
    grid-template-columns: 1.15fr 0.5fr 0.85fr;
    align-items: end;
    gap: 60px;
    margin-bottom: 55px;
}

.home-members__count {
    display: flex;
    align-items: center;
    gap: 14px;
    color: var(--color-primary);
}

.home-members__count strong {
    font-family: Georgia, serif;
    font-size: 4.375rem;
    font-weight: 400;
    line-height: 0.85;
}

.home-members__count span {
    color: var(--color-text-muted);
    font-size: 0.625rem;
    font-weight: 700;
    line-height: 1.45;
}

.home-members__layout > div:last-child > p {
    margin: 0 0 25px;
    color: var(--color-text-muted);
    font-size: 0.8125rem;
    line-height: 1.7;
}

.home-sectors {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 0;
    padding: 0;
    border-top: 1px solid var(--color-border);
    border-left: 1px solid var(--color-border);
    list-style: none;
}

.home-sectors li {
    min-width: 0;
    border-right: 1px solid var(--color-border);
    border-bottom: 1px solid var(--color-border);
}

.home-sectors a {
    display: grid;
    min-height: 132px;
    height: 100%;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-rows: 1fr auto;
    align-items: start;
    gap: 14px;
    padding: 24px;
    color: #4c496a;
}

.home-sectors a:hover,
.home-sectors a:focus-visible,
.home-sectors a:active {
    background: var(--color-primary);
    color: #fff;
}

.home-sectors a:focus-visible {
    position: relative;
    z-index: 1;
    outline: 3px solid #efc66f;
    outline-offset: -3px;
}

.home-sector-ranking__header {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 22px;
}

.home-sector-ranking__header h3 {
    margin: 0;
    font-size: 1.75rem;
}

.home-sector-ranking__header p,
.home-sector-ranking__note {
    margin: 0;
    color: var(--color-text-muted);
    font-size: 0.75rem;
    line-height: 1.5;
}

.home-sector-ranking__header p {
    font-weight: 800;
}

.home-sector-ranking__note {
    margin-top: 14px;
}

.home-sector__label {
    min-width: 0;
    font-size: 0.8125rem;
    font-weight: 800;
    line-height: 1.45;
}

.home-sector__meta {
    align-self: end;
    color: var(--color-text-muted);
    font-size: 0.6875rem;
    line-height: 1.4;
}

.home-sectors a:hover .home-sector__meta,
.home-sectors a:focus-visible .home-sector__meta,
.home-sectors a:active .home-sector__meta {
    color: #e5e2f5;
}

.home-sector__arrow {
    grid-column: 2;
    grid-row: 1 / -1;
    align-self: center;
    font-size: 1rem;
}

.home-updates {
    padding: 104px 0 112px;
    background: var(--color-surface-alt);
}

.home-updates__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
}

.home-update-group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border: 1px solid var(--color-border);
    background: #fff;
}

.home-update-group > header {
    display: flex;
    min-height: 58px;
    grid-column: 1 / -1;
    align-items: center;
    justify-content: space-between;
    padding: 0 24px;
    border-bottom: 1px solid var(--color-border);
    color: var(--color-primary);
}

.home-update-group > header h3 {
    margin: 0;
    font-size: 1.25rem;
}

.home-update-group > header .arrow-link {
    min-height: 34px;
    border: 0;
    font-size: 0.5625rem;
}

.home-update-group__list {
    display: contents;
}

.home-update-card {
    display: flex;
    min-height: 285px;
    flex-direction: column;
    padding: 27px 24px 23px;
    border-right: 1px solid var(--color-border);
}

.home-update-card:last-child {
    border-right: 0;
}

.home-update-card--featured {
    background: var(--color-primary);
    color: #fff;
}

.home-update-card > div {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    color: var(--color-primary);
    font-size: 0.5rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.home-update-card--featured > div {
    color: #e4c274;
}

.home-update-card .home-label,
.home-update-card .home-date {
    margin: 0;
}

.home-update-card .home-date {
    color: #999ba9;
    font-weight: 600;
}

.home-update-card--featured .home-date {
    color: #c6c2df;
}

.home-update-card h4 {
    margin: 38px 0 20px;
    color: inherit;
    font-size: 1.375rem;
    line-height: 1.25;
}

.home-update-card h4 a {
    color: inherit;
}

.home-update-card > .arrow-link {
    min-height: 43px;
    margin-top: auto;
    padding-top: 12px;
    border-top: 1px solid var(--color-border);
    border-bottom: 0;
    font-size: 0.5625rem;
}

.home-update-card--featured > .arrow-link {
    border-color: #ffffff3c;
    color: #fff;
}

.home-final-cta {
    padding: 86px 0;
    position: relative;
    overflow: hidden;
    background: var(--color-accent);
    color: #fff;
}

.home-final-cta__ring {
    position: absolute;
    top: -130px;
    right: -80px;
    width: 450px;
    height: 450px;
    border: 1px solid #ffffff23;
    border-radius: 50%;
    box-shadow: 0 0 0 70px #ffffff0c, 0 0 0 140px #ffffff08;
}

.home-final-cta__ring--two {
    display: none;
}

.home-final-cta__inner {
    display: grid;
    position: relative;
    grid-template-columns: 1fr 0.8fr;
    align-items: center;
    gap: 140px;
}

.home-final-cta h2 {
    max-width: 650px;
    color: #fff;
}

.home-final-cta__inner > div:last-child > p {
    margin: 0 0 25px;
    color: #ffe5e7;
    font-size: 0.8125rem;
    line-height: 1.75;
}

.home-final-cta .btn {
    color: var(--color-accent);
}

.home-empty {
    padding: 36px;
    border: 1px solid var(--color-border);
    color: var(--color-text-muted);
}

.home-empty--dark {
    border-color: #ffffff29;
    color: #d4d1e2;
}

@media (max-width: 73.75rem) {
    .home-hero__layout {
        gap: 45px;
    }

    .home-event-card__body {
        padding-inline: 24px;
    }

    .home-event-card h3 {
        font-size: 1.5rem;
    }

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

    .home-update-card {
        min-height: 215px;
        border-right: 0;
        border-bottom: 1px solid var(--color-border);
    }

    .home-update-card:last-child {
        border-bottom: 0;
    }
}

@media (max-width: 61.25rem) {
    .home-hero {
        min-height: auto;
    }

    .home-hero__layout {
        min-height: 690px;
        grid-template-columns: 1fr 0.64fr;
        gap: 32px;
        padding: 60px 0 42px;
    }

    .home-hero h1 {
        font-size: 3.25rem;
    }

    .home-next h2 {
        font-size: 1.375rem;
    }

    .home-section__header {
        grid-template-columns: 1fr 0.8fr;
        gap: 38px;
    }

    .home-section__header > .arrow-link {
        grid-column: 2;
        justify-self: start;
    }

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

    .home-event-card,
    .home-event-card:nth-child(even) {
        grid-template-columns: 1.05fr 0.95fr;
    }

    .home-about__intro {
        gap: 55px;
    }

    .home-about__overview--with-media {
        grid-template-columns: minmax(0, 0.9fr) minmax(380px, 1.1fr);
        gap: 42px;
    }

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

    .home-past-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }

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

    .home-members__layout > div:last-child {
        max-width: 650px;
        grid-column: 1 / -1;
    }

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

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

    .home-final-cta__inner {
        gap: 55px;
    }
}

@media (max-width: 58rem) {
    .home-hero__youtube {
        display: none;
    }
}

@media (max-width: 43.75rem) {
    .home-hero__poster img {
        object-position: 56% center;
    }

    .home-hero__shade {
        background: linear-gradient(#151139b0 0%, #16113ced 47%, #100d2dfc 100%);
    }

    .home-hero__layout {
        display: block;
        min-height: 0;
        padding: 72px 0 28px;
    }

    .home-hero h1 {
        max-width: 470px;
        font-size: clamp(2.625rem, 12.5vw, 3.625rem);
        line-height: 1;
    }

    .home-hero__lead {
        margin: 24px 0 27px;
        font-size: 0.875rem;
        line-height: 1.65;
    }

    .home-actions {
        align-items: stretch;
        flex-direction: column;
        gap: 10px;
    }

    .home-actions .btn,
    .home-actions .arrow-link {
        width: 100%;
    }

    .home-affiliation {
        flex-wrap: wrap;
        margin-top: 25px;
    }

    .home-next {
        margin: 46px 0 0;
    }

    .home-next h2 {
        font-size: 1.5rem;
    }

    .home-facts {
        min-height: 90px;
    }

    .home-fact {
        min-height: 90px;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        gap: 5px;
        padding: 14px;
    }

    .home-fact:first-child {
        padding-left: 0;
    }

    .home-fact strong {
        font-size: 1.875rem;
    }

    .home-upcoming,
    .home-members {
        padding: 74px 0 78px;
    }

    .home-section__header {
        display: block;
        margin-bottom: 32px;
    }

    .home-section__header h2,
    .home-about__intro h2,
    .home-members__layout h2,
    .home-final-cta h2 {
        font-size: 2.5rem;
    }

    .home-section__header > p,
    .home-section__header > .arrow-link {
        margin-top: 20px;
    }

    .home-upcoming__grid {
        gap: 18px;
    }

    .home-event-card,
    .home-event-card:nth-child(even) {
        display: flex;
        min-height: 0;
        flex-direction: column;
    }

    .home-event-card__media {
        display: block;
        flex: 0 0 auto;
        min-height: 245px;
        aspect-ratio: 16 / 10;
    }

    .home-event-card__body {
        min-height: 290px;
        padding: 25px 22px 20px;
    }

    .home-event-card h3 {
        margin-top: 24px;
        font-size: 1.5625rem;
    }

    .home-about {
        padding: 75px 0 80px;
    }

    .home-about__intro {
        display: block;
    }

    .home-about__intro > div:last-child {
        padding-top: 28px;
    }

    .home-about__intro > div:last-child > p {
        font-size: 1.0625rem;
    }

    .home-about__overview,
    .home-about__overview--with-media {
        display: block;
        margin-bottom: 38px;
    }

    .home-featured-video {
        margin-top: 38px;
    }

    .home-featured-video__copy {
        padding: 22px 22px 20px;
    }

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

    .home-values > li {
        border-right: 0;
        border-bottom: 1px solid var(--color-border);
    }

    .home-values > li:last-child {
        border-bottom: 0;
    }

    .home-value {
        min-height: 245px;
        padding: 32px 27px 28px;
    }

    .home-value p {
        min-height: 0;
    }

    .home-past-item .arrow-link,
    .home-update-group > header .arrow-link {
        min-height: 44px;
    }

    .home-past {
        padding: 76px 0 80px;
    }

    .home-past-feature {
        display: flex;
        flex-direction: column;
    }

    .home-past-feature__media {
        display: block;
        flex: 0 0 auto;
        min-height: 240px;
        aspect-ratio: 16 / 10;
    }

    .home-past-feature__body {
        min-height: 340px;
        padding: 30px 25px 24px;
        background: #fff;
    }

    .home-past-feature h3 {
        margin-top: 24px;
        font-size: 1.75rem;
    }

    .home-past-list {
        display: block;
    }

    .home-past-item {
        min-height: 170px;
        padding-block: 25px;
    }

    .home-past-item h3 a,
    .home-update-card h4 a {
        display: flex;
        min-height: 44px;
        align-items: center;
    }

    .home-members__layout {
        display: block;
    }

    .home-members__count {
        margin: 34px 0 28px;
    }

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

    .home-sectors a {
        min-height: 112px;
        padding: 17px;
    }

    .home-sector-ranking__header {
        display: block;
    }

    .home-sector-ranking__header p {
        margin-top: 7px;
    }

    .home-updates {
        padding: 76px 0 82px;
    }

    .home-updates__grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .home-update-card {
        min-height: 225px;
    }

    .home-update-card > .arrow-link {
        min-height: 44px;
    }

    .home-final-cta {
        padding: 72px 0 76px;
    }

    .home-final-cta__inner {
        display: block;
    }

    .home-final-cta__inner > div:last-child {
        margin-top: 30px;
    }

    .home-final-cta .btn {
        width: 100%;
    }
}

@media (max-width: 22.4375rem) {
    .home-hero h1 {
        font-size: 2.5rem;
    }

    .home-page .eyebrow {
        font-size: 0.5625rem;
        letter-spacing: 0.13em;
    }

    .home-section__header h2,
    .home-about__intro h2,
    .home-members__layout h2,
    .home-final-cta h2 {
        font-size: 2.25rem;
    }

    .home-facts {
        flex-direction: column;
        padding-block: 6px;
    }

    .home-fact,
    .home-fact:first-child,
    .home-fact:last-child {
        min-height: 68px;
        flex: 1 1 auto;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        padding: 10px 0;
        border-right: 0;
        border-bottom: 1px solid #ffffff29;
    }

    .home-fact:last-child {
        border-bottom: 0;
    }

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

    .home-sectors a {
        min-height: 96px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .home-hero__video {
        display: none;
    }

    .home-hero__youtube {
        display: none;
    }
}

.home-leadership-message {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: clamp(72px, 7vw, 104px) 0;
    background: #0c1540;
    color: #fff;
}

.home-leadership-message__watermark {
    position: absolute;
    right: -0.12em;
    bottom: -0.17em;
    z-index: 0;
    color: #ffffff0a;
    font-family: var(--font-sans);
    font-size: clamp(15rem, 31vw, 34rem);
    font-weight: 800;
    letter-spacing: -0.12em;
    line-height: 0.72;
    pointer-events: none;
    user-select: none;
    white-space: nowrap;
}

.home-leadership-message__layout {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(300px, 408px) minmax(0, 680px);
    justify-content: space-between;
    gap: clamp(56px, 7vw, 100px);
    align-items: center;
}

.home-leadership-message__visual {
    width: 100%;
    max-width: 408px;
}

.home-leadership-message__visual .eyebrow {
    margin-bottom: 38px;
    color: #c7c3e5;
}

.home-leadership-message__portrait-frame {
    position: relative;
    z-index: 0;
    width: calc(100% - 28px);
    max-width: 380px;
    margin: 0 28px 28px 0;
}

.home-leadership-message__portrait-frame::before {
    position: absolute;
    inset: 28px -28px -28px 28px;
    z-index: -1;
    background: #40338c;
    content: "";
}

.home-leadership-message__portrait-frame::after {
    position: absolute;
    bottom: 44px;
    left: -38px;
    z-index: 2;
    width: 92px;
    height: 4px;
    background: var(--color-accent);
    content: "";
}

.home-leadership-message__portrait {
    display: block;
    position: relative;
    aspect-ratio: 0.9;
    overflow: hidden;
    background: #25204f;
}

.home-leadership-message__portrait img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.home-leadership-message__copy {
    position: relative;
    max-width: 710px;
}

.home-leadership-message__quote {
    position: absolute;
    top: -78px;
    left: -42px;
    color: #ffffff12;
    font-family: var(--font-serif);
    font-size: 8rem;
    line-height: 1;
    pointer-events: none;
    user-select: none;
}

.home-leadership-message__copy > time {
    display: block;
    margin-bottom: 22px;
    color: #cbc8dc;
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.home-leadership-message__copy h2 {
    max-width: 12ch;
    margin: 0 0 28px;
    font-family: var(--font-serif);
    font-size: clamp(3rem, 4.6vw, 4.25rem);
    font-weight: 400;
    line-height: 0.98;
}

.home-leadership-message__copy h2 a {
    color: inherit;
}

.home-leadership-message__excerpt {
    max-width: 640px;
    color: #e2e0eb;
    font-family: var(--font-serif);
    font-size: clamp(1.2rem, 1.8vw, 1.45rem);
    line-height: 1.58;
}

.home-leadership-message__author {
    display: grid;
    gap: 2px;
    margin: 28px 0 30px;
}

.home-leadership-message__author strong {
    font-size: 1.05rem;
}

.home-leadership-message__author span {
    color: #b9b5ce;
}

.home-leadership-message .arrow-link {
    border-bottom: 1px solid #ffffff5b;
    color: #fff;
}

@media (max-width: 64rem) {
    .home-leadership-message__layout {
        grid-template-columns: minmax(260px, 340px) minmax(0, 1fr);
        gap: clamp(44px, 7vw, 72px);
    }

    .home-leadership-message__portrait-frame {
        max-width: 312px;
    }
}

@media (max-width: 47rem) {
    .home-leadership-message {
        padding: 64px 0 70px;
    }

    .home-leadership-message__watermark {
        right: -0.42em;
        bottom: -0.05em;
        font-size: 18rem;
    }

    .home-leadership-message__layout {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .home-leadership-message__visual {
        max-width: 410px;
    }

    .home-leadership-message__visual .eyebrow {
        margin-bottom: 28px;
    }

    .home-leadership-message__portrait-frame {
        width: calc(100% - 20px);
        max-width: 390px;
        margin-right: 20px;
        margin-bottom: 24px;
    }

    .home-leadership-message__portrait-frame::before {
        inset: 20px -20px -20px 20px;
    }

    .home-leadership-message__portrait-frame::after {
        bottom: 48px;
        left: -24px;
        width: 76px;
    }

    .home-leadership-message__quote {
        top: -58px;
        left: -7px;
        font-size: 6rem;
    }

    .home-leadership-message__copy > time {
        margin-bottom: 20px;
    }

    .home-leadership-message__copy h2 {
        max-width: 13ch;
        font-size: clamp(2.65rem, 13vw, 3.5rem);
        line-height: 1;
    }

    .home-leadership-message__excerpt {
        font-size: 1.16rem;
        line-height: 1.55;
    }
}

@media (max-width: 22rem) {
    .home-leadership-message__author span {
        overflow-wrap: anywhere;
    }
}
