@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Manrope:wght@400;500;600&display=swap');

:root{
  --ink:#11140f;
  --ink-2:#181d17;
  --paper:#f4f1e9;
  --paper-2:#ebe7dc;
  --white:#ffffff;
  --muted:#6f746b;
  --line:rgba(17,20,15,.13);
  --lime:#b7ea3d;
  --lime-2:#d6ff72;
  --forest:#173d2d;
  --shadow:0 18px 60px rgba(14,20,14,.13);
  --radius:26px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:'DM Sans',system-ui,sans-serif;background:var(--paper);color:var(--ink);line-height:1.55;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
button,input,select,textarea{font:inherit}
::selection{background:var(--lime);color:var(--ink)}
.container{width:min(1180px,calc(100% - 40px));margin-inline:auto}
.eyebrow{display:inline-flex;align-items:center;gap:10px;font-size:.78rem;letter-spacing:.14em;text-transform:uppercase;font-weight:600;color:var(--forest)}
.eyebrow::before{content:'';width:26px;height:1px;background:currentColor}
.display{font-family:'Manrope',sans-serif;font-weight:500;letter-spacing:-.055em;line-height:.95;margin:0;font-size:clamp(3.3rem,7vw,7.5rem)}
.h2{font-family:'Manrope',sans-serif;font-size:clamp(2.2rem,4.2vw,4.6rem);line-height:1;letter-spacing:-.045em;font-weight:500;margin:0}
.h3{font-family:'Manrope',sans-serif;font-size:clamp(1.5rem,2.5vw,2rem);line-height:1.1;letter-spacing:-.03em;font-weight:500;margin:0}
.lead{font-size:clamp(1.05rem,1.4vw,1.25rem);color:#555b52;max-width:680px}
.muted{color:var(--muted)}

/* NAV */
.site-header{position:fixed;inset:0 0 auto;z-index:1000;transition:.3s ease}
.site-header.scrolled{background:rgba(244,241,233,.91);backdrop-filter:blur(18px);border-bottom:1px solid rgba(17,20,15,.08)}
.nav{height:82px;display:flex;align-items:center;justify-content:space-between;gap:30px}
.brand{display:inline-flex;align-items:center;gap:13px;min-width:max-content}
.brand-mark{width:39px;height:39px;border-radius:12px;background:var(--ink);display:grid;place-items:center;position:relative;overflow:hidden}
.brand-mark::before,.brand-mark::after{content:'';position:absolute;border:2px solid var(--lime);border-radius:50%;width:30px;height:30px;left:9px;top:9px}
.brand-mark::after{width:18px;height:18px;left:3px;top:3px;border-color:var(--white);opacity:.8}
.brand-type{display:grid;line-height:1}
.brand-type strong{font-family:'Manrope',sans-serif;letter-spacing:.03em;font-size:.95rem;font-weight:600}
.brand-type span{font-size:.6rem;letter-spacing:.17em;text-transform:uppercase;margin-top:5px;color:#777c73}
.nav-links{display:flex;align-items:center;gap:30px;font-size:.91rem;font-weight:500}
.nav-links a{position:relative;padding:8px 0}
.nav-links a::after{content:'';position:absolute;left:0;right:100%;bottom:2px;height:1px;background:var(--ink);transition:.25s}
.nav-links a:hover::after,.nav-links a.active::after{right:0}
.nav-cta{display:flex;align-items:center;gap:12px}
.icon-btn{width:42px;height:42px;border:1px solid var(--line);border-radius:50%;display:grid;place-items:center;transition:.25s;background:rgba(255,255,255,.28)}
.icon-btn:hover{background:var(--white);transform:translateY(-2px)}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:11px;border:0;border-radius:999px;padding:14px 22px;font-weight:600;font-size:.92rem;cursor:pointer;transition:.25s ease}
.btn-dark{background:var(--ink);color:var(--white)}
.btn-dark:hover{background:var(--forest);transform:translateY(-2px)}
.btn-lime{background:var(--lime);color:var(--ink)}
.btn-lime:hover{background:var(--lime-2);transform:translateY(-2px)}
.btn-light{background:var(--white);color:var(--ink)}
.btn-ghost{border:1px solid rgba(255,255,255,.24);color:var(--white);background:transparent}
.btn svg{width:17px;height:17px}
.menu-toggle{display:none;border:0;background:none;width:44px;height:44px;padding:0;position:relative}
.menu-toggle span{position:absolute;width:24px;height:1px;background:var(--ink);left:10px;transition:.25s}.menu-toggle span:first-child{top:17px}.menu-toggle span:last-child{top:26px}
.menu-toggle.open span:first-child{top:22px;transform:rotate(45deg)}.menu-toggle.open span:last-child{top:22px;transform:rotate(-45deg)}

/* HERO */
.hero{min-height:100svh;padding:130px 0 52px;display:grid;align-items:center;overflow:hidden;position:relative}
.hero::before{content:'';position:absolute;width:620px;height:620px;border-radius:50%;background:radial-gradient(circle,var(--lime) 0,rgba(183,234,61,.25) 31%,transparent 67%);filter:blur(14px);opacity:.35;right:-250px;top:-210px;pointer-events:none}
.hero-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:70px;align-items:center}
.hero-copy{position:relative;z-index:2}
.hero-copy .display span{display:block;color:var(--forest)}
.hero-copy p{font-size:1.15rem;max-width:620px;color:#565c53;margin:30px 0 32px}
.hero-actions{display:flex;flex-wrap:wrap;gap:12px}
.hero-note{display:flex;align-items:center;gap:14px;margin-top:34px;color:#686d65;font-size:.86rem}
.hero-note .dot{width:7px;height:7px;border-radius:50%;background:var(--lime);box-shadow:0 0 0 6px rgba(183,234,61,.22)}
.hero-visual{position:relative;min-height:620px}
.hero-card-main{position:absolute;inset:20px 34px 120px 0;border-radius:34px;overflow:hidden;box-shadow:var(--shadow);background:#ddd}
.hero-card-main img{width:100%;height:100%;object-fit:cover}
.hero-card-main::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,transparent 45%,rgba(5,10,7,.5))}
.hero-label{position:absolute;left:26px;bottom:24px;z-index:2;color:white;display:flex;gap:14px;align-items:center}
.hero-label-icon{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.15);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.22)}
.hero-label strong{display:block;font-size:.95rem}.hero-label span{display:block;font-size:.76rem;opacity:.76;margin-top:2px}
.floating-stat{position:absolute;right:0;bottom:43px;width:235px;background:var(--ink);color:white;padding:24px;border-radius:24px;box-shadow:var(--shadow)}
.floating-stat b{font-family:'Manrope';font-size:2.65rem;line-height:1;font-weight:500;letter-spacing:-.04em;color:var(--lime)}
.floating-stat p{margin:10px 0 0;color:#c8ccc4;font-size:.84rem}
.floating-chip{position:absolute;right:0;top:0;background:var(--white);border-radius:999px;padding:10px 15px;display:flex;gap:8px;align-items:center;font-size:.76rem;font-weight:600;box-shadow:0 10px 34px rgba(0,0,0,.08)}
.floating-chip::before{content:'';width:7px;height:7px;border-radius:50%;background:#32ad5d}

.trust-bar{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:rgba(255,255,255,.25)}
.trust-inner{min-height:98px;display:grid;grid-template-columns:1.4fr repeat(3,1fr);align-items:center;gap:30px}
.trust-title{font-size:.78rem;text-transform:uppercase;letter-spacing:.14em;color:#747a70}
.trust-item{display:flex;align-items:center;gap:12px;font-size:.86rem;color:#585e55}
.trust-item svg{width:20px;height:20px;color:var(--forest)}

.section{padding:116px 0}
.section-tight{padding:82px 0}
.section-head{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:52px}
.section-head .lead{margin:0;max-width:430px}

/* CAPABILITIES */
.cap-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
.cap-card{min-height:450px;border-radius:var(--radius);overflow:hidden;position:relative;background:var(--ink);color:white;isolation:isolate}
.cap-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2;transition:transform .6s ease}
.cap-card::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(8,10,8,.08) 20%,rgba(8,10,8,.88) 100%);z-index:-1}
.cap-card:hover img{transform:scale(1.045)}
.cap-card-body{position:absolute;left:30px;right:30px;bottom:28px;display:grid;grid-template-columns:1fr auto;gap:20px;align-items:end}
.cap-index{font-size:.72rem;letter-spacing:.15em;text-transform:uppercase;color:var(--lime);margin-bottom:8px}
.cap-card h3{font-family:'Manrope';font-weight:500;font-size:clamp(1.6rem,2.6vw,2.35rem);letter-spacing:-.035em;margin:0}
.cap-card p{font-size:.86rem;color:#d0d3cd;max-width:440px;margin:10px 0 0}
.arrow-circle{width:50px;height:50px;border:1px solid rgba(255,255,255,.35);border-radius:50%;display:grid;place-items:center;transition:.25s;background:rgba(255,255,255,.07);backdrop-filter:blur(8px)}
.cap-card:hover .arrow-circle{background:var(--lime);color:var(--ink);border-color:var(--lime);transform:rotate(-35deg)}
.arrow-circle svg{width:18px;height:18px}

/* SPLIT */
.split{display:grid;grid-template-columns:.9fr 1.1fr;gap:80px;align-items:center}
.image-stack{position:relative;min-height:600px}
.image-stack .img-a{position:absolute;inset:0 80px 100px 0;border-radius:30px;overflow:hidden}
.image-stack .img-a img{width:100%;height:100%;object-fit:cover}
.image-stack .img-b{position:absolute;width:42%;height:42%;right:0;bottom:0;border:10px solid var(--paper);border-radius:26px;overflow:hidden;box-shadow:var(--shadow)}
.image-stack .img-b img{width:100%;height:100%;object-fit:cover}
.value-list{display:grid;gap:0;margin-top:34px;border-top:1px solid var(--line)}
.value-row{display:grid;grid-template-columns:52px 1fr auto;gap:18px;align-items:center;padding:21px 0;border-bottom:1px solid var(--line)}
.value-row .num{font-size:.74rem;letter-spacing:.1em;color:#969c91}.value-row strong{font-weight:600}.value-row span:last-child{font-size:.82rem;color:#747a70}

/* INDUSTRIES */
.dark-section{background:var(--ink);color:white;position:relative;overflow:hidden}
.dark-section::after{content:'';position:absolute;width:520px;height:520px;border-radius:50%;background:var(--forest);filter:blur(90px);opacity:.28;right:-220px;bottom:-220px}
.dark-section .eyebrow{color:var(--lime)}
.dark-section .lead{color:#b9bdb5}
.industry-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid rgba(255,255,255,.16);border-left:1px solid rgba(255,255,255,.16)}
.industry-card{padding:32px 26px;min-height:245px;border-right:1px solid rgba(255,255,255,.16);border-bottom:1px solid rgba(255,255,255,.16);transition:.25s;position:relative;z-index:2}
.industry-card:hover{background:#20271f}
.industry-card svg{width:30px;height:30px;color:var(--lime);margin-bottom:55px}
.industry-card h3{font-size:1.04rem;font-weight:600;margin:0 0 9px}.industry-card p{font-size:.82rem;color:#9ea49b;margin:0}

/* PROCESS */
.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.process-card{padding:28px;border:1px solid var(--line);border-radius:22px;background:rgba(255,255,255,.27);min-height:260px}
.process-num{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:var(--ink);color:var(--lime);font-size:.75rem;margin-bottom:54px}
.process-card h3{font-size:1rem;margin:0 0 10px}.process-card p{font-size:.86rem;color:#70766d;margin:0}

/* CTA */
.cta-shell{background:var(--forest);border-radius:34px;color:white;padding:62px;display:grid;grid-template-columns:1.3fr .7fr;gap:30px;align-items:end;position:relative;overflow:hidden}
.cta-shell::after{content:'';position:absolute;width:360px;height:360px;border-radius:50%;background:var(--lime);filter:blur(80px);opacity:.22;right:-110px;top:-130px}
.cta-shell .h2{max-width:780px}.cta-shell p{color:#c9d2cc;max-width:610px}.cta-actions{display:flex;justify-content:flex-end;gap:10px;position:relative;z-index:2}

/* FOOTER */
.footer{padding:70px 0 30px;background:#0d100c;color:white}
.footer-grid{display:grid;grid-template-columns:1.25fr .75fr .75fr 1fr;gap:50px}
.footer .brand-type span{color:#8c9289}.footer-copy{color:#8f968d;font-size:.87rem;max-width:320px;margin-top:23px}
.footer h4{font-size:.75rem;text-transform:uppercase;letter-spacing:.13em;color:#777e74;margin:0 0 18px;font-weight:600}
.footer-links{display:grid;gap:11px;font-size:.89rem}.footer-links a{color:#c8ccc6;transition:.2s}.footer-links a:hover{color:var(--lime)}
.footer-contact{display:grid;gap:12px;font-size:.89rem;color:#c8ccc6}.footer-contact a:hover{color:var(--lime)}
.footer-bottom{display:flex;justify-content:space-between;gap:20px;border-top:1px solid rgba(255,255,255,.1);margin-top:58px;padding-top:22px;color:#6d746b;font-size:.75rem}

/* INNER PAGES */
.page-hero{padding:160px 0 76px;background:var(--paper);overflow:hidden;position:relative}
.page-hero .container{display:grid;grid-template-columns:1.15fr .85fr;align-items:end;gap:80px}
.page-hero p{margin:0 0 8px;color:#61675d;max-width:500px;font-size:1.03rem}
.breadcrumb{font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;color:#8a9086;margin-bottom:24px}.breadcrumb a{color:var(--forest)}
.page-hero .h2{font-size:clamp(3rem,6.3vw,6.5rem)}
.inner-image-wide{height:min(62vw,660px);border-radius:30px;overflow:hidden}.inner-image-wide img{width:100%;height:100%;object-fit:cover}
.content-grid{display:grid;grid-template-columns:.75fr 1.25fr;gap:90px}
.sticky-label{position:sticky;top:120px;align-self:start}
.prose h2{font-family:'Manrope';font-weight:500;font-size:clamp(2rem,3.7vw,3.6rem);letter-spacing:-.045em;line-height:1;margin:0 0 28px}.prose h3{font-size:1.05rem;margin-top:38px}.prose p{color:#5f655c;font-size:1.02rem}.prose ul{list-style:none;padding:0;display:grid;grid-template-columns:repeat(2,1fr);gap:11px 20px;margin-top:25px}.prose li{padding:14px 0 14px 28px;border-bottom:1px solid var(--line);position:relative;color:#4c524a}.prose li::before{content:'↗';position:absolute;left:0;color:var(--forest)}
.fact-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:35px}.fact{padding:24px;border:1px solid var(--line);border-radius:20px}.fact b{display:block;font-family:'Manrope';font-size:1.7rem;font-weight:500}.fact span{font-size:.8rem;color:#7a8076}
.logo-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.logo-box{height:140px;border:1px solid var(--line);border-radius:20px;background:white;display:grid;place-items:center;padding:26px}.logo-box img{max-height:70px;max-width:100%;filter:grayscale(1);opacity:.76;transition:.2s}.logo-box:hover img{filter:none;opacity:1}
.services-list{display:grid;gap:14px}.service-row{display:grid;grid-template-columns:150px 1fr 50px;gap:28px;align-items:center;padding:14px 0;border-bottom:1px solid var(--line)}.service-thumb{height:105px;border-radius:15px;overflow:hidden}.service-thumb img{width:100%;height:100%;object-fit:cover}.service-row h3{font-size:1.23rem;margin:0 0 7px}.service-row p{font-size:.86rem;color:#767c72;margin:0;max-width:580px}.service-row .arrow-circle{color:var(--ink);border-color:var(--line);background:transparent}.service-row:hover .arrow-circle{background:var(--ink);color:var(--lime)}

/* CONTACT */
.contact-wrap{display:grid;grid-template-columns:.8fr 1.2fr;gap:18px}
.contact-panel{background:var(--ink);color:white;border-radius:28px;padding:38px;min-height:600px;display:flex;flex-direction:column;justify-content:space-between}.contact-panel .eyebrow{color:var(--lime)}.contact-panel p{color:#aeb4ab}.contact-details{display:grid;gap:0;margin-top:40px}.contact-line{padding:18px 0;border-top:1px solid rgba(255,255,255,.12)}.contact-line span{display:block;color:#7d847a;font-size:.72rem;text-transform:uppercase;letter-spacing:.12em;margin-bottom:5px}.contact-line a,.contact-line strong{font-size:1rem;font-weight:500}
.form-panel{background:white;border-radius:28px;padding:40px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.field{display:grid;gap:8px}.field.full{grid-column:1/-1}.field label{font-size:.76rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:#666c62}.field input,.field select,.field textarea{width:100%;border:1px solid #dde0d8;background:#fafaf7;border-radius:14px;padding:15px 16px;outline:none;transition:.2s;color:var(--ink)}.field textarea{min-height:130px;resize:vertical}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--forest);box-shadow:0 0 0 3px rgba(23,61,45,.08)}.form-note{font-size:.77rem;color:#8b9187;margin:14px 0 0}

/* MOBILE CALL */
.mobile-call{display:none;position:fixed;bottom:18px;right:18px;z-index:900;width:54px;height:54px;border-radius:50%;background:var(--lime);color:var(--ink);box-shadow:0 14px 36px rgba(0,0,0,.2);place-items:center}.mobile-call svg{width:20px}

/* REVEAL */
.reveal{opacity:0;transform:translateY(20px);transition:opacity .7s ease,transform .7s ease}.reveal.visible{opacity:1;transform:none}

@media(max-width:980px){
 .container{width:min(100% - 28px,1180px)}
 .nav{height:72px}.nav-links,.nav-cta .btn{display:none}.menu-toggle{display:block}.nav-cta{margin-left:auto}
 .mobile-menu{position:fixed;inset:72px 0 auto;background:rgba(244,241,233,.98);backdrop-filter:blur(18px);padding:24px 14px 28px;border-bottom:1px solid var(--line);transform:translateY(-120%);opacity:0;pointer-events:none;transition:.3s;z-index:999}.mobile-menu.open{transform:none;opacity:1;pointer-events:auto}.mobile-menu a{display:block;padding:16px 12px;border-bottom:1px solid var(--line);font-size:1rem}.mobile-menu .btn{margin-top:18px;width:100%}
 .hero{padding-top:110px;min-height:auto}.hero-grid{grid-template-columns:1fr;gap:42px}.hero-visual{min-height:520px}.hero-card-main{inset:0 28px 95px 0}.floating-stat{width:210px;bottom:20px}.floating-chip{right:8px;top:-18px}
 .trust-inner{grid-template-columns:1fr 1fr;padding:25px 0}.trust-title{grid-column:1/-1}
 .section{padding:86px 0}.section-head{align-items:start;flex-direction:column}.cap-grid{grid-template-columns:1fr}.cap-card{min-height:420px}
 .split{grid-template-columns:1fr;gap:50px}.image-stack{min-height:560px;order:2}
 .industry-grid{grid-template-columns:1fr 1fr}.process-grid{grid-template-columns:1fr 1fr}
 .cta-shell{grid-template-columns:1fr;padding:42px}.cta-actions{justify-content:flex-start}
 .footer-grid{grid-template-columns:1fr 1fr}
 .page-hero{padding:130px 0 60px}.page-hero .container{grid-template-columns:1fr;gap:28px}.content-grid{grid-template-columns:1fr;gap:40px}.sticky-label{position:static}.contact-wrap{grid-template-columns:1fr}.contact-panel{min-height:auto}.logo-strip{grid-template-columns:1fr 1fr}
 .mobile-call{display:grid}
}
@media(max-width:620px){
 .brand-type span{display:none}.brand-mark{width:36px;height:36px}.icon-btn{display:none}
 .hero{padding-bottom:38px}.display{font-size:clamp(3.15rem,16vw,5rem)}.hero-copy p{font-size:1rem;margin:23px 0 25px}.hero-actions{display:grid;grid-template-columns:1fr}.hero-actions .btn{width:100%}.hero-note{font-size:.78rem}
 .hero-visual{min-height:410px}.hero-card-main{inset:0 0 60px 0;border-radius:24px}.floating-stat{left:18px;right:auto;bottom:0;width:205px;padding:18px}.floating-stat b{font-size:2.2rem}.floating-chip{top:-16px;right:14px}
 .trust-inner{grid-template-columns:1fr;gap:15px}.trust-title{grid-column:auto}.trust-item{padding:5px 0}
 .section{padding:72px 0}.section-tight{padding:55px 0}.section-head{margin-bottom:34px}.h2{font-size:clamp(2.4rem,12vw,3.4rem)}
 .cap-card{min-height:360px;border-radius:22px}.cap-card-body{left:22px;right:22px;bottom:21px;grid-template-columns:1fr}.cap-card .arrow-circle{display:none}
 .image-stack{min-height:410px}.image-stack .img-a{inset:0 45px 62px 0;border-radius:23px}.image-stack .img-b{border-width:7px;border-radius:18px;width:47%;height:42%}
 .value-row{grid-template-columns:38px 1fr}.value-row span:last-child{display:none}
 .industry-grid{grid-template-columns:1fr}.industry-card{min-height:190px}.industry-card svg{margin-bottom:34px}
 .process-grid{grid-template-columns:1fr}.process-card{min-height:220px}.process-num{margin-bottom:40px}
 .cta-shell{padding:32px 24px;border-radius:24px}.cta-actions{display:grid;width:100%}.cta-actions .btn{width:100%}
 .footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column}
 .inner-image-wide{height:62vw;border-radius:22px}.prose ul{grid-template-columns:1fr}.fact-grid{grid-template-columns:1fr}.logo-strip{grid-template-columns:1fr 1fr}.logo-box{height:110px;padding:18px}
 .service-row{grid-template-columns:100px 1fr;gap:16px}.service-row .arrow-circle{display:none}.service-thumb{height:92px}.service-row h3{font-size:1rem}.service-row p{font-size:.76rem}
 .form-panel,.contact-panel{padding:26px;border-radius:22px}.form-grid{grid-template-columns:1fr}.field.full{grid-column:auto}
}

/* --- 2026-09 navigation + overlap hardening --- */
/* Desktop must never render the mobile menu in document flow. */
.mobile-menu{display:none}

/* Keep the hero premium without cards sitting on top of one another. */
.hero{min-height:auto;padding:138px 0 76px}
.hero-grid{grid-template-columns:minmax(0,1.04fr) minmax(420px,.96fr);gap:64px;align-items:center}
.display{font-size:clamp(3.25rem,6.15vw,6.65rem)}
.hero-visual{position:relative;min-height:0;display:flex;flex-direction:column;align-items:stretch;gap:14px}
.floating-chip{position:static;align-self:flex-end;box-shadow:0 8px 26px rgba(0,0,0,.07)}
.hero-card-main{position:relative;inset:auto;height:520px;border-radius:30px}
.floating-stat{position:static;width:100%;padding:18px 22px;border-radius:20px;display:grid;grid-template-columns:auto 1fr;align-items:center;gap:20px;box-shadow:none}
.floating-stat b{font-size:2.15rem;white-space:nowrap}
.floating-stat p{margin:0;max-width:360px}

/* Prevent visual overflow from long labels and keep all clickable elements above decorative layers. */
.nav,.hero-copy,.hero-visual,.cta-actions{position:relative;z-index:2}
.site-header .container{position:relative}

@media(max-width:1120px){
  .nav-links{gap:22px}
  .nav{gap:20px}
  .hero-grid{grid-template-columns:1fr 1fr;gap:44px}
  .display{font-size:clamp(3.2rem,6vw,5.8rem)}
  .hero-card-main{height:470px}
}

@media(max-width:980px){
  .mobile-menu{display:block;position:fixed;inset:72px 0 auto;background:rgba(244,241,233,.985);backdrop-filter:blur(18px);padding:24px 14px 28px;border-bottom:1px solid var(--line);transform:translateY(-120%);opacity:0;pointer-events:none;transition:.3s;z-index:999}
  .mobile-menu.open{transform:none;opacity:1;pointer-events:auto}
  .hero{padding-top:108px}
  .hero-grid{grid-template-columns:1fr;gap:40px}
  .hero-visual{min-height:0}
  .floating-chip{align-self:flex-start}
  .hero-card-main{height:min(64vw,520px)}
  .floating-stat{width:100%;bottom:auto}
}

@media(max-width:620px){
  .hero{padding-top:96px}
  .hero-card-main{height:72vw;min-height:310px;border-radius:22px}
  .floating-stat{left:auto;right:auto;bottom:auto;width:100%;padding:17px 18px;grid-template-columns:1fr;gap:6px}
  .floating-stat b{font-size:1.9rem}
  .floating-chip{top:auto;right:auto;max-width:100%;white-space:normal}
}

/* --- 2026-09 inner-page visual upgrade --- */
/* Turn the formerly sparse inner-page intro into a contained editorial hero. */
.page-hero{
  padding:112px 0 34px;
  background:var(--paper);
  overflow:visible;
}
.page-hero .container{
  position:relative;
  isolation:isolate;
  min-height:430px;
  padding:52px 54px;
  border-radius:34px;
  overflow:hidden;
  display:grid;
  grid-template-columns:minmax(0,1.06fr) minmax(320px,.94fr);
  align-items:end;
  gap:58px;
  color:var(--white);
  background:
    radial-gradient(circle at 23% 0%,rgba(183,234,61,.18),transparent 33%),
    linear-gradient(135deg,#11140f 0%,#151d17 58%,#173d2d 100%);
  box-shadow:0 22px 70px rgba(17,20,15,.12);
}
.page-hero .container::before{
  content:'';
  position:absolute;
  z-index:-2;
  inset:0 0 0 53%;
  background:
    linear-gradient(90deg,rgba(17,20,15,.92) 0%,rgba(17,20,15,.32) 40%,rgba(17,20,15,.18) 100%),
    var(--hero-image) center/cover no-repeat;
  filter:saturate(.9) contrast(1.04);
}
.page-hero .container::after{
  content:'';
  position:absolute;
  z-index:-1;
  width:360px;
  height:360px;
  right:-170px;
  top:-180px;
  border-radius:50%;
  border:1px solid rgba(214,255,114,.35);
  box-shadow:0 0 0 52px rgba(214,255,114,.04),0 0 0 105px rgba(214,255,114,.025);
  pointer-events:none;
}
.page-hero .container > *{position:relative;z-index:2}
.page-hero .breadcrumb{
  color:rgba(255,255,255,.62);
  margin-bottom:24px;
}
.page-hero .breadcrumb a{color:var(--lime)}
.page-hero .h2{
  color:var(--white);
  font-size:clamp(3rem,5.7vw,6rem);
  max-width:760px;
  text-wrap:balance;
}
.page-hero .h2::after{
  content:'';
  display:block;
  width:72px;
  height:3px;
  margin-top:26px;
  border-radius:99px;
  background:var(--lime);
}
.page-hero p{
  align-self:end;
  justify-self:end;
  max-width:440px;
  margin:0;
  padding:22px 24px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:20px;
  background:rgba(12,16,12,.66);
  backdrop-filter:blur(13px);
  -webkit-backdrop-filter:blur(13px);
  color:rgba(255,255,255,.86);
  font-size:1rem;
  line-height:1.65;
  box-shadow:0 16px 46px rgba(0,0,0,.14);
}

/* The service-detail photo now visually tucks into the hero instead of feeling detached. */
.page-hero + .section-tight{padding-top:26px}
.page-hero + .section-tight .inner-image-wide{box-shadow:0 18px 60px rgba(17,20,15,.1)}

/* Precision centring for every icon that lives inside a circle. */
.icon-btn,.hero-label-icon,.arrow-circle,.process-num,.mobile-call{
  display:inline-grid;
  place-items:center;
  justify-items:center;
  align-items:center;
  line-height:1;
  flex:0 0 auto;
  text-align:center;
}
.icon-btn svg,.hero-label-icon svg,.arrow-circle svg,.mobile-call svg{
  display:block;
  margin:0;
  transform:none;
  transform-origin:center;
}
.icon-btn svg{width:19px;height:19px}
.hero-label-icon svg{width:18px;height:18px}
.arrow-circle svg{width:18px;height:18px}
.mobile-call svg{width:21px;height:21px}

/* Give industry pictograms a deliberate circular icon treatment too. */
.industry-card svg{
  width:48px;
  height:48px;
  padding:12px;
  margin-bottom:46px;
  border:1px solid rgba(183,234,61,.32);
  border-radius:50%;
  background:rgba(183,234,61,.07);
  box-sizing:border-box;
  display:block;
}
.industry-card:hover svg{background:var(--lime);color:var(--ink);border-color:var(--lime)}

/* Slightly richer hover polish across clickable circular controls. */
.arrow-circle,.icon-btn,.mobile-call{transition:transform .24s ease,background .24s ease,border-color .24s ease,color .24s ease}
.icon-btn:hover{transform:translateY(-2px) scale(1.03)}

@media(max-width:980px){
  .page-hero{padding:94px 0 28px}
  .page-hero .container{
    min-height:390px;
    padding:42px;
    grid-template-columns:1fr;
    gap:32px;
    align-items:end;
  }
  .page-hero .container::before{
    inset:0;
    background:
      linear-gradient(90deg,rgba(17,20,15,.97) 0%,rgba(17,20,15,.84) 48%,rgba(17,20,15,.38) 100%),
      var(--hero-image) center/cover no-repeat;
  }
  .page-hero p{justify-self:start;max-width:560px}
}

@media(max-width:620px){
  .page-hero{padding:86px 0 20px}
  .page-hero .container{
    min-height:410px;
    padding:30px 24px;
    border-radius:24px;
    gap:28px;
  }
  .page-hero .container::before{
    background:
      linear-gradient(180deg,rgba(17,20,15,.94) 0%,rgba(17,20,15,.89) 52%,rgba(17,20,15,.58) 100%),
      var(--hero-image) center/cover no-repeat;
  }
  .page-hero .container::after{width:240px;height:240px;right:-130px;top:-120px}
  .page-hero .breadcrumb{margin-bottom:18px;font-size:.68rem}
  .page-hero .h2{font-size:clamp(2.55rem,13vw,4rem);line-height:.98}
  .page-hero .h2::after{width:54px;margin-top:20px}
  .page-hero p{padding:17px 18px;border-radius:16px;font-size:.92rem;line-height:1.55}
  .page-hero + .section-tight{padding-top:18px}
  .industry-card svg{margin-bottom:30px}
}


/* ============================================================
   MOREKI V4 — bespoke page language, not repeated templates
   ============================================================ */

/* truly centre icon artwork inside every circular control */
.circle-icon,.icon-btn,.hero-label-icon,.arrow-circle,.process-num,.mobile-call,.service-hero-cta{
  display:grid!important;place-items:center!important;align-items:center!important;justify-items:center!important;
  padding:0!important;line-height:0!important;text-align:center!important;
}
.circle-icon svg,.icon-btn svg,.hero-label-icon svg,.arrow-circle svg,.mobile-call svg,.service-hero-cta svg{
  width:18px!important;height:18px!important;display:block!important;position:static!important;margin:0!important;
  transform:none!important;transform-origin:50% 50%!important;overflow:visible;
}
.hero-label-icon{width:44px;height:44px;min-width:44px}
.hero-label-icon svg{width:20px!important;height:20px!important}
.hero-label{gap:13px}
.hero-label>span:last-child{margin-top:0}

/* ---------- ABOUT: editorial story layout ---------- */
.about-hero{padding:132px 0 54px;background:var(--paper);overflow:hidden}
.about-hero-head{display:grid;grid-template-columns:1.2fr .8fr;gap:70px;align-items:end;margin-bottom:38px}
.about-hero-head h1{font-family:'Manrope';font-size:clamp(3.8rem,7vw,7.4rem);line-height:.88;letter-spacing:-.065em;font-weight:500;margin:24px 0 0;max-width:900px}
.about-hero-head h1 span{color:var(--forest)}
.about-hero-head>p{max-width:500px;margin:0 0 8px;color:#596057;font-size:1.08rem}
.about-hero-media{display:grid;grid-template-columns:1.55fr .78fr .6fr;grid-template-rows:240px 190px;gap:14px;position:relative}
.about-photo{margin:0;border-radius:28px;overflow:hidden;position:relative}
.about-photo img{width:100%;height:100%;object-fit:cover}
.about-photo-main{grid-row:1/3}
.about-photo-main::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,transparent 45%,rgba(7,10,7,.28))}
.about-photo-small{grid-column:2;grid-row:1/3}
.about-photo-small img{object-position:center}
.about-stat-stack{display:grid;grid-template-rows:1fr 1fr;gap:14px}
.about-stat{border-radius:26px;padding:26px;display:flex;flex-direction:column;justify-content:space-between}
.about-stat strong{font-family:'Manrope';font-weight:500;letter-spacing:-.06em;font-size:3.6rem;line-height:1}
.about-stat span{font-size:.8rem;line-height:1.45;max-width:180px}
.lime-card{background:var(--lime);color:var(--ink)}
.dark-card{background:var(--ink);color:#eef1eb}.dark-card strong{color:var(--lime)}.dark-card span{color:#bac0b8}
.about-caption{position:absolute;left:24px;bottom:22px;z-index:2;color:white;max-width:400px;font-size:.84rem;letter-spacing:.02em}
.page-about .content-grid{grid-template-columns:.52fr 1.48fr;gap:70px}
.page-about .prose{max-width:850px}
.page-about .fact-grid{margin-top:46px}
.page-about .fact{background:rgba(255,255,255,.46);border:0;border-top:2px solid var(--ink);border-radius:0;padding:22px 2px}
.page-about .logo-strip{gap:18px}.page-about .logo-box{border-radius:26px;background:#f9f8f3;border:0;box-shadow:inset 0 0 0 1px var(--line)}

/* ---------- SERVICES: dark service navigator ---------- */
.services-hero{padding:124px 0 56px;background:var(--ink);color:white;overflow:hidden;position:relative}
.services-hero::before{content:'';position:absolute;width:520px;height:520px;border-radius:50%;right:-180px;top:-240px;background:rgba(183,234,61,.16);filter:blur(70px)}
.services-hero .breadcrumb{color:#737b72}.services-hero .breadcrumb a{color:var(--lime)}
.services-hero-grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:70px;align-items:center;margin-top:34px}
.services-hero-copy .eyebrow{color:var(--lime)}
.services-hero-copy h1{font-family:'Manrope';font-weight:500;font-size:clamp(3.6rem,6.4vw,6.8rem);line-height:.9;letter-spacing:-.06em;margin:24px 0 28px}
.services-hero-copy h1 span{color:var(--lime)}
.services-hero-copy p{max-width:510px;color:#b9c0b7;font-size:1.07rem;margin:0 0 30px}
.services-hero-visual{height:560px;border-radius:34px;overflow:hidden;position:relative;isolation:isolate}
.services-hero-visual>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2}
.services-hero-visual::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(5,8,5,.05),rgba(5,8,5,.72));z-index:-1}
.service-pills{position:absolute;left:22px;right:22px;bottom:22px;display:grid;grid-template-columns:repeat(4,1fr);gap:8px}
.service-pills a{min-height:108px;background:rgba(13,17,13,.78);backdrop-filter:blur(13px);border:1px solid rgba(255,255,255,.12);border-radius:18px;padding:16px;display:flex;flex-direction:column;justify-content:space-between;transition:.25s}
.service-pills a:hover{background:var(--lime);color:var(--ink);transform:translateY(-5px)}
.service-pills b{font-size:.69rem;letter-spacing:.12em;color:var(--lime);font-weight:600}.service-pills a:hover b{color:var(--ink)}
.service-pills span{font-size:.78rem;line-height:1.25;font-weight:500}
.services-index-section{padding-top:76px}
.page-services .services-list{gap:0}
.page-services .service-row{grid-template-columns:50px 160px 1fr 52px;padding:20px 0;transition:.25s}
.page-services .service-row-num{font-family:'Manrope';font-size:1.05rem;color:#a4aaa0}
.page-services .service-row:hover{padding-left:12px;background:rgba(255,255,255,.38)}
.page-services .service-row .arrow-circle{width:46px;height:46px}

/* ---------- INDUSTRIES: image stage + floating sector ribbons ---------- */
.industries-hero{padding:126px 0 62px;background:#e9eee6;overflow:hidden}
.industries-hero-grid{display:grid;grid-template-columns:.83fr 1.17fr;gap:64px;align-items:center;margin-top:26px}
.industries-copy h1{font-family:'Manrope';font-size:clamp(3.8rem,6.7vw,7rem);line-height:.9;letter-spacing:-.06em;font-weight:500;margin:24px 0 28px}
.industries-copy h1 span{color:var(--forest)}
.industries-copy p{font-size:1.06rem;color:#5c635b;max-width:500px}
.industries-stage{height:590px;border-radius:32px;overflow:hidden;position:relative;background:var(--ink)}
.industries-stage>img{width:100%;height:100%;object-fit:cover;filter:saturate(.8);opacity:.82}
.industries-stage::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(8,13,9,.08),rgba(8,13,9,.58))}
.industry-ribbon{position:absolute;z-index:2;left:24px;right:24px;height:58px;padding:0 18px;display:flex;align-items:center;gap:18px;border-radius:15px;background:rgba(15,20,16,.76);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.12);color:white}
.industry-ribbon span{width:34px;color:var(--lime);font-size:.72rem;letter-spacing:.1em}.industry-ribbon strong{font-size:.9rem;font-weight:500}
.industry-ribbon:nth-of-type(1){bottom:222px}.industry-ribbon:nth-of-type(2){bottom:158px}.industry-ribbon:nth-of-type(3){bottom:94px}.industry-ribbon:nth-of-type(4){bottom:30px}
.page-industries .industries-cards-section{padding-top:96px}
.page-industries .industry-grid{grid-template-columns:repeat(2,1fr);gap:14px}
.page-industries .industry-card{min-height:290px;border-radius:26px;background:linear-gradient(145deg,rgba(255,255,255,.045),rgba(255,255,255,.018));padding:32px}
.page-industries .industry-card:nth-child(2),.page-industries .industry-card:nth-child(4){transform:translateY(28px)}

/* ---------- CONTACT: direct-response gateway ---------- */
.contact-hero{padding:122px 0 28px;background:var(--paper)}
.contact-hero-shell{background:var(--ink);border-radius:36px;overflow:hidden;display:grid;grid-template-columns:.95fr 1.05fr;min-height:590px;box-shadow:0 24px 70px rgba(17,20,15,.13)}
.contact-hero-copy{padding:56px;display:flex;flex-direction:column;justify-content:center;color:white;position:relative}
.contact-hero-copy::after{content:'';position:absolute;width:340px;height:340px;border-radius:50%;background:var(--forest);filter:blur(80px);opacity:.35;left:-150px;bottom:-160px}
.contact-hero-copy>*{position:relative;z-index:1}.contact-hero-copy .eyebrow{color:var(--lime)}
.contact-hero-copy h1{font-family:'Manrope';font-size:clamp(3.5rem,6vw,6.2rem);line-height:.9;letter-spacing:-.06em;font-weight:500;margin:24px 0}
.contact-hero-copy h1 span{color:var(--lime)}
.contact-hero-copy>p{color:#b9c1b8;max-width:500px;font-size:1.03rem}
.contact-hero-direct{border-top:1px solid rgba(255,255,255,.12);padding-top:24px;margin-top:34px;display:grid;gap:4px}
.contact-hero-direct span{font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;color:#7f887e}
.contact-hero-direct a{font-family:'Manrope';font-size:clamp(1.65rem,3vw,2.5rem);font-weight:500;letter-spacing:-.04em;color:white}
.contact-hero-photo{position:relative;min-height:590px}.contact-hero-photo>img{width:100%;height:100%;object-fit:cover}
.page-contact .contact-wrap-upgraded{grid-template-columns:.7fr 1.3fr;align-items:start}
.page-contact .contact-panel{background:var(--forest);min-height:560px}.page-contact .form-panel{box-shadow:0 18px 55px rgba(17,20,15,.08)}

/* ---------- SERVICE DETAIL: one system, four genuinely different personalities ---------- */
.service-hero{padding:120px 0 36px;overflow:hidden}
.service-hero-shell{min-height:590px;border-radius:34px;overflow:hidden;display:grid;grid-template-columns:.88fr 1.12fr;position:relative}
.service-hero-copy{padding:50px;display:flex;flex-direction:column;justify-content:flex-end;position:relative;z-index:2}
.service-hero-number{position:absolute;top:34px;right:34px;font-family:'Manrope';font-size:5.6rem;line-height:1;letter-spacing:-.08em;opacity:.08}
.service-hero-copy .breadcrumb{margin-bottom:auto}
.service-hero-copy h1{font-family:'Manrope';font-size:clamp(3.7rem,6.3vw,6.9rem);line-height:.86;letter-spacing:-.065em;font-weight:500;margin:24px 0}
.service-hero-copy>p{font-size:1.02rem;max-width:500px;margin:0 0 24px}
.service-hero-chips{display:flex;flex-wrap:wrap;gap:8px}.service-hero-chips span{border-radius:999px;padding:9px 13px;font-size:.74rem;font-weight:500}
.service-hero-media{position:relative;min-height:590px;overflow:hidden}.service-hero-media>img{width:100%;height:100%;object-fit:cover}
.service-hero-cta{position:absolute;right:24px;bottom:24px;width:58px;height:58px;border-radius:50%;z-index:3}
.service-detail-section{padding-top:80px}.service-detail-tag{display:inline-block;margin-bottom:18px;font-size:.7rem;text-transform:uppercase;letter-spacing:.13em;color:var(--forest);font-weight:600}
.page-service .content-grid{grid-template-columns:.52fr 1.48fr;gap:70px}.page-service .prose{max-width:820px}
.page-service .prose li{border-bottom:0;border-radius:14px;padding:15px 18px 15px 40px;background:rgba(255,255,255,.45)}
.page-service .prose li::before{left:17px;top:15px}

/* waste — warm, utility-led */
.page-service-waste .service-hero{background:#eef1e8}
.page-service-waste .service-hero-shell{background:#f6f4ed;box-shadow:inset 0 0 0 1px var(--line)}
.page-service-waste .service-hero-copy .eyebrow,.page-service-waste .breadcrumb a{color:var(--forest)}
.page-service-waste .service-hero-copy h1{color:var(--ink)}
.page-service-waste .service-hero-copy>p{color:#5d635b}
.page-service-waste .service-hero-chips span{background:#e3ead5;color:var(--forest)}
.page-service-waste .service-hero-media{margin:18px 18px 18px 0;border-radius:27px}
.page-service-waste .service-hero-cta{background:var(--lime);color:var(--ink)}

/* plant — heavy dark machinery feel */
.page-service-plant .service-hero{background:var(--ink)}
.page-service-plant .service-hero-shell{background:#0f120e;color:white}
.page-service-plant .service-hero-copy{background:linear-gradient(135deg,#0e110d,#173d2d)}
.page-service-plant .service-hero-copy .eyebrow,.page-service-plant .breadcrumb a{color:var(--lime)}
.page-service-plant .service-hero-copy .breadcrumb{color:#788078}
.page-service-plant .service-hero-copy>p{color:#bcc2ba}
.page-service-plant .service-hero-chips span{background:rgba(183,234,61,.1);border:1px solid rgba(183,234,61,.25);color:var(--lime)}
.page-service-plant .service-hero-media::after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(15,18,14,.35),transparent 35%)}
.page-service-plant .service-hero-cta{background:var(--lime);color:var(--ink)}

/* vacuum — deep green technical feel */
.page-service-vacuum .service-hero{background:#dfe7e1}
.page-service-vacuum .service-hero-shell{background:var(--forest);color:white;grid-template-columns:1.05fr .95fr}
.page-service-vacuum .service-hero-shell::after{content:'';position:absolute;width:390px;height:390px;border:1px solid rgba(183,234,61,.24);border-radius:50%;left:-120px;bottom:-160px;box-shadow:0 0 0 55px rgba(183,234,61,.03),0 0 0 110px rgba(183,234,61,.02)}
.page-service-vacuum .service-hero-copy .eyebrow,.page-service-vacuum .breadcrumb a{color:var(--lime)}
.page-service-vacuum .service-hero-copy .breadcrumb{color:#98a49d}.page-service-vacuum .service-hero-copy>p{color:#ced7d1}
.page-service-vacuum .service-hero-chips span{background:rgba(255,255,255,.08);color:white;border:1px solid rgba(255,255,255,.12)}
.page-service-vacuum .service-hero-media{margin:26px 26px 26px 0;border-radius:50% 24px 24px 50%;min-height:538px}
.page-service-vacuum .service-hero-cta{background:white;color:var(--forest)}

/* modular — architectural grid / light */
.page-service-modular .service-hero{background:#f0ede3}
.page-service-modular .service-hero-shell{background:#e5e1d5;box-shadow:inset 0 0 0 1px rgba(17,20,15,.08)}
.page-service-modular .service-hero-shell::before{content:'';position:absolute;inset:0;background-image:linear-gradient(rgba(17,20,15,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(17,20,15,.055) 1px,transparent 1px);background-size:56px 56px;mask-image:linear-gradient(90deg,black,transparent 58%);pointer-events:none}
.page-service-modular .service-hero-copy h1{color:var(--forest)}
.page-service-modular .service-hero-copy>p{color:#596159}.page-service-modular .service-hero-chips span{background:var(--ink);color:white}
.page-service-modular .service-hero-media{margin:32px 32px 32px 0;border-radius:6px 28px 28px 6px;box-shadow:14px 14px 0 var(--lime)}
.page-service-modular .service-hero-cta{background:var(--ink);color:white;right:18px;bottom:18px}

/* page-specific detail list accents */
.page-service-waste .prose li::before{content:'✓'}
.page-service-plant .prose ul{grid-template-columns:repeat(3,1fr)}.page-service-plant .prose li{background:#ece9df;border-radius:18px;min-height:84px}
.page-service-vacuum .prose li{background:#e8eeea;border-left:3px solid var(--forest);border-radius:0 14px 14px 0}
.page-service-modular .prose ul{grid-template-columns:repeat(3,1fr)}.page-service-modular .prose li{background:#f8f6f0;box-shadow:inset 0 0 0 1px var(--line)}

/* responsive */
@media(max-width:980px){
  .about-hero{padding-top:108px}.about-hero-head{grid-template-columns:1fr;gap:24px}.about-hero-media{grid-template-columns:1.35fr .65fr;grid-template-rows:330px 180px}.about-photo-main{grid-row:1/3}.about-photo-small{grid-column:2;grid-row:1}.about-stat-stack{grid-column:2;grid-row:2;grid-template-columns:1fr 1fr;grid-template-rows:1fr}.about-stat{padding:18px}.about-stat strong{font-size:2.5rem}.about-stat span{font-size:.68rem}.about-caption{max-width:300px}
  .services-hero-grid,.industries-hero-grid{grid-template-columns:1fr;gap:36px}.services-hero-visual,.industries-stage{height:520px}.service-pills{grid-template-columns:repeat(2,1fr)}
  .page-services .service-row{grid-template-columns:44px 130px 1fr 48px}
  .page-industries .industry-card:nth-child(2),.page-industries .industry-card:nth-child(4){transform:none}
  .contact-hero-shell{grid-template-columns:1fr}.contact-hero-photo{min-height:440px}.contact-hero-copy{padding:44px}.contact-hero-shell{min-height:0}
  .service-hero-shell,.page-service-vacuum .service-hero-shell{grid-template-columns:1fr;min-height:0}.service-hero-copy{min-height:520px}.service-hero-media,.page-service-vacuum .service-hero-media{min-height:500px;margin:0!important;border-radius:0!important}.page-service-modular .service-hero-media{margin:0!important;box-shadow:none}.service-hero-number{font-size:4.5rem}
  .page-service-plant .prose ul,.page-service-modular .prose ul{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:620px){
  .about-hero{padding-top:94px}.about-hero-head h1{font-size:clamp(3.1rem,15vw,5.2rem)}.about-hero-media{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:300px 160px}.about-photo-main{grid-column:1/3;grid-row:1}.about-photo-small{display:none}.about-stat-stack{grid-column:1/3;grid-row:2;gap:8px}.about-stat{border-radius:18px}.about-stat strong{font-size:2.2rem}.about-caption{left:18px;bottom:178px;font-size:.72rem}
  .services-hero,.industries-hero{padding-top:96px}.services-hero-copy h1,.industries-copy h1{font-size:clamp(3rem,14vw,5rem)}.services-hero-visual,.industries-stage{height:470px;border-radius:24px}.service-pills{left:12px;right:12px;bottom:12px;gap:6px}.service-pills a{min-height:90px;padding:12px}.service-pills span{font-size:.7rem}
  .page-services .service-row{grid-template-columns:34px 88px 1fr;padding:16px 0;gap:12px}.page-services .service-row .arrow-circle{display:none}.page-services .service-thumb{height:78px}.service-row-num{font-size:.8rem!important}
  .industries-stage{height:520px}.industry-ribbon{left:12px;right:12px;height:54px}.industry-ribbon:nth-of-type(1){bottom:192px}.industry-ribbon:nth-of-type(2){bottom:134px}.industry-ribbon:nth-of-type(3){bottom:76px}.industry-ribbon:nth-of-type(4){bottom:18px}.page-industries .industry-grid{grid-template-columns:1fr}
  .service-hero{padding-top:92px}.service-hero-shell{border-radius:24px}.service-hero-copy{padding:30px 24px;min-height:480px}.service-hero-copy h1{font-size:clamp(3rem,15vw,4.9rem)}.service-hero-number{top:24px;right:24px;font-size:3.5rem}.service-hero-media{min-height:340px!important}.service-hero-chips{gap:6px}.service-hero-chips span{font-size:.68rem;padding:8px 10px}.service-hero-cta{width:52px;height:52px;right:16px;bottom:16px}.page-service .content-grid{grid-template-columns:1fr;gap:30px}.page-service-plant .prose ul,.page-service-modular .prose ul{grid-template-columns:1fr}
}

/* --- V5: dark-hero navigation visibility fix --- */
/* The services index and selected service detail heroes begin dark. Keep the
   transparent header fully legible until the normal light scrolled state takes over. */
.page-services .site-header:not(.scrolled),
.page-service-plant .site-header:not(.scrolled),
.page-service-vacuum .site-header:not(.scrolled){
  color:var(--white);
  background:linear-gradient(180deg,rgba(8,12,9,.72) 0%,rgba(8,12,9,.26) 62%,rgba(8,12,9,0) 100%);
}
.page-services .site-header:not(.scrolled) .brand-type span,
.page-service-plant .site-header:not(.scrolled) .brand-type span,
.page-service-vacuum .site-header:not(.scrolled) .brand-type span{color:rgba(255,255,255,.62)}
.page-services .site-header:not(.scrolled) .nav-links a::after,
.page-service-plant .site-header:not(.scrolled) .nav-links a::after,
.page-service-vacuum .site-header:not(.scrolled) .nav-links a::after{background:var(--lime)}
.page-services .site-header:not(.scrolled) .icon-btn,
.page-service-plant .site-header:not(.scrolled) .icon-btn,
.page-service-vacuum .site-header:not(.scrolled) .icon-btn{
  color:var(--white);
  border-color:rgba(255,255,255,.28);
  background:rgba(255,255,255,.07);
  backdrop-filter:blur(10px);
}
.page-services .site-header:not(.scrolled) .icon-btn:hover,
.page-service-plant .site-header:not(.scrolled) .icon-btn:hover,
.page-service-vacuum .site-header:not(.scrolled) .icon-btn:hover{background:rgba(255,255,255,.16)}
.page-services .site-header:not(.scrolled) .btn-dark,
.page-service-plant .site-header:not(.scrolled) .btn-dark,
.page-service-vacuum .site-header:not(.scrolled) .btn-dark{background:var(--lime);color:var(--ink)}
.page-services .site-header:not(.scrolled) .btn-dark:hover,
.page-service-plant .site-header:not(.scrolled) .btn-dark:hover,
.page-service-vacuum .site-header:not(.scrolled) .btn-dark:hover{background:var(--lime-2);color:var(--ink)}
.page-services .site-header:not(.scrolled) .menu-toggle span,
.page-service-plant .site-header:not(.scrolled) .menu-toggle span,
.page-service-vacuum .site-header:not(.scrolled) .menu-toggle span{background:var(--white)}
/* When the light mobile drawer opens, its text and controls stay dark/readable. */
.page-services .mobile-menu,
.page-service-plant .mobile-menu,
.page-service-vacuum .mobile-menu{color:var(--ink)}

/* ============================================================
   MOREKI V6 — premium industrial art direction
   Purpose: stronger visual hierarchy, less template repetition,
   deliberate overlaps only, consistent icon geometry.
   ============================================================ */

:root{
  --ink:#0d110d;
  --ink-2:#141a14;
  --paper:#f2efe7;
  --paper-2:#e7e2d7;
  --forest:#123c2b;
  --lime:#c7f34b;
  --lime-2:#dcff7a;
  --line:rgba(13,17,13,.12);
  --shadow:0 24px 70px rgba(10,15,10,.14);
}
body{background:var(--paper)}
.container{width:min(1240px,calc(100% - 44px))}

/* ---- NAV: always readable, premium floating bar ---- */
.site-header{top:14px;left:0;right:0;bottom:auto;background:transparent!important;border:0!important;color:var(--ink)!important;pointer-events:none}
.site-header .nav{height:68px;padding:0 11px 0 17px;border:1px solid rgba(13,17,13,.10);border-radius:999px;background:rgba(248,246,240,.91);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);box-shadow:0 12px 40px rgba(13,17,13,.08);pointer-events:auto}
.site-header.scrolled .nav{background:rgba(248,246,240,.97);box-shadow:0 15px 45px rgba(13,17,13,.12)}
.site-header .brand-type strong{color:var(--ink)}
.site-header .brand-type span{color:#73796f!important}
.site-header .nav-links{gap:27px}
.site-header .nav-links a{font-weight:500;color:var(--ink)}
.site-header .nav-links a::after{height:2px;bottom:0;background:var(--forest)!important}
.site-header .icon-btn{width:40px;height:40px;background:#fff;color:var(--ink)!important;border-color:rgba(13,17,13,.12)!important;box-shadow:none}
.site-header .icon-btn:hover{background:var(--lime)}
.site-header .btn-dark{background:var(--ink)!important;color:#fff!important;padding:13px 20px}
.site-header .btn-dark:hover{background:var(--forest)!important;color:#fff!important}
.site-header .menu-toggle span{background:var(--ink)!important}

/* circular artwork: optically centered, never baseline-aligned */
.icon-btn,.arrow-circle,.hero-label-icon,.mobile-call,.service-hero-cta,.process-num{
  display:grid!important;place-items:center!important;align-content:center!important;justify-content:center!important;
  line-height:0!important;text-align:center!important;padding:0!important;
}
.icon-btn svg,.arrow-circle svg,.hero-label-icon svg,.mobile-call svg,.service-hero-cta svg{
  width:18px!important;height:18px!important;display:block!important;margin:auto!important;position:static!important;transform:none!important;
}
.hero-label-icon svg{width:20px!important;height:20px!important}

/* ---- HOME: cinematic, dark, confident ---- */
.page-home .hero{min-height:820px;padding:124px 0 82px;background:
  radial-gradient(circle at 78% 18%,rgba(199,243,75,.13),transparent 26%),
  linear-gradient(115deg,#0b0f0c 0%,#0f1510 58%,#15291f 100%);color:white;isolation:isolate}
.page-home .hero::before{content:"";inset:0;position:absolute;width:auto;height:auto;border-radius:0;filter:none;opacity:1;background:
  linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),
  linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:72px 72px;pointer-events:none}
.page-home .hero::after{content:"MOREKI";position:absolute;left:2vw;bottom:-4.8rem;font-family:'Manrope',sans-serif;font-size:clamp(9rem,20vw,22rem);line-height:.8;letter-spacing:-.08em;font-weight:600;color:transparent;-webkit-text-stroke:1px rgba(255,255,255,.055);z-index:-1;pointer-events:none;white-space:nowrap}
.page-home .hero-grid{grid-template-columns:minmax(0,.9fr) minmax(520px,1.1fr);gap:68px;align-items:center}
.page-home .hero-copy{padding:24px 0 36px}
.page-home .hero-copy .eyebrow{color:var(--lime)}
.page-home .display{font-size:clamp(4rem,6.9vw,7.6rem);line-height:.86;color:white;max-width:780px}
.page-home .hero-copy .display span{color:var(--lime);display:block}
.page-home .hero-copy p{font-size:1.08rem;line-height:1.72;max-width:590px;color:#b7c0b8;margin:30px 0 34px}
.page-home .hero-actions .btn{min-height:52px}
.page-home .hero-actions .btn-dark{background:var(--lime);color:var(--ink)}
.page-home .hero-actions .btn-dark:hover{background:var(--lime-2)}
.page-home .hero-actions .btn:not(.btn-dark){color:white!important;border-color:rgba(255,255,255,.22)!important;background:rgba(255,255,255,.05);backdrop-filter:blur(8px)}
.page-home .hero-actions .btn:not(.btn-dark):hover{background:rgba(255,255,255,.1)}
.page-home .hero-note{margin-top:38px;color:#869088;font-size:.73rem;letter-spacing:.13em;text-transform:uppercase}
.page-home .hero-note .dot{background:var(--lime);box-shadow:0 0 0 6px rgba(199,243,75,.12)}
.page-home .hero-visual{position:relative;display:block;min-height:640px;overflow:visible}
.page-home .hero-card-main{position:absolute;inset:0 18px 38px 26px;height:auto;border-radius:42px 42px 10px 42px;overflow:hidden;border:1px solid rgba(255,255,255,.16);box-shadow:0 38px 90px rgba(0,0,0,.34);background:#293029}
.page-home .hero-card-main::before{content:"";position:absolute;inset:0;z-index:1;box-shadow:inset 0 0 0 1px rgba(255,255,255,.06);pointer-events:none}
.page-home .hero-card-main::after{background:linear-gradient(180deg,rgba(4,8,5,.02) 30%,rgba(5,9,6,.78) 100%)}
.page-home .hero-card-main img{filter:saturate(.92) contrast(1.03)}
.page-home .hero-label{left:28px;bottom:28px;z-index:3;padding:12px 16px 12px 12px;border-radius:999px;background:rgba(7,12,8,.58);border:1px solid rgba(255,255,255,.15);backdrop-filter:blur(14px)}
.page-home .hero-label-icon{background:var(--lime);border-color:var(--lime);color:var(--ink)}
.page-home .floating-chip{position:absolute!important;top:28px!important;left:-8px!important;right:auto!important;z-index:5!important;background:rgba(248,246,240,.94);color:var(--ink);border:1px solid rgba(255,255,255,.6);box-shadow:0 14px 40px rgba(0,0,0,.18);font-size:.72rem;letter-spacing:.04em}
.page-home .floating-stat{position:absolute!important;right:-10px!important;bottom:0!important;width:340px!important;z-index:5!important;background:var(--paper);color:var(--ink);padding:20px 22px;border-radius:22px 22px 6px 22px;border:1px solid rgba(13,17,13,.09);box-shadow:0 24px 60px rgba(0,0,0,.25);grid-template-columns:auto 1fr;gap:18px}
.page-home .floating-stat b{color:var(--forest);font-size:2.25rem}
.page-home .floating-stat p{color:#626960;font-size:.78rem;line-height:1.45}

.page-home .trust-bar{background:var(--lime);border:0;color:var(--ink)}
.page-home .trust-inner{min-height:88px;grid-template-columns:1.1fr repeat(3,1fr)}
.page-home .trust-title,.page-home .trust-item{color:var(--ink)}
.page-home .trust-item svg{color:var(--ink)}

/* capabilities as an editorial mosaic, not four copied cards */
.page-home .section:has(.cap-grid){padding-top:106px}
.page-home .cap-grid{grid-template-columns:repeat(12,1fr);gap:16px;align-items:stretch}
.page-home .cap-card{min-height:0;height:490px;border-radius:32px}
.page-home .cap-card:nth-child(1){grid-column:span 7}
.page-home .cap-card:nth-child(2){grid-column:span 5}
.page-home .cap-card:nth-child(3){grid-column:span 5;height:430px}
.page-home .cap-card:nth-child(4){grid-column:span 7;height:430px}
.page-home .cap-card::after{background:linear-gradient(180deg,rgba(5,8,6,.03) 22%,rgba(5,8,6,.92) 100%)}
.page-home .cap-card-body{left:28px;right:28px;bottom:25px}
.page-home .cap-card h3{font-size:clamp(1.7rem,2.35vw,2.4rem)}
.page-home .cap-card .arrow-circle{width:52px;height:52px;background:rgba(255,255,255,.1)}
.page-home .cap-card:hover .arrow-circle{transform:none;background:var(--lime)}

.page-home .split{gap:100px}
.page-home .image-stack .img-a{border-radius:90px 28px 28px 28px}
.page-home .image-stack .img-b{border-radius:8px 28px 28px 28px}
.page-home .value-row{padding:24px 0}
.page-home .dark-section{background:#0b0f0c}
.page-home .industry-card{border-radius:28px;border-color:rgba(255,255,255,.1);background:rgba(255,255,255,.025);transition:.3s}
.page-home .industry-card:hover{transform:translateY(-6px);border-color:rgba(199,243,75,.45);background:rgba(199,243,75,.06)}

/* ---- ABOUT: editorial identity, bigger story canvas ---- */
.page-about .about-hero{padding:132px 0 70px;position:relative;background:#ede9df;isolation:isolate}
.page-about .about-hero::before{content:"MOREKI";position:absolute;right:-2vw;top:68px;font-family:'Manrope';font-size:clamp(9rem,19vw,19rem);font-weight:600;letter-spacing:-.08em;line-height:1;color:transparent;-webkit-text-stroke:1px rgba(18,60,43,.08);z-index:-1}
.page-about .about-hero-head{grid-template-columns:1.08fr .72fr;gap:110px;margin-bottom:46px}
.page-about .about-hero-head h1{font-size:clamp(4.2rem,7.2vw,7.8rem);line-height:.84}
.page-about .about-hero-head>p{font-size:1.07rem;line-height:1.72;padding-bottom:6px}
.page-about .about-hero-media{grid-template-columns:1.7fr .72fr .58fr;grid-template-rows:270px 210px;gap:16px}
.page-about .about-photo-main{border-radius:34px 34px 120px 34px}
.page-about .about-photo-small{border-radius:34px}
.page-about .about-stat{border-radius:28px}
.page-about .about-stat.lime-card{border-radius:28px 28px 8px 28px}
.page-about .about-stat.dark-card{border-radius:8px 28px 28px 28px}
.page-about .about-caption{left:28px;bottom:28px;max-width:430px;font-size:.79rem;letter-spacing:.04em}
.page-about .content-grid{gap:100px}
.page-about .prose h2{max-width:840px}
.page-about .fact-grid{gap:0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.page-about .fact{border:0!important;border-right:1px solid var(--line)!important;padding:28px 24px!important;background:transparent!important}
.page-about .fact:last-child{border-right:0!important}
.page-about .logo-strip{grid-template-columns:1.1fr .9fr .9fr 1.1fr}
.page-about .logo-box{height:150px}

/* ---- SERVICES: image-first operational navigator ---- */
.page-services .services-hero{padding:122px 0 66px;background:#0a0e0b;min-height:770px;display:grid;align-items:center}
.page-services .services-hero::before{width:680px;height:680px;right:-260px;top:-230px;background:rgba(199,243,75,.13);filter:blur(90px)}
.page-services .services-hero-grid{grid-template-columns:.78fr 1.22fr;gap:78px;margin-top:32px}
.page-services .services-hero-copy{position:relative;z-index:2}
.page-services .services-hero-copy::before{content:"04";position:absolute;left:-28px;top:-118px;font-family:'Manrope';font-size:12rem;font-weight:600;letter-spacing:-.09em;color:transparent;-webkit-text-stroke:1px rgba(255,255,255,.075);z-index:-1}
.page-services .services-hero-copy h1{font-size:clamp(4.2rem,6.6vw,7.1rem);line-height:.85}
.page-services .services-hero-copy p{line-height:1.7}
.page-services .services-hero-visual{height:610px;border-radius:90px 30px 30px 30px;border:1px solid rgba(255,255,255,.13);box-shadow:0 34px 80px rgba(0,0,0,.33)}
.page-services .services-hero-visual::after{background:linear-gradient(90deg,rgba(6,10,7,.08),rgba(6,10,7,.18) 48%,rgba(6,10,7,.72) 100%)}
.page-services .service-pills{left:auto;right:20px;top:20px;bottom:20px;width:250px;grid-template-columns:1fr;grid-template-rows:repeat(4,1fr);gap:8px}
.page-services .service-pills a{min-height:0;border-radius:16px;padding:15px 16px;background:rgba(8,13,9,.72)}
.page-services .service-pills a:hover{transform:translateX(-6px)}
.page-services .services-index-section{padding-top:82px}
.page-services .services-list{border-top:1px solid var(--line)}
.page-services .service-row{grid-template-columns:54px 180px 1fr 52px;padding:22px 12px;border-bottom:1px solid var(--line);border-radius:0}
.page-services .service-row:hover{padding-left:20px;padding-right:20px;background:#ebe7dd}
.page-services .service-thumb{height:120px;border-radius:18px}
.page-services .service-row h3{font-family:'Manrope';font-size:1.45rem;font-weight:500;letter-spacing:-.03em}

/* ---- INDUSTRIES: green editorial field, floating sector stack ---- */
.page-industries .industries-hero{padding:126px 0 72px;background:#dfe7dc;position:relative}
.page-industries .industries-hero::before{content:"FIELD";position:absolute;left:-1vw;bottom:-4rem;font-family:'Manrope';font-size:18vw;font-weight:600;letter-spacing:-.08em;color:rgba(18,60,43,.035);line-height:1;pointer-events:none}
.page-industries .industries-hero-grid{grid-template-columns:.72fr 1.28fr;gap:70px}
.page-industries .industries-copy h1{font-size:clamp(4rem,6.6vw,7.2rem);line-height:.86}
.page-industries .industries-stage{height:620px;border-radius:30px 120px 30px 30px;box-shadow:0 26px 70px rgba(18,60,43,.18)}
.page-industries .industries-stage::after{background:linear-gradient(90deg,rgba(8,13,9,.58),rgba(8,13,9,.05) 58%)}
.page-industries .industry-ribbon{left:24px;right:auto;width:285px;border-radius:999px;height:56px;padding:0 20px;background:rgba(10,15,11,.72)}
.page-industries .industry-ribbon:nth-of-type(1){bottom:214px}.page-industries .industry-ribbon:nth-of-type(2){bottom:151px}.page-industries .industry-ribbon:nth-of-type(3){bottom:88px}.page-industries .industry-ribbon:nth-of-type(4){bottom:25px}
.page-industries .industries-cards-section{background:#0a0e0b;padding:104px 0}
.page-industries .industry-grid{grid-template-columns:repeat(12,1fr);gap:14px}
.page-industries .industry-card{transform:none!important;min-height:280px!important;padding:32px!important;border-radius:30px!important}
.page-industries .industry-card:nth-child(1),.page-industries .industry-card:nth-child(4){grid-column:span 7}
.page-industries .industry-card:nth-child(2),.page-industries .industry-card:nth-child(3){grid-column:span 5}
.page-industries .industry-card h3{font-family:'Manrope';font-size:1.55rem;max-width:340px}

/* ---- CONTACT: high-conversion, still refined ---- */
.page-contact .contact-hero{padding:122px 0 38px;background:#ebe7dd}
.page-contact .contact-hero-shell{grid-template-columns:1.03fr .97fr;min-height:630px;border-radius:40px;background:#0a0e0b;box-shadow:0 34px 90px rgba(13,17,13,.18)}
.page-contact .contact-hero-copy{padding:64px}
.page-contact .contact-hero-copy::before{content:"CONTACT";position:absolute;left:38px;bottom:0;font-family:'Manrope';font-size:8rem;font-weight:600;letter-spacing:-.08em;color:transparent;-webkit-text-stroke:1px rgba(255,255,255,.055);pointer-events:none}
.page-contact .contact-hero-copy::after{background:var(--lime);opacity:.14}
.page-contact .contact-hero-copy h1{font-size:clamp(4.2rem,6.4vw,7rem);line-height:.84}
.page-contact .contact-hero-direct{margin-top:40px;padding-top:26px}
.page-contact .contact-hero-direct a{color:var(--lime);font-size:clamp(2rem,3.4vw,3.25rem)}
.page-contact .contact-hero-photo{min-height:630px;clip-path:polygon(8% 0,100% 0,100% 100%,0 100%)}
.page-contact .contact-wrap-upgraded{gap:20px}
.page-contact .contact-panel{border-radius:30px;background:#123c2b}
.page-contact .form-panel{border-radius:30px;border:1px solid rgba(13,17,13,.08);box-shadow:0 22px 60px rgba(13,17,13,.09)}
.page-contact .field input,.page-contact .field select,.page-contact .field textarea{border-radius:12px;background:#f5f3ed}

/* ---- DETAIL PAGES: same brand, clearly different personalities ---- */
.page-service .service-hero{padding-top:122px;padding-bottom:50px}
.page-service .service-hero-shell{min-height:640px;border-radius:40px;box-shadow:0 28px 80px rgba(13,17,13,.13)}
.page-service .service-hero-copy{padding:58px}
.page-service .service-hero-copy h1{font-size:clamp(4rem,6.3vw,7rem);line-height:.84}
.page-service .service-hero-number{font-size:7.5rem;top:28px;right:32px;opacity:.065}
.page-service .service-hero-media{min-height:640px}
.page-service .service-hero-cta{width:62px;height:62px;right:22px;bottom:22px;border:1px solid rgba(255,255,255,.18);box-shadow:0 14px 35px rgba(0,0,0,.18)}

.page-service-waste .service-hero{background:#dfe8dc}
.page-service-waste .service-hero-shell{background:#f5f2e9;grid-template-columns:.82fr 1.18fr}
.page-service-waste .service-hero-media{margin:18px 18px 18px 0;border-radius:36px 110px 36px 36px}
.page-service-waste .service-hero-copy h1{color:#123c2b}
.page-service-waste .service-hero-chips span{background:#dce8c2}

/* Plant becomes a real image-led hero rather than a generic split card */
.page-service-plant .service-hero{background:#080b09}
.page-service-plant .service-hero-shell{display:block;position:relative;background:#090d0a;min-height:680px}
.page-service-plant .service-hero-media{position:absolute;inset:0;min-height:0;margin:0!important;border-radius:0!important}
.page-service-plant .service-hero-media::after{background:linear-gradient(90deg,rgba(5,8,6,.97) 0%,rgba(5,8,6,.78) 42%,rgba(5,8,6,.12) 78%,rgba(5,8,6,.16) 100%)}
.page-service-plant .service-hero-copy{position:relative;z-index:2;width:54%;min-height:680px;background:transparent;padding:58px}
.page-service-plant .service-hero-copy h1{max-width:650px}
.page-service-plant .service-hero-copy>p{max-width:520px}
.page-service-plant .service-hero-number{color:white;opacity:.09}
.page-service-plant .service-hero-cta{background:var(--lime);color:var(--ink)}

.page-service-vacuum .service-hero{background:#d9e4de}
.page-service-vacuum .service-hero-shell{grid-template-columns:1.08fr .92fr;border-radius:110px 34px 34px 34px}
.page-service-vacuum .service-hero-media{margin:30px 30px 30px 0;border-radius:50% 30px 30px 50%;min-height:580px}
.page-service-vacuum .service-hero-shell::after{width:480px;height:480px;left:-160px;bottom:-230px}

.page-service-modular .service-hero{background:#ece7db}
.page-service-modular .service-hero-shell{grid-template-columns:.95fr 1.05fr;border-radius:8px 42px 42px 42px}
.page-service-modular .service-hero-media{margin:28px 28px 28px 0;border-radius:6px 34px 34px 6px;box-shadow:16px 16px 0 var(--lime)}
.page-service-modular .service-hero-copy h1{max-width:680px}

/* CTA + footer polish */
.cta-shell{border-radius:36px;background:#0c120e;padding:54px 58px}
.footer{background:#080b08;padding-top:78px}
.footer .brand-mark{background:#f5f2e9}
.footer .brand-mark::before{border-color:var(--lime)}
.footer .brand-mark::after{border-color:var(--forest)}
.footer .brand-type strong{color:white}

/* Reveal should not create a washed-out first impression above the fold. */
.hero .reveal,.about-hero .reveal,.services-hero .reveal,.industries-hero .reveal,.contact-hero .reveal,.service-hero .reveal{opacity:1;transform:none}

@media(max-width:1080px){
  .site-header .nav-links{gap:20px}
  .page-home .hero-grid{grid-template-columns:.92fr 1.08fr;gap:42px}
  .page-home .hero-visual{min-height:570px}
  .page-home .floating-stat{width:310px!important}
  .page-services .services-hero-grid,.page-industries .industries-hero-grid{gap:48px}
}

@media(max-width:980px){
  .container{width:min(100% - 28px,1240px)}
  .site-header{top:10px}
  .site-header .nav{height:62px;padding-left:14px}
  .mobile-menu{display:block;position:fixed;top:82px;left:14px;right:14px;inset:82px 14px auto!important;width:auto;padding:14px 18px 20px;border:1px solid rgba(13,17,13,.09);border-radius:24px;background:rgba(248,246,240,.985);box-shadow:0 20px 60px rgba(13,17,13,.16);pointer-events:none}
  .mobile-menu.open{pointer-events:auto}

  .page-home .hero{padding-top:108px;min-height:auto}
  .page-home .hero-grid{grid-template-columns:1fr;gap:36px}
  .page-home .hero-copy{padding-bottom:0}
  .page-home .hero-visual{min-height:600px}
  .page-home .hero-card-main{inset:0 0 42px 0}
  .page-home .floating-chip{left:18px!important;top:18px!important}
  .page-home .floating-stat{right:18px!important;width:320px!important}
  .page-home .cap-grid{grid-template-columns:1fr 1fr}
  .page-home .cap-card:nth-child(n){grid-column:auto;height:430px}
  .page-home .split{gap:54px}

  .page-about .about-hero-head{grid-template-columns:1fr;gap:24px}
  .page-about .about-hero-media{grid-template-columns:1.25fr .75fr;grid-template-rows:340px 180px}
  .page-about .about-photo-main{grid-row:1/3}
  .page-about .about-photo-small{grid-column:2;grid-row:1}
  .page-about .about-stat-stack{grid-column:2;grid-row:2;grid-template-columns:1fr 1fr;grid-template-rows:1fr}

  .page-services .services-hero{min-height:auto;padding-top:104px}
  .page-services .services-hero-grid,.page-industries .industries-hero-grid{grid-template-columns:1fr}
  .page-services .services-hero-visual{height:560px}
  .page-services .service-pills{width:230px}
  .page-services .service-row{grid-template-columns:48px 140px 1fr 50px}

  .page-industries .industries-stage{height:570px}
  .page-industries .industry-card:nth-child(n){grid-column:span 6}

  .page-contact .contact-hero-shell{grid-template-columns:1fr}
  .page-contact .contact-hero-photo{clip-path:none;min-height:470px}
  .page-contact .contact-hero-copy{padding:50px}

  .page-service .service-hero-shell,.page-service-waste .service-hero-shell,.page-service-vacuum .service-hero-shell,.page-service-modular .service-hero-shell{grid-template-columns:1fr}
  .page-service .service-hero-copy{min-height:520px;padding:46px}
  .page-service .service-hero-media,.page-service-waste .service-hero-media,.page-service-vacuum .service-hero-media,.page-service-modular .service-hero-media{margin:0!important;border-radius:0!important;box-shadow:none!important;min-height:470px}
  .page-service-plant .service-hero-copy{width:68%;min-height:650px}
}

@media(max-width:620px){
  .container{width:min(100% - 22px,1240px)}
  .site-header .nav{height:58px;padding:0 8px 0 11px}
  .site-header .brand-mark{width:34px;height:34px;border-radius:10px}
  .site-header .brand-type strong{font-size:.82rem}
  .mobile-menu{top:76px!important;inset:76px 11px auto!important}

  .page-home .hero{padding:94px 0 54px}
  .page-home .display{font-size:clamp(3.3rem,16vw,5.2rem)}
  .page-home .hero-copy p{font-size:.97rem;line-height:1.65}
  .page-home .hero-actions{display:grid}
  .page-home .hero-visual{min-height:480px}
  .page-home .hero-card-main{inset:0 0 56px 0;border-radius:26px 26px 8px 26px}
  .page-home .hero-label{left:14px;right:14px;bottom:14px;border-radius:18px}
  .page-home .floating-chip{top:12px!important;left:12px!important;font-size:.66rem}
  .page-home .floating-stat{left:14px!important;right:14px!important;bottom:0!important;width:auto!important;grid-template-columns:auto 1fr;border-radius:18px}
  .page-home .floating-stat b{font-size:1.8rem}
  .page-home .floating-stat p{font-size:.7rem}
  .page-home .trust-inner{grid-template-columns:1fr;padding:23px 0}
  .page-home .cap-grid{grid-template-columns:1fr}
  .page-home .cap-card:nth-child(n){height:370px}

  .page-about .about-hero{padding-top:98px}
  .page-about .about-hero-head h1{font-size:clamp(3.3rem,15vw,5rem)}
  .page-about .about-hero-media{grid-template-columns:1fr 1fr;grid-template-rows:300px 150px}
  .page-about .about-photo-main{grid-column:1/3;grid-row:1;border-radius:28px 28px 70px 28px}
  .page-about .about-photo-small{display:none}
  .page-about .about-stat-stack{grid-column:1/3;grid-row:2;gap:8px}
  .page-about .fact-grid{grid-template-columns:1fr;border:0}
  .page-about .fact{border-right:0!important;border-bottom:1px solid var(--line)!important}

  .page-services .services-hero{padding-top:92px}
  .page-services .services-hero-copy::before{font-size:8rem;top:-70px}
  .page-services .services-hero-copy h1,.page-industries .industries-copy h1{font-size:clamp(3.2rem,14vw,5rem)}
  .page-services .services-hero-visual{height:530px;border-radius:28px 70px 28px 28px}
  .page-services .service-pills{left:12px;right:12px;top:auto;bottom:12px;width:auto;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr}
  .page-services .service-pills a{min-height:92px}
  .page-services .service-row{grid-template-columns:34px 88px 1fr;gap:12px;padding:15px 0}
  .page-services .service-row .arrow-circle{display:none}
  .page-services .service-thumb{height:80px}

  .page-industries .industries-hero{padding-top:94px}
  .page-industries .industries-stage{height:520px;border-radius:26px 70px 26px 26px}
  .page-industries .industry-ribbon{left:12px;width:calc(100% - 24px)}
  .page-industries .industry-card:nth-child(n){grid-column:span 12}

  .page-contact .contact-hero{padding-top:94px}
  .page-contact .contact-hero-shell{border-radius:26px}
  .page-contact .contact-hero-copy{padding:32px 24px}
  .page-contact .contact-hero-copy h1{font-size:clamp(3.2rem,14vw,5rem)}
  .page-contact .contact-hero-copy::before{font-size:4.4rem;left:20px}
  .page-contact .contact-hero-photo{min-height:390px}

  .page-service .service-hero{padding-top:92px}
  .page-service .service-hero-shell{border-radius:26px!important;min-height:0}
  .page-service .service-hero-copy{min-height:470px;padding:32px 24px}
  .page-service .service-hero-copy h1{font-size:clamp(3.2rem,14.5vw,5rem)}
  .page-service .service-hero-media{min-height:340px!important}
  .page-service-plant .service-hero-shell{min-height:620px}
  .page-service-plant .service-hero-copy{width:100%;min-height:620px;padding:32px 24px;background:linear-gradient(90deg,rgba(5,8,6,.96),rgba(5,8,6,.68) 68%,rgba(5,8,6,.2))}
  .page-service-plant .service-hero-media{min-height:620px!important}
  .cta-shell{padding:34px 24px;border-radius:26px}
}

/* ============================================================
   MOREKI V7 — SERVICES HERO CORRECTION
   Bright editorial service gateway: keeps the page bespoke without
   turning the entire above-the-fold experience into a black slab.
   ============================================================ */
.page-services .services-hero{
  position:relative;
  isolation:isolate;
  min-height:780px;
  padding:126px 0 72px;
  display:grid;
  align-items:center;
  overflow:hidden;
  color:var(--ink);
  background:
    radial-gradient(circle at 84% 16%,rgba(199,243,75,.42),transparent 23%),
    radial-gradient(circle at 66% 94%,rgba(18,60,43,.10),transparent 28%),
    linear-gradient(135deg,#f4f1e9 0%,#ece9df 52%,#e3eadf 100%);
}
.page-services .services-hero::before{
  content:"SERVICES";
  position:absolute;
  z-index:-1;
  width:auto;
  height:auto;
  right:-1.5vw;
  top:78px;
  border-radius:0;
  background:none;
  filter:none;
  font-family:'Manrope',sans-serif;
  font-size:clamp(8rem,16vw,17rem);
  line-height:.8;
  letter-spacing:-.08em;
  font-weight:600;
  color:transparent;
  -webkit-text-stroke:1px rgba(18,60,43,.075);
  pointer-events:none;
  white-space:nowrap;
}
.page-services .services-hero::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:-2;
  background:
    linear-gradient(rgba(13,17,13,.028) 1px,transparent 1px),
    linear-gradient(90deg,rgba(13,17,13,.028) 1px,transparent 1px);
  background-size:76px 76px;
  mask-image:linear-gradient(90deg,#000,transparent 88%);
  pointer-events:none;
}
.page-services .services-hero .breadcrumb{color:#747a70}
.page-services .services-hero .breadcrumb a{color:var(--forest)}
.page-services .services-hero-grid{
  grid-template-columns:minmax(0,.82fr) minmax(520px,1.18fr);
  gap:72px;
  margin-top:30px;
  align-items:center;
}
.page-services .services-hero-copy{position:relative;z-index:2;padding:24px 0 30px}
.page-services .services-hero-copy::before{
  content:"04";
  position:absolute;
  left:-24px;
  top:-104px;
  z-index:-1;
  font-family:'Manrope',sans-serif;
  font-size:10.5rem;
  line-height:1;
  font-weight:600;
  letter-spacing:-.08em;
  color:transparent;
  -webkit-text-stroke:1px rgba(18,60,43,.09);
}
.page-services .services-hero-copy .eyebrow{color:var(--forest)}
.page-services .services-hero-copy h1{
  color:var(--ink);
  font-size:clamp(4.25rem,6.45vw,7rem);
  line-height:.86;
  margin:24px 0 28px;
}
.page-services .services-hero-copy h1 span{color:var(--forest)}
.page-services .services-hero-copy p{
  color:#5e655d;
  max-width:525px;
  line-height:1.72;
  font-size:1.07rem;
}
.page-services .services-hero-copy .btn-lime{
  background:var(--ink);
  color:white;
  box-shadow:0 14px 34px rgba(13,17,13,.14);
}
.page-services .services-hero-copy .btn-lime:hover{background:var(--forest);color:white}

.page-services .services-hero-visual{
  height:610px;
  position:relative;
  overflow:hidden;
  isolation:isolate;
  border-radius:34px 110px 34px 34px;
  border:1px solid rgba(13,17,13,.10);
  background:
    radial-gradient(circle at 72% 22%,rgba(199,243,75,.32),transparent 22%),
    linear-gradient(145deg,#173d2d,#0e2118 72%);
  box-shadow:0 34px 80px rgba(18,60,43,.19);
}
.page-services .services-hero-visual>img{
  z-index:-2;
  opacity:.93;
  filter:saturate(.92) contrast(1.02);
}
.page-services .services-hero-visual::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  background:linear-gradient(180deg,rgba(8,13,9,.02) 24%,rgba(8,13,9,.64) 100%);
  pointer-events:none;
}
.page-services .services-hero-visual::after{
  content:"";
  position:absolute;
  inset:18px;
  z-index:0;
  border:1px solid rgba(255,255,255,.18);
  border-radius:24px 90px 24px 24px;
  background:none;
  pointer-events:none;
}
.page-services .service-pills{
  z-index:3;
  left:20px;
  right:20px;
  top:auto;
  bottom:20px;
  width:auto;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  grid-template-rows:repeat(2,1fr);
  gap:8px;
}
.page-services .service-pills a{
  min-height:108px;
  padding:16px 17px;
  border-radius:18px;
  color:var(--ink);
  background:rgba(248,246,240,.92);
  border:1px solid rgba(255,255,255,.56);
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
  box-shadow:0 10px 34px rgba(0,0,0,.12);
}
.page-services .service-pills a:nth-child(2){background:rgba(199,243,75,.93)}
.page-services .service-pills a:hover{
  background:var(--ink);
  color:white;
  transform:translateY(-4px);
}
.page-services .service-pills b{color:var(--forest)}
.page-services .service-pills a:hover b{color:var(--lime)}
.page-services .service-pills span{font-size:.8rem;font-weight:600;line-height:1.22}

/* Make the first content transition feel deliberate rather than black-on-black. */
.page-services .services-index-section{
  position:relative;
  padding-top:92px;
  background:linear-gradient(180deg,#f2efe7 0%,#f5f3ed 100%);
}
.page-services .services-list{border-top:1px solid rgba(13,17,13,.12)}
.page-services .service-row:hover{background:#e8e5dc}

/* Services uses the standard light floating navigation again. */
.page-services .site-header:not(.scrolled){
  color:var(--ink)!important;
  background:transparent!important;
}
.page-services .site-header:not(.scrolled) .brand-type span{color:#73796f!important}
.page-services .site-header:not(.scrolled) .nav-links a::after{background:var(--forest)!important}
.page-services .site-header:not(.scrolled) .icon-btn{
  color:var(--ink)!important;
  border-color:rgba(13,17,13,.12)!important;
  background:#fff!important;
}
.page-services .site-header:not(.scrolled) .icon-btn:hover{background:var(--lime)!important}
.page-services .site-header:not(.scrolled) .btn-dark{background:var(--ink)!important;color:#fff!important}
.page-services .site-header:not(.scrolled) .btn-dark:hover{background:var(--forest)!important;color:#fff!important}
.page-services .site-header:not(.scrolled) .menu-toggle span{background:var(--ink)!important}

@media(max-width:980px){
  .page-services .services-hero{padding-top:108px;min-height:auto}
  .page-services .services-hero-grid{grid-template-columns:1fr;gap:40px}
  .page-services .services-hero-copy{max-width:760px}
  .page-services .services-hero-visual{height:570px;border-radius:30px 90px 30px 30px}
  .page-services .services-hero::before{top:100px;font-size:20vw}
}

@media(max-width:620px){
  .page-services .services-hero{padding:96px 0 52px}
  .page-services .services-hero::before{font-size:30vw;right:-5vw;top:110px}
  .page-services .services-hero-copy{padding-top:16px}
  .page-services .services-hero-copy::before{font-size:7.2rem;top:-48px;left:-8px}
  .page-services .services-hero-copy h1{font-size:clamp(3.25rem,14vw,5rem)}
  .page-services .services-hero-visual{height:520px;border-radius:26px 66px 26px 26px}
  .page-services .services-hero-visual::after{inset:10px;border-radius:20px 54px 20px 20px}
  .page-services .service-pills{left:10px;right:10px;bottom:10px;gap:6px}
  .page-services .service-pills a{min-height:98px;padding:13px;border-radius:15px}
  .page-services .service-pills span{font-size:.72rem}
  .page-services .services-index-section{padding-top:66px}
}

/* V10: contact page opens directly into the actual enquiry area */
.page-contact main > .section-tight:first-child{padding-top:128px}
@media (max-width:760px){.page-contact main > .section-tight:first-child{padding-top:98px}}
