:root {
    --bg: #000;
    --bg-soft: #080808;
    --surface: rgba(255, 255, 255, 0.04);
    --surface-strong: rgba(255, 255, 255, 0.08);
    --text: #fff;
    --muted: rgba(255, 255, 255, 0.64);
    --border: rgba(255, 255, 255, 0.12);
    --accent: #dd3131;
    --accent-bright: #f14141;
    --shadow: 0 28px 90px rgba(0, 0, 0, 0.34);
    --container: min(1440px, calc(100vw - 64px));
    --feature-rail: min(1280px, calc(100vw - 96px));
    --process-progress: 0;
}

@font-face {
    font-family: "Clash Grotesk";
    src:
        url("../fonts/ClashGrotesk_Complete/Fonts/WEB/fonts/ClashGrotesk-Variable.woff2") format("woff2"),
        url("../fonts/ClashGrotesk_Complete/Fonts/WEB/fonts/ClashGrotesk-Variable.woff") format("woff");
    font-style: normal;
    font-weight: 200 700;
    font-display: swap;
}

@font-face {
    font-family: "Gambarino";
    src:
        url("../fonts/Gambarino_Complete/Fonts/WEB/fonts/Gambarino-Regular.woff2") format("woff2"),
        url("../fonts/Gambarino_Complete/Fonts/WEB/fonts/Gambarino-Regular.woff") format("woff");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    background: #000;
    color-scheme: dark;
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
    background: #000;
    color: var(--text);
    font-family: "Clash Grotesk", Arial, sans-serif;
}

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

button,
input,
textarea {
    font: inherit;
}

button {
    border: 0;
    background: transparent;
}

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

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

.page-glow {
    display: none;
}

.page-glow--top {
    background: transparent;
}

.page-glow--middle {
    background: transparent;
}

.header,
main,
.footer {
    position: relative;
    z-index: 1;
}

.section,
.header,
.footer__main,
.footer__meta {
    width: var(--container);
    margin: 0 auto;
}

.section {
    padding: 112px 0;
}

.header {
    min-height: 100svh;
    display: grid;
    grid-template-rows: auto 1fr;
    padding: 24px 0 72px;
}

.nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 10px 0;
}

.nav__brand,
.nav__center,
.nav__right {
    display: flex;
    flex: 1 1 0;
    align-items: center;
    min-width: 0;
}

.nav__brand {
    justify-content: flex-start;
}

.nav__brand-logo {
    width: min(184px, 26vw);
}

.nav__center {
    justify-content: center;
}

.nav__right {
    justify-content: flex-end;
    gap: 28px;
}

.nav__menu {
    display: none;
}

.nav__link--contact {
    text-align: center;
}

.nav__link {
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.84rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    transition: color 180ms ease;
}

.nav__link:hover {
    color: var(--accent-bright);
}

.nav__toggle {
    display: none;
    width: 46px;
    height: 46px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.nav__toggle i {
    color: var(--text);
    font-size: 1.2rem;
    transition: transform 220ms ease, opacity 220ms ease;
}

.hero {
    display: grid;
    align-content: center;
    align-self: center;
    gap: 28px;
    width: var(--feature-rail);
    margin: 0 auto;
    padding-top: 24px;
}

.hero__headline {
    color: var(--text);
    font-size: clamp(1.45rem, 2.45vw, 2.25rem);
    font-weight: 600;
    line-height: 1;
    text-align: center;
}

.hero__headline span {
    color: var(--accent-bright);
}

.hero__stage {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: clamp(18px, 2.4vw, 34px);
    min-height: min(40vh, 410px);
}

.hero__side {
    flex: 1 1 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: clamp(1.2rem, 4vw, 2.4rem);
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hero__side--left {
    font-family: "Gambarino", Georgia, serif;
    font-size: clamp(1.5rem, 4vw, 3rem);
    font-weight: 400;
    letter-spacing: 0;
    text-align: right;
    text-transform: none;
}

.hero__side--right {
    text-align: left;
}

.hero__symbol-wrap {
    position: relative;
    display: flex;
    flex: 1 1 0;
    align-items: center;
    justify-content: center;
    min-height: 360px;
}

.hero__symbol-glow {
    display: none;
}

.hero__symbol {
    position: relative;
    z-index: 1;
    width: min(100%, 520px);
    max-height: 48vh;
    object-fit: contain;
    mix-blend-mode: screen;
    filter: none;
}

.hero__copy {
    display: grid;
    justify-items: center;
    gap: 18px;
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
}

.hero__eyebrow,
.section__eyebrow {
    color: var(--muted);
    font-size: 0.92rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.hero__title,
.section__title,
.manifesto__title {
    letter-spacing: -0.05em;
}

.hero__title {
    display: grid;
    font-size: clamp(3.8rem, 8vw, 7.6rem);
    font-weight: 650;
    line-height: 0.92;
    text-transform: uppercase;
}

.hero__title-accent {
    color: var(--accent);
}

.hero__actions {
    margin-top: 8px;
    justify-self: center;
}

.cta {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    min-width: 280px;
    min-height: 72px;
    padding: 0 28px;
    border-radius: 24px;
    font-size: 1.06rem;
    font-weight: 600;
    transition: transform 220ms ease, box-shadow 220ms ease, background-color 220ms ease;
}

.arrow-mark {
    display: inline-block;
    font-size: 1.14em;
    line-height: 1;
    transform: translateY(-0.02em);
}

.arrow-mark--heading {
    font-size: 1.2em;
}

.cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.18);
}

.cta--primary {
    background: var(--accent);
    color: #000;
}

.cta--dark {
    background: #000;
    color: #fff;
}

.cta i {
    font-size: 1.1rem;
    flex: 0 0 auto;
}

.section__title {
    max-width: 14ch;
    font-size: clamp(2.8rem, 6.4vw, 5.5rem);
    font-weight: 640;
    line-height: 0.94;
    text-transform: uppercase;
}

.section__title--compact {
    max-width: 11ch;
}

.section__lead {
    max-width: 42rem;
    color: var(--muted);
    font-size: 1.08rem;
    line-height: 1.7;
}

.about-section {
    position: relative;
    min-height: 100vh;
    background: #000;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-parallax-bg {
    position: absolute;
    inset: 0;
    z-index: 1;
    width: min(1180px, 92vw);
    height: min(760px, 82vh);
    margin: auto;
    display: grid;
    grid-template-columns: 1.1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: clamp(16px, 2vw, 28px);
    pointer-events: none;
}

.about-column {
    display: grid;
    gap: clamp(16px, 2vw, 28px);
}

.about-column-center {
    grid-column: 2;
    grid-row: 1 / span 2;
    grid-template-rows: 1fr 1fr;
}

.about-column-right {
    grid-column: 3;
    grid-row: 1 / span 2;
    grid-template-rows: 0.7fr 1.3fr;
}

.about-fade {
    position: absolute;
    left: 0;
    width: 100%;
    height: 22%;
    z-index: 2;
    pointer-events: none;
}

.about-fade-top {
    top: 0;
    background: linear-gradient(to bottom, #000, transparent);
}

.about-fade-bottom {
    bottom: 0;
    background: linear-gradient(to top, #000, transparent);
}

.about-card {
    position: relative;
    min-height: 180px;
    padding: 0;
    background: #050505;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: clamp(20px, 2vw, 28px);
    box-shadow:
        0 30px 80px rgba(0, 0, 0, 0.55),
        inset 0 0 70px rgba(0, 0, 0, 0.35);
    will-change: transform;
    transform: translate3d(0, 0, 0);
    transition: transform 260ms ease-out, filter 220ms ease;
}

.about-card__media {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: scale(1.03);
    filter: saturate(0.96) contrast(1.04);
}

.about-card::after {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.38) 100%),
        linear-gradient(125deg, rgba(255, 255, 255, 0.12), transparent 24%);
    content: "";
}

.about-card:hover {
    filter: brightness(1.05);
}

.about-card-left {
    grid-column: 1;
    grid-row: 1 / span 2;
}

.about-card-left .about-card__media {
    object-position: center top;
}

.about-card-center-top .about-card__media {
    object-position: center 24%;
}

.about-card-center-bottom .about-card__media {
    object-position: center 42%;
}

.about-card-right-top .about-card__media {
    object-position: center 16%;
}

.about-card-right-bottom .about-card__media {
    object-position: center top;
}

.about-card-bottom-left {
    grid-column: 1;
    grid-row: 2;
    align-self: end;
    width: 82%;
    min-height: 160px;
}

.about-card-bottom-left .about-card__media {
    object-position: center 54%;
}

.about-content {
    position: relative;
    z-index: 3;
    width: var(--feature-rail);
    max-width: none;
    margin-top: clamp(80px, 10vh, 140px);
    margin-right: auto;
    margin-left: auto;
    padding-inline: clamp(18px, 4vw, 40px);
    text-align: center;
    color: #fff;
    text-shadow:
        0 2px 16px rgba(0, 0, 0, 0.72),
        0 12px 36px rgba(0, 0, 0, 0.58);
}

.about-content h2 {
    font-family: "Gambarino", Georgia, serif;
    font-size: clamp(3.5rem, 8vw, 7rem);
    line-height: 0.95;
    font-weight: 400;
    margin-bottom: 28px;
}

.about-content p {
    max-width: 760px;
    margin: 0 auto;
    font-size: clamp(1.1rem, 2vw, 2rem);
    line-height: 1.15;
    font-weight: 500;
}

.manifesto {
    display: grid;
    justify-items: center;
    gap: clamp(18px, 2vw, 28px);
    text-align: center;
}

.manifesto__inner {
    width: var(--feature-rail);
    margin: 0 auto;
    display: grid;
    gap: clamp(12px, 1.6vw, 18px);
}

.manifesto__eyebrow {
    width: 100%;
    color: var(--accent-bright);
    font-size: clamp(1.4rem, 2vw, 2rem);
    font-weight: 500;
    line-height: 1;
    text-align: center;
}

.manifesto__frame {
    width: 100%;
    padding: 0;
}

.manifesto__title {
    display: grid;
    gap: clamp(24px, 3vw, 34px);
    width: 100%;
    font-size: clamp(3.9rem, 7.8vw, 6.9rem);
    font-weight: 500;
    line-height: 0.88;
    text-align: left;
}

.manifesto__line {
    display: block;
}

.manifesto__line--main {
    white-space: nowrap;
    text-align: center;
}

.manifesto__line--secondary {
    justify-self: center;
    width: 100%;
    font-size: clamp(2.8rem, 5vw, 4.5rem);
    text-align: center;
}

.manifesto__accent {
    color: var(--accent-bright);
    font-family: "Gambarino", Georgia, serif;
    font-weight: 400;
}

.manifesto__underline {
    color: var(--text);
    font-weight: 500;
    text-decoration: underline;
    text-decoration-thickness: 3px;
    text-underline-offset: 0.12em;
}

.manifesto__text {
    width: min(930px, 100%);
    margin: clamp(32px, 4.6vw, 52px) auto 0;
}

.manifesto__copy {
    color: var(--text);
    font-size: clamp(1.18rem, 1.95vw, 1.58rem);
    font-weight: 500;
    line-height: 1.02;
    text-align: center;
    text-wrap: balance;
}

.manifesto__star {
    display: inline-block;
    width: 0.9em;
    height: 0.9em;
    margin: 0 0.16em;
    vertical-align: -0.04em;
}

.manifesto__star:nth-of-type(2),
.manifesto__star:nth-of-type(3) {
    vertical-align: -0.12em;
}

.services {
    display: grid;
    gap: 26px;
}

.services__heading {
    display: grid;
    gap: 16px;
}

.services__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--accent-bright);
    font-size: clamp(1rem, 1.5vw, 1.25rem);
    font-weight: 600;
    letter-spacing: 0;
}

.services__stage {
    position: relative;
    min-height: 680px;
    overflow: hidden;
    display: grid;
    place-items: center;
    padding: clamp(24px, 3vw, 40px) 0;
}

.services__rows {
    position: absolute;
    inset: 0;
    z-index: 1;
    overflow: hidden;
    pointer-events: none;
}

.services__row {
    display: contents;
}

.service-pill {
    position: absolute;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 34px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.01);
    color: rgba(255, 255, 255, 0.16);
    font-size: clamp(1.12rem, 1.85vw, 1.3rem);
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
    pointer-events: auto;
    transition: border-color 220ms ease, color 220ms ease, font-weight 220ms ease, transform 220ms ease, background-color 220ms ease;
}

.services__row--top .service-pill:first-child {
    top: 24%;
    left: 12%;
}

.services__row--top .service-pill:last-child {
    top: 24%;
    right: 14%;
}

.services__row--upper .service-pill:first-child {
    top: 34%;
    left: 6%;
}

.services__row--upper .service-pill:last-child {
    top: 34%;
    right: 7%;
}

.services__row--middle .service-pill:first-child {
    top: 45%;
    left: 10%;
}

.services__row--middle .service-pill:nth-child(2) {
    top: 45%;
    right: 10%;
}

.services__row--middle .service-pill:last-child {
    top: 54%;
    right: 5%;
}

.services__row--lower .service-pill:first-child {
    top: 56%;
    left: 7%;
}

.services__row--lower .service-pill:nth-child(2) {
    top: 69%;
    left: 15%;
}

.services__row--lower .service-pill:last-child {
    top: 66%;
    right: 12%;
}

.services__row--bottom .service-pill:first-child {
    bottom: 13%;
    left: 8%;
}

.services__row--bottom .service-pill:nth-child(2) {
    bottom: 12%;
    right: 15%;
}

.services__row--bottom .service-pill:last-child {
    bottom: 4%;
    right: 4%;
}

.service-pill:hover {
    border-color: var(--accent-bright);
    background: rgba(221, 49, 49, 0.08);
    color: #fff;
    font-weight: 700;
    transform: translateY(-1px);
}

.services__focus {
    position: relative;
    z-index: 2;
    display: grid;
    place-items: center;
    gap: 20px;
    text-align: center;
    padding: 24px;
}

.services__focus-lead {
    font-size: clamp(3rem, 5vw, 4.5rem);
    font-weight: 350;
    line-height: 0.96;
}

.services__focus-copy {
    display: grid;
    gap: 4px;
}

.services__focus-copy p {
    font-size: clamp(2rem, 3vw, 2.8rem);
    font-weight: 650;
    line-height: 1;
}

.process {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 100px 52px 160px;
    background: #141414;
    color: var(--text);
}

.process__inner {
    width: min(1300px, 100%);
    margin: 0 auto;
}

.process__heading {
    display: grid;
    gap: 16px;
    max-width: 780px;
}

.process__label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--accent-bright);
    font-size: clamp(1rem, 1.5vw, 1.25rem);
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1;
}

.process__title {
    font-family: "Gambarino", Georgia, serif;
    font-size: clamp(4.2rem, 8vw, 8rem);
    font-weight: 400;
    line-height: 0.9;
    color: #f4f1ef;
}

.process__steps {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(18px, 2vw, 26px);
    margin-top: clamp(42px, 5vw, 70px);
}

.process-step {
    min-height: 190px;
    padding: 24px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 520ms ease, transform 520ms ease, border-color 520ms ease;
}

.process-step.on {
    opacity: 1;
    transform: translateY(0);
    border-color: rgba(241, 65, 65, 0.7);
}

.process-step__number {
    display: block;
    margin-bottom: 16px;
    color: var(--accent-bright);
    font-size: 0.9rem;
    font-weight: 700;
}

.process-step__title {
    margin-bottom: 12px;
    color: #fff;
    font-size: clamp(1.5rem, 2vw, 2rem);
    font-weight: 650;
    line-height: 1;
}

.process-step p {
    max-width: 17rem;
    color: rgba(255, 255, 255, 0.68);
    font-size: 1rem;
    line-height: 1.45;
}

.chart-wrap {
    position: relative;
    margin-top: clamp(62px, 7vw, 96px);
}

.process__bird {
    position: absolute;
    z-index: 4;
    width: 80px;
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, -110%);
    transition: opacity 120ms linear;
}

.process-chart {
    display: block;
    width: 100%;
    height: auto;
    overflow: visible;
}

.process-axis polyline,
.process-axis line,
.process-tick line {
    fill: none;
    stroke: #eae7e4;
    stroke-width: 1.46;
    vector-effect: non-scaling-stroke;
}

.process-axis rect,
.process-tick rect {
    fill: #eae7e4;
}

.process-tick {
    opacity: 0.16;
    transition: opacity 320ms ease;
}

.process-tick.on {
    opacity: 1;
}

.process-tick text {
    fill: #eae7e4;
    font-family: "Clash Grotesk", Arial, sans-serif;
    font-size: 24px;
    font-weight: 600;
}

.process-path {
    fill: none;
    stroke: var(--accent);
    stroke-width: 1.46;
    stroke-dasharray: 12 12;
    stroke-linecap: round;
    vector-effect: non-scaling-stroke;
}

#cPathMask {
    fill: none;
    stroke: #fff;
    stroke-width: 8;
    stroke-linecap: round;
}

.process-curve-arrow,
.process-flag {
    fill: var(--accent);
}

.process-flag-mast {
    stroke: var(--accent);
    stroke-width: 1.46;
    vector-effect: non-scaling-stroke;
}

.process-curve-arrow {
    opacity: 0;
    transition: opacity 220ms ease;
}

.footer {
    padding: 54px 0 28px;
    background: var(--accent);
    color: #000;
}

.footer__main {
    display: grid;
    grid-template-columns: minmax(0, 0.86fr) minmax(320px, 1.14fr);
    gap: 12px;
    align-items: center;
}

.footer__copy {
    display: grid;
    gap: 18px;
}

.footer__title {
    display: grid;
    font-size: clamp(3.4rem, 7vw, 6.6rem);
    font-weight: 650;
    line-height: 0.88;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.95);
}

.footer__brand {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.footer__brand-image {
    width: min(58vw, 860px);
}

.footer__meta {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 24px;
    padding-top: 18px;
    border-top: 2px solid rgba(0, 0, 0, 0.88);
    font-size: clamp(0.96rem, 1.6vw, 1.28rem);
    font-weight: 600;
    text-transform: uppercase;
}

.footer__meta a:hover {
    text-decoration: underline;
}

@media (min-width: 769px) {
    .footer {
        padding: 38px 0 16px;
    }

    .footer__main {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: clamp(56px, 7vw, 120px);
    }

    .footer__copy {
        gap: 16px;
    }

    .footer__title {
        font-size: clamp(2.7rem, 4.5vw, 4.7rem);
        line-height: 0.92;
    }

    .footer .cta--dark {
        min-width: 270px;
        min-height: 56px;
        padding: 0 24px;
        border-radius: 18px;
        font-size: 1rem;
    }

    .footer__brand-image {
        width: min(50vw, 760px);
    }

    .footer__meta {
        display: flex;
        align-items: center;
        justify-content: space-around;
        gap: 10px;
        margin-top: 12px;
        padding-top: 14px;
        padding-bottom: 0;
    }
}

.reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 700ms ease, transform 700ms ease;
    transition-delay: calc(var(--reveal-order, 0) * 80ms);
}

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

:focus-visible {
    outline: 1px solid rgba(255, 255, 255, 0.82);
    outline-offset: 4px;
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    .hero__symbol,
    .about-card,
    .reveal {
        transition: none;
        transform: none;
    }

    .reveal {
        opacity: 1;
    }
}

@media (max-width: 1200px) {
    :root {
        --container: min(100vw - 48px, 1440px);
        --feature-rail: min(1280px, calc(100vw - 72px));
    }

    .hero__stage {
        grid-template-columns: 1fr;
        justify-items: center;
        gap: 18px;
    }

    .hero__side--right,
    .hero__side--left {
        text-align: center;
    }

    .hero__symbol {
        width: min(44vw, 560px);
    }

    .about-parallax-bg {
        width: min(1100px, 92vw);
        height: min(700px, 78vh);
    }

    .services__stage {
        min-height: 620px;
    }

    .footer__main {
        grid-template-columns: 1fr;
    }

    .footer__brand {
        justify-content: flex-start;
    }
}

@media (max-width: 1024px) {
    .section {
        padding: 92px 0;
    }

    .about-section {
        min-height: 920px;
    }

    .about-parallax-bg {
        width: min(980px, 92vw);
        height: min(640px, 72vh);
    }

    .process {
        padding: 88px 40px 140px;
    }

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

    .process__bird {
        width: 72px;
    }
}

@media (max-width: 768px) {
    :root {
        --container: min(100vw - 32px, 1440px);
        --feature-rail: 100%;
    }

    .header {
        padding-top: 18px;
    }

    .nav {
        position: relative;
        align-items: center;
        flex-wrap: wrap;
    }

    .nav__center {
        display: none;
    }

    .nav__right {
        flex: 0 0 auto;
        margin-left: auto;
    }

    .nav__link--about {
        display: none;
    }

    .nav__toggle {
        display: inline-flex;
    }

    .nav__menu {
        width: 100%;
        display: grid;
        gap: 16px;
        grid-template-columns: 1fr;
        opacity: 0;
        max-height: 0;
        overflow: hidden;
        pointer-events: none;
        transition: opacity 220ms ease, max-height 220ms ease;
    }

    .nav.is-open .nav__menu {
        opacity: 1;
        max-height: 140px;
        padding-top: 12px;
        pointer-events: auto;
    }

    .nav__menu .nav__link {
        justify-self: start;
    }

    .hero {
        gap: 24px;
        width: 100%;
        padding-top: 28px;
    }

    .hero__headline {
        font-size: clamp(1.3rem, 6vw, 1.75rem);
    }

    .hero__stage {
        flex-direction: column;
        justify-content: center;
        gap: 20px;
        min-height: auto;
    }

    .hero__side,
    .hero__side--left,
    .hero__side--right {
        flex: 0 0 auto;
        width: 100%;
        font-size: clamp(2rem, 11vw, 2.5rem);
        text-align: center;
    }

    .hero__symbol-wrap {
        min-height: 300px;
    }

    .hero__symbol {
        width: min(86vw, 480px);
    }

    .hero__copy {
        gap: 14px;
    }

    .hero__eyebrow,
    .section__lead,
    .manifesto__copy {
        font-size: 1rem;
    }

    .about-section {
        min-height: 850px;
        padding: 90px 0;
        align-items: center;
    }

    .about-parallax-bg {
        width: 100%;
        height: 680px;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: repeat(4, 1fr);
        gap: 14px;
        opacity: 0.75;
    }

    .about-card-left {
        grid-column: 1 / span 2;
        grid-row: 1;
    }

    .about-column-center {
        grid-column: 1;
        grid-row: 2 / span 2;
    }

    .about-column-right {
        grid-column: 2;
        grid-row: 2 / span 2;
    }

    .about-card-bottom-left {
        display: none;
    }

    .about-card {
        min-height: 200px;
    }

    .about-content {
        width: 100%;
        margin-top: clamp(96px, 14vw, 132px);
        padding-inline: 0;
    }

    .about-content h2 {
        font-size: clamp(3rem, 16vw, 5rem);
    }

    .about-content p {
        font-size: clamp(1rem, 5vw, 1.4rem);
    }

    .manifesto__eyebrow,
    .manifesto__title {
        width: 100%;
    }

    .manifesto__inner {
        width: 100%;
    }

    .manifesto__eyebrow {
        text-align: center;
    }

    .manifesto__frame {
        padding: 0;
    }

    .manifesto__line--main {
        white-space: normal;
        text-align: center;
    }

    .manifesto__line--secondary {
        justify-self: center;
    }

    .manifesto__text,
    .manifesto__copy {
        text-align: center;
    }

    .manifesto__text {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-top: 36px;
    }

    .manifesto__copy {
        width: min(100%, 320px);
        margin: 0 auto;
    }

    .services__stage {
        min-height: 560px;
        padding: 12px 0;
    }

    .service-pill {
        min-height: 42px;
        padding: 0 20px;
        font-size: 0.92rem;
    }

    .services__row--top .service-pill:first-child {
        top: 24%;
        left: 3%;
    }

    .services__row--top .service-pill:last-child {
        top: 24%;
        right: 3%;
    }

    .services__row--upper .service-pill:first-child {
        top: 35%;
        left: -2%;
    }

    .services__row--upper .service-pill:last-child {
        top: 35%;
        right: -2%;
    }

    .services__row--middle .service-pill:first-child {
        top: 47%;
        left: 1%;
    }

    .services__row--middle .service-pill:nth-child(2) {
        top: 47%;
        right: 1%;
    }

    .services__row--middle .service-pill:last-child {
        display: none;
    }

    .services__row--lower .service-pill:first-child {
        top: 60%;
        left: -1%;
    }

    .services__row--lower .service-pill:nth-child(2) {
        top: 72%;
        left: 4%;
    }

    .services__row--lower .service-pill:last-child {
        top: 64%;
        right: 1%;
    }

    .services__row--bottom .service-pill:first-child {
        left: 0;
    }

    .services__row--bottom .service-pill:nth-child(2) {
        right: 3%;
    }

    .services__row--bottom .service-pill:last-child {
        right: -3%;
    }

    .services__focus {
        width: min(100%, 340px);
        padding: 16px;
    }

    .services__focus-lead {
        font-size: clamp(2.3rem, 10vw, 3.3rem);
    }

    .services__focus-copy p {
        font-size: clamp(1.6rem, 7vw, 2.2rem);
    }

    .process {
        padding: 80px 24px 120px;
    }

    .process__heading {
        max-width: 100%;
    }

    .process__title {
        font-size: clamp(3.2rem, 15vw, 5.4rem);
    }

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

    .process-step {
        min-height: 0;
    }

    .chart-wrap {
        margin-top: 52px;
    }

    .process__bird {
        width: 58px;
    }

    .footer {
        padding-top: 56px;
    }

    .footer__main {
        gap: 18px;
    }

    .footer__copy {
        gap: 16px;
    }

    .footer__meta {
        grid-template-columns: 1fr;
        gap: 10px;
        margin-top: 20px;
    }
}

@media (max-width: 430px) {
    .nav__brand-logo {
        width: 180px;
    }

    .hero__side,
    .hero__side--left,
    .hero__side--right {
        font-size: clamp(2rem, 11vw, 2.5rem);
    }

    .hero__title,
    .manifesto__title,
    .footer__title {
        font-size: clamp(2.6rem, 15vw, 4.4rem);
    }

    .manifesto__line--secondary {
        font-size: clamp(2rem, 11vw, 3.2rem);
    }

    .section__title {
        max-width: 100%;
        font-size: clamp(2.3rem, 13vw, 3.8rem);
    }

    .cta {
        width: 100%;
        min-width: 0;
    }

    .service-pill {
        min-height: 40px;
        padding: 0 18px;
        font-size: 0.86rem;
    }

    .services__stage {
        min-height: 520px;
    }

    .services__stage {
        display: flex;
        flex-direction: column;
        align-items: center;
        min-height: auto;
        overflow: visible;
        gap: 34px;
        padding: 48px 0 0;
    }

    .services__rows {
        position: relative;
        inset: auto;
        z-index: 2;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
        overflow: visible;
        pointer-events: auto;
    }

    .services__row {
        display: contents;
    }

    .services__rows .service-pill {
        position: static;
        display: inline-flex;
        transform: none;
    }

    .services__row--upper .service-pill:last-child,
    .services__row--middle .service-pill:nth-child(2),
    .services__row--middle .service-pill:last-child,
    .services__row--lower .service-pill:nth-child(2),
    .services__row--bottom .service-pill:nth-child(2) {
        display: inline-flex;
    }

    .services__focus {
        order: -1;
        width: min(100%, 300px);
    }

    .process__steps {
        grid-template-columns: 1fr;
    }

    .process__bird {
        width: 50px;
    }

    .footer__brand-image {
        width: min(92vw, 520px);
    }
}
