@font-face {
    font-family: 'CY Grotesk Key';
    src: url('/fonts/cy-grotesk-key.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

:root {
    --barely-pink: #FFF9FF;
    --bold-blue: #1B3BC3;
    --black: #000000;
    --soft-blue: #0D57CC;
    --coral: #F26849;
    --peach: #F79872;
}

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

html {
    min-height: 100%;
}

html,
body {
    margin: 0;
    font-family: 'CY Grotesk Key', sans-serif;
    background-color: var(--barely-pink);
    color: var(--bold-blue);
    overflow-x: hidden;
    letter-spacing: -0.01em;
    line-height: 1.375;
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.site {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    min-height: 0;
}

.container {
    width: min(1100px, 100% - 3rem);
    margin: 0 auto;
}

.hero {
    background: var(--bold-blue);
    padding: clamp(2.5rem, 7vw, 4.5rem) 0;
}

.hero-logo {
    width: min(380px, 82vw);
    height: auto;
    display: block;
}

.intro {
    background: var(--barely-pink);
    position: relative;
    overflow: hidden;
}

.intro-inner {
    position: relative;
    padding: clamp(2.5rem, 7vw, 5rem) 0 clamp(2.5rem, 7vw, 5.5rem);
}

.intro h1 {
    margin: 0;
    max-width: 18ch;
    font-size: clamp(2.7rem, 6.8vw, 6rem);
    font-weight: 400;
    line-height: 0.98;
    letter-spacing: -0.02em;
}

.intro p {
    margin: clamp(1.5rem, 2.8vw, 2.5rem) 0 0;
    max-width: 52ch;
    font-size: clamp(1rem, 1.85vw, 1.45rem);
    line-height: 1.35;
}

.squiggle {
    position: absolute;
    pointer-events: none;
    opacity: 0.2;
}

.squiggle-intro {
    width: clamp(420px, 62vw, 860px);
    right: clamp(-250px, -18vw, -90px);
    top: clamp(40px, 12vw, 140px);
}

.showrunner {
    background: #FFFFFF;
    padding: clamp(2.75rem, 7vw, 5rem) 0 clamp(3rem, 8vw, 5.8rem);
}

.showrunner h2 {
    margin: 0;
    font-size: clamp(2rem, 3.6vw, 3.2rem);
    font-weight: 400;
    letter-spacing: -0.02em;
}

.showrunner-grid {
    margin-top: clamp(1.5rem, 3vw, 2.3rem);
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.4rem;
}

.showrunner-grid article h3 {
    margin: 0;
    font-size: clamp(1.12rem, 1.7vw, 1.35rem);
    font-weight: 400;
    line-height: 1.15;
}

.showrunner-grid article p {
    margin: 0.65rem 0 0;
    font-size: clamp(0.95rem, 1.25vw, 1.12rem);
    line-height: 1.35;
    max-width: 28ch;
}

.about {
    background: var(--barely-pink);
    padding: clamp(3.2rem, 7vw, 5rem) 0 clamp(3.2rem, 7vw, 5rem);
    overflow: hidden;
}

.about-minimal {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.about-inner {
    position: relative;
}

.about h2 {
    margin: 0;
    font-size: clamp(2.15rem, 4.9vw, 3.7rem);
    font-weight: 400;
    letter-spacing: -0.02em;
}

.about-content {
    margin-top: clamp(1rem, 2.6vw, 1.6rem);
    display: grid;
    gap: 1.15rem;
    max-width: 58ch;
}

.about-content-center {
    margin-top: 0;
    max-width: none;
    justify-items: center;
}

.about-content p {
    margin: 0;
    font-size: clamp(1.05rem, 1.75vw, 1.42rem);
    line-height: 1.32;
}

.contact-button {
    justify-self: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 16.8rem;
    padding: 1.32rem 3.5rem;
    border: 1.5px solid var(--bold-blue);
    border-radius: 9999px;
    color: var(--bold-blue);
    text-decoration: none;
    font-size: 2rem;
    line-height: 1;
}

.contact-button:hover {
    background: var(--bold-blue);
    color: #FFFFFF;
}

.squiggle-about {
    width: clamp(420px, 64vw, 920px);
    left: clamp(-210px, -12vw, -90px);
    bottom: clamp(-52px, -6vw, -24px);
}

.footer {
    background: var(--barely-pink);
    color: var(--bold-blue);
    padding: clamp(4.2rem, 11vw, 7.2rem) 0 clamp(2.1rem, 5.5vw, 3.6rem);
}

.footer-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.6rem;
}

.footer-logo {
    width: min(140px, 42vw);
    height: auto;
    display: block;
}

.footer p {
    margin: 0;
    font-size: 0.7rem;
    letter-spacing: 0.1em;
}

@media (min-width: 880px) {
    .showrunner-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 2.5rem;
    }

    .about-inner {
        display: grid;
        grid-template-columns: minmax(190px, 0.75fr) minmax(0, 1.25fr);
        column-gap: clamp(1.8rem, 4.2vw, 4.2rem);
        align-items: center;
    }

    .about-content {
        margin-top: 0;
        gap: 1.3rem;
        align-items: flex-start;
    }

    .contact-button {
        justify-self: center;
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .container {
        width: 100%;
        padding-left: 1.75rem;
        padding-right: 1.75rem;
    }

    .contact-button {
        min-width: auto;
        width: auto;
        padding: 0.85rem 1rem;
        font-size: 0.8rem;
    }
}
