:root{--navy:#071a30;--navy2:#0d2949;--gold:#c9a34d;--gold2:#e0c77e;--cream:#f7f3ea;--paper:#fffdf8;--ink:#152232;--muted:#68717c;--line:rgba(10,31,54,.14);--shadow:0 22px 65px rgba(5,21,38,.14);--radius:18px;--serif:"Cormorant Garamond",Georgia,serif;--sans:"Inter",Arial,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--sans);line-height:1.7}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}.container{width:min(1180px,calc(100% - 40px));margin-inline:auto}.section{padding:105px 0}.soft-bg{background:var(--cream)}.marble-bg{background-color:var(--navy);background-image:linear-gradient(110deg,rgba(4,16,31,.44),rgba(7,26,48,.1)),url('../images/marble-navy.jpg');background-size:cover;background-position:center;color:#fff}.site-header{position:fixed;z-index:50;inset:0 0 auto;background:rgba(6,22,41,.55);border-bottom:1px solid rgba(255,255,255,.1);backdrop-filter:blur(14px);transition:.25s}.site-header.scrolled{background:rgba(6,22,41,.94);box-shadow:0 8px 30px rgba(0,0,0,.18)}.nav-wrap{height:78px;display:flex;align-items:center;justify-content:space-between}.brand{display:inline-flex;gap:11px;align-items:center;font-weight:700;letter-spacing:.16em;font-size:.9rem;color:#fff}.brand-mark{width:32px;height:32px;display:grid;place-items:center;border:1px solid var(--gold);font-family:var(--serif);font-size:1.25rem;color:var(--gold2)}.main-nav{display:flex;align-items:center;gap:30px;color:#fff;font-size:.83rem;text-transform:uppercase;letter-spacing:.08em}.main-nav>a:not(.btn){opacity:.82;position:relative}.main-nav>a:not(.btn)::after{content:"";position:absolute;left:0;right:100%;bottom:-9px;height:1px;background:var(--gold);transition:.25s}.main-nav>a:hover,.main-nav>a.active{opacity:1}.main-nav>a:hover::after,.main-nav>a.active::after{right:0}.nav-toggle{display:none;background:none;border:0;padding:8px}.nav-toggle span{display:block;width:26px;height:2px;background:#fff;margin:5px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 25px;border:1px solid transparent;font-weight:600;font-size:.82rem;text-transform:uppercase;letter-spacing:.08em;transition:.25s;cursor:pointer}.btn-gold{background:linear-gradient(135deg,var(--gold),#e2c875);color:#142033;box-shadow:0 8px 28px rgba(201,163,77,.26)}.btn-gold:hover{transform:translateY(-2px);box-shadow:0 12px 34px rgba(201,163,77,.38)}.btn-outline-light{border-color:rgba(255,255,255,.55);color:#fff;background:rgba(255,255,255,.03)}.btn-outline-light:hover{background:#fff;color:var(--navy)}.nav-cta{min-height:42px;padding:0 18px}.hero{min-height:820px;position:relative;display:flex;align-items:center;overflow:hidden}.hero::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,17,32,.98) 0%,rgba(4,17,32,.84) 43%,rgba(4,17,32,.16) 73%,rgba(4,17,32,.04) 100%)}.hero-visual{position:absolute;inset:0;background-size:cover;background-position:center}.hero-inner{position:relative;z-index:2;padding-top:80px}.hero-copy{max-width:650px}.eyebrow{display:inline-block;color:var(--gold2);font-size:.72rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;margin-bottom:18px}.eyebrow.dark{color:#9b792d}.hero h1,.page-hero h1,.product-hero h1{font:600 clamp(3.35rem,6.6vw,6.25rem)/.94 var(--serif);letter-spacing:-.035em;margin:0 0 24px}.hero p{max-width:590px;color:rgba(255,255,255,.76);font-size:1.08rem}.hero-actions{display:flex;gap:13px;flex-wrap:wrap;margin-top:35px}.hero-proof{display:flex;gap:34px;flex-wrap:wrap;margin-top:55px;color:rgba(255,255,255,.65);font-size:.78rem}.hero-proof strong{display:block;color:#fff;font-size:.95rem}.split{display:grid;grid-template-columns:1fr 1fr;gap:80px}.align-center{align-items:center}.section-heading h2{font:600 clamp(2.6rem,4.8vw,4.5rem)/1 var(--serif);letter-spacing:-.03em;margin:0 0 20px;color:var(--navy)}.section-heading p{max-width:650px;color:var(--muted)}.section-heading.light h2{color:#fff}.section-heading.light p{color:rgba(255,255,255,.7)}.section-heading.center{text-align:center;max-width:760px;margin:0 auto 55px}.lead{font-size:1.15rem;color:#4f5b68;margin:0 0 24px}.text-link{font-weight:700;font-size:.82rem;letter-spacing:.07em;text-transform:uppercase;color:#a57d28}.products-showcase{background-position:center top}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.product-card{background:rgba(255,255,255,.96);color:var(--ink);border:1px solid rgba(255,255,255,.22);box-shadow:0 20px 55px rgba(0,0,0,.16);overflow:hidden}.product-card.light{box-shadow:var(--shadow);border-color:var(--line)}.product-image{display:block;aspect-ratio:4/3;overflow:hidden;background:var(--cream)}.product-image img{width:100%;height:100%;object-fit:cover;transition:.5s}.product-card:hover img{transform:scale(1.035)}.product-card-body{padding:26px 28px 30px}.product-category{font-size:.68rem;text-transform:uppercase;letter-spacing:.14em;color:#9a7626;font-weight:700}.product-card h2,.product-card h3{font:600 1.75rem/1.05 var(--serif);margin:10px 0 12px}.product-card p{font-size:.92rem;color:var(--muted);margin:0 0 20px}.product-grid .product-card:last-child:nth-child(3n+2){grid-column:auto}.section-action{margin-top:45px}.center{text-align:center}.process-grid{display:grid;grid-template-columns:repeat(5,1fr);border-top:1px solid var(--line);margin-top:25px}.process-item{padding:34px 22px 0;border-right:1px solid var(--line)}.process-item:last-child{border-right:0}.process-item>span,.benefit>span,.service-card>span,.value-card>span,.feature-card>span{color:#a77f2d;font-weight:700;font-size:.78rem;letter-spacing:.12em}.process-item h3,.benefit h3,.feature-card h3,.value-card h3{font:600 1.45rem/1.1 var(--serif);margin:13px 0}.process-item p,.benefit p,.feature-card p,.value-card p{font-size:.85rem;color:var(--muted)}.benefit-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.benefit{background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.13);padding:28px}.benefit h3{color:#fff}.benefit p{color:rgba(255,255,255,.67)}.cta-section{padding-top:70px}.cta-box{background:var(--cream);border:1px solid rgba(184,145,59,.24);padding:48px 52px;display:flex;justify-content:space-between;align-items:center;gap:40px;box-shadow:var(--shadow)}.cta-box h2{font:600 clamp(2rem,3.4vw,3.2rem)/1 var(--serif);margin:0;max-width:720px}.page-hero{padding:190px 0 100px}.page-hero.compact{padding-bottom:90px}.page-hero .container{max-width:900px;margin-left:max(20px,calc((100vw - 1180px)/2))}.page-hero h1{max-width:900px;font-size:clamp(3.3rem,6vw,5.6rem)}.page-hero p{max-width:720px;color:rgba(255,255,255,.72);font-size:1.05rem}.filter-bar{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:38px}.filter-bar button{border:1px solid var(--line);background:#fff;padding:11px 18px;color:var(--ink);cursor:pointer}.filter-bar button.active,.filter-bar button:hover{background:var(--navy);color:#fff;border-color:var(--navy)}.light-grid{row-gap:34px}.product-hero{padding:150px 0 80px}.product-hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.product-hero h1{font-size:clamp(3.2rem,5vw,5.2rem)}.product-tagline{font-size:1.13rem;color:rgba(255,255,255,.75);max-width:560px}.product-hero-image{background:var(--cream);padding:20px;box-shadow:0 28px 75px rgba(0,0,0,.28)}.product-hero-image img{width:100%;aspect-ratio:4/3;object-fit:cover}.product-overview{align-items:start}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.feature-card,.value-card{background:#fff;border:1px solid var(--line);padding:30px;box-shadow:0 14px 40px rgba(8,28,49,.07)}.specs-grid{display:grid;grid-template-columns:.75fr 1.25fr;gap:80px;align-items:start}.spec-table{border-top:1px solid var(--line)}.spec-table>div{display:grid;grid-template-columns:1fr 1.2fr;gap:20px;padding:19px 0;border-bottom:1px solid var(--line)}.spec-table span{color:var(--muted)}.application-row{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.application-row span{border:1px solid rgba(255,255,255,.24);padding:14px 20px;color:rgba(255,255,255,.8)}.service-grid,.value-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.service-card{padding:38px;background:var(--cream);border:1px solid rgba(177,139,55,.23)}.service-card h2{font:600 2rem/1 var(--serif);margin:15px 0}.service-card p{color:var(--muted)}.service-card ul{padding-left:18px;color:#3d4b59}.stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.stat{text-align:center;padding:35px 20px;border:1px solid rgba(255,255,255,.15)}.stat strong{display:block;font:600 3.1rem/1 var(--serif);color:var(--gold2)}.stat span{font-size:.82rem;color:rgba(255,255,255,.68)}.contact-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:80px}.contact-details h2{font:600 3.5rem/1 var(--serif);margin:0 0 20px}.contact-details>p{color:var(--muted)}.contact-list{margin-top:45px;border-top:1px solid var(--line)}.contact-list>div{padding:18px 0;border-bottom:1px solid var(--line);display:grid;grid-template-columns:100px 1fr;gap:20px}.contact-list span{font-size:.72rem;text-transform:uppercase;letter-spacing:.12em;color:#997528}.contact-form{background:var(--cream);padding:42px;border:1px solid rgba(178,141,57,.2)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:18px}.contact-form label{display:block;font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;margin-bottom:18px}.contact-form input,.contact-form textarea,.contact-form select{display:block;width:100%;margin-top:8px;background:#fff;border:1px solid rgba(11,34,58,.18);padding:13px 14px;color:var(--ink);outline:none}.contact-form input:focus,.contact-form textarea:focus,.contact-form select:focus{border-color:var(--gold);box-shadow:0 0 0 3px rgba(201,163,77,.12)}.form-errors{background:#fff1ef;color:#872d24;padding:12px 16px;margin-bottom:18px}.form-errors p{margin:3px}.flash{position:relative;z-index:10;margin-top:95px;padding:14px 18px}.flash-success{background:#edf7ef;color:#246532}.flash-error{background:#fff0ef;color:#8b2b23}.site-footer{padding:75px 0 25px}.footer-grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:55px}.footer-grid h3{font-size:.72rem;text-transform:uppercase;letter-spacing:.14em;color:var(--gold2);margin:0 0 18px}.footer-grid p{color:rgba(255,255,255,.64);max-width:330px}.footer-grid a,.footer-grid span{display:block;color:rgba(255,255,255,.67);font-size:.86rem;margin:9px 0}.footer-bottom{display:flex;justify-content:space-between;border-top:1px solid rgba(255,255,255,.12);margin-top:55px;padding-top:22px;color:rgba(255,255,255,.45);font-size:.74rem}.reveal{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s ease}.reveal.visible{opacity:1;transform:none}[hidden]{display:none!important}
@media(max-width:980px){.main-nav{position:fixed;top:78px;left:0;right:0;display:none;flex-direction:column;align-items:stretch;padding:25px;background:var(--navy);gap:20px}.main-nav.open{display:flex}.nav-toggle{display:block}.split,.product-hero-grid,.specs-grid,.contact-grid{grid-template-columns:1fr;gap:45px}.product-grid,.feature-grid,.service-grid,.value-grid{grid-template-columns:repeat(2,1fr)}.process-grid{grid-template-columns:repeat(2,1fr)}.process-item{border-bottom:1px solid var(--line)}.stat-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.hero{min-height:780px}.hero::after{background:linear-gradient(90deg,rgba(4,17,32,.98),rgba(4,17,32,.74))}.hero-visual{opacity:.45}.cta-box{align-items:flex-start;flex-direction:column}.page-hero .container{margin-inline:auto}}
@media(max-width:640px){.container{width:min(100% - 28px,1180px)}.section{padding:76px 0}.hero{min-height:760px}.hero h1,.page-hero h1,.product-hero h1{font-size:3.15rem}.hero-proof{gap:20px}.product-grid,.feature-grid,.service-grid,.value-grid,.stat-grid,.footer-grid,.process-grid{grid-template-columns:1fr}.benefit-grid{grid-template-columns:1fr}.form-row{grid-template-columns:1fr}.contact-form{padding:28px 20px}.cta-box{padding:35px 25px}.footer-bottom{flex-direction:column;gap:8px}.product-hero{padding-top:125px}.page-hero{padding-top:150px}.nav-wrap{height:70px}.main-nav{top:70px}}

/* 2026 luxury visual refresh */
:root{--navy:#030d1a;--navy2:#0a2039;--gold:#a56d17;--gold2:#e1bd69;--gold3:#6f4310;--cream:#f3efe5;--paper:#fbfaf6;--shadow:0 28px 90px rgba(2,11,22,.22)}
body{background:#fbfaf6}
h1,h2,h3{letter-spacing:-.025em}
.site-header{background:linear-gradient(180deg,rgba(2,10,20,.82),rgba(2,10,20,.35));border-bottom-color:rgba(209,170,91,.18)}
.nav-wrap{height:88px}.brand-mark{width:42px;height:42px;font-size:1.45rem;border-color:#d0a34d;box-shadow:inset 0 0 18px rgba(205,157,60,.12),0 0 24px rgba(202,150,50,.08)}
.main-nav{gap:34px}.main-nav>a:not(.btn){font-size:.78rem;letter-spacing:.13em}
.btn{min-height:54px;padding:15px 28px;border-radius:2px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;font-size:.76rem;display:inline-flex;align-items:center;justify-content:center;transition:.3s ease}
.btn-xl{min-height:62px;padding:18px 36px;font-size:.8rem}
.btn-gold{color:#fff;background:linear-gradient(135deg,#6f4310 0%,#a86f16 32%,#d2a74e 68%,#765018 100%);border:1px solid rgba(247,214,136,.62);box-shadow:0 14px 38px rgba(123,77,15,.3),inset 0 1px rgba(255,245,211,.35)}
.btn-gold:hover{transform:translateY(-3px);filter:brightness(1.12);box-shadow:0 20px 48px rgba(123,77,15,.4)}
.btn-outline-light{border:1px solid rgba(229,204,145,.55);background:rgba(3,13,26,.18);backdrop-filter:blur(8px)}
.hero-luxury{position:relative;min-height:100vh;height:100svh;overflow:hidden;display:flex;align-items:center;background:#020913}
.hero-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transform:scale(1.04)}
.hero-film{position:absolute;inset:0;background:linear-gradient(90deg,rgba(2,10,20,.96) 0%,rgba(2,10,20,.76) 38%,rgba(2,10,20,.22) 70%,rgba(2,10,20,.3) 100%),linear-gradient(180deg,rgba(1,7,14,.18),rgba(1,7,14,.56));z-index:1}
.hero-luxury .hero-inner{position:relative;z-index:2;padding-top:90px;width:100%}
.hero-luxury .hero-copy{max-width:820px}
.hero-luxury h1{font-size:clamp(4.3rem,7.4vw,8.3rem);line-height:.88;margin:.22em 0 .25em;color:#fff;text-shadow:0 8px 35px rgba(0,0,0,.45)}
.hero-luxury p{font-size:clamp(1.05rem,1.4vw,1.3rem);max-width:700px;color:rgba(255,255,255,.76)}
.hero-actions{gap:16px;margin-top:34px}
.hero-proof{margin-top:54px;padding-top:24px;border-top:1px solid rgba(215,181,107,.24)}
.hero-proof strong{color:#e2bf6c}
.scroll-cue{position:absolute;z-index:3;bottom:24px;left:50%;transform:translateX(-50%);color:rgba(255,255,255,.64);font-size:.67rem;letter-spacing:.2em;text-transform:uppercase;text-align:center}
.scroll-cue span{display:block;width:1px;height:44px;background:linear-gradient(#d7ad52,transparent);margin:0 auto 8px;animation:scrollPulse 1.8s infinite}
@keyframes scrollPulse{0%,100%{opacity:.35;transform:scaleY(.65);transform-origin:top}50%{opacity:1;transform:scaleY(1)}}
.marble-bg{background-color:#061326;background-image:linear-gradient(110deg,rgba(2,10,20,.34),rgba(5,17,34,.14)),url('../images/inner-banner.png');background-size:cover;background-position:center}
.page-hero{position:relative;overflow:hidden;min-height:480px;display:flex;align-items:center;padding:170px 0 90px;background-image:linear-gradient(90deg,rgba(2,10,20,.85),rgba(2,10,20,.22)),url('../images/inner-banner.png')!important}
.page-hero:after{content:"";position:absolute;inset:auto 0 0;height:1px;background:linear-gradient(90deg,transparent,#c8993f,transparent)}
.page-hero .container{position:relative;z-index:1}.page-hero h1{font-size:clamp(4rem,6.4vw,7rem);line-height:.92}
.product-hero{position:relative;background-image:linear-gradient(90deg,rgba(2,10,20,.92),rgba(2,10,20,.42)),url('../images/inner-banner.png')!important;background-size:cover;background-position:center}
.product-image,.product-hero-image{background:#07172b url('../images/product-stage.png') center/cover no-repeat!important;border:1px solid rgba(201,154,63,.28);box-shadow:0 30px 75px rgba(0,0,0,.28),inset 0 0 40px rgba(219,177,87,.05)}
.product-image{overflow:hidden;aspect-ratio:4/3}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .65s ease,filter .65s ease}.product-card:hover .product-image img{transform:scale(1.045);filter:brightness(1.06)}
.product-hero-image{padding:10px}.product-hero-image img{aspect-ratio:4/3;object-fit:cover}
.product-card{border:1px solid rgba(190,147,59,.24);box-shadow:0 24px 58px rgba(4,18,34,.13)}
.product-card-body{padding:30px}.product-card h2,.product-card h3{font-size:clamp(1.65rem,2vw,2.2rem)}
.luxury-intro{padding:130px 0}.intro-layout{grid-template-columns:1.02fr .98fr;gap:90px}.image-frame-gold{position:relative;padding:14px;background:linear-gradient(135deg,#57360d,#d4ad56,#6d4512);box-shadow:0 30px 75px rgba(1,12,25,.2)}.image-frame-gold:after{content:"";position:absolute;inset:28px -22px -22px 28px;border:1px solid rgba(162,117,33,.3);z-index:-1}.image-frame-gold img{aspect-ratio:4/3;object-fit:cover}.luxury-intro h2{font-size:clamp(3.1rem,4.8vw,5.2rem);line-height:.96}
.section-heading h2{font-size:clamp(3rem,4.5vw,5rem)}
.process-item>span,.benefit>span{width:68px;height:68px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#74470e,#c7983b);color:#fff!important;font:700 1rem var(--sans);box-shadow:0 12px 25px rgba(103,64,11,.23);margin-bottom:20px}
.process-item h3,.benefit h3{font-size:1.65rem}.benefit{padding:34px}
.company-profile-section{background:linear-gradient(180deg,#fbfaf6,#f1ebdf)}.company-facts{display:grid;gap:14px}.company-facts>div{padding:24px 26px;background:#fff;border-left:4px solid #b47d22;box-shadow:0 12px 32px rgba(7,24,42,.07)}.company-facts span{display:block;color:#92702e;font-size:.72rem;text-transform:uppercase;letter-spacing:.13em}.company-facts strong{display:block;margin-top:5px;font-size:1rem;line-height:1.55}
.cta-box{background:linear-gradient(135deg,#f7f2e7,#eee3cd);border:1px solid rgba(162,117,33,.34);box-shadow:0 26px 70px rgba(4,18,34,.15)}
.site-footer{background-image:linear-gradient(105deg,rgba(2,10,20,.9),rgba(3,15,30,.64)),url('../images/inner-banner.png')!important}.footer-grid{grid-template-columns:1.35fr .7fr 1.15fr 1.15fr}
@media(max-width:980px){.hero-luxury h1{font-size:clamp(4rem,11vw,6.2rem)}.intro-layout{grid-template-columns:1fr;gap:55px}.footer-grid{grid-template-columns:1fr 1fr}.hero-film{background:linear-gradient(90deg,rgba(2,10,20,.92),rgba(2,10,20,.55))}}
@media(max-width:640px){.hero-luxury{min-height:760px;height:100svh}.hero-luxury h1{font-size:3.6rem}.hero-luxury .hero-inner{padding-top:70px}.hero-proof{display:none}.btn-xl{width:100%;min-height:58px}.hero-actions{flex-direction:column}.page-hero{min-height:390px}.footer-grid{grid-template-columns:1fr}.nav-wrap{height:74px}.brand{font-size:.76rem;letter-spacing:.08em}.brand-mark{width:36px;height:36px}}
.contact-company-facts{margin-top:34px}.contact-company-facts>div{padding:16px 18px}.contact-company-facts strong{font-size:.9rem}


/* ===== homepage + product presentation refresh ===== */
.hero-home-layout{min-height:calc(100vh - 20px);display:flex;flex-direction:column;align-items:center;padding-top:120px;padding-bottom:28px;}
.hero-copy-centered{max-width:980px;margin-inline:auto;text-align:center;}
.hero-copy-centered h1{margin-inline:auto;}
.hero-copy-centered p{margin-inline:auto;}
.hero-copy-centered .hero-actions{justify-content:center;}
.hero-proof-wrap{width:100%;display:flex;justify-content:center;margin-top:auto;padding:44px 0 72px;}
.hero-proof{justify-content:center;gap:18px;flex-wrap:wrap;}
.hero-proof span{display:flex;flex-direction:column;gap:6px;min-width:220px;padding:18px 22px;border-radius:20px;background:rgba(8,16,30,.28);border:1px solid rgba(226,191,108,.22);backdrop-filter:blur(9px);text-align:center;}
.hero-proof strong{display:block;}
.hero-video{animation:heroVideoDrift 24s ease-in-out infinite alternate;transform:scale(1.12);will-change:transform;}
@keyframes heroVideoDrift{0%{transform:scale(1.12) translate3d(-2.5%,-1.5%,0);}50%{transform:scale(1.16) translate3d(0,1.2%,0);}100%{transform:scale(1.13) translate3d(2.2%,0.6%,0);}}

.page-hero-with-product .page-hero-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);gap:40px;align-items:center;}
.page-hero-copy{max-width:680px;}
.page-hero-visual{display:flex;justify-content:flex-end;align-items:center;min-height:320px;padding:18px 10px 0;}
.page-hero-visual img{width:min(100%,430px);max-height:340px;object-fit:contain;filter:drop-shadow(0 28px 48px rgba(0,0,0,.35));}

.intro-visual .image-frame-gold,.product-image,.product-hero-image{position:relative;overflow:hidden;background:linear-gradient(180deg,rgba(5,14,28,.18),rgba(4,12,26,.62)),url('../images/product-stage-unified.png') center/cover no-repeat !important;}
.intro-visual .image-frame-gold{padding:28px;display:flex;align-items:center;justify-content:center;}
.intro-visual .image-frame-gold img{width:100%;height:100%;max-height:520px;object-fit:contain;filter:drop-shadow(0 24px 40px rgba(0,0,0,.38));}
.product-image{display:flex;align-items:center;justify-content:center;padding:28px;}
.product-image::before,.product-hero-image::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 30%,rgba(255,255,255,.14),rgba(255,255,255,0) 48%),linear-gradient(180deg,rgba(255,255,255,.02),rgba(0,0,0,.12));pointer-events:none;}
.product-image img,.product-hero-image img{position:relative;z-index:1;width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 24px 46px rgba(0,0,0,.44));}
.product-card.light .product-image,.product-card .product-image{background-color:#081424;}
.product-hero-image{min-height:460px;padding:30px;border-radius:28px;}
.product-hero-image img{max-height:420px;}

.light-grid .product-card,.product-card{overflow:hidden;}
.light-grid .product-card .product-card-body,.product-card .product-card-body{position:relative;z-index:1;}

@media (max-width: 980px){
  .hero-home-layout{padding-top:112px;}
  .page-hero-with-product .page-hero-grid{grid-template-columns:1fr;gap:22px;}
  .page-hero-visual{justify-content:center;min-height:auto;padding-top:4px;}
  .product-hero-image{min-height:380px;}
}
@media (max-width: 640px){
  .hero-proof span{min-width:100%;}
  .product-image{padding:20px;}
  .product-hero-image{padding:22px;min-height:320px;}
}

/* ===== 2026 homepage reference-match refresh ===== */
.home-hero{min-height:100svh;height:100svh;display:flex;align-items:stretch;background:#020914;position:relative;overflow:hidden}
.home-hero::after{display:none}
.hero-mountain-motion{position:absolute;inset:-4%;background:url('../images/hero-mountain-bilateral.jpg') center/cover no-repeat;animation:mountainDrift 4.2s ease-in-out infinite alternate;will-change:transform;transform-origin:center center}
@keyframes mountainDrift{0%{transform:scale(1.03) translate3d(-1.3%,0,0)}100%{transform:scale(1.075) translate3d(1.3%,-1.1%,0)}}
.home-hero .hero-film{background:linear-gradient(180deg,rgba(2,8,18,.38) 0%,rgba(2,8,18,.14) 35%,rgba(2,8,18,.58) 100%),radial-gradient(circle at center,rgba(2,10,22,.12),rgba(2,10,22,.44));z-index:1}
.home-hero .hero-home-layout{position:relative;z-index:2;min-height:100%;padding-top:122px;padding-bottom:26px;display:flex;flex-direction:column;align-items:center}
.home-hero .hero-copy-centered{max-width:980px;text-align:center;margin:auto auto 0}
.home-hero .hero-copy-centered h1{font-size:clamp(3.7rem,6vw,7rem);line-height:.94;max-width:980px;margin-inline:auto;text-shadow:0 12px 40px rgba(0,0,0,.52)}
.home-hero .hero-copy-centered p{font-size:clamp(1rem,1.3vw,1.23rem);max-width:760px;margin-inline:auto;color:rgba(255,255,255,.8)}
.home-hero .hero-actions{justify-content:center}
.home-hero .hero-proof-wrap{width:100%;margin-top:auto;padding:28px 0 52px}
.home-hero .hero-proof{justify-content:center;gap:14px;margin:0;padding:0;border:0}
.home-hero .hero-proof span{min-width:230px;padding:18px 24px;border:1px solid rgba(224,188,101,.26);background:rgba(2,12,25,.34);backdrop-filter:blur(12px);text-align:center;box-shadow:inset 0 1px rgba(255,255,255,.04)}
.home-hero .hero-proof strong{font:600 2rem/1 var(--serif);color:#e4c16d;margin-bottom:7px}

.btn-gold{position:relative;overflow:hidden;isolation:isolate}
.btn-gold::after{content:"";position:absolute;top:-45%;bottom:-45%;width:30%;left:-55%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.8),transparent);transform:skewX(-22deg);animation:goldButtonSweep 4s ease-in-out infinite;pointer-events:none;z-index:2}
@keyframes goldButtonSweep{0%,58%{left:-55%;opacity:0}64%{opacity:1}82%{left:125%;opacity:1}83%,100%{left:125%;opacity:0}}

.home-intro,.service-program-section,.featured-product-section{background:#fbfaf6}
.editorial-split{display:grid;grid-template-columns:1fr 1fr;gap:88px}
.editorial-image{position:relative;min-height:520px;overflow:hidden;background:#061528}
.editorial-image img{width:100%;height:100%;min-height:520px;object-fit:cover;display:block}
.editorial-image-gold::before{content:"";position:absolute;z-index:2;left:-14px;top:-14px;width:116px;height:116px;border-left:14px solid #b6872e;border-top:14px solid #b6872e;pointer-events:none}
.editorial-image-gold::after{content:"";position:absolute;inset:0;box-shadow:inset 0 0 0 1px rgba(163,117,35,.28);pointer-events:none}
.feature-points{display:grid;gap:10px;margin:28px 0}
.feature-points span{position:relative;padding-left:24px;color:#26384a}
.feature-points span::before{content:"✦";position:absolute;left:0;color:#a97820}
.inline-actions{display:flex;align-items:center;gap:28px;flex-wrap:wrap;margin-top:28px}

.pricing-guide-strip{background:#f4eddf;padding:28px 0;border-block:1px solid rgba(167,126,45,.2)}
.pricing-guide-inner{display:grid;grid-template-columns:155px 1fr auto;gap:30px;align-items:center}
.pricing-guide-visual{height:120px;display:flex;align-items:center;justify-content:center}
.pricing-guide-visual img{max-height:135px;object-fit:contain;filter:drop-shadow(0 16px 24px rgba(6,20,38,.18))}
.pricing-guide-inner h2{font:600 2.1rem/1 var(--serif);margin:0 0 8px;color:var(--navy)}
.pricing-guide-inner p{margin:0;color:var(--muted)}

.portfolio-header{display:grid;grid-template-columns:1.25fr .75fr;gap:70px;align-items:end;margin-bottom:52px}
.portfolio-header .section-heading h2{font-size:clamp(2.8rem,4.4vw,4.8rem)}
.portfolio-header>p{color:rgba(255,255,255,.7);font-size:1.03rem;margin:0 0 18px}
.premium-product-grid{grid-template-columns:repeat(3,1fr);gap:18px}
.premium-product-grid .product-card{background:rgba(255,255,255,.07);border-color:rgba(216,180,97,.26);color:#fff;backdrop-filter:blur(6px)}
.premium-product-grid .product-card-body{background:linear-gradient(180deg,rgba(7,23,43,.14),rgba(4,17,32,.82))}
.premium-product-grid .product-card h3{color:#fff}
.premium-product-grid .product-card p{color:rgba(255,255,255,.64)}
.premium-product-grid .product-image{aspect-ratio:4/3;background:linear-gradient(180deg,rgba(7,22,41,.22),rgba(3,12,25,.64)),url('../images/product-stage-unified.png') center/cover no-repeat!important}
.premium-product-grid .product-image img{object-fit:contain;padding:12px;filter:drop-shadow(0 24px 40px rgba(0,0,0,.48))}

.home-cta-band{padding:42px 0;background-position:center}
.home-cta-inner{display:flex;justify-content:center;align-items:center;gap:46px;flex-wrap:wrap;text-align:center}
.home-cta-inner h2{font:600 clamp(2rem,3.6vw,3.6rem)/1 var(--serif);margin:0;color:#fff}
.home-cta-inner>div{display:flex;gap:12px;flex-wrap:wrap;justify-content:center}

.featured-product-stage{min-height:510px;display:flex;align-items:center;justify-content:center;padding:36px;background:linear-gradient(180deg,rgba(5,15,29,.18),rgba(4,12,25,.66)),url('../images/product-stage-unified.png') center/cover no-repeat;border:1px solid rgba(174,130,48,.3);box-shadow:0 28px 70px rgba(3,16,30,.18)}
.featured-product-stage img{width:100%;height:100%;max-height:460px;object-fit:contain;filter:drop-shadow(0 28px 45px rgba(0,0,0,.5))}

.testimonials-section{background-position:center}
.testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;max-width:1000px;margin-inline:auto}
.testimonial-card{background:#fff;color:var(--ink);padding:30px 28px;min-height:250px;display:flex;flex-direction:column;border-radius:6px;box-shadow:0 24px 55px rgba(0,0,0,.22)}
.testimonial-card p{font:500 1.3rem/1.35 var(--serif);margin:0 0 auto}
.testimonial-card strong{color:#9b7022;margin-top:30px}
.testimonial-card span{font-size:.78rem;color:var(--muted)}

.process-list-premium{max-width:970px;margin:0 auto;border-top:1px solid var(--line)}
.process-row{display:grid;grid-template-columns:82px 1fr 64px;gap:24px;align-items:center;padding:19px 12px;border-bottom:1px solid var(--line);background:linear-gradient(90deg,#fff,#fbfaf6);box-shadow:0 8px 25px rgba(8,28,49,.04)}
.process-number{width:56px;height:56px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#765017,#d1a64b);color:#fff;font-weight:800;box-shadow:0 10px 24px rgba(122,78,20,.24)}
.process-row h3{font:600 1.45rem/1.1 var(--serif);margin:0 0 5px}
.process-row p{margin:0;color:var(--muted);font-size:.9rem}
.process-icon{justify-self:end;width:48px;height:48px;border-radius:50%;display:grid;place-items:center;color:#ae7b26;border:1px solid rgba(174,123,38,.3)}

.premium-benefits{grid-template-columns:repeat(3,1fr);gap:14px}
.premium-benefits .benefit{min-height:210px;background:rgba(255,255,255,.085);border:1px solid rgba(218,184,103,.18)}
.premium-benefits .benefit>span{width:54px;height:54px;margin-bottom:12px}

.editorial-mosaic{background:#0a0a0d}
.mosaic-row{display:grid;grid-template-columns:1fr 1fr;min-height:440px;background:#fff}
.mosaic-row-reverse .mosaic-image{order:2}.mosaic-row-reverse .mosaic-copy{order:1}
.mosaic-image{overflow:hidden;min-height:440px;background:#07172b}
.mosaic-image img{width:100%;height:100%;min-height:440px;object-fit:cover}
.product-mosaic-image{background:linear-gradient(180deg,rgba(5,15,29,.18),rgba(4,12,25,.7)),url('../images/product-stage-unified.png') center/cover no-repeat;padding:35px}
.product-mosaic-image img{object-fit:contain;filter:drop-shadow(0 26px 46px rgba(0,0,0,.5))}
.mosaic-copy{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:70px 8vw;background:#fbfaf6}
.mosaic-copy h2{font:600 clamp(2.2rem,3.7vw,4rem)/1 var(--serif);margin:0 0 18px;color:var(--navy)}
.mosaic-copy p{max-width:560px;color:var(--muted);margin-bottom:24px}
.final-cta-section{background:#fff}

.auto-count{font-variant-numeric:tabular-nums}

@media(max-width:980px){
  .editorial-split,.portfolio-header{grid-template-columns:1fr;gap:42px}
  .pricing-guide-inner{grid-template-columns:110px 1fr}.pricing-guide-inner .btn{grid-column:1/-1;justify-self:start}
  .premium-product-grid,.premium-benefits,.testimonial-grid{grid-template-columns:repeat(2,1fr)}
  .mosaic-row{grid-template-columns:1fr}.mosaic-row-reverse .mosaic-image,.mosaic-row-reverse .mosaic-copy{order:initial}
  .mosaic-image,.mosaic-image img{min-height:360px}
  .home-hero .hero-copy-centered h1{font-size:clamp(3.2rem,8vw,5.6rem)}
}
@media(max-width:640px){
  .home-hero{height:auto;min-height:820px}.home-hero .hero-home-layout{min-height:820px;padding-top:100px}
  .home-hero .hero-copy-centered h1{font-size:3.15rem}
  .home-hero .hero-proof span{min-width:100%}.home-hero .hero-proof-wrap{padding-bottom:58px}
  .editorial-image,.editorial-image img{min-height:390px}
  .pricing-guide-inner{grid-template-columns:1fr;text-align:center}.pricing-guide-visual{height:100px}.pricing-guide-inner .btn{justify-self:center}
  .premium-product-grid,.premium-benefits,.testimonial-grid{grid-template-columns:1fr}
  .process-row{grid-template-columns:64px 1fr}.process-icon{display:none}
  .mosaic-copy{padding:54px 24px}.mosaic-image,.mosaic-image img{min-height:320px}
  .featured-product-stage{min-height:370px;padding:22px}
}
