/* ============================================================
   FOUNDERS CLUB PAGE — Dark premium, M1 Carbon focused
   ============================================================ */

@keyframes fndFloatIn {
    from { opacity: 0; transform: translateY(32px); }
    to   { opacity: 1; transform: translateY(0); }
}

.fnd {
    background: #000000;
    color: #ffffff;
    min-height: 100vh;
    position: relative;
}

/* Banner uses global sage gradient (same as index hero); founders nav stays dark */
.body--dark .nav--dark {
    background: transparent;
    border-bottom-color: transparent;
}
.body--dark .nav--dark.is-scrolled {
    background: rgba(0, 0, 0, 0.85);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.fnd::before {
    content: '';
    position: fixed;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    opacity: 0.06;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1000' height='1000' viewBox='0 0 1000 1000'%3E%3Cg fill='none' stroke='%23ffffff' stroke-width='0.6'%3E%3Cpath d='M-100 50 C150 20 350 80 500 50 C650 20 850 80 1100 50'/%3E%3Cpath d='M-100 90 C150 60 350 120 500 90 C650 60 850 120 1100 90'/%3E%3Cpath d='M-100 130 C150 100 350 160 500 130 C650 100 850 160 1100 130'/%3E%3Cpath d='M-100 170 C150 145 350 200 500 175 C650 150 850 205 1100 170'/%3E%3Cpath d='M-100 215 C150 195 350 245 500 225 C650 205 850 255 1100 215'/%3E%3Cpath d='M-100 265 C150 250 350 295 500 280 C650 265 850 310 1100 265'/%3E%3Cpath d='M-100 320 C150 310 350 350 500 340 C650 330 850 370 1100 320'/%3E%3Cpath d='M-100 375 C150 370 350 405 500 400 C650 395 850 430 1100 375'/%3E%3Cpath d='M-100 430 C150 428 350 458 500 455 C650 452 850 482 1100 430'/%3E%3Cpath d='M-100 485 C150 485 350 510 500 510 C650 510 850 535 1100 485'/%3E%3Cpath d='M-100 540 C150 542 350 562 500 565 C650 568 850 588 1100 540'/%3E%3Cpath d='M-100 595 C150 600 350 615 500 622 C650 629 850 644 1100 595'/%3E%3Cpath d='M-100 652 C150 660 350 672 500 682 C650 692 850 704 1100 652'/%3E%3Cpath d='M-100 712 C150 722 350 732 500 745 C650 758 850 768 1100 712'/%3E%3Cpath d='M-100 775 C150 787 350 795 500 810 C650 825 850 833 1100 775'/%3E%3Cpath d='M-100 840 C150 854 350 860 500 878 C650 896 850 900 1100 840'/%3E%3Cpath d='M-100 908 C150 922 350 928 500 948 C650 968 850 970 1100 908'/%3E%3C/g%3E%3C/svg%3E");
    background-size: 1000px 1000px;
    background-attachment: fixed;
}
.fnd > * {
    position: relative;
    z-index: 1;
}

/* ── Shared label & heading ── */
.fnd__label {
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--clr-red, #D42B2B);
    margin-bottom: 0.5rem;
    display: block;
}
.fnd__heading {
    font-family: var(--font-logo, 'Arial Black', sans-serif);
    font-size: clamp(1.8rem, 3.5vw, 2.6rem);
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.12;
    color: #ffffff;
    margin: 0 0 0.5rem;
}
.fnd__heading em {
    font-family: var(--font-display, 'Playfair Display', serif);
    font-style: italic;
    font-weight: 400;
    color: var(--clr-red, #D42B2B);
}
.fnd__heading--center { text-align: center; }

/* ── Buttons ── */
.fnd__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-body, 'Inter', sans-serif);
    font-size: 0.88rem;
    font-weight: 600;
    padding: 0.85rem 2rem;
    border-radius: 999px;
    text-decoration: none;
    transition: all 0.2s ease;
    white-space: nowrap;
    border: none;
    cursor: pointer;
}
.fnd__btn--primary {
    background: var(--clr-red, #D42B2B);
    color: #fff;
    box-shadow: 0 4px 24px rgba(212, 43, 43, 0.4);
}
.fnd__btn--primary:hover {
    background: #b82424;
    transform: translateY(-2px);
    box-shadow: 0 8px 32px rgba(212, 43, 43, 0.5);
}
.fnd__btn--secondary {
    background: transparent;
    color: rgba(255, 255, 255, 0.7);
    border: 1.5px solid rgba(255, 255, 255, 0.2);
}
.fnd__btn--secondary:hover {
    border-color: rgba(255, 255, 255, 0.5);
    color: #fff;
}

/* ════════════════════════════════════════════
   HERO — Apple-style: product in upper frame, bottom bar + price pill
   ════════════════════════════════════════════ */
.fnd__hero {
    position: relative;
    min-height: 100vh;
    min-height: 100svh;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
}
.fnd__hero-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}
@keyframes fndHeroSlideIn {
    from {
        transform: translateY(4%) scale(1.04);
        opacity: 0;
    }
    to {
        transform: translateY(0) scale(1);
        opacity: 1;
    }
}
.fnd__hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center 38%;
    background: #000;
    animation: fndHeroSlideIn 1.1s cubic-bezier(0.22, 1, 0.36, 1) 0.15s both;
}
.fnd__hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
        linear-gradient(to bottom, rgba(0, 0, 0, 0.15) 0%, transparent 42%),
        linear-gradient(to top, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.35) 38%, transparent 62%),
        linear-gradient(to right, rgba(0, 0, 0, 0.55) 0%, transparent 55%);
}
.fnd__hero-inner {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: min(1120px, 100%);
    margin: 0 auto;
    padding: 0 clamp(1.25rem, 4vw, 3.25rem) max(2.25rem, calc(1.25rem + env(safe-area-inset-bottom)));
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    flex: 1;
    min-height: 0;
}
.fnd__hero-bottom {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: clamp(1.25rem, 3vw, 2.75rem);
    padding-bottom: clamp(0.25rem, 1.5vw, 0.5rem);
    animation: fndFloatIn 0.85s cubic-bezier(0.22, 1, 0.36, 1) 0.12s both;
}

/* Price + CTA — glass pill; hero uses secondary outline so sticky Deposit stays the one solid blue */
.fnd__hero-pill {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
    gap: 0.65rem;
    background: rgba(38, 38, 40, 0.72);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 999px;
    padding: 0.32rem 0.38rem 0.32rem 1.15rem;
    text-decoration: none;
    transition: background 0.25s ease, border-color 0.25s ease, transform 0.2s ease;
}
.fnd__hero-pill:hover {
    background: rgba(48, 48, 52, 0.85);
    border-color: rgba(255, 255, 255, 0.14);
    transform: translateY(-1px);
}
.fnd__hero-pill-price {
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    color: rgba(255, 255, 255, 0.95);
    white-space: nowrap;
}
.fnd__hero-pill-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    font-size: 0.8125rem;
    font-weight: 600;
    padding: 0.58rem 1.35rem;
    border-radius: 999px;
    letter-spacing: 0.02em;
    border: 1px solid rgba(255, 255, 255, 0.4);
    box-sizing: border-box;
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
.fnd__hero-pill:hover .fnd__hero-pill-btn {
    background: rgba(255, 255, 255, 0.16);
    border-color: rgba(255, 255, 255, 0.52);
}

/* Copy — bottom left */
.fnd__hero-name {
    text-align: left;
    max-width: min(100%, 34rem);
    padding-right: 0.5rem;
}
.fnd__hero-line {
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.88);
    margin: 0 0 0.5rem;
    line-height: 1.3;
}
.fnd__hero-line-strong {
    font-weight: 600;
    color: #fff;
}
.fnd__hero-sub {
    font-size: clamp(0.875rem, 1.15vw, 0.9375rem);
    font-weight: 400;
    line-height: 1.55;
    margin: 0.85rem 0 0;
    max-width: 38ch;
    color: rgba(255, 255, 255, 0.72);
}
.fnd__hero-heading {
    font-family: var(--font-body, 'Inter', system-ui, -apple-system, sans-serif);
    font-size: clamp(2.25rem, 5.2vw, 3.75rem);
    font-weight: 600;
    letter-spacing: -0.028em;
    line-height: 1.05;
    margin: 0;
    color: #f5f5f7;
}

/* ════════════════════════════════════════════
   FOUNDERS CLUB — Value prop
   ════════════════════════════════════════════ */
.fnd__value {
    padding: 5rem 0;
}
.fnd__value-inner {
    max-width: var(--container-max, 85%);
    margin: 0 auto;
    padding: 0 2.5rem;
}
.fnd__value-price {
    font-family: var(--font-logo, 'Arial Black', sans-serif);
    font-size: clamp(2.4rem, 5vw, 4rem);
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1.1;
    margin: 0.75rem 0 2.5rem;
    background: linear-gradient(
        135deg,
        #c0c0c0 0%,
        #ffffff 30%,
        #9a9a9a 55%,
        #e8e8e8 80%,
        #b0b0b0 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.fnd__value-price em {
    font-family: inherit;
    font-style: normal;
    font-weight: inherit;
}
.fnd__value-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.fnd__value-item {
    display: flex;
    align-items: baseline;
    gap: 1.25rem;
    padding: 0.85rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.fnd__value-item:last-child {
    border-bottom: none;
}
.fnd__value-savings {
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--clr-red, #D42B2B);
    min-width: 90px;
    flex-shrink: 0;
}
.fnd__value-item p {
    font-size: 0.92rem;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.5;
    margin: 0;
}
.fnd__value-item p strong {
    color: #ffffff;
}
.fnd__value-item--carbon {
    background: rgba(255, 255, 255, 0.04);
    border-radius: 14px;
    padding: 1rem 1.25rem;
    border-bottom: none;
    margin-top: 0.5rem;
}
.fnd__value-note {
    font-size: 0.78rem;
    color: rgba(255, 255, 255, 0.3);
    margin-top: 2rem;
}

/* ════════════════════════════════════════════
   LIMITED EDITION CALLOUT
   ════════════════════════════════════════════ */
.fnd__limited {
    padding: 5rem 0;
}
.fnd__limited-inner {
    max-width: 640px;
    margin: 0 auto;
    padding: 0 2.5rem;
    text-align: center;
}
.fnd__limited-badge {
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--clr-red, #D42B2B);
    background: rgba(212, 43, 43, 0.1);
    border: 1px solid rgba(212, 43, 43, 0.2);
    padding: 0.4rem 1.25rem;
    border-radius: 999px;
    margin-bottom: 1.5rem;
}
.fnd__limited-desc {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.45);
    line-height: 1.75;
    margin-top: 0.75rem;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
}

/* ════════════════════════════════════════════
   3-STEP CARDS
   ════════════════════════════════════════════ */
.fnd__steps-section {
    padding: 5rem 0;
}
.fnd__steps-inner {
    max-width: 94%;
    margin: 0 auto;
    padding: 0 2rem;
    text-align: center;
}
.fnd__steps-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}
.fnd__step-card {
    position: relative;
    border-radius: 20px;
    padding: 2px;
    background: rgba(255, 255, 255, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
}
.fnd__step-card::before {
    content: '';
    position: absolute;
    inset: -50%;
    background: conic-gradient(
        from 0deg,
        transparent 0deg,
        transparent 340deg,
        rgba(212, 43, 43, 0.8) 350deg,
        rgba(255, 255, 255, 0.9) 355deg,
        rgba(212, 43, 43, 0.8) 360deg
    );
    animation: stepBeam 3s linear infinite;
    animation-play-state: paused;
    opacity: 0;
    transition: opacity 0.3s;
}
@keyframes stepBeam {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}
.fnd__step-card:nth-child(1)::before {
    animation-play-state: running;
    animation-delay: 0s;
    opacity: 1;
}
.fnd__step-card:nth-child(2)::before {
    animation-play-state: running;
    animation-delay: -1s;
    opacity: 1;
}
.fnd__step-card:nth-child(3)::before {
    animation-play-state: running;
    animation-delay: -2s;
    opacity: 1;
}
.fnd__step-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(212, 43, 43, 0.15);
}
.fnd__step-card-inner {
    background: #111111;
    border-radius: 18px;
    padding: 2.5rem 2rem;
    height: 100%;
    text-align: left;
    position: relative;
    z-index: 1;
}
.fnd__step-label {
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--clr-red, #D42B2B);
    letter-spacing: 0.02em;
    display: block;
    margin-bottom: 0.75rem;
}
.fnd__step-title {
    font-family: var(--font-logo, 'Arial Black', sans-serif);
    font-size: 1.8rem;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: -0.02em;
    margin: 0 0 0.75rem;
}
.fnd__step-desc {
    font-size: 0.95rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.5);
    margin: 0;
}

/* Step cards float in staggered */
.fnd__step-card:nth-child(1) { animation: fndFloatIn 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0.1s both; }
.fnd__step-card:nth-child(2) { animation: fndFloatIn 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0.25s both; }
.fnd__step-card:nth-child(3) { animation: fndFloatIn 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0.4s both; }

/* ════════════════════════════════════════════
   PERKS COMPARISON TABLE
   ════════════════════════════════════════════ */
.fnd__perks-section {
    padding: 5rem 0 6rem;
}
.fnd__perks-inner {
    max-width: 960px;
    margin: 0 auto;
    padding: 3rem;
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 24px;
}
.fnd__perks-table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.fnd__perks-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.86rem;
    margin-top: 1.5rem;
    border-radius: 12px;
    overflow: hidden;
}
.fnd__perks-table thead th {
    text-align: left;
    font-weight: 600;
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: rgba(255, 255, 255, 0.35);
    padding: 0.85rem 1.1rem;
    border-bottom: 1.5px solid rgba(255, 255, 255, 0.08);
}
.fnd__perks-table tbody tr {
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.fnd__perks-table tbody tr:first-child {
    background: rgba(212, 43, 43, 0.06);
}
.fnd__perks-table tbody tr:first-child td:first-child {
    font-weight: 700;
    color: var(--clr-red, #D42B2B);
}
.fnd__perks-table tbody tr:last-child { border-bottom: none; }
.fnd__perks-table td {
    padding: 0.85rem 1.1rem;
    color: rgba(255, 255, 255, 0.6);
    vertical-align: middle;
}
.fnd__perks-feature {
    font-weight: 500;
    color: rgba(255, 255, 255, 0.5);
}
.fnd__perks-value strong {
    font-weight: 700;
    color: #ffffff;
}
.fnd__perks-check {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(34, 197, 94, 0.15);
    color: #22c55e;
    font-size: 0.75rem;
}
.fnd__perks-x {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.04);
    color: rgba(255, 255, 255, 0.2);
    font-size: 0.75rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
}
.fnd__perks-value--action a {
    color: var(--clr-red, #D42B2B);
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s ease;
}
.fnd__perks-value--action a:hover {
    border-bottom-color: var(--clr-red, #D42B2B);
}
.fnd__perks-value--muted {
    color: rgba(255, 255, 255, 0.3);
}

/* ════════════════════════════════════════════
   CTA — Final push with image
   ════════════════════════════════════════════ */
.fnd__cta-section {
    padding: 0;
}
.fnd__cta-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 480px;
}
.fnd__cta-img {
    overflow: hidden;
}
.fnd__cta-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.fnd__cta-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 4rem 3.5rem;
    animation: fndFloatIn 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0.1s both;
}
.fnd__cta-heading {
    font-family: var(--font-logo, 'Arial Black', sans-serif);
    font-size: clamp(1.6rem, 3vw, 2.25rem);
    font-weight: 700;
    color: #ffffff;
    letter-spacing: -0.02em;
    margin: 0 0 0.75rem;
}
.fnd__cta-heading em {
    font-family: var(--font-display, 'Playfair Display', serif);
    font-style: italic;
    font-weight: 400;
    color: var(--clr-red, #D42B2B);
}
.fnd__cta-sub {
    font-size: 0.95rem;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.5);
    margin: 0 0 1.75rem;
    max-width: 400px;
}
.fnd__cta-actions {
    display: flex;
    gap: 0.75rem;
    align-items: center;
}

/* ════════════════════════════════════════════
   RESPONSIVE
   ════════════════════════════════════════════ */
@media (max-width: 1024px) {
    .fnd__cta-inner { grid-template-columns: 1fr; }
    .fnd__cta-img { max-height: 360px; }
    .fnd__cta-content { padding: 3rem 2.5rem; }
}

@media (max-width: 768px) {
    html, body { overflow-x: clip !important; }

    /* Hero — stack copy then pill; keep Apple-like buffers */
    .fnd__hero { min-height: 100svh; }
    .fnd__hero-bg img {
        object-fit: cover;
        object-position: center 35%;
        transform: scale(1);
    }
    .fnd__hero-overlay {
        background:
            linear-gradient(to bottom, rgba(0, 0, 0, 0.35) 0%, transparent 45%),
            linear-gradient(to top, rgba(0, 0, 0, 0.92) 0%, rgba(0, 0, 0, 0.4) 45%, transparent 70%);
    }
    .fnd__hero-inner {
        max-width: 100%;
        padding: 0 1.25rem max(1.75rem, env(safe-area-inset-bottom));
    }
    .fnd__hero-bottom {
        flex-direction: column;
        align-items: stretch;
        gap: 1.35rem;
    }
    .fnd__hero-name {
        text-align: left;
        max-width: none;
        padding-right: 0;
    }
    .fnd__hero-heading { font-size: clamp(2rem, 9vw, 2.75rem); }

    .fnd__hero-pill {
        width: 100%;
        max-width: 100%;
        justify-content: space-between;
        padding: 0.38rem 0.45rem 0.38rem 1.1rem;
    }
    .fnd__btn { width: 100%; justify-content: center; }

    /* Limited */
    .fnd__limited { padding: 3.5rem 0; }
    .fnd__limited-inner { padding: 0 1.25rem; }

    /* Steps */
    .fnd__steps-section { padding: 3.5rem 0; }
    .fnd__steps-grid { grid-template-columns: 1fr; max-width: 500px; margin: 0 auto; }
    .fnd__steps-inner { padding: 0 1.25rem; }

    /* Step cards float in on mobile */
    .fnd__step-card {
        opacity: 0;
        transform: translateY(30px);
        transition: opacity 0.6s ease, transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
        animation: none !important;
    }
    .fnd__step-card.is-visible {
        opacity: 1;
        transform: translateY(0);
    }

    /* Perks */
    .fnd__perks-section { padding: 3.5rem 0; }
    .fnd__perks-inner { padding: 0 1.25rem; }

    /* CTA */
    .fnd__cta-content { padding: 2.5rem 1.25rem; }
    .fnd__cta-img { max-height: 300px; }
}

/* ── Mobile stacked perks cards ── */
.fnd__perks-mobile { display: none; }

@media (max-width: 768px) {
    .fnd__perks-table-wrap { display: none; }
    .fnd__perks-mobile {
        display: block;
    }
    .fnd__perks-tabs {
        display: flex;
        gap: 0.5rem;
        margin-bottom: 1rem;
    }
    .fnd__perks-tab {
        flex: 1;
        margin: 0;
        padding: 0.65rem 0.6rem;
        font-family: inherit;
        font-size: 0.8125rem;
        font-weight: 600;
        letter-spacing: 0.02em;
        line-height: 1.2;
        border-radius: 999px;
        border: 1px solid rgba(255, 255, 255, 0.12);
        background: rgba(255, 255, 255, 0.04);
        color: rgba(255, 255, 255, 0.42);
        cursor: pointer;
        -webkit-tap-highlight-color: transparent;
        transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
    }
    .fnd__perks-tab[aria-selected="true"] {
        border-color: var(--clr-red, #D42B2B);
        background: rgba(212, 43, 43, 0.14);
        color: #ffffff;
        box-shadow: 0 0 0 1px rgba(212, 43, 43, 0.25);
    }
    .fnd__perks-tab:focus-visible {
        outline: 2px solid var(--clr-red, #D42B2B);
        outline-offset: 2px;
    }
    .fnd__perks-panels {
        display: block;
    }
    .fnd__perks-panel[hidden] {
        display: none !important;
    }
    .fnd__perks-card {
        border-radius: 16px;
        padding: 1.75rem;
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }
    .fnd__perks-card--founder {
        background: rgba(212, 43, 43, 0.06);
        border: 2px solid var(--clr-red, #D42B2B);
    }
    .fnd__perks-card--normal {
        background: rgba(255, 255, 255, 0.03);
        border: 1px solid rgba(255, 255, 255, 0.08);
    }
    .fnd__perks-card-title {
        font-family: var(--font-logo, 'Arial Black', sans-serif);
        font-size: 1.3rem;
        font-weight: 700;
        letter-spacing: -0.01em;
        margin: 0;
    }
    .fnd__perks-card--founder .fnd__perks-card-title { color: var(--clr-red, #D42B2B); }
    .fnd__perks-card--normal .fnd__perks-card-title { color: rgba(255, 255, 255, 0.3); }
    .fnd__perks-card-price {
        font-size: 1rem;
        color: rgba(255, 255, 255, 0.7);
        margin: 0;
    }
    .fnd__perks-card-price strong {
        font-size: 1.5rem;
        font-weight: 800;
        color: #fff;
    }
    .fnd__perks-card-list {
        list-style: none;
        padding: 0;
        margin: 0.5rem 0 0;
        display: flex;
        flex-direction: column;
        gap: 0.75rem;
    }
    .fnd__perks-card-list li {
        display: flex;
        align-items: center;
        gap: 0.75rem;
        font-size: 0.9rem;
        color: rgba(255, 255, 255, 0.7);
    }
    .fnd__perks-card--normal .fnd__perks-card-list li {
        color: rgba(255, 255, 255, 0.3);
    }
    .fnd__perks-card-list .fnd__perks-check,
    .fnd__perks-card-list .fnd__perks-x {
        flex-shrink: 0;
    }
    .fnd__perks-card-btn {
        display: block;
        width: 100%;
        text-align: center;
        padding: 0.85rem 1.5rem;
        background: var(--clr-red, #D42B2B);
        color: #ffffff;
        font-size: 0.9rem;
        font-weight: 700;
        border-radius: 10px;
        text-decoration: none;
        margin-top: 0.5rem;
        transition: background 0.2s ease;
    }
    .fnd__perks-card-btn:hover { background: #b82424; }
    .fnd__perks-card-join {
        font-size: 0.85rem;
        color: rgba(255, 255, 255, 0.3);
        text-align: center;
        margin: 0.5rem 0 0;
    }
}

/* ════════════════════════════════════════════
   INDEX-ALIGNED LAYOUT (dark bands, tiles, cards)
   ════════════════════════════════════════════ */
.fnd-page {
    position: relative;
    z-index: 1;
    background: #111111;
}

/* Meta / Apple-style strip under hero — pill + price + CTA */
.fnd-subnav {
    position: sticky;
    top: calc(var(--banner-h, 36px) + var(--nav-h, 52px));
    z-index: 90;
    background: rgba(17, 17, 17, 0.92);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.fnd-subnav__inner {
    max-width: min(1120px, 94%);
    margin: 0 auto;
    padding: 0.85rem clamp(1.25rem, 4vw, 2.5rem);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    box-sizing: border-box;
}
.fnd-subnav__pill {
    display: inline-flex;
    align-items: center;
    padding: 0.38rem 0.95rem;
    border-radius: 999px;
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    color: #1d1d1f;
    background: #e8e8ed;
    border: 1px solid rgba(0, 0, 0, 0.06);
    white-space: nowrap;
}
.fnd-subnav__right {
    display: flex;
    align-items: center;
    gap: clamp(0.75rem, 2vw, 1.35rem);
    flex-shrink: 0;
}
.fnd-subnav__price {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    line-height: 1.15;
}
.fnd-subnav__price-label {
    font-size: 0.6875rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.5);
    letter-spacing: 0.02em;
}
.fnd-subnav__price-value {
    font-size: 1.05rem;
    font-weight: 700;
    color: #f5f5f7;
    letter-spacing: -0.02em;
}
.fnd-subnav__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 1.25rem;
    border-radius: 999px;
    font-size: 0.8125rem;
    font-weight: 600;
    color: #fff;
    background: #0071e3;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.15s ease;
    white-space: nowrap;
}
.fnd-subnav__btn:hover {
    background: #0077ed;
    color: #fff;
}
@media (max-width: 520px) {
    /* One row: pill (left) | price (center) | Deposit (right) */
    .fnd-subnav__inner {
        display: grid;
        grid-template-columns: auto 1fr auto;
        align-items: center;
        gap: 0.35rem 0.45rem;
        padding: 0.65rem clamp(0.75rem, 3vw, 1.25rem);
    }
    .fnd-subnav__right {
        display: contents;
    }
    .fnd-subnav__pill {
        grid-column: 1;
        justify-self: start;
        padding: 0.32rem 0.72rem;
        font-size: 0.75rem;
    }
    .fnd-subnav__price {
        grid-column: 2;
        justify-self: center;
        flex-direction: row;
        align-items: center;
        gap: 0;
        white-space: nowrap;
    }
    .fnd-subnav__price-label {
        display: none;
    }
    .fnd-subnav__price-value {
        font-size: 0.875rem;
    }
    .fnd-subnav__btn {
        grid-column: 3;
        justify-self: end;
        padding: 0.45rem 0.85rem;
        font-size: 0.75rem;
    }
}

.fnd-band {
    padding: clamp(3rem, 5vw, 5rem) 0;
    box-sizing: border-box;
}

.fnd-band--surface {
    background: #111111;
}

.fnd-band--muted {
    background: #111111;
}

.fnd-band--light {
    background: #f5f5f7;
    color: #1d1d1f;
}

/* Deposit explainer — Apple-style headline + 50/50 image / copy */
.fnd-deposit__page-title {
    font-family: var(--font-body, 'Inter', system-ui, -apple-system, sans-serif);
    font-size: clamp(1.65rem, 3.8vw, 2.75rem);
    font-weight: 700;
    letter-spacing: -0.035em;
    line-height: 1.1;
    text-align: center;
    max-width: min(22ch, 100%);
    margin: 0 auto clamp(2.5rem, 5vw, 3.75rem);
    background: linear-gradient(92deg, #e879c8 0%, #f43f5e 28%, #f97316 62%, #fbbf24 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.fnd-deposit__grid {
    display: grid;
    /* Wider image column so the product render reads at hero scale */
    grid-template-columns: minmax(0, 1.28fr) minmax(0, 1fr);
    gap: clamp(1.75rem, 4vw, 3.5rem);
    align-items: center;
    max-width: min(1180px, 100%);
    margin: 0 auto;
}

.fnd-deposit__visual {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
}

.fnd-deposit__visual img {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    transform: scale(2);
    filter: drop-shadow(0 28px 48px rgba(0, 0, 0, 0.12)) drop-shadow(0 8px 16px rgba(0, 0, 0, 0.06));
}

.fnd-deposit__copy {
    padding: 0.25rem 0;
    display: flex;
    flex-direction: column;
}

/* Source order is body then lead for mobile overlay grid; desktop shows lead first */
.fnd-deposit__lead {
    order: 1;
    font-family: var(--font-body, 'Inter', system-ui, -apple-system, sans-serif);
    font-size: clamp(1.2rem, 2.1vw, 1.65rem);
    font-weight: 700;
    line-height: 1.18;
    letter-spacing: -0.025em;
    color: #1d1d1f;
    margin: 0;
}

.fnd-deposit__body {
    order: 2;
    font-size: clamp(0.95rem, 1.35vw, 1.05rem);
    line-height: 1.55;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.58);
    margin: 1.25rem 0 0;
    max-width: 42ch;
}

@media (max-width: 820px) {
    .fnd-deposit__grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto;
        gap: 1.25rem 0;
        align-items: stretch;
    }

    /* Lead + body become grid items; body shares row 1 with the render */
    .fnd-deposit__copy {
        display: contents;
        text-align: left;
    }

    .fnd-deposit__visual {
        grid-column: 1;
        grid-row: 1;
        z-index: 0;
    }

    .fnd-deposit__body {
        grid-column: 1;
        grid-row: 1;
        align-self: end;
        justify-self: center;
        z-index: 2;
        order: unset;
        width: calc(100% - 2rem);
        max-width: none;
        margin: 0 0 0.65rem;
        padding: 0.85rem 1rem;
        border-radius: 14px;
        background: rgba(245, 245, 247, 0.85);
        border: 1px solid rgba(0, 0, 0, 0.06);
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
        -webkit-backdrop-filter: blur(12px);
        backdrop-filter: blur(12px);
    }

    .fnd-deposit__lead {
        grid-column: 1;
        grid-row: 2;
        order: unset;
        margin: 0;
        padding-top: 0.1rem;
    }

    @supports not ((-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px))) {
        .fnd-deposit__body {
            background: rgba(245, 245, 247, 0.94);
        }
    }
}

.fnd-band--foot {
    padding: 2rem 0 3.5rem;
    background: #000;
}

.fnd-shell {
    max-width: 94%;
    margin: 0 auto;
    padding: 0 2.5rem;
    box-sizing: border-box;
}

.fnd-shell--narrow {
    max-width: min(640px, 94%);
    margin-left: auto;
    margin-right: auto;
}

.fnd-tile {
    background: linear-gradient(165deg, #181818 0%, #111 100%);
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 28px;
    box-shadow: 0 8px 48px rgba(0, 0, 0, 0.55);
    padding: clamp(1.5rem, 2.5vw, 2.25rem);
    box-sizing: border-box;
}

.fnd-idx-head {
    text-align: center;
    margin: 0 auto 2.25rem;
    max-width: min(100%, 40rem);
}

.fnd-idx-head .fnd__label {
    margin-left: auto;
    margin-right: auto;
}

.fnd-idx-head--center {
    text-align: center;
}

.fnd-idx-hero-title {
    font-family: var(--font-logo, 'Arial Black', sans-serif);
    font-size: clamp(2rem, 4.5vw, 3.25rem);
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1.08;
    margin: 0;
    background: linear-gradient(
        135deg,
        #c0c0c0 0%,
        #ffffff 30%,
        #9a9a9a 55%,
        #e8e8e8 80%,
        #b0b0b0 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.fnd-idx-hero-title em {
    font-family: var(--font-display, 'Playfair Display', serif);
    font-style: italic;
    font-weight: 400;
}

.fnd-idx-section-title {
    font-family: var(--font-body, 'Inter', system-ui, sans-serif);
    font-size: clamp(1.65rem, 3.2vw, 2.5rem);
    font-weight: 600;
    letter-spacing: -0.03em;
    color: #fff;
    margin: 0;
    line-height: 1.12;
}

.fnd-idx-section-title em {
    font-family: var(--font-display, 'Playfair Display', Georgia, serif);
    font-style: italic;
    font-weight: 400;
    color: var(--clr-red, #D42B2B);
}

/* Founders Club perks — light band matches index #f5f5f7 + Apple cards */
.fnd__value.fnd-band--light .fnd-idx-hero-title {
    background: none;
    background-clip: border-box;
    -webkit-background-clip: border-box;
    -webkit-text-fill-color: currentColor;
    color: #1d1d1f;
}
.fnd__value.fnd-band--light .fnd-idx-hero-title em {
    color: var(--clr-red, #D42B2B);
}
.fnd__value.fnd-band--light .fnd__value-note {
    color: rgba(0, 0, 0, 0.38);
}

.fnd-value-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.fnd-value-grid--apple {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
    max-width: min(1060px, 100%);
    margin: 0 auto;
    padding-top: 0.25rem;
}

.fnd-value-card {
    background: #141414;
    border-radius: 18px;
    padding: 1.45rem 1.25rem 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.35);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.fnd-value-card--apple {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background: #f5f5f7;
    border-radius: 24px;
    padding: clamp(0.95rem, 2vw, 1.35rem) clamp(1.05rem, 2.1vw, 1.45rem);
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.9) inset,
        0 24px 48px rgba(0, 0, 0, 0.18);
    text-align: left;
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s ease;
}

.fnd-value-card--apple:hover {
    transform: translateY(-3px) scale(1.008);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.95) inset,
        0 28px 56px rgba(0, 0, 0, 0.22);
}

.fnd-value-card:hover:not(.fnd-value-card--apple) {
    transform: translateY(-2px);
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.45);
}

.fnd-value-card--highlight {
    border-color: rgba(212, 43, 43, 0.45);
    background: linear-gradient(165deg, rgba(212, 43, 43, 0.1) 0%, #141414 50%);
}

.fnd-value-card--apple.fnd-value-card--highlight {
    border-color: rgba(0, 0, 0, 0.1);
    background: linear-gradient(180deg, #ffffff 0%, #ececef 100%);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.95) inset,
        0 24px 48px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(212, 43, 43, 0.18);
}

/* Icon holder — flat fill, no gradient ring (g1–g6 class names retained for markup only) */
.fnd-value-card__squircle {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    padding: 0;
    margin-bottom: 0.65rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: #e8e8ed;
    border: none;
}

.fnd-value-card__squircle--g1,
.fnd-value-card__squircle--g2,
.fnd-value-card__squircle--g3,
.fnd-value-card__squircle--g4,
.fnd-value-card__squircle--g5,
.fnd-value-card__squircle--g6 {
    background: #e8e8ed;
}

.fnd-value-card__squircle-inner {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.05rem;
    color: #1d1d1f;
}

.fnd-value-card__content {
    flex: 1;
    min-width: 0;
    width: 100%;
}

.fnd-value-card__headline {
    font-family: var(--font-body, 'Inter', system-ui, -apple-system, sans-serif);
    font-size: clamp(1.2rem, 2.15vw, 1.65rem);
    font-weight: 700;
    line-height: 1.12;
    letter-spacing: -0.03em;
    color: #1d1d1f;
    margin: 0;
}

.fnd-value-card__headline strong {
    font-weight: 800;
}

.fnd-value-card__sub {
    font-size: 0.875rem;
    line-height: 1.45;
    color: rgba(0, 0, 0, 0.48);
    margin: 0.85rem 0 0;
    max-width: 36ch;
}

.fnd-value-footnote {
    text-align: center;
    margin: 2rem auto 0;
    max-width: 42ch;
}

.fnd__steps-grid--idx {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    max-width: 1100px;
    margin: 0 auto;
}

.fnd__step-card--idx {
    background: transparent !important;
    padding: 0 !important;
    border: none !important;
    overflow: visible !important;
    animation: none !important;
}

.fnd__step-card--idx::before {
    display: none !important;
}

.fnd__step-card--idx .fnd__step-card-inner {
    background: #141414;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    padding: 1.75rem 1.5rem;
    height: auto;
    box-shadow: 0 2px 14px rgba(0, 0, 0, 0.35);
}

.fnd__step-card--idx:hover .fnd__step-card-inner {
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.45);
}

.fnd-tile--perks {
    padding: clamp(1.75rem, 2.5vw, 2.75rem);
    max-width: 960px;
    margin: 0 auto;
}

.fnd__perks-section.fnd-band .fnd-shell {
    max-width: min(1100px, 94%);
}

.fnd-foot-cta {
    font-size: 0.92rem;
    color: rgba(255, 255, 255, 0.42);
    margin: 0;
}

.fnd-foot-cta a {
    color: var(--clr-red, #D42B2B);
    font-weight: 600;
    text-decoration: none;
}

.fnd-foot-cta a:hover {
    text-decoration: underline;
}

/* Override legacy section padding when using bands */
.fnd__value.fnd-band,
.fnd__deposit.fnd-band,
.fnd__steps-section.fnd-band,
.fnd__perks-section.fnd-band {
    padding-top: clamp(3rem, 5vw, 5rem);
    padding-bottom: clamp(3rem, 5vw, 5rem);
}

@media (max-width: 1024px) {
    .fnd-value-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .fnd__steps-grid--idx {
        grid-template-columns: 1fr;
        max-width: 480px;
    }
}

@media (max-width: 520px) {
    .fnd-value-grid {
        grid-template-columns: 1fr;
    }

    .fnd-value-grid--apple {
        grid-template-columns: 1fr;
        gap: 0.85rem;
    }
}

/* Perk cards: compact row (icon | copy) on small viewports */
@media (max-width: 768px) {
    .fnd-value-card--apple {
        flex-direction: row;
        align-items: flex-start;
        gap: 0.85rem;
        padding: 0.85rem 1rem;
    }
    .fnd-value-card--apple .fnd-value-card__squircle {
        margin-bottom: 0;
        width: 44px;
        height: 44px;
    }
    .fnd-value-card--apple .fnd-value-card__content {
        width: auto;
    }
    .fnd-value-card--apple .fnd-value-card__sub {
        margin-top: 0.35rem;
        max-width: none;
    }
}

@media (max-width: 768px) {
    .fnd-shell {
        padding: 0 1.25rem;
    }

    /* Founders idx steps: vertical timeline (no card chrome) — desktop unchanged above 768px */
    .fnd__steps-grid--idx {
        display: flex;
        flex-direction: column;
        gap: 0;
        max-width: none;
        margin: 0;
        padding-left: 0;
        position: relative;
    }
    .fnd__steps-grid--idx::before {
        content: '';
        position: absolute;
        left: 5px;
        top: 0.65rem;
        bottom: 0.65rem;
        width: 2px;
        background: rgba(255, 255, 255, 0.14);
        border-radius: 1px;
        pointer-events: none;
    }
    .fnd__step-card--idx {
        position: relative;
        padding: 0 0 1.35rem;
        margin: 0;
        opacity: 1 !important;
        transform: none !important;
    }
    .fnd__step-card--idx:last-child {
        padding-bottom: 0;
    }
    .fnd__step-card--idx::before {
        display: block !important;
        content: '';
        position: absolute;
        left: 5px;
        top: 0.5rem;
        width: 10px;
        height: 10px;
        transform: translateX(-50%);
        inset: auto;
        background: #111111;
        border: 2px solid rgba(255, 255, 255, 0.28);
        border-radius: 50%;
        opacity: 1 !important;
        animation: none !important;
        pointer-events: none;
        z-index: 2;
        box-sizing: border-box;
    }
    .fnd__step-card--idx .fnd__step-card-inner {
        margin-left: 1.65rem;
        background: transparent !important;
        border: none !important;
        box-shadow: none !important;
        padding: 0 !important;
        border-radius: 0 !important;
        transform: none !important;
    }
    .fnd__step-card--idx:hover .fnd__step-card-inner {
        transform: none !important;
        box-shadow: none !important;
    }
    .fnd__step-card--idx .fnd__step-label {
        margin-bottom: 0.3rem;
        font-size: 0.7rem;
        font-weight: 600;
        letter-spacing: 0.08em;
        text-transform: uppercase;
    }
    .fnd__step-card--idx .fnd__step-title {
        font-size: 1.2rem;
        margin-bottom: 0.4rem;
    }
    .fnd__step-card--idx .fnd__step-desc {
        font-size: 0.87rem;
        line-height: 1.55;
    }
}

@media (max-width: 400px) {
    .fnd__hero-heading { font-size: 1.8rem; }
}
