:root {
    --ink: #17131f;
    --ink-soft: #25202e;
    --paper: #f4f3f7;
    --white: #ffffff;
    --muted: #686271;
    --line: #ddd9e3;
    --brand: #7c3aed;
    --brand-dark: #5422a8;
    --pink: #f43f95;
    --yellow: #f7cf58;
    --mint: #6ad8ba;
    --blue: #82b8ff;
    --coral: #f27667;
    --max: 1200px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    background: var(--ink);
}

body {
    margin: 0;
    color: var(--ink);
    background: var(--white);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    letter-spacing: 0;
    overflow-x: hidden;
}

body.menu-open {
    overflow: hidden;
}

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

a {
    color: inherit;
    text-decoration: none;
}

button,
a {
    -webkit-tap-highlight-color: transparent;
}

button {
    font: inherit;
}

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

.skip-link {
    position: fixed;
    z-index: 200;
    top: 12px;
    left: 12px;
    padding: 12px 16px;
    color: var(--ink);
    background: var(--white);
    transform: translateY(-150%);
}

.skip-link:focus {
    transform: translateY(0);
}

.shell,
.wide-shell {
    width: calc(100% - 48px);
    max-width: var(--max);
    margin: 0 auto;
}

.wide-shell {
    max-width: 1380px;
}

.section-space {
    padding: 132px 0;
}

.site-header {
    position: relative;
    z-index: 100;
    height: 72px;
    color: var(--ink);
    background: var(--white);
    border-bottom: 1px solid var(--line);
}

.nav-shell {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    gap: 28px;
}

.brand {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    gap: 10px;
    font-size: 25px;
    font-weight: 800;
    line-height: 1;
}

.brand img {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    border-radius: 8px;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 27px;
}

.nav-links a {
    color: #494250;
    font-size: 14px;
    font-weight: 650;
}

.nav-links a:hover {
    color: var(--brand-dark);
}

.nav-links .nav-contact {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 16px;
    color: var(--white);
    background: var(--ink);
    border-radius: 4px;
}

.nav-links .nav-contact:hover {
    color: var(--white);
    background: var(--brand-dark);
}

.menu-button {
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 44px;
    height: 44px;
    gap: 6px;
    padding: 0;
    color: var(--ink);
    background: transparent;
    border: 1px solid var(--line);
    border-radius: 4px;
    cursor: pointer;
}

.menu-button span {
    width: 20px;
    height: 2px;
    background: currentColor;
}

.hero {
    position: relative;
    height: calc(100svh - 110px);
    min-height: 560px;
    max-height: 760px;
    overflow: hidden;
    color: var(--white);
    background: var(--ink);
    isolation: isolate;
}

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

.hero-image {
    z-index: -3;
    object-fit: cover;
    object-position: center 58%;
}

.hero-shade {
    z-index: -2;
    background: rgba(18, 11, 29, 0.68);
}

.hero-inner {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
}

.hero-copy {
    position: relative;
    z-index: 4;
    width: min(620px, 56%);
    padding: 44px 0;
}

.eyebrow,
.section-kicker {
    margin: 0 0 18px;
    color: var(--mint);
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.hero h1 {
    margin: 0;
    font-size: 100px;
    line-height: 0.9;
}

.hero-tagline {
    margin: 24px 0 0;
    font-size: 30px;
    font-weight: 750;
    line-height: 1.16;
}

.hero-lede {
    max-width: 600px;
    margin: 18px 0 0;
    color: #ece9f1;
    font-size: 17px;
    line-height: 1.65;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 750;
}

.button-light {
    color: var(--ink);
    background: var(--white);
}

.button-light:hover {
    background: var(--yellow);
}

.button-outline {
    color: var(--white);
    background: rgba(23, 19, 31, 0.55);
    border-color: rgba(255, 255, 255, 0.62);
}

.button-outline:hover {
    background: var(--ink);
}

.hero-facts {
    display: flex;
    gap: 30px;
    margin-top: 30px;
    color: #ded9e6;
    font-size: 13px;
}

.hero-facts span {
    display: flex;
    align-items: baseline;
    gap: 7px;
}

.hero-facts strong {
    color: var(--white);
    font-size: 21px;
}

.hero-product {
    position: absolute;
    z-index: 2;
    right: 12px;
    bottom: -74px;
    width: 430px;
    height: 610px;
}

.phone {
    position: absolute;
    overflow: hidden;
    color: var(--ink);
    background: var(--white);
    border: 9px solid #16111e;
    border-radius: 38px;
    box-shadow: 0 24px 70px rgba(10, 7, 15, 0.4);
}

.phone-main {
    right: 70px;
    bottom: 0;
    width: 292px;
    height: 570px;
}

.phone-status {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 34px;
    padding: 0 18px;
    color: #635c6d;
    font-size: 10px;
    font-weight: 750;
}

.phone-screen {
    position: relative;
    height: calc(100% - 34px);
    padding: 18px 15px 70px;
    background: #f7f5fa;
}

.screen-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 28px;
    margin-bottom: 14px;
}

.screen-heading span {
    font-size: 18px;
    font-weight: 800;
}

.screen-heading small {
    color: var(--brand-dark);
    font-weight: 700;
}

.profile-feature {
    overflow: hidden;
    background: var(--white);
    border: 1px solid #e9e4ed;
    border-radius: 7px;
}

.profile-feature > img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.profile-feature > div {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 12px;
}

.profile-feature strong {
    font-size: 16px;
}

.profile-feature span {
    color: var(--muted);
    font-size: 11px;
}

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

.profile-grid > div {
    overflow: hidden;
    background: var(--white);
    border: 1px solid #e9e4ed;
    border-radius: 6px;
}

.profile-grid img {
    width: 100%;
    height: 90px;
    object-fit: cover;
}

.profile-grid span {
    display: block;
    padding: 7px;
    font-size: 10px;
    font-weight: 700;
}

.phone-tabs {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: center;
    height: 58px;
    padding: 0 8px;
    background: var(--white);
    border-top: 1px solid #e9e4ed;
}

.phone-tabs span {
    color: #9a92a2;
    font-size: 8px;
    font-weight: 750;
    text-align: center;
}

.phone-tabs .is-active {
    color: var(--brand-dark);
}

.floating-person {
    position: absolute;
    z-index: 4;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 13px 8px 8px;
    color: var(--ink);
    background: var(--white);
    border-radius: 6px;
    box-shadow: 0 15px 34px rgba(11, 8, 17, 0.22);
    font-size: 12px;
    font-weight: 700;
}

.floating-person img {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    object-fit: cover;
}

.person-one {
    top: 76px;
    right: 0;
}

.person-two {
    right: 240px;
    bottom: 145px;
}

.experience-strip {
    overflow: hidden;
    color: var(--ink);
    background: var(--yellow);
    border-bottom: 1px solid rgba(23, 19, 31, 0.18);
}

.strip-track {
    display: flex;
    align-items: center;
    width: max-content;
    padding: 16px 0;
    animation: marquee 28s linear infinite;
}

.strip-track span {
    display: inline-flex;
    align-items: center;
    gap: 24px;
    padding-right: 38px;
    font-size: 14px;
    font-weight: 850;
    text-transform: uppercase;
}

.strip-track span::after {
    content: "";
    width: 7px;
    height: 7px;
    background: var(--pink);
    border-radius: 50%;
}

@keyframes marquee {
    to { transform: translateX(-50%); }
}

.opening {
    background: var(--paper);
}

.opening .section-kicker,
.features .section-kicker,
.community-copy .section-kicker,
.support-hero .section-kicker {
    color: var(--brand-dark);
}

.opening h2 {
    max-width: 1250px;
    margin: 0;
    font-size: 66px;
    line-height: 1.06;
}

.opening-summary {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 30px;
    margin-top: 72px;
}

.opening-summary > p {
    max-width: 650px;
    margin: 0;
    color: #3f3948;
    font-size: 22px;
    line-height: 1.55;
}

.avatar-stack {
    display: flex;
    padding-left: 22px;
}

.avatar-stack img {
    width: 64px;
    height: 64px;
    margin-left: -22px;
    border: 4px solid var(--paper);
    border-radius: 50%;
    object-fit: cover;
}

.features {
    color: var(--white);
    background: var(--ink);
}

.section-heading {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(260px, 0.6fr);
    align-items: end;
    gap: 70px;
    margin-bottom: 58px;
}

.section-heading h2,
.inside-heading h2,
.community-copy h2,
.safety-inner h2,
.final-contact h2,
.support-hero h1 {
    margin: 0;
    font-size: 52px;
    line-height: 1.08;
}

.section-heading > p,
.inside-heading > p {
    margin: 0;
    color: #aaa4b0;
    font-size: 17px;
    line-height: 1.6;
}

.feature-grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-auto-rows: 350px;
    gap: 10px;
}

.feature-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow: hidden;
    padding: 32px;
    border-radius: 6px;
}

.feature-card h3 {
    margin: 16px 0 0;
    font-size: 29px;
    line-height: 1.1;
}

.feature-card p {
    max-width: 470px;
    margin: 14px 0 0;
    font-size: 15px;
    line-height: 1.58;
}

.feature-number {
    font-size: 12px;
    font-weight: 850;
}

.feature-discover {
    grid-column: span 7;
    color: var(--ink);
    background: var(--mint);
}

.feature-match {
    grid-column: span 5;
    color: var(--ink);
    background: var(--coral);
}

.feature-chat {
    grid-column: span 5;
    color: var(--ink);
    background: var(--blue);
}

.feature-square {
    grid-column: span 7;
    padding: 0;
    background: #2b2532;
}

.feature-cp {
    grid-column: span 7;
    color: var(--ink);
    background: var(--yellow);
}

.feature-control {
    grid-column: span 5;
    background: var(--brand);
}

.feature-control a {
    width: fit-content;
    margin-top: auto;
    padding-bottom: 4px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    font-weight: 750;
}

.mini-profiles {
    display: flex;
    align-items: flex-end;
    height: 120px;
    margin-top: auto;
    padding-left: 24px;
}

.mini-profiles img {
    width: 106px;
    height: 106px;
    margin-left: -24px;
    border: 5px solid var(--mint);
    border-radius: 50%;
    object-fit: cover;
}

.feature-symbol {
    display: grid;
    place-items: center;
    width: 110px;
    height: 110px;
    margin: auto 0 0 auto;
    color: var(--white);
    background: var(--ink);
    border-radius: 50%;
    font-size: 30px;
    font-weight: 900;
}

.message-sample {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 9px;
    margin-top: auto;
}

.message-sample span {
    padding: 10px 14px;
    background: var(--white);
    border-radius: 4px;
    font-size: 13px;
    font-weight: 700;
}

.message-sample span:last-child {
    align-self: flex-end;
    color: var(--white);
    background: var(--brand-dark);
}

.feature-square > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.feature-square::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(18, 14, 24, 0.46);
}

.feature-image-copy {
    position: absolute;
    z-index: 2;
    right: 30px;
    bottom: 28px;
    left: 30px;
}

.feature-image-copy p {
    color: #eeeaf2;
}

.cp-pair {
    display: flex;
    align-items: center;
    margin-top: auto;
}

.cp-pair img {
    width: 92px;
    height: 92px;
    border: 4px solid var(--white);
    border-radius: 50%;
    object-fit: cover;
}

.cp-pair span {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    margin: 0 -8px;
    color: var(--white);
    background: var(--pink);
    border-radius: 50%;
    font-size: 22px;
    font-weight: 850;
}

.inside {
    color: var(--white);
    background: #0f1118;
}

.inside-heading {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr);
    gap: 50px;
    align-items: end;
    margin-bottom: 58px;
}

.inside-heading .section-kicker {
    grid-column: 1 / -1;
    margin-bottom: -22px;
}

.inside-layout {
    display: grid;
    grid-template-columns: minmax(330px, 0.85fr) minmax(420px, 1.15fr);
    min-height: 660px;
    border-top: 1px solid #35323d;
}

.view-tabs {
    border-right: 1px solid #35323d;
}

.view-tab {
    display: grid;
    grid-template-columns: 42px 110px 1fr;
    align-items: center;
    width: 100%;
    min-height: 126px;
    padding: 20px 26px;
    color: #8c8792;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #35323d;
    cursor: pointer;
    text-align: left;
}

.view-tab > span {
    font-size: 12px;
    font-weight: 800;
}

.view-tab strong {
    color: var(--white);
    font-size: 22px;
}

.view-tab small {
    font-size: 14px;
    line-height: 1.45;
}

.view-tab.is-active {
    color: var(--ink);
    background: var(--yellow);
}

.view-tab.is-active strong {
    color: var(--ink);
}

.preview-stage {
    position: relative;
    display: grid;
    place-items: center;
    overflow: hidden;
    background: #1a1721;
}

.preview-phone {
    position: relative;
    width: 310px;
    height: 610px;
    overflow: hidden;
    color: var(--ink);
    background: #f8f6fa;
    border: 9px solid #050506;
    border-radius: 38px;
    box-shadow: 0 26px 65px rgba(0, 0, 0, 0.45);
}

.preview-screen {
    position: absolute;
    inset: 0 0 58px;
    display: none;
    padding: 30px 17px 18px;
    overflow: hidden;
}

.preview-screen.is-active {
    display: block;
}

.profile-feature.compact > img {
    height: 260px;
}

.compact-grid img {
    height: 105px;
}

.conversation {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
    padding: 13px 0;
    border-bottom: 1px solid #e4dfe8;
}

.conversation > img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
}

.conversation > div {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 4px;
}

.conversation span,
.conversation small {
    color: #7c7583;
    font-size: 10px;
}

.square-post {
    overflow: hidden;
    background: var(--white);
    border: 1px solid #e5e0e9;
    border-radius: 7px;
}

.square-post > img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}

.post-author {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 10px;
}

.post-author img {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    object-fit: cover;
}

.post-author strong,
.square-post p,
.post-meta {
    font-size: 11px;
}

.square-post p {
    margin: 0;
    padding: 10px;
}

.post-meta {
    display: flex;
    justify-content: space-between;
    padding: 0 10px 12px;
    color: #746c7a;
}

.profile-cover {
    height: 148px;
    margin: -30px -17px 0;
    background: var(--brand);
    background-image: url("assets/profile-background.webp");
    background-size: cover;
}

.profile-avatar {
    width: 94px;
    height: 94px;
    margin: -48px auto 0;
    border: 5px solid #f8f6fa;
    border-radius: 50%;
    object-fit: cover;
}

.preview-screen > h3,
.profile-id {
    text-align: center;
}

.preview-screen > h3 {
    margin: 10px 0 3px;
}

.profile-id {
    margin: 0;
    color: #827a89;
    font-size: 10px;
}

.profile-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 18px;
    padding: 15px 0;
    border-top: 1px solid #e1dce5;
    border-bottom: 1px solid #e1dce5;
}

.profile-stats span {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    color: #837b89;
    font-size: 9px;
}

.profile-stats strong {
    color: var(--ink);
    font-size: 16px;
}

.profile-actions {
    display: grid;
    gap: 9px;
    margin-top: 15px;
}

.profile-actions span {
    padding: 11px 12px;
    background: var(--white);
    border: 1px solid #e6e1e9;
    border-radius: 5px;
    font-size: 11px;
    font-weight: 700;
}

.community-band {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    min-height: 640px;
    background: var(--paper);
}

.community-image img {
    width: 100%;
    height: 100%;
    min-height: 640px;
    object-fit: cover;
}

.community-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 80px max(48px, calc((100vw - var(--max)) / 2));
}

.community-copy p:not(.section-kicker) {
    margin: 26px 0 0;
    color: #4f4856;
    font-size: 17px;
    line-height: 1.65;
}

.text-link {
    width: fit-content;
    margin-top: 30px;
    padding-bottom: 5px;
    color: var(--brand-dark);
    border-bottom: 1px solid var(--brand-dark);
    font-weight: 800;
}

.safety-band {
    background: var(--yellow);
}

.safety-inner {
    display: grid;
    grid-template-columns: 130px minmax(260px, 1fr) minmax(300px, 0.8fr);
    align-items: center;
    gap: 48px;
    min-height: 330px;
    padding-top: 48px;
    padding-bottom: 48px;
}

.age-mark {
    display: grid;
    place-items: center;
    width: 116px;
    height: 116px;
    color: var(--white);
    background: var(--ink);
    border-radius: 50%;
    font-size: 35px;
    font-weight: 900;
}

.safety-inner .section-kicker {
    color: #6a4b00;
}

.safety-copy > p {
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
}

.safety-copy > div {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 22px;
}

.safety-copy a {
    padding-bottom: 3px;
    border-bottom: 1px solid var(--ink);
    font-weight: 800;
}

.final-contact {
    color: var(--white);
    background: var(--brand);
}

.final-contact-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 330px;
    gap: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.final-contact .section-kicker {
    color: #f8db70;
}

.contact-email {
    max-width: 520px;
    overflow-wrap: anywhere;
    padding-bottom: 7px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.7);
    font-size: 19px;
    font-weight: 800;
}

.site-footer {
    padding: 62px 0;
    color: #d6d2dc;
    background: var(--ink);
}

.footer-grid {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: start;
    gap: 34px;
}

.site-footer .brand {
    color: var(--white);
}

.site-footer p {
    margin: 14px 0 0;
    color: #918b98;
    font-size: 14px;
}

.site-footer nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 24px;
}

.site-footer nav a {
    font-size: 14px;
    font-weight: 650;
}

.site-footer nav a:hover {
    color: var(--white);
}

.copyright {
    grid-column: 1 / -1;
    padding-top: 28px;
    border-top: 1px solid #39343f;
}

/* Support */
.support-main,
.legal-main {
    min-height: 70vh;
    background: var(--paper);
}

.support-hero {
    padding: 110px 0 90px;
    color: var(--white);
    background: var(--brand-dark);
}

.support-hero h1 {
    max-width: 900px;
}

.support-hero > .shell > p:last-child {
    max-width: 700px;
    margin: 24px 0 0;
    color: #e5dff0;
    font-size: 18px;
    line-height: 1.6;
}

.support-layout {
    display: grid;
    grid-template-columns: minmax(280px, 0.7fr) minmax(440px, 1.3fr);
    gap: 80px;
    padding-top: 90px;
    padding-bottom: 110px;
}

.support-contact h2,
.faq h2 {
    margin: 0;
    font-size: 34px;
}

.support-contact > p,
.faq > p {
    margin: 18px 0 0;
    color: var(--muted);
    line-height: 1.65;
}

.support-email {
    display: block;
    margin-top: 28px;
    overflow-wrap: anywhere;
    color: var(--brand-dark);
    font-size: 18px;
    font-weight: 800;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.response-note {
    margin-top: 36px;
    padding: 24px;
    background: var(--yellow);
    border-radius: 6px;
}

.response-note p {
    margin: 10px 0 0;
    line-height: 1.55;
}

.faq-list {
    margin-top: 28px;
    border-top: 1px solid #cfc9d5;
}

.faq-list details {
    border-bottom: 1px solid #cfc9d5;
}

.faq-list summary {
    padding: 22px 34px 22px 0;
    cursor: pointer;
    font-size: 17px;
    font-weight: 800;
}

.faq-answer {
    padding: 0 0 24px;
    color: #56505e;
    line-height: 1.65;
}

.faq-answer a {
    color: var(--brand-dark);
    text-decoration: underline;
}

/* Legal pages are generated from the locked source documents. */
body.legal-page {
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    color: var(--ink) !important;
    background: var(--paper) !important;
}

.legal-page .site-header {
    max-width: none;
}

.legal-layout {
    display: grid;
    grid-template-columns: 240px minmax(0, 820px);
    justify-content: center;
    gap: 72px;
    width: calc(100% - 48px);
    max-width: 1200px;
    margin: 0 auto;
    padding: 86px 0 120px;
}

.legal-sidebar {
    align-self: start;
    position: sticky;
    top: 28px;
    padding-top: 8px;
}

.legal-sidebar > strong {
    display: block;
    margin-bottom: 18px;
    font-size: 14px;
    text-transform: uppercase;
}

.legal-sidebar nav {
    display: grid;
    gap: 11px;
}

.legal-sidebar a {
    color: #6d6674;
    font-size: 13px;
    line-height: 1.35;
}

.legal-sidebar a:hover {
    color: var(--brand-dark);
}

.legal-document {
    min-width: 0;
    padding: 0 !important;
    background: transparent !important;
}

.legal-document h1 {
    margin: 0 0 12px !important;
    color: var(--ink) !important;
    font-size: 54px !important;
    line-height: 1.08 !important;
}

.legal-document h2 {
    margin: 52px 0 18px !important;
    padding: 0 0 10px !important;
    color: var(--ink) !important;
    border-bottom: 2px solid var(--brand) !important;
    font-size: 24px !important;
    line-height: 1.3 !important;
}

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

.legal-document p,
.legal-document li {
    color: #3f3947;
    font-size: 16px;
    line-height: 1.72;
}

.legal-document p {
    text-align: left !important;
}

.legal-document ul {
    margin-left: 0 !important;
    padding-left: 24px;
}

.legal-document .update-date {
    margin-bottom: 34px !important;
    color: #847d8b !important;
    font-size: 14px !important;
}

.legal-document .important,
.legal-document .contact,
.legal-document .highlight {
    padding: 20px !important;
    margin: 24px 0 !important;
    border-left-width: 5px !important;
    border-radius: 0 6px 6px 0;
}

@media (max-width: 1040px) {
    .nav-links {
        gap: 18px;
    }

    .hero-copy {
        width: 58%;
    }

    .hero h1 {
        font-size: 82px;
    }

    .hero-product {
        right: -55px;
        transform: scale(0.88);
        transform-origin: bottom right;
    }

    .feature-grid {
        grid-auto-rows: 370px;
    }

    .inside-layout {
        grid-template-columns: minmax(300px, 0.8fr) minmax(350px, 1.2fr);
    }

    .safety-inner {
        grid-template-columns: 110px 1fr;
    }

    .safety-copy {
        grid-column: 2;
    }
}

@media (max-width: 820px) {
    .shell,
    .wide-shell {
        width: calc(100% - 32px);
    }

    .section-space {
        padding: 90px 0;
    }

    .menu-button {
        display: flex;
    }

    .nav-links {
        position: fixed;
        z-index: 120;
        top: 72px;
        right: 0;
        bottom: 0;
        left: 0;
        display: none;
        align-items: stretch;
        flex-direction: column;
        gap: 0;
        padding: 22px 16px;
        background: var(--white);
    }

    .nav-links.is-open {
        display: flex;
    }

    .nav-links a {
        display: flex;
        align-items: center;
        min-height: 56px;
        padding: 0 8px;
        border-bottom: 1px solid var(--line);
        font-size: 16px;
    }

    .nav-links .nav-contact {
        margin-top: 20px;
        border: 0;
    }

    .hero {
        height: calc(100svh - 110px);
        min-height: 500px;
        max-height: 700px;
    }

    .hero-copy {
        width: 72%;
    }

    .hero h1 {
        font-size: 70px;
    }

    .hero-tagline {
        font-size: 24px;
    }

    .hero-lede {
        font-size: 15px;
    }

    .hero-facts {
        display: none;
    }

    .hero-product {
        right: -90px;
        bottom: -220px;
        transform: scale(0.68);
    }

    .person-one,
    .person-two {
        display: none;
    }

    .opening h2,
    .section-heading h2,
    .inside-heading h2,
    .community-copy h2,
    .safety-inner h2,
    .final-contact h2,
    .support-hero h1 {
        font-size: 42px;
    }

    .opening-summary,
    .final-contact-inner {
        align-items: flex-start;
        flex-direction: column;
    }

    .section-heading,
    .inside-heading {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .inside-heading .section-kicker {
        grid-column: auto;
        margin-bottom: -4px;
    }

    .feature-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-auto-rows: 390px;
    }

    .feature-card {
        grid-column: span 1;
    }

    .inside-layout {
        grid-template-columns: 1fr;
        border: 0;
    }

    .view-tabs {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        border: 1px solid #35323d;
    }

    .view-tab {
        grid-template-columns: 32px 1fr;
        min-height: 96px;
        padding: 16px;
        border-right: 1px solid #35323d;
    }

    .view-tab small {
        display: none;
    }

    .preview-stage {
        min-height: 680px;
    }

    .community-band {
        grid-template-columns: 1fr;
    }

    .community-image img {
        min-height: 480px;
        max-height: 560px;
    }

    .community-copy {
        padding: 78px 24px;
    }

    .safety-inner {
        grid-template-columns: 100px 1fr;
        gap: 28px;
    }

    .support-layout {
        grid-template-columns: 1fr;
        gap: 64px;
    }

    .legal-layout {
        grid-template-columns: 1fr;
        width: calc(100% - 32px);
        padding-top: 60px;
    }

    .legal-sidebar {
        display: none;
    }
}

@media (max-width: 560px) {
    .site-header {
        height: 66px;
    }

    .nav-links {
        top: 66px;
    }

    .brand {
        font-size: 22px;
    }

    .brand img {
        width: 36px;
        height: 36px;
        flex-basis: 36px;
    }

    .hero {
        height: calc(100svh - 104px);
        min-height: 464px;
    }

    .hero-copy {
        align-self: flex-start;
        width: 100%;
        padding-top: 42px;
        padding-right: 10px;
    }

    .hero h1 {
        font-size: 60px;
    }

    .hero-tagline {
        max-width: 310px;
        margin-top: 17px;
        font-size: 22px;
    }

    .hero-lede {
        max-width: 340px;
        margin-top: 12px;
        font-size: 14px;
        line-height: 1.5;
    }

    .hero-actions {
        margin-top: 18px;
    }

    .button {
        min-height: 46px;
        padding: 0 14px;
        font-size: 13px;
    }

    .hero-product {
        right: -146px;
        bottom: -340px;
        transform: scale(0.48);
    }

    .strip-track {
        padding: 13px 0;
    }

    .opening h2,
    .section-heading h2,
    .inside-heading h2,
    .community-copy h2,
    .safety-inner h2,
    .final-contact h2,
    .support-hero h1 {
        font-size: 34px;
    }

    .opening-summary {
        margin-top: 48px;
    }

    .opening-summary > p {
        font-size: 18px;
    }

    .feature-grid {
        grid-template-columns: 1fr;
        grid-auto-rows: 350px;
    }

    .feature-card {
        grid-column: 1;
        padding: 26px;
    }

    .feature-square {
        padding: 0;
    }

    .view-tabs {
        grid-template-columns: 1fr;
    }

    .view-tab {
        min-height: 76px;
        border-right: 0;
    }

    .preview-stage {
        min-height: 630px;
    }

    .preview-phone {
        transform: scale(0.88);
    }

    .community-image img {
        min-height: 390px;
    }

    .safety-inner {
        grid-template-columns: 1fr;
        min-height: 0;
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .safety-copy {
        grid-column: auto;
    }

    .age-mark {
        width: 88px;
        height: 88px;
        font-size: 28px;
    }

    .contact-email {
        font-size: 15px;
    }

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

    .site-footer nav {
        justify-content: flex-start;
        flex-direction: column;
        gap: 14px;
    }

    .support-hero {
        padding: 76px 0 66px;
    }

    .support-layout {
        padding-top: 64px;
        padding-bottom: 80px;
    }

    .legal-document h1 {
        font-size: 38px !important;
    }

    .legal-document h2 {
        font-size: 21px !important;
    }
}

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

    .strip-track {
        animation: none;
    }
}
