
/* FloatCommerce RC2.6.1 — Modern Homepage
   Scoped to .fc-home-* so no other FloatCommerce page is changed. */

.fc-home-hero{
    background:#fff;
    padding:48px 0 42px;
    border-bottom:1px solid #eceff2;
}
.fc-home-hero-grid{
    display:grid;
    grid-template-columns:minmax(0,1.02fr) minmax(420px,.98fr);
    gap:44px;
    align-items:center;
}
.fc-home-eyebrow{
    display:inline-flex;
    align-items:center;
    gap:8px;
    margin-bottom:14px;
    color:#344054;
    font-size:13px;
    font-weight:750;
}
.fc-home-live-dot{
    width:8px;
    height:8px;
    border-radius:50%;
    background:#12b76a;
    box-shadow:0 0 0 4px rgba(18,183,106,.12);
}
.fc-home-hero-copy h1{
    max-width:680px;
    margin:0;
    color:#101828;
    font-size:clamp(42px,5vw,66px);
    line-height:1.02;
    letter-spacing:-.055em;
    font-weight:850;
}
.fc-home-lead{
    max-width:610px;
    margin:18px 0 0;
    color:#667085;
    font-size:18px;
    line-height:1.55;
}
.fc-home-quick-meta{
    display:flex;
    flex-wrap:wrap;
    gap:24px;
    margin-top:26px;
}
.fc-home-quick-meta div{
    min-width:92px;
    display:grid;
    gap:2px;
}
.fc-home-quick-meta span{
    color:#98a2b3;
    font-size:12px;
    font-weight:650;
}
.fc-home-quick-meta strong{
    color:#101828;
    font-size:15px;
    font-weight:800;
}
.fc-home-order-card{
    max-width:610px;
    margin-top:28px;
    padding:14px;
    background:#f8f9fb;
    border:1px solid #eaecf0;
    border-radius:14px;
}
.fc-home-order-card label{
    display:block;
    margin:0 0 7px 2px;
    color:#344054;
    font-size:12px;
    font-weight:750;
}
.fc-home-postcode-row{
    display:grid;
    grid-template-columns:minmax(0,1fr) 126px;
    gap:8px;
}
.fc-home-postcode-row input{
    width:100%;
    min-height:48px;
    border:1px solid #d0d5dd;
    border-radius:9px;
    background:#fff;
    padding:0 14px;
    outline:0;
    color:#101828;
    font-size:15px;
}
.fc-home-postcode-row input:focus{
    border-color:#667085;
    box-shadow:0 0 0 3px rgba(102,112,133,.08);
}
.fc-home-postcode-row button{
    min-height:48px;
    border:0;
    border-radius:9px;
    background:var(--fc-primary,#0B1F3B);
    color:#fff;
    font-size:14px;
    font-weight:800;
}
.fc-home-text-link{
    display:inline-block;
    margin:11px 2px 0;
    color:#344054;
    font-size:13px;
    font-weight:700;
    text-decoration:none;
}
.fc-home-text-link:hover{color:var(--fc-accent,#A61E2A)}
.fc-home-trust-row{
    display:flex;
    flex-wrap:wrap;
    gap:16px;
    margin-top:18px;
    color:#667085;
    font-size:12px;
    font-weight:650;
}
.fc-home-trust-row span::before{
    content:"✓";
    margin-right:6px;
    color:#12b76a;
    font-weight:900;
}

.fc-home-hero-media{min-width:0}
.fc-home-media-frame{
    position:relative;
    overflow:hidden;
    min-height:500px;
    border-radius:20px;
    background:#f0f1f3;
}
.fc-home-media-frame>img{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    object-fit:cover;
}
.fc-home-media-placeholder{
    min-height:500px;
    display:grid;
    place-items:center;
    padding:40px;
    background:linear-gradient(135deg,var(--fc-primary,#0B1F3B),#1e3a5f);
    color:#fff;
    text-align:center;
    font-size:34px;
    font-weight:850;
}
.fc-home-floating-info{
    position:absolute;
    left:18px;
    right:18px;
    bottom:18px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:16px;
    padding:14px 15px;
    border-radius:12px;
    background:rgba(255,255,255,.94);
    backdrop-filter:blur(12px);
    box-shadow:0 12px 34px rgba(16,24,40,.18);
}
.fc-home-floating-info div{min-width:0;display:grid;gap:2px}
.fc-home-floating-info small{
    color:#667085;
    font-size:11px;
    font-weight:700;
}
.fc-home-floating-info strong{
    color:#101828;
    font-size:13px;
    font-weight:800;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.fc-home-floating-info a{
    flex:0 0 auto;
    padding:9px 12px;
    border-radius:8px;
    background:var(--fc-accent,#A61E2A);
    color:#fff;
    font-size:12px;
    font-weight:800;
    text-decoration:none;
}

.fc-home-category-section,
.fc-home-popular-section{
    padding:56px 0;
    background:#fff;
}
.fc-home-popular-section{background:#f8f9fb}
.fc-home-section-head{
    display:flex;
    align-items:flex-end;
    justify-content:space-between;
    gap:18px;
    margin-bottom:22px;
}
.fc-home-section-head span,
.fc-home-info-copy>span{
    display:block;
    margin-bottom:4px;
    color:var(--fc-accent,#A61E2A);
    font-size:11px;
    font-weight:800;
    letter-spacing:.08em;
    text-transform:uppercase;
}
.fc-home-section-head h2,
.fc-home-info-copy h2{
    margin:0;
    color:#101828;
    font-size:30px;
    line-height:1.14;
    letter-spacing:-.035em;
    font-weight:850;
}
.fc-home-section-head>a{
    color:#344054;
    font-size:13px;
    font-weight:750;
    text-decoration:none;
}
.fc-home-section-head>a:hover{color:var(--fc-accent,#A61E2A)}

.fc-home-category-scroller{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:14px;
}
.fc-home-category-card{
    overflow:hidden;
    display:grid;
    grid-template-columns:84px minmax(0,1fr);
    align-items:center;
    min-height:92px;
    border:1px solid #eaecf0;
    border-radius:12px;
    background:#fff;
    color:inherit;
    text-decoration:none;
    transition:transform .15s ease,border-color .15s ease,box-shadow .15s ease;
}
.fc-home-category-card:hover{
    transform:translateY(-2px);
    border-color:#d0d5dd;
    box-shadow:0 8px 24px rgba(16,24,40,.07);
}
.fc-home-category-image{
    width:84px;
    height:92px;
    background:#f2f4f7;
}
.fc-home-category-image img{width:100%;height:100%;object-fit:cover}
.fc-home-category-placeholder{
    width:100%;
    height:100%;
    display:grid;
    place-items:center;
    background:linear-gradient(135deg,#f5efe6,#ebe4d6);
    color:var(--fc-primary,#0B1F3B);
    font-size:25px;
    font-weight:850;
}
.fc-home-category-card>div:last-child{
    min-width:0;
    padding:12px;
    display:grid;
    gap:3px;
}
.fc-home-category-card strong{
    color:#101828;
    font-size:14px;
    font-weight:800;
}
.fc-home-category-card small{
    color:#667085;
    font-size:11px;
    line-height:1.4;
}

.fc-home-product-grid{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:16px;
}
.fc-home-product-card{
    overflow:hidden;
    background:#fff;
    border:1px solid #eaecf0;
    border-radius:14px;
    transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease;
}
.fc-home-product-card:hover{
    transform:translateY(-2px);
    border-color:#d0d5dd;
    box-shadow:0 10px 28px rgba(16,24,40,.08);
}
.fc-home-product-image{
    position:relative;
    display:block;
    height:190px;
    overflow:hidden;
    background:#f2f4f7;
    text-decoration:none;
}
.fc-home-product-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:transform .25s ease;
}
.fc-home-product-card:hover .fc-home-product-image img{transform:scale(1.025)}
.fc-home-product-image>span{
    position:absolute;
    top:10px;
    left:10px;
    padding:5px 8px;
    border-radius:7px;
    background:#fff;
    color:#101828;
    font-size:10px;
    font-weight:800;
    box-shadow:0 2px 8px rgba(16,24,40,.10);
}
.fc-home-product-placeholder{
    width:100%;
    height:100%;
    display:grid;
    place-items:center;
    color:#98a2b3;
    font-size:34px;
    font-weight:850;
}
.fc-home-product-body{padding:13px}
.fc-home-product-title{
    display:grid;
    grid-template-columns:minmax(0,1fr) auto;
    gap:9px;
    align-items:start;
}
.fc-home-product-title h3{
    margin:0;
    color:#101828;
    font-size:15px;
    line-height:1.3;
    font-weight:800;
}
.fc-home-product-title strong{
    color:#101828;
    font-size:14px;
    font-weight:850;
    white-space:nowrap;
}
.fc-home-product-body>p{
    min-height:38px;
    margin:6px 0 12px;
    color:#667085;
    font-size:12px;
    line-height:1.5;
}
.fc-home-product-action{
    width:100%;
    min-height:38px;
    border:0;
    border-radius:8px;
    background:var(--fc-primary,#0B1F3B);
    color:#fff!important;
    font-size:12px;
    font-weight:800;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none!important;
    cursor:pointer;
}
.fc-home-product-body form{margin:0}

.fc-home-info-section{
    padding:62px 0;
    background:#101828;
}
.fc-home-info-grid{
    display:grid;
    grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);
    gap:70px;
    align-items:start;
}
.fc-home-info-copy h2{color:#fff}
.fc-home-info-copy p{
    max-width:500px;
    margin:14px 0 22px;
    color:#d0d5dd;
    font-size:15px;
    line-height:1.65;
}
.fc-home-info-copy>a{
    display:inline-flex;
    padding:10px 14px;
    border-radius:8px;
    background:#fff;
    color:#101828;
    font-size:13px;
    font-weight:800;
    text-decoration:none;
}
.fc-home-info-points{display:grid;gap:10px}
.fc-home-info-points>div{
    display:grid;
    grid-template-columns:38px minmax(0,1fr);
    gap:13px;
    padding:14px 0;
    border-bottom:1px solid rgba(255,255,255,.10);
}
.fc-home-info-points b{
    color:var(--fc-secondary,#C6A23A);
    font-size:12px;
    font-weight:850;
}
.fc-home-info-points div div{display:grid;gap:3px}
.fc-home-info-points strong{color:#fff;font-size:14px;font-weight:800}
.fc-home-info-points small{color:#98a2b3;font-size:12px;line-height:1.45}

.fc-home-empty,
.fc-home-empty-state{
    color:#667085;
}
.fc-home-empty-state{padding:80px 0;text-align:center}

@media(max-width:1100px){
    .fc-home-hero-grid{grid-template-columns:1fr 430px;gap:30px}
    .fc-home-category-scroller{grid-template-columns:repeat(2,minmax(0,1fr))}
    .fc-home-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:900px){
    .fc-home-hero{padding-top:28px}
    .fc-home-hero-grid{grid-template-columns:1fr}
    .fc-home-media-frame,.fc-home-media-placeholder{min-height:390px}
    .fc-home-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
    .fc-home-info-grid{grid-template-columns:1fr;gap:34px}
}
@media(max-width:620px){
    .fc-home-hero{padding:24px 0 30px}
    .fc-home-hero-copy h1{font-size:38px}
    .fc-home-lead{font-size:16px}
    .fc-home-postcode-row{grid-template-columns:1fr}
    .fc-home-postcode-row button{min-height:46px}
    .fc-home-media-frame,.fc-home-media-placeholder{min-height:300px}
    .fc-home-floating-info{left:10px;right:10px;bottom:10px}
    .fc-home-category-section,.fc-home-popular-section{padding:40px 0}
    .fc-home-section-head{align-items:flex-start;flex-direction:column}
    .fc-home-section-head h2,.fc-home-info-copy h2{font-size:25px}
    .fc-home-category-scroller{
        display:flex;
        overflow-x:auto;
        gap:10px;
        padding-bottom:5px;
        scroll-snap-type:x proximity;
    }
    .fc-home-category-card{min-width:250px;scroll-snap-align:start}
    .fc-home-product-grid{grid-template-columns:1fr}
    .fc-home-product-image{height:210px}
    .fc-home-info-section{padding:46px 0}
}


/* RC2.6.2 homepage refinement */
.fc-home-proof-section{
    padding:20px 0 54px;
    background:#fff;
}
.fc-home-proof-grid{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    border:1px solid #eaecf0;
    border-radius:14px;
    overflow:hidden;
}
.fc-home-proof-grid article{
    display:grid;
    grid-template-columns:28px minmax(0,1fr);
    gap:11px;
    padding:20px 18px;
    border-right:1px solid #eaecf0;
}
.fc-home-proof-grid article:last-child{border-right:0}
.fc-home-proof-grid article>span{
    color:var(--fc-secondary,#C6A23A);
    font-size:11px;
    font-weight:900;
}
.fc-home-proof-grid strong{
    display:block;
    color:#101828;
    font-size:14px;
    font-weight:850;
}
.fc-home-proof-grid p{
    margin:4px 0 0;
    color:#667085;
    font-size:11.5px;
    line-height:1.45;
}

.fc-home-story-section{
    padding:64px 0;
    background:#fff;
}
.fc-home-story-grid{
    display:grid;
    grid-template-columns:minmax(0,1fr) 360px;
    gap:56px;
    align-items:center;
}
.fc-home-story-copy>span{
    display:block;
    margin-bottom:4px;
    color:var(--fc-accent,#A61E2A);
    font-size:11px;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:.08em;
}
.fc-home-story-copy h2{
    max-width:590px;
    margin:0;
    color:#101828;
    font-size:34px;
    line-height:1.12;
    letter-spacing:-.04em;
    font-weight:850;
}
.fc-home-story-copy p{
    max-width:650px;
    margin:14px 0 0;
    color:#667085;
    font-size:14px;
    line-height:1.7;
}
.fc-home-story-copy a{
    display:inline-flex;
    margin-top:20px;
    color:#101828;
    font-size:13px;
    font-weight:800;
    text-decoration:none;
    border-bottom:1px solid #101828;
}
.fc-home-story-card{
    padding:24px;
    border-radius:16px;
    background:#f8f9fb;
    border:1px solid #eaecf0;
}
.fc-home-story-card small{
    color:#667085;
    font-size:11px;
    font-weight:750;
}
.fc-home-story-card strong{
    display:block;
    margin-top:5px;
    color:#101828;
    font-size:19px;
    line-height:1.3;
    font-weight:850;
}
.fc-home-story-card ul{
    margin:18px 0 0;
    padding:0;
    list-style:none;
    display:grid;
    gap:9px;
}
.fc-home-story-card li{
    position:relative;
    padding-left:20px;
    color:#475467;
    font-size:13px;
    font-weight:650;
}
.fc-home-story-card li::before{
    content:"✓";
    position:absolute;
    left:0;
    color:#12b76a;
    font-weight:900;
}
@media(max-width:900px){
    .fc-home-proof-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
    .fc-home-proof-grid article:nth-child(2){border-right:0}
    .fc-home-proof-grid article:nth-child(-n+2){border-bottom:1px solid #eaecf0}
    .fc-home-story-grid{grid-template-columns:1fr}
}
@media(max-width:560px){
    .fc-home-proof-grid{grid-template-columns:1fr}
    .fc-home-proof-grid article{border-right:0!important;border-bottom:1px solid #eaecf0}
    .fc-home-proof-grid article:last-child{border-bottom:0}
    .fc-home-story-section{padding:44px 0}
    .fc-home-story-copy h2{font-size:28px}
}
