/* FFC Home V0.4 - clean-header edition
   Base: ffc-tt5-child-v0.1.5.zip + V0.4 homepage main content.
   Header/footer: original WordPress template parts. This CSS does not create or restyle homepage header/nav/logo/footer layouts. */
:root{
  --home-v04-blue:#126ee8;
  --home-v04-blue-2:#0c58c9;
  --home-v04-ink:#111827;
  --home-v04-muted:#647184;
  --home-v04-line:#dfe7f0;
  --home-v04-soft:#f3f7fb;
  --home-v04-soft-2:#eaf1f8;
  --home-v04-dark:#06101c;
  --home-v04-dark-2:#0a1726;
  --home-v04-white:#fff;
  --home-v04-max:1240px;
  --home-v04-radius:16px;
  --home-v04-shadow-soft:0 8px 22px rgba(22,42,70,.055);
}
body.home,
body.front-page,
body:has(.ffc-home-v04){
  margin:0!important;
  padding:0!important;
  background:#06101c!important;
}
body.home .wp-site-blocks,
body.front-page .wp-site-blocks,
body:has(.ffc-home-v04) .wp-site-blocks{
  margin:0!important;
  padding:0!important;
  gap:0!important;
  background:#06101c!important;
}
body.home .wp-site-blocks > *,
body.front-page .wp-site-blocks > *,
body:has(.ffc-home-v04) .wp-site-blocks > *,
body.home .wp-site-blocks > * + *,
body.front-page .wp-site-blocks > * + *,
body:has(.ffc-home-v04) .wp-site-blocks > * + *{
  margin-block-start:0!important;
  margin-block-end:0!important;
}
body.home main,
body.front-page main,
body.home .wp-block-post-content,
body.front-page .wp-block-post-content,
body.home .entry-content,
body.front-page .entry-content,
body:has(.ffc-home-v04) main,
body:has(.ffc-home-v04) .wp-block-post-content,
body:has(.ffc-home-v04) .entry-content{
  margin:0!important;
  padding:0!important;
  gap:0!important;
  background:transparent!important;
}
.ffc-home-v04{
  position:relative;
  box-sizing:border-box;
  margin:0!important;
  padding:0!important;
  font-family:-apple-system,BlinkMacSystemFont,'Segoe UI','Microsoft YaHei',Arial,sans-serif;
  color:var(--home-v04-ink);
  background:#06101c;
  overflow:hidden;
}
.ffc-home-v04 *,.ffc-home-v04 *::before,.ffc-home-v04 *::after{box-sizing:border-box;}
.ffc-home-v04 a{color:inherit;text-decoration:none;}
.ffc-home-v04 img{max-width:100%;display:block;vertical-align:middle;}
.ffc-home-v04 .ffc-home-v04-main,
.ffc-home-v04 section{margin:0!important;}

/* V0.4 Hero: deep blue-black scene, clear seaside cycling + chain image, no custom header. */
.ffc-home-v04 .ffc-hero{position:relative;min-height:640px;background:#06101c;color:#fff;overflow:hidden;}
.ffc-home-v04 .ffc-hero-bg{
  position:absolute;inset:0;
  background-image:
    linear-gradient(90deg,
      rgba(3,10,18,.78) 0%,
      rgba(3,10,18,.54) 34%,
      rgba(3,10,18,.16) 66%,
      rgba(3,10,18,.03) 100%
    ),
    linear-gradient(180deg,
      rgba(3,10,18,.16) 0%,
      rgba(3,10,18,.02) 48%,
      rgba(6,16,28,.54) 100%
    ),
    url('../img/hero-seaside-chain.jpg');
  background-size:cover;
  background-position:center right;
  transform:scale(1.005);
}
.ffc-home-v04 .ffc-hero::after{
  content:"";
  position:absolute;left:0;right:0;bottom:0;height:52px;
  background:linear-gradient(180deg,rgba(6,16,28,0) 0%,rgba(6,16,28,.82) 100%);
  pointer-events:none;
}
.ffc-home-v04 .ffc-hero-inner{position:relative;z-index:2;max-width:var(--home-v04-max);margin:auto;padding:118px 24px 96px;}
.ffc-home-v04 .ffc-hero-label{display:inline-flex;align-items:center;gap:10px;margin-bottom:18px;color:#b8d5ff;font-size:15px;font-weight:800;letter-spacing:.08em;}
.ffc-home-v04 .ffc-hero-label::before{content:"";width:36px;height:3px;background:var(--home-v04-blue);border-radius:2px;}
.ffc-home-v04 .ffc-hero h1{margin:0;font-size:clamp(42px,4.4vw,60px);line-height:1.1;letter-spacing:-.028em;color:#fff;max-width:900px;text-shadow:0 12px 34px rgba(0,0,0,.34);}
.ffc-home-v04 .ffc-subtitle{margin-top:18px;font-size:clamp(24px,2.4vw,34px);font-weight:750;color:#eaf2ff;}
.ffc-home-v04 .ffc-desc{max-width:720px;margin:20px 0 0;color:rgba(235,243,255,.78);font-size:17px;line-height:1.8;}
.ffc-home-v04 .ffc-actions{display:flex;gap:14px;align-items:center;flex-wrap:wrap;margin-top:30px;}
.ffc-home-v04 .ffc-btn{display:inline-flex;align-items:center;justify-content:center;min-width:138px;height:46px;padding:0 22px;border-radius:8px;font-weight:800;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease,background .22s ease;}
.ffc-home-v04 .ffc-btn:hover{transform:translateY(-2px);}
.ffc-home-v04 .ffc-btn-primary{background:linear-gradient(135deg,var(--home-v04-blue),var(--home-v04-blue-2));color:#fff;box-shadow:0 12px 26px rgba(18,110,232,.24);}
.ffc-home-v04 .ffc-btn-secondary{border:1px solid rgba(255,255,255,.34);color:#fff;background:rgba(255,255,255,.055);}
.ffc-home-v04 .ffc-btn-secondary:hover{background:rgba(255,255,255,.1);}

/* Stats: part of first screen, no gray-white fog wall. */
.ffc-home-v04 .ffc-stats-band{position:relative;z-index:3;background:#06101c;color:#fff;padding:0 24px 34px;border:0;}
.ffc-home-v04 .ffc-stats{max-width:var(--home-v04-max);margin:auto;display:grid;grid-template-columns:repeat(4,1fr);background:rgba(9,24,39,.78);border:1px solid rgba(255,255,255,.12);border-radius:18px;box-shadow:0 18px 45px rgba(0,0,0,.20);backdrop-filter:blur(10px);overflow:hidden;}
.ffc-home-v04 .ffc-stat{padding:24px 22px;display:flex;gap:14px;align-items:center;border-left:1px solid rgba(255,255,255,.1);}
.ffc-home-v04 .ffc-stat:first-child{border-left:0;}
.ffc-home-v04 .ffc-stat-icon{width:34px;height:34px;border-radius:10px;display:grid;place-items:center;background:rgba(18,110,232,.16);color:#9dc3ff;font-weight:900;}
.ffc-home-v04 .ffc-stat span{display:block;color:rgba(255,255,255,.58);font-size:13px;margin-bottom:3px;}
.ffc-home-v04 .ffc-stat strong{display:block;color:#fff;font-size:clamp(20px,2.2vw,28px);line-height:1.12;letter-spacing:-.03em;}

/* Light cool-gray main surface: product/info content without SaaS-heavy card styling. */
.ffc-home-v04 .ffc-main-surface{background:linear-gradient(180deg,#f1f6fb 0%,#f7f9fc 48%,#f2f6fb 100%);padding:62px 0 68px;}
.ffc-home-v04 .ffc-section{padding:54px 24px;}
.ffc-home-v04 .ffc-section:first-child{padding-top:0;}
.ffc-home-v04 .ffc-section-white,
.ffc-home-v04 .ffc-section-soft,
.ffc-home-v04 .ffc-products-section{background:transparent;}
.ffc-home-v04 .ffc-wrap{max-width:var(--home-v04-max);margin:auto;}
.ffc-home-v04 .ffc-section-head{max-width:760px;margin:0 0 26px;text-align:left;}
.ffc-home-v04 .ffc-products-section .ffc-section-head{text-align:center;margin:0 auto 30px;}
.ffc-home-v04 .ffc-kicker{margin:0 0 10px;color:var(--home-v04-blue);font-weight:900;letter-spacing:.08em;font-size:13px;text-transform:uppercase;}
.ffc-home-v04 .ffc-section h2,
.ffc-home-v04 .ffc-quality-copy h2,
.ffc-home-v04 .ffc-factory-content h2,
.ffc-home-v04 .ffc-cta-box h2{margin:0;color:var(--home-v04-ink);font-size:clamp(28px,2.8vw,42px);line-height:1.14;letter-spacing:-.026em;}
.ffc-home-v04 .ffc-factory-content h2,
.ffc-home-v04 .ffc-cta-box h2{color:#fff;}
.ffc-home-v04 .ffc-intro{margin:14px 0 0;color:var(--home-v04-muted);font-size:16px;line-height:1.75;max-width:720px;}
.ffc-home-v04 .ffc-products-section .ffc-intro{margin-left:auto;margin-right:auto;}

.ffc-home-v04 .ffc-product-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px;}
.ffc-home-v04 .ffc-product-card{min-height:142px;background:rgba(248,251,255,.70);border:1px solid rgba(198,211,225,.58);border-radius:12px;padding:20px 17px;box-shadow:0 5px 14px rgba(22,42,70,.032);display:flex;flex-direction:column;justify-content:space-between;transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease,background-color .22s ease;}
.ffc-home-v04 .ffc-product-card:hover{transform:translateY(-2px);border-color:rgba(18,110,232,.24);box-shadow:0 8px 20px rgba(18,110,232,.065);background:rgba(255,255,255,.82);}
.ffc-home-v04 .ffc-product-card strong{font-size:23px;letter-spacing:-.025em;color:#122033;}
.ffc-home-v04 .ffc-product-card span{margin-top:8px;color:var(--home-v04-muted);font-size:14px;line-height:1.55;}
.ffc-home-v04 .ffc-product-card em{font-style:normal;color:var(--home-v04-blue);font-weight:850;font-size:14px;}

.ffc-home-v04 .ffc-flow{display:grid;grid-template-columns:repeat(6,1fr);gap:0;align-items:stretch;border:1px solid rgba(198,211,225,.56);border-radius:14px;background:rgba(248,251,255,.52);overflow:hidden;box-shadow:0 4px 14px rgba(22,42,70,.028);}
.ffc-home-v04 .ffc-flow-card{position:relative;background:transparent;border:0;border-left:1px solid rgba(198,211,225,.50);border-radius:0;min-height:142px;padding:22px 16px;text-align:left;box-shadow:none;}
.ffc-home-v04 .ffc-flow-card:first-child{border-left:0;}
.ffc-home-v04 .ffc-flow-card b{position:static;display:block;color:#aab6c5;font-size:12px;margin-bottom:14px;}
.ffc-home-v04 .ffc-flow-icon{width:36px;height:36px;border-radius:10px;background:rgba(218,231,247,.72);color:var(--home-v04-blue);display:grid;place-items:center;margin:0 0 14px;font-size:19px;font-weight:900;}
.ffc-home-v04 .ffc-flow-card strong{display:block;font-size:18px;color:#152237;}
.ffc-home-v04 .ffc-flow-card p{margin:8px 0 0;color:var(--home-v04-muted);font-size:14px;line-height:1.58;}

.ffc-home-v04 .ffc-quality{max-width:var(--home-v04-max);margin:0 auto!important;display:grid;grid-template-columns:1.02fr .98fr;gap:0;background:rgba(255,255,255,.84);border:1px solid rgba(207,218,231,.76);border-radius:22px;overflow:hidden;box-shadow:var(--home-v04-shadow-soft);}
.ffc-home-v04 .ffc-quality-img{min-height:390px;background:url('../img/quality-chain.jpg') center/cover no-repeat;display:block;}
.ffc-home-v04 .ffc-quality-copy{padding:52px clamp(24px,4vw,64px);display:flex;flex-direction:column;justify-content:center;}
.ffc-home-v04 .ffc-quality-copy .ffc-intro{margin-left:0;}
.ffc-home-v04 .ffc-checks{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-top:26px;}
.ffc-home-v04 .ffc-check{background:#f2f6fb;border:1px solid rgba(207,218,231,.8);border-radius:10px;padding:11px 12px;color:#1f3148;font-weight:750;font-size:14px;}
.ffc-home-v04 .ffc-check::before{content:"";display:inline-block;width:7px;height:7px;margin-right:8px;border-radius:50%;background:var(--home-v04-blue);vertical-align:middle;}

.ffc-home-v04 .ffc-factory-band{position:relative;overflow:visible;padding:54px 24px;background:transparent;color:#fff;}
.ffc-home-v04 .ffc-factory-bg{max-width:var(--home-v04-max);min-height:360px;margin:auto;border-radius:22px;overflow:hidden;background-image:linear-gradient(90deg,rgba(5,14,24,.90) 0%,rgba(5,14,24,.76) 45%,rgba(5,14,24,.24) 100%),url('../img/factory-bg.jpg');background-size:cover;background-position:center;box-shadow:0 14px 36px rgba(22,42,70,.10);display:block;}
.ffc-home-v04 .ffc-factory-content{max-width:var(--home-v04-max);margin:auto;padding:58px 38px;color:#fff;}
.ffc-home-v04 .ffc-factory-content p{max-width:600px;color:rgba(255,255,255,.78);line-height:1.82;font-size:16px;}
.ffc-home-v04 .ffc-factory-points{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:32px;max-width:900px;}
.ffc-home-v04 .ffc-factory-point{border-top:2px solid rgba(18,110,232,.82);padding-top:13px;color:rgba(255,255,255,.86);}
.ffc-home-v04 .ffc-factory-point b{display:block;color:#fff;margin-bottom:5px;}

.ffc-home-v04 .ffc-why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;}
.ffc-home-v04 .ffc-why{background:rgba(248,251,255,.62);border:1px solid rgba(198,211,225,.54);border-radius:12px;padding:22px;box-shadow:0 4px 13px rgba(22,42,70,.028);}
.ffc-home-v04 .ffc-why i{display:block;font-style:normal;color:var(--home-v04-blue);font-size:30px;margin-bottom:14px;}
.ffc-home-v04 .ffc-why strong{font-size:20px;color:#152237;}
.ffc-home-v04 .ffc-why p{color:var(--home-v04-muted);line-height:1.68;margin:9px 0 0;font-size:14px;}

.ffc-home-v04 .ffc-honor-img{margin-top:24px;border-radius:18px;overflow:hidden;box-shadow:0 10px 28px rgba(22,42,70,.08);background:#fff;border:1px solid rgba(207,218,231,.78);padding:14px;line-height:0;height:auto;max-height:none;}
.ffc-home-v04 .ffc-honor-img img{width:100%;height:auto;max-height:none!important;object-fit:contain!important;object-position:center;display:block;}
.ffc-home-v04 .ffc-news-row{display:flex;align-items:center;justify-content:space-between;gap:24px;background:rgba(255,255,255,.70);border:1px solid rgba(207,218,231,.76);border-radius:18px;padding:28px 32px;box-shadow:0 6px 18px rgba(22,42,70,.045);}
.ffc-home-v04 .ffc-news-row p{margin:8px 0 0;color:var(--home-v04-muted);line-height:1.7;}
.ffc-home-v04 .ffc-text-link{display:inline-flex;align-items:center;justify-content:center;height:42px;padding:0 20px;border:1px solid rgba(18,110,232,.26);border-radius:8px;color:var(--home-v04-blue);font-weight:850;white-space:nowrap;background:rgba(255,255,255,.55);}
.ffc-home-v04 .ffc-text-link:hover{background:#fff;}

/* CTA is homepage main content. It does not replace or restyle the original theme footer. */
.ffc-home-v04 .ffc-cta-closing{background:linear-gradient(180deg,#07111d 0%,#030912 100%);color:#fff;margin:0!important;padding:0!important;}
.ffc-home-v04 .ffc-cta{background:transparent;color:#fff;margin:0!important;padding:0 24px;}
.ffc-home-v04 .ffc-cta-box{max-width:var(--home-v04-max);margin:auto;padding:48px 0;display:grid;grid-template-columns:1.25fr .75fr;gap:38px;align-items:center;border-bottom:1px solid rgba(255,255,255,.10);}
.ffc-home-v04 .ffc-cta-box p{color:rgba(255,255,255,.72);line-height:1.8;}
.ffc-home-v04 .ffc-cta .ffc-actions{margin-top:0;justify-content:flex-end;}

@media(max-width:1100px){
  .ffc-home-v04 .ffc-product-grid,.ffc-home-v04 .ffc-flow{grid-template-columns:repeat(3,1fr);}
  .ffc-home-v04 .ffc-flow-card{border-left:1px solid rgba(207,218,231,.72);border-top:1px solid rgba(207,218,231,.72);}
  .ffc-home-v04 .ffc-flow-card:nth-child(3n+1){border-left:0;}
  .ffc-home-v04 .ffc-flow-card:nth-child(-n+3){border-top:0;}
}
@media(max-width:1000px){
  .ffc-home-v04 .ffc-stats,.ffc-home-v04 .ffc-factory-points,.ffc-home-v04 .ffc-why-grid{grid-template-columns:repeat(2,1fr);}
  .ffc-home-v04 .ffc-quality,.ffc-home-v04 .ffc-cta-box{grid-template-columns:1fr;}
  .ffc-home-v04 .ffc-cta .ffc-actions{justify-content:flex-start;margin-top:4px;}
  .ffc-home-v04 .ffc-quality-img{min-height:320px;}
}
@media(max-width:760px){
  .ffc-home-v04 .ffc-hero{min-height:560px;}
  .ffc-home-v04 .ffc-hero-bg{background-image:linear-gradient(90deg,rgba(3,10,18,.82),rgba(3,10,18,.46)),linear-gradient(180deg,rgba(3,10,18,.08),rgba(6,16,28,.62)),url('../img/hero-seaside-chain.jpg');background-position:center;}
  .ffc-home-v04 .ffc-hero-inner{padding:78px 18px 84px;}
  .ffc-home-v04 .ffc-hero h1{font-size:38px;}
  .ffc-home-v04 .ffc-main-surface{padding:44px 0 50px;}
  .ffc-home-v04 .ffc-stats,.ffc-home-v04 .ffc-product-grid,.ffc-home-v04 .ffc-flow,.ffc-home-v04 .ffc-factory-points,.ffc-home-v04 .ffc-why-grid,.ffc-home-v04 .ffc-checks{grid-template-columns:1fr;}
  .ffc-home-v04 .ffc-stat{border-left:0;border-top:1px solid rgba(255,255,255,.1);}
  .ffc-home-v04 .ffc-stat:first-child{border-top:0;}
  .ffc-home-v04 .ffc-section{padding:42px 18px;}
  .ffc-home-v04 .ffc-quality-copy{padding:38px 18px;}
  .ffc-home-v04 .ffc-quality-img{min-height:260px;}
  .ffc-home-v04 .ffc-flow-card,.ffc-home-v04 .ffc-flow-card:nth-child(3n+1),.ffc-home-v04 .ffc-flow-card:nth-child(-n+3){border-left:0;border-top:1px solid rgba(207,218,231,.72);}
  .ffc-home-v04 .ffc-flow-card:first-child{border-top:0;}
  .ffc-home-v04 .ffc-factory-band{padding:42px 18px;}
  .ffc-home-v04 .ffc-factory-content{padding:42px 22px;}
  .ffc-home-v04 .ffc-news-row,.ffc-home-v04 .ffc-cta-box{padding:26px 0;display:block;}
  .ffc-home-v04 .ffc-news-row{padding:24px 20px;}
  .ffc-home-v04 .ffc-cta .ffc-actions{justify-content:flex-start;margin-top:22px;}
}
@media(max-width:520px){
  .ffc-home-v04 .ffc-actions{gap:10px;}
  .ffc-home-v04 .ffc-btn{width:100%;}
  .ffc-home-v04 .ffc-product-card{min-height:132px;}
  .ffc-home-v04 .ffc-stat strong{font-size:26px;}
}
@media(prefers-reduced-motion:reduce){
  .ffc-home-v04 *{scroll-behavior:auto!important;transition:none!important;animation:none!important;}
  .ffc-home-v04 .ffc-btn:hover,.ffc-home-v04 .ffc-product-card:hover{transform:none;}
}

/* CLEAN-HEADER self-check marker: homepage CSS owns main content only; original template parts own navigation and footer. */


/* SPACIOUS desktop refinement: mature B2B spacing without changing template structure.
   Scope: desktop/large screens only; header/footer template parts remain untouched. */
@media (min-width: 1024px){
  .ffc-home-v04{
    --home-v04-max:1320px;
  }

  /* Wider, calmer page rhythm */
  .ffc-home-v04 .ffc-hero{
    min-height:680px;
  }
  .ffc-home-v04 .ffc-hero-inner{
    max-width:var(--home-v04-max);
    padding:138px 36px 118px;
  }
  .ffc-home-v04 .ffc-hero-label{
    margin-bottom:22px;
  }
  .ffc-home-v04 .ffc-subtitle{
    margin-top:24px;
  }
  .ffc-home-v04 .ffc-desc{
    margin-top:24px;
    max-width:760px;
  }
  .ffc-home-v04 .ffc-actions{
    margin-top:38px;
    gap:16px;
  }
  .ffc-home-v04 .ffc-btn{
    min-width:148px;
    height:48px;
    padding:0 24px;
  }

  /* Stats breathe below Hero but remain part of first-screen scene */
  .ffc-home-v04 .ffc-stats-band{
    padding:0 36px 48px;
  }
  .ffc-home-v04 .ffc-stat{
    padding:30px 28px;
  }

  /* Main surface and section rhythm */
  .ffc-home-v04 .ffc-main-surface{
    padding:84px 0 92px;
  }
  .ffc-home-v04 .ffc-section{
    padding:76px 36px;
  }
  .ffc-home-v04 .ffc-section:first-child{
    padding-top:0;
  }
  .ffc-home-v04 .ffc-section-head{
    margin-bottom:38px;
  }
  .ffc-home-v04 .ffc-products-section .ffc-section-head{
    margin-bottom:44px;
  }
  .ffc-home-v04 .ffc-intro{
    margin-top:18px;
    line-height:1.86;
  }

  /* Product entries: more directory-like, less cramped template-card */
  .ffc-home-v04 .ffc-product-grid{
    gap:20px;
  }
  .ffc-home-v04 .ffc-product-card{
    min-height:168px;
    padding:28px 25px 24px;
    border-radius:14px;
    background:rgba(248,251,255,.76);
    box-shadow:0 6px 16px rgba(22,42,70,.030);
  }
  .ffc-home-v04 .ffc-product-card span{
    margin-top:12px;
  }

  /* Flow: more space between steps, lighter card presence */
  .ffc-home-v04 .ffc-flow{
    gap:18px;
    border:0;
    background:transparent;
    box-shadow:none;
    overflow:visible;
  }
  .ffc-home-v04 .ffc-flow-card,
  .ffc-home-v04 .ffc-flow-card:first-child{
    min-height:166px;
    padding:28px 22px 24px;
    border:1px solid rgba(198,211,225,.48);
    border-radius:14px;
    background:rgba(248,251,255,.58);
    box-shadow:0 4px 12px rgba(22,42,70,.022);
  }
  .ffc-home-v04 .ffc-flow-card b{
    margin-bottom:16px;
  }
  .ffc-home-v04 .ffc-flow-icon{
    margin-bottom:16px;
  }

  /* Quality / factory / honor: larger content breathing room */
  .ffc-home-v04 .ffc-quality{
    grid-template-columns:1fr 1fr;
    gap:28px;
    background:transparent;
    border:0;
    box-shadow:none;
    overflow:visible;
  }
  .ffc-home-v04 .ffc-quality-img{
    min-height:430px;
    border-radius:22px;
    overflow:hidden;
    box-shadow:0 8px 22px rgba(22,42,70,.052);
  }
  .ffc-home-v04 .ffc-quality-copy{
    padding:60px 58px;
    border:1px solid rgba(207,218,231,.68);
    border-radius:22px;
    background:rgba(255,255,255,.76);
    box-shadow:0 6px 18px rgba(22,42,70,.036);
  }
  .ffc-home-v04 .ffc-checks{
    gap:14px;
    margin-top:32px;
  }
  .ffc-home-v04 .ffc-check{
    padding:13px 14px;
  }

  .ffc-home-v04 .ffc-factory-band{
    padding:76px 36px;
  }
  .ffc-home-v04 .ffc-factory-bg{
    min-height:420px;
    border-radius:24px;
  }
  .ffc-home-v04 .ffc-factory-content{
    padding:72px 54px;
  }
  .ffc-home-v04 .ffc-factory-points{
    gap:18px;
    margin-top:38px;
  }

  .ffc-home-v04 .ffc-why-grid{
    gap:20px;
  }
  .ffc-home-v04 .ffc-why{
    padding:28px 26px;
    border-radius:14px;
    background:rgba(248,251,255,.68);
    box-shadow:0 4px 12px rgba(22,42,70,.024);
  }

  .ffc-home-v04 .ffc-honor-img{
    margin-top:36px;
    padding:28px;
    border-radius:22px;
    box-shadow:0 8px 22px rgba(22,42,70,.055);
  }

  .ffc-home-v04 .ffc-news-row{
    padding:38px 42px;
    gap:34px;
    border-radius:20px;
    box-shadow:0 5px 16px rgba(22,42,70,.035);
  }

  /* CTA remains homepage content; original footer stays untouched. */
  .ffc-home-v04 .ffc-cta{
    padding:0 36px;
  }
  .ffc-home-v04 .ffc-cta-box{
    max-width:var(--home-v04-max);
    padding:68px 0;
    gap:52px;
  }
}

@media (min-width: 1320px){
  .ffc-home-v04 .ffc-hero-inner,
  .ffc-home-v04 .ffc-section,
  .ffc-home-v04 .ffc-stats-band,
  .ffc-home-v04 .ffc-factory-band,
  .ffc-home-v04 .ffc-cta{
    padding-left:44px;
    padding-right:44px;
  }
}

/* FLOATING-NAV homepage-only refinement v0.4.8-floating-nav
   Scope: original WordPress header template part only. No custom header/nav/logo DOM. */
body.home .wp-site-blocks > header,
body.front-page .wp-site-blocks > header,
body:has(.ffc-home-v04) .wp-site-blocks > header{
  position:fixed!important;
  top:0;
  left:0;
  right:0;
  z-index:1000;
  width:100%;
  margin:0!important;
  padding:0!important;
  background:transparent!important;
  pointer-events:auto;
}
body.admin-bar.home .wp-site-blocks > header,
body.admin-bar.front-page .wp-site-blocks > header,
body.admin-bar:has(.ffc-home-v04) .wp-site-blocks > header{
  top:32px;
}
body.home .wp-site-blocks > header .ffc-header,
body.front-page .wp-site-blocks > header .ffc-header,
body:has(.ffc-home-v04) .wp-site-blocks > header .ffc-header{
  position:relative!important;
  top:auto!important;
  z-index:1000;
  margin:0!important;
  background:rgba(3,10,18,.28)!important;
  border-bottom:1px solid rgba(255,255,255,.08)!important;
  box-shadow:none!important;
  -webkit-backdrop-filter:blur(8px);
  backdrop-filter:blur(8px);
  transition:background-color .22s ease,border-color .22s ease,box-shadow .22s ease,backdrop-filter .22s ease;
}
body.home .wp-site-blocks > header .ffc-header__inner,
body.front-page .wp-site-blocks > header .ffc-header__inner,
body:has(.ffc-home-v04) .wp-site-blocks > header .ffc-header__inner{
  min-height:74px;
  align-items:center;
  padding-left:clamp(24px,3.2vw,46px);
  padding-right:clamp(24px,3.2vw,46px);
  transition:min-height .22s ease,padding-top .22s ease,padding-bottom .22s ease;
}
body.home .wp-site-blocks > header .ffc-header__brand,
body.front-page .wp-site-blocks > header .ffc-header__brand,
body:has(.ffc-home-v04) .wp-site-blocks > header .ffc-header__brand{
  margin:0!important;
  white-space:nowrap;
}
body.home .wp-site-blocks > header .ffc-header__brand a,
body.front-page .wp-site-blocks > header .ffc-header__brand a,
body:has(.ffc-home-v04) .wp-site-blocks > header .ffc-header__brand a{
  color:rgba(255,255,255,.96)!important;
  font-size:clamp(24px,1.75vw,28px);
  line-height:1.08;
  letter-spacing:.01em;
  text-shadow:0 2px 14px rgba(0,0,0,.32);
}
body.home .wp-site-blocks > header .wp-block-site-logo img,
body.front-page .wp-site-blocks > header .wp-block-site-logo img,
body:has(.ffc-home-v04) .wp-site-blocks > header .wp-block-site-logo img,
body.home .wp-site-blocks > header img.custom-logo,
body.front-page .wp-site-blocks > header img.custom-logo,
body:has(.ffc-home-v04) .wp-site-blocks > header img.custom-logo{
  width:auto!important;
  height:clamp(42px,3.1vw,48px)!important;
  max-height:48px!important;
  object-fit:contain;
}
body.home .wp-site-blocks > header .ffc-nav,
body.front-page .wp-site-blocks > header .ffc-nav,
body:has(.ffc-home-v04) .wp-site-blocks > header .ffc-nav{
  gap:clamp(16px,1.55vw,25px);
  align-items:center;
}
body.home .wp-site-blocks > header .ffc-nav a,
body.front-page .wp-site-blocks > header .ffc-nav a,
body:has(.ffc-home-v04) .wp-site-blocks > header .ffc-nav a{
  position:relative;
  color:rgba(255,255,255,.90)!important;
  opacity:1!important;
  font-size:14px;
  font-weight:650;
  line-height:1.25;
  text-shadow:0 2px 12px rgba(0,0,0,.30);
}
body.home .wp-site-blocks > header .ffc-nav a::after,
body.front-page .wp-site-blocks > header .ffc-nav a::after,
body:has(.ffc-home-v04) .wp-site-blocks > header .ffc-nav a::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:-9px;
  height:2px;
  border-radius:999px;
  background:#5b8def;
  transform:scaleX(0);
  transform-origin:center;
  opacity:.95;
  transition:transform .22s ease,opacity .22s ease;
}
body.home .wp-site-blocks > header .ffc-nav a:hover,
body.front-page .wp-site-blocks > header .ffc-nav a:hover,
body:has(.ffc-home-v04) .wp-site-blocks > header .ffc-nav a:hover,
body.home .wp-site-blocks > header .ffc-nav a[aria-current="page"],
body.front-page .wp-site-blocks > header .ffc-nav a[aria-current="page"],
body:has(.ffc-home-v04) .wp-site-blocks > header .ffc-nav a[aria-current="page"]{
  color:#fff!important;
}
body.home .wp-site-blocks > header .ffc-nav a:hover::after,
body.front-page .wp-site-blocks > header .ffc-nav a:hover::after,
body:has(.ffc-home-v04) .wp-site-blocks > header .ffc-nav a:hover::after,
body.home .wp-site-blocks > header .ffc-nav a[aria-current="page"]::after,
body.front-page .wp-site-blocks > header .ffc-nav a[aria-current="page"]::after,
body:has(.ffc-home-v04) .wp-site-blocks > header .ffc-nav a[aria-current="page"]::after{
  transform:scaleX(1);
}
body.ffc-nav-scrolled.home .wp-site-blocks > header .ffc-header,
body.ffc-nav-scrolled.front-page .wp-site-blocks > header .ffc-header,
body.ffc-nav-scrolled:has(.ffc-home-v04) .wp-site-blocks > header .ffc-header{
  background:rgba(4,10,18,.94)!important;
  border-bottom-color:rgba(255,255,255,.10)!important;
  box-shadow:0 10px 30px rgba(0,0,0,.18)!important;
  -webkit-backdrop-filter:blur(12px);
  backdrop-filter:blur(12px);
}
body.ffc-nav-scrolled.home .wp-site-blocks > header .ffc-header__inner,
body.ffc-nav-scrolled.front-page .wp-site-blocks > header .ffc-header__inner,
body.ffc-nav-scrolled:has(.ffc-home-v04) .wp-site-blocks > header .ffc-header__inner{
  min-height:66px;
}
body.home .ffc-home-v04 .ffc-hero,
body.front-page .ffc-home-v04 .ffc-hero,
body:has(.ffc-home-v04) .ffc-home-v04 .ffc-hero{
  margin-top:0!important;
}
body.home .ffc-home-v04 .ffc-hero-bg::before,
body.front-page .ffc-home-v04 .ffc-hero-bg::before,
body:has(.ffc-home-v04) .ffc-home-v04 .ffc-hero-bg::before{
  content:"";
  position:absolute;
  inset:0 0 auto 0;
  height:112px;
  background:linear-gradient(180deg,rgba(3,10,18,.38) 0%,rgba(3,10,18,.08) 72%,rgba(3,10,18,0) 100%);
  pointer-events:none;
}
@media(max-width:782px){
  body.admin-bar.home .wp-site-blocks > header,
  body.admin-bar.front-page .wp-site-blocks > header,
  body.admin-bar:has(.ffc-home-v04) .wp-site-blocks > header{
    top:46px;
  }
}
@media(max-width:760px){
  body.home .wp-site-blocks > header .ffc-header,
  body.front-page .wp-site-blocks > header .ffc-header,
  body:has(.ffc-home-v04) .wp-site-blocks > header .ffc-header{
    background:rgba(4,10,18,.90)!important;
    -webkit-backdrop-filter:blur(10px);
    backdrop-filter:blur(10px);
  }
  body.home .wp-site-blocks > header .ffc-header__inner,
  body.front-page .wp-site-blocks > header .ffc-header__inner,
  body:has(.ffc-home-v04) .wp-site-blocks > header .ffc-header__inner{
    min-height:auto;
    padding-top:12px;
    padding-bottom:12px;
  }
  body.home .wp-site-blocks > header .ffc-header__brand a,
  body.front-page .wp-site-blocks > header .ffc-header__brand a,
  body:has(.ffc-home-v04) .wp-site-blocks > header .ffc-header__brand a{
    font-size:clamp(20px,6vw,24px);
  }
  body.home .wp-site-blocks > header .ffc-nav,
  body.front-page .wp-site-blocks > header .ffc-nav,
  body:has(.ffc-home-v04) .wp-site-blocks > header .ffc-nav{
    width:100%;
    gap:10px 14px;
  }
  body.home .wp-site-blocks > header .ffc-nav a,
  body.front-page .wp-site-blocks > header .ffc-nav a,
  body:has(.ffc-home-v04) .wp-site-blocks > header .ffc-nav a{
    font-size:13px;
  }
}


/* LOGO-ONLY-NAV homepage-only refinement v0.4.9-logo-only-nav
   Scope: visual-only CSS for the original WordPress header template part.
   No custom header/nav/logo DOM. Other pages are not affected. */
body.home .wp-site-blocks > header .ffc-header__brand,
body.front-page .wp-site-blocks > header .ffc-header__brand,
body:has(.ffc-home-v04) .wp-site-blocks > header .ffc-header__brand{
  flex:0 0 auto;
  margin:0!important;
  line-height:1!important;
}
body.home .wp-site-blocks > header .ffc-header__brand a,
body.front-page .wp-site-blocks > header .ffc-header__brand a,
body:has(.ffc-home-v04) .wp-site-blocks > header .ffc-header__brand a{
  display:block!important;
  width:clamp(116px,9.2vw,148px)!important;
  height:clamp(42px,3.2vw,50px)!important;
  min-height:42px;
  overflow:hidden;
  white-space:nowrap;
  text-indent:-9999px;
  color:transparent!important;
  font-size:0!important;
  line-height:0!important;
  letter-spacing:0!important;
  text-shadow:none!important;
  background-image:url('../img/ffc-logo.png');
  background-repeat:no-repeat;
  background-position:left center;
  background-size:contain;
}
body.home .wp-site-blocks > header .ffc-header__inner,
body.front-page .wp-site-blocks > header .ffc-header__inner,
body:has(.ffc-home-v04) .wp-site-blocks > header .ffc-header__inner{
  align-items:center;
}
body.home .wp-site-blocks > header .ffc-nav,
body.front-page .wp-site-blocks > header .ffc-nav,
body:has(.ffc-home-v04) .wp-site-blocks > header .ffc-nav{
  align-items:center;
}
@media(max-width:760px){
  body.home .wp-site-blocks > header .ffc-header__brand a,
  body.front-page .wp-site-blocks > header .ffc-header__brand a,
  body:has(.ffc-home-v04) .wp-site-blocks > header .ffc-header__brand a{
    width:104px!important;
    height:40px!important;
    min-height:40px;
  }
}
