:root {
    --paper: #efede5;
    --surface: #faf9f5;
    --white: #fff;
    --ink: #17211f;
    --muted: #5e6864;
    --line: #c8cbc4;
    --navy: #0b3045;
    --navy-deep: #071b25;
    --teal: #177e70;
    --mint: #b3d8ce;
    --shell: 1240px;
}

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

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.55;
    -webkit-font-smoothing: antialiased;
}

body.menu-open {
    overflow: hidden;
}

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

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

button,
a {
    -webkit-tap-highlight-color: transparent;
}

button:focus-visible,
a:focus-visible {
    outline: 3px solid var(--teal);
    outline-offset: 4px;
}

.skip-link {
    position: fixed;
    z-index: 1000;
    top: 10px;
    left: 10px;
    padding: 10px 14px;
    color: var(--white);
    background: var(--ink);
    transform: translateY(-150%);
}

.skip-link:focus {
    transform: none;
}

.shell {
    width: min(calc(100% - 64px), var(--shell));
    margin-inline: auto;
}

.section {
    padding: 120px 0;
}

.eyebrow {
    margin: 0 0 24px;
    color: var(--muted);
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .09em;
    line-height: 1.4;
    text-transform: uppercase;
}

.eyebrow span {
    margin: 0 8px;
    color: var(--teal);
}

.eyebrow--light {
    color: #9eb3ad;
}

.site-header {
    position: sticky;
    z-index: 100;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 76px;
    padding: 0 max(32px, calc((100vw - var(--shell)) / 2));
    border-bottom: 1px solid var(--line);
    background: rgba(239, 237, 229, .97);
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    color: var(--navy);
    font-size: 17px;
    font-weight: 700;
    letter-spacing: -.02em;
}

.brand img {
    width: 31px;
    height: 31px;
    object-fit: contain;
}

.site-nav {
    display: flex;
    align-items: center;
    gap: 31px;
    font-size: 14px;
    font-weight: 600;
}

.site-nav > a:not(.nav-email) {
    color: #3f4946;
}

.site-nav > a:not(.nav-email):hover {
    color: var(--teal);
}

.nav-email {
    padding-left: 30px;
    border-left: 1px solid var(--line);
    color: var(--navy);
}

.nav-email span,
.plain-link span,
.project-link span,
.contact-email span {
    display: inline-block;
    margin-left: 4px;
    transition: transform 150ms ease;
}

.nav-email:hover span,
.plain-link:hover span,
.project-link:hover span,
.contact-email:hover span {
    transform: translate(2px, -2px);
}

.menu-toggle {
    display: none;
}

.hero {
    padding: 0;
    border-bottom: 1px solid var(--line);
}

.hero-stage {
    position: relative;
    min-height: max(650px, calc(100svh - 159px));
    overflow: hidden;
    background: #07131b;
}

.hero-stage::after {
    position: absolute;
    z-index: 0;
    inset: 0;
    background: linear-gradient(90deg, rgba(3, 13, 22, .93) 0%, rgba(3, 13, 22, .82) 31%, rgba(3, 13, 22, .3) 57%, rgba(3, 13, 22, 0) 78%);
    content: "";
}

.hero-grid {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    min-height: inherit;
}

.hero-copy {
    max-width: 650px;
    padding: 80px 0;
}

.hero .eyebrow {
    color: #b5c5c0;
}

.hero h1 {
    max-width: 640px;
    margin: 0;
    color: var(--white);
    font-size: clamp(52px, 5.4vw, 78px);
    font-weight: 600;
    letter-spacing: -.058em;
    line-height: .98;
}

.hero-lede {
    max-width: 710px;
    margin: 36px 0 0;
    color: #d2ddd9;
    font-size: clamp(18px, 1.6vw, 22px);
    line-height: 1.55;
}

.hero-actions {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 43px;
}

.button {
    display: inline-flex;
    align-items: center;
    gap: 30px;
    min-height: 52px;
    padding: 0 21px;
    color: var(--navy-deep);
    background: var(--mint);
    font-size: 14px;
    font-weight: 700;
}

.button:hover {
    color: var(--white);
    background: var(--teal);
}

.plain-link {
    padding: 7px 0 5px;
    border-bottom: 1px solid var(--white);
    color: var(--white);
    font-size: 14px;
    font-weight: 700;
}

.hero-visual {
    position: absolute;
    z-index: 0;
    inset: 0;
}

.hero-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.product-index {
    display: grid;
    grid-template-columns: .8fr repeat(3, 1fr);
    border-top: 1px solid var(--ink);
    border-bottom: 1px solid var(--line);
}

.product-index > p {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 18px 24px 18px 0;
    color: var(--muted);
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.product-index > a {
    display: grid;
    grid-template-columns: 26px 1fr 16px;
    gap: 3px 10px;
    align-items: center;
    min-height: 82px;
    padding: 14px 20px;
    border-left: 1px solid var(--line);
    font-size: 13px;
}

.product-index > a:hover strong,
.product-index > a:hover i {
    color: var(--teal);
}

.product-index__number {
    color: #89908d;
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-size: 11px;
}

.product-index strong {
    color: var(--navy);
    font-size: 15px;
}

.product-index > a > span:nth-child(3) {
    grid-column: 2;
    color: var(--muted);
    font-size: 11px;
}

.product-index i {
    grid-column: 3;
    grid-row: 1 / span 2;
    font-style: normal;
}

.work {
    background: var(--surface);
}

.section-header {
    display: grid;
    grid-template-columns: minmax(140px, .5fr) minmax(0, 1.35fr) minmax(240px, .65fr);
    gap: 45px;
    align-items: end;
    margin-bottom: 64px;
}

.section-header .eyebrow {
    margin: 0;
    align-self: start;
    padding-top: 10px;
}

.section-header h2,
.services h2,
.studio h2,
.contact h2 {
    margin: 0;
    color: var(--navy-deep);
    font-size: clamp(38px, 4.7vw, 66px);
    font-weight: 600;
    letter-spacing: -.05em;
    line-height: 1.04;
}

.section-header > p:last-child {
    margin: 0 0 7px;
    color: var(--muted);
    font-size: 15px;
}

.feature-project {
    display: grid;
    grid-template-columns: minmax(360px, .78fr) minmax(0, 1.22fr);
    min-height: 640px;
    color: var(--white);
    background: var(--navy-deep);
}

.feature-project__copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 48px;
}

.project-label {
    display: flex;
    gap: 13px;
    align-items: center;
    color: #6b7471;
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.project-label span {
    color: var(--teal);
}

.feature-project .project-label {
    color: #9db1ac;
}

.focus-lockup {
    width: 225px;
    height: auto;
    margin: 82px 0 28px;
}

.feature-project h3 {
    max-width: 450px;
    margin: 0;
    font-size: clamp(30px, 3vw, 46px);
    font-weight: 600;
    letter-spacing: -.045em;
    line-height: 1.05;
}

.feature-project__copy > p {
    max-width: 470px;
    margin: 25px 0 36px;
    color: #c7d3d0;
    font-size: 16px;
}

.project-facts {
    width: 100%;
    margin: auto 0 32px;
}

.project-facts div {
    display: grid;
    grid-template-columns: 110px 1fr;
    gap: 15px;
    padding: 12px 0;
    border-top: 1px solid rgba(255, 255, 255, .17);
}

.project-facts dt,
.project-facts dd {
    margin: 0;
    font-size: 12px;
    line-height: 1.5;
}

.project-facts dt {
    color: #8fa6a0;
}

.project-facts dd {
    color: #e4ecea;
}

.project-facts dd i {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-right: 6px;
    border-radius: 50%;
    background: #3bd6a9;
}

.project-link {
    display: inline-block;
    padding: 8px 0 5px;
    border-bottom: 1px solid currentColor;
    color: var(--navy);
    font-size: 13px;
    font-weight: 700;
}

.project-link--light {
    color: var(--white);
}

.focus-evidence {
    display: flex;
    flex-direction: column;
    padding: 42px 48px;
    border: 18px solid var(--navy);
    border-left: 0;
    color: var(--navy-deep);
    background: var(--mint);
}

.panel-domain {
    display: flex;
    justify-content: space-between;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(5, 35, 66, .35);
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .06em;
}

.panel-domain i {
    font-style: normal;
}

.focus-result {
    max-width: 650px;
    margin: auto 0;
}

.focus-result strong {
    display: block;
    font-size: clamp(112px, 14vw, 205px);
    font-weight: 600;
    letter-spacing: -.085em;
    line-height: .75;
}

.focus-result span {
    display: block;
    max-width: 440px;
    margin-top: 31px;
    font-size: clamp(21px, 2.3vw, 33px);
    font-weight: 600;
    letter-spacing: -.035em;
    line-height: 1.12;
}

.focus-evidence ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 24px;
    margin: 0;
    padding: 0;
    border-top: 1px solid rgba(5, 35, 66, .35);
    list-style: none;
}

.focus-evidence li {
    padding: 11px 0;
    border-bottom: 1px solid rgba(5, 35, 66, .22);
    font-size: 12px;
}

.project-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 32px;
    border: 1px solid var(--line);
}

.project-card + .project-card {
    border-left: 1px solid var(--line);
}

.project-cover {
    display: flex;
    flex-direction: column;
    aspect-ratio: 3 / 2;
    padding: 31px 34px;
    border-bottom: 1px solid var(--line);
    color: var(--navy-deep);
}

.project-cover--meridian {
    background: #e9e8e2;
}

.project-cover--chart {
    background: #dbe7e1;
}

.cover-title {
    max-width: 520px;
    margin: auto 0;
    font-size: clamp(31px, 3.3vw, 48px);
    font-weight: 600;
    letter-spacing: -.05em;
    line-height: 1.04;
}

.cover-note {
    padding-top: 14px;
    border-top: 1px solid rgba(5, 35, 66, .25);
    color: #4d5d58;
    font-size: 12px;
}

.project-card__body {
    padding: 34px 36px 38px;
}

.project-card h3 {
    margin: 29px 0 10px;
    color: var(--navy-deep);
    font-size: 31px;
    font-weight: 600;
    letter-spacing: -.04em;
}

.project-card p {
    max-width: 520px;
    min-height: 76px;
    margin: 0 0 22px;
    color: var(--muted);
    font-size: 15px;
}

.more-work {
    margin-top: 72px;
    border-top: 1px solid var(--ink);
}

.more-work > .eyebrow {
    margin: 0;
    padding: 17px 0 29px;
}

.more-work > a {
    display: grid;
    grid-template-columns: 64px minmax(210px, .65fr) minmax(300px, 1fr) 24px;
    gap: 20px;
    align-items: center;
    min-height: 82px;
    border-top: 1px solid var(--line);
}

.more-work > a:last-child {
    border-bottom: 1px solid var(--line);
}

.more-work > a:hover strong,
.more-work > a:hover i {
    color: var(--teal);
}

.more-work__number {
    color: #89918e;
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-size: 11px;
}

.more-work strong {
    color: var(--navy);
    font-size: 18px;
}

.more-work > a > span:nth-child(3) {
    color: var(--muted);
    font-size: 14px;
}

.more-work i {
    font-style: normal;
}

.services {
    background: var(--paper);
}

.services-grid {
    display: grid;
    grid-template-columns: minmax(320px, .78fr) minmax(0, 1.22fr);
    gap: 10vw;
}

.section-header--compact {
    position: sticky;
    top: 120px;
    display: block;
    align-self: start;
    margin: 0;
}

.section-header--compact .eyebrow {
    margin-bottom: 24px;
    padding: 0;
}

.section-header--compact h2 {
    font-size: clamp(38px, 4.2vw, 58px);
}

.section-header--compact > p:last-child {
    max-width: 490px;
    margin-top: 29px;
    font-size: 16px;
}

.service-list {
    border-top: 1px solid var(--ink);
}

.service-list article {
    display: grid;
    grid-template-columns: 44px minmax(150px, .7fr) minmax(220px, 1fr);
    gap: 24px;
    padding: 32px 0 38px;
    border-bottom: 1px solid var(--line);
}

.service-list article > span {
    color: #858d89;
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-size: 11px;
}

.service-list h3 {
    margin: 0;
    color: var(--navy);
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -.025em;
}

.service-list p {
    margin: 0;
    color: var(--muted);
    font-size: 14px;
}

.studio {
    color: var(--white);
    background: var(--navy-deep);
}

.studio-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(380px, .9fr);
    gap: 10vw;
}

.studio h2 {
    max-width: 630px;
    color: var(--white);
}

.studio-copy > p {
    margin: 0 0 22px;
    color: #c7d3d0;
    font-size: 18px;
    line-height: 1.65;
}

.studio-copy > p:first-child {
    color: var(--white);
    font-size: 23px;
    line-height: 1.5;
}

.studio-details {
    margin-top: 55px;
    border-top: 1px solid rgba(255, 255, 255, .22);
}

.studio-details div {
    display: grid;
    grid-template-columns: 90px 1fr;
    gap: 18px;
    padding: 14px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .16);
    font-size: 13px;
}

.studio-details span {
    color: #91aaa4;
}

.studio-details strong {
    font-weight: 500;
}

.studio-details a {
    color: var(--mint);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.contact {
    background: var(--mint);
}

.contact-grid {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 12vw;
    align-items: end;
}

.contact h2 {
    max-width: 700px;
}

.contact-grid > div:last-child > p {
    max-width: 480px;
    margin: 0 0 35px;
    color: #344a44;
    font-size: 17px;
}

.contact-email {
    display: flex;
    justify-content: space-between;
    padding: 13px 0;
    border-top: 1px solid var(--ink);
    border-bottom: 1px solid var(--ink);
    color: var(--navy-deep);
    font-size: clamp(22px, 2.4vw, 33px);
    font-weight: 600;
    letter-spacing: -.035em;
}

.site-footer {
    padding: 52px 0;
    color: #c9d4d1;
    background: #06151d;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1fr 1fr .6fr 1fr;
    gap: 40px;
    align-items: start;
}

.brand--footer {
    color: var(--white);
}

.brand--footer img {
    width: 32px;
    height: 32px;
}

.footer-grid > p {
    margin: 2px 0 0;
    color: #8ea5a0;
    font-size: 12px;
    line-height: 1.7;
}

.footer-links {
    display: grid;
    gap: 7px;
    font-size: 12px;
}

.footer-links a:hover {
    color: var(--mint);
}

.footer-meta {
    text-align: right;
}

@media (max-width: 1050px) {
    .hero-copy {
        max-width: 610px;
    }

    .feature-project {
        grid-template-columns: minmax(330px, .8fr) 1.2fr;
    }

    .feature-project__copy {
        padding: 40px;
    }

    .focus-lockup {
        margin-top: 60px;
    }

    .services-grid,
    .studio-grid {
        gap: 7vw;
    }
}

@media (max-width: 860px) {
    .shell {
        width: min(calc(100% - 40px), var(--shell));
    }

    .site-header {
        min-height: 68px;
        padding: 0 20px;
    }

    .menu-toggle {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        padding: 10px 0;
        border: 0;
        color: var(--navy);
        background: transparent;
        font: inherit;
        font-size: 13px;
        font-weight: 700;
    }

    .menu-toggle i,
    .menu-toggle i::after {
        display: block;
        width: 18px;
        height: 1px;
        background: currentColor;
        transition: transform 180ms ease;
    }

    .menu-toggle i {
        position: relative;
        transform: translateY(-3px);
    }

    .menu-toggle i::after {
        position: absolute;
        top: 6px;
        content: "";
    }

    .menu-toggle[aria-expanded="true"] i {
        transform: rotate(45deg);
    }

    .menu-toggle[aria-expanded="true"] i::after {
        top: 0;
        transform: rotate(90deg);
    }

    .site-nav {
        position: fixed;
        z-index: 99;
        inset: 68px 0 auto;
        display: none;
        padding: 22px 20px 30px;
        border-bottom: 1px solid var(--line);
        background: var(--paper);
    }

    .site-nav.is-open {
        display: grid;
        gap: 0;
    }

    .site-nav a {
        padding: 14px 0;
        border-top: 1px solid var(--line);
        font-size: 17px;
    }

    .site-nav .nav-email {
        padding-left: 0;
        border-left: 0;
        color: var(--teal);
    }

    .hero {
        padding-top: 0;
    }

    .hero-grid {
        gap: 0;
        padding-bottom: 0;
    }

    .hero-copy {
        max-width: 610px;
        padding: 75px 0 65px;
    }

    .product-index {
        grid-template-columns: repeat(3, 1fr);
    }

    .product-index > p {
        grid-column: 1 / -1;
        padding: 15px 0;
        border-bottom: 1px solid var(--line);
    }

    .product-index > a:first-of-type {
        border-left: 0;
    }

    .section {
        padding: 90px 0;
    }

    .section-header {
        grid-template-columns: 130px 1fr;
    }

    .section-header > p:last-child {
        grid-column: 2;
        max-width: 500px;
    }

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

    .feature-project__copy {
        min-height: 620px;
    }

    .focus-evidence {
        min-height: 560px;
        border: 14px solid var(--navy);
        border-top: 0;
    }

    .services-grid,
    .studio-grid {
        grid-template-columns: 1fr;
        gap: 70px;
    }

    .section-header--compact {
        position: static;
    }

    .contact-grid {
        grid-template-columns: 1fr;
        gap: 55px;
    }

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

    .footer-meta {
        text-align: left;
    }
}

@media (max-width: 620px) {
    .shell {
        width: min(calc(100% - 32px), var(--shell));
    }

    .hero {
        padding-top: 0;
    }

    .hero-copy {
        padding: 58px 0 54px;
    }

    .hero-stage {
        min-height: max(760px, calc(100svh - 68px));
    }

    .hero-stage::after {
        background: linear-gradient(180deg, rgba(3, 13, 22, .92) 0%, rgba(3, 13, 22, .84) 67%, rgba(3, 13, 22, .5) 100%);
    }

    .hero-visual img {
        object-position: 66% center;
    }

    .hero h1 {
        font-size: clamp(44px, 13vw, 62px);
    }

    .hero-lede {
        margin-top: 27px;
        font-size: 17px;
    }

    .hero-actions {
        align-items: flex-start;
        flex-direction: column;
        gap: 21px;
        margin-top: 34px;
    }

    .product-index {
        display: block;
    }

    .product-index > p {
        padding: 14px 0;
    }

    .product-index > a {
        min-height: 66px;
        padding: 11px 0;
        border-left: 0;
        border-top: 1px solid var(--line);
    }

    .section {
        padding: 74px 0;
    }

    .section-header {
        display: block;
        margin-bottom: 43px;
    }

    .section-header .eyebrow {
        margin-bottom: 21px;
        padding: 0;
    }

    .section-header > p:last-child {
        margin-top: 19px;
    }

    .section-header h2,
    .services h2,
    .studio h2,
    .contact h2 {
        font-size: 40px;
    }

    .feature-project__copy {
        min-height: 0;
        padding: 30px 23px 36px;
    }

    .focus-lockup {
        width: 190px;
        margin: 58px 0 23px;
    }

    .feature-project h3 {
        font-size: 34px;
    }

    .project-facts {
        margin-top: 35px;
    }

    .project-facts div {
        grid-template-columns: 90px 1fr;
    }

    .focus-evidence {
        min-height: 500px;
        padding: 28px 23px;
        border-width: 9px;
    }

    .focus-result strong {
        font-size: 112px;
    }

    .focus-result span {
        margin-top: 22px;
        font-size: 23px;
    }

    .focus-evidence ul {
        grid-template-columns: 1fr;
    }

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

    .project-card + .project-card {
        border-top: 1px solid var(--line);
        border-left: 0;
    }

    .project-cover {
        aspect-ratio: 4 / 3;
        padding: 25px 23px;
    }

    .cover-title {
        font-size: 33px;
    }

    .project-card__body {
        padding: 27px 23px 33px;
    }

    .project-card p {
        min-height: 0;
    }

    .more-work {
        margin-top: 55px;
    }

    .more-work > a {
        grid-template-columns: 34px 1fr 20px;
        gap: 12px;
        padding: 19px 0;
    }

    .more-work > a > span:nth-child(3) {
        grid-column: 2;
        grid-row: 2;
    }

    .more-work > a i {
        grid-column: 3;
        grid-row: 1 / span 2;
    }

    .service-list article {
        grid-template-columns: 32px 1fr;
        gap: 12px;
        padding: 27px 0 31px;
    }

    .service-list p {
        grid-column: 2;
    }

    .studio-copy > p:first-child {
        font-size: 20px;
    }

    .studio-copy > p {
        font-size: 16px;
    }

    .studio-details div {
        grid-template-columns: 70px 1fr;
    }

    .contact-email {
        font-size: 22px;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 29px;
    }
}

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

    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
    }
}
