@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700;800&family=Manrope:wght@400;500;600;700;800&family=Outfit:wght@400;500;600;700;800;900&display=swap');
:root{--navy:#053d3b;--nav2:#082b31;--accent:#55d94e;--accent2:#a4e64d;--light:#eef9f2;--ink:#142439;--muted:#617185;--line:#e4e9f0;--radius:13px;--container:1210px;--font:'DM Sans',system-ui,sans-serif}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font:15px/1.6 var(--font);color:var(--ink);background:white;-webkit-font-smoothing:antialiased}button,input,textarea,select{font:inherit}button{cursor:pointer}a{text-decoration:none;color:inherit}img,svg{max-width:100%}img{display:block}.container{width:min(var(--container),calc(100% - 44px));margin:auto}.icon{width:21px;height:21px;flex:none}h1,h2,h3,h4,p{margin-top:0}h1,h2,h3{line-height:1.12}h1{font-size:clamp(42px,5.3vw,79px);letter-spacing:-.058em;font-weight:900}h2{font-size:clamp(27px,3vw,42px);letter-spacing:-.048em;font-weight:850}h3{font-size:clamp(18px,2vw,23px);letter-spacing:-.03em}p{color:var(--muted)}.eyebrow{color:var(--accent);font-size:11px;letter-spacing:.19em;text-transform:uppercase;font-weight:800}.accent{color:var(--accent)}.btn{display:inline-flex;gap:10px;align-items:center;justify-content:center;min-height:46px;padding:11px 21px;font-weight:800;font-size:13px;border-radius:7px;border:1px solid transparent;background:var(--accent);color:#fff;transition:transform .24s,box-shadow .24s,background .24s;white-space:nowrap}.btn .icon{width:17px}.btn:hover{transform:translateY(-3px);box-shadow:0 9px 24px color-mix(in srgb,var(--accent),transparent 67%)}.btn:active{transform:scale(.98)}.btn-outline{background:transparent;border-color:currentColor;color:inherit}.btn-dark{background:var(--navy);color:#fff}.btn-wa{background:#0b342f;color:white;border:1px solid #83bdab}.btn-wa .icon{color:#23d468;width:23px;height:23px}.btn-text{background:transparent;color:var(--navy);padding:8px 0}.btn-text:hover{box-shadow:none;color:var(--accent)}.site-header{position:relative;z-index:30;background:#fff;box-shadow:0 2px 20px #061d3621}.header-inner{height:83px;display:flex;align-items:center;gap:21px}.brand{display:flex;align-items:center;gap:8px;flex-shrink:0;min-width:0}.brand-mark{width:60px;height:60px;flex:none;filter:drop-shadow(0 2px 2px #0002)}.brand-name{display:flex;flex-direction:column;line-height:1.05;white-space:nowrap}.brand-name strong{font:900 28px/1.1 'Outfit',sans-serif;letter-spacing:.025em}.brand-name small{font:700 10px/1.4 'DM Sans',sans-serif;letter-spacing:.25em}.nav{display:flex;align-items:center;gap:22px;margin-left:auto}.nav a,.menu-toggle{font-size:12px;font-weight:800;transition:color .2s}.nav a:hover,.nav a.active{color:var(--accent)}.header-actions{display:flex;gap:9px;align-items:center;margin-left:auto}.header-actions .btn{padding:9px 14px}.menu-toggle{border:0;background:transparent;display:flex;align-items:center;gap:4px;color:inherit}.menu-wrap{position:relative}.drop{position:absolute;z-index:50;left:-20px;top:35px;width:420px;padding:15px;background:#fff;border:1px solid var(--line);box-shadow:0 23px 70px #071c3540;border-radius:14px;display:none;grid-template-columns:1fr 1fr;gap:5px}.menu-wrap.open .drop{display:grid}.drop a{font-size:12px;padding:10px;border-radius:7px;color:var(--ink)}.drop a:hover{background:var(--light);color:var(--navy)}.hamburger{display:none;border:1px solid var(--line);background:white;color:var(--ink);border-radius:8px;min-width:44px;height:44px;align-items:center;justify-content:center}.mobile-drawer{display:none}.hero{background:var(--navy);color:white;position:relative;overflow:hidden;min-height:550px;isolation:isolate}.hero-scene{position:absolute;inset:0;background-image:none;background-size:cover;background-position:center center;animation:heroFloat 19s ease-in-out infinite alternate;transform-origin:center}.hero:after{content:'';position:absolute;inset:0;z-index:0;pointer-events:none;background:linear-gradient(90deg,#041c32aa 0,transparent 56%)}.hero-inner{position:relative;z-index:1;display:flex;align-items:center;min-height:550px;padding:76px 0 75px}.hero-content{max-width:615px}.hero h1{max-width:710px;margin:17px 0 20px;color:#fff}.hero p{color:#eef8ff;max-width:510px;font-size:16px}.hero-buttons{display:flex;gap:11px;margin:26px 0;flex-wrap:wrap}.hero .eyebrow{color:#a8d9ec}.hero-trust{display:flex;gap:13px;flex-wrap:wrap;margin-top:40px}.hero-trust span{font-size:11px;color:#e2eef5;font-weight:700;display:flex;align-items:center;gap:7px;border-right:1px solid #ffffff70;padding-right:14px}.hero-trust .icon{color:var(--accent)}.hero-caption{position:absolute;right:16px;top:22%;font-size:21px;line-height:1.2;font-style:italic;max-width:140px;color:#fbfdff;text-align:right;transform:rotate(-5deg);text-shadow:0 2px 12px #1238}.section{padding:61px 0}.section-head{display:flex;gap:20px;justify-content:space-between;align-items:end;margin-bottom:23px}.section-head p{margin:0;max-width:440px}.section-head h2{margin:7px 0 0}.section-rule{width:50px;height:3px;background:var(--accent);display:inline-block;vertical-align:middle;margin-right:8px}.grid{display:grid;gap:16px}.service-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.product-grid{grid-template-columns:repeat(6,minmax(0,1fr))}.card{border-radius:var(--radius);background:white;overflow:hidden;border:1px solid var(--line);box-shadow:0 4px 17px #0d264209;transition:transform .28s,box-shadow .28s,border-color .28s;min-width:0}.card:hover{transform:translateY(-6px);box-shadow:0 18px 38px #12334a23;border-color:var(--accent)}.card img{width:100%;height:166px;object-fit:cover;background:#e6eff3;transition:transform .55s}.card:hover img{transform:scale(1.035)}.card-body{padding:15px 16px 18px}.card h3{margin:0 0 6px;font-size:15px}.card .mini{font-size:12px;margin:0}.product-card img{height:125px}.product-card .card-body{padding:13px 10px 16px}.product-card h3{font-size:12px}.card-cta{display:inline-flex;align-items:center;color:var(--navy);font-weight:800;font-size:11px;gap:5px;margin-top:10px}.card-cta .icon{width:14px}.soft{background:#f5f8fb}.brand-strip{padding:24px 0;background:#fff;border-block:1px solid var(--line)}.brand-scroll{display:flex;gap:14px;flex-wrap:wrap;align-items:center}.brand-pill{padding:9px 13px;background:#f6f8fb;border:1px solid #e6eaf0;border-radius:7px;line-height:1;font-size:13px;color:#34495b;font-weight:900;letter-spacing:-.02em;transition:transform .2s,color .2s}.brand-pill:hover{transform:translateY(-3px);color:var(--accent)}.about-band{display:grid;grid-template-columns:40% 1fr;background:var(--light);overflow:hidden}.about-scene{position:relative;min-height:350px;background:linear-gradient(145deg,#b5d6e7 0%,#8aaec5 50%,#bfd8e4 51%,#f1f5f7 100%)}.about-scene:after{content:'';position:absolute;inset:0;background:linear-gradient(0deg,#071d3152,transparent 60%)}.about-building{position:absolute;left:12%;right:9%;bottom:-12px;height:80%;background:repeating-linear-gradient(90deg,#224e6b 0 12px,#2c658a 13px 17px,#9fc7da 18px 21px);clip-path:polygon(0 20%,60% 0,100% 12%,100% 100%,0 100%);border:18px solid #cbd5d9;box-shadow:30px 10px 36px #2347}.about-scene .building-symbol{position:absolute;z-index:2;left:27%;top:35%;width:80px;height:80px;filter:drop-shadow(0 5px 8px #0008)}.about-copy{padding:56px clamp(25px,5vw,90px);align-self:center}.about-copy p{max-width:610px}.about-features{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:23px}.about-features span{display:flex;align-items:center;gap:8px;padding:14px;background:#fff;border:1px solid #e4edf3;border-radius:8px;font-size:12px;font-weight:800}.about-features .icon{color:var(--accent)}.callout{color:#fff;background:linear-gradient(120deg,var(--navy),var(--nav2));padding:52px 0;position:relative;overflow:hidden}.callout:before{content:'';position:absolute;right:-60px;bottom:-140px;width:500px;height:340px;border:1px solid #ffffff27;transform:rotate(-22deg)}.callout .container{display:flex;justify-content:space-between;align-items:center;gap:20px;position:relative;z-index:1}.callout h2{margin:0 0 8px;color:#fff}.callout p{color:#d8e7ef;margin:0}.callout-actions{display:flex;gap:10px;flex-wrap:wrap}.footer{background:var(--nav2);color:white;padding:60px 0 0}.footer-grid{display:grid;grid-template-columns:1.5fr .7fr .9fr 1fr;gap:35px}.footer p,.footer small{color:#d2e0e8}.footer h4{color:white;margin:0 0 17px;font-size:14px}.footer a{display:inline-block;color:#dcecf5;font-size:12px;line-height:2.1}.footer a:hover{color:var(--accent)}.footer .brand{margin-bottom:15px}.footer-bottom{margin-top:38px;border-top:1px solid #ffffff2b;padding:20px 0;display:flex;justify-content:space-between;gap:14px;flex-wrap:wrap;font-size:11px;color:#c6dbe7}.footer-bottom a{font-size:11px}.social{display:flex;gap:8px;flex-wrap:wrap;margin:16px 0}.social-icon{display:inline-flex;align-items:center;justify-content:center;width:39px;height:39px;border-radius:10px;color:#fff;background:#2574cf;transition:transform .25s;cursor:default}.social-icon:hover{transform:translateY(-4px) rotate(-5deg)}.social-icon .icon{width:21px;height:21px}.social-icon.instagram{background:linear-gradient(35deg,#f5a71b,#e34476,#7525ca)}.social-icon.linkedin{background:#0b78b2}.social-icon.youtube{background:#ec2638}.social-icon.threads{background:#111}.floating-wa{position:fixed;right:22px;bottom:21px;z-index:70;background:#0a9f4a;color:white;width:56px;height:56px;border-radius:50%;box-shadow:0 8px 28px #074d3180;display:grid;place-items:center;transition:transform .25s}.floating-wa:hover{transform:scale(1.09)}.floating-wa .icon{width:32px;height:32px}.floating-wa:after{content:'';position:absolute;inset:-5px;border:1px solid #139c57;border-radius:50%;animation:pulse 3s infinite}.subhero{background:linear-gradient(110deg,var(--nav2),var(--navy));color:white;padding:70px 0;position:relative;overflow:hidden}.subhero:after{content:'';position:absolute;width:430px;height:400px;right:9%;top:-80px;border:1px solid #fff2;border-radius:50%;box-shadow:0 0 0 70px #fff1,0 0 0 145px #fff1}.subhero .container{position:relative;z-index:1}.subhero h1{font-size:clamp(37px,4vw,59px);margin:14px 0 12px;max-width:900px}.subhero p{color:#e4eff3;max-width:650px}.crumb{display:flex;gap:9px;flex-wrap:wrap;font-size:12px;color:#f2fcff}.crumb a{color:var(--accent2)}.page-intro{max-width:820px;font-size:17px}.category-chips{display:flex;flex-wrap:wrap;gap:8px;margin:26px 0}.chip{border:1px solid #cbd9e2;border-radius:50px;padding:8px 15px;font-size:12px;font-weight:800;background:white}.chip:hover{background:var(--navy);color:white}.detail-layout{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(270px,.6fr);gap:39px;align-items:start}.detail-image{border-radius:18px;width:100%;background:#eaf0f5;box-shadow:0 12px 30px #122e4920}.sidebar{border-radius:13px;background:var(--light);padding:25px;border:1px solid #e0e7ed}.sidebar h3{margin-bottom:15px}.sidebar a{display:flex;padding:10px 0;border-bottom:1px solid #d8e3eb;font-size:13px;font-weight:700;align-items:center;gap:6px}.sidebar a:hover{color:var(--accent)}.detail-copy{padding:23px 0;max-width:780px}.detail-copy p{font-size:16px}.contact-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:36px}.form{padding:32px;background:white;box-shadow:0 10px 35px #0c273018;border:1px solid var(--line);border-radius:18px}.form label{display:block;font-size:12px;font-weight:800;margin:15px 0 7px}.form input,.form select,.form textarea{border:1px solid #cdd8df;width:100%;border-radius:7px;padding:12px 13px;outline:none;background:#fff;color:#1a2d3b}.form input:focus,.form select:focus,.form textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--accent),transparent 85%)}.form textarea{min-height:125px;resize:vertical}.form-status{color:#a21a30;font-size:12px}.contact-panel{padding:32px;background:var(--light);border-radius:18px}.contact-line{display:flex;align-items:start;gap:12px;margin-bottom:24px}.contact-line .icon{color:var(--accent)}.contact-line p{margin:0}.contact-line strong{font-size:14px}.contact-actions{display:flex;flex-wrap:wrap;gap:9px}.reveal{opacity:0;transform:translateY(22px);transition:opacity .62s ease,transform .62s ease}.reveal.visible{opacity:1;transform:translateY(0)}.hoverline{position:relative}.hoverline:after{content:'';position:absolute;width:0;left:0;bottom:0;height:2px;background:var(--accent);transition:width .25s}.hoverline:hover:after{width:100%}img{color:transparent}
/* Different mockup-based compositions, not a single template recolor */
body.v1 .hero{min-height:565px}body.v1 .hero-inner{min-height:565px}body.v1 .hero h1{max-width:640px}body.v1 .card{border-radius:7px}body.v1 .service-grid{grid-template-columns:repeat(4,minmax(0,1fr))}body.v1 .section{padding:55px 0}body.v1 .hero{border-bottom:8px solid #062541}body.v1 .header-inner{height:78px}body.v1 .about-band{background:#f7fbff}
body.v2{--font:'Manrope',sans-serif;--radius:16px}body.v2 .site-header{background:#fff}body.v2 .hero{min-height:560px}body.v2 .hero-inner{min-height:560px}body.v2 .hero h1{max-width:625px}body.v2 .hero:after{background:linear-gradient(90deg,#06352ecf,transparent 72%)}body.v2 .btn{border-radius:36px}body.v2 .btn:not(.btn-wa):not(.btn-dark){color:#07392e}body.v2 .btn.btn-outline{color:#07392e}body.v2 .card{border-radius:12px}body.v2 .service-grid{grid-template-columns:repeat(4,minmax(0,1fr))}body.v2 .service-grid .card img{height:120px}body.v2 .about-band{background:#f5fcf7}body.v2 .about-scene{background:linear-gradient(135deg,#c1e3d5,#a2bfbe)}body.v2 .hero-trust .icon{color:#91fb78}body.v2 .hero-caption{font-family:Georgia,serif}
body.v3{--font:'Outfit',sans-serif;--radius:5px;background:#141a20;color:#f4f6f7}body.v3 .site-header{background:#1a222c;color:#f6f8fc}body.v3 .nav a{color:#e8ecf2}body.v3 .nav a.active,body.v3 .nav a:hover{color:#ff5466}body.v3 .hamburger{background:#232e38;color:white;border-color:#58606a}body.v3 .hero:after{background:linear-gradient(90deg,#111720e8,transparent 74%)}body.v3 .hero h1{font-size:clamp(42px,5vw,70px);text-transform:uppercase;letter-spacing:-.045em}body.v3 .hero-caption{font-style:normal;letter-spacing:.12em;font-size:16px;text-transform:uppercase}body.v3 .section{background:#1a2229}body.v3 .section.soft{background:#131b22}body.v3 .card{background:#222c36;border-color:#3b4853;border-radius:6px;color:#f9fafa;box-shadow:none}body.v3 .card h3,body.v3 h2,body.v3 h3{color:white}body.v3 .card .mini,body.v3 .section p{color:#b9cbd3}body.v3 .card-cta{color:#fa4d63}body.v3 .brand-strip{background:#f7f8fa;color:#142439}body.v3 .brand-strip h2{color:#142439}body.v3 .about-band{background:#f8fafb;color:#142439}body.v3 .about-band h2{color:#142439}body.v3 .about-band p{color:#566472}body.v3 .about-features span{color:#192c3a}body.v3 .subhero{background:linear-gradient(100deg,#10171e,#34333b)}body.v3 .contact-panel{background:#27313b}body.v3 .contact-panel p{color:#c8d5dd}body.v3 .form{color:#1e2f3d}body.v3 .form h2{color:#1e2f3d}body.v3 .detail-copy p{color:#d1dfe4}body.v3 .sidebar{background:#27323c;border-color:#414d56}body.v3 .sidebar a{border-color:#48525c}body.v3 .category-chips .chip{background:#27323d;color:#fff;border-color:#50606a}body.v3 .category-chips .chip:hover{background:#f1304d}body.v3 .footer{background:#11171e}
@keyframes heroFloat{0%{transform:scale(1) translateX(0)}100%{transform:scale(1.045) translateX(-1%)} }@keyframes pulse{0%,100%{transform:scale(1);opacity:.45}65%{transform:scale(1.12);opacity:0}}
@media(max-width:1150px){.nav{gap:12px}.brand-mark{width:50px;height:50px}.brand-name strong{font-size:23px}.brand-name small{font-size:8px}.header-actions .btn{padding:8px 10px}.product-grid{grid-template-columns:repeat(4,1fr)}}
@media(max-width:900px){.container{width:calc(100% - 34px)}.header-inner{height:72px!important}.nav{display:none}.hamburger{display:flex;order:1}.brand{order:0}.header-actions{order:2;margin-left:auto}.header-actions .btn-quote{display:none}.header-actions .btn-wa{padding:8px 9px}.header-actions .wa-label{display:none}.mobile-drawer{position:absolute;left:0;right:0;top:100%;z-index:60;background:#fff;color:#1c2e3b;box-shadow:0 17px 24px #091a2944;max-height:calc(100dvh - 74px);overflow-y:auto;padding:12px 18px 22px}.mobile-drawer.open{display:block}.mobile-drawer a,.mobile-drawer button{display:flex;align-items:center;justify-content:space-between;width:100%;padding:12px 14px;border:0;border-bottom:1px solid #e7edf1;background:none;color:#193244;text-align:left;font-weight:800;font-size:14px}.mobile-sub{display:none;padding-left:14px;background:#f1f7fa}.mobile-sub.open{display:block}.mobile-sub a{font-size:12px;padding:11px}.hero{min-height:520px!important}.hero-inner{min-height:520px!important}.hero-caption{display:none}.hero-scene{background-position:59% center}.hero-content{max-width:540px}.service-grid,body.v1 .service-grid,body.v2 .service-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.about-band{grid-template-columns:1fr}.about-scene{min-height:280px}.footer-grid{grid-template-columns:1.2fr 1fr;gap:27px}.contact-grid{grid-template-columns:1fr}.detail-layout{grid-template-columns:1fr}.callout .container{align-items:start;flex-direction:column}}
@media(max-width:560px){.container{width:calc(100% - 28px)}.site-header{position:sticky;top:0}.header-inner{gap:9px;height:66px!important}.brand{gap:4px}.brand-mark{width:39px;height:39px}.brand-name strong{font-size:19px}.brand-name small{font-size:7px;letter-spacing:.15em}.hamburger{min-width:40px;height:40px}.header-actions .btn-wa{min-height:41px;width:43px;padding:0;border-radius:8px}.header-actions .btn-wa .icon{width:26px}.hero,.hero-inner{min-height:575px!important}.hero-inner{align-items:flex-end;padding:63px 0 40px}.hero-scene{background-position:66% center}.hero:after{background:linear-gradient(0deg,#05243ef0 2%,#092843bf 62%,#06243e27 100%)}body.v3 .hero:after{background:linear-gradient(0deg,#111820f7,#141b20b8 60%,transparent)}body.v2 .hero:after{background:linear-gradient(0deg,#063a37f0,#063a36b0 65%,transparent)}.hero h1,body.v3 .hero h1{font-size:clamp(38px,10vw,53px);letter-spacing:-.055em;margin:9px 0 12px}.hero p{font-size:13px}.hero-trust{gap:8px;margin-top:20px}.hero-trust span{font-size:10px;padding-right:8px}.hero-buttons{margin:19px 0 12px;gap:8px}.hero-buttons .btn{font-size:11px;min-height:42px;padding:9px 12px}.hero .eyebrow{font-size:10px}.section,body.v1 .section{padding:39px 0}.section-head{display:block;margin-bottom:18px}.section-head .btn{margin-top:14px}.section-head h2{font-size:29px}.section-head p{font-size:13px;margin-top:8px}.service-grid,body.v1 .service-grid,body.v2 .service-grid,.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.card img{height:105px}.product-card img{height:102px}.card-body{padding:12px 10px 14px}.card h3{font-size:13px}.card .mini{font-size:11px}.about-copy{padding:31px 20px}.about-features{grid-template-columns:1fr 1fr}.about-features span{padding:10px;font-size:11px}.about-scene{min-height:228px}.brand-pill{font-size:11px}.callout{padding:40px 0}.callout h2{font-size:30px}.footer{padding-top:37px}.footer-grid{grid-template-columns:1fr 1fr;gap:23px}.footer-grid>div:first-child{grid-column:span 2}.footer-grid h4{font-size:13px}.footer-bottom{margin-top:21px;padding:16px 0 75px}.floating-wa{right:13px;bottom:13px;width:48px;height:48px}.floating-wa .icon{width:29px;height:29px}.subhero{padding:47px 0}.subhero h1{font-size:38px}.form{padding:20px}.contact-panel{padding:22px}.detail-copy p{font-size:14px}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}.reveal{opacity:1;transform:none}}

.brand-image{display:inline-flex;align-items:center}.brand-logo-image{height:56px;width:auto;display:block}@media(max-width:560px){.brand-logo-image{height:42px}}.v2 .hero-scene{background-image:none!important;background-size:cover;background-position:center right}.v2 .subhero-photo{background-image:linear-gradient(90deg,rgba(6,32,54,.82),rgba(6,32,54,.45)),url('../photos/services-6.webp');background-size:cover;background-position:center}.v2 .about-scene{background-size:cover;background-position:center}
/* AVELON 2026 — approved identity, original commercial photography, legibility and true layout fidelity */
.site-header{position:relative;z-index:100;background:#fff}.brand-rebuilt{gap:9px;max-width:240px}.brand-symbol{width:57px;height:57px;object-fit:contain;flex-shrink:0;filter:drop-shadow(0 3px 5px rgba(0,0,0,.1))}.brand-rebuilt .brand-name strong{font-size:25px;letter-spacing:.04em;color:#10293f}.brand-rebuilt .brand-name small{font-size:9px;color:#486476;letter-spacing:.18em;white-space:nowrap}.brand-logo-image{display:none}
.hero{isolation:isolate;min-height:590px;overflow:hidden}.hero-scene{background-image:none!important}.hero-inner{min-height:590px;align-items:center}.hero:after{z-index:0;background:radial-gradient(ellipse at 12% 42%,rgba(35,92,125,.55),transparent 56%)!important}.hero-content{position:relative;z-index:3;width:min(53%,650px);max-width:none}.hero h1{font-size:clamp(42px,5.3vw,78px);line-height:1.03;letter-spacing:-.065em;max-width:690px}.hero p{max-width:505px}.hero-photo-stage{position:absolute;z-index:1;inset:0 0 0 49%;overflow:visible;pointer-events:none}.hero-photo-main,.hero-photo-secondary{position:absolute;overflow:hidden;background:#153247;border:4px solid #ffffff1e;box-shadow:0 24px 58px #02172877;border-radius:17px}.hero-photo-main{width:54%;height:73%;right:6%;top:9%;transform:rotate(2deg)}.hero-photo-secondary{width:45%;height:58%;left:1%;bottom:5%;transform:rotate(-5deg)}.hero-photo-stage img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;transition:transform .75s ease}.hero-photo-main:hover img,.hero-photo-secondary:hover img{transform:scale(1.04)}.photo-annotation{position:absolute;right:4%;bottom:10px;letter-spacing:.28em;font-weight:800;font-size:11px;color:#fff;background:#0a2339e8;border:1px solid #ffffff24;padding:8px 15px;border-radius:4px;white-space:nowrap}.accent-dot{display:inline-block;width:6px;height:6px;border-radius:50%;background:var(--accent);margin-right:8px}.hero-photo-main{animation:hero-sway 9s ease-in-out infinite alternate}.hero-photo-secondary{animation:hero-sway-two 11s ease-in-out infinite alternate}.hero .eyebrow{color:#bbd7e3}.hero-trust{position:relative;z-index:3;flex-wrap:wrap}
.about-scene{background:none!important;min-height:380px}.about-scene:after{content:'';z-index:2;pointer-events:none;background:linear-gradient(0deg,#071d3138,transparent 44%)}.about-scene .about-photo{height:100%;width:100%;object-fit:cover;position:absolute;inset:0;display:block}.about-building,.about-scene .building-symbol{display:none!important}.about-band{grid-template-columns:40% minmax(0,60%)}.about-copy{min-width:0}.about-copy h2{max-width:620px;overflow-wrap:anywhere;font-size:clamp(26px,2.8vw,42px)}.about-features{gap:10px}
.hero .btn,.btn-quote,.callout .btn{transition:transform .28s ease, box-shadow .28s ease,background .28s}.hero .btn:hover,.btn-quote:hover,.callout .btn:hover{transform:translateY(-4px);box-shadow:0 14px 30px #0004}
.card img{object-fit:cover;object-position:center;filter:none;image-rendering:auto}.card-photo-alt{width:100%;height:166px;display:grid;place-items:center;background:linear-gradient(140deg,color-mix(in srgb,var(--accent),#0d2031 12%),#0d263c);color:white}.card-photo-alt svg{width:72px;height:72px;opacity:.83}.product-card .card-photo-alt{height:125px}.detail-image{display:block;max-height:460px;object-fit:contain;background:color-mix(in srgb,var(--accent),#fff 6%)}
.brand-strip{padding:26px 0}.brand-logos{display:flex;gap:13px 19px;align-items:center;flex-wrap:wrap;padding:14px 0 4px}.brand-wordmark{display:inline-flex;align-items:center;justify-content:center;min-width:65px;min-height:33px;padding:3px 8px;font-size:17px;font-weight:950;letter-spacing:-.06em;white-space:nowrap;transition:transform .25s ease;filter:drop-shadow(0 1px 1px #2334)}.brand-wordmark:hover{transform:translateY(-5px) scale(1.04)}.brand-wordmark.bosch{color:#d11c22;letter-spacing:-.04em}.brand-wordmark.stanley,.brand-wordmark.dewalt{color:#171717;background:#ffd521;letter-spacing:-.045em;padding:2px 6px}.brand-wordmark.makita{color:#ce2029;font-style:italic;font-weight:1000}.brand-wordmark.daikin{color:#0d8cc4;font-style:italic}.brand-wordmark.grohe{color:#174677}.brand-wordmark.schneider{color:#15964b;font-size:13px;letter-spacing:-.065em}.brand-wordmark.roca{color:#0678bf;font-style:italic;font-size:19px}.brand-wordmark.jotun{color:#155ca5;background:#f7df43}.brand-wordmark.osram{color:#f06413}.brand-list-stage{background:#fff;padding:28px 0;border-bottom:1px solid #e1eaf0}
.subhero-photo{background-image:linear-gradient(100deg,#071c2ce9,#071c2c96 70%),url('../photos/services-6.webp')!important;background-size:cover!important;background-position:center!important}.subhero:after{display:none!important}.subhero .chip,.subhero a.chip{background:#fff;color:#143149!important;min-height:30px}.subhero .chip:hover{color:var(--accent)!important}
.social-icon{transition:transform .25s,box-shadow .25s}.social-icon:hover{transform:translateY(-5px) scale(1.09);box-shadow:0 8px 18px #0005}
body.v1 .site-header{background:#fff}body.v1 .hero{background:linear-gradient(118deg,#0a2c51,#071d36 69%,#123a52)}body.v1 .hero:before{content:'';position:absolute;inset:0;z-index:0;background:repeating-linear-gradient(135deg,#ffffff04 0 2px,transparent 2px 29px)}body.v1 .hero-photo-main{border-bottom:6px solid #ff8b24}body.v1 .photo-annotation{border-color:#ff8b2470}
body.v2 .site-header{background:#fff}body.v2 .hero{background:linear-gradient(120deg,#092d32,#0c4d47)}body.v2 .hero-photo-main{border-radius:50% 50% 14px 14px;border:7px solid #83d750;right:0;width:57%;height:80%;transform:rotate(0deg)}body.v2 .hero-photo-secondary{border-radius:22px 75px 22px 75px;border-color:#8fdb76;width:36%;height:50%;bottom:7%;left:5%}body.v2 .photo-annotation{background:#073d2f}.v2 .accent{color:#93df69}.v2 .hero-buttons .btn:not(.btn-wa){background:#92e05c}.v2 .hero .eyebrow{color:#aeef9b}.v2 .about-band{background:#f1f8f2}
body.v3 .site-header{background:#151b21}body.v3 .brand-rebuilt .brand-name strong{color:#fff}body.v3 .brand-rebuilt .brand-name small{color:#d4d9df}body.v3 .hero{background:linear-gradient(120deg,#10191f,#24292c)}body.v3 .hero:before{content:'';position:absolute;inset:0;border-inline-start:15px solid #f02b43;z-index:0;opacity:.6;clip-path:polygon(0 0,55% 0,0 100%)}body.v3 .hero-photo-main{border-radius:3px;border-color:#eb234a88;width:59%;height:82%;top:4%;right:1%;transform:rotate(0)}body.v3 .hero-photo-secondary{border-radius:3px;width:38%;height:59%;left:2%;bottom:1%;border-color:#737b83}body.v3 .hero-photo-main:after{content:'';position:absolute;inset:0;border-bottom:5px solid #ec2049;pointer-events:none}body.v3 .photo-annotation{background:#c91a35}body.v3 .hero .eyebrow{color:#ef98a5}body.v3 .hero h1{text-transform:uppercase;font-size:clamp(38px,4.8vw,72px)}body.v3 .brand-strip{background:#fafafa}
@keyframes hero-sway{from{transform:translateY(0) rotate(2deg)}to{transform:translateY(-10px) rotate(1deg)}}@keyframes hero-sway-two{from{transform:translateY(0) rotate(-5deg)}to{transform:translateY(10px) rotate(-3deg)}}
@media(min-width:1025px) and (max-width:1440px){.hero .container{width:calc(100% - 80px)}.hero h1{font-size:clamp(40px,4.7vw,68px)}.header-inner{gap:12px}.brand-rebuilt .brand-name strong{font-size:23px}.brand-symbol{width:52px;height:52px}.nav{gap:13px}}
@media(max-width:900px){.brand-rebuilt{max-width:none}.hero,.hero-inner{min-height:590px!important}.hero-photo-stage{inset:0 0 0 38%;opacity:.75}.hero-content{width:min(72%,580px)}.hero h1{font-size:clamp(41px,6vw,65px)}.about-band{grid-template-columns:1fr}.about-scene{min-height:300px}.nav{display:none}.site-header{position:sticky;top:0}}
@media(max-width:560px){.brand-symbol{width:40px;height:40px}.brand-rebuilt .brand-name strong{font-size:18px}.brand-rebuilt .brand-name small{font-size:6.8px;letter-spacing:.08em}.hero,.hero-inner{min-height:630px!important}.hero-inner{align-items:flex-end;padding-bottom:45px!important}.hero-photo-stage{inset:0 0 31% 0;opacity:.72}.hero-photo-main{width:61%;height:77%;right:-4%;top:1%}.hero-photo-secondary{width:42%;height:53%;left:-2%;bottom:0}.hero-content{width:100%;padding-top:225px}.hero h1,body.v3 .hero h1{font-size:clamp(37px,9vw,54px);max-width:100%}.hero-photo-stage .photo-annotation{display:none}.hero:after{background:linear-gradient(0deg,#051a2afa 6%,#072639cc 44%,transparent 100%)!important}body.v2 .hero:after{background:linear-gradient(0deg,#06332afa 6%,#063e34b8 46%,transparent 100%)!important}body.v3 .hero:after{background:linear-gradient(0deg,#111820fa 6%,#151d26ae 46%,transparent 100%)!important}.service-grid,.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.brand-logos{gap:10px}.brand-wordmark{font-size:14px}.about-band{grid-template-columns:1fr}.about-scene{min-height:230px}.subhero{padding:44px 0}}
@media(prefers-reduced-motion:reduce){.hero-photo-main,.hero-photo-secondary{animation:none!important}.hero-scene{animation:none!important}}

/* final visual polish — no duplicated headline over clean hero photograph */
.hero-caption{display:none!important}
.hero-photo-main,.hero-photo-secondary{height:auto!important;aspect-ratio:1/1}
.hero-photo-stage img{object-fit:contain;background:#123043}
body.v2 .hero-photo-stage img{background:#104d40}
body.v3 .hero-photo-stage img{background:#22292e}
body.v3 .hero-photo-secondary{bottom:8%}
body.v1 .brand-symbol{background:transparent!important}
body.v3 .brand-symbol{background:transparent!important}
@media(max-width:560px){.hero-photo-main{height:auto!important;aspect-ratio:1/1}.hero-photo-secondary{height:auto!important;aspect-ratio:1/1}}

.about-figure{float:right;width:min(38%,300px);margin:0 0 21px 28px;border-radius:12px;overflow:hidden;box-shadow:0 17px 33px #07223c24;background:#ecf1f3}.about-figure img{display:block;width:100%;height:auto;aspect-ratio:1;object-fit:contain}.about-figure figcaption{font-size:11px;line-height:1.4;color:#475c6f;padding:10px 13px}body.v3 .about-figure figcaption{color:#c4d3d9}
@media(max-width:560px){.about-figure{float:none;width:100%;margin:0 0 22px}.about-figure img{aspect-ratio:1.3;object-fit:contain;background:#edf2f4}}
.card-photo-alt[data-kind="water"]{background:linear-gradient(140deg,#145b70,#10283d)}.card-photo-alt[data-kind="electric"]{background:linear-gradient(140deg,#7a5818,#10283d)}.card-photo-alt[data-kind="fire"]{background:linear-gradient(140deg,#96412b,#192733)}.card-photo-alt[data-kind="glass"]{background:linear-gradient(140deg,#126074,#142837)}.card-photo-alt[data-kind="civil"]{background:linear-gradient(140deg,#30486e,#132b3c)}.card-photo-alt[data-kind="paint"]{background:linear-gradient(140deg,#6d3864,#152d3c)}.card-photo-alt[data-kind="hvac"]{background:linear-gradient(140deg,#26617a,#152d3c)}.card-photo-alt[data-kind="computer"]{background:linear-gradient(140deg,#2f4a6a,#132e39)}


/* ===== Avelon final QA patch ===== */
.brand-full{display:inline-flex;align-items:center;max-width:270px}
.brand-logo-image{display:block;width:min(250px,28vw);height:auto;max-height:74px;object-fit:contain}
.footer .brand-full{background:rgba(255,255,255,.96);padding:7px 10px;border-radius:12px;box-shadow:0 8px 20px rgba(0,0,0,.16);max-width:max-content}
body.v3 .site-header .brand-full{background:rgba(255,255,255,.98);padding:5px 10px;border-radius:10px;box-shadow:0 4px 14px rgba(0,0,0,.18)}
body.v2 .site-header .brand-full{max-width:255px}
.btn-wa,.header-actions .btn-wa,.callout .btn-wa,.footer .btn-wa{display:inline-flex!important;align-items:center!important;justify-content:center;gap:10px;flex-wrap:nowrap;white-space:nowrap;line-height:1.1;vertical-align:middle}
.btn-wa .icon{flex:0 0 auto;display:block}
.wa-label{display:inline-block;line-height:1.1}
.drop{background:#fff;color:#132638}
.drop span{display:none}
.drop a{color:#173042!important;font-weight:800}
.drop a strong{font-weight:900}
.drop a:first-child{grid-column:1/-1;background:#f4f6f8;color:var(--accent)!important;border:1px solid #e6edf1}
.drop a:first-child:hover{background:#eef3f7}
body.v3 .drop{background:#fff;border-color:#dfe5eb}
body.v3 .drop a{color:#122738!important}
body.v3 .nav a, body.v3 .menu-toggle{color:#f2f6fb}
body.v3 .nav a:hover, body.v3 .nav a.active{color:var(--accent)}
body.v3 .header-actions .btn-quote{background:#ef2d45}
body.v3 .header-actions .btn-quote:hover{background:#ff3754}
.brand-logo-image[src*="logo-full"]{filter:none}
.hero-photo-stage img{object-fit:cover;background:transparent}
.product-grid .card img,.service-grid .card img{background:#eff4f7}
.footer .brand-logo-image{width:min(220px,100%);max-height:none}
@media(max-width:900px){
  .brand-logo-image{width:min(210px,44vw);max-height:60px}
  body.v3 .site-header .brand-full{padding:4px 8px}
}
@media(max-width:560px){
  .brand-logo-image{width:min(172px,52vw);max-height:48px}
  .footer .brand-full{padding:6px 8px}
  .btn-wa .icon{width:22px;height:22px}
  .footer .social{justify-content:flex-start}
}


/* AVELON 2026 — original identity, atmospheric photography, editorial content, motion and hard QA fixes */
:root{--ease:cubic-bezier(.21,.6,.28,1)}
html{scroll-padding-top:86px}body{overflow-x:hidden}.site-header{isolation:isolate}
.header-inner{min-width:0;gap:14px}.header-inner>a:first-child{flex-shrink:0;max-width:clamp(150px,17vw,226px)}
.brand-approved{display:inline-flex!important;gap:9px!important;align-items:center!important;max-width:226px!important;width:max-content;min-width:0;overflow:visible!important}
.approved-mark{display:block!important;width:60px!important;height:57px!important;max-width:60px;min-width:0;object-fit:contain!important;object-position:center;flex:0 0 auto;filter:none!important}
.approved-type{display:flex!important;flex-direction:column;justify-content:center;flex:0 1 auto;min-width:0;white-space:nowrap;line-height:1.06}
.approved-type strong{font-family:Arial,Helvetica,sans-serif;font-size:clamp(18px,1.75vw,25px);letter-spacing:.045em;font-weight:900;color:#102c41}
.approved-type small{font-family:Arial,Helvetica,sans-serif;font-size:clamp(6px,.56vw,8px);letter-spacing:.145em;font-weight:800;color:#4a6472;white-space:nowrap}
body.v1 .site-header,body.v1 .site-header .header-inner{background:#092642;color:#e8f1fb}
body.v1 .site-header .approved-type strong,body.v3 .site-header .approved-type strong{color:white}
body.v1 .site-header .approved-type small,body.v3 .site-header .approved-type small{color:#cfdfeb}
body.v1 .site-header .nav a,body.v1 .site-header .menu-toggle{color:#e8eff9}
body.v1 .site-header .nav a:hover,body.v1 .site-header .nav a.active{color:#ff993b}
body.v3 .site-header .approved-mark{filter:drop-shadow(0 1px 2px #0008)!important}
body.v2 .site-header .approved-type strong{color:#0b4242}
.footer .brand-approved{background:none!important;box-shadow:none!important;padding:0!important;max-width:280px!important;gap:12px}
.footer .approved-mark{width:66px!important;height:70px!important;max-width:66px}
.footer .approved-type strong{font-size:25px;color:#fff}
.footer .approved-type small{font-size:8px;color:#d2e0e8}
.footer .brand-approved .approved-mark{border-radius:4px}
.header-actions,.hero-buttons,.callout-actions{flex-shrink:0;min-width:0}
.btn-wa{gap:11px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important}
.btn-wa .icon{width:23px!important;height:23px!important;display:block;flex-shrink:0;vertical-align:middle}
.btn-wa .wa-label{line-height:1.15}
.nav a,.menu-toggle,.footer a,.sidebar a,.mobile-drawer a{transition:color .23s,transform .23s,background-color .23s;text-underline-offset:7px}
.nav a:hover,.footer a:hover{transform:translateY(-2px)}
.footer a:not(.btn):hover{text-decoration:underline;text-decoration-thickness:2px}
.card-cta .icon,.btn .icon,.section-head .icon,.sidebar a .icon{transition:transform .35s var(--ease)}
a:hover .card-cta .icon,a.btn:hover .icon,.sidebar a:hover .icon{transform:translateX(5px)}
.drop,.menu-wrap.open .drop{background:#fff!important;opacity:1;color:#122b40!important;z-index:999!important}
.drop a{color:#122b40!important;font-weight:800!important}
.drop a:first-of-type{grid-column:1/-1;background:#edf3f8!important;color:#113e5f!important}
.drop a:hover,.drop a:focus-visible{background:#edf3f8!important;color:#0b547a!important;text-decoration:none;transform:translateX(2px)}
body.v1 .drop a,body.v3 .drop a{color:#152f40!important}
.nav .drop a{transition:background .25s,transform .25s}
.menu-wrap.open .menu-toggle{color:var(--accent)}
.hero-atmosphere{position:absolute;inset:0;background-image:linear-gradient(90deg,rgba(5,23,42,.89),rgba(5,23,42,.69) 54%,rgba(5,23,42,.5)),url('../skyline-atmosphere.webp');background-size:cover;background-position:center;z-index:0;animation:atmosphereMove 26s ease-in-out infinite alternate;pointer-events:none}
.hero:before{pointer-events:none}
.hero-photo-stage{z-index:1;isolation:isolate}
.hero-photo-main,.hero-photo-secondary{box-shadow:0 23px 60px #0006}
.hero-content{position:relative;z-index:5}
.hero-inner{z-index:3!important}
body.v1 .hero-atmosphere{background-image:linear-gradient(90deg,#061c35ef,#092b4cda 42%,#0b3353a0),url('../skyline-atmosphere.webp')}
body.v2 .hero-atmosphere{background-image:linear-gradient(90deg,#062c2bdc,#064639d6 55%,#05392aa0),url('../skyline-atmosphere.webp')}
body.v3 .hero-atmosphere{background-image:linear-gradient(90deg,#10171de9,#1a2025ca 60%,#19191c80),url('../skyline-atmosphere.webp')}
body.v2 .hero:before{content:'';position:absolute;width:540px;height:540px;border:1px solid #b1f28a26;right:-150px;top:-140px;border-radius:50%;box-shadow:0 0 0 100px #8cdf6420,0 0 0 210px #b2e9860c;z-index:1}
body.v3 .hero:before{clip-path:none!important;border-inline-start:0!important;background:linear-gradient(140deg,transparent 42%,#ed34411c 42%,transparent 44%),linear-gradient(18deg,transparent 81%,#ed344117 81%,transparent 83%);opacity:1}
body.v3 .hero-photo-main{transform:skewY(-1deg) rotate(0)}
.section{position:relative;scroll-margin-top:92px}
.section.soft{background:linear-gradient(135deg,#f6f9fc,#edf3f7)}
body.v2 .section.soft{background:linear-gradient(135deg,#f4fcf4,#e9f4ef)}
body.v3 .section.soft{background:linear-gradient(135deg,#f3f6f8,#e9eef2)}
.section-head .eyebrow,.section-head h2{animation:softEnter .65s ease both}
.card{position:relative;isolation:isolate;transition:transform .32s var(--ease),box-shadow .32s,border-color .32s}
.card:hover{transform:translateY(-8px);box-shadow:0 18px 45px #03273a26}
.card img{transition:transform .6s var(--ease),filter .35s;object-fit:cover}
.card:hover img{transform:scale(1.055)}
.editorial-card{background:linear-gradient(140deg,#fff,#f1f6fa);display:flex;flex-direction:column;min-height:215px;border:1px solid #dbe5ed}
.editorial-top{min-height:77px;display:flex;justify-content:space-between;align-items:center;padding:16px 16px 6px;gap:7px}
.editorial-symbol{width:43px;height:43px;border-radius:12px;display:grid;place-items:center;font-size:26px;color:#fff;background:linear-gradient(145deg,var(--accent),var(--navy));transition:transform .35s var(--ease),box-shadow .35s}
.editorial-label{font-size:9px;line-height:1.2;letter-spacing:.14em;font-weight:850;color:var(--muted);text-align:right}
.editorial-card:hover .editorial-symbol{transform:rotate(-12deg) scale(1.12);box-shadow:0 7px 15px #07334748}
.editorial-card .card-body{display:flex;flex-direction:column;flex:1;padding:10px 16px 18px}
.editorial-card h3{line-height:1.25}
.editorial-card .mini{margin:2px 0 8px;color:#4d6574;line-height:1.43;font-size:12px}
.editorial-card .card-cta{margin-top:auto;padding-top:10px}
.product-card.editorial-card{min-height:191px}
.product-card.editorial-card .editorial-top{min-height:69px}
.product-card.editorial-card .card-body{padding:10px 12px 15px}
.product-card.editorial-card .editorial-symbol{width:38px;height:38px;font-size:22px}
.product-card.editorial-card .mini{font-size:11px}
body.v3 .editorial-card{background:linear-gradient(145deg,#24303a,#1a232b);border-color:#3e4c58}
body.v3 .editorial-card .mini,body.v3 .editorial-card .editorial-label{color:#c2d5df}
body.v3 .editorial-card h3{color:#fff}
body.v3 .editorial-card .card-cta{color:#ff647a}
body.v2 .editorial-card{background:linear-gradient(145deg,#fff,#edfaef)}
body.v2 .editorial-symbol{background:linear-gradient(145deg,#0b5749,#78cc56)}
.card-photo-alt{display:none!important}
.about-band{position:relative;isolation:isolate}
.about-scene,.about-photo{min-height:340px}
.about-scene .about-photo{object-fit:cover}
.callout{background:linear-gradient(90deg,#081e34ef,#0a263cdd),url('../construction-atmosphere.webp') center/cover!important;isolation:isolate}
.footer{background:linear-gradient(90deg,rgba(5,25,44,.96),rgba(5,26,43,.86)),url('../skyline-atmosphere.webp') center bottom/cover!important}
body.v2 .callout{background:linear-gradient(90deg,#06372eeb,#0c5041d9),url('../construction-atmosphere.webp') center/cover!important}
body.v2 .footer{background:linear-gradient(90deg,#06332dec,#093f36df),url('../skyline-atmosphere.webp') center/cover!important}
body.v3 .callout{background:linear-gradient(90deg,#121a22e9,#26313bd5),url('../construction-atmosphere.webp') center/cover!important}
body.v3 .footer{background:linear-gradient(90deg,#111a21f4,#1a2329e2),url('../skyline-atmosphere.webp') center/cover!important}
.callout:before{content:'';background:linear-gradient(130deg,transparent,rgba(255,255,255,.07),transparent);animation:lightSweep 10s ease-in-out infinite;transform:skewX(-14deg);border:0}
.brand-wordmark{transition:transform .28s var(--ease),filter .28s}
.brand-wordmark:hover{filter:drop-shadow(0 5px 9px #2444);transform:translateY(-5px)}
.brand-logos{row-gap:18px}
.footer .social-icon{transition:transform .32s var(--ease),box-shadow .32s}
.footer .social-icon:hover{transform:translateY(-5px) rotate(-4deg) scale(1.07)}
body.v3 .section:not(.soft){background:#1c252d}
body.v3 .section:not(.soft) h2,body.v3 .section:not(.soft) .eyebrow{color:#f0f6f9}
body.v3 .section:not(.soft) .section-head p{color:#ccd8e0}
body.v3 .section:not(.soft) .card:not(.editorial-card){background:#202b35;color:#fff;border-color:#46515b}
body.v3 .section:not(.soft) .card:not(.editorial-card) .card-cta{color:#ff516d}
body.v3 .section:not(.soft) .card:not(.editorial-card) h3{color:#fff}
body.v3 .section:not(.soft) .card:not(.editorial-card) .mini{color:#c0d4dd}
body.v3 .section:not(.soft) .section-head .btn-outline{color:#fff}
body.v3 .section:not(.soft) .section-head .btn-outline:hover{background:#ed3441;border-color:#ed3441}
@keyframes atmosphereMove{from{background-position:center center}to{background-position:53% center}}
@keyframes softEnter{from{opacity:.6;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}
@keyframes lightSweep{0%,22%{right:-440px}53%{right:100%}100%{right:100%}}
@media (min-width:901px) and (max-width:1179px){.nav{gap:9px!important}.nav a,.menu-toggle{font-size:11px!important}.header-actions .btn{padding:9px 11px!important;font-size:11px}.approved-mark{width:48px!important;height:52px!important}.approved-type strong{font-size:19px}.header-inner{gap:8px}}
@media (max-width:900px){.header-inner{justify-content:space-between}.header-inner>a:first-child{max-width:200px}.brand-approved{max-width:205px!important}.approved-mark{width:49px!important;height:49px!important}.approved-type strong{font-size:20px}.approved-type small{font-size:6.6px}.hamburger{order:1}.header-actions{order:2}.nav{display:none}.mobile-drawer{max-height:calc(100vh - 70px)}.hero-photo-stage{opacity:.76}}
@media (max-width:560px){.header-inner{gap:5px!important}.header-inner>a:first-child{max-width:160px}.brand-approved{gap:4px!important;max-width:163px!important}.approved-mark{width:40px!important;height:43px!important}.approved-type strong{font-size:17px!important}.approved-type small{font-size:5.3px!important;letter-spacing:.1em}.hamburger{min-width:39px}.header-actions .btn-wa{width:43px;min-width:43px}.approved-type{min-width:0}.hero-photo-stage{opacity:.55}.hero-content{max-width:100%}.hero .hero-buttons .btn{min-height:44px}.editorial-top{min-height:57px;padding:11px 11px 3px}.editorial-card{min-height:205px}.editorial-card .card-body{padding:8px 11px 14px}.editorial-symbol{width:35px;height:35px;font-size:21px}.editorial-label{font-size:8px}.editorial-card .mini{font-size:10px}.product-card.editorial-card .mini{font-size:10px}.footer .approved-mark{height:57px!important;width:52px!important}.footer .approved-type strong{font-size:21px!important}.footer .approved-type small{font-size:7px!important}.footer .brand-approved{max-width:100%!important}.callout{padding:36px 0}}
@media (prefers-reduced-motion:reduce){.hero-atmosphere,.callout:before,.section-head h2,.section-head .eyebrow{animation:none!important}.card:hover,.nav a:hover{transform:none!important}}
body.v2 .hero-atmosphere{background-image:linear-gradient(90deg,#062e2ce8 0%,#064639ae 50%,#05392a40 100%),url('../skyline-atmosphere.webp')}
body.v2 .callout{background:linear-gradient(90deg,#06372ee7 0%,#0c504187 100%),url('../construction-atmosphere.webp') center/cover!important}
body.v2 .footer{background:linear-gradient(90deg,#06332de2,#093f36c1),url('../skyline-atmosphere.webp') center bottom/cover!important}

/* Premium inner-page service/product panel when an exact photograph is unavailable */
.detail-editorial{position:relative;min-height:350px;padding:clamp(26px,5vw,56px);border-radius:20px;overflow:hidden;background:radial-gradient(circle at 85% 5%,color-mix(in srgb,var(--accent),transparent 67%),transparent 37%),linear-gradient(138deg,var(--navy),var(--nav2));color:white;isolation:isolate;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;border:1px solid #ffffff20;box-shadow:0 21px 48px #041b2d22}
.detail-editorial:before{content:'';position:absolute;right:-75px;bottom:-175px;width:370px;height:370px;border:2px solid color-mix(in srgb,var(--accent),transparent 50%);transform:rotate(35deg);border-radius:22px;box-shadow:0 0 0 42px #ffffff06,0 0 0 88px #ffffff04;transition:transform .75s;z-index:-1}
.detail-editorial:hover:before{transform:rotate(54deg) scale(1.04)}
.detail-glyph{font-size:29px;width:58px;height:58px;display:grid;place-items:center;background:var(--accent);color:white;border-radius:16px;margin-bottom:19px;box-shadow:0 10px 25px #0004}
.detail-kicker{color:#e2f1fb;font-size:11px;font-weight:850;letter-spacing:.18em;margin-bottom:8px}
.detail-editorial h2{font-size:clamp(27px,3.5vw,48px);margin:2px 0 14px;max-width:550px;overflow-wrap:anywhere;color:#fff}
.detail-editorial p{color:#d6e9f2;font-size:16px;max-width:500px}
.detail-action{margin-top:10px;background:var(--accent);color:#fff}
body.v2 .detail-editorial{background:radial-gradient(circle at 86% 7%,#7ad35c52,transparent 39%),linear-gradient(138deg,#0c5144,#062f30)}
body.v3 .detail-editorial{background:radial-gradient(circle at 86% 7%,#ef40534b,transparent 39%),linear-gradient(138deg,#252c32,#161b21)}
@media(max-width:560px){.detail-editorial{min-height:295px;padding:25px}.detail-editorial h2{font-size:30px}}

/* Interactive About shortcuts — links rather than empty-looking static boxes */
.about-features>a.about-feature-link{display:flex;align-items:center;justify-content:space-between;gap:9px;padding:16px 13px;background:#fff;color:#1b3445;border:1px solid #dce7ed;border-radius:10px;min-height:68px;font-size:12px;font-weight:820;transition:transform .32s var(--ease),box-shadow .32s,background .32s,border-color .32s}
.about-features>a.about-feature-link svg{width:22px;height:22px;color:var(--accent);flex:0 0 auto}
.about-features>a.about-feature-link:hover,.about-features>a.about-feature-link:focus-visible{transform:translateY(-5px);background:color-mix(in srgb,#fff,var(--accent) 7%);border-color:var(--accent);box-shadow:0 13px 25px #123c5322}
.about-feature-arrow{font-size:21px;color:var(--accent);transition:transform .25s;flex:0 0 auto}
.about-features>a.about-feature-link:hover .about-feature-arrow{transform:translate(3px,-3px)}
body.v3 .about-features>a.about-feature-link{background:#f3f5f6;color:#1b2832}
@media (max-width:560px){.about-features>a.about-feature-link{padding:12px 9px;min-height:62px;font-size:11px}.about-feature-arrow{font-size:17px}}
@media(max-width:560px){
 .hero-photo-stage{inset:0 0 45% 0!important;opacity:.69}
 .hero-photo-secondary{width:35%!important;left:2%!important;bottom:3%!important}
 .hero-photo-main{right:0!important}
 .hero-content{padding-top:250px!important}
}
@media(max-width:560px){body.v2 .hero-photo-secondary{bottom:10%!important;left:3%!important;width:35%!important}}
/* Add graphic depth to useful text-only cards rather than empty decorative placeholders */
.editorial-card:before{content:'';position:absolute;top:0;right:0;width:105px;height:105px;background:repeating-linear-gradient(130deg,transparent 0 12px,color-mix(in srgb,var(--accent),transparent 90%) 12px 13px);clip-path:polygon(35% 0,100% 0,100% 100%);z-index:-1;pointer-events:none}
.editorial-card:after{content:'';position:absolute;bottom:0;left:0;width:3px;height:0;background:var(--accent);transition:height .32s var(--ease)}
.editorial-card:hover:after{height:100%}
.editorial-card .card-body h3{font-weight:850}

/* AVELON implementation correction — appended after legacy styles; 3 approved editorial compositions */
html{scroll-behavior:smooth} body{overflow-x:clip} img{max-width:100%} .container{max-width:1440px}
/* precise original 3D mark + live readable full company name, consistent light/dark treatment */
.site-header .brand-lockup,.footer .brand-lockup{display:inline-flex!important;flex-flow:row nowrap!important;align-items:center!important;justify-content:flex-start!important;gap:10px!important;width:auto!important;max-width:268px!important;min-width:0!important;padding:0!important;margin:0!important;box-shadow:none!important;background:none!important;overflow:visible!important}
.brand-lockup .brand-mark-exact{height:61px!important;width:68px!important;min-width:68px!important;max-width:68px!important;object-fit:contain!important;object-position:center!important;filter:drop-shadow(0 3px 4px rgba(0,0,0,.2))!important;background:transparent!important;border:0!important;flex-shrink:0}
.brand-lockup .approved-type{min-width:0!important;display:flex!important;align-items:flex-start;flex-direction:column;gap:2px!important;white-space:nowrap!important;line-height:1}
.brand-lockup .approved-type strong{font:900 clamp(21px,2vw,27px)/1 Arial,Helvetica,sans-serif!important;letter-spacing:.035em!important;white-space:nowrap!important}
.brand-lockup .approved-type small{font:800 clamp(7px,.65vw,9px)/1 Arial,Helvetica,sans-serif!important;letter-spacing:.12em!important;white-space:nowrap!important}
body.v1 .site-header .approved-type strong,body.v2 .site-header .approved-type strong{color:#102b45!important}
body.v1 .site-header .approved-type small,body.v2 .site-header .approved-type small{color:#344b57!important}
body.v3 .site-header .approved-type strong,body.v3 .site-header .approved-type small{color:#fff!important}
.footer .brand-lockup .approved-type strong,.footer .brand-lockup .approved-type small{color:#fff!important}
.footer .brand-lockup .brand-mark-exact{width:70px!important;height:70px!important;max-width:70px!important;min-width:70px!important}
.footer .brand-lockup .approved-type strong{font-size:27px!important}
.footer .brand-lockup .approved-type small{font-size:9px!important}
.footer .brand-lockup{margin-bottom:10px!important}
.site-header .header-inner{height:82px!important;gap:22px!important;max-width:1440px}
.site-header .header-inner>a:first-child{max-width:none!important;flex:0 0 auto!important}
.site-header .nav{margin-left:auto!important;gap:clamp(11px,1.1vw,21px)!important}
.site-header .header-actions{gap:8px!important;flex:0 0 auto}
.site-header .menu-toggle,.site-header .nav a{font-size:13px!important;font-weight:780}
.menu-wrap .drop{background:#fff!important;color:#112e40!important;box-shadow:0 22px 70px #05162d40!important}
.menu-wrap .drop a{color:#15364c!important}
.menu-wrap .drop a:hover,.menu-wrap .drop a:focus-visible{background:#e8f4fb!important;color:#082338!important;transform:translateX(2px)}
.btn-wa .icon{flex-shrink:0!important;display:block!important;width:22px!important;height:22px!important;color:#24d96e!important;position:static!important;transform:none!important;vertical-align:middle}
.btn-wa .wa-label{white-space:nowrap}
.btn-wa{display:inline-flex!important;align-items:center!important;justify-content:center!important;flex-wrap:nowrap!important;gap:9px!important;line-height:1.2!important}
/* full-bleed standalone generated hero photo replaces repeated small scene boxes */
.hero{height:auto!important;min-height:clamp(590px,58vw,790px)!important;display:flex!important;align-items:center!important;overflow:hidden;isolation:isolate;background:#082b47!important}
.hero .hero-atmosphere{position:absolute!important;inset:-1.4% 0!important;opacity:1!important;background-size:cover!important;background-position:center center!important;background-repeat:no-repeat!important;z-index:0;animation:premium-hero-pan 22s ease-in-out infinite alternate!important}
.hero .hero-inner{min-height:clamp(590px,58vw,790px)!important;width:100%;position:relative!important;z-index:2!important;align-items:center!important;padding:92px 0 92px!important;display:flex!important}
.hero .hero-content{position:relative;max-width:min(630px,49%)!important;padding:0!important;margin:0!important;z-index:4}
.hero .hero-content h1{font-size:clamp(46px,5.7vw,88px)!important;line-height:1.04!important;letter-spacing:-.045em!important;max-width:675px!important;text-wrap:balance}
.hero .hero-content p{max-width:540px!important;font-size:clamp(15px,1.26vw,19px)!important;line-height:1.6}
.hero .hero-content .eyebrow{letter-spacing:.19em;font-size:12px!important}
.hero .hero-trust{display:flex!important;flex-wrap:wrap!important;gap:10px!important;margin-top:34px!important;line-height:1.3;font-size:12px!important}
.hero .hero-trust span{display:inline-flex!important;align-items:center;border-left:1px solid #d9edf663;padding-left:12px!important}
.hero .hero-trust span:first-child{padding-left:0!important;border:0}
body.v1 .hero .hero-atmosphere{background-image:linear-gradient(90deg,#051b35bf 0%,#062f4b65 39%,#05213708 70%),url('../hero-premium.webp')!important}
body.v2 .hero .hero-atmosphere{background-image:linear-gradient(90deg,#032d2bc7 0%,#063d3873 39%,#042c2409 75%),url('../hero-premium.webp')!important}
body.v3 .hero .hero-atmosphere{background-image:linear-gradient(90deg,#0e171ec4 0%,#13232f73 39%,#0b141d09 77%),url('../hero-premium.webp')!important}
body.v1 .hero{border-bottom:5px solid #ff8b24!important}
body.v2 .hero{border-bottom:5px solid #8ada64!important;background:#093731!important}
body.v3 .hero{border-bottom:5px solid #fa3453!important;background:#101921!important}
body.v2 .hero-content h1{font-size:clamp(46px,5.6vw,86px)!important}
body.v3 .hero-content h1{font-weight:920!important;font-size:clamp(45px,5.4vw,82px)!important;text-transform:uppercase;max-width:610px!important}
/* no missing blurry 420px enlarged background, dedicated high-res image at every inner-page header */
.subhero-photo,.subhero{background-size:cover!important;background-position:center 46%!important;background-repeat:no-repeat!important}
body.v1 .subhero-photo{background-image:linear-gradient(95deg,#071f38ef,#0a314db5 60%,#0b2b4f77),url('../inner-premium.webp')!important}
body.v2 .subhero-photo{background-image:linear-gradient(95deg,#06332de9,#10493eb1 65%,#0b41466b),url('../inner-premium.webp')!important}
body.v3 .subhero-photo{background-image:linear-gradient(95deg,#0e1720f0,#25313bd0 62%,#1d262c85),url('../inner-premium.webp')!important}
.subhero h1{font-size:clamp(32px,4.5vw,64px)!important;max-width:1060px;line-height:1.12;text-wrap:balance}
.subhero p{line-height:1.55!important;max-width:770px!important}
.chip{color:#193b4d!important;background:#fff!important;transition:transform .24s,background .24s,color .24s!important;display:inline-flex;align-items:center;min-height:41px}
.chip:hover,.chip:focus-visible{background:var(--accent)!important;color:#fff!important;transform:translateY(-4px)}
/* fully populated product/service pages: natural images, equal card heights, no mixed blank panels */
.service-grid,.product-grid{align-items:stretch!important;gap:clamp(11px,1.2vw,21px)!important}
.service-card,.product-card{display:flex!important;flex-direction:column!important;min-height:0!important;background:#fff;transition:transform .4s cubic-bezier(.2,.8,.2,1),box-shadow .4s,border-color .4s!important}
.service-card .item-photo,.product-card .item-photo{width:100%!important;aspect-ratio:1.52/1!important;height:auto!important;max-height:246px!important;object-fit:cover!important;display:block!important;flex:0 0 auto!important;filter:none!important}
.service-card .card-body,.product-card .card-body{display:flex!important;flex:1;flex-direction:column!important;gap:8px!important;padding:15px 16px 18px!important;min-height:104px!important}
.service-card .card-body h3,.product-card .card-body h3{line-height:1.3!important;margin:0!important;font-size:clamp(13px,1.06vw,17px)!important}
.service-card .mini,.product-card .mini{margin:0!important;line-height:1.4!important;font-size:12px!important}
.service-card .card-cta,.product-card .card-cta{display:inline-flex!important;align-items:center!important;gap:6px!important;margin-top:auto!important;padding-top:11px!important;transition:gap .28s,color .28s}
.service-card:hover,.product-card:hover,.service-card:focus-visible,.product-card:focus-visible{transform:translateY(-8px)!important;box-shadow:0 20px 35px #0d264220!important;border-color:var(--accent)!important}
.service-card:hover .card-cta,.product-card:hover .card-cta{gap:12px!important}
.service-card:hover .item-photo,.product-card:hover .item-photo{transform:scale(1.035)!important}
body.v3 .service-card,body.v3 .product-card{background:#212b34!important;border:1px solid #3f4d58!important;color:#f4f7fa!important}
body.v3 .service-card h3,body.v3 .product-card h3{color:#fff!important}
body.v3 .service-card .mini,body.v3 .product-card .mini{color:#d2e0e8!important}
body.v3 .service-card .card-cta,body.v3 .product-card .card-cta{color:#ff6580!important}
body.v3 .service-card:hover,body.v3 .product-card:hover{border-color:#ee3651!important}
/* standalone photo detail card beside live copy, no empty gradient */
.detail-layout{display:grid!important;grid-template-columns:minmax(0,1.45fr) minmax(260px,.55fr)!important;gap:clamp(22px,3vw,44px)!important;align-items:start!important}
.detail-layout>div:first-child:has(.detail-photo-card){display:grid!important;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr)!important;gap:clamp(10px,1.4vw,20px)!important;align-items:stretch}
.detail-photo-card{margin:0!important;min-width:0!important;min-height:340px!important;position:relative;overflow:hidden;border-radius:15px;box-shadow:0 20px 34px #061b2f20}
.detail-photo-card img{width:100%;height:100%;min-height:340px;max-height:440px;object-fit:cover;display:block;transition:transform .6s}
.detail-photo-card:hover img{transform:scale(1.04)}
.detail-photo-card .photo-caption{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(0deg,#051d34d9,transparent);padding:31px 18px 14px;color:#fff;letter-spacing:.15em;font-size:10px;font-weight:800}
.detail-editorial-filled{min-height:340px!important;padding:clamp(17px,2.4vw,32px)!important;box-shadow:0 18px 35px #041b2d20;border:0!important}
.detail-editorial-filled h2{font-size:clamp(25px,2.7vw,38px)!important;line-height:1.12}
.detail-editorial-filled p{font-size:clamp(13px,1.05vw,16px)!important;line-height:1.55!important}
.detail-editorial-filled .detail-glyph{font-size:24px;width:48px;height:48px;margin-bottom:12px}
.detail-editorial-filled .detail-action{padding:13px 15px!important;font-size:12px!important;white-space:normal;text-align:center}
.detail-editorial-filled .detail-points{font-size:10px;line-height:1.55;font-weight:750;letter-spacing:.03em;color:#f0f4f5;margin:9px 0 14px}
/* match independently generated about, twilight CTA and footer backgrounds — preserve recognisable detail */
.about-band .about-scene{min-height:370px!important}
.about-band .about-photo{width:100%!important;height:100%!important;object-fit:cover;object-position:center!important;filter:none!important}
.callout{background-position:center!important;background-size:cover!important;background-repeat:no-repeat!important;padding:clamp(37px,4.5vw,65px) 0!important}
body.v1 .callout{background-image:linear-gradient(90deg,#081e34dc 0%,#0a2a3ec0 47%,#0b2f4278),url('../cta-premium.webp')!important}
body.v2 .callout{background-image:linear-gradient(90deg,#06352dcc 0%,#0c4736b5 50%,#0b514352),url('../cta-premium.webp')!important}
body.v3 .callout{background-image:linear-gradient(90deg,#141b24d9 0%,#1a2330a6 50%,#1a253457),url('../cta-premium.webp')!important}
.footer{background-position:center bottom!important;background-size:cover!important;min-height:365px!important}
body.v1 .footer{background-image:linear-gradient(90deg,#081b2ce9,#081d35da 60%,#081f30ce),url('../footer-premium.webp')!important}
body.v2 .footer{background-image:linear-gradient(90deg,#062e2be9,#063631e1 60%,#0a332ad0),url('../footer-premium.webp')!important}
body.v3 .footer{background-image:linear-gradient(90deg,#131b24ec,#151b22dc 60%,#19202acf),url('../footer-premium.webp')!important}
.footer-grid{gap:clamp(18px,2vw,38px)!important;grid-template-columns:minmax(225px,1.3fr) minmax(120px,.65fr) minmax(150px,.9fr) minmax(175px,1fr)!important;align-items:start}
.footer a:hover,.footer a:focus-visible{text-decoration:underline;text-underline-offset:4px;color:var(--accent)!important}
.footer .social-icon:hover{transform:translateY(-6px) rotate(-3deg) scale(1.06)!important}
.location-pin{width:24px;height:24px;flex:0 0 24px;vertical-align:middle;color:var(--accent)}
.contact-line{display:flex!important;align-items:flex-start;gap:11px!important}
.contact-line svg{flex:0 0 24px!important;margin-top:3px}
/* forms (the previous heading inherited white text on white) */
.contact-form h2,.form-card h2,.form-shell h2,.form-area h2,.enquiry-panel h2{color:#102a40!important}
.contact-panel h2{color:#fff!important}
.contact-panel .eyebrow{color:#fff!important}
.contact-form .eyebrow,.form-card .eyebrow,.enquiry-panel .eyebrow{color:var(--accent)!important}
#enquiry h2,#enquiry .eyebrow{color:#102a40!important}
.form-status{font-size:13px;min-height:18px}
/* buttons, links, eye-catching but reduced-motion aware */
.nav a,.menu-toggle,.card-cta,.btn,.category-chips a,.about-feature-link{transition:transform .3s ease,color .3s ease,background .3s ease,box-shadow .3s ease,border-color .3s ease!important}
.btn:hover,.btn:focus-visible{transform:translateY(-4px)!important;box-shadow:0 14px 26px #071b3c36!important}
.nav a:hover,.nav a:focus-visible,.menu-toggle:hover,.menu-toggle:focus-visible{color:var(--accent)!important}
.section-head h2{animation:headline-rise .7s ease both}
.section-head .eyebrow{animation:headline-rise .6s ease both}
@keyframes headline-rise{from{opacity:.45;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}
@keyframes premium-hero-pan{0%{transform:scale(1.005) translateX(0)}100%{transform:scale(1.035) translateX(-.7%)}}
@media(min-width:1500px){.hero .hero-atmosphere{background-position:center 51%!important}}
@media(max-width:1199px){.site-header .header-inner{gap:10px!important}.site-header .nav{gap:10px!important}.site-header .nav a,.site-header .menu-toggle{font-size:12px!important}.brand-lockup .approved-type strong{font-size:22px!important}.brand-lockup .brand-mark-exact{width:57px!important;min-width:57px!important;height:57px!important}.site-header .header-actions .btn{padding:10px!important;font-size:12px!important}}
@media(max-width:1023px){.footer-grid{grid-template-columns:minmax(0,1.2fr) minmax(0,.8fr)!important}.hero .hero-content{max-width:51%!important}.hero .hero-atmosphere{background-position:52% center!important}.detail-layout{grid-template-columns:1fr!important}.detail-layout>div:first-child:has(.detail-photo-card){grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr)!important}}
@media(max-width:900px){.site-header .header-inner{height:75px!important;display:flex!important;gap:9px!important;justify-content:flex-start!important}.site-header .nav{display:none!important}.site-header .header-inner>a:first-child{order:0!important;max-width:none!important}.site-header .hamburger{order:1!important;margin-left:0!important;flex:0 0 auto!important}.site-header .header-actions{order:2!important;margin-left:auto!important}.site-header .header-actions .btn-quote{display:none!important}.site-header .header-actions .btn-wa{min-width:45px!important;padding:9px!important;min-height:42px!important}.header-actions .wa-label{display:none!important}.brand-lockup .approved-type strong{font-size:22px!important}.brand-lockup .approved-type small{font-size:7.4px!important}}
@media(max-width:767px){.hero{min-height:760px!important;align-items:stretch!important}.hero .hero-inner{min-height:760px!important;align-items:flex-end!important;padding:320px 0 40px!important}.hero .hero-atmosphere{background-size:auto 760px!important;background-position:61% top!important;inset:0!important;animation:none!important}.hero .hero-content{max-width:100%!important;width:100%!important;padding:18px 0 0!important;background:linear-gradient(0deg,#051a2be0,#051a2b38 85%,transparent)!important}.hero .hero-content h1{font-size:clamp(41px,8vw,70px)!important;max-width:650px!important;margin:8px 0 11px!important}.hero .hero-content p{max-width:540px!important;font-size:15px!important;margin:0}.hero .hero-trust{margin-top:17px!important;font-size:10px!important;gap:7px!important}.hero .hero-trust span{padding-left:7px!important}.hero .hero-buttons{margin:17px 0!important}.hero .hero-buttons .btn{font-size:12px!important;padding:11px!important}.detail-layout>div:first-child:has(.detail-photo-card){grid-template-columns:1fr!important}.detail-photo-card{min-height:270px!important}.detail-photo-card img{min-height:280px;max-height:340px}.detail-editorial-filled{min-height:290px!important}.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:30px 17px!important}.service-grid,.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:560px){.brand-lockup .brand-mark-exact{width:43px!important;min-width:43px!important;height:46px!important}.brand-lockup .approved-type strong{font-size:18px!important}.brand-lockup .approved-type small{font-size:6.1px!important;letter-spacing:.09em!important}.site-header .brand-lockup{gap:5px!important;max-width:none!important}.site-header .header-inner{padding-inline:13px!important;gap:5px!important;height:68px!important}.site-header .hamburger{min-width:36px!important;width:36px!important}.site-header .header-actions .btn-wa{min-width:42px!important;width:42px!important}.hero{min-height:710px!important}.hero .hero-inner{min-height:710px!important;padding:300px 0 28px!important}.hero .hero-atmosphere{background-size:auto 710px!important;background-position:61% top!important}.hero .hero-content{padding:10px 0 0!important}.hero .hero-content h1{font-size:clamp(38px,9.3vw,54px)!important;letter-spacing:-.045em!important}.hero .hero-content .eyebrow{font-size:10px!important;letter-spacing:.1em!important}.hero .hero-trust{gap:4px!important;font-size:9px!important}.hero .hero-trust span{padding-left:5px!important}.footer .brand-lockup{max-width:none!important;gap:7px!important}.footer .brand-lockup .brand-mark-exact{width:49px!important;min-width:49px!important;height:50px!important}.footer .brand-lockup .approved-type strong{font-size:19px!important}.footer .brand-lockup .approved-type small{font-size:6.4px!important}.footer-grid{gap:25px 14px!important}.service-card .card-body,.product-card .card-body{padding:11px 10px 13px!important}.service-card .card-body h3,.product-card .card-body h3{font-size:12px!important}.service-card .mini,.product-card .mini{font-size:10px!important}.service-card .item-photo,.product-card .item-photo{max-height:166px!important}.contact-panel h2{font-size:30px!important}}
@media(max-width:389px){.brand-lockup .approved-type strong{font-size:16px!important}.brand-lockup .approved-type small{font-size:5.8px!important}.brand-lockup .brand-mark-exact{width:39px!important;min-width:39px!important;height:43px!important}.site-header .header-inner{gap:4px!important}.hero .hero-buttons .btn{font-size:11px!important}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.hero .hero-atmosphere,.section-head h2,.section-head .eyebrow,.callout:before{animation:none!important}.btn:hover,.card:hover,.nav a:hover,.chip:hover{transform:none!important}}
/* detail pages that already carried one low-resolution photo now use the original generated high-quality scene */
.detail-photo-layout>.detail-image{max-height:480px!important;min-height:360px!important;object-fit:cover;object-position:center!important;width:100%!important;height:clamp(350px,37vw,480px)!important;border-radius:17px!important;box-shadow:0 19px 46px #071e2f20;background:#eaf0f5!important}
.detail-photo-layout>.detail-copy{padding:29px 0!important}
.form{background:#fff!important;color:#183045!important}
.form .eyebrow{color:var(--accent)!important}
.form h2{color:#14283c!important;font-weight:850!important}
.form p{color:#526978!important}
body.v3 .form{background:#fff!important}
body.v3 .form h2{color:#14283c!important}
body.v3 .form .eyebrow{color:#ee3551!important}
@media(max-width:560px){.detail-photo-layout>.detail-image{height:280px!important;min-height:280px!important;max-height:300px!important}}

/* Accessibility-first reveal: never leave below-fold sections blank while waiting for observer */
.reveal{opacity:1!important;visibility:visible!important;transform:none!important}
.reveal.visible{animation:avelon-reveal .62s cubic-bezier(.2,.82,.2,1) both}
@keyframes avelon-reveal{0%{opacity:.65;transform:translateY(13px)}100%{opacity:1;transform:translateY(0)}}
/* logo contrasts on both header surfaces */
body.v1 .site-header{background:#092b47!important;color:#fff!important}
body.v1 .site-header .header-inner{background:transparent!important}
body.v1 .site-header .approved-type strong,body.v1 .site-header .approved-type small{color:#fff!important}
body.v1 .site-header .nav a,body.v1 .site-header .menu-toggle{color:#eef5f9!important}
body.v1 .site-header .nav a:hover,body.v1 .site-header .menu-toggle:hover,body.v1 .site-header .nav a.active{color:#ff9331!important}
body.v2 .site-header{background:#fff!important;color:#142d39!important}
body.v2 .site-header .header-inner{background:transparent!important}
body.v3 .site-header{background:#171f26!important;color:#fff!important}
body.v3 .site-header .header-inner{background:transparent!important}
body.v3 .site-header .approved-type strong,body.v3 .site-header .approved-type small{color:#fff!important}
/* some historical v1 logo/file styles set footer small-size type by media rules */
body.v1 .footer .brand-lockup .approved-type strong,body.v2 .footer .brand-lockup .approved-type strong,body.v3 .footer .brand-lockup .approved-type strong{color:#fff!important}
body.v1 .footer .brand-lockup .approved-type small,body.v2 .footer .brand-lockup .approved-type small,body.v3 .footer .brand-lockup .approved-type small{color:#fff!important}
@media(max-width:767px){body.v1 .site-header .nav a,body.v2 .site-header .nav a,body.v3 .site-header .nav a{color:#153247!important}}
@media(prefers-reduced-motion:reduce){.reveal.visible{animation:none!important}}

.hero .hero-inner{width:min(1330px,calc(100% - 80px))!important;margin-left:auto!important;margin-right:auto!important}
@media(max-width:767px){.hero .hero-inner{width:calc(100% - 32px)!important}}


/* FINAL PATCH: dropdown contrast + approved logo mark in header/footer */
.site-header .drop,.site-header .drop *{opacity:1!important;visibility:visible!important;filter:none!important;text-shadow:none!important}
.site-header .drop{display:none;grid-template-columns:1fr 1fr;gap:8px;background:#ffffff!important;border:1px solid #d8e1e9!important;border-radius:18px!important;box-shadow:0 26px 80px rgba(7,24,42,.22)!important;padding:16px!important;min-width:460px!important;max-width:min(560px,78vw)!important;top:calc(100% + 14px)!important;left:max(-28px,-2vw)!important}
.menu-wrap.open .drop{display:grid!important}
.site-header .drop a{display:block!important;color:#153449!important;font-size:14px!important;font-weight:800!important;line-height:1.35!important;padding:12px 14px!important;border-radius:10px!important;background:transparent!important}
.site-header .drop a strong{color:inherit!important;font-weight:900!important}
.site-header .drop a:first-child{grid-column:1/-1!important;background:#edf4f8!important;color:#0c3b59!important;border:1px solid #d7e4ec!important}
.site-header .drop a:hover,.site-header .drop a:focus-visible{background:#eef6fb!important;color:#0b2a3c!important;transform:translateX(2px)!important}
.site-header .drop span{display:none!important}
body.v1 .site-header .drop a,body.v2 .site-header .drop a,body.v3 .site-header .drop a{opacity:1!important;color:#153449!important}
body.v1 .site-header .drop a:first-child,body.v2 .site-header .drop a:first-child,body.v3 .site-header .drop a:first-child{color:#0c3b59!important}

.site-header .brand-lockup,.footer .brand-lockup{gap:12px!important;max-width:none!important}
.site-header .brand-lockup .brand-mark-exact{width:70px!important;height:64px!important;min-width:70px!important;max-width:70px!important;object-fit:contain!important;object-position:center!important;filter:drop-shadow(0 3px 5px rgba(0,0,0,.22))!important}
.footer .brand-lockup .brand-mark-exact{width:74px!important;height:74px!important;min-width:74px!important;max-width:74px!important;object-fit:contain!important;object-position:center!important;filter:drop-shadow(0 4px 8px rgba(0,0,0,.25))!important}
.site-header .brand-lockup .approved-type{gap:4px!important;line-height:1!important}
.site-header .brand-lockup .approved-type strong{font-size:clamp(24px,1.6vw,30px)!important;letter-spacing:.03em!important}
.site-header .brand-lockup .approved-type small{font-size:clamp(8px,.64vw,10px)!important;letter-spacing:.18em!important}
.footer .brand-lockup .approved-type strong{font-size:28px!important;letter-spacing:.03em!important}
.footer .brand-lockup .approved-type small{font-size:10px!important;letter-spacing:.18em!important}
body.v1 .site-header .approved-type strong,body.v1 .site-header .approved-type small{color:#ffffff!important}
body.v2 .site-header .approved-type strong{color:#103048!important}
body.v2 .site-header .approved-type small{color:#4b6677!important}
body.v3 .site-header .approved-type strong,body.v3 .site-header .approved-type small{color:#ffffff!important}
body.v1 .footer .approved-type strong,body.v1 .footer .approved-type small,body.v2 .footer .approved-type strong,body.v2 .footer .approved-type small,body.v3 .footer .approved-type strong,body.v3 .footer .approved-type small{color:#ffffff!important}

@media (max-width: 900px){
  .site-header .brand-lockup{gap:8px!important}
  .site-header .brand-lockup .brand-mark-exact{width:58px!important;height:54px!important;min-width:58px!important;max-width:58px!important}
  .site-header .brand-lockup .approved-type strong{font-size:22px!important}
  .site-header .brand-lockup .approved-type small{font-size:7px!important;letter-spacing:.12em!important}
  .footer .brand-lockup .brand-mark-exact{width:60px!important;height:60px!important;min-width:60px!important;max-width:60px!important}
  .footer .brand-lockup .approved-type strong{font-size:22px!important}
  .footer .brand-lockup .approved-type small{font-size:7px!important;letter-spacing:.12em!important}
}
@media (max-width: 560px){
  .site-header .drop{left:0!important;right:auto!important;min-width:0!important;max-width:calc(100vw - 34px)!important;width:min(420px,calc(100vw - 34px))!important;grid-template-columns:1fr!important;padding:12px!important}
  .site-header .drop a{font-size:13px!important;padding:10px 12px!important}
  .site-header .brand-lockup .brand-mark-exact{width:46px!important;height:42px!important;min-width:46px!important;max-width:46px!important}
  .site-header .brand-lockup .approved-type strong{font-size:18px!important}
  .site-header .brand-lockup .approved-type small{font-size:5.8px!important;letter-spacing:.09em!important}
}

/* Avelon focused client revisions — logo matte removal, civil listing, and detail flow */
.brand-mark-exact{object-fit:contain!important;background:none!important;border:0!important;filter:none!important}
.site-header .brand-lockup .brand-mark-exact,.footer .brand-lockup .brand-mark-exact{filter:none!important;object-fit:contain!important}
.civil-link-card{background:linear-gradient(152deg,#fff,#f6fafc)!important;min-height:260px;overflow:hidden;position:relative}
.civil-tile-icon{height:174px;display:flex;align-items:center;justify-content:center;position:relative;background:linear-gradient(135deg,#eaf3f8,#f5f8fb);border-bottom:1px solid #dce7ee;overflow:hidden}
.civil-tile-icon:after{content:"";position:absolute;inset:-85%;background:linear-gradient(105deg,transparent 48%,#ffffffaa 51%,transparent 54%);transform:translateX(-55%) rotate(3deg);transition:transform .85s ease}
.civil-link-card:hover .civil-tile-icon:after,.civil-link-card:focus-visible .civil-tile-icon:after{transform:translateX(50%) rotate(3deg)}
.civil-tile-icon span{font-size:72px;line-height:1;color:var(--accent);font-weight:300;filter:drop-shadow(0 6px 12px #102b3830);transition:transform .45s ease}
.civil-link-card:hover .civil-tile-icon span{transform:translateY(-7px) scale(1.09)}
body.v2 .civil-tile-icon{background:linear-gradient(135deg,#eefaf0,#e8f5ee)}
body.v3 .civil-tile-icon{background:linear-gradient(135deg,#273039,#39434c)}
body.v3 .civil-tile-icon span{color:#f45064}
body.v3 .civil-link-card{background:#222d38!important}
.detail-layout>div.detail-photo-first:has(.detail-photo-card){grid-template-columns:minmax(0,1fr)!important}
.detail-photo-first .detail-photo-card{min-height:380px!important;max-height:500px!important}
.detail-photo-first .detail-photo-card img{height:clamp(330px,37vw,500px)!important;max-height:500px!important;min-height:0!important;object-fit:cover!important;object-position:center!important}
.detail-photo-first .detail-copy{padding:8px 0 15px!important}
.service-specific-banner{background-image:linear-gradient(90deg,#071d32e8,#071d326a),var(--detail-banner)!important;background-position:center,center!important;background-size:cover!important}
body.v2 .service-specific-banner{background-image:linear-gradient(90deg,#063d34e9,#0b4e3d69),var(--detail-banner)!important}
body.v3 .service-specific-banner{background-image:linear-gradient(90deg,#151c24ed,#242c3569),var(--detail-banner)!important}
@media(max-width:767px){.civil-tile-icon{height:132px}.civil-tile-icon span{font-size:53px}.detail-photo-first .detail-photo-card img{height:300px!important}}
@media(prefers-reduced-motion:reduce){.civil-tile-icon:after,.civil-tile-icon span{transition:none!important}}


/* 2026-09-23 final service navigation + readable, colourful service tiles */
.grid.service-grid>a.service-color-card,
.grid.service-grid>a.service-color-card.civil-link-card{
  --tile-a:#0e3351;--tile-b:#146289;--tile-highlight:#ff982a;
  display:flex!important;flex-direction:column!important;justify-content:flex-start!important;
  min-height:245px!important;height:auto!important;overflow:hidden!important;position:relative!important;
  padding:24px 21px 21px!important;border:1px solid #ffffff2a!important;
  color:#fff!important;background:linear-gradient(145deg,var(--tile-a),var(--tile-b))!important;
  box-shadow:0 9px 28px #112a4920!important;isolation:isolate!important;
  transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease!important;
}
.grid.service-grid>a.service-color-card:before{
  content:'';position:absolute;z-index:-1;right:-44px;top:-83px;
  width:215px;height:215px;border:1px solid #ffffff36;border-radius:39%;transform:rotate(-27deg);
  box-shadow:0 0 0 28px #ffffff09,0 0 0 61px #ffffff06;
  transition:transform .6s ease,right .6s ease!important;
}
.grid.service-grid>a.service-color-card:after{
  content:'';position:absolute;z-index:-1;width:170px;height:170px;border-radius:50%;
  right:-65px;bottom:-120px;background:radial-gradient(circle,#ffffff1f,transparent 65%);
}
.grid.service-grid>a.service-color-card:hover,.grid.service-grid>a.service-color-card:focus-visible{
  transform:translateY(-7px)!important;box-shadow:0 20px 42px #0d274749!important;
  border-color:var(--tile-highlight)!important;
}
.grid.service-grid>a.service-color-card:hover:before{transform:rotate(4deg) scale(1.15)!important;right:-30px!important}
.service-color-card .service-tile-top{height:58px;min-height:58px;display:flex;align-items:start;justify-content:space-between;gap:10px;order:0}
.service-color-card .service-tile-shape{height:40px;width:40px;display:grid;place-items:center;flex:none;background:#ffffff24;
  border:1px solid #ffffff55;border-radius:12px;color:#fff;font-size:23px;transition:transform .3s,background .3s}
.service-color-card:hover .service-tile-shape,.service-color-card:focus-visible .service-tile-shape{transform:translate(3px,-3px);background:#ffffff3e}
.service-color-card .service-tile-label{font-size:9px;letter-spacing:.18em;color:#ffffffc8;text-align:right;line-height:1.5;font-weight:900;padding-top:10px}
.grid.service-grid .service-color-card .card-body{padding:0!important;display:flex!important;flex-direction:column!important;flex:1!important;position:relative!important;z-index:1!important;background:transparent!important}
.grid.service-grid .service-color-card h3{color:#fff!important;font-size:clamp(16px,1.42vw,21px)!important;line-height:1.24!important;
  letter-spacing:-.02em!important;margin:7px 0 10px!important;max-width:100%!important;overflow-wrap:break-word}
.grid.service-grid .service-color-card .mini{color:#e1eff9!important;font-size:12px!important;line-height:1.5!important;margin:0 0 12px!important}
.grid.service-grid .service-color-card .card-cta{display:inline-flex!important;align-items:center!important;gap:7px!important;
  margin:auto 0 0!important;padding:10px 14px!important;align-self:start!important;border:1px solid #ffffff6b!important;
  border-radius:8px!important;color:#fff!important;background:#ffffff1b!important;font-size:11px!important;line-height:1.2!important;
  transition:background .22s,transform .22s,border-color .22s!important}
.grid.service-grid .service-color-card:hover .card-cta,.grid.service-grid .service-color-card:focus-visible .card-cta{
  background:var(--tile-highlight)!important;border-color:var(--tile-highlight)!important;color:#10283b!important;transform:translateX(3px)!important}
.grid.service-grid .service-color-card .card-cta svg{display:block!important}
body.v1 .service-color-card{--tile-a:#102f4b!important;--tile-b:#156085!important;--tile-highlight:#ff922e!important}
body.v1 .service-color-card:nth-child(3n+2){--tile-a:#173956!important;--tile-b:#295d7e!important}
body.v1 .service-color-card:nth-child(3n){--tile-a:#173956!important;--tile-b:#126077!important}
body.v2 .service-color-card{--tile-a:#083f3e!important;--tile-b:#16765d!important;--tile-highlight:#a3e65b!important}
body.v2 .service-color-card:nth-child(3n+2){--tile-a:#0d414c!important;--tile-b:#2c8158!important}
body.v2 .service-color-card:nth-child(3n){--tile-a:#0b5150!important;--tile-b:#276e4b!important}
body.v3 .service-color-card{--tile-a:#1b252e!important;--tile-b:#393744!important;--tile-highlight:#ff647a!important}
body.v3 .service-color-card:nth-child(3n+2){--tile-a:#242d35!important;--tile-b:#51434c!important}
body.v3 .service-color-card:nth-child(3n){--tile-a:#182d39!important;--tile-b:#453742!important}
/* Single image and one well-defined inquiry area on EVERY dedicated service page. */
main .service-detail-clean{display:block!important}
.service-detail-frame{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);gap:clamp(18px,3vw,40px);align-items:stretch}
.service-detail-visual{border-radius:18px;margin:0;overflow:hidden;min-height:410px;
  box-shadow:0 17px 42px #132c4320;background:#e5edf1;align-self:stretch}
.service-detail-visual img{width:100%;height:100%;max-height:650px;min-height:410px;object-fit:cover;object-position:center;
  transition:transform .65s ease;filter:none}
.service-detail-visual:hover img{transform:scale(1.025)}
.service-detail-info{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;
  min-width:0;min-height:410px;padding:clamp(24px,3.3vw,48px);
  color:var(--ink);background:linear-gradient(146deg,#f5faff,#eef5fa);
  border-radius:18px;border:1px solid var(--line);box-shadow:0 11px 28px #102b4110}
.service-detail-info h2{font-size:clamp(25px,2.7vw,42px);overflow-wrap:anywhere;color:var(--ink);margin:13px 0 17px}
.service-detail-lead{font-size:clamp(15px,1.2vw,18px);line-height:1.6;color:var(--ink);margin:0 0 16px}
.service-detail-helper{font-size:13px;line-height:1.6;color:var(--muted);margin:0 0 20px}
.service-detail-actions{display:flex;gap:10px;flex-wrap:wrap;align-items:center;margin:0 0 26px}
.service-detail-actions .btn{min-height:46px;white-space:normal;text-align:center}
.service-primary-cta{background:var(--accent)!important;color:#fff!important;border-color:var(--accent)!important}
body.v2 .service-primary-cta{color:#0b3431!important}
.service-return-links{display:flex;gap:13px 17px;flex-wrap:wrap;margin-top:auto;padding-top:17px;border-top:1px solid #a5b9cc65;width:100%}
.service-return-links a{font-size:12px;font-weight:850;line-height:1.6;color:var(--navy);transition:color .23s,transform .23s}
.service-return-links a:hover,.service-return-links a:focus-visible{color:var(--accent);transform:translateX(-3px)}
body.v3 .service-detail-info{background:linear-gradient(140deg,#273540,#1f2b35);border-color:#ffffff28}
body.v3 .service-detail-info h2,body.v3 .service-detail-lead,body.v3 .service-return-links a{color:#fff!important}
body.v3 .service-detail-helper{color:#d0dbe4!important}
body.v3 .service-return-links{border-color:#ffffff36}
body.v3 .service-return-links a:hover{color:#ff6b81!important}
body.v2 .service-detail-info{background:linear-gradient(140deg,#f5fcf7,#e5f5ec)}
@media(max-width:900px){.service-detail-frame{grid-template-columns:1fr}.service-detail-visual,.service-detail-info{min-height:0}
.service-detail-visual img{height:clamp(270px,60vw,520px);min-height:0;max-height:none}
.service-detail-info{padding:clamp(22px,4vw,34px)} }
@media(max-width:600px){.grid.service-grid>a.service-color-card{min-height:230px!important;padding:16px 14px!important}
.service-color-card .service-tile-top{height:52px;min-height:52px}
.service-color-card .service-tile-shape{height:33px;width:33px;font-size:19px}
.service-color-card .service-tile-label{font-size:8px;letter-spacing:.08em}
.grid.service-grid .service-color-card h3{font-size:clamp(14px,3.3vw,18px)!important}
.grid.service-grid .service-color-card .mini{font-size:11px!important}
.grid.service-grid .service-color-card .card-cta{font-size:10px!important;padding:9px 10px!important}
.service-detail-visual img{height:270px}.service-detail-actions .btn{width:100%}}
@media(max-width:389px){.grid.service-grid>a.service-color-card{min-height:240px!important;padding:14px 11px!important}
.service-color-card .service-tile-label{font-size:7px}.grid.service-grid .service-color-card h3{font-size:14px!important}}
@media(prefers-reduced-motion:reduce){.service-color-card,.service-color-card:before,.service-tile-shape,.service-detail-visual img,.service-return-links a{transition:none!important}}

/* Maintain native-source photo clarity on older 348px-tall portfolio images; never upscale thumbnails */
@media(min-width:901px){
.service-detail-frame.photo-native-width{grid-template-columns:minmax(260px,348px) minmax(0,1fr);gap:clamp(20px,3vw,43px);}
.service-detail-frame.photo-native-width .service-detail-visual img{width:100%;height:100%;min-height:410px;max-height:529px;object-fit:cover}
.service-detail-frame.photo-native-width .service-detail-info{max-width:none;}
}
@media(max-width:900px){.service-detail-frame.photo-native-width .service-detail-visual{max-width:480px;}
.service-detail-frame.photo-native-width .service-detail-visual img{height:310px;max-height:none;min-height:0;object-fit:cover}}
@media(max-width:390px){.service-detail-frame.photo-native-width .service-detail-visual img{height:290px;}}

/* AVELON INTERNATIONAL / V2 ONLY — scoped branding, responsive brand logos, client mobile */
body.v2 .brand-approved .approved-type small {letter-spacing:.12em!important;white-space:nowrap!important}
body.v2 .brand-logo-grid{display:grid!important;gap:12px!important;align-items:center!important}
body.v2 .brand-strip .brand-logo-grid{grid-template-columns:repeat(7,minmax(0,1fr))!important}
body.v2 .brand-directory-grid{grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:16px!important}
body.v2 .brand-logo-tile{display:flex;align-items:center;justify-content:center;border:1px solid #e4edea;background:#fff;border-radius:11px;min-height:62px;min-width:0;padding:7px;transition:transform .23s ease,box-shadow .23s ease,border-color .23s ease}
body.v2 .brand-logo-tile:hover{transform:translateY(-4px);border-color:#79c58d;box-shadow:0 11px 26px rgba(11,73,53,.12)}
body.v2 .brand-logo-tile img{display:block;width:100%!important;height:48px!important;object-fit:contain!important;max-width:100%!important;aspect-ratio:3/1}
body.v2 .brand-strip .container{position:relative}
body.v2 .brands-view-all{display:inline-flex;align-items:center;font-size:13px;font-weight:800;color:#087d4d;margin-top:15px;text-decoration:none;transition:transform .2s ease}
body.v2 .brands-view-all:hover{transform:translateX(4px)}
body.v2 .brand-strip .eyebrow{margin-bottom:10px}
body.v2 .contact-mobile{margin-top:17px;margin-bottom:20px;align-items:center}
body.v2 .contact-mobile-link{color:inherit;font-weight:800;text-underline-offset:4px;text-decoration-thickness:1px}
body.v2 .contact-mobile-link:hover{color:#4cce57}
body.v2 .brand-lockup .approved-type small{font-size:clamp(8px,.68vw,10px)!important}
@media(max-width:1200px){body.v2 .brand-strip .brand-logo-grid{grid-template-columns:repeat(5,minmax(0,1fr))!important}}
@media(max-width:900px){body.v2 .brand-strip .brand-logo-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}body.v2 .brand-directory-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}}
@media(max-width:560px){body.v2 .brand-strip .brand-logo-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:7px!important}body.v2 .brand-directory-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px!important}body.v2 .brand-logo-tile{min-height:48px;padding:4px}body.v2 .brand-logo-tile img{height:41px!important}body.v2 .brand-lockup .approved-type small{font-size:6.2px!important;letter-spacing:.09em!important}}
@media(prefers-reduced-motion:reduce){body.v2 .brand-logo-tile,body.v2 .brands-view-all{transition:none!important;transform:none!important}}

/* CONTACT PANEL CONTRAST AND SEPARATE CALL / WHATSAPP ACTIONS */
body.v1 .contact-panel h2,body.v2 .contact-panel h2{color:#13283b!important;text-shadow:none!important;opacity:1!important;visibility:visible!important}
body.v1 .contact-panel .eyebrow{color:#f47716!important;text-shadow:none!important;opacity:1!important}
body.v2 .contact-panel .eyebrow{color:#218a38!important;text-shadow:none!important;opacity:1!important}
body.v3 .contact-panel h2{color:#fff!important;text-shadow:none!important;opacity:1!important}
body.v3 .contact-panel .eyebrow{color:#ff7788!important;opacity:1!important}
.contact-panel .contact-actions{position:relative;isolation:isolate;display:flex;flex-wrap:wrap;gap:10px}
.contact-panel .contact-actions a{position:relative;z-index:1;pointer-events:auto;min-height:48px;white-space:nowrap;touch-action:manipulation}
.contact-panel .contact-actions a[data-action="phone-call"]{background:#0c3935!important;color:#fff!important;cursor:pointer}
.contact-panel .contact-actions a[data-action="phone-call"]:focus-visible{outline:3px solid #77d776;outline-offset:3px}
.contact-panel .contact-actions a[data-action="whatsapp-chat"]:focus-visible{outline:3px solid #77d776;outline-offset:3px}
.contact-panel .contact-actions a svg{pointer-events:none}
.contact-panel .contact-actions a[data-action="phone-call"] svg{color:#fff!important}
@media(max-width:560px){.contact-panel .contact-actions a{min-height:48px;max-width:100%;font-size:13px}}
