:root {
    color-scheme: dark;
    --bg: #000;
    --surface: #0d0d0d;
    --surface-soft: rgba(255, 255, 255, 0.035);
    --text: #fff;
    --muted: #838383;
    --muted-soft: rgba(255, 255, 255, 0.52);
    --line: rgba(255, 255, 255, 0.12);
    --line-strong: rgba(255, 255, 255, 0.2);
}

* {
    box-sizing: border-box;
    font-family: "Public Sans", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

*::-webkit-scrollbar {
    display: none;
}

html {
    background: var(--bg);
    scroll-behavior: smooth;
    scroll-padding-top: 96px;
}

html.i18n-pending body {
    opacity: 0;
}

body {
    margin: 0;
    background: var(--bg);
    color: var(--text);
    line-height: 1.5;
}

a {
    color: var(--text);
    text-decoration: none;
    transition: color 300ms ease, opacity 300ms ease, background 300ms ease, transform 300ms ease, filter 300ms ease;
}

a:hover {
    color: rgba(255, 255, 255, 0.4);
}

.shell {
    position: relative;
    min-height: 100vh;
    background: #000;
}

.top-logo {
    position: absolute;
    top: 32px;
    left: 50%;
    z-index: 60;
    transform: translateX(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.top-logo img {
    display: block;
    width: auto;
    height: 16px;
}

.contact-pill {
    position: fixed;
    left: 50%;
    bottom: 16px;
    z-index: 70;
    transform: translateX(-50%);
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding: 12px 16px;
    border-radius: 100px;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(6px);
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    white-space: nowrap;
}

.contact-pill.is-hidden {
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, 8px);
    visibility: hidden;
}

.contact-pill:hover {
    color: #fff;
    background: rgba(131, 131, 131, 0.32);
}

main {
    min-height: 100vh;
}

.hero {
    position: relative;
    height: 100svh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
    padding: 0;
    overflow: hidden;
    background: #000;
}

.hero-media {
    position: relative;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 0;
    overflow: hidden;
}

.hero-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 66% center;
}

.hero-picture {
    display: block;
    width: 100%;
    height: 100%;
}

.hero::before {
    content: none;
}

.hero::after {
    content: none;
}

.hero-title-shell {
    width: 100%;
    height: fit-content;
    padding: 0 0 40px;
}

.hero-statement {
    max-width: none;
    height: 100%;
    padding: 0 32px;
    color: #fff;
    font-size: 24px;
    font-weight: 100;
    line-height: 1.333333;
    letter-spacing: -0.6px;
    text-align: center;
}

.hero-presentation {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 48px;
    padding: 0 0 80px;
    text-align: center;
}

.hero-presentation-copy {
    width: 100%;
    max-width: 680px;
    padding: 64px 32px 0;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.4px;
}

@media (min-width: 768px) {
    .hero-image {
        object-position: center;
    }

    .hero-statement {
        font-size: 30px;
        line-height: 1.2;
        letter-spacing: -0.75px;
        padding: 0 64px;
    }

    .hero-presentation {
        padding: 128px 0;
    }

    .hero-presentation-copy {
        padding: 0;
    }
}

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

h1 {
    max-width: 980px;
    font-size: clamp(34px, 4.5vw, 58px);
    font-weight: 200;
    line-height: 1.02;
    letter-spacing: 0;
    text-wrap: balance;
}

h2 {
    font-size: 24px;
    font-weight: 200;
    line-height: 32px;
    letter-spacing: -0.6px;
    text-wrap: balance;
}

@media (min-width: 768px) {
    h2 {
        font-size: 36px;
        line-height: 40px;
        letter-spacing: -0.9px;
    }
}

h3 {
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0;
}

p,
li {
    color: var(--muted);
    font-size: 16px;
    font-weight: 300;
}

.hero-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 4px;
    border: 0;
    border-radius: 16px;
    background: #2e2e2e;
    padding: 8px 14px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.hero-cta:hover {
    color: #fff;
    background: #838383;
}

.product-hero {
    min-height: 100svh;
}

.hero-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 4px;
}

.section {
    width: min(980px, calc(100% - 48px));
    margin: 0 auto;
    padding: 112px 0;
}

.section.center {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 22px;
}

.compact-section {
    padding: 92px 0;
}

.section.split {
    width: min(1080px, calc(100% - 48px));
    display: grid;
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
    gap: 56px;
    align-items: start;
}

.eyebrow {
    color: rgba(255, 255, 255, 0.42);
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0;
    text-transform: uppercase;
}

.access-anchor {
    display: inline-block;
}

.section-copy {
    max-width: 690px;
    color: rgba(255, 255, 255, 0.56);
    font-size: 16px;
    font-weight: 300;
}

.sources-visual {
    width: min(100%, 980px);
    margin: 12px 0 4px;
}

.sources-visual picture {
    display: block;
}

.sources-visual img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1672 / 941;
    object-fit: cover;
    border-radius: 8px;
}

.tile-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    width: 100%;
    margin-top: 38px;
}

.tile {
    min-height: 184px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 22px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.035);
    padding: 20px;
}

.tile p {
    margin-top: 12px;
    font-size: 14px;
    overflow-wrap: anywhere;
}

.control-section {
    align-items: start;
}

.control-stack {
    display: grid;
    gap: 30px;
}

.control-copy {
    max-width: 700px;
    color: rgba(255, 255, 255, 0.62);
    font-size: 16px;
    font-weight: 300;
    line-height: 1.7;
}

.control-list {
    display: grid;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.control-item {
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    padding: 16px 0;
    color: rgba(255, 255, 255, 0.76);
    font-size: 14px;
    font-weight: 300;
    line-height: 1.55;
}

.lead-section {
    width: min(1120px, calc(100% - 48px));
    padding-top: 72px;
}

.lead-section:target .lead-form {
    animation: leadFormFocus 900ms ease-out;
}

.lead-section:has(.access-anchor:target) .lead-form {
    animation: leadFormFocus 900ms ease-out;
}

.lead-section-copy {
    position: sticky;
    top: 112px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.lead-form {
    display: grid;
    gap: 18px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
    background: rgba(13, 13, 13, 0.86);
    padding: 24px;
}

.lead-form label,
.lead-form fieldset {
    display: grid;
    gap: 9px;
    min-width: 0;
    margin: 0;
}

.lead-form label > span,
.lead-form legend {
    color: rgba(255, 255, 255, 0.76);
    font-size: 13px;
    font-weight: 300;
}

.lead-form fieldset {
    border: 0;
    padding: 0;
}

.lead-form legend {
    display: block;
    width: 100%;
    margin: 0 0 12px;
    padding: 0;
}

.lead-form input,
.lead-form textarea,
.lead-form select {
    width: 100%;
    min-height: 42px;
    border: 0;
    border-radius: 16px;
    outline: 1px solid rgba(255, 255, 255, 0.2);
    background: transparent;
    padding: 10px 12px;
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.35;
    transition: background-color 300ms ease, outline-color 300ms ease;
}

.lead-form textarea {
    min-height: 118px;
    resize: vertical;
}

.lead-form select {
    appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, rgba(255, 255, 255, 0.56) 50%), linear-gradient(135deg, rgba(255, 255, 255, 0.56) 50%, transparent 50%);
    background-position: calc(100% - 18px) 18px, calc(100% - 12px) 18px;
    background-repeat: no-repeat;
    background-size: 6px 6px;
}

.lead-form option {
    background: #0d0d0d;
    color: #fff;
    font-size: 13px;
    font-weight: 300;
}

.lead-form input:focus,
.lead-form textarea:focus,
.lead-form select:focus {
    background: rgb(30, 30, 30);
}

.lead-form input:hover,
.lead-form textarea:hover,
.lead-form select:hover {
    background: rgb(30, 30, 30);
}

.lead-form input.is-invalid,
.lead-form textarea.is-invalid,
.lead-form select.is-invalid {
    outline-color: rgba(248, 113, 113, 0.9);
    background: rgba(127, 29, 29, 0.12);
}

.lead-form input.is-valid,
.lead-form textarea.is-valid,
.lead-form select.is-valid {
    outline-color: rgba(74, 222, 128, 0.65);
}

.contact-field-feedback {
    color: rgb(252, 165, 165);
    font-size: 0.75rem;
    font-weight: 300;
    line-height: 1.35;
    margin: 0.35rem 0 0;
}

.contact-field-feedback:empty {
    display: none;
}

.contact-field-feedback:not(:empty),
.contact-field-feedback.is-visible {
    display: block;
}

@media (min-width: 721px) {
    .two-columns > label {
        position: relative;
    }

    .two-columns .contact-field-feedback {
        position: absolute;
        top: 100%;
        right: 0;
        left: 0;
    }

    .two-columns .contact-field-feedback:empty {
        display: none;
    }

    .two-columns:has(.contact-field-feedback:not(:empty)),
    .two-columns:has(.contact-field-feedback.is-visible) {
        margin-bottom: calc((0.75rem * 1.35) + 0.35rem);
    }
}

.form-grid {
    display: grid;
    gap: 14px;
}

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

.check-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.check-option {
    min-height: 40px;
    display: flex !important;
    grid-template-columns: none !important;
    align-items: center;
    gap: 10px !important;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.035);
    padding: 9px 10px;
    cursor: pointer;
}

.check-option input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    position: relative;
    flex: 0 0 18px;
    display: grid;
    place-items: center;
    width: 18px;
    min-width: 18px;
    height: 18px;
    min-height: 18px;
    margin: 0;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 5px;
    outline: 0;
    background: transparent;
    padding: 0;
    color: #000;
    cursor: pointer;
}

.check-option input[type="checkbox"]::after {
    content: "";
    width: 9px;
    height: 5px;
    border-bottom: 2px solid currentColor;
    border-left: 2px solid currentColor;
    transform: translateY(-1px) rotate(-45deg) scale(0);
    transform-origin: center;
    transition: transform 160ms ease;
}

.check-option input[type="checkbox"]:checked {
    border-color: #fff;
    background: #fff;
}

.check-option input[type="checkbox"]:checked::after {
    transform: translateY(-1px) rotate(-45deg) scale(1);
}

.lead-form .check-option input[type="checkbox"]:hover,
.lead-form .check-option input[type="checkbox"]:focus {
    background: transparent;
}

.lead-form .check-option input[type="checkbox"]:checked:hover,
.lead-form .check-option input[type="checkbox"]:checked:focus {
    background: #fff;
}

.check-option span {
    color: rgba(255, 255, 255, 0.72);
    font-size: 13px;
    line-height: 1.35;
    overflow-wrap: anywhere;
}

.submit-button {
    min-height: 40px;
    border: 0;
    border-radius: 16px;
    background: #2e2e2e;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    transition: background 300ms ease, color 300ms ease, transform 300ms ease;
}

.submit-button:hover {
    background: #838383;
    color: #fff;
}

.contact-form-status {
    min-height: 1rem;
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.75rem;
    font-weight: 300;
    line-height: 1.35;
    text-align: center;
}

.contact-form-status.is-error {
    color: rgb(252, 165, 165);
}

.contact-form-status.is-success {
    color: rgb(134, 239, 172);
}

.honeypot {
    position: absolute;
    left: -10000px;
    opacity: 0;
}

@keyframes leadFormFocus {
    0% {
        border-color: rgba(255, 255, 255, 0.14);
        box-shadow: none;
    }

    34% {
        border-color: rgba(255, 255, 255, 0.42);
        box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.16), 0 28px 90px rgba(255, 255, 255, 0.08);
    }

    100% {
        border-color: rgba(255, 255, 255, 0.14);
        box-shadow: none;
    }
}

.roadmap-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    max-width: 760px;
    margin-top: 8px;
}

.roadmap-list span {
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.035);
    padding: 7px 11px;
    color: rgba(255, 255, 255, 0.62);
    font-size: 12px;
    font-weight: 300;
}

.page {
    position: relative;
    width: min(920px, calc(100% - 48px));
    margin: 0 auto;
    padding: 168px 0 112px;
}

.page::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -1;
    background:
        radial-gradient(circle at 50% 0%, rgba(130, 130, 130, 0.22), transparent 32%),
        #000;
}

.content {
    max-width: 820px;
    margin: 0 auto;
}

.content h1 {
    font-size: clamp(34px, 5vw, 58px);
    margin-bottom: 28px;
    line-height: 1.02;
}

.content h2 {
    margin-top: 52px;
    margin-bottom: 16px;
    font-size: 24px;
}

.content h3 {
    margin-top: 28px;
    margin-bottom: 10px;
}

.content p + p {
    margin-top: 16px;
}

.content p,
.content li {
    line-height: 1.72;
}

.content ul {
    margin: 14px 0 0;
    padding-left: 22px;
}

.content strong {
    color: rgba(255, 255, 255, 0.92);
    font-weight: 400;
}

.content a {
    color: #fff;
    text-decoration: underline;
    text-decoration-color: rgba(255, 255, 255, 0.34);
    text-underline-offset: 4px;
}

.reference-footer {
    position: relative;
    min-height: 100svh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.reference-footer-cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    padding: 80px 24px 120px;
    text-align: center;
}

.reference-footer-cta h2 {
    font-size: 24px;
    font-weight: 200;
    line-height: 32px;
    letter-spacing: -0.6px;
}

.footer-access-cta {
    margin-top: 0;
}

.footer-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 8px;
    padding: 16px 64px;
    color: rgba(255, 255, 255, 0.4);
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
}

.footer-bottom a {
    color: #fff;
}

.footer-bottom a:hover {
    color: rgba(255, 255, 255, 0.4);
}

.footer-links {
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: 22px;
    flex-wrap: wrap;
}

.footer-copyright-desktop {
    width: 50%;
    min-width: 220px;
}

.footer-social-mobile {
    display: none;
}

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

    .section.split {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .lead-section-copy {
        position: static;
    }

}

@media (max-width: 720px) {
    html {
        scroll-padding-top: 0;
    }

    .hero {
        padding: 0;
    }

    .section {
        width: min(100% - 40px, 980px);
        padding: 82px 0;
    }

    .section.split {
        width: min(100% - 40px, 1080px);
    }

    .two-columns,
    .check-grid {
        grid-template-columns: 1fr;
    }

    .page {
        width: min(100% - 40px, 920px);
        padding-top: 128px;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 10px;
        padding: 16px;
    }

    .footer-copyright-desktop,
    .footer-social-desktop {
        display: none;
    }

    .footer-links {
        gap: 12px;
        justify-content: space-between;
    }

    .footer-social-mobile {
        display: flex;
        justify-content: space-between;
        gap: 20px;
        color: rgba(255, 255, 255, 0.4);
    }
}

@media (max-width: 430px) {
    h1 {
        font-size: 36px;
    }

    .footer-links {
        flex-direction: column;
    }

    .footer-social-mobile {
        flex-direction: column;
        gap: 8px;
    }
}

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

    .lead-section:target .lead-form {
        animation: none;
    }

    .lead-section:has(.access-anchor:target) .lead-form {
        animation: none;
    }
}
