
:root{
  --green:#061914;--green2:#0b241c;--green3:#102d24;--gold:#c79b58;--gold2:#e5c386;--cream:#f5efe4;--cream2:#fffaf2;--ink:#1b1814;--muted:#6c6257;--line:rgba(199,155,88,.34);--darkline:rgba(6,25,20,.12);--white:#fff;--shadow:0 22px 70px rgba(0,0,0,.16);--softshadow:0 12px 40px rgba(28,20,10,.06);--serif:Georgia,'Times New Roman',serif;--sans:Inter,Arial,Helvetica,sans-serif;--header:76px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream2);color:var(--ink);font-family:var(--sans);line-height:1.55;font-size:15px;opacity:0;transition:opacity .55s ease}body.loaded{opacity:1}body.menu-open{overflow:hidden}a{text-decoration:none;color:inherit}img{display:block;max-width:100%}button,input,select,textarea{font:inherit}::selection{background:var(--gold);color:#17100b}.container{width:min(1160px,calc(100% - 48px));margin:0 auto}.wide{width:min(1320px,calc(100% - 56px));margin:0 auto}.page-loader{position:fixed;inset:0;z-index:9999;display:grid;place-items:center;background:radial-gradient(circle at 50% 35%,#173b30 0%,#061914 56%,#020504 100%);transition:opacity .5s ease,visibility .5s ease}.page-loader.hide{opacity:0;visibility:hidden}.loader-inner{text-align:center}.loader-inner img{width:210px;margin:auto}.loader-inner span{display:block;width:220px;height:1px;background:rgba(255,255,255,.18);margin:22px auto 0;overflow:hidden}.loader-inner span:after{content:"";display:block;width:45%;height:100%;background:var(--gold);animation:bar 1.25s infinite ease}@keyframes bar{from{transform:translateX(-120%)}to{transform:translateX(250%)}}
.i{width:22px;height:22px;display:inline-grid;place-items:center;color:var(--gold);flex:0 0 auto}.i svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}.i.lg{width:42px;height:42px}.i.xl{width:54px;height:54px}.icon-circle{width:52px;height:52px;border:1px solid var(--gold);border-radius:50%;display:grid;place-items:center;color:var(--gold);flex:0 0 auto}.icon-circle svg{width:26px;height:26px;fill:none;stroke:currentColor;stroke-width:1.45;stroke-linecap:round;stroke-linejoin:round}.eyebrow{display:inline-block;color:var(--gold);font-size:11px;font-weight:800;letter-spacing:.15em;text-transform:uppercase}.section-title{font-family:var(--serif);font-weight:400;letter-spacing:-.03em;font-size:clamp(30px,3.1vw,46px);line-height:1.08;margin:10px 0 14px}.section-lead{font-size:16px;color:var(--muted);max-width:670px}.small-copy{font-size:13px;color:var(--muted)}.divider{width:48px;height:2px;background:var(--gold);margin:18px 0 0}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border:1px solid var(--gold);border-radius:2px;padding:13px 20px;min-height:46px;background:transparent;color:inherit;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.045em;transition:transform .25s ease,background .25s ease,box-shadow .25s ease;white-space:nowrap}.btn svg{width:17px;height:17px}.btn:hover{transform:translateY(-2px);box-shadow:0 16px 34px rgba(0,0,0,.13)}.btn.gold,.btn.active{background:linear-gradient(135deg,var(--gold),var(--gold2));color:#21170c;border-color:transparent}.btn.dark{background:var(--green);color:#fff}.btn.small{padding:11px 16px;min-height:40px}.btn.outline{background:transparent;color:#fff}.site-header{position:fixed;top:0;left:0;right:0;z-index:950;color:#fff;transition:.3s ease}.site-header.scrolled{background:rgba(6,25,20,.88);backdrop-filter:blur(16px);border-bottom:1px solid rgba(199,155,88,.18)}.header-inner{width:min(1380px,calc(100% - 64px));height:var(--header);margin:auto;display:flex;align-items:center;gap:28px}.brand{display:inline-flex;align-items:center;margin-right:auto}.brand img{width:156px}.desktop-nav{display:flex;align-items:center;gap:34px}.desktop-nav a{font-size:13px;font-weight:600;opacity:.95;position:relative;padding:10px 0}.desktop-nav a:after{content:"";position:absolute;left:0;right:0;bottom:2px;height:2px;background:var(--gold);transform:scaleX(0);transform-origin:left;transition:.24s ease}.desktop-nav a.active:after,.desktop-nav a:hover:after{transform:scaleX(1)}.top-contact{display:flex;gap:15px;align-items:center;color:#eadcc8;font-size:12px}.top-contact a{display:inline-flex;gap:6px;align-items:center}.top-contact .i{width:15px;height:15px}.header-cta{padding:11px 18px;min-height:40px}.hamb{display:none;width:44px;height:44px;border:1px solid var(--line);border-radius:50%;background:transparent;color:#fff;place-items:center;gap:5px;flex-direction:column}.hamb span{width:18px;height:2px;background:currentColor}.mobile-menu{position:fixed;inset:0;background:rgba(6,25,20,.97);z-index:980;transform:translateX(100%);transition:.38s ease;color:#fff;padding:34px}.mobile-menu.open{transform:none}.mobile-close{position:absolute;top:22px;right:22px;width:46px;height:46px;border-radius:50%;border:1px solid var(--line);background:transparent;color:#fff;font-size:30px}.mobile-menu img{width:170px;margin-bottom:46px}.mobile-menu nav{display:grid;gap:18px;font-family:var(--serif);font-size:34px}.mobile-menu nav a.active:after{display:none}.mobile-menu .btn{margin-top:32px;width:100%}.mobile-menu p{margin-top:28px;color:#d9cfbf}
.hero-home{height:min(760px,100svh);min-height:620px;position:relative;background:var(--green);color:#fff;overflow:hidden;display:flex;align-items:stretch}.hero-photo{position:absolute;inset:0;overflow:hidden}.hero-photo img{width:100%;height:100%;object-fit:cover;object-position:60% 50%;filter:saturate(1.03) contrast(1.02)}.hero-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(6,25,20,.98) 0%,rgba(6,25,20,.93) 36%,rgba(6,25,20,.38) 64%,rgba(6,25,20,.18) 100%)}.hero-photo:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 72% 42%,transparent 0 24%,rgba(6,25,20,.22) 36%,rgba(6,25,20,.72) 100%);z-index:1}.hero-content{position:relative;z-index:2;width:min(1320px,calc(100% - 64px));margin:auto;display:grid;grid-template-columns:minmax(0,585px) 1fr;gap:40px;align-items:center;padding-top:var(--header)}.hero-copy h1{font-family:var(--serif);font-size:clamp(38px,4.6vw,64px);line-height:1.06;font-weight:400;letter-spacing:-.035em;margin:12px 0 16px}.hero-copy p{max-width:555px;color:rgba(255,255,255,.8);font-size:15.5px;margin:0}.hero-actions{display:flex;gap:16px;flex-wrap:wrap;margin:26px 0 0}.hero-points{list-style:none;padding:0;margin:28px 0 0;display:grid;gap:10px}.hero-points li{display:flex;gap:10px;align-items:center;color:#ebe4d9;font-size:13.5px}.hero-points .i{width:18px;height:18px;border:1px solid var(--gold);border-radius:50%;padding:3px}.hero-ornament{position:absolute;right:50px;top:130px;width:520px;height:520px;border:1px solid rgba(199,155,88,.35);border-radius:50%;opacity:.8}.hero-ornament:before,.hero-ornament:after{content:"";position:absolute;inset:-30px;border:1px solid rgba(199,155,88,.25);border-radius:50%}.hero-ornament:after{inset:-60px;opacity:.75}.hero-badge{position:absolute;right:68px;bottom:105px;width:124px;height:124px;border:1px solid var(--gold);border-radius:50%;display:grid;place-items:center;text-align:center;background:rgba(6,25,20,.92);z-index:2;color:#fff}.hero-badge strong{display:block;font-family:var(--serif);font-weight:400;color:var(--gold);font-size:34px;line-height:.9}.hero-badge span{font-size:9px;text-transform:uppercase;letter-spacing:.13em;color:#efe5d7}.stats-strip{background:linear-gradient(90deg,#061914,#0d2a21);color:#fff;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.stats-grid{width:min(1320px,calc(100% - 56px));margin:auto;display:grid;grid-template-columns:1.04fr 1.1fr 1.32fr 1fr 1.12fr}.stat{display:flex;gap:15px;align-items:center;padding:19px 28px;border-right:1px solid var(--line)}.stat:last-child{border-right:0}.stat strong{font-family:var(--serif);font-weight:400;font-size:29px;line-height:.95;display:block}.stat span{display:block;font-size:12px;color:#d8cbbb;margin-top:3px}.stat .icon-circle{width:49px;height:49px}.pad{padding:78px 0}.pad-sm{padding:56px 0}.cream{background:var(--cream)}.dark{background:var(--green);color:#fff}.split{display:grid;grid-template-columns:.73fr 1.27fr;gap:58px;align-items:start}.split.equal{grid-template-columns:1fr 1fr}.markets{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.market-card,.card{background:#fff;border:1px solid var(--darkline);box-shadow:var(--softshadow);overflow:hidden}.market-card img{height:136px;width:100%;object-fit:cover}.market-card .body{padding:18px 18px 20px}.market-card b{color:var(--gold);font-size:11px;text-transform:uppercase;letter-spacing:.12em}.market-card h3,.service-tile h3{font-family:var(--serif);font-weight:400;font-size:22px;line-height:1.13;margin:7px 0 8px}.market-card p,.service-tile p{font-size:13px;color:#554c43;margin:0}.services-preview{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.service-tile{background:#fff;border:1px solid var(--darkline);box-shadow:var(--softshadow);min-height:330px;display:flex;flex-direction:column}.service-tile .top{padding:18px 17px 12px;min-height:162px}.service-tile .num{font-family:var(--serif);font-size:24px;color:var(--gold);display:block;margin-bottom:7px}.service-tile img{height:156px;width:100%;object-fit:cover;margin-top:auto}.service-tile.dark-card{background:var(--green);color:#fff;border-color:var(--line)}.service-tile.dark-card p{color:rgba(255,255,255,.73)}.service-tile.dark-card .btn{width:calc(100% - 34px);margin:0 17px 17px}.why-row{display:grid;grid-template-columns:1fr 1.15fr;align-items:stretch;background:#fff}.why-row .why-img{min-height:360px}.why-row img{width:100%;height:100%;object-fit:cover}.why-copy{padding:48px 52px;background:var(--cream2)}.why-features{display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin-top:30px;border-top:1px solid var(--darkline);border-left:1px solid var(--darkline)}.why-feature{padding:18px 14px;border-right:1px solid var(--darkline);border-bottom:1px solid var(--darkline);text-align:center}.why-feature b{display:block;font-family:var(--serif);font-weight:400;font-size:16px;line-height:1.15;margin-top:9px}.why-feature p{font-size:11px;color:var(--muted);margin:6px 0 0}.thumb-row{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.thumb-row img{height:128px;width:100%;object-fit:cover;border:1px solid #e6d8c6;background:#fff}.process-line{display:grid;grid-template-columns:repeat(4,1fr);gap:0;border:1px solid var(--darkline);background:#fff}.step{display:grid;grid-template-columns:54px 1fr;gap:15px;align-items:start;padding:22px 20px;border-right:1px solid var(--darkline);position:relative}.step:last-child{border-right:0}.step-num{width:44px;height:44px;border-radius:50%;background:var(--green);color:#fff;display:grid;place-items:center;font-family:var(--serif);font-size:22px}.step h3{font-family:var(--serif);font-weight:400;margin:0 0 5px;font-size:17px}.step p{font-size:12px;color:var(--muted);margin:0}.area-faq{display:grid;grid-template-columns:.8fr 1.2fr;gap:34px;align-items:start}.city-list{display:grid;grid-template-columns:repeat(5,1fr);gap:11px 22px;list-style:none;padding:0;margin:22px 0 0}.city-list li{font-size:13px;color:#4f463e}.city-list li:before{content:"";display:inline-block;width:5px;height:5px;border-radius:50%;background:var(--gold);margin-right:8px;vertical-align:middle}.mini-faqs{display:grid;gap:10px}.mini-faqs a{display:flex;justify-content:space-between;align-items:center;background:#fff;border:1px solid var(--darkline);padding:14px 16px;font-size:13px}.cta-band{position:relative;overflow:hidden;background:linear-gradient(90deg,rgba(6,25,20,.98),rgba(6,25,20,.76)),url('../img/hero-home.png') center/cover;color:#fff;padding:62px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.cta-band:after{content:"";position:absolute;right:-140px;bottom:-260px;width:500px;height:500px;border:1px solid rgba(199,155,88,.25);border-radius:50%;box-shadow:0 0 0 38px rgba(199,155,88,.04),0 0 0 80px rgba(199,155,88,.03)}.cta-inner{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:34px}.cta-inner h2{font-family:var(--serif);font-weight:400;font-size:clamp(30px,3vw,42px);line-height:1.1;margin:0 0 8px}.cta-inner p{color:#d7cdbf;margin:0;max-width:700px}.page-hero{position:relative;min-height:430px;padding:calc(var(--header) + 60px) 0 70px;background:var(--green);color:#fff;overflow:hidden;display:flex;align-items:end}.page-hero img.bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;opacity:.76}.page-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(6,25,20,.98),rgba(6,25,20,.82) 46%,rgba(6,25,20,.22))}.page-hero .hero-circle{position:absolute;right:90px;top:110px;width:420px;height:420px;border:1px solid rgba(199,155,88,.27);border-radius:50%;z-index:1}.page-hero .hero-circle:before,.page-hero .hero-circle:after{content:"";position:absolute;inset:-32px;border:1px solid rgba(199,155,88,.2);border-radius:50%}.page-hero .hero-circle:after{inset:-64px}.page-hero .container{position:relative;z-index:2}.page-hero h1{font-family:var(--serif);font-size:clamp(38px,4.4vw,58px);line-height:1.12;font-weight:400;letter-spacing:-.035em;margin:12px 0 0;max-width:820px}.page-hero p{max-width:640px;color:#e0d5c7}.about-focus{display:grid;grid-template-columns:.85fr 1fr .9fr;gap:42px;align-items:start}.about-focus .photo{height:280px;object-fit:cover;width:100%;border:1px solid #e1d3c1}.beliefs{background:var(--green);color:#fff}.belief-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.belief{border:1px solid var(--line);padding:30px;background:rgba(255,255,255,.025)}.belief h3{font-family:var(--serif);font-weight:400;font-size:29px;line-height:1.1;margin:18px 0 12px}.belief p{color:#d5cbbc;font-size:13px}.leadership{display:grid;grid-template-columns:1fr 1fr;align-items:center}.leadership img{width:100%;height:360px;object-fit:cover}.leader-copy{padding:45px 50px}.service-cards-page{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}.service-card-page{background:var(--green);color:#fff;border:1px solid var(--line);display:flex;flex-direction:column;min-height:390px}.service-card-page img{height:140px;width:100%;object-fit:cover}.service-card-page .body{padding:20px;display:flex;flex-direction:column;flex:1}.service-card-page .num{font-family:var(--serif);color:var(--gold);font-size:28px}.service-card-page h3{font-family:var(--serif);font-weight:400;font-size:24px;line-height:1.13;margin:8px 0}.service-card-page p{font-size:13px;color:#d8cfbf}.service-card-page .btn{margin-top:auto}.service-dark-block{display:grid;grid-template-columns:1fr 1.2fr;background:var(--green);color:#fff;align-items:stretch}.service-dark-block img{width:100%;height:100%;min-height:350px;object-fit:cover}.service-dark-copy{padding:48px}.gallery-tabs{display:flex;gap:14px;flex-wrap:wrap;margin:0 0 26px}.gallery-tabs button{min-width:112px;background:#fff;border:1px solid #dcc9af;padding:12px 20px;border-radius:3px;cursor:pointer;transition:.22s ease}.gallery-tabs button.active,.gallery-tabs button:hover{background:linear-gradient(135deg,var(--gold),var(--gold2));color:#1c1309}.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.gallery-item{background:#fff;border:1px solid #e8dac8;overflow:hidden;transition:.25s ease}.gallery-item.hide{display:none}.gallery-item img{width:100%;height:230px;object-fit:cover}.gallery-item figcaption{margin:0;padding:14px 14px 16px;text-align:center;font-family:var(--serif);font-size:18px;line-height:1.22}.gallery-note{display:flex;gap:10px;align-items:center;color:var(--muted);font-size:13px;margin-top:20px}.faq-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.faq-topic{background:#fff;border:1px solid #e2d4c1;padding:22px}.faq-topic h3{display:flex;align-items:center;gap:11px;font-family:var(--serif);font-weight:400;font-size:23px;margin:0 0 12px}.faq-item{border-top:1px solid #e5d7c6}.faq-q{width:100%;background:transparent;border:0;text-align:left;padding:14px 0;display:flex;align-items:center;justify-content:space-between;gap:12px;cursor:pointer;font-size:13px;color:#24201c}.faq-a{max-height:0;overflow:hidden;color:var(--muted);font-size:13px;transition:max-height .3s ease}.faq-item.open .faq-a{max-height:140px;padding-bottom:13px}.faq-wide{grid-column:1/-1;display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.contact-layout{display:grid;grid-template-columns:1.15fr .85fr;gap:26px;align-items:start}.form-card{background:var(--cream2);border:1px solid #e1d1ba;box-shadow:var(--shadow);padding:38px}.form-card h2{font-family:var(--serif);font-weight:400;font-size:34px;margin:0 0 18px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.field.full{grid-column:1/-1}.field label{display:block;font-size:10px;letter-spacing:.12em;text-transform:uppercase;font-weight:800;color:#4b4238;margin-bottom:6px}.field input,.field select,.field textarea{width:100%;border:1px solid #d6c5ae;background:#fffaf2;border-radius:2px;padding:13px 12px;color:#2b241d;outline:0}.field textarea{min-height:116px;resize:vertical}.contact-cards{display:grid;gap:14px}.info-box{display:grid;grid-template-columns:58px 1fr;gap:16px;align-items:center;background:linear-gradient(145deg,var(--green),var(--green3));color:#fff;border:1px solid var(--line);padding:22px}.info-box h3{font-family:var(--serif);font-weight:400;margin:0 0 3px;font-size:21px}.info-box p,.info-box a{margin:0;color:#eee0cf}.map-box{grid-column:1/-1;background:linear-gradient(rgba(6,25,20,.88),rgba(6,25,20,.88)),repeating-linear-gradient(0deg,rgba(199,155,88,.18) 0 1px,transparent 1px 42px),repeating-linear-gradient(90deg,rgba(199,155,88,.16) 0 1px,transparent 1px 42px);border:1px solid var(--line);min-height:250px;color:#fff;padding:34px;display:grid;grid-template-columns:.75fr 1.25fr;align-items:center;position:relative;overflow:hidden}.map-lines{position:absolute;inset:0;background:radial-gradient(circle at 70% 55%,rgba(199,155,88,.22),transparent 28%);opacity:.7}.map-pins{position:relative;min-height:170px}.map-pins span{position:absolute;color:#fff;font-weight:700;text-shadow:0 2px 8px #000}.map-pins span:before{content:"";display:inline-block;width:7px;height:7px;background:var(--gold);border-radius:50%;margin-right:6px}.service-detail{display:grid;grid-template-columns:.95fr 1.05fr;gap:42px;align-items:center}.detail-img{height:380px;width:100%;object-fit:cover;border:1px solid #e5d7c6}.detail-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-top:22px}.detail-box{background:#fff;border:1px solid #e6d8c6;padding:20px}.detail-box h3{font-family:var(--serif);font-weight:400;margin:0 0 8px;font-size:21px}.detail-box p{font-size:13px;color:var(--muted);margin:0}.site-footer{background:var(--green);color:#fff;padding:58px 0 24px;border-top:1px solid var(--line)}.footer-grid{display:grid;grid-template-columns:1.35fr 1.1fr .85fr .8fr 1.1fr;gap:34px;padding-bottom:38px;border-bottom:1px solid var(--line)}.footer-brand img{width:170px}.footer-brand p{font-size:13px;color:#d2c6b8;max-width:290px}.social{display:flex;gap:10px;margin-top:18px}.social a{width:32px;height:32px;border:1px solid var(--gold);border-radius:50%;display:grid;place-items:center;color:var(--gold);font-size:12px}.footer-col h4{font-size:11px;text-transform:uppercase;letter-spacing:.12em;color:var(--gold);margin:0 0 14px}.footer-col a,.footer-col span{display:block;color:#d6ccbf;font-size:13px;margin:7px 0}.contact-mini a{display:flex;gap:8px;align-items:center}.contact-mini .i{width:17px;height:17px}.footer-bottom{display:flex;justify-content:space-between;gap:20px;color:#b8ab9b;font-size:12px;padding-top:20px}.mobile-call{display:none;position:fixed;left:16px;right:16px;bottom:15px;z-index:850;background:linear-gradient(135deg,var(--gold),var(--gold2));color:#21170c;border-radius:999px;padding:12px 18px;text-align:center;font-weight:900;box-shadow:0 12px 38px rgba(0,0,0,.28)}.mobile-call .i{color:#21170c;width:18px;height:18px;vertical-align:middle}.reveal{opacity:0;transform:translateY(26px);transition:opacity .7s ease,transform .7s ease}.reveal.show{opacity:1;transform:none}.fade-left{transform:translateX(-28px)}.fade-right{transform:translateX(28px)}.zoom{transform:scale(.96)}.show.fade-left,.show.fade-right,.show.zoom{transform:none}.delay-1{transition-delay:.08s}.delay-2{transition-delay:.16s}.delay-3{transition-delay:.24s}.delay-4{transition-delay:.32s}.page-out{opacity:0!important}
@media(max-width:1220px){.top-contact{display:none}.services-preview,.service-cards-page{grid-template-columns:repeat(3,1fr)}.gallery-grid{grid-template-columns:repeat(3,1fr)}.stats-grid{grid-template-columns:repeat(3,1fr)}.stat{border-bottom:1px solid var(--line)}}
@media(max-width:980px){.desktop-nav,.header-cta{display:none}.hamb{display:flex}.header-inner{width:min(100% - 32px,1380px)}.hero-home{height:auto;min-height:620px}.hero-content{grid-template-columns:1fr;padding:120px 0 70px}.hero-ornament,.hero-badge{display:none}.split,.split.equal,.about-focus,.why-row,.leadership,.service-dark-block,.area-faq,.contact-layout,.map-box,.service-detail{grid-template-columns:1fr}.markets,.belief-grid,.faq-grid{grid-template-columns:1fr 1fr}.services-preview,.service-cards-page{grid-template-columns:1fr 1fr}.stats-grid{grid-template-columns:1fr 1fr}.process-line{grid-template-columns:1fr 1fr}.step{border-bottom:1px solid var(--darkline)}.why-features{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr 1fr}.page-hero .hero-circle{display:none}.contact-layout{margin-top:0}}
@media(max-width:640px){:root{--header:68px}.container,.wide{width:min(100% - 28px,1160px)}.header-inner{width:min(100% - 26px,1380px)}.brand img{width:140px}.hero-home{min-height:auto}.hero-content{width:min(100% - 28px,1320px);padding:105px 0 48px}.hero-copy h1{font-size:36px}.hero-copy p{font-size:14px}.hero-actions{display:grid}.hero-points{gap:8px}.stats-grid,.markets,.services-preview,.belief-grid,.faq-grid,.service-cards-page,.gallery-grid,.process-line,.why-features,.thumb-row,.city-list,.form-grid,.detail-grid,.faq-wide{grid-template-columns:1fr}.stat{border-right:0;padding:17px}.pad{padding:58px 0}.section-title{font-size:31px}.why-copy,.leader-copy,.service-dark-copy{padding:34px 24px}.gallery-item img{height:220px}.page-hero{min-height:360px;padding:110px 0 52px}.page-hero h1{font-size:34px}.form-card{padding:26px 22px}.footer-grid{grid-template-columns:1fr}.footer-bottom{display:grid}.mobile-call{display:block}.site-footer{padding-bottom:78px}.map-pins{display:none}.info-box{grid-template-columns:48px 1fr}.cta-inner{display:grid}.cta-inner .btn{width:100%}}

.toast{position:fixed;right:20px;bottom:20px;background:var(--green);color:#fff;border:1px solid var(--gold);padding:14px 18px;z-index:9999;box-shadow:var(--shadow);transform:translateY(120%);opacity:0;transition:.25s ease}.toast.show{transform:none;opacity:1}


/* === Refinement patch 2026-07-09: video hero, slimmer titles, safer buttons === */
:root{--header:74px;}
body{font-size:14.5px;}
.site-header{overflow:visible;}
.header-inner{width:min(1400px,calc(100% - 96px));gap:22px;}
.desktop-nav{gap:28px;}
.top-contact{gap:13px;font-size:11.5px;}
.brand img{width:150px;}
.header-cta{padding:10px 17px;min-height:38px;font-size:11px;}
.btn{padding:11px 18px;min-height:42px;font-size:11.4px;letter-spacing:.05em;max-width:100%;}
.btn svg{width:15px;height:15px;flex:0 0 auto;}
.hero-home{height:100svh;min-height:640px;max-height:820px;overflow:hidden;}
.hero-photo img,.hero-photo video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:58% 50%;}
.hero-photo video{z-index:1;filter:saturate(1.05) contrast(1.03);}
.hero-photo img{z-index:0;}
.hero-photo:before,.hero-photo:after{z-index:2;pointer-events:none;}
.hero-photo:after{background:linear-gradient(90deg,rgba(6,25,20,.99) 0%,rgba(6,25,20,.93) 31%,rgba(6,25,20,.48) 58%,rgba(6,25,20,.18) 100%);}
.hero-photo:before{background:radial-gradient(circle at 72% 43%,transparent 0 23%,rgba(6,25,20,.18) 38%,rgba(6,25,20,.64) 100%);}
.hero-content{width:min(1360px,calc(100% - 96px));grid-template-columns:minmax(0,640px) 1fr;padding-top:var(--header);padding-bottom:28px;}
.hero-copy h1{font-size:clamp(36px,3.75vw,52px);line-height:1.13;letter-spacing:-.025em;margin:12px 0 18px;max-width:660px;}
.hero-copy p{font-size:14.8px;line-height:1.7;max-width:570px;}
.hero-actions{margin:22px 0 0;gap:14px;}
.hero-actions .btn{min-width:168px;}
.hero-points{display:none;}
.hero-badge{width:116px;height:116px;right:70px;bottom:72px;}
.hero-badge strong{font-size:31px;}
.hero-badge span{font-size:8.5px;}
.hero-ornament{right:34px;top:136px;width:500px;height:500px;opacity:.72;}
.eyebrow{font-size:10.5px;letter-spacing:.16em;}
.section-title{font-size:clamp(27px,2.55vw,39px);line-height:1.14;letter-spacing:-.02em;font-weight:400;}
.page-hero{min-height:430px;padding:132px 0 76px;}
.page-hero h1{font-size:clamp(32px,3.25vw,47px);line-height:1.15;letter-spacing:-.022em;max-width:760px;}
.page-hero p{font-size:14.5px;line-height:1.7;}
.cta-inner h2{font-size:clamp(28px,2.7vw,42px);line-height:1.12;font-weight:400;}
.market-card h3,.service-tile h3,.service-card-page h3,.belief h3{letter-spacing:-.015em;}
.market-card h3,.service-tile h3{font-size:20px;}
.belief h3{font-size:25px;}
.service-card-page h3{font-size:21px;}
.stat strong{font-size:25px;}
.pad{padding:68px 0;}
.pad-sm{padding:48px 0;}
@media(max-width:1360px){
  .header-inner{width:min(100% - 64px,1400px);gap:18px;}
  .desktop-nav{gap:23px;}
  .hero-content{width:min(100% - 64px,1360px);}
  .hero-copy h1{font-size:clamp(34px,3.55vw,48px);max-width:620px;}
  .top-contact a[href^="mailto"]{display:none;}
}
@media(max-width:980px){
  .header-inner{width:min(100% - 32px,1380px);}
  .hero-home{height:auto;min-height:620px;max-height:none;}
  .hero-content{width:min(100% - 36px,1320px);padding:112px 0 58px;}
  .hero-copy h1{font-size:clamp(34px,7vw,48px);}
}
@media(max-width:640px){
  :root{--header:66px;}
  .brand img{width:136px;}
  .hero-home{min-height:auto;}
  .hero-content{width:min(100% - 28px,1320px);padding:96px 0 46px;}
  .hero-copy h1{font-size:32px;line-height:1.14;}
  .hero-copy p{font-size:13.5px;}
  .hero-actions{display:grid;gap:10px;}
  .hero-actions .btn{width:100%;}
  .section-title{font-size:28px;}
  .page-hero{min-height:340px;padding:102px 0 46px;}
  .page-hero h1{font-size:31px;}
  .btn{white-space:normal;text-align:center;}
}

/* === Wide Layout Fix — match approved mockup proportions === */
@media (min-width: 981px){
  /* Use the full screen width like the mockup instead of narrow columns */
  .container{width:min(1420px,calc(100% - 72px));}
  .wide{width:min(1520px,calc(100% - 72px));}

  /* Home: left titles slimmer, right grids wider */
  .pad > .container.split:not(.equal){
    grid-template-columns:minmax(230px,.38fr) minmax(0,1.62fr);
    gap:38px;
  }
  .pad > .container.split[style*="align-items:end"]{
    grid-template-columns:minmax(260px,.55fr) minmax(0,1.45fr);
  }
  .pad > .container.split[style*="align-items:center"]{
    grid-template-columns:minmax(260px,.48fr) minmax(0,1.52fr);
  }

  /* Home market cards: wider cards, better photo crop */
  .markets{
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:22px;
  }
  .market-card img{height:165px;}
  .market-card .body{padding:20px 21px 22px;}
  .market-card h3{font-size:21px;line-height:1.15;}

  /* Home services: full-width five cards like mockup */
  .services-preview{
    grid-template-columns:repeat(5,minmax(0,1fr));
    gap:18px;
  }
  .service-tile{
    min-height:372px;
  }
  .service-tile .top{
    min-height:184px;
    padding:20px 18px 14px;
  }
  .service-tile img{
    height:174px;
  }
  .service-tile h3{font-size:20px;line-height:1.14;}
  .service-tile p{font-size:12.8px;line-height:1.55;}

  /* Featured work thumbnails: larger, not tiny */
  .thumb-row{
    grid-template-columns:repeat(5,minmax(0,1fr));
    gap:18px;
  }
  .thumb-row img{height:168px;}

  /* Process boxes: use width better */
  .process-line{grid-template-columns:repeat(4,minmax(0,1fr));}
  .step{padding:24px 22px;}

  /* Services page: 5 wide cards fitting the page */
  .service-cards-page{
    grid-template-columns:repeat(5,minmax(0,1fr));
    gap:20px;
  }
  .service-card-page{
    min-height:452px;
  }
  .service-card-page img{
    height:188px;
  }
  .service-card-page .body{
    padding:22px 20px;
  }
  .service-card-page h3{
    font-size:22px;
    line-height:1.14;
  }

  /* Gallery: bigger portfolio tiles, closer to approved mockup */
  .gallery-grid{
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:16px;
  }
  .gallery-item img{
    height:285px;
  }
  .gallery-item figcaption{
    padding:16px 16px 18px;
    font-size:19px;
  }

  /* FAQ/contact cards also breathe wider */
  .faq-grid{gap:22px;}
  .faq-topic{padding:24px;}
  .contact-layout{grid-template-columns:1.22fr .78fr;gap:30px;}
}

@media (min-width: 1400px){
  .container{width:min(1500px,calc(100% - 96px));}
  .stats-grid{width:min(1500px,calc(100% - 96px));}
  .hero-content{width:min(1500px,calc(100% - 96px));}
  .market-card img{height:178px;}
  .service-tile img{height:188px;}
  .service-card-page img{height:205px;}
  .gallery-item img{height:315px;}
  .thumb-row img{height:186px;}
}

@media (max-width: 1220px) and (min-width: 981px){
  /* Keep cards readable on smaller laptops without making them skinny */
  .container{width:min(100% - 56px,1180px);}
  .pad > .container.split:not(.equal){grid-template-columns:1fr;}
  .services-preview,.service-cards-page{grid-template-columns:repeat(3,minmax(0,1fr));}
  .gallery-grid{grid-template-columns:repeat(3,minmax(0,1fr));}
  .market-card img{height:170px;}
  .service-tile img{height:180px;}
  .gallery-item img{height:270px;}
}

@media (max-width: 640px){
  .gallery-item img{height:240px;}
  .service-tile,.service-card-page{min-height:auto;}
  .service-tile img,.service-card-page img{height:220px;}
}


/* === Gallery + Mobile polish patch 2026-07-09 === */
@keyframes heroSlowZoom {
  0% { transform: scale(1); }
  100% { transform: scale(1.08); }
}
.hero-video-wrap,
.hero-photo{overflow:hidden;}
.hero-video-wrap video,
.hero-video-wrap img{
  transform-origin:center center;
  will-change:transform;
}
.hero-video-wrap video{
  animation: heroSlowZoom 26s ease-in-out infinite alternate;
}
.hero-video-wrap img{
  animation: heroSlowZoom 26s ease-in-out infinite alternate;
}
/* keep the motion elegant, not shaky */
.hero-photo video{
  object-position:center center;
  filter:saturate(1.02) contrast(1.02) brightness(.94);
}

/* Gallery should feel tighter and fully fitted like the mockup */
.gallery-tabs{
  gap:12px;
  margin:0 0 20px;
}
.gallery-tabs button{
  min-width:0;
  padding:13px 24px;
  font-weight:600;
}
.gallery-grid{
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
  align-items:start;
}
.gallery-item{
  display:flex;
  flex-direction:column;
  height:100%;
}
.gallery-item img{
  width:100%;
  height:320px;
  object-fit:cover;
}
.gallery-item figcaption{
  padding:16px 16px 18px;
  text-align:center;
  font-family:var(--serif);
  font-size:18px;
  line-height:1.22;
}
.gallery-item figcaption span{
  display:block;
  margin-top:8px;
  font-family:var(--sans);
  font-size:12px;
  line-height:1.4;
  font-weight:600;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:var(--muted);
}
.gallery-note{
  margin-top:18px;
}

/* Header / footer / contact icon alignment, especially on mobile */
.top-contact a,
.contact-mini a,
.gallery-note,
.mobile-call,
.info-box,
.faq-topic h3{
  align-items:center;
}
.social a{
  display:grid;
  place-items:center;
  line-height:1;
}
.contact-mini a{
  display:grid;
  grid-template-columns:18px 1fr;
  column-gap:10px;
}
.contact-mini .i,
.gallery-note .i,
.mobile-call .i,
.top-contact .i,
.faq-topic .i{
  display:inline-grid;
  place-items:center;
  margin:0;
}
.mobile-call{
  display:flex;
  justify-content:center;
  gap:8px;
}

@media (min-width: 981px){
  .gallery-grid{
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:14px;
  }
  .gallery-item img{height:340px;}
}

@media (min-width: 1400px){
  .gallery-grid{
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:16px;
  }
  .gallery-item img{height:360px;}
}

@media (max-width: 1220px) and (min-width: 981px){
  .gallery-grid{
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:12px;
  }
  .gallery-item img{height:285px;}
}

@media (max-width: 980px){
  .gallery-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:12px;
  }
  .gallery-item img{height:260px;}
  .gallery-tabs button{
    flex:1 1 calc(50% - 12px);
    text-align:center;
    padding:12px 14px;
  }
}

@media (max-width: 640px){
  .header-inner{gap:12px;}
  .hamb{width:42px;height:42px;}
  .mobile-menu nav{font-size:28px;gap:14px;}
  .gallery-tabs{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:10px;
  }
  .gallery-tabs button{
    width:100%;
    min-height:46px;
    padding:11px 10px;
    font-size:13px;
  }
  .gallery-grid{
    grid-template-columns:1fr;
    gap:12px;
  }
  .gallery-item img{height:250px;}
  .gallery-item figcaption{font-size:17px;padding:14px 14px 16px;}
  .contact-mini a{
    grid-template-columns:17px 1fr;
    align-items:start;
  }
  .info-box{
    grid-template-columns:44px 1fr;
    gap:12px;
    align-items:start;
  }
  .info-box .icon-circle{width:44px;height:44px;}
  .social{gap:8px;}
  .social a{width:34px;height:34px;font-size:11px;}
  .mobile-call{padding:12px 16px;}
}


/* === Mockup fidelity patch 2026-07-09 — services + gallery + mobile === */
.mobile-call{display:none !important;}
@media (max-width: 767px){.mobile-call{display:flex !important;}}

.mock-hero{
  position:relative;
  overflow:hidden;
  color:#fff;
  background:
    radial-gradient(circle at 34% 42%, rgba(199,155,88,.12), transparent 38%),
    linear-gradient(90deg, rgba(6,25,20,.98) 0%, rgba(6,25,20,.95) 44%, rgba(6,25,20,.78) 58%, rgba(6,25,20,.35) 100%),
    linear-gradient(135deg,#03110d,#082018 52%, #081a14 100%);
  padding:118px 0 0;
}
.mock-hero:after{
  content:"";
  position:absolute;
  inset:0;
  background:radial-gradient(circle at 70% 26%, rgba(199,155,88,.08), transparent 25%);
  pointer-events:none;
}
.mock-hero .rings{
  position:absolute;
  left:34%;
  top:66px;
  width:410px;
  height:410px;
  border-radius:50%;
  border:1px solid rgba(199,155,88,.26);
  box-shadow:0 0 0 26px rgba(199,155,88,.045), 0 0 0 52px rgba(199,155,88,.03), 0 0 0 78px rgba(199,155,88,.02);
  opacity:.92;
}
.mock-hero .container{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(380px,520px);
  gap:28px;
  align-items:end;
}
.mock-hero-copy{padding:0 0 38px;max-width:500px;}
.mock-hero-copy h1{
  font-family:var(--serif);
  font-weight:400;
  font-size:clamp(36px,4vw,62px);
  line-height:1.1;
  letter-spacing:-.03em;
  margin:0 0 18px;
}
.mock-hero-copy p{max-width:430px;color:#e6dbce;font-size:14.5px;line-height:1.65;margin:0 0 10px;}
.mock-hero-copy .small-copy{color:var(--gold);font-weight:700;margin-top:0;}
.mock-hero-side{
  display:flex;
  justify-content:flex-end;
  align-items:flex-end;
  min-height:395px;
}
.mock-hero-side img{
  width:100%;
  max-width:520px;
  height:395px;
  object-fit:cover;
  object-position:center;
  display:block;
}
.gallery-tabs.mock-tabs{margin:22px 0 20px;gap:12px;flex-wrap:nowrap;overflow:auto;padding-bottom:2px;}
.gallery-tabs.mock-tabs button{background:#fff7ee;border:1px solid #d9c7ae;min-width:108px;padding:11px 18px;white-space:nowrap;}
.page-gallery .gallery-grid{
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:6px;
}
.page-gallery .gallery-item{border:0;box-shadow:none;background:#fff;}
.page-gallery .gallery-item img{height:245px;object-fit:cover;}
.page-gallery .gallery-item figcaption{
  font-size:17px;
  line-height:1.23;
  padding:12px 10px 15px;
  border-top:0;
}
.page-gallery .gallery-item figcaption span{display:none;}
.page-gallery .gallery-note{margin-top:16px;font-size:12px;color:#948677;}

.gallery-cta-panel{
  background:linear-gradient(90deg,#071b14 0%,#0a241b 36%,#0b1f18 100%);
  color:#fff;
  display:grid;
  grid-template-columns:290px 1fr 240px;
  align-items:center;
  overflow:hidden;
  border-top:1px solid rgba(199,155,88,.2);
  border-bottom:1px solid rgba(199,155,88,.2);
}
.gallery-cta-image{position:relative;min-height:176px;display:flex;align-items:center;justify-content:center;overflow:hidden;}
.gallery-cta-image img{width:100%;height:176px;object-fit:cover;display:block;}
.gallery-cta-image:before{content:"";position:absolute;left:-32px;top:-90px;width:280px;height:280px;border-radius:50%;border:1px solid rgba(199,155,88,.36);box-shadow:0 0 0 26px rgba(199,155,88,.05),0 0 0 52px rgba(199,155,88,.035),0 0 0 78px rgba(199,155,88,.025);} 
.gallery-cta-copy{padding:26px 34px;}
.gallery-cta-copy h2{font-family:var(--serif);font-weight:400;font-size:clamp(30px,3vw,44px);line-height:1.1;margin:0 0 10px;}
.gallery-cta-copy p{color:#d6ccbf;font-size:14px;line-height:1.65;margin:0;max-width:520px;}
.gallery-cta-action{display:flex;justify-content:center;padding:0 30px;}
.gallery-cta-action .btn{min-width:200px;}

.services-intro-center{margin-bottom:28px;text-align:center;}
.services-intro-center .divider{margin-left:auto;margin-right:auto;}
.page-services .service-cards-page{gap:12px;align-items:stretch;}
.page-services .service-card-page{min-height:392px;}
.page-services .service-card-page img{height:162px;}
.page-services .service-card-page .body{padding:16px 18px 18px;}
.page-services .service-card-page .num{font-size:22px;}
.page-services .service-card-page h3{font-size:22px;line-height:1.15;margin:8px 0 10px;}
.page-services .service-card-page p{font-size:13px;line-height:1.6;}
.page-services .service-card-page .btn{margin-top:auto;width:100%;justify-content:center;}
.page-services .service-dark-block{grid-template-columns:1fr 1.42fr;}
.page-services .service-dark-copy{padding:32px 34px;}
.page-services .service-dark-copy .section-title{font-size:clamp(28px,2.8vw,42px);}
.page-services .service-dark-copy .why-features{margin-top:22px;border-top-color:var(--line);border-left-color:transparent;grid-template-columns:repeat(4,1fr);}
.page-services .service-dark-copy .why-feature{background:transparent;border-bottom:0;border-top:0;border-right:1px solid rgba(199,155,88,.2);padding:12px 10px 4px;}
.page-services .service-dark-copy .why-feature:last-child{border-right:0;}
.page-services .service-dark-copy .why-feature b{font-size:16px;color:#fff;}
.page-services .service-dark-copy .why-feature p{font-size:12px;color:#d4cabd;}
.page-services .cta-band{background:linear-gradient(90deg,rgba(6,25,20,.96),rgba(6,25,20,.85)), url('../img/hero-home.png') center/cover;}

@media (max-width: 980px){
  .mock-hero{padding:96px 0 0;}
  .mock-hero .rings{left:56%;top:110px;width:240px;height:240px;box-shadow:0 0 0 16px rgba(199,155,88,.045), 0 0 0 32px rgba(199,155,88,.03);opacity:.55;}
  .mock-hero .container{grid-template-columns:1fr;gap:14px;}
  .mock-hero-copy{padding-bottom:0;max-width:none;}
  .mock-hero-copy h1{font-size:42px;max-width:620px;}
  .mock-hero-side{min-height:auto;justify-content:center;}
  .mock-hero-side img{max-width:none;height:280px;}
  .page-gallery .gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;}
  .gallery-cta-panel{grid-template-columns:1fr;}
  .gallery-cta-image img{height:180px;}
  .gallery-cta-action{padding:0 24px 28px;justify-content:flex-start;}
  .page-services .service-dark-block{grid-template-columns:1fr;}
}
@media (max-width: 640px){
  .hero-home{min-height:520px;}
  .hero-content{padding:84px 0 34px !important; align-items:start;}
  .hero-copy h1{font-size:28px !important; line-height:1.12; max-width:290px; margin:8px 0 10px;}
  .hero-copy p{font-size:13px !important; line-height:1.55; max-width:290px;}
  .hero-actions{gap:9px;}
  .hero-actions .btn{min-height:46px;padding:11px 14px;}
  .stats-grid{margin-top:0;}
  .mock-hero{padding:86px 0 0;}
  .mock-hero .rings{display:none;}
  .mock-hero .container{width:min(100% - 24px,1320px);gap:12px;}
  .mock-hero-copy h1{font-size:28px;line-height:1.15;margin-bottom:12px;max-width:300px;}
  .mock-hero-copy p{font-size:13px;line-height:1.55;max-width:300px;}
  .mock-hero-side img{height:210px;}
  .gallery-tabs.mock-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;overflow:visible;}
  .gallery-tabs.mock-tabs button{width:100%;min-width:0;padding:10px 8px;font-size:13px;}
  .page-gallery .gallery-grid{grid-template-columns:1fr;gap:12px;}
  .page-gallery .gallery-item img{height:248px;}
  .gallery-cta-copy{padding:20px 20px 16px;}
  .gallery-cta-copy h2{font-size:28px;}
  .gallery-cta-copy p{font-size:13px;}
  .gallery-cta-action{padding:0 20px 20px;}
  .gallery-cta-action .btn{width:100%;}
  .services-intro-center{margin-bottom:20px;}
  .page-services .service-cards-page{grid-template-columns:1fr;gap:14px;}
  .page-services .service-card-page img{height:200px;}
  .page-services .service-dark-copy{padding:22px 20px;}
  .page-services .service-dark-copy .why-features{grid-template-columns:1fr 1fr;gap:0;}
  .page-services .service-dark-copy .why-feature{padding:16px 10px;border-bottom:1px solid rgba(199,155,88,.2);}
}


/* === 2026-07-09 regenerated hero assets / no-crop patch === */
.page-services .mock-hero-side,
.page-gallery .mock-hero-side{align-items:flex-end;}
.page-services .mock-hero-side img,
.page-gallery .mock-hero-side img{
  width:100%;
  height:auto;
  max-height:none;
  object-fit:contain !important;
  object-position:right bottom;
  display:block;
}
.page-services .mock-hero-side{min-height:360px;}
.page-gallery .mock-hero-side{min-height:250px;}
.page-gallery .mock-hero-copy{max-width:700px;}
.page-gallery .mock-hero-copy h1{max-width:880px;}
.page-services .mock-hero-copy{max-width:520px;}
.gallery-cta-image{
  min-height:180px;
  background:linear-gradient(135deg,#061914,#0a241b 55%,#0b1f18 100%);
}
.gallery-cta-image img{
  width:100%;
  height:100%;
  max-height:200px;
  object-fit:contain !important;
  object-position:center bottom;
  padding:12px 0 0;
  background:transparent;
}
@media (min-width:981px){
  .page-services .mock-hero .container{grid-template-columns:minmax(0,1fr) minmax(460px,620px);}
  .page-gallery .mock-hero .container{grid-template-columns:minmax(0,1fr) minmax(420px,560px);}
}
@media (max-width:980px){
  .page-services .mock-hero-side img,
  .page-gallery .mock-hero-side img{width:100%;height:auto;max-width:100%;}
  .gallery-cta-image img{max-height:220px;}
}
@media (max-width:640px){
  .page-services .mock-hero-side{min-height:auto;}
  .page-gallery .mock-hero-side{min-height:auto;}
  .page-services .mock-hero-side img{height:auto;max-height:190px;object-fit:contain !important;}
  .page-gallery .mock-hero-side img{height:auto;max-height:170px;object-fit:contain !important;}
  .gallery-cta-image img{max-height:180px;padding-top:8px;}
}


/* === Final refinement 2026-07-09: services + gallery fidelity/mobile === */
.page-services .mock-hero,
.page-gallery .mock-hero{
  min-height:430px;
  padding-top:88px;
}
.page-services .mock-hero .container,
.page-gallery .mock-hero .container{
  width:min(100% - 72px, 1460px);
  align-items:end;
}
.page-services .mock-hero-copy,
.page-gallery .mock-hero-copy{padding-bottom:34px;}
.page-services .mock-hero-copy h1,
.page-gallery .mock-hero-copy h1{
  font-size:clamp(42px,4.35vw,64px);
  line-height:1.08;
  max-width:720px;
}
.page-services .mock-hero-copy p,
.page-gallery .mock-hero-copy p{
  font-size:15px;
  max-width:470px;
}
.page-services .mock-hero-side,
.page-gallery .mock-hero-side{justify-content:flex-end;}
.page-services .mock-hero-side img,
.page-gallery .mock-hero-side img{
  max-width:100%;
  width:auto;
}
.page-services .mock-hero .rings{left:34%; top:62px;}
.page-gallery .mock-hero .rings{left:72%; top:46px; width:280px; height:280px; box-shadow:0 0 0 18px rgba(199,155,88,.05), 0 0 0 36px rgba(199,155,88,.03), 0 0 0 54px rgba(199,155,88,.02);}

/* gallery tighter like the approved mockup */
.page-gallery .pad.cream{padding-top:26px;}
.page-gallery .wide{width:min(100% - 72px, 1500px);}
.page-gallery .gallery-tabs.mock-tabs{margin:0 0 16px;gap:10px;}
.page-gallery .gallery-tabs.mock-tabs button{padding:10px 20px;min-width:118px;border-radius:2px;font-size:13px;}
.page-gallery .gallery-grid{
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:4px !important;
}
.page-gallery .gallery-item{
  background:#fff;
  border:0 !important;
  box-shadow:none;
}
.page-gallery .gallery-item img{
  width:100%;
  height:246px;
  object-fit:cover;
  display:block;
}
.page-gallery .gallery-item figcaption{
  font-size:16px;
  line-height:1.26;
  padding:10px 8px 14px;
  min-height:68px;
}
.page-gallery .gallery-note{margin-top:12px;padding-left:6px;}

.gallery-cta-panel{
  grid-template-columns:320px 1fr 250px;
  min-height:188px;
}
.gallery-cta-image{min-height:188px;}
.gallery-cta-image img{
  max-height:188px;
  height:188px;
  width:100%;
  object-fit:contain !important;
  object-position:center bottom;
}
.gallery-cta-copy{padding:24px 32px 24px 22px;}
.gallery-cta-copy h2{font-size:clamp(34px,3vw,50px);margin-bottom:8px;}
.gallery-cta-copy p{font-size:14px;max-width:560px;}
.gallery-cta-action{justify-content:flex-end;padding-right:28px;}
.gallery-cta-action .btn{min-width:210px;}

/* services section proportions */
.page-services .pad.cream{padding-top:22px;}
.page-services .services-intro-center{margin-bottom:22px;}
.page-services .service-cards-page{gap:10px;}
.page-services .service-card-page{min-height:404px;}
.page-services .service-card-page img{height:148px;}
.page-services .service-card-page .body{padding:14px 16px 16px;}
.page-services .service-card-page h3{font-size:21px;line-height:1.1;}
.page-services .service-card-page p{font-size:12.5px;line-height:1.55;}
.page-services .service-dark-block{grid-template-columns:1fr 1.36fr;}
.page-services .service-dark-block img{min-height:345px;object-fit:cover;}
.page-services .service-dark-copy{padding:28px 30px;}
.page-services .service-dark-copy .why-features{margin-top:20px;}
.page-services .cta-band{padding:28px 0;}
.page-services .cta-band h2{font-size:clamp(30px,3vw,44px);margin:0 0 10px;}

/* header/logo stability */
.brand img{display:block;height:auto;}
.site-header{background:linear-gradient(180deg, rgba(6,25,20,.42), rgba(6,25,20,.05));}
.site-header.scrolled{background:rgba(6,25,20,.9);}

/* mobile careful pass */
@media (max-width: 980px){
  .page-services .mock-hero,
  .page-gallery .mock-hero{min-height:auto;padding-top:82px;}
  .page-services .mock-hero .container,
  .page-gallery .mock-hero .container{width:min(100% - 30px, 1460px);gap:10px;}
  .page-services .mock-hero-copy,
  .page-gallery .mock-hero-copy{padding-bottom:0;}
  .page-services .mock-hero-copy h1,
  .page-gallery .mock-hero-copy h1{font-size:34px;max-width:640px;}
  .page-gallery .wide{width:min(100% - 30px, 1500px);}
  .page-gallery .gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px !important;}
  .gallery-cta-panel{grid-template-columns:1fr;}
  .gallery-cta-image,
  .gallery-cta-image img{height:auto;max-height:220px;}
  .gallery-cta-action{justify-content:flex-start;padding:0 22px 24px;}
  .page-services .service-dark-block{grid-template-columns:1fr;}
}
@media (max-width: 640px){
  .site-header{background:rgba(6,25,20,.84);backdrop-filter:blur(10px);}
  .header-inner{height:68px;gap:10px;}
  .brand img{width:132px;}
  .hamb{width:40px;height:40px;}
  .top-contact,.header-cta{display:none !important;}
  .mobile-menu{padding:26px 22px;}
  .mobile-menu img{width:150px;margin-bottom:30px;}
  .mobile-menu nav{font-size:26px;gap:12px;}
  .page-services .mock-hero,
  .page-gallery .mock-hero{padding-top:70px;}
  .page-services .mock-hero .container,
  .page-gallery .mock-hero .container{width:min(100% - 24px, 1460px);gap:8px;}
  .page-services .mock-hero-copy h1,
  .page-gallery .mock-hero-copy h1{font-size:28px;line-height:1.12;max-width:312px;margin-bottom:12px;}
  .page-services .mock-hero-copy p,
  .page-gallery .mock-hero-copy p{font-size:13px;line-height:1.55;max-width:308px;}
  .page-services .mock-hero-side img{max-height:176px !important;}
  .page-gallery .mock-hero-side img{max-height:154px !important;}
  .page-gallery .pad.cream{padding-top:16px;}
  .page-gallery .gallery-tabs.mock-tabs{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;}
  .page-gallery .gallery-tabs.mock-tabs button{padding:10px 8px;min-width:0;width:100%;font-size:12px;}
  .page-gallery .gallery-grid{grid-template-columns:1fr;gap:10px !important;}
  .page-gallery .gallery-item img{height:220px;}
  .page-gallery .gallery-item figcaption{font-size:15px;min-height:unset;padding:10px 8px 12px;}
  .gallery-cta-copy{padding:18px 18px 12px;}
  .gallery-cta-copy h2{font-size:30px;}
  .gallery-cta-copy p{font-size:13px;}
  .gallery-cta-action{padding:0 18px 18px;}
  .gallery-cta-action .btn{width:100%;min-width:0;}
  .page-services .service-cards-page{grid-template-columns:1fr;gap:12px;}
  .page-services .service-card-page{min-height:unset;}
  .page-services .service-card-page img{height:196px;}
  .page-services .service-card-page .body{padding:14px 14px 16px;}
  .page-services .service-dark-copy{padding:22px 18px;}
  .page-services .service-dark-copy .why-features{grid-template-columns:1fr 1fr;}
  .page-services .cta-band{padding:22px 0 24px;}
}


/* === 2026-07-09 video background + cover headers patch === */
/* Use Confer logo with bright white lettering over dark/video scenes */
.brand img,
.mobile-menu img,
.footer-brand img,
.page-loader img{filter:none;opacity:1;}

/* Home hero video background */
.hero-home{background:#04110d;}
.hero-home .hero-photo{position:absolute;inset:0;overflow:hidden;background:#04110d;}
.hero-home .hero-photo img,
.hero-home .hero-photo video{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
}
.hero-home .hero-photo img{z-index:0;}
.hero-home .hero-photo video{z-index:1;display:block;filter:brightness(.72) saturate(1.02) contrast(1.03);}
.hero-home .hero-photo:before,
.hero-home .hero-photo:after{z-index:2;pointer-events:none;}
.hero-home .hero-content,
.hero-home .hero-badge,
.hero-home .hero-ornament{z-index:3;}

/* Services + Gallery headers should show the art as COVER, not letterboxed */
.page-services .mock-hero,
.page-gallery .mock-hero{min-height:460px;}
.page-services .mock-hero .container,
.page-gallery .mock-hero .container{align-items:end;}
.page-services .mock-hero-side,
.page-gallery .mock-hero-side{
  align-self:stretch;
  display:flex;
  align-items:flex-end;
  justify-content:flex-end;
  min-height:340px;
}
.page-services .mock-hero-side img,
.page-gallery .mock-hero-side img{
  width:100% !important;
  height:100% !important;
  min-height:340px;
  max-height:none !important;
  object-fit:cover !important;
  object-position:center center;
  display:block;
}
.page-services .mock-hero-side{min-width:520px;}
.page-gallery .mock-hero-side{min-width:500px;}
.page-gallery .mock-hero-copy{max-width:780px;}
.page-gallery .mock-hero-copy h1{max-width:860px;}

/* Keep header visual scale balanced */
.page-services .mock-hero-copy h1,
.page-gallery .mock-hero-copy h1{font-size:clamp(38px,4.1vw,60px);line-height:1.08;}
.page-services .mock-hero-copy p{font-size:15px;max-width:470px;}

/* Mobile / tablet fallback */
@media (max-width: 980px){
  .page-services .mock-hero,
  .page-gallery .mock-hero{min-height:auto;}
  .page-services .mock-hero-side,
  .page-gallery .mock-hero-side{min-height:260px;}
  .page-services .mock-hero-side img,
  .page-gallery .mock-hero-side img{min-height:260px;height:260px !important;object-fit:cover !important;}
}
@media (max-width: 640px){
  .hero-home .hero-photo video{object-position:center center;}
  .page-services .mock-hero,
  .page-gallery .mock-hero{padding-top:72px;}
  .page-services .mock-hero-side,
  .page-gallery .mock-hero-side{min-height:190px;}
  .page-services .mock-hero-side img,
  .page-gallery .mock-hero-side img{height:190px !important;min-height:190px;}
}


/* === 2026-07-09 hard fix: no video jitter, proper cover headers, centered icons === */
/* stop all jitter / zoom on home hero media */
.hero-video-wrap video,
.hero-video-wrap img,
.hero-home .hero-photo video,
.hero-home .hero-photo img{
  animation:none !important;
  transform:none !important;
}
.hero-home .hero-photo video{filter:brightness(.74) saturate(1.02) contrast(1.02);}

/* Use cover-style page heroes for Services / Gallery like other inner pages */
.page-hero-cover{min-height:470px;padding:calc(var(--header) + 56px) 0 62px;}
.page-hero-cover img.bg{opacity:1;object-fit:cover;object-position:center center;}
.page-hero-cover:after{background:linear-gradient(90deg,rgba(6,25,20,.96) 0%,rgba(6,25,20,.86) 42%,rgba(6,25,20,.38) 72%,rgba(6,25,20,.2) 100%);} 
.page-hero-cover .container{max-width:1360px;}
.page-hero-cover h1{max-width:760px;font-size:clamp(40px,4.35vw,62px);line-height:1.08;}
.page-hero-cover p{max-width:540px;font-size:15px;color:#e3d7c9;}
.page-hero-gallery .hero-circle{right:70px;top:106px;width:430px;height:430px;}
.page-hero-services .hero-circle{right:90px;top:104px;width:430px;height:430px;}
.page-hero-gallery img.bg{object-position:right center;}
.page-hero-services img.bg{object-position:right center;}

/* Gallery grid should match mockup proportions more closely */
.page-gallery .pad.cream{padding-top:22px;padding-bottom:24px;}
.page-gallery .wide{width:min(100% - 64px, 1420px);}
.page-gallery .gallery-tabs.mock-tabs{margin:0 0 18px;gap:10px;}
.page-gallery .gallery-tabs.mock-tabs button{padding:11px 22px;min-width:118px;font-size:13px;border-radius:2px;}
.page-gallery .gallery-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:4px !important;}
.page-gallery .gallery-item{border:1px solid #e7d8c6;background:#fff;box-shadow:none;}
.page-gallery .gallery-item img{height:292px;object-fit:cover;}
.page-gallery .gallery-item figcaption{font-size:16px;line-height:1.25;padding:10px 10px 14px;min-height:86px;display:flex;flex-direction:column;justify-content:flex-start;}
.page-gallery .gallery-item figcaption span{display:none;}
.page-gallery .gallery-note{margin-top:14px;font-size:13px;}

/* Like what you see section closer to mockup */
.gallery-cta-panel{grid-template-columns:300px 1fr 260px;align-items:stretch;min-height:218px;}
.gallery-cta-image{min-height:218px;overflow:hidden;display:flex;align-items:flex-end;justify-content:center;}
.gallery-cta-image img{width:100%;height:100%;max-height:none;object-fit:cover !important;object-position:center center;border:0;}
.gallery-cta-copy{padding:28px 30px 22px 22px;display:flex;flex-direction:column;justify-content:center;}
.gallery-cta-copy h2{font-size:clamp(34px,3vw,52px);line-height:1.05;}
.gallery-cta-copy p{font-size:14px;max-width:560px;}
.gallery-cta-action{padding-right:26px;display:flex;align-items:center;justify-content:flex-end;}

/* Center all circular icons properly */
.icon-circle,
.i,
.faq-topic h3 .i,
.info-box .i,
.contact-mini .i,
.top-contact .i,
.hero-points .i,
.why-feature .i,
.gallery-note .i{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  flex:0 0 auto;
}
.icon-circle svg,
.i svg,
.faq-topic h3 .i svg,
.info-box .i svg,
.contact-mini .i svg,
.top-contact .i svg,
.hero-points .i svg,
.why-feature .i svg,
.gallery-note .i svg{
  width:100%;height:100%;margin:auto;display:block;
}
.stat{align-items:center;}
.stat .icon-circle{display:grid;place-items:center;}
.stat .icon-circle svg{width:25px;height:25px;}
.why-feature .i.lg{display:grid;place-items:center;}
.why-feature .i.lg svg{width:24px;height:24px;}

/* Mobile and tablet */
@media (max-width:980px){
  .page-hero-cover{min-height:400px;padding:calc(var(--header) + 44px) 0 50px;}
  .page-hero-cover h1{font-size:clamp(34px,5vw,52px);max-width:680px;}
  .page-hero-gallery .hero-circle,.page-hero-services .hero-circle{right:36px;top:118px;width:320px;height:320px;}
  .page-gallery .wide{width:min(100% - 30px, 1420px);}
  .page-gallery .gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px !important;}
  .page-gallery .gallery-item img{height:250px;}
  .gallery-cta-panel{grid-template-columns:1fr;}
  .gallery-cta-image{min-height:220px;}
  .gallery-cta-image img{height:220px;}
  .gallery-cta-action{padding:0 22px 24px;justify-content:flex-start;}
}
@media (max-width:640px){
  .page-hero-cover{min-height:330px;padding:110px 0 42px;}
  .page-hero-cover h1{font-size:32px;line-height:1.1;max-width:320px;}
  .page-hero-cover p{font-size:13px;max-width:300px;}
  .page-hero-gallery img.bg,.page-hero-services img.bg{object-position:68% center;}
  .page-gallery .wide{width:min(100% - 24px, 1420px);}
  .page-gallery .gallery-tabs.mock-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;}
  .page-gallery .gallery-tabs.mock-tabs button{min-width:0;width:100%;padding:10px 8px;font-size:12px;}
  .page-gallery .gallery-grid{grid-template-columns:1fr;gap:10px !important;}
  .page-gallery .gallery-item img{height:232px;}
  .page-gallery .gallery-item figcaption{font-size:15px;min-height:unset;padding:10px 8px 12px;}
  .gallery-cta-copy{padding:18px 18px 12px;}
  .gallery-cta-copy h2{font-size:30px;}
  .gallery-cta-copy p{font-size:13px;}
  .gallery-cta-image{min-height:180px;}
  .gallery-cta-image img{height:180px;}
}


/* === 2026-07-09 gallery grid mockup alignment fix === */
.page-gallery .pad.cream{
  padding-top:22px;
  padding-bottom:28px;
}
.page-gallery .wide{
  width:min(100% - 64px, 1450px);
}
.page-gallery .gallery-tabs.mock-tabs{
  margin:0 0 18px;
  gap:10px;
}
.page-gallery .gallery-tabs.mock-tabs button{
  min-width:118px;
  padding:11px 20px;
  font-size:13px;
  border-radius:2px;
}
.page-gallery .gallery-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:5px !important;
  align-items:start;
}
.page-gallery .gallery-item{
  display:flex;
  flex-direction:column;
  background:#fff;
  border:1px solid #e9dccb;
  box-shadow:none;
  overflow:hidden;
}
.page-gallery .gallery-item img{
  width:100%;
  height:300px;
  object-fit:cover;
  object-position:center center;
  display:block;
}
.page-gallery .gallery-item figcaption{
  display:flex;
  align-items:flex-start;
  justify-content:center;
  flex-direction:column;
  text-align:center;
  font-family:var(--serif);
  font-size:16px;
  line-height:1.24;
  padding:11px 12px 14px;
  min-height:84px;
}
.page-gallery .gallery-item figcaption span{
  display:none;
}
.page-gallery .gallery-note{
  margin-top:14px;
  padding-left:2px;
  font-size:13px;
}

@media (min-width: 1500px){
  .page-gallery .wide{width:min(100% - 72px, 1520px);} 
  .page-gallery .gallery-grid{gap:6px !important;}
  .page-gallery .gallery-item img{height:312px;}
}

@media (max-width: 1180px){
  .page-gallery .wide{width:min(100% - 34px, 1450px);} 
  .page-gallery .gallery-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px !important;}
  .page-gallery .gallery-item img{height:270px;}
}

@media (max-width: 980px){
  .page-gallery .wide{width:min(100% - 30px, 1450px);} 
  .page-gallery .gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px !important;}
  .page-gallery .gallery-item img{height:250px;}
  .page-gallery .gallery-item figcaption{min-height:74px;font-size:15px;}
}

@media (max-width: 640px){
  .page-gallery .wide{width:min(100% - 24px, 1450px);} 
  .page-gallery .gallery-tabs.mock-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;}
  .page-gallery .gallery-tabs.mock-tabs button{min-width:0;width:100%;padding:10px 8px;font-size:12px;}
  .page-gallery .gallery-grid{grid-template-columns:1fr;gap:10px !important;}
  .page-gallery .gallery-item img{height:230px;}
  .page-gallery .gallery-item figcaption{min-height:unset;padding:10px 8px 12px;font-size:15px;}
}


/* === Black & Gold Brand Theme + New Confer Logo === */
:root{
  --green:#050505;
  --green2:#080808;
  --green3:#101010;
  --cream:#070707;
  --cream2:#0c0c0c;
  --text:#f5efe6;
  --muted:#c8bda9;
  --gold:#d6aa5f;
  --gold2:#efd08a;
  --line:rgba(214,170,95,.32);
  --darkline:rgba(214,170,95,.22);
}

html,body{background:#050505;color:#f5efe6;}
body{background:#050505;}

.site-header{
  background:rgba(5,5,5,.88) !important;
  border-bottom:1px solid rgba(214,170,95,.18);
  backdrop-filter:blur(14px);
}
.site-header.scrolled{
  background:rgba(5,5,5,.94) !important;
  border-bottom:1px solid rgba(214,170,95,.26);
}
.brand img{
  width:178px;
  height:auto;
  object-fit:contain;
}
.footer-brand img{width:210px;height:auto;}
.mobile-menu img{width:190px;height:auto;}
.page-loader img{width:190px;height:auto;}

.cream,
.pad.cream,
.pad-sm.cream{
  background:#070707 !important;
  color:#f5efe6;
}
.section-lead,
.market-card p,
.service-tile p,
.service-card-page p,
.city-list li,
.faq-a,
.gallery-note,
.small-copy,
p{
  color:#c8bda9;
}

.market-card,
.card,
.mini-faqs a,
.faq-topic,
.form-card,
.detail-box,
.gallery-item{
  background:#0b0b0b !important;
  color:#f5efe6 !important;
  border-color:rgba(214,170,95,.24) !important;
}
.market-card .body,
.service-card-page .body,
.gallery-item figcaption{
  background:#0b0b0b !important;
  color:#f5efe6 !important;
}
.market-card h3,
.service-tile h3,
.service-card-page h3,
.gallery-item figcaption,
.faq-topic h3,
.form-card h2,
.detail-box h3{
  color:#f5efe6;
}
.gallery-tabs button{
  background:#0b0b0b !important;
  color:#f5efe6 !important;
  border-color:rgba(214,170,95,.35) !important;
}
.gallery-tabs button.active,
.gallery-tabs button:hover{
  background:linear-gradient(135deg,var(--gold),var(--gold2)) !important;
  color:#130d05 !important;
}
.service-tile,
.service-card-page{
  background:#080808 !important;
  border-color:rgba(214,170,95,.28) !important;
}
.why-copy{background:#0b0b0b !important;}
.why-row{background:#050505 !important;}
.why-feature{
  background:#080808;
  border-color:rgba(214,170,95,.25) !important;
}
.process-line{background:#0b0b0b !important;border-color:rgba(214,170,95,.24) !important;}
.step{border-color:rgba(214,170,95,.24) !important;}
.step-num{background:#d6aa5f;color:#080808;}

input,select,textarea,
.field input,.field select,.field textarea{
  background:#090909 !important;
  color:#f5efe6 !important;
  border-color:rgba(214,170,95,.34) !important;
}
::placeholder{color:#a99c86;}

.site-footer,
.gallery-cta-panel,
.cta-band,
.stats-strip{
  background:#050505 !important;
  border-color:rgba(214,170,95,.22) !important;
}
.cta-band{
  background:linear-gradient(90deg,rgba(5,5,5,.98),rgba(5,5,5,.86)),url('../img/hero-home.png') center/cover !important;
}

.footer-col a,
.footer-col span,
.footer-brand p,
.footer-bottom,
.contact-mini a{
  color:#c8bda9;
}
.footer-col h4,
.eyebrow,
.market-card b,
.service-card-page .num,
.service-tile .num{
  color:#d6aa5f;
}
.social a{
  color:#d6aa5f;
  border-color:#d6aa5f;
}

/* Keep image/gallery sizes from previous mockup grid pass, now on black */
.page-gallery .gallery-item{background:#0b0b0b !important;}
.page-gallery .gallery-item figcaption{background:#0b0b0b !important;color:#f5efe6 !important;}

@media(max-width:640px){
  .brand img{width:154px;}
  .mobile-menu img{width:170px;}
  .footer-brand img{width:190px;}
}


/* === 2026-07-09 home alternating backgrounds + tighter gallery grid === */
.page-home .section-soft{background:#111111 !important;}
.page-home .section-deep{background:#090909 !important;}
.page-home .section-mid{background:#101010 !important;}
.page-home .section-soft .section-title,
.page-home .section-deep .section-title,
.page-home .section-mid .section-title,
.page-home .section-soft h3,
.page-home .section-deep h3,
.page-home .section-mid h3{color:#f5efe6 !important;}
.page-home .section-soft p,
.page-home .section-deep p,
.page-home .section-mid p,
.page-home .section-soft li,
.page-home .section-deep li,
.page-home .section-mid li,
.page-home .section-soft .market-card p,
.page-home .section-deep .service-tile p{color:#c8bda9 !important;}
.page-home .section-soft .market-card,
.page-home .section-deep .service-tile,
.page-home .section-soft .mini-faqs a,
.page-home .section-deep .process-line,
.page-home .section-deep .step,
.page-home .section-soft .thumb-row img{background:#0c0c0c !important;border-color:rgba(214,170,95,.22) !important;}
.page-home .why-row.section-mid{border-top:1px solid rgba(214,170,95,.16);border-bottom:1px solid rgba(214,170,95,.16);}
.page-home .section-soft .market-card .body,
.page-home .section-deep .service-tile .top{background:#0c0c0c !important;}
.page-home .section-soft .mini-faqs a span{color:var(--gold);}

/* Gallery grid should sit much closer to the mockup */
.page-gallery .pad.cream{padding-top:18px !important;padding-bottom:24px !important;}
.page-gallery .wide{width:min(100% - 40px, 1560px) !important;}
.page-gallery .gallery-tabs.mock-tabs{margin:0 0 14px !important;gap:8px !important;}
.page-gallery .gallery-tabs.mock-tabs button{padding:10px 18px !important;min-width:108px !important;}
.page-gallery .gallery-grid{
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  gap:3px !important;
  align-items:start !important;
}
.page-gallery .gallery-item{
  border:0 !important;
  background:#0a0a0a !important;
  overflow:hidden !important;
}
.page-gallery .gallery-item img{
  width:100% !important;
  height:306px !important;
  object-fit:cover !important;
  display:block !important;
}
.page-gallery .gallery-item figcaption{
  min-height:60px !important;
  padding:8px 8px 10px !important;
  font-size:14px !important;
  line-height:1.2 !important;
  text-align:center !important;
  justify-content:flex-start !important;
}
.page-gallery .gallery-note{margin-top:10px !important;font-size:12px !important;}

@media (max-width: 1200px){
  .page-gallery .wide{width:min(100% - 28px, 1560px) !important;}
  .page-gallery .gallery-grid{grid-template-columns:repeat(3,minmax(0,1fr)) !important;gap:6px !important;}
  .page-gallery .gallery-item img{height:270px !important;}
}
@media (max-width: 980px){
  .page-gallery .gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:8px !important;}
  .page-gallery .gallery-item img{height:240px !important;}
  .page-gallery .gallery-item figcaption{min-height:54px !important;font-size:14px !important;}
}
@media (max-width: 640px){
  .page-gallery .wide{width:min(100% - 20px, 1560px) !important;}
  .page-gallery .gallery-grid{grid-template-columns:1fr !important;gap:10px !important;}
  .page-gallery .gallery-item img{height:230px !important;}
  .page-gallery .gallery-item figcaption{min-height:unset !important;padding:9px 8px 11px !important;}
}


/* === FINAL HARD OVERRIDE: white home sections + exact gallery grid + readable FAQ === */

/* Home: alternate white sections so the page is not all black */
body.page-home .section-white{
  background:#f5efe6 !important;
  color:#111 !important;
}
body.page-home .section-white .section-title,
body.page-home .section-white h2,
body.page-home .section-white h3,
body.page-home .section-white h4,
body.page-home .section-white li{
  color:#111 !important;
}
body.page-home .section-white p,
body.page-home .section-white .section-lead,
body.page-home .section-white .small-copy{
  color:#4b4238 !important;
}
body.page-home .section-white .market-card,
body.page-home .section-white .mini-faqs a,
body.page-home .section-white .card{
  background:#fffaf3 !important;
  color:#111 !important;
  border-color:#dec9ac !important;
}
body.page-home .section-white .market-card .body{
  background:#fffaf3 !important;
}
body.page-home .section-white .market-card p,
body.page-home .section-white .mini-faqs a{
  color:#4b4238 !important;
}
body.page-home .section-white .thumb-row img{
  background:#fff !important;
  border-color:#dec9ac !important;
}
body.page-home .section-black{
  background:#070707 !important;
  color:#f5efe6 !important;
}

/* FAQ: make all questions readable */
.faq-grid,
.faq-grid *{
  color:#111 !important;
}
.faq-topic{
  background:#fffaf3 !important;
  border-color:#dec9ac !important;
  color:#111 !important;
}
.faq-topic h3,
.faq-q{
  color:#111 !important;
}
.faq-a{
  color:#4b4238 !important;
}
.faq-item{
  border-color:#dec9ac !important;
}
.faq-q span{
  color:#b9873d !important;
}

/* Gallery mockup exact section */
.gallery-mockup-section{
  background:#f5efe6 !important;
  color:#111 !important;
  padding:22px 0 22px !important;
}
.gallery-mockup-wrap{
  width:min(100% - 76px, 1188px) !important;
  margin:0 auto !important;
}
.gallery-mockup-tabs{
  display:flex !important;
  flex-wrap:wrap !important;
  align-items:center !important;
  gap:14px !important;
  margin:0 0 18px !important;
}
.gallery-mockup-tabs button{
  min-width:118px !important;
  height:42px !important;
  padding:0 18px !important;
  border:1px solid #d6b98e !important;
  border-radius:2px !important;
  background:#fffaf3 !important;
  color:#111 !important;
  font-size:13px !important;
  font-weight:600 !important;
  cursor:pointer !important;
}
.gallery-mockup-tabs button.active,
.gallery-mockup-tabs button:hover{
  background:linear-gradient(135deg,#d6aa5f,#efd08a) !important;
  color:#111 !important;
}
.gallery-mockup-grid{
  display:grid !important;
  grid-template-columns:repeat(4, minmax(0, 1fr)) !important;
  column-gap:6px !important;
  row-gap:6px !important;
  align-items:start !important;
}
.gallery-mockup-card{
  margin:0 !important;
  padding:0 !important;
  background:#fffaf3 !important;
  border:0 !important;
  box-shadow:none !important;
  overflow:hidden !important;
  display:flex !important;
  flex-direction:column !important;
}
.gallery-mockup-card.hide{
  display:none !important;
}
.gallery-mockup-card img{
  width:100% !important;
  height:218px !important;
  display:block !important;
  object-fit:cover !important;
  object-position:center center !important;
  margin:0 !important;
  padding:0 !important;
}
.gallery-mockup-card figcaption{
  margin:0 !important;
  min-height:58px !important;
  padding:9px 10px 10px !important;
  background:#fffaf3 !important;
  color:#111 !important;
  font-family:var(--serif) !important;
  font-size:16px !important;
  line-height:1.22 !important;
  text-align:center !important;
  display:flex !important;
  align-items:flex-start !important;
  justify-content:center !important;
}
.gallery-mockup-note{
  display:flex !important;
  align-items:center !important;
  gap:9px !important;
  margin:14px 0 0 !important;
  color:#7a6e60 !important;
  font-size:12px !important;
}
.gallery-mockup-note .i{
  width:20px !important;
  height:20px !important;
  color:#d6aa5f !important;
}

.gallery-cta-panel{
  background:#050505 !important;
  border-top:1px solid rgba(214,170,95,.28) !important;
  border-bottom:1px solid rgba(214,170,95,.28) !important;
}

@media (min-width:1400px){
  .gallery-mockup-wrap{
    width:min(100% - 90px, 1260px) !important;
  }
  .gallery-mockup-card img{
    height:232px !important;
  }
}
@media (max-width:980px){
  .gallery-mockup-wrap{
    width:min(100% - 30px, 1188px) !important;
  }
  .gallery-mockup-grid{
    grid-template-columns:repeat(2, minmax(0, 1fr)) !important;
    gap:10px !important;
  }
  .gallery-mockup-card img{
    height:240px !important;
  }
  .gallery-mockup-card figcaption{
    min-height:52px !important;
    font-size:15px !important;
  }
}
@media (max-width:640px){
  .gallery-mockup-section{
    padding:16px 0 20px !important;
  }
  .gallery-mockup-wrap{
    width:min(100% - 22px, 1188px) !important;
  }
  .gallery-mockup-tabs{
    display:grid !important;
    grid-template-columns:repeat(2, minmax(0,1fr)) !important;
    gap:8px !important;
  }
  .gallery-mockup-tabs button{
    width:100% !important;
    min-width:0 !important;
    height:40px !important;
    font-size:12px !important;
    padding:0 8px !important;
  }
  .gallery-mockup-grid{
    grid-template-columns:1fr !important;
    gap:10px !important;
  }
  .gallery-mockup-card img{
    height:230px !important;
  }
  .gallery-mockup-card figcaption{
    min-height:unset !important;
    padding:9px 8px 10px !important;
    font-size:15px !important;
  }
}


/* === 2026-07-09 REVERT COLORS TO BLACK/GOLD ORIGINAL === */
html,
body{
  background:#050505 !important;
  color:#f5efe6 !important;
}

/* تمام سکشن‌های محتوایی به حالت مشکی/طلایی برگردانده شد */
main > section:not(.page-hero):not(.hero-home):not(.cta-band),
.cream,
.pad.cream,
.pad-sm.cream,
.gallery-mockup-section{
  background:#050505 !important;
  color:#f5efe6 !important;
}

main > section h1,
main > section h2,
main > section h3,
main > section h4,
main > section h5,
main > section h6,
main > section .section-title,
.gallery-mockup-card figcaption,
.gallery-item figcaption,
.faq-topic h3,
.faq-q,
.form-card h2,
.info-box h3,
.detail-box h3{
  color:#f5efe6 !important;
}

main > section p,
main > section li,
main > section .section-lead,
main > section .small-copy,
main > section .faq-a,
.gallery-mockup-note,
.gallery-note,
.city-list li,
.footer-brand p,
.footer-col a,
.footer-col span{
  color:#c8bda9 !important;
}

/* کارت‌ها و باکس‌ها در تم مشکی/طلایی */
.market-card,
.card,
.service-tile,
.service-card-page,
.faq-topic,
.mini-faqs a,
.detail-box,
.form-card,
.info-box,
.gallery-item,
.gallery-mockup-card,
.process-line,
.step,
.belief{
  background:#0b0b0b !important;
  color:#f5efe6 !important;
  border-color:rgba(214,170,95,.26) !important;
}

.market-card .body,
.service-card-page .body,
.service-tile .top,
.gallery-item figcaption,
.gallery-mockup-card figcaption{
  background:#0b0b0b !important;
  color:#f5efe6 !important;
}

.market-card p,
.service-card-page p,
.service-tile p,
.detail-box p,
.mini-faqs a,
.info-box p,
.info-box a{
  color:#c8bda9 !important;
}

/* فرم‌ها در حالت تاریک اما خوانا */
input,
select,
textarea,
.field input,
.field select,
.field textarea{
  background:#090909 !important;
  color:#f5efe6 !important;
  border-color:rgba(214,170,95,.34) !important;
}
input::placeholder,
textarea::placeholder{
  color:#a99c86 !important;
}
.field label,
.form-card label{
  color:#d6aa5f !important;
}

/* هدر، فوتر و CTA */
.site-header{
  background:rgba(5,5,5,.92) !important;
  border-bottom:1px solid rgba(214,170,95,.22) !important;
}
.site-footer,
.gallery-cta-panel,
.stats-strip{
  background:#050505 !important;
  border-color:rgba(214,170,95,.24) !important;
}
.cta-band{
  background:linear-gradient(90deg,rgba(5,5,5,.98),rgba(5,5,5,.86)),url('../img/hero-home.png') center/cover !important;
}

/* رنگ طلایی اجزای برند */
.eyebrow,
.num,
.market-card b,
.service-card-page .num,
.service-tile .num,
.footer-col h4,
.i,
.icon-circle,
.gallery-mockup-note .i,
.gallery-note .i{
  color:#d6aa5f !important;
}
.icon-circle{
  border-color:#d6aa5f !important;
}

/* گالری اصلاح‌شده حفظ شود، فقط رنگ آن به مشکی/طلایی برگردد */
.gallery-mockup-section{
  padding:22px 0 22px !important;
}
.gallery-mockup-card img{
  object-fit:cover !important;
}
.gallery-mockup-tabs button{
  background:#0b0b0b !important;
  color:#f5efe6 !important;
  border-color:rgba(214,170,95,.35) !important;
}
.gallery-mockup-tabs button.active,
.gallery-mockup-tabs button:hover{
  background:linear-gradient(135deg,#d6aa5f,#efd08a) !important;
  color:#111 !important;
}

/* جلوگیری از محو شدن متن‌ها */
.reveal,
.reveal.show,
body.loaded .reveal,
body.loaded .reveal:not(.show){
  opacity:1 !important;
  transform:none !important;
}


/* === Mobile CTA + section separators + fade restore === */

/* Remove old floating Call Now everywhere */
.mobile-call{
  display:none !important;
}

/* Restore fade animation everywhere */
.reveal{
  opacity:0 !important;
  transform:translateY(26px) !important;
  transition:opacity .72s ease, transform .72s ease !important;
}
.reveal.show{
  opacity:1 !important;
  transform:none !important;
}
body.loaded .reveal:not(.show){
  opacity:0 !important;
  transform:translateY(26px) !important;
}
.fade-left{transform:translateX(-28px) !important;}
.fade-right{transform:translateX(28px) !important;}
.zoom{transform:scale(.96) !important;}
.show.fade-left,
.show.fade-right,
.show.zoom{
  transform:none !important;
}

/* Subtle separators between black sections so the page does not feel like one solid block */
main > section.section-separated{
  position:relative;
}
main > section.section-separated::before{
  content:"";
  position:absolute;
  left:clamp(22px,4vw,72px);
  right:clamp(22px,4vw,72px);
  top:0;
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(214,170,95,.5),rgba(214,170,95,.18),transparent);
  pointer-events:none;
}
main > section.section-separated::after{
  content:"";
  position:absolute;
  left:50%;
  top:0;
  width:74px;
  height:2px;
  transform:translateX(-50%);
  background:linear-gradient(90deg,transparent,var(--gold),transparent);
  opacity:.8;
  pointer-events:none;
}
main > section.section-separated:nth-of-type(even){
  background:
    radial-gradient(circle at 14% 0%, rgba(214,170,95,.055), transparent 26%),
    #050505 !important;
}
main > section.section-separated:nth-of-type(odd){
  background:
    linear-gradient(180deg,rgba(255,255,255,.018),rgba(255,255,255,0) 38%),
    #080808 !important;
}

/* Mobile: put the two hero CTA buttons as a bottom attached bar */
@media (max-width:640px){
  body.page-home{
    padding-bottom:62px;
  }

  body.page-home .hero-home{
    min-height:100svh !important;
    padding-bottom:72px;
  }

  body.page-home .hero-actions{
    position:fixed !important;
    left:0;
    right:0;
    bottom:0;
    z-index:1200;
    display:grid !important;
    grid-template-columns:1fr 1fr;
    gap:0 !important;
    margin:0 !important;
    padding:0 !important;
    background:#050505;
    border-top:1px solid rgba(214,170,95,.35);
    box-shadow:0 -10px 28px rgba(0,0,0,.35);
  }

  body.page-home .hero-actions .btn{
    width:100% !important;
    min-height:56px !important;
    border-radius:0 !important;
    border:0 !important;
    box-shadow:none !important;
    transform:none !important;
    padding:12px 10px !important;
    font-size:13px !important;
    line-height:1.1 !important;
    letter-spacing:.03em !important;
  }

  body.page-home .hero-actions .btn:first-child{
    background:#050505 !important;
    color:#fff !important;
    border-right:1px solid rgba(214,170,95,.25) !important;
  }

  body.page-home .hero-actions .btn:last-child{
    background:#f5efe6 !important;
    color:#111 !important;
  }

  body.page-home .hero-actions .btn:first-child::before{
    content:"";
    width:18px;
    height:18px;
    display:inline-block;
    background:currentColor;
    -webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M5 12h14'/%3E%3Cpath d='m13 6 6 6-6 6'/%3E%3C/svg%3E") center/contain no-repeat;
            mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M5 12h14'/%3E%3Cpath d='m13 6 6 6-6 6'/%3E%3C/svg%3E") center/contain no-repeat;
  }

  body.page-home .hero-actions .btn:last-child::before{
    content:"";
    width:18px;
    height:18px;
    display:inline-block;
    background:currentColor;
    -webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' viewBox='0 0 24 24'%3E%3Crect x='3' y='4' width='18' height='18' rx='2'/%3E%3Cpath d='M16 2v4M8 2v4M3 10h18'/%3E%3C/svg%3E") center/contain no-repeat;
            mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' viewBox='0 0 24 24'%3E%3Crect x='3' y='4' width='18' height='18' rx='2'/%3E%3Cpath d='M16 2v4M8 2v4M3 10h18'/%3E%3C/svg%3E") center/contain no-repeat;
  }

  body.page-home .hero-actions .btn svg{
    display:none !important;
  }

  main > section.section-separated::before{
    left:20px;
    right:20px;
  }
}


/* === FINAL BLACK BACKGROUND + FOOTER SERVICES 2 COLUMNS + COPYRIGHT === */

/* Bring site back to black/gold */
html,
body{
  background:#050505 !important;
  color:#f5efe6 !important;
}

main,
main > section:not(.page-hero):not(.hero-home):not(.mock-hero),
.cream,
.pad.cream,
.pad-sm.cream,
.gallery-mockup-section{
  background:#050505 !important;
  color:#f5efe6 !important;
}

main > section:not(.page-hero):not(.hero-home):not(.mock-hero) h1,
main > section:not(.page-hero):not(.hero-home):not(.mock-hero) h2,
main > section:not(.page-hero):not(.hero-home):not(.mock-hero) h3,
main > section:not(.page-hero):not(.hero-home):not(.mock-hero) h4,
main > section:not(.page-hero):not(.hero-home):not(.mock-hero) .section-title,
.gallery-mockup-card figcaption,
.gallery-item figcaption,
.faq-topic h3,
.faq-q,
.form-card h2,
.info-box h3,
.detail-box h3{
  color:#f5efe6 !important;
}

main > section:not(.page-hero):not(.hero-home):not(.mock-hero) p,
main > section:not(.page-hero):not(.hero-home):not(.mock-hero) li,
main > section:not(.page-hero):not(.hero-home):not(.mock-hero) .section-lead,
main > section:not(.page-hero):not(.hero-home):not(.mock-hero) .small-copy,
main > section:not(.page-hero):not(.hero-home):not(.mock-hero) .faq-a,
.gallery-mockup-note,
.gallery-note,
.city-list li{
  color:#c8bda9 !important;
}

.market-card,
.card,
.service-tile,
.service-card-page,
.faq-topic,
.mini-faqs a,
.detail-box,
.form-card,
.info-box,
.gallery-item,
.gallery-mockup-card,
.process-line,
.step,
.belief{
  background:#0b0b0b !important;
  color:#f5efe6 !important;
  border-color:rgba(214,170,95,.26) !important;
}

.market-card .body,
.service-card-page .body,
.service-tile .top,
.gallery-item figcaption,
.gallery-mockup-card figcaption{
  background:#0b0b0b !important;
  color:#f5efe6 !important;
}

.market-card p,
.service-card-page p,
.service-tile p,
.detail-box p,
.mini-faqs a,
.info-box p,
.info-box a,
.faq-a{
  color:#c8bda9 !important;
}

input,
select,
textarea,
.field input,
.field select,
.field textarea{
  background:#090909 !important;
  color:#f5efe6 !important;
  border-color:rgba(214,170,95,.34) !important;
}

input::placeholder,
textarea::placeholder{
  color:#a99c86 !important;
}

.site-header,
.site-header.scrolled{
  background:rgba(5,5,5,.92) !important;
  color:#f5efe6 !important;
  border-bottom:1px solid rgba(214,170,95,.22) !important;
}

.desktop-nav a,
.top-contact a{
  color:#f5efe6 !important;
}

.cta-band{
  background:linear-gradient(90deg,rgba(5,5,5,.98),rgba(5,5,5,.86)),url('../img/hero-home.png') center/cover !important;
  color:#f5efe6 !important;
  border-top:1px solid rgba(214,170,95,.26) !important;
  border-bottom:1px solid rgba(214,170,95,.26) !important;
}

/* Footer stays black/gold and services are truly two columns */
.site-footer{
  background:#050505 !important;
  color:#f5efe6 !important;
  border-top:1px solid rgba(214,170,95,.34) !important;
}

.footer-grid{
  grid-template-columns:1.2fr 1.6fr .8fr .75fr 1.1fr !important;
  gap:34px !important;
}

.footer-services-two-col{
  display:grid !important;
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  gap:0 24px !important;
  align-items:start !important;
}

.footer-services-two-col div{
  display:flex !important;
  flex-direction:column !important;
  gap:0 !important;
}

.footer-services-two-col a{
  display:block !important;
  margin:0 0 7px !important;
  color:#c8bda9 !important;
  font-size:13px !important;
  line-height:1.35 !important;
  white-space:normal !important;
}

.site-footer h4,
.site-footer .footer-col h4{
  color:#d6aa5f !important;
}

.site-footer p,
.site-footer a,
.site-footer span,
.footer-bottom{
  color:#c8bda9 !important;
}

.footer-bottom{
  display:flex !important;
  justify-content:space-between !important;
  gap:20px !important;
  border-top:0 !important;
}

.footer-bottom span:last-child{
  color:#d6aa5f !important;
}

/* Preserve gold accents */
.eyebrow,
.num,
.market-card b,
.service-card-page .num,
.service-tile .num,
.footer-col h4,
.i,
.icon-circle,
.gallery-mockup-note .i,
.gallery-note .i{
  color:#d6aa5f !important;
}

.icon-circle{
  border-color:#d6aa5f !important;
}

@media(max-width:980px){
  .footer-grid{
    grid-template-columns:1fr 1fr !important;
  }
}

@media(max-width:640px){
  .footer-grid{
    grid-template-columns:1fr !important;
  }
  .footer-services-two-col{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }
  .footer-bottom{
    display:grid !important;
  }
}


/* === HARD FIX: Footer Services must be real 2 columns === */
.site-footer .footer-grid{
  display:grid !important;
  grid-template-columns:minmax(210px,1.05fr) minmax(430px,1.85fr) minmax(130px,.72fr) minmax(120px,.62fr) minmax(225px,1fr) !important;
  gap:34px !important;
  align-items:start !important;
}

.site-footer .footer-services-col{
  min-width:430px !important;
}

.site-footer .footer-services-grid{
  display:grid !important;
  grid-template-columns:1fr 1fr !important;
  gap:0 28px !important;
  width:100% !important;
  max-width:520px !important;
}

.site-footer .footer-services-list{
  display:flex !important;
  flex-direction:column !important;
  align-items:flex-start !important;
  gap:0 !important;
  min-width:0 !important;
}

.site-footer .footer-services-grid a{
  display:block !important;
  width:100% !important;
  margin:0 0 8px !important;
  padding:0 !important;
  line-height:1.35 !important;
  font-size:13px !important;
  color:#c8bda9 !important;
  white-space:normal !important;
}

.site-footer .footer-bottom{
  display:flex !important;
  justify-content:space-between !important;
  gap:20px !important;
  color:#c8bda9 !important;
}

.site-footer .footer-bottom span:last-child{
  color:#d6aa5f !important;
}

@media(max-width:1100px){
  .site-footer .footer-grid{
    grid-template-columns:1fr 1fr !important;
  }
  .site-footer .footer-services-col{
    min-width:0 !important;
  }
}

@media(max-width:640px){
  .site-footer .footer-grid{
    grid-template-columns:1fr !important;
  }
  .site-footer .footer-services-grid{
    grid-template-columns:1fr 1fr !important;
    max-width:none !important;
    gap:0 18px !important;
  }
  .site-footer .footer-bottom{
    display:grid !important;
  }
}


/* === Floating CTR / Consultation Button Patch === */
.floating-ctr{
  --floating-ctr-bg:#d6aa5f;
  position:fixed;
  right:0;
  top:50%;
  transform:translateY(-50%);
  z-index:1300;
  width:86px;
  min-height:318px;
  pointer-events:none;
}
.floating-ctr a{
  position:relative;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:flex-start;
  gap:18px;
  width:86px;
  min-height:318px;
  padding:74px 14px 24px;
  background:var(--floating-ctr-bg);
  color:#101010;
  border-radius:26px 0 0 26px;
  text-decoration:none;
  box-shadow:0 18px 45px rgba(0,0,0,.28);
  border:1px solid rgba(255,255,255,.22);
  border-right:0;
  pointer-events:auto;
  transition:transform .25s ease, box-shadow .25s ease;
}
.floating-ctr a:hover{
  transform:translateX(-4px);
  box-shadow:0 22px 58px rgba(0,0,0,.35);
}
.floating-ctr-photo{
  position:absolute;
  top:-39px;
  left:50%;
  transform:translateX(-50%);
  width:78px;
  height:78px;
  border-radius:50%;
  padding:4px;
  background:var(--floating-ctr-bg);
  box-shadow:0 10px 30px rgba(0,0,0,.28);
}
.floating-ctr-photo img{
  width:100%;
  height:100%;
  border-radius:50%;
  object-fit:cover;
  display:block;
  border:2px solid rgba(255,255,255,.75);
}
.floating-ctr-icon{
  width:48px;
  height:48px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:rgba(255,255,255,.22);
  color:#111;
}
.floating-ctr-icon svg{
  width:24px;
  height:24px;
  fill:none;
  stroke:currentColor;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.floating-ctr-text{
  writing-mode:vertical-rl;
  transform:rotate(180deg);
  font-weight:900;
  letter-spacing:.04em;
  font-size:20px;
  line-height:1;
  white-space:nowrap;
}
@media(max-width:980px){
  .floating-ctr{
    display:none;
  }
}

/* CMS patch: subtle section separation */
main > section:not(.hero-home):not(.page-hero):not(.mock-hero):not(.cta-band){
  position:relative;
}
main > section:not(.hero-home):not(.page-hero):not(.mock-hero):not(.cta-band)::before{
  content:"";
  position:absolute;
  left:clamp(22px,4vw,72px);
  right:clamp(22px,4vw,72px);
  top:0;
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(214,170,95,.48),transparent);
  pointer-events:none;
}

/* Admin/general field hint for floating CTR remains standard input/upload */


/* === PATCH: Restore designed homepage + make floating CTR smaller/elegant === */
.floating-ctr{
  width:56px !important;
  min-height:218px !important;
  right:14px !important;
  top:50% !important;
  transform:translateY(-50%) !important;
  z-index:1100 !important;
}
.floating-ctr a{
  width:56px !important;
  min-height:218px !important;
  padding:48px 8px 16px !important;
  border-radius:18px !important;
  box-shadow:0 14px 34px rgba(0,0,0,.24) !important;
}
.floating-ctr a:hover{
  transform:translateX(-3px) !important;
}
.floating-ctr-photo{
  width:54px !important;
  height:54px !important;
  top:-26px !important;
  padding:3px !important;
}
.floating-ctr-icon{
  width:34px !important;
  height:34px !important;
}
.floating-ctr-icon svg{
  width:17px !important;
  height:17px !important;
}
.floating-ctr-text{
  font-size:13px !important;
  letter-spacing:.035em !important;
  line-height:1 !important;
}
@media(max-width:1200px){
  .floating-ctr{
    right:8px !important;
    width:50px !important;
  }
  .floating-ctr a{
    width:50px !important;
    min-height:196px !important;
    padding:44px 7px 14px !important;
  }
  .floating-ctr-photo{
    width:48px !important;
    height:48px !important;
    top:-24px !important;
  }
  .floating-ctr-text{
    font-size:12px !important;
  }
}
@media(max-width:980px){
  .floating-ctr{
    display:none !important;
  }
}


/* === Patch: center mobile hamburger icon + replace About belief icon support === */
.hamb{
  display:none;
  align-items:center !important;
  justify-content:center !important;
  flex-direction:column !important;
  gap:5px !important;
  padding:0 !important;
  line-height:0 !important;
  text-align:center !important;
}
.hamb span{
  display:block !important;
  width:20px !important;
  height:2px !important;
  margin:0 auto !important;
  flex:0 0 auto !important;
  border-radius:999px !important;
  transform:none !important;
}
@media (max-width:980px){
  .hamb{
    display:flex !important;
  }
}
@media (max-width:640px){
  .hamb{
    width:42px !important;
    height:42px !important;
  }
}
.belief .i.xl{
  display:inline-grid !important;
  place-items:center !important;
}
.belief .i.xl svg{
  width:34px !important;
  height:34px !important;
  display:block !important;
  margin:auto !important;
}


/* === Patch: Home button + Services submenu === */
.desktop-nav{
  overflow:visible !important;
}
.nav-dropdown{
  position:relative;
  display:flex;
  align-items:center;
  height:100%;
}
.nav-dropdown > .nav-drop-trigger{
  display:flex;
  align-items:center;
  gap:6px;
  color:inherit;
  text-decoration:none;
}
.nav-caret{
  font-size:11px;
  line-height:1;
  color:var(--gold);
  transform:translateY(1px);
}
.nav-submenu{
  position:absolute;
  left:50%;
  top:calc(100% + 18px);
  transform:translateX(-50%) translateY(8px);
  width:292px;
  padding:12px;
  background:rgba(5,5,5,.96);
  border:1px solid rgba(214,170,95,.34);
  box-shadow:0 18px 46px rgba(0,0,0,.34);
  border-radius:10px;
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transition:opacity .22s ease, transform .22s ease, visibility .22s ease;
}
.nav-submenu::before{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:-20px;
  height:20px;
}
.nav-dropdown:hover .nav-submenu,
.nav-dropdown:focus-within .nav-submenu{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
  transform:translateX(-50%) translateY(0);
}
.nav-submenu a{
  display:block !important;
  padding:10px 12px !important;
  color:#f5efe6 !important;
  border-radius:7px;
  font-size:13px !important;
  line-height:1.35;
  white-space:normal;
}
.nav-submenu a:hover,
.nav-submenu a.active{
  background:rgba(214,170,95,.16);
  color:var(--gold) !important;
}
.nav-dropdown.active > .nav-drop-trigger,
.desktop-nav > a.active{
  color:var(--gold) !important;
}
.mobile-submenu-group{
  display:flex;
  flex-direction:column;
  gap:0;
  width:100%;
}
.mobile-submenu-title{
  color:inherit;
}
.mobile-submenu-title::after{
  content:"▾";
  display:inline-block;
  margin-left:8px;
  color:var(--gold);
  font-size:14px;
}
.mobile-submenu-links{
  display:grid;
  gap:8px;
  margin:4px 0 8px;
  padding-left:16px;
  border-left:1px solid rgba(214,170,95,.32);
}
.mobile-submenu-links a{
  font-size:17px !important;
  opacity:.82;
  line-height:1.25;
}
.mobile-submenu-links a:hover,
.mobile-submenu-links a.active{
  color:var(--gold) !important;
  opacity:1;
}
@media(max-width:980px){
  .desktop-nav .nav-dropdown{
    display:none;
  }
}


/* === HARD FIX: Services menu must be dropdown, not dumped inline === */
.desktop-nav{
  overflow:visible !important;
  align-items:center !important;
}
.desktop-nav > .nav-dropdown{
  position:relative !important;
  display:flex !important;
  align-items:center !important;
  height:auto !important;
  flex:0 0 auto !important;
}
.desktop-nav > .nav-dropdown > .nav-drop-trigger{
  display:inline-flex !important;
  align-items:center !important;
  gap:6px !important;
  height:auto !important;
  padding:0 !important;
  white-space:nowrap !important;
}
.desktop-nav > .nav-dropdown > .nav-submenu{
  display:block !important;
  position:absolute !important;
  top:calc(100% + 22px) !important;
  left:50% !important;
  right:auto !important;
  width:300px !important;
  max-width:300px !important;
  margin:0 !important;
  padding:10px !important;
  transform:translateX(-50%) translateY(10px) !important;
  background:rgba(5,5,5,.98) !important;
  border:1px solid rgba(214,170,95,.38) !important;
  border-radius:12px !important;
  box-shadow:0 20px 54px rgba(0,0,0,.45) !important;
  opacity:0 !important;
  visibility:hidden !important;
  pointer-events:none !important;
  z-index:9999 !important;
}
.desktop-nav > .nav-dropdown:hover > .nav-submenu,
.desktop-nav > .nav-dropdown:focus-within > .nav-submenu,
.desktop-nav > .nav-dropdown.open > .nav-submenu{
  opacity:1 !important;
  visibility:visible !important;
  pointer-events:auto !important;
  transform:translateX(-50%) translateY(0) !important;
}
.desktop-nav > .nav-dropdown > .nav-submenu a{
  display:block !important;
  width:100% !important;
  margin:0 !important;
  padding:10px 12px !important;
  color:#f5efe6 !important;
  font-size:13px !important;
  line-height:1.3 !important;
  text-align:left !important;
  border-radius:8px !important;
  white-space:normal !important;
}
.desktop-nav > .nav-dropdown > .nav-submenu a:hover,
.desktop-nav > .nav-dropdown > .nav-submenu a.active{
  background:rgba(214,170,95,.16) !important;
  color:var(--gold) !important;
}

/* Mobile: Services submenu is collapsed and opens by tap */
.mobile-menu nav .mobile-submenu-group{
  width:100% !important;
  display:block !important;
}
.mobile-menu nav .mobile-submenu-title{
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  width:100% !important;
}
.mobile-menu nav .mobile-submenu-title::after{
  content:"▾" !important;
  margin-left:10px !important;
  color:var(--gold) !important;
  transition:transform .22s ease !important;
}
.mobile-menu nav .mobile-submenu-group.open .mobile-submenu-title::after,
.mobile-menu nav .mobile-submenu-group.active .mobile-submenu-title::after{
  transform:rotate(180deg) !important;
}
.mobile-menu nav .mobile-submenu-links{
  display:none !important;
  margin:8px 0 10px 14px !important;
  padding:10px 0 6px 16px !important;
  border-left:1px solid rgba(214,170,95,.34) !important;
}
.mobile-menu nav .mobile-submenu-group.open .mobile-submenu-links,
.mobile-menu nav .mobile-submenu-group.active .mobile-submenu-links{
  display:grid !important;
  gap:9px !important;
}
.mobile-menu nav .mobile-submenu-links a{
  font-size:16px !important;
  line-height:1.25 !important;
  opacity:.86 !important;
  padding:0 !important;
}
.mobile-menu nav .mobile-submenu-links a:hover,
.mobile-menu nav .mobile-submenu-links a.active{
  color:var(--gold) !important;
  opacity:1 !important;
}

@media(max-width:980px){
  .desktop-nav > .nav-dropdown{
    display:none !important;
  }
}


/* AIIA SAFE CMS dropdown menu */
.desktop-nav{overflow:visible!important;align-items:center!important}
.desktop-nav>.nav-dropdown{position:relative!important;display:flex!important;align-items:center!important;flex:0 0 auto!important}
.desktop-nav>.nav-dropdown>.nav-drop-trigger{display:inline-flex!important;align-items:center!important;gap:6px!important;white-space:nowrap!important}
.nav-caret{font-size:11px;color:var(--gold);margin-left:5px}
.desktop-nav>.nav-dropdown>.nav-submenu{display:block!important;position:absolute!important;top:calc(100% + 18px)!important;left:50%!important;transform:translateX(-50%) translateY(8px)!important;width:300px!important;padding:10px!important;background:rgba(5,5,5,.98)!important;border:1px solid rgba(214,170,95,.38)!important;border-radius:12px!important;box-shadow:0 20px 54px rgba(0,0,0,.45)!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;z-index:9999!important}
.desktop-nav>.nav-dropdown:hover>.nav-submenu,.desktop-nav>.nav-dropdown:focus-within>.nav-submenu,.desktop-nav>.nav-dropdown.open>.nav-submenu{opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:translateX(-50%) translateY(0)!important}
.desktop-nav>.nav-dropdown>.nav-submenu a{display:block!important;width:100%!important;padding:10px 12px!important;color:#f5efe6!important;font-size:13px!important;line-height:1.3!important;text-align:left!important;border-radius:8px!important}
.desktop-nav>.nav-dropdown>.nav-submenu a:hover,.desktop-nav>.nav-dropdown>.nav-submenu a.active{background:rgba(214,170,95,.16)!important;color:var(--gold)!important}
.mobile-menu nav .mobile-submenu-links{display:none!important;margin:8px 0 10px 14px!important;padding:10px 0 6px 16px!important;border-left:1px solid rgba(214,170,95,.34)!important}
.mobile-menu nav .mobile-submenu-group.open .mobile-submenu-links,.mobile-menu nav .mobile-submenu-group.active .mobile-submenu-links{display:grid!important;gap:9px!important}
.mobile-menu nav .mobile-submenu-title{display:flex!important;justify-content:space-between!important}
.mobile-menu nav .mobile-submenu-title:after{content:"▾";color:var(--gold);margin-left:10px}
@media(max-width:980px){.desktop-nav>.nav-dropdown{display:none!important}}

/* === AIIA Dynamic Page Builder Frontend === */
.cms-dynamic-page{background:#070707;color:#f7efe2;min-height:80vh;overflow:hidden}
.cms-dynamic-page .container{width:min(1180px,92vw);margin-inline:auto}
.cms-page-hero{position:relative;min-height:520px;padding:150px 0 90px;display:flex;align-items:end;background:radial-gradient(circle at top right,rgba(214,170,95,.16),transparent 38%),linear-gradient(135deg,#050505,#111)}
.cms-page-hero-bg,.cms-page-hero-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.55}
.cms-page-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.88),rgba(0,0,0,.45),rgba(0,0,0,.72))}
.cms-page-hero-inner{position:relative;z-index:2;max-width:900px}
.cms-page-hero h1{font-size:clamp(44px,6vw,86px);line-height:.95;margin:16px 0 18px;color:#fff;letter-spacing:-.05em}
.cms-page-lead{font-size:18px;line-height:1.7;color:#e9decf;max-width:760px;margin-bottom:28px}
.cms-page-section{padding:86px 0;background:#070707;color:#f7efe2}
.cms-page-section:nth-child(even){background:#0d0d0d}
.cms-page-section h2{font-size:clamp(32px,4vw,56px);line-height:1.02;color:#fff;margin:0 0 18px}
.cms-rich{font-size:17px;line-height:1.85;color:#e6d8c8}
.cms-rich p{margin:0 0 18px}
.cms-image-text{display:grid;grid-template-columns:1fr 1fr;gap:44px;align-items:center}
.cms-image-text img{width:100%;border-radius:18px;box-shadow:0 24px 80px rgba(0,0,0,.35)}
.cms-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:34px}
.cms-card{background:#121212;border:1px solid rgba(214,170,95,.22);border-radius:18px;overflow:hidden;box-shadow:0 20px 60px rgba(0,0,0,.22)}
.cms-card img{width:100%;height:235px;object-fit:cover;display:block}
.cms-card div{padding:22px}
.cms-card h3{font-size:22px;color:#fff;margin:0 0 10px}
.cms-card p{color:#d8c8b5;line-height:1.6;margin:0}
.cms-cta{padding:54px;border-radius:24px;border:1px solid rgba(214,170,95,.32);background:linear-gradient(135deg,rgba(214,170,95,.16),rgba(255,255,255,.04));text-align:center}
.cms-cta h2{max-width:760px;margin:0 auto 18px}
.cms-cta .cms-rich{max-width:780px;margin:0 auto 28px}
@media(max-width:900px){.cms-image-text,.cms-card-grid{grid-template-columns:1fr}.cms-page-hero{min-height:460px;padding:130px 0 70px}.cms-card img{height:220px}}
