.elementor-14 .elementor-element.elementor-element-54c1f1e{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-de90935 *//* ============================================================
   FORENSIC CLEANING SPECIALISTS
   HOME PAGE — FULL CSS
   CORPORATE / NAVY / WHITE / RED
============================================================ */

:root{
    --fcs-navy:#071746;
    --fcs-navy-2:#0A1F58;
    --fcs-navy-3:#112D6D;

    --fcs-red:#D71932;
    --fcs-red-2:#F0283F;
    --fcs-red-dark:#A70D22;

    --fcs-white:#FFFFFF;
    --fcs-off:#F5F7FA;
    --fcs-soft:#E8EDF5;

    --fcs-text:#172033;
    --fcs-muted:#6F7888;

    --fcs-line:rgba(7,23,70,.12);
    --fcs-line-light:rgba(255,255,255,.14);

    --fcs-head:'Manrope',Arial,sans-serif;
    --fcs-body:'Inter',Arial,sans-serif;

    --fcs-max:1440px;
}


/* ============================================================
   GLOBAL
============================================================ */

.fcs-home,
.fcs-home *{
    box-sizing:border-box;
}

.fcs-home{
    width:100%;
    overflow:hidden;

    background:#fff;
    color:var(--fcs-text);

    font-family:var(--fcs-body);
}

.fcs-home img{
    display:block;
    width:100%;
}

.fcs-home h1,
.fcs-home h2,
.fcs-home h3,
.fcs-home p{
    margin:0;
}

.fcs-home h1,
.fcs-home h2,
.fcs-home h3{
    font-family:var(--fcs-head);
}

.fcs-home a{
    color:inherit;
    text-decoration:none;
}

.fcs-container{
    width:min(calc(100% - 48px),var(--fcs-max));
    margin:0 auto;
}


/* ============================================================
   KICKER
============================================================ */

.fcs-kicker{
    display:flex;
    align-items:center;
    gap:12px;

    margin-bottom:22px;

    color:var(--fcs-red);

    font-size:11px;
    font-weight:800;
    letter-spacing:.16em;
    text-transform:uppercase;
}

.fcs-kicker > span:not(.fcs-kicker__dot){
    width:34px;
    height:2px;
    background:var(--fcs-red);
}

.fcs-kicker--light{
    color:#fff;
}

.fcs-kicker--light > span:not(.fcs-kicker__dot){
    background:var(--fcs-red-2);
}

.fcs-kicker__dot{
    position:relative;

    width:9px;
    height:9px;

    border-radius:50%;
    background:var(--fcs-red-2);
}

.fcs-kicker__dot:after{
    content:"";

    position:absolute;
    inset:-6px;

    border:1px solid rgba(240,40,63,.55);
    border-radius:50%;

    animation:fcsPulse 2s infinite;
}

@keyframes fcsPulse{
    0%{
        transform:scale(.65);
        opacity:1;
    }

    100%{
        transform:scale(1.55);
        opacity:0;
    }
}


/* ============================================================
   BUTTONS
============================================================ */

.fcs-btn{
    min-height:64px;

    padding:13px 22px;

    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:14px;

    font-size:12px;
    font-weight:800;

    transition:.3s ease;
}

.fcs-btn--primary{
    background:var(--fcs-red);
    color:#fff;
}

.fcs-btn--primary:hover{
    background:var(--fcs-red-2);
    transform:translateY(-3px);
}

.fcs-btn__icon{
    width:38px;
    height:38px;

    display:flex;
    align-items:center;
    justify-content:center;

    background:#fff;
    color:var(--fcs-red);

    font-size:14px;
}

.fcs-btn__text small{
    display:block;

    margin-bottom:3px;

    color:rgba(255,255,255,.65);

    font-size:8px;
    font-weight:700;
    letter-spacing:.14em;
    text-transform:uppercase;
}

.fcs-btn--ghost{
    border:1px solid rgba(255,255,255,.25);

    background:rgba(255,255,255,.05);
    color:#fff;

    backdrop-filter:blur(12px);
}

.fcs-btn--ghost:hover{
    background:#fff;
    color:var(--fcs-navy);
}


/* ============================================================
   SECTION 01 — HERO
============================================================ */

.fcs-hero{
    position:relative;

    min-height:860px;

    display:flex;
    align-items:center;

    background:var(--fcs-navy);
    color:#fff;

    overflow:hidden;
}

.fcs-hero__media{
    position:absolute;
    inset:0;
}

.fcs-hero__media img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
}

.fcs-hero__overlay{
    position:absolute;
    inset:0;

    background:
        linear-gradient(
            90deg,
            rgba(4,14,48,.98) 0%,
            rgba(5,18,58,.95) 38%,
            rgba(6,21,65,.76) 65%,
            rgba(6,21,65,.50) 100%
        );
}

.fcs-hero__glow{
    position:absolute;
    border-radius:50%;
    filter:blur(100px);
}

.fcs-hero__glow--one{
    width:550px;
    height:550px;

    right:-200px;
    top:-230px;

    background:rgba(215,25,50,.18);
}

.fcs-hero__glow--two{
    width:600px;
    height:400px;

    left:10%;
    bottom:-260px;

    background:rgba(28,66,160,.24);
}

.fcs-hero__container{
    position:relative;
    z-index:4;

    padding-top:105px;
    padding-bottom:125px;

    display:grid;
    grid-template-columns:minmax(0,1.35fr) minmax(300px,.58fr);
    gap:80px;
    align-items:end;
}

.fcs-hero__content{
    max-width:900px;
}

.fcs-hero h1{
    max-width:850px;

    color:#fff;

    font-size:clamp(58px,6.4vw,100px);
    font-weight:800;

    line-height:.98;
    letter-spacing:-.055em;
}

.fcs-hero h1 span{
    display:block;

    margin-top:7px;

    color:var(--fcs-red-2);
}

.fcs-hero__lead{
    max-width:620px;

    margin-top:29px !important;

    color:rgba(255,255,255,.72);

    font-size:16px;
    line-height:1.8;
}

.fcs-hero__actions{
    display:flex;
    flex-wrap:wrap;
    gap:12px;

    margin-top:38px;
}

.fcs-hero__trust{
    margin-top:40px;

    display:flex;
    flex-wrap:wrap;
    gap:22px;
}

.fcs-hero__trust-item{
    display:flex;
    align-items:center;
    gap:11px;

    color:rgba(255,255,255,.72);
}

.fcs-hero__trust-item > span{
    width:36px;
    height:36px;

    display:flex;
    align-items:center;
    justify-content:center;

    border:1px solid rgba(255,255,255,.16);

    color:var(--fcs-red-2);
}

.fcs-hero__trust-item strong{
    font-size:10px;
    font-weight:700;
    letter-spacing:.03em;
}

.fcs-hero__response{
    width:100%;

    padding:30px;

    border-top:3px solid var(--fcs-red);

    background:rgba(5,19,58,.82);
    backdrop-filter:blur(18px);
}

.fcs-hero__response-top{
    display:flex;
    justify-content:space-between;
    align-items:center;

    margin-bottom:34px;

    color:rgba(255,255,255,.48);

    font-size:9px;
    font-weight:800;
    letter-spacing:.14em;
    text-transform:uppercase;
}

.fcs-hero__response-top i{
    color:var(--fcs-red-2);
    font-size:20px;
}

.fcs-hero__response h2{
    color:#fff;

    font-size:24px;
    font-weight:700;
    line-height:1.35;
    letter-spacing:-.03em;
}

.fcs-hero__response p{
    margin-top:16px !important;

    color:rgba(255,255,255,.62);

    font-size:12px;
    line-height:1.7;
}

.fcs-hero__response > a{
    margin-top:25px;
    padding-top:19px;

    border-top:1px solid rgba(255,255,255,.12);

    display:flex;
    align-items:center;
    justify-content:space-between;

    color:#fff;

    font-size:10px;
    font-weight:800;
}

.fcs-hero__response > a i{
    color:var(--fcs-red-2);
}

.fcs-hero__strip{
    position:absolute;
    left:0;
    right:0;
    bottom:0;

    z-index:5;

    border-top:1px solid rgba(255,255,255,.12);

    background:rgba(3,12,40,.68);
    backdrop-filter:blur(10px);
}

.fcs-hero__strip .fcs-container{
    min-height:66px;

    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
}

.fcs-hero__strip span{
    color:rgba(255,255,255,.52);

    font-size:8px;
    font-weight:800;
    letter-spacing:.18em;
}

.fcs-hero__strip i{
    width:4px;
    height:4px;

    border-radius:50%;
    background:var(--fcs-red);
}


/* ============================================================
   SECTION 02 — INTRO
============================================================ */

.fcs-intro{
    padding:130px 0;

    background:#fff;
}

.fcs-intro__grid{
    display:grid;
    grid-template-columns:minmax(0,1fr) minmax(0,1fr);
    gap:95px;
    align-items:center;
}

.fcs-intro__visual{
    position:relative;
    min-height:690px;
}

.fcs-intro__main-image{
    width:83%;
    height:610px;

    overflow:hidden;
}

.fcs-intro__main-image img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.fcs-intro__secondary-image{
    position:absolute;

    width:47%;
    height:300px;

    right:0;
    bottom:0;

    border:8px solid #fff;

    overflow:hidden;
}

.fcs-intro__secondary-image img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.fcs-intro__label{
    position:absolute;

    right:0;
    top:55px;

    width:290px;

    padding:18px;

    display:flex;
    align-items:center;
    gap:14px;

    background:var(--fcs-navy);
    color:#fff;
}

.fcs-intro__label-icon{
    width:50px;
    height:50px;

    flex:0 0 50px;

    display:flex;
    align-items:center;
    justify-content:center;

    background:var(--fcs-red);

    font-size:18px;
}

.fcs-intro__label small{
    display:block;

    margin-bottom:4px;

    color:rgba(255,255,255,.42);

    font-size:8px;
    font-weight:800;
    letter-spacing:.12em;
    text-transform:uppercase;
}

.fcs-intro__label strong{
    display:block;

    font-size:12px;
    line-height:1.5;
}

.fcs-intro__content{
    max-width:660px;
}

.fcs-intro h2,
.fcs-heading-row h2,
.fcs-process__heading h2,
.fcs-mimamori h2{
    color:var(--fcs-navy);

    font-size:clamp(42px,4.1vw,64px);
    font-weight:800;

    line-height:1.04;
    letter-spacing:-.05em;
}

.fcs-intro h2 span,
.fcs-heading-row h2 span,
.fcs-process__heading h2 span,
.fcs-mimamori h2 span{
    display:block;
    color:var(--fcs-red);
}

.fcs-intro__lead{
    margin-top:28px !important;

    color:var(--fcs-muted);

    font-size:15px;
    line-height:1.9;
}

.fcs-intro__list{
    margin-top:42px;
}

.fcs-intro__list article{
    padding:23px 0;

    border-top:1px solid var(--fcs-line);

    display:grid;
    grid-template-columns:40px 54px 1fr;
    gap:16px;
    align-items:start;
}

.fcs-intro__list article:last-child{
    border-bottom:1px solid var(--fcs-line);
}

.fcs-intro__number{
    padding-top:8px;

    color:rgba(7,23,70,.32);

    font-size:9px;
    font-weight:800;
}

.fcs-intro__icon{
    width:46px;
    height:46px;

    display:flex;
    align-items:center;
    justify-content:center;

    background:var(--fcs-off);
    color:var(--fcs-red);

    font-size:17px;
}

.fcs-intro__list h3{
    color:var(--fcs-navy);

    font-size:17px;
    font-weight:800;
    letter-spacing:-.02em;
}

.fcs-intro__list p{
    margin-top:7px !important;

    color:var(--fcs-muted);

    font-size:11px;
    line-height:1.7;
}


/* ============================================================
   SECTION 03 — SERVICES
============================================================ */

.fcs-services{
    position:relative;

    padding:130px 0;

    background:var(--fcs-navy);
    color:#fff;
}

.fcs-services__texture{
    position:absolute;
    inset:0;

    opacity:.08;

    background-image:
        radial-gradient(
            rgba(255,255,255,.8) .6px,
            transparent .6px
        );

    background-size:14px 14px;
}

.fcs-services .fcs-container{
    position:relative;
    z-index:2;
}

.fcs-heading-row{
    margin-bottom:60px;

    display:grid;
    grid-template-columns:1.2fr .55fr;
    gap:70px;
    align-items:end;
}

.fcs-heading-row h2{
    color:#fff;
}

.fcs-heading-row h2 span{
    color:var(--fcs-red-2);
}

.fcs-heading-row > p{
    color:rgba(255,255,255,.54);

    font-size:13px;
    line-height:1.85;
}

.fcs-services__grid{
    display:grid;
    grid-template-columns:repeat(12,1fr);
    gap:14px;
}

.fcs-service{
    position:relative;

    min-height:370px;

    grid-column:span 4;

    overflow:hidden;

    background:var(--fcs-navy-2);
}

.fcs-service--featured{
    grid-column:span 8;
}

.fcs-service__image{
    position:absolute;
    inset:0;
}

.fcs-service__image img{
    width:100%;
    height:100%;

    object-fit:cover;

    transition:transform .65s ease;
}

.fcs-service:hover .fcs-service__image img{
    transform:scale(1.055);
}

.fcs-service__overlay{
    position:absolute;
    inset:0;

    background:
        linear-gradient(
            180deg,
            rgba(3,13,43,.05) 10%,
            rgba(3,13,43,.50) 55%,
            rgba(3,13,43,.95) 100%
        );
}

.fcs-service__content{
    position:absolute;
    inset:0;

    z-index:2;

    padding:27px;

    display:flex;
    flex-direction:column;
    justify-content:space-between;
}

.fcs-service__top{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:15px;
}

.fcs-service__icon{
    width:48px;
    height:48px;

    display:flex;
    align-items:center;
    justify-content:center;

    background:var(--fcs-red);

    color:#fff;

    font-size:17px;
}

.fcs-service small{
    color:rgba(255,255,255,.45);

    font-size:8px;
    font-weight:800;
    letter-spacing:.13em;
}

.fcs-service h3{
    max-width:450px;

    color:#fff;

    font-size:clamp(22px,2.1vw,35px);
    font-weight:700;

    line-height:1.15;
    letter-spacing:-.04em;
}

.fcs-service p{
    max-width:520px;

    margin-top:13px !important;

    color:rgba(255,255,255,.62);

    font-size:11px;
    line-height:1.75;
}

.fcs-service--mimamori{
    background:#fff;
}

.fcs-service__mimamori-mark{
    position:absolute;

    right:-20px;
    bottom:-65px;

    color:rgba(7,23,70,.05);

    font-size:270px;
    line-height:1;
}

.fcs-service--mimamori .fcs-service__icon{
    background:var(--fcs-navy);
}

.fcs-service--mimamori small{
    color:var(--fcs-red);
}

.fcs-service--mimamori h3{
    color:var(--fcs-navy);
}

.fcs-service--mimamori a{
    margin-top:22px;

    display:inline-flex;
    align-items:center;
    gap:10px;

    color:var(--fcs-navy);

    font-size:10px;
    font-weight:800;
}

.fcs-service--mimamori a i{
    color:var(--fcs-red);
}


/* ============================================================
   SECTION 04 — PROCESS
============================================================ */

.fcs-process{
    padding:130px 0;

    background:var(--fcs-off);
}

.fcs-process__heading{
    margin-bottom:60px;

    display:grid;
    grid-template-columns:1.1fr .55fr;
    gap:70px;
    align-items:end;
}

.fcs-process__heading > p{
    color:var(--fcs-muted);

    font-size:13px;
    line-height:1.85;
}

.fcs-process__layout{
    display:grid;
    grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);
    gap:70px;
}

.fcs-process__image{
    position:relative;

    min-height:680px;

    overflow:hidden;
}

.fcs-process__image > img{
    position:absolute;
    inset:0;

    width:100%;
    height:100%;

    object-fit:cover;
}

.fcs-process__image:after{
    content:"";

    position:absolute;
    inset:0;

    background:
        linear-gradient(
            180deg,
            transparent 45%,
            rgba(4,16,54,.88) 100%
        );
}

.fcs-process__image-caption{
    position:absolute;

    z-index:2;

    left:28px;
    right:28px;
    bottom:28px;

    padding-top:20px;

    border-top:1px solid rgba(255,255,255,.25);

    display:flex;
    align-items:center;
    gap:15px;

    color:#fff;
}

.fcs-process__image-caption i{
    color:var(--fcs-red-2);
    font-size:20px;
}

.fcs-process__image-caption span{
    font-size:14px;
    font-weight:700;
    line-height:1.4;
}

.fcs-process__steps{
    border-top:1px solid var(--fcs-line);
}

.fcs-process__steps article{
    min-height:158px;

    padding:28px 0;

    border-bottom:1px solid var(--fcs-line);

    display:grid;
    grid-template-columns:45px 58px 1fr;
    gap:18px;
    align-items:center;

    transition:.3s ease;
}

.fcs-process__steps article:hover{
    padding-left:14px;
}

.fcs-process__count{
    color:rgba(7,23,70,.30);

    font-size:9px;
    font-weight:800;
}

.fcs-process__icon{
    width:50px;
    height:50px;

    display:flex;
    align-items:center;
    justify-content:center;

    background:#fff;
    color:var(--fcs-red);

    font-size:17px;
}

.fcs-process__steps h3{
    color:var(--fcs-navy);

    font-size:20px;
    font-weight:800;
    letter-spacing:-.025em;
}

.fcs-process__steps p{
    margin-top:8px !important;

    color:var(--fcs-muted);

    font-size:11px;
    line-height:1.7;
}


/* ============================================================
   SECTION 05 — RESTORATION
============================================================ */

.fcs-restoration{
    position:relative;

    min-height:720px;

    padding:115px 0;

    display:flex;
    align-items:center;

    color:#fff;
}

.fcs-restoration__media{
    position:absolute;
    inset:0;
}

.fcs-restoration__media img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.fcs-restoration__overlay{
    position:absolute;
    inset:0;

    background:
        linear-gradient(
            90deg,
            rgba(4,16,54,.98) 0%,
            rgba(4,16,54,.90) 45%,
            rgba(4,16,54,.48) 100%
        );
}

.fcs-restoration__container{
    position:relative;
    z-index:2;

    display:grid;
    grid-template-columns:1fr .95fr;
    gap:90px;
    align-items:end;
}

.fcs-restoration h2{
    max-width:760px;

    color:#fff;

    font-size:clamp(45px,5vw,74px);
    font-weight:800;

    line-height:1.03;
    letter-spacing:-.055em;
}

.fcs-restoration h2 span{
    display:block;
    color:var(--fcs-red-2);
}

.fcs-restoration__content p{
    max-width:610px;

    margin-top:26px !important;

    color:rgba(255,255,255,.62);

    font-size:13px;
    line-height:1.85;
}

.fcs-restoration__cards{
    display:grid;
    grid-template-columns:repeat(3,1fr);

    background:rgba(4,17,54,.76);
    backdrop-filter:blur(15px);
}

.fcs-restoration__cards article{
    min-height:230px;

    padding:23px;

    border-right:1px solid rgba(255,255,255,.12);

    display:flex;
    flex-direction:column;
}

.fcs-restoration__cards article:last-child{
    border-right:0;
}

.fcs-restoration__icon{
    width:46px;
    height:46px;

    margin-bottom:auto;

    display:flex;
    align-items:center;
    justify-content:center;

    background:var(--fcs-red);
    color:#fff;
}

.fcs-restoration__cards small{
    margin-bottom:10px;

    color:rgba(255,255,255,.35);

    font-size:8px;
    font-weight:800;
}

.fcs-restoration__cards h3{
    font-size:17px;
    font-weight:700;
    line-height:1.35;
}


/* ============================================================
   SECTION 06 — MIMAMORI
============================================================ */

.fcs-mimamori{
    padding:130px 0;

    background:#fff;
}

.fcs-mimamori__grid{
    display:grid;
    grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);
    gap:100px;
    align-items:center;
}

.fcs-mimamori__content{
    max-width:650px;
}

.fcs-mimamori__symbol{
    margin-bottom:16px;

    color:rgba(7,23,70,.12);

    font-size:72px;
    font-weight:700;
    line-height:1;
}

.fcs-mimamori__content > p{
    max-width:580px;

    margin-top:27px !important;

    color:var(--fcs-muted);

    font-size:13px;
    line-height:1.85;
}

.fcs-mimamori__info{
    margin-top:28px;

    padding:17px 18px;

    border-left:3px solid var(--fcs-red);

    display:flex;
    align-items:flex-start;
    gap:12px;

    background:var(--fcs-off);

    color:var(--fcs-muted);

    font-size:10px;
    line-height:1.7;
}

.fcs-mimamori__info i{
    margin-top:3px;
    color:var(--fcs-red);
}

.fcs-link{
    margin-top:28px;

    display:inline-flex;
    align-items:center;
    gap:15px;

    color:var(--fcs-navy);

    font-size:10px;
    font-weight:800;
}

.fcs-link > span{
    width:38px;
    height:38px;

    display:flex;
    align-items:center;
    justify-content:center;

    background:var(--fcs-navy);
    color:#fff;

    transition:.3s ease;
}

.fcs-link:hover > span{
    background:var(--fcs-red);
    transform:translateX(4px);
}

.fcs-mimamori__visual{
    position:relative;

    padding-left:50px;
    padding-bottom:55px;
}

.fcs-mimamori__image{
    height:630px;

    overflow:hidden;
}

.fcs-mimamori__image img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.fcs-mimamori__badge{
    position:absolute;

    left:0;
    bottom:0;

    width:285px;

    padding:20px;

    display:flex;
    align-items:center;
    gap:15px;

    background:var(--fcs-navy);
    color:#fff;
}

.fcs-mimamori__badge > span{
    width:46px;
    height:46px;

    display:flex;
    align-items:center;
    justify-content:center;

    background:var(--fcs-red);
}

.fcs-mimamori__badge small{
    display:block;

    margin-bottom:4px;

    color:rgba(255,255,255,.40);

    font-size:8px;
    font-weight:800;
    letter-spacing:.12em;
    text-transform:uppercase;
}

.fcs-mimamori__badge strong{
    font-size:17px;
    font-weight:700;
}


/* ============================================================
   SECTION 07 — CONTACT CTA
============================================================ */

.fcs-contact-cta{
    position:relative;

    padding:100px 0;

    overflow:hidden;

    background:#050F32;
    color:#fff;
}

.fcs-contact-cta__glow{
    position:absolute;

    width:650px;
    height:650px;

    right:-230px;
    top:-300px;

    border-radius:50%;

    background:rgba(215,25,50,.18);

    filter:blur(100px);
}

.fcs-contact-cta .fcs-container{
    position:relative;
    z-index:2;
}

.fcs-contact-cta__top{
    padding-bottom:24px;

    border-bottom:1px solid rgba(255,255,255,.12);

    display:flex;
    justify-content:space-between;
    align-items:center;
}

.fcs-contact-cta__status{
    display:flex;
    align-items:center;
    gap:12px;

    color:rgba(255,255,255,.56);

    font-size:9px;
    font-weight:800;
    letter-spacing:.13em;
    text-transform:uppercase;
}

.fcs-contact-cta__status > span{
    width:9px;
    height:9px;

    border-radius:50%;

    background:var(--fcs-red-2);

    box-shadow:0 0 0 6px rgba(240,40,63,.12);
}

.fcs-contact-cta__top > i{
    color:var(--fcs-red-2);
    font-size:22px;
}

.fcs-contact-cta__main{
    padding:60px 0;

    display:grid;
    grid-template-columns:1fr .7fr;
    gap:80px;
    align-items:end;
}

.fcs-contact-cta h2{
    max-width:750px;

    color:#fff;

    font-size:clamp(46px,5.5vw,80px);
    font-weight:800;

    line-height:1.02;
    letter-spacing:-.055em;
}

.fcs-contact-cta h2 span{
    display:block;
    color:var(--fcs-red-2);
}

.fcs-contact-cta__content p{
    max-width:560px;

    margin-top:23px !important;

    color:rgba(255,255,255,.54);

    font-size:12px;
    line-height:1.8;
}

.fcs-contact-cta__hotline small{
    display:block;

    margin-bottom:9px;

    color:var(--fcs-red-2);

    font-size:8px;
    font-weight:800;
    letter-spacing:.15em;
}

.fcs-contact-cta__hotline > a{
    display:block;

    color:#fff;

    font-family:var(--fcs-head);

    font-size:clamp(34px,4vw,56px);
    font-weight:800;

    line-height:1.1;
    letter-spacing:-.04em;
}

.fcs-contact-cta__hotline > span{
    margin-top:15px;

    display:flex;
    align-items:center;
    gap:9px;

    color:rgba(255,255,255,.52);

    font-size:10px;
}

.fcs-contact-cta__hotline > span i{
    color:var(--fcs-red-2);
}

.fcs-contact-cta__bottom{
    padding-top:27px;

    border-top:1px solid rgba(255,255,255,.12);

    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:40px;
}

.fcs-contact-cta__address{
    display:flex;
    align-items:center;
    gap:15px;
}

.fcs-contact-cta__address > span{
    width:46px;
    height:46px;

    flex:0 0 46px;

    display:flex;
    align-items:center;
    justify-content:center;

    border:1px solid rgba(255,255,255,.13);

    color:var(--fcs-red-2);
}

.fcs-contact-cta__address small{
    display:block;

    margin-bottom:4px;

    color:#fff;

    font-size:8px;
    font-weight:800;
    letter-spacing:.12em;
}

.fcs-contact-cta__address p{
    max-width:600px;

    color:rgba(255,255,255,.52);

    font-size:10px;
    line-height:1.6;
}

.fcs-contact-cta__button{
    min-width:160px;
    min-height:55px;

    padding:0 20px;

    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;

    background:var(--fcs-red);
    color:#fff;

    font-size:10px;
    font-weight:800;

    transition:.3s ease;
}

.fcs-contact-cta__button:hover{
    background:var(--fcs-red-2);
    transform:translateY(-3px);
}


/* ============================================================
   TABLET
============================================================ */

@media(max-width:1100px){

    .fcs-hero__container{
        grid-template-columns:1fr;
        gap:40px;
    }

    .fcs-hero__response{
        max-width:520px;
    }

    .fcs-intro__grid,
    .fcs-mimamori__grid{
        gap:60px;
    }

    .fcs-service,
    .fcs-service--featured{
        grid-column:span 6;
    }

    .fcs-restoration__container{
        grid-template-columns:1fr;
        gap:55px;
    }

    .fcs-restoration__cards{
        max-width:760px;
    }

}


/* ============================================================
   TABLET / MOBILE
============================================================ */

@media(max-width:820px){

    .fcs-container{
        width:min(calc(100% - 34px),var(--fcs-max));
    }

    .fcs-hero{
        min-height:auto;
    }

    .fcs-hero__container{
        padding-top:90px;
        padding-bottom:115px;
    }

    .fcs-hero h1{
        font-size:clamp(50px,11vw,76px);
    }

    .fcs-hero__strip{
        display:none;
    }

    .fcs-intro,
    .fcs-services,
    .fcs-process,
    .fcs-mimamori{
        padding:90px 0;
    }

    .fcs-intro__grid,
    .fcs-process__layout,
    .fcs-mimamori__grid{
        grid-template-columns:1fr;
    }

    .fcs-intro__content{
        order:-1;
    }

    .fcs-heading-row,
    .fcs-process__heading{
        grid-template-columns:1fr;
        gap:25px;
    }

    .fcs-process__image{
        min-height:520px;
    }

    .fcs-contact-cta__main{
        grid-template-columns:1fr;
        gap:40px;
    }

}


/* ============================================================
   MOBILE
============================================================ */

@media(max-width:620px){

    .fcs-container{
        width:calc(100% - 28px);
    }

    .fcs-hero__container{
        padding-top:70px;
        padding-bottom:70px;
    }

    .fcs-hero h1{
        font-size:46px;
        line-height:1.02;
    }

    .fcs-hero__lead{
        margin-top:24px !important;

        font-size:13px;
        line-height:1.75;
    }

    .fcs-hero__actions{
        display:grid;
        grid-template-columns:1fr;
    }

    .fcs-btn{
        width:100%;
        justify-content:flex-start;
    }

    .fcs-btn--ghost{
        justify-content:space-between;
    }

    .fcs-hero__trust{
        display:grid;
        grid-template-columns:1fr 1fr;

        gap:12px;
    }

    .fcs-hero__response{
        padding:22px;
    }

    .fcs-intro h2,
    .fcs-heading-row h2,
    .fcs-process__heading h2,
    .fcs-mimamori h2{
        font-size:38px;
    }

    .fcs-intro__visual{
        min-height:500px;
    }

    .fcs-intro__main-image{
        width:90%;
        height:440px;
    }

    .fcs-intro__secondary-image{
        width:50%;
        height:210px;

        border-width:6px;
    }

    .fcs-intro__label{
        top:28px;

        width:225px;

        padding:13px;
    }

    .fcs-intro__label-icon{
        width:42px;
        height:42px;
        flex-basis:42px;
    }

    .fcs-intro__list article{
        grid-template-columns:32px 46px 1fr;
        gap:12px;
    }

    .fcs-services__grid{
        display:block;
    }

    .fcs-service{
        min-height:420px;
        margin-bottom:13px;
    }

    .fcs-service--mimamori{
        min-height:340px;
    }

    .fcs-service h3{
        font-size:27px;
    }

    .fcs-process__image{
        min-height:430px;
    }

    .fcs-process__steps article{
        grid-template-columns:34px 46px 1fr;
        gap:12px;
    }

    .fcs-restoration{
        min-height:auto;
        padding:90px 0;
    }

    .fcs-restoration h2{
        font-size:42px;
    }

    .fcs-restoration__cards{
        grid-template-columns:1fr;
    }

    .fcs-restoration__cards article{
        min-height:145px;

        border-right:0;
        border-bottom:1px solid rgba(255,255,255,.12);
    }

    .fcs-restoration__cards article:last-child{
        border-bottom:0;
    }

    .fcs-restoration__icon{
        margin-bottom:30px;
    }

    .fcs-mimamori__symbol{
        font-size:58px;
    }

    .fcs-mimamori__visual{
        padding-left:15px;
        padding-bottom:45px;
    }

    .fcs-mimamori__image{
        height:430px;
    }

    .fcs-mimamori__badge{
        width:245px;
    }

    .fcs-contact-cta{
        padding:80px 0;
    }

    .fcs-contact-cta h2{
        font-size:43px;
    }

    .fcs-contact-cta__bottom{
        flex-direction:column;
        align-items:stretch;
    }

    .fcs-contact-cta__button{
        width:100%;
    }

}/* End custom CSS */