:root {
    --bg: #f3efe8;
    --paper: #fbfaf7;
    --paper-warm: #f8f3ec;
    --ink: #17191d;
    --ink-soft: #595d63;
    --muted: #777b80;
    --line: rgba(23,25,29,.12);
    --accent: #ef4d32;
    --accent-dark: #c93a24;
    --accent-soft: #f9ddd5;
    --shell: min(1180px, calc(100% - 48px));
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    min-height: 100vh;
    overflow-x: hidden;
    background: var(--bg);
    color: var(--ink);
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    -webkit-font-smoothing: antialiased;
}

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

::selection {
    background: var(--accent);
    color: #fff;
}

.page-bg {
    position: fixed;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}

.grid {
    position: absolute;
    inset: 0;
    opacity: .36;
    background-image:
        linear-gradient(rgba(23,25,29,.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(23,25,29,.03) 1px, transparent 1px);
    background-size: 58px 58px;
    mask-image: linear-gradient(to bottom, #000 0%, rgba(0,0,0,.5) 55%, transparent 100%);
}

.shape {
    position: absolute;
    border-radius: 50%;
}

.shape-one {
    width: 680px;
    height: 680px;
    right: -330px;
    top: -260px;
    background: rgba(239,77,50,.10);
}

.shape-two {
    width: 480px;
    height: 480px;
    left: -280px;
    top: 56%;
    border: 1px solid rgba(23,25,29,.08);
}

.page {
    width: var(--shell);
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.header {
    height: 92px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 13px;
}

.brand img {
    display: block;
}

.brand-text {
    display: grid;
    gap: 3px;
}

.brand-text strong {
    font-size: 13px;
    line-height: 1;
    letter-spacing: .075em;
}

.brand-text span {
    color: var(--muted);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .18em;
}

.status {
    min-height: 38px;
    padding: 0 14px;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: rgba(255,255,255,.46);
    color: #64686d;
    font-size: 11px;
    font-weight: 700;
}

.status-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--accent);
    box-shadow: 0 0 0 5px rgba(239,77,50,.10);
}

.hero {
    min-height: calc(100vh - 92px);
    padding: 84px 0 122px;
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(320px, .7fr);
    gap: 84px;
    align-items: center;
}

.eyebrow {
    margin: 0 0 22px;
    color: var(--accent-dark);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.hero h1 {
    margin: 0;
    max-width: 900px;
    display: grid;
    gap: 4px;
    font-size: clamp(62px, 7.3vw, 104px);
    line-height: .91;
    letter-spacing: -.058em;
    font-weight: 900;
}

.hero h1 span {
    color: var(--ink);
}

.hero h1 strong {
    color: var(--accent);
    font-weight: inherit;
}

.lead {
    max-width: 760px;
    margin: 32px 0 0;
    color: #45494f;
    font-size: 19px;
    line-height: 1.66;
}

.lead-secondary {
    margin-top: 13px;
    color: var(--ink-soft);
    font-size: 17px;
}

.text-link {
    margin-top: 30px;
    display: inline-flex;
    align-items: center;
    gap: 11px;
    color: var(--ink);
    font-size: 14px;
    font-weight: 800;
    border-bottom: 1px solid var(--ink);
    padding-bottom: 4px;
}

.text-link span {
    color: var(--accent);
}

.hero-note {
    padding: 30px;
    border: 1px solid var(--line);
    border-radius: 24px;
    background: rgba(255,255,255,.56);
    box-shadow: 0 24px 70px rgba(25,22,18,.06);
}

.note-label {
    display: inline-flex;
    margin-bottom: 18px;
    color: var(--accent-dark);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .14em;
}

.hero-note p {
    margin: 0 0 16px;
    color: #55595e;
    font-size: 15px;
    line-height: 1.7;
}

.hero-note p:last-child {
    margin-bottom: 0;
}

.hero-note strong {
    color: var(--ink);
}

.project {
    padding: 110px 0;
    border-top: 1px solid var(--line);
}

.section-heading {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 52px;
    align-items: start;
    margin-bottom: 62px;
}

.section-kicker {
    padding-top: 8px;
    color: var(--accent-dark);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.section-heading h2 {
    margin: 0;
    font-size: clamp(44px, 5.1vw, 72px);
    line-height: .98;
    letter-spacing: -.048em;
}

.section-heading h2 em {
    color: var(--accent);
    font-style: normal;
}

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

.project-grid article {
    min-height: 330px;
    padding: 30px;
    border: 1px solid var(--line);
    border-radius: 22px;
    background: rgba(255,255,255,.52);
}

.number {
    color: var(--accent);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .10em;
}

.project-grid h3 {
    margin: 74px 0 14px;
    font-size: 24px;
    letter-spacing: -.025em;
}

.project-grid p {
    margin: 0;
    color: #5b5f64;
    font-size: 15px;
    line-height: 1.72;
}

.statement {
    margin: 14px 0 112px;
    padding: 64px;
    display: grid;
    grid-template-columns: 240px 1fr;
    gap: 64px;
    align-items: center;
    border-radius: 30px;
    background: var(--ink);
    color: #fff;
}

.statement-mark {
    font-size: 104px;
    line-height: 1;
    font-weight: 950;
    letter-spacing: -.08em;
    color: var(--accent);
}

.statement-copy > span {
    color: rgba(255,255,255,.48);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .16em;
}

.statement-copy h2 {
    margin: 14px 0 18px;
    font-size: clamp(38px, 4.2vw, 60px);
    line-height: 1;
    letter-spacing: -.045em;
}

.statement-copy p {
    max-width: 720px;
    margin: 0;
    color: rgba(255,255,255,.66);
    font-size: 16px;
    line-height: 1.72;
}

.coming {
    padding: 34px 0 70px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    border-top: 1px solid var(--line);
}

.coming span {
    color: var(--accent-dark);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .15em;
}

.coming h2 {
    margin: 10px 0 0;
    font-size: 34px;
    letter-spacing: -.035em;
}

.coming > p {
    margin: 3px 0 0;
    color: var(--ink-soft);
    font-size: 15px;
    line-height: 1.72;
}

.disclaimer {
    margin-bottom: 34px;
    padding: 24px 26px;
    border-left: 4px solid var(--accent);
    background: rgba(255,255,255,.38);
}

.disclaimer strong {
    display: block;
    margin-bottom: 7px;
    font-size: 14px;
}

.disclaimer p {
    margin: 0;
    color: #62666b;
    font-size: 14px;
    line-height: 1.68;
}

footer {
    min-height: 78px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    border-top: 1px solid var(--line);
    color: #7c8085;
    font-size: 12px;
}

@media (max-width: 980px) {
    .hero {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .hero-note {
        max-width: 720px;
    }

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

    .project-grid article {
        min-height: 0;
    }

    .project-grid h3 {
        margin-top: 42px;
    }

    .statement {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .statement-mark {
        font-size: 76px;
    }
}

@media (max-width: 720px) {
    :root {
        --shell: calc(100% - 28px);
    }

    .header {
        height: 76px;
    }

    .brand-text {
        display: none;
    }

    .status {
        font-size: 10px;
        padding: 0 11px;
    }

    .hero {
        min-height: calc(100vh - 76px);
        padding: 70px 0 84px;
    }

    .hero h1 {
        font-size: clamp(50px, 15vw, 74px);
    }

    .lead {
        font-size: 17px;
    }

    .lead-secondary {
        font-size: 15px;
    }

    .section-heading {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .project {
        padding: 82px 0;
    }

    .statement {
        padding: 42px 24px;
        border-radius: 22px;
    }

    .coming {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    footer {
        align-items: flex-start;
        flex-direction: column;
        justify-content: center;
        padding: 24px 0;
    }
}
