:root{
  --bg:#000;
  --bg-2:#050505;
  --card:#0d0d0d;
  --card-2:#111;
  --line:rgba(255,255,255,.14);
  --line-strong:rgba(255,255,255,.22);
  --text:#fff;
  --muted:rgba(255,255,255,.70);
  --muted-soft:rgba(255,255,255,.52);
  --orange:#ff6a00;
  --orange-2:#e85f00;
  --shadow:0 24px 80px rgba(0,0,0,.58);
  --soft-shadow:0 18px 44px rgba(255,106,0,.12);
  --radius:18px;
  --container:1200px;
  --header-h:96px;
  --font-main:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;background:#000}
body{margin:0;font-family:var(--font-main);color:var(--text);line-height:1.6;background:radial-gradient(circle at 85% 10%,rgba(255,106,0,.08),transparent 28%),linear-gradient(180deg,#000 0%,#070707 45%,#000 100%);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
body.menu-open{overflow:hidden}
a{color:inherit;text-decoration:none}img{display:block;max-width:100%;height:auto}button,input,select,textarea{font:inherit}h1,h2,h3,p{margin:0}p{color:var(--muted);font-size:1.02rem}.container{width:min(calc(100% - 34px),var(--container));margin-inline:auto}.section{padding:clamp(70px,8vw,112px) 0}.eyebrow{display:inline-flex;align-items:center;gap:10px;margin-bottom:14px;color:var(--orange);font-size:.78rem;font-weight:800;letter-spacing:.18em;text-transform:uppercase}.eyebrow:after{content:"";width:38px;height:2px;background:var(--orange);border-radius:999px}.section-heading{text-align:center;max-width:800px;margin:0 auto 42px}.section-heading h2{font-size:clamp(1.85rem,3.7vw,3rem);line-height:1.06;text-transform:uppercase;letter-spacing:-.03em}.section-heading p{margin-top:14px}.btn,.nav-cta,.service-link,.project-gallery-btn,.rx-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:8px;min-height:50px;padding:14px 24px;font-weight:850;font-size:.92rem;letter-spacing:.02em;text-transform:uppercase;border:1px solid transparent;cursor:pointer;transition:transform .28s ease,box-shadow .28s ease,background .28s ease,border-color .28s ease,color .28s ease}.btn:hover,.nav-cta:hover,.service-link:hover,.project-gallery-btn:hover,.rx-btn:hover{transform:translateY(-2px)}.btn-primary,.nav-cta,.service-link,.project-gallery-btn,.rx-btn-primary{background:var(--orange);border-color:var(--orange);color:#fff;box-shadow:0 16px 34px rgba(255,106,0,.22)}.btn-primary:hover,.nav-cta:hover,.service-link:hover,.project-gallery-btn:hover,.rx-btn-primary:hover{background:var(--orange-2);border-color:var(--orange-2);box-shadow:0 20px 44px rgba(255,106,0,.28)}.btn-secondary,.rx-btn-secondary,.rx-btn-ghost{background:rgba(0,0,0,.20);border-color:rgba(255,255,255,.44);color:#fff}.btn-secondary:hover,.rx-btn-secondary:hover,.rx-btn-ghost:hover{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.72)}
/* Header */
.site-header{position:relative;z-index:50;background:rgba(0,0,0,.88);


box-shadow:0 16px 44px rgba(0,0,0,.35)}.header-shell{min-height:var(--header-h);display:flex;align-items:center;justify-content:space-between;gap:28px;overflow:visible}.brand{width:164px;height:70px;display:flex;align-items:center;overflow:visible;flex:0 0 auto}.brand img{width:100%;max-height:72px;object-fit:contain;transform:scale(1.20);transform-origin:left center;filter:drop-shadow(0 10px 18px rgba(255,106,0,.14));transition:transform .3s ease}.brand:hover img{transform:scale(1.24)}.nav{display:flex;align-items:center;gap:28px}.nav-link{position:relative;color:rgba(255,255,255,.88);font-weight:780;font-size:.98rem;transition:color .25s ease}.nav-link:after{content:"";position:absolute;left:0;right:0;bottom:-9px;margin:auto;width:0;height:2px;background:var(--orange);border-radius:999px;transition:width .28s ease}.nav-link:hover,.nav-link.is-active{color:#fff}.nav-link:hover:after,.nav-link.is-active:after{width:100%}.nav-cta{border-radius:999px;padding-inline:28px;min-height:58px;text-transform:none;font-size:1rem}.menu-toggle{display:none;width:48px;height:48px;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.06);border-radius:12px;padding:0;align-items:center;justify-content:center;flex-direction:column;gap:6px;cursor:pointer}.menu-toggle span{width:22px;height:2px;background:var(--orange);border-radius:999px;transition:transform .25s ease,opacity .25s ease}.site-header.nav-open .menu-toggle span:nth-child(1){transform:translateY(8px) rotate(45deg)}.site-header.nav-open .menu-toggle span:nth-child(2){opacity:0}.site-header.nav-open .menu-toggle span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}
/* Hero */
.hero{position:relative;isolation:isolate;min-height:680px;display:flex;align-items:center;padding:58px 0 78px;overflow:hidden;

background:linear-gradient(90deg, #000 0%, #000 29%, rgb(0 0 0 / 65%) 46%, rgb(0 0 0 / 0%) 70%, rgba(0, 0, 0, .92) 100%), linear-gradient(273deg, rgb(0 0 0 / 44%), #000 96%), url(/page/home.jpg) right center / 67% 100% no-repeat, url(../images/photo-1600607687939-ce8a6c25118c.jpg) right center / 67% 100% no-repeat, #000
    
}





.hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 64% 30%,rgba(255,106,0,.16),transparent 17%);pointer-events:none;z-index:-1}.hero-grid{display:grid;grid-template-columns:minmax(0,560px) 1fr;align-items:center;min-height:520px}.hero-copy h1,.page-hero-copy h1{font-size:clamp(3rem,6.5vw,5.7rem);line-height:.96;font-weight:950;letter-spacing:-.065em;text-transform:uppercase}.hero-copy h1 span,.page-hero-copy h1 span{display:block;color:var(--orange)}.hero-copy p{max-width:510px;margin-top:24px;font-size:clamp(1rem,1.45vw,1.18rem);color:rgba(255,255,255,.82)}.hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:30px}.hero-actions .btn:after,.service-link:after,.project-gallery-btn:after{content:"→";font-size:1.12em;line-height:1}.hero-points{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}.hero-points span{display:inline-flex;align-items:center;gap:8px;border:1px solid rgba(255,255,255,.16);border-radius:999px;background:rgba(255,255,255,.04);padding:8px 12px;color:rgba(255,255,255,.74);font-size:.86rem}.hero-points span:before{content:"";width:7px;height:7px;border-radius:50%;background:var(--orange)}.hero-visual-wrap,.hero-visual,.hero-card{display:none}
/* Service cards */
.home-reference-services{padding-top:64px;background:#000}
.services-grid,.projects-card-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.service-card,.project-card{position:relative;overflow:hidden;min-height:345px;border-radius:9px;background:#0b0b0b;border:1px solid rgba(255,255,255,.22);box-shadow:0 16px 40px rgba(0,0,0,.36);transition:transform .35s ease,border-color .35s ease,box-shadow .35s ease}.service-card:hover,.project-card:hover{transform:translateY(-7px);border-color:rgba(255,106,0,.60);box-shadow:0 24px 70px rgba(0,0,0,.62),0 12px 36px rgba(255,106,0,.10)}.service-card-media,.project-card-media{height:190px;background-image:linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,.08)),var(--img),var(--fallback);background-size:cover;background-position:center;transition:transform .5s ease;position:relative}.service-card:hover .service-card-media,.project-card:hover .project-card-media{transform:scale(1.055)}.project-card-media img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.project-card:hover .project-card-media img{transform:scale(1.055)}.service-card-body,.project-card-body{position:relative;min-height:155px;padding:26px 22px 24px 104px;background:linear-gradient(145deg,#090909,#111)}
.service-card-body:before,.project-icon
{content:"";position:absolute;left:22px;width:58px;height:58px;background:var(--service-icon) center/contain no-repeat;filter:drop-shadow(0 10px 15px rgba(255,106,0,.14))}.service-card-body:after,.project-card-body:after{content:"";position:absolute;left:104px;bottom:24px;width:38px;height:2px;background:var(--orange);border-radius:999px}.service-card h3,.project-card h3{font-size:1.02rem;line-height:1.18;text-transform:uppercase;font-weight:900;letter-spacing:-.015em}.service-card p{display:none}.service-link{display:none}.project-card-body{padding-left:22px;display:flex;flex-direction:column;gap:14px}.project-card-body:after{left:22px}.project-card h3{padding-right:10px}.project-meta{color:var(--muted-soft);font-size:.86rem}.project-gallery-btn{width:max-content;min-height:44px;padding:11px 17px;font-size:.78rem;margin-top:auto}.service-card:nth-child(1){--service-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='none' stroke='%23ff6a00' stroke-width='2.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 31 32 11l24 20'/%3E%3Cpath d='M15 29v25h34V29'/%3E%3Cpath d='M25 54V39h14v15'/%3E%3Cpath d='M23 26h18'/%3E%3C/svg%3E")}.service-card:nth-child(2){--service-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='none' stroke='%23ff6a00' stroke-width='2.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 53h46'/%3E%3Cpath d='M16 46h10V34h10V22h12'/%3E%3Cpath d='M16 46l10-12m0 12 10-12m0 0 12-12'/%3E%3Cpath d='M48 22v-8h8'/%3E%3C/svg%3E")}.service-card:nth-child(3){--service-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='none' stroke='%23ff6a00' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M10 24h44v30H10z'/%3E%3Cpath d='M18 24V12h28v12'/%3E%3Cpath d='M18 36h12v18H18zM34 36h12v18H34z'/%3E%3Cpath d='M24 18h16M24 30h16'/%3E%3C/svg%3E")}.service-card:nth-child(4){--service-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='none' stroke='%23ff6a00' stroke-width='2.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M10 33h44v8a13 13 0 0 1-13 13H23a13 13 0 0 1-13-13z'/%3E%3Cpath d='M16 33V17a7 7 0 0 1 14 0v3'/%3E%3Cpath d='M29 20h9'/%3E%3Cpath d='M21 54l-3 6m28-6 3 6'/%3E%3C/svg%3E")}.service-card:nth-child(5){--service-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='none' stroke='%23ff6a00' stroke-width='2.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 14h28a8 8 0 0 1 0 16H14z'/%3E%3Cpath d='M42 22h8a6 6 0 0 1 0 12H29a5 5 0 0 0-5 5v5'/%3E%3Cpath d='M20 44h8v15h-8z'/%3E%3Cpath d='M18 14v16'/%3E%3C/svg%3E")}.service-card:nth-child(6){--service-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='none' stroke='%23ff6a00' stroke-width='2.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 42 39 17l11 11-25 25z'/%3E%3Cpath d='m21 49 25-25'/%3E%3Cpath d='m16 38 11 11'/%3E%3Cpath d='M10 50l18 5'/%3E%3C/svg%3E")}.service-card:nth-child(7){--service-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='none' stroke='%23ff6a00' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M11 11h16v16H11zM37 11h16v16H37zM11 37h16v16H11zM37 37h16v16H37z'/%3E%3Cpath d='M27 19h10M27 45h10M19 27v10M45 27v10'/%3E%3C/svg%3E")}.service-card:nth-child(8){--service-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='none' stroke='%23ff6a00' stroke-width='2.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M10 52h12V40h10V28h10V16h12'/%3E%3Cpath d='M18 24h6m8-8h6M8 44h6'/%3E%3Cpath d='M32 52h22'/%3E%3C/svg%3E")}
/* Proof strip */
.home-proof-strip{padding:56px 0 72px;background:#000}.home-proof-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:28px}.home-proof-item{display:grid;grid-template-columns:54px 1fr;gap:14px;align-items:start}.home-proof-item svg{width:48px;height:48px;color:var(--orange)}.home-proof-item h3{font-size:.88rem;text-transform:uppercase;font-weight:900}.home-proof-item p{font-size:.88rem;line-height:1.45;margin-top:4px;color:rgba(255,255,255,.62)}
/* Why icons */
.why-section{padding-top:76px}.why-wrap{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.25fr);gap:clamp(38px,5vw,72px);align-items:center}.why-intro h2{font-size:clamp(2.2rem,4.4vw,4.1rem);line-height:1.04;letter-spacing:-.045em}.why-intro p{margin-top:22px;max-width:590px}.why-feature-image{margin-top:28px;min-height:280px;border-radius:20px;border:1px solid rgba(255,255,255,.16);background:linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,.22)),url('/page/about/3.jpg') center/cover no-repeat,url('../images/photo-1618221195710-dd6b41faaea6.jpg') center/cover no-repeat;box-shadow:var(--shadow)}.why-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.why-item{position:relative;display:grid;grid-template-columns:52px 1fr;gap:16px;align-items:center;min-height:104px;padding:18px 20px;border:1px solid rgba(255,255,255,.14);border-radius:18px;background:linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.025));transition:transform .3s ease,border-color .3s ease,background .3s ease}.why-item:hover{transform:translateY(-4px);border-color:rgba(255,106,0,.52);background:linear-gradient(145deg,rgba(255,106,0,.12),rgba(255,255,255,.035))}.why-item svg{width:48px;height:48px;color:var(--orange);stroke-width:1.8}.why-item span{font-weight:820;line-height:1.35;color:rgba(255,255,255,.92)}.why-line{display:none}
/* CTA */
.cta-section,.rx-cta-section{padding:76px 0;

}


.cta-card,.rx-cta-card{display:grid;grid-template-columns:1fr auto;gap:28px;align-items:center;border:1px solid rgba(255,255,255,.16);border-radius:24px;background:linear-gradient(135deg,rgba(255,106,0,.16),rgba(255,255,255,.04)),#0b0b0b;padding:clamp(30px,5vw,54px);box-shadow:var(--shadow)}.cta-card h2,.rx-cta-card h2{font-size:clamp(2rem,4vw,3.6rem);line-height:1.04;letter-spacing:-.04em}.cta-actions,.rx-cta-actions{display:flex;flex-wrap:wrap;gap:12px}.contact-card{display:flex;flex-wrap:wrap;gap:18px;margin-top:24px}.contact-card-item{padding:16px 18px;border:1px solid rgba(255,255,255,.14);border-radius:14px;background:rgba(255,255,255,.04)}.contact-card-item small{display:block;color:var(--orange);text-transform:uppercase;font-weight:850;font-size:.72rem;letter-spacing:.1em}
.contact-card-item a{font-weight:500}
/* Page heroes */
.page-hero,.rx-hero,.projects-hero{position:relative;isolation:isolate;overflow:hidden;padding:clamp(70px,8vw,110px) 0;background:linear-gradient(90deg,#000 0%,rgba(0,0,0,.88) 46%,rgba(0,0,0,.45)),linear-gradient(180deg,rgba(0,0,0,.14),#000 96%),var(--hero-img),url('../images/photo-1600607687939-ce8a6c25118c.jpg');background-size:cover;background-position:center}.page-hero:before,.rx-hero:before,.projects-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 76% 20%,rgba(255,106,0,.16),transparent 26%);z-index:-1}.page-hero-grid,.rx-hero-grid,.projects-hero .hero-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.8fr);gap:44px;align-items:center}.page-hero-copy p,.rx-hero-copy p{max-width:720px;margin-top:16px}.hero-media,.rx-contact-panel{position:relative;min-height:380px}.hero-tile,.rx-contact-image,.rx-sub-mini{position:absolute;border-radius:22px;border:1px solid rgba(255,255,255,.18);background:var(--img),var(--fallback);background-size:cover;background-position:center;box-shadow:var(--shadow)}.hero-tile:first-child,.rx-contact-image{inset:0 42px 0 0}.hero-tile:nth-child(2),.rx-sub-mini.rx-top{width:170px;height:132px;right:0;top:44px}.hero-tile:nth-child(3),.rx-sub-mini.rx-bottom{width:210px;height:158px;right:18px;bottom:36px}.rx-contact-lines{position:absolute;left:18px;right:70px;bottom:18px;display:grid;gap:10px}.rx-contact-lines a{display:block;padding:14px 16px;border-radius:14px;background:rgba(0,0,0,.68);border:1px solid rgba(255,255,255,.16);backdrop-filter:blur(10px)}.rx-contact-lines small{display:block;color:var(--orange);font-weight:850;text-transform:uppercase;font-size:.72rem;letter-spacing:.1em}.rx-contact-lines strong{display:block;color:#fff}
/* About/contact content */
.rx-section{padding:clamp(70px,8vw,110px) 0}.rx-two-col,.rx-contact-form-grid{display:grid;grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr);gap:clamp(30px,5vw,62px);align-items:start}.rx-section-intro h2{font-size:clamp(2rem,4vw,3.25rem);line-height:1.06;letter-spacing:-.04em}.rx-section-intro p{margin-top:14px}.rx-card-grid,.rx-contact-card-grid,.rx-benefit-list{display:grid;gap:14px}.rx-card-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.rx-card,.rx-contact-card-grid article,.rx-benefit-list div,.rx-form{border:1px solid rgba(255,255,255,.14);background:linear-gradient(145deg,rgba(255,255,255,.06),rgba(255,255,255,.025));border-radius:18px;padding:22px}.rx-card span{display:inline-flex;color:var(--orange);font-weight:900;margin-bottom:12px}.rx-card h3,.rx-contact-card-grid h3{font-weight:900;text-transform:uppercase;font-size:1rem}.rx-card p,.rx-contact-card-grid p{font-size:.96rem;margin-top:8px}.rx-benefit-list{grid-template-columns:repeat(2,minmax(0,1fr))}.rx-benefit-list div{display:flex;gap:10px;align-items:center;padding:14px 16px}.rx-benefit-list span{width:9px;height:9px;border-radius:50%;background:var(--orange);box-shadow:0 0 0 5px rgba(255,106,0,.10);flex:0 0 auto}.rx-benefit-list p{font-weight:780;color:rgba(255,255,255,.86);font-size:.95rem}.rx-form{padding:clamp(22px,3vw,32px);box-shadow:var(--shadow)}.estimate-form{display:grid;gap:14px}.form-row{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.estimate-form input,.estimate-form select,.estimate-form textarea,.rx-wp-shortcode-form :where(input,select,textarea){width:100%;min-height:52px;border:1px solid rgba(255,255,255,.16)!important;border-radius:13px!important;background:rgba(0,0,0,.34)!important;color:#fff!important;padding:12px 14px!important;outline:none!important;transition:border-color .25s ease,box-shadow .25s ease}.estimate-form textarea,.rx-wp-shortcode-form :where(textarea){min-height:140px;resize:vertical}.estimate-form input:focus,.estimate-form select:focus,.estimate-form textarea:focus,.rx-wp-shortcode-form :where(input:focus,select:focus,textarea:focus){border-color:rgba(255,106,0,.72)!important;box-shadow:0 0 0 4px rgba(255,106,0,.11)!important}.form-message,.rx-form-message{color:rgba(255,255,255,.82);font-size:.95rem}.rx-wp-shortcode-form :where(label){color:#fff!important;font-weight:760}.rx-wp-shortcode-form :where(button,input[type="submit"]){cursor:pointer;color:#fff!important;background:var(--orange)!important;border:1px solid var(--orange)!important;border-radius:8px!important;min-height:52px;padding:14px 24px!important;font-weight:850!important;text-transform:uppercase;box-shadow:0 16px 34px rgba(255,106,0,.20)!important}
/* Projects page and popup */
.projects-page .projects-section{padding-top:72px}.project-card[hidden]{display:none!important}.project-card-media{height:220px}.project-card-body{min-height:170px}.gallery-modal{position:fixed;inset:0;z-index:200;display:none;align-items:center;justify-content:center;padding:24px;background:rgba(0,0,0,.86);backdrop-filter:blur(14px)}.gallery-modal.is-open{display:flex}.gallery-dialog{width:min(1120px,100%);max-height:min(90vh,850px);display:grid;grid-template-rows:auto 1fr;background:#080808;border:1px solid rgba(255,255,255,.18);border-radius:22px;box-shadow:0 30px 100px rgba(0,0,0,.75);overflow:hidden}.gallery-head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 22px;border-bottom:1px solid rgba(255,255,255,.12)}.gallery-head strong{font-size:1.15rem}.gallery-head span{color:var(--muted-soft);font-size:.9rem}.gallery-close{width:42px;height:42px;border:1px solid rgba(255,255,255,.18);border-radius:12px;background:rgba(255,255,255,.06);color:#fff;font-size:1.5rem;cursor:pointer}.gallery-body{display:grid;grid-template-columns:minmax(0,1fr) 270px;gap:0;min-height:0}.gallery-stage{position:relative;min-height:520px;background:#020202;display:flex;align-items:center;justify-content:center}.gallery-stage img,.gallery-stage video{max-width:100%;max-height:100%;width:100%;height:100%;object-fit:contain}.gallery-nav{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;border:1px solid rgba(255,255,255,.20);border-radius:50%;background:rgba(0,0,0,.58);color:#fff;font-size:2rem;cursor:pointer}.gallery-prev{left:16px}.gallery-next{right:16px}.gallery-thumbs{min-height:0;overflow:auto;padding:14px;background:#0b0b0b;border-left:1px solid rgba(255,255,255,.12);display:grid;grid-template-columns:1fr;gap:10px}.gallery-thumb{position:relative;min-height:82px;border:1px solid rgba(255,255,255,.14);border-radius:12px;overflow:hidden;background:#111;cursor:pointer;opacity:.72}.gallery-thumb.is-active{opacity:1;border-color:var(--orange)}.gallery-thumb img,.gallery-thumb video{width:100%;height:82px;object-fit:cover}.gallery-thumb span{position:absolute;right:8px;bottom:7px;background:rgba(0,0,0,.72);border:1px solid rgba(255,255,255,.16);border-radius:999px;padding:2px 7px;font-size:.72rem;color:#fff}
/* Footer */
.site-footer{background:#030303;border-top:1px solid rgba(255,255,255,.10);padding:54px 0 24px}.footer-grid{display:grid;grid-template-columns:1.4fr .75fr 1fr;gap:38px;align-items:start}.footer-brand{display:inline-flex;width:150px;height:76px;align-items:center;overflow:visible}.footer-brand img{width:100%;max-height:76px;object-fit:contain}.footer-grid h3{font-size:.88rem;text-transform:uppercase;letter-spacing:.08em;color:#fff;margin-bottom:15px}.footer-grid p{max-width:390px;font-size:.95rem}.footer-links{display:grid;gap:10px}.footer-links a,.footer-links span{color:rgba(255,255,255,.64);font-size:.95rem;transition:color .25s ease,transform .25s ease}.footer-links a:hover{color:var(--orange);transform:translateX(4px)}.footer-bottom{margin-top:38px;padding-top:20px;border-top:1px solid rgba(255,255,255,.10);display:flex;align-items:center;justify-content:space-between;gap:18px;color:rgba(255,255,255,.55);font-size:.9rem}.footer-bottom a{color:rgba(255,255,255,.70)}.footer-bottom a:hover{color:var(--orange)}
/* Reveal */
.reveal{opacity:0;transform:translateY(22px);transition:opacity .7s ease,transform .7s ease}.reveal.show{opacity:1;transform:none}.service-card.reveal:nth-child(2),.project-card.reveal:nth-child(2),.why-item.reveal:nth-child(2){transition-delay:.05s}.service-card.reveal:nth-child(3),.project-card.reveal:nth-child(3),.why-item.reveal:nth-child(3){transition-delay:.1s}.service-card.reveal:nth-child(4),.project-card.reveal:nth-child(4),.why-item.reveal:nth-child(4){transition-delay:.15s}
@media (max-width:1100px){.services-grid,.projects-card-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.why-wrap,.page-hero-grid,.rx-hero-grid,.projects-hero .hero-grid,.rx-two-col,.rx-contact-form-grid{grid-template-columns:1fr}.why-feature-image{max-width:640px}.footer-grid{grid-template-columns:1fr 1fr}.cta-card,.rx-cta-card{grid-template-columns:1fr}.gallery-body{grid-template-columns:1fr}.gallery-thumbs{grid-template-columns:repeat(5,minmax(90px,1fr));border-left:0;border-top:1px solid rgba(255,255,255,.12)}}
@media (max-width:860px){:root{--header-h:82px}.container{width:min(calc(100% - 28px),var(--container))}.site-header{position:sticky;top:0}.brand{width:138px;height:60px}.brand img{max-height:64px;transform:scale(1.18)}.menu-toggle{display:flex}.nav{position:fixed;left:14px;right:14px;top:92px;display:grid;gap:0;padding:14px;border:1px solid rgba(255,255,255,.14);border-radius:18px;background:rgba(4,4,4,.96);box-shadow:0 24px 80px rgba(0,0,0,.65);opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-10px);transition:.25s ease}.site-header.nav-open .nav{opacity:1;visibility:visible;pointer-events:auto;transform:none}.nav-link,.nav-cta{padding:14px 16px;min-height:0;border-radius:12px}.nav-link:after{display:none}.nav-cta{margin-top:8px;text-align:center}.hero{min-height:auto;padding:82px 0 52px;background:linear-gradient(180deg,rgba(0,0,0,.58),#000 82%),url('/page/home.jpg') center/cover no-repeat,url('../images/photo-1600607687939-ce8a6c25118c.jpg') center/cover no-repeat,#000}.hero-grid{grid-template-columns:1fr;min-height:auto}.hero-copy h1,.page-hero-copy h1{font-size:clamp(2.65rem,14vw,4.4rem)}.hero-actions,.cta-actions,.rx-cta-actions{width:100%}.hero-actions .btn,.cta-actions .btn,.rx-cta-actions .rx-btn{width:100%}.services-grid,.projects-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-proof-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.why-list,.rx-card-grid,.rx-benefit-list,.form-row{grid-template-columns:1fr}.hero-media,.rx-contact-panel{min-height:auto;display:grid;gap:14px}.hero-tile,.rx-contact-image,.rx-sub-mini{position:relative!important;inset:auto!important;width:100%!important;height:220px!important}.rx-contact-lines{position:relative;left:auto;right:auto;bottom:auto}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column;align-items:flex-start}.gallery-modal{padding:10px}.gallery-stage{min-height:390px}.gallery-thumbs{grid-template-columns:repeat(3,minmax(90px,1fr))}}
@media (max-width:560px){p{font-size:.98rem}.section,.rx-section{padding:56px 0}.services-grid,.projects-card-grid,.home-proof-grid{grid-template-columns:1fr}.service-card,.project-card{min-height:auto}.service-card-media,.project-card-media{height:220px}.home-proof-item{grid-template-columns:48px 1fr}.why-item{grid-template-columns:44px 1fr;padding:16px}.why-item svg{width:40px;height:40px}.cta-card,.rx-cta-card{padding:24px;border-radius:18px}.gallery-head{padding:14px}.gallery-stage{min-height:310px}.gallery-thumbs{grid-template-columns:repeat(2,minmax(80px,1fr))}.btn,.nav-cta,.service-link,.project-gallery-btn,.rx-btn{width:100%}}


/* =========================================================
   RenoStar requested refinement pass
   Logo / typography / projects / contact / why section
========================================================= */
:root{
  --header-h:92px;
  --font-main:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
}
body{font-weight:400;letter-spacing:0;}
p{font-weight:400;line-height:1.72;color:rgba(255,255,255,.76)}
.eyebrow{font-weight:760;letter-spacing:.16em;}
.btn,.nav-cta,.service-link,.project-gallery-btn,.rx-btn{font-weight:760;letter-spacing:.015em;text-decoration:none!important;}

/* Bigger logo without increasing header height */
.site-header{overflow:visible;}
.header-shell{min-height:var(--header-h);overflow:visible;}
.brand{width:224px;height:92px;align-self:flex-start;align-items:flex-start;margin-bottom:-42px;position:relative;z-index:5;}
.brand img{width:224px;max-height:none;object-fit:contain;transform:translateY(15px);transform-origin:left top;filter:drop-shadow(0 15px 24px rgba(0,0,0,.65)) drop-shadow(0 12px 20px rgba(255,106,0,.16));}
.brand:hover img{transform:translateY(15px) scale(1.025);}
.nav{position:relative;z-index:6;}

/* Softer, less AI-looking typography */
.hero-copy h1{font-size:clamp(3rem,6.2vw,4.45rem);font-weight:840;letter-spacing:-.045em;}
.page-hero-copy h1,.rx-hero-copy h1{font-size:clamp(2.15rem,3.45vw,3.55rem);font-weight:680;letter-spacing:-.028em;line-height:1.12;text-transform:none;max-width:760px;}
.page-hero-copy p,.rx-hero-copy p{font-size:clamp(.98rem,1.25vw,1.08rem);max-width:700px;}
.section-heading h2,.rx-section-intro h2,.cta-card h2,.rx-cta-card h2{font-weight:700;letter-spacing:-.025em;}
.service-card h3,.project-card h3,.home-proof-item h3,.rx-card h3,.rx-contact-card-grid h3{font-weight:760;letter-spacing:-.005em;}
.nav-link{font-weight:680;}

/* Main service cards: keep the old visual feeling, clean the text weight */
.service-card{display:flex;flex-direction:column;height:100%;}
.service-card-media{height:194px;flex:0 0 auto;}
.service-card-body{flex:1;display:flex;align-items:center;min-height:0px;}
.service-card h3{font-size:1.05rem;line-height:1.22;}

/* Projects cards equal height + remove annoying orange underline */
.projects-card-grid{align-items:stretch;}
.project-card{display:flex;flex-direction:column;height:100%;min-height:430px;}
.project-card-media{height:218px;flex:0 0 auto;}
.project-card-body{flex:1;min-height:0;padding:24px 22px 24px;display:flex;flex-direction:column;gap:13px;}
.project-card-body:after{display:none!important;content:none!important;}
.project-gallery-btn{margin-top:auto;align-self:flex-start;border-bottom:0!important;box-shadow:0 13px 26px rgba(255,106,0,.18);}
.project-gallery-btn:before,.project-gallery-btn:after{text-decoration:none!important;}
.project-meta{min-height:1.4em;}
.project-card h3{min-height:2.55em;font-size:1.02rem;}

/* Rebuild Home Why section: full image background + centered content + square icon cards */
.why-section{position:relative;isolation:isolate;overflow:hidden;padding:clamp(78px,8vw,118px) 0;background:linear-gradient(180deg,rgba(0,0,0,.78),rgba(0,0,0,.88)),url('/page/about/3.jpg') center/cover no-repeat,url('../images/photo-1618221195710-dd6b41faaea6.jpg') center/cover no-repeat;}
.why-section:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 18%,rgba(255,106,0,.22),transparent 28%),linear-gradient(90deg,rgba(0,0,0,.55),rgba(0,0,0,.38),rgba(0,0,0,.55));z-index:-1;}
.why-section .why-wrap{display:block;}
.why-section .why-intro{text-align:center;max-width:820px;margin:0 auto 38px;}
.why-section .why-intro .eyebrow{justify-content:center;}
.why-section .why-intro h2{font-size:clamp(2rem,4vw,3.55rem);font-weight:710;letter-spacing:-.03em;line-height:1.1;}
.why-section .why-intro p{max-width:760px;margin:18px auto 0;font-size:1.02rem;}
.why-section .why-feature-image{display:none;}
.why-section .why-list{display:flex;flex-wrap:wrap;justify-content:center;gap:18px;}
.why-section .why-item{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;flex:1 1 218px;max-width:260px;min-height:190px;aspect-ratio:1 / .86;padding:24px 20px;border-radius:18px;background:linear-gradient(145deg,rgba(8,8,8,.82),rgba(22,22,22,.70));border:1px solid rgba(255,255,255,.18);backdrop-filter:blur(8px);box-shadow:0 18px 44px rgba(0,0,0,.38);}
.why-section .why-item:hover{background:linear-gradient(145deg,rgba(255,106,0,.16),rgba(18,18,18,.78));border-color:rgba(255,106,0,.52);transform:translateY(-6px);}
.why-section .why-item svg{width:54px;height:54px;margin-bottom:16px;color:var(--orange);stroke-width:1.65;filter:drop-shadow(0 10px 18px rgba(255,106,0,.18));}
.why-section .why-item span{font-size:.95rem;line-height:1.35;font-weight:620;color:rgba(255,255,255,.92);}

/* Subpage heroes: unified and smaller than home */
.page-hero,.rx-hero,.projects-hero{padding:clamp(64px,7vw,92px) 0;background:linear-gradient(90deg,#000 0%,rgba(0,0,0,.90) 48%,rgba(0,0,0,.48)),linear-gradient(180deg,rgba(0,0,0,.10),#000 98%),var(--hero-img),url('../images/photo-1600607687939-ce8a6c25118c.jpg');background-size:cover;background-position:center;}
.page-hero-grid,.rx-hero-grid,.projects-hero .hero-grid{grid-template-columns:minmax(0,1fr) minmax(280px,.72fr);gap:38px;}
.rx-hero-copy .hero-actions,.page-hero-copy .hero-actions{margin-top:26px;}
.hero-media,.rx-contact-panel{min-height:330px;}
.hero-tile:first-child,.rx-contact-image{inset:0 36px 0 0;}
.hero-tile:nth-child(2),.rx-sub-mini.rx-top{width:150px;height:112px;right:0;top:36px;}
.hero-tile:nth-child(3),.rx-sub-mini.rx-bottom{width:186px;height:138px;right:16px;bottom:34px;}

/* Simple contact page: one section, info + form together */
.rx-contact-simple .contact-simple-section{position:relative;isolation:isolate;overflow:hidden;padding:clamp(86px,8vw,124px) 0;background:linear-gradient(90deg,rgba(0,0,0,.93),rgba(0,0,0,.80),rgba(0,0,0,.62)),linear-gradient(180deg,rgba(0,0,0,.05),#000 100%),var(--hero-img),url('../images/photo-1556909114-f6e7ad7d3136.jpg');background-size:cover;background-position:center;}
.rx-contact-simple .contact-simple-section:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 78% 16%,rgba(255,106,0,.18),transparent 28%);z-index:-1;}
.contact-simple-grid{display:grid;grid-template-columns:minmax(0,.92fr) minmax(360px,.78fr);gap:clamp(26px,5vw,64px);align-items:center;}
.contact-simple-copy h1{font-size:clamp(2.2rem,4vw,3.75rem);font-weight:700;letter-spacing:-.032em;line-height:1.1;max-width:720px;}
.contact-simple-copy p{max-width:650px;margin-top:18px;font-size:1.04rem;}
.contact-simple-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:28px;}
.contact-simple-cards a,.contact-simple-cards span{display:block;min-height:96px;padding:17px 16px;border-radius:16px;border:1px solid rgba(255,255,255,.16);background:rgba(0,0,0,.56);backdrop-filter:blur(8px);transition:transform .28s ease,border-color .28s ease,background .28s ease;}
.contact-simple-cards a:hover{transform:translateY(-4px);border-color:rgba(255,106,0,.55);background:rgba(255,106,0,.11);}
.contact-simple-cards small{display:block;color:var(--orange);font-weight:760;letter-spacing:.11em;text-transform:uppercase;font-size:.72rem;margin-bottom:8px;}
.contact-simple-cards strong{display:block;color:#fff;font-size:.98rem;font-weight:640;line-height:1.35;}
.contact-simple-form{background:linear-gradient(145deg,rgba(9,9,9,.86),rgba(25,25,25,.72));border-color:rgba(255,255,255,.18);backdrop-filter:blur(10px);}
.contact-simple-form h2{font-size:clamp(1.5rem,2.6vw,2.2rem);font-weight:700;letter-spacing:-.02em;margin-bottom:4px;}
.contact-simple-form>p{margin-bottom:20px;font-size:.98rem;}
.contact-simple-form .form-message{font-size:.84rem;color:rgba(255,255,255,.55);}

/* Footer cleanup */
.site-footer{padding-top:48px;}
.footer-grid{grid-template-columns:1.25fr .7fr .85fr;}
.footer-grid h3{font-weight:690;}
.footer-links span,.footer-links a{font-weight:400;}
.footer-brand{width:168px;height:auto;}
.footer-brand img{max-height:none;width:168px;}

@media (max-width:1100px){
  .brand{width:204px;}
  .brand img{width:204px;}
  .why-section .why-item{flex-basis:210px;}
  .contact-simple-grid{grid-template-columns:1fr;}
  .contact-simple-cards{grid-template-columns:repeat(3,minmax(0,1fr));}
}
@media (max-width:860px){
  :root{--header-h:82px;}
  .brand{width:160px;height:82px;margin-bottom:-22px;align-self:flex-start;}
  .brand img{width:160px;transform:translateY(12px);}
  .brand:hover img{transform:translateY(12px) scale(1.02);}
  .nav{top:92px;}
  .hero-copy h1{font-size:clamp(2.55rem,13vw,4.35rem);font-weight:810;}
  .page-hero-copy h1,.rx-hero-copy h1,.contact-simple-copy h1{font-size:clamp(2rem,9vw,3.05rem);}
  .page-hero-grid,.rx-hero-grid,.projects-hero .hero-grid{grid-template-columns:1fr;}
  .why-section .why-item{flex:1 1 190px;max-width:none;min-height:166px;}
  .contact-simple-cards{grid-template-columns:1fr;}
}
@media (max-width:560px){
  .brand{width:138px;margin-bottom:-14px;}
  .brand img{width:138px;}
  .services-grid,.projects-card-grid{grid-template-columns:1fr;}
  .project-card{min-height:auto;}
  .project-card h3{min-height:auto;}
  .why-section .why-list{gap:13px;}
  .why-section .why-item{flex-basis:100%;aspect-ratio:auto;min-height:142px;}
  .why-section .why-item svg{width:46px;height:46px;}
  .footer-grid{grid-template-columns:1fr;}
}

/* ===== FINAL MOBILE HEADER FIX ===== */
@media screen and (max-width: 860px){

  .site-header{
    position:sticky !important;
    top:0 !important;
    width:100% !important;
    height:82px !important;
    min-height:82px !important;
    max-height:82px !important;
    overflow:visible !important;
  }

  .site-header > .container{
    height:82px !important;
    min-height:82px !important;
    max-height:82px !important;
  }

  .site-header .header-shell{
    position:relative !important;
    width:100% !important;
    height:82px !important;
    min-height:82px !important;
    max-height:82px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;
    overflow:visible !important;
  }

  .site-header .brand{
    position:relative !important;
    display:block !important;
    width:150px !important;
    height:82px !important;
    min-height:82px !important;
    max-height:82px !important;
    margin:0 !important;
    padding:0 !important;
    align-self:center !important;
    flex:0 0 150px !important;
    overflow:visible !important;
  }

  .site-header .brand img{
    position:absolute !important;
    left:0 !important;
    top:50% !important;
    width:150px !important;
    height:auto !important;
    max-width:150px !important;
    max-height:96px !important;
    object-fit:contain !important;
    transform:translateY(-50%) !important;
    margin:0 !important;
  }

  .site-header .brand:hover img{
    transform:translateY(-50%) !important;
  }

  .site-header .menu-toggle{
    position:relative !important;
    top:auto !important;
    right:auto !important;
    margin:0 0 0 auto !important;
    flex:0 0 48px !important;
    align-self:center !important;
  }

  .site-header .nav{
    top:92px !important;
  }
}

@media screen and (max-width: 560px){

  .site-header,
  .site-header > .container,
  .site-header .header-shell{
    height:76px !important;
    min-height:76px !important;
    max-height:76px !important;
  }

  .site-header .brand{
    width:138px !important;
    height:76px !important;
    min-height:76px !important;
    max-height:76px !important;
    flex-basis:138px !important;
  }

  .site-header .brand img{
    width:138px !important;
    max-width:138px !important;
    max-height:88px !important;
  }

  .site-header .nav{
    top:86px !important;
  }
}


@media screen and (max-width:860px){

  .site-header .header-shell{
    position:relative !important;
    justify-content:flex-start !important;
  }

  .site-header .brand{
    flex:0 0 auto !important;
    width:150px !important;
  }

  .site-header .menu-toggle{
    position:absolute !important;
    right:0 !important;
    top:50% !important;
    transform:translateY(-50%) !important;
    margin:0 !important;
  }
}

@media screen and (max-width:560px){

  .site-header .brand{
    width:138px !important;
  }

  .site-header .menu-toggle{
    right:0 !important;
  }
}

@media screen and (max-width:860px){

  .site-header .nav{
    position:fixed !important;
    top:82px !important;
    left:0 !important;
    right:0 !important;
    width:100% !important;
    max-width:none !important;

    display:grid !important;
    grid-template-columns:1fr !important;
    gap:0 !important;

    margin:0 !important;
    padding:14px !important;

    border-radius:0 0 18px 18px !important;
    border-left:0 !important;
    border-right:0 !important;

    background:rgba(4,4,4,.98) !important;
    box-shadow:0 24px 60px rgba(0,0,0,.75) !important;

    opacity:0 !important;
    visibility:hidden !important;
    pointer-events:none !important;
    transform:translateY(-12px) !important;
    transition:
      opacity .25s ease,
      visibility .25s ease,
      transform .25s ease !important;

    z-index:999 !important;
  }

  .site-header.nav-open .nav{
    opacity:1 !important;
    visibility:visible !important;
    pointer-events:auto !important;
    transform:translateY(0) !important;
  }

  .site-header .nav-link,
  .site-header .nav-cta{
    width:100% !important;
    display:flex !important;
    align-items:center !important;
    justify-content:flex-start !important;
    min-height:52px !important;
    padding:14px 18px !important;
    margin:0 !important;
    border-radius:10px !important;
  }

  .site-header .nav-link{
    border-bottom:1px solid rgba(255,255,255,.08) !important;
  }

  .site-header .nav-cta{
    justify-content:center !important;
    margin-top:10px !important;
  }
}

@media screen and (max-width:560px){

  .site-header .nav{
    top:76px !important;
  }
}