/*************@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');
@import url('./fonts.css');
body {
    font-family: 'Montserrat', sans-serif;
    padding: 0;
    margin: 0;
    
}
p {
    font-family: "Poppins", sans-serif;
    line-height: 29px;
    font-size: 15px;
    margin-bottom: 0px;
    color: #fff;
    font-weight: 300;
}
h2 {
    font-size: 44px;
    line-height: 28px;
    font-weight: 600;
    line-height: 1.222;
}

@media (max-width: 576px) {
    h2 {
        font-size: 22px;
        line-height: 25px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    h2 {
        font-size: 24px;
        line-height: 25px;
    }
}
h3 {
    font-size: 24px;
    line-height: 25px;
}

@media (max-width: 576px) {
    h3 {
        font-size: 20px;
    }
}
h5 {
    font-size: 18px;
    line-height: 22px;
}

img {
    max-width: 100%;
}
a:focus, .button:focus, button:focus, .btn:focus {
    text-decoration: none;
    outline: none;
    box-shadow: none;
    -webkit-transition: 1s;
    transition: 1s;
}
@media (max-width: 767px) {
body{
    font-size: smaller;
}
}
header{
    padding-bottom: 5vw;
}
section{
    padding-top: 5vw;
    padding-bottom: 5vw;
}
.arrow-right{
    width: 1.2vw;
}
.nav__nav-counter{
    margin: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.19;
    letter-spacing: normal;
    text-align: left;
    height: 5vw;
    position: sticky;
    z-index: 50;
    background-color: #fff;
    color:var(--color-text);
}
.nav{
    background: white;
}
.sticky{
    position: fixed;
    top: 0;
    width: 100%;
    margin: 0;
    height: 5vw;
}
.nav__Login-btn{

    outline: none;
    padding: 0 15px;
    text-align: center;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    margin: 0px 20px 0px 20px;
    border-radius: 20px;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    color: var(--brand-300) !important;
    border: 1px solid var(--brand-300);
    background: transparent;
}
.nav__Login-btn:hover {
    color: #fff !important;
    border: 0px;
    background: var(--brand-300);
}

@media (max-width: 767px) {
    .nav__Login-btn {
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        margin: 0px;
        line-height: 1.19;
        letter-spacing: normal;
        text-align: left;
        color: rgba(0,0,0,.5) !important;
        border: 0px;

       }
       .nav__Login-btn:hover {
        color: rgba(0,0,0,.7) !important;
        border: 0px;
        background: transparent;
    }
}******************/
html, body {
    overflow-x: hidden;
}
/******************************************header**************************************/
.header {
    padding-top: 0vw;
    padding-bottom: 0vw;
    width: 100%;
    height: 100%;
}

.header__container {
    display: flex;
    padding: 0px;
}



.header__contain {
    position: relative;
    background-color: var(--brand-700);
}

    .header__contain img {
        opacity: 0.8;
        width: 100vw;
        height: 97vh;
    }

* {
    transition: all 200ms ease-in-out;
}

.content__contain {
    position: absolute;
    left: 29%;
    top: 34%;
    width: 647px;
}

    .content__contain .paragraph {
        color: #fff;
        text-align: center;
        font-family: Montserrat;
        font-style: normal;
        font-weight: bold;
        font-size: 75px;
    }


.hesdertext {
    font-family: 'Montserrat', sans-serif;
    font-size: 3vw;
    font-weight: bold;
    text-align: left;
    color: rgb(51, 55, 69);
}

.headerTextCon {
    z-index: 5;
    width: 45vw;
    position: absolute;
    word-break: break-word;
    top: 24%;
    right: 18%
}

.header__full-Text-container {
    flex-grow: 1;
}

.header__img-container {
    padding: 0px;
    flex-grow: 2;
    max-width: 60%;
    z-index: 1;
}

.header__input-container {
    padding: 0px;
    margin-top: 3vw;
    width: 70vw;
    height: 38vw;
    position: absolute;
    border-radius: 13vw;
    border: solid 4px rgb(51, 55, 69,0.1);
}

.header-p {
    opacity: 0.5;
    font-family: Montserrat;
    font-size: 0.8vw;
    font-weight: 500;
    text-align: left;
    padding: 2vw 0;
    color: rgb(51, 55, 69);
}

.header__img {
    width: 100%;
    height: auto;
}
/******************************************Endheader**************************************/


.box-index {
    height: 334px;
    padding: 24px;
    box-shadow: 2px 1px 15px 2px rgb(0 0 0 / 16%);
    border-radius: 20px;
}

    .box-index:hover {
        transform: translateY(3px)
    }

.img-index-box {
    width: 100%;
    height: 235px;
    border-radius: 5px;
    margin-bottom: 10px
}



/******************************************solutions**************************************/
.SolutionsSec__title {
    font-weight: bold;
    text-align: center;
    color: rgb(51, 55, 69);
}

.SolutionsSec__View-all {
    text-align: center;
    color: var(--brand-500) !important;
    cursor: pointer;
}

    .SolutionsSec__View-all::after {
        font-family: "Font Awesome 5 Free";
        content: "\f061";
        display: inline-block;
        color: inherit;
        padding: 0px 8px;
        vertical-align: middle;
        font-weight: 900;
    }

.SolutionsSec__sol-card-container {
    justify-content: space-around;
    display: flex;
    flex-wrap: wrap;
    padding-left: 2vw;
    padding-right: 2vw;
}

.card-img-top {
    height: 175px;
}

.SolutionsSec__sol-card {
    padding: 0px;
    margin: 1vw;
    border-radius: 26px;
    background-color: rgb(246, 246, 246);
    height: 400px;
}

.SolutionsSec__sol-card-title {
    font-weight: 500;
    text-align: left;
    color: rgb(51, 55, 69);
}

.SolutionsSec__sol-card-p {
    opacity: 0.5;
    font-family: Montserrat;
    font-weight: 500;
    text-align: left;
    color: rgb(51, 55, 69);
}
/**********************SerSec__sec*******************************************/
.SerSec__sec {
    background-color: rgb(87, 141, 221,0.1);
    /*background-image: url(../asset/images/method-draw-image.svg);
    background-repeat: no-repeat;
    background-size: 100vw;
    opacity: 0.1;
    width: 100vw;
    height: 50vw;*/
}

.SerSec__title {
    position: absolute;
    top: 23%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
    text-align: center;
    color: rgb(51, 55, 69);
    opacity: 1;
}

.SerSec__icon {
    border-radius: 50%;
    background-color: var(--brand-300);
}

.SerSec__detailes h5 {
    font-family: Montserrat;
    font-weight: bold;
    line-height: 49px;
    text-align: left;
    color: var(--brand-300);
}

.SerSec__detailes p {
    opacity: 0.5;
    font-family: Montserrat;
    line-height: 24px;
    text-align: left;
    color: var(--brand-300);
}
/**********************ENd SerSec__sec*******************************************/
.PartnerSec__title {
    font-weight: bold;
    text-align: center;
    color: rgb(51, 55, 69);
}

.right,
.left {
    height: 7vw;
    width: 3.5vw;
}

.right {
    border-bottom-right-radius: 7vw;
    border-top-right-radius: 7vw;
}

.left {
    border-bottom-left-radius: 7vw;
    border-top-left-radius: 7vw;
}

.dot {
    width: 100%;
    padding-top: 100%;
    border-radius: 50%;
    background-color: var(--brand-300);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 4vw;
    display: inline-block;
}

.dots {
    position: absolute;
    top: -2%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 7vw;
    width: 7vw;
    background-color: var(--brand-700);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 4vw;
    border-radius: 50%;
    display: inline-block;
}

.spans {
    opacity: 0.1;
    background-color: rgb(51, 55, 69);
}

.PartnerSec__part {
    justify-content: space-between;
    display: flex;
    margin-top: 8vw;
}

.PartnerSec__Lorem-ipsum {
    position: relative;
    width: 46vw;
    border-radius: 26px;
    background-color: rgb(246, 246, 246);
}

.PartnerSec__Lorem-ipsum-p {
    padding: 44px 2px;
    font-weight: 500;
    margin: 4vw;
    text-align: left;
    color: rgb(51, 55, 69);
}

/*****************whysec***********/
.PartnerSec__Lorem-ipsum-p {
    font-weight: 500;
    margin: 4vw;
    text-align: left;
    color: rgb(51, 55, 69);
}

.WhySec__container {
    position: relative;
    margin: 5vw 12vw;
}

.WhySec__img {
    width: 100%;
}

.WhySec__lourm {
    position: absolute;
    /*opacity: 0.78;*/
    display: flex;
    justify-content: space-between;
    background-color: rgb(87, 141, 221,0.78);
    width: 100%;
    height: 15vw;
    bottom: 0px;
    border-radius: 0 0 1vw 1vw;
}

.WhySec__Article {
    margin: 1vw 0vw;
    border-right: #Fff 4px solid;
}

    .WhySec__Article:last-child {
        margin: 1vw 0vw;
        border-right: 0px;
    }

.WhySec__Article-head {
    font-weight: bold;
    text-align: left;
    color: rgb(246, 246, 246) !important;
}

.WhySec__Article-body {
    font-size: small;
    opacity: 0.5;
    font-weight: 500;
    text-align: left;
    color: rgb(246, 246, 246);
}


.Eventcontactus {
    padding: 0px;
    display: flex;
    background-image: url('../asset/images/workspace_private_office.webp');
    background-position-x: right;
    background-size: cover;
    height: 247px;
    border-radius: 15px;
}

.Member__list {
    line-height: 300%;
    text-align: left;
}

.contactUs__link {
    text-align: center;
    color: var(--brand-500) !important;
    cursor: pointer;
    padding-left: 5px
}

/***************************/
.faq-container {
    max-width: 600px;
    margin: 0 auto;
}

.faq {
    background-color: var(--color-border);
    border: 1px solid var(--color-text-subtle);
    border-radius: 10px;
    margin: 20px 0;
    padding: 30px;
    position: relative;
    overflow: hidden;
    transition: 0.3 ease;
}

    .faq.active {
        background-color: #fff;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.1);
    }

        .faq.active::before,
        .faq.active::after {
            content: "\f075";
            font-family: "Font Awesome 5 Free";
            color: #2ecc71;
            font-size: 7rem;
            position: absolute;
            opacity: 0.2;
            top: 20px;
            left: 20px;
            z-index: 0;
        }

        .faq.active::before {
            color: var(--brand-300);
            top: -10px;
            left: -30px;
            transform: rotateY(180deg);
        }



.faq-title {
    margin-inline-start: 35px;
}


.infoabout_us .faq-title {
    margin: 0px;
    margin-bottom: 5px;
    font-weight: bold;
    color: var(--brand-700);
}

.infoabout_us {
    margin: 20px 0px
}


    .infoabout_us img {
        max-height: 100px;
        width: 95px;
        margin-inline-end: 20px;
    }

    .infoabout_us ul {
        margin: 0px;
        margin-top: 5px;
        padding: 0px;
    }

        .infoabout_us ul li {
            list-style-type: disc;
            list-style-position: inside;
            margin: 2px 0px
        }




.faq-text {
    display: none;
    margin: 30px 0 0;
}

.faq.active .faq-text {
    display: block;
}

.faq-toggle {
    background-color: transparent;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    padding: 0;
    position: absolute;
    top: 30px;
    right: 30px;
    height: 30px;
    width: 30px;
}

    .faq-toggle:focus {
        outline: 0;
    }

    .faq-toggle .fa-times {
        display: none;
    }

.faq.active .faq-toggle .fa-times {
    color: #fff;
    display: block;
}

.faq.active .faq-toggle .fa-chevron-down {
    display: none;
}

.faq.active .faq-toggle {
    background-color: var(--color-text-subtle);
}

.column {
    -ms-flex: 25%; /* IE10 */
    flex: 25%;
    max-width: 25%;
    padding: 0 4px;
}

    .column img {
        margin-top: 8px;
        vertical-align: middle;
    }



/**********************new themeeeeeeeeeeeeeeeeeeeee********************/

/* Legacy typography for nav links — colour intentionally omitted so
   site-nav.css can drive STATE A (white over hero) and STATE B (themed
   on frosted surface) without specificity battles. */
a.nav-item.nav-link.tenslatedata {
    white-space: nowrap;
    transition: all 0.3s ease-out;
    cursor: pointer;
    text-align: left;
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
}

/* STATE A — nav floating over the hero: re-assert white at higher
   specificity so any future legacy rule can't drag the colour back down. */
.site-nav[data-has-hero="true"][data-scrolled="false"] a.nav-item.nav-link.tenslatedata,
.site-nav[data-has-hero="true"][data-scrolled="false"] .site-nav__dropdown-toggle.tenslatedata {
    color: rgba(255,255,255,0.92);
}
.site-nav[data-has-hero="true"][data-scrolled="false"] a.nav-item.nav-link.tenslatedata:hover,
.site-nav[data-has-hero="true"][data-scrolled="false"] .site-nav__dropdown-toggle.tenslatedata:hover {
    color: #fff;
}
.site-nav[data-has-hero="true"][data-scrolled="false"] .currentlink {
    color: var(--brand-300) !important;
}
.site-nav[data-has-hero="true"][data-scrolled="false"] .site-nav__icon-btn,
.site-nav[data-has-hero="true"][data-scrolled="false"] .site-nav__lang-pill {
    color: #fff;
    border-color: rgba(255,255,255,0.4);
}
/****************************ByMahmoud**************************************/
.WhyBlueOcean_content__contain {
    position: absolute;
    top: 36%;
    width: 100%;
}

    .WhyBlueOcean_content__contain .paragraph {
        color: #fff;
        text-align: center;
        font-family: Montserrat;
        font-style: normal;
        font-weight: bold;
        font-size: 3rem;
    }

.WhyBlueOceanMainPage {
    background-image: url('/asset/images/why_blue_ocean_section_bg.webp');
    background-size: contain;
    background-position: center;
    position: relative;
    height: 70vh;
    background-color: white;
    background-repeat: no-repeat;
}

.aboutUs {
    background-image: url('/asset/images/about_us_page_bg.webp');
    background-size: cover;
}

.ourCommunity {
    background-image: url('/asset/images/community_section_banner.webp');
    background-size: cover;
}

.solutions {
    background-image: url('/asset/images/services_page_bg.webp');
    background-size: cover;
}

.membership {
    background-image: url('/asset/images/membership_page_bg.webp');
    background-size: cover;
}

.contactUs {
    background-image: url('/asset/images/contact_us_page_bg.webp');
    background-size: cover;
}

.healthySocietyPage {
    background-image: url('/asset/images/health_safety_page_bg.webp');
    background-size: cover;
}

.WhyBlueOceanPage {
    background-image: url('/asset/images/why_blue_ocean_section_bg.webp');
    background-size: cover;
}


.MainPageBackGround {
    background-image: url(/asset/images/hero_background_home.webp);
    background-position: center;
    background-size: cover;
    position: relative;
    height: 71vh;
    background-repeat: no-repeat;
    background-color: white;
}

.currentlink {
    color: var(--navy) !important;
    text-decoration: none !important;
    font-weight: 600 !important;
}


.Organic-box {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0px 0px 1px 0px;
    margin-bottom: 60px;
}

    .Organic-box:hover {
        transform: perspective(4000px) translateZ(20px);
    }

.btn-Organic-box {
    text-align: center;
    width: 70%;
    height: 59px;
    margin-left: 15%;
    margin-right: 15%;
    border-radius: 48px;
    margin-bottom: -28px;
}

    .btn-Organic-box > a {
        color: white;
        font-size: 2em !important;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        text-decoration: none
    }





/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
    .column {
        -ms-flex: 50%;
        flex: 50%;
        max-width: 50%;
    }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .column {
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
    }

    .ChangeOrder1 {
        order: 1;
    }

    .ChangeOrder2 {
        order: 2;
    }


    .infoabout_us img {
        max-height: 50px !important;
        width: 50px !important;
        margin-inline-end: 15px !important;
    }
}


@media only screen and (max-width: 767px) {
    .WhySec__lourm {
        height: 100%;
    }

    /*********************************Newslatter*******************************************/
    .newsLatter__Sec {
        padding-bottom: 0vw;
    }

    .newsLattercontainer {
        border-radius: 26px 26px 0 0;
        background-color: rgb(51, 55, 69);
        width: 50%;
        height: 220px;
    }

    .custom-tab-content {
        color: #fff;
    }

    .newsLatter__title {
        font-weight: bold;
        text-align: center;
        color: #fff;
        padding: 1vw 0vw;
    }

    .newsLatterc__p {
        opacity: 0.5;
        font-family: Montserrat;
        font-weight: 500;
        text-align: center;
        color: #fff;
    }

    .spanSubsceribe {
        border-radius: 26px 0 0 26px;
        background: transparent;
        border-right: transparent;
    }

    .InputSubsceribe {
        background: transparent;
        border-left: transparent;
        border-right: transparent;
    }

    .btnSubsceribe {
        background: var(--brand-300);
        color: #fff;
        border: 1px solid var(--color-border);
        border-left: 0px;
        border-radius: 0 26px 26px 0;
    }


    .desc__p {
        line-height: 24px;
        font-size: medium;
        font-family: Montserrat;
        text-align: left;
        color: rgb(51, 55, 69, 0.5);
        font-weight: 300;
    }



    .comtactus__con {
        background-color: var(--color-surface);
        padding: 23px;
        border-radius: 20px;
    }

        .comtactus__con > .row {
            justify-content: center
        }

    .iconX {
        color: var(--brand-500);
        padding: 0px 10px;
    }

    .header__container {
        margin-top: 55px;
    }

    .WhyBlueOceanMainPage {
        background-image: url(/asset/images/workspace_reception.webp);
        background-size: contain;
        background-position: center;
        position: relative;
        height: 28vh;
        background-repeat: no-repeat;
    }

    .aboutUs {
        background-image: url(/asset/images/about_us_page_bg.webp);
        background-size: cover;
    }


    .ourCommunity {
        background-image: url(/asset/images/community_section_banner.webp);
        background-size: cover;
    }

    .solutions {
        background-image: url(/asset/images/services_page_bg.webp);
        background-size: cover;
    }

    .membership {
        background-image: url(/asset/images/membership_page_bg.webp);
        background-size: cover;
    }

    .contactUs {
        background-image: url('/asset/images/contact_us_page_bg.webp');
        background-size: cover;
    }

    .healthySocietyPage {
        background-image: url('/asset/images/health_safety_page_bg.webp');
        background-size: cover;
    }

    .WhyBlueOceanPage {
        background-image: url('/asset/images/why_blue_ocean_section_bg.webp');
        background-size: cover;
    }

    .MainPageBackGround {
        background-image: url(/asset/images/hero_background_home.webp);
        background-size: contain;
        background-position: center;
        position: relative;
        height: 38vh;
        background-color: white;
        background-repeat: no-repeat;
    }

    .WhyBlueOcean_content__contain .paragraph {
        color: #fff;
        text-align: center;
        font-family: Montserrat;
        font-style: normal;
        font-weight: bold;
        font-size: 2rem;
    }
}
/**********************/


/****************************footer*******************************
.col_white_amrc { color:var(--color-text);}
footer { 
    width: 100%;
    background-color: #fff;
    min-height: 250px;
    padding: 0px 0px 25px 0px;
}
.pt2 { padding-top:40px ; margin-bottom:20px ;}
footer p {  color:var(--color-border); padding-bottom:0px; margin-bottom:8px;}
.contct-us{
    color:var(--brand-300);
    margin:1vw 0vw;
}
.mb10 { 
    padding-bottom:15px ;
}
.footer_ul_amrc { margin:0px ;
     list-style-type:none ;
       padding:0px 0px 10px 0px ; }
.footer_ul_amrc li {padding:0px 0px 1.5vw 0px;}
.footer_ul_amrc li a{ color:var(--color-border);}
.footer_ul_amrc li a:hover{ 
    color:var(--brand-300);
     text-decoration:none;}
.fleft { float:left;}
.padding-right { padding-right:10px; }

.footer_ul2_amrc {margin:0px; list-style-type:none; padding:0px;}
.footer_ul2_amrc li p { display:table; }
.footer_ul2_amrc li a:hover { text-decoration:none;}
.footer_ul2_amrc li i { margin-top:5px;}
.bottom_border { 
    border-top:1px solid var(--color-border);
     padding-bottom:20px;}
.foote_bottom_ul_amrc {
	list-style-type:none;
	padding:0px;
	display:table;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.foote_bottom_ul_amrc li { display:inline;}
.foote_bottom_ul_amrc li a { color:var(--color-text-subtle); margin:0 12px;}

.social_footer_ul { 
    display:flex; 
    padding: 0px;
    list-style-type:none;  }
.social_footer_ul li { 
    padding-left:10px; 
    padding-top:10px; 
    float:left; }

.social_footer_ul li a { 
    color:var(--brand-300); 
    border:1px solid var(--brand-300);
    padding:8px;
    border-radius:50%;}

.social_footer_ul li a:hover { 
     color:#fff;
     background-color: var(--brand-300);}

.social_footer_ul li i {
    width:20px;
    height:20px;
    text-align:center;}

/* â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€
   PHASE 2 â€” HOMEPAGE REDESIGN
   â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */

/* Shared section typography */
.section-heading {
    font-size: 36px;
    line-height: 1.15;
    font-weight: 700;
    color: var(--color-text);
    letter-spacing: -0.015em;
    margin: 0 0 12px;
}
.section-subheading {
    color: var(--color-text-muted);
    font-size: 16px;
    line-height: 1.6;
    margin: 0 auto 32px;
    max-width: 640px;
}

/* â”€â”€ UI-020 HERO REDESIGN â”€â”€ */
@keyframes heroFadeUp {
    from { opacity: 0; transform: translateY(26px); }
    to   { opacity: 1; transform: translateY(0); }
}
@keyframes heroKenBurns {
    from { transform: scale(1); }
    to   { transform: scale(1.07); }
}
@keyframes blobFloat {
    0%, 100% { transform: translate(0, 0) scale(1); }
    33%       { transform: translate(18px, -22px) scale(1.04); }
    66%       { transform: translate(-12px, 14px) scale(0.97); }
}
@keyframes dotPulse {
    0%, 100% { opacity: 1;    transform: scale(1); }
    50%      { opacity: 0.45; transform: scale(1.35); }
}

.hero {
    position: relative;
    display: flex;
    align-items: center;
    /* Full viewport so the hero always reaches the bottom of the fold —
       no white gap underneath at scrollY:0. dvh tracks the visible
       viewport on iOS; vh stays as the fallback for older browsers. */
    min-height: 100vh;
    min-height: 100dvh;
    overflow: hidden;
}

/* Top-of-hero scrim — gives STATE A nav the contrast it needs for WCAG AA
   without darkening the link text. Layered ABOVE .hero__overlay (z:1) but
   BELOW .hero__content (z:2). Token defined in tokens.css. */
.hero::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: var(--scrim-on-hero-height, 120px);
    background: var(--scrim-on-hero);
    z-index: 1;
    pointer-events: none;
}

/* Animated background (Ken-Burns) */
.hero::before {
    content: '';
    position: absolute;
    inset: -6%;
    background-image: url('/asset/images/hero_background_home.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    animation: heroKenBurns 30s ease-in-out infinite alternate;
    z-index: 0;
    will-change: transform;
}

/* Directional brand wash — soft primary blue on the text side fading to
   fully transparent on the image side. Keeps the photo crisp while
   giving the copy a tinted reading band. Tokenised — no off-palette literals. */
.hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(var(--brand-500-rgb), 0.62) 0%,
        rgba(var(--brand-500-rgb), 0.38) 38%,
        rgba(var(--brand-500-rgb), 0.10) 65%,
        rgba(var(--brand-500-rgb), 0) 90%
    );
    z-index: 1;
}

/* Decorative ambient blobs */
.hero__blob {
    position: absolute;
    border-radius: 50%;
    filter: blur(72px);
    z-index: 1;
    animation: blobFloat 14s ease-in-out infinite;
    pointer-events: none;
}
.hero__blob--1 {
    width: 420px; height: 420px;
    background: rgba(var(--brand-300-rgb), 0.20);
    top: -110px; right: -90px;
    animation-delay: 0s;
}
.hero__blob--2 {
    width: 300px; height: 300px;
    background: rgba(var(--brand-700-rgb), 0.18);
    bottom: -70px; left: -70px;
    animation-delay: -7s;
}

/* Content layer */
.hero__content {
    position: relative;
    z-index: 2;
    padding-top: 110px;
    padding-bottom: 120px;
    text-align: left;
}

/* Eyebrow badge */
.hero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    background: rgba(var(--brand-300-rgb), 0.16);
    border: 1px solid rgba(var(--brand-300-rgb), 0.36);
    color: var(--brand-300);
    border-radius: 50px;
    padding: 6px 18px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    margin-bottom: 1.4rem;
    animation: heroFadeUp 0.55s ease both;
    animation-delay: 0s;
    backdrop-filter: blur(6px);
}
.hero__eyebrow-dot {
    width: 7px; height: 7px;
    background: var(--blue);
    border-radius: 50%;
    flex-shrink: 0;
    animation: dotPulse 2.2s ease-in-out infinite;
}

/* H1 */
.hero__title {
    font-size: 3.6rem;
    font-weight: 900;
    color: #fff;
    line-height: 1.1;
    margin-bottom: 1.3rem;
    letter-spacing: -0.025em;
    animation: heroFadeUp 0.55s ease both;
    animation-delay: 0.12s;
}
.hero__title-accent {
    background: linear-gradient(135deg, var(--blue-light) 0%, var(--blue-pale) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Subtitle */
.hero__subtitle {
    font-size: 1.1rem;
    color: rgba(255,255,255,0.92);
    max-width: 560px;
    line-height: 1.8;
    margin-bottom: 2.25rem;
    animation: heroFadeUp 0.55s ease both;
    animation-delay: 0.24s;
}

/* CTA row */
.hero__ctas {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 2.5rem;
    animation: heroFadeUp 0.55s ease both;
    animation-delay: 0.36s;
}

/* Buttons */
.hero__btn {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 15px 36px;
    border-radius: 50px;
    font-size: 0.93rem;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
    cursor: pointer;
    letter-spacing: 0.015em;
}
.hero__btn:focus-visible {
    outline: 3px solid var(--brand-300);
    outline-offset: 3px;
}
.hero__btn--primary {
    background: linear-gradient(135deg, var(--navy) 0%, var(--blue) 100%);
    color: #fff;
    border: none;
    box-shadow: 0 4px 22px rgba(var(--brand-500-rgb), 0.44);
}
.hero__btn--primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 34px rgba(var(--brand-500-rgb), 0.62);
    color: #fff;
    text-decoration: none;
}
.hero__btn--outline {
    background: rgba(255,255,255,0.09);
    color: #fff;
    border: 2px solid rgba(255,255,255,0.6);
    backdrop-filter: blur(6px);
}
.hero__btn--outline:hover {
    background: rgba(255,255,255,0.18);
    color: #fff;
    border-color: rgba(255,255,255,0.72);
    transform: translateY(-2px);
    text-decoration: none;
}

/* Trust chips */
.hero__trust {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    animation: heroFadeUp 0.55s ease both;
    animation-delay: 0.48s;
}
.hero__chip {
    background: rgba(255,255,255,0.09);
    border: 1px solid rgba(255,255,255,0.20);
    color: rgba(255,255,255,0.95);
    border-radius: 50px;
    padding: 8px 18px;
    font-size: 0.82rem;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    backdrop-filter: blur(6px);
    transition: background 0.2s ease, border-color 0.2s ease;
}
.hero__chip:hover {
    background: rgba(255,255,255,0.17);
    border-color: rgba(255,255,255,0.42);
}
/* Plain white icon — sky-blue on glass only hit ~38% contrast. */
.hero__chip i { color: #fff; }

/* Curved divider between hero and the next section. The SVG fill is
   the section's surface color so it acts as a continuous water-line. */
.hero__divider {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    width: 100%;
    height: 60px;
    display: block;
    z-index: 3;
    pointer-events: none;
    -webkit-mask-image: linear-gradient(to right, transparent 0, #000 8%, #000 92%, transparent 100%);
    mask-image: linear-gradient(to right, transparent 0, #000 8%, #000 92%, transparent 100%);
}
.hero__divider-fill { fill: var(--color-surface); }

/* JS-fail / late-paint fallback — if .no-js is still on <html> the hero copy
   sits at opacity 0 forever. Force the entry state so the text is visible
   even when JS or fonts are slow. */
.no-js .hero__eyebrow,
.no-js .hero__title,
.no-js .hero__subtitle,
.no-js .hero__ctas,
.no-js .hero__trust {
    animation: none;
    opacity: 1;
    transform: none;
}

/* The decorative blob translates only ±22px under a 72px blur, which is
   imperceptible. Drop the animation on small / reduced-motion devices —
   the blob is decorative, the loop has no informational role. */
@media (max-width: 767px), (prefers-reduced-motion: reduce) {
    .hero__blob { animation: none; }
}

/* Reduced motion — disable all non-essential animations */
@media (prefers-reduced-motion: reduce) {
    .hero::before,
    .hero__blob,
    .hero__eyebrow-dot { animation: none !important; }
    .hero__eyebrow, .hero__title, .hero__subtitle,
    .hero__ctas, .hero__trust {
        animation: none !important;
        opacity: 1 !important;
        transform: none !important;
    }
    .spaces-chevron,
    .find-us__map-pin-ring,
    .proof-marquee__track { animation: none !important; }
}

/* ─────────────────────────────────────────────────────────────
   UI-021 · OUR SPACES & SERVICES — bento redesign
   ───────────────────────────────────────────────────────────── */

.spaces-section {
    position: relative;
    padding: 120px 0 96px;
    background:
        radial-gradient(ellipse at top, var(--brand-50), transparent 60%),
        var(--color-surface);
}

.spaces-container { position: relative; }

/* Wrap reserves the vertical space that .spaces-section used to provide
   so the strip's -72px negative margin lands at the same screen y after
   it was lifted out of that conditional section. */
.stats-strip-wrap { padding-top: 120px; position: relative; z-index: 5; }

/* Floating stats card overlapping hero ↔ next section */
.stats-strip {
    position: relative;
    margin: -72px auto 64px;
    z-index: 5;
    background-color: var(--color-bg, #FFFFFF);
    border: 1px solid var(--color-border);
    border-radius: var(--r-lg);
    box-shadow: 0 12px 40px -12px rgba(25,25,53,0.18);
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    overflow: hidden;
}
.stats-strip__cell {
    position: relative;
    text-align: center;
    padding: 22px 18px;
    border-inline-end: 1px solid var(--color-border);
}
.stats-strip__cell:last-child { border-inline-end: none; }
.stats-strip__num {
    position: relative;
    z-index: 1;
    display: block;
    font-size: 1.75rem;
    font-weight: 800;
    color: var(--color-text, #191935);
    line-height: 1.05;
}
.stats-strip__star { color: var(--rating-star); font-size: 0.95rem; margin-inline-start: 2px; }
.stats-strip__label {
    position: relative;
    z-index: 1;
    display: block;
    margin-top: 6px;
    font-size: 0.72rem;
    color: var(--color-text-muted, #707070);
    letter-spacing: 0.10em;
    text-transform: uppercase;
    font-weight: 600;
}

/* Section header */
.spaces-eyebrow {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--accent-500);
    margin-bottom: 14px;
}
.spaces-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 24px;
    flex-wrap: wrap;
    margin-bottom: 14px;
}
.spaces-heading {
    font-size: 36px;
    font-weight: 700;
    color: var(--color-text);
    line-height: 1.15;
    margin: 0;
    letter-spacing: -0.015em;
}
.spaces-viewall {
    color: var(--brand-500);
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: gap 0.2s ease, color 0.2s ease;
}
.spaces-viewall:hover {
    color: var(--brand-700);
    gap: 12px;
    text-decoration: none;
}
.spaces-viewall i { font-size: 0.85rem; }
.spaces-subhead {
    color: var(--color-text-muted);
    max-width: 560px;
    font-size: 1rem;
    line-height: 1.65;
    margin: 0 0 14px;
}
.spaces-valueprop {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--color-text-muted);
    font-size: 0.88rem;
    margin: 0 0 40px;
}
.spaces-valueprop__dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--accent-300);
    box-shadow: 0 0 0 4px var(--brand-50);
    flex-shrink: 0;
}

/* Bento grid — 4 cols × 2 rows desktop */
.spaces-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, minmax(220px, 1fr));
    gap: 24px;
}
.spaces-grid > .bento-card[data-pos="1"] { grid-column: 1 / span 2; grid-row: 1 / span 2; }
.spaces-grid > .bento-card[data-pos="2"] { grid-column: 3 / span 2; grid-row: 1; }
.spaces-grid > .bento-card[data-pos="3"] { grid-column: 3; grid-row: 2; }
.spaces-grid > .bento-card[data-pos="4"] { grid-column: 4; grid-row: 2; }

/* Bento card */
.bento-card {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 240px;
    border-radius: var(--r-lg);
    overflow: hidden;
    text-decoration: none;
    background: var(--color-bg);
    box-shadow: 0 4px 18px -8px rgba(25,25,53,0.18);
    border: 1px solid var(--color-border);
    transition: transform 0.35s cubic-bezier(.2,.7,.2,1),
                box-shadow 0.35s ease,
                border-color 0.35s ease;
    isolation: isolate;
    will-change: transform;
}
.bento-card:hover,
.bento-card:focus-visible {
    transform: translateY(-6px);
    box-shadow: 0 22px 48px -22px rgba(25,25,53,0.35);
    border-color: var(--brand-300);
    text-decoration: none;
}
.bento-card:focus-visible {
    outline: 3px solid var(--brand-300);
    outline-offset: 3px;
}

.bento-card__media {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
}
.bento-card__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.02);
    transition: transform 0.7s cubic-bezier(.2,.7,.2,1), filter 0.4s ease;
    filter: saturate(0.95) contrast(1.02);
}
.bento-card:hover .bento-card__img { transform: scale(1.08); }
.bento-card__veil {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(1,0,76,0) 35%, rgba(1,0,76,0.78) 100%),
        linear-gradient(135deg, rgba(0,71,171,0.18) 0%, rgba(1,0,76,0.05) 60%);
    transition: opacity 0.35s ease;
}
.bento-card__icon {
    position: absolute;
    top: 18px;
    inset-inline-end: 18px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(255,255,255,0.18);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border: 1px solid rgba(255,255,255,0.32);
    transition: background 0.3s ease, transform 0.4s ease;
}
.bento-card:hover .bento-card__icon {
    background: var(--accent-500);
    border-color: var(--accent-500);
    transform: rotate(-6deg) scale(1.05);
}

.bento-card__body {
    position: relative;
    z-index: 1;
    padding: 22px 22px 20px;
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.bento-card__chip {
    align-self: flex-start;
    display: inline-block;
    background: rgba(255,255,255,0.18);
    border: 1px solid rgba(255,255,255,0.32);
    color: #fff;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    padding: 4px 10px;
    border-radius: var(--r-pill);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}
.bento-card__title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #fff;
    margin: 0;
    line-height: 1.25;
    letter-spacing: -0.01em;
    text-shadow: 0 1px 12px rgba(1,0,76,0.45);
}
.bento-card__desc {
    font-size: 0.88rem;
    color: rgba(255,255,255,0.85);
    line-height: 1.55;
    margin: 0;
    max-width: 38ch;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.bento-card__cta {
    margin-top: 6px;
    color: #fff;
    font-size: 0.85rem;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: gap 0.2s ease;
}
.bento-card:hover .bento-card__cta { gap: 12px; }

/* Flagship card — bigger type, longer desc.
   Explicit min-height per breakpoint: at 1023px the grid uses
   minmax(220px, 1fr) which lets the flagship resolve at 220px while
   siblings get taller content. Floor it. */
.bento-card--flagship { min-height: 360px; }
.bento-card--flagship .bento-card__title { font-size: 2rem; line-height: 1.1; }
.bento-card--flagship .bento-card__icon { width: 52px; height: 52px; font-size: 1.25rem; }
.bento-card--flagship .bento-card__body { padding: 32px 32px 28px; gap: 12px; }
.bento-card--flagship .bento-card__desc {
    font-size: 0.98rem;
    -webkit-line-clamp: 3;
    max-width: 44ch;
}

/* Bottom chevron — subtle directional cue */
@keyframes spacesChevronBounce {
    0%, 100% { transform: translateY(0); }
    50%      { transform: translateY(6px); }
}
.spaces-chevron {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 56px;
    color: var(--color-text-subtle);
    font-size: 24px;
    animation: spacesChevronBounce 2s ease-in-out infinite;
}

/* Tablet — 2 × 2 equal grid */
@media (max-width: 1023px) {
    .spaces-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, minmax(220px, 1fr));
        gap: 20px;
    }
    .spaces-grid > .bento-card[data-pos="1"] { grid-column: 1; grid-row: 1; }
    .spaces-grid > .bento-card[data-pos="2"] { grid-column: 2; grid-row: 1; }
    .spaces-grid > .bento-card[data-pos="3"] { grid-column: 1; grid-row: 2; }
    .spaces-grid > .bento-card[data-pos="4"] { grid-column: 2; grid-row: 2; }
    .bento-card--flagship { min-height: 280px; }
    .bento-card--flagship .bento-card__title { font-size: 1.4rem; }
    .bento-card--flagship .bento-card__desc { -webkit-line-clamp: 2; }
    .bento-card--flagship .bento-card__icon { width: 42px; height: 42px; font-size: 1rem; }
}

/* Mobile — single column stack */
@media (max-width: 767px) {
    .spaces-section { padding: 72px 0 56px; }
    .spaces-grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        gap: 18px;
    }
    .spaces-grid > .bento-card { grid-column: 1 !important; grid-row: auto !important; min-height: 220px; }
    .spaces-heading { font-size: 28px; }
    .spaces-header { align-items: flex-start; }
    .spaces-viewall { font-size: 0.9rem; }

    .stats-strip-wrap { padding-top: 72px; }
    .stats-strip {
        margin: -48px 12px 40px;
        grid-template-columns: repeat(2, 1fr);
    }
    .stats-strip__cell {
        padding: 16px 12px;
        border-inline-end: 1px solid var(--color-border);
    }
    .stats-strip__cell:nth-child(2n) { border-inline-end: none; }
    .stats-strip__cell:nth-child(-n+2) { border-bottom: 1px solid var(--color-border); }
    .stats-strip__num { font-size: 1.35rem; }

    .bento-card--flagship { min-height: 240px; }
    .bento-card--flagship .bento-card__title { font-size: 1.4rem; }
    .bento-card--flagship .bento-card__body { padding: 22px 22px 20px; }
    .hero__divider { height: 40px; }
}

@media (max-width: 480px) {
    .hero__divider { display: none; }
    .stats-strip { margin-top: 24px; }
}

/* ─────────────────────────────────────────────────────────────
   UI-022 · WHY BLUE OCEAN — asymmetric split
   ───────────────────────────────────────────────────────────── */
.why-split {
    padding: 64px 0 80px;
    background: var(--color-bg);
}
.why-split__container {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 48px;
    align-items: center;
}

/* Visual pane (LEFT in LTR / RIGHT in RTL via grid-column logical mapping) */
.why-split__visual {
    position: relative;
    grid-column: 1 / span 5;
    aspect-ratio: 4 / 5;
    border-radius: var(--r-xl);
    overflow: hidden;
    background: var(--color-surface-2);
    box-shadow: 0 24px 60px -24px rgba(25, 25, 53, 0.25);
}
[dir="rtl"] .why-split__visual { grid-column: 8 / span 5; grid-row: 1; }

.why-split__photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease-out;
}
.why-split__visual:hover .why-split__photo { transform: scale(1.03); }

/* Rating chip — top-end corner */
.why-split__rating-chip {
    position: absolute;
    top: 20px;
    inset-inline-end: 20px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 14px;
    background: var(--brand-gradient);
    color: #fff;
    border-radius: var(--r-pill);
    font-weight: 700;
    font-size: 0.9rem;
    box-shadow: 0 8px 24px -8px rgba(0, 71, 171, 0.5);
}
.why-split__rating-chip i { font-size: 0.85rem; color: var(--rating-star); }

/* Live-stat chip — bottom-start corner */
.why-split__live-chip {
    position: absolute;
    bottom: 24px;
    inset-inline-start: 24px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 18px;
    background: rgba(255, 255, 255, 0.92);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    border-radius: var(--r-lg);
    box-shadow: 0 12px 32px -12px rgba(25, 25, 53, 0.25);
    color: var(--color-text);
    font-weight: 600;
    font-size: 0.9rem;
    line-height: 1.2;
}
.why-split__pulse {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--accent-500);
    box-shadow: 0 0 0 0 rgba(0, 154, 158, 0.55);
}
.why-split__pulse::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: var(--accent-300);
    animation: why-pulse 1.6s ease-out infinite;
}
@keyframes why-pulse {
    0%   { transform: scale(1);   opacity: 1; }
    100% { transform: scale(2.4); opacity: 0; }
}

/* Content stack */
.why-split__content {
    grid-column: 6 / span 7;
    padding-inline-start: 24px;
}
[dir="rtl"] .why-split__content {
    grid-column: 1 / span 7;
    grid-row: 1;
    padding-inline-start: 0;
    padding-inline-end: 24px;
}

.why-split__eyebrow {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--accent-500);
    margin-bottom: 14px;
}
.why-split__heading {
    font-size: 36px;
    line-height: 1.15;
    font-weight: 700;
    color: var(--color-text);
    margin: 0 0 14px;
    letter-spacing: -0.015em;
}
.why-split__subhead {
    font-size: 16px;
    line-height: 1.6;
    color: var(--color-text-muted);
    margin: 0 0 24px;
    max-width: 520px;
}

/* Numbered feature list */
.why-split__list {
    list-style: none;
    margin: 0 0 28px;
    padding: 0;
    counter-reset: why-counter;
}
.why-split__item {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 20px;
    align-items: start;
    padding: 20px 16px;
    border-top: 1px solid var(--color-border);
    border-radius: var(--r-md);
    transition: background-color 0.2s ease;
}
.why-split__item:last-child { border-bottom: 1px solid var(--color-border); }
.why-split__item:hover { background-color: var(--brand-50); }

.why-split__num {
    font-size: 40px;
    line-height: 1;
    font-weight: 700;
    background: var(--brand-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    min-width: 56px;
    opacity: 0.85;
    transition: opacity 0.2s ease;
    /* Keep Western digits in RTL for parity with the rest of the site */
    direction: ltr;
    text-align: start;
}
.why-split__item:hover .why-split__num { opacity: 1; }

.why-split__item-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--color-text);
    margin: 0 0 6px;
    line-height: 1.3;
}
.why-split__item-desc {
    font-size: 15px;
    line-height: 1.55;
    color: var(--color-text-muted);
    margin: 0;
}

/* CTA row */
.why-split__cta {
    display: inline-flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
}
.why-split__btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    background: var(--brand-500);
    color: #fff;
    border-radius: var(--r-pill);
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none;
    transition: background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.why-split__btn:hover,
.why-split__btn:focus-visible {
    background: var(--brand-700);
    color: #fff;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 12px 28px -10px rgba(0, 71, 171, 0.45);
}
.why-split__btn i { font-size: 0.85rem; }
.why-split__link {
    color: var(--brand-500);
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none;
}
.why-split__link:hover,
.why-split__link:focus-visible {
    color: var(--brand-700);
    text-decoration: underline;
}

/* Entrance animation — runs once via .is-visible toggle.
   _Layout flips html.no-js → html.js before paint. If JS is absent
   or fails (slow connection, blocked script), the .no-js fallback
   forces opacity:1 so the right-hand stack is never invisible. */
.why-split [data-anim] {
    opacity: 0;
    transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}
.no-js .why-split [data-anim] { opacity: 1; transform: none; }
.why-split [data-anim="visual"] {
    transform: translateX(-24px);
}
[dir="rtl"] .why-split [data-anim="visual"] {
    transform: translateX(24px);
}
.why-split [data-anim="content"] {
    transform: translateY(16px);
}
.why-split.is-visible [data-anim] {
    opacity: 1;
    transform: none;
}
.why-split.is-visible [data-anim="content"] {
    transition-delay: var(--anim-delay, 0ms);
}

/* Tablet / mobile — visual on top, content below */
@media (max-width: 1023px) {
    .why-split { padding: 48px 0 64px; }
    .why-split__container { grid-template-columns: 1fr; gap: 24px; }
    .why-split__visual,
    [dir="rtl"] .why-split__visual { grid-column: 1; aspect-ratio: 16 / 11; }
    .why-split__content,
    [dir="rtl"] .why-split__content {
        grid-column: 1;
        padding-inline: 0;
    }
}
@media (max-width: 767px) {
    .why-split { padding: 40px 0 56px; }
    .why-split__heading { font-size: 28px; }
    .why-split__num { font-size: 32px; min-width: 44px; }
    .why-split__visual,
    [dir="rtl"] .why-split__visual { aspect-ratio: 4 / 5; }
}

/* ─────────────────────────────────────────────────────────────
   UI-023 · TESTIMONIALS — marquee + featured grid
   ───────────────────────────────────────────────────────────── */
.proof-section {
    position: relative;
    padding: 96px 0;
    background:
        radial-gradient(ellipse at top, var(--brand-50), transparent 60%),
        var(--color-surface);
    overflow: hidden; /* contains marquee */
}
.proof-section__head { text-align: center; margin-bottom: 48px; }
.proof-section__eyebrow {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--accent-500);
    margin-bottom: 14px;
}
.proof-section__heading {
    font-size: 36px;
    line-height: 1.15;
    font-weight: 700;
    color: var(--color-text);
    margin: 0 0 12px;
    letter-spacing: -0.015em;
}
.proof-section__subhead {
    font-size: 16px;
    line-height: 1.5;
    color: var(--color-text-muted);
    margin: 0 0 20px;
}
.proof-section__rating {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 16px;
    background: var(--color-bg);
    border: 1px solid var(--color-border);
    border-radius: var(--r-pill);
    box-shadow: 0 2px 8px rgba(25, 25, 53, 0.05);
    font-size: 0.9rem;
    color: var(--color-text);
    font-weight: 600;
}
.proof-section__rating-stars { color: var(--rating-star); letter-spacing: 1px; font-size: 0.9rem; }

/* Marquee row */
.proof-marquee {
    margin-bottom: 64px;
    position: relative;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(to right, transparent 0, #000 80px, #000 calc(100% - 80px), transparent 100%);
            mask-image: linear-gradient(to right, transparent 0, #000 80px, #000 calc(100% - 80px), transparent 100%);
}
.proof-marquee__track {
    display: flex;
    width: max-content;
    padding: 8px 0;
    animation: proof-scroll 40s linear infinite;
}
/* Spacing is on each card (not flex `gap`) so the doubled track's halves
   are identical in width — that's what keeps the translateX(-50%) loop seamless. */
.proof-marquee__track > .proof-card { margin-inline-end: 20px; }
/* In RTL the flex container reverses item order, so the originals sit on the
   right and the duplicates on the left. Playing the same -50% keyframe in
   reverse (start shifted, end at 0) keeps the viewport filled at all times
   and produces a left-to-right visual scroll without a seam. */
[dir="rtl"] .proof-marquee__track { animation-direction: reverse; }
.proof-marquee:hover .proof-marquee__track,
.proof-marquee:focus-within .proof-marquee__track,
.proof-marquee.is-paused .proof-marquee__track {
    animation-play-state: paused;
}

/* Touch users can't hover — explicit pause/play toggle inside the region. */
.proof-marquee__pause {
    position: absolute;
    top: 12px;
    inset-inline-end: 16px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    border: 1px solid var(--color-border);
    border-radius: var(--r-pill);
    background: var(--color-bg);
    color: var(--color-text);
    font-size: 0.78rem;
    font-weight: var(--fw-semi);
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(25, 25, 53, 0.08);
    transition: background var(--t-fast), color var(--t-fast), border-color var(--t-fast);
}
.proof-marquee__pause:hover { background: var(--brand-50); color: var(--brand-500); }
.proof-marquee__pause:focus-visible {
    outline: 2px solid var(--brand-300);
    outline-offset: 2px;
}
.proof-marquee__pause .fa-play,
.proof-marquee__pause .proof-marquee__pause-label--play { display: none; }
.proof-marquee.is-paused .proof-marquee__pause .fa-pause,
.proof-marquee.is-paused .proof-marquee__pause .proof-marquee__pause-label:not(.proof-marquee__pause-label--play) { display: none; }
.proof-marquee.is-paused .proof-marquee__pause .fa-play,
.proof-marquee.is-paused .proof-marquee__pause .proof-marquee__pause-label--play { display: inline; }
@keyframes proof-scroll {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
}

/* Featured grid */
.proof-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
@media (max-width: 1023px) { .proof-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 767px)  { .proof-grid { grid-template-columns: 1fr; } }

/* Card anatomy — shared between marquee and grid variants */
.proof-card {
    position: relative;
    background: var(--color-bg);
    border: 1px solid var(--color-border);
    border-radius: var(--r-lg);
    box-shadow: 0 1px 2px rgba(25, 25, 53, 0.04);
    color: var(--color-text);
    transition: transform 0.28s ease-out, box-shadow 0.28s ease-out, border-color 0.28s ease-out;
    overflow: hidden;
}
.proof-card:focus-visible {
    outline: 2px solid var(--brand-300);
    outline-offset: 2px;
}
.proof-card--compact {
    padding: 24px;
    width: 340px;
    flex: 0 0 340px;
}
.proof-card--featured {
    padding: 32px;
}
.proof-card--featured:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px -12px rgba(25, 25, 53, 0.16);
    border-color: var(--brand-300);
}

.proof-card__quote-mark {
    position: absolute;
    top: 6px;
    inset-inline-start: 14px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 96px;
    line-height: 1;
    color: var(--brand-100);
    pointer-events: none;
    user-select: none;
}
.proof-card__stars {
    position: relative;
    color: var(--rating-star);
    font-size: 14px;
    letter-spacing: 3px;
    margin-bottom: 14px;
}
.proof-card__quote {
    position: relative;
    margin: 0 0 20px;
    color: var(--color-text);
    line-height: 1.6;
    font-size: 15px;
    font-style: normal;
    /* Clip wildly long quotes in the compact marquee variant only */
}
.proof-card--featured .proof-card__quote { font-size: 17px; }
.proof-card--compact .proof-card__quote {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.proof-card__author {
    display: flex;
    align-items: center;
    gap: 12px;
}
.proof-card__avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--brand-500);
    color: #fff;
    font-weight: 700;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.proof-card__meta { display: flex; flex-direction: column; line-height: 1.3; }
.proof-card__meta strong { font-size: 15px; font-weight: 600; color: var(--color-text); }
.proof-card__meta span { font-size: 13px; color: var(--color-text-muted); }

/* Entrance for grid + header */
.proof-section [data-anim] {
    opacity: 0;
    transform: translateY(12px);
    transition: opacity 0.4s ease-out, transform 0.4s ease-out;
}
.proof-section.is-visible [data-anim] {
    opacity: 1;
    transform: none;
    transition-delay: var(--anim-delay, 0ms);
}

/* Reduced-motion: kill marquee + entrance, restore manual scroll */
@media (prefers-reduced-motion: reduce) {
    .why-split [data-anim],
    .proof-section [data-anim] {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
    }
    .why-split__visual:hover .why-split__photo { transform: none; }
    .why-split__pulse::after { animation: none; }
    .proof-marquee {
        -webkit-mask-image: none;
                mask-image: none;
        overflow-x: auto;
    }
    .proof-marquee__track { animation: none; }
    .proof-card--featured:hover {
        transform: none;
        box-shadow: 0 1px 2px rgba(25, 25, 53, 0.04);
        border-color: var(--color-border);
    }
}

@media (max-width: 767px) {
    .proof-section { padding: 64px 0; }
    .proof-section__heading { font-size: 28px; }
    .proof-section__head { margin-bottom: 32px; }
    .proof-card--compact { width: 280px; flex-basis: 280px; padding: 20px; }
}

/* ── UI-024 FIND US ──
   Branded location section: map pane + contact cards + CTAs + social row.
   Uses brand tokens only (no hex literals). Light + dark + RTL aware. */
.find-us {
    padding: var(--sp-24) 0;
    background: var(--color-bg);
}
.find-us__header {
    text-align: center;
    max-width: 720px;
    margin: 0 auto var(--sp-12);
}
.find-us__eyebrow {
    display: inline-block;
    font-size: 13px;
    font-weight: var(--fw-semi);
    /* --accent-500 fails AA on white at 13px (3.37:1); --accent-700 reads as
       the same teal family but passes for normal text. */
    color: var(--accent-700);
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 14px;
}
[data-theme="dark"] .find-us__eyebrow { color: var(--accent-300); }
.find-us__title {
    font-size: 36px;
    line-height: var(--lh-tight);
    font-weight: var(--fw-bold);
    color: var(--color-text);
    margin: 0 0 var(--sp-3);
}
.find-us__subhead {
    color: var(--color-text-muted);
    font-size: 16px;
    line-height: 1.6;
    max-width: 560px;
    margin: 0 auto;
}

.find-us__grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 40px;
    align-items: start;
}
.find-us__map     { grid-column: span 7; }
.find-us__contact { grid-column: span 5; }

/* Skip-map link for keyboard users — visually-hidden until focused. */
.find-us__skip-map {
    position: absolute;
    width: 1px; height: 1px;
    margin: -1px; padding: 0; border: 0;
    clip: rect(0 0 0 0);
    overflow: hidden;
    white-space: nowrap;
    background: var(--brand-500);
    color: #fff;
    text-decoration: none;
    border-radius: var(--r-md);
}
.find-us__skip-map:focus,
.find-us__skip-map:focus-visible {
    position: static;
    width: max-content;
    height: auto;
    margin: 0 auto var(--sp-3);
    padding: 8px 14px;
    clip: auto;
    display: block;
}

/* ── Map pane ────────────────────────────────────────────────── */
.find-us__map-frame {
    position: relative;
    aspect-ratio: 4 / 3;
    min-height: 280px;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid var(--color-border);
    box-shadow: 0 4px 24px -8px rgba(25, 25, 53, 0.10);
    background: var(--color-surface-2);
}
.find-us__map-placeholder {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    /* Soft city-block skeleton so the section never reads as empty
       while the iframe is still resolving. */
    background-image:
        radial-gradient(circle at 30% 40%, rgba(var(--brand-300-rgb), 0.12) 0, transparent 30%),
        radial-gradient(circle at 70% 60%, rgba(var(--brand-300-rgb), 0.10) 0, transparent 30%),
        linear-gradient(135deg, var(--color-surface-2) 0%, var(--color-surface) 100%);
}
.find-us__map-placeholder[data-loaded="1"] { background: transparent; }
.find-us__map-iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 20px;
    display: block;
}
.find-us__map-loading {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--brand-500);
    font-weight: var(--fw-semi);
    font-size: 14px;
}

/* Thin branded wash — sits above the iframe, below the pin (z:3) and pill (z:4)
   so map labels stay legible and controls keep full contrast. */
.find-us__map-tint {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
    background: rgba(var(--brand-300-rgb), 0.08);
    mix-blend-mode: multiply;
}

/* Custom branded marker — pure overlay since we don't run the JS Maps API. */
.find-us__map-pin {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -100%);
    pointer-events: none;
    z-index: 3;
    filter: drop-shadow(0 6px 10px rgba(1, 0, 76, 0.25));
}
/* SVG fill rules — presentation attributes like fill="var(--…)" are invalid,
   so paint the marker via CSS instead. */
.find-us__map-pin-shape {
    fill: var(--brand-500);
    stroke: #fff;
    stroke-width: 2;
}
.find-us__map-pin-dot { fill: #fff; }

/* Pulse ring centered on the marker's white dot.
   SVG is 40×46, dot center at viewBox (24,22) → rendered (20, ~18). */
.find-us__map-pin-ring {
    position: absolute;
    top: 18px;
    left: 50%;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(var(--brand-300-rgb), 0.30);
    transform: translate(-50%, -50%);
}
@media (prefers-reduced-motion: no-preference) {
    .find-us__map-pin-ring {
        animation: find-us-pulse 2s ease-out infinite;
    }
}

/* "Open in Maps" pill — top-start corner. */
.find-us__map-pill {
    position: absolute;
    top: 14px;
    inset-inline-start: 14px;
    z-index: 4;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(255, 255, 255, 0.92);
    color: var(--color-text);
    font-size: 13px;
    font-weight: var(--fw-semi);
    padding: 8px 14px;
    border-radius: var(--r-pill);
    text-decoration: none;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 4px 14px -6px rgba(25, 25, 53, 0.20);
    transition: background var(--t-base), transform var(--t-base);
}
.find-us__map-pill:hover { background: #fff; transform: translateY(-1px); color: var(--color-text); }
.find-us__map-pill i { font-size: 11px; color: var(--brand-500); }
[data-theme="dark"] .find-us__map-pill {
    background: rgba(19, 19, 46, 0.85);
    color: var(--color-text);
}

/* ── Contact pane ─────────────────────────────────────────────── */
.find-us__list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.find-us__item {
    position: relative;
    display: block;
    margin: 0 -12px;
    border-radius: var(--r-md);
    transition: background-color var(--t-base);
}
.find-us__item + .find-us__item {
    border-top: 1px solid var(--color-border);
}
/* Three row patterns share the same flex layout: a static <li>, a phone <li>
   (icon + body with two inline tel-links inside), and a single-anchor <li>
   whose <a class="find-us__item-link"> is the flex container. */
.find-us__item--static,
.find-us__item--phone,
.find-us__item-link {
    display: flex;
    align-items: flex-start;
    gap: var(--sp-4);
    padding: var(--sp-4) 12px;
    color: inherit;
    text-decoration: none;
    border-radius: inherit;
}
/* Hover/focus fill on clickable rows only. */
.find-us__item:not(.find-us__item--static):hover {
    background-color: var(--brand-50);
}
.find-us__item-link:focus-visible,
.find-us__phone:focus-visible {
    outline: 2px solid var(--brand-300);
    outline-offset: 2px;
}

.find-us__phone {
    text-decoration: none;
    color: inherit;
}
.find-us__phone:hover,
.find-us__phone:focus-visible {
    text-decoration: underline;
}

.find-us__icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: var(--r-md);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    background: var(--brand-50);
    color: var(--brand-500);
}
.find-us__icon--brand    { background: var(--brand-50);                       color: var(--brand-500); }
.find-us__icon--accent   { background: rgba(150, 234, 232, 0.30);             color: var(--accent-500); }
.find-us__icon--whatsapp { background: rgba(18, 140, 126, 0.12);              color: var(--brand-whatsapp); }

.find-us__body {
    flex: 1 1 auto;
    min-width: 0;
}
.find-us__label {
    font-size: 13px;
    font-weight: var(--fw-medium);
    color: var(--color-text-muted);
    margin-bottom: 2px;
}
.find-us__value {
    font-size: 16px;
    font-weight: var(--fw-semi);
    color: var(--color-text);
    line-height: var(--lh-snug);
    word-break: break-word;
}
.find-us__value--lg { font-size: 18px; font-weight: var(--fw-bold); }
.find-us__sub {
    font-size: 14px;
    color: var(--color-text-muted);
    margin-top: 2px;
}
.find-us__inline-link {
    display: inline-block;
    margin-top: 4px;
    color: var(--brand-500);
    font-size: 13px;
    font-weight: var(--fw-semi);
    text-decoration: none;
}
.find-us__inline-link:hover { color: var(--brand-700); text-decoration: underline; }

/* Phone-row primary and secondary numbers have very different weight/size. */
.find-us__phone {
    display: block;
    line-height: var(--lh-snug);
}
.find-us__phone--primary {
    font-size: 18px;
    font-weight: var(--fw-bold);
    color: var(--color-text);
    position: relative;
    z-index: 2;
}
.find-us__phone--secondary {
    font-size: 14px;
    font-weight: var(--fw-normal);
    color: var(--color-text-muted);
    margin-top: 2px;
    position: relative;
    z-index: 2;
}
.find-us__phone:hover { color: var(--brand-500); }

/* Live status badge. */
.find-us__status {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 6px;
    font-size: 13px;
    font-weight: var(--fw-semi);
    color: var(--color-text-muted);
}
.find-us__status-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--color-text-subtle);
    flex-shrink: 0;
}
/* Text uses --accent-700 (deep teal) for AA contrast on light/dark bg;
   the dot keeps the brighter --accent-500 so the open state still reads as teal. */
.find-us__status.is-open .find-us__status-text { color: var(--accent-700); }
[data-theme="dark"] .find-us__status.is-open .find-us__status-text { color: var(--accent-300); }
.find-us__status.is-open .find-us__status-dot {
    background: var(--accent-500);
    box-shadow: 0 0 0 0 rgba(0, 154, 158, 0.6);
    animation: find-us-status-pulse 2s ease-out infinite;
}

/* CTA row. */
.find-us__cta-row {
    display: flex;
    gap: var(--sp-3);
    margin-top: var(--sp-6);
    flex-wrap: wrap;
}
.find-us__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: var(--sp-2);
    padding: 14px 28px;
    border-radius: var(--r-pill);
    font-size: 15px;
    font-weight: var(--fw-semi);
    text-decoration: none;
    transition: background var(--t-base), color var(--t-base), transform var(--t-base), border-color var(--t-base);
    border: 1px solid transparent;
    line-height: 1;
}
.find-us__cta--primary {
    background: var(--brand-500);
    color: #fff;
}
.find-us__cta--primary:hover {
    background: var(--brand-700);
    color: #fff;
    transform: translateY(-1px);
}
.find-us__cta--ghost {
    background: transparent;
    color: var(--brand-500);
    border-color: var(--brand-300);
}
.find-us__cta--ghost:hover {
    background: var(--brand-50);
    color: var(--brand-500);
}
.find-us__cta:focus-visible {
    outline: 2px solid var(--brand-300);
    outline-offset: 3px;
}

/* Social row. */
.find-us__social {
    display: flex;
    align-items: center;
    gap: var(--sp-4);
    margin-top: var(--sp-6);
}
.find-us__social-label {
    font-size: 13px;
    font-weight: var(--fw-medium);
    color: var(--color-text-muted);
}
.find-us__social-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-flex;
    gap: var(--sp-2);
}
.find-us__social-list a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--color-surface-2);
    color: var(--color-text-muted);
    text-decoration: none;
    transition: background var(--t-base), color var(--t-base);
}
.find-us__social-list a:hover {
    background: var(--brand-500);
    color: #fff;
}
.find-us__social-list a:focus-visible {
    outline: 2px solid var(--brand-300);
    outline-offset: 2px;
}

/* ── Entrance animations ──────────────────────────────────────
   Initial hidden state is gated on `.find-us--anim-ready` so that if JS
   fails to run, the section is visible by default rather than blank. */
.find-us--anim-ready [data-anim-step] {
    opacity: 0;
    transform: translateY(16px);
    transition: opacity 360ms ease-out, transform 360ms ease-out;
    transition-delay: var(--anim-delay, 0ms);
}
.find-us--anim-ready .find-us__map { opacity: 0; transition: opacity 480ms ease-out; }
.find-us--anim-ready.is-visible .find-us__map { opacity: 1; }
.find-us--anim-ready.is-visible [data-anim-step] {
    opacity: 1;
    transform: none;
}
.find-us--anim-ready .find-us__contact [data-anim-step] {
    transition-duration: 320ms;
    transform: translateY(12px);
}
.find-us--anim-ready.is-visible .find-us__contact [data-anim-step] {
    transform: none;
}

/* Dark-mode legibility — Royal Blue (#0047AB) reads dim on the deep-navy
   surfaces, so swap to Sky Blue (#4897FF / brand-300) for foreground roles. */
[data-theme="dark"] .find-us__icon--brand    { color: var(--brand-300); }
[data-theme="dark"] .find-us__inline-link    { color: var(--brand-300); }
[data-theme="dark"] .find-us__inline-link:hover { color: var(--accent-300); }
[data-theme="dark"] .find-us__phone:hover    { color: var(--brand-300); }
[data-theme="dark"] .find-us__cta--ghost     { color: var(--brand-300); border-color: var(--brand-300); }
[data-theme="dark"] .find-us__cta--ghost:hover { background: var(--brand-100); color: var(--brand-300); }
[data-theme="dark"] .find-us__map-pill i     { color: var(--brand-300); }

@keyframes find-us-pulse {
    0%   { transform: translate(-50%, -50%) scale(0.6); opacity: 0.8; }
    100% { transform: translate(-50%, -50%) scale(1.8); opacity: 0; }
}
@keyframes find-us-status-pulse {
    0%   { box-shadow: 0 0 0 0 rgba(0, 154, 158, 0.6); transform: scale(1);   opacity: 1; }
    70%  { box-shadow: 0 0 0 6px rgba(0, 154, 158, 0); transform: scale(1.3); opacity: 0.6; }
    100% { box-shadow: 0 0 0 0 rgba(0, 154, 158, 0);  transform: scale(1);   opacity: 1; }
}

@media (prefers-reduced-motion: reduce) {
    .find-us--anim-ready [data-anim-step],
    .find-us--anim-ready .find-us__map { opacity: 1 !important; transform: none !important; transition: none !important; }
    /* Spec: "Remove the marker pulse ring" — hide the element entirely so the
       marker reads as a static pin rather than a faint static halo. */
    .find-us__map-pin-ring { display: none; }
    .find-us__status.is-open .find-us__status-dot { animation: none; }
    .find-us__cta:hover,
    .find-us__map-pill:hover { transform: none; }
}

/* ── Responsive ─────────────────────────────────────────────── */
@media (max-width: 1023px) {
    .find-us__grid { grid-template-columns: 1fr; gap: var(--sp-8); }
    .find-us__map, .find-us__contact { grid-column: 1 / -1; }
    .find-us__map-frame { aspect-ratio: 16 / 10; }
}
@media (max-width: 767px) {
    .find-us { padding: var(--sp-16) 0; }
    .find-us__title { font-size: 28px; }
    .find-us__map-frame { aspect-ratio: 16 / 10; }
    .find-us__cta { flex: 1 1 100%; }
    .find-us__social { flex-wrap: wrap; }
}

/* ── UI-026 HEALTH & SAFETY ── closing section on the home page.
   Sits on white (--color-bg) directly after the FAQ's soft-gray, which
   gives the lower page a calm two-step rhythm (alt → page → footer)
   instead of the previous "all-gray then dark navy" cliff. The bottom
   ~120px fades subtly toward navy to soften the handoff into the footer. */
.health-section {
    padding: var(--sp-20) 0 var(--sp-24);
    background:
        linear-gradient(to bottom,
            transparent 0%,
            transparent calc(100% - 140px),
            rgba(var(--brand-300-rgb), 0.05) calc(100% - 80px),
            rgba(var(--brand-700-rgb), 0.14) 100%),
        var(--color-bg);
}
.health-section__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
    gap: clamp(32px, 5vw, 72px);
    align-items: center;
    max-width: 1080px;
    margin: 0 auto;
}
.health-section__content {
    display: flex;
    flex-direction: column;
    gap: var(--sp-4);
}
.health-section__eyebrow {
    font-size: 13px;
    font-weight: var(--fw-semi);
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--accent-700);
}
[data-theme="dark"] .health-section__eyebrow { color: var(--accent-300); }
.health-section__heading {
    font-size: clamp(26px, 3.4vw, 34px);
    line-height: var(--lh-tight);
    font-weight: var(--fw-bold);
    color: var(--color-text);
    margin: 0;
    letter-spacing: -0.015em;
}
.health-section__lead {
    font-size: 16px;
    line-height: var(--lh-relaxed);
    color: var(--color-text-muted);
    margin: 0;
    max-width: 52ch;
}
.health-section__link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: var(--sp-2);
    align-self: flex-start;
    color: var(--brand-500);
    font-weight: var(--fw-semi);
    text-decoration: none;
    padding: 6px 0;
    border-bottom: 1px solid transparent;
    transition: color var(--t-fast), gap var(--t-fast), border-color var(--t-fast);
}
.health-section__link:hover,
.health-section__link:focus-visible {
    color: var(--brand-700);
    gap: 14px;
    border-bottom-color: currentColor;
    text-decoration: none;
    outline: none;
}
.health-section__link:focus-visible {
    outline: 2px solid var(--brand-300);
    outline-offset: 4px;
    border-radius: 2px;
}
.health-section__link i { font-size: 13px; }

.health-section__media {
    position: relative;
    border-radius: var(--r-lg);
    overflow: hidden;
    box-shadow: 0 24px 48px -28px rgba(25, 25, 53, 0.28);
}
.health-section__img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    transition: transform 600ms ease-out;
}
.health-section__media:hover .health-section__img {
    transform: scale(1.02);
}

@media (max-width: 900px) {
    .health-section { padding: var(--sp-16) 0 var(--sp-20); }
    .health-section__inner {
        grid-template-columns: 1fr;
        gap: var(--sp-8);
    }
    .health-section__media { order: -1; }
    .health-section__img { aspect-ratio: 16 / 10; }
}

@media (prefers-reduced-motion: reduce) {
    .health-section__img { transition: none; }
    .health-section__media:hover .health-section__img { transform: none; }
    .health-section__link:hover { gap: 10px; }
}

/* Responsive tweaks */
@media (max-width: 767px) {
    .hero { min-height: 100vh; min-height: 100dvh; }
    .hero__title { font-size: 2rem; letter-spacing: -0.02em; }
    .hero__content { padding-top: 80px; padding-bottom: 110px; }
    .hero__subtitle { font-size: 0.97rem; }
    .hero__blob { display: none; }
    .section-heading { font-size: 28px; }
    .section-subheading { margin-bottom: 24px; }
}

/* ════════════════════════════════════════════════
   ARTICLE READER  (SiteArticle/Index)
   ════════════════════════════════════════════════ */

.article-page { background: var(--color-surface); }

.article-hero {
    position: relative; min-height: 420px;
    display: flex; align-items: flex-end;
    overflow: hidden; background: var(--brand-700);
}
.article-hero__bg {
    position: absolute; inset: 0;
    background-size: cover; background-position: center; opacity: .38;
}
.article-hero__overlay {
    position: absolute; inset: 0;
    background: linear-gradient(to top, rgba(10,18,60,.95) 0%, rgba(10,18,60,.55) 55%, transparent 100%);
}
.article-hero__body { position: relative; z-index: 1; padding: 2.5rem 0 3rem; width: 100%; }
.article-hero__mag-chip {
    display: inline-flex; align-items: center; gap: .4rem;
    background: rgba(255,255,255,.15); border: 1px solid rgba(255,255,255,.25);
    color: #fff; font-size: .72rem; font-weight: 700; letter-spacing: .07em;
    text-transform: uppercase; padding: .28rem .85rem; border-radius: 20px;
    margin-bottom: 1rem; backdrop-filter: blur(6px);
}
.article-hero__title {
    font-size: clamp(1.55rem, 4vw, 2.6rem); font-weight: 800;
    color: #fff; line-height: 1.18; margin-bottom: .9rem; max-width: 780px;
}
.article-hero__meta {
    display: flex; align-items: center; gap: 1.5rem;
    color: rgba(255,255,255,.68); font-size: .8rem; flex-wrap: wrap;
}
.article-hero__meta i { margin-right: .3rem; color: rgba(255,255,255,.5); }

.article-layout {
    display: grid; grid-template-columns: 1fr 288px;
    gap: 2rem; align-items: start; padding: 2.5rem 0 4rem;
}
@media (max-width: 900px) {
    .article-layout { grid-template-columns: 1fr; }
    .article-author-card { position: static !important; }
}

.article-prose {
    background: #fff; border-radius: 18px;
    padding: 2.25rem 2.5rem 2rem;
    box-shadow: 0 2px 20px rgba(47,63,128,.07);
}
@media (max-width: 600px) { .article-prose { padding: 1.5rem 1.1rem; } }
.article-prose h3 {
    font-size: 1.2rem; font-weight: 700; color: var(--brand-700);
    margin: 2rem 0 .7rem; line-height: 1.35;
}
.article-prose p { color: var(--color-text-muted); line-height: 1.82; margin-bottom: 1.1rem; font-size: .96rem; }
.article-prose img {
    width: 100%; border-radius: 12px; margin: 1.2rem 0;
    object-fit: cover; max-height: 320px; display: block;
}
.article-section { border-top: 1px solid var(--color-surface-2); padding-top: 1.6rem; margin-top: 1.6rem; }
.article-section--quote {
    background: var(--color-surface); border-radius: 0 12px 12px 0;
    border-left: 4px solid var(--navy); padding: 1rem 1.4rem;
    border-top: none; margin: 1.5rem 0;
}
.article-section--quote p { color: var(--brand-700); font-style: italic; font-size: 1rem; margin: 0; }

.article-author-card {
    background: #fff; border-radius: 18px; padding: 1.75rem 1.5rem;
    box-shadow: 0 2px 20px rgba(47,63,128,.07);
    text-align: center; position: sticky; top: 82px;
}
.article-author-card__avatar {
    width: 76px; height: 76px; border-radius: 50%; object-fit: cover;
    border: 3px solid var(--color-surface-2); display: block; margin: 0 auto .85rem;
}
.article-author-card__name { font-size: .97rem; font-weight: 700; color: var(--brand-700); margin-bottom: .15rem; }
.article-author-card__job { font-size: .78rem; color: var(--navy); font-weight: 600; margin-bottom: .8rem; }
.article-author-card__brief { font-size: .82rem; color: var(--color-text-muted); line-height: 1.65; }
.article-author-card__divider { height: 1px; background: var(--color-surface-2); margin: 1rem 0; }

.also-read { padding: 3rem 0 4.5rem; background: var(--color-surface-2); }
.also-read__header { display: flex; align-items: center; gap: 1rem; margin-bottom: 2rem; }
.also-read__title { font-size: 1.35rem; font-weight: 800; color: var(--brand-700); white-space: nowrap; }
.also-read__line { flex: 1; height: 2px; background: var(--color-surface-2); }
.also-read__grid {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem;
}
@media (max-width: 768px) { .also-read__grid { grid-template-columns: 1fr; } }
@media (min-width: 540px) and (max-width: 768px) { .also-read__grid { grid-template-columns: repeat(2, 1fr); } }

.ar-card {
    background: #fff; border-radius: 14px; overflow: hidden;
    box-shadow: 0 2px 12px rgba(47,63,128,.07);
    transition: transform .22s, box-shadow .22s;
    display: flex; flex-direction: column; text-decoration: none;
}
.ar-card:hover { transform: translateY(-5px); box-shadow: 0 10px 30px rgba(47,63,128,.14); text-decoration: none; }
.ar-card__img { width: 100%; height: 150px; object-fit: cover; display: block; }
.ar-card__body { padding: 1rem 1.2rem 1.4rem; flex: 1; display: flex; flex-direction: column; }
.ar-card__title { font-size: .9rem; font-weight: 700; color: var(--brand-700); margin-bottom: .5rem; flex: 1; line-height: 1.4; }
.ar-card__cta { font-size: .78rem; font-weight: 600; color: var(--navy); display: flex; align-items: center; gap: .3rem; margin-top: auto; }
.ar-card:hover .ar-card__cta { color: var(--brand-700); }

/* ════════════════════════════════════════════════
   BLOG LISTING  (SiteBlog/Index)
   ════════════════════════════════════════════════ */

.blog-hero {
    background: linear-gradient(135deg, var(--brand-700) 0%, var(--brand-500) 100%);
    padding: 3.5rem 0 3rem; color: #fff; position: relative; overflow: hidden;
}
.blog-hero::before {
    content: ''; position: absolute; width: 420px; height: 420px;
    border-radius: 50%; background: rgba(255,255,255,.04); top: -120px; right: -80px;
}
.blog-hero__tag {
    display: inline-block; background: rgba(255,255,255,.15); color: #fff;
    font-size: .7rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
    padding: .25rem .8rem; border-radius: 20px; margin-bottom: .9rem;
}
.blog-hero__title { font-size: clamp(1.6rem, 4vw, 2.4rem); font-weight: 800; margin-bottom: .5rem; line-height: 1.18; }
.blog-hero__sub { font-size: .97rem; color: rgba(255,255,255,.78); max-width: 560px; line-height: 1.6; }

.blog-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.75rem; padding: 3rem 0 4.5rem; }
@media (max-width: 680px) { .blog-grid { grid-template-columns: 1fr; } }

.blog-card {
    background: #fff; border-radius: 16px; overflow: hidden;
    box-shadow: 0 2px 14px rgba(47,63,128,.07);
    transition: transform .22s, box-shadow .22s;
    display: flex; flex-direction: column; text-decoration: none; color: inherit;
}
.blog-card:hover { transform: translateY(-5px); box-shadow: 0 10px 32px rgba(47,63,128,.14); text-decoration: none; color: inherit; }
.blog-card__cover {
    height: 190px;
    background: linear-gradient(135deg, var(--brand-700) 0%, var(--brand-500) 100%);
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0; position: relative; overflow: hidden;
}
.blog-card__cover-icon { font-size: 2.5rem; color: rgba(255,255,255,.22); position: relative; z-index: 1; }
.blog-card__body { padding: 1.4rem 1.5rem 1.6rem; flex: 1; display: flex; flex-direction: column; }
.blog-card__tag {
    display: inline-block; background: var(--color-surface-2); color: var(--navy);
    font-size: .68rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase;
    padding: .18rem .65rem; border-radius: 20px; margin-bottom: .7rem; width: fit-content;
}
.blog-card__title { font-size: 1.03rem; font-weight: 700; color: var(--brand-700); margin-bottom: .55rem; line-height: 1.32; }
.blog-card__excerpt { font-size: .86rem; color: var(--color-text-muted); line-height: 1.68; flex: 1; margin-bottom: 1.1rem; }
.blog-card__cta { font-size: .82rem; font-weight: 600; color: var(--navy); display: flex; align-items: center; gap: .35rem; margin-top: auto; }
.blog-card:hover .blog-card__cta { gap: .55rem; }

/* ════════════════════════════════════════════════
   BLOG POST  (individual)
   ════════════════════════════════════════════════ */

.post-hero { background: linear-gradient(140deg, var(--brand-700) 0%, var(--brand-500) 100%); padding: 3.5rem 0 3rem; color: #fff; }
.post-hero__breadcrumb {
    font-size: .78rem; color: rgba(255,255,255,.55); margin-bottom: 1.1rem;
    display: flex; align-items: center; gap: .4rem; flex-wrap: wrap;
}
.post-hero__breadcrumb a { color: rgba(255,255,255,.7); text-decoration: none; }
.post-hero__breadcrumb a:hover { color: #fff; text-decoration: underline; }
.post-hero__breadcrumb span { opacity: .4; }
.post-hero__tag {
    display: inline-block; background: rgba(255,255,255,.13); color: #fff;
    font-size: .7rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
    padding: .22rem .75rem; border-radius: 20px; margin-bottom: .85rem;
}
.post-hero__title { font-size: clamp(1.5rem, 3.8vw, 2.5rem); font-weight: 800; line-height: 1.2; margin-bottom: .75rem; max-width: 800px; }
.post-hero__lead { font-size: 1rem; color: rgba(255,255,255,.78); max-width: 680px; line-height: 1.65; margin-bottom: 1.2rem; }
.post-hero__meta { font-size: .78rem; color: rgba(255,255,255,.55); display: flex; gap: 1.2rem; flex-wrap: wrap; align-items: center; }
.post-hero__meta i { margin-right: .25rem; }

.post-body { background: var(--color-surface); padding: 3rem 0 4rem; }
.post-prose {
    background: #fff; border-radius: 18px; padding: 2.5rem 3rem;
    box-shadow: 0 2px 20px rgba(47,63,128,.07);
    max-width: 800px; margin: 0 auto;
    color: var(--color-text-muted); font-size: .96rem; line-height: 1.88;
}
@media (max-width: 600px) { .post-prose { padding: 1.75rem 1.25rem; } }
.post-prose h2 {
    font-size: 1.35rem; font-weight: 800; color: var(--brand-700);
    margin: 2.5rem 0 .75rem; padding-top: 2rem; border-top: 1px solid var(--color-surface); line-height: 1.3;
}
.post-prose h2:first-child { border-top: none; margin-top: .5rem; padding-top: 0; }
.post-prose h3 { font-size: 1.07rem; font-weight: 700; color: var(--color-text); margin: 1.75rem 0 .6rem; }
.post-prose p { margin-bottom: 1.15rem; }
.post-prose strong { color: var(--brand-700); }
.post-prose ul, .post-prose ol { padding-left: 1.5rem; margin-bottom: 1.2rem; }
.post-prose li { margin-bottom: .45rem; line-height: 1.7; }

.post-cta-band {
    background: linear-gradient(135deg, var(--brand-700) 0%, var(--brand-500) 100%);
    border-radius: 14px; padding: 1.75rem 2.25rem; margin-top: 2.5rem;
    display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; flex-wrap: wrap;
}
.post-cta-band__text h3 { font-size: 1.05rem; font-weight: 700; color: #fff; margin-bottom: .2rem; }
.post-cta-band__text p { font-size: .84rem; color: rgba(255,255,255,.78); margin: 0; }
.post-cta-band__actions { display: flex; gap: .75rem; flex-wrap: wrap; flex-shrink: 0; }
.post-cta-band__btn {
    background: #fff; color: var(--brand-700); font-size: .84rem; font-weight: 700;
    padding: .62rem 1.4rem; border-radius: 8px; text-decoration: none; white-space: nowrap;
    transition: background .18s;
}
.post-cta-band__btn:hover { background: var(--color-surface-2); color: var(--brand-700); text-decoration: none; }
.post-cta-band__btn--outline { background: transparent; color: #fff; border: 1.5px solid rgba(255,255,255,.45); }
.post-cta-band__btn--outline:hover { background: rgba(255,255,255,.12); color: #fff; }

.post-related { padding: 2.5rem 0 4rem; background: var(--color-surface-2); }
.post-related__header { display: flex; align-items: center; gap: 1rem; margin-bottom: 1.75rem; }
.post-related__title { font-size: 1.25rem; font-weight: 800; color: var(--brand-700); white-space: nowrap; }
.post-related__line { flex: 1; height: 2px; background: var(--color-surface-2); }
.post-related__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
@media (max-width: 768px) { .post-related__grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .post-related__grid { grid-template-columns: 1fr; } }
