/* ES Gameworks studio and birb launch site */

@font-face {
    font-family: "Pokemon Classic";
    src: url("assets/PokemonClassic.ttf") format("truetype");
    font-display: swap;
}

:root {
    --ink: #071322;
    --ink-soft: #12233a;
    --paper: #fffdf4;
    --paper-blue: #effaff;
    --cyan: #30c4d8;
    --cyan-dark: #087b91;
    --green: #62b746;
    --leaf: #23643f;
    --yellow: #ffce4a;
    --coral: #ff695e;
    --purple: #775cf4;
    --white: #ffffff;
    --line: rgba(7, 19, 34, 0.13);
    --shadow: 0 24px 70px rgba(7, 19, 34, 0.16);
    --radius: 28px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 17px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

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

a {
    color: inherit;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
}

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

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

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

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

.site-header {
    position: absolute;
    z-index: 50;
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 24px clamp(22px, 5vw, 72px);
    color: var(--white);
}

.studio-mark {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    color: inherit;
    font-weight: 900;
    letter-spacing: -0.025em;
    text-decoration: none;
}

.studio-pixel {
    display: grid;
    width: 40px;
    height: 40px;
    place-items: center;
    color: var(--ink);
    background: var(--yellow);
    border: 3px solid currentColor;
    border-radius: 10px 7px 11px 7px;
    box-shadow: 3px 3px 0 var(--cyan);
    font-family: "Pokemon Classic", monospace;
    font-size: 10px;
}

.site-header nav,
.site-footer nav {
    display: flex;
    align-items: center;
    gap: clamp(16px, 2.4vw, 34px);
}

.site-header nav a,
.site-footer nav a {
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
}

.site-header nav a:hover,
.site-footer nav a:hover {
    color: var(--yellow);
}

.hero {
    position: relative;
    display: grid;
    min-height: 900px;
    overflow: hidden;
    grid-template-columns: minmax(0, 1fr) minmax(380px, 0.72fr);
    align-items: center;
    gap: clamp(34px, 6vw, 96px);
    padding: 136px clamp(24px, 7vw, 112px) 105px;
    color: var(--white);
    background: var(--ink);
    isolation: isolate;
}

.hero-bg,
.hero-shade {
    position: absolute;
    z-index: -3;
    inset: 0;
    width: 100%;
    height: 100%;
}

.hero-bg {
    object-fit: cover;
    image-rendering: pixelated;
    transform: scale(1.02);
}

.hero-shade {
    z-index: -2;
    background:
        linear-gradient(90deg, rgba(4, 18, 30, 0.94) 0%, rgba(4, 18, 30, 0.76) 45%, rgba(4, 18, 30, 0.24) 100%),
        linear-gradient(0deg, rgba(4, 18, 30, 0.68) 0%, transparent 48%);
}

.hero-copy {
    position: relative;
    z-index: 2;
    max-width: 735px;
}

.birb-lockup {
    display: inline-flex;
    align-items: center;
    gap: 13px;
    margin-bottom: 28px;
    padding: 7px 14px 7px 7px;
    color: #dceaf1;
    background: rgba(7, 19, 34, 0.68);
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 16px;
    backdrop-filter: blur(10px);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.birb-lockup img {
    width: 52px;
    height: 52px;
    border-radius: 12px;
}

.eyebrow {
    margin: 0 0 14px;
    color: var(--cyan-dark);
    font-size: 13px;
    font-weight: 950;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.hero .eyebrow {
    color: var(--yellow);
}

h1,
h2,
h3,
p {
    text-wrap: balance;
}

h1,
h2,
h3 {
    margin-top: 0;
    line-height: 1.05;
}

h1 {
    max-width: 760px;
    margin-bottom: 25px;
    font-size: clamp(54px, 7.2vw, 112px);
    letter-spacing: -0.068em;
}

h2 {
    margin-bottom: 20px;
    font-size: clamp(40px, 4.8vw, 72px);
    letter-spacing: -0.055em;
}

h3 {
    margin-bottom: 10px;
    font-size: 24px;
    letter-spacing: -0.03em;
}

.lede {
    max-width: 665px;
    margin: 0 0 33px;
    color: #eaf2f4;
    font-size: clamp(18px, 1.55vw, 23px);
    line-height: 1.55;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
}

.button {
    display: inline-flex;
    min-height: 54px;
    align-items: center;
    justify-content: center;
    padding: 14px 23px;
    border: 2px solid transparent;
    border-radius: 15px;
    cursor: pointer;
    font-family: inherit;
    font-size: 15px;
    font-weight: 900;
    text-decoration: none;
    transition: transform 150ms ease, box-shadow 150ms ease, background 150ms ease;
}

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

.button-primary {
    color: var(--ink);
    background: var(--yellow);
    box-shadow: 5px 6px 0 var(--cyan);
}

.button-primary:hover {
    box-shadow: 3px 4px 0 var(--cyan);
}

.button-ghost {
    color: var(--white);
    background: rgba(7, 19, 34, 0.44);
    border-color: rgba(255, 255, 255, 0.44);
    backdrop-filter: blur(9px);
}

.capture-demo {
    position: relative;
    z-index: 3;
    width: min(100%, 390px);
    height: 700px;
    justify-self: center;
    overflow: hidden;
    padding: 11px;
    background: #050b14;
    border: 2px solid rgba(255, 255, 255, 0.32);
    border-radius: 52px;
    box-shadow: 0 34px 90px rgba(0, 0, 0, 0.42), inset 0 0 0 5px #1c2a3d;
    transform: rotate(2deg);
}

.capture-demo > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 41px;
}

.phone-speaker {
    position: absolute;
    z-index: 2;
    top: 23px;
    left: 50%;
    width: 92px;
    height: 25px;
    background: #050b14;
    border-radius: 18px;
    transform: translateX(-50%);
}

.scan-corners {
    position: absolute;
    top: 21%;
    left: 14%;
    width: 72%;
    aspect-ratio: 1;
    border: 3px solid rgba(255, 255, 255, 0.85);
    border-radius: 32px;
    box-shadow: inset 0 0 0 1px rgba(48, 196, 216, 0.8), 0 0 36px rgba(48, 196, 216, 0.2);
    clip-path: polygon(0 0, 24% 0, 24% 2%, 76% 2%, 76% 0, 100% 0, 100% 24%, 98% 24%, 98% 76%, 100% 76%, 100% 100%, 76% 100%, 76% 98%, 24% 98%, 24% 100%, 0 100%, 0 76%, 2% 76%, 2% 24%, 0 24%);
}

.camera-chip {
    position: absolute;
    top: 45px;
    left: 50%;
    width: max-content;
    max-width: 80%;
    padding: 9px 13px;
    color: var(--white);
    background: rgba(7, 19, 34, 0.72);
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 999px;
    backdrop-filter: blur(10px);
    font-size: 12px;
    font-weight: 850;
    transform: translateX(-50%);
}

.caught-card {
    position: absolute;
    right: 25px;
    bottom: 28px;
    left: 25px;
    display: grid;
    grid-template-columns: 88px 1fr;
    align-items: center;
    padding: 7px 15px 9px 6px;
    color: var(--ink);
    background: rgba(255, 253, 244, 0.95);
    border: 3px solid var(--cyan);
    border-radius: 22px;
    box-shadow: 0 18px 40px rgba(7, 19, 34, 0.28);
    backdrop-filter: blur(12px);
}

.caught-card img {
    width: 88px;
    height: 88px;
    object-fit: contain;
}

.caught-card span,
.caught-card small {
    display: block;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.caught-card span {
    color: var(--cyan-dark);
}

.caught-card strong {
    display: block;
    font-size: 18px;
    line-height: 1.3;
}

.caught-card small {
    margin-top: 2px;
    color: #5b6878;
    font-size: 8px;
}

.hero-bird {
    position: absolute;
    z-index: 1;
    width: clamp(105px, 12vw, 190px);
    filter: drop-shadow(0 18px 18px rgba(7, 19, 34, 0.26));
    animation: hover 5s ease-in-out infinite;
}

.bird-cardinal {
    right: -35px;
    bottom: 10px;
    transform: rotate(-7deg);
}

.bird-jay {
    top: 115px;
    right: 30%;
    width: clamp(88px, 9vw, 145px);
    animation-delay: -1.8s;
}

.bird-goldfinch {
    bottom: 25px;
    left: 47%;
    width: clamp(75px, 7vw, 115px);
    animation-delay: -3s;
}

@keyframes hover {
    0%, 100% { translate: 0 0; }
    50% { translate: 0 -10px; }
}

.proof-strip {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    color: var(--white);
    background: var(--ink);
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.proof-strip div {
    min-height: 145px;
    padding: 32px clamp(20px, 3.6vw, 58px);
    border-right: 1px solid rgba(255, 255, 255, 0.13);
}

.proof-strip div:last-child {
    border-right: 0;
}

.proof-strip strong,
.proof-strip span {
    display: block;
}

.proof-strip strong {
    margin-bottom: 5px;
    color: var(--yellow);
    font-size: clamp(20px, 2vw, 29px);
    line-height: 1.15;
}

.proof-strip span {
    color: #acbbca;
    font-size: 13px;
    font-weight: 700;
}

.section {
    padding: clamp(80px, 10vw, 145px) clamp(24px, 7vw, 112px);
}

.section-heading {
    max-width: 830px;
    margin: 0 auto clamp(45px, 6vw, 80px);
    text-align: center;
}

.section-heading > p:last-child {
    max-width: 680px;
    margin: 0 auto;
    color: #526174;
    font-size: 19px;
}

.steps {
    background:
        radial-gradient(circle at 18% 20%, rgba(48, 196, 216, 0.11), transparent 27%),
        var(--paper);
}

.step-grid,
.value-grid {
    display: grid;
    max-width: 1220px;
    margin: 0 auto;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.step-grid article {
    position: relative;
    min-height: 340px;
    padding: 32px;
    overflow: hidden;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: 0 15px 40px rgba(7, 19, 34, 0.07);
}

.step-grid article:nth-child(2) {
    background: var(--paper-blue);
}

.step-grid article:nth-child(3) {
    background: #f3fae9;
}

.step-grid img {
    width: 135px;
    height: 135px;
    margin: 10px auto 26px;
    object-fit: contain;
    image-rendering: pixelated;
}

.step-grid .cardinal-squawk {
    width: 150px;
    height: 150px;
    margin: 2px auto 19px;
}

.step-grid p {
    margin-bottom: 0;
    color: #596778;
}

.step-number {
    position: absolute;
    top: 22px;
    right: 25px;
    color: rgba(7, 19, 34, 0.22);
    font-family: "Pokemon Classic", monospace;
    font-size: 13px;
}

.app-screens {
    color: var(--white);
    background:
        radial-gradient(circle at 50% 8%, rgba(48, 196, 216, 0.2), transparent 30%),
        #071322;
}

.app-screens .section-heading > p:last-child {
    color: #acbbca;
}

.screen-gallery {
    display: grid;
    max-width: 1220px;
    margin: 0 auto;
    grid-template-columns: 0.75fr 0.75fr 1.1fr;
    align-items: center;
    gap: clamp(20px, 3vw, 38px);
}

.screen-card {
    margin: 0;
}

.phone-shot {
    max-width: 320px;
    margin: 0 auto;
    overflow: hidden;
    background: #020813;
    border: 8px solid #1a2a40;
    border-radius: 34px;
    box-shadow: 0 30px 65px rgba(0, 0, 0, 0.38);
}

.phone-shot img,
.screen-card-aviary > img,
.aviary-art > img:first-of-type {
    display: block;
    width: 100%;
    height: auto;
}

.screen-card-aviary > img {
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 28px;
    box-shadow: 0 30px 65px rgba(0, 0, 0, 0.38);
}

.screen-card figcaption {
    max-width: 380px;
    margin: 22px auto 0;
    text-align: center;
}

.screen-card figcaption strong,
.screen-card figcaption span {
    display: block;
}

.screen-card figcaption strong {
    margin-bottom: 7px;
    color: var(--white);
    font-size: 20px;
}

.screen-card figcaption span {
    color: #95a7bb;
    font-size: 15px;
    line-height: 1.55;
}

.aviary {
    position: relative;
    display: grid;
    overflow: hidden;
    grid-template-columns: minmax(340px, 0.9fr) minmax(400px, 1fr);
    align-items: center;
    gap: clamp(45px, 8vw, 125px);
    color: var(--white);
    background: #112c27;
}

.aviary::before {
    position: absolute;
    top: -220px;
    right: -150px;
    width: 600px;
    height: 600px;
    content: "";
    background: rgba(48, 196, 216, 0.1);
    border-radius: 50%;
}

.aviary-art {
    position: relative;
    z-index: 1;
}

.aviary-art > img:first-of-type {
    position: relative;
    z-index: 2;
    transform: rotate(-2deg);
}

.pixel-sun {
    position: absolute;
    top: -36px;
    left: -28px;
    width: 110px;
    height: 110px;
    background: var(--yellow);
    box-shadow: 0 0 0 16px rgba(255, 206, 74, 0.13);
    border-radius: 50%;
}

.aviary-mushroom {
    position: absolute;
    z-index: 3;
    right: -42px;
    bottom: -43px;
    width: 125px;
    image-rendering: pixelated;
    filter: drop-shadow(0 14px 12px rgba(0, 0, 0, 0.25));
}

.aviary-copy {
    position: relative;
    z-index: 2;
}

.aviary .eyebrow {
    color: var(--yellow);
}

.aviary-copy > p:not(.eyebrow) {
    max-width: 680px;
    color: #c7d8d2;
    font-size: 19px;
}

.feature-list {
    display: grid;
    margin: 38px 0 0;
    padding: 0;
    list-style: none;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
}

.feature-list li {
    position: relative;
    padding-left: 22px;
}

.feature-list li::before {
    position: absolute;
    top: 7px;
    left: 0;
    width: 9px;
    height: 9px;
    content: "";
    background: var(--cyan);
    border-radius: 2px;
    box-shadow: 3px 3px 0 var(--purple);
}

.feature-list strong,
.feature-list span {
    display: block;
}

.feature-list strong {
    margin-bottom: 5px;
    font-size: 16px;
}

.feature-list span {
    color: #aabfb8;
    font-size: 13px;
}

.values {
    background: #f7f0ff;
}

.value-grid article {
    padding: 35px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(119, 92, 244, 0.16);
    border-radius: var(--radius);
}

.value-grid article > span {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    margin-bottom: 25px;
    color: var(--white);
    background: var(--purple);
    border-radius: 14px;
    font-size: 25px;
    font-weight: 900;
}

.value-grid p {
    margin-bottom: 0;
    color: #5d6275;
}

.studio {
    position: relative;
    display: grid;
    min-height: 640px;
    overflow: hidden;
    grid-template-columns: 0.7fr 1fr;
    align-items: center;
    gap: clamp(50px, 8vw, 125px);
    color: var(--white);
    background:
        radial-gradient(circle at 18% 30%, rgba(48, 196, 216, 0.17), transparent 26%),
        var(--ink);
}

.studio-owl {
    width: min(100%, 480px);
    justify-self: center;
    filter: drop-shadow(0 30px 26px rgba(0, 0, 0, 0.3));
}

.studio > div {
    max-width: 760px;
}

.studio .eyebrow {
    color: var(--cyan);
}

.studio p:not(.eyebrow) {
    color: #b7c5d1;
    font-size: 19px;
}

.text-links {
    display: flex;
    flex-wrap: wrap;
    gap: 26px;
    margin-top: 35px;
}

.text-links a {
    color: var(--yellow);
    font-size: 15px;
    font-weight: 900;
}

.final-cta {
    position: relative;
    overflow: hidden;
    text-align: center;
    background:
        linear-gradient(rgba(255, 255, 255, 0.77), rgba(255, 255, 255, 0.77)),
        repeating-linear-gradient(90deg, transparent 0 34px, rgba(48, 196, 216, 0.08) 34px 35px),
        var(--paper);
}

.final-cta img {
    position: absolute;
    top: 50%;
    right: 7vw;
    width: clamp(120px, 17vw, 250px);
    transform: translateY(-50%) rotate(6deg);
    filter: drop-shadow(0 18px 15px rgba(7, 19, 34, 0.14));
}

.final-cta h2,
.final-cta p {
    max-width: 750px;
    margin-right: auto;
    margin-left: auto;
}

.final-cta p:not(.eyebrow) {
    margin-bottom: 28px;
    color: #526174;
    font-size: 19px;
}

.early-access-form {
    display: block;
    max-width: 680px;
    margin: 0 auto;
    padding: 10px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 19px;
    box-shadow: 0 18px 45px rgba(7, 19, 34, 0.12);
}

.brevo-signup {
    max-width: 680px;
    margin: 0 auto;
    padding: 0;
    background: transparent;
    font-family: inherit;
}

.early-access-row {
    display: flex;
    gap: 8px;
}

.early-access-email-field {
    min-width: 0;
    flex: 1;
}

.early-access-form .entry__field {
    margin: 0;
    background: transparent;
    border: 0;
}

.early-access-form input[type="email"] {
    min-width: 0;
    flex: 1;
    padding: 13px 16px;
    color: var(--ink);
    background: transparent;
    border: 0;
    outline: 0;
    font: inherit;
}

.early-access-form input[type="email"]:focus-visible {
    box-shadow: inset 0 0 0 2px var(--cyan);
    border-radius: 11px;
}

.early-access-form .entry__error:empty {
    display: none;
}

.early-access-form .entry__error:not(:empty) {
    display: block;
    margin: 7px 8px 0;
    color: #9c2930;
    font-size: 13px;
    text-align: left;
}

.early-access-consent {
    margin: 12px 8px 6px;
    color: #526174;
    font-size: 13px;
    line-height: 1.5;
    text-align: left;
}

.consent-choice {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    cursor: pointer;
}

.consent-choice .checkbox {
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
}

.early-access-consent a,
.brevo-declaration a {
    color: #176b7a;
    text-decoration: underline;
}

.sib-captcha {
    display: flex;
    justify-content: center;
    margin: 14px auto 8px;
}

.brevo-declaration {
    max-width: 560px;
    margin: 8px auto 2px;
    color: #6b7888;
    font-size: 11px;
    line-height: 1.45;
}

.sib-form-message-panel {
    display: none;
    max-width: 680px;
    margin: 0 auto 12px;
    padding: 12px 16px;
    color: #661d1d;
    background: #ffeded;
    border: 1px solid #ff4949;
    border-radius: 12px;
    font-size: 14px;
}

.sib-form-message-panel--active {
    display: block;
}

#success-message {
    color: #085229;
    background: #e7faf0;
    border-color: #13ce66;
}

.progress-indicator__icon {
    width: 16px;
    height: 16px;
    margin-right: 7px;
    fill: currentColor;
}

.form-honey {
    display: none;
}

.final-cta .form-note {
    margin: 14px auto 0;
    color: #6b7888;
    font-size: 13px;
}

.site-footer {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 30px;
    padding: 50px clamp(24px, 7vw, 112px);
    color: var(--white);
    background: #040b13;
}

.site-footer > div > p {
    margin: 10px 0 0;
    color: #8494a7;
    font-size: 13px;
}

.site-footer .copyright {
    grid-column: 1 / -1;
    margin: 5px 0 0;
    padding-top: 25px;
    color: #718095;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 12px;
}

.legal-shell {
    min-height: 75vh;
    padding: 145px clamp(20px, 6vw, 90px) 100px;
    background:
        radial-gradient(circle at 90% 8%, rgba(48, 196, 216, 0.16), transparent 20%),
        var(--paper-blue);
}

.legal-shell + .site-footer {
    margin-top: 0;
}

body:not(.home) .site-header {
    color: var(--white);
    background: var(--ink);
}

.legal-card {
    max-width: 940px;
    margin: 0 auto;
    padding: clamp(28px, 5vw, 72px);
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

.legal-card h1 {
    margin-bottom: 24px;
    font-size: clamp(44px, 6vw, 72px);
}

.prose {
    color: #354459;
}

.prose h2 {
    margin-top: 42px;
    font-size: 25px;
    letter-spacing: -0.025em;
}

.prose h3 {
    margin-top: 30px;
    font-size: 19px;
}

.prose ul {
    padding-left: 24px;
}

.prose a {
    color: var(--cyan-dark);
    font-weight: 800;
}

.press-intro {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    align-items: center;
    gap: 45px;
    margin-bottom: 50px;
}

.press-intro img {
    border-radius: 26px;
    box-shadow: 0 20px 50px rgba(7, 19, 34, 0.14);
}

.fact-grid,
.download-grid,
.support-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.fact-grid div,
.download-grid a,
.support-grid article {
    padding: 22px;
    background: #f5f9fb;
    border: 1px solid var(--line);
    border-radius: 18px;
}

.fact-grid strong,
.fact-grid span {
    display: block;
}

.fact-grid span {
    color: #637184;
    font-size: 13px;
}

.download-grid a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 900;
    text-decoration: none;
}

.download-grid a:hover {
    border-color: var(--cyan);
    transform: translateY(-2px);
}

.support-grid article h2 {
    margin-bottom: 10px;
    font-size: 21px;
}

.support-grid article p {
    margin-bottom: 0;
}

@media (max-width: 1050px) {
    .hero {
        min-height: 820px;
        grid-template-columns: 1.1fr 0.7fr;
        gap: 35px;
        padding-right: 45px;
        padding-left: 45px;
    }

    .capture-demo {
        width: 320px;
        height: 585px;
    }

    .caught-card {
        grid-template-columns: 68px 1fr;
    }

    .caught-card img {
        width: 68px;
        height: 68px;
    }

    .caught-card strong {
        font-size: 15px;
    }

    .bird-jay,
    .bird-goldfinch {
        display: none;
    }

    .proof-strip {
        grid-template-columns: repeat(2, 1fr);
    }

    .proof-strip div:nth-child(2) {
        border-right: 0;
    }

    .proof-strip div:nth-child(-n+2) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.13);
    }

    .aviary {
        grid-template-columns: 0.85fr 1fr;
        gap: 50px;
    }

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

    .screen-card-aviary {
        max-width: 720px;
        grid-column: 1 / -1;
        margin: 35px auto 0;
    }

    .feature-list {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

@media (max-width: 780px) {
    body {
        font-size: 16px;
    }

    .site-header {
        align-items: flex-start;
        padding: 18px 20px;
    }

    .site-header nav {
        display: grid;
        grid-template-columns: repeat(2, auto);
        gap: 4px 18px;
        text-align: right;
    }

    .site-header nav a {
        font-size: 12px;
    }

    .studio-mark > span:last-child {
        max-width: 85px;
        line-height: 1.05;
    }

    .hero {
        display: block;
        min-height: auto;
        padding: 125px 22px 75px;
    }

    .hero-shade {
        background:
            linear-gradient(180deg, rgba(4, 18, 30, 0.85) 0%, rgba(4, 18, 30, 0.72) 45%, rgba(4, 18, 30, 0.9) 100%);
    }

    .hero-copy {
        margin: 0 auto;
        text-align: center;
    }

    .birb-lockup {
        margin-bottom: 23px;
    }

    h1 {
        font-size: clamp(49px, 15vw, 77px);
    }

    h2 {
        font-size: clamp(37px, 11vw, 55px);
    }

    .hero-actions {
        justify-content: center;
    }

    .capture-demo {
        width: min(90%, 345px);
        height: 610px;
        margin: 65px auto 0;
        transform: rotate(1deg);
    }

    .bird-cardinal {
        right: -35px;
        bottom: -12px;
    }

    .proof-strip div {
        min-height: 125px;
        padding: 26px 20px;
    }

    .section {
        padding: 78px 22px;
    }

    .step-grid,
    .value-grid,
    .screen-gallery,
    .aviary,
    .studio,
    .press-intro,
    .fact-grid,
    .download-grid,
    .support-grid {
        grid-template-columns: 1fr;
    }

    .screen-gallery {
        gap: 58px;
    }

    .screen-card-aviary {
        grid-column: auto;
        margin-top: 0;
    }

    .step-grid article {
        min-height: 310px;
    }

    .aviary {
        gap: 75px;
    }

    .aviary-art {
        max-width: 530px;
        margin: 0 auto;
    }

    .aviary-copy {
        text-align: left;
    }

    .studio {
        gap: 20px;
        text-align: center;
    }

    .studio-owl {
        width: min(80%, 340px);
    }

    .text-links {
        justify-content: center;
    }

    .final-cta img {
        display: none;
    }

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

    .site-footer .studio-mark,
    .site-footer nav {
        justify-content: center;
    }

    .site-footer .copyright {
        grid-column: 1;
    }

    .legal-shell {
        padding: 125px 14px 65px;
    }

    .legal-card {
        border-radius: 22px;
    }
}

@media (max-width: 460px) {
    .proof-strip {
        grid-template-columns: 1fr;
    }

    .proof-strip div,
    .proof-strip div:nth-child(2) {
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.13);
    }

    .proof-strip div:last-child {
        border-bottom: 0;
    }

    .capture-demo {
        width: 96%;
        height: 565px;
    }

    .caught-card {
        right: 19px;
        bottom: 22px;
        left: 19px;
    }

    .site-footer nav {
        flex-wrap: wrap;
    }

    .early-access-form {
        padding: 10px;
    }

    .early-access-row {
        flex-direction: column;
    }

    .early-access-row .button {
        width: 100%;
    }
}

@media (max-width: 380px) {
    .sib-captcha {
        width: 250px;
        height: 64px;
        overflow: hidden;
    }

    .sib-captcha .g-recaptcha {
        width: 304px;
        transform: scale(0.82);
        transform-origin: top left;
    }
}

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

    .step-grid .cardinal-squawk {
        content: url("/assets/northern-cardinal_squawk_0.png");
    }

    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}
