:root {
    --ff-bg: #131313;
    --ff-surface: #1c1b1b;
    --ff-surface-high: #2a2a2a;
    --ff-surface-top: #353534;
    --ff-surface-lowest: #0e0e0e;
    --ff-text: #e5e2e1;
    --ff-muted: #c8c8b1;
    --ff-muted-strong: #9cc32a;
    --ff-outline: rgba(145, 146, 125, 0.16);
    --ff-outline-strong: rgba(145, 146, 125, 0.3);
    --ff-accent: #9cc32a;
    --ff-accent-dim: #9cc32a;
    --ff-accent-ink: #ffffff;
    --ff-shadow: 0 30px 80px rgba(156, 195, 42, 0.06);
    --ff-radius-sm: 0.25rem;
    --ff-radius-md: 0.75rem;
    --ff-radius-lg: 1.2rem;
    --ff-shell: min(1380px, calc(100% - 2rem));
    --ff-header-height: 88px;
    --ff-transition: 180ms ease;
}

/* Mobile header final lock: one stable grid, centered logo, menu fixed right. */
@media (max-width: 820px) {
    .ff-header,
    .ff-header.ff-header--home-v2 {
        min-height: 72px !important;
    }

    .ff-header .ff-header__inner,
    .ff-header.ff-header--home-v2 .ff-header__inner,
    .home .ff-header.ff-header--home-v2 .ff-header__inner {
        align-items: center !important;
        display: grid !important;
        gap: 0 !important;
        grid-template-columns: 3.65rem minmax(0, 1fr) 3.65rem !important;
        justify-content: initial !important;
        min-height: 72px !important;
        padding-inline: 0.85rem !important;
        position: relative !important;
        width: 100% !important;
    }

    .ff-header .ff-brand,
    .ff-header.ff-header--home-v2 .ff-brand,
    .home .ff-header.ff-header--home-v2 .ff-brand {
        grid-column: 2 !important;
        justify-self: center !important;
        left: auto !important;
        margin: 0 !important;
        min-width: 0 !important;
        position: static !important;
        transform: none !important;
    }

    .ff-header .ff-brand__logo,
    .ff-header.ff-header--home-v2 .ff-brand__logo,
    body.woocommerce .ff-header .ff-brand__logo,
    body.woocommerce-page .ff-header .ff-brand__logo,
    .home .ff-header.ff-header--home-v2 .ff-brand__logo {
        display: block !important;
        height: 56px !important;
        max-height: 56px !important;
        max-width: min(48vw, 12rem) !important;
        object-fit: contain !important;
        width: auto !important;
    }

    .ff-header .ff-nav,
    .ff-header.ff-header--home-v2 .ff-nav {
        display: none !important;
    }

    .ff-header .ff-header__actions,
    .ff-header.ff-header--home-v2 .ff-header__actions,
    .home .ff-header.ff-header--home-v2 .ff-header__actions {
        grid-column: 3 !important;
        justify-self: end !important;
        margin: 0 !important;
        min-width: 0 !important;
    }

    .ff-header .ff-account-cta,
    .ff-header.ff-header--home-v2 .ff-account-cta,
    .ff-header .ff-cart-trigger,
    .ff-header.ff-header--home-v2 .ff-cart-trigger {
        display: none !important;
    }

    .ff-header .ff-menu-trigger,
    .ff-header.ff-header--home-v2 .ff-menu-trigger,
    .home .ff-header.ff-header--home-v2 .ff-menu-trigger {
        align-items: center !important;
        display: inline-flex !important;
        height: 3.25rem !important;
        justify-content: center !important;
        margin: 0 !important;
        min-height: 3.25rem !important;
        min-width: 3.25rem !important;
        padding: 0 !important;
        width: 3.25rem !important;
    }
}

/* Mobile homepage slider final crop: avoid tall black letterbox bands on landscape banners. */
@media (max-width: 820px) {
    .home .ff-home-slider {
        height: clamp(18rem, 78vw, 31rem) !important;
        min-height: clamp(18rem, 78vw, 31rem) !important;
        max-height: clamp(18rem, 78vw, 31rem) !important;
        background: #050607 !important;
    }

    .home .ff-home-slider__track,
    .home .ff-home-slider__slide {
        height: 100% !important;
    }

    .home .ff-home-slider__image {
        height: 100% !important;
        object-fit: cover !important;
        object-position: center center !important;
        width: 100% !important;
    }

    .home .ff-home-slider__slide:nth-child(1) .ff-home-slider__image {
        object-position: center center !important;
    }
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    margin: 0 !important;
    min-height: 100%;
    scroll-behavior: smooth;
    width: 100%;
}

body {
    margin: 0 !important;
    min-height: 100%;
    overflow-x: hidden;
    width: 100%;
}

body.ff-body {
    background:
        radial-gradient(circle at top right, rgba(156, 195, 42, 0.08), transparent 24%),
        linear-gradient(180deg, #161615 0%, #111111 100%);
    color: #ffffff;
    font-family: "Inter", sans-serif;
    line-height: 1.5;
}

body.ff-no-scroll {
    overflow: hidden;
}

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

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

button,
input,
textarea {
    font: inherit;
}

button {
    cursor: pointer;
}

.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.material-symbols-outlined {
    font-variation-settings: "FILL" 0, "wght" 500, "GRAD" 0, "opsz" 24;
}

.ff-shell,
.ff-header__inner,
.ff-footer__inner,
.ff-page-shell {
    width: var(--ff-shell);
    margin: 0 auto;
}

.ff-stack-lg > * + * {
    margin-top: 2rem;
}

.ff-main {
    margin: 0 !important;
    overflow: clip;
    width: 100%;
}

.ff-kicker {
    display: inline-block;
    color: var(--ff-accent-dim);
    font-family: "Space Grotesk", sans-serif;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0px;
    text-transform: uppercase;
}

.ff-copy {
    color: var(--ff-muted);
    font-size: 0.98rem;
    line-height: 1.7;
}

.ff-copy--aside {
    max-width: 30rem;
}

.ff-copy--tiny {
    font-size: 0.82rem;
    margin-top: 0.45rem;
}

.ff-display,
.ff-section-title,
.ff-card-title,
.ff-post-card h2 {
    font-family: "Space Grotesk", sans-serif;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 0.95;
    margin: 0;
}

.ff-display {
    display: block;
    font-size: clamp(3.35rem, 9vw, 6.8rem);
    text-transform: uppercase;
}

.ff-display span,
.ff-section-title span {
    background: linear-gradient(135deg, #ffffff 0%, var(--ff-accent-dim) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.ff-display span {
    display: block;
}

.ff-display--race {
    font-size: clamp(3.4rem, 9vw, 7.6rem);
}

.ff-display--about {
    font-size: clamp(2.45rem, 6.1vw, 5.2rem);
}

.ff-section-title {
    font-size: clamp(2.6rem, 6vw, 4.5rem);
    text-transform: uppercase;
}

.ff-section-title--sm {
    font-size: clamp(2rem, 4vw, 3.3rem);
}

.ff-card-title {
    font-size: clamp(1.35rem, 2.6vw, 2rem);
    text-transform: uppercase;
}

.ff-button,
.ff-icon-button,
.ff-chip,
.ff-pill {
    transition:
        transform var(--ff-transition),
        background-color var(--ff-transition),
        border-color var(--ff-transition),
        color var(--ff-transition),
        opacity var(--ff-transition);
}

.ff-button {
    align-items: center;
    border: 0;
    border-radius: var(--ff-radius-sm);
    display: inline-flex;
    gap: 0.65rem;
    justify-content: center;
    min-height: 3.3rem;
    padding: 0 1.35rem;
    text-transform: uppercase;
    letter-spacing: 0px;
    font-family: "Space Grotesk", sans-serif;
    font-size: 0.74rem;
    font-weight: 700;
}

.ff-button:hover,
.ff-button:focus-visible,
.ff-icon-button:hover,
.ff-icon-button:focus-visible {
    transform: translateY(-1px);
}

.ff-button:focus-visible,
.ff-icon-button:focus-visible,
.ff-cart-trigger:focus-visible,
.ff-menu-trigger:focus-visible,
.ff-nav__link:focus-visible,
input:focus-visible,
textarea:focus-visible {
    outline: 2px solid var(--ff-accent);
    outline-offset: 3px;
}

.ff-button--primary {
    background: var(--ff-accent);
    color: var(--ff-accent-ink);
    box-shadow: var(--ff-shadow);
}

.ff-button--primary:hover {
    background: #9cc32a;
    color: #ffffff;
}

.ff-button--secondary,
.ff-button--ghost,
.ff-icon-button--ghost {
    background: rgba(53, 53, 52, 0.6);
    color: #ffffff;
}

.ff-button--secondary:hover,
.ff-button--ghost:hover,
.ff-icon-button--ghost:hover {
    background: rgba(71, 72, 54, 0.8);
}

.ff-button--ghost {
    border: 1px solid var(--ff-outline);
}

.ff-button--small {
    min-height: 2.9rem;
    padding-inline: 1rem;
}

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

.ff-icon-button {
    align-items: center;
    background: rgba(53, 53, 52, 0.6);
    border: 0;
    border-radius: 999px;
    color: #ffffff;
    display: inline-flex;
    height: 2.75rem;
    justify-content: center;
    width: 2.75rem;
}

.ff-icon-button .material-symbols-outlined {
    font-size: 1.1rem;
}

.ff-header {
    backdrop-filter: blur(18px);
    background: rgba(17, 17, 17, 0.8);
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
    inset: 0 0 auto 0;
    position: sticky;
    z-index: 40;
}

.ff-header__inner {
    align-items: center;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    min-height: var(--ff-header-height);
}

.ff-brand,
.ff-footer__brand {
    font-family: "Space Grotesk", sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 0px;
    text-transform: uppercase;
}

.ff-nav {
    align-items: center;
    display: flex;
    gap: 1.5rem;
}

.ff-nav__item {
    align-items: center;
    display: inline-flex;
    position: relative;
}

.ff-nav__item--shop {
    align-items: stretch;
    display: inline-flex;
    position: relative;
}

.ff-nav__item--shop .ff-nav__link {
    align-items: center;
    display: inline-flex;
    gap: 0.35rem;
    height: 100%;
    line-height: inherit;
    padding-right: 0.05rem;
}

.ff-nav__item--shop .ff-nav__link::after {
    content: "▾";
    display: inline-block;
    font-size: 0.62rem;
    line-height: 1;
    margin-top: 0;
    transform: translateY(1px);
}

.ff-nav__item--shop::after {
    content: "";
    height: 12px;
    left: 0;
    position: absolute;
    right: 0;
    top: 100%;
}

.ff-nav__dropdown {
    background: #ffffff;
    border: 1px solid rgba(16, 16, 16, 0.12);
    border-radius: 0.6rem;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.14);
    display: grid;
    gap: 0.1rem;
    left: 0;
    min-width: 14rem;
    opacity: 0;
    padding: 0.4rem;
    pointer-events: none;
    position: absolute;
    top: calc(100% - 1px);
    transform: translateY(6px);
    transition: opacity 160ms ease, transform 160ms ease;
    z-index: 70;
}

.ff-nav__item--shop:hover .ff-nav__dropdown,
.ff-nav__item--shop:focus-within .ff-nav__dropdown {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.ff-nav__dropdown-link {
    border-radius: 0.45rem;
    color: rgba(16, 16, 16, 0.82);
    font-family: "Space Grotesk", sans-serif;
    font-size: 0.7rem;
    letter-spacing: 0px;
    padding: 0.58rem 0.65rem;
    text-transform: uppercase;
}

.ff-nav__dropdown-link:hover,
.ff-nav__dropdown-link.is-active {
    background: #111111;
    color: #ffffff;
}

.ff-nav__link {
    align-items: center;
    color: var(--ff-muted);
    font-family: "Space Grotesk", sans-serif;
    font-size: 0.74rem;
    font-weight: 500;
    height: 100%;
    letter-spacing: 0px;
    text-transform: uppercase;
}

.ff-nav__link:hover,
.ff-nav__link--active {
    color: var(--ff-accent);
}

.ff-header__actions {
    align-items: center;
    display: flex;
    gap: 0.85rem;
}

.ff-account-cta {
    min-width: 7.25rem;
}

.ff-cart-trigger,
.ff-menu-trigger {
    align-items: center;
    background: linear-gradient(135deg, rgba(252, 202, 42, 0.16), rgba(53, 53, 52, 0.82));
    border: 1px solid rgba(252, 202, 42, 0.18);
    border-radius: 999px;
    color: #ffffff;
    display: inline-flex;
    gap: 0.55rem;
    min-height: 2.9rem;
    padding: 0 0.95rem;
}

.ff-cart-trigger strong {
    align-items: center;
    background: var(--ff-accent);
    border-radius: 999px;
    color: var(--ff-accent-ink);
    display: inline-flex;
    font-family: "Space Grotesk", sans-serif;
    font-size: 0.78rem;
    height: 1.5rem;
    justify-content: center;
    min-width: 1.5rem;
    padding-inline: 0.35rem;
}

.ff-cart-trigger.is-bumped strong {
    animation: ff-bump 280ms ease;
}

.ff-menu-trigger {
    display: none;
}

.ff-hero {
    display: grid;
    isolation: isolate;
    min-height: calc(100vh - var(--ff-header-height));
    overflow: clip;
    position: relative;
}

.ff-hero__split {
    display: grid;
    grid-area: 1 / 1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-height: calc(100vh - var(--ff-header-height));
}

.ff-hero__panel {
    isolation: isolate;
    min-height: calc(100vh - var(--ff-header-height));
    overflow: hidden;
    position: relative;
}

.ff-hero__panel-image,
.ff-race-hero__image,
.ff-team-card__image,
.ff-gallery-card img,
.ff-image-feature__image,
.ff-build-card__media img,
.ff-about-image img,
.ff-contact-panel__map img {
    height: 100%;
    object-fit: contain;
    width: 100%;
}

.ff-hero__panel-image {
    filter: saturate(1.04) contrast(1.06) brightness(0.8);
    opacity: 0.82;
    transform: scale(1.02);
    transition: transform 700ms ease, opacity 700ms ease;
}

.ff-hero__panel:hover .ff-hero__panel-image {
    opacity: 0.92;
    transform: scale(1.06);
}

/* Track bRED panel: normal orientation with same size behavior */
.ff-hero__panel:first-child .ff-hero__panel-image {
    object-fit: contain;
    object-position: center center !important;
    transform: scale(0.9);
}

.ff-hero__panel:first-child:hover .ff-hero__panel-image {
    transform: scale(0.94);
}

/* Yuzu panel: same size behavior as Track bRED, without mirroring */
.ff-hero__panel:nth-child(2) .ff-hero__panel-image {
    object-fit: contain;
    object-position: center center !important;
    transform: scale(0.9);
}

.ff-hero__panel:nth-child(2):hover .ff-hero__panel-image {
    transform: scale(0.94);
}

.ff-hero__panel-gradient,
.ff-race-hero__overlay,
.ff-image-feature__overlay,
.ff-gallery-card__overlay {
    inset: 0;
    pointer-events: none;
    position: absolute;
}

.ff-hero__panel-gradient {
    background: linear-gradient(180deg, rgba(12, 12, 12, 0.08) 35%, rgba(9, 9, 9, 0.74) 100%);
    transition: background 700ms ease, opacity 700ms ease;
}

.ff-hero__panel-copy {
    bottom: clamp(1.5rem, 3vw, 3rem);
    left: clamp(1.2rem, 4vw, 3rem);
    position: absolute;
    transition: transform 520ms ease;
    z-index: 1;
}

.ff-hero__panel-title {
    color: #fff;
    font-family: "Space Grotesk", sans-serif;
    font-size: clamp(2.4rem, 5vw, 4rem);
    font-style: italic;
    font-weight: 700;
    letter-spacing: 0px;
    margin: 0.55rem 0 0;
    text-transform: uppercase;
    transition: transform 520ms ease, letter-spacing 520ms ease;
}

.ff-hero__panel:hover .ff-hero__panel-gradient {
    background: linear-gradient(180deg, rgba(12, 12, 12, 0.02) 25%, rgba(9, 9, 9, 0.68) 100%);
}

.ff-hero__panel:hover .ff-hero__panel-copy {
    transform: translateY(-0.5rem);
}

.ff-hero__panel:hover .ff-hero__panel-title {
    letter-spacing: 0px;
    transform: translateY(-0.15rem);
}

.ff-hero__overlay {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: clamp(0.75rem, 1.8vw, 1.35rem);
    inset: 0;
    justify-content: center;
    margin-bottom: clamp(2rem, 8vh, 100px);
    padding: clamp(1.5rem, 4vw, 2.75rem);
    pointer-events: none;
    position: absolute;
    text-align: center;
    transform: translateY(-20%);
    width: 100%;
    z-index: 2;
}

.ff-hero__eyebrow {
    color: var(--ff-accent);
    display: block;
    font-family: "Space Grotesk", sans-serif;
    font-size: 0.74rem;
    font-weight: 600;
    letter-spacing: 0px;
    margin: 0;
    text-transform: uppercase;
}


/* Hero label text color override per request */
.ff-hero .ff-kicker,
.ff-hero__eyebrow {
    color: #000000 !important;
}

.ff-hero__lede {
    display: block;
    font-size: 1.02rem;
    margin: 0;
    max-width: 35rem;
}

.ff-hero__actions {
    align-items: center;
    display: flex;
    gap: 0.85rem;
    justify-content: center;
    margin-top: 2rem;
    flex-wrap: wrap;
}

.ff-dot {
    animation: ff-pulse 2s infinite;
    background: var(--ff-accent);
    border-radius: 999px;
    box-shadow: 0 0 18px rgba(156, 195, 42, 0.7);
    display: inline-block;
    height: 0.55rem;
    width: 0.55rem;
}

.ff-section {
    padding: clamp(4rem, 8vw, 7rem) 0;
}

.ff-section--cards {
    background: linear-gradient(180deg, rgba(28, 27, 27, 0.92), rgba(19, 19, 19, 0.98));
    padding-bottom: 20px;
    padding-top: clamp(1.25rem, 2.5vw, 1.75rem);
}

.ff-section--cards .ff-stack-lg > .ff-collection-head {
    margin-top: 0.5rem;
}

.ff-spec-grid,
.ff-race-grid,
.ff-about-grid,
.ff-contact-grid {
    display: grid;
    gap: 1rem;
}

.ff-spec-grid {
    align-items: stretch;
    grid-template-columns: repeat(12, minmax(0, 1fr));
}

.ff-card,
.ff-product-card,
.ff-build-card,
.ff-team-card,
.ff-gallery-card,
.ff-contact-panel,
.ff-page-content > * {
    background: linear-gradient(180deg, rgba(31, 31, 30, 0.95), rgba(19, 19, 19, 0.98));
    border-radius: var(--ff-radius-lg);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.ff-card,
.ff-contact-panel {
    padding: clamp(1.25rem, 3vw, 2.1rem);
}

.ff-card--feature {
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
    grid-column: span 8;
    justify-content: space-between;
    min-height: 100%;
    position: relative;
}

.ff-card--feature .ff-copy {
    max-width: 46rem;
}

.ff-card__icon {
    color: rgba(156, 195, 42, 0.24);
    font-size: 2rem;
    position: absolute;
    right: 1.5rem;
    top: 1.5rem;
}

.ff-card--telemetry {
    grid-column: span 4;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: space-between;
}

.ff-card__badge {
    align-items: center;
    border: 1px solid rgba(156, 195, 42, 0.35);
    border-radius: 999px;
    color: var(--ff-accent);
    display: inline-flex;
    height: 2.8rem;
    justify-content: center;
    width: 2.8rem;
}

.ff-image-feature {
    border-radius: var(--ff-radius-lg);
    grid-column: span 12;
    isolation: isolate;
    min-height: 25rem;
    overflow: hidden;
    position: relative;
}

.ff-image-feature::before {
    animation: ff-drift 12s ease-in-out infinite;
    background: radial-gradient(circle, rgba(156, 195, 42, 0.34) 0%, rgba(156, 195, 42, 0.12) 42%, transparent 72%);
    border-radius: 50%;
    content: "";
    height: min(28rem, 65%);
    pointer-events: none;
    position: absolute;
    right: -6%;
    top: 18%;
    width: min(28rem, 45%);
    z-index: 1;
}

.ff-image-feature__overlay {
    background: linear-gradient(90deg, rgba(10, 10, 10, 0.8), rgba(10, 10, 10, 0.2));
    z-index: 2;
}

.ff-image-feature__copy {
    animation: ff-rise-in 720ms ease-out 120ms both;
    inset: auto auto 0 0;
    max-width: 34rem;
    padding: clamp(1.5rem, 4vw, 3rem);
    position: absolute;
    z-index: 3;
}

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

.ff-stat-row div {
    background: rgba(14, 14, 14, 0.7);
    border-radius: var(--ff-radius-md);
    display: grid;
    gap: 0.28rem;
    min-height: 5.7rem;
    padding: 1rem 1.1rem;
}

.ff-stat-row strong {
    color: #fff;
    display: block;
    font-family: "Space Grotesk", sans-serif;
    font-size: 1.45rem;
    letter-spacing: 0px;
}

.ff-stat-row span,
.ff-meter__label span,
.ff-hours span,
.ff-cart-drawer__subtotal span,
.ff-cart-item__controls,
.ff-form-grid label span,
.ff-contact-form > label > span {
    color: var(--ff-muted);
    display: block;
    font-family: "Space Grotesk", sans-serif;
    font-size: 0.72rem;
    letter-spacing: 0px;
    text-transform: uppercase;
}

.ff-stat-row--compact {
    margin-top: 1.75rem;
}

.ff-meter {
    display: grid;
    gap: 0.45rem;
}

.ff-meter__label {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.ff-meter__label strong {
    color: #fff;
    font-size: 0.82rem;
    letter-spacing: 0px;
}

.ff-meter__track {
    background: rgba(255, 255, 255, 0.06);
    border-radius: 999px;
    height: 0.35rem;
    overflow: hidden;
}

.ff-meter__track span {
    background: linear-gradient(90deg, var(--ff-accent), var(--ff-accent-dim));
    border-radius: inherit;
    display: block;
    height: 100%;
}

.ff-collection-head,
.ff-section-head {
    align-items: end;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
}

.ff-collection-grid,
.ff-team-grid,
.ff-product-grid,
.ff-post-list {
    display: grid;
    gap: 1rem;
}

.ff-collection-grid {
    align-items: start;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ff-collection-grid .ff-build-card {
    min-height: 0;
}

.ff-build-card,
.ff-team-card,
.ff-product-card,
.ff-post-card {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    overflow: hidden;
}

.ff-build-card__media,
.ff-product-card__media {
    aspect-ratio: 16 / 12;
    background: var(--ff-surface-lowest);
    overflow: hidden;
    position: relative;
}

.ff-product-card__media {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 0;
}

.ff-product-card__media img {
    height: 100%;
    object-fit: cover;
    transition: transform 450ms ease, filter 450ms ease;
    width: 100%;
}

.ff-build-card:hover img,
.ff-product-card:hover .ff-product-card__media img,
.ff-gallery-card:hover img,
.ff-team-card:hover .ff-team-card__image {
    transform: scale(1.05);
}

.ff-product-card:hover .ff-product-card__media img {
    filter: saturate(1.02);
}

.ff-build-card__body,
.ff-team-card__body,
.ff-product-card__body,
.ff-post-card {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 0.85rem;
    padding: 1.2rem;
}

.ff-inline-link {
    align-items: center;
    color: var(--ff-accent);
    display: inline-flex;
    gap: 0.45rem;
    margin-top: auto;
    padding-top: 0.35rem;
    text-transform: uppercase;
    transition: gap var(--ff-transition), color var(--ff-transition);
    font-family: "Space Grotesk", sans-serif;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0px;
}

.ff-inline-link:hover,
.ff-inline-link:focus-visible {
    color: #fff;
    gap: 0.8rem;
}

.ff-inline-link .material-symbols-outlined {
    font-size: 1rem;
}

.ff-build-card__index {
    color: var(--ff-muted);
    font-family: "Space Grotesk", sans-serif;
    font-size: 0.72rem;
    letter-spacing: 0px;
    text-transform: uppercase;
}

.ff-section--shop {
    background: linear-gradient(180deg, rgba(12, 12, 12, 0.95), rgba(23, 23, 23, 1));
}

.ff-section--catalog {
    padding-top: 2rem;
}

.ff-pill-row,
.ff-chip-row,
.ff-hero__actions {
    display: flex;
    flex-wrap: wrap;
}

.ff-pill,
.ff-chip {
    background: rgba(53, 53, 52, 0.65);
    border-radius: 999px;
    color: var(--ff-muted);
    font-family: "Space Grotesk", sans-serif;
    font-size: 0.72rem;
    letter-spacing: 0px;
    padding: 0.7rem 1rem;
    text-transform: uppercase;
}

.ff-chip--active {
    background: var(--ff-accent);
    color: var(--ff-accent-ink);
}

.ff-catalog-chips {
    flex-wrap: nowrap;
    gap: 0.65rem;
    justify-content: center;
    margin-top: 0;
    margin-inline: auto;
    overflow-x: auto;
    padding-bottom: 0.2rem;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
    width: min(100%, max-content);
}

.ff-catalog-chips .ff-chip {
    align-items: center;
    display: inline-flex;
    flex: 0 0 auto;
    gap: 0.55rem;
    letter-spacing: 0px;
    font-size: 0.64rem;
    padding: 0.56rem 0.78rem;
    white-space: nowrap;
}

.ff-catalog-chips .ff-chip span {
    color: inherit;
    opacity: 0.7;
}

.ff-product-card__title {
    color: #fff;
    font-family: "Space Grotesk", sans-serif;
    font-size: 1.45rem;
    font-weight: 700;
    letter-spacing: 0px;
    margin: 0;
    text-transform: uppercase;
}

.ff-hours {
    display: grid;
    gap: 0.75rem;
}

.ff-hours strong {
    color: #fff;
    display: block;
    font-size: 0.9rem;
    margin-top: 0.2rem;
}

.ff-hours div {
    background: rgba(14, 14, 14, 0.72);
    border-radius: var(--ff-radius-md);
    padding: 0.9rem 1rem;
}

.ff-product-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ff-product-card__footer {
    align-items: flex-end;
    display: flex;
    gap: 0.8rem;
    justify-content: space-between;
    margin-top: auto;
}

.ff-product-card__footer > div:first-child {
    min-width: 0;
}

.ff-price {
    color: #fff;
    display: block;
    font-family: "Space Grotesk", sans-serif;
    font-size: clamp(1.04rem, 1.3vw, 1.2rem);
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 1.05;
    white-space: nowrap;
}

.ff-section--race {
    background:
        radial-gradient(circle at top right, rgba(252, 202, 42, 0.16), transparent 28%),
        linear-gradient(180deg, rgba(23, 23, 23, 1), rgba(16, 16, 16, 0.98));
}

.ff-section--race .ff-kicker {
    color: #f5cf54;
}

.ff-section--race .ff-gauge__ring {
    border-top-color: #f5cf54;
    border-right-color: rgba(156, 195, 42, 0.56);
}

.ff-section--rental {
    padding-bottom: clamp(2rem, 3.2vw, 3rem);
    padding-top: 0;
}

.ff-rental-hero {
    border-radius: var(--ff-radius-lg);
    margin-bottom: 1.35rem;
    min-height: 46rem;
    overflow: hidden;
    padding: clamp(1.25rem, 3vw, 2.5rem);
    position: relative;
}

.ff-rental-hero__image {
    filter: grayscale(1);
    height: 100%;
    inset: 0;
    object-fit: contain;
    opacity: 0.38;
    position: absolute;
    width: 100%;
}

.ff-rental-hero__overlay {
    background: linear-gradient(180deg, rgba(12, 12, 12, 0.16), rgba(12, 12, 12, 0.9));
    inset: 0;
    position: absolute;
}

.ff-rental-hero__content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: end;
    margin-top: auto;
    max-width: 52rem;
    min-height: 100%;
    position: relative;
    z-index: 1;
}

.ff-rental-display {
    font-size: clamp(2.8rem, 8vw, 6.8rem);
}

.ff-rental-hero__actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.ff-rental-verified {
    align-items: center;
    color: rgba(229, 226, 225, 0.72);
    display: inline-flex;
    font-family: "Space Grotesk", sans-serif;
    font-size: 0.7rem;
    gap: 0.35rem;
    letter-spacing: 0px;
    text-transform: uppercase;
}

.ff-rental-verified .material-symbols-outlined {
    color: var(--ff-accent);
    font-size: 1rem;
}

.ff-rental-filter {
    align-items: center;
    display: flex;
    gap: 1.2rem;
    margin-top: 0;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.ff-rental-filter__group {
    display: grid;
    flex: 1;
    gap: 0.75rem;
}

.ff-rental-filter__group--center {
    justify-items: center;
}

.ff-rental-filter__chips {
    justify-content: center;
    margin-top: 0;
}

.ff-rental-filter__chips .ff-chip {
    border: 0;
    cursor: pointer;
}

.ff-rental-filter__spec {
    border-bottom: 2px solid rgba(145, 146, 125, 0.3);
    display: flex;
    gap: 0.7rem;
    padding-bottom: 0.6rem;
}

.ff-rental-filter__spec strong {
    color: #fff;
    font-family: "Space Grotesk", sans-serif;
    font-size: 1rem;
}

.ff-rental-filter__spec span {
    color: var(--ff-muted);
    font-size: 0.88rem;
}

.ff-rental-filter__cta {
    flex: 0 0 auto;
    min-width: 12rem;
}

.ff-rental-head {
    align-items: end;
    display: flex;
    justify-content: space-between;
}

.ff-rental-head__rule {
    background: var(--ff-accent);
    height: 0.18rem;
    margin-top: 0.9rem;
    width: 3rem;
}

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

.ff-rental-card {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: 0;
    position: relative;
}

.ff-rental-card.is-active {
    box-shadow:
        inset 0 0 0 1px rgba(156, 195, 42, 0.35),
        0 22px 38px rgba(6, 6, 6, 0.35);
}

.ff-rental-card.is-hidden {
    display: none;
}

.ff-rental-card__badge {
    background: var(--ff-accent);
    border-radius: 999px;
    color: var(--ff-accent-ink);
    font-family: "Space Grotesk", sans-serif;
    font-size: 0.58rem;
    font-weight: 700;
    left: 0.85rem;
    letter-spacing: 0px;
    padding: 0.35rem 0.65rem;
    position: absolute;
    text-transform: uppercase;
    top: 0.85rem;
    z-index: 2;
}

.ff-rental-card__media {
    aspect-ratio: 16 / 10;
    overflow: hidden;
}

.ff-rental-card__media img {
    filter: grayscale(1);
    height: 100%;
    object-fit: contain;
    transition: transform 420ms ease, filter 420ms ease;
    width: 100%;
}

.ff-rental-card:hover .ff-rental-card__media img {
    filter: grayscale(0.2);
    transform: scale(1.04);
}

.ff-rental-card__body {
    display: grid;
    gap: 1rem;
    padding: 1.25rem;
}

.ff-rental-card__head {
    align-items: start;
    display: flex;
    gap: 0.75rem;
    justify-content: space-between;
}

.ff-rental-card__head .ff-card-title {
    font-size: clamp(1.15rem, 2vw, 1.4rem);
    line-height: 1.05;
    text-transform: uppercase;
}

.ff-rental-card__head span {
    color: rgba(200, 200, 177, 0.5);
    font-family: "Space Grotesk", sans-serif;
    font-size: 0.62rem;
    letter-spacing: 0px;
    text-transform: uppercase;
    white-space: nowrap;
}

.ff-rental-card__specs {
    display: grid;
    gap: 0.8rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ff-rental-card__specs > div {
    border-left: 1px solid rgba(255, 255, 255, 0.14);
    padding-left: 0.65rem;
}

.ff-rental-card__specs p {
    color: rgba(200, 200, 177, 0.45);
    font-family: "Space Grotesk", sans-serif;
    font-size: 0.56rem;
    letter-spacing: 0px;
    margin: 0;
    text-transform: uppercase;
}

.ff-rental-card__specs strong {
    color: #fff;
    display: block;
    font-family: "Space Grotesk", sans-serif;
    font-size: 1rem;
    letter-spacing: 0px;
    margin-top: 0.25rem;
}

.ff-rental-card .ff-button {
    min-height: 2.75rem;
}

.ff-rental-bento {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

.ff-rental-bento__feature {
    grid-column: span 3;
    min-height: 22rem;
    overflow: hidden;
    position: relative;
}

.ff-rental-bento__bg {
    height: 100%;
    inset: 0;
    object-fit: contain;
    opacity: 0.24;
    position: absolute;
    width: 100%;
}

.ff-rental-bento__overlay {
    background: linear-gradient(180deg, rgba(10, 10, 10, 0.12), rgba(10, 10, 10, 0.88));
    inset: 0;
    position: absolute;
}

.ff-rental-bento__content {
    bottom: 0;
    display: grid;
    gap: 0.85rem;
    left: 0;
    padding: clamp(1.2rem, 3vw, 2rem);
    position: absolute;
    z-index: 1;
}

.ff-rental-bento__content .ff-copy {
    max-width: 40rem;
}

.ff-rental-bento__metric {
    align-items: center;
    display: grid;
    justify-items: center;
    min-height: 22rem;
    padding: 1.6rem;
    text-align: center;
}

.ff-rental-bento__metric .material-symbols-outlined {
    color: var(--ff-accent);
    font-size: 2.7rem;
}

.ff-rental-bento__metric strong {
    color: #fff;
    font-family: "Space Grotesk", sans-serif;
    font-size: clamp(1.8rem, 4vw, 2.6rem);
    letter-spacing: 0px;
}

.ff-rental-bento__metric p {
    color: rgba(229, 226, 225, 0.52);
    font-family: "Space Grotesk", sans-serif;
    font-size: 0.65rem;
    letter-spacing: 0px;
    margin: 0;
    text-transform: uppercase;
}

.ff-rental-bento__metric--accent {
    background: linear-gradient(140deg, rgba(156, 195, 42, 0.15), rgba(156, 195, 42, 0.06));
}

.ff-rental-bento__cta {
    display: grid;
    gap: 1rem;
    grid-column: span 6;
    min-height: 22rem;
}

.ff-rental-bento__status {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.ff-rental-bento__dot {
    background: var(--ff-accent);
    border-radius: 999px;
    box-shadow: 0 0 14px rgba(156, 195, 42, 0.6);
    display: inline-block;
    height: 0.45rem;
    width: 0.45rem;
}

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

.ff-rental-tech-grid > div {
    background: rgba(14, 14, 14, 0.68);
    border-radius: var(--ff-radius-md);
    padding: 0.7rem 0.8rem;
}

.ff-rental-tech-grid span {
    color: rgba(200, 200, 177, 0.52);
    display: block;
    font-family: "Space Grotesk", sans-serif;
    font-size: 0.56rem;
    letter-spacing: 0px;
    text-transform: uppercase;
}

.ff-rental-tech-grid strong {
    color: #fff;
    display: block;
    font-family: "Space Grotesk", sans-serif;
    font-size: 0.92rem;
    margin-top: 0.35rem;
}

.ff-race-hero {
    display: grid;
    gap: 1rem;
    grid-template-columns: 1.2fr 0.8fr;
}

.ff-race-hero--catalog .ff-display--race {
    font-size: clamp(2.55rem, 5.6vw, 5rem);
    white-space: nowrap;
}

.ff-race-hero--catalog {
    grid-template-columns: 1fr;
    justify-items: center;
}

.ff-race-hero--catalog .ff-race-hero__content {
    align-items: center;
    margin: 0 auto;
    max-width: 42rem;
    text-align: center;
}

.ff-race-hero--catalog .ff-pill-row {
    gap: 0.85rem;
    justify-content: center;
}

.ff-race-hero__image-wrap {
    border-radius: var(--ff-radius-lg);
    min-height: 34rem;
    overflow: hidden;
    position: relative;
}

.ff-race-hero__overlay {
    background: linear-gradient(180deg, transparent 30%, rgba(5, 5, 5, 0.92) 100%);
}

.ff-race-hero__content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: center;
}

.ff-card--catalog {
    padding: 1.4rem;
}

.ff-catalog-toolbar {
    align-items: center;
    display: flex;
    justify-content: flex-start;
}

.ff-product-grid--catalog {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ff-product-card--catalog .ff-product-card__media {
    padding: 1.25rem;
}

.ff-product-card--catalog .ff-product-card__body {
    gap: 0.75rem;
}

.ff-product-card--catalog .ff-kicker {
    color: var(--ff-muted-strong);
}

.ff-product-card--catalog .ff-product-card__title {
    font-size: clamp(1.15rem, 2.1vw, 1.45rem);
    line-height: 1.08;
    text-transform: none;
}

.ff-product-card--catalog .ff-product-card__title a {
    color: inherit;
    text-decoration: none;
}

.ff-product-card--catalog .ff-copy {
    line-height: 1.6;
}

.ff-product-card__meta {
    color: var(--ff-accent);
    font-family: "Space Grotesk", sans-serif;
    font-size: 0.76rem;
    letter-spacing: 0px;
    margin: -0.1rem 0 0;
    text-transform: uppercase;
}

.ff-product-card__actions {
    align-self: flex-end;
    display: flex;
    flex-wrap: nowrap;
    gap: 0.45rem;
    justify-content: end;
}

.ff-product-card__actions .ff-button {
    border-radius: 0.52rem;
    font-size: 0.64rem;
    letter-spacing: 0px;
    min-height: 2.35rem;
    padding-inline: 0.75rem;
}

.ff-price-note {
    max-width: 16rem;
}

.ff-catalog-empty {
    text-align: center;
}

.ff-glass-card {
    background: linear-gradient(135deg, rgba(53, 53, 52, 0.68) 0%, rgba(53, 53, 52, 0.24) 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: var(--ff-radius-lg);
    backdrop-filter: blur(20px);
    padding: 1.3rem;
}

.ff-race-grid {
    grid-template-columns: repeat(12, minmax(0, 1fr));
}

.ff-race-grid > *:nth-child(1) {
    grid-column: span 7;
}

.ff-race-grid > *:nth-child(2) {
    grid-column: span 5;
}

.ff-race-grid > *:nth-child(3) {
    grid-column: span 12;
}

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

.ff-architecture-grid > div {
    background: rgba(14, 14, 14, 0.66);
    border-radius: var(--ff-radius-md);
    padding: 1rem;
}

.ff-architecture-grid strong {
    color: #fff;
    display: block;
    font-family: "Space Grotesk", sans-serif;
    font-size: 1rem;
    margin-top: 0.35rem;
    text-transform: uppercase;
}

.ff-card--gauge {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: center;
}

.ff-gauge {
    display: grid;
    place-items: center;
    position: relative;
}

.ff-gauge__ring {
    aspect-ratio: 1 / 1;
    border: 4px solid rgba(255, 255, 255, 0.06);
    border-top-color: var(--ff-accent);
    border-right-color: var(--ff-accent-dim);
    border-radius: 999px;
    width: 12rem;
}

.ff-gauge__inner {
    position: absolute;
    text-align: center;
}

.ff-gauge__inner strong {
    color: #fff;
    display: block;
    font-family: "Space Grotesk", sans-serif;
    font-size: 2rem;
    letter-spacing: 0px;
}

.ff-gauge__inner span {
    color: var(--ff-muted);
    font-family: "Space Grotesk", sans-serif;
    font-size: 0.7rem;
    letter-spacing: 0px;
    text-transform: uppercase;
}

.ff-card--media {
    align-items: center;
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr 0.85fr;
}

.ff-card--media__image {
    border-radius: var(--ff-radius-md);
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.ff-section--about {
    background: linear-gradient(180deg, rgba(18, 18, 18, 1), rgba(26, 26, 26, 0.98));
    padding-bottom: clamp(2.4rem, 4vw, 3.8rem);
    padding-top: 0;
}

.ff-section--about .ff-stack-lg > * + * {
    margin-top: 1.25rem;
}

.ff-section--about .ff-race-hero {
    min-height: calc(100vh - var(--ff-header-height) - 1.5rem);
}

.ff-section--about .ff-race-hero__image-wrap {
    min-height: min(56vh, 28rem);
}

.ff-about-grid {
    grid-template-columns: 1fr 0.92fr;
    margin-bottom: 2rem;
}

.ff-about-copy,
.ff-contact-copy {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.ff-about-pillars {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ff-about-pillars__icon {
    color: var(--ff-accent);
    font-size: 1.4rem;
    margin-bottom: 0.6rem;
}

.ff-about-image {
    border-radius: var(--ff-radius-lg);
    max-height: min(52vh, 27rem);
    overflow: hidden;
}

.ff-team-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ff-team-card__image {
    aspect-ratio: 4 / 4.2;
    transition: transform 450ms ease, filter 450ms ease;
}

.ff-section--gallery {
    background: linear-gradient(180deg, rgba(16, 16, 16, 0.98), rgba(11, 11, 11, 1));
}

.ff-section--news {
    background: linear-gradient(180deg, rgba(14, 14, 14, 1), rgba(17, 17, 17, 0.98));
    padding-top: 0;
    padding-bottom: clamp(1.5rem, 3vw, 2.5rem);
}

.ff-section--news > .ff-shell.ff-stack-lg {
    margin-top: clamp(1.2rem, 2.4vw, 2rem);
}

.ff-news-hero {
    min-height: min(82vh, 52rem);
    overflow: hidden;
    position: relative;
}

.ff-news-hero__image {
    height: 100%;
    inset: 0;
    object-fit: contain;
    opacity: 0.58;
    position: absolute;
    width: 100%;
}

.ff-news-hero__overlay {
    background:
        linear-gradient(90deg, rgba(11, 11, 11, 0.82), rgba(11, 11, 11, 0.24)),
        linear-gradient(180deg, transparent 52%, rgba(11, 11, 11, 0.94) 100%);
    inset: 0;
    position: absolute;
}

.ff-news-hero__content {
    display: grid;
    gap: 1rem;
    max-width: 56rem;
    min-height: min(82vh, 52rem);
    padding: clamp(2.2rem, 5vw, 4.8rem) 0;
    place-content: center start;
    position: relative;
    z-index: 1;
}

.ff-display--news {
    font-size: clamp(2.8rem, 7.5vw, 6.3rem);
}

.ff-news-hero__meta {
    display: grid;
    gap: 0.2rem;
}

.ff-news-hero__meta span {
    color: rgba(229, 226, 225, 0.76);
    font-family: "Space Grotesk", sans-serif;
    font-size: 0.7rem;
    letter-spacing: 0px;
    text-transform: uppercase;
}

.ff-news-block,
.ff-news-media-block {
    display: grid;
    gap: 1.15rem;
}

.ff-news-admin-intro {
    align-items: center;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
}

.ff-news-admin-intro .ff-copy {
    margin: 0;
}

.ff-news-head {
    align-items: end;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
}

.ff-news-head__rule {
    background: var(--ff-accent);
    height: 0.18rem;
    margin-top: 0.75rem;
    width: 4rem;
}

.ff-news-events-grid {
    display: flex;
    gap: 1rem;
    overflow-x: auto;
    padding-bottom: 0.35rem;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
}

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

.ff-news-post-card {
    display: grid;
    overflow: hidden;
    padding: 0;
}

.ff-news-post-card__media {
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

.ff-news-post-card__media img {
    height: 100%;
    object-fit: contain;
    transition: transform 420ms ease;
    width: 100%;
}

.ff-news-post-card:hover .ff-news-post-card__media img {
    transform: scale(1.03);
}

.ff-news-post-card__body {
    display: grid;
    gap: 0.8rem;
    padding: 1rem;
}

.ff-news-post-card__body .ff-card-title {
    font-size: clamp(1.05rem, 1.5vw, 1.3rem);
    line-height: 1.1;
}

.ff-news-post-card__body .ff-card-title a {
    color: inherit;
    text-decoration: none;
}

.ff-news-event-card {
    display: grid;
    flex: 0 0 min(31rem, 90vw);
    gap: 1.15rem;
}

.ff-news-event-card__top {
    align-items: start;
    display: flex;
    gap: 0.8rem;
    justify-content: space-between;
}

.ff-news-event-card__top .ff-card-title {
    font-size: clamp(1.4rem, 3vw, 2rem);
}

.ff-news-status {
    border-radius: 999px;
    font-family: "Space Grotesk", sans-serif;
    font-size: 0.58rem;
    font-weight: 700;
    letter-spacing: 0px;
    padding: 0.4rem 0.65rem;
    text-transform: uppercase;
    white-space: nowrap;
}

.ff-news-status.is-live {
    background: var(--ff-accent);
    color: var(--ff-accent-ink);
}

.ff-news-status.is-upcoming {
    border: 1px solid rgba(200, 200, 177, 0.25);
    color: rgba(229, 226, 225, 0.72);
}

.ff-news-event-card__stats {
    display: grid;
    gap: 0.7rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ff-news-event-card__stats p {
    color: rgba(200, 200, 177, 0.6);
    font-family: "Space Grotesk", sans-serif;
    font-size: 0.54rem;
    letter-spacing: 0px;
    margin: 0;
    text-transform: uppercase;
}

.ff-news-event-card__stats strong {
    color: #fff;
    display: block;
    font-family: "Space Grotesk", sans-serif;
    font-size: 0.95rem;
    margin-top: 0.32rem;
    text-transform: uppercase;
}

.ff-news-event-card__footer {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.ff-news-event-card__footer span {
    color: rgba(200, 200, 177, 0.42);
    font-family: "Space Grotesk", sans-serif;
    font-size: 0.6rem;
    letter-spacing: 0px;
    text-transform: uppercase;
}

.ff-main--single {
    background: linear-gradient(180deg, rgba(14, 14, 14, 1), rgba(19, 19, 19, 0.98));
}

.ff-single-shell {
    padding: clamp(2rem, 4vw, 4rem) 0;
}

.ff-single-post {
    display: grid;
    gap: 1.2rem;
    max-width: 62rem;
    margin: 0 auto;
}

.ff-single-post__media {
    border-radius: var(--ff-radius-lg);
    overflow: hidden;
}

.ff-single-post__media img {
    aspect-ratio: 16 / 8;
    width: 100%;
    object-fit: contain;
}

.ff-single-post__content {
    line-height: 1.7;
}

.ff-single-post__content p {
    margin-top: 0;
}

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

.ff-gallery-card {
    min-height: 16rem;
    overflow: hidden;
    position: relative;
}

.ff-gallery-card img {
    transition: transform 550ms ease, filter 550ms ease;
}

.ff-gallery-card__overlay {
    align-items: end;
    background: linear-gradient(180deg, transparent 38%, rgba(8, 8, 8, 0.9) 100%);
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: 1.25rem;
    text-align: left;
}

.ff-gallery-card .ff-card-title {
    width: 100%;
}

.ff-gallery-card--wide {
    grid-column: span 6;
}

.ff-gallery-card--tall {
    grid-column: span 3;
    min-height: 32rem;
}

.ff-gallery-card--square {
    grid-column: span 3;
    min-height: 16rem;
}

.ff-section--contact {
    background: linear-gradient(180deg, rgba(11, 11, 11, 1), rgba(17, 17, 17, 1));
}

.ff-contact-grid {
    grid-template-columns: 1fr 0.85fr;
}

.ff-contact-form {
    display: grid;
    gap: 1.2rem;
}

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

.ff-contact-form input,
.ff-contact-form textarea {
    background: transparent;
    border: 0;
    border-bottom: 2px solid var(--ff-outline-strong);
    color: #fff;
    padding: 0.95rem 0;
    width: 100%;
}

.ff-contact-form textarea {
    min-height: 8rem;
    resize: vertical;
}

.ff-contact-form input::placeholder,
.ff-contact-form textarea::placeholder {
    color: rgba(200, 200, 177, 0.36);
    text-transform: uppercase;
    letter-spacing: 0px;
}

.ff-chip-row {
    gap: 0.7rem;
    margin-top: 0.55rem;
}

.ff-contact-form__actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.ff-form-status {
    color: var(--ff-accent);
    font-family: "Space Grotesk", sans-serif;
    font-size: 0.76rem;
    letter-spacing: 0px;
    text-transform: uppercase;
}

.ff-contact-panel {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    min-height: 100%;
}

.ff-contact-panel__map {
    aspect-ratio: 1 / 1;
    border-radius: var(--ff-radius-lg);
    overflow: hidden;
    position: relative;
}

.ff-contact-panel__pulse {
    align-items: center;
    bottom: 1rem;
    display: flex;
    gap: 0.8rem;
    left: 1rem;
    position: absolute;
    text-transform: uppercase;
    font-family: "Space Grotesk", sans-serif;
    font-size: 0.72rem;
    letter-spacing: 0px;
}

.ff-contact-panel__meta {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ff-footer {
    background: var(--ff-surface-lowest);
    border-top: 1px solid rgba(255, 255, 255, 0.04);
    padding: 1.6rem 0 2rem;
}

.ff-footer__inner {
    align-items: center;
    display: flex;
    gap: 1rem;
    justify-content: center;
}

.ff-footer__meta {
    text-align: center;
}

.ff-footer__copy {
    color: var(--ff-muted);
    font-size: 0.85rem;
    margin: 0.45rem 0 0;
}

.ff-overlay {
    background: rgba(5, 5, 5, 0.68);
    inset: 0;
    opacity: 0;
    position: fixed;
    transition: opacity var(--ff-transition);
    z-index: 60;
}

.ff-overlay.is-visible {
    opacity: 1;
}

.ff-cart-drawer,
.ff-mobile-panel {
    background:
        radial-gradient(circle at top right, rgba(252, 202, 42, 0.16), transparent 24%),
        linear-gradient(180deg, rgba(28, 27, 27, 0.98), rgba(14, 14, 14, 1));
    box-shadow: -24px 0 80px rgba(0, 0, 0, 0.42);
    display: flex;
    flex-direction: column;
    gap: 1rem;
    inset: 0 0 0 auto;
    max-width: calc(100vw - 1rem);
    padding: 1.25rem;
    position: fixed;
    transform: translateX(104%);
    transition: transform 220ms ease;
    width: 27rem;
    z-index: 70;
}

.ff-cart-drawer.is-open,
.ff-mobile-panel.is-open {
    transform: translateX(0);
}

.ff-cart-drawer__header,
.ff-mobile-panel__header {
    align-items: start;
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}

.ff-cart-drawer__intro {
    margin: 0.4rem 0 0;
    max-width: 22rem;
}

.ff-cart-drawer__items {
    display: grid;
    gap: 0.8rem;
    overflow: auto;
}

.ff-cart-drawer__items:empty {
    display: none;
}

.ff-cart-drawer__empty {
    background: rgba(53, 53, 52, 0.5);
    border-radius: var(--ff-radius-md);
    padding: 1rem;
}

.ff-cart-item {
    align-items: start;
    background: linear-gradient(180deg, rgba(53, 53, 52, 0.42), rgba(20, 20, 20, 0.72));
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: var(--ff-radius-md);
    display: grid;
    gap: 0.85rem;
    grid-template-columns: 4.8rem 1fr;
    padding: 0.75rem;
}

.ff-cart-item__image-link {
    display: block;
}

.ff-cart-item__image {
    aspect-ratio: 1 / 1;
    background: rgba(14, 14, 14, 0.8);
    border-radius: var(--ff-radius-md);
    object-fit: contain;
    width: 100%;
}

.ff-cart-item__body {
    display: grid;
    gap: 0.45rem;
}

.ff-cart-item__top {
    align-items: start;
    display: flex;
    gap: 0.75rem;
    justify-content: space-between;
}

.ff-cart-item__title {
    font-family: "Space Grotesk", sans-serif;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0px;
    margin: 0;
    text-transform: uppercase;
}

.ff-cart-item__title a {
    color: inherit;
    text-decoration: none;
}

.ff-cart-item__meta {
    color: var(--ff-accent);
    font-family: "Space Grotesk", sans-serif;
    font-size: 0.78rem;
    letter-spacing: 0px;
    margin: 0;
    text-transform: uppercase;
}

.ff-cart-item__controls {
    align-items: center;
    display: flex;
    gap: 0.55rem;
    flex-wrap: wrap;
}

.ff-cart-qty {
    align-items: center;
    display: inline-flex;
    gap: 0.45rem;
}

.ff-qty-button,
.ff-cart-item__remove {
    background: rgba(14, 14, 14, 0.78);
    border: 0;
    border-radius: 999px;
    color: #ffffff;
    min-height: 2rem;
    padding: 0 0.75rem;
}

.ff-cart-item__remove {
    color: var(--ff-muted);
    min-height: 1.9rem;
}

.ff-cart-item__line-total {
    color: #fff;
    font-family: "Space Grotesk", sans-serif;
    font-size: 1rem;
    margin-left: auto;
}

.ff-cart-drawer__footer {
    background: linear-gradient(180deg, rgba(14, 14, 14, 0.82), rgba(8, 8, 8, 0.96));
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: var(--ff-radius-md);
    display: grid;
    gap: 1rem;
    margin-top: auto;
    padding: 1rem;
}

.ff-cart-drawer__benefits,
.ff-cart-drawer__actions {
    display: grid;
    gap: 0.7rem;
}

.ff-cart-drawer__benefits {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ff-cart-drawer__benefits span {
    background: rgba(53, 53, 52, 0.32);
    border-radius: 999px;
    color: var(--ff-muted);
    font-family: "Space Grotesk", sans-serif;
    font-size: 0.68rem;
    letter-spacing: 0px;
    padding: 0.7rem 0.75rem;
    text-align: center;
    text-transform: uppercase;
}

.ff-cart-drawer__subtotal {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.ff-cart-drawer__subtotal strong {
    color: #fff;
    font-family: "Space Grotesk", sans-serif;
    font-size: 1.2rem;
}

.ff-mobile-nav {
    display: grid;
    gap: 0.45rem;
}

.ff-mobile-nav a {
    background: rgba(53, 53, 52, 0.38);
    border-radius: var(--ff-radius-md);
    font-family: "Space Grotesk", sans-serif;
    letter-spacing: 0px;
    padding: 1rem;
    text-transform: uppercase;
}

.ff-mobile-nav__details {
    background: rgba(53, 53, 52, 0.38);
    border-radius: var(--ff-radius-md);
    overflow: hidden;
}

.ff-mobile-nav__details summary {
    cursor: pointer;
    font-family: "Space Grotesk", sans-serif;
    letter-spacing: 0px;
    list-style: none;
    padding: 1rem;
    text-transform: uppercase;
}

.ff-mobile-nav__details summary::-webkit-details-marker {
    display: none;
}

.ff-mobile-nav__submenu {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    display: grid;
    gap: 0.2rem;
    padding: 0.55rem;
}

.ff-mobile-nav__submenu-link {
    border-radius: 0.45rem;
    color: rgba(255, 255, 255, 0.86);
    font-family: "Space Grotesk", sans-serif;
    font-size: 0.72rem;
    letter-spacing: 0px;
    padding: 0.62rem 0.7rem;
    text-transform: uppercase;
}

.ff-mobile-nav__submenu-link.is-active,
.ff-mobile-nav__submenu-link:hover {
    background: #9cc32a;
    color: #ffffff;
}

.ff-mobile-panel__actions {
    display: grid;
    gap: 0.8rem;
    margin-top: auto;
}

.ff-toast {
    background: #9cc32a;
    border: 1px solid #9cc32a;
    border-radius: 999px;
    bottom: 1.5rem;
    color: #ffffff;
    font-family: "Space Grotesk", sans-serif;
    font-size: 0.76rem;
    letter-spacing: 0px;
    padding: 0.95rem 1.15rem;
    position: fixed;
    right: 1.5rem;
    text-transform: uppercase;
    transform: translateY(1rem);
    transition:
        opacity var(--ff-transition),
        transform var(--ff-transition);
    z-index: 80;
    opacity: 0;
}

.ff-toast.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.ff-page-shell {
    padding: 4rem 0 6rem;
}

.ff-page-hero {
    display: grid;
    gap: 0.8rem;
    margin-bottom: 1.5rem;
}

.ff-page-content {
    display: grid;
    gap: 1rem;
}

.ff-prose {
    padding: 1.6rem;
}

.ff-prose > *:first-child {
    margin-top: 0;
}

.ff-prose > *:last-child {
    margin-bottom: 0;
}

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

.ff-post-card {
    gap: 1rem;
    padding: 1.4rem;
}

.ff-post-card a:hover {
    color: var(--ff-accent);
}

@keyframes ff-pulse {
    0%,
    100% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: 0.6;
        transform: scale(0.86);
    }
}

@keyframes ff-bump {
    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.15);
    }
}

@keyframes ff-drift {
    0%,
    100% {
        opacity: 0.7;
        transform: translate3d(0, 0, 0) scale(1);
    }

    50% {
        opacity: 0.95;
        transform: translate3d(-4%, 3%, 0) scale(1.08);
    }
}

@keyframes ff-rise-in {
    from {
        opacity: 0;
        transform: translate3d(0, 1rem, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@media (prefers-reduced-motion: reduce) {
    .ff-dot,
    .ff-image-feature::before,
    .ff-image-feature__copy {
        animation: none !important;
    }
}

@media (max-width: 1080px) {
    .ff-hero__overlay {
        transform: translateY(-17%);
    }

    .ff-nav,
    .ff-button--small {
        display: none;
    }

    .ff-menu-trigger {
        display: inline-flex;
    }

    .ff-spec-grid,
    .ff-race-grid,
    .ff-gallery-grid,
    .ff-about-grid,
    .ff-contact-grid {
        grid-template-columns: 1fr;
    }

    .ff-card--feature,
    .ff-card--telemetry,
    .ff-race-grid > *:nth-child(1),
    .ff-race-grid > *:nth-child(2),
    .ff-race-grid > *:nth-child(3),
    .ff-gallery-card--wide,
    .ff-gallery-card--tall,
    .ff-gallery-card--square {
        grid-column: auto;
    }

    .ff-collection-grid,
    .ff-team-grid,
    .ff-product-grid,
    .ff-product-grid--catalog,
    .ff-post-list,
    .ff-rental-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ff-news-events-grid {
        display: flex;
    }

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

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

    .ff-rental-bento__feature {
        grid-column: span 2;
    }

    .ff-rental-bento__cta {
        grid-column: span 2;
    }

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

    .ff-race-hero {
        grid-template-columns: 1fr;
    }

    .ff-card--media {
        grid-template-columns: 1fr;
    }

    .ff-catalog-toolbar {
        align-items: center;
    }

    .ff-rental-filter {
        align-items: stretch;
        flex-direction: column;
        margin-top: 0;
    }
}

@media (max-width: 820px) {
    .ff-shell,
    .ff-header__inner,
    .ff-footer__inner,
    .ff-page-shell {
        width: min(100% - 1rem, 100%);
    }

    .ff-header__inner {
        min-height: 4.8rem;
    }

    .ff-hero__split {
        grid-template-columns: 1fr;
        min-height: 45rem;
    }

    .ff-hero__panel {
        min-height: 22rem;
    }

    .ff-hero__overlay {
        padding: 1.25rem;
        transform: translateY(-2.5%);
    }

    .ff-display {
        font-size: clamp(2.6rem, 12vw, 4.1rem);
    }

    .ff-collection-head,
    .ff-section-head,
    .ff-footer__inner {
        align-items: start;
        flex-direction: column;
    }

    .ff-news-head {
        align-items: start;
        flex-direction: column;
    }

    .ff-news-admin-intro {
        align-items: start;
        flex-direction: column;
    }

    .ff-collection-grid,
    .ff-team-grid,
    .ff-product-grid,
    .ff-product-grid--catalog,
    .ff-post-list,
    .ff-form-grid,
    .ff-contact-panel__meta,
    .ff-about-pillars,
    .ff-architecture-grid,
    .ff-stat-row,
    .ff-rental-grid,
    .ff-rental-bento {
        grid-template-columns: 1fr;
    }

    .ff-rental-bento__feature {
        grid-column: span 1;
    }

    .ff-rental-bento__cta {
        grid-column: span 1;
    }

    .ff-rental-head {
        align-items: start;
        flex-direction: column;
        gap: 0.75rem;
    }

    .ff-rental-hero {
        min-height: 34rem;
    }

    .ff-rental-tech-grid {
        grid-template-columns: 1fr;
    }

    .ff-news-post-grid {
        grid-template-columns: 1fr;
    }

    .ff-build-card__media,
    .ff-product-card__media {
        aspect-ratio: 4 / 3;
    }

    .ff-gallery-card {
        min-height: 18rem;
    }

    .ff-contact-form__actions {
        align-items: start;
        flex-direction: column;
    }

    .ff-cart-drawer__benefits {
        grid-template-columns: 1fr;
    }

    .ff-cart-trigger span:nth-child(2) {
        display: none;
    }
}

/* Homepage v2: white, high-contrast, three-section layout */
body.home.ff-body {
    background: #ffffff;
    color: #101418;
}

.ff-home-v2 {
    --ff-text: #101418;
    --ff-muted: #4e5660;
    --ff-muted-strong: #9cc32a;
    --ff-outline: rgba(15, 24, 33, 0.14);
    --ff-outline-strong: rgba(15, 24, 33, 0.28);
    --ff-accent: #9cc32a;
    --ff-accent-dim: #9cc32a;
    --ff-accent-ink: #9cc32a;
    --ff-shadow: 0 26px 70px rgba(36, 45, 8, 0.18);
    background: #ffffff;
    color: #ffffff;
    padding-bottom: 3.5rem;
}

.ff-home-v2 .ff-copy {
    color: var(--ff-muted);
}

.ff-home-v2 .ff-kicker {
    color: var(--ff-muted-strong);
}

.ff-home-v2 .ff-section-title span,
.ff-home-v2 .ff-display span {
    background: linear-gradient(140deg, #9cc32a 0%, #9cc32a 100%);
    -webkit-background-clip: text;
    background-clip: text;
}

.ff-home-v2 .ff-button--ghost {
    background: #ffffff;
    border: 1px solid rgba(15, 24, 33, 0.15);
    color: #182027;
}

.ff-home-v2 .ff-button--ghost:hover {
    background: #f1f4e4;
}

.ff-header--home-v2 {
    background: rgba(255, 255, 255, 0.92);
    border-bottom: 1px solid rgba(15, 24, 33, 0.1);
    box-shadow: 0 12px 35px rgba(17, 24, 30, 0.06);
    backdrop-filter: blur(10px);
}

.ff-header--home-v2 .ff-brand span,
.ff-header--home-v2 .ff-nav__link,
.ff-header--home-v2 .ff-cart-trigger,
.ff-header--home-v2 .ff-menu-trigger {
    color: #151d24;
}

.ff-header--home-v2 .ff-cart-trigger,
.ff-header--home-v2 .ff-menu-trigger {
    background: #ffffff;
    border: 1px solid rgba(15, 24, 33, 0.14);
}

.ff-header--home-v2 .ff-nav__link:hover,
.ff-header--home-v2 .ff-nav__link--active {
    color: #0f1419;
}

.ff-header--home-v2 .ff-nav__link--active::after {
    background: #9cc32a;
}

.ff-home-hero {
    background:
        radial-gradient(circle at 86% 14%, rgba(197, 211, 69, 0.2), transparent 30%),
        linear-gradient(180deg, #ffffff 0%, #ffffff 86%, #fafcf2 100%);
    margin: 0;
    padding: clamp(2.8rem, 8vw, 5.8rem) 0 clamp(1.4rem, 4vw, 2.4rem);
}

.ff-home-hero__inner {
    align-items: center;
    display: grid;
    gap: clamp(1.5rem, 3vw, 2.5rem);
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.95fr);
}

.ff-display--home-v2 {
    color: #0f1419;
    font-size: clamp(2.9rem, 7.5vw, 6.7rem);
    margin-top: 0.4rem;
}

.ff-home-hero__lede {
    font-size: 1.03rem;
    margin-top: 1.1rem;
    max-width: 36rem;
}

.ff-home-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.4rem;
}

.ff-home-hero__media {
    perspective: 1400px;
    position: relative;
    transform-style: preserve-3d;
}

.ff-home-hero__media-frame {
    border: 1px solid rgba(15, 24, 33, 0.14);
    border-radius: 1.35rem;
    box-shadow: 0 26px 60px rgba(13, 18, 21, 0.14);
    overflow: hidden;
    transform: translate3d(0, 0, 0) rotateX(var(--hero-rotate-x, 0deg)) rotateY(var(--hero-rotate-y, 0deg)) scale(var(--hero-scale, 1));
    transition: transform 150ms ease-out;
}

.ff-home-hero__media-frame img {
    aspect-ratio: 4 / 3;
    height: 100%;
    object-fit: contain;
    width: 100%;
}

.ff-home-hero__float {
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(15, 24, 33, 0.12);
    border-radius: 0.95rem;
    box-shadow: 0 15px 30px rgba(17, 24, 30, 0.1);
    max-width: 18rem;
    padding: 0.8rem 0.9rem;
    position: absolute;
}

.ff-home-hero__float strong {
    color: #111a22;
    display: block;
    font-size: 0.9rem;
    line-height: 1.35;
    margin-top: 0.35rem;
}

.ff-home-hero__float--top {
    left: -1rem;
    top: -1.1rem;
}

.ff-home-hero__float--bottom {
    bottom: -1rem;
    right: -0.65rem;
}

.ff-home-product {
    margin: 0;
    padding: clamp(1rem, 3vw, 1.8rem) 0 clamp(2.2rem, 5vw, 3.2rem);
}

.ff-home-product__grid {
    display: grid;
    gap: 1.25rem;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
}

.ff-home-product__intro {
    background: #f8faf5;
    border: 1px solid rgba(15, 24, 33, 0.09);
    border-radius: 1.2rem;
    padding: clamp(1.2rem, 3vw, 1.8rem);
}

.ff-home-product__intro .ff-copy + .ff-copy {
    margin-top: 0.75rem;
}

.ff-home-star-product {
    background: #ffffff;
    border: 1px solid rgba(15, 24, 33, 0.12);
    border-radius: 1.2rem;
    box-shadow: 0 20px 42px rgba(19, 26, 34, 0.08);
    display: grid;
    gap: 0;
    grid-template-columns: minmax(0, 0.88fr) minmax(0, 1fr);
    overflow: hidden;
}

.ff-home-star-product__image {
    background: #fbfcf8;
    border-right: 1px solid rgba(15, 24, 33, 0.08);
    display: flex;
}

.ff-home-star-product__image img {
    aspect-ratio: 1 / 1;
    height: 100%;
    object-fit: contain;
    padding: 1rem;
    width: 100%;
}

.ff-home-star-product__body {
    padding: clamp(1.1rem, 2.4vw, 1.6rem);
}

.ff-home-star-product__meta {
    border-top: 1px solid rgba(15, 24, 33, 0.11);
    display: grid;
    gap: 0.7rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 1rem 0;
    padding-top: 0.95rem;
}

.ff-home-star-product__meta dt {
    color: #62707d;
    font-size: 0.75rem;
    letter-spacing: 0px;
    margin: 0;
    text-transform: uppercase;
}

.ff-home-star-product__meta dd {
    color: #101418;
    font-family: "Space Grotesk", sans-serif;
    font-size: 0.96rem;
    font-weight: 700;
    letter-spacing: 0px;
    margin: 0.2rem 0 0;
}

.ff-home-star-product__actions {
    align-items: start;
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
}

.ff-home-news {
    margin: 0;
    padding: 0.5rem 0 1.2rem;
}

.ff-home-news__head {
    align-items: end;
    border-bottom: 1px solid rgba(15, 24, 33, 0.11);
    display: flex;
    justify-content: space-between;
    padding-bottom: 0.9rem;
}

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

.ff-home-news__block {
    background: #ffffff;
    border: 1px solid rgba(15, 24, 33, 0.1);
    border-radius: 1rem;
    padding: 1rem;
}

.ff-home-news__list {
    display: grid;
    gap: 0.7rem;
    margin-top: 0.8rem;
}

.ff-home-news-item {
    border-bottom: 1px solid rgba(15, 24, 33, 0.08);
    padding-bottom: 0.65rem;
}

.ff-home-news-item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.ff-home-news-item__meta {
    color: #66737f;
    display: flex;
    font-size: 0.76rem;
    gap: 0.6rem;
    letter-spacing: 0px;
    margin: 0;
    text-transform: uppercase;
}

.ff-home-news-item h4 {
    font-family: "Space Grotesk", sans-serif;
    font-size: 1.05rem;
    letter-spacing: 0px;
    line-height: 1.25;
    margin: 0.34rem 0 0.42rem;
    text-transform: uppercase;
}

.ff-home-news-item h4 a:hover {
    color: #9cc32a;
}

.ff-home-news-item p {
    color: #4f5a64;
    font-size: 0.92rem;
    margin: 0;
}

body.home .ff-footer {
    background: #ffffff;
    border-top: 1px solid rgba(15, 24, 33, 0.1);
}

body.home .ff-footer__brand,
body.home .ff-footer__copy {
    color: #1b2530;
}

@media (max-width: 1080px) {
    .ff-home-hero__inner,
    .ff-home-product__grid,
    .ff-home-star-product {
        grid-template-columns: 1fr;
    }

    .ff-home-hero__media {
        margin-top: 0.4rem;
    }

    .ff-home-star-product__image {
        border-right: 0;
        border-bottom: 1px solid rgba(15, 24, 33, 0.08);
    }

    .ff-home-star-product__meta {
        grid-template-columns: 1fr;
        gap: 0.55rem;
    }
}

@media (max-width: 820px) {
    .ff-home-hero {
        padding-top: 1.5rem;
    }

    .ff-home-hero__float {
        max-width: 16rem;
        position: static;
    }

    .ff-home-hero__media {
        display: grid;
        gap: 0.7rem;
    }

    .ff-home-news__head,
    .ff-home-news__grid {
        grid-template-columns: 1fr;
    }

    .ff-home-news__head {
        align-items: start;
        flex-direction: column;
        gap: 0.75rem;
    }
}


/* Hero headline color override per request */
.ff-hero .ff-display,
.ff-hero .ff-display span {
    color: #000000 !important;
}


/* Prevent panel title clipping on hover with longer names */
.ff-hero__panel-copy {
    right: clamp(1.2rem, 4vw, 3rem);
}

.ff-hero__panel-title {
    line-height: 0.94;
    max-width: 16ch;
    text-wrap: balance;
}

.ff-hero__panel:hover .ff-hero__panel-copy {
    transform: translateY(-0.2rem);
}

.ff-hero__panel:hover .ff-hero__panel-title {
    letter-spacing: 0px;
    transform: none;
}

/* Homepage telemetry card image replacement */
.ff-card--telemetry-image {
    align-items: center;
    display: flex;
    justify-content: center;
    overflow: hidden;
    padding: clamp(0.85rem, 2vw, 1.25rem);
    position: relative;
}

.ff-card--telemetry-image .ff-telemetry-image {
    display: block;
    height: 100%;
    max-height: clamp(220px, 28vw, 360px);
    object-fit: contain;
    object-position: center center;
    width: 100%;
}

.home .ff-card--telemetry-exedy .ff-telemetry-logo {
    display: block;
    left: 50%;
    max-width: min(82%, 420px);
    pointer-events: none;
    position: absolute;
    top: clamp(0.85rem, 2.2vw, 1.6rem);
    transform: translateX(-50%);
    width: 82%;
    z-index: 3;
}

.home .ff-card--telemetry-exedy .ff-telemetry-image {
    margin-top: clamp(2.8rem, 8vw, 5.2rem);
}

.home .ff-card--telemetry-rp .ff-telemetry-logo,
.home .ff-card--telemetry-projectmu .ff-telemetry-logo {
    display: block;
    left: 50%;
    pointer-events: none;
    position: absolute;
    top: clamp(0.65rem, 1.8vw, 1.2rem);
    transform: translateX(-50%);
    z-index: 3;
}

.home .ff-card--telemetry-rp .ff-telemetry-logo {
    max-width: min(88%, 480px);
    width: 88%;
}

.home .ff-card--telemetry-projectmu .ff-telemetry-logo {
    max-width: min(78%, 430px);
    width: 78%;
}

.home .ff-card--telemetry-rp .ff-telemetry-image,
.home .ff-card--telemetry-projectmu .ff-telemetry-image {
    margin-top: clamp(2.4rem, 7.5vw, 4.8rem);
}

/* Homepage: make cards section white like hero */
.home .ff-section--cards {
    background: #ffffff;
}

.home .ff-section--cards .ff-card,
.home .ff-section--cards .ff-build-card {
    background: #ffffff;
    box-shadow: 0 0 0 1px rgba(17, 17, 17, 0.08);
}

.home .ff-section--cards .ff-copy,
.home .ff-section--cards .ff-build-card__index,
.home .ff-section--cards .ff-kicker,
.home .ff-section--cards .ff-stat-row span {
    color: rgba(17, 17, 17, 0.62);
}

.home .ff-section--cards .ff-section-title,
.home .ff-section--cards .ff-card-title,
.home .ff-section--cards .ff-stat-row strong {
    color: #111111;
}

.home .ff-section--cards .ff-stat-row div {
    background: #f6f6f3;
}

/* Homepage premium section separators */
.home .ff-main > .ff-hero {
    border-bottom: 1px solid rgba(15, 24, 33, 0.08);
}

.home .ff-main > .ff-section {
    border-top: 1px solid rgba(15, 24, 33, 0.08);
}

.home .ff-section--cards .ff-stack-lg > * {
    position: relative;
}

.home .ff-section--cards .ff-stack-lg > * + * {
    border-top: 1px solid rgba(15, 24, 33, 0.08);
    margin-top: 0;
    padding-top: clamp(1.1rem, 2vw, 1.5rem);
}

/* Homepage separator spacing + readable news/calendar typography */
.home .ff-main > .ff-hero {
    border-bottom: 1px solid rgba(15, 24, 33, 0.1);
    margin-bottom: 30px;
}

.home .ff-main > .ff-section {
    border-top: 1px solid rgba(15, 24, 33, 0.1);
    margin-top: 30px;
    margin-bottom: 30px;
}

.home .ff-section--cards .ff-stack-lg > * + * {
    border-top: 1px solid rgba(15, 24, 33, 0.1);
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.home .ff-news-block .ff-section-title,
.home .ff-news-media-block .ff-section-title,
.home .ff-news-block .ff-card-title,
.home .ff-news-media-block .ff-card-title,
.home .ff-news-post-card__body .ff-card-title a,
.home .ff-news-event-card__stats strong,
.home .ff-news-event-card__footer span,
.home .ff-news-head .ff-kicker,
.home .ff-news-admin-intro .ff-button {
    color: #111111;
}

.home .ff-news-block .ff-copy,
.home .ff-news-media-block .ff-copy,
.home .ff-news-event-card__stats p,
.home .ff-news-event-card__footer span,
.home .ff-news-admin-intro .ff-copy,
.home .ff-news-post-card__body .ff-kicker {
    color: rgba(17, 17, 17, 0.65);
}

.home .ff-news-status.is-upcoming {
    background: #f2f3ef;
    border: 1px solid rgba(17, 17, 17, 0.12);
    color: #111111;
}

.home .ff-news-status.is-live {
    background: #9cc32a;
    border: 1px solid rgba(156, 195, 42, 0.22);
    color: #ffffff;
}

.home .ff-news-post-card__body .ff-card-title a:hover,
.home .ff-news-post-card__body .ff-card-title a:focus-visible,
.home .ff-news-post-card__body .ff-inline-link:hover,
.home .ff-news-post-card__body .ff-inline-link:focus-visible {
    color: #111111;
}

/* Homepage: remove extra gap before footer */
.home .ff-main > .ff-section:last-of-type {
    margin-bottom: 0;
}

.home .ff-section--cards .ff-stack-lg > *:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

/* Homepage hero headline refinement */
.home .ff-hero__overlay {
    gap: clamp(0.45rem, 1.1vw, 0.8rem);
    padding-top: clamp(1.1rem, 3vw, 2.1rem);
    padding-bottom: clamp(1.1rem, 3vw, 2.1rem);
}

.home .ff-hero__eyebrow-custom {
    color: rgba(0, 0, 0, 0.68);
    font-family: "Space Grotesk", sans-serif;
    font-size: clamp(0.62rem, 1vw, 0.72rem);
    font-weight: 500;
    letter-spacing: 0px;
    text-transform: uppercase;
}

.home .ff-hero__headline {
    color: #000000;
    font-family: "Space Grotesk", sans-serif;
    font-size: clamp(1.55rem, 3.6vw, 2.6rem);
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 1.08;
    margin: 0;
    max-width: 16ch;
    text-align: center;
    text-transform: uppercase;
}

/* Enlarge Italian RP + Project Mu section images */
.home .ff-card--telemetry-rp .ff-telemetry-image,
.home .ff-card--telemetry-projectmu .ff-telemetry-image {
    max-height: clamp(320px, 40vw, 520px);
    transform: scale(1.14);
    transform-origin: center;
}

/* Project Mu image: larger emphasis */
.home .ff-card--telemetry-projectmu .ff-telemetry-image {
    max-height: clamp(360px, 46vw, 620px);
    transform: scale(1.26);
}

/* Homepage responsive polish (tablet + mobile only) */
@media (max-width: 1100px) {
    .home .ff-hero__overlay {
        margin-bottom: 0;
        max-width: min(92vw, 640px);
        padding-inline: clamp(1rem, 2.8vw, 1.6rem);
        transform: translateY(-12%);
    }

    .home .ff-hero__headline {
        font-size: clamp(1.4rem, 3.9vw, 2.2rem);
        letter-spacing: 0px;
        max-width: 13ch;
    }

    .home .ff-hero__eyebrow-custom {
        letter-spacing: 0px;
    }

    .home .ff-spec-grid {
        gap: 0.85rem;
    }

    .home .ff-card,
    .home .ff-news-event-card,
    .home .ff-news-post-card {
        border-radius: 20px;
    }

    .home .ff-main > .ff-hero {
        margin-bottom: 24px;
    }

    .home .ff-main > .ff-section {
        margin-top: 24px;
        margin-bottom: 24px;
    }

    .home .ff-section--cards .ff-stack-lg > * + * {
        margin-top: 24px;
        margin-bottom: 24px;
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .home .ff-news-events-grid {
        display: grid;
        gap: 0.85rem;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        overflow: visible;
        padding-bottom: 0;
    }

    .home .ff-news-event-card {
        flex: initial;
        min-width: 0;
    }
}

@media (max-width: 820px) {
    .home .ff-hero__split {
        min-height: auto;
    }

    .home .ff-hero__panel {
        min-height: clamp(13rem, 36vh, 17rem);
    }

    .home .ff-hero__panel-copy {
        bottom: 1rem;
        left: 1rem;
        right: 1rem;
    }

    .home .ff-hero__panel-title {
        font-size: clamp(1.35rem, 6.1vw, 2.05rem);
        line-height: 0.97;
        max-width: 12ch;
    }

    .home .ff-hero__overlay {
        gap: 0.45rem;
        max-width: min(94vw, 500px);
        padding: 0.85rem 0.9rem;
        transform: translateY(-4%);
    }

    .home .ff-hero__eyebrow-custom {
        font-size: 0.62rem;
        letter-spacing: 0px;
    }

    .home .ff-hero__headline {
        font-size: clamp(1.15rem, 5.4vw, 1.55rem);
        font-weight: 600;
        letter-spacing: 0px;
        line-height: 1.05;
        max-width: 12ch;
    }

    .home .ff-section--cards {
        padding-top: 1.25rem;
        padding-bottom: 1.4rem;
    }

    .home .ff-card,
    .home .ff-news-event-card,
    .home .ff-news-post-card {
        border-radius: 16px;
    }

    .home .ff-card,
    .home .ff-contact-panel {
        padding: 1rem;
    }

    .home .ff-copy {
        font-size: 0.92rem;
        line-height: 1.6;
    }

    .home .ff-section-title--sm {
        font-size: clamp(1.35rem, 7vw, 1.9rem);
        line-height: 1.02;
    }

    .home .ff-news-head {
        gap: 0.55rem;
    }

    .home .ff-news-events-grid,
    .home .ff-news-post-grid {
        gap: 0.75rem;
        grid-template-columns: 1fr;
    }

    .home .ff-news-event-card__stats {
        gap: 0.55rem;
        grid-template-columns: 1fr;
    }

    .home .ff-news-event-card__footer {
        align-items: flex-start;
        flex-direction: column;
        gap: 0.65rem;
    }

    .home .ff-news-event-card__footer .ff-button {
        width: 100%;
    }

    .home .ff-main > .ff-hero {
        margin-bottom: 16px;
    }

    .home .ff-main > .ff-section {
        margin-top: 16px;
        margin-bottom: 16px;
    }

    .home .ff-section--cards .ff-stack-lg > * + * {
        margin-top: 16px;
        margin-bottom: 16px;
        padding-top: 16px;
        padding-bottom: 16px;
    }
}

@media (max-width: 560px) {
    .home .ff-shell,
    .home .ff-header__inner,
    .home .ff-footer__inner,
    .home .ff-page-shell {
        width: min(100% - 0.9rem, 100%);
    }

    .home .ff-hero__panel {
        min-height: 12rem;
    }

    .home .ff-hero__panel-title {
        font-size: clamp(1.1rem, 7vw, 1.4rem);
    }

    .home .ff-kicker,
    .home .ff-build-card__index,
    .home .ff-news-status {
        letter-spacing: 0px;
    }

    .home .ff-news-post-card__body,
    .home .ff-build-card__body {
        padding: 0.85rem;
    }
}

/* Global light-surface override */
body.ff-body {
    --ff-bg: #ffffff;
    --ff-surface: #ffffff;
    --ff-surface-high: #ffffff;
    --ff-surface-top: #ffffff;
    --ff-surface-lowest: #f7f7f5;
    --ff-text: #111111;
    --ff-muted: rgba(17, 17, 17, 0.66);
    --ff-muted-strong: #9cc32a;
    --ff-outline: rgba(15, 24, 33, 0.12);
    --ff-outline-strong: rgba(15, 24, 33, 0.22);
    background: #ffffff !important;
    color: #111111;
}

.ff-header {
    background: rgba(255, 255, 255, 0.96);
    border-bottom: 1px solid rgba(15, 24, 33, 0.08);
}

.ff-nav__link {
    color: rgba(17, 17, 17, 0.72);
}

.ff-nav__link:hover,
.ff-nav__link--active {
    color: #9cc32a;
}

.ff-section--shop,
.ff-section--cards,
.ff-page-shell,
.ff-main--single {
    background: #ffffff;
}

.ff-card,
.ff-product-card,
.ff-build-card,
.ff-team-card,
.ff-gallery-card,
.ff-contact-panel,
.ff-page-content > * {
    background: #ffffff;
    box-shadow: 0 0 0 1px rgba(17, 17, 17, 0.08);
}

/* Contact page: white background and clean contrast */
.ff-section--contact {
    background: #ffffff;
}

.ff-section--contact .ff-race-hero__overlay {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.88));
}

.ff-section--contact .ff-race-hero__image {
    opacity: 0.18;
}

.ff-section--contact .ff-display,
.ff-section--contact .ff-display span,
.ff-section--contact .ff-section-title,
.ff-section--contact .ff-card-title {
    color: #111111;
}

.ff-section--contact .ff-copy,
.ff-section--contact .ff-kicker,
.ff-section--contact .ff-build-card__index {
    color: rgba(17, 17, 17, 0.68);
}

.ff-section--contact .ff-pill,
.ff-section--contact .ff-chip {
    background: #f3f4ef;
    color: rgba(17, 17, 17, 0.72);
}

.ff-section--contact .ff-chip--active {
    background: #9cc32a;
    color: #ffffff;
}

.ff-section--contact .ff-contact-form input,
.ff-section--contact .ff-contact-form textarea {
    border-bottom: 2px solid rgba(15, 24, 33, 0.2);
    color: #111111;
}

.ff-section--contact .ff-contact-form input::placeholder,
.ff-section--contact .ff-contact-form textarea::placeholder {
    color: rgba(17, 17, 17, 0.44);
}

.ff-section--contact .ff-form-status {
    color: #9cc32a;
}

/* Contact Us conversion-focused layout */
.ff-contactus {
    display: grid;
    gap: 1.25rem;
    grid-template-columns: 1.15fr 0.85fr;
}

.ff-contactus__form-wrap,
.ff-contactus__info {
    border-radius: var(--ff-radius-lg);
    box-shadow: 0 0 0 1px rgba(17, 17, 17, 0.09);
    padding: clamp(1.2rem, 3vw, 2rem);
}

.ff-contactus__subtext {
    margin-bottom: 1rem;
    max-width: 38rem;
}

.ff-contactus__form {
    display: grid;
    gap: 0.95rem;
}

.ff-contactus__form label > span {
    color: rgba(17, 17, 17, 0.74);
    display: block;
    font-family: "Space Grotesk", sans-serif;
    font-size: 0.72rem;
    letter-spacing: 0px;
    margin-bottom: 0.3rem;
    text-transform: uppercase;
}

.ff-contactus__form input,
.ff-contactus__form textarea {
    background: #ffffff;
    border: 1px solid rgba(17, 17, 17, 0.14);
    border-radius: 14px;
    color: #111111;
    padding: 0.95rem 1rem;
    width: 100%;
}

.ff-contactus__form textarea {
    min-height: 8.6rem;
    resize: vertical;
}

.ff-contactus__actions {
    display: grid;
    gap: 0.7rem;
    margin-top: 0.2rem;
}

.ff-contactus__submit {
    border-radius: 999px;
    min-height: 3.25rem;
    width: 100%;
}

.ff-contactus__whatsapp,
.ff-contactus__whatsapp-info {
    border-radius: 999px;
    min-height: 3.05rem;
}

.ff-contactus__whatsapp {
    border: 1px solid rgba(156, 195, 42, 0.25);
    justify-content: center;
    width: 100%;
}

.ff-contactus__trust {
    color: rgba(17, 17, 17, 0.62);
    font-family: "Space Grotesk", sans-serif;
    font-size: 0.72rem;
    letter-spacing: 0px;
    text-transform: uppercase;
}

.ff-contactus__info {
    display: grid;
    gap: 0.95rem;
}

.ff-contactus__info .ff-card-title {
    font-size: clamp(1.3rem, 2.8vw, 1.9rem);
    line-height: 1.05;
}

.ff-contactus__info-block .ff-copy {
    margin-top: 0.35rem;
}

@media (max-width: 980px) {
    .ff-contactus {
        grid-template-columns: 1fr;
    }

    .ff-contactus__info {
        order: 2;
    }
}


/* Shop readability override (light background) */
.ff-section--shop .ff-product-card,
.ff-section--shop .ff-product-card--catalog,
.ff-section--shop .ff-card--catalog {
    background: #ffffff;
    color: #111111;
}

.ff-section--shop .ff-product-card__title,
.ff-section--shop .ff-product-card__title a,
.ff-section--shop .ff-price,
.ff-section--shop .ff-copy,
.ff-section--shop .ff-kicker,
.ff-section--shop .ff-product-card__meta,
.ff-section--shop .ff-price-note {
    color: #111111 !important;
}

.ff-section--shop .ff-copy,
.ff-section--shop .ff-price-note {
    opacity: 0.88;
}


/* Hide WooCommerce inline View cart link next to Add to cart */
.woocommerce a.added_to_cart.wc-forward,
.added_to_cart.wc-forward {
    display: none !important;
}


/* Global light theme override */
:root {
    --ff-bg: #ffffff !important;
    --ff-surface: #ffffff !important;
    --ff-surface-high: #ffffff !important;
    --ff-surface-top: #ffffff !important;
    --ff-surface-lowest: #ffffff !important;
    --ff-text: #111111 !important;
    --ff-muted: #2a2a2a !important;
    --ff-muted-strong: #9cc32a !important;
    --ff-outline: rgba(17, 17, 17, 0.1) !important;
    --ff-outline-strong: rgba(17, 17, 17, 0.18) !important;
    --ff-accent: #9cc32a !important;
    --ff-accent-dim: #9cc32a !important;
    --ff-accent-ink: #ffffff !important;
    --ff-shadow: 0 16px 40px rgba(0, 0, 0, 0.06) !important;
}

body.ff-body {
    background: #ffffff !important;
    color: #111111 !important;
}

.ff-main,
.ff-section,
.ff-section--cards,
.ff-section--news,
.ff-section--gallery,
.ff-section--about,
.ff-section--shop,
.ff-page-shell,
.ff-page-content,
.ff-footer,
.ff-header {
    background: #ffffff !important;
    color: #111111 !important;
}

.ff-card,
.ff-product-card,
.ff-build-card,
.ff-team-card,
.ff-gallery-card,
.ff-contact-panel,
.ff-page-content > *,
.ff-race-listing__item,
.ff-rental-bento,
.ff-cart-drawer,
.ff-mobile-panel {
    background: #ffffff !important;
    color: #111111 !important;
    border: 1px solid #eceae4 !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05) !important;
}

.ff-copy,
.ff-copy--tiny,
.ff-display,
.ff-section-title,
.ff-card-title,
.ff-post-card h2,
.ff-kicker,
.ff-nav__link,
.ff-price,
.ff-price-note,
.ff-product-card__meta,
.ff-product-card__title,
.ff-product-card__title a,
.ff-footer__copy {
    color: #111111 !important;
}

.ff-button--secondary {
    background: #ffffff !important;
    color: #111111 !important;
    border-color: #d9d9d9 !important;
}

/* keep strong contrast on green backgrounds */
[style*="#9cc32a"],
[class*="accent"],
.ff-button--primary,
.ff-badge--accent {
    color: #ffffff;
}


/* Shop page logo stability: prevent WooCommerce image rules from stretching header/footer logos */
body.woocommerce .ff-brand__logo,
body.woocommerce-page .ff-brand__logo {
    height: 42px !important;
    max-height: 42px !important;
    width: auto !important;
    max-width: none !important;
    object-fit: contain;
}

body.woocommerce .ff-footer__logo,
body.woocommerce-page .ff-footer__logo {
    height: 48px !important;
    max-height: 48px !important;
    width: auto !important;
    max-width: none !important;
    object-fit: contain;
}

@media (max-width: 768px) {
    body.woocommerce .ff-brand__logo,
    body.woocommerce-page .ff-brand__logo {
        height: 34px !important;
        max-height: 34px !important;
    }

    body.woocommerce .ff-footer__logo,
    body.woocommerce-page .ff-footer__logo {
        height: 40px !important;
        max-height: 40px !important;
    }
}

/* Global header theme: black header + white menu text */
.ff-header {
    background: #000000 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14) !important;
}

.ff-nav__link,
.ff-header .ff-nav__link,
.ff-header .ff-nav__item--shop .ff-nav__link,
.ff-header .ff-nav__item--shop .ff-nav__link::after {
    color: #ffffff !important;
}

.ff-header .ff-nav__link:hover,
.ff-header .ff-nav__link--active,
.ff-header .ff-nav__item--shop.is-active > .ff-nav__link {
    color: #ffffff !important;
    opacity: 0.86;
}

.ff-header .ff-nav__link--active::after {
    background: #ffffff !important;
}

.ff-header .ff-cart-trigger,
.ff-header .ff-menu-trigger,
.ff-header .ff-account-cta {
    color: #ffffff !important;
}

.ff-header .ff-cart-trigger {
    border-color: rgba(255, 255, 255, 0.35) !important;
}

.ff-header .ff-nav__dropdown {
    background: #000000 !important;
    border: 1px solid rgba(255, 255, 255, 0.18) !important;
}

.ff-header .ff-nav__dropdown-link {
    color: #ffffff !important;
}

.ff-header .ff-nav__dropdown-link:hover,
.ff-header .ff-nav__dropdown-link.is-active {
    background: rgba(255, 255, 255, 0.1) !important;
    color: #ffffff !important;
}

/* Fix: remove active-underline rectangle on Shop dropdown arrow */
.ff-header .ff-nav__item--shop .ff-nav__link--active::after,
.ff-header .ff-nav__item--shop.is-active > .ff-nav__link::after {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

/* Homepage header cart parity: match cart button style with other pages */
.ff-header--home-v2 .ff-cart-trigger,
.ff-header--home-v2 .ff-menu-trigger {
    background: linear-gradient(135deg, rgba(252, 202, 42, 0.16), rgba(53, 53, 52, 0.82)) !important;
    border: 1px solid rgba(252, 202, 42, 0.18) !important;
    color: #ffffff !important;
}


/* Header logo alignment refinement */
.ff-brand {
    margin-left: 0.25rem !important;
}

@media (max-width: 768px) {
    .ff-brand {
        margin-left: 0.15rem !important;
    }
}

/* Primary button hover shade (derived from #9cc32a) */
.ff-button--primary:hover,
.ff-button--primary:focus-visible {
    background: #85ad1f !important;
    color: #ffffff !important;
}

/* Hard fix: Contact WhatsApp button compact */
body.page-contact .ff-contactus__whatsapp-info,
body.page-contact-us .ff-contactus__whatsapp-info,
body.page-template-page-contact-php .ff-contactus__whatsapp-info,
body.page-template-page-contact-us-php .ff-contactus__whatsapp-info {
    min-height: 1.78rem !important;
    height: auto !important;
    padding: 0.04rem 0.62rem !important;
    font-size: 0.68rem !important;
    letter-spacing: 0px;
    line-height: 1 !important;
    justify-content: center !important;
    width: 100% !important;
}

body.page-contact .ff-contactus__whatsapp-info .fa-whatsapp,
body.page-contact-us .ff-contactus__whatsapp-info .fa-whatsapp,
body.page-template-page-contact-php .ff-contactus__whatsapp-info .fa-whatsapp,
body.page-template-page-contact-us-php .ff-contactus__whatsapp-info .fa-whatsapp {
    font-size: 0.76rem !important;
}



/* About Page (Refactored: zero-visual-diff) */
/* About page base */
:is(body.page-about-us, body.page-template-page-about-us, body.page-template-page-about-us-php) {
    background: #ffffff !important;
    color: #111111 !important;
}

:is(body.page-about-us, body.page-template-page-about-us, body.page-template-page-about-us-php) .ff-main {
    background: #ffffff;
}

:is(body.page-about-us, body.page-template-page-about-us, body.page-template-page-about-us-php) .ff-section--about {
    background: #ffffff !important;
    padding: clamp(2.5rem, 5vw, 5rem) 0;
}

/* Typography + core contrast */
:is(body.page-about-us, body.page-template-page-about-us, body.page-template-page-about-us-php) :is(.ff-display, .ff-section-title, .ff-card-title, .ff-copy, .ff-copy--tiny, .ff-team-card .ff-copy, .ff-kicker) {
    color: #111111 !important;
}

:is(body.page-about-us, body.page-template-page-about-us, body.page-template-page-about-us-php) .ff-about-pillars__icon {
    color: #9cc32a !important;
}

/* Hero */
:is(body.page-about-us, body.page-template-page-about-us, body.page-template-page-about-us-php) .ff-race-hero {
    display: grid;
    grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr) !important;
    gap: clamp(1.5rem, 3vw, 3rem);
    align-items: start;
    min-height: auto;
}

:is(body.page-about-us, body.page-template-page-about-us, body.page-template-page-about-us-php) .ff-race-hero__image-wrap {
    justify-self: start;
    width: 100%;
    max-width: 480px;
    aspect-ratio: 4 / 5;
    min-height: clamp(13rem, 26vh, 17rem) !important;
    max-height: clamp(15rem, 34vh, 21rem) !important;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.08);
}

:is(body.page-about-us, body.page-template-page-about-us, body.page-template-page-about-us-php) .ff-race-hero__image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

:is(body.page-about-us, body.page-template-page-about-us, body.page-template-page-about-us-php) .ff-race-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, rgba(0, 0, 0, 0.18) 100%);
}

:is(body.page-about-us, body.page-template-page-about-us, body.page-template-page-about-us-php) .ff-race-hero__content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-width: 720px;
    padding-top: 0.35rem;
}

:is(body.page-about-us, body.page-template-page-about-us, body.page-template-page-about-us-php) .ff-display--about {
    font-size: clamp(2.2rem, 4vw, 3.5rem);
    line-height: 1.02;
    letter-spacing: 0px;
    color: #111111;
}

:is(body.page-about-us, body.page-template-page-about-us, body.page-template-page-about-us-php) .ff-race-hero__content .ff-copy {
    font-size: 1rem;
    line-height: 1.75;
    max-width: 64ch;
}

:is(body.page-about-us, body.page-template-page-about-us, body.page-template-page-about-us-php) .ff-race-hero__content .ff-copy--lead {
    font-size: 1.08rem;
    color: #111111 !important;
    font-weight: 500;
}

:is(body.page-about-us, body.page-template-page-about-us, body.page-template-page-about-us-php) .ff-race-hero__content .ff-copy--closing {
    border-left: 3px solid #9cc32a;
    margin-top: 0.2rem;
    padding-left: 0.75rem;
}

/* Story grid + cards */
:is(body.page-about-us, body.page-template-page-about-us, body.page-template-page-about-us-php) .ff-about-image {
    max-height: clamp(16rem, 40vh, 22rem);
}

:is(body.page-about-us, body.page-template-page-about-us, body.page-template-page-about-us-php) :is(.ff-card, .ff-team-card) {
    background: #ffffff !important;
    border: 1px solid rgba(17, 17, 17, 0.06);
    border-radius: 22px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    backdrop-filter: blur(8px);
}

/* Kept to preserve existing page-scope behavior for generic content containers */
:is(body.page-about-us, body.page-template-page-about-us, body.page-template-page-about-us-php) :is(.ff-page-content > *, .ff-contact-panel) {
    background: #ffffff !important;
    border: 1px solid #eceae4;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.04);
}

/* Responsive */
@media (max-width: 980px) {
    :is(body.page-about-us, body.page-template-page-about-us, body.page-template-page-about-us-php) .ff-race-hero {
        grid-template-columns: 1fr;
        gap: 0.9rem;
    }

    :is(body.page-about-us, body.page-template-page-about-us, body.page-template-page-about-us-php) .ff-race-hero__image-wrap {
        width: 100%;
        max-height: 17rem !important;
        min-height: 12.5rem !important;
    }
}

@media (max-width: 900px) {
    :is(body.page-about-us, body.page-template-page-about-us, body.page-template-page-about-us-php) .ff-race-hero__image-wrap {
        max-width: 100%;
        aspect-ratio: 16 / 10;
    }
}


/* ABOUT US PAGE ONLY (User Provided Preview) */
:is(body.page-about-us, body.page-template-page-about-us, body.page-template-page-about-us-php) {
    background: #ffffff !important;
    color: #111111 !important;
}

:is(body.page-about-us, body.page-template-page-about-us, body.page-template-page-about-us-php) .ff-main,
:is(body.page-about-us, body.page-template-page-about-us, body.page-template-page-about-us-php) .ff-section--about {
    background: linear-gradient(180deg, #fbfbf9 0%, #ffffff 100%) !important;
}

:is(body.page-about-us, body.page-template-page-about-us, body.page-template-page-about-us-php) .ff-section--about {
    padding: clamp(2rem, 4vw, 4rem) 0 !important;
}

:is(body.page-about-us, body.page-template-page-about-us, body.page-template-page-about-us-php) .ff-shell.ff-stack-lg {
    gap: clamp(1.5rem, 2.5vw, 2.5rem);
}

:is(body.page-about-us, body.page-template-page-about-us, body.page-template-page-about-us-php)
:is(.ff-display, .ff-section-title, .ff-card-title, .ff-copy, .ff-copy--tiny, .ff-team-card .ff-copy, .ff-kicker) {
    color: #111111 !important;
}

:is(body.page-about-us, body.page-template-page-about-us, body.page-template-page-about-us-php) .ff-kicker {
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #7b7b72 !important;
}

:is(body.page-about-us, body.page-template-page-about-us, body.page-template-page-about-us-php) .ff-about-pillars__icon {
    color: #9cc32a !important;
}

/* HERO */
:is(body.page-about-us, body.page-template-page-about-us, body.page-template-page-about-us-php) .ff-race-hero {
    display: grid !important;
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr) !important;
    gap: clamp(1.25rem, 2.5vw, 2.25rem) !important;
    align-items: start !important;
    min-height: auto !important;
}

:is(body.page-about-us, body.page-template-page-about-us, body.page-template-page-about-us-php) .ff-race-hero__image-wrap {
    position: relative;
    justify-self: start;
    width: min(100%, 420px) !important;
    min-height: 0 !important;
    max-height: none !important;
    aspect-ratio: 4 / 4.8;
    overflow: hidden;
    border-radius: 18px !important;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.07) !important;
    background: #f2f2ee;
}

:is(body.page-about-us, body.page-template-page-about-us, body.page-template-page-about-us-php) .ff-race-hero__image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    object-position: center;
}

:is(body.page-about-us, body.page-template-page-about-us, body.page-template-page-about-us-php) .ff-race-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
    180deg,
    rgba(255,255,255,0.04) 0%,
    rgba(0,0,0,0.16) 100%
  ) !important;
    pointer-events: none;
}

:is(body.page-about-us, body.page-template-page-about-us, body.page-template-page-about-us-php) .ff-race-hero__content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 0.9rem;
    max-width: 68ch;
    padding-top: 0.2rem;
}

:is(body.page-about-us, body.page-template-page-about-us, body.page-template-page-about-us-php) .ff-display--about {
    font-size: clamp(2rem, 3.2vw, 2.9rem) !important;
    line-height: 1.03 !important;
    letter-spacing: 0px;
    margin: 0;
    text-wrap: balance;
}

:is(body.page-about-us, body.page-template-page-about-us, body.page-template-page-about-us-php) .ff-race-hero__content .ff-copy {
    font-size: 0.98rem !important;
    line-height: 1.72 !important;
    color: rgba(17, 17, 17, 0.78) !important;
    max-width: 62ch;
    margin: 0;
}

:is(body.page-about-us, body.page-template-page-about-us, body.page-template-page-about-us-php) .ff-race-hero__content .ff-copy--lead {
    font-size: 1.03rem !important;
    line-height: 1.72 !important;
    font-weight: 500;
    color: #111111 !important;
}

:is(body.page-about-us, body.page-template-page-about-us, body.page-template-page-about-us-php) .ff-race-hero__content .ff-copy--closing {
    border-left: 3px solid #9cc32a;
    padding-left: 0.8rem;
    margin-top: 0.15rem;
}

/* STORY SECTION */
:is(body.page-about-us, body.page-template-page-about-us, body.page-template-page-about-us-php) .ff-about-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
    gap: clamp(1.25rem, 2.5vw, 2rem);
    align-items: start;
    margin-bottom: 0;
}

:is(body.page-about-us, body.page-template-page-about-us, body.page-template-page-about-us-php) .ff-about-copy {
    display: flex;
    flex-direction: column;
    gap: 0.95rem;
}

:is(body.page-about-us, body.page-template-page-about-us, body.page-template-page-about-us-php) .ff-about-copy .ff-section-title {
    font-size: clamp(1.55rem, 2.2vw, 2.1rem);
    line-height: 1.08;
    margin: 0;
}

:is(body.page-about-us, body.page-template-page-about-us, body.page-template-page-about-us-php) .ff-about-copy .ff-copy {
    color: rgba(17, 17, 17, 0.78) !important;
    line-height: 1.72;
}

:is(body.page-about-us, body.page-template-page-about-us, body.page-template-page-about-us-php) .ff-about-pillars {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

:is(body.page-about-us, body.page-template-page-about-us, body.page-template-page-about-us-php) .ff-about-image {
    overflow: hidden;
    border-radius: 18px;
    max-height: 24rem;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
}

:is(body.page-about-us, body.page-template-page-about-us, body.page-template-page-about-us-php) .ff-about-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

/* CARDS */
:is(body.page-about-us, body.page-template-page-about-us, body.page-template-page-about-us-php)
:is(.ff-card, .ff-team-card, .ff-page-content > *, .ff-contact-panel) {
    background: #ffffff !important;
    border: 1px solid #eceae4 !important;
    border-radius: 18px !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.045) !important;
    backdrop-filter: none !important;
}

:is(body.page-about-us, body.page-template-page-about-us, body.page-template-page-about-us-php) .ff-card {
    padding: 1.25rem;
}

:is(body.page-about-us, body.page-template-page-about-us, body.page-template-page-about-us-php) .ff-team-card__body {
    padding: 1.25rem;
}

:is(body.page-about-us, body.page-template-page-about-us, body.page-template-page-about-us-php) .ff-card-title {
    line-height: 1.14;
    margin-bottom: 0.35rem;
}

:is(body.page-about-us, body.page-template-page-about-us, body.page-template-page-about-us-php) .ff-card .ff-copy,
:is(body.page-about-us, body.page-template-page-about-us, body.page-template-page-about-us-php) .ff-team-card .ff-copy {
    color: rgba(17, 17, 17, 0.76) !important;
    line-height: 1.68;
}

/* DELIVER SECTION */
:is(body.page-about-us, body.page-template-page-about-us, body.page-template-page-about-us-php) .ff-section-head {
    margin-bottom: 0.25rem;
}

:is(body.page-about-us, body.page-template-page-about-us, body.page-template-page-about-us-php) .ff-section-head .ff-section-title {
    font-size: clamp(1.55rem, 2.1vw, 2.1rem);
    line-height: 1.08;
    max-width: 18ch;
}

/* TEAM GRID */
:is(body.page-about-us, body.page-template-page-about-us, body.page-template-page-about-us-php) .ff-team-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

/* CTA MEDIA CARD */
:is(body.page-about-us, body.page-template-page-about-us, body.page-template-page-about-us-php) .ff-card--media {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
    gap: 1.25rem;
    align-items: center;
    overflow: hidden;
}

:is(body.page-about-us, body.page-template-page-about-us, body.page-template-page-about-us-php) .ff-card--media__copy {
    padding: 0.25rem;
}

:is(body.page-about-us, body.page-template-page-about-us, body.page-template-page-about-us-php) .ff-card--media__image {
    width: 100%;
    height: 100%;
    max-height: 21rem;
    object-fit: contain;
    border-radius: 14px;
    display: block;
}

/* About page ID fallback: match the original media-card image layout. */
body.page-id-19 .ff-card--media {
    display: grid;
    grid-template-columns: 1fr 0.85fr;
    gap: 1rem;
    align-items: center;
}

body.page-id-19 .ff-card--media__copy {
    padding: 0.25rem;
}

body.page-id-19 .ff-card--media__image {
    border-radius: var(--ff-radius-md);
    height: 100%;
    object-fit: cover;
    width: 100%;
    display: block;
}

/* BUTTON AREA */
:is(body.page-about-us, body.page-template-page-about-us, body.page-template-page-about-us-php) .ff-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-top: 0.5rem;
}

/* TABLET */
@media (max-width: 980px) {
    :is(body.page-about-us, body.page-template-page-about-us, body.page-template-page-about-us-php) .ff-race-hero,
    :is(body.page-about-us, body.page-template-page-about-us, body.page-template-page-about-us-php) .ff-about-grid,
    :is(body.page-about-us, body.page-template-page-about-us, body.page-template-page-about-us-php) .ff-card--media,
    body.page-id-19 .ff-card--media {
        grid-template-columns: 1fr !important;
    }

    :is(body.page-about-us, body.page-template-page-about-us, body.page-template-page-about-us-php) .ff-race-hero {
        gap: 1rem !important;
    }

    :is(body.page-about-us, body.page-template-page-about-us, body.page-template-page-about-us-php) .ff-race-hero__image-wrap {
        width: 100% !important;
        max-width: 100% !important;
        aspect-ratio: 16 / 10;
        max-height: 18rem !important;
    }

    :is(body.page-about-us, body.page-template-page-about-us, body.page-template-page-about-us-php) .ff-team-grid {
        grid-template-columns: 1fr;
    }

    :is(body.page-about-us, body.page-template-page-about-us, body.page-template-page-about-us-php) .ff-section-head .ff-section-title {
        max-width: none;
    }
}

/* MOBILE */
@media (max-width: 640px) {
    :is(body.page-about-us, body.page-template-page-about-us, body.page-template-page-about-us-php) .ff-section--about {
        padding: 1.4rem 0 2.4rem !important;
    }

    :is(body.page-about-us, body.page-template-page-about-us, body.page-template-page-about-us-php) .ff-display--about {
        font-size: clamp(1.8rem, 8vw, 2.25rem) !important;
    }

    :is(body.page-about-us, body.page-template-page-about-us, body.page-template-page-about-us-php) .ff-about-pillars {
        grid-template-columns: 1fr;
    }

    :is(body.page-about-us, body.page-template-page-about-us, body.page-template-page-about-us-php) .ff-card,
    :is(body.page-about-us, body.page-template-page-about-us, body.page-template-page-about-us-php) .ff-team-card__body {
        padding: 1rem;
    }
}

/* ABOUT US - use "What To Do Next" container rhythm for top sections */
:is(body.page-about-us, body.page-template-page-about-us, body.page-template-page-about-us-php) .ff-race-hero,
:is(body.page-about-us, body.page-template-page-about-us, body.page-template-page-about-us-php) .ff-about-grid.ff-about-grid--story {
    background: #ffffff !important;
    border: 1px solid #eceae4 !important;
    border-radius: 18px !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.045) !important;
    padding: 50px !important;
    align-items: center !important;
}

:is(body.page-about-us, body.page-template-page-about-us, body.page-template-page-about-us-php) .ff-about-grid.ff-about-grid--story {
    margin-top: 50px !important;
}

/* Thin separator feel between major sections */
:is(body.page-about-us, body.page-template-page-about-us, body.page-template-page-about-us-php) .ff-about-grid.ff-about-grid--story,
:is(body.page-about-us, body.page-template-page-about-us, body.page-template-page-about-us-php) .ff-card--media {
    position: relative;
}

:is(body.page-about-us, body.page-template-page-about-us, body.page-template-page-about-us-php) .ff-about-grid.ff-about-grid--story::before,
:is(body.page-about-us, body.page-template-page-about-us, body.page-template-page-about-us-php) .ff-card--media::before {
    content: '';
    position: absolute;
    left: 50px;
    right: 50px;
    top: -25px;
    border-top: 1px solid #e8e8e2;
}

/* First section image smaller + centered */
:is(body.page-about-us, body.page-template-page-about-us, body.page-template-page-about-us-php) .ff-race-hero__image-wrap {
    width: min(100%, 420px) !important;
    max-width: 420px !important;
    justify-self: center !important;
    align-self: center !important;
    margin-inline: auto !important;
}

/* Second section image centered to match */
:is(body.page-about-us, body.page-template-page-about-us, body.page-template-page-about-us-php) .ff-about-image {
    width: min(100%, 420px) !important;
    max-width: 420px !important;
    justify-self: center !important;
    align-self: center !important;
    margin-inline: auto !important;
}

@media (max-width: 980px) {
    :is(body.page-about-us, body.page-template-page-about-us, body.page-template-page-about-us-php) .ff-race-hero,
    :is(body.page-about-us, body.page-template-page-about-us, body.page-template-page-about-us-php) .ff-about-grid.ff-about-grid--story {
        padding: 28px !important;
    }

    :is(body.page-about-us, body.page-template-page-about-us, body.page-template-page-about-us-php) .ff-about-grid.ff-about-grid--story::before,
    :is(body.page-about-us, body.page-template-page-about-us, body.page-template-page-about-us-php) .ff-card--media::before {
        left: 20px;
        right: 20px;
        top: -14px;
    }
}

/* ABOUT US - mirror only marked card (section 2) */
:is(body.page-about-us, body.page-template-page-about-us, body.page-template-page-about-us-php) .ff-card--media--mirror .ff-card--media__copy {
    order: 2;
}

:is(body.page-about-us, body.page-template-page-about-us, body.page-template-page-about-us-php) .ff-card--media--mirror .ff-card--media__image {
    order: 1;
}

/* ABOUT US - spacing polish for current 3-section layout */
:is(body.page-about-us, body.page-template-page-about-us, body.page-template-page-about-us-php) .ff-section--about {
    padding-top: 52px !important;
    padding-bottom: 0 !important;
}

:is(body.page-about-us, body.page-template-page-about-us, body.page-template-page-about-us-php) .ff-main {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

:is(body.page-about-us, body.page-template-page-about-us, body.page-template-page-about-us-php) .ff-shell.ff-stack-lg > .ff-card--media:first-child::before {
    display: none !important;
}

/* ABOUT US - section 2 title sizing/wrapping */
:is(body.page-about-us, body.page-template-page-about-us, body.page-template-page-about-us-php) .ff-card--media--mirror .ff-section-title--offer {
    font-size: clamp(1.28rem, 1.85vw, 1.72rem) !important;
    line-height: 1.16 !important;
    max-width: 24ch;
    text-wrap: balance;
}

/* ABOUT US - deterministic top/bottom spacing fix */
:is(body.page-about-us, body.page-template-page-about-us, body.page-template-page-about-us-php) .ff-about-top-spacer {
    height: 30px;
}

:is(body.page-about-us, body.page-template-page-about-us, body.page-template-page-about-us-php) .ff-section--about {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

:is(body.page-about-us, body.page-template-page-about-us, body.page-template-page-about-us-php) .ff-shell.ff-stack-lg {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

:is(body.page-about-us, body.page-template-page-about-us, body.page-template-page-about-us-php) .ff-shell.ff-stack-lg > :last-child {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

:is(body.page-about-us, body.page-template-page-about-us, body.page-template-page-about-us-php) .ff-main {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

:is(body.page-about-us, body.page-template-page-about-us, body.page-template-page-about-us-php) .ff-footer {
    margin-top: 0 !important;
}


/* Homepage product split titles */
.ff-section-title--split {
    color: #111111 !important;
    display: grid;
    gap: 0.22rem;
    line-height: 1.12;
    max-width: 100%;
    overflow-wrap: anywhere;
}

.ff-section-title--split .ff-title-main,
.ff-section-title--split .ff-title-sub {
    color: #111111 !important;
    display: block;
    max-width: 100%;
}

.ff-section-title--split .ff-title-main {
    font-size: 0.7em;
    white-space: nowrap;
}

.ff-section-title--split .ff-title-sub {
    font-size: 0.56em;
    font-weight: 600;
    letter-spacing: 0px;
    white-space: nowrap;
}

.ff-section-title--split-rp .ff-title-main {
    font-size: 0.7em;
    letter-spacing: 0px;
}


.ff-section-title--split-rp .ff-title-sub {
    font-size: 0.56em;
}


@media (max-width: 1200px) {
    .ff-section-title--split .ff-title-main,
    .ff-section-title--split .ff-title-sub {
        white-space: normal;
    }
}



/* Homepage Banner Replacement */
.ff-home-banner {
    margin: 0;
    width: 100%;
}

.ff-home-banner__link {
    background: #0f1113;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.ff-home-banner__image {
    display: block;
    height: auto;
    max-height: calc(120vh - var(--ff-header-height));
    object-fit: contain;
    object-position: center top;
    transition: filter 360ms ease, transform 360ms ease;
    width: 100%;
}

.ff-home-banner__link::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.04) 20%, rgba(0, 0, 0, 0.26) 100%);
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
}

.ff-home-banner__cta {
    align-items: center;
    background: rgba(255, 255, 255, 0.94);
    border-radius: 999px;
    bottom: clamp(0.9rem, 2vw, 1.3rem);
    color: #111111;
    display: inline-flex;
    font-family: "Space Grotesk", sans-serif;
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0px;
    min-height: 2.2rem;
    padding: 0 0.95rem;
    position: absolute;
    right: clamp(0.9rem, 2vw, 1.3rem);
    text-transform: uppercase;
    z-index: 1;
}

.ff-home-banner__link:hover,
.ff-home-banner__link:focus-visible {
    filter: saturate(1.03);
    transform: translateY(-2px);
}

.ff-home-banner__link:hover .ff-home-banner__image,
.ff-home-banner__link:focus-visible .ff-home-banner__image {
    filter: brightness(1.03) contrast(1.05);
    transform: scale(1.01);
}

.ff-home-banner__link:focus-visible {
    outline: 2px solid var(--ff-accent);
    outline-offset: -2px;
}

@media (max-width: 900px) {
    .ff-home-banner__image {
        max-height: 120svh;
    }

    .ff-home-banner__cta {
        bottom: 0.75rem;
        font-size: 0.68rem;
        min-height: 2rem;
        right: 0.75rem;
    }
}



/* Global typography override: Archivo Narrow */
body,
button,
input,
select,
textarea,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
li,
label,
small,
strong,
em,
th,
td,
caption,
blockquote,
figcaption,
.ff-main,
.ff-header,
.ff-footer,
.ff-card,
.ff-button {
    font-family: "Archivo Narrow", sans-serif !important;
}

/* Preserve icon fonts */
.material-symbols-outlined {
    font-family: "Material Symbols Outlined" !important;
}

.fa,
.fab,
.fas,
.fa-brands,
.fa-solid,
[class^="fa-"],
[class*=" fa-"] {
    font-family: "Font Awesome 6 Free", "Font Awesome 6 Brands" !important;
}


/* Header menu typography size increase (desktop + mobile) */
.ff-header .ff-nav__link,
.ff-nav__link {
    font-size: 0.92rem !important;
}

.ff-header .ff-nav__dropdown-link,
.ff-nav__dropdown-link {
    font-size: 0.86rem !important;
}

.ff-mobile-nav a,
.ff-mobile-nav__details summary,
.ff-mobile-nav__submenu-link {
    font-size: 0.92rem !important;
}

/* Global Header Lock (all pages / all header variants) */
:root {
    --ff-header-height: 88px;
}

.ff-header,
.ff-header.ff-header--home-v2 {
    background: #000000 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14) !important;
    box-shadow: none !important;
}

.ff-header .ff-header__inner,
.ff-header.ff-header--home-v2 .ff-header__inner {
    min-height: var(--ff-header-height) !important;
}

.ff-header .ff-brand__logo,
.ff-header.ff-header--home-v2 .ff-brand__logo {
    height: 80px !important;
    width: auto !important;
    max-width: none !important;
    object-fit: contain !important;
}

.ff-header .ff-nav__link,
.ff-header.ff-header--home-v2 .ff-nav__link,
.ff-header .ff-nav__item--shop .ff-nav__link,
.ff-header.ff-header--home-v2 .ff-nav__item--shop .ff-nav__link {
    color: #ffffff !important;
    font-size: 0.96rem !important;
    opacity: 1 !important;
}

.ff-header .ff-nav__link:hover,
.ff-header .ff-nav__link--active,
.ff-header.ff-header--home-v2 .ff-nav__link:hover,
.ff-header.ff-header--home-v2 .ff-nav__link--active,
.ff-header .ff-nav__item--shop.is-active > .ff-nav__link,
.ff-header.ff-header--home-v2 .ff-nav__item--shop.is-active > .ff-nav__link {
    color: #ffffff !important;
    opacity: 0.86 !important;
}

.ff-header .ff-nav__dropdown,
.ff-header.ff-header--home-v2 .ff-nav__dropdown {
    background: #000000 !important;
    border: 1px solid rgba(255, 255, 255, 0.18) !important;
}

.ff-header .ff-nav__dropdown-link,
.ff-header.ff-header--home-v2 .ff-nav__dropdown-link {
    color: #ffffff !important;
    font-size: 0.9rem !important;
}

.ff-header .ff-nav__dropdown-link:hover,
.ff-header .ff-nav__dropdown-link.is-active,
.ff-header.ff-header--home-v2 .ff-nav__dropdown-link:hover,
.ff-header.ff-header--home-v2 .ff-nav__dropdown-link.is-active {
    background: rgba(255, 255, 255, 0.1) !important;
    color: #ffffff !important;
}

.ff-header .ff-cart-trigger,
.ff-header .ff-menu-trigger,
.ff-header .ff-account-cta,
.ff-header.ff-header--home-v2 .ff-cart-trigger,
.ff-header.ff-header--home-v2 .ff-menu-trigger,
.ff-header.ff-header--home-v2 .ff-account-cta {
    color: #ffffff !important;
    border-color: rgba(255, 255, 255, 0.35) !important;
}

.ff-mobile-nav a,
.ff-mobile-nav__details summary,
.ff-mobile-nav__submenu-link {
    font-size: 0.96rem !important;
}

@media (max-width: 820px) {
    :root {
        --ff-header-height: 78px;
    }

    .ff-header .ff-brand__logo,
    .ff-header.ff-header--home-v2 .ff-brand__logo {
        height: 62px !important;
    }
}

/* News & Events hero contrast fix (page-id-20 only) */
body.page-id-20 .ff-section--news .ff-news-hero {
    border-radius: 1.15rem;
    isolation: isolate;
}

body.page-id-20 .ff-section--news .ff-news-hero__image {
    opacity: 0.66;
    filter: saturate(0.92) contrast(1.04);
}

body.page-id-20 .ff-section--news .ff-news-hero__overlay {
    background:
        linear-gradient(96deg, rgba(8, 8, 8, 0.88) 0%, rgba(8, 8, 8, 0.46) 48%, rgba(8, 8, 8, 0.26) 100%),
        linear-gradient(180deg, rgba(8, 8, 8, 0.06) 40%, rgba(8, 8, 8, 0.94) 100%);
}

body.page-id-20 .ff-section--news .ff-news-hero .ff-kicker,
body.page-id-20 .ff-section--news .ff-news-hero .ff-display,
body.page-id-20 .ff-section--news .ff-news-hero .ff-display span,
body.page-id-20 .ff-section--news .ff-news-hero .ff-copy,
body.page-id-20 .ff-section--news .ff-news-hero__meta span {
    color: #ffffff !important;
}

body.page-id-20 .ff-section--news .ff-news-hero__meta span {
    opacity: 0.9;
}

/* News & Events race calendar contrast fix (page-id-20 only) */
body.page-id-20 .ff-news-block,
body.page-id-20 .ff-news-media-block,
body.page-id-20 .ff-news-event-card,
body.page-id-20 .ff-news-post-card {
    color: #111111 !important;
}

body.page-id-20 .ff-news-head .ff-section-title,
body.page-id-20 .ff-news-head .ff-kicker,
body.page-id-20 .ff-news-event-card__top .ff-card-title,
body.page-id-20 .ff-news-event-card__stats strong,
body.page-id-20 .ff-news-event-card__footer span,
body.page-id-20 .ff-news-post-card__body .ff-card-title a {
    color: #111111 !important;
}

body.page-id-20 .ff-news-event-card__stats p,
body.page-id-20 .ff-news-admin-intro .ff-copy,
body.page-id-20 .ff-news-post-card__body .ff-kicker,
body.page-id-20 .ff-news-post-card__body .ff-copy,
body.page-id-20 .ff-news-event-card__footer {
    color: rgba(17, 17, 17, 0.82) !important;
}

body.page-id-20 .ff-news-event-card,
body.page-id-20 .ff-news-post-card {
    background: #ffffff !important;
    border-color: #d9dfc8 !important;
}

body.page-id-20 .ff-news-status.is-live,
body.page-id-20 .ff-news-status.is-upcoming {
    color: #111111 !important;
}

body.page-id-20 .ff-news-block .ff-button,
body.page-id-20 .ff-news-media-block .ff-button {
    color: #111111 !important;
    border-color: #111111 !important;
}

body.page-id-20 .ff-news-block .ff-button:hover,
body.page-id-20 .ff-news-media-block .ff-button:hover {
    background: #111111 !important;
    color: #ffffff !important;
}

/* Global header logo parity on WooCommerce pages (match all other pages) */
body.woocommerce .ff-header .ff-brand__logo,
body.woocommerce-page .ff-header .ff-brand__logo {
    height: 80px !important;
    max-height: 80px !important;
    width: auto !important;
    max-width: none !important;
    object-fit: contain !important;
}

body.woocommerce .ff-header .ff-header__inner,
body.woocommerce-page .ff-header .ff-header__inner {
    min-height: var(--ff-header-height) !important;
}

@media (max-width: 820px) {
    body.woocommerce .ff-header .ff-brand__logo,
    body.woocommerce-page .ff-header .ff-brand__logo {
        height: 62px !important;
        max-height: 62px !important;
    }
}

/* Toyota GR86 category: 3-column showcase row */
.ff-gr86-showcase {
    display: grid;
    gap: clamp(0.7rem, 1.6vw, 1rem);
    grid-template-columns: 33.3% 33.3% 33.3%;
    width: 100%;
}

.ff-gr86-showcase__item {
    align-items: center;
    background: #ffffff;
    border: 1px solid #e6e6e6;
    border-radius: 0.95rem;
    display: flex;
    justify-content: center;
    min-height: clamp(10rem, 18vw, 14rem);
    overflow: hidden;
    padding: clamp(0.45rem, 1.1vw, 0.8rem);
}

.ff-gr86-showcase__item img {
    display: block;
    height: auto;
    max-height: clamp(9.5rem, 17vw, 13.5rem);
    object-fit: contain;
    width: 100%;
}

.ff-gr86-showcase__item--empty {
    background: transparent;
    border: 0;
    box-shadow: none;
}

@media (max-width: 980px) {
    .ff-gr86-showcase {
        grid-template-columns: 1fr;
    }
}

/* Homepage banner: exact one-screen, edge-to-edge, no outer gaps */
.home .ff-main {
    margin: 0 !important;
    padding: 0 !important;
}

.home .ff-home-banner,
.home .ff-home-banner__link {
    border-radius: 0 !important;
    height: 100vh !important;
    margin: 0 !important;
    max-height: 100vh !important;
    min-height: 100vh !important;
    padding: 0 !important;
    width: 100vw !important;
}

.home .ff-home-banner__image {
    height: 100vh !important;
    inset: 0;
    margin: 0 !important;
    max-height: none !important;
    object-fit: cover !important;
    object-position: center center !important;
    padding: 0 !important;
    width: 100vw !important;
}

.home .ff-main > .ff-home-banner:first-child,
.home .ff-main > .ff-home-banner:first-child + * {
    margin-top: 0 !important;
}

@media (max-width: 900px) {
    .home .ff-home-banner,
    .home .ff-home-banner__link,
    .home .ff-home-banner__image {
        height: 100svh !important;
        max-height: 100svh !important;
        min-height: 100svh !important;
    }
}

/* Homepage banner no-scroll adjustment: subtract header height + crop top slightly */
.home .ff-home-banner,
.home .ff-home-banner__link {
    height: calc(100vh - var(--ff-header-height)) !important;
    max-height: calc(100vh - var(--ff-header-height)) !important;
    min-height: calc(100vh - var(--ff-header-height)) !important;
}

.home .ff-home-banner__image {
    height: calc(100vh - var(--ff-header-height)) !important;
    object-position: center 56% !important;
}

@media (max-width: 900px) {
    .home .ff-home-banner,
    .home .ff-home-banner__link,
    .home .ff-home-banner__image {
        height: calc(100svh - var(--ff-header-height)) !important;
        max-height: calc(100svh - var(--ff-header-height)) !important;
        min-height: calc(100svh - var(--ff-header-height)) !important;
    }
}

/* Homepage banner fit tuning: remove tiny bottom scroll and crop slightly from top */
.home .ff-home-banner,
.home .ff-home-banner__link {
    height: calc(100vh - var(--ff-header-height) - 6px) !important;
    max-height: calc(100vh - var(--ff-header-height) - 6px) !important;
    min-height: calc(100vh - var(--ff-header-height) - 6px) !important;
}

.home .ff-home-banner__image {
    height: calc(100vh - var(--ff-header-height) - 6px) !important;
    object-position: center 60% !important;
}

.admin-bar.home .ff-home-banner,
.admin-bar.home .ff-home-banner__link {
    height: calc(100vh - var(--ff-header-height) - var(--wp-admin--admin-bar--height, 32px) - 6px) !important;
    max-height: calc(100vh - var(--ff-header-height) - var(--wp-admin--admin-bar--height, 32px) - 6px) !important;
    min-height: calc(100vh - var(--ff-header-height) - var(--wp-admin--admin-bar--height, 32px) - 6px) !important;
}

.admin-bar.home .ff-home-banner__image {
    height: calc(100vh - var(--ff-header-height) - var(--wp-admin--admin-bar--height, 32px) - 6px) !important;
}

@media (max-width: 900px) {
    .home .ff-home-banner,
    .home .ff-home-banner__link,
    .home .ff-home-banner__image {
        height: calc(100svh - var(--ff-header-height) - 4px) !important;
        max-height: calc(100svh - var(--ff-header-height) - 4px) !important;
        min-height: calc(100svh - var(--ff-header-height) - 4px) !important;
    }

    .admin-bar.home .ff-home-banner,
    .admin-bar.home .ff-home-banner__link,
    .admin-bar.home .ff-home-banner__image {
        height: calc(100svh - var(--ff-header-height) - var(--wp-admin--admin-bar--height, 46px) - 4px) !important;
        max-height: calc(100svh - var(--ff-header-height) - var(--wp-admin--admin-bar--height, 46px) - 4px) !important;
        min-height: calc(100svh - var(--ff-header-height) - var(--wp-admin--admin-bar--height, 46px) - 4px) !important;
    }
}

/* Homepage banner final fit: full screen with slightly lower framing */
.home .ff-home-banner,
.home .ff-home-banner__link {
    height: calc(100vh - var(--ff-header-height)) !important;
    max-height: calc(100vh - var(--ff-header-height)) !important;
    min-height: calc(100vh - var(--ff-header-height)) !important;
}

.home .ff-home-banner__image {
    height: calc(100vh - var(--ff-header-height)) !important;
    object-position: center 63% !important;
}

.admin-bar.home .ff-home-banner,
.admin-bar.home .ff-home-banner__link,
.admin-bar.home .ff-home-banner__image {
    height: calc(100vh - var(--ff-header-height) - var(--wp-admin--admin-bar--height, 32px)) !important;
    max-height: calc(100vh - var(--ff-header-height) - var(--wp-admin--admin-bar--height, 32px)) !important;
    min-height: calc(100vh - var(--ff-header-height) - var(--wp-admin--admin-bar--height, 32px)) !important;
}

@media (max-width: 900px) {
    .home .ff-home-banner,
    .home .ff-home-banner__link,
    .home .ff-home-banner__image {
        height: calc(100svh - var(--ff-header-height)) !important;
        max-height: calc(100svh - var(--ff-header-height)) !important;
        min-height: calc(100svh - var(--ff-header-height)) !important;
    }

    .admin-bar.home .ff-home-banner,
    .admin-bar.home .ff-home-banner__link,
    .admin-bar.home .ff-home-banner__image {
        height: calc(100svh - var(--ff-header-height) - var(--wp-admin--admin-bar--height, 46px)) !important;
        max-height: calc(100svh - var(--ff-header-height) - var(--wp-admin--admin-bar--height, 46px)) !important;
        min-height: calc(100svh - var(--ff-header-height) - var(--wp-admin--admin-bar--height, 46px)) !important;
    }
}

/* Homepage banner framing fine-tune: show a bit more top while staying one-screen */
.home .ff-home-banner__image {
    object-position: center 58% !important;
}

/* Homepage banner framing final nudge */
.home .ff-home-banner__image {
    object-position: center 56% !important;
}

/* Toyota GR86 category enhancements only */
.tax-product_cat.term-toyota-gr86 .ff-product-grid--catalog {
    margin-top: 40px;
}

.tax-product_cat.term-toyota-gr86 .gr-category-logo {
    display: block;
    margin-bottom: 20px;
}

.tax-product_cat.term-toyota-gr86 .gr-category-logo img {
    display: block;
    max-width: 120px;
    width: 100%;
    height: auto;
}

.tax-product_cat.term-toyota-gr86 .gr86-category-banner {
    margin-bottom: 30px;
}

.tax-product_cat.term-toyota-gr86 .gr86-category-banner img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 400px;
    object-fit: contain;
    border-radius: 8px;
}

/* ========================================================================== */
/* Responsive Polish Pass (mobile + tablet only, desktop-safe)                */
/* ========================================================================== */

@media (max-width: 1024px) {
    .ff-body,
    .ff-main,
    .ff-section,
    .ff-page-shell {
        overflow-x: clip;
    }

    .ff-shell,
    .ff-header__inner,
    .ff-footer__inner,
    .ff-page-shell {
        width: min(100% - 1.5rem, 100%) !important;
    }

    .ff-section {
        padding-top: clamp(1.6rem, 4.5vw, 2.4rem);
        padding-bottom: clamp(1.6rem, 4.5vw, 2.4rem);
    }

    .ff-stack-lg {
        gap: clamp(1rem, 2.4vw, 1.5rem);
    }

    .ff-race-hero,
    .ff-about-grid,
    .ff-card--media,
    .ff-contact-grid,
    .ff-contactus {
        grid-template-columns: 1fr !important;
        gap: clamp(0.9rem, 2.8vw, 1.3rem);
    }

    .ff-race-hero__image-wrap,
    .ff-card--media__image,
    .ff-about-image {
        margin-inline: auto;
        max-width: 100% !important;
        width: 100% !important;
    }

    .ff-race-hero__image-wrap {
        aspect-ratio: 16 / 10 !important;
        min-height: 0 !important;
        max-height: clamp(14rem, 36vw, 20rem) !important;
    }

    .ff-race-hero__image,
    .ff-about-image img,
    .ff-card--media__image {
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: center;
    }

    body.page-id-19 .ff-card--media__image {
        object-fit: cover;
    }

    .ff-product-grid,
    .ff-product-grid--catalog,
    .ff-team-grid,
    .ff-collection-grid,
    .ff-news-post-grid,
    .ff-news-events-grid,
    .ffr-lineup__grid {
        gap: 0.9rem !important;
    }

    .ff-product-card,
    .ff-card,
    .ff-team-card,
    .ff-news-event-card,
    .ff-news-post-card,
    .ffr-lineup__card {
        border-radius: 14px;
    }

    .ff-product-card__actions,
    .ff-home-hero__actions,
    .ff-hero__actions,
    .ff-contact-form__actions,
    .ffr-lineup__footer {
        align-items: stretch;
        display: grid !important;
        gap: 0.6rem;
        grid-template-columns: 1fr;
    }

    .ff-product-card__actions .ff-button,
    .ff-home-hero__actions .ff-button,
    .ff-hero__actions .ff-button,
    .ff-contact-form__actions .ff-button,
    .ffr-lineup__cta {
        min-height: 2.7rem;
        width: 100%;
    }

    .ff-display,
    .ff-display--about,
    .ff-display--home-v2,
    .ff-section-title,
    .ff-card-title {
        text-wrap: balance;
    }

    .ff-copy,
    .ff-copy--tiny {
        max-width: 68ch;
    }

    /* Homepage cards with large product imagery/logos */
    .home .ff-card--telemetry-image .ff-telemetry-image {
        max-height: clamp(180px, 35vw, 280px) !important;
        transform: none !important;
        margin-top: clamp(0.4rem, 2vw, 1rem) !important;
    }

    .home .ff-card--telemetry-exedy .ff-telemetry-logo,
    .home .ff-card--telemetry-rp .ff-telemetry-logo,
    .home .ff-card--telemetry-projectmu .ff-telemetry-logo {
        max-width: min(78%, 320px) !important;
        top: 0.6rem !important;
    }

    /* Race car listing cards (plugin output) */
    .ffr-lineup__media {
        aspect-ratio: 16 / 10;
    }

    .ffr-lineup__media img {
        object-fit: contain;
        object-position: center;
    }

    .ffr-lineup__specs {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.6rem;
    }

    .ffr-lineup__specs li {
        padding: 0.7rem;
    }

    /* About page specific image control */
    :is(body.page-about-us, body.page-template-page-about-us, body.page-template-page-about-us-php) .ff-race-hero__image-wrap {
        aspect-ratio: 16 / 10 !important;
        max-height: clamp(13rem, 34vw, 18rem) !important;
    }

    :is(body.page-about-us, body.page-template-page-about-us, body.page-template-page-about-us-php) .ff-about-image {
        max-height: clamp(13rem, 35vw, 17rem) !important;
    }

    /* Header / footer breathing room */
    :root {
        --ff-header-height: 76px;
    }

    .ff-header .ff-header__inner,
    .ff-header.ff-header--home-v2 .ff-header__inner {
        min-height: var(--ff-header-height) !important;
    }

    .ff-header .ff-brand__logo,
    .ff-header.ff-header--home-v2 .ff-brand__logo,
    body.woocommerce .ff-header .ff-brand__logo,
    body.woocommerce-page .ff-header .ff-brand__logo {
        height: 58px !important;
        max-height: 58px !important;
    }

    .ff-footer__logo {
        height: 52px !important;
        max-height: 52px !important;
    }

    /* Keep homepage banner one-screen while preserving composition */
    .home .ff-home-banner,
    .home .ff-home-banner__link,
    .home .ff-home-banner__image {
        height: calc(100svh - var(--ff-header-height)) !important;
        max-height: calc(100svh - var(--ff-header-height)) !important;
        min-height: calc(100svh - var(--ff-header-height)) !important;
    }
}

@media (max-width: 820px) {
    .ff-shell,
    .ff-header__inner,
    .ff-footer__inner,
    .ff-page-shell {
        width: min(100% - 1rem, 100%) !important;
    }

    :root {
        --ff-header-height: 72px;
    }

    .ff-header .ff-brand__logo,
    .ff-header.ff-header--home-v2 .ff-brand__logo,
    body.woocommerce .ff-header .ff-brand__logo,
    body.woocommerce-page .ff-header .ff-brand__logo {
        height: 52px !important;
        max-height: 52px !important;
    }

    .ff-footer__logo {
        height: 46px !important;
        max-height: 46px !important;
    }

    .ff-display {
        font-size: clamp(2rem, 8.2vw, 3rem);
    }

    .ff-section-title {
        font-size: clamp(1.2rem, 5.8vw, 1.8rem);
    }

    .ff-card,
    .ff-product-card,
    .ff-contact-panel,
    .ffr-lineup__body,
    .ff-contactus__form-wrap,
    .ff-contactus__info {
        padding: 0.9rem !important;
    }

    .ffr-lineup__specs {
        grid-template-columns: 1fr;
    }

    .ff-contactus__submit,
    .ff-contactus__whatsapp,
    .ff-contactus__whatsapp-info {
        min-height: 2.5rem !important;
        padding: 0.45rem 0.8rem !important;
    }

    .ff-contactus__trust {
        margin-top: 0.25rem;
    }

    .ff-mobile-panel {
        width: min(92vw, 26rem);
    }
}

@media (max-width: 430px) {
    .ff-shell,
    .ff-header__inner,
    .ff-footer__inner,
    .ff-page-shell {
        width: min(100% - 0.85rem, 100%) !important;
    }

    .ff-section {
        padding-top: 1.2rem;
        padding-bottom: 1.2rem;
    }

    .ff-display {
        font-size: clamp(1.65rem, 8vw, 2.25rem);
        line-height: 1.04;
    }

    .ff-copy {
        font-size: 0.92rem;
        line-height: 1.58;
    }

    .ff-product-card__media,
    .ff-build-card__media,
    .ffr-lineup__media {
        aspect-ratio: 4 / 3;
    }

    .ffr-lineup__intro h2,
    .ffr-lineup__body h3 {
        font-size: clamp(1.18rem, 6.2vw, 1.5rem);
    }

    .ff-contactus__company-name {
        font-size: 1.55rem !important;
        line-height: 1.06;
    }

    .ff-contactus__company-reg {
        font-size: 0.74rem;
    }

    .home .ff-home-banner__cta {
        min-height: 1.9rem;
        font-size: 0.64rem;
        padding-inline: 0.65rem;
    }
}

/* ========================================================================== */
/* Toyota GR86 category focused responsive polish                              */
/* ========================================================================== */
.tax-product_cat.term-toyota-gr86 .ff-race-hero--catalog .ff-race-hero__content {
    gap: clamp(0.55rem, 1.4vw, 0.9rem);
}

.tax-product_cat.term-toyota-gr86 .gr86-category-banner {
    border-radius: 12px;
    margin-bottom: 1.1rem;
    overflow: hidden;
}

.tax-product_cat.term-toyota-gr86 .gr86-category-banner img {
    background: #f6f7f5;
    display: block;
    height: auto;
    max-height: clamp(180px, 28vw, 360px);
    object-fit: contain;
    object-position: center center;
    padding: clamp(0.3rem, 1vw, 0.7rem);
    width: 100%;
}

.tax-product_cat.term-toyota-gr86 .gr-category-logo {
    margin-bottom: 0.85rem;
}

.tax-product_cat.term-toyota-gr86 .gr-category-logo img {
    max-width: 110px;
}

@media (max-width: 1024px) {
    .tax-product_cat.term-toyota-gr86 .ff-section--catalog {
        padding-top: clamp(1.2rem, 3.6vw, 1.8rem);
        padding-bottom: clamp(1.4rem, 4vw, 2rem);
    }

    .tax-product_cat.term-toyota-gr86 .ff-race-hero--catalog {
        margin-bottom: 0.25rem;
    }

    .tax-product_cat.term-toyota-gr86 .ff-display--race {
        font-size: clamp(1.7rem, 5.4vw, 2.6rem);
        line-height: 1.05;
        text-wrap: balance;
    }

    .tax-product_cat.term-toyota-gr86 .ff-product-grid--catalog {
        gap: 0.9rem !important;
        margin-top: 22px !important;
    }

    .tax-product_cat.term-toyota-gr86 .ff-product-card__media {
        aspect-ratio: 4 / 3;
    }

    .tax-product_cat.term-toyota-gr86 .ff-product-card__body {
        padding: 0.9rem;
    }

    .tax-product_cat.term-toyota-gr86 .ff-product-card__actions {
        display: grid;
        gap: 0.55rem;
        grid-template-columns: 1fr;
    }

    .tax-product_cat.term-toyota-gr86 .ff-product-card__actions .ff-button {
        min-height: 2.65rem;
        width: 100%;
    }

    .tax-product_cat.term-toyota-gr86 .ff-copy,
    .tax-product_cat.term-toyota-gr86 .ff-price-note {
        font-size: 0.92rem;
        line-height: 1.58;
    }
}

@media (max-width: 820px) {
    .tax-product_cat.term-toyota-gr86 .gr86-category-banner {
        margin-bottom: 0.85rem;
    }

    .tax-product_cat.term-toyota-gr86 .gr86-category-banner img {
        max-height: 220px;
    }

    .tax-product_cat.term-toyota-gr86 .gr-category-logo {
        margin-bottom: 0.7rem;
    }

    .tax-product_cat.term-toyota-gr86 .ff-product-grid--catalog {
        margin-top: 14px !important;
    }
}

@media (max-width: 430px) {
    .tax-product_cat.term-toyota-gr86 .ff-display--race {
        font-size: clamp(1.45rem, 7vw, 1.9rem);
    }

    .tax-product_cat.term-toyota-gr86 .gr86-category-banner img {
        max-height: 190px;
        padding: 0.25rem;
    }

    .tax-product_cat.term-toyota-gr86 .gr-category-logo img {
        max-width: 96px;
    }

    .tax-product_cat.term-toyota-gr86 .ff-product-card__title {
        line-height: 1.14;
    }

    .tax-product_cat.term-toyota-gr86 .ff-product-grid--catalog {
        margin-top: 10px !important;
    }
}

/* Toyota GR86: logo alignment tidy + transparent logo background */
.tax-product_cat.term-toyota-gr86 .gr-category-logo {
    background: transparent !important;
    padding-left: clamp(0.5rem, 1.2vw, 0.9rem);
}

.tax-product_cat.term-toyota-gr86 .gr-category-logo img {
    background: transparent !important;
}

@media (max-width: 820px) {
    .tax-product_cat.term-toyota-gr86 .gr-category-logo {
        padding-left: 0.35rem;
    }
}

/* Toyota GR86 banner: transparent, smaller, floating premium look */
.tax-product_cat.term-toyota-gr86 .gr86-category-banner {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    display: flex;
    justify-content: center;
    margin: 0.35rem 0 1rem;
    padding: 0 !important;
}

.tax-product_cat.term-toyota-gr86 .gr86-category-banner img {
    background: transparent !important;
    border: 0 !important;
    box-shadow: drop-shadow(0 14px 24px rgba(17, 17, 17, 0.14));
    display: block;
    height: auto;
    max-height: clamp(120px, 17vw, 210px) !important;
    max-width: min(78%, 620px);
    object-fit: contain !important;
    object-position: center center !important;
    padding: 0 !important;
    width: auto;
}

@media (max-width: 1024px) {
    .tax-product_cat.term-toyota-gr86 .gr86-category-banner img {
        max-height: clamp(108px, 20vw, 170px) !important;
        max-width: min(86%, 560px);
    }
}

@media (max-width: 430px) {
    .tax-product_cat.term-toyota-gr86 .gr86-category-banner {
        margin: 0.3rem 0 0.75rem;
    }

    .tax-product_cat.term-toyota-gr86 .gr86-category-banner img {
        max-height: 120px !important;
        max-width: 92%;
    }
}

/* Toyota GR86 banner shadow fix */
.tax-product_cat.term-toyota-gr86 .gr86-category-banner img {
    box-shadow: none !important;
    filter: drop-shadow(0 14px 24px rgba(17, 17, 17, 0.14));
}

/* Toyota GR86: logo + car in one row */
.tax-product_cat.term-toyota-gr86 .gr86-brand-row {
    align-items: center;
    display: grid;
    gap: clamp(0.7rem, 1.6vw, 1rem);
    grid-template-columns: auto minmax(0, 1fr);
    margin: 0.35rem 0 1rem;
}

.tax-product_cat.term-toyota-gr86 .gr86-brand-row .gr-category-logo {
    margin: 0;
    padding-left: clamp(0.2rem, 0.6vw, 0.45rem);
}

.tax-product_cat.term-toyota-gr86 .gr86-brand-row .gr-category-logo img {
    background: transparent !important;
    display: block;
    max-width: 105px;
    width: 100%;
    height: auto;
}

.tax-product_cat.term-toyota-gr86 .gr86-brand-row .gr86-category-banner {
    margin: 0;
}

.tax-product_cat.term-toyota-gr86 .gr86-brand-row .gr86-category-banner img {
    max-height: clamp(110px, 15vw, 175px) !important;
    max-width: min(100%, 560px);
}

@media (max-width: 820px) {
    .tax-product_cat.term-toyota-gr86 .gr86-brand-row {
        grid-template-columns: 1fr;
        justify-items: center;
        margin: 0.35rem 0 0.8rem;
    }

    .tax-product_cat.term-toyota-gr86 .gr86-brand-row .gr-category-logo {
        padding-left: 0;
    }

    .tax-product_cat.term-toyota-gr86 .gr86-brand-row .gr86-category-banner img {
        max-height: 130px !important;
    }
}

/* Toyota GR86 final alignment fix: logo left, car centered, no shadow artifacts */
.tax-product_cat.term-toyota-gr86 .gr86-brand-row {
    display: block !important;
    position: relative;
    margin: 0.35rem 0 1rem;
    min-height: clamp(110px, 15vw, 170px);
}

.tax-product_cat.term-toyota-gr86 .gr86-brand-row .gr-category-logo {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    z-index: 2;
}

.tax-product_cat.term-toyota-gr86 .gr86-brand-row .gr-category-logo img {
    display: block;
    max-width: 102px;
    width: 100%;
    height: auto;
    background: transparent !important;
    box-shadow: none !important;
    filter: none !important;
    -webkit-filter: none !important;
}

.tax-product_cat.term-toyota-gr86 .gr86-brand-row .gr86-category-banner {
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

.tax-product_cat.term-toyota-gr86 .gr86-brand-row .gr86-category-banner img {
    display: block;
    width: auto;
    max-width: min(74%, 560px);
    height: auto;
    max-height: clamp(110px, 15vw, 170px) !important;
    object-fit: contain !important;
    object-position: center center !important;
    margin: 0 auto;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    filter: none !important;
    -webkit-filter: none !important;
}

@media (max-width: 820px) {
    .tax-product_cat.term-toyota-gr86 .gr86-brand-row {
        min-height: 120px;
        margin: 0.25rem 0 0.8rem;
    }

    .tax-product_cat.term-toyota-gr86 .gr86-brand-row .gr-category-logo {
        left: 0.15rem;
        top: 0.35rem;
        transform: none;
    }

    .tax-product_cat.term-toyota-gr86 .gr86-brand-row .gr-category-logo img {
        max-width: 88px;
    }

    .tax-product_cat.term-toyota-gr86 .gr86-brand-row .gr86-category-banner img {
        max-width: min(86%, 470px);
        max-height: 130px !important;
    }
}

/* Toyota GR86 precise placement: GR logo pinned to left zone, car centered */
.tax-product_cat.term-toyota-gr86 .gr86-brand-row {
    position: relative;
    display: block !important;
    min-height: clamp(120px, 16vw, 178px);
    margin: 0.25rem 0 0.95rem;
}

.tax-product_cat.term-toyota-gr86 .gr86-brand-row .gr-category-logo {
    position: absolute;
    left: clamp(0.75rem, 6vw, 6.2rem);
    top: 50%;
    transform: translateY(-50%);
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    z-index: 3;
}

.tax-product_cat.term-toyota-gr86 .gr86-brand-row .gr-category-logo img {
    max-width: clamp(86px, 8vw, 112px);
    width: 100%;
    height: auto;
    background: transparent !important;
    box-shadow: none !important;
    filter: none !important;
    -webkit-filter: none !important;
}

.tax-product_cat.term-toyota-gr86 .gr86-brand-row .gr86-category-banner {
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    border: 0 !important;
}

.tax-product_cat.term-toyota-gr86 .gr86-brand-row .gr86-category-banner img {
    max-width: min(72%, 540px);
    max-height: clamp(114px, 15vw, 172px) !important;
    width: auto;
    height: auto;
    margin: 0 auto;
    object-fit: contain !important;
    object-position: center center !important;
    background: transparent !important;
    padding: 0 !important;
    box-shadow: none !important;
    filter: none !important;
    -webkit-filter: none !important;
}

/* Keep mobile clean: avoid overlap */
@media (max-width: 820px) {
    .tax-product_cat.term-toyota-gr86 .gr86-brand-row {
        min-height: auto;
        display: grid !important;
        justify-items: center;
        gap: 0.35rem;
        margin: 0.2rem 0 0.75rem;
    }

    .tax-product_cat.term-toyota-gr86 .gr86-brand-row .gr-category-logo {
        position: static;
        transform: none;
    }

    .tax-product_cat.term-toyota-gr86 .gr86-brand-row .gr86-category-banner img {
        max-width: 86%;
        max-height: 128px !important;
    }
}

/* Toyota GR86 FINAL lock: logo far-left (desktop/tablet), car perfectly centered */
body.tax-product_cat.term-toyota-gr86 .ff-race-hero--catalog .ff-race-hero__content {
    overflow: visible !important;
}

body.tax-product_cat.term-toyota-gr86 .gr86-brand-row {
    position: relative !important;
    display: block !important;
    width: 100vw !important;
    left: 50% !important;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
    min-height: clamp(120px, 15vw, 176px) !important;
    margin-top: 0.2rem !important;
    margin-bottom: 0.95rem !important;
    background: transparent !important;
}

body.tax-product_cat.term-toyota-gr86 .gr86-brand-row .gr-category-logo {
    position: absolute !important;
    left: clamp(18px, 5vw, 92px) !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    z-index: 5 !important;
}

body.tax-product_cat.term-toyota-gr86 .gr86-brand-row .gr-category-logo img {
    display: block !important;
    width: clamp(82px, 7.2vw, 110px) !important;
    max-width: none !important;
    height: auto !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    filter: none !important;
    -webkit-filter: none !important;
}

body.tax-product_cat.term-toyota-gr86 .gr86-brand-row .gr86-category-banner {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

body.tax-product_cat.term-toyota-gr86 .gr86-brand-row .gr86-category-banner img {
    width: auto !important;
    max-width: min(72vw, 530px) !important;
    max-height: clamp(112px, 14.5vw, 168px) !important;
    height: auto !important;
    margin: 0 auto !important;
    padding: 0 !important;
    object-fit: contain !important;
    object-position: center center !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    filter: none !important;
    -webkit-filter: none !important;
}

/* Mobile fallback: stack clean, no overlap */
@media (max-width: 820px) {
    body.tax-product_cat.term-toyota-gr86 .gr86-brand-row {
        width: 100% !important;
        left: auto !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        min-height: auto !important;
        display: grid !important;
        justify-items: center !important;
        gap: 0.35rem !important;
        margin-bottom: 0.75rem !important;
    }

    body.tax-product_cat.term-toyota-gr86 .gr86-brand-row .gr-category-logo {
        position: static !important;
        transform: none !important;
    }

    body.tax-product_cat.term-toyota-gr86 .gr86-brand-row .gr-category-logo img {
        width: 86px !important;
    }

    body.tax-product_cat.term-toyota-gr86 .gr86-brand-row .gr86-category-banner img {
        max-width: 86% !important;
        max-height: 128px !important;
    }
}

/* Toyota GR86 FINAL requested alignment */
body.tax-product_cat.term-toyota-gr86 .ff-race-hero--catalog .ff-kicker {
    margin-bottom: 0.2rem !important;
}

body.tax-product_cat.term-toyota-gr86 .gr86-brand-row {
    width: 100% !important;
    left: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0.7rem !important;
    min-height: clamp(108px, 14vw, 158px) !important;
}

/* Keep logo further left and above product column 1 */
body.tax-product_cat.term-toyota-gr86 .gr86-brand-row .gr-category-logo {
    left: clamp(-34px, -2.2vw, -12px) !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
}

body.tax-product_cat.term-toyota-gr86 .gr86-brand-row .gr-category-logo img {
    width: clamp(86px, 7vw, 108px) !important;
}

/* Car centered and closer to the title */
body.tax-product_cat.term-toyota-gr86 .gr86-brand-row .gr86-category-banner {
    justify-content: center !important;
    align-items: center !important;
}

body.tax-product_cat.term-toyota-gr86 .gr86-brand-row .gr86-category-banner img {
    max-width: min(70vw, 520px) !important;
    max-height: clamp(106px, 13.8vw, 158px) !important;
    margin-top: 0 !important;
}

/* Mobile keeps clean stacking */
@media (max-width: 820px) {
    body.tax-product_cat.term-toyota-gr86 .gr86-brand-row {
        min-height: auto !important;
        margin-bottom: 0.65rem !important;
    }

    body.tax-product_cat.term-toyota-gr86 .gr86-brand-row .gr-category-logo {
        left: auto !important;
        transform: none !important;
    }
}

/* Homepage hero slider */
.ff-home-slider {
  position: relative;
  width: 100%;
  height: 100dvh;
  min-height: 100dvh;
  max-height: 100dvh;
  overflow: hidden;
  background: #000;
}

.ff-home-slider__track {
  position: relative;
  width: 100%;
  height: 100%;
}

.ff-home-slider__slide {
  position: absolute;
  inset: 0;
  display: block;
  opacity: 0;
  pointer-events: none;
  transition: opacity 600ms ease;
  background: #000;
}

.ff-home-slider__slide.is-active {
  opacity: 1;
  pointer-events: auto;
  z-index: 1;
}

.ff-home-slider__image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  display: block;
  background: #000;
}

.ff-home-slider__slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.06) 0%, rgba(0, 0, 0, 0.22) 100%);
  pointer-events: none;
}

.ff-home-slider__cta {
  display: none;
}

.ff-home-slider__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
}

.ff-home-slider__arrow:hover {
  background: rgba(0, 0, 0, 0.62);
}

.ff-home-slider__arrow--prev {
  left: clamp(0.65rem, 2vw, 1.35rem);
}

.ff-home-slider__arrow--next {
  right: clamp(0.65rem, 2vw, 1.35rem);
}

.ff-home-slider__dots {
  position: absolute;
  left: 50%;
  bottom: clamp(0.85rem, 2vw, 1.35rem);
  transform: translateX(-50%);
  display: flex;
  gap: 0.55rem;
  z-index: 3;
}

.ff-home-slider__dot {
  width: 1.7rem;
  height: 0.34rem;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.4);
  cursor: pointer;
}

.ff-home-slider__dot.is-active {
  background: #fff;
}

@media (max-width: 768px) {
  .ff-home-slider {
    height: 100dvh;
    min-height: 100dvh;
    max-height: 100dvh;
  }

  .ff-home-slider__arrow {
    width: 2.4rem;
    height: 2.4rem;
    font-size: 1.7rem;
  }
}

/* Homepage slider hard lock: exactly one screen, no trailing banner feel */
.home .ff-home-slider {
    height: 100dvh !important;
    min-height: 100dvh !important;
    max-height: 100dvh !important;
}

.home .ff-home-slider__track,
.home .ff-home-slider__slide,
.home .ff-home-slider__image {
    height: 100% !important;
}

.home .ff-main > .ff-home-slider + .ff-section {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

@supports not (height: 100dvh) {
    .home .ff-home-slider {
        height: 100vh !important;
        min-height: 100vh !important;
        max-height: 100vh !important;
    }
}

/* GR86 page final alignment override: centered logo + car under title */
body.tax-product_cat.term-toyota-gr86 .ff-race-hero--catalog .ff-race-hero__content {
    text-align: center;
}

body.tax-product_cat.term-toyota-gr86 .ff-race-hero--catalog .ff-kicker {
    display: block;
    font-size: 1.25rem;
    line-height: 1.2;
    letter-spacing: 0.04em;
    margin: 0.25rem 0 0.5rem;
}

body.tax-product_cat.term-toyota-gr86 .gr86-brand-row {
    position: static !important;
    width: 100% !important;
    margin: 0.35rem auto 0.9rem !important;
    min-height: 0 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: clamp(0.85rem, 1.8vw, 1.35rem) !important;
    left: auto !important;
}

body.tax-product_cat.term-toyota-gr86 .gr86-brand-row .gr-category-logo,
body.tax-product_cat.term-toyota-gr86 .gr86-brand-row .gr86-category-banner {
    position: static !important;
    transform: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.tax-product_cat.term-toyota-gr86 .gr86-brand-row .gr-category-logo img {
    width: clamp(78px, 6vw, 102px) !important;
    max-width: none !important;
    height: auto !important;
}

body.tax-product_cat.term-toyota-gr86 .gr86-brand-row .gr86-category-banner img {
    width: auto !important;
    max-width: min(64vw, 500px) !important;
    max-height: clamp(96px, 11vw, 138px) !important;
    height: auto !important;
    object-fit: contain !important;
}

@media (max-width: 820px) {
    body.tax-product_cat.term-toyota-gr86 .gr86-brand-row {
        gap: 0.65rem !important;
        flex-direction: column !important;
    }

    body.tax-product_cat.term-toyota-gr86 .gr86-brand-row .gr-category-logo img {
        width: 84px !important;
    }

    body.tax-product_cat.term-toyota-gr86 .gr86-brand-row .gr86-category-banner img {
        max-width: 88vw !important;
        max-height: 126px !important;
    }
}

/* GR86 center lock: keep car centered to title, logo offset on left */
body.tax-product_cat.term-toyota-gr86 .ff-race-hero--catalog .ff-race-hero__content {
    text-align: center !important;
}

body.tax-product_cat.term-toyota-gr86 .gr86-brand-row {
    position: relative !important;
    display: block !important;
    width: fit-content !important;
    max-width: 100% !important;
    margin: 0.35rem auto 0.9rem !important;
    min-height: 0 !important;
}

body.tax-product_cat.term-toyota-gr86 .gr86-brand-row .gr86-category-banner {
    position: relative !important;
    display: block !important;
    margin: 0 auto !important;
    padding: 0 !important;
}

body.tax-product_cat.term-toyota-gr86 .gr86-brand-row .gr86-category-banner img {
    display: block !important;
    width: auto !important;
    max-width: min(64vw, 500px) !important;
    max-height: clamp(96px, 11vw, 138px) !important;
    height: auto !important;
    margin: 0 auto !important;
    object-fit: contain !important;
}

body.tax-product_cat.term-toyota-gr86 .gr86-brand-row .gr-category-logo {
    position: absolute !important;
    right: 100% !important;
    top: 50% !important;
    transform: translate(-0.85rem, -50%) !important;
    margin: 0 !important;
    padding: 0 !important;
    z-index: 2 !important;
}

body.tax-product_cat.term-toyota-gr86 .gr86-brand-row .gr-category-logo img {
    display: block !important;
    width: clamp(78px, 6vw, 102px) !important;
    max-width: none !important;
    height: auto !important;
}

@media (max-width: 820px) {
    body.tax-product_cat.term-toyota-gr86 .gr86-brand-row {
        width: 100% !important;
        display: grid !important;
        justify-items: center !important;
        gap: 0.65rem !important;
    }

    body.tax-product_cat.term-toyota-gr86 .gr86-brand-row .gr-category-logo {
        position: static !important;
        right: auto !important;
        top: auto !important;
        transform: none !important;
    }

    body.tax-product_cat.term-toyota-gr86 .gr86-brand-row .gr-category-logo img {
        width: 84px !important;
    }

    body.tax-product_cat.term-toyota-gr86 .gr86-brand-row .gr86-category-banner img {
        max-width: 88vw !important;
        max-height: 126px !important;
    }
}

/* Homepage slider final full-bleed fix: remove top/bottom gaps */
.home .ff-home-slider__image {
    object-fit: cover !important;
    object-position: center center !important;
    width: 100% !important;
    height: 100% !important;
    background: transparent !important;
}

/* GR86 spacing tweak: keep logo fixed, move car image slightly right without overlap */
body.tax-product_cat.term-toyota-gr86 .gr86-brand-row .gr86-category-banner {
    margin-left: clamp(1.25rem, 3.2vw, 2.4rem) !important;
}

body.tax-product_cat.term-toyota-gr86 .gr86-brand-row .gr86-category-banner img {
    max-width: min(62vw, 490px) !important;
}

@media (max-width: 820px) {
    body.tax-product_cat.term-toyota-gr86 .gr86-brand-row .gr86-category-banner {
        margin-left: 0 !important;
    }

    body.tax-product_cat.term-toyota-gr86 .gr86-brand-row .gr86-category-banner img {
        max-width: 88vw !important;
    }
}

/* GR86 spacing cleanup: reduce empty space below logo/car row */
body.tax-product_cat.term-toyota-gr86 .ff-race-hero--catalog {
    margin-bottom: 0.35rem !important;
}

body.tax-product_cat.term-toyota-gr86 .ff-race-hero--catalog .ff-display--race {
    margin-bottom: 0.2rem !important;
}

body.tax-product_cat.term-toyota-gr86 .gr86-brand-row {
    margin-bottom: 0.25rem !important;
}

body.tax-product_cat.term-toyota-gr86 .ff-race-hero--catalog + .ff-product-grid--catalog {
    margin-top: 0.35rem !important;
}

/* News & Events hero full-screen image + corner bleed fix */
body.page-id-20 .ff-section--news .ff-news-hero {
    min-height: 100dvh !important;
    border-radius: 0 !important;
    background: #000 !important;
    overflow: hidden !important;
}

body.page-id-20 .ff-section--news .ff-news-hero__image {
    object-fit: cover !important;
    object-position: center center !important;
    width: 100% !important;
    height: 100% !important;
    opacity: 0.72 !important;
}

body.page-id-20 .ff-section--news .ff-news-hero__content {
    min-height: 100dvh !important;
}

@supports not (height: 100dvh) {
    body.page-id-20 .ff-section--news .ff-news-hero,
    body.page-id-20 .ff-section--news .ff-news-hero__content {
        min-height: 100vh !important;
    }
}

/* Homepage separator: thin line with 30px breathing space above and below */
.home .ff-main > .ff-home-slider + .ff-section {
    margin-top: 30px !important;
    padding-top: 30px !important;
    border-top: 1px solid rgba(255, 255, 255, 0.18) !important;
}

/* News hero clean image mode: remove text layer and lighten effects */
body.page-id-20 .ff-section--news .ff-news-hero__content {
    display: none !important;
}

body.page-id-20 .ff-section--news .ff-news-hero__image {
    opacity: 0.9 !important;
    filter: none !important;
}

body.page-id-20 .ff-section--news .ff-news-hero__overlay {
    background: linear-gradient(180deg, rgba(8, 8, 8, 0.12) 0%, rgba(8, 8, 8, 0.34) 100%) !important;
}

/* News & Events cards: keep images full inside their own frames. */
body.home .ff-news-post-card__media,
body.page-id-20 .ff-news-post-card__media {
    overflow: hidden !important;
}

body.home .ff-news-post-card__media img,
body.page-id-20 .ff-news-post-card__media img {
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
    width: 100% !important;
}

/* Homepage slide 1 framing tweak: reduce left-side cut feel */
.home .ff-home-slider__slide:nth-child(1) .ff-home-slider__image {
    object-position: 42% center !important;
}

/* Single product page: restore full-width product layout. */
body.single-product {
    margin: 0 !important;
    max-width: none !important;
    padding: 0 !important;
    width: 100% !important;
}

body.single-product .ff-product-main {
    background: #ffffff !important;
    color: #111111 !important;
    overflow: visible !important;
    width: 100% !important;
}

body.single-product .ff-product-shell {
    margin: 0 auto !important;
    padding: clamp(1.2rem, 3vw, 2.5rem) 0 clamp(3rem, 6vw, 5rem) !important;
    width: min(1380px, calc(100% - 2rem)) !important;
}

body.single-product .ff-product-hero,
body.single-product .ff-product-detail-grid {
    display: grid !important;
    gap: clamp(1rem, 2vw, 1.5rem) !important;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr) !important;
    width: 100% !important;
}

body.single-product .ff-product-media,
body.single-product .ff-product-summary,
body.single-product .ff-product-brief,
body.single-product .ff-product-spec-panel {
    min-width: 0 !important;
    width: 100% !important;
}

body.single-product .ff-product-media__frame {
    align-items: center !important;
    aspect-ratio: 1 / 1 !important;
    background: #f5f6f6 !important;
    border-radius: 0.85rem !important;
    display: flex !important;
    justify-content: center !important;
    overflow: hidden !important;
}

body.single-product .ff-product-media__image {
    height: 100% !important;
    object-fit: contain !important;
    width: 100% !important;
}

body.single-product .ff-product-summary,
body.single-product .ff-product-brief,
body.single-product .ff-product-spec-panel {
    display: grid !important;
    gap: 1.2rem !important;
    padding: clamp(1rem, 2vw, 1.6rem) !important;
}

body.single-product .ff-product-purchase,
body.single-product .ff-product-actions,
body.single-product .ff-product-cart-form {
    display: grid !important;
    gap: 0.8rem !important;
}

body.single-product .ff-product-cart-form .quantity {
    width: 100% !important;
}

body.single-product .ff-product-cart-form .qty {
    min-height: 3rem !important;
    width: 100% !important;
}

body.single-product .ff-product-cart-form .ff-button,
body.single-product .ff-product-actions .ff-button {
    width: 100% !important;
}

body.single-product .ff-product-price {
    color: #111111 !important;
    font-family: "Space Grotesk", sans-serif !important;
    font-size: clamp(1.5rem, 3vw, 2.1rem) !important;
    font-weight: 700 !important;
}

@media (max-width: 820px) {
    body.single-product .ff-product-shell {
        width: min(100% - 1rem, 100%) !important;
    }

    body.single-product .ff-product-hero,
    body.single-product .ff-product-detail-grid {
        grid-template-columns: 1fr !important;
    }
}

/* Single product polish pass: tighter rhythm, clearer hierarchy, cleaner actions. */
body.single-product .ff-product-shell {
    padding-block: clamp(1rem, 2.8vw, 2rem) clamp(3rem, 6vw, 4.75rem) !important;
}

body.single-product .ff-product-hero {
    align-items: stretch !important;
    gap: clamp(0.9rem, 1.8vw, 1.35rem) !important;
    grid-template-columns: minmax(18rem, 0.88fr) minmax(0, 1.12fr) !important;
}

body.single-product .ff-product-detail-grid {
    align-items: start !important;
    gap: clamp(0.9rem, 1.8vw, 1.35rem) !important;
    grid-template-columns: minmax(0, 1.12fr) minmax(18rem, 0.88fr) !important;
    margin-top: clamp(0.9rem, 2vw, 1.45rem) !important;
}

body.single-product :is(.ff-product-media, .ff-product-summary, .ff-product-brief, .ff-product-spec-panel) {
    background: #ffffff !important;
    border: 1px solid #e8e5dc !important;
    border-radius: 14px !important;
    box-shadow: 0 18px 45px rgba(19, 19, 19, 0.07) !important;
}

body.single-product .ff-product-media {
    align-content: space-between !important;
    display: grid !important;
    gap: 0.8rem !important;
    padding: clamp(0.75rem, 1.6vw, 1rem) !important;
}

body.single-product .ff-product-media__frame {
    aspect-ratio: 4 / 3 !important;
    background: #f3f5f2 !important;
    border: 1px solid #eceee7 !important;
    border-radius: 12px !important;
    min-height: 0 !important;
}

body.single-product .ff-product-media__image {
    max-height: min(34rem, 54vh) !important;
    padding: clamp(1rem, 2.8vw, 2rem) !important;
}

body.single-product .ff-product-media__meta {
    align-items: center !important;
    display: flex !important;
    justify-content: space-between !important;
    min-height: 1.8rem !important;
    padding-inline: 0.15rem !important;
}

body.single-product .ff-product-summary {
    align-content: start !important;
    gap: clamp(1rem, 2vw, 1.4rem) !important;
    padding: clamp(1.2rem, 2.6vw, 2rem) !important;
}

body.single-product .ff-product-summary__head {
    display: grid !important;
    gap: 0.65rem !important;
}

body.single-product .ff-product-summary .ff-section-title {
    border-bottom: 1px solid #e8e5dc !important;
    color: #111111 !important;
    font-size: clamp(2rem, 4.4vw, 3.45rem) !important;
    line-height: 0.95 !important;
    padding-bottom: clamp(0.75rem, 1.8vw, 1rem) !important;
}

body.single-product .ff-product-summary .ff-copy {
    color: #252525 !important;
    font-size: clamp(0.98rem, 1.35vw, 1.08rem) !important;
    line-height: 1.72 !important;
    max-width: 64ch !important;
}

body.single-product .ff-product-purchase {
    align-items: center !important;
    border: 1px solid #ece8df !important;
    border-radius: 12px !important;
    display: flex !important;
    gap: 1rem !important;
    justify-content: space-between !important;
    padding: 0.95rem 1rem !important;
}

body.single-product .ff-product-price {
    font-size: clamp(1.55rem, 2.8vw, 2.25rem) !important;
    line-height: 1 !important;
}

body.single-product .ff-product-actions {
    display: grid !important;
    gap: 0.7rem !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

body.single-product .ff-product-actions .ff-button {
    border-radius: 8px !important;
    min-height: 3.15rem !important;
    padding-inline: 1rem !important;
    text-align: center !important;
}

body.single-product .ff-product-actions .ff-button--secondary {
    border: 1px solid #dad6ca !important;
    background: #f7f7f2 !important;
    color: #111111 !important;
}

body.single-product .ff-product-brief,
body.single-product .ff-product-spec-panel {
    gap: clamp(0.85rem, 1.6vw, 1.15rem) !important;
    padding: clamp(1.05rem, 2.2vw, 1.65rem) !important;
}

body.single-product .ff-product-brief .ff-card-title,
body.single-product .ff-product-spec-panel .ff-card-title {
    color: #111111 !important;
    font-size: clamp(1.35rem, 2.6vw, 2rem) !important;
    line-height: 1 !important;
}

body.single-product .ff-product-brief__intro,
body.single-product .ff-product-copy-block .ff-copy {
    max-width: 68ch !important;
}

body.single-product .ff-product-copy-block {
    display: grid !important;
    gap: 0.65rem !important;
}

body.single-product .ff-product-subhead {
    color: #111111 !important;
    font-family: "Space Grotesk", sans-serif !important;
    font-size: 0.9rem !important;
    letter-spacing: 0 !important;
    margin: 0 !important;
    text-transform: uppercase !important;
}

body.single-product .ff-product-feature-list {
    display: grid !important;
    gap: 0.55rem !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.single-product .ff-product-feature-list li {
    background: #f7f7f2 !important;
    border: 1px solid #e8e5dc !important;
    border-radius: 10px !important;
    color: #252525 !important;
    line-height: 1.55 !important;
    list-style: none !important;
    padding: 0.8rem 0.9rem !important;
}

body.single-product .ff-product-spec-list {
    display: grid !important;
    gap: 0.55rem !important;
}

body.single-product .ff-product-spec-item {
    align-items: center !important;
    background: #f7f7f2 !important;
    border: 1px solid #e8e5dc !important;
    border-radius: 10px !important;
    display: flex !important;
    gap: 0.8rem !important;
    justify-content: space-between !important;
    padding: 0.78rem 0.9rem !important;
}

body.single-product .ff-product-spec-item span {
    color: #4b4b45 !important;
    font-size: 0.86rem !important;
}

body.single-product .ff-product-spec-item strong {
    color: #111111 !important;
    font-family: "Space Grotesk", sans-serif !important;
    font-size: 0.96rem !important;
    text-align: right !important;
}

body.single-product .ff-product-support {
    border-top: 1px solid #e8e5dc !important;
    display: grid !important;
    gap: 0.7rem !important;
    padding-top: 1rem !important;
}

body.single-product .ff-kicker {
    color: #6f8f14 !important;
}

@media (max-width: 900px) {
    body.single-product .ff-product-hero,
    body.single-product .ff-product-detail-grid {
        grid-template-columns: 1fr !important;
    }

    body.single-product .ff-product-media__image {
        max-height: 22rem !important;
    }
}

@media (max-width: 560px) {
    body.single-product .ff-product-shell {
        padding-block: 0.85rem 2.5rem !important;
    }

body.single-product .ff-product-actions {
        grid-template-columns: 1fr !important;
    }

    body.single-product .ff-product-purchase {
        align-items: flex-start !important;
        display: grid !important;
    }

    body.single-product :is(.ff-product-media, .ff-product-summary, .ff-product-brief, .ff-product-spec-panel) {
        border-radius: 12px !important;
    }
}

/* Mobile homepage composition fixes: centered logo, clean slider crop, image-first sections. */
@media (max-width: 900px) {
    .home .ff-header.ff-header--home-v2 .ff-header__inner {
        display: grid !important;
        grid-template-columns: minmax(3.4rem, 1fr) auto minmax(3.4rem, 1fr) !important;
        gap: 0.5rem !important;
        justify-content: initial !important;
        min-height: var(--ff-header-height) !important;
        position: relative !important;
        width: min(100% - 1rem, 100%) !important;
    }

    .home .ff-header.ff-header--home-v2 .ff-brand {
        grid-column: 2 !important;
        justify-self: center !important;
        min-width: 0 !important;
    }

    .home .ff-header.ff-header--home-v2 .ff-brand__logo {
        height: clamp(3.1rem, 11vw, 4rem) !important;
        max-height: clamp(3.1rem, 11vw, 4rem) !important;
        max-width: min(42vw, 12rem) !important;
        width: auto !important;
    }

    .home .ff-header.ff-header--home-v2 .ff-header__actions {
        grid-column: 3 !important;
        justify-self: end !important;
    }

    .home .ff-header.ff-header--home-v2 .ff-menu-trigger {
        min-height: 3rem !important;
        min-width: 3rem !important;
        padding: 0 !important;
    }

    .home .ff-home-slider {
        height: clamp(18rem, 78vw, 31rem) !important;
        min-height: clamp(18rem, 78vw, 31rem) !important;
        max-height: clamp(18rem, 78vw, 31rem) !important;
    }

    @supports not (height: 100svh) {
        .home .ff-home-slider {
            height: clamp(18rem, 78vw, 31rem) !important;
            min-height: clamp(18rem, 78vw, 31rem) !important;
            max-height: clamp(18rem, 78vw, 31rem) !important;
        }
    }

    .home .ff-home-slider__image {
        background: #000000 !important;
        object-fit: cover !important;
        object-position: center center !important;
    }

    .home .ff-home-slider__slide::after {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.16)) !important;
    }

    .home .ff-home-slider__arrow {
        top: auto !important;
        bottom: clamp(0.8rem, 3.5vw, 1.2rem) !important;
        transform: none !important;
        z-index: 4 !important;
    }

    .home .ff-home-slider__dots {
        bottom: clamp(1rem, 4vw, 1.35rem) !important;
    }

    .home .ff-spec-grid {
        display: grid !important;
        gap: 0.85rem !important;
        grid-template-columns: 1fr !important;
    }

    .home .ff-spec-grid > .ff-card--telemetry-image {
        order: 1 !important;
    }

    .home .ff-spec-grid > .ff-card--feature {
        order: 2 !important;
    }

    .home .ff-card--telemetry-image {
        align-content: start !important;
        display: grid !important;
        gap: clamp(0.75rem, 3.5vw, 1rem) !important;
        justify-items: center !important;
        min-height: 0 !important;
        padding: clamp(0.85rem, 3.5vw, 1.1rem) !important;
    }

    .home .ff-card--telemetry-image .ff-telemetry-logo,
    .home .ff-card--telemetry-exedy .ff-telemetry-logo,
    .home .ff-card--telemetry-rp .ff-telemetry-logo,
    .home .ff-card--telemetry-projectmu .ff-telemetry-logo {
        display: block !important;
        grid-row: 1 !important;
        left: auto !important;
        margin: 0 auto !important;
        max-height: clamp(3rem, 15vw, 5rem) !important;
        max-width: min(78%, 18rem) !important;
        object-fit: contain !important;
        pointer-events: none !important;
        position: static !important;
        top: auto !important;
        transform: none !important;
        width: auto !important;
        z-index: auto !important;
    }

    .home .ff-card--telemetry-image .ff-telemetry-image,
    .home .ff-card--telemetry-exedy .ff-telemetry-image,
    .home .ff-card--telemetry-rp .ff-telemetry-image,
    .home .ff-card--telemetry-projectmu .ff-telemetry-image {
        grid-row: 2 !important;
        height: auto !important;
        margin: 0 auto !important;
        max-height: clamp(12rem, 48vw, 18rem) !important;
        object-fit: contain !important;
        object-position: center top !important;
        transform: none !important;
        width: 100% !important;
    }

    .home .ff-card--media,
    .home .ff-about-grid,
    .home .ff-race-hero {
        display: grid !important;
        grid-template-columns: 1fr !important;
    }

    .home .ff-card--media__image,
    .home .ff-about-image,
    .home .ff-race-hero__image-wrap {
        order: 1 !important;
    }

    .home .ff-card--media__copy,
    .home .ff-about-copy,
    .home .ff-race-hero__content {
        order: 2 !important;
    }
}

/* Annotation fixes: GR86 category alignment and no-image product hero cleanup. */
@media (min-width: 821px) {
    body.tax-product_cat.term-toyota-gr86 .gr86-brand-row .gr86-category-banner {
        transform: translateX(clamp(1.4rem, 2.6vw, 2.6rem)) !important;
    }

    body.tax-product_cat.term-toyota-gr86 .gr86-brand-row .gr86-category-banner img {
        margin-inline: auto !important;
    }

    body.single-product .ff-product-hero--summary-only {
        display: block !important;
    }

    body.single-product .ff-product-hero--summary-only .ff-product-summary {
        align-items: end !important;
        display: grid !important;
        gap: clamp(1rem, 2.2vw, 1.5rem) clamp(1.5rem, 3vw, 2.4rem) !important;
        grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.42fr) !important;
        margin: 0 auto !important;
        max-width: min(1120px, 100%) !important;
        padding: clamp(1.5rem, 3vw, 2.35rem) !important;
    }

    body.single-product .ff-product-hero--summary-only .ff-product-summary__head {
        align-self: center !important;
        grid-column: 1 !important;
    }

    body.single-product .ff-product-hero--summary-only .ff-product-purchase {
        align-self: end !important;
        grid-column: 2 !important;
    }

    body.single-product .ff-product-hero--summary-only .ff-product-actions {
        grid-column: 2 !important;
        grid-template-columns: 1fr !important;
    }

    body.single-product .ff-product-hero--summary-only .ff-product-summary .ff-section-title {
        max-width: 12ch !important;
    }

    body.single-product .ff-product-hero--summary-only .ff-product-summary .ff-copy {
        max-width: 62ch !important;
    }
}

@media (max-width: 820px) {
    body.tax-product_cat.term-toyota-gr86 .gr86-brand-row .gr86-category-banner {
        transform: none !important;
    }

    body.single-product .ff-product-hero--summary-only {
        grid-template-columns: 1fr !important;
    }
}

/* Dream-inspired single product structure: clean gallery/info, tighter purchase panel. */
body.single-product .ff-product-shell {
    padding-top: clamp(1rem, 2vw, 1.6rem) !important;
}

body.single-product .ff-product-breadcrumb {
    align-items: center !important;
    color: #5f625c !important;
    display: flex !important;
    flex-wrap: wrap !important;
    font-family: "Archivo Narrow", sans-serif !important;
    font-size: 0.92rem !important;
    gap: 0.45rem !important;
    margin: 0 0 clamp(0.85rem, 1.8vw, 1.25rem) !important;
}

body.single-product .ff-product-breadcrumb a {
    color: #111111 !important;
    text-decoration: underline !important;
    text-underline-offset: 0.18em !important;
}

body.single-product .ff-product-hero {
    align-items: start !important;
    grid-template-columns: minmax(0, 1fr) minmax(21rem, 0.62fr) !important;
}

body.single-product .ff-product-media,
body.single-product .ff-product-summary {
    box-shadow: none !important;
}

body.single-product .ff-product-media {
    background: #fbfbf7 !important;
    border-color: #ede9df !important;
    padding: clamp(0.9rem, 1.8vw, 1.25rem) !important;
}

body.single-product .ff-product-media__frame {
    aspect-ratio: 1 / 0.78 !important;
    background: #ffffff !important;
    border: 0 !important;
}

body.single-product .ff-product-hero--fallback-image .ff-product-media__frame {
    background: linear-gradient(180deg, #f7f8f4, #ffffff) !important;
}

body.single-product .ff-product-hero--fallback-image .ff-product-media__image {
    max-height: min(30rem, 48vh) !important;
    object-fit: contain !important;
    padding: clamp(1rem, 2.6vw, 2rem) !important;
}

body.single-product .ff-product-media__meta {
    border-top: 1px solid #e9e4d9 !important;
    padding-top: 0.75rem !important;
}

body.single-product .ff-product-summary {
    align-content: start !important;
    background: #ffffff !important;
    border-color: #e7e2d6 !important;
    gap: 1rem !important;
    padding: clamp(1.1rem, 2vw, 1.6rem) !important;
}

body.single-product .ff-product-summary .ff-section-title {
    border: 0 !important;
    font-size: clamp(2.05rem, 4vw, 3.1rem) !important;
    line-height: 0.98 !important;
    max-width: 13ch !important;
    padding-bottom: 0 !important;
}

body.single-product .ff-product-summary .ff-copy {
    font-size: 1rem !important;
    line-height: 1.62 !important;
}

body.single-product .ff-product-purchase {
    align-items: start !important;
    background: #fbfbf7 !important;
    display: grid !important;
    gap: 0.38rem !important;
    margin-top: 0.35rem !important;
    padding: 1rem !important;
}

body.single-product .ff-product-purchase__note {
    color: #696b64 !important;
    font-size: 0.9rem !important;
    line-height: 1.45 !important;
    margin: 0 !important;
}

body.single-product .ff-product-actions {
    gap: 0.65rem !important;
}

body.single-product .ff-product-service-list {
    border-top: 1px solid #e8e2d7 !important;
    display: grid !important;
    gap: 0 !important;
    margin-top: 0.35rem !important;
}

body.single-product .ff-product-service-list > div {
    display: grid !important;
    gap: 0.15rem !important;
    padding: 0.82rem 0 !important;
}

body.single-product .ff-product-service-list > div + div {
    border-top: 1px solid #eee9df !important;
}

body.single-product .ff-product-service-list strong {
    color: #111111 !important;
    font-family: "Space Grotesk", sans-serif !important;
    font-size: 0.9rem !important;
    text-transform: uppercase !important;
}

body.single-product .ff-product-service-list span {
    color: #676a61 !important;
    font-size: 0.9rem !important;
}

body.single-product .ff-product-detail-grid {
    grid-template-columns: minmax(0, 1fr) minmax(20rem, 0.52fr) !important;
}

body.single-product .ff-product-brief,
body.single-product .ff-product-spec-panel {
    box-shadow: none !important;
}

@media (min-width: 821px) {
    body.single-product .ff-product-hero--summary-only .ff-product-summary {
        align-items: start !important;
        grid-template-columns: minmax(0, 1fr) minmax(20rem, 0.42fr) !important;
        max-width: min(1180px, 100%) !important;
    }

    body.single-product .ff-product-hero--summary-only .ff-product-purchase,
    body.single-product .ff-product-hero--summary-only .ff-product-actions,
    body.single-product .ff-product-hero--summary-only .ff-product-service-list {
        grid-column: 2 !important;
    }

    body.single-product .ff-product-hero--summary-only .ff-product-service-list {
        align-self: start !important;
    }
}

@media (max-width: 820px) {
    body.single-product .ff-product-breadcrumb {
        font-size: 0.86rem !important;
    }

    body.single-product .ff-product-hero,
    body.single-product .ff-product-detail-grid {
        grid-template-columns: 1fr !important;
    }

    body.single-product .ff-product-summary .ff-section-title {
        max-width: none !important;
    }
}

/* Product hero alignment fix: empty WooCommerce notices should not occupy grid cells. */
body.single-product .ff-product-hero > .woocommerce-notices-wrapper:empty {
    display: none !important;
}

body.single-product .ff-product-hero > .woocommerce-notices-wrapper:not(:empty) {
    grid-column: 1 / -1 !important;
}

body.single-product .ff-product-hero--fallback-image .ff-product-media__frame {
    aspect-ratio: 16 / 10 !important;
}

body.single-product .ff-product-hero--fallback-image .ff-product-media__image {
    height: 100% !important;
    object-fit: cover !important;
    padding: 0 !important;
    width: 100% !important;
}

/* About page management profile and mobile order polish */
.ff-management-profile {
    background: #ffffff !important;
    border: 1px solid #e8e5dc !important;
    border-radius: 18px !important;
    display: grid !important;
    gap: clamp(1rem, 2vw, 1.5rem) !important;
    grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.8fr) !important;
    padding: clamp(1rem, 2vw, 1.45rem) !important;
}

.ff-management-profile__content {
    display: grid !important;
    gap: 0.9rem !important;
}

.ff-management-profile__role {
    color: #5c7f17 !important;
    font-family: "Space Grotesk", sans-serif !important;
    font-size: 0.95rem !important;
    font-weight: 700 !important;
    margin: -0.35rem 0 0 !important;
    text-transform: uppercase !important;
}

.ff-management-profile__expertise {
    background: #f7f8f4 !important;
    border: 1px solid #e3e8d7 !important;
    border-radius: 14px !important;
    padding: clamp(0.9rem, 1.6vw, 1.15rem) !important;
}

.ff-management-profile__expertise h3 {
    color: #111111 !important;
    font-family: "Space Grotesk", sans-serif !important;
    font-size: 1rem !important;
    line-height: 1.2 !important;
    margin: 0 0 0.65rem !important;
    text-transform: uppercase !important;
}

.ff-management-profile__expertise ul {
    display: grid !important;
    gap: 0.45rem !important;
    margin: 0 !important;
    padding-left: 1.1rem !important;
}

.ff-management-profile__expertise li {
    color: #333333 !important;
    font-size: 0.95rem !important;
    line-height: 1.45 !important;
}

.ff-management-profile__gallery {
    align-self: start !important;
    display: grid !important;
    gap: 0.65rem !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.ff-management-profile__gallery img {
    aspect-ratio: 4 / 3 !important;
    border-radius: 12px !important;
    display: block !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
    width: 100% !important;
}

@media (min-width: 1025px) {
    .ff-management-profile {
        grid-template-columns: minmax(0, 1fr) minmax(24rem, 0.72fr) !important;
    }

    .ff-management-profile__gallery {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 820px) {
    .ff-header .ff-header__inner,
    .ff-header.ff-header--home-v2 .ff-header__inner {
        justify-content: center !important;
        position: relative !important;
    }

    .ff-header .ff-brand,
    .ff-header.ff-header--home-v2 .ff-brand {
        left: 50% !important;
        position: absolute !important;
        transform: translateX(-50%) !important;
    }

    .ff-header .ff-menu-trigger,
    .ff-header.ff-header--home-v2 .ff-menu-trigger {
        margin-left: auto !important;
    }

    :is(body.page-about-us, body.page-template-page-about-us, body.page-template-page-about-us-php) .ff-card--media {
        display: grid !important;
    }

    :is(body.page-about-us, body.page-template-page-about-us, body.page-template-page-about-us-php) .ff-card--media__image {
        order: 1 !important;
    }

    :is(body.page-about-us, body.page-template-page-about-us, body.page-template-page-about-us-php) .ff-card--media__copy {
        order: 2 !important;
    }

    .ff-management-profile {
        grid-template-columns: 1fr !important;
    }

    .ff-management-profile__gallery {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        order: 1 !important;
    }

    .ff-management-profile__content {
        order: 2 !important;
    }
}

/* About profile gallery final fit: keep the management photos inside one clean strip. */
:is(body.page-about-us, body.page-template-page-about-us, body.page-template-page-about-us-php) .ff-management-profile {
    align-items: start !important;
    grid-template-columns: 1fr !important;
}

:is(body.page-about-us, body.page-template-page-about-us, body.page-template-page-about-us-php) .ff-management-profile__content {
    max-width: 82ch !important;
}

:is(body.page-about-us, body.page-template-page-about-us, body.page-template-page-about-us-php) .ff-management-profile__gallery {
    align-self: stretch !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    width: 100% !important;
}

:is(body.page-about-us, body.page-template-page-about-us, body.page-template-page-about-us-php) .ff-management-profile__gallery img {
    aspect-ratio: 16 / 10 !important;
    height: auto !important;
    min-height: 0 !important;
    object-fit: cover !important;
    width: 100% !important;
}

@media (max-width: 820px) {
    :is(body.page-about-us, body.page-template-page-about-us, body.page-template-page-about-us-php) .ff-card--media--mirror .ff-card--media__image {
        order: 1 !important;
    }

    :is(body.page-about-us, body.page-template-page-about-us, body.page-template-page-about-us-php) .ff-card--media--mirror .ff-card--media__copy {
        order: 2 !important;
    }

    :is(body.page-about-us, body.page-template-page-about-us, body.page-template-page-about-us-php) .ff-management-profile__gallery {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        order: 1 !important;
    }
}

@media (max-width: 430px) {
    :is(body.page-about-us, body.page-template-page-about-us, body.page-template-page-about-us-php) .ff-management-profile__gallery {
        grid-template-columns: 1fr !important;
    }
}

@media (min-width: 821px) {
    :is(body.page-about-us, body.page-template-page-about-us, body.page-template-page-about-us-php) .ff-card--media--mirror .ff-card--media__image {
        grid-column: 1 !important;
        grid-row: 1 !important;
        order: 1 !important;
    }

    :is(body.page-about-us, body.page-template-page-about-us, body.page-template-page-about-us-php) .ff-card--media--mirror .ff-card--media__copy {
        grid-column: 2 !important;
        grid-row: 1 !important;
        order: 2 !important;
    }
}

@media (min-width: 821px) {
    body.page-id-19 .ff-management-profile,
    :is(body.page-about-us, body.page-template-page-about-us, body.page-template-page-about-us-php) .ff-management-profile {
        align-items: stretch !important;
        grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.42fr) !important;
    }

    body.page-id-19 .ff-management-profile__content,
    :is(body.page-about-us, body.page-template-page-about-us, body.page-template-page-about-us-php) .ff-management-profile__content {
        max-width: none !important;
    }

    body.page-id-19 .ff-management-profile__gallery,
    :is(body.page-about-us, body.page-template-page-about-us, body.page-template-page-about-us-php) .ff-management-profile__gallery {
        align-self: stretch !important;
        display: grid !important;
        grid-template-columns: 1fr !important;
        grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
        height: 100% !important;
        min-height: 100% !important;
    }

    body.page-id-19 .ff-management-profile__gallery img,
    :is(body.page-about-us, body.page-template-page-about-us, body.page-template-page-about-us-php) .ff-management-profile__gallery img {
        aspect-ratio: auto !important;
        height: 100% !important;
        min-height: 0 !important;
        object-fit: cover !important;
        width: 100% !important;
    }
}

/* Mobile header final lock: one stable grid, centered logo, menu fixed right. */
@media (max-width: 820px) {
    .ff-header,
    .ff-header.ff-header--home-v2 {
        min-height: 72px !important;
    }

    .ff-header .ff-header__inner,
    .ff-header.ff-header--home-v2 .ff-header__inner,
    .home .ff-header.ff-header--home-v2 .ff-header__inner {
        align-items: center !important;
        display: grid !important;
        gap: 0 !important;
        grid-template-columns: 3.65rem minmax(0, 1fr) 3.65rem !important;
        justify-content: initial !important;
        min-height: 72px !important;
        padding-inline: 0.85rem !important;
        position: relative !important;
        width: 100% !important;
    }

    .ff-header .ff-brand,
    .ff-header.ff-header--home-v2 .ff-brand,
    .home .ff-header.ff-header--home-v2 .ff-brand {
        grid-column: 2 !important;
        justify-self: center !important;
        left: auto !important;
        margin: 0 !important;
        min-width: 0 !important;
        position: static !important;
        transform: none !important;
    }

    .ff-header .ff-brand__logo,
    .ff-header.ff-header--home-v2 .ff-brand__logo,
    body.woocommerce .ff-header .ff-brand__logo,
    body.woocommerce-page .ff-header .ff-brand__logo,
    .home .ff-header.ff-header--home-v2 .ff-brand__logo {
        display: block !important;
        height: 56px !important;
        max-height: 56px !important;
        max-width: min(48vw, 12rem) !important;
        object-fit: contain !important;
        width: auto !important;
    }

    .ff-header .ff-nav,
    .ff-header.ff-header--home-v2 .ff-nav {
        display: none !important;
    }

    .ff-header .ff-header__actions,
    .ff-header.ff-header--home-v2 .ff-header__actions,
    .home .ff-header.ff-header--home-v2 .ff-header__actions {
        grid-column: 3 !important;
        justify-self: end !important;
        margin: 0 !important;
        min-width: 0 !important;
    }

    .ff-header .ff-account-cta,
    .ff-header.ff-header--home-v2 .ff-account-cta,
    .ff-header .ff-cart-trigger,
    .ff-header.ff-header--home-v2 .ff-cart-trigger {
        display: none !important;
    }

    .ff-header .ff-menu-trigger,
    .ff-header.ff-header--home-v2 .ff-menu-trigger,
    .home .ff-header.ff-header--home-v2 .ff-menu-trigger {
        align-items: center !important;
        display: inline-flex !important;
        height: 3.25rem !important;
        justify-content: center !important;
        margin: 0 !important;
        min-height: 3.25rem !important;
        min-width: 3.25rem !important;
        padding: 0 !important;
        width: 3.25rem !important;
    }
}

/* Cart drawer final palette lock: keep footer readable against the light drawer. */
.ff-cart-drawer {
    background: #ffffff !important;
    color: #111111 !important;
}

.ff-cart-drawer .ff-kicker,
.ff-cart-drawer .ff-card-title,
.ff-cart-drawer .ff-copy,
.ff-cart-drawer .ff-copy--tiny {
    color: #111111 !important;
}

.ff-cart-drawer__footer {
    background: #f7f8f4 !important;
    border: 1px solid #e0e4d8 !important;
    box-shadow: 0 18px 42px rgba(15, 24, 33, 0.1) !important;
    color: #111111 !important;
}

.ff-cart-drawer__benefits span {
    background: #ffffff !important;
    border: 1px solid #dfe5d6 !important;
    color: #344054 !important;
    font-weight: 800 !important;
}

.ff-cart-drawer__subtotal span {
    color: #344054 !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
}

.ff-cart-drawer__subtotal strong {
    color: #111111 !important;
}

.ff-cart-drawer__actions .ff-button--secondary {
    background: #ffffff !important;
    border: 1px solid #cfd8c2 !important;
    color: #132033 !important;
}

.ff-cart-drawer__actions .ff-button--primary {
    background: #9cc32a !important;
    color: #ffffff !important;
}

.ff-cart-drawer__actions .ff-button--secondary:hover,
.ff-cart-drawer__actions .ff-button--secondary:focus-visible {
    border-color: #9cc32a !important;
}

/* Mobile menu/paypal stacking lock: keep express-payment iframes under the opened menu. */
.ff-overlay[data-menu-overlay] {
    z-index: 2147483000 !important;
}

.ff-mobile-panel[data-menu-panel] {
    z-index: 2147483001 !important;
}

body:has(.ff-mobile-panel.is-open) .wc-block-cart__payment-options,
body:has(.ff-mobile-panel.is-open) .wc-block-components-express-payment,
body:has(.ff-mobile-panel.is-open) .wc-block-components-express-payment__event-buttons,
body:has(.ff-mobile-panel.is-open) .wc-block-components-express-payment iframe,
body:has(.ff-mobile-panel.is-open) [id*="paypal"],
body:has(.ff-mobile-panel.is-open) [class*="paypal"] {
    pointer-events: none !important;
    visibility: hidden !important;
}

/* WooCommerce cart page primary checkout action. */
.wc-block-cart__submit-container .wc-block-components-button,
.wc-block-cart__submit-container .wc-block-components-button.wp-element-button {
    background: #9cc32a !important;
    border: 1px solid #9cc32a !important;
    border-radius: 0.45rem !important;
    color: #ffffff !important;
    font-family: "Space Grotesk", sans-serif !important;
    font-weight: 800 !important;
    min-height: 3.5rem !important;
    text-transform: uppercase !important;
}

.wc-block-cart__submit-container .wc-block-components-button:hover,
.wc-block-cart__submit-container .wc-block-components-button:focus-visible {
    background: #86b416 !important;
    border-color: #86b416 !important;
    color: #ffffff !important;
}

/* Homepage Civic FL5 slide: show the whole artwork, even if it needs black letterboxing. */
.home .ff-home-slider__slide:nth-child(2),
.home .ff-home-slider__slide:nth-child(2) .ff-home-slider__image {
    background: #000000 !important;
}

.home .ff-home-slider__slide:nth-child(2) .ff-home-slider__image {
    object-fit: contain !important;
    object-position: center center !important;
}
