@font-face {
    font-family: "Fraunces";
    src: url("fonts/fraunces-latin.woff2") format("woff2");
    font-display: swap;
    font-style: normal;
    font-weight: 100 900;
}

@font-face {
    font-family: "Inter Tight";
    src: url("fonts/inter-tight-latin.woff2") format("woff2");
    font-display: swap;
    font-style: normal;
    font-weight: 100 900;
}

@font-face {
    font-family: "JetBrains Mono";
    src: url("fonts/jetbrains-mono-latin.woff2") format("woff2");
    font-display: swap;
    font-style: normal;
    font-weight: 100 800;
}

:root {
    --paper: #f4f0e6;
    --paper-light: #fffdf8;
    --paper-deep: #ece6d7;
    --ink: #1c1f1a;
    --ink-soft: #3e4438;
    --muted: #626a5d;
    --pine: #2f4a33;
    --pine-deep: #153c31;
    --clay: #c45a2c;
    --cream: #ece6d7;
    --line: rgba(28, 31, 26, 0.16);
    --line-light: rgba(255, 253, 248, 0.3);
    --display: "Fraunces", Georgia, "Times New Roman", serif;
    --ui: "Inter Tight", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
    --mono: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    color-scheme: light;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    min-width: 320px;
    margin: 0;
    background: var(--paper);
    color: var(--ink);
    font-family: var(--ui);
    font-size: 16px;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
}

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

a {
    color: inherit;
}

button,
input {
    font: inherit;
}

button,
label,
input[type="radio"],
input[type="checkbox"] {
    cursor: pointer;
}

.skip-link {
    position: fixed;
    z-index: 100;
    top: 0;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
    padding: 10px 14px;
    border-radius: 4px;
    background: var(--paper-light);
    color: var(--ink);
    font-weight: 700;
}

.skip-link:focus {
    top: 12px;
    left: 12px;
    width: auto;
    height: auto;
    overflow: visible;
}

.site-header {
    position: sticky;
    z-index: 50;
    top: 0;
    min-height: 69px;
    border-bottom: 1px solid var(--line);
    background: rgba(244, 240, 230, 0.9);
    backdrop-filter: blur(14px) saturate(140%);
    -webkit-backdrop-filter: blur(14px) saturate(140%);
}

.site-header-inner {
    display: flex;
    width: min(1400px, calc(100% - 56px));
    height: 68px;
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.site-header .brand {
    display: inline-flex;
    width: auto;
    min-height: 0;
    flex: 0 0 auto;
    align-items: center;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--ink);
    text-decoration: none;
}

.brand-desktop,
.brand-mobile {
    display: inline-flex;
    height: 36px;
    align-items: center;
}

.brand-desktop {
    gap: 12px;
}

.brand-mobile {
    display: none;
    gap: 8px;
}

.brand-landscape-wrap {
    display: block;
    width: 118px;
    height: 34px;
    overflow: visible;
    flex: 0 0 118px;
}

.site-header .brand-landscape {
    width: 118px;
    height: auto;
    object-fit: contain;
}

.site-header .brand-wordmark {
    width: 106px;
    height: auto;
    flex: 0 0 106px;
    object-fit: contain;
}

.brand-mark-wrap {
    display: grid;
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    place-items: center;
}

.site-header .brand-mark {
    width: 34px;
    height: 34px;
    object-fit: contain;
}

.header-actions {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 10px;
}

.member-link {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    padding: 0 8px;
    color: var(--pine-deep);
    font-size: 13px;
    font-weight: 700;
    text-decoration-color: rgba(21, 60, 49, 0.4);
    text-underline-offset: 4px;
    white-space: pre;
}

.member-link:hover {
    text-decoration-color: currentColor;
}

.header-cta {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
    border: 1px solid var(--pine);
    background: var(--pine);
    color: var(--paper-light);
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
}

.header-cta:hover {
    border-color: var(--clay);
    background: var(--clay);
    color: #fff;
}

.hero {
    position: relative;
    min-height: calc(100vh - 69px);
    min-height: calc(100svh - 69px);
    overflow: hidden;
    background: var(--pine-deep);
    color: var(--paper-light);
}

.hero-image,
.hero-scrim {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.hero-image {
    object-fit: cover;
    object-position: 52% center;
}

.hero-scrim {
    background: rgba(14, 19, 17, 0.6);
}

.hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    width: min(1180px, calc(100% - 48px));
    min-height: calc(100vh - 69px);
    min-height: calc(100svh - 69px);
    margin: 0 auto;
    padding: 64px 0;
    grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.72fr);
    gap: clamp(48px, 7vw, 96px);
    align-items: center;
}

.hero-copy {
    max-width: 690px;
}

.eyebrow,
.form-kicker,
.promise-number {
    margin: 0;
    color: #f0c38d;
    font-family: var(--mono);
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.12em;
    line-height: 1.5;
    text-transform: uppercase;
}

.hero h1,
.signup-card h2,
.promise h2 {
    margin: 0;
    font-family: var(--display);
    font-weight: 500;
    letter-spacing: -0.035em;
}

.hero h1 {
    max-width: 10ch;
    margin-top: 18px;
    font-size: clamp(55px, 7.4vw, 102px);
    line-height: 0.91;
    text-wrap: balance;
}

.hero h1 em,
.promise h2 em {
    color: #e6b547;
    font-weight: 400;
}

.hero-lede {
    max-width: 56ch;
    margin: 26px 0 0;
    color: rgba(255, 253, 248, 0.86);
    font-size: clamp(17px, 1.7vw, 20px);
    line-height: 1.55;
}

.launch-notes {
    display: grid;
    max-width: 550px;
    margin: 42px 0 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 1px solid var(--line-light);
    border-bottom: 1px solid var(--line-light);
}

.launch-notes div {
    padding: 18px 20px 18px 0;
}

.launch-notes div + div {
    padding-left: 24px;
    border-left: 1px solid var(--line-light);
}

.launch-notes dt {
    color: var(--paper-light);
    font-family: var(--display);
    font-size: 21px;
    font-weight: 500;
}

.launch-notes dd {
    margin: 3px 0 0;
    color: rgba(255, 253, 248, 0.68);
    font-size: 13px;
}

.signup-card {
    align-self: center;
    padding: clamp(28px, 4vw, 44px);
    border-top: 4px solid var(--clay);
    background: rgba(255, 253, 248, 0.97);
    box-shadow: 0 26px 80px rgba(0, 0, 0, 0.22);
    color: var(--ink);
    scroll-margin-top: 88px;
}

.form-kicker,
.promise .eyebrow,
.promise-number {
    color: var(--clay);
}

.signup-card h2 {
    margin-top: 7px;
    font-size: clamp(38px, 4vw, 54px);
    font-variant-ligatures: none;
    font-feature-settings: "liga" 0, "clig" 0;
    letter-spacing: -0.012em;
    line-height: 1;
}

.form-intro {
    margin: 15px 0 28px;
    color: var(--muted);
    font-size: 15px;
}

.waitlist-form {
    display: grid;
    gap: 19px;
    scroll-margin-top: 88px;
}

.field-group {
    display: grid;
    gap: 7px;
}

.field-group label,
.intent-group legend {
    color: var(--ink-soft);
    font-size: 13px;
    font-weight: 700;
}

.field-group label small {
    color: var(--muted);
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
}

.field-group input {
    width: 100%;
    min-height: 50px;
    padding: 0 14px;
    border: 1px solid var(--line);
    border-radius: 0;
    background: #fff;
    color: var(--ink);
    outline: 0;
}

.field-group input::placeholder {
    color: #777d73;
    opacity: 1;
}

.field-group > small {
    color: var(--muted);
    font-size: 12px;
}

.field-group input:hover {
    border-color: rgba(28, 31, 26, 0.38);
}

.field-group input:focus-visible {
    border-color: var(--pine);
    box-shadow: 0 0 0 3px rgba(47, 74, 51, 0.16);
}

.intent-group {
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0;
}

.intent-group legend {
    margin-bottom: 8px;
}

.intent-options {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

.intent-option {
    position: relative;
    display: block;
}

.intent-option input {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: 0;
    opacity: 0;
}

.intent-option span {
    display: flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    padding: 8px 10px;
    border: 1px solid var(--line);
    background: #fff;
    color: var(--ink-soft);
    font-size: 13px;
    font-weight: 700;
    text-align: center;
}

.intent-option input:hover + span {
    border-color: rgba(28, 31, 26, 0.38);
}

.intent-option input:checked + span {
    border-color: var(--pine);
    background: var(--pine);
    color: var(--paper-light);
}

.intent-option input:focus-visible + span {
    outline: 3px solid rgba(47, 74, 51, 0.24);
    outline-offset: 2px;
}

.consent-row {
    display: grid;
    grid-template-columns: 20px 1fr;
    gap: 10px;
    align-items: start;
    color: var(--muted);
    font-size: 12px;
    line-height: 1.45;
}

.consent-row input {
    width: 18px;
    height: 18px;
    margin: 1px 0 0;
    accent-color: var(--pine);
}

.consent-row input:focus-visible {
    outline: 3px solid rgba(47, 74, 51, 0.24);
    outline-offset: 2px;
}

.consent-row a {
    color: var(--pine-deep);
    font-weight: 700;
    text-underline-offset: 2px;
}

.form-trap {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

.form-trap input {
    pointer-events: none;
}

.submit-button {
    min-height: 54px;
    padding: 0 20px;
    border: 1px solid var(--clay);
    border-radius: 0;
    background: var(--clay);
    color: #fff;
    font-size: 15px;
    font-weight: 700;
}

.submit-button:hover:not(:disabled) {
    border-color: var(--pine-deep);
    background: var(--pine-deep);
}

.submit-button:focus-visible,
.header-cta:focus-visible,
.member-link:focus-visible,
.brand:focus-visible,
.site-footer a:focus-visible {
    outline: 3px solid #e6b547;
    outline-offset: 3px;
}

.submit-button:disabled {
    cursor: wait;
    opacity: 0.68;
}

.form-status {
    min-height: 0;
    margin: -2px 0 0;
    padding: 0;
    color: var(--muted);
    font-size: 13px;
}

.form-status:empty {
    display: none;
}

.form-status.is-success,
.form-status.is-error {
    display: block;
    padding: 12px 14px;
    border-left: 3px solid var(--pine);
    background: rgba(47, 74, 51, 0.08);
    color: var(--pine-deep);
}

.form-status.is-error {
    border-left-color: #9f3d28;
    background: rgba(159, 61, 40, 0.08);
    color: #782d1e;
}

.noscript-note {
    margin: 0;
    color: var(--muted);
    font-size: 12px;
}

.promise {
    display: grid;
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
    padding: 88px 0 96px;
    grid-template-columns: minmax(250px, 0.8fr) minmax(0, 1.4fr);
    gap: clamp(48px, 8vw, 110px);
}

.promise h2 {
    max-width: 11ch;
    margin-top: 12px;
    font-size: clamp(42px, 5vw, 66px);
    line-height: 0.98;
}

.promise h2 em {
    color: var(--clay);
}

.promise-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid var(--line);
}

.promise-grid article {
    padding: 24px 22px 8px 0;
}

.promise-grid article + article {
    padding-left: 22px;
    border-left: 1px solid var(--line);
}

.promise-number {
    margin-bottom: 34px;
}

.promise-grid h3 {
    margin: 0;
    font-family: var(--display);
    font-size: 24px;
    font-weight: 500;
}

.promise-grid article > p:last-child {
    margin: 10px 0 0;
    color: var(--muted);
    font-size: 14px;
}

.site-footer {
    display: flex;
    min-height: 92px;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 22px max(24px, calc((100% - 1180px) / 2));
    border-top: 1px solid rgba(255, 253, 248, 0.18);
    background: #0e1311;
    color: rgba(255, 253, 248, 0.7);
    font-size: 12px;
}

.site-footer p {
    margin: 0;
}

.site-footer a {
    color: var(--paper-light);
    font-weight: 600;
    text-underline-offset: 3px;
}

.site-footer nav {
    display: flex;
    gap: 18px;
}

.privacy-page {
    min-height: 100vh;
    background: var(--paper);
}

.privacy-header {
    display: flex;
    min-height: 92px;
    align-items: center;
    justify-content: space-between;
    padding: 18px max(24px, calc((100% - 900px) / 2));
    border-bottom: 1px solid var(--line);
    background: var(--paper-light);
}

.privacy-header .brand {
    display: inline-flex;
    width: auto;
    min-height: 36px;
    align-items: center;
    padding: 0;
    border: 0;
    background: transparent;
    text-decoration: none;
}

.privacy-header .brand-landscape {
    width: 118px;
    height: auto;
}

.privacy-header .brand-wordmark {
    width: 106px;
    height: auto;
    flex: 0 0 106px;
    object-fit: contain;
}

.privacy-header .brand-mark {
    width: 34px;
    height: 34px;
}

.privacy-back {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    color: var(--pine-deep);
    font-size: 14px;
    font-weight: 700;
    text-underline-offset: 3px;
}

.privacy-main {
    width: min(900px, calc(100% - 48px));
    margin: 0 auto;
    padding: 76px 0 96px;
}

.privacy-main h1,
.privacy-main h2 {
    font-family: var(--display);
    font-weight: 500;
    letter-spacing: -0.025em;
}

.privacy-main h1 {
    max-width: 12ch;
    margin: 12px 0 20px;
    font-size: clamp(48px, 8vw, 78px);
    line-height: 0.96;
}

.privacy-summary {
    max-width: 62ch;
    margin: 0 0 48px;
    color: var(--muted);
    font-size: 18px;
}

.privacy-sections {
    display: grid;
    border-top: 1px solid var(--line);
}

.privacy-sections section {
    display: grid;
    padding: 30px 0;
    grid-template-columns: minmax(190px, 0.55fr) minmax(0, 1.45fr);
    gap: 38px;
    border-bottom: 1px solid var(--line);
}

.privacy-sections h2 {
    margin: 0;
    font-size: 25px;
}

.privacy-sections p,
.privacy-sections ul {
    margin: 0;
    color: var(--ink-soft);
}

.privacy-sections ul {
    padding-left: 20px;
}

.privacy-sections li + li {
    margin-top: 7px;
}

.privacy-sections a {
    color: var(--pine-deep);
    font-weight: 700;
    text-underline-offset: 3px;
}

@media (max-width: 980px) {
    .hero,
    .hero-grid {
        min-height: auto;
    }

    .hero-grid {
        padding: 72px 0 64px;
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .hero-copy {
        max-width: 760px;
    }

    .hero h1 {
        max-width: 11ch;
    }

    .signup-card {
        width: min(100%, 620px);
        margin-bottom: 18px;
    }

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

    .promise h2 {
        max-width: 15ch;
    }
}

@media (max-width: 700px) {
    .hero-grid,
    .promise {
        width: min(100% - 32px, 1180px);
    }

    .site-header-inner {
        width: min(100% - 24px, 1400px);
        height: 64px;
        gap: 10px;
    }

    .site-header {
        min-height: 65px;
    }

    .brand-desktop {
        display: none;
    }

    .brand-mobile {
        display: inline-flex;
    }

    .site-header .brand-wordmark {
        width: 116px;
        flex-basis: 116px;
    }

    .header-actions {
        gap: 6px;
    }

    .member-prefix {
        display: none;
    }

    .member-link {
        min-height: 38px;
        padding: 0;
        font-size: 12px;
        text-transform: capitalize;
    }

    .header-cta {
        min-height: 38px;
        padding: 0 8px;
        font-size: 11px;
    }

    .hero-image {
        object-position: 58% center;
    }

    .hero-grid {
        padding: 52px 0 42px;
    }

    .hero h1 {
        font-size: clamp(50px, 15vw, 72px);
    }

    .launch-notes {
        margin-top: 32px;
    }

    .signup-card {
        padding: 28px 22px;
    }

    .promise {
        padding: 68px 0 72px;
    }

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

    .promise-grid article {
        padding: 22px 0;
    }

    .promise-grid article + article {
        padding-left: 0;
        border-top: 1px solid var(--line);
        border-left: 0;
    }

    .promise-number {
        margin-bottom: 16px;
    }

    .site-footer {
        flex-direction: column;
        align-items: flex-start;
        gap: 7px;
        padding-block: 28px;
    }

    .privacy-header {
        padding-inline: 16px;
    }

    .privacy-header .brand {
        width: auto;
        min-height: 34px;
    }

    .privacy-header .brand-wordmark {
        width: 116px;
        flex-basis: 116px;
    }

    .privacy-main {
        width: min(100% - 32px, 900px);
        padding: 56px 0 72px;
    }

    .privacy-sections section {
        grid-template-columns: 1fr;
        gap: 12px;
    }
}

@media (max-width: 440px) {
    .launch-notes {
        grid-template-columns: 1fr;
    }

    .launch-notes div {
        padding: 15px 0;
    }

    .launch-notes div + div {
        padding-left: 0;
        border-top: 1px solid var(--line-light);
        border-left: 0;
    }

    .intent-options {
        grid-template-columns: 1fr;
    }
}

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

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

@media (forced-colors: active) {
    .hero-scrim {
        background: Canvas;
        opacity: 0.88;
    }

    .signup-card,
    .brand,
    .intent-option span,
    .field-group input {
        border: 1px solid CanvasText;
    }
}
