:root {
    --paper: #f2f0e9;
    --ink: #151517;
    --muted: #646167;
    --line: rgba(21, 21, 23, 0.2);
    --coral: #ff6b56;
    --cobalt: #3158eb;
    --lilac: #c7b8ff;
    --acid: #d7ed61;
    --white: #fffdf7;
    --serif: Georgia, "Times New Roman", serif;
    --sans: Arial, Helvetica, sans-serif;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    overflow-x: hidden;
    background: var(--paper);
    color: var(--ink);
    font-family: var(--sans);
    font-size: 16px;
    line-height: 1.5;
    text-rendering: optimizeLegibility;
}

body::before {
    position: fixed;
    z-index: 99;
    inset: 0;
    pointer-events: none;
    content: "";
    opacity: 0.08;
    background-image:
        radial-gradient(circle at 20% 30%, #000 0 0.45px, transparent 0.55px),
        radial-gradient(circle at 70% 65%, #000 0 0.35px, transparent 0.5px);
    background-size: 5px 7px, 7px 5px;
}

a {
    color: inherit;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.22em;
}

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

p,
h1,
h2,
h3 {
    margin-top: 0;
}

.skip-link {
    position: fixed;
    z-index: 200;
    top: 1rem;
    left: 1rem;
    padding: 0.75rem 1rem;
    transform: translateY(-180%);
    background: var(--ink);
    color: var(--white);
    font-weight: 700;
}

.skip-link:focus {
    transform: translateY(0);
}

.site-header {
    position: absolute;
    z-index: 20;
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
    min-height: 104px;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem clamp(1.2rem, 4vw, 4.5rem);
    border-bottom: 1px solid rgba(21, 21, 23, 0.18);
}

.wordmark {
    display: inline-flex;
    flex-direction: column;
    font-size: 0.84rem;
    font-weight: 900;
    letter-spacing: 0.13em;
    line-height: 0.92;
    text-decoration: none;
}

.wordmark span:last-child {
    color: var(--cobalt);
    font-size: 1.2em;
}

.desktop-nav {
    display: flex;
    align-items: center;
    gap: clamp(1.2rem, 2.4vw, 2.8rem);
    font-size: 0.73rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.desktop-nav a {
    text-decoration: none;
}

.desktop-nav a:not(.nav-cta):hover {
    text-decoration: underline;
    text-underline-offset: 0.4em;
}

.nav-cta {
    padding: 0.9rem 1.3rem;
    border: 1px solid var(--ink);
    border-radius: 999px;
    transition: background-color 180ms ease, color 180ms ease;
}

.nav-cta:hover {
    background: var(--ink);
    color: var(--white);
}

.mobile-nav {
    display: none;
}

.hero {
    position: relative;
    display: grid;
    min-height: min(920px, 100vh);
    grid-template-columns: 1.06fr 0.94fr;
    overflow: hidden;
    border-bottom: 1px solid var(--ink);
}

.hero-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10.5rem clamp(1.3rem, 5vw, 6.5rem) 5.5rem;
}

.eyebrow,
.section-label {
    margin-bottom: clamp(2.5rem, 5vw, 5rem);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    line-height: 1.2;
    text-transform: uppercase;
}

.eyebrow::before,
.section-label::before {
    display: inline-block;
    width: 2rem;
    height: 1px;
    margin-right: 0.8rem;
    vertical-align: middle;
    background: currentColor;
    content: "";
}

.hero h1,
.section-heading h2,
.atmosphere-copy h2,
.details-heading h2,
.contact-cta h2,
.legal-hero h1,
.not-found h1 {
    margin-bottom: 0;
    font-family: var(--serif);
    font-weight: 400;
    letter-spacing: -0.065em;
    line-height: 0.82;
}

.hero h1 {
    max-width: 800px;
    font-size: clamp(4.5rem, 9.3vw, 9rem);
}

em {
    font-weight: 400;
}

.hero h1 em,
.statement-text em,
.section-heading em,
.details-heading em,
.legal-hero em,
.not-found em {
    color: var(--cobalt);
}

.hero-lede {
    max-width: 34rem;
    margin: 3.5rem 0 2.5rem;
    font-size: clamp(1.05rem, 1.5vw, 1.35rem);
    line-height: 1.45;
}

.hero-actions {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.button {
    display: inline-flex;
    min-height: 3.6rem;
    align-items: center;
    justify-content: center;
    gap: 2.2rem;
    padding: 1rem 1.35rem;
    border: 1px solid currentColor;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-decoration: none;
    text-transform: uppercase;
    transition: transform 180ms ease, background-color 180ms ease, color 180ms ease;
}

.button:hover {
    transform: translateY(-3px);
}

.button-dark {
    background: var(--ink);
    color: var(--white);
}

.button-dark:hover {
    background: var(--cobalt);
}

.button-light {
    background: var(--white);
    color: var(--ink);
}

.button-light:hover {
    background: var(--acid);
}

.text-link {
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-underline-offset: 0.45em;
    text-transform: uppercase;
}

.hero-art {
    position: relative;
    display: grid;
    min-height: 680px;
    place-items: center;
    overflow: hidden;
    border-left: 1px solid var(--ink);
    background: var(--coral);
}

.hero-art::before,
.hero-art::after {
    position: absolute;
    background: var(--ink);
    content: "";
}

.hero-art::before {
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
}

.hero-art::after {
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
}

.hero-disc {
    position: relative;
    z-index: 3;
    display: flex;
    width: clamp(260px, 30vw, 470px);
    aspect-ratio: 1;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 3.2rem 1rem 2.6rem;
    border: 1px solid var(--ink);
    border-radius: 50%;
    background: var(--lilac);
    box-shadow: 18px 18px 0 var(--cobalt);
    transform: rotate(-7deg);
}

.hero-disc strong {
    font-family: var(--serif);
    font-size: clamp(3.5rem, 6.1vw, 6.4rem);
    font-weight: 400;
    letter-spacing: -0.07em;
    line-height: 0.75;
    text-align: center;
}

.disc-kicker,
.disc-meta,
.art-note {
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.orbit {
    position: absolute;
    z-index: 1;
    border: 1px solid var(--ink);
    border-radius: 50%;
}

.orbit-one {
    width: 116%;
    aspect-ratio: 1.7;
    transform: rotate(28deg);
}

.orbit-two {
    width: 116%;
    aspect-ratio: 1.7;
    transform: rotate(-28deg);
}

.art-note {
    position: absolute;
    z-index: 4;
    margin: 0;
    line-height: 1.5;
}

.note-top {
    top: 18%;
    right: 7%;
    text-align: right;
}

.note-bottom {
    bottom: 12%;
    left: 8%;
}

.hero-index {
    position: absolute;
    bottom: 1.5rem;
    left: clamp(1.3rem, 5vw, 6.5rem);
    margin: 0;
    font-size: 0.64rem;
    font-weight: 800;
    letter-spacing: 0.12em;
}

.section-pad {
    padding: clamp(5rem, 9vw, 10rem) clamp(1.3rem, 5vw, 6.5rem);
}

.statement {
    display: grid;
    grid-template-columns: 0.6fr 1.4fr 0.7fr;
    align-items: end;
    gap: 4rem;
    border-bottom: 1px solid var(--ink);
}

.statement .section-label {
    align-self: start;
    margin-bottom: 0;
}

.statement-text {
    margin-bottom: 0;
    font-family: var(--serif);
    font-size: clamp(4rem, 8.2vw, 9rem);
    letter-spacing: -0.07em;
    line-height: 0.82;
}

.statement-note {
    max-width: 20rem;
    margin: 0;
    padding-left: 1.5rem;
    border-left: 1px solid var(--ink);
    font-size: 0.93rem;
}

.experience {
    border-bottom: 1px solid var(--ink);
}

.section-heading {
    display: grid;
    grid-template-columns: 0.75fr 2fr;
    align-items: start;
    margin-bottom: clamp(4rem, 8vw, 8rem);
}

.section-heading .section-label {
    margin: 0;
}

.section-heading h2,
.details-heading h2 {
    font-size: clamp(4rem, 8.5vw, 9rem);
}

.experience-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid var(--ink);
    border-left: 1px solid var(--ink);
}

.experience-card {
    display: flex;
    min-height: 510px;
    flex-direction: column;
    justify-content: space-between;
    padding: 1.6rem;
    border-right: 1px solid var(--ink);
    border-bottom: 1px solid var(--ink);
}

.experience-card:nth-child(2) {
    transform: translateY(3rem);
}

.card-coral {
    background: var(--coral);
}

.card-cobalt {
    background: var(--cobalt);
    color: var(--white);
}

.card-lilac {
    background: var(--lilac);
}

.card-number,
.card-tag {
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.14em;
}

.experience-card h3 {
    margin-bottom: 1.4rem;
    font-family: var(--serif);
    font-size: clamp(2.3rem, 3.5vw, 4rem);
    font-weight: 400;
    letter-spacing: -0.06em;
    line-height: 0.9;
}

.experience-card div p {
    max-width: 22rem;
    margin: 0;
    font-size: 0.95rem;
}

.card-tag {
    margin: 0;
}

.atmosphere {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    border-bottom: 1px solid var(--ink);
    background: var(--cobalt);
    color: var(--white);
}

.atmosphere-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 780px;
    padding: clamp(5rem, 9vw, 10rem) clamp(1.3rem, 5vw, 6.5rem);
    border-right: 1px solid var(--white);
}

.atmosphere-copy .section-label {
    margin-bottom: 4rem;
}

.atmosphere-copy h2 {
    margin-bottom: 3.5rem;
    font-size: clamp(3.6rem, 6.5vw, 7rem);
}

.atmosphere-copy h2 em {
    color: var(--acid);
}

.atmosphere-copy > p:last-child {
    max-width: 32rem;
    margin: 0;
    font-size: clamp(1rem, 1.4vw, 1.25rem);
}

.atmosphere-art {
    position: relative;
    display: grid;
    min-height: 780px;
    place-items: center;
    overflow: hidden;
    background: var(--acid);
    color: var(--ink);
}

.window-shape {
    position: relative;
    width: clamp(260px, 31vw, 460px);
    aspect-ratio: 0.72;
    overflow: hidden;
    border: 1px solid var(--ink);
    border-radius: 240px 240px 0 0;
    background: var(--coral);
    box-shadow: -20px 20px 0 var(--lilac);
}

.moon {
    position: absolute;
    top: 16%;
    right: 15%;
    width: 30%;
    aspect-ratio: 1;
    border: 1px solid var(--ink);
    border-radius: 50%;
    background: var(--paper);
}

.horizon {
    position: absolute;
    right: -10%;
    bottom: -5%;
    width: 125%;
    aspect-ratio: 1;
    border: 1px solid var(--ink);
    border-radius: 50%;
}

.horizon-one {
    background: var(--cobalt);
}

.horizon-two {
    right: 17%;
    bottom: -34%;
    background: var(--lilac);
}

.atmosphere-art > p {
    position: absolute;
    right: 5%;
    bottom: 4%;
    margin: 0;
    font-family: var(--serif);
    font-size: clamp(1.8rem, 3vw, 3.6rem);
    letter-spacing: -0.04em;
    line-height: 0.84;
    text-align: right;
}

.details {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: clamp(4rem, 8vw, 9rem);
    border-bottom: 1px solid var(--ink);
}

.details-heading .section-label {
    margin-bottom: 4rem;
}

.details-list {
    padding-top: clamp(1rem, 6vw, 6rem);
}

.detail-row {
    display: grid;
    grid-template-columns: 2rem 0.65fr 1fr;
    gap: 1.4rem;
    padding: 2.2rem 0;
    border-top: 1px solid var(--ink);
}

.detail-row > span {
    font-size: 0.64rem;
    font-weight: 800;
}

.detail-row h3 {
    margin: 0;
    font-family: var(--serif);
    font-size: 1.8rem;
    font-weight: 400;
    letter-spacing: -0.04em;
}

.detail-row p {
    margin: 0;
    font-size: 0.9rem;
}

.contact-cta {
    padding: clamp(6rem, 12vw, 13rem) clamp(1.3rem, 5vw, 6.5rem);
    background: var(--coral);
    text-align: center;
}

.contact-cta .section-label {
    margin-bottom: 4rem;
}

.contact-cta h2 {
    margin-bottom: 4.5rem;
    font-size: clamp(5rem, 11vw, 12rem);
}

.contact-cta h2 em {
    color: var(--white);
}

.contact-small {
    margin: 2rem 0 0;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.site-footer {
    display: grid;
    grid-template-columns: 1.4fr 1fr 0.7fr;
    gap: 3rem;
    padding: 4rem clamp(1.3rem, 5vw, 6.5rem) 2rem;
    background: var(--ink);
    color: var(--white);
}

.footer-mark {
    margin-bottom: 1.5rem;
}

.footer-mark span:last-child {
    color: var(--coral);
}

.footer-intro p {
    max-width: 24rem;
    margin: 0;
    color: rgba(255, 253, 247, 0.68);
    font-family: var(--serif);
    font-size: 1.35rem;
    line-height: 1.25;
}

.footer-contact,
.footer-links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.7rem;
    font-size: 0.78rem;
}

.footer-contact span {
    margin-bottom: 0.5rem;
    color: rgba(255, 253, 247, 0.5);
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.footer-links a,
.footer-contact a {
    text-underline-offset: 0.35em;
}

.copyright {
    grid-column: 1 / -1;
    margin: 3rem 0 0;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255, 253, 247, 0.2);
    color: rgba(255, 253, 247, 0.5);
    font-size: 0.65rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.inner-page .site-header {
    position: relative;
}

.legal-page {
    border-bottom: 1px solid var(--ink);
}

.legal-hero {
    display: grid;
    min-height: 540px;
    grid-template-columns: 1fr 2fr;
    align-items: end;
    gap: 3rem;
    padding: clamp(5rem, 9vw, 9rem) clamp(1.3rem, 5vw, 6.5rem) 4rem;
    border-bottom: 1px solid var(--ink);
    background: var(--acid);
}

.legal-hero-blue {
    background: var(--cobalt);
    color: var(--white);
}

.legal-hero-blue em {
    color: var(--acid);
}

.legal-hero-lilac {
    background: var(--lilac);
}

.legal-hero-coral {
    background: var(--coral);
}

.legal-hero .section-label {
    align-self: start;
    margin: 0;
}

.legal-hero h1 {
    grid-row: span 2;
    font-size: clamp(4.5rem, 9vw, 9.5rem);
}

.legal-hero > p:last-child {
    margin: 0;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.legal-content {
    max-width: 930px;
    margin-left: auto;
    padding: clamp(5rem, 9vw, 9rem) clamp(1.3rem, 8vw, 8rem) clamp(5rem, 9vw, 9rem) 1.3rem;
}

.legal-content > .legal-lede {
    max-width: 46rem;
    margin: 0 0 clamp(4rem, 7vw, 7rem);
    font-family: var(--serif);
    font-size: clamp(1.7rem, 3.1vw, 2.7rem);
    letter-spacing: -0.035em;
    line-height: 1.12;
}

.legal-content section {
    display: grid;
    grid-template-columns: 0.72fr 1.28fr;
    gap: 3rem;
    padding: 2.2rem 0;
    border-top: 1px solid var(--ink);
}

.legal-content h2 {
    margin: 0;
    font-family: var(--serif);
    font-size: 1.8rem;
    font-weight: 400;
    letter-spacing: -0.04em;
    line-height: 1;
}

.legal-content p {
    max-width: 38rem;
    margin: 0;
}

.legal-content ul {
    margin: 1.2rem 0 1.4rem;
    padding-left: 1.2rem;
}

.legal-content li {
    margin-bottom: 0.55rem;
    padding-left: 0.25rem;
}

.legal-content li::marker {
    color: var(--cobalt);
}

.not-found {
    min-height: calc(100vh - 104px);
    padding: clamp(5rem, 9vw, 9rem) clamp(1.3rem, 5vw, 6.5rem);
    background: var(--lilac);
}

.error-code {
    margin-bottom: 3rem;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.15em;
}

.not-found h1 {
    margin-bottom: 3rem;
    font-size: clamp(5rem, 11vw, 11rem);
}

.not-found > p:not(.error-code) {
    margin-bottom: 2rem;
    font-size: 1.15rem;
}

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

    .hero-copy {
        min-height: 720px;
    }

    .hero-art {
        min-height: 680px;
        border-top: 1px solid var(--ink);
        border-left: 0;
    }

    .statement {
        grid-template-columns: 1fr 2fr;
    }

    .statement-note {
        grid-column: 2;
    }

    .section-heading {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

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

    .experience-card {
        min-height: 400px;
    }

    .experience-card:nth-child(2) {
        transform: none;
    }

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

    .atmosphere-copy {
        min-height: auto;
        border-right: 0;
        border-bottom: 1px solid var(--white);
    }

    .atmosphere-art {
        min-height: 680px;
    }

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

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

    .footer-links {
        grid-column: 2;
    }
}

@media (max-width: 700px) {
    .site-header {
        min-height: 84px;
    }

    .desktop-nav {
        display: none;
    }

    .mobile-nav {
        position: relative;
        display: block;
    }

    .mobile-nav summary {
        padding: 0.7rem 0;
        cursor: pointer;
        font-size: 0.72rem;
        font-weight: 800;
        letter-spacing: 0.1em;
        list-style: none;
        text-transform: uppercase;
    }

    .mobile-nav summary::-webkit-details-marker {
        display: none;
    }

    .mobile-nav summary::after {
        margin-left: 0.6rem;
        content: "+";
    }

    .mobile-nav[open] summary::after {
        content: "−";
    }

    .mobile-nav nav {
        position: absolute;
        top: 3rem;
        right: 0;
        display: flex;
        width: min(78vw, 270px);
        flex-direction: column;
        border: 1px solid var(--ink);
        background: var(--paper);
        box-shadow: 8px 8px 0 var(--ink);
    }

    .mobile-nav nav a {
        padding: 1rem;
        border-bottom: 1px solid var(--ink);
        font-size: 0.75rem;
        font-weight: 800;
        letter-spacing: 0.07em;
        text-decoration: none;
        text-transform: uppercase;
    }

    .mobile-nav nav a:last-child {
        border-bottom: 0;
        background: var(--coral);
    }

    .hero-copy {
        min-height: 660px;
        padding-top: 8.2rem;
    }

    .hero h1 {
        font-size: clamp(4.1rem, 21vw, 7rem);
    }

    .hero-actions {
        align-items: flex-start;
        flex-direction: column;
        gap: 1.6rem;
    }

    .hero-art {
        min-height: 540px;
    }

    .hero-disc {
        width: 270px;
        padding: 2.7rem 1rem 2.2rem;
        box-shadow: 12px 12px 0 var(--cobalt);
    }

    .hero-disc strong {
        font-size: 4rem;
    }

    .orbit-one,
    .orbit-two {
        width: 135%;
    }

    .note-top {
        top: 9%;
    }

    .note-bottom {
        bottom: 7%;
    }

    .statement {
        grid-template-columns: 1fr;
        gap: 3.5rem;
    }

    .statement-text {
        font-size: clamp(3.9rem, 19vw, 6rem);
    }

    .statement-note {
        grid-column: 1;
    }

    .section-heading h2,
    .details-heading h2 {
        font-size: clamp(3.8rem, 18vw, 6rem);
    }

    .experience-card {
        min-height: 360px;
    }

    .atmosphere-copy {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }

    .atmosphere-copy h2 {
        font-size: clamp(3.5rem, 17vw, 5.5rem);
    }

    .atmosphere-art {
        min-height: 560px;
    }

    .window-shape {
        width: 260px;
    }

    .detail-row {
        grid-template-columns: 2rem 1fr;
    }

    .detail-row p {
        grid-column: 2;
    }

    .contact-cta h2 {
        font-size: clamp(4.8rem, 23vw, 8rem);
    }

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

    .footer-contact,
    .footer-links {
        grid-column: 1;
    }

    .legal-hero {
        min-height: 460px;
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .legal-hero h1 {
        grid-row: auto;
        font-size: clamp(4.2rem, 20vw, 7rem);
    }

    .legal-content {
        padding-right: 1.3rem;
        padding-left: 1.3rem;
    }

    .legal-content section {
        grid-template-columns: 1fr;
        gap: 1.2rem;
    }
}

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

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

@media print {
    body {
        background: #fff;
        color: #000;
    }

    body::before,
    .site-header,
    .site-footer,
    .button {
        display: none;
    }

    .legal-hero,
    .legal-content {
        display: block;
        min-height: 0;
        padding: 2rem;
        background: #fff;
        color: #000;
    }

    .legal-content section {
        break-inside: avoid;
    }
}
