:root{--ink:#1d2521;--muted:#66716b;--line:#d8dfd8;--paper:#f4f6f1;--white:#fff;--accent:#c6df38;--accent-dark:#95b31a;--dark:#202b27;font-family:Inter,Arial,sans-serif;color:var(--ink);background:var(--paper)}*{box-sizing:border-box}body{margin:0;background:var(--paper)}a{color:inherit}.topline{background:var(--dark);color:#cfd8d0;font-size:12px}.topline__inner,.site-header__inner{max-width:1240px;margin:auto;padding:0 24px}.topline__inner{min-height:34px;display:flex;align-items:center;justify-content:flex-end;gap:26px}.topline a{color:#fff;font-weight:700;text-decoration:none}.site-header{background:rgba(255,255,255,.96);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:5;backdrop-filter:blur(8px)}.site-header__inner{min-height:78px;display:flex;align-items:center;gap:30px}.brand{text-decoration:none;display:flex;flex-direction:column;line-height:.9;min-width:135px}.brand span{font-weight:900;font-size:30px;letter-spacing:2px}.brand small{font-size:9px;text-transform:uppercase;letter-spacing:1.5px;color:var(--muted);margin-top:6px}.main-nav{display:flex;gap:18px;align-items:center;flex:1}.main-nav a{text-decoration:none;font-size:13px;font-weight:700;white-space:nowrap}.main-nav a:hover,.text-link:hover{color:var(--accent-dark)}.header-contact{display:flex;flex-direction:column;gap:4px;white-space:nowrap}.header-contact span{font-size:10px;color:var(--muted)}.header-contact a{font-size:14px;font-weight:800;text-decoration:none}.menu-toggle{display:none;border:1px solid var(--line);background:#fff;font-size:20px;width:42px;height:42px}.header-action,.button{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;font-size:13px;font-weight:800;padding:14px 19px;border:0;cursor:pointer}.header-action{background:var(--accent);white-space:nowrap}.header-action:hover,.button--accent:hover{background:var(--accent-dark)}.container{max-width:1240px;margin:0 auto;padding:0 24px 64px}.hero{min-height:560px;margin:0 -24px;display:flex;align-items:flex-end;justify-content:space-between;padding:70px max(24px,calc((100vw - 1192px)/2));color:#fff;background:linear-gradient(90deg,rgba(18,27,22,.94),rgba(18,27,22,.18)),url('/media/products/1705-vd2-1.jpg') center/cover no-repeat}.hero__content{max-width:700px}.eyebrow{text-transform:uppercase;letter-spacing:1.4px;font-size:11px;font-weight:800;color:var(--accent-dark);margin:0 0 14px}.hero .eyebrow{color:var(--accent)}h1,h2{margin:0 0 18px;line-height:1.05;letter-spacing:-.8px}h1{font-size:clamp(38px,5vw,68px);max-width:760px}.hero p:not(.eyebrow){font-size:17px;line-height:1.55;max-width:600px;color:#edf2ed;margin:0}.hero__actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:30px}.button--accent{background:var(--accent);color:var(--ink)}.button--light{background:#fff;color:var(--ink)}.hero__note{display:flex;align-items:center;gap:12px;border-left:1px solid rgba(255,255,255,.5);padding-left:20px}.hero__note strong{font-size:42px;color:var(--accent)}.hero__note span{font-size:12px;line-height:1.35}.section{padding:72px 0 0}.section-heading{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:24px}.section-heading--compact{margin-top:54px}.section-heading h2{font-size:38px}.text-link{font-size:13px;font-weight:800;text-decoration:none}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.category{background:#fff;border:1px solid var(--line);text-decoration:none}.category--tile{min-height:180px;padding:20px;display:flex;flex-direction:column;position:relative;transition:transform .2s,box-shadow .2s}.category--tile:hover{transform:translateY(-3px);box-shadow:0 12px 28px rgba(25,40,25,.1)}.category__number{font-size:11px;color:var(--accent-dark);font-weight:800;margin-bottom:auto}.category--tile strong{font-size:18px;max-width:200px}.category--tile span:not(.category__number){font-size:12px;color:var(--muted);line-height:1.4;margin-top:10px}.category--tile b{position:absolute;right:20px;bottom:18px;font-size:22px}.stats{margin:72px -24px 0;background:var(--dark);color:#fff;display:grid;grid-template-columns:repeat(4,1fr);padding:38px max(24px,calc((100vw - 1192px)/2));gap:30px}.stats div{display:flex;align-items:center;gap:14px;border-right:1px solid rgba(255,255,255,.2)}.stats div:last-child{border:0}.stats strong{font-size:30px;color:var(--accent);white-space:nowrap}.stats span{font-size:12px;line-height:1.3;color:#cbd2cb}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product-card{background:#fff;text-decoration:none;border:1px solid var(--line);display:flex;flex-direction:column;overflow:hidden}.product-card__image{position:relative;aspect-ratio:1.15;overflow:hidden;background:#e8ece7}.product-card img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s}.product-card__image span{position:absolute;bottom:12px;right:12px;background:var(--accent);padding:8px 10px;font-size:11px;font-weight:800;opacity:0;transform:translateY(5px);transition:.2s}.product-card:hover img{transform:scale(1.04)}.product-card:hover .product-card__image span{opacity:1;transform:none}.product-card__body{padding:16px;display:flex;flex-direction:column;gap:7px}.product-card__body strong{font-size:15px;line-height:1.3}.product-card__meta{font-size:12px;color:var(--muted)}.product-card__body b{font-size:18px;margin-top:6px}.cta-band{margin:72px 0 0;background:var(--accent);padding:34px 40px;display:flex;justify-content:space-between;align-items:center}.cta-band h2{font-size:29px;margin:0}.breadcrumbs{display:flex;gap:8px;flex-wrap:wrap;margin:26px 0;font-size:12px;color:var(--muted)}.breadcrumbs a{text-decoration:none}.page-intro{max-width:760px;padding:28px 0 12px}.page-intro h1{font-size:clamp(38px,5vw,58px)}.page-intro p:not(.eyebrow){font-size:16px;line-height:1.6;color:var(--muted);max-width:650px}.product{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:44px;background:#fff;padding:28px}.product-image{width:100%;aspect-ratio:4/3;object-fit:cover;background:#e8ece7;margin-bottom:12px}.price{font-size:30px;font-weight:800;margin:12px 0 10px}.muted{color:var(--muted)}.attributes{display:grid;grid-template-columns:minmax(130px,.6fr) 1fr;border-top:1px solid var(--line)}.attributes dt,.attributes dd{margin:0;padding:11px 0;border-bottom:1px solid var(--line)}.attributes dd{padding-left:16px}.image-placeholder{display:grid;place-items:center;min-height:220px;background:#e8ece7;color:var(--muted)}@media(max-width:1100px){.main-nav{gap:10px}.main-nav a:nth-child(n+5){display:none}.header-contact{display:none}.category-grid,.product-grid{grid-template-columns:repeat(2,1fr)}.stats{grid-template-columns:repeat(2,1fr)}.stats div:nth-child(2){border:0}}@media(max-width:700px){.topline__inner{justify-content:space-between;gap:8px;font-size:11px}.topline__inner span:first-child{display:none}.site-header__inner{min-height:70px;gap:12px;flex-wrap:wrap;padding-top:12px;padding-bottom:12px}.menu-toggle{display:block}.main-nav{display:none;order:3;flex-basis:100%;padding:6px 0 2px;overflow:visible}.main-nav.is-open{display:flex;flex-direction:column;align-items:stretch;gap:0}.main-nav.is-open a{padding:13px 0;border-top:1px solid var(--line)}.header-action{margin-left:auto;font-size:11px;padding:11px 12px}.hero{min-height:590px;margin:0 -24px;padding:34px 24px;flex-direction:column;align-items:flex-start;justify-content:flex-end;gap:36px}.hero__note{border-left:0;border-top:1px solid rgba(255,255,255,.5);padding:14px 0 0}.section{padding-top:48px}.section-heading{align-items:flex-start;gap:12px}.section-heading h2{font-size:30px}.category-grid,.product-grid{grid-template-columns:1fr 1fr;gap:10px}.category--tile{min-height:170px;padding:15px}.category--tile strong{font-size:16px}.stats{margin-top:48px;padding:28px 24px;gap:20px}.stats strong{font-size:24px}.stats span{font-size:11px}.cta-band{padding:26px 20px;display:block}.cta-band h2{font-size:24px}.cta-band .button{margin-top:20px}.product{grid-template-columns:1fr;padding:15px;gap:15px}}

.section-lead{max-width:390px;margin:0;color:var(--muted);font-size:14px;line-height:1.55}.solution-section{background:#fff;margin:72px -24px 0;padding:72px max(24px,calc((100vw - 1192px)/2))}.solution-list{border-top:1px solid var(--line)}.solution-list a{display:grid;grid-template-columns:60px minmax(0,1fr) 240px;gap:20px;align-items:center;padding:22px 0;border-bottom:1px solid var(--line);text-decoration:none}.solution-list a:hover{background:var(--paper);padding-left:14px;padding-right:14px}.solution-list span{font-size:13px;font-weight:800;color:var(--accent-dark)}.solution-list strong{font-size:18px}.solution-list p{margin:7px 0 0;color:var(--muted);font-size:13px;line-height:1.45}.solution-list b{font-size:12px;text-align:right}.production{display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:center}.production__media{position:relative}.production__media img{display:block;width:100%;aspect-ratio:1.1;object-fit:cover}.production__caption{position:absolute;bottom:18px;left:18px;right:18px;background:rgba(29,37,33,.9);color:#fff;padding:14px;font-size:12px;line-height:1.4}.production__content>p:not(.eyebrow){color:var(--muted);line-height:1.6;font-size:15px}.check-list{list-style:none;padding:0;margin:28px 0}.check-list li{display:grid;grid-template-columns:190px 1fr;gap:16px;padding:14px 0;border-top:1px solid var(--line);font-size:13px}.check-list li:last-child{border-bottom:1px solid var(--line)}.check-list span{color:var(--muted);line-height:1.45}.process-section{background:var(--dark);color:#fff;margin:72px -24px 0;padding:72px max(24px,calc((100vw - 1192px)/2))}.process-section .eyebrow{color:var(--accent)}.process-section .section-lead{color:#bdc9c0}.process-grid{display:grid;grid-template-columns:repeat(5,1fr);list-style:none;margin:34px 0 0;padding:0;border-top:1px solid rgba(255,255,255,.22)}.process-grid li{padding:20px 18px 0 0;border-right:1px solid rgba(255,255,255,.22);margin-right:18px}.process-grid li:last-child{border:0}.process-grid span{display:block;color:var(--accent);font-size:13px;font-weight:800;margin-bottom:36px}.process-grid strong{display:block;font-size:16px}.process-grid p{color:#bdc9c0;font-size:12px;line-height:1.5;margin-bottom:0}.project-gallery{display:grid;grid-template-columns:1.35fr 1fr 1fr;gap:14px}.project-gallery a{position:relative;min-height:290px;overflow:hidden;text-decoration:none;background:var(--dark)}.project-gallery img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .3s}.project-gallery a:hover img{transform:scale(1.04)}.project-gallery a:after{content:"";position:absolute;inset:35% 0 0;background:linear-gradient(transparent,rgba(15,23,19,.88))}.project-gallery span{position:absolute;z-index:1;left:18px;right:18px;bottom:18px;color:#fff}.project-gallery strong,.project-gallery small{display:block}.project-gallery strong{font-size:16px}.project-gallery small{font-size:12px;line-height:1.4;color:#d8e0d9;margin-top:5px}.decision-section{display:grid;grid-template-columns:.8fr 1.2fr;gap:64px;padding-top:88px}.decision-section__intro p:not(.eyebrow){color:var(--muted);font-size:15px;line-height:1.6}.decision-grid{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--line)}.decision-grid div{padding:18px 18px 18px 0;border-bottom:1px solid var(--line)}.decision-grid div:nth-child(odd){border-right:1px solid var(--line);padding-right:22px}.decision-grid div:nth-child(even){padding-left:22px}.decision-grid span{color:var(--accent-dark);font-size:12px;font-weight:800}.decision-grid strong{display:block;margin:12px 0 6px}.decision-grid p{color:var(--muted);font-size:12px;line-height:1.45;margin:0}.faq-section{display:grid;grid-template-columns:.75fr 1.25fr;gap:70px}.faq-section__title p:not(.eyebrow){color:var(--muted);font-size:14px;line-height:1.55}.faq-list{border-top:1px solid var(--line)}.faq-list details{border-bottom:1px solid var(--line);padding:18px 0}.faq-list summary{cursor:pointer;font-weight:800;font-size:15px;list-style:none;padding-right:30px;position:relative}.faq-list summary:after{content:"+";position:absolute;right:0;color:var(--accent-dark);font-size:20px;font-weight:400}.faq-list details[open] summary:after{content:"−"}.faq-list details p{color:var(--muted);font-size:13px;line-height:1.55;max-width:620px;margin:12px 0 0}.cta-band>div:first-child{max-width:640px}.cta-band p:not(.eyebrow){font-size:14px;margin:10px 0 0}.cta-band__actions{display:flex;align-items:center;gap:20px}.cta-phone{font-size:14px;font-weight:800;text-decoration:none;white-space:nowrap}.site-footer{background:#17201c;color:#d3ddd4;padding:56px 24px 20px}.site-footer__inner{max-width:1192px;margin:auto;display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:40px}.site-footer .brand{color:#fff}.brand--footer{margin-bottom:18px}.footer-brand p{max-width:250px;color:#9eaca1;font-size:12px;line-height:1.55}.site-footer strong{display:block;color:#fff;font-size:13px;margin-bottom:16px}.site-footer__inner>div:not(.footer-brand) a,.site-footer__inner>div:not(.footer-brand) span{display:block;color:#9eaca1;text-decoration:none;font-size:12px;margin:0 0 11px}.site-footer__inner>div:not(.footer-brand) a:hover{color:var(--accent)}.footer-contacts a{color:var(--accent)!important;font-size:16px!important;font-weight:800}.site-footer__bottom{max-width:1192px;border-top:1px solid rgba(255,255,255,.15);margin:42px auto 0;padding-top:16px;display:flex;justify-content:space-between;color:#7e8c82;font-size:11px}.site-footer__bottom a{text-decoration:none;color:inherit}@media(max-width:900px){.production,.decision-section,.faq-section{grid-template-columns:1fr;gap:34px}.process-grid{grid-template-columns:repeat(3,1fr);gap:22px}.process-grid li:nth-child(3){border:0}.process-grid li:nth-child(4),.process-grid li:nth-child(5){margin-top:22px}.project-gallery{grid-template-columns:1fr 1fr}.project-gallery__large{grid-column:1/-1}.site-footer__inner{grid-template-columns:1.4fr 1fr 1fr}.footer-contacts{grid-column:2/-1}}@media(max-width:700px){.solution-section,.process-section{margin-left:-24px;margin-right:-24px;padding-left:24px;padding-right:24px}.solution-list a{grid-template-columns:34px 1fr;gap:12px;padding:18px 0}.solution-list b{grid-column:2;text-align:left;color:var(--accent-dark)}.solution-list strong{font-size:16px}.production__media img{aspect-ratio:1.2}.check-list li{grid-template-columns:1fr;gap:5px}.process-grid{grid-template-columns:1fr 1fr}.process-grid li{margin:0!important;padding-bottom:20px}.project-gallery{grid-template-columns:1fr}.project-gallery__large{grid-column:auto}.project-gallery a{min-height:240px}.decision-grid{display:block}.decision-grid div:nth-child(odd){border-right:0;padding-right:0}.decision-grid div:nth-child(even){padding-left:0}.faq-section{padding-top:60px}.cta-band__actions{display:block}.cta-band__actions .cta-phone{display:block;margin-top:18px}.site-footer__inner{grid-template-columns:1fr 1fr;gap:32px}.footer-brand{grid-column:1/-1}.footer-contacts{grid-column:auto}.site-footer__bottom{display:block;line-height:1.8}.site-footer__bottom a{display:block}}

.services-section{background:#eef2eb;margin:72px -24px 0;padding:72px max(24px,calc((100vw - 1192px)/2))}
.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line);border:1px solid var(--line)}
.services-grid a{background:#fff;padding:22px;text-decoration:none;min-height:170px;transition:background .2s,transform .2s}
.services-grid img{display:block;width:calc(100% + 44px);aspect-ratio:1.75;height:auto;margin:-22px -22px 18px;object-fit:cover}
.services-grid a:hover{background:var(--accent);transform:translateY(-2px)}
.services-grid span{display:block;color:var(--accent-dark);font-size:12px;font-weight:800;margin-bottom:36px}
.services-grid strong{font-size:17px}
.services-grid p{color:var(--muted);font-size:12px;line-height:1.45;margin:9px 0 0}
.page-intro--wide{max-width:880px;padding-bottom:34px}
.page-intro--wide h1{max-width:820px}
.service-page-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.service-page-card{background:#fff;border:1px solid var(--line);padding:25px;min-height:250px;display:flex;flex-direction:column}
.service-page-card img{width:calc(100% + 50px);height:150px;object-fit:cover;margin:-25px -25px 22px}
.service-page-card__number{color:var(--accent-dark);font-weight:800;font-size:12px}
.service-page-card h2{font-size:24px;margin:38px 0 10px}
.service-page-card p{color:var(--muted);font-size:14px;line-height:1.55;margin:0}
.service-page-card a{font-size:12px;font-weight:800;text-decoration:none;margin-top:auto;padding-top:24px}
.service-note{margin-top:72px;background:var(--dark);color:#fff;padding:34px 40px;display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}
.service-note .eyebrow{color:var(--accent)}
.service-note h2{font-size:29px;margin:0}
.service-note p{color:#c0cbc1;font-size:14px;line-height:1.6;margin:0}
.legal-page{max-width:800px;background:#fff;padding:36px;margin-top:24px}
.legal-page h1{font-size:48px;margin-bottom:30px}
.legal-page h2{font-size:23px;margin-top:34px}
.legal-page p{font-size:15px;line-height:1.7;color:var(--muted)}
.legal-page a{color:var(--accent-dark);font-weight:800}
@media(max-width:900px){.service-page-grid{grid-template-columns:1fr 1fr}.service-note{grid-template-columns:1fr;gap:16px}}
@media(max-width:700px){.services-section{margin-left:-24px;margin-right:-24px;padding-left:24px;padding-right:24px}.services-grid{grid-template-columns:1fr 1fr}.services-grid a{padding:16px;min-height:155px}.services-grid img{width:calc(100% + 32px);aspect-ratio:1.6;height:auto;margin:-16px -16px 16px}.services-grid span{margin-bottom:22px}.services-grid strong{font-size:15px}.service-page-grid{grid-template-columns:1fr}.service-note{margin-left:-24px;margin-right:-24px;padding:28px 24px}.service-note h2{font-size:24px}.legal-page{padding:24px}.legal-page h1{font-size:38px}}

/* Keep category metadata and the navigation action visually separate. */
.category--tile {
    min-height: 220px;
    justify-content: flex-start;
}
.category--tile .category__number {
    margin-bottom: 30px;
}
.category--tile strong {
    display: block;
    max-width: 230px;
    line-height: 1.15;
}
.category--tile .category__description {
    display: block;
    margin-top: 12px;
    max-width: 260px;
}
.category__footer {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 14px;
    width: 100%;
    margin-top: auto;
    padding-top: 24px;
}
.category__term {
    font-size: 10px;
    color: var(--muted);
    line-height: 1.2;
}
.category__action {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--ink);
    font-size: 12px;
    font-weight: 800;
    white-space: nowrap;
}
.category__action em {
    position: static;
    display: inline-grid;
    place-items: center;
    width: 26px;
    height: 26px;
    background: var(--accent);
    font-size: 16px;
    font-style: normal;
    line-height: 1;
    transition: transform .2s, background .2s;
}
.category--tile:hover .category__action em {
    background: var(--accent-dark);
    transform: translateX(3px);
}
@media(max-width:700px) {
    .category--tile {
        min-height: 205px;
        padding: 16px;
    }
    .category--tile .category__number {
        margin-bottom: 22px;
    }
    .category__footer {
        gap: 8px;
        padding-top: 18px;
    }
    .category__action {
        gap: 6px;
        font-size: 10px;
    }
    .category__action em {
        width: 22px;
        height: 22px;
        font-size: 14px;
    }
}

/* Wide-screen composition: use the available canvas and keep sections visually dense. */
.topline__inner,
.site-header__inner,
.site-footer__inner,
.site-footer__bottom {
    max-width: 1440px;
}
.container {
    max-width: 1440px;
    padding-left: 40px;
    padding-right: 40px;
}
.hero {
    margin-left: -40px;
    margin-right: -40px;
    padding-left: max(40px, calc((100vw - 1360px) / 2));
    padding-right: max(40px, calc((100vw - 1360px) / 2));
    min-height: 610px;
}
.hero__content {
    max-width: 820px;
}
.hero h1 {
    max-width: 820px;
}
.section {
    padding-top: 58px;
}
.section-heading {
    margin-bottom: 20px;
}
.section-heading h2 {
    font-size: 42px;
}
.category-grid--tiles,
.product-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}
.category--tile {
    min-height: 205px;
    padding: 24px;
}
.product-card__body {
    padding: 18px;
}
.stats,
.trust-strip,
.solution-section,
.process-section,
.services-section {
    margin-left: -40px;
    margin-right: -40px;
    padding-left: max(40px, calc((100vw - 1360px) / 2));
    padding-right: max(40px, calc((100vw - 1360px) / 2));
}
.stats {
    margin-top: 58px;
}
.solution-section,
.process-section,
.services-section {
    margin-top: 58px;
    padding-top: 58px;
    padding-bottom: 58px;
}
.production,
.decision-section,
.faq-section {
    gap: 84px;
}
.project-gallery a {
    min-height: 340px;
}
.cta-band {
    margin-top: 58px;
}
@media(max-width:1100px) {
    .container {
        padding-left: 24px;
        padding-right: 24px;
    }
    .hero,
    .stats,
    .trust-strip,
    .solution-section,
    .process-section,
    .services-section {
        margin-left: -24px;
        margin-right: -24px;
        padding-left: 24px;
        padding-right: 24px;
    }
}
@media(max-width:700px) {
    .hero {
        min-height: 650px;
    }
    .section {
        padding-top: 46px;
    }
    .section-heading h2 {
        font-size: 30px;
    }
    .category--tile {
        min-height: 175px;
    }
    .project-gallery a {
        min-height: 240px;
    }
}

/* Homepage navigation sits on the hero, matching the reference composition. */
.home-page .topline {
    position: absolute;
    inset: 0 0 auto;
    z-index: 10;
    background: rgba(20, 29, 24, .54);
    border-bottom: 1px solid rgba(255, 255, 255, .16);
}
.home-page .topline__inner {
    min-height: 36px;
}
.home-page .site-header {
    position: absolute;
    top: 36px;
    left: 0;
    right: 0;
    z-index: 9;
    background: rgba(24, 33, 28, .68);
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    backdrop-filter: blur(10px);
}
.home-page .site-header__inner {
    min-height: 88px;
}
.home-page .brand,
.home-page .main-nav a,
.home-page .header-contact a {
    color: #fff;
}
.home-page .brand small,
.home-page .header-contact span {
    color: rgba(255, 255, 255, .68);
}
.home-page .main-nav {
    justify-content: center;
    gap: 26px;
}
.home-page .main-nav a {
    font-size: 13px;
    padding: 34px 0;
    position: relative;
}
.home-page .main-nav a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 23px;
    height: 2px;
    background: var(--accent);
    transform: scaleX(0);
    transition: transform .2s;
}
.home-page .main-nav a:hover:after {
    transform: scaleX(1);
}

/* Keep the public header consistent across homepage and inner pages. */
body:not(.home-page) .topline {
    background: rgba(20, 29, 24, .96);
    border-bottom: 1px solid rgba(255, 255, 255, .16);
}
body:not(.home-page) .site-header {
    background: rgba(24, 33, 28, .98);
    border-bottom-color: rgba(255, 255, 255, .2);
}
body:not(.home-page) .brand,
body:not(.home-page) .main-nav a,
body:not(.home-page) .header-contact a {
    color: #fff;
}
body:not(.home-page) .brand small,
body:not(.home-page) .header-contact span {
    color: rgba(255, 255, 255, .68);
}
body:not(.home-page) .main-nav {
    justify-content: center;
    gap: 26px;
}
body:not(.home-page) .main-nav a {
    position: relative;
    padding: 30px 0;
}
body:not(.home-page) .main-nav a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    height: 2px;
    background: var(--accent);
    transform: scaleX(0);
    transition: transform .2s;
}
body:not(.home-page) .main-nav a:hover:after {
    transform: scaleX(1);
}
.home-page .hero {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    min-height: 760px;
    padding-top: 210px;
}
.home-page .hero__kicker {
    margin-bottom: 28px;
}
.home-page .hero__note {
    margin-bottom: 28px;
}
.home-page .stats,
.home-page .trust-strip,
.home-page .solution-section,
.home-page .process-section,
.home-page .services-section,
.home-page .cta-band {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}
.home-page .stats,
.home-page .trust-strip,
.home-page .solution-section,
.home-page .process-section,
.home-page .services-section,
.home-page .cta-band {
    padding-left: max(40px, calc((100vw - 1360px) / 2));
    padding-right: max(40px, calc((100vw - 1360px) / 2));
}
@media(max-width:1100px) {
    .home-page .main-nav {
        gap: 14px;
    }
    body:not(.home-page) .main-nav {
        gap: 14px;
    }
    body:not(.home-page) .main-nav a {
        font-size: 12px;
    }
    .home-page .main-nav a {
        font-size: 12px;
    }
}
@media(max-width:700px) {
    body:not(.home-page) .main-nav {
        background: rgba(24, 33, 28, .98);
    }
    body:not(.home-page) .main-nav.is-open a {
        padding: 13px 0;
    }
    body:not(.home-page) .main-nav a:after {
        display: none;
    }
    .home-page .site-header {
        top: 34px;
    }
    .home-page .site-header__inner {
        min-height: 70px;
    }
    .home-page .main-nav {
        background: rgba(24, 33, 28, .96);
    }
    .home-page .main-nav.is-open a {
        padding: 13px 0;
    }
    .home-page .main-nav a:after {
        display: none;
    }
    .home-page .hero {
        min-height: 700px;
        padding-top: 150px;
    }
    .home-page .stats,
    .home-page .trust-strip,
    .home-page .solution-section,
    .home-page .process-section,
    .home-page .services-section,
    .home-page .cta-band {
        padding-left: 24px;
        padding-right: 24px;
    }
}

@media(min-width:1800px) {
    .home-page .hero__content {
        max-width: 900px;
    }
    .home-page .category-grid--tiles,
    .home-page .product-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .home-page .production,
    .home-page .decision-section,
    .home-page .faq-section {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    }
    .home-page .process-grid {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
    .home-page .project-gallery {
        grid-template-columns: 1.35fr 1fr 1fr;
    }
    .home-page .services-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .home-page .cta-band {
        flex-direction: row;
    }
}

/* Conversion-focused refinements for the homepage */
.header-action{display:inline-flex;align-items:center;gap:20px}.header-action b{font-size:18px;font-weight:500}
.category__facts{display:flex;gap:10px;align-items:baseline;margin-top:16px}.category__facts b{font-size:12px}.category__facts small{font-size:10px;color:var(--muted)}.category--tile em{position:absolute;right:20px;bottom:18px;font-size:22px;font-style:normal}.category--tile>b{display:none}
.hero__content{max-width:760px}.hero__kicker{display:flex;gap:12px;align-items:center;color:#c9d2cb;font-size:11px;text-transform:uppercase;letter-spacing:1.2px;margin-bottom:42px}.hero__kicker i{width:22px;height:1px;background:var(--accent);display:block}
.hero__proof{display:flex;gap:26px;margin-top:34px;padding-top:18px;border-top:1px solid rgba(255,255,255,.24);font-size:11px;color:#d7dfd8}.hero__proof span{display:flex;align-items:center;gap:8px}.hero__proof b{color:var(--accent);font-size:10px}
.trust-strip{margin:0 -24px;background:#fff;border-bottom:1px solid var(--line);display:grid;grid-template-columns:repeat(3,1fr);padding:25px max(24px,calc((100vw - 1192px)/2));gap:28px}.trust-strip div{display:flex;flex-direction:column;gap:6px;padding-right:25px;border-right:1px solid var(--line)}.trust-strip div:last-child{border:0}.trust-strip strong{font-size:14px}.trust-strip span{font-size:12px;color:var(--muted);line-height:1.4}
@media(max-width:700px){.header-action{gap:8px}.header-action b{display:none}.hero{min-height:650px}.hero__kicker{margin-bottom:26px;font-size:9px}.hero__proof{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:25px}.trust-strip{grid-template-columns:1fr;gap:0;padding-top:0;padding-bottom:0}.trust-strip div{padding:18px 0;border-right:0;border-bottom:1px solid var(--line)}.trust-strip div:last-child{border-bottom:0}}
html,body{overflow-x:clip}
.home-page .container{padding-bottom:0}

/* Category tiles use a stable three-column commercial grid. */
.category-grid--tiles{grid-template-columns:repeat(3,minmax(0,1fr));}
.category-grid--tiles .category__footer{display:none!important;}
@media(max-width:900px){.category-grid--tiles{grid-template-columns:repeat(2,minmax(0,1fr));}}
@media(max-width:700px){.category-grid--tiles{grid-template-columns:1fr;}}

/* Product summary keeps commercial facts and technical details readable. */
.product-summary{min-width:0;padding:8px 0 4px}
.product-summary__heading{padding-bottom:18px;border-bottom:1px solid var(--line)}
.product-summary h1{font-size:clamp(38px,3.3vw,56px);line-height:1.08;letter-spacing:-.4px;margin-bottom:0;max-width:680px}
.product-summary .eyebrow{margin-bottom:12px}
.product-summary .button{margin-top:24px}
.product-summary>.muted{font-size:13px;margin:14px 0 0}
.product-description{margin-top:30px;padding-top:24px;border-top:1px solid var(--line)}
.product-description .description{font-size:16px;line-height:1.65;color:var(--ink)}
.product-description .description p{margin:0 0 14px}
.product-specs{margin-top:34px;padding-top:26px;border-top:1px solid var(--line)}
.product-specs h2{font-size:30px;line-height:1.15;margin-bottom:20px;letter-spacing:-.2px}
@media(max-width:700px){.product-summary{padding-top:4px}.product-summary h1{font-size:36px}.product-description .description{font-size:15px}.product-specs h2{font-size:26px}}
