:root {
  --ink: #10231f;
  --ink-soft: #4b5d58;
  --green-950: #061d18;
  --green-900: #0b2f28;
  --green-800: #114238;
  --green-700: #1c5c4e;
  --lime: #d8ff52;
  --lime-soft: #efffc1;
  --orange: #f16d3c;
  --cream: #f5f2e9;
  --mist: #eef2ee;
  --white: #fff;
  --line: #dce3df;
  --shadow: 0 24px 70px rgba(8, 42, 34, .12);
  --shadow-card: 0 14px 38px rgba(8, 42, 34, .08);
  --radius: 18px;
  --radius-sm: 10px;
  --shell: min(1380px, calc(100% - 48px));
  --font: Inter, Avenir Next, Avenir, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: var(--font); font-size: 16px; line-height: 1.55; text-rendering: optimizeLegibility; overflow-x: hidden; }
body[dir="rtl"], html[dir="rtl"] body { font-family: Tahoma, Arial, sans-serif; }
body.drawer-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
a[href^="tel:"], a[href^="mailto:"] { direction: ltr; unicode-bidi: isolate; }
button, input, textarea, select { color: inherit; font: inherit; }
button { cursor: pointer; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.05; letter-spacing: -.045em; }
h1 { font-size: clamp(3rem, 6vw, 6.5rem); }
h2 { font-size: clamp(2.1rem, 4vw, 4.25rem); }
h3 { font-size: 1.25rem; }
.shell { width: var(--shell); margin-inline: auto; }
.shell--narrow { max-width: 900px; }
.section { padding: 110px 0; }
.skip-link { position: fixed; z-index: 9999; inset-block-start: 10px; inset-inline-start: 10px; padding: 10px 16px; color: var(--white); background: var(--green-950); transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.eyebrow { display: inline-flex; gap: 9px; align-items: center; color: var(--green-700); font-size: .72rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow > span { width: 24px; height: 2px; background: var(--lime); }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.button { display: inline-flex; min-height: 52px; padding: 0 24px; border: 1px solid transparent; border-radius: 6px; align-items: center; justify-content: center; font-weight: 760; transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button--primary { color: var(--white); background: var(--green-900); }
.button--primary:hover { background: var(--green-700); }
.button--lime { color: var(--green-950); background: var(--lime); }
.button--lime:hover { background: #e6ff89; }
.button--ghost { border-color: var(--line); background: var(--white); }
.button--ghost:hover { border-color: var(--green-700); }
.button--outline-light { color: var(--white); border-color: rgba(255,255,255,.45); }
.button--outline-light:hover { color: var(--green-950); background: var(--white); border-color: var(--white); }
.text-link { display: inline-flex; gap: 8px; align-items: center; color: var(--green-800); font-weight: 760; }
.text-link:hover { color: var(--orange); }
.text-link--light { color: var(--lime); }
.section-heading { display: flex; gap: 24px; margin-bottom: 44px; align-items: end; justify-content: space-between; }
.section-heading h2 { max-width: 900px; margin: 8px 0 0; }
.section-heading p { max-width: 650px; margin: 12px 0 0; color: var(--ink-soft); font-size: 1.05rem; }
.section-heading--light h2, .section-heading--light p { color: var(--white); }

.announcement { position: relative; z-index: 52; color: rgba(255,255,255,.82); background: var(--green-950); font-size: .78rem; }
.announcement__inner { display: flex; min-height: 36px; align-items: center; justify-content: space-between; }
.announcement__inner > span { display: flex; gap: 8px; align-items: center; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.pulse-dot { width: 7px; height: 7px; background: var(--lime); border-radius: 50%; box-shadow: 0 0 0 5px rgba(216,255,82,.13); }
.announcement__contact { display: flex; gap: 10px; align-items: center; }
.announcement a:hover { color: var(--lime); }
.site-header { position: sticky; z-index: 50; top: 0; background: rgba(255,255,255,.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(16px); }
.header-main { display: grid; min-height: 82px; grid-template-columns: auto minmax(300px, 700px) auto; gap: 28px; align-items: center; }
.brand { display: inline-flex; gap: 10px; align-items: center; color: var(--green-900); }
.brand__mark { width: 38px; height: 38px; }
.brand__word { font-size: 1.35rem; font-weight: 900; letter-spacing: .12em; }
.header-search { display: flex; height: 46px; padding-inline-start: 15px; border: 1px solid var(--line); border-radius: 8px; align-items: center; background: #f9faf8; overflow: hidden; transition: border-color .2s, box-shadow .2s; }
.header-search:focus-within { border-color: var(--green-700); box-shadow: 0 0 0 3px rgba(28,92,78,.1); }
.header-search svg { flex: 0 0 auto; width: 20px; color: #667872; }
.header-search input { min-width: 0; height: 100%; padding: 0 13px; border: 0; outline: 0; flex: 1; background: transparent; }
.header-search button { height: 100%; padding: 0 20px; color: var(--white); border: 0; background: var(--green-900); font-size: .8rem; font-weight: 800; }
.header-actions { display: flex; gap: 14px; align-items: center; justify-content: flex-end; }
.lang-switch { display: flex; padding: 3px; border: 1px solid var(--line); border-radius: 99px; }
.lang-switch a { display: grid; width: 32px; height: 28px; border-radius: 99px; place-items: center; color: var(--ink-soft); font-size: .68rem; font-weight: 800; }
.lang-switch a.is-active { color: var(--white); background: var(--green-900); }
.quote-button { position: relative; display: flex; height: 42px; padding: 0 12px; gap: 8px; border: 0; border-radius: 6px; align-items: center; background: var(--lime); font-size: .82rem; font-weight: 800; }
.quote-button svg { width: 20px; }
.quote-count { display: grid; min-width: 21px; height: 21px; padding: 0 4px; color: var(--white); background: var(--green-900); border-radius: 50%; place-items: center; font-size: .66rem; }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 10px; border: 1px solid var(--line); background: var(--white); }
.menu-toggle span { display: block; height: 2px; margin: 4px 0; background: var(--green-900); }
.primary-nav { border-top: 1px solid #edf0ee; }
.primary-nav__inner { display: flex; min-height: 48px; gap: 30px; align-items: center; }
.primary-nav__inner > a { position: relative; font-size: .84rem; font-weight: 730; }
.nav-home { display: inline-flex; gap: 6px; align-items: center; }
.nav-home span { color: var(--orange); font-size: 1rem; line-height: 1; }
.primary-nav__inner > a:not(.nav-contact)::after { position: absolute; width: 0; height: 2px; inset-inline-start: 0; bottom: -15px; content: ""; background: var(--orange); transition: width .2s; }
.primary-nav__inner > a:hover::after { width: 100%; }
.nav-contact { display: flex; height: 48px; padding: 0 18px; margin-inline-start: auto; gap: 12px; color: var(--white); background: var(--green-800); align-items: center; }
.catalog-menu { position: relative; align-self: stretch; }
.catalog-menu__trigger { display: flex; height: 100%; min-width: 190px; padding: 0 18px; gap: 10px; color: var(--white); border: 0; align-items: center; justify-content: center; background: var(--orange); font-size: .84rem; font-weight: 850; }
.grid-icon { font-size: 1.25rem; line-height: 1; }
.catalog-menu__panel { position: absolute; display: none; width: 660px; padding: 25px; inset-inline-start: 0; top: calc(100% + 1px); grid-template-columns: 1.15fr .85fr; gap: 28px; background: var(--white); border: 1px solid var(--line); box-shadow: var(--shadow); }
.catalog-menu.is-open .catalog-menu__panel { display: grid; }
.nav-label { margin-bottom: 10px; color: var(--ink-soft); font-size: .68rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.catalog-menu__panel > div:first-child { display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px; }
.catalog-menu__panel .nav-label { grid-column: 1 / -1; }
.catalog-menu__panel a:not(.text-link) { display: flex; padding: 8px 0; justify-content: space-between; border-bottom: 1px solid #eef1ef; font-size: .83rem; }
.catalog-menu__panel a small { color: #8d9a96; }
.menu-promo { display: flex; padding: 24px; color: var(--white); flex-direction: column; justify-content: end; background: var(--green-900); min-height: 260px; }
.menu-promo .eyebrow { color: var(--lime); }
.menu-promo strong { margin: 12px 0 24px; font-size: 1.55rem; line-height: 1.15; }
.menu-promo .text-link { color: var(--lime); }

.hero { position: relative; min-height: 690px; color: var(--white); background: var(--green-900); overflow: hidden; }
.hero__background { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero--photo .hero__background { left: auto; width: 72%; -webkit-mask-image: linear-gradient(90deg,transparent 0%,transparent 4%,rgba(0,0,0,.08) 16%,rgba(0,0,0,.28) 28%,rgba(0,0,0,.58) 42%,rgba(0,0,0,.84) 55%,#000 70%); mask-image: linear-gradient(90deg,transparent 0%,transparent 4%,rgba(0,0,0,.08) 16%,rgba(0,0,0,.28) 28%,rgba(0,0,0,.58) 42%,rgba(0,0,0,.84) 55%,#000 70%); }
.hero--photo::before { display: none; }
.hero--photo::after { display: none; }
.hero--photo .hero__grid-bg { z-index: 1; opacity: .09; }
.hero--photo .hero__inner { z-index: 2; }
.hero--photo .hero__copy { text-shadow: 0 2px 22px rgba(0,0,0,.24); }
.hero--photo .hero__visual { pointer-events: none; }
[dir="rtl"] .hero--photo .hero__inner { direction: ltr; }
[dir="rtl"] .hero--photo .hero__copy { direction: rtl; text-align: right; }
.hero::before { position: absolute; width: 48vw; height: 48vw; min-width: 620px; min-height: 620px; right: -15vw; top: -20vw; content: ""; border: 1px solid rgba(216,255,82,.22); border-radius: 50%; box-shadow: 0 0 0 120px rgba(216,255,82,.03), 0 0 0 240px rgba(216,255,82,.02); }
[dir="rtl"] .hero::before { right: auto; left: -15vw; }
.hero__grid-bg { position: absolute; inset: 0; opacity: .18; background-image: linear-gradient(rgba(255,255,255,.1) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.1) 1px,transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(90deg,#000,transparent 65%); }
.hero__inner { position: relative; display: grid; min-height: 690px; grid-template-columns: minmax(0,1.05fr) minmax(480px,.95fr); gap: 60px; align-items: center; }
.hero__copy { padding: 70px 0; }
.hero__copy .eyebrow { color: var(--lime); }
.hero__copy h1 { max-width: 840px; margin: 18px 0 25px; }
.hero__copy p { max-width: 690px; margin-bottom: 34px; color: rgba(255,255,255,.76); font-size: clamp(1.05rem,1.5vw,1.32rem); }
.hero__micro { display: flex; margin-top: 26px; gap: 24px; color: rgba(255,255,255,.7); font-size: .78rem; font-weight: 700; }
.hero__visual { position: relative; height: 560px; align-self: end; }
.creative { position: relative; height: 100%; overflow: hidden; }
.creative--hero { background: linear-gradient(145deg,#164c40,#0e372f); border-inline: 1px solid rgba(255,255,255,.15); }
.creative--hero::after { position: absolute; width: 180px; height: 180px; right: 8%; top: 8%; content: ""; border: 40px solid rgba(216,255,82,.08); border-radius: 50%; }
.creative__sun { position: absolute; width: 190px; height: 190px; left: 12%; top: 12%; background: var(--lime); border-radius: 50%; box-shadow: 0 0 70px rgba(216,255,82,.16); }
.creative__panel { position: absolute; display: grid; width: 72%; height: 54%; right: -3%; bottom: 14%; padding: 10px; grid-template-columns: repeat(4,1fr); grid-template-rows: repeat(3,1fr); gap: 5px; background: #173b45; border: 9px solid #d7e1dd; transform: perspective(700px) rotateY(-18deg) rotateX(8deg) rotateZ(-5deg); box-shadow: -20px 35px 60px rgba(0,0,0,.32); }
[dir="rtl"] .creative__panel { right: auto; left: -3%; transform: perspective(700px) rotateY(18deg) rotateX(8deg) rotateZ(5deg); }
.creative__panel i { border: 1px solid rgba(255,255,255,.2); background: linear-gradient(135deg,#1f5360,#102f39); }
.creative__caption { position: absolute; display: flex; max-width: 72%; padding: 12px 15px; left: 22px; bottom: 22px; gap: 6px; flex-direction: column; color: var(--green-950); background: var(--lime); }
[dir="rtl"] .creative__caption { left: auto; right: 22px; }
.creative__caption span { font-size: .56rem; font-weight: 900; letter-spacing: .15em; }
.creative__caption strong { font-size: .82rem; }
.hero-float { position: absolute; display: flex; min-width: 190px; padding: 14px; gap: 12px; align-items: center; color: var(--ink); background: var(--white); box-shadow: var(--shadow); }
.hero-float span { display: grid; width: 36px; height: 36px; color: var(--lime); background: var(--green-900); place-items: center; font-size: .65rem; font-weight: 900; }
.hero-float strong { font-size: .78rem; }
.hero-float--one { top: 18%; right: -22px; }
.hero-float--two { bottom: 26%; left: -35px; }
.trust-strip { color: var(--white); background: var(--green-950); }
.trust-strip__grid { display: grid; grid-template-columns: repeat(4,1fr); }
.trust-strip__grid > div { display: flex; min-height: 84px; padding: 18px 24px; gap: 16px; align-items: center; border-inline-end: 1px solid rgba(255,255,255,.12); }
.trust-strip__grid span { color: var(--lime); font-size: .7rem; font-weight: 900; }
.trust-strip__grid strong { font-size: .82rem; letter-spacing: .04em; text-transform: uppercase; }

.category-section { background: #fafbf9; }
.category-grid { display: grid; grid-template-columns: repeat(6,minmax(0,1fr)); gap: 28px 16px; }
.category-card { display: flex; min-width: 0; min-height: 205px; padding: 12px 10px 17px; align-items: center; flex-direction: column; color: var(--ink); border: 1px solid transparent; text-align: center; transition: transform .25s, box-shadow .25s, border-color .25s, background .25s; }
.category-card:hover { background: var(--white); border-color: rgba(11,47,40,.08); box-shadow: 0 16px 42px rgba(6,29,24,.1); transform: translateY(-6px); }
.category-card__visual { display: grid; width: min(142px,100%); height: 118px; margin-bottom: 12px; place-items: center; }
.category-card__visual svg { width: 100%; height: 100%; overflow: visible; filter: drop-shadow(0 7px 6px rgba(11,47,40,.12)); transition: transform .3s; }
.category-card:hover .category-card__visual svg { transform: scale(1.06); }
.category-card h3 { max-width: 180px; margin: 0; font-size: .93rem; line-height: 1.28; }
.category-card p { margin: 7px 0 0; color: var(--ink-soft); font-size: .7rem; }

.brand-strip { position: relative; display: grid; min-height: 132px; grid-template-columns: minmax(220px,18vw) 1fr; align-items: stretch; background: var(--white); border-block: 1px solid var(--line); overflow: hidden; }
.brand-strip__label { position: relative; z-index: 2; display: flex; padding: 26px clamp(24px,4vw,70px); justify-content: center; flex-direction: column; background: var(--green-950); box-shadow: 18px 0 40px rgba(6,29,24,.08); }
.brand-strip__label span { color: var(--lime); font-size: .58rem; font-weight: 900; letter-spacing: .16em; }
.brand-strip__label strong { margin-top: 4px; color: var(--white); font-size: .88rem; white-space: nowrap; }
.brand-strip__viewport { display: flex; align-items: center; overflow: hidden; -webkit-mask-image: linear-gradient(90deg,transparent,#000 5%,#000 95%,transparent); mask-image: linear-gradient(90deg,transparent,#000 5%,#000 95%,transparent); }
.brand-strip__track { display: flex; width: max-content; animation: brand-marquee 38s linear infinite; }
.brand-strip__group { display: flex; flex: 0 0 auto; align-items: center; }
.brand-strip__group a { display: grid; min-width: 180px; height: 132px; padding: 18px 28px; color: #63716d; place-items: center; transition: color .2s ease, background .2s ease, transform .2s ease; }
.brand-strip__group a:hover, .brand-strip__group a:focus-visible { color: var(--green-800); background: var(--mist); transform: translateY(-2px); outline: none; }
.brand-strip__group span { font-size: clamp(1.05rem,1.75vw,1.55rem); font-weight: 900; letter-spacing: -.045em; white-space: nowrap; }
.brand-strip__viewport:hover .brand-strip__track, .brand-strip__viewport:focus-within .brand-strip__track { animation-play-state: paused; }
@keyframes brand-marquee { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .brand-strip__track { animation: none; } .brand-strip__viewport { overflow-x: auto; } .brand-strip__group[aria-hidden="true"] { display: none; } }

.products-section { background: #fbfcfa; }
.product-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 18px; }
.product-card { min-width: 0; background: var(--white); border: 1px solid #e3e8e5; transition: transform .25s, box-shadow .25s, border-color .25s; }
.product-card:hover { border-color: transparent; box-shadow: var(--shadow-card); transform: translateY(-5px); }
.product-card__media { position: relative; display: grid; aspect-ratio: 1 / .91; background: #f3f5f2; place-items: center; overflow: hidden; }
.product-card__media img { width: 100%; height: 100%; padding: 18px; object-fit: contain; mix-blend-mode: multiply; transition: transform .35s; }
.product-card:hover .product-card__media img { transform: scale(1.045); }
.product-badge { position: absolute; z-index: 2; padding: 7px 10px; left: 12px; top: 12px; color: var(--green-950); background: var(--lime); font-size: .58rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
[dir="rtl"] .product-badge { left: auto; right: 12px; }
.product-card__body { padding: 18px; }
.product-card__category { display: block; margin-bottom: 7px; color: var(--green-700); font-size: .62rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.product-card h3 { min-height: 2.65em; margin-bottom: 8px; font-size: 1rem; line-height: 1.32; letter-spacing: -.015em; }
.product-card h3 a:hover { color: var(--orange); }
.product-card__note { min-height: 2em; margin-bottom: 18px; color: #74827e; font-size: .69rem; }
.product-card__bottom { display: flex; align-items: end; justify-content: space-between; }
.product-card__bottom > div { display: flex; flex-direction: column; }
.product-card__bottom small { color: #80908b; font-size: .62rem; }
.product-card__bottom strong { font-size: 1.08rem; letter-spacing: -.02em; }
.round-add { display: grid; width: 38px; height: 38px; color: var(--white); border: 0; border-radius: 50%; background: var(--green-900); place-items: center; font-size: 1.4rem; line-height: 1; transition: background .2s, transform .2s; }
.round-add:hover, .round-add.is-added { color: var(--green-950); background: var(--lime); transform: rotate(90deg); }
.product-image-placeholder { display: grid; width: 100%; height: 100%; place-items: center; background: repeating-linear-gradient(135deg,#edf1ee,#edf1ee 10px,#f8faf8 10px,#f8faf8 20px); }
.product-image-placeholder span { padding: 7px 10px; background: var(--white); font-size: .6rem; font-weight: 800; }

.installation-feature { background: var(--white); }
.installation-feature__inner { display: grid; grid-template-columns: minmax(0,1.06fr) minmax(0,.94fr); gap: clamp(45px,7vw,105px); align-items: center; }
.installation-feature__media { min-height: 610px; }
.installation-feature__media > img { width: 100%; height: 610px; object-fit: cover; }
.creative--site { min-height: 610px; background: var(--green-900); }
.creative--site::before { position: absolute; inset: 8%; content: ""; border: 1px solid rgba(255,255,255,.2); }
.site-lines { position: absolute; width: 80%; height: 50%; left: 10%; bottom: 13%; background: linear-gradient(160deg,transparent 49%,rgba(216,255,82,.35) 50%,transparent 51%),linear-gradient(20deg,transparent 49%,rgba(255,255,255,.17) 50%,transparent 51%); background-size: 80px 80px; }
.site-figure { position: absolute; width: 150px; height: 300px; right: 17%; top: 18%; }
.site-figure span { position: absolute; width: 62px; height: 62px; left: 44px; top: 0; background: var(--lime); border-radius: 50%; }
.site-figure i { position: absolute; width: 110px; height: 210px; left: 20px; bottom: 0; background: var(--orange); clip-path: polygon(28% 0,72% 0,100% 100%,0 100%); }
.installation-feature__copy h2 { margin: 14px 0 24px; }
.installation-feature__copy > p { max-width: 650px; color: var(--ink-soft); font-size: 1.12rem; }
.check-list { display: grid; margin: 30px 0 34px; padding: 0; grid-template-columns: 1fr 1fr; gap: 13px 20px; list-style: none; }
.check-list li { position: relative; padding-inline-start: 28px; font-weight: 700; }
.check-list li::before { position: absolute; display: grid; width: 19px; height: 19px; inset-inline-start: 0; top: 2px; content: "✓"; color: var(--green-950); background: var(--lime); border-radius: 50%; place-items: center; font-size: .65rem; }

.process-section { background: var(--mist); }
.steps { display: grid; grid-template-columns: repeat(4,1fr); border-block: 1px solid #ccd6d1; }
.step { position: relative; min-height: 255px; padding: 34px 30px; border-inline-end: 1px solid #ccd6d1; }
.step:last-child { border-inline-end: 0; }
.step > span { display: inline-flex; width: 38px; height: 38px; margin-bottom: 48px; color: var(--green-950); background: var(--lime); align-items: center; justify-content: center; font-size: .65rem; font-weight: 900; }
.step h3 { margin-bottom: 12px; }
.step p { color: var(--ink-soft); font-size: .9rem; }
.step::after { position: absolute; width: 0; height: 3px; left: 0; bottom: -2px; content: ""; background: var(--orange); transition: width .35s; }
.step:hover::after { width: 100%; }

.projects-preview { color: var(--white); background: var(--green-950); }
.project-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.project-card { overflow: hidden; background: var(--green-900); }
.project-card > img, .project-placeholder { width: 100%; aspect-ratio: 1.18 / 1; object-fit: cover; }
.project-placeholder { position: relative; background: #15463c; overflow: hidden; }
.project-placeholder::before { position: absolute; width: 220px; height: 220px; right: -40px; top: -30px; content: ""; background: var(--lime); border-radius: 50%; opacity: .92; }
.project-placeholder__index { position: absolute; z-index: 2; left: 24px; top: 22px; color: rgba(255,255,255,.45); font-size: 4.8rem; font-weight: 900; letter-spacing: -.08em; }
.project-placeholder__label { position: absolute; z-index: 2; left: 25px; bottom: 24px; padding: 6px 9px; color: var(--green-950); background: var(--white); font-size: .58rem; font-weight: 900; letter-spacing: .12em; }
.project-placeholder__lines { position: absolute; width: 75%; height: 50%; right: -5%; bottom: 4%; border: 10px solid #c9d9d3; background-image: linear-gradient(90deg,rgba(255,255,255,.22) 1px,transparent 1px),linear-gradient(rgba(255,255,255,.22) 1px,transparent 1px); background-size: 40px 40px; transform: skewY(-8deg); }
.project-card__body { padding: 25px; }
.project-card__body small { color: var(--lime); font-size: .65rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.project-card__body h3, .project-card__body h2 { margin: 9px 0; font-size: 1.5rem; }
.project-card__body p { margin: 0; color: rgba(255,255,255,.72); font-size: .88rem; }
.project-card__link { display: inline-flex; margin-top: 18px; color: var(--lime); font-size: .78rem; font-weight: 800; }
.project-card__link:hover { color: var(--white); }

.calculator-section { background: var(--cream); }
.calculator-card { display: grid; grid-template-columns: .85fr 1.15fr; color: var(--white); background: var(--green-900); box-shadow: var(--shadow); }
.calculator-card__intro { position: relative; padding: clamp(38px,6vw,75px); overflow: hidden; }
.calculator-card__intro .eyebrow { color: var(--lime); }
.calculator-card__intro h2 { margin: 14px 0 20px; }
.calculator-card__intro p { max-width: 520px; color: rgba(255,255,255,.67); }
.calculator-art { position: absolute; display: flex; height: 90px; right: 35px; bottom: 25px; gap: 7px; align-items: end; opacity: .6; }
.calculator-art i { display: block; width: 34px; background: var(--lime); }
.calculator-art i:nth-child(1) { height: 25%; }.calculator-art i:nth-child(2) { height: 45%; }.calculator-art i:nth-child(3) { height: 67%; }.calculator-art i:nth-child(4) { height: 84%; }.calculator-art i:nth-child(5) { height: 56%; }
.calculator { display: grid; padding: clamp(35px,5vw,65px); background: var(--white); color: var(--ink); gap: 20px; }
.calculator label { display: grid; gap: 7px; }
.calculator label > span { font-size: .78rem; font-weight: 800; }
.calculator input, .calculator select { width: 100%; height: 50px; padding: 0 14px; border: 1px solid var(--line); background: #fbfcfa; outline: 0; }
.calculator input:focus, .calculator select:focus { border-color: var(--green-700); }
.calculator-result { padding: 20px; border-inline-start: 4px solid var(--lime); background: var(--mist); }
.calculator-result small { display: block; color: var(--green-700); font-weight: 800; text-transform: uppercase; }
.calculator-result strong { display: block; margin: 7px 0; font-size: 1.4rem; }
.calculator-result p { margin-bottom: 8px; color: var(--ink-soft); }
.calculator-result a { color: var(--green-800); font-weight: 800; }

.advice-preview { background: var(--white); }
.article-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.article-card { border: 1px solid var(--line); background: var(--white); }
.article-card__media { display: block; aspect-ratio: 1.45 / 1; overflow: hidden; }
.article-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s; }
.article-card:hover img { transform: scale(1.04); }
.article-placeholder { position: relative; height: 100%; padding: 24px; background: var(--mist); overflow: hidden; }
.article-placeholder span { position: relative; z-index: 2; font-size: .65rem; font-weight: 900; letter-spacing: .14em; }
.article-placeholder i { position: absolute; display: block; width: 60%; height: 1px; left: 20%; top: 40%; background: var(--green-800); transform: rotate(-10deg); }
.article-placeholder i:nth-of-type(2) { top: 53%; transform: rotate(7deg); }.article-placeholder i:nth-of-type(3) { top: 66%; transform: rotate(-4deg); }
.article-placeholder::after { position: absolute; width: 110px; height: 110px; right: 15%; top: 22%; content: ""; background: var(--lime); border-radius: 50%; }
.article-card__body { padding: 25px; }
.article-card time { color: var(--green-700); font-size: .7rem; font-weight: 800; text-transform: uppercase; }
.article-card h3, .article-card h2 { margin: 10px 0 12px; font-size: 1.4rem; line-height: 1.18; }
.article-card p { color: var(--ink-soft); font-size: .88rem; }

.page-hero { position: relative; padding: 85px 0; background: var(--cream); overflow: hidden; }
.page-hero--compact h1 { max-width: 900px; margin: 14px 0 18px; font-size: clamp(3.2rem,6vw,6rem); }
.page-hero--compact p { max-width: 760px; color: var(--ink-soft); font-size: 1.12rem; }
.page-hero--compact::after { position: absolute; width: 300px; height: 300px; right: 5%; top: -130px; content: ""; border: 70px solid var(--lime); border-radius: 50%; opacity: .7; }
.breadcrumbs { position: relative; z-index: 2; display: flex; margin-bottom: 28px; gap: 8px; color: #73817d; font-size: .72rem; flex-wrap: wrap; }
.breadcrumbs a:hover { color: var(--orange); }
.breadcrumbs--light { color: rgba(255,255,255,.6); }
.page-hero--installation { padding: 0; color: var(--white); background: var(--green-900); }
.page-hero__grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px); background-size: 55px 55px; }
.page-hero__split { position: relative; display: grid; min-height: 640px; grid-template-columns: 1fr .8fr; gap: 80px; align-items: center; }
.page-hero__split .eyebrow { color: var(--lime); }
.page-hero__split h1 { max-width: 850px; margin: 14px 0 25px; font-size: clamp(3.2rem,5.8vw,6rem); }
.page-hero__split p { max-width: 680px; color: rgba(255,255,255,.72); font-size: 1.15rem; }
.creative--installation { height: 520px; background: #15483d; }
.creative--installation > img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.install-diagram { position: absolute; inset: 12%; }
.install-diagram .roof { position: absolute; width: 78%; height: 40%; left: 10%; bottom: 18%; border: 9px solid #dbe6e2; transform: skewY(-10deg); background-image: linear-gradient(90deg,rgba(255,255,255,.18) 1px,transparent 1px),linear-gradient(rgba(255,255,255,.18) 1px,transparent 1px); background-size: 45px 45px; }
.install-diagram .sun { position: absolute; width: 110px; height: 110px; right: 5%; top: 4%; background: var(--lime); border-radius: 50%; }
.install-diagram .cable { position: absolute; width: 3px; height: 44%; right: 16%; bottom: 0; background: var(--orange); }
.install-diagram .box { position: absolute; width: 70px; height: 100px; right: 9%; bottom: 0; border: 5px solid #dbe6e2; background: var(--green-950); }
.solution-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 15px; }
.solution-grid article { min-height: 270px; padding: 30px; background: var(--mist); border-block-start: 4px solid var(--green-900); }
.solution-grid article:hover { border-color: var(--orange); }
.solution-grid span { display: inline-grid; width: 40px; height: 40px; color: var(--green-950); background: var(--lime); place-items: center; font-size: .66rem; font-weight: 900; }
.solution-grid h3 { margin: 50px 0 14px; }
.solution-grid p { color: var(--ink-soft); font-size: .9rem; }
.audit-section { color: var(--white); background: var(--green-950); }
.audit-grid { display: grid; grid-template-columns: 1fr .8fr; gap: 100px; align-items: center; }
.audit-copy .eyebrow { color: var(--lime); }
.audit-copy ol { padding: 0; margin: 38px 0 0; list-style: none; }
.audit-copy li { display: flex; min-height: 62px; gap: 18px; align-items: center; border-top: 1px solid rgba(255,255,255,.14); }
.audit-copy li span { color: var(--lime); font-size: .65rem; font-weight: 900; }
.audit-panel { padding: 35px; color: var(--ink); background: var(--white); }
.audit-panel__top { display: flex; justify-content: space-between; font-size: .68rem; font-weight: 900; letter-spacing: .12em; }
.audit-panel__top i { width: 10px; height: 10px; background: var(--orange); border-radius: 50%; }
.audit-chart { display: flex; height: 260px; margin: 45px 0 20px; gap: 10px; align-items: end; border-bottom: 1px solid var(--line); }
.audit-chart i { flex: 1; background: var(--green-800); }
.audit-chart i:nth-child(5) { background: var(--lime); }
.audit-panel__meta { display: flex; justify-content: space-between; color: #85928e; font-size: .65rem; }

.catalog-layout { display: grid; padding-block: 60px 110px; grid-template-columns: 270px minmax(0,1fr); gap: 45px; align-items: start; }
.filters { position: sticky; top: 155px; padding: 25px; border: 1px solid var(--line); }
.filters__head { display: flex; margin-bottom: 22px; align-items: center; justify-content: space-between; }
.filters__head h2 { margin: 0; font-size: 1.1rem; }
.filters__head button { padding: 0; color: var(--orange); border: 0; background: transparent; font-size: .68rem; font-weight: 800; }
.filters label > span, .filters legend { display: block; margin-bottom: 7px; font-size: .75rem; font-weight: 800; }
.filter-search input { width: 100%; height: 42px; padding: 0 11px; border: 1px solid var(--line); }
.filters fieldset { padding: 20px 0; margin: 20px 0; border: 0; border-block: 1px solid var(--line); }
.radio-row { display: grid !important; padding: 6px 0; grid-template-columns: auto 1fr auto; gap: 8px; align-items: center; cursor: pointer; }
.radio-row > span { margin: 0 !important; font-size: .77rem !important; font-weight: 500 !important; }
.radio-row small { color: #8b9894; }
.price-filter { display: grid; gap: 10px; }
.price-filter input { width: 100%; accent-color: var(--green-800); }
.installation-mini { display: flex; min-height: 205px; padding: 20px; margin-top: 30px; color: var(--white); background: var(--green-900); flex-direction: column; justify-content: end; }
.installation-mini .eyebrow { color: var(--lime); }
.installation-mini strong { margin: 12px 0; font-size: 1.15rem; line-height: 1.2; }
.installation-mini > span:last-child { color: var(--lime); font-size: .75rem; font-weight: 800; }
.catalog-toolbar { display: flex; min-height: 50px; margin-bottom: 22px; align-items: center; justify-content: space-between; }
.catalog-toolbar p { margin: 0; color: var(--ink-soft); }
.catalog-toolbar label { display: flex; gap: 10px; align-items: center; font-size: .75rem; font-weight: 800; }
.catalog-toolbar select { height: 40px; padding: 0 35px 0 11px; border: 1px solid var(--line); background: var(--white); }
.catalog-results .product-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
.empty-state { padding: 80px 30px; text-align: center; background: var(--mist); }
.empty-state h2 { font-size: 1.5rem; }

.product-detail { padding-block: 42px 95px; }
.product-detail__grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(430px,.82fr); gap: clamp(45px,7vw,105px); align-items: start; }
.product-detail__media { position: sticky; top: 175px; display: grid; aspect-ratio: 1; background: #f3f5f2; place-items: center; }
.product-detail__media img { width: 100%; height: 100%; padding: 45px; object-fit: contain; mix-blend-mode: multiply; }
.product-detail__copy { padding-top: 25px; }
.product-detail__copy h1 { margin: 15px 0 20px; font-size: clamp(2.4rem,4vw,4.7rem); }
.product-lead { color: var(--ink-soft); font-size: 1.08rem; }
.product-price { display: flex; padding: 25px 0; margin: 25px 0; border-block: 1px solid var(--line); flex-direction: column; }
.product-price small { color: var(--ink-soft); }
.product-price strong { margin: 3px 0; font-size: 2rem; letter-spacing: -.04em; }
.product-price span { color: var(--green-700); font-size: .75rem; font-weight: 700; }
.product-meta { margin: 0 0 28px; }
.product-meta > div { display: flex; padding: 10px 0; justify-content: space-between; border-bottom: 1px solid #edf0ee; }
.product-meta dt { color: var(--ink-soft); font-size: .78rem; }
.product-meta dd { margin: 0; font-size: .78rem; font-weight: 800; }
.button-stack { display: grid; gap: 10px; }
.disclaimer { margin-top: 18px; color: #788682; font-size: .72rem; }
.product-service { padding: 55px 0; color: var(--white); background: var(--green-900); }
.product-service__inner { display: flex; gap: 30px; align-items: center; justify-content: space-between; }
.product-service h2 { margin: 8px 0; font-size: 2.3rem; }
.product-service p { max-width: 750px; margin: 0; color: rgba(255,255,255,.65); }
.product-service .eyebrow { color: var(--lime); }
.product-grid--related { grid-template-columns: repeat(4,1fr); }

.project-grid--page .project-card { color: var(--white); background: var(--green-900); }
.creative-approval { padding: 65px 0; background: var(--cream); }
.creative-approval__inner { display: flex; gap: 30px; align-items: center; justify-content: space-between; }
.creative-approval h2 { max-width: 800px; margin: 8px 0 0; font-size: 2.4rem; }
.article-grid--page { grid-template-columns: repeat(3,1fr); }
.article-detail__head { padding: 90px 0; color: var(--white); background: var(--green-900); }
.article-detail__head .eyebrow { color: var(--lime); }
.article-detail__head h1 { margin: 18px 0 25px; font-size: clamp(3rem,6vw,6rem); }
.article-detail__head p { color: rgba(255,255,255,.7); font-size: 1.2rem; }
.article-detail__head time { color: var(--lime); font-size: .75rem; font-weight: 800; text-transform: uppercase; }
.article-detail__body { padding-block: 80px 110px; font-size: 1.12rem; }
.article-detail__image { display: block; width: 100%; margin-bottom: 48px; aspect-ratio: 1.5 / 1; object-fit: cover; }
.article-lead-art { position: relative; height: 380px; margin-bottom: 50px; padding: 25px; background: var(--mist); overflow: hidden; }
.article-lead-art span { position: relative; z-index: 2; font-size: .7rem; font-weight: 900; letter-spacing: .16em; }
.article-lead-art i { position: absolute; width: 70%; height: 1px; left: 15%; top: 35%; background: var(--green-700); transform: rotate(-8deg); }
.article-lead-art i:nth-of-type(2) { top: 48%; transform: rotate(5deg); }.article-lead-art i:nth-of-type(3) { top: 61%; transform: rotate(-3deg); }.article-lead-art i:nth-of-type(4) { top: 74%; transform: rotate(9deg); }
.article-lead-art::after { position: absolute; width: 190px; height: 190px; right: 18%; top: 22%; content: ""; background: var(--lime); border-radius: 50%; }
.article-detail__body > p { max-width: 760px; margin-inline: auto; line-height: 1.85; }
.article-detail__body aside { padding: 35px; margin-top: 50px; border-inline-start: 5px solid var(--lime); background: var(--green-900); color: var(--white); }
.article-detail__body aside strong { font-size: 1.7rem; }
.article-detail__body aside p { margin: 8px 0; color: rgba(255,255,255,.7); }
.article-detail__body aside .text-link { color: var(--lime); }

.page-hero--editorial { padding: 100px 0; }
.page-hero--editorial h1 { margin: 18px 0 25px; }
.page-hero--editorial p { color: var(--ink-soft); font-size: 1.25rem; }
.editorial-section { display: grid; padding: 40px 0; grid-template-columns: 70px 1fr; gap: 30px; border-top: 1px solid var(--line); }
.editorial-section > span { display: grid; width: 42px; height: 42px; color: var(--green-950); background: var(--lime); place-items: center; font-size: .68rem; font-weight: 900; }
.editorial-section h2 { margin-bottom: 15px; font-size: 2rem; }
.editorial-section p { color: var(--ink-soft); font-size: 1.05rem; line-height: 1.75; }
.editorial-callout { padding: 45px; margin-top: 40px; background: var(--cream); }
.editorial-callout h2 { margin: 10px 0 25px; font-size: 2.3rem; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: grid; min-height: 82px; grid-template-columns: 50px 1fr auto; gap: 15px; align-items: center; cursor: pointer; font-size: 1.05rem; font-weight: 800; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--green-700); font-size: .68rem; }
.faq-list summary i { display: grid; width: 34px; height: 34px; border: 1px solid var(--line); border-radius: 50%; place-items: center; font-style: normal; }
.faq-list details[open] summary i { color: var(--green-950); background: var(--lime); border-color: var(--lime); transform: rotate(45deg); }
.faq-list details > div { padding: 0 50px 28px; color: var(--ink-soft); }

.contact-page { padding: 85px 0 110px; background: var(--cream); }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(45px,8vw,120px); align-items: start; }
.contact-copy h1 { margin: 16px 0 24px; font-size: clamp(3rem,5vw,5.5rem); }
.contact-copy > p { color: var(--ink-soft); font-size: 1.08rem; }
.contact-direct { display: grid; margin-top: 35px; gap: 10px; }
.contact-direct a { display: flex; padding: 18px 0; flex-direction: column; border-bottom: 1px solid #ccd6d1; }
.contact-direct small { color: var(--green-700); font-size: .68rem; font-weight: 850; text-transform: uppercase; }
.contact-direct strong { font-size: 1.3rem; }
.placeholder-notice { margin-top: 15px !important; color: var(--orange) !important; font-size: .75rem !important; font-weight: 800; }
.socials { display: flex; gap: 8px; }
.socials a { display: grid; min-width: 38px; height: 38px; padding: 0 8px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; place-items: center; font-size: .64rem; font-weight: 900; }
.socials a:hover { color: var(--green-950); background: var(--lime); border-color: var(--lime); }
.socials--dark { margin-top: 28px; }
.socials--dark a { width: auto; border-color: #bdc8c3; border-radius: 3px; }
.contact-form-card { padding: clamp(28px,5vw,55px); background: var(--white); box-shadow: var(--shadow-card); }
.contact-form-card form { display: grid; gap: 20px; }
.contact-form-card label { display: grid; gap: 7px; }
.contact-form-card label span { font-size: .75rem; font-weight: 800; }
.contact-form-card input, .contact-form-card select, .contact-form-card textarea { width: 100%; padding: 13px; border: 1px solid var(--line); background: #fbfcfb; outline: 0; }
.contact-form-card input:focus, .contact-form-card select:focus, .contact-form-card textarea:focus { border-color: var(--green-700); box-shadow: 0 0 0 3px rgba(28,92,78,.08); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.success-message { display: flex; padding: 15px; margin-bottom: 22px; gap: 10px; align-items: center; background: #e8f7dd; }
.success-message span { display: grid; width: 28px; height: 28px; background: var(--lime); border-radius: 50%; place-items: center; }
.not-found { display: grid; min-height: 600px; padding: 80px 0; background: var(--cream); place-items: center; text-align: center; }
.not-found span { color: var(--lime); text-shadow: 4px 4px 0 var(--green-900); font-size: clamp(6rem,20vw,14rem); font-weight: 950; line-height: .8; }
.not-found h1 { margin: 30px 0 10px; font-size: 3rem; }

.quote-drawer { position: fixed; z-index: 100; inset: 0; visibility: hidden; }
.quote-drawer.is-open { visibility: visible; }
.quote-drawer__backdrop { position: absolute; inset: 0; background: rgba(1,15,12,.58); opacity: 0; transition: opacity .25s; }
.quote-drawer.is-open .quote-drawer__backdrop { opacity: 1; }
.quote-drawer__panel { position: absolute; display: flex; width: min(470px,100%); height: 100%; padding: 26px; right: 0; top: 0; background: var(--white); flex-direction: column; transform: translateX(100%); transition: transform .3s ease; }
[dir="rtl"] .quote-drawer__panel { right: auto; left: 0; transform: translateX(-100%); }
.quote-drawer.is-open .quote-drawer__panel { transform: none; }
.quote-drawer__head { display: flex; padding-bottom: 20px; align-items: start; justify-content: space-between; border-bottom: 1px solid var(--line); }
.quote-drawer__head h2 { margin: 5px 0 0; font-size: 2rem; }
.icon-button { display: grid; width: 42px; height: 42px; border: 1px solid var(--line); background: var(--white); place-items: center; font-size: 1.5rem; }
.quote-items { flex: 1; padding: 18px 0; overflow: auto; }
.quote-item { display: grid; padding: 12px 0; grid-template-columns: 70px 1fr auto; gap: 12px; align-items: center; border-bottom: 1px solid var(--line); }
.quote-item img { width: 70px; height: 70px; padding: 5px; background: var(--mist); object-fit: contain; }
.quote-item strong { display: block; font-size: .82rem; line-height: 1.25; }
.quote-item small { color: var(--ink-soft); }
.quote-item button { color: var(--orange); border: 0; background: transparent; font-size: 1.1rem; }
.quote-empty { padding: 45px 20px; text-align: center; color: var(--ink-soft); }
.quote-empty p { margin-bottom: 5px; color: var(--ink); font-weight: 800; }
.quote-drawer__actions { display: grid; gap: 8px; }
.is-disabled { opacity: .45; pointer-events: none; }

.contact-dock { position: fixed; z-index: 90; right: 24px; bottom: 24px; display: flex; align-items: flex-end; flex-direction: column; gap: 12px; }
[dir="rtl"] .contact-dock { right: auto; left: 24px; }
.contact-dock__panel { width: 246px; padding: 10px; color: var(--ink); background: rgba(255,255,255,.98); border: 1px solid rgba(6,29,24,.08); border-radius: 18px; box-shadow: 0 24px 70px rgba(6,29,24,.22); opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(14px) scale(.94); transform-origin: bottom right; transition: opacity .18s ease, visibility .18s ease, transform .24s cubic-bezier(.2,.8,.2,1); }
[dir="rtl"] .contact-dock__panel { transform-origin: bottom left; }
.contact-dock.is-open .contact-dock__panel { opacity: 1; visibility: visible; pointer-events: auto; transform: none; }
.contact-dock__head { padding: 8px 9px 11px; border-bottom: 1px solid var(--line); }
.contact-dock__head small { display: block; margin-bottom: 2px; color: var(--green-700); font-size: .58rem; font-weight: 900; letter-spacing: .16em; }
.contact-dock__head strong { display: block; font-size: .84rem; line-height: 1.25; }
.contact-dock__actions { display: flex; padding-top: 8px; flex-direction: column; gap: 5px; }
.contact-dock__action { display: flex; min-height: 48px; padding: 5px 5px 5px 12px; align-items: center; justify-content: space-between; gap: 12px; border-radius: 12px; transition: color .18s ease, background .18s ease, transform .18s ease; }
[dir="rtl"] .contact-dock__action { padding: 5px 12px 5px 5px; }
.contact-dock__action:hover, .contact-dock__action:focus-visible { color: var(--green-950); background: var(--mist); transform: translateX(-2px); outline: none; }
[dir="rtl"] .contact-dock__action:hover, [dir="rtl"] .contact-dock__action:focus-visible { transform: translateX(2px); }
.contact-dock__label { font-size: .78rem; font-weight: 800; white-space: nowrap; }
.contact-dock__icon, .contact-dock__toggle { display: grid; width: 40px; height: 40px; flex: 0 0 auto; color: var(--white); border: 0; border-radius: 50%; place-items: center; box-shadow: 0 8px 20px rgba(6,29,24,.18); }
.contact-dock__icon svg { width: 20px; height: 20px; }
.contact-dock__action--whatsapp .contact-dock__icon { background: #25d366; }
.contact-dock__action--phone .contact-dock__icon { background: var(--green-700); }
.contact-dock__action--email .contact-dock__icon { background: var(--orange); }
.contact-dock__toggle { position: relative; width: 60px; height: 60px; background: var(--green-800); border: 2px solid rgba(255,255,255,.9); box-shadow: 0 14px 34px rgba(6,29,24,.28); transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.contact-dock__toggle svg { width: 25px; height: 25px; }
.contact-dock__toggle .contact-dock__open { transform: translateY(1px); }
.contact-dock__toggle::before { position: absolute; right: calc(100% + 10px); padding: 7px 10px; content: attr(data-label); color: var(--white); background: var(--green-950); border-radius: 8px; box-shadow: 0 8px 24px rgba(6,29,24,.18); font-size: .68rem; font-weight: 800; white-space: nowrap; opacity: 0; pointer-events: none; transform: translateX(5px); transition: opacity .18s ease, transform .18s ease; }
[dir="rtl"] .contact-dock__toggle::before { right: auto; left: calc(100% + 10px); transform: translateX(-5px); }
.contact-dock__toggle:hover, .contact-dock__toggle:focus-visible { background: var(--green-700); box-shadow: 0 17px 38px rgba(6,29,24,.34); transform: translateY(-2px); outline: 3px solid rgba(216,255,82,.5); outline-offset: 2px; }
.contact-dock__toggle:hover::before, .contact-dock__toggle:focus-visible::before { opacity: 1; transform: none; }
.contact-dock.is-open .contact-dock__toggle { color: var(--green-950); background: var(--lime); transform: rotate(90deg); }
.contact-dock.is-open .contact-dock__toggle::before { display: none; }
.contact-dock__toggle .contact-dock__close { display: none; }
.contact-dock.is-open .contact-dock__toggle .contact-dock__open { display: none; }
.contact-dock.is-open .contact-dock__toggle .contact-dock__close { display: block; }

.final-cta { color: var(--white); background: var(--green-800); }
.final-cta__inner { display: flex; min-height: 290px; padding-block: 50px; gap: 40px; align-items: center; justify-content: space-between; }
.final-cta .eyebrow { color: var(--lime); }
.final-cta h2 { max-width: 780px; margin: 9px 0; }
.final-cta p { margin: 0; color: rgba(255,255,255,.7); }
.site-footer { color: rgba(255,255,255,.68); background: var(--green-950); }
.footer-grid { display: grid; padding-block: 70px 55px; grid-template-columns: 1.4fr repeat(3,1fr); gap: 60px; }
.brand--footer { color: var(--white); }
.footer-brand > p { max-width: 360px; margin: 20px 0; }
.footer-contact { display: grid; margin-bottom: 20px; gap: 4px; }
.footer-contact a { color: var(--white); font-weight: 700; }
.footer-grid h3 { margin-bottom: 20px; color: var(--white); font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; }
.footer-grid > div:not(.footer-brand) a { padding: 4px 0; font-size: .84rem; }
.footer-grid a:hover { color: var(--lime); }
.footer-bottom { display: flex; min-height: 60px; align-items: center; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.1); font-size: .7rem; }

.reveal { opacity: 1; transform: translateY(18px); transition: transform .55s ease; }
.reveal.is-visible { transform: none; }
.reveal--delay { transition-delay: .12s; }

@media (max-width: 1180px) {
  :root { --shell: min(100% - 36px,1100px); }
  .header-main { grid-template-columns: auto 1fr auto; gap: 18px; }
  .lang-switch { display: none; }
  .primary-nav__inner { gap: 20px; }
  .hero__inner { grid-template-columns: 1fr 430px; gap: 30px; }
  .category-grid { grid-template-columns: repeat(4,1fr); }
  .product-grid, .product-grid--related { grid-template-columns: repeat(3,1fr); }
  .catalog-results .product-grid { grid-template-columns: repeat(2,1fr); }
  .solution-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 900px) {
  :root { --shell: calc(100% - 28px); }
  .section { padding: 75px 0; }
  .announcement__contact { display: none; }
  .announcement__inner { justify-content: center; }
  .header-main { min-height: 68px; grid-template-columns: auto 1fr auto; }
  .header-search { grid-column: 1 / -1; grid-row: 2; margin-bottom: 10px; }
  .menu-toggle { display: block; }
  .quote-button__label { display: none; }
  .primary-nav { position: fixed; width: min(390px,100%); height: calc(100vh - 104px); right: 0; top: 104px; background: var(--white); transform: translateX(105%); transition: transform .25s; overflow: auto; }
  [dir="rtl"] .primary-nav { right: auto; left: 0; transform: translateX(-105%); }
  .primary-nav.is-open { transform: none; }
  .primary-nav__inner { display: flex; width: 100%; padding: 18px; align-items: stretch; flex-direction: column; gap: 0; }
  .primary-nav__inner > a { padding: 14px 5px; border-bottom: 1px solid var(--line); }
  .nav-contact { margin: 10px 0 0; justify-content: space-between; }
  .catalog-menu { align-self: auto; }
  .catalog-menu__trigger { width: 100%; height: 48px; justify-content: space-between; }
  .catalog-menu__panel { position: static; width: 100%; padding: 16px 0; grid-template-columns: 1fr; box-shadow: none; border: 0; }
  .menu-promo { display: none; }
  .hero__inner { min-height: auto; padding-top: 20px; grid-template-columns: 1fr; }
  .hero__copy { padding: 60px 0 20px; }
  .hero__visual { width: 100%; height: 480px; }
  .hero--photo .hero__background { width: 100%; height: 58%; inset: auto 0 0; object-position: center; -webkit-mask-image: linear-gradient(180deg,transparent 0%,transparent 5%,rgba(0,0,0,.1) 18%,rgba(0,0,0,.36) 32%,rgba(0,0,0,.68) 48%,rgba(0,0,0,.9) 62%,#000 76%); mask-image: linear-gradient(180deg,transparent 0%,transparent 5%,rgba(0,0,0,.1) 18%,rgba(0,0,0,.36) 32%,rgba(0,0,0,.68) 48%,rgba(0,0,0,.9) 62%,#000 76%); }
  .hero--photo .hero__visual { height: 360px; }
  .brand-strip { min-height: 108px; grid-template-columns: 1fr; }
  .brand-strip__label { display: none; }
  .brand-strip__group a { min-width: 148px; height: 108px; padding: 16px 22px; }
  .trust-strip__grid { grid-template-columns: repeat(2,1fr); }
  .category-grid { grid-template-columns: repeat(3,1fr); }
  .product-grid, .product-grid--related { grid-template-columns: repeat(2,1fr); }
  .installation-feature__inner, .calculator-card, .page-hero__split, .audit-grid, .contact-grid { grid-template-columns: 1fr; }
  .installation-feature__media, .creative--site { min-height: 500px; }
  .steps { grid-template-columns: repeat(2,1fr); }
  .step:nth-child(2) { border-inline-end: 0; }
  .project-grid, .article-grid, .article-grid--page { grid-template-columns: 1fr; }
  .page-hero__split { padding-block: 70px; }
  .creative--installation { width: 100%; }
  .catalog-layout { grid-template-columns: 1fr; }
  .filters { position: static; }
  .catalog-results .product-grid { grid-template-columns: repeat(2,1fr); }
  .product-detail__grid { grid-template-columns: 1fr; }
  .product-detail__media { position: relative; top: auto; }
  .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2; }
  .final-cta__inner { align-items: flex-start; flex-direction: column; justify-content: center; }
}

@media (max-width: 620px) {
  :root { --shell: calc(100% - 22px); }
  .header-main { gap: 10px; }
  .brand__mark { width: 33px; }.brand__word { font-size: 1.06rem; }
  .header-actions { gap: 7px; }
  .contact-dock { right: 14px; bottom: 14px; }
  [dir="rtl"] .contact-dock { right: auto; left: 14px; }
  .contact-dock__panel { width: min(246px,calc(100vw - 28px)); }
  .contact-dock__toggle { width: 56px; height: 56px; }
  .header-search button { padding: 0 12px; font-size: 0; }.header-search button::after { content: "→"; font-size: 1rem; }
  .hero__copy h1 { font-size: 3.15rem; }
  .hero__micro { align-items: flex-start; flex-direction: column; gap: 7px; }
  .hero__visual { height: 400px; }
  .hero--photo .hero__visual { height: 310px; }
  .hero-float { display: none; }
  .brand-strip__group a { min-width: 132px; }
  .creative__sun { width: 130px; height: 130px; }
  .trust-strip__grid { grid-template-columns: 1fr; }
  .trust-strip__grid > div { min-height: 62px; }
  .section-heading { align-items: flex-start; flex-direction: column; }
  .category-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px 8px; }
  .product-grid, .product-grid--related, .catalog-results .product-grid { grid-template-columns: 1fr; }
  .category-card { min-height: 190px; padding-inline: 4px; }
  .category-card__visual { height: 105px; }
  .installation-feature__media, .creative--site { min-height: 420px; }
  .check-list { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .step { min-height: 220px; border-inline-end: 0; }
  .calculator-card__intro, .calculator { padding: 30px 22px; }
  .calculator-art { display: none; }
  .page-hero { padding: 60px 0; }
  .page-hero--compact h1, .page-hero__split h1 { font-size: 3rem; }
  .page-hero__split { gap: 35px; }
  .creative--installation { height: 390px; }
  .solution-grid { grid-template-columns: 1fr; }
  .audit-grid { gap: 50px; }
  .catalog-layout { padding-top: 35px; }
  .catalog-toolbar { align-items: flex-start; flex-direction: column; gap: 12px; }
  .catalog-toolbar label { width: 100%; justify-content: space-between; }
  .catalog-toolbar select { flex: 1; }
  .product-detail { padding-top: 25px; }
  .product-detail__media img { padding: 20px; }
  .product-service__inner, .creative-approval__inner { align-items: flex-start; flex-direction: column; }
  .product-detail__grid { gap: 25px; }
  .form-row { grid-template-columns: 1fr; }
  .contact-form-card { padding: 24px 17px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 38px 25px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { padding: 18px 0; align-items: flex-start; flex-direction: column; gap: 6px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
