.policy-page {
    background-color: var(--colorWhite);
    min-height: 100vh;
}

.policy-page .site-header {
    transform: none;
    animation: none;
}

.policy-page nav.site-nav {
    animation: none;
    opacity: 1;
}

.policy-page .site-header .nav-mega-wrapper {
    background: linear-gradient(to bottom, #ffffff90 0%, #00000000 100%);
}

.policy-page .site-header.is-menu-open .nav-mega-wrapper {
    background-color: var(--colorWhite);
    background-image: none;
}

.policy-page__main {
    padding: calc(148px + 10vh) 0 120px;
}

.policy-page__section {
    padding: 0;
}

.policy-page__section .content-section__heading {
    margin-bottom: clamp(72px, 8vh, 96px);
}

.policy-page__figure {
    width: 80%;
    height: 80vh;
    margin: 0 auto 56px;
    overflow: hidden;
    border-radius: 24px;
    position: relative;
    background-color: #121212;
}

.policy-page__image {
    position: absolute;
    top: -15%;
    left: 0;
    display: block;
    width: 100%;
    height: 130%;
    object-fit: cover;
    object-position: center center;
    will-change: transform;
    transition: none;
}

.policy-content {
    width: 80%;
    margin: 0 auto;
    color: var(--colorBlack);
    font-size: clamp(0.9375rem, 1.6vw, 1rem);
    line-height: 1.65;
}

.policy-content h3 {
    margin: 2.5rem 0 1rem;
    font-size: clamp(1.125rem, 2vw, 1.375rem);
    font-weight: 500;
    line-height: 1.35;
}

.policy-content h3:first-child {
    margin-top: 0;
}

.policy-content h4 {
    margin: 1.5rem 0 0.75rem;
    font-size: clamp(1rem, 1.8vw, 1.125rem);
    font-weight: 500;
    line-height: 1.4;
}

.policy-content p {
    margin: 0 0 1rem;
    color: rgba(18, 18, 18, 0.85);
}

.policy-content ul {
    margin: 0 0 1rem;
    padding-left: 1.25rem;
}

.policy-content li {
    margin-bottom: 0.5rem;
    color: rgba(18, 18, 18, 0.85);
}

.policy-content li:last-child {
    margin-bottom: 0;
}

.policy-content code {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    font-size: 0.9em;
}

.policy-content a {
    color: var(--colorBlue);
    text-decoration: underline;
    text-underline-offset: 2px;
}

@media (max-width: 768px) {
    .policy-page.manifesto-page .policy-page__main {
        padding-bottom: 0;
    }

    .policy-page.manifesto-page ~ .legal-disclaimer-section {
        padding-top: clamp(2rem, 6vh, 3.5rem);
    }

    .policy-page__main {
        padding-top: calc(100px + 4vh);
        padding-bottom: clamp(1.5rem, 4vh, 2.5rem);
    }

    .policy-page .policy-page__section.content-section {
        padding-top: 0;
        padding-bottom: 0;
    }

    .policy-page__section .content-section__heading {
        margin-bottom: clamp(28px, 4vh, 40px);
    }

    .policy-page__figure {
        width: 92%;
        height: 50vh;
        margin-bottom: 40px;
        border-radius: 20px;
    }

    .policy-page__image {
        top: -20%;
        height: 140%;
    }

    .policy-page main,
    .policy-page .content-section,
    .policy-page .content-section__heading,
    .policy-page .content-section__col,
    .policy-page .content-section__title,
    .policy-page .content-section__body,
    .policy-page .content-section__eyebrow,
    .policy-page .policy-content {
        text-align: left;
    }

    .policy-page .legal-disclaimer {
        text-align: justify;
    }

    .policy-page .content-section__heading {
        justify-items: start;
    }

    .policy-page .content-section__col--secondary {
        align-self: start;
    }

    .policy-page .policy-content,
    .policy-page .content-section__heading {
        width: 92%;
    }
}

.how-we-work-page {
    --how-we-work-content-inset: 10vw;
    --how-we-work-section-space: clamp(4rem, 15vh, 10rem);
}

.how-we-work-page .policy-page__main {
    padding-bottom: 0;
}

.how-we-work-page .policy-content .founder-quote {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
}

.how-we-work-page .founder-quote--text-only {
    grid-template-columns: minmax(0, 1fr);
    padding: var(--how-we-work-section-space) 0 calc(var(--how-we-work-section-space) + 50px);
}

@media (max-width: 768px) {
    .how-we-work-page {
        --how-we-work-content-inset: 4vw;
        --how-we-work-section-space: clamp(3rem, 10vh, 5rem);
    }

    .how-we-work-page .policy-page__main {
        padding-bottom: 0;
    }

    .how-we-work-page .founder-quote--text-only {
        width: 100%;
        padding: var(--how-we-work-section-space) 0 calc(var(--how-we-work-section-space) + 50px);
    }

    .how-we-work-page .founder-quote--text-only .founder-quote__main {
        display: flex;
    }
}

.how-we-work-principles-layout {
    display: grid;
    grid-template-columns: 40vw minmax(0, 1fr);
    gap: clamp(48px, 8vw, 100px);
    align-items: start;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    padding: 0 var(--how-we-work-content-inset) 0;
    box-sizing: border-box;
}

.how-we-work-principles-list {
    display: flex;
    flex-direction: column;
    gap: clamp(4.5rem, 9vh, 6.5rem);
    width: 40vw;
}

.how-we-work-principle {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    min-width: 0;
    padding: 0;
    background: none;
    text-align: left;
}

.how-we-work-principle:not(:last-child) {
    padding-bottom: clamp(4.5rem, 9vh, 6.5rem);
    border-bottom: 1px solid rgba(18, 18, 18, 0.12);
}

.how-we-work-principles-media {
    --how-we-work-principles-image-height: 90vh;
    position: sticky;
    top: calc(100dvh - var(--how-we-work-principles-image-height));
    align-self: start;
    justify-self: start;
    width: auto;
    height: var(--how-we-work-principles-image-height);
    aspect-ratio: 1700 / 2833;
    max-width: 100%;
    margin: 0;
}

.how-we-work-principles-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: bottom center;
}

.how-we-work-principle__header {
    display: flex;
    align-items: center;
    gap: clamp(14px, 2vw, 22px);
    width: 100%;
    margin-bottom: clamp(2rem, 4vw, 3rem);
}

.how-we-work-principle__number {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: clamp(40px, 4.5vw, 46px);
    height: clamp(40px, 4.5vw, 46px);
    border-radius: 999px;
    border: 1px solid rgba(18, 18, 18, 0.35);
    font-size: clamp(0.9375rem, 1.6vw, 1.0625rem);
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.02em;
    color: var(--colorBlack);
}

.how-we-work-principle__intro {
    min-width: 0;
}

.how-we-work-principle__title {
    margin: 0;
    font-size: clamp(1.375rem, 2.4vw, 1.75rem);
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: -0.02em;
    color: var(--colorBlack);
}

.policy-content .how-we-work-principle__subtitle {
    margin: 0;
    padding: 0;
    font-size: clamp(0.875rem, 1.5vw, 1rem);
    font-weight: 400;
    line-height: 1.45;
    color: rgba(18, 18, 18, 0.58);
}

.how-we-work-principle__body {
    margin: 0;
    font-size: clamp(0.875rem, 1.5vw, 0.9375rem);
    font-weight: 400;
    line-height: 1.6;
    color: rgba(18, 18, 18, 0.85);
}

.how-we-work-closing {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 0;
    text-align: center;
    box-sizing: border-box;
}

.how-we-work-principles-list .how-we-work-closing {
    padding-top: clamp(2rem, 4vh, 3rem);
    padding-bottom: var(--how-we-work-section-space);
}

.how-we-work-principles-list .legal-disclaimer-section {
    width: 100%;
    padding: 0;
}

.how-we-work-principles-list .legal-disclaimer {
    padding-bottom: 0;
}

.how-we-work-closing__title {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.28em;
    margin: 0;
    width: 100%;
    font-size: clamp(1.75rem, 4.5vw, 2.75rem);
    font-weight: 400;
    line-height: 1.06;
    letter-spacing: -0.03em;
    color: var(--colorBlack);
}

.how-we-work-closing__title .animated-title__word {
    display: inline-block;
    opacity: 0;
    transform: translate3d(0, 0.45em, 0);
    will-change: opacity, transform;
}

.how-we-work-closing__body {
    width: 100%;
    font-size: clamp(1rem, 1.8vw, 1.125rem);
    line-height: 1.6;
    text-align: center;
    color: rgba(18, 18, 18, 0.85);
}

.policy-content .how-we-work-closing__body {
    margin: clamp(3rem, 5vw, 7rem) 0 0;
    text-align: center;
}

.how-we-work-closing__demo {
    display: flex;
    justify-content: center;
    margin-top: clamp(2rem, 5vw, 2.75rem);
}

.how-we-work-closing__demo .demo-button {
    background-color: var(--colorBlue);
    color: var(--colorWhite);
    padding: 3px 12px 3px 8px;
    border: none;
    border-radius: 999px;
    display: grid;
    grid-template-columns: min-content min-content;
    grid-template-rows: min-content;
    column-gap: 5px;
    font: inherit;
    cursor: pointer;
}

.how-we-work-closing__demo .demo-button .icon {
    width: 15px;
    height: 15px;
    margin: auto;
}

.how-we-work-closing__demo .demo-button p {
    margin: auto;
    white-space: nowrap;
    color: var(--colorWhite);
}

@media (prefers-reduced-motion: reduce) {
    .how-we-work-closing__title .animated-title__word {
        opacity: 1;
        transform: none;
    }
}

@media (max-width: 768px) {
    .how-we-work-page {
        --how-we-work-content-inset: clamp(20px, 6vw, 36px);
        --how-we-work-text-inset: clamp(24px, 7vw, 40px);
        --how-we-work-divider-space: clamp(2rem, 5vh, 3rem);
    }

    .how-we-work-page .policy-content,
    .how-we-work-page .how-we-work-principle,
    .how-we-work-page .how-we-work-principle__body,
    .how-we-work-page .founder-quote--text-only,
    .how-we-work-page .founder-quote__text {
        text-align: center;
    }

    .how-we-work-page .how-we-work-principle {
        align-items: center;
    }

    .how-we-work-page .founder-quote--text-only {
        padding: clamp(1.25rem, 3vh, 2rem) var(--how-we-work-text-inset) clamp(3rem, 8vh, 4.5rem);
        box-sizing: border-box;
    }

    .how-we-work-page .how-we-work-principles-layout {
        display: flex;
        flex-direction: column;
        gap: 0;
        padding-left: var(--how-we-work-text-inset);
        padding-right: var(--how-we-work-text-inset);
    }

    .how-we-work-page .how-we-work-principles-list {
        display: contents;
    }

    .how-we-work-page .how-we-work-principles-list,
    .how-we-work-page .how-we-work-principle {
        width: 100%;
        max-width: 100%;
    }

    .how-we-work-page .how-we-work-principle:not(:last-of-type) {
        padding-bottom: var(--how-we-work-divider-space);
        border-bottom: none;
    }

    .how-we-work-page .how-we-work-principle + .how-we-work-principle,
    .how-we-work-page .how-we-work-closing {
        padding-top: var(--how-we-work-divider-space);
        border-top: 1px solid rgba(18, 18, 18, 0.12);
    }

    .how-we-work-page .how-we-work-principle:last-of-type {
        padding-bottom: var(--how-we-work-divider-space);
    }

    .how-we-work-page .how-we-work-principle__header {
        display: grid;
        grid-template-columns: 1fr auto auto 1fr;
        align-items: center;
        column-gap: clamp(14px, 2vw, 22px);
        row-gap: clamp(0.5rem, 2vw, 0.75rem);
        text-align: center;
    }

    .how-we-work-page .how-we-work-principle__intro {
        display: contents;
    }

    .how-we-work-page .how-we-work-principle__number {
        grid-column: 2;
        grid-row: 1;
    }

    .how-we-work-page .how-we-work-principle__title {
        grid-column: 3;
        grid-row: 1;
        margin: 0;
    }

    .how-we-work-page .how-we-work-principle__subtitle {
        grid-column: 1 / -1;
        grid-row: 2;
        margin: 0;
        text-align: center;
    }

    .how-we-work-page .how-we-work-principles-media {
        position: static;
        order: 2;
        align-self: center;
        width: min(100%, 420px);
        height: auto;
        max-height: min(70vh, 640px);
        margin-top: clamp(1.25rem, 3vh, 2rem);
    }

    .how-we-work-page .how-we-work-principles-layout .legal-disclaimer-section {
        order: 3;
        width: 100%;
        padding-top: clamp(2rem, 5vh, 3rem);
        box-sizing: border-box;
    }

    .how-we-work-closing__title {
        gap: 0.22em;
    }

    .how-we-work-page .how-we-work-closing,
    .how-we-work-page .how-we-work-closing__body {
        text-align: center;
    }
}
