.site-main {
    background: #080908;
    padding-bottom: 0;
}

.ff-page {
    min-height: 100vh;
    overflow: hidden;
    background: #080908;
    color: #fff4e9;
    font-family: "Public Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.ff-hero {
    position: relative;
    min-height: 100vh;
    isolation: isolate;
}

.ff-ambient {
    position: absolute;
    inset: 0;
    z-index: -2;
    background:
        radial-gradient(circle at 74% 18%, rgba(255, 119, 86, 0.16), transparent 28rem),
        radial-gradient(circle at 10% 58%, rgba(255, 186, 116, 0.08), transparent 26rem),
        linear-gradient(180deg, #080908 0%, #120f0d 58%, #080908 100%);
}

.ff-ambient::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 18% 42%, rgba(255, 101, 78, 0.18), transparent 26rem),
        radial-gradient(circle at 68% 18%, rgba(255, 180, 115, 0.14), transparent 30rem),
        linear-gradient(180deg, transparent 0%, rgba(8, 9, 8, 0.86) 100%);
}

.ff-shell,
.ff-section-shell {
    width: min(1180px, calc(100% - 2rem));
    margin: 0 auto;
}

.ff-shell {
    position: relative;
}

.ff-nav {
    position: absolute;
    top: clamp(1.25rem, 3vw, 2rem);
    right: clamp(1.25rem, 3vw, 2rem);
    left: clamp(1.25rem, 3vw, 2rem);
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
}

.ff-brand,
.ff-nav-link,
.ff-footer a {
    color: #fff4e9;
    text-decoration: none;
}

.ff-brand {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    font-size: clamp(1rem, 1.8vw, 1.25rem);
    font-weight: 700;
}

.ff-mark {
    display: inline-grid;
    width: 2.2rem;
    height: 2.2rem;
    place-items: center;
    color: #ff684f;
}

.ff-mark svg {
    display: block;
    width: 100%;
    height: auto;
    fill: currentColor;
}

.ff-nav-link {
    border: 1px solid rgba(255, 244, 233, 0.18);
    border-radius: 999px;
    background: rgba(255, 244, 233, 0.08);
    font-size: 0.88rem;
    font-weight: 700;
    padding: 0.7rem 1rem;
}

.ff-layout {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    aspect-ratio: 3 / 2;
    min-height: auto;
    overflow: hidden;
    border: 1px solid rgba(255, 244, 233, 0.16);
    border-radius: 2.2rem;
    background:
        linear-gradient(180deg, rgba(8, 9, 8, 0) 0%, rgba(8, 9, 8, 0.06) 42%, rgba(8, 9, 8, 0.4) 100%),
        url("/images/fast-forward/city-window-hero-wide.png") center / 100% 100% no-repeat;
    box-shadow: 0 32px 100px rgba(0, 0, 0, 0.42);
    padding: clamp(1rem, 2.8vw, 2.4rem);
}

.ff-copy {
    position: relative;
    z-index: 2;
    width: min(900px, calc(100% - 2rem));
    max-width: none;
    border: 1px solid rgba(255, 244, 233, 0.13);
    border-radius: 2rem;
    background: rgba(14, 13, 12, 0.9);
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.36);
    padding: clamp(1.2rem, 2.4vw, 1.85rem);
    backdrop-filter: blur(24px);
}

.ff-kicker,
.ff-section-kicker {
    margin: 0;
    color: #ff7b63;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.ff-rotator {
    position: relative;
    min-height: 8rem;
}

.ff-rotator span {
    position: absolute;
    inset: 0 auto auto 0;
    opacity: 0;
    animation: ff-tagline-cycle 50s infinite;
    white-space: normal;
}

.ff-rotator span:nth-child(2) {
    animation-delay: 10s;
}

.ff-rotator span:nth-child(3) {
    animation-delay: 20s;
}

.ff-rotator span:nth-child(4) {
    animation-delay: 30s;
}

.ff-rotator span:nth-child(5) {
    animation-delay: 40s;
}

@keyframes ff-tagline-cycle {
    0%,
    18% {
        opacity: 1;
        transform: translateY(0);
    }

    22%,
    96% {
        opacity: 0;
        transform: translateY(-0.35rem);
    }

    97%,
    100% {
        opacity: 0;
        transform: translateY(0.35rem);
    }
}

@media (prefers-reduced-motion: reduce) {
    .ff-rotator span {
        animation: none;
    }

    .ff-rotator span:first-child {
        opacity: 1;
        position: static;
    }

    .ff-rotator span:not(:first-child) {
        display: none;
    }
}

.ff-copy h1,
.ff-explainer h2 {
    margin: 0;
    color: #ffe9d8;
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 500;
    letter-spacing: -0.065em;
    line-height: 0.92;
}

.ff-copy h1 {
    max-width: 48rem;
    font-size: clamp(3rem, 4.35vw, 4.35rem);
}

.ff-lede {
    max-width: 44rem;
    margin: 1rem 0 0;
    color: rgba(255, 244, 233, 0.8);
    font-size: clamp(1.05rem, 1.5vw, 1.25rem);
    line-height: 1.55;
}

.ff-taglines {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    max-width: 48rem;
    margin: 1rem 0 0;
}

.ff-taglines span {
    border: 1px solid rgba(255, 244, 233, 0.14);
    border-radius: 999px;
    background: rgba(255, 244, 233, 0.08);
    color: rgba(255, 244, 233, 0.82);
    font-size: 0.9rem;
    padding: 0.65rem 0.85rem;
}

.ff-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.75rem;
    max-width: none;
    margin: 1.15rem 0 0;
    border: 1px solid rgba(255, 244, 233, 0.16);
    border-radius: 1.25rem;
    background: rgba(20, 19, 18, 0.68);
    box-shadow: 0 26px 80px rgba(0, 0, 0, 0.35);
    padding: 0.7rem;
    backdrop-filter: blur(24px);
}

.ff-input-row {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    min-height: 3.9rem;
    padding: 0 1rem;
}

.ff-email-icon {
    color: rgba(255, 244, 233, 0.54);
    font-size: 1.15rem;
}

.ff-form input {
    width: 100%;
    min-width: 0;
    border: 0;
    background: transparent;
    color: #fff4e9;
    font-size: 1rem;
    outline: none;
}

.ff-form input::placeholder {
    color: rgba(255, 244, 233, 0.48);
}

.ff-form button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3.9rem;
    border: 0;
    border-radius: 0.9rem;
    background: linear-gradient(135deg, #ff745a 0%, #ff553e 100%);
    box-shadow: 0 18px 40px rgba(255, 88, 64, 0.26);
    color: #fff;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 800;
    gap: 2rem;
    padding: 0 1.4rem;
    transition: transform 180ms ease, box-shadow 180ms ease;
    white-space: nowrap;
}

.ff-form button:hover {
    box-shadow: 0 22px 46px rgba(255, 88, 64, 0.34);
    transform: translateY(-1px);
}

.ff-message {
    max-width: 42rem;
    margin: 0.9rem 0 0;
    border-radius: 1rem;
    background: rgba(255, 244, 233, 0.1);
    padding: 0.85rem 1rem;
    font-size: 0.92rem;
}

.ff-message--success {
    color: #bde6cc;
}

.ff-message--error {
    color: #ffb49f;
}

.ff-section-shell {
    padding: 1.2rem 0 4rem;
}

.ff-explainer,
.ff-grid article,
.ff-moment-system {
    border: 1px solid rgba(255, 244, 233, 0.11);
    border-radius: 1.6rem;
    background: rgba(255, 244, 233, 0.06);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.24);
    backdrop-filter: blur(20px);
}

.ff-explainer {
    display: grid;
    grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
    gap: 2rem;
    padding: clamp(1.4rem, 3vw, 2rem);
}

.ff-explainer h2 {
    max-width: 30rem;
    font-size: clamp(2.3rem, 4.4vw, 4rem);
}

.ff-explainer > p {
    align-self: end;
    margin: 0;
    color: rgba(255, 244, 233, 0.72);
    font-size: 1.08rem;
    line-height: 1.7;
}

.ff-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 1rem;
}

.ff-grid article {
    padding: 1.35rem;
}

.ff-grid span {
    color: #ff7b63;
    font-weight: 900;
}

.ff-grid h3 {
    margin: 0.6rem 0 0;
    color: #ffe9d8;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.55rem;
    font-weight: 500;
    letter-spacing: -0.035em;
}

.ff-grid p {
    margin: 0.7rem 0 0;
    color: rgba(255, 244, 233, 0.68);
    line-height: 1.65;
}

.ff-moment-system {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
    gap: clamp(1rem, 3vw, 2rem);
    margin-top: 1rem;
    padding: clamp(1.4rem, 3vw, 2rem);
}

.ff-moment-copy h2 {
    max-width: 34rem;
    margin: 0.65rem 0 0;
    color: #ffe9d8;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2.25rem, 4vw, 3.75rem);
    font-weight: 500;
    letter-spacing: -0.055em;
    line-height: 0.98;
}

.ff-moment-copy p:last-of-type {
    max-width: 34rem;
    margin: 1rem 0 0;
    color: rgba(255, 244, 233, 0.7);
    line-height: 1.7;
}

.ff-question-stack {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin-top: 1.25rem;
}

.ff-question-stack span {
    border: 1px solid rgba(255, 244, 233, 0.12);
    border-radius: 999px;
    background: rgba(255, 244, 233, 0.07);
    color: rgba(255, 244, 233, 0.76);
    font-size: 0.88rem;
    padding: 0.58rem 0.76rem;
}

.ff-ranking-card {
    overflow: hidden;
    align-self: center;
    border: 1px solid rgba(255, 244, 233, 0.12);
    border-radius: 1.35rem;
    background: rgba(8, 9, 8, 0.42);
}

.ff-ranking-header,
.ff-ranking-row {
    display: grid;
    align-items: center;
    grid-template-columns: minmax(0, 1fr) 4.5rem 6rem;
    gap: 0.75rem;
    padding: 0.95rem 1rem;
}

.ff-ranking-header {
    border-bottom: 1px solid rgba(255, 244, 233, 0.1);
    color: #ff7b63;
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.ff-ranking-header strong {
    grid-column: 2 / 4;
    text-align: right;
}

.ff-ranking-row + .ff-ranking-row {
    border-top: 1px solid rgba(255, 244, 233, 0.08);
}

.ff-ranking-row span {
    color: #fff4e9;
    font-weight: 700;
}

.ff-ranking-row strong {
    color: #ffe9d8;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.4rem;
    font-weight: 500;
    text-align: right;
}

.ff-ranking-row em {
    border-radius: 999px;
    background: rgba(255, 123, 99, 0.14);
    color: rgba(255, 244, 233, 0.82);
    font-size: 0.8rem;
    font-style: normal;
    font-weight: 800;
    padding: 0.44rem 0.58rem;
    text-align: center;
}

.ff-footer {
    background: #080908;
    padding: 0 0 2.5rem;
    text-align: center;
}

.ff-footer a {
    color: rgba(255, 244, 233, 0.55);
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

@media (min-width: 1400px) {
    .ff-shell,
    .ff-section-shell {
        width: min(1380px, calc(100% - 4rem));
    }
}

@media (max-width: 991.98px) {
    .ff-hero {
        min-height: auto;
    }

    .ff-shell {
        width: 100%;
    }

    .ff-nav {
        display: none;
    }

    .ff-nav-link {
        display: none;
    }

    .ff-layout {
        display: flex;
        align-items: flex-end;
        min-height: 100vh;
        aspect-ratio: auto;
        overflow: hidden;
        border: 0;
        border-radius: 0;
        background:
            linear-gradient(180deg, rgba(8, 9, 8, 0) 0%, rgba(8, 9, 8, 0.08) 45%, rgba(8, 9, 8, 0.68) 100%),
            url("/images/fast-forward/city-window-hero-mobile-clean.png") center top / cover no-repeat;
        box-shadow: none;
        padding: 1rem;
    }

    .ff-copy {
        width: 100%;
        max-width: none;
        margin: 0;
        border: 1px solid rgba(255, 244, 233, 0.16);
        border-radius: 1.35rem;
        background: rgba(14, 13, 12, 0.78);
        box-shadow: 0 28px 80px rgba(0, 0, 0, 0.42);
        padding: clamp(1.4rem, 6vw, 2rem);
        backdrop-filter: blur(24px);
    }

    .ff-copy h1 {
        font-size: clamp(3rem, 12vw, 4.2rem);
    }

    .ff-rotator {
        min-height: 9.2rem;
    }

    .ff-rotator span {
        white-space: normal;
    }

    .ff-form {
        grid-template-columns: 1fr;
        margin-top: 1.45rem;
        border: 0;
        background: transparent;
        box-shadow: none;
        padding: 0;
        backdrop-filter: none;
    }

    .ff-input-row {
        border: 1px solid rgba(255, 244, 233, 0.16);
        border-radius: 1rem;
        background: rgba(255, 244, 233, 0.07);
    }

    .ff-form button {
        width: 100%;
    }

    .ff-section-shell {
        width: calc(100% - 2rem);
        padding-top: 2.5rem;
    }

    .ff-explainer,
    .ff-grid,
    .ff-moment-system {
        grid-template-columns: 1fr;
    }

    .ff-ranking-card {
        align-self: stretch;
    }
}

@media (max-width: 430px) {
    .ff-brand {
        gap: 0.55rem;
        font-size: 1.02rem;
    }

    .ff-mark {
        width: 2rem;
        height: 2rem;
    }

    .ff-lede {
        font-size: 1rem;
    }

    .ff-taglines {
        gap: 0.45rem;
    }

    .ff-taglines span {
        font-size: 0.82rem;
        padding: 0.55rem 0.68rem;
    }
}
