:root {
    --color-white: #fff;
    --color-black: #000;
    --color-dark: #161616;
    --color-paper: #f4f3ef;
    --font-display: "Joan", Georgia, serif;
    --font-body: "Inter", Arial, sans-serif;
    --container-copy: 70.5rem;
    --container-wide: 96.75rem;
    --page-gutter: clamp(1.25rem, 6vw, 7.25rem);
    --focus-color: #5da9ff;
}

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

html {
    font-size: 100%;
}

body {
    margin: 0;
    background: var(--color-white);
    color: var(--color-black);
    font-family: var(--font-body);
    font-size: 1rem;
    font-optical-sizing: auto;
    font-weight: 400;
    line-height: 1.6;
    overflow-x: hidden;
}

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

a {
    color: inherit;
}

a:focus-visible {
    outline: 0.1875rem solid var(--focus-color);
    outline-offset: 0.25rem;
}

.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;
}

.screen-reader-text:focus {
    z-index: 100000;
    top: 0.5rem;
    left: 0.5rem;
    width: auto;
    height: auto;
    padding: 0.75rem 1rem;
    clip: auto;
    background: var(--color-white);
    color: var(--color-black);
}

.site-header {
    position: absolute;
    z-index: 20;
    top: 0;
    right: 0;
    left: 0;
    pointer-events: none;
}

.language-switcher {
    position: absolute;
    top: 1.1875rem;
    right: clamp(1.5rem, 2.1vw, 2.5rem);
    color: var(--color-white);
    font-family: var(--font-display);
    font-size: clamp(1.75rem, 3.472vw, 3.125rem);
    line-height: 1.7;
    filter: blur(0.125rem);
    pointer-events: auto;
}

.language-switcher__list {
    display: flex;
    padding: 0;
    margin: 0;
    align-items: baseline;
    gap: 0.28em;
    list-style: none;
}

.language-switcher__list > li {
    display: flex;
    align-items: baseline;
    gap: 0.28em;
}

.language-switcher__list > li + li::before {
    content: "/";
}

.language-switcher__link {
    position: relative;
    text-decoration: none;
}

.language-switcher__link::after {
    position: absolute;
    right: 0;
    bottom: 0.15em;
    left: 0;
    height: 0.08em;
    background: currentColor;
    content: "";
    opacity: 0;
    transform: rotate(-1deg);
}

.language-switcher .current-menu-item > .language-switcher__link::after,
.language-switcher__link[aria-current="page"]::after,
.language-switcher__link:hover::after {
    opacity: 1;
}

.atlas-page {
    min-width: 0;
}

.wysiwyg-content > :first-child {
    margin-top: 0;
}

.wysiwyg-content > :last-child {
    margin-bottom: 0;
}

.wysiwyg-content p {
    margin: 0 0 1.3em;
}

.wysiwyg-content a,
.wysiwyg-content u,
.wysiwyg-content s,
.wysiwyg-content del,
.wysiwyg-content [style*="text-decoration"] {
    text-underline-offset: 0.12em;
    text-decoration-thickness: 1px;
}

.hero-section {
    position: relative;
    min-height: min(56.25vw, 67.5rem);
    background: var(--color-dark);
    color: var(--color-white);
    overflow: hidden;
}

.hero-section__media,
.hero-section__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.hero-section__image {
    object-fit: cover;
}

.hero-section__tagline {
    position: absolute;
    z-index: 1;
    top: 47.6%;
    left: 50%;
    width: min(79.3%, 95.1875rem);
    transform: translate(-50%, -50%);
    text-align: center;
    font-family: var(--font-display);
    font-size: clamp(2rem, 3.472vw, 3.125rem);
    line-height: 1.7;
    filter: blur(0.125rem);
}

.hero-section__tagline p {
    margin: 0;
}

.rich-text-section {
    display: flex;
    min-height: 66.0625rem;
    padding: clamp(7rem, 12.2vw, 14.75rem) var(--page-gutter) clamp(7rem, 10.5vw, 12.75rem);
    align-items: flex-start;
    justify-content: center;
}

.rich-text-section--light {
    background: var(--color-white);
    color: var(--color-black);
}

.rich-text-section--dark {
    background: var(--color-dark);
    color: var(--color-white);
}

.rich-text-section__inner {
    width: 100%;
}

.rich-text-section__inner--normal {
    max-width: var(--container-copy);
}

.rich-text-section__inner--wide {
    max-width: 75.875rem;
}

.rich-text-section--center {
    text-align: center;
}

.rich-text-section__heading {
    margin: 0 0 1.875rem;
    font-family: var(--font-display);
    font-size: clamp(3.25rem, 5.556vw, 5rem);
    font-weight: 400;
    line-height: 1.0625;
}

.rich-text-section__content {
    font-size: clamp(1.25rem, 2.083vw, 1.875rem);
    line-height: 1.3;
}

.manifesto-section {
    display: flex;
    min-height: 100.1875rem;
    padding: clamp(7rem, 12vw, 14.5rem) var(--page-gutter) clamp(6rem, 8vw, 9.5rem);
    align-items: flex-start;
    background: var(--color-dark);
    color: var(--color-white);
}

.manifesto-section__inner {
    width: 100%;
    max-width: var(--container-wide);
    margin: 0 auto;
    text-align: center;
}

.manifesto-section__letters {
    display: grid;
    width: min(25rem, 80vw);
    min-height: 21rem;
    margin: 0 auto 1.875rem;
    place-items: center;
}

.manifesto-section__letters-image {
    width: 25rem;
    height: 21rem;
    object-fit: contain;
}

.manifesto-section__statement {
    width: 100%;
    max-width: 93.25rem;
    margin: 0 auto clamp(4rem, 6vw, 7rem);
}

.manifesto-section__statement-text {
    font-family: var(--font-display);
    font-size: clamp(2rem, 3.125vw, 2.8125rem);
    font-weight: 400;
    line-height: 1.445;
}

.manifesto-section__statement-text > * {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}

.manifesto-section__statement-text > :first-child {
    margin-top: 0;
}

.manifesto-section__statement-text > :last-child {
    margin-bottom: 0;
}

.manifesto-section__correction {
    position: relative;
    z-index: 1;
    width: min(48rem, 75%);
    margin: 0.3125rem auto 0;
}

.manifesto-section__correction-image {
    width: 100%;
    max-height: 8rem;
    object-fit: contain;
}

.manifesto-section__content {
    max-width: 62.125rem;
    margin: 0 auto;
    font-size: clamp(1rem, 1.25vw, 1.125rem);
    line-height: 1.67;
    font-weight: 300;
}

.manifesto-section__content > p:first-child {
    margin-bottom: 2.2rem;
    font-size: clamp(1.125rem, 1.667vw, 1.5rem);
    font-weight: 500;
    line-height: 1.625;
}

.manifesto-section__content ol {
    max-width: 53.75rem;
    padding: 0;
    margin: 0 auto 2.5rem;
    list-style: none;
    counter-reset: manifesto;
    text-align: left;
}

.manifesto-section__content li {
    display: grid;
    margin-bottom: 1.15rem;
    grid-template-columns: 2.6rem 1fr;
    counter-increment: manifesto;
}

.manifesto-section__content li::before {
    content: counter(manifesto) ".";
    font-family: var(--font-display);
    font-size: 1.625rem;
    line-height: 1.3;
}

.person-profile {
    position: relative;
    height: min(113.55vw, 136.25rem);
    min-height: 72rem;
    overflow: hidden;
}

.person-profile--light {
    background: var(--color-paper);
    color: var(--color-black);
}

.person-profile--dark {
    background: var(--color-dark);
    color: var(--color-white);
}

.person-profile__media,
.person-profile__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.person-profile__image {
    object-fit: cover;
}

.person-profile__content {
    position: absolute;
    z-index: 1;
    top: 7.8%;
    width: min(44%, 52.8125rem);
}

.person-profile--left .person-profile__content {
    left: max(6%, calc((100vw - 120rem) / 2 + 7.1875rem));
}

.person-profile--right .person-profile__content {
    right: max(5.35%, calc((100vw - 120rem) / 2 + 6.4375rem));
    width: min(40.4%, 48.375rem);
}

.person-profile__heading,
.advisor-card__heading {
    margin: 0 0 2.85rem;
    font-family: var(--font-display);
    font-size: clamp(1.875rem, 2.5vw, 2.25rem);
    font-weight: 400;
    line-height: 1.15;
}

.person-profile__biography,
.advisor-card__biography {
    font-size: clamp(0.9375rem, 1.25vw, 1.125rem);
    line-height: 1.72;
}

.person-profile__contact {
    display: flex;
    margin-top: 2.25rem;
    flex-direction: column;
    font-family: var(--font-display);
    font-size: clamp(1.35rem, 1.944vw, 1.75rem);
    font-style: normal;
    line-height: 1.36;
}

.person-profile__contact a {
    width: fit-content;
    text-decoration: none;
}

.person-profile__contact a:hover {
    text-decoration: underline;
    text-underline-offset: 0.15em;
}

.advisor-grid {
    padding: clamp(7rem, 11vw, 13rem) var(--page-gutter) clamp(8rem, 11vw, 13rem);
    background: var(--color-white);
    color: var(--color-black);
}

.advisor-grid__inner {
    max-width: 96.75rem;
    margin: 0 auto;
}

.advisor-grid__heading {
    margin: 0 0 clamp(7rem, 10vw, 11.8rem);
    text-align: center;
    font-family: var(--font-display);
    font-size: clamp(3.25rem, 5.556vw, 5rem);
    font-weight: 400;
    line-height: 1.0625;
}

.advisor-grid__items {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(3rem, 5.57vw, 6.6875rem);
}

.advisor-card__media {
    aspect-ratio: 5 / 4;
    margin-bottom: 4.65rem;
    background: var(--color-paper);
    overflow: hidden;
}

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

.advisor-card__heading {
    margin-bottom: 2.75rem;
}

.full-width-image {
    margin: 0;
}

.full-width-image__image {
    width: 100%;
    height: auto;
}

.full-width-image figcaption {
    padding: 0.75rem var(--page-gutter);
    font-size: 0.875rem;
}

.site-footer {
    position: relative;
    background: var(--color-black);
    color: var(--color-white);
    overflow: hidden;
}

.site-footer__media {
    width: 100%;
}

.site-footer__video {
    display: block;
    width: 100%;
    height: auto;
}

.site-footer__copyright {
    position: absolute;
    z-index: 1;
    bottom: 0.75rem;
    left: 2.7%;
    margin: 0;
    font-family: var(--font-display);
    font-size: clamp(0.95rem, 1.389vw, 1.25rem);
    line-height: 1.9;
}

.default-content {
    width: min(100% - 2.5rem, 50rem);
    min-height: 70vh;
    margin: 0 auto;
    padding: 8rem 0;
}

.error-404 {
    display: grid;
    min-height: 100svh;
    padding: clamp(8rem, 12vw, 12rem) var(--page-gutter);
    place-items: center;
    background: var(--color-dark);
    color: var(--color-white);
    text-align: center;
}

.error-404__inner {
    width: 100%;
    max-width: 56rem;
}

.error-404__code {
    margin: 0 0 clamp(3rem, 5vw, 5rem);
    font-family: var(--font-display);
    font-size: clamp(9rem, 20.833vw, 18.75rem);
    font-weight: 400;
    letter-spacing: -0.05em;
    line-height: 0.68;
    filter: blur(0.125rem);
}

.error-404__title {
    margin: 0 0 1.5rem;
    font-family: var(--font-display);
    font-size: clamp(3rem, 5.556vw, 5rem);
    font-weight: 400;
    line-height: 1.05;
}

.error-404__message {
    max-width: 38rem;
    margin: 0 auto 2.5rem;
    font-size: clamp(1.125rem, 1.667vw, 1.5rem);
    line-height: 1.5;
}

.error-404__link {
    display: inline-flex;
    padding: 0 0 0.2em;
    align-items: baseline;
    gap: 0.55em;
    border-bottom: 1px solid currentcolor;
    font-family: var(--font-display);
    font-size: clamp(1.5rem, 2.083vw, 1.875rem);
    line-height: 1.3;
    text-decoration: none;
}

.error-404__link:hover {
    border-bottom-color: transparent;
}

.image-position-desktop-left img { object-position: left center; }
.image-position-desktop-center img { object-position: center center; }
.image-position-desktop-right img { object-position: right center; }
.image-position-desktop-top img { object-position: center top; }
.image-position-desktop-bottom img { object-position: center bottom; }

@media (max-width: 84.375rem) {
    .person-profile {
        height: auto;
        min-height: 0;
    }

    .person-profile__media {
        position: relative;
        aspect-ratio: 1 / 1;
    }

    .person-profile__image {
        object-fit: cover;
    }

    .person-profile__content,
    .person-profile--left .person-profile__content,
    .person-profile--right .person-profile__content {
        position: relative;
        top: auto;
        right: auto;
        left: auto;
        width: 100%;
        max-width: none;
        padding: clamp(3rem, 8vw, 6rem) var(--page-gutter) clamp(4rem, 10vw, 8rem);
    }

    .person-profile__content > * {
        max-width: 48rem;
    }

    .person-profile--right .person-profile__content > * {
        margin-right: 0;
        margin-left: auto;
    }

    .person-profile__heading {
        margin-bottom: 2rem;
    }

    .person-profile__biography {
        font-size: 1rem;
        line-height: 1.65;
    }

    .image-position-mobile-left img { object-position: left center; }
    .image-position-mobile-center img { object-position: center center; }
    .image-position-mobile-right img { object-position: right center; }
    .image-position-mobile-top img { object-position: center top; }
    .image-position-mobile-bottom img { object-position: center bottom; }
}

@media (max-width: 48rem) {
    .language-switcher {
        top: 0.8rem;
        right: 1.25rem;
        font-size: 1.75rem;
    }

    .hero-section {
        min-height: 72svh;
    }

    .hero-section__tagline {
        top: 52%;
        width: calc(100% - 2.5rem);
        font-size: clamp(1.75rem, 8vw, 2.5rem);
        line-height: 1.25;
    }

    .rich-text-section {
        min-height: 0;
        padding-top: 6rem;
        padding-bottom: 6.5rem;
    }

    .rich-text-section__heading {
        margin-bottom: 1.875rem;
        font-size: clamp(3rem, 14vw, 4rem);
    }

    .rich-text-section__content {
        font-size: 1.125rem;
        line-height: 1.45;
    }

    .manifesto-section {
        min-height: 0;
        padding-top: 6rem;
        padding-bottom: 7rem;
    }

    .manifesto-section__letters {
        width: min(17.5rem, 86vw);
        min-height: 14.7rem;
        margin-bottom: 1.875rem;
    }

    .manifesto-section__letters-image {
        width: 17.5rem;
        height: 14.7rem;
    }

    .manifesto-section__statement-text {
        font-size: 2rem;
        line-height: 1.3;
    }

    .manifesto-section__correction {
        width: min(34rem, 92%);
    }

    .manifesto-section__correction-image {
        max-height: none;
    }

    .manifesto-section__content {
        font-size: 1rem;
        line-height: 1.55;
    }

    .manifesto-section__content > p:first-child {
        font-size: 1.125rem;
        line-height: 1.45;
    }

    .manifesto-section__content li {
        grid-template-columns: 2rem 1fr;
    }

    .person-profile__media {
        aspect-ratio: 4 / 5;
    }

    .person-profile__content,
    .person-profile--left .person-profile__content,
    .person-profile--right .person-profile__content {
        padding-top: 3.75rem;
        padding-bottom: 5rem;
    }

    .person-profile__heading,
    .advisor-card__heading {
        font-size: 1.75rem;
        line-height: 1.18;
    }

    .person-profile__contact {
        font-size: 1.375rem;
    }

    .advisor-grid {
        padding-top: 6.5rem;
        padding-bottom: 7rem;
    }

    .advisor-grid__heading {
        margin-bottom: 5rem;
        font-size: 3.5rem;
    }

    .advisor-grid__items {
        grid-template-columns: 1fr;
        gap: 6rem;
    }

    .advisor-card__media {
        margin-bottom: 2.5rem;
    }

    .advisor-card__heading {
        margin-bottom: 1.75rem;
    }

    .advisor-card__biography {
        font-size: 1rem;
        line-height: 1.65;
    }

    .site-footer__copyright {
        right: 1.25rem;
        bottom: 1.25rem;
        left: 1.25rem;
        font-size: 0.875rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
    }

    .site-footer__media {
        min-height: clamp(6rem, 15vw, 10rem);
    }

    .site-footer__video {
        display: none;
    }
}
