:root {
    --ffx-orange: #f47b00;
    --ffx-orange-bright: #ff9418;
    --ffx-black: #08090a;
    --ffx-graphite: #111315;
    --ffx-steel: #9da2a6;
    --ffx-white: #f7f5f1;
    --ffx-line: rgba(255,255,255,.12);
    --ffx-shell: min(1440px, calc(100vw - 64px));
}

html { scroll-behavior: smooth; }
body.ffx-redesign { margin: 0; background: var(--ffx-black); color: var(--ffx-white); overflow-x: hidden; }
body.ffx-redesign.admin-bar .ffx-header { top: 32px; }
.ffx-site, .ffx-site * { box-sizing: border-box; }
.ffx-site { background: var(--ffx-black); color: var(--ffx-white); font-family: "Inter", "Helvetica Neue", Arial, sans-serif; line-height: 1.55; }
.ffx-site img { display: block; width: 100%; }
.ffx-site a { color: inherit; text-decoration: none; }
.ffx-shell { width: var(--ffx-shell); margin-inline: auto; }
.ffx-skip { position: fixed; left: 16px; top: -80px; z-index: 10000; padding: 12px 18px; background: var(--ffx-orange); color: #000; }
.ffx-skip:focus { top: 16px; }

.ffx-header {
    position: fixed; inset: 0 0 auto; z-index: 900;
    border-bottom: 1px solid rgba(255,255,255,.08);
    background: linear-gradient(180deg, rgba(0,0,0,.82), rgba(0,0,0,.08));
    transition: background .3s ease, backdrop-filter .3s ease;
}
.ffx-header.is-scrolled { background: rgba(7,8,9,.9); backdrop-filter: blur(18px); }
.ffx-header__inner { height: 92px; display: flex; align-items: center; gap: 36px; }
.ffx-brand { width: 150px; flex: 0 0 auto; }
.ffx-brand img { max-height: 62px; object-fit: contain; filter: drop-shadow(0 4px 12px rgba(0,0,0,.45)); }
.ffx-nav { margin-left: auto; display: flex; align-items: center; gap: clamp(16px, 1.7vw, 30px); }
.ffx-nav a { position: relative; padding: 12px 0; color: rgba(255,255,255,.82); font-size: 13px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.ffx-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 5px; height: 2px; background: var(--ffx-orange); transition: right .25s ease; }
.ffx-nav a:hover { color: #fff; }
.ffx-nav a:hover::after { right: 0; }
.ffx-nav a.ffx-button { padding: 0 20px; }
.ffx-nav a.ffx-button::after { display: none; }
.ffx-nav .ffx-shop-nav-button { background: linear-gradient(145deg,#292d31,#0d0f11); color: #fff !important; border-color: rgba(255,255,255,.42); }
.ffx-nav .ffx-shop-nav-button:hover { background: #fff; color: #08090a !important; border-color: #fff; }
.ffx-menu-button { display: none; border: 0; background: none; padding: 10px; }
.ffx-menu-button span:not(.screen-reader-text) { display: block; width: 28px; height: 2px; margin: 6px 0; background: #fff; }

.ffx-button {
    display: inline-flex; align-items: center; justify-content: center; min-height: 54px;
    padding: 0 28px; border: 1px solid var(--ffx-orange); background: var(--ffx-orange);
    color: #08090a !important; font-size: 13px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase;
    transition: transform .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease;
}
.ffx-button:hover { transform: translateY(-2px); background: var(--ffx-orange-bright); box-shadow: 0 12px 34px rgba(244,123,0,.22); }
.ffx-button--small { min-height: 44px; padding-inline: 20px; white-space: nowrap; }
.ffx-button--ghost { background: rgba(0,0,0,.2); color: #fff !important; border-color: rgba(255,255,255,.48); backdrop-filter: blur(8px); }
.ffx-button--ghost:hover { background: #fff; color: #08090a !important; border-color: #fff; box-shadow: none; }

.ffx-hero { position: relative; min-height: 100svh; display: flex; align-items: flex-end; isolation: isolate; overflow: hidden; }
.ffx-hero__image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 53% center; z-index: -3; }
.ffx-hero__shade { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(0,0,0,.92) 0%, rgba(0,0,0,.62) 37%, rgba(0,0,0,.10) 72%), linear-gradient(0deg, rgba(0,0,0,.88), transparent 50%); }
.ffx-hero::after { content: ""; position: absolute; inset: auto 0 0; height: 2px; background: linear-gradient(90deg, var(--ffx-orange) 0 26%, rgba(255,255,255,.22) 26% 100%); }
.ffx-hero__content { padding-top: 180px; padding-bottom: 110px; }
.ffx-eyebrow { margin: 0 0 20px; color: var(--ffx-orange); font-size: 12px; line-height: 1.3; font-weight: 850; letter-spacing: .2em; text-transform: uppercase; }
.ffx-hero h1, .ffx-heading h2, .ffx-split h2, .ffx-production__content h2, .ffx-cta h2 {
    margin: 0; font-family: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
    font-size: clamp(48px, 6.5vw, 104px); line-height: .93; letter-spacing: -.045em; text-transform: uppercase; font-weight: 900;
    color: #fff;
}
.ffx-site h1 em, .ffx-site h2 em { color: var(--ffx-orange); font-style: normal; }
.ffx-hero__intro { max-width: 700px; margin: 28px 0 34px; color: rgba(255,255,255,.82); font-size: clamp(17px, 1.5vw, 22px); }
.ffx-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.ffx-hero__facts { display: flex; flex-wrap: wrap; gap: 0; margin-top: 64px; border-top: 1px solid var(--ffx-line); width: fit-content; }
.ffx-hero__facts span { min-width: 210px; padding: 22px 34px 0 0; color: rgba(255,255,255,.62); font-size: 13px; text-transform: uppercase; letter-spacing: .09em; }
.ffx-hero__facts strong { display: block; color: #fff; font-size: 20px; letter-spacing: 0; }
.ffx-scroll { position: absolute; right: 3vw; bottom: 42px; display: flex; align-items: center; gap: 14px; color: rgba(255,255,255,.7) !important; font-size: 11px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; writing-mode: vertical-rl; }
.ffx-scroll span { color: var(--ffx-orange); font-size: 20px; }

.ffx-section { position: relative; padding: clamp(90px, 10vw, 160px) 0; }
.ffx-section--dark { background: #090a0b; }
.ffx-section--light { background: #e9e7e2; color: #111315; }
.ffx-heading { display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 70px; margin-bottom: 60px; }
.ffx-heading .ffx-eyebrow { grid-column: 1 / -1; margin-bottom: -35px; }
.ffx-heading h2, .ffx-split h2, .ffx-production__content h2, .ffx-cta h2 { font-size: clamp(42px, 5.3vw, 76px); }
.ffx-heading > p:last-child { max-width: 560px; margin: 0; color: rgba(255,255,255,.6); font-size: 18px; }
.ffx-heading--center { display: block; max-width: 900px; margin-inline: auto; text-align: center; }
.ffx-heading--center .ffx-eyebrow { margin-bottom: 20px; }

.ffx-worlds { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.ffx-world { position: relative; min-height: 520px; overflow: hidden; isolation: isolate; }
.ffx-world--wide { grid-column: span 2; min-height: 620px; }
.ffx-world > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -3; transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.ffx-world__shade { position: absolute; inset: 0; z-index: -2; background: linear-gradient(0deg, rgba(0,0,0,.92), rgba(0,0,0,.04) 75%); }
.ffx-world::after { content: ""; position: absolute; inset: 0; z-index: -1; border: 1px solid rgba(255,255,255,.10); pointer-events: none; }
.ffx-world:hover > img { transform: scale(1.035); }
.ffx-world__content { position: absolute; inset: auto 0 0; padding: clamp(28px, 4vw, 54px); }
.ffx-world__content > span { color: var(--ffx-orange); font-weight: 800; letter-spacing: .14em; }
.ffx-world h3 {
    margin: 8px 0 10px;
    color: #fff;
    font-size: clamp(30px, 3vw, 46px);
    line-height: 1;
    text-transform: uppercase;
    -webkit-text-stroke: 0;
    text-shadow: 0 2px 14px rgba(0,0,0,.95), 0 1px 2px #000;
}
.ffx-world p { max-width: 650px; margin: 0 0 22px; color: rgba(255,255,255,.68); font-size: 16px; }
.ffx-world a { display: inline-flex; gap: 12px; align-items: center; color: #fff; font-size: 13px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.ffx-world a b { color: var(--ffx-orange); font-size: 18px; transition: transform .2s ease; }
.ffx-world a:hover b { transform: translate(3px,-3px); }

.ffx-split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(50px, 8vw, 130px); align-items: center; }
.ffx-split__visual { position: relative; min-height: 680px; }
.ffx-split__visual > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(.75) contrast(1.08); }
.ffx-split__visual::before { content: ""; position: absolute; inset: 22px -22px -22px 22px; border: 1px solid rgba(0,0,0,.28); z-index: 0; }
.ffx-split__badge { position: absolute; right: -32px; bottom: 46px; z-index: 2; width: 230px; padding: 24px; background: var(--ffx-orange); color: #090a0b; box-shadow: 0 18px 48px rgba(0,0,0,.22); }
.ffx-split__badge strong, .ffx-split__badge span { display: block; }
.ffx-split__badge strong { font-size: 17px; text-transform: uppercase; }
.ffx-split__badge span { font-size: 13px; }
.ffx-split__copy .ffx-eyebrow { color: #a34e00; }
.ffx-section--light .ffx-split h2 { color: #111315; }
.ffx-split__copy > p:not(.ffx-eyebrow) { margin: 28px 0; color: #55595c; font-size: 18px; }
.ffx-checks { list-style: none; padding: 0; margin: 30px 0; }
.ffx-checks li { position: relative; padding: 15px 0 15px 30px; border-bottom: 1px solid rgba(0,0,0,.12); font-weight: 650; }
.ffx-checks li::before { content: "—"; position: absolute; left: 0; color: var(--ffx-orange); }
.ffx-text-link { display: inline-flex; align-items: center; gap: 14px; margin-top: 10px; font-size: 13px; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.ffx-text-link span { color: var(--ffx-orange); font-size: 20px; }

.ffx-section--production { min-height: 840px; display: flex; align-items: center; overflow: hidden; }
.ffx-production__image { position: absolute; inset: 0; }
.ffx-production__image img { width: 100%; height: 100%; object-fit: cover; }
.ffx-production__image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.82) 0%, rgba(0,0,0,.62) 42%, rgba(0,0,0,.14) 75%); }
.ffx-production__content { position: relative; z-index: 2; }
.ffx-production__content > p:not(.ffx-eyebrow) { max-width: 650px; margin: 28px 0; color: rgba(255,255,255,.7); font-size: 18px; }
.ffx-chip-list { display: flex; flex-wrap: wrap; gap: 8px; max-width: 740px; margin: 32px 0; }
.ffx-chip-list span { padding: 9px 13px; border: 1px solid rgba(255,255,255,.2); background: rgba(0,0,0,.24); color: rgba(255,255,255,.84); font-size: 12px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; backdrop-filter: blur(8px); }

.ffx-section--process { background: #111315; }
.ffx-section--studio { background: #f4f1eb; color: #111315; }
.ffx-studio { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(48px, 7vw, 110px); align-items: center; }
.ffx-studio__copy h2 { margin: 0; font-family: "Arial Narrow", "Helvetica Neue", Arial, sans-serif; font-size: clamp(42px, 5.3vw, 76px); line-height: .93; letter-spacing: -.045em; text-transform: uppercase; font-weight: 900; }
.ffx-studio__copy h2 { color: #111315; }
.ffx-studio__copy h2 em { color: var(--ffx-orange); font-style: normal; }
.ffx-studio__copy > p:not(.ffx-eyebrow) { margin: 28px 0; color: #55595c; font-size: 18px; }
.ffx-studio__image { position: relative; min-height: 580px; }
.ffx-studio__image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.ffx-studio__image::after { content: ""; position: absolute; inset: 18px -18px -18px 18px; border: 1px solid rgba(0,0,0,.22); z-index: -1; }
.ffx-steps { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--ffx-line); border-bottom: 1px solid var(--ffx-line); }
.ffx-steps article { min-height: 270px; padding: 38px 28px; border-right: 1px solid var(--ffx-line); }
.ffx-steps article:last-child { border-right: 0; }
.ffx-steps span { color: var(--ffx-orange); font-size: 12px; font-weight: 850; letter-spacing: .14em; }
.ffx-steps h3 { margin: 60px 0 12px; font-size: 25px; text-transform: uppercase; }
.ffx-steps p { margin: 0; color: rgba(255,255,255,.56); }

.ffx-cta { position: relative; overflow: hidden; padding: clamp(90px, 10vw, 150px) 0; background: #050607; }
.ffx-cta::before { content: ""; position: absolute; inset: 0; background: repeating-linear-gradient(115deg, transparent 0 70px, rgba(255,255,255,.018) 70px 71px); }
.ffx-cta__glow { position: absolute; width: 560px; height: 560px; right: 5%; top: 50%; transform: translateY(-50%); background: radial-gradient(circle, rgba(244,123,0,.22), transparent 68%); filter: blur(10px); }
.ffx-cta__inner { position: relative; display: grid; grid-template-columns: 1.25fr .75fr; gap: 70px; align-items: center; }
.ffx-cta__actions { display: flex; flex-direction: column; align-items: stretch; gap: 12px; }
.ffx-phone { margin-top: 12px; color: #fff !important; font-size: 28px; font-weight: 850; text-align: center; letter-spacing: .04em; }

.ffx-footer { padding: 78px 0 30px; background: #000; border-top: 3px solid var(--ffx-orange); }
.ffx-footer__grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 60px; }
.ffx-footer__brand img { width: 180px; max-height: 100px; object-fit: contain; margin-bottom: 20px; }
.ffx-footer__brand p { max-width: 310px; color: rgba(255,255,255,.52); }
.ffx-footer h3 { margin: 0 0 22px; color: var(--ffx-orange); font-size: 12px; letter-spacing: .16em; text-transform: uppercase; }
.ffx-footer__grid > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; }
.ffx-footer__grid a { margin: 0 0 12px; color: rgba(255,255,255,.65); font-size: 14px; }
.ffx-footer__grid a:hover { color: var(--ffx-orange); }
.ffx-footer__bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 60px; padding-top: 24px; border-top: 1px solid var(--ffx-line); color: rgba(255,255,255,.4); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.ffx-footer__left { display: flex; flex-direction: column; align-items: flex-start; gap: 7px; }
.ffx-visit-count { color: rgba(255,255,255,.24); font-size: 9px; letter-spacing: .06em; text-transform: none; }
.ffx-visit-count__number { font-variant-numeric: tabular-nums; }

.ffx-reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s ease; }
.ffx-reveal.is-visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    .ffx-site *, .ffx-reveal { animation: none !important; transition: none !important; }
    .ffx-reveal { opacity: 1; transform: none; }
}

@media (max-width: 1120px) {
    :root { --ffx-shell: min(100% - 40px, 1060px); }
    .ffx-header__inner { height: 76px; }
    .ffx-header__inner > .ffx-button { display: none; }
    .ffx-menu-button { display: block; margin-left: auto; }
    .ffx-nav {
        position: fixed; inset: 76px 0 auto; display: none; flex-direction: column; align-items: stretch; gap: 0;
        max-height: calc(100svh - 76px); padding: 18px 20px 30px; overflow: auto; background: rgba(5,6,7,.98); border-top: 1px solid var(--ffx-line);
    }
    body.admin-bar .ffx-nav { inset-block-start: 108px; }
    .ffx-nav.is-open { display: flex; }
    .ffx-nav a { padding: 18px 10px; border-bottom: 1px solid var(--ffx-line); font-size: 15px; }
    .ffx-heading { grid-template-columns: 1fr; gap: 24px; }
    .ffx-heading .ffx-eyebrow { margin-bottom: 0; }
    .ffx-split { gap: 70px; }
    .ffx-steps { grid-template-columns: repeat(2, 1fr); }
    .ffx-steps article:nth-child(2) { border-right: 0; }
    .ffx-steps article:nth-child(-n+2) { border-bottom: 1px solid var(--ffx-line); }
}

@media (max-width: 782px) {
    body.ffx-redesign.admin-bar .ffx-header { top: 46px; }
    body.admin-bar .ffx-nav { inset-block-start: 122px; }
    :root { --ffx-shell: calc(100% - 28px); }
    .ffx-brand { width: 125px; }
    .ffx-hero { min-height: 850px; }
    .ffx-hero__image { object-position: 62% center; }
    .ffx-hero__shade { background: linear-gradient(0deg, rgba(0,0,0,.96) 0%, rgba(0,0,0,.72) 56%, rgba(0,0,0,.16) 100%); }
    .ffx-hero__content { padding-top: 150px; padding-bottom: 70px; align-self: flex-end; }
    .ffx-hero h1 { font-size: clamp(46px, 15vw, 72px); }
    .ffx-hero__facts { margin-top: 40px; }
    .ffx-hero__facts span { min-width: 50%; padding-right: 12px; }
    .ffx-scroll { display: none; }
    .ffx-worlds { grid-template-columns: 1fr; }
    .ffx-world, .ffx-world--wide { grid-column: auto; min-height: 500px; }
    .ffx-split { grid-template-columns: 1fr; }
    .ffx-studio { grid-template-columns: 1fr; }
    .ffx-studio__image { min-height: 460px; order: -1; }
    .ffx-split__visual { min-height: 520px; }
    .ffx-split__badge { right: 10px; bottom: 20px; }
    .ffx-section--production { min-height: 920px; align-items: flex-end; }
    .ffx-production__image::after { background: linear-gradient(0deg, rgba(0,0,0,.88) 0%, rgba(0,0,0,.62) 58%, rgba(0,0,0,.1) 100%); }
    .ffx-production__content { padding-bottom: 40px; }
    .ffx-cta__inner { grid-template-columns: 1fr; gap: 46px; }
    .ffx-footer__grid { grid-template-columns: repeat(2, 1fr); gap: 42px 28px; }
    .ffx-footer__brand { grid-column: span 2; }
}

@media (max-width: 520px) {
    .ffx-actions { flex-direction: column; align-items: stretch; }
    .ffx-button { width: 100%; }
    .ffx-hero__intro { font-size: 16px; }
    .ffx-hero__facts { width: 100%; }
    .ffx-hero__facts span { min-width: 100%; padding-top: 14px; }
    .ffx-steps { grid-template-columns: 1fr; }
    .ffx-steps article { min-height: 220px; border-right: 0; border-bottom: 1px solid var(--ffx-line); }
    .ffx-steps article:last-child { border-bottom: 0; }
    .ffx-steps h3 { margin-top: 42px; }
    .ffx-footer__grid { grid-template-columns: 1fr; }
    .ffx-footer__brand { grid-column: auto; }
    .ffx-footer__bottom { flex-direction: column; }
}

/* Shared redesign for all staging subpages */
.ffx-subpage .ffx-header { background: rgba(5,6,7,.94); }
.ffx-page { background: #f4f1eb; color: #111315; }
.ffx-page-hero { position: relative; min-height: 520px; display: flex; align-items: flex-end; overflow: hidden; background: #080a0b; }
.ffx-page-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.ffx-page-hero__shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.94) 0%, rgba(0,0,0,.62) 52%, rgba(0,0,0,.2) 100%), linear-gradient(0deg, rgba(0,0,0,.72), transparent 55%); }
.ffx-page-hero__content { position: relative; z-index: 1; padding-top: 190px; padding-bottom: 72px; }
.ffx-page-hero h1 { max-width: 1050px; margin: 14px 0 24px; color: #fff; font-family: "Arial Narrow", "Helvetica Neue", Arial, sans-serif; font-size: clamp(48px, 7.2vw, 104px); line-height: .92; letter-spacing: -.045em; text-transform: uppercase; font-weight: 900; }
.ffx-page-hero__line { width: 84px; height: 4px; background: var(--ffx-orange); }
.ffx-page-body { position: relative; padding: clamp(64px, 8vw, 120px) 0; background: #f4f1eb; }
.ffx-page-content { min-width: 0; }
.ffx-page-content > .elementor { margin-inline: calc((100vw - var(--ffx-shell)) / -2); }
.ffx-page-content :where(h2,h3,h4) { color: #111315; font-family: "Arial Narrow", "Helvetica Neue", Arial, sans-serif; font-weight: 850; letter-spacing: -.025em; }
.ffx-page-content :where(p,li) { color: #4d5154; }
.ffx-page-content a:not(.elementor-button):not(.button) { color: #d86b00; text-decoration-color: rgba(216,107,0,.35); }
.ffx-page-content :where(.elementor-button,.button,button,input[type="submit"]) { border-radius: 0 !important; background: var(--ffx-orange) !important; color: #080a0b !important; border: 1px solid var(--ffx-orange) !important; font-weight: 800 !important; letter-spacing: .06em; text-transform: uppercase; }
.ffx-page-content :where(input,textarea,select) { border-radius: 0 !important; border: 1px solid #c8c5bf !important; background: #fff !important; color: #111315 !important; }
.ffx-page-content :where(img) { max-width: 100%; height: auto; }
.ffx-page-content .woocommerce { max-width: 1220px; margin-inline: auto; padding-inline: 20px; }

/* WooCommerce archive and account pages rendered by the block theme. */
body.woocommerce-page {
    background: #f4f1eb !important;
    color: #111315 !important;
}
body.woocommerce-page main {
    background: #f4f1eb !important;
    color: #111315 !important;
    padding-top: clamp(44px, 6vw, 88px);
    padding-bottom: clamp(72px, 8vw, 120px);
}
body.woocommerce-page main :where(h1,h2,h3,h4,h5,h6,p,a,span,div,label) {
    color: inherit;
}
body.woocommerce-page .woocommerce {
    width: min(1220px, calc(100% - 40px));
    margin-inline: auto;
}
body.woocommerce-page .woocommerce-breadcrumb,
body.woocommerce-page .woocommerce-result-count {
    color: #66625c !important;
}
body.woocommerce-page .woocommerce-ordering select {
    min-height: 44px;
    padding: 8px 36px 8px 12px;
    border: 1px solid #c8c5bf;
    background: #fff;
    color: #111315;
}
body.woocommerce-page ul.products {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 34px 26px;
}
body.woocommerce-page ul.products::before,
body.woocommerce-page ul.products::after { display: none !important; }
body.woocommerce-page ul.products li.product {
    float: none !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 0 24px !important;
    background: #fff;
    border: 1px solid #dedbd5;
    box-shadow: 0 12px 34px rgba(20,20,20,.08);
}
body.woocommerce-page ul.products li.product > :not(a:first-child) {
    margin-left: 22px;
    margin-right: 22px;
}
body.woocommerce-page ul.products li.product img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: contain;
    margin: 0 0 20px !important;
    background: #fff;
}
body.woocommerce-page ul.products li.product .woocommerce-loop-product__title {
    padding: 0 !important;
    color: #111315 !important;
    font-size: 18px !important;
    font-weight: 750;
}
body.woocommerce-page ul.products li.product .price {
    color: #111315 !important;
    font-weight: 800;
}
body.woocommerce-page ul.products li.product .button {
    border-radius: 0 !important;
    background: var(--ffx-orange) !important;
    color: #080a0b !important;
    font-weight: 800;
    text-transform: uppercase;
}
@media (max-width: 900px) {
    body.woocommerce-page ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 560px) {
    body.woocommerce-page ul.products { grid-template-columns: 1fr; }
}
.ffx-page-content table { width: 100%; border-collapse: collapse; }
.ffx-page-content th, .ffx-page-content td { padding: 14px; border: 1px solid #d3d0c9; }
.ffx-page-cta, .ffx-page-cta h2 { color: #fff; }

@media (max-width: 782px) {
    .ffx-page-hero { min-height: 430px; }
    .ffx-page-hero__shade { background: linear-gradient(0deg, rgba(0,0,0,.94), rgba(0,0,0,.35)); }
    .ffx-page-hero__content { padding-top: 150px; padding-bottom: 48px; }
    .ffx-page-hero h1 { font-size: clamp(40px, 12vw, 64px); overflow-wrap: anywhere; }
    .ffx-page-body { padding: 56px 0; }
    .ffx-page-content > .elementor { margin-inline: -14px; }
}
