@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&family=Cormorant+Garamond:ital,wght@0,500;0,600;1,500;1,600&display=swap');

:root{
  --c1:#010E29;
  --c2:#021D40;
  --c3:#042D77;
  --c4:#A80302;
  --c5:#0D0D0D;
  --white:#ffffff;
  --soft:#f5f7fb;
  --soft-2:#eef2f7;
  --text:#182433;
  --muted:#607086;
  --line:rgba(4,29,64,.12);
  --shadow:0 20px 65px rgba(1,14,41,.10);
  --shadow-lg:0 28px 90px rgba(1,14,41,.18);
  --radius:28px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:'Outfit',sans-serif;background:linear-gradient(180deg,#f9fbff 0%,#f4f7fb 100%);color:var(--text);overflow-x:hidden}
a{color:inherit;text-decoration:none}
img,video{display:block;width:100%}
.wrap{width:min(1220px,calc(100% - 36px));margin:auto}
main{position:relative}
.cursor-dot,.cursor-ring{position:fixed;left:0;top:0;pointer-events:none;z-index:120;mix-blend-mode:difference;opacity:0;transition:opacity .2s ease}
.cursor-dot{width:8px;height:8px;border-radius:50%;background:#fff;margin:-4px 0 0 -4px}
.cursor-ring{width:40px;height:40px;border-radius:50%;border:1px solid rgba(255,255,255,.95);margin:-20px 0 0 -20px;transition:width .2s ease,height .2s ease,margin .2s ease,opacity .2s ease}
.cursor-ring.active{width:68px;height:68px;margin:-34px 0 0 -34px}
body.cursor-enabled,body.cursor-enabled a,body.cursor-enabled button,body.cursor-enabled .portfolio-card,body.cursor-enabled .review-card,body.cursor-enabled .btn{cursor:none}

.site-chrome{position:fixed;inset:0 0 auto;z-index:90;transition:transform .42s ease,opacity .32s ease}
.site-chrome.hidden{transform:translateY(-115%);opacity:0}
.topbar{background:rgba(1,14,41,.28);backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.08);color:#edf4ff}
.topbar .wrap{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:8px 0;flex-wrap:wrap}
.topbar-left,.topbar-right{display:flex;align-items:center;gap:18px;flex-wrap:wrap}
.topbar .mini-link,.topbar .mini-meta{display:inline-flex;align-items:center;gap:8px;font-size:.8rem;font-weight:600;color:#edf4ff}
.topbar .mini-link:hover{color:#fff}
.social-icons{display:flex;align-items:center;gap:10px}
.social-icons a{width:36px;height:36px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.08);color:#fff;transition:.28s ease}
.social-icons a:hover{background:var(--c4);border-color:var(--c4);transform:translateY(-2px)}

.site-header{background:transparent}
.nav{display:flex;align-items:center;justify-content:space-between;gap:22px;padding:16px 0}
.brand{display:inline-flex;align-items:center}
.brand img{width:200px;max-width:100%;height:auto;filter:drop-shadow(0 10px 24px rgba(0,0,0,.16))}
.navlinks{display:flex;align-items:center;gap:24px;text-transform:uppercase;font-size:.82rem;font-weight:800;letter-spacing:.14em;color:#fff}
.navlinks>a,.services-toggle{padding:14px 0;position:relative}
.navlinks>a::after,.services-toggle::after{content:'';position:absolute;left:0;bottom:8px;width:100%;height:2px;background:linear-gradient(90deg,#fff,var(--c4));transform:scaleX(0);transform-origin:left;transition:transform .28s ease}
.navlinks>a:hover::after,.navlinks>a.active::after,.services:hover .services-toggle::after{transform:scaleX(1)}
.services{position:relative}
.services-toggle{display:flex;align-items:center;gap:8px;cursor:default}
.dropdown{position:absolute;left:-18px;top:54px;width:250px;padding:12px;background:rgba(1,14,41,.94);backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.08);border-radius:22px;box-shadow:var(--shadow-lg);opacity:0;visibility:hidden;transform:translateY(8px);transition:.28s ease}
.services:hover .dropdown{opacity:1;visibility:visible;transform:translateY(0)}
.dropdown a{display:block;padding:14px 16px;border-radius:14px;color:#fff;text-transform:none;letter-spacing:0;font-size:.88rem}
.dropdown a:hover{background:rgba(255,255,255,.08)}
.menu-btn{display:none;background:none;border:0;color:#fff;font-size:1.55rem}

.section,.cta{padding:110px 0;position:relative}
.section.soft{background:linear-gradient(180deg,#fff 0%,#f5f8fd 100%)}
.section.blue{background:linear-gradient(180deg,var(--c1) 0%,var(--c2) 100%);color:#fff}
.section-label{display:inline-flex;align-items:center;gap:12px;font-size:.78rem;font-weight:800;letter-spacing:.22em;text-transform:uppercase;color:var(--c4)}
.section-label::before{content:'';width:44px;height:1px;background:currentColor}
.section-title{margin:18px 0 18px;font-size:clamp(2.8rem,5.3vw,5.5rem);line-height:.92;color:var(--c1);letter-spacing:-.02em}
.section-title strong{font-weight:800;display:block}
.section-title span{display:block;font-weight:400}
.section-title em{display:block;font-family:'Cormorant Garamond',serif;font-style:italic;font-weight:600;font-size:clamp(1.9rem,3.5vw,3.4rem);color:var(--c4);margin-top:6px}
.section.blue .section-title,.cta .section-title,.page-hero .section-title,.hero .section-title{color:#fff}
.lead{max-width:760px;color:var(--muted);font-size:1.02rem;line-height:1.9}
.section.blue .lead,.cta .lead,.hero .lead,.page-hero .lead{color:#dce6f5}
.centered-copy{max-width:920px;margin:0 auto;text-align:center}
.centered-copy .lead{margin-left:auto;margin-right:auto}

.btn{--btn-bg:var(--c4);display:inline-flex;align-items:center;gap:10px;padding:15px 24px;border-radius:999px;border:1px solid transparent;font-size:.82rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;position:relative;overflow:hidden;isolation:isolate;transition:transform .28s ease,box-shadow .28s ease,color .28s ease;background:rgba(255,255,255,.08);color:#fff}
.btn::before{content:'';position:absolute;inset:0;background:var(--btn-bg);z-index:-2;transition:.35s ease}
.btn::after{content:'';position:absolute;inset:2px;background:linear-gradient(135deg,rgba(255,255,255,.14),rgba(255,255,255,.03));border-radius:inherit;z-index:-1;transition:.35s ease}
.btn:hover{transform:translateY(-3px);box-shadow:0 18px 34px rgba(1,14,41,.18)}
.btn:hover::before{transform:scale(1.03)}
.btn.secondary{--btn-bg:var(--c1)}
.btn.light{--btn-bg:#fff;color:var(--c1)}
.btn.light::after{background:rgba(255,255,255,.95)}
.btn.light:hover{color:var(--c1)}
.btn.ghost{border-color:rgba(255,255,255,.3)}
.btn.ghost::before{background:transparent}
.btn.ghost::after{background:rgba(255,255,255,.08)}
.btn.ghost:hover{border-color:#fff;background:rgba(255,255,255,.12)}
.btn i{font-size:.95rem}
.button-row{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin-top:28px}
.chip-row{display:flex;gap:12px;flex-wrap:wrap;margin-top:26px}
.chip{display:inline-flex;align-items:center;gap:8px;padding:11px 16px;border-radius:999px;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.08);color:#fff;font-size:.84rem;font-weight:700}
.chip.dark{background:#fff;border-color:var(--line);color:var(--c1)}

.hero{position:relative;min-height:100vh;display:flex;align-items:flex-end;overflow:hidden;color:#fff;background:var(--c1)}
.hero-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(120deg,rgba(1,14,41,.82),rgba(2,29,64,.54) 48%,rgba(1,14,41,.64));z-index:1}
.hero::after{content:'';position:absolute;left:0;right:0;bottom:0;height:180px;background:linear-gradient(180deg,transparent,rgba(1,14,41,.42));z-index:1}
.hero .wrap{position:relative;z-index:2}
.hero-grid{display:grid;grid-template-columns:minmax(0,780px);padding:210px 0 110px;min-height:100vh;align-items:end}
.hero-copy{max-width:760px}
.hero .section-label{color:#e6edf8}
.hero-title-wrap{max-width:760px;min-height:170px}
.hero .section-title{font-size:clamp(3rem,6.8vw,6.2rem)}
.hero .section-title strong{font-weight:800}
.hero .section-title span{font-weight:400}
.hero .lead{max-width:720px}
.hero-rotating-title{transition:opacity .36s ease,transform .36s ease}
.hero-rotating-title.swap{opacity:0;transform:translateY(14px)}
.hero-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;max-width:680px;margin-top:30px}
.hero-metrics .metric{padding:18px 20px;border-radius:24px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);backdrop-filter:blur(10px)}
.hero-metrics strong{display:block;font-size:2rem;font-weight:800;color:#fff}
.hero-metrics span{display:block;margin-top:6px;font-size:.79rem;letter-spacing:.12em;text-transform:uppercase;color:#d8e4f5}

.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:62px;align-items:center}
.media-card,.image-card,.feature-card,.review-card,.contact-card,.gallery-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden}
.media-card,.image-card{position:relative;min-height:460px}
.media-card img,.image-card img{height:100%;object-fit:cover;transition:transform .7s ease}
.media-card:hover img,.image-card:hover img{transform:scale(1.05)}
.info-card{padding:22px 24px;border-radius:22px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow)}
.info-grid{display:grid;gap:14px;margin-top:28px}
.info-card small{display:block;text-transform:uppercase;letter-spacing:.16em;font-size:.7rem;font-weight:800;color:var(--c4);margin-bottom:8px}
.info-card strong{display:block;font-size:1.1rem;color:var(--c1)}
.metric-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:26px}
.metric{padding:22px;border-radius:24px;background:linear-gradient(180deg,#fff 0%,#f6f9ff 100%);border:1px solid var(--line);box-shadow:var(--shadow)}
.metric strong{display:block;font-size:2.4rem;color:var(--c1);font-weight:800}
.metric span{display:block;margin-top:8px;font-size:.78rem;letter-spacing:.14em;text-transform:uppercase;color:#677891}
.values-band{padding:88px 0;background:linear-gradient(135deg,var(--c1),var(--c3));color:#fff;position:relative;overflow:hidden}
.values-band::before{content:'';position:absolute;inset:0;background:radial-gradient(circle at 0% 50%,rgba(255,255,255,.12),transparent 32%),radial-gradient(circle at 100% 0,rgba(255,255,255,.08),transparent 28%)}
.value-pills{position:relative;z-index:1;display:flex;justify-content:center;gap:12px;flex-wrap:wrap;margin-top:28px}
.value-pills span{padding:12px 18px;border-radius:999px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.16);font-weight:700}

.mission-grid,.services-grid,.review-grid{display:grid;gap:18px}
.mission-grid{grid-template-columns:repeat(3,1fr);margin-top:44px}
.card-copy{padding:24px 24px 28px}
.card-copy small{display:block;color:var(--c4);font-size:.7rem;text-transform:uppercase;letter-spacing:.16em;font-weight:800;margin-bottom:8px}
.card-copy h3{margin:0;font-size:2rem;line-height:1.02;color:var(--c1)}
.card-copy p{margin:12px 0 0;color:var(--muted);line-height:1.8}
.card-copy ul{margin:14px 0 0;padding-left:18px;color:var(--muted);line-height:1.8}

.services-grid{grid-template-columns:repeat(3,1fr);margin-top:44px}
.service-panel{position:relative;min-height:520px;border-radius:30px;overflow:hidden;box-shadow:var(--shadow-lg);isolation:isolate}
.service-panel img{position:absolute;inset:0;height:100%;object-fit:cover;transition:transform .8s ease}
.service-panel::before{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(1,14,41,.08),rgba(1,14,41,.88));z-index:1}
.service-panel:hover img{transform:scale(1.06)}
.service-panel .card-copy{position:absolute;inset:auto 24px 24px;z-index:2;color:#fff;padding:0}
.service-panel .card-copy small{color:#fff;background:rgba(255,255,255,.12);padding:8px 12px;border-radius:999px;display:inline-flex;margin-bottom:12px}
.service-panel .card-copy h3{color:#fff}
.service-panel .card-copy p{color:#d7e2f2}
.service-panel .card-copy a{display:inline-flex;margin-top:14px;font-size:.8rem;letter-spacing:.12em;text-transform:uppercase;font-weight:800;color:#fff}

.full-panel{position:relative;min-height:500px;border-radius:34px;overflow:hidden;padding:54px;display:flex;align-items:flex-end;color:#fff;background:linear-gradient(120deg,rgba(1,14,41,.9),rgba(1,14,41,.42)),url('https://images.unsplash.com/photo-1600566753086-00f18fb6b3ea?auto=format&fit=crop&w=1800&q=86') center/cover;box-shadow:var(--shadow-lg)}
.full-panel .inner{max-width:740px}
.full-panel .section-title{color:#fff}
.full-panel .section-title em{color:#fff}

.page-hero{position:relative;min-height:70vh;display:flex;align-items:flex-end;overflow:hidden;color:#fff;background:linear-gradient(120deg,rgba(1,14,41,.84),rgba(2,29,64,.54) 48%,rgba(1,14,41,.6)),var(--page-bg) center/cover}
.page-hero::after{content:'';position:absolute;left:0;right:0;bottom:0;height:140px;background:linear-gradient(180deg,transparent,rgba(1,14,41,.26))}
.page-hero .wrap{position:relative;z-index:1;padding:200px 0 86px}
.page-hero .section-title{max-width:860px}
.page-hero .lead{max-width:760px}
.compact-page-hero{min-height:50vh}

.editorial-stack{display:grid;gap:86px}
.editorial-row{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}
.editorial-row.reverse > :first-child{order:2}
.editorial-row.reverse > :last-child{order:1}
.editorial-photo{min-height:440px;border-radius:30px;overflow:hidden;box-shadow:var(--shadow-lg)}
.editorial-photo img{height:100%;object-fit:cover;transition:transform .7s ease}
.editorial-photo:hover img{transform:scale(1.05)}
.editorial-copy p{color:var(--muted);line-height:1.9;margin:0 0 15px}
.editorial-copy ul{margin:18px 0 0;padding:0;list-style:none;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.editorial-copy li{padding:16px 18px;border-radius:18px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);font-weight:700;color:var(--c1)}
.editorial-copy li::before{content:'\f058';font-family:'Font Awesome 6 Free';font-weight:900;color:var(--c4);margin-right:10px}

.portfolio-grid{column-count:4;column-gap:18px;margin-top:44px}
.portfolio-card{position:relative;break-inside:avoid;margin-bottom:18px;border-radius:24px;overflow:hidden;box-shadow:var(--shadow);background:#dfe6ef;cursor:pointer}
.portfolio-card img{width:100%;height:auto;display:block;transition:transform .7s ease,filter .4s ease;filter:saturate(.94) contrast(1.02)}
.portfolio-card::before{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(1,14,41,.04),rgba(1,14,41,.42));opacity:0;transition:.3s ease}
.portfolio-card::after{content:'\f00e';font-family:'Font Awesome 6 Free';font-weight:900;position:absolute;left:50%;top:50%;transform:translate(-50%,-40%);width:62px;height:62px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.16);backdrop-filter:blur(10px);color:#fff;font-size:1.25rem;opacity:0;transition:.3s ease}
.portfolio-card:hover img{transform:scale(1.05);filter:saturate(1.02) brightness(.9)}
.portfolio-card:hover::before,.portfolio-card:hover::after{opacity:1;transform:translate(-50%,-50%)}
.lightbox{position:fixed;inset:0;background:rgba(3,8,20,.92);display:flex;align-items:center;justify-content:center;padding:24px;z-index:140;opacity:0;visibility:hidden;transition:.3s ease}
.lightbox.open{opacity:1;visibility:visible}
.lightbox img{max-width:min(1100px,94vw);max-height:88vh;border-radius:18px;box-shadow:0 30px 100px rgba(0,0,0,.36)}
.lightbox-close{position:absolute;top:18px;right:18px;width:48px;height:48px;border-radius:50%;border:1px solid rgba(255,255,255,.2);background:rgba(255,255,255,.08);color:#fff;font-size:1.1rem}

.review-grid{grid-template-columns:repeat(3,1fr);margin-top:44px}
.review-card{padding:24px 24px 26px;display:flex;flex-direction:column;gap:14px;transition:transform .32s ease,box-shadow .32s ease}
.review-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg)}
.review-top{display:flex;align-items:center;justify-content:space-between;gap:10px}
.stars{color:var(--c4);letter-spacing:.16em}
.review-date{font-size:.74rem;letter-spacing:.12em;text-transform:uppercase;color:#8391a4;font-weight:800}
.review-card h3{margin:0;font-size:1.4rem;color:var(--c1)}
.review-meta{display:flex;flex-wrap:wrap;gap:10px;color:#4f6279;font-size:.9rem}
.review-meta span{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;background:var(--soft);font-size:.77rem;font-weight:700;text-transform:uppercase;letter-spacing:.09em;color:var(--c4)}
.review-service{padding:12px 14px;border-radius:18px;background:linear-gradient(180deg,#f8fbff,#eff4fb);border:1px solid #dce6f2;color:var(--c1);font-weight:700}
.review-card p{margin:0;color:var(--muted);line-height:1.85}
.review-footer{margin-top:auto;display:flex;justify-content:space-between;align-items:center}
.score-badge{width:42px;height:42px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:var(--c1);color:#fff;font-weight:800}

.contact-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:54px;align-items:start}
.contact-cards{display:grid;gap:14px;margin-top:28px}
.contact-card{padding:20px 22px}
.contact-card small{display:block;font-size:.7rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase;color:var(--c4);margin-bottom:8px}
.contact-card strong{font-size:1.05rem;color:var(--c1);line-height:1.6}
.contact-socials{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}
.contact-socials a{width:48px;height:48px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);color:var(--c1);font-size:1.1rem;transition:.28s ease}
.contact-socials a:hover{background:var(--c4);border-color:var(--c4);color:#fff;transform:translateY(-2px)}
form{display:grid;gap:14px;padding:34px;background:#fff;border-radius:28px;border:1px solid var(--line);box-shadow:var(--shadow-lg)}
.input-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}
input,select,textarea{width:100%;padding:16px 18px;border-radius:18px;border:1px solid #d9e3f0;background:#f9fbff;font:inherit;color:var(--text)}
textarea{min-height:160px;resize:vertical}
form button{border:0}
.map-full{position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;width:100vw;height:470px}
.map-full iframe{width:100%;height:100%;border:0;display:block;filter:grayscale(.05) contrast(1.02)}

.footer{background:#060c18;color:#c8d2df;padding:78px 0 24px}
.footer-grid{display:grid;grid-template-columns:1.2fr .8fr .85fr 1fr;gap:32px}
.footer .brand img{width:200px}
.footer h4{margin:0 0 16px;color:#fff;font-size:.8rem;text-transform:uppercase;letter-spacing:.16em}
.footer a{display:block;margin:10px 0;color:#c8d2df;font-size:.92rem}
.footer a:hover{color:#fff}
.footer p{margin:10px 0 0;color:#aebbd0;line-height:1.8;font-size:.93rem}
.footer .social-icons a{width:42px;height:42px;background:rgba(255,255,255,.06)}
.copyright{display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;padding-top:24px;margin-top:34px;border-top:1px solid rgba(255,255,255,.08);font-size:.78rem;color:#8f9cb1}

.floating-tools{position:fixed;right:20px;bottom:20px;display:flex;flex-direction:column;gap:12px;z-index:95}
.float-btn{width:54px;height:54px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--c4),#d11916);color:#fff;box-shadow:0 16px 32px rgba(1,14,41,.24);transition:.28s ease}
.float-btn.secondary{background:linear-gradient(135deg,var(--c1),var(--c3))}
.float-btn:hover{transform:translateY(-3px) scale(1.03)}

.reveal{opacity:0;transform:translateY(34px);transition:opacity .8s ease,transform .8s ease}
.reveal.visible{opacity:1;transform:none}
[data-stagger] > *{transition-delay:var(--delay,0s)}
.parallax{will-change:transform}

@media (max-width:1100px){
  .mission-grid,.services-grid,.review-grid{grid-template-columns:repeat(2,1fr)}
  .grid-2,.editorial-row,.contact-grid{grid-template-columns:1fr}
  .portfolio-grid{column-count:3}
  .footer-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:900px){
  .topbar .wrap{justify-content:center}
  .topbar-left{display:none}
  .menu-btn{display:block}
  .navlinks{display:none;position:fixed;inset:96px 0 0;background:rgba(1,14,41,.96);padding:24px;flex-direction:column;align-items:flex-start;gap:0;overflow:auto}
  .navlinks.open{display:flex}
  .navlinks>a,.services-toggle{padding:16px 0;width:100%}
  .dropdown{position:static;width:100%;margin-top:8px;opacity:1;visibility:visible;transform:none;background:rgba(255,255,255,.08)}
  .hero-grid{padding:190px 0 90px}
  .hero-metrics,.metric-strip{grid-template-columns:1fr 1fr 1fr}
  .mission-grid,.services-grid,.review-grid{grid-template-columns:1fr}
  .portfolio-grid{column-count:2}
  .footer-grid{grid-template-columns:1fr}
  .page-hero .wrap{padding:176px 0 80px}
}
@media (max-width:640px){
  .wrap{width:min(100% - 24px,1220px)}
  .brand img,.footer .brand img{width:170px}
  .hero-title-wrap{min-height:210px}
  .hero-metrics,.metric-strip,.input-row{grid-template-columns:1fr}
  .portfolio-grid{column-count:1}
  .section,.cta{padding:86px 0}
  .map-full{height:380px}
  .floating-tools{right:14px;bottom:14px}
}

/* ===== September 2026 polish pass ===== */
/* Stronger, icon-based active navigation */
.navlinks>a,.services-toggle{display:inline-flex;align-items:center;gap:8px;padding:12px 14px;border-radius:999px;transition:background .28s ease,color .28s ease,transform .28s ease,box-shadow .28s ease}
.navlinks>a::after,.services-toggle::after{display:none}
.navlinks>a:hover,.services:hover .services-toggle{background:rgba(255,255,255,.12);transform:translateY(-1px)}
.navlinks>a.active,.services.active-service .services-toggle{background:linear-gradient(135deg,var(--c4),#d3332f);color:#fff;box-shadow:0 10px 28px rgba(168,3,2,.34)}
.navlinks>a.active i,.services.active-service .services-toggle i{color:#fff}
.dropdown a{display:flex;align-items:center;gap:10px}
.dropdown a.active-sub{background:linear-gradient(135deg,var(--c4),#c62824);font-weight:800}

/* Hero: video without filter/overlay and subtle text shadow */
.hero-clean .hero-overlay{background:transparent}
.hero-clean::after{background:linear-gradient(180deg,transparent,rgba(1,14,41,.18))}
.hero-clean .hero-copy{text-shadow:0 3px 16px rgba(0,0,0,.34)}
.hero-clean .btn{text-shadow:none}
.hero-clean .hero-grid{padding-top:260px}

/* Full-width Welcome + Property Vision sections */
.full-bleed-section{width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);padding-left:0;padding-right:0}
.full-bleed-section>.wrap{width:100%;max-width:none;margin:0;padding-left:max(42px,calc((100vw - 1220px)/2));padding-right:max(42px,calc((100vw - 1220px)/2))}
.welcome-section{background:#fff}
.property-vision-section{background:linear-gradient(180deg,#f8faff 0%,#eef3f9 100%)}

/* More breathing room in title banners */
.page-hero .wrap{padding-top:245px}
.compact-page-hero .wrap{padding-top:220px}

/* Portfolio: true four-column masonry, filter + icon hover + click zoom */
.portfolio-grid.masonry-four{column-count:4;column-gap:20px}
.portfolio-card{isolation:isolate;background:#dce4ee}
.portfolio-card img{filter:saturate(.82) contrast(1.05);transition:transform .6s ease,filter .35s ease}
.portfolio-card::before,.portfolio-card::after{content:none!important}
.portfolio-hover{position:absolute;inset:0;z-index:2;display:grid;place-items:center;background:linear-gradient(180deg,rgba(1,14,41,.06),rgba(1,14,41,.62));opacity:0;transition:opacity .3s ease}
.portfolio-zoom-icon{width:64px;height:64px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.42);backdrop-filter:blur(10px);color:#fff;font-size:1.25rem;transform:translateY(12px) scale(.9);transition:transform .3s ease,background .3s ease}
.portfolio-card:hover img,.portfolio-card:focus img{transform:scale(1.055);filter:saturate(1.03) brightness(.78) contrast(1.05)}
.portfolio-card:hover .portfolio-hover,.portfolio-card:focus .portfolio-hover{opacity:1}
.portfolio-card:hover .portfolio-zoom-icon,.portfolio-card:focus .portfolio-zoom-icon{transform:none;background:rgba(168,3,2,.84)}
.portfolio-card:focus{outline:3px solid rgba(168,3,2,.3);outline-offset:3px}

/* Footer redesign */
.footer{position:relative;background:radial-gradient(circle at 10% 0,rgba(4,45,119,.42),transparent 28%),linear-gradient(145deg,#020713 0%,#061329 58%,#020713 100%)!important;color:#cbd6e5!important;padding:86px 0 26px!important;overflow:hidden}
.footer::before{content:'';position:absolute;right:-160px;bottom:-190px;width:520px;height:520px;border:1px solid rgba(255,255,255,.05);border-radius:50%;box-shadow:0 0 0 70px rgba(255,255,255,.018),0 0 0 140px rgba(255,255,255,.012)}
.footer-accent{position:absolute;inset:0 0 auto;height:4px;background:linear-gradient(90deg,var(--c4),#e04d48 45%,transparent 86%)}
.footer .wrap{position:relative;z-index:1}
.footer-grid{display:grid;grid-template-columns:1.35fr .72fr .9fr 1.18fr;gap:48px!important;align-items:start}
.footer-brand{display:inline-flex;padding:12px 16px;border-radius:22px;background:#fff;box-shadow:0 16px 38px rgba(0,0,0,.2)}
.footer .brand img{width:210px!important}
.footer-brand-col>p{max-width:430px;margin-top:22px!important}
.footer-badges{display:flex;gap:10px;flex-wrap:wrap;margin:22px 0}
.footer-badges span{display:inline-flex;align-items:center;gap:8px;padding:10px 13px;border:1px solid rgba(255,255,255,.12);border-radius:999px;background:rgba(255,255,255,.055);font-size:.75rem;font-weight:700;color:#eef4fc}
.footer-badges i{color:#ff6964}
.footer h4{display:flex;align-items:center;gap:9px;margin-bottom:20px!important;color:#fff!important;font-size:.82rem!important}
.footer h4 i{color:#ff6964}
.footer-column>a{display:flex!important;align-items:center;gap:9px;margin:8px 0!important;padding:7px 0;color:#cbd6e5!important;transition:color .25s ease,transform .25s ease}
.footer-column>a i{width:16px;color:#ff6964;font-size:.72rem}
.footer-column>a:hover{color:#fff!important;transform:translateX(4px)}
.footer-contact a,.footer-contact p{display:grid!important;grid-template-columns:20px minmax(0,1fr);align-items:start;gap:10px}
.footer-contact p i,.footer-contact a i{color:#ff6964;margin-top:4px}
.footer-socials a{display:inline-flex!important;margin:0!important}
.copyright{align-items:center;padding-top:28px!important;margin-top:46px!important;border-top:1px solid rgba(255,255,255,.1)!important}
.copyright b{color:#ff6964;margin:0 4px}

/* Page-level consistency and protection against unstyled-looking tabs */
.page-hero+.section{position:relative;z-index:2}
.section.soft{background:linear-gradient(180deg,#fff 0%,#f4f7fc 100%)}
.editorial-row,.contact-grid,.review-grid,.services-grid,.mission-grid{position:relative}
.contact-card,.review-card,.feature-card{box-shadow:0 18px 55px rgba(1,14,41,.09)}

@media (max-width:1100px){
  .portfolio-grid.masonry-four{column-count:3}
  .footer-grid{grid-template-columns:1fr 1fr}
}
@media (max-width:900px){
  .navlinks>a,.services-toggle{width:100%;border-radius:14px;padding:15px 16px}
  .full-bleed-section>.wrap{padding-left:24px;padding-right:24px}
  .hero-clean .hero-grid{padding-top:220px}
  .page-hero .wrap,.compact-page-hero .wrap{padding-top:205px}
  .portfolio-grid.masonry-four{column-count:2}
}
@media (max-width:640px){
  .full-bleed-section>.wrap{padding-left:16px;padding-right:16px}
  .portfolio-grid.masonry-four{column-count:2;column-gap:12px}
  .portfolio-card{margin-bottom:12px;border-radius:18px}
  .portfolio-zoom-icon{width:50px;height:50px;font-size:1rem}
  .footer-grid{grid-template-columns:1fr;gap:34px!important}
  .footer{padding-top:70px!important}
  .hero-clean .hero-grid{padding-top:205px}
  .page-hero .wrap,.compact-page-hero .wrap{padding-top:190px}
}


/* ===== September 2026 requested follow-up adjustments ===== */
/* Light gray footer, clean logo presentation */
.footer{
  background:linear-gradient(180deg,#edf0f4 0%,#e3e7ec 100%)!important;
  color:#26354b!important;
  padding:78px 0 24px!important;
}
.footer::before{border-color:rgba(1,14,41,.05);box-shadow:0 0 0 70px rgba(1,14,41,.018),0 0 0 140px rgba(1,14,41,.012)}
.footer-accent{background:linear-gradient(90deg,var(--c4),#d33b35 45%,rgba(1,14,41,.12) 100%)}
.footer-brand{padding:0!important;background:transparent!important;box-shadow:none!important;border-radius:0!important}
.footer h4{color:var(--c1)!important}
.footer h4 i,.footer-column>a i,.footer-contact p i,.footer-contact a i,.footer-badges i{color:var(--c4)!important}
.footer-column>a{color:#32445c!important}
.footer-column>a:hover{color:var(--c4)!important}
.footer p,.footer-brand-col>p{color:#536278!important}
.footer-badges span{border-color:rgba(1,14,41,.12);background:rgba(255,255,255,.46);color:#26354b}
.footer .social-icons a{background:rgba(1,14,41,.08);color:var(--c1)}
.footer .social-icons a:hover{background:var(--c4);color:#fff}
.copyright{border-top-color:rgba(1,14,41,.12)!important;color:#536278}

/* Floating tools: Back to Top first, WhatsApp below */
.floating-tools{display:flex;flex-direction:column;align-items:center}
.floating-tools .back-to-top{order:1}
.floating-tools a[aria-label="WhatsApp"]{order:2;background:linear-gradient(135deg,#25D366,#128C7E)}

/* Stronger button hover interaction */
.btn{transition:transform .32s cubic-bezier(.2,.8,.2,1),box-shadow .32s ease,color .28s ease,letter-spacing .28s ease}
.btn::before{transform-origin:left center}
.btn:hover{transform:translateY(-5px) scale(1.025);box-shadow:0 20px 40px rgba(1,14,41,.22);letter-spacing:.145em}
.btn:hover i{animation:btnIconPulse .55s ease}
@keyframes btnIconPulse{0%,100%{transform:translateX(0) scale(1)}45%{transform:translateX(4px) scale(1.12)}}

/* LeadConnector contact form */
.contact-form-embed{height:681px;min-height:681px;border-radius:26px;overflow:hidden;background:#fff;box-shadow:0 24px 70px rgba(1,14,41,.12);border:1px solid rgba(1,14,41,.08)}
.contact-form-embed iframe{display:block;width:100%!important;height:681px!important;min-height:681px;border:0!important;background:#fff}

/* Contact facts section */
.company-facts-section{background:linear-gradient(135deg,#061329 0%,#0b2448 100%);color:#fff;overflow:hidden}
.company-facts-section .section-title,.company-facts-section .lead{color:#fff}
.company-facts-section .section-title span{color:#dce6f5}
.company-facts-section .section-label{color:#ff7872}
.company-facts-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px;margin-top:42px}
.company-fact{position:relative;min-height:180px;padding:28px 22px;border-radius:24px;background:rgba(255,255,255,.075);border:1px solid rgba(255,255,255,.13);backdrop-filter:blur(10px);transition:transform .35s ease,background .35s ease,border-color .35s ease;overflow:hidden}
.company-fact::after{content:'';position:absolute;inset:auto -30px -45px auto;width:120px;height:120px;border-radius:50%;background:rgba(255,255,255,.045)}
.company-fact:hover{transform:translateY(-8px);background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.25)}
.company-fact i{font-size:1.65rem;color:#ff6964;margin-bottom:26px}
.company-fact span{display:block;text-transform:uppercase;letter-spacing:.13em;font-size:.67rem;color:#adbad0;margin-bottom:8px;font-weight:800}
.company-fact strong{display:block;font-size:1.1rem;line-height:1.35;color:#fff}

/* Project videos above portfolio gallery */
.portfolio-video-section{background:#fff}
.project-video-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;margin-top:44px}
.project-video-card{border-radius:26px;overflow:hidden;background:#071329;box-shadow:0 24px 60px rgba(1,14,41,.14);transition:transform .35s ease,box-shadow .35s ease}
.project-video-card:hover{transform:translateY(-7px);box-shadow:0 32px 74px rgba(1,14,41,.20)}
.project-video-frame{position:relative;aspect-ratio:16/9;background:#061329;overflow:hidden}
.project-video-frame video{width:100%;height:100%;object-fit:cover;background:#061329}
.video-corner{position:absolute;top:16px;right:16px;width:42px;height:42px;border-radius:50%;display:grid;place-items:center;color:#fff;background:rgba(168,3,2,.9);pointer-events:none;box-shadow:0 10px 25px rgba(0,0,0,.2);transition:transform .3s ease}
.project-video-card:hover .video-corner{transform:scale(1.1) rotate(6deg)}

/* Reviews: four-column masonry with dynamic interaction */
.review-grid{display:block!important;column-count:4;column-gap:18px;margin-top:44px}
.review-card{display:inline-flex!important;width:100%;break-inside:avoid;margin:0 0 18px;padding:24px 22px 26px;position:relative;isolation:isolate;transition:transform .38s cubic-bezier(.2,.75,.2,1),box-shadow .38s ease,border-color .38s ease}
.review-card::before{content:'\f10d';font-family:'Font Awesome 6 Free';font-weight:900;position:absolute;right:18px;bottom:12px;font-size:3.8rem;color:rgba(1,14,41,.035);z-index:-1;transition:transform .4s ease,color .4s ease}
.review-card:hover{transform:translateY(-8px) rotate(.35deg);box-shadow:0 28px 70px rgba(1,14,41,.16);border-color:rgba(168,3,2,.24)}
.review-card:nth-child(even):hover{transform:translateY(-8px) rotate(-.35deg)}
.review-card:hover::before{transform:scale(1.15) rotate(-7deg);color:rgba(168,3,2,.07)}
.review-card .stars{transition:letter-spacing .3s ease,transform .3s ease}
.review-card:hover .stars{letter-spacing:2px;transform:translateY(-2px)}
.score-badge{transition:transform .3s ease,box-shadow .3s ease}
.review-card:hover .score-badge{transform:scale(1.08) rotate(5deg);box-shadow:0 9px 22px rgba(168,3,2,.18)}

@media (max-width:1200px){
  .company-facts-grid{grid-template-columns:repeat(3,1fr)}
  .review-grid{column-count:3}
}
@media (max-width:900px){
  .company-facts-grid{grid-template-columns:repeat(2,1fr)}
  .review-grid{column-count:2}
  .project-video-grid{grid-template-columns:1fr}
}
@media (max-width:640px){
  .company-facts-grid{grid-template-columns:1fr}
  .review-grid{column-count:1}
  .contact-form-embed,.contact-form-embed iframe{height:760px!important;min-height:760px}
}


/* ===== September 2026 banner, landing and motion update ===== */
:root{--title-banner-bg:url('https://assets.cdn.filesafe.space/d9qlJ02auC5wQwLtCVwJ/media/6aa32e75881e2bfc63d5f3c8.webp');--prefooter-bg:url('https://assets.cdn.filesafe.space/d9qlJ02auC5wQwLtCVwJ/media/6aa32e725cc4b529c8d82440.webp')}

/* Light red filter on all title banners */
.page-hero{background-image:linear-gradient(120deg,rgba(136,8,8,.70),rgba(175,15,13,.52) 48%,rgba(74,3,3,.66)),var(--page-bg)!important;background-position:center!important;background-size:cover!important}
.page-hero::after{background:linear-gradient(180deg,transparent,rgba(76,4,4,.26))!important}
.page-hero .section-label{background:var(--c1);color:#fff!important;padding:10px 15px;border-radius:12px;gap:9px;box-shadow:0 10px 28px rgba(1,14,41,.24)}
.page-hero .section-label::before{display:none}

/* Requested background for every banner/CTA directly above the footer */
section.cta{background:linear-gradient(120deg,rgba(122,7,8,.78),rgba(164,18,16,.62)),var(--prefooter-bg) center/cover!important}

/* Hero video remains visible with only a very light filter */
.hero-clean .hero-overlay{background:linear-gradient(120deg,rgba(1,14,41,.23),rgba(1,14,41,.08) 52%,rgba(1,14,41,.18))!important}
.hero-clean::after{background:linear-gradient(180deg,transparent,rgba(1,14,41,.18))!important}

/* Letter-by-letter entrance animation */
.section-title.letter-animate .letter{display:inline-block;opacity:0;transform:translateY(22px) rotateX(35deg);filter:blur(4px);animation:letterIn .58s cubic-bezier(.2,.75,.25,1) forwards;animation-delay:calc(var(--letter-index) * 35ms)}
.section-title.letter-animate .letter-space{display:inline-block;width:.28em}
@keyframes letterIn{to{opacity:1;transform:none;filter:blur(0)}}
@media (prefers-reduced-motion:reduce){.section-title.letter-animate .letter{animation:none;opacity:1;transform:none;filter:none}}

/* Vertical project videos */
.project-video-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;align-items:start;gap:22px!important}
.project-video-card{max-width:320px;margin:0 auto;width:100%}
.project-video-frame{aspect-ratio:9/16!important;border-radius:26px!important;overflow:hidden;background:#071225;box-shadow:0 22px 50px rgba(1,14,41,.18)}
.project-video-frame video{width:100%;height:100%;object-fit:cover;display:block}

/* Service landing sections span the full viewport width */
.service-landing main>.section{width:100vw;max-width:none;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw)}
.service-landing main>.section>.wrap{width:100%;max-width:none;padding-left:clamp(24px,4vw,72px);padding-right:clamp(24px,4vw,72px)}
.service-landing .editorial-stack{width:100%;max-width:none}
.service-landing .editorial-row{width:100%;max-width:none}
.landing-contact-section{background:linear-gradient(180deg,#f7f9fc,#eef3f8)}
.landing-contact-head{max-width:900px;margin:0 auto 34px;text-align:center}
.landing-contact-head .section-label{justify-content:center}
.landing-contact-head .section-title{font-size:clamp(2.5rem,4.6vw,4.8rem)}
.landing-contact-section .contact-form-embed{max-width:1050px;margin:0 auto}

@media (max-width:1000px){.project-video-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media (max-width:600px){.project-video-grid{grid-template-columns:1fr!important}.project-video-card{max-width:300px}.page-hero .section-label{padding:9px 13px;border-radius:10px}}


/* ===== September 2026 requested blue-banner refinement ===== */
.page-hero{
  background-image:linear-gradient(to left,rgba(2,29,64,.88) 0%,rgba(4,45,119,.66) 44%,rgba(13,87,191,.24) 100%),var(--page-bg)!important;
  background-position:center!important;
  background-size:cover!important;
}
.page-hero::after{background:linear-gradient(180deg,transparent,rgba(3,18,48,.20))!important}
section.cta{
  background:linear-gradient(to left,rgba(2,29,64,.84) 0%,rgba(4,45,119,.62) 48%,rgba(13,87,191,.22) 100%),var(--prefooter-bg) center/cover!important;
}
.hero-clean .hero-overlay{
  background:linear-gradient(120deg,rgba(1,14,41,.18),rgba(1,14,41,.06) 52%,rgba(1,14,41,.12))!important;
}
.section-title{font-weight:400}
.section-title strong{font-weight:800}
.section-title span{font-weight:400}
.contact-form-embed{margin-top:24px}

/* Full-width home sections without side spacing */
.welcome-section,.property-vision-section{padding-left:0!important;padding-right:0!important}
.welcome-section>.wrap,.property-vision-section>.wrap{padding-left:0!important;padding-right:0!important;gap:0!important}
.welcome-section .media-card,.property-vision-section .image-card{border-radius:0!important;min-height:100%}
.welcome-section .reveal:not(.media-card),.property-vision-section .reveal:not(.image-card){padding:0 clamp(24px,4.5vw,72px)}

/* Remove mini labels inside mission / vision / why choose us */
.mission-grid .card-copy small{display:none!important}

/* Keep titles large on desktop and at least 40px on smaller screens */
@media (max-width:1024px){
  .section-title,
  .hero .section-title,
  .page-hero .section-title,
  .landing-contact-head .section-title{
    font-size:clamp(40px,7vw,68px)!important;
    line-height:1.02!important;
  }
}
@media (max-width:900px){
  .welcome-section>.wrap,.property-vision-section>.wrap{padding-left:0!important;padding-right:0!important}
  .welcome-section .reveal:not(.media-card),.property-vision-section .reveal:not(.image-card){padding:28px 24px 0}
}
@media (max-width:640px){
  .welcome-section .reveal:not(.media-card),.property-vision-section .reveal:not(.image-card){padding:26px 16px 0}
  .contact-form-embed{margin-top:18px}
}


/* ===== September 2026 requested spacing, title and footer refinements ===== */
/* Home Welcome + Property Vision: no outer spacing around either section */
.welcome-section,.property-vision-section{padding:0!important;margin:0!important}
.welcome-section>.wrap,.property-vision-section>.wrap{width:100vw!important;max-width:none!important;margin:0!important;padding:0!important;gap:0!important}
.welcome-section .media-card,.property-vision-section .image-card{margin:0!important;border-radius:0!important;box-shadow:none!important}
.welcome-section .reveal:not(.media-card),.property-vision-section .reveal:not(.image-card){padding:clamp(42px,6vw,90px)!important}

/* Strong visual combination of bold + regular across every title */
.section-title strong{font-weight:800!important}
.section-title span{font-weight:400!important}
.section-title strong,.section-title span{letter-spacing:-.02em}

/* Title banners: lighter on the left, deeper blue toward the right */
.page-hero{
  background-image:linear-gradient(to left,rgba(2,29,64,.88) 0%,rgba(4,45,119,.62) 42%,rgba(55,129,222,.10) 100%),var(--page-bg)!important;
}

/* Footer social icons */
.footer-socials{display:flex!important;gap:12px!important;align-items:center;margin-top:20px!important}
.footer-socials a{display:inline-flex!important;width:44px!important;height:44px!important;margin:0!important;border-radius:50%!important;align-items:center!important;justify-content:center!important;background:rgba(1,14,41,.08)!important;border:1px solid rgba(1,14,41,.10)!important;color:var(--c1)!important;transition:transform .28s ease,background .28s ease,color .28s ease,border-color .28s ease!important}
.footer-socials a:hover{background:var(--c4)!important;border-color:var(--c4)!important;color:#fff!important;transform:translateY(-3px)!important}

/* More space above forms on service landings */
.landing-contact-section .contact-form-embed{margin:52px auto 0!important}

@media (max-width:900px){
  .welcome-section .reveal:not(.media-card),.property-vision-section .reveal:not(.image-card){padding:38px 24px!important}
}
@media (max-width:640px){
  .welcome-section .reveal:not(.media-card),.property-vision-section .reveal:not(.image-card){padding:32px 16px!important}
  .landing-contact-section .contact-form-embed{margin-top:38px!important}
}

/* ===== September 2026 mobile-menu, title-fix and mission redesign ===== */
.title-word{display:inline-flex;white-space:nowrap}
.section-title,
.hero .section-title,
.page-hero .section-title,
.landing-contact-head .section-title{
  max-width:100%;
  line-height:.98!important;
  text-wrap:balance;
  word-break:normal;
  overflow-wrap:normal;
}
.grid-2 .section-title,
.editorial-copy .section-title,
.contact-panel .section-title,
.mission-showcase-copy .section-title{
  font-size:clamp(2.55rem,4.2vw,4.95rem)!important;
}
.hero .section-title{font-size:clamp(3.25rem,6vw,6rem)!important}
.page-hero .section-title{font-size:clamp(2.9rem,5vw,5.2rem)!important}
.section-title strong,.section-title span{display:block;letter-spacing:-.03em}
.section-title strong{font-weight:800!important}
.section-title span{font-weight:400!important}

.page-hero{
  background-image:linear-gradient(to left,rgba(2,29,64,.88) 0%,rgba(4,45,119,.54) 44%,rgba(80,153,238,.04) 100%),var(--page-bg)!important;
}
section.cta{background:linear-gradient(to left,rgba(2,29,64,.84) 0%,rgba(4,45,119,.54) 46%,rgba(80,153,238,.12) 100%),var(--prefooter-bg) center/cover!important}

/* Home image sections flush and cover */
.welcome-section,.property-vision-section{padding:0!important;margin:0!important}
.welcome-section>.wrap,.property-vision-section>.wrap{width:100vw!important;max-width:none!important;margin:0!important;padding:0!important;gap:0!important;align-items:stretch!important}
.welcome-section .media-card,.property-vision-section .image-card{margin:0!important;border-radius:0!important;box-shadow:none!important;min-height:100%!important;height:100%!important;display:flex!important}
.welcome-section .media-card img,.property-vision-section .image-card img{display:block;width:100%;height:100%!important;object-fit:cover!important;vertical-align:top}
.welcome-section .reveal:not(.media-card),.property-vision-section .reveal:not(.image-card){padding:clamp(42px,5vw,86px)!important}

/* Mission / Vision / Why Choose Us redesign */
.mission-showcase-section{background:linear-gradient(180deg,#f7f9fd 0%,#eef2f8 100%)}
.mission-showcase-panel{position:relative;border-radius:42px;background:linear-gradient(180deg,#ffffff 0%,#f7f9fd 100%);border:1px solid rgba(1,14,41,.08);box-shadow:0 28px 80px rgba(1,14,41,.10);padding:clamp(28px,3vw,42px);overflow:visible}
.mission-showcase-panel::before,.mission-showcase-panel::after{content:'';position:absolute;border:1px solid rgba(4,45,119,.08);pointer-events:none}
.mission-showcase-panel::before{left:24px;top:24px;bottom:140px;width:84px;border-right:0;border-radius:36px 0 0 36px}
.mission-showcase-panel::after{right:24px;bottom:24px;height:150px;width:86px;border-left:0;border-radius:0 36px 36px 0}
.mission-showcase-top{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(340px,.95fr);gap:34px;align-items:center}
.mission-showcase-copy{padding:16px 0 10px 120px;position:relative;z-index:1}
.mission-showcase-copy .lead{max-width:620px}
.showcase-points{list-style:none;padding:0;margin:24px 0 0;display:grid;gap:14px}
.showcase-points li{display:grid;grid-template-columns:22px minmax(0,1fr);gap:12px;align-items:start;color:var(--text);font-weight:600}
.showcase-points i{color:var(--c4);margin-top:4px}
.mission-showcase-image{position:relative;z-index:1;border-radius:32px;overflow:hidden;min-height:430px;box-shadow:0 24px 54px rgba(1,14,41,.14)}
.mission-showcase-image img{width:100%;height:100%;object-fit:cover;display:block}
.flip-card-grid{position:relative;z-index:2;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;margin-top:-18px;border-radius:32px;overflow:visible}
.flip-card{perspective:1500px;min-height:300px}
.flip-card-inner{position:relative;height:100%;min-height:300px;transform-style:preserve-3d;transition:transform .82s cubic-bezier(.2,.75,.2,1)}
.flip-card:hover .flip-card-inner,.flip-card:focus-within .flip-card-inner,.flip-card.flipped .flip-card-inner{transform:rotateY(180deg)}
.flip-card-face{position:absolute;inset:0;padding:36px 28px 30px;backface-visibility:hidden;border-radius:0;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;text-align:left}
.flip-card-front{background:linear-gradient(180deg,#f0f3f8 0%,#e9edf4 100%);color:var(--c1)}
.flip-card-front h3{margin:14px 0 10px;font-size:2rem;line-height:1;font-weight:800;letter-spacing:-.04em}
.flip-card-front p{margin:0;max-width:250px;color:#31445d;font-weight:500;line-height:1.7}
.flip-card-back{background:linear-gradient(180deg,#061734 0%,#021D40 100%);color:#fff;transform:rotateY(180deg);justify-content:center}
.flip-card-back h3{margin:0 0 14px;font-size:2rem;line-height:1;font-weight:800;letter-spacing:-.04em}
.flip-card-back p{margin:0;color:#d7e4f8;line-height:1.8;font-size:1rem}
.flip-card.accent .flip-card-front{background:linear-gradient(180deg,#021D40 0%,#052551 100%);color:#fff}
.flip-card.accent .flip-card-front p{color:#d7e4f8}
.flip-card.accent .flip-card-back{background:linear-gradient(180deg,#A80302 0%,#7e1618 100%)}
.flip-card.light .flip-card-front{background:linear-gradient(180deg,#f8f7ef 0%,#eef0e5 100%)}
.flip-card.light .flip-card-back{background:linear-gradient(180deg,#061734 0%,#0a274f 100%)}
.flip-icon{width:64px;height:64px;border-radius:22px;display:grid;place-items:center;background:rgba(168,3,2,.12);color:var(--c4);font-size:1.45rem}
.flip-card.accent .flip-icon{background:rgba(255,255,255,.12);color:#fff}
.flip-card.light .flip-icon{background:rgba(4,45,119,.10);color:var(--c3)}

/* Footer socials kept visible */
.footer-socials{display:flex!important;gap:12px!important;align-items:center;margin-top:20px!important}
.footer-socials a{display:inline-flex!important}

/* Mobile topbar and menu behavior */
.menu-close{display:none;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);color:#fff;width:48px;height:48px;border-radius:14px;align-items:center;justify-content:center;margin:0 0 18px auto;font-size:1.2rem}
body.menu-open{overflow:hidden}
body.menu-open .topbar{display:none!important}
body.menu-open .site-chrome.hidden{transform:none;opacity:1}

/* Better button hover */
.btn:hover{box-shadow:0 20px 44px rgba(1,14,41,.18)}
.btn::after{transition:transform .35s ease,opacity .35s ease,background .35s ease}
.btn:hover::after{transform:translateX(6px);opacity:.96}

/* Extra space above landing forms */
.landing-contact-section .contact-form-embed{margin:64px auto 0!important}

@media (max-width:1100px){
  .mission-showcase-top{grid-template-columns:1fr}
  .mission-showcase-copy{padding-left:74px}
  .mission-showcase-image{min-height:360px;max-width:720px;margin:0 auto}
  .flip-card-grid{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:26px}
}
@media (max-width:900px){
  .topbar .wrap{justify-content:space-between!important;padding:8px 0!important}
  .topbar-left{display:none!important}
  .topbar-right{width:100%;justify-content:space-between!important;gap:12px!important;flex-wrap:nowrap!important}
  .topbar-right .mini-link[href^="mailto:"]{display:none!important}
  .topbar-right .mini-link{font-size:.92rem!important;white-space:nowrap}
  .topbar-right .social-icons{margin-left:auto}
  .topbar-right .social-icons a{width:34px;height:34px}
  .site-header{background:rgba(1,14,41,.2);backdrop-filter:blur(10px)}
  .nav{padding:14px 0}
  .navlinks{display:none;position:fixed;inset:78px 0 0;background:rgba(1,14,41,.98);padding:18px 20px 26px;flex-direction:column;align-items:flex-start;gap:0;overflow:auto}
  .navlinks.open{display:flex}
  .menu-close{display:inline-flex}
  .navlinks>a,.services-toggle{width:100%;border-radius:16px;padding:15px 16px}
  .navlinks .services{width:100%}
  .navlinks .dropdown{display:none!important;position:static!important;width:100%!important;margin:10px 0 0!important;padding:12px!important;opacity:1!important;visibility:visible!important;transform:none!important;background:rgba(255,255,255,.08)!important;border-radius:22px!important}
  .services.open-mobile .dropdown{display:block!important}
  .services-toggle{justify-content:space-between}
  .grid-2 .section-title,.editorial-copy .section-title,.contact-panel .section-title,.mission-showcase-copy .section-title,.section-title,.hero .section-title,.page-hero .section-title,.landing-contact-head .section-title{font-size:clamp(40px,7vw,64px)!important;line-height:1.02!important}
  .welcome-section .reveal:not(.media-card),.property-vision-section .reveal:not(.image-card){padding:36px 24px!important}
  .flip-card-grid{grid-template-columns:1fr;gap:14px}
  .flip-card,.flip-card-inner{min-height:250px}
}
@media (max-width:640px){
  .topbar .wrap{padding:6px 0!important}
  .topbar-right .mini-link span{display:inline-block;max-width:180px;overflow:hidden;text-overflow:ellipsis}
  .hero .section-title,.page-hero .section-title,.section-title,.landing-contact-head .section-title{font-size:clamp(40px,9vw,48px)!important;line-height:1.03!important}
  .welcome-section .reveal:not(.media-card),.property-vision-section .reveal:not(.image-card){padding:30px 16px!important}
  .mission-showcase-panel{border-radius:28px;padding:20px 16px}
  .mission-showcase-panel::before,.mission-showcase-panel::after{display:none}
  .mission-showcase-copy{padding:4px 0 0}
  .mission-showcase-image{border-radius:22px;min-height:260px}
  .flip-card,.flip-card-inner{min-height:230px}
  .flip-card-face{padding:28px 22px}
  .landing-contact-section .contact-form-embed{margin-top:42px!important}
}

/* ===== September 2026 width, title balance and home services correction ===== */
.wrap{width:min(1540px,calc(100% - 48px));margin:auto}

/* Titles: first portion bold, second portion regular italic. Keep natural phrase wrapping. */
.section-title{max-width:100%;text-wrap:balance;word-break:normal;overflow-wrap:normal;line-height:1.02!important}
.section-title strong,.section-title span{display:inline!important;letter-spacing:-.025em}
.section-title strong{font-weight:800!important;font-style:normal!important}
.section-title>span{font-weight:400!important;font-style:italic!important}
.section-title>span::before{content:' '}
.title-word{display:inline-block!important;white-space:nowrap}
.grid-2 .section-title,.editorial-copy .section-title,.mission-showcase-copy .section-title{font-size:clamp(2.75rem,4.1vw,5rem)!important}
.hero .section-title{font-size:clamp(3.4rem,5.9vw,6rem)!important;max-width:980px!important}
.hero-title-wrap{max-width:1000px!important;min-height:150px!important}
.hero-copy{max-width:1000px!important}
.hero-grid{grid-template-columns:minmax(0,1040px)!important}
.page-hero .section-title{font-size:clamp(3rem,4.8vw,5.25rem)!important;max-width:1100px!important}

/* Welcome and Property Vision: no gaps and full-cover imagery. */
.welcome-section,.property-vision-section{padding:0!important;margin:0!important}
.welcome-section>.wrap,.property-vision-section>.wrap{width:100vw!important;max-width:none!important;margin:0!important;padding:0!important;gap:0!important;align-items:stretch!important}
.welcome-section .media-card,.property-vision-section .image-card{min-height:620px!important;height:auto!important;margin:0!important;border:0!important;border-radius:0!important;box-shadow:none!important;overflow:hidden!important}
.welcome-section .media-card img,.property-vision-section .image-card img{width:100%!important;height:100%!important;min-height:620px!important;object-fit:cover!important;object-position:center!important;margin:0!important}
.welcome-section .reveal:not(.media-card),.property-vision-section .reveal:not(.image-card){display:flex;flex-direction:column;justify-content:center;padding:clamp(52px,5vw,96px)!important;min-width:0}

/* Darker blue overlay on every section directly above the footer. */
section.cta{background:linear-gradient(to left,rgba(1,14,41,.94) 0%,rgba(2,29,64,.84) 48%,rgba(4,45,119,.66) 100%),var(--prefooter-bg) center/cover!important}

/* Home services: full-width alternating image/content mosaic based on supplied reference. */
.home-services-section{width:100vw;margin:0;position:relative;background:#171a22;padding:0!important;color:#fff}
.home-services-head{max-width:1540px;margin:0 auto;padding:92px 48px 56px;text-align:center}
.home-services-head .section-label{color:#f0f4fb}
.home-services-head .section-title{color:#fff;margin-left:auto;margin-right:auto}
.home-services-head .lead{color:#cbd4e3;margin-left:auto;margin-right:auto}
.home-services-mosaic{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));width:100%;margin:0;padding:0}
.service-mosaic-media,.service-mosaic-copy{min-height:430px;margin:0;border:0;border-radius:0;overflow:hidden}
.service-mosaic-media img{width:100%;height:100%;min-height:430px;object-fit:cover;transition:transform .7s ease,filter .5s ease}
.service-mosaic-media:hover img{transform:scale(1.035);filter:brightness(.92)}
.service-mosaic-copy{background:#1d2028;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:54px clamp(34px,5vw,92px)}
.service-mosaic-copy:nth-child(3){background:#171a22}
.service-mosaic-copy:nth-child(6){background:#171a22}
.service-mosaic-icon{width:82px;height:82px;background:var(--c4);display:grid;place-items:center;margin-bottom:28px;color:#fff;font-size:2rem;transition:transform .35s ease,box-shadow .35s ease}
.service-mosaic-copy:hover .service-mosaic-icon{transform:translateY(-5px) rotate(-3deg);box-shadow:0 18px 36px rgba(168,3,2,.28)}
.service-mosaic-copy h3{margin:0 0 18px;font-size:clamp(1.75rem,2.2vw,2.5rem);color:#fff;font-weight:800;letter-spacing:-.025em}
.service-mosaic-copy p{margin:0;max-width:600px;color:#c9d1df;line-height:1.8;font-size:1rem}
.service-mosaic-copy a{display:inline-flex;align-items:center;gap:10px;margin-top:26px;color:#fff;font-size:.8rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;transition:color .25s ease,gap .25s ease}
.service-mosaic-copy a:hover{color:#ff726c;gap:14px}

/* All standard sections feel wider without changing their hierarchy. */
.section>.wrap,.cta>.wrap,.values-band>.wrap{width:min(1540px,calc(100% - 48px))}
.mission-showcase-section>.wrap{width:min(1540px,calc(100% - 48px))!important}

@media (max-width:1100px){
  .wrap,.section>.wrap,.cta>.wrap,.values-band>.wrap,.mission-showcase-section>.wrap{width:min(100% - 36px,1540px)!important}
  .grid-2 .section-title,.editorial-copy .section-title,.mission-showcase-copy .section-title{font-size:clamp(2.6rem,5vw,4.5rem)!important}
  .welcome-section .media-card,.property-vision-section .image-card,.welcome-section .media-card img,.property-vision-section .image-card img{min-height:520px!important}
}

@media (max-width:900px){
  .section-title,.hero .section-title,.page-hero .section-title,.landing-contact-head .section-title,.grid-2 .section-title,.editorial-copy .section-title,.mission-showcase-copy .section-title{font-size:clamp(40px,7vw,58px)!important;line-height:1.04!important}
  .section-title strong,.section-title span{display:inline!important}
  .home-services-head{padding:72px 24px 44px}
  .home-services-mosaic{grid-template-columns:1fr}
  .service-mosaic-media,.service-mosaic-copy,.service-mosaic-media img{min-height:360px}
  .home-services-mosaic .service-mosaic-copy:nth-child(3){order:4}
  .home-services-mosaic .service-mosaic-media:nth-child(4){order:3}
  .home-services-mosaic .service-mosaic-media:nth-child(5){order:5}
  .home-services-mosaic .service-mosaic-copy:nth-child(6){order:6}
  .welcome-section>.wrap,.property-vision-section>.wrap{grid-template-columns:1fr!important}
  .welcome-section .media-card,.property-vision-section .image-card,.welcome-section .media-card img,.property-vision-section .image-card img{min-height:360px!important}
  .welcome-section .reveal:not(.media-card),.property-vision-section .reveal:not(.image-card){padding:42px 24px!important}
}

@media (max-width:640px){
  .wrap,.section>.wrap,.cta>.wrap,.values-band>.wrap,.mission-showcase-section>.wrap{width:min(100% - 24px,1540px)!important}
  .section-title,.hero .section-title,.page-hero .section-title,.landing-contact-head .section-title,.grid-2 .section-title,.editorial-copy .section-title,.mission-showcase-copy .section-title{font-size:40px!important;line-height:1.06!important}
  .hero-title-wrap{min-height:130px!important}
  .welcome-section .media-card,.property-vision-section .image-card,.welcome-section .media-card img,.property-vision-section .image-card img{min-height:300px!important}
  .welcome-section .reveal:not(.media-card),.property-vision-section .reveal:not(.image-card){padding:34px 16px!important}
  .service-mosaic-media,.service-mosaic-copy,.service-mosaic-media img{min-height:320px}
  .service-mosaic-copy{padding:44px 24px}
}


/* ===== September 2026 V8 corrections ===== */
html{background:#f4f6fb}
body{position:relative;background:linear-gradient(180deg,#f7f9fc 0%,#eef2f8 100%);overflow-x:hidden}
body::before,
body::after{content:'';position:fixed;z-index:-1;border-radius:50%;pointer-events:none;filter:blur(80px);opacity:.28}
body::before{width:340px;height:340px;left:-110px;top:22vh;background:rgba(4,45,119,.18)}
body::after{width:300px;height:300px;right:-90px;bottom:12vh;background:rgba(168,3,2,.12)}
.section.soft,.welcome-section,.property-vision-section{position:relative;isolation:isolate}
.section.soft::before,.welcome-section::before,.property-vision-section::before{content:'';position:absolute;inset:0;pointer-events:none;background:
 radial-gradient(circle at 10% 18%,rgba(4,45,119,.06),transparent 18%),
 radial-gradient(circle at 88% 76%,rgba(168,3,2,.05),transparent 16%),
 linear-gradient(135deg,rgba(255,255,255,.18),transparent 44%);z-index:0}
.section.soft>.wrap,.welcome-section>.wrap,.property-vision-section>.wrap{position:relative;z-index:1}

/* Titles should remain complete phrases and appear bold sitewide. */
.title-word,.letter{display:inline!important;white-space:normal!important;transform:none!important;opacity:1!important;animation:none!important}
.section-title,
.hero .section-title,
.page-hero .section-title,
.landing-contact-head .section-title{line-height:1.04!important;letter-spacing:-.035em!important;text-wrap:balance;word-break:normal!important;overflow-wrap:normal!important;hyphens:none!important}
.section-title strong,
.section-title span,
.hero .section-title strong,
.hero .section-title span,
.page-hero .section-title strong,
.page-hero .section-title span{display:block!important;font-weight:800!important;font-style:normal!important;color:inherit!important}
.section-title>span::before{content:none!important}
.hero-title-wrap,.hero-copy{max-width:min(1100px,100%)!important}
.hero-title-wrap{min-height:auto!important}
.grid-2 .section-title,.editorial-copy .section-title,.mission-showcase-copy .section-title,.contact-panel .section-title{font-size:clamp(2.7rem,4.2vw,5.15rem)!important}
.hero .section-title{font-size:clamp(3.25rem,6vw,6.1rem)!important;max-width:920px!important}
.page-hero .section-title{font-size:clamp(2.9rem,5vw,5.4rem)!important;max-width:980px!important}

/* About / trust section styling */
.full-panel{background:url('https://assets.cdn.filesafe.space/d9qlJ02auC5wQwLtCVwJ/media/6aa32e759a6d26f39f96de3c.webp') center/cover!important;padding:64px!important;min-height:540px!important;isolation:isolate}
.full-panel::before{content:'';position:absolute;inset:0;background:
 linear-gradient(110deg,rgba(1,14,41,.88) 0%,rgba(4,45,119,.68) 36%,rgba(103,139,207,.28) 100%),
 linear-gradient(90deg,rgba(168,3,2,.20),transparent 50%,rgba(4,45,119,.24) 100%);mix-blend-mode:multiply;animation:trustFlow 10s ease-in-out infinite alternate;z-index:0}
.full-panel .inner{position:relative;z-index:1}
.full-panel .section-label,.full-panel .section-title,.full-panel .lead,.full-panel p{color:#fff!important}
.full-panel .lead{max-width:820px}

.values-band{background:linear-gradient(120deg,#021d40 0%,#143768 50%,#355a95 100%)!important;animation:trustFlow 9s ease-in-out infinite alternate}
.values-band .section-title,.values-band .section-title strong,.values-band .section-title span,.values-band .section-label,.values-band .value-pills span{color:#fff!important}
.values-band::before{background:radial-gradient(circle at 10% 50%,rgba(255,255,255,.16),transparent 28%),radial-gradient(circle at 92% 30%,rgba(255,255,255,.10),transparent 24%)!important}
@keyframes trustFlow{0%{background-position:0% 50%,0% 50%}100%{background-position:100% 50%,100% 50%}}

/* Home services section imagery/content */
.home-services-head{padding:96px 32px 56px!important}
.home-services-mosaic{grid-template-columns:repeat(3,minmax(0,1fr))!important}
.service-mosaic-media,.service-mosaic-copy{min-height:420px!important}
.service-mosaic-copy{align-items:flex-start!important;justify-content:center!important;text-align:left!important;padding:56px clamp(28px,3.2vw,50px)!important}
.service-mosaic-copy h3{font-size:clamp(1.8rem,2.2vw,2.45rem)!important}
.service-mosaic-copy p{max-width:420px!important}
.service-mosaic-copy a{margin-top:22px!important}

/* Stronger dark filter above footer */
section.cta{background:linear-gradient(to right,rgba(1,14,41,.94) 0%,rgba(1,14,41,.84) 32%,rgba(4,45,119,.72) 100%),var(--prefooter-bg) center/cover!important}

@media (max-width:1100px){
  .home-services-mosaic{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media (max-width:900px){
  .section-title,.hero .section-title,.page-hero .section-title,.landing-contact-head .section-title,.grid-2 .section-title,.editorial-copy .section-title,.mission-showcase-copy .section-title{font-size:clamp(40px,7vw,58px)!important;line-height:1.06!important}
  .home-services-mosaic{grid-template-columns:1fr!important}
  .service-mosaic-media,.service-mosaic-copy,.service-mosaic-media img{min-height:340px!important}
}
@media (max-width:640px){
  .section-title,.hero .section-title,.page-hero .section-title,.landing-contact-head .section-title,.grid-2 .section-title,.editorial-copy .section-title,.mission-showcase-copy .section-title{font-size:40px!important;line-height:1.08!important}
  .full-panel{padding:32px 22px!important;min-height:440px!important}
}

@media (max-width:900px){.home-services-mosaic>*{order:initial!important}}

/* ===== September 2026 V9: trust background, process cards, stacked services ===== */
.about-trust-section{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 7% 18%,rgba(4,45,119,.12),transparent 18%),
    radial-gradient(circle at 91% 74%,rgba(168,3,2,.09),transparent 17%),
    linear-gradient(135deg,#f8faff 0%,#ffffff 46%,#eef3fb 100%);
}
.about-trust-section::before{
  content:'';
  position:absolute;
  width:360px;height:360px;
  left:-150px;top:80px;
  border:1px solid rgba(4,45,119,.10);
  border-radius:50%;
  box-shadow:0 0 0 55px rgba(4,45,119,.025),0 0 0 110px rgba(168,3,2,.018);
  pointer-events:none;
}
.about-trust-section::after{
  content:'';
  position:absolute;
  right:4%;bottom:6%;
  width:170px;height:170px;
  opacity:.35;
  background-image:radial-gradient(rgba(4,45,119,.28) 1.6px,transparent 1.6px);
  background-size:18px 18px;
  transform:rotate(8deg);
  pointer-events:none;
}
.about-trust-section>.wrap{position:relative;z-index:1}

/* Mission / Vision / Why Choose Us — process-inspired flipping cards */
.mission-process-section{
  position:relative;
  overflow:hidden;
  background:
    linear-gradient(rgba(4,45,119,.035) 1px,transparent 1px),
    linear-gradient(90deg,rgba(4,45,119,.035) 1px,transparent 1px),
    linear-gradient(135deg,#f8faff,#eef3f9);
  background-size:62px 62px,62px 62px,auto;
}
.mission-process-section::before{
  content:'';position:absolute;inset:auto -100px -140px auto;width:420px;height:420px;border-radius:50%;
  background:radial-gradient(circle,rgba(168,3,2,.10),transparent 68%);pointer-events:none;
}
.mission-process-head{max-width:980px;margin:0 auto 54px;text-align:center;position:relative;z-index:1}
.mission-process-head .lead{margin-left:auto;margin-right:auto}
.mission-process-grid{display:grid;grid-template-columns:minmax(0,1fr) 74px minmax(0,1fr) 74px minmax(0,1fr);align-items:center;gap:0;position:relative;z-index:1}
.process-flip-card{height:470px;perspective:1600px;cursor:pointer;outline:none}
.process-flip-inner{position:relative;width:100%;height:100%;transform-style:preserve-3d;transition:transform .82s cubic-bezier(.2,.78,.2,1)}
.process-flip-card:hover .process-flip-inner,.process-flip-card:focus .process-flip-inner,.process-flip-card.flipped .process-flip-inner{transform:rotateY(180deg)}
.process-face{position:absolute;inset:0;backface-visibility:hidden;border-radius:72px 72px 28px 72px;padding:38px 34px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;box-shadow:0 24px 58px rgba(1,14,41,.14);border:1px solid rgba(1,14,41,.08)}
.process-front{background:linear-gradient(160deg,#ffffff 0%,#edf2f8 100%);color:var(--c1)}
.process-flip-card:nth-of-type(2) .process-front{background:linear-gradient(160deg,#0b2d62 0%,#021d40 100%);color:#fff}
.process-flip-card:nth-of-type(3) .process-front{background:linear-gradient(160deg,#b21f1c 0%,#8c0707 100%);color:#fff}
.process-back{transform:rotateY(180deg);background:linear-gradient(155deg,#021d40 0%,#0d397d 100%);color:#fff;justify-content:center}
.process-number{position:absolute;top:26px;left:34px;font-size:5.5rem;line-height:1;font-weight:300;color:rgba(4,45,119,.10);letter-spacing:-.06em}
.process-flip-card:nth-of-type(2) .process-number,.process-flip-card:nth-of-type(3) .process-number{color:rgba(255,255,255,.12)}
.process-icon{width:92px;height:92px;border-radius:50%;display:grid;place-items:center;border:2px dashed rgba(4,45,119,.24);background:#fff;color:var(--c4);font-size:2rem;margin-bottom:30px;box-shadow:0 10px 28px rgba(1,14,41,.10)}
.process-back .process-icon{width:74px;height:74px;margin-bottom:22px;border-color:rgba(255,255,255,.34)}
.process-face h3{margin:0;font-size:clamp(1.8rem,2.4vw,2.55rem);line-height:1.05;font-weight:800;letter-spacing:-.035em}
.process-back p{margin:18px 0 0;color:#dce6f5;line-height:1.8;font-size:1rem;max-width:330px}
.flip-hint{margin-top:28px;display:inline-flex;align-items:center;gap:8px;font-size:.75rem;text-transform:uppercase;letter-spacing:.14em;font-weight:800;opacity:.72}
.process-arrow{display:flex;justify-content:center;color:var(--c4);font-size:1.8rem;animation:processArrow 1.8s ease-in-out infinite}
@keyframes processArrow{0%,100%{transform:translateX(-5px);opacity:.5}50%{transform:translateX(7px);opacity:1}}

/* Home services — pinned stacked slides on desktop */
.home-services-stack{position:relative;min-height:calc(300vh + 320px);background:#081326;color:#fff}
.services-stack-intro{padding:96px 0 64px;background:linear-gradient(135deg,#061329,#0b2a58);position:relative;z-index:5}
.services-stack-intro::after{content:'';position:absolute;inset:0;background:radial-gradient(circle at 85% 30%,rgba(168,3,2,.16),transparent 24%);pointer-events:none}
.services-stack-intro>.wrap{position:relative;z-index:1}
.services-stack-intro .section-label,.services-stack-intro .section-title{color:#fff}
.services-stack-intro .lead{color:#d4deec}
.services-stack-stage{position:sticky;top:0;height:100vh;min-height:650px;overflow:hidden;background:#061329}
.service-slide{position:absolute;inset:0;background-image:var(--service-image);background-size:cover;background-position:center;transform:translateY(100%);will-change:transform;z-index:1;overflow:hidden}
.service-slide:first-child{transform:translateY(0);z-index:1}
.service-slide:nth-child(2){z-index:2}
.service-slide:nth-child(3){z-index:3}
.service-slide-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(1,14,41,.92) 0%,rgba(1,14,41,.72) 40%,rgba(1,14,41,.24) 70%,rgba(1,14,41,.08) 100%)}
.service-slide-content{position:relative;z-index:1;width:min(1540px,calc(100% - 96px));height:100%;margin:auto;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;max-width:1540px}
.service-slide-number{font-size:.82rem;letter-spacing:.22em;text-transform:uppercase;font-weight:800;color:#aebfd7;margin-bottom:20px}
.service-slide-icon{width:72px;height:72px;border-radius:22px;display:grid;place-items:center;background:var(--c4);color:#fff;font-size:1.7rem;margin-bottom:26px;box-shadow:0 18px 42px rgba(168,3,2,.28)}
.service-slide h3{margin:0 0 20px;font-size:clamp(3.2rem,6vw,6.6rem);line-height:.92;letter-spacing:-.05em;font-weight:800;color:#fff;max-width:900px}
.service-slide p{margin:0;max-width:700px;color:#d8e2ef;font-size:1.08rem;line-height:1.85}
.service-slide .btn{margin-top:30px}
.service-mobile-controls{display:none}

@media (max-width:1100px){
  .mission-process-grid{grid-template-columns:1fr 46px 1fr 46px 1fr}
  .process-flip-card{height:430px}
  .process-face{padding:30px 24px;border-radius:56px 56px 24px 56px}
  .process-number{font-size:4.6rem}
}
@media (max-width:900px){
  .mission-process-grid{grid-template-columns:1fr;gap:18px;max-width:620px;margin:auto}
  .process-arrow{transform:rotate(90deg);height:36px;align-items:center;animation:none}
  .process-flip-card{height:330px}
  .process-number{font-size:4rem}

  /* Mobile carousel instead of scroll pinning */
  .home-services-stack{min-height:0;background:#061329;padding-bottom:0}
  .services-stack-intro{padding:72px 0 46px}
  .services-stack-stage{position:relative;top:auto;height:680px;min-height:680px;overflow:hidden}
  .service-slide{display:none;transform:none!important;inset:0;opacity:0;transition:opacity .4s ease;background-position:center}
  .service-slide.is-active{display:block;opacity:1}
  .service-slide-overlay{background:linear-gradient(180deg,rgba(1,14,41,.42),rgba(1,14,41,.90) 72%)}
  .service-slide-content{width:calc(100% - 48px);justify-content:flex-end;padding-bottom:120px}
  .service-slide h3{font-size:clamp(2.8rem,11vw,4.5rem);line-height:.96}
  .service-slide p{font-size:1rem;line-height:1.7}
  .service-mobile-controls{display:flex;position:absolute;left:24px;right:24px;bottom:28px;z-index:20;align-items:center;justify-content:space-between;gap:14px}
  .service-carousel-btn{width:50px;height:50px;border-radius:50%;border:1px solid rgba(255,255,255,.22);background:rgba(1,14,41,.72);color:#fff;display:grid;place-items:center;font-size:1rem}
  .service-dots{display:flex;align-items:center;gap:9px}
  .service-dot{width:10px;height:10px;border:0;border-radius:50%;background:rgba(255,255,255,.38);padding:0;transition:.25s ease}
  .service-dot.active{width:30px;border-radius:99px;background:#fff}
}
@media (max-width:640px){
  .about-trust-section::before{width:240px;height:240px;left:-130px}
  .about-trust-section::after{width:110px;height:110px;right:2%}
  .process-flip-card{height:300px}
  .process-face{border-radius:44px 44px 20px 44px;padding:26px 20px}
  .process-icon{width:72px;height:72px;margin-bottom:20px}
  .process-number{font-size:3.4rem;left:24px;top:20px}
  .services-stack-stage{height:640px;min-height:640px}
  .service-slide-content{width:calc(100% - 32px);padding-bottom:108px}
  .service-slide-icon{width:60px;height:60px;border-radius:18px;font-size:1.4rem;margin-bottom:18px}
  .service-slide h3{font-size:42px!important}
  .service-mobile-controls{left:16px;right:16px;bottom:22px}
}


/* ===== September 2026 V10 requested adjustments ===== */
.contact-form-embed{
  background:transparent!important;
  box-shadow:none!important;
  border:0!important;
  border-radius:0!important;
}
.contact-form-embed iframe{
  background:transparent!important;
  border-radius:0!important;
}

.page-hero .section-title,
.page-hero .section-title strong,
.page-hero .section-title span{
  color:var(--c4)!important;
  text-shadow:0 10px 28px rgba(1,14,41,.18);
}

@media (max-width:900px){
  .navlinks{
    inset:78px 0 0!important;
    width:100%!important;
    height:calc(100dvh - 78px)!important;
    z-index:160!important;
    opacity:1!important;
    visibility:visible!important;
    padding:22px 20px 28px!important;
    background:rgba(1,14,41,.98)!important;
  }
  .navlinks.open{display:flex!important;opacity:1!important;visibility:visible!important}
  .navlinks>a,.services-toggle{display:flex!important;align-items:center!important;width:100%!important}
  .menu-btn{display:inline-flex!important;align-items:center;justify-content:center;z-index:170!important}
  .site-header{position:relative;z-index:165!important}
  body.menu-open .site-header{background:rgba(1,14,41,.86)!important;backdrop-filter:blur(12px)!important}

  .welcome-section,
  .property-vision-section,
  .welcome-section>.wrap,
  .property-vision-section>.wrap{
    width:100%!important;
    max-width:100%!important;
    margin:0!important;
    padding:0!important;
    overflow:hidden!important;
  }
  .welcome-section .media-card,
  .property-vision-section .image-card,
  .welcome-section .media-card img,
  .property-vision-section .image-card img{
    width:100%!important;
    max-width:100%!important;
    margin:0!important;
  }
  .property-vision-section .image-card{order:-1!important}
  .property-vision-section .reveal:not(.image-card){order:2!important}

  .footer,
  .footer .wrap,
  .footer-grid,
  .footer-brand-col,
  .footer-column,
  .footer-contact,
  .copyright{
    text-align:center!important;
    justify-content:center!important;
  }
  .footer-socials{justify-content:center!important}
  .footer-column a,
  .footer-contact a,
  .footer-contact p,
  .copyright span{
    justify-content:center!important;
    text-align:center!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }

  .project-video-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px!important}
  .project-video-card{max-width:none!important;width:100%!important}

  .page-hero .wrap,
  .compact-page-hero .wrap{
    padding-top:220px!important;
    padding-bottom:92px!important;
  }
}

@media (max-width:640px){
  .page-hero .wrap,
  .compact-page-hero .wrap{
    padding-top:236px!important;
    padding-bottom:88px!important;
  }
  .project-video-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}
}


/* ===== September 2026 V11 requested adjustments ===== */
/* square, uniform landing/service images */
.editorial-photo{
  aspect-ratio:1 / 1 !important;
  min-height:0 !important;
  height:auto !important;
  display:block !important;
  overflow:hidden !important;
}
.editorial-photo img{
  display:block !important;
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center !important;
  vertical-align:top !important;
}

@media (max-width:900px){
  /* full-screen mobile menu */
  .navlinks,
  .navlinks.open{
    position:fixed !important;
    inset:0 !important;
    width:100vw !important;
    height:100dvh !important;
    min-height:100dvh !important;
    padding:104px 22px 28px !important;
    overflow-y:auto !important;
    background:rgba(1,14,41,.995) !important;
    backdrop-filter:blur(14px) !important;
    z-index:9999 !important;
  }
  .menu-close{
    display:inline-flex !important;
    position:absolute !important;
    top:24px !important;
    right:22px !important;
    margin:0 !important;
    z-index:10000 !important;
  }

  /* footer alignment and icon proximity */
  .footer h4{
    justify-content:center !important;
    text-align:center !important;
  }
  .footer-contact a,
  .footer-contact p{
    display:inline-flex !important;
    align-items:flex-start !important;
    justify-content:center !important;
    gap:10px !important;
    grid-template-columns:none !important;
    width:auto !important;
    max-width:340px !important;
    margin-left:auto !important;
    margin-right:auto !important;
    text-align:center !important;
  }
  .footer-contact span,
  .footer-column a{
    text-align:center !important;
  }

  /* reviews two per row on mobile */
  .review-grid{
    column-count:2 !important;
    column-gap:14px !important;
  }
  .review-card{
    margin:0 0 14px !important;
  }

  /* landing and services image-first layout on mobile */
  .editorial-row,
  .service-landing .editorial-row{
    grid-template-columns:1fr !important;
    gap:24px !important;
  }
  .editorial-row > .editorial-photo,
  .editorial-row.reverse > .editorial-photo,
  .service-landing .editorial-row > .editorial-photo,
  .service-landing .editorial-row.reverse > .editorial-photo{
    order:1 !important;
  }
  .editorial-row > .editorial-copy,
  .editorial-row.reverse > .editorial-copy,
  .service-landing .editorial-row > .editorial-copy,
  .service-landing .editorial-row.reverse > .editorial-copy{
    order:2 !important;
  }
  .editorial-copy{
    padding-top:0 !important;
  }

  /* mobile image rows full-width with no side/bottom gap */
  .welcome-section .media-card,
  .property-vision-section .image-card,
  .editorial-photo{
    margin:0 !important;
  }
  .welcome-section .media-card img,
  .property-vision-section .image-card img,
  .editorial-photo img{
    width:100% !important;
    height:100% !important;
    object-fit:cover !important;
    display:block !important;
  }
}

@media (max-width:640px){
  .review-grid{
    column-count:2 !important;
    column-gap:12px !important;
  }
}
