@font-face {
    font-family: "DM Sans";
    font-style: normal;
    font-weight: 400;
    font-display: optional;
    src: url("assets/fonts/dm-sans-latin.woff2") format("woff2");
}

@font-face {
    font-family: "DM Sans";
    font-style: normal;
    font-weight: 500;
    font-display: optional;
    src: url("assets/fonts/dm-sans-latin.woff2") format("woff2");
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 300;
    font-display: optional;
    src: url("assets/fonts/inter-latin.woff2") format("woff2");
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-display: optional;
    src: url("assets/fonts/inter-latin.woff2") format("woff2");
}

:root {
    --ink: #0b0b0b;
    --paper: #fbfbfa;
    --grid-line: rgba(16, 16, 16, 0.042);
    --guide-line: rgba(16, 16, 16, 0.12);
    --sans: "DM Sans", "Helvetica Neue", Arial, sans-serif;
}

* {
    box-sizing: border-box;
}

html {
    min-width: 320px;
    background: var(--paper);
}

body {
    min-height: 100vh;
    margin: 0;
    color: var(--ink);
    background-color: var(--paper);
    background-image:
        linear-gradient(to right, var(--grid-line) 1px, transparent 1px),
        linear-gradient(to bottom, var(--grid-line) 1px, transparent 1px);
    background-position: 82px 6px;
    background-size: 122px 122px;
    font-family: var(--sans);
    -webkit-font-smoothing: antialiased;
}

.hero {
    min-height: 100vh;
    padding: clamp(72px, 10.8vh, 110px) clamp(32px, 5.65vw, 88px) clamp(70px, 11vh, 112px);
    display: flex;
    align-items: flex-start;
}

.hero__inner {
    width: 100%;
    max-width: 1336px;
    min-height: 650px;
    padding: 22px 8px 26px 80px;
}

.hero__topbar {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 32px;
    margin-bottom: 28px;
}

.hero__eyebrow {
    display: flex;
    flex-wrap: wrap;
    column-gap: 0.55em;
    row-gap: 0.35em;
    margin: 0;
    color: #747474;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.28em;
    line-height: 1.55;
    text-transform: uppercase;
    background-color: var(--paper);
    padding: 13px 0;
}

.hero__eyebrow-divider {
    display: inline-block;
    padding: 0 0.55em;
}

.hero__eyebrow-primary,
.hero__eyebrow-secondary {
    white-space: nowrap;
}

.hero__eyebrow-secondary {
    display: inline-block;
}

.hero__login {
    flex: 0 0 auto;
    margin-top: 8px;
    padding: 5px 0 4px;
    border-bottom: 1px solid rgba(11, 11, 11, 0.35);
    color: #5f5f5f;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.18em;
    line-height: 1.35;
    text-decoration: none;
    text-transform: uppercase;
    transition: border-color 180ms ease, color 180ms ease;
}

.hero__login:hover,
.hero__login:focus-visible {
    border-color: var(--ink);
    color: var(--ink);
}

.hero__login:focus-visible {
    outline: 2px solid var(--ink);
    outline-offset: 4px;
}

.hero__content {
    display: contents;
}

.hero__title {
    width: fit-content;
    max-width: 1180px;
    margin: 42px 0 0 0;
    background-color: var(--paper);
    font-weight: 400;
}

.hero__title > span,
.hero__title > em {
    display: block;
}

.hero__title > .hero__mobile-title {
    display: none;
}

.hero__title > span {
    font-family: var(--sans);
    font-size: clamp(86px, 7.5vw, 104px);
    font-weight: 400;
    letter-spacing: -0.05em;
    line-height: 0.94;
}

.hero__title em {
    margin-top: 14px;
    font-family: var(--sans);
    font-size: clamp(86px, 7.5vw, 104px);
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.05em;
    line-height: 0.94;
}

.hero__footer {
    margin-top: 28px;
    align-items: end;
    max-width: 786px;
}

.hero__intro {
    margin: 0 0 12px;
    font-size: 23px;
    font-weight: 400;
    letter-spacing: -0.035em;
    line-height: 1.78;
}

.hero__intro--mobile {
    display: none;
}

.hero__photo {
    display: none;
}

.membership {
    width: 360px;
}

.membership__price {
    margin: 0 0 28px;
    padding-left: 0;
    color: #999;
    text-align: right;
   position: relative;
   right: 1px;
}

.membership__price p {
    margin: 6px 0 0;
    font-size: 1rem;
}

.membership__price p span {
    margin-left: 1px;
}

.membership__price:empty {
    display: none;
}

.membership__button {
    position: relative;
    isolation: isolate;
    min-height: 70px;
    border: 1px solid #aaa;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #555;
    background: rgba(251, 251, 250, 1);
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0.23em;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition:
        border-color 240ms ease-in-out,
        box-shadow 280ms ease,
        color 240ms ease-in-out,
        transform 280ms cubic-bezier(0.22, 1, 0.36, 1);
    border-radius: 5px;
    margin: 42px 0 0 0;
}

.membership__button::before {
    position: absolute;
    z-index: 0;
    inset: 0;
    background-color: var(--ink);
    content: "";
    pointer-events: none;
    transform: scaleX(0);
    transform-origin: right center;
    transition: transform 360ms cubic-bezier(0.76, 0, 0.24, 1);
}

.membership__button > span {
    position: relative;
    z-index: 1;
}

.membership__button-community {
    letter-spacing: 0.14em;
}

.membership__button:hover,
.membership__button:focus-visible {
    border-color: var(--ink);
    box-shadow: 0 12px 28px rgba(11, 11, 11, 0.12);
    color: var(--paper);
    transform: scale(1.025);
}

.membership-button-activated .membership__button {
    border-color: var(--ink);
    color: var(--paper);
}

.membership__button:hover::before,
.membership__button:focus-visible::before,
.membership-button-activated .membership__button::before {
    transform: scaleX(1);
    transform-origin: left center;
}

.membership__button:focus-visible {
    outline: 2px solid var(--ink);
    outline-offset: 4px;
}

.community {
    position: relative;
    z-index: 1;
    padding: clamp(64px, 9vw, 138px) clamp(32px, 5.65vw, 88px);
}

.community__inner {
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(300px, 0.65fr);
    align-items: center;
    width: 100%;
    max-width: 1336px;
    margin: 0 auto;
}

.community__image {
    min-width: 0;
    margin: 0;
    overflow: hidden;
    background: #e8ded2;
}

.community__image picture {
    display: block;
}

.community__image img {
    display: block;
    width: 100%;
    height: 100%;
    aspect-ratio: 1264 / 848;
    object-fit: cover;
}

.community__copy {
    position: relative;
    z-index: 1;
    margin-left: clamp(-112px, -7.2vw, -72px);
    padding: clamp(38px, 4.5vw, 66px);
    border: 1px solid rgba(11, 11, 11, 0.12);
    background: rgba(251, 251, 250, 0.96);
    box-shadow: 0 24px 64px rgba(11, 11, 11, 0.11);
}

.community__eyebrow {
    margin: 0 0 22px;
    color: #747474;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.24em;
    line-height: 1.4;
    text-transform: uppercase;
}

.community__copy h2 {
    margin: 0 0 24px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(42px, 4.25vw, 66px);
    font-weight: 500;
    letter-spacing: 0;
    line-height: 0.98;
}

.community__copy > p {
    max-width: 36ch;
    margin: 0;
    color: #585858;
    font-family: "Inter", var(--sans);
    font-size: 17px;
    line-height: 1.65;
}

.community__read-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 158px;
    min-height: 50px;
    margin-top: 28px;
    border: 1px solid var(--ink);
    border-radius: 3px;
    padding: 0 28px;
    color: var(--ink);
    background: transparent;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.17em;
    line-height: 1.2;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color 220ms ease, color 220ms ease, transform 220ms ease;
}

.community__read-more:hover,
.community__read-more:focus-visible {
    color: var(--paper);
    background: var(--ink);
    transform: translateY(-2px);
}

.community__read-more:focus-visible {
    outline: 2px solid var(--ink);
    outline-offset: 4px;
}

.piggy-bank {
    padding: clamp(64px, 9vw, 138px) clamp(32px, 5.65vw, 88px);
}

.piggy-bank__inner {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
    gap: clamp(56px, 8vw, 120px);
    align-items: center;
    width: 100%;
    max-width: 1240px;
    min-height: 520px;
    margin: 0 auto;
    padding: clamp(54px, 7vw, 92px);
    border: 1px solid rgba(11, 11, 11, 0.12);
    background: #ffffff;
}

.piggy-bank__eyebrow {
    margin: 0 0 20px;
    color: #706a5c;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.22em;
    line-height: 1.4;
    text-transform: uppercase;
}

.piggy-bank__copy h2 {
    max-width: 10ch;
    margin: 0 0 26px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(42px, 4.8vw, 68px);
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1;
}

.piggy-bank__copy > p:not(.piggy-bank__eyebrow) {
    max-width: 43ch;
    margin: 0;
    color: #585858;
    font-family: "Inter", var(--sans);
    font-size: 17px;
    line-height: 1.65;
}

.piggy-bank__copy > p:not(.piggy-bank__eyebrow) + p {
    margin-top: 18px;
}

.piggy-bank__read-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 158px;
    min-height: 50px;
    margin-top: 30px;
    border: 1px solid var(--ink);
    border-radius: 3px;
    padding: 0 28px;
    color: var(--ink);
    background: transparent;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.17em;
    line-height: 1.2;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color 220ms ease, color 220ms ease, transform 220ms ease;
}

.piggy-bank__read-more:hover,
.piggy-bank__read-more:focus-visible {
    color: var(--paper);
    background: var(--ink);
    transform: translateY(-2px);
}

.piggy-bank__read-more:focus-visible {
    outline: 2px solid var(--ink);
    outline-offset: 4px;
}

.piggy-bank__visual {
    min-width: 0;
}

.piggy-bank__visual img {
    display: block;
    width: 100%;
    aspect-ratio: 3 / 2;
    height: auto;
    border-radius: 3px;
    object-fit: cover;
}

.piggy-bank__goal {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 20px;
    margin-top: 22px;
    padding-top: 20px;
    border-top: 1px solid rgba(11, 11, 11, 0.2);
}

.piggy-bank__goal span {
    color: #706a5c;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.16em;
    line-height: 1.4;
    text-transform: uppercase;
}

.piggy-bank__goal strong {
    max-width: 10ch;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(25px, 2.6vw, 38px);
    font-weight: 400;
    line-height: 1.05;
    text-align: right;
}

.founder-focus {
    padding: clamp(64px, 8vw, 120px) clamp(32px, 5.65vw, 88px) clamp(88px, 11vw, 168px);
}

.founder-focus__inner {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
}

.founder-focus__copy {
    background: var(--paper);
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: clamp(48px, 7vw, 108px);
    align-items: center;
    width: 100%;
    padding: clamp(58px, 4.2vw, 88px) clamp(8px, 3vw, 28px);
    text-align: left;
}

.founder-focus__copy h2 {
    max-width: 16ch;
    margin: 0 0 18px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(40px, 4.2vw, 60px);
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.02;
}

.founder-focus__text p {
    max-width: 50ch;
    margin: 0;
    color: #585858;
    font-family: "Inter", var(--sans);
    font-size: 17px;
    line-height: 1.65;
}

.founder-focus__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: min(100%, 240px);
    min-height: 60px;
    border: 1px solid var(--ink);
    border-radius: 3px;
    padding: 16px 32px;
    color: var(--paper);
    background: var(--ink);
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.18em;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: box-shadow 240ms ease, transform 240ms ease;
}

.founder-focus__button:hover,
.founder-focus__button:focus-visible {
    border-radius: 3px;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.34);
    transform: scale(1.05);
}

.founder-focus__button:focus-visible {
    outline: 2px solid var(--ink);
    outline-offset: 4px;
}

.founder-focus__mobile-break {
    display: none;
}

.developer-footer {
    width: min(calc(100% - 64px), 1240px);
    margin: 0 auto;
    padding: 30px 0 46px;
    border-top: 1px solid rgba(11, 11, 11, 0.12);
    color: #77716c;
    background: var(--paper);
    font-family: "Inter", var(--sans);
    font-size: 13px;
    line-height: 1.6;
    text-align: center;
}

.developer-footer p {
    margin: 0;
}

.developer-footer a {
    color: var(--ink);
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
}

.developer-footer a:focus-visible {
    outline: 2px solid var(--ink);
    outline-offset: 4px;
}

@media (min-width: 1181px) {
    .founder-focus__button {
        position: relative;
        right: 153px;
        margin-right: 0;
    }

    .hero {
        display: block;
        min-height: min(100vh, 1200px);
        min-height: min(100svh, 1200px);
        padding-top: clamp(40px, 5vh, 56px);
        padding-right: 0;
        padding-bottom: 0;
        padding-left: 0;
    }

    .hero__inner {
        display: grid;
        grid-template-columns: minmax(0, 58vw) minmax(420px, 1fr);
        grid-template-rows: auto minmax(0, 1fr);
        max-width: none;
        height: min(
            calc(100vh - clamp(40px, 5vh, 56px)),
            calc(1200px - clamp(40px, 5vh, 56px))
        );
        height: min(
            calc(100svh - clamp(40px, 5vh, 56px)),
            calc(1200px - clamp(40px, 5vh, 56px))
        );
        min-height: 650px;
        padding: 0;
    }

    .hero__topbar {
        grid-column: 1 / 3;
        grid-row: 1;
        width: 100%;
        margin: 0;
        padding: 0 clamp(42px, 5.2vw, 80px);
    }

    .hero__eyebrow {
        padding: 8px 0;
        font-size: 12px;
        letter-spacing: 0.2em;
        white-space: nowrap;
    }

    .hero__login {
        margin-top: 3px;
    }

    .hero__content {
        grid-column: 2;
        grid-row: 2;
        align-self: stretch;
        display: flex;
        flex-direction: column;
        justify-content: center;
        min-width: 0;
        padding: clamp(42px, 4vw, 68px);
        padding-left: 0;
        transform: translateX(-64px);
    }

    .hero__title {
        width: auto;
        max-width: 640px;
        margin: 0;
    }

    .hero__title > span,
    .hero__title em {
        font-family: Georgia, "Times New Roman", serif;
        font-size: clamp(40px, 4vw, 62px);
        font-style: normal;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 0.98;
    }

    .hero__title em {
        margin-top: 0.12em;
    }

    .hero__footer {
        width: auto;
        max-width: 620px;
        margin-top: clamp(28px, 3.5vh, 38px);
        padding: 0;
    }

    .hero__intro {
        margin-bottom: 10px;
        font-size: clamp(17px, 1.35vw, 20px);
        line-height: 1.55;
    }

    .hero .membership {
        width: min(100%, 350px);
    }

    .hero .membership__button {
        min-height: 62px;
        margin-top: clamp(18px, 3vh, 30px);
        font-size: 16px;
    }

    .hero .membership__price {
        margin-bottom: 0;
        padding-left: 0;
        color: #777777;
        right: auto;
        text-align: center;
    }

    .hero .membership__price p {
        margin-top: 8px;
    }

    .hero__photo {
        grid-column: 1;
        grid-row: 2;
        align-self: center;
        justify-self: start;
        display: block;
        width: 84%;
        height: 84%;
        margin: 0;
        border-radius: 0 3px 3px 0;
        overflow: hidden;
        background: #e8ded2;
        transform: translateY(clamp(-44px, -4vh, -36px));
    }

    .hero__photo img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 50% 52%;
    }

    .community__copy {
        width: calc(100% + clamp(64px, 5vw, 88px));
    }

}

@media (max-width: 1180px) {
    .hero__inner {
        padding-left: clamp(36px, 6vw, 72px);
    }

    .hero__title > span,
    .hero__title em {
        font-size: clamp(72px, 8.8vw, 94px);
    }

    .hero__footer {
        grid-template-columns: minmax(380px, 1fr) 330px;
        gap: 42px;
    }

    .hero__intro {
        font-size: 20px;
    }

    .membership {
        width: 330px;
    }

    .membership__price {
        padding-left: 105px;
    }
}

@media (max-width: 1024px) {
    .community__inner {
        grid-template-columns: minmax(0, 1fr);
        max-width: 820px;
    }

    .community__image img {
        aspect-ratio: 16 / 10;
    }

    .community__copy {
        width: min(78%, 620px);
        margin: -68px 0 0;
        padding: clamp(38px, 6vw, 56px);
        justify-self: end;
    }

    .community__copy h2 {
        font-size: clamp(42px, 6.1vw, 60px);
    }
}

@media (max-width: 860px) {
    .hero__small-screen-hidden {
        display: none;
    }

    body {
        background-position: 35px 0;
        background-size: 92px 92px;
    }

    .hero {
        min-height: auto;
        padding: 34px 34px 72px;
    }

    .hero__inner {
        min-height: 0;
        padding: 0;
    }

    .hero__topbar {
        margin-bottom: clamp(60px, 9vw, 76px);
    }

    .hero__eyebrow {
        font-size: 11px;
        letter-spacing: 0.23em;
    }

    .hero__title {
        max-width: 690px;
        margin-top: 0;
    }

    .hero__title > span,
    .hero__title em {
        font-size: clamp(50px, 8.7vw, 68px);
        line-height: 0.98;
    }

    .hero__footer {
        margin-top: 42px;
        display: block;
    }

    .hero__intro {
        max-width: 610px;
        margin-bottom: 18px;
        font-size: 18px;
        line-height: 1.6;
    }

    .membership {
        width: min(100%, 420px);
    }

    .membership__price {
        padding-left: 0;
    }

    .hero .membership__button {
        margin-top: 28px;
    }

    .hero__photo {
        display: block;
        flex: 0 0 auto;
        width: 100%;
        aspect-ratio: 16 / 10;
        margin: 46px 0 0;
        border-radius: 3px;
        overflow: hidden;
        background: #e8ded2;
    }

    .hero__photo img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 50% 52%;
    }

    .community {
        padding: 72px 34px 88px;
    }

    .community__inner {
        grid-template-columns: minmax(0, 1fr);
    }

    .community__image img {
        aspect-ratio: 4 / 3;
    }

    .community__copy {
        width: min(88%, 620px);
        margin: -52px 0 0;
        justify-self: end;
    }

    .piggy-bank__inner {
        grid-template-columns: 1fr;
        gap: 56px;
    }

    .piggy-bank__copy h2 {
        max-width: 13ch;
    }

    .piggy-bank__visual {
        width: min(100%, 660px);
        justify-self: center;
    }

    .founder-focus__copy {
        grid-template-columns: 1fr;
        gap: 30px;
        text-align: center;
    }

    .founder-focus__copy h2 {
        margin: 0 auto;
    }

    .founder-focus__text p {
        margin: 18px auto 0;
    }

    .founder-focus__button {
        justify-self: center;
    }
}

@media (min-width: 700px) and (max-width: 1180px) {
    .hero__small-screen-hidden {
        display: inline;
    }

    .hero {
        display: block;
        min-height: auto;
        padding: 34px clamp(34px, 5vw, 60px) 0;
    }

    .hero__inner {
        width: 100%;
        max-width: 1040px;
        height: auto;
        min-height: 0;
        margin: 0 auto;
        padding: 0;
    }

    .hero__topbar {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .hero__eyebrow {
        padding: 8px 0;
        font-size: 11px;
        letter-spacing: 0.18em;
        line-height: 1.55;
    }

    .hero__login {
        margin-top: 3px;
    }

    .hero__content {
        display: block;
        margin-top: clamp(60px, 8vw, 88px);
        padding: 0;
        transform: none;
    }

    .hero__title {
        width: fit-content;
        max-width: 860px;
        margin: 0;
    }

    .hero__title > span,
    .hero__title em {
        font-family: Georgia, "Times New Roman", serif;
        font-size: clamp(44px, 6vw, 62px);
        font-style: normal;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 0.98;
    }

    .hero__title em {
        margin-top: 0.12em;
    }

    .hero__footer {
        width: auto;
        max-width: 720px;
        margin: clamp(30px, 4vw, 42px) 0 0;
        padding: 0;
    }

    .hero__intro {
        margin-bottom: 14px;
        font-size: clamp(17px, 2vw, 20px);
        line-height: 1.55;
    }

    .hero .membership {
        width: min(100%, 360px);
    }

    .hero .membership__button {
        min-height: 62px;
        margin-top: clamp(22px, 3vw, 32px);
        padding: 0 20px;
        font-size: 16px;
        letter-spacing: 0.2em;
    }

    .hero__photo {
        display: block;
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 9;
        margin: clamp(46px, 6vw, 68px) 0 0;
        border-radius: 3px;
        overflow: hidden;
        background: #e8ded2;
        transform: none;
    }

    .hero__photo img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 50% 52%;
    }

    .community__inner {
        grid-template-columns: minmax(0, 1fr);
        max-width: 1040px;
    }

    .community {
        padding-top: 0;
        padding-bottom: 0;
    }

    .community__copy {
        order: -1;
        width: min(88%, 620px);
        margin: clamp(-92px, -8vw, -64px) auto clamp(46px, 6vw, 68px);
        padding: clamp(38px, 6vw, 56px);
        justify-self: center;
    }

    .community__copy h2 {
        font-size: clamp(28px, 3vw, 36px);
        line-height: 1.1;
        white-space: nowrap;
    }

    .community__copy > p {
        max-width: none;
    }

    .community__title-nowrap {
        white-space: nowrap;
    }

    .community__image {
        width: 100%;
    }

    .community__image img {
        aspect-ratio: 16 / 10;
    }

    .founder-focus {
        padding: 0 clamp(34px, 5vw, 60px) 76px;
    }

    .founder-focus__inner {
        position: relative;
        z-index: 2;
        width: min(88%, 620px);
        margin: clamp(-92px, -8vw, -64px) auto 0;
        border: 1px solid rgba(11, 11, 11, 0.12);
        background: rgba(251, 251, 250, 0.98);
        box-shadow: 0 24px 64px rgba(11, 11, 11, 0.11);
    }

    .founder-focus__copy {
        grid-template-columns: minmax(0, 1fr);
        gap: 28px;
        padding: clamp(38px, 6vw, 56px);
        text-align: left;
    }

    .founder-focus__copy h2,
    .founder-focus__text p {
        margin-right: 0;
        margin-left: 0;
    }

    .founder-focus__copy h2 {
        font-size: clamp(38px, 4.8vw, 50px);
    }

    .founder-focus__button {
        justify-self: start;
    }
}

@media (max-width: 560px) {
    .developer-footer {
        width: calc(100% - 40px);
        padding: 26px 0 34px;
        font-size: 12px;
    }

    .hero {
        position: relative;
        padding: 24px 20px 0;
    }

    .hero__inner {
        padding: 78px 0 0;
    }

    .hero__topbar {
        position: absolute;
        top: 18px;
        right: 20px;
        left: 20px;
        align-items: flex-start;
        margin: 0;
    }

    .hero__eyebrow {
        position: static;
        max-width: none;
        margin: 0;
        line-height: 1.7;
        text-align: left;
    }

    .hero__eyebrow-divider,
    .hero__eyebrow-community,
    .hero__eyebrow-secondary {
        display: none;
    }

    .hero__login {
        margin-top: 7px;
        font-size: 11px;
        letter-spacing: 0.14em;
    }

    .hero__title {
        width: 100%;
        margin-top: 0;
        background-color: transparent;
        text-align: center;
    }

    .hero__title > .hero__desktop-title-part {
        display: none;
    }

    .hero__title > span {
        font-family: var(--sans);
        font-size: clamp(29px, 9.4vw, 44px);
        font-weight: 400;
        letter-spacing: -0.055em;
        line-height: 0.92;
        white-space: nowrap;
    }

    .hero__title em {
        margin-top: 10px;
        font-family: var(--sans);
        font-size: clamp(29px, 9.4vw, 44px);
        font-style: normal;
        font-weight: 400;
        letter-spacing: -0.055em;
        line-height: 1;
        white-space: nowrap;
    }

    .hero__title > .hero__mobile-title {
        display: block;
        color: #35302c;
        font-family: Georgia, "Times New Roman", serif;
        max-width: 100%;
        padding: 0.06em 0 0.1em;
        font-size: clamp(34px, 10.5vw, 46px);
        font-weight: 400;
        letter-spacing: 0;
        line-height: 1.16;
        overflow: visible;
        white-space: normal;
    }

    .hero__footer {
        position: relative;
        isolation: isolate;
        margin-top: 26px;
    }

    .hero__footer::before {
        position: absolute;
        z-index: -1;
        top: -28px;
        left: 50%;
        width: 100vw;
        height: calc(100% + 100vh + 28px);
        background: var(--paper);
        content: "";
        pointer-events: none;
        transform: translateX(-50%);
    }

    .hero__intro {
        max-width: 880px;
        margin-bottom: 1.08rem;
        color: #6f6257;
        font-family: Inter, var(--sans);
        font-size: 1.08rem;
        letter-spacing: normal;
        line-height: 1.5;
        text-align: center;
    }

    .hero__intro--desktop {
        display: none;
    }

    .hero__intro--mobile {
        display: block;
    }

    .hero__desktop-break {
        display: none;
    }

    .membership__price {
        margin: 14px 0 20px;
        right: auto;
        color: #666;
        font-family: Inter, var(--sans);
        font-weight: 300;
        letter-spacing: 0.12em;
        text-align: center;
        text-transform: uppercase;
    }

    .membership__price p {
        font-size: 0.9rem;
    }

    .membership__price strong {
        font-size: 25px;
    }

    .membership__button {
        min-height: 62px;
        margin-top: 26px;
        border-color: var(--ink);
        padding: 0 18px;
        color: var(--paper);
        background: var(--ink);
        font-size: 14px;
        letter-spacing: 0.19em;
    }

    .membership__button::before {
        display: none;
    }

    .hero__photo {
        position: relative;
        display: block;
        width: 100%;
        aspect-ratio: auto;
        margin: 38px 0 0;
        border-radius: 3px;
        overflow: hidden;
        background: #e8ded2;
        transform: none;
        visibility: visible;
    }

    .hero__photo::before,
    .community__image::before {
        display: block;
        padding-top: 75%;
        content: "";
    }

    .hero__photo img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 50% 52%;
    }

    .community {
        padding: 0 16px;
    }

    .community__inner {
        display: flex;
        flex-direction: column;
        align-items: stretch;
    }

    .community__image {
        position: relative;
        display: block;
        order: 2;
        flex: 0 0 auto;
        width: 100%;
        visibility: visible;
        aspect-ratio: auto;
    }

    .community__image img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .community__copy {
        order: 1;
        width: calc(100% - 32px);
        margin: clamp(-54px, -12vw, -42px) auto 38px;
        padding: 30px 22px 32px;
        justify-self: center;
    }

    .community__eyebrow {
        margin-bottom: 16px;
        font-size: 11px;
    }

    .community__copy h2 {
        margin-bottom: 18px;
        font-size: clamp(29px, 8.5vw, 36px);
        line-height: 1.08;
    }

    .community__copy > p {
        font-size: 1rem;
        line-height: 1.55;
    }

    .community__read-more {
        min-height: 48px;
        margin-top: 24px;
    }

    .piggy-bank {
        padding: 42px 20px 54px;
    }

    .piggy-bank__inner {
        gap: 42px;
        min-height: 0;
        padding: 42px 24px 34px;
    }

    .piggy-bank__eyebrow {
        margin-bottom: 16px;
        font-size: 11px;
        letter-spacing: 0.17em;
    }

    .piggy-bank__copy h2 {
        margin-bottom: 20px;
        font-size: clamp(38px, 11vw, 50px);
        line-height: 1.04;
    }

    .piggy-bank__copy > p:not(.piggy-bank__eyebrow) {
        font-size: 1rem;
        line-height: 1.55;
    }

    .piggy-bank__read-more {
        min-height: 48px;
        margin-top: 24px;
    }

    .piggy-bank__goal {
        display: block;
        margin-top: 16px;
        padding-top: 16px;
    }

    .piggy-bank__goal span,
    .piggy-bank__goal strong {
        display: block;
    }

    .piggy-bank__goal strong {
        margin-top: 8px;
        font-size: 32px;
    }

    .founder-focus {
        padding: 0 20px 72px;
    }

    .founder-focus__inner {
        position: relative;
        z-index: 2;
        width: calc(100% - 12px);
        margin: clamp(-54px, -12vw, -42px) auto 0;
        border: 1px solid rgba(11, 11, 11, 0.12);
        background: rgba(251, 251, 250, 0.98);
        box-shadow: 0 20px 46px rgba(11, 11, 11, 0.11);
    }

    .founder-focus__copy {
        grid-template-columns: minmax(0, 1fr);
        gap: 24px;
        width: 100%;
        padding: 30px 22px 32px;
        text-align: left;
    }

    .founder-focus__copy h2 {
        max-width: none;
        margin: 0 0 18px;
        width: 100%;
        font-size: clamp(25px, 8.2vw, 32px);
        line-height: 1.1;
        white-space: nowrap;
    }

    .founder-focus__text p {
        margin: 0;
        font-size: 1rem;
        line-height: 1.55;
    }

    .founder-focus__mobile-break {
        display: inline;
    }

    .founder-focus__button {
        width: min(100%, 220px);
        justify-self: start;
    }
}

@media (prefers-reduced-motion: reduce) {
    .membership__button,
    .membership__button::before {
        transition: none;
    }

    .membership__button:hover,
    .membership__button:focus-visible {
        transform: none;
    }
}
