*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#eff4f4;--bg2:#deeaea;--dark:#0b2e36;--gold:#11697a;--gold2:#34a0b0;--text:#21383d;--muted:#6c8489;--white:#fbfdfd;--r:18px;--r-lg:28px;--r-xl:44px}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:Outfit,sans-serif;overflow-x:hidden}#root{min-height:100vh}img{max-width:100%}nav{z-index:100;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#eff4f4e6;border-bottom:1px solid #11697a1f;justify-content:space-between;align-items:center;padding:1rem 3.5rem;display:flex;position:fixed;top:0;left:0;right:0}.nav-logo{align-items:center;gap:.6rem;display:flex}.logo-mark{flex-shrink:0;width:38px;height:34px}.logo-mark svg{width:100%;height:100%;display:block}.logo-text{flex-direction:column;line-height:1.04;display:flex}.logo-name{color:var(--gold);letter-spacing:-.01em;font-size:1.22rem;font-weight:600}.logo-sub{color:var(--muted);letter-spacing:.16em;text-transform:uppercase;font-size:.58rem;font-weight:500}.nav-links{align-items:center;gap:2rem;display:flex}.nav-links a{color:var(--muted);font-size:.8rem;font-weight:400;text-decoration:none;transition:color .2s}.nav-links a:hover{color:var(--gold)}.nav-cta{border-radius:100px;padding:.5rem 1.2rem;background:var(--dark)!important;color:var(--bg)!important;font-weight:500!important;transition:background .2s!important}.nav-cta:hover{background:var(--gold)!important;color:var(--white)!important}.nav-toggle{background:var(--dark);cursor:pointer;z-index:105;border:0;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:42px;height:42px;display:none;position:relative}.nav-toggle span{background:var(--white);border-radius:999px;width:18px;height:2px;transition:transform .2s,opacity .2s}.nav-toggle.open span:first-child{transform:translateY(7px)rotate(45deg)}.nav-toggle.open span:nth-child(2){opacity:0}.nav-toggle.open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.nav-backdrop{display:none}.hero{grid-template-columns:1fr 1fr;min-height:100vh;padding-top:4.5rem;display:grid;overflow:hidden}.hero-left{flex-direction:column;justify-content:center;padding:4rem 4rem 4rem 5rem;display:flex}.hero-pill{background:var(--bg2);color:var(--muted);border-radius:100px;align-items:center;gap:.5rem;width:fit-content;margin-bottom:2rem;padding:.4rem 1rem;font-size:.75rem;font-weight:500;display:inline-flex}.hero-pill-dot{background:var(--gold);border-radius:50%;flex-shrink:0;width:6px;height:6px}.hero-h1{color:var(--dark);margin-bottom:1.5rem;font-family:Playfair Display,serif;font-size:clamp(2.6rem,4vw,4.4rem);font-weight:400;line-height:1.1}.hero-h1 em{color:var(--gold);font-style:italic}.hero-sub{color:var(--muted);max-width:27rem;margin-bottom:2.5rem;font-size:.97rem;font-weight:300;line-height:1.75}.hero-btns{align-items:center;gap:1rem;margin-bottom:3.5rem;display:flex}.btn-dark{background:var(--dark);color:var(--white);border-radius:100px;padding:.85rem 1.75rem;font-size:.88rem;font-weight:500;text-decoration:none;transition:background .2s,transform .15s}.btn-dark:hover{background:var(--gold);transform:translateY(-1px)}.btn-ghost{color:var(--text);align-items:center;gap:.4rem;font-size:.88rem;text-decoration:none;transition:color .2s;display:flex}.btn-ghost:hover{color:var(--gold)}.hero-stats{gap:0;display:flex}.stat-group{gap:2.5rem;display:flex}.stat-n{color:var(--dark);font-family:Playfair Display,serif;font-size:2rem;line-height:1}.stat-l{color:var(--muted);margin-top:.25rem;font-size:.74rem}.stat-div{background:#3a302a1f;align-self:stretch;width:1px}.hero-right{flex-direction:column;gap:.9rem;padding:1.5rem 2rem 1.5rem 1rem;display:flex;position:relative}.hero-img-main{border-radius:var(--r-lg);flex:1;min-height:0;position:relative;overflow:hidden}.hero-img-main img{object-fit:cover;width:100%;height:100%;display:block}.hero-img-row{grid-template-columns:1fr 1fr;gap:.9rem;height:170px;display:grid}.hero-img-sm{border-radius:var(--r);overflow:hidden}.hero-img-sm img{object-fit:cover;width:100%;height:100%;display:block}.float-card{background:var(--white);border-radius:var(--r);z-index:5;align-items:center;gap:.75rem;padding:.9rem 1.1rem;display:flex;position:absolute;bottom:2.5rem;left:-1.2rem;box-shadow:0 8px 32px #1a171421}.float-icon{background:var(--dark);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.float-icon svg{width:16px;height:16px;color:var(--gold2)}.float-label{color:var(--muted);font-size:.68rem}.float-val{color:var(--dark);font-family:Playfair Display,serif;font-size:1.05rem}section{padding:6rem 5rem}.hero-section{padding:4.5rem 0 0}.eyebrow{letter-spacing:.18em;text-transform:uppercase;color:var(--gold);align-items:center;gap:.55rem;margin-bottom:1rem;font-size:.7rem;font-weight:600;display:inline-flex}.eyebrow:before{content:"";background:var(--gold);border-radius:2px;width:1.4rem;height:2px}.section-h2{color:var(--dark);margin-bottom:1rem;font-family:Playfair Display,serif;font-size:clamp(1.9rem,2.8vw,2.8rem);font-weight:400;line-height:1.15}.section-h2 em{color:var(--gold);font-style:italic}.why-section{background:var(--dark)}.why-section .eyebrow{color:var(--gold2)}.why-section .eyebrow:before{background:var(--gold2)}.why-section .section-h2{color:var(--white)}.why-section .section-h2 em{color:var(--gold2)}.why-sub{color:#fdfaf573;max-width:26rem;margin-bottom:3rem;font-size:.93rem;font-weight:300}.bento{grid-template-columns:repeat(3,1fr);gap:.9rem;display:grid}.bc{border-radius:var(--r-lg);background:#ffffff0a;border:1px solid #ffffff12;padding:1.75rem;transition:background .25s}.bc:hover{background:#ffffff12}.bc.wide{grid-column:span 2}.bc.img-card{min-height:190px;padding:0;overflow:hidden}.bc.img-card img{object-fit:cover;width:100%;height:100%;display:block}.bc.accent{background:var(--gold);border-color:var(--gold)}.bc.accent .bc-icon{background:#1a171426}.bc-icon{width:42px;height:42px;color:var(--gold2);background:#11697a1f;border-radius:13px;justify-content:center;align-items:center;margin-bottom:1.1rem;display:flex}.bc-icon svg{width:19px;height:19px}.bc-title{color:var(--white);margin-bottom:.45rem;font-family:Playfair Display,serif;font-size:1.15rem}.bc.accent .bc-title{color:var(--white)}.bc-body{color:#fdfaf573;font-size:.83rem;font-weight:300;line-height:1.65}.bc.accent .bc-body{color:#fdfaf5bf}.bc-big{color:var(--gold2);margin-bottom:.4rem;font-family:Playfair Display,serif;font-size:3.2rem;line-height:1}.bc.accent .bc-big{color:var(--white)}.services-section{background:var(--white)}.srv-top{grid-template-columns:1fr 1fr;align-items:end;gap:4rem;margin-bottom:2.5rem;display:grid}.srv-pct{color:var(--dark);font-family:Playfair Display,serif;font-size:5rem;line-height:1}.srv-pct span{color:var(--muted);font-size:1.4rem}.srv-pct-label{color:var(--muted);margin-top:.4rem;font-size:.83rem}.srv-right{color:var(--muted);font-size:.9rem;line-height:1.7}.srv-grid{background:var(--bg2);border-radius:var(--r-lg);grid-template-columns:1fr 1fr;gap:1px;display:grid;overflow:hidden}.svc{background:var(--white);align-items:flex-start;gap:.9rem;padding:1.4rem 1.6rem;transition:background .2s;display:flex}.svc:hover{background:var(--bg)}.svc-n{background:var(--bg2);min-width:1.9rem;height:1.9rem;color:var(--gold);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;margin-top:.1rem;font-size:.68rem;font-weight:600;display:flex}.svc-title{color:var(--dark);margin-bottom:.18rem;font-size:.88rem;font-weight:500}.svc-desc{color:var(--muted);font-size:.78rem;line-height:1.5}.gallery-section{background:var(--bg2);padding:2.5rem 5rem}.gallery-grid{grid-template-columns:repeat(4,1fr);gap:.7rem;display:grid}.gi{border-radius:var(--r);aspect-ratio:4/3;overflow:hidden}.gi img{object-fit:cover;width:100%;height:100%;transition:transform .4s;display:block}.gi:hover img{transform:scale(1.05)}.gi.tall{aspect-ratio:auto;grid-row:span 2}.gi.tall img{height:100%}.plat-section{background:var(--bg2);grid-template-columns:1fr 1fr;align-items:center;gap:5rem;padding:6rem 5rem;display:grid}.plat-badges{flex-wrap:wrap;gap:.55rem;margin-top:1.75rem;display:flex}.pb{background:var(--white);color:var(--text);border:1px solid #3a302a1a;border-radius:100px;padding:.45rem 1rem;font-size:.78rem;transition:border-color .2s,color .2s}.pb:hover{border-color:var(--gold);color:var(--gold)}.pb.more{background:var(--dark);color:var(--gold2);border-color:var(--dark)}.plat-sub{color:var(--muted);max-width:25rem;margin-top:.75rem;font-size:.88rem;line-height:1.7}.plat-right{flex-direction:column;gap:.9rem;display:flex}.pf{background:var(--white);border-radius:var(--r);border:1px solid #3a302a0f;align-items:center;gap:.9rem;padding:1.1rem 1.3rem;display:flex}.pf-icon{background:var(--bg);width:38px;height:38px;color:var(--gold);border-radius:11px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.pf-icon svg{width:17px;height:17px}.pf-title{color:var(--dark);font-size:.86rem;font-weight:500}.pf-desc{color:var(--muted);margin-top:.1rem;font-size:.76rem}.proj-section{background:var(--dark)}.proj-section .eyebrow{color:var(--gold2)}.proj-section .eyebrow:before{background:var(--gold2)}.proj-section .section-h2{color:var(--white)}.proj-section .section-h2 em{color:var(--gold2)}.proj-layout{grid-template-columns:3fr 2fr;align-items:start;gap:2.5rem;margin-top:2.5rem;display:grid}.proj-table-wrap{border-radius:var(--r-lg);overflow:hidden}.proj-table{border-collapse:collapse;width:100%}.proj-table thead tr{background:#34a0b029}.proj-table th{text-align:left;letter-spacing:.1em;text-transform:uppercase;color:var(--gold2);padding:.8rem 1.1rem;font-size:.68rem;font-weight:600}.proj-table td{color:#fdfaf5b3;border-bottom:1px solid #ffffff0d;padding:.65rem 1.1rem;font-size:.83rem}.proj-table tr:last-child td{border-bottom:none}.proj-table tr:hover td{background:#ffffff08}.proj-table .num{text-align:right}.proj-table .peak td{color:#fdfaf5ed}.proj-table .lo td{color:#fdfaf566}.proj-foot tr td{padding:.9rem 1.1rem;border:none!important}.proj-foot tr:first-child td{color:#fdfaf580;font-size:.83rem;border-top:1px solid #ffffff1a!important}.proj-foot tr:last-child td{color:var(--gold2);font-family:Playfair Display,serif;font-size:1.05rem}.proj-cards{flex-direction:column;gap:.9rem;display:flex}.pc{border-radius:var(--r);background:#ffffff0d;border:1px solid #ffffff12;padding:1.3rem}.pc-n{color:var(--gold2);margin-bottom:.25rem;font-family:Playfair Display,serif;font-size:1.9rem;line-height:1}.pc-l{color:#fdfaf566;font-size:.75rem}.pc.hi{background:var(--gold);border-color:var(--gold)}.pc.hi .pc-n{color:var(--white)}.pc.hi .pc-l{color:#fdfaf5bf}.proj-note{color:#fdfaf54d;margin-top:.25rem;font-size:.72rem;font-style:italic;line-height:1.6}.process-section{background:var(--bg)}.proc-steps{grid-template-columns:repeat(4,1fr);gap:.9rem;margin-top:3rem;display:grid}.ps{background:var(--white);border-radius:var(--r-lg);border:1px solid #3a302a12;padding:1.75rem;transition:transform .2s,box-shadow .2s}.ps:hover{transform:translateY(-4px);box-shadow:0 12px 32px #3a302a12}.ps-n{color:#11697a3d;margin-bottom:1.1rem;font-family:Playfair Display,serif;font-size:2.4rem;line-height:1}.ps-title{color:var(--dark);margin-bottom:.5rem;font-size:.93rem;font-weight:600}.ps-body{color:var(--muted);font-size:.8rem;line-height:1.6}.cta-section{background:var(--dark);border-radius:var(--r-xl) var(--r-xl) 0 0;flex-direction:column;gap:3.5rem;padding:5rem;display:flex}.rv-head{flex-wrap:wrap;justify-content:space-between;align-items:end;gap:3rem;display:flex}.rv-eyebrow{letter-spacing:.18em;text-transform:uppercase;color:var(--gold2);align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.7rem;display:inline-flex}.rv-eyebrow:before{content:"";background:var(--gold2);width:22px;height:1px}.cta-h2{color:var(--white);max-width:24ch;font-family:Playfair Display,serif;font-size:2.6rem;line-height:1.15}.cta-h2 em{color:var(--gold2);font-style:italic}.rv-meta{color:#fdfaf56b;max-width:22rem;font-size:.78rem;line-height:1.6}.rv-collage{grid-template-columns:repeat(3,1fr);align-items:start;gap:1.1rem;display:grid}.rv-shot{background:#ffffff0a;border:1px solid #ffffff12;border-radius:14px;padding:8px;transition:transform .3s,border-color .2s,background .2s}.rv-shot img{border-radius:8px;width:100%;height:100%;display:block;overflow:hidden}.rv-shot:hover{background:#ffffff0f;border-color:#34a0b059;transform:translateY(-3px)rotate(0)!important}.rv-shot.s1{aspect-ratio:622/441;transform:rotate(-1deg)}.rv-shot.s2{aspect-ratio:622/613;margin-top:1.2rem;transform:rotate(.8deg)}.rv-shot.s3{aspect-ratio:622/398;transform:rotate(1.2deg)}.rv-shot.s4{aspect-ratio:622/427;transform:rotate(1deg)}.rv-shot.s5{aspect-ratio:622/572;margin-top:1.2rem;transform:rotate(-.6deg)}.rv-shot.s6{aspect-ratio:617/622;transform:rotate(-1.2deg)}.rv-platform{color:#fdfaf566;align-items:center;gap:.5rem;margin-top:.5rem;font-size:.7rem;display:inline-flex}.rv-platform-dot{background:#ff5a5f;border-radius:50%;width:6px;height:6px}.cta-btn{background:var(--gold);color:var(--dark);border-radius:100px;align-items:center;gap:.5rem;width:fit-content;margin-top:2rem;padding:.85rem 1.9rem;font-size:.86rem;font-weight:600;text-decoration:none;transition:background .2s,transform .15s;display:inline-flex}.cta-btn:hover{background:var(--gold2);transform:translateY(-1px)}.cta-right{flex-direction:column;gap:1rem;display:flex}.cc{border-radius:var(--r);background:#ffffff0d;border:1px solid #ffffff12;align-items:center;gap:.9rem;padding:1.1rem 1.3rem;text-decoration:none;transition:background .2s;display:flex}.cc:hover{background:#ffffff17}.cc-icon{background:#34a0b029;border-radius:11px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.cc-icon svg{width:17px;height:17px;color:var(--gold2)}.cc-label{color:#fdfaf561;margin-bottom:.1rem;font-size:.68rem}.cc-val{color:var(--white);font-size:.88rem;font-weight:500}footer{background:#06222a;justify-content:space-between;align-items:center;gap:2rem;padding:2rem 5rem;display:flex}.footer-logo{flex-shrink:0;align-items:center;gap:.6rem;display:flex}.footer-logo .logo-mark{opacity:.7;width:30px;height:27px}.footer-logo-name{color:#fbfdfdd9;letter-spacing:-.01em;font-size:1rem;font-weight:600}.footer-logo-name,.footer-logo-sub{display:block}.footer-logo-sub{color:#fbfdfd66;letter-spacing:.14em;text-transform:uppercase;font-size:.6rem}.footer-info{text-align:center;flex-direction:column;gap:.25rem;display:flex}.footer-copy{color:#fbfdfd66;font-size:.7rem}.footer-contact-name{color:#fbfdfdb8;font-size:.78rem}.footer-links{flex-wrap:wrap;justify-content:flex-end;gap:.5rem;display:flex}.footer-links a{color:#fbfdfdc7;border:1px solid #fbfdfd1f;border-radius:999px;padding:.38rem .78rem;font-size:.76rem;text-decoration:none;transition:color .2s,border-color .2s,background .2s}.footer-links a:hover{color:var(--white);background:#34a0b01f;border-color:#34a0b073}.lead-section{background:var(--dark);grid-template-columns:1.05fr 1fr;align-items:center;gap:4.5rem;padding:5.5rem 5rem;display:grid}.lead-section .eyebrow{color:var(--gold2)}.lead-section .eyebrow:before{background:var(--gold2)}.lead-h2{color:var(--white);margin-bottom:1.1rem;font-family:Playfair Display,serif;font-size:clamp(2rem,3vw,3rem);font-weight:400;line-height:1.12}.lead-h2 em{color:var(--gold2);font-style:italic}.lead-sub{color:#fdfaf580;max-width:28rem;margin-bottom:2.2rem;font-size:.95rem;font-weight:300;line-height:1.7}.lead-points{flex-direction:column;gap:.95rem;margin-bottom:2.4rem;display:flex}.lead-point{color:#fdfaf5c7;align-items:flex-start;gap:.75rem;font-size:.88rem;line-height:1.5;display:flex}.lead-point svg{width:18px;height:18px;color:var(--gold2);flex-shrink:0;margin-top:.15rem}.lead-channels{flex-wrap:wrap;gap:.7rem;display:flex}.lead-channel{color:var(--white);background:#ffffff0d;border:1px solid #ffffff17;border-radius:100px;align-items:center;gap:.5rem;padding:.55rem 1.1rem;font-size:.82rem;text-decoration:none;transition:background .2s,border-color .2s;display:inline-flex}.lead-channel:hover{background:#34a0b029;border-color:#34a0b066}.lead-channel svg{width:16px;height:16px;color:var(--gold2)}.lead-card{background:var(--white);border-radius:var(--r-lg);padding:2.2rem 2.1rem;box-shadow:0 24px 64px #00000047}.lead-card-title{color:var(--dark);margin-bottom:.35rem;font-family:Playfair Display,serif;font-size:1.5rem}.lead-card-note{color:var(--muted);margin-bottom:1.6rem;font-size:.8rem}.lead-card-note span{color:var(--gold)}.lead-field{margin-bottom:1.05rem}.lead-row{grid-template-columns:1fr 1fr;gap:.9rem;display:grid}.lead-label{color:var(--text);letter-spacing:.01em;margin-bottom:.4rem;font-size:.74rem;font-weight:500;display:block}.lead-label .req{color:var(--gold)}.lead-input,.lead-select,.lead-textarea{width:100%;color:var(--dark);background:var(--bg);border:1px solid #11697a2e;border-radius:12px;outline:none;padding:.7rem .9rem;font-family:Outfit,sans-serif;font-size:.88rem;transition:border-color .18s,background .18s}.lead-input::placeholder,.lead-textarea::placeholder{color:var(--muted)}.lead-input:focus,.lead-select:focus,.lead-textarea:focus{border-color:var(--gold2);background:var(--white)}.lead-textarea{resize:vertical;min-height:72px}.lead-select{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%2311697A' stroke-width='1.6' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-position:right .9rem center;background-repeat:no-repeat;padding-right:2.2rem}.lead-consent{align-items:flex-start;gap:.55rem;margin:.4rem 0 1.3rem;display:flex}.lead-consent input{width:15px;height:15px;accent-color:var(--gold);flex-shrink:0;margin-top:.15rem}.lead-consent label{color:var(--muted);font-size:.72rem;line-height:1.45}.lead-error{color:#7a2f2f;background:#b4464614;border:1px solid #b4464638;border-radius:12px;margin:-.35rem 0 1rem;padding:.75rem .9rem;font-size:.78rem;line-height:1.5}.lead-submit{background:var(--dark);width:100%;color:var(--white);cursor:pointer;border:none;border-radius:100px;padding:.95rem;font-family:Outfit,sans-serif;font-size:.92rem;font-weight:600;transition:background .2s,transform .15s}.lead-submit:hover{background:var(--gold);transform:translateY(-1px)}.lead-submit:disabled{opacity:.6;cursor:wait;transform:none}.lead-success{text-align:center;flex-direction:column;align-items:center;padding:1.5rem .5rem;display:none}.lead-success.show{display:flex}.lead-success-ic{background:#34a0b024;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:1.1rem;display:flex}.lead-success-ic svg{width:26px;height:26px;color:var(--gold)}.lead-success h3{color:var(--dark);margin-bottom:.5rem;font-family:Playfair Display,serif;font-size:1.5rem;font-weight:400}.lead-success p{color:var(--muted);max-width:22rem;font-size:.86rem;line-height:1.6}.pillars-section{background:var(--bg)}.pillars-sub{color:var(--muted);max-width:32rem;margin-bottom:.5rem;font-size:.95rem;font-weight:300;line-height:1.7}.pillars-grid{grid-template-columns:1fr 1fr;gap:1.4rem;margin-top:2.5rem;display:grid}.pillar{background:var(--white);border-radius:var(--r-lg);border:1px solid #11697a1f;flex-direction:column;padding:2.4rem 2.2rem;transition:transform .2s,box-shadow .2s,border-color .2s;display:flex}.pillar:hover{border-color:#11697a47;transform:translateY(-4px);box-shadow:0 18px 44px #0b2e361a}.pillar.dark{background:var(--dark);border-color:var(--dark)}.pillar-num{letter-spacing:.14em;text-transform:uppercase;color:var(--gold);margin-bottom:1.4rem;font-size:.72rem;font-weight:600}.pillar.dark .pillar-num{color:var(--gold2)}.pillar-ic{background:var(--bg2);width:50px;height:50px;color:var(--gold);border-radius:14px;justify-content:center;align-items:center;margin-bottom:1.3rem;display:flex}.pillar.dark .pillar-ic{color:var(--gold2);background:#34a0b029}.pillar-ic svg{width:23px;height:23px}.pillar-title{color:var(--dark);margin-bottom:.6rem;font-family:Playfair Display,serif;font-size:1.7rem}.pillar.dark .pillar-title{color:var(--white)}.pillar-desc{color:var(--muted);margin-bottom:1.5rem;font-size:.9rem;font-weight:300;line-height:1.65}.pillar.dark .pillar-desc{color:#fdfaf580}.pillar-tags{flex-wrap:wrap;gap:.5rem;margin-bottom:1.8rem;display:flex}.pillar-tag{color:var(--text);background:var(--bg);border:1px solid #11697a1f;border-radius:100px;padding:.35rem .85rem;font-size:.76rem}.pillar.dark .pillar-tag{color:#fdfaf5cc;background:#ffffff0d;border-color:#ffffff1a}.pillar-link{color:var(--gold);align-items:center;gap:.4rem;margin-top:auto;font-size:.86rem;font-weight:500;text-decoration:none;transition:gap .2s;display:inline-flex}.pillar.dark .pillar-link{color:var(--gold2)}.pillar-link:hover{gap:.75rem}.re-section{background:var(--white)}.re-grid{grid-template-columns:repeat(3,1fr);gap:.9rem;margin-top:2.8rem;display:grid}.re-card{background:var(--bg);border-radius:var(--r-lg);border:1px solid #11697a14;padding:1.8rem;transition:background .2s,transform .2s}.re-card:hover{background:var(--bg2);transform:translateY(-4px)}.re-ic{background:var(--white);width:44px;height:44px;color:var(--gold);border-radius:13px;justify-content:center;align-items:center;margin-bottom:1.1rem;display:flex}.re-ic svg{width:20px;height:20px}.re-title{color:var(--dark);margin-bottom:.45rem;font-size:1rem;font-weight:600}.re-body{color:var(--muted);font-size:.84rem;font-weight:300;line-height:1.6}.reveal{opacity:0;transition:opacity .7s,transform .7s;transform:translateY(26px)}.reveal.in{opacity:1;transform:none}.d1{transition-delay:.1s}.d2{transition-delay:.2s}.d3{transition-delay:.3s}.d4{transition-delay:.4s}@media (width<=900px){nav{padding:1rem 1.5rem}.nav-toggle{display:flex}.nav-backdrop{cursor:pointer;z-index:101;background:#06222a6b;border:0;display:block;position:fixed;inset:0}.nav-links{z-index:102;background:var(--white);opacity:0;pointer-events:none;flex-direction:column;align-items:stretch;gap:.75rem;width:min(84vw,340px);padding:6rem 1.5rem 1.5rem;transition:transform .24s,opacity .24s;display:flex;position:fixed;top:0;bottom:0;right:0;transform:translate(105%);box-shadow:-18px 0 48px #06222a2e}.nav-links.open{opacity:1;pointer-events:auto;transform:translate(0)}.nav-links a{color:var(--dark);background:var(--bg);border-radius:14px;padding:.9rem 1rem;font-size:1rem}.nav-links .nav-cta{justify-content:center;margin-top:.5rem;padding:.85rem 1.2rem;display:inline-flex}.hero,.plat-section,.proj-layout,.srv-top,.lead-section{grid-template-columns:1fr}.rv-collage{grid-template-columns:1fr 1fr}.rv-shot.s1,.rv-shot.s2,.rv-shot.s3,.rv-shot.s4,.rv-shot.s5,.rv-shot.s6{margin-top:0;transform:none}.hero{min-height:auto}.hero-left{padding:6rem 2rem 2.5rem}.hero-right{padding:0 1.5rem 3rem}.float-card{left:.5rem}section{padding:4rem 2rem}.hero-section{padding:4.5rem 0 0}.gallery-section,.plat-section{padding:3rem 2rem}.bento{grid-template-columns:1fr 1fr}.pillars-grid,.re-grid{grid-template-columns:1fr}.bc.wide{grid-column:span 2}.srv-grid{grid-template-columns:1fr}.proc-steps,.gallery-grid{grid-template-columns:1fr 1fr}.lead-section{gap:2.5rem;padding:3.5rem 2rem}.lead-row{grid-template-columns:1fr}.cta-section{border-radius:var(--r-xl) var(--r-xl) 0 0;padding:3rem 2rem}footer{text-align:center;flex-direction:column;gap:1rem;padding:1.5rem 2rem}.footer-info{order:2}.footer-links{order:3;justify-content:center}}@media (width<=520px){.hero-left{padding:5.5rem 1.25rem 2rem}.hero-right,section,.gallery-section,.plat-section,.lead-section{padding-left:1.25rem;padding-right:1.25rem}.hero-btns,.hero-stats,.lead-channels,.footer-links{flex-direction:column;align-items:stretch}.stat-group{gap:1.25rem}.bento,.proc-steps,.gallery-grid,.rv-collage{grid-template-columns:1fr}.bc.wide{grid-column:span 1}.lead-card{padding:1.6rem 1.35rem}}
