:root{color-scheme:light;--paper:#faf8f4;--ink:#290f3d;--purple:#571c78;--muted:#796781;--line:#e6dfe7;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:var(--paper)}
*{box-sizing:border-box}body{margin:0}img{max-width:100%}a{color:inherit;text-decoration:none}button{font:inherit}button,a{-webkit-tap-highlight-color:transparent;touch-action:manipulation}
:focus-visible{outline:3px solid var(--purple);outline-offset:5px}.icon-definitions{position:absolute;width:0;height:0;overflow:hidden}
.skip-link{position:absolute;z-index:10;top:8px;left:12px;padding:12px;background:white;transform:translateY(-150%)}.skip-link:focus{transform:none}
.site-header{position:sticky;top:0;z-index:20;border-bottom:1px solid var(--line)}
.header-inner{min-height:76px;padding:12px 18px;display:flex;align-items:center;justify-content:space-between;gap:12px;max-width:1440px;margin:auto}
.wordmark{display:flex;align-items:center;min-height:44px;flex-shrink:0;width:112px}.wordmark img{display:block;width:100%;height:auto;filter:brightness(.4) saturate(.65)}
.language-switch{display:flex;flex-shrink:0;border:1px solid var(--line);border-radius:13px;overflow:hidden}.language-switch a{min-height:44px;min-width:40px;display:grid;place-items:center;padding:0 8px;font-size:12px;font-weight:700}.language-switch a[aria-current="page"]{color:white;background:var(--purple)}.language-switch a:focus-visible{outline-offset:-4px}
.header-whatsapp{display:flex;justify-content:center;align-items:center;gap:6px;min-height:44px;border:1px solid var(--purple);border-radius:14px;padding:0 10px;font-size:13px;font-weight:700;white-space:nowrap}.header-whatsapp svg{flex-shrink:0}
.hero-copy{padding:27px 20px 20px}.geography{margin:0 0 13px;color:var(--muted);font-size:14px;font-weight:600;line-height:1.5}
h1{overflow-wrap:anywhere;margin:0;font-size:clamp(29px,8.2vw,36px);font-weight:700;line-height:1.08;letter-spacing:-.035em}
.description{margin:21px 0 0;font-size:17px;line-height:1.45;color:#51365f}.description span{display:block}
.hero-actions{margin-top:22px}.primary-cta{min-height:54px;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;column-gap:.3em;padding:15px 18px;border-radius:999px;background:var(--purple);color:white;text-align:center;font-size:17px;line-height:1.3;font-weight:700}
.hero-figure{position:relative;margin:0}.hero-image{display:block;width:100%;height:auto}
figcaption{padding:20px 16px 22px;text-align:center;border-bottom:1px solid var(--line);font-size:17px;font-weight:700;line-height:1.45}
/* City chooser: one tap opens the matching WhatsApp chat. */
dialog {
  position: fixed;
  width: min(440px, calc(100% - 48px));
  max-height: calc(100dvh - 40px);
  overflow-y: auto;
  padding: 34px 24px 40px;
  border: 0;
  border-radius: 24px;
  background: #fff;
  color: #101016;
}
dialog::backdrop { background: rgb(20 15 22 / .48); }
html { scrollbar-gutter: stable; }
html:has(dialog[open]), body:has(dialog[open]) { overflow: hidden; }
.dialog-close {
  position: absolute;
  top: 12px;
  right: 10px;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: #101016;
  cursor: pointer;
}
dialog h2 {
  margin: 0 0 24px;
  padding-right: 22px;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: -.035em;
}
.city-links { display: grid; gap: 10px; }
.city-links a {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 56px;
  padding: 14px 18px;
  border-radius: 20px;
  background: #502075;
  color: #fff;
}
.city-links strong { font-size: 20px; line-height: 1.3; }
.city-whatsapp-icon, .city-arrow { flex-shrink: 0; }
.city-arrow { margin-left: auto; }
.city-links a:focus-visible { outline: 3px solid #502075; outline-offset: 4px; }
@media(max-width:374px) {
  dialog { width: calc(100% - 32px); padding-inline: 22px; }
  dialog h2 { font-size: 22px; }
  .city-links a { gap: 12px; padding-inline: 16px; }
}
@media(hover:hover){.primary-cta:hover{background:#43125f}.header-whatsapp:hover,.dialog-close:hover{background:#f0e9f2}.city-links a:hover{background:#40165f}}
@media(max-width:374px){.header-inner{padding-inline:12px;gap:8px}.wordmark{width:91px}.header-whatsapp{padding-inline:7px;font-size:12px;gap:5px}.header-whatsapp svg{width:18px;height:18px}.language-switch a{min-width:35px;padding-inline:6px}.hero-copy{padding-inline:18px}}
@media(min-width:600px) and (max-width:999px){.header-inner{padding-inline:32px}.hero{max-width:640px;margin:auto}.hero-copy{padding:44px 32px 24px}h1{font-size:48px}.description{font-size:21px}.hero-actions{max-width:440px}.primary-cta{font-size:18px}}
@media(min-width:1000px){.header-inner{min-height:96px;padding:20px clamp(32px,5vw,72px);justify-content:flex-end;gap:26px}.wordmark{width:174px;margin-right:auto}.language-switch a{min-width:50px;font-size:14px}.header-whatsapp{min-height:48px;padding-inline:19px;font-size:16px;gap:9px}.hero{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(0,1fr);align-items:start;gap:clamp(40px,5vw,80px);max-width:1440px;margin:auto;padding:48px clamp(32px,5vw,72px) 40px}.hero-copy{padding:clamp(30px,5vw,80px) 0 0}.geography{margin-bottom:24px;font-size:16px}h1{font-size:clamp(42px,4.05vw,59px);line-height:1.08}.description{margin-top:28px;font-size:22px;line-height:1.5}.hero-actions{margin-top:34px;max-width:440px}.primary-cta{min-height:60px;font-size:18px}.hero-image{border-radius:4px}figcaption{border-bottom:0;padding:20px 0 0;font-size:18px}}

/* Block 2 — one continuous list on mobile, within the existing page. */
.site-header { background: transparent; }
html { scroll-behavior: smooth; scroll-padding-top: var(--header-height, 77px); }
main > section, #solutions-title { scroll-margin-top: 24px; }
.skip-link { z-index: 30; }
.view-solutions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  margin-top: 12px;
  padding: 10px 16px;
  border: 1px solid var(--purple);
  border-radius: 999px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}
.solutions {
  padding: 32px 16px;
  max-width: 1440px;
  margin: 0 auto;
}
.solutions > h2 {
  margin: 0 0 20px;
  font-size: clamp(28px, 8vw, 32px);
  line-height: 1.15;
  letter-spacing: -.035em;
  color: var(--ink);
}
.solution-grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: 16px; }
.section-intro { margin: 0 0 20px; max-width: 72ch; color: var(--ink); font-size: 16px; line-height: 1.5; }
.partners-intro { margin: 16px 16px 0; }
.solution-card {
  position: relative;
  isolation: isolate;
  display: block;
  width: 100%;
  aspect-ratio: 6 / 5;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--purple);
  border-radius: 20px;
  background: #201925;
  color: white;
  cursor: pointer;
  text-align: left;
  font: inherit;
}
.solution-card > img, .solution-card > noscript > img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.solution-card.cornice > img, .solution-card.cornice > noscript > img { object-position: 60% center; }
.solution-card.roller > img, .solution-card.roller > noscript > img { object-position: left top; }
.solution-card::after {
  content: '';
  position: absolute;
  inset: 40% 0 0;
  background: linear-gradient(transparent, rgb(12 8 20 / .68));
  pointer-events: none;
}
.solution-card-bottom {
  position: absolute;
  z-index: 1;
  bottom: 16px;
  left: 16px;
  right: 16px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 8px;
}
.solution-card-title {
  align-self: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1;
  overflow-wrap: normal;
}
.solution-more {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  min-height: 44px;
  padding: 10px 12px;
  border-radius: 999px;
  background: var(--purple);
  color: white;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 700;
  white-space: nowrap;
}
.solution-more > span { font-size: 20px; line-height: 1; }
.solution-card.controls .solution-card-bottom { position: static; }
.solution-card.controls .solution-card-title {
  position: absolute;
  z-index: 1;
  top: 18px;
  right: 18px;
  left: 18px;
  text-align: right;
}
.solution-card.controls .solution-more { position: absolute; z-index: 1; bottom: 16px; right: 16px; }
.solution-card.controls::after { display: none; }
.solutions-cta { width: 100%; min-height: 58px; margin-top: 24px; font-size: 17px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }

/* Existing product-modal renderer and content, migrated to the new page. */
.product-modal {
  width: min(1000px, 70vw);
  max-height: calc(100dvh - 40px);
  padding: 12px 28px 36px;
  border-radius: 18px;
  overscroll-behavior: contain;
  color: var(--ink);
}
.product-modal > form { position: sticky; z-index: 2; top: -12px; margin: 0; display: flex; justify-content: flex-end; pointer-events: none; }
.product-close {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: white;
  color: var(--ink);
  font-size: 30px;
  cursor: pointer;
  pointer-events: auto;
}
.product-modal .details-title { margin: 0 auto 20px; width: 80%; padding: 0; font-size: 28px; }
.product-entry { width: 80%; margin: 0 auto 36px; }
.product-entry img { display: block; width: 100%; height: auto; margin: 0 auto 16px; }
.product-entry h3 { margin: 0 0 12px; font-size: clamp(19px, 2vw, 28px); line-height: 1.25; }
.product-entry p { margin: 0 0 12px; white-space: pre-line; font-size: 16px; line-height: 1.62; }
.product-entry ul, .product-entry ol { margin: 0 0 14px; padding-left: 22px; font-size: 16px; line-height: 1.62; }
.detail-intro, .detail-lead, .detail-ending { width: 80%; margin: 0 auto 22px; line-height: 1.6; }
@media (hover: hover) { .solution-card:hover .solution-more { background: #43125f; } }
@media (max-width: 767px) {
  .product-modal { width: calc(100vw - 32px); max-width: 480px; padding: 12px 16px 28px; }
  .product-entry, .product-modal .details-title, .detail-intro, .detail-lead, .detail-ending { width: 90%; }
  .product-entry p, .product-entry ul, .product-entry ol { font-size: 14px; }
  .product-entry h3 { font-size: 20px; }
}
@media (min-width: 600px) and (max-width: 999px) {
  .solutions { max-width: 640px; padding-inline: 32px; }
  .solution-card-title { font-size: 24px; }
  .solution-more { font-size: 16px; padding-inline: 20px; }
}
@media (min-width: 1000px) {
  .solutions { padding: 48px clamp(32px, 5vw, 72px) 32px; }
  .solutions > h2 { font-size: 42px; margin-bottom: 28px; }
  .solution-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
  .solution-card-title { font-size: 28px; }
  .solution-more { font-size: 16px; min-height: 48px; padding-inline: 22px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

/* Block 3 — everyday scenarios, with the original device-specific house diagrams. */
.comfort { max-width: 1440px; margin: 0 auto; padding: 28px 0 32px; }
.comfort-copy { padding: 0 16px; }
.comfort h2 { margin: 0 0 10px; font-size: clamp(28px, 7.6vw, 32px); line-height: 1.15; letter-spacing: -.035em; }
.comfort-subtitle { margin: 0 0 14px; font-size: 16px; line-height: 1.45; color: var(--muted); }
.comfort-scenarios { list-style: none; margin: 0 0 18px; padding: 0; }
.comfort-scenarios li { display: grid; grid-template-columns: 30px minmax(0, 1fr); align-items: start; gap: 12px; padding: 11px 0; }
.comfort-scenarios li + li { border-top: 1px solid var(--line); }
.comfort-scenarios svg { color: var(--purple); margin-top: 3px; }
.comfort-scenarios h3 { margin: 0 0 3px; font-size: 17px; line-height: 1.35; }
.comfort-scenarios p { margin: 0; font-size: 16px; line-height: 1.4; color: #51365f; }
.comfort-home, .comfort-home img { display: block; width: 100%; height: auto; }
.comfort-actions { display: grid; gap: 18px; padding: 18px 16px 0; }
.comfort-more { width: 100%; min-height: 54px; padding: 14px 16px; border: 1px solid var(--purple); border-radius: 999px; background: transparent; color: var(--purple); font-size: 16px; line-height: 1.4; font-weight: 700; text-align: center; cursor: pointer; }
.comfort-more span { display: inline-block; margin-left: 4px; }
.comfort-cta { min-height: 58px; font-size: 17px; }
.product-modal[data-content-key="showroom"] .detail-example { margin: 0 auto 22px; max-width: 300px; }
.product-modal[data-content-key="showroom"] .detail-example img { margin-bottom: 0; }
.product-modal[data-content-key="showroom"] .detail-example figcaption { border: 0; padding: 10px 0 0; font-size: 14px; font-weight: 400; color: var(--muted); }
.product-modal[data-content-key="showroom"] .product-entry:last-child { margin-bottom: 0; }
.product-modal[data-content-key="showroom"] .product-entry:last-child img { margin-bottom: 0; }
@media (max-width: 767px) {
  .product-modal[data-content-key="showroom"] .product-entry,
  .product-modal[data-content-key="showroom"] .details-title,
  .product-modal[data-content-key="showroom"] .detail-intro { width: 100%; }
  .product-modal[data-content-key="showroom"] .product-entry p,
  .product-modal[data-content-key="showroom"] .product-entry ul { font-size: 16px; line-height: 1.5; }
}
@media (min-width: 768px) {
  .comfort { padding: 36px 32px; }
  .comfort-copy { padding: 0; }
  .comfort-scenarios { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 24px; }
  .comfort-scenarios li + li { border: 0; }
  .comfort-actions { padding-inline: 0; }
  .product-modal[data-content-key="showroom"] .detail-example { max-width: 360px; }
}
@media (min-width: 1000px) {
  .comfort { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.4fr); column-gap: 40px; align-items: start; padding: 48px clamp(32px, 5vw, 72px); }
  .comfort h2 { font-size: 36px; }
  .comfort-scenarios { display: block; margin-bottom: 0; }
  .comfort-scenarios li + li { border-top: 1px solid var(--line); }
  .comfort-home { align-self: center; }
  .comfort-actions { grid-column: 2; padding-top: 20px; }
}
@media (hover: hover) { .comfort-more:hover { background: #f0e9f2; } }

/* Block 4 — every installation step is visible in the page flow. */
.installation-process { margin: 0 auto; padding: 32px 16px; }
.installation-process > h2 { margin: 0 0 26px; font-size: clamp(28px, 7.6vw, 32px); line-height: 1.15; letter-spacing: -.035em; }
.process-steps { display: grid; gap: 30px; list-style: none; padding: 0; margin: 0; }
.process-step { min-width: 0; }
.process-step h3 { display: flex; align-items: center; justify-content: center; width: 100%; gap: 8px; margin: 0 auto 12px; text-align: center; font-size: clamp(20px, 6vw, 24px); font-weight: 700; line-height: 1.3; }
/* A full-width flex row avoids Safari's fit-content shrinkage. Longer Kazakh
   labels fit narrow phones; enlarged accessibility text may still wrap. */
:where(html[lang="kk"]) .process-step h3 { font-size: clamp(17.5px, 5.5vw, 24px); }
.process-step h3 > span:last-child { min-width: 0; overflow-wrap: anywhere; }
.process-number { flex: 0 0 38px; display: inline-grid; place-items: center; height: 38px; border: 1.5px solid var(--purple); border-radius: 50%; color: var(--purple); font-size: 20px; font-weight: 700; }
.process-step p { margin: 0 0 16px; text-align: center; font-size: 18px; font-weight: 600; line-height: 1.45; color: #51365f; }
.process-step > img { display: block; width: 100%; height: auto; aspect-ratio: 1280 / 868; object-fit: cover; object-position: 50% 0%; margin-inline: auto; border-radius: 24px; }
.process-step:nth-child(3) > img { object-position: 50% 50%; }
.process-video { display: flex; gap: 8px; align-items: center; justify-content: center; width: 100%; min-height: 48px; padding: 12px 16px; margin-top: 10px; border: 1px solid var(--purple); border-radius: 999px; color: var(--purple); font-size: 16px; line-height: 1.4; font-weight: 700; text-align: center; }
.process-video span { font-size: 13px; }
.process-cta { margin-top: 28px; min-height: 58px; }
.product-entry picture { display: block; }
@media (min-width: 768px) {
  .installation-process { max-width: 624px; padding: 48px 32px; }
  .installation-process > h2 { font-size: 36px; }
  .process-step h3 { font-size: 26px; }
  .process-step p { font-size: 20px; }
  .process-number { flex-basis: 42px; height: 42px; font-size: 22px; }
}
@media (hover: hover) { .process-video:hover { background: #f0e9f2; } }

/* Block 5 — shared banner, two actions, no full-screen catalogue. */
.partners { max-width: 832px; margin: 0 auto; padding: 24px 16px 32px; }
.partners-card { overflow: hidden; border: 1px solid var(--line); border-radius: 18px; }
.partners-banner { display: block; width: 100%; height: auto; }
.partners-actions { display: grid; gap: 12px; padding: 16px; }
.partners-more { display: flex; align-items: center; justify-content: center; gap: 8px; min-height: 54px; padding: 14px 18px; border: 1px solid var(--purple); border-radius: 999px; background: transparent; color: var(--purple); font-size: 17px; line-height: 1.3; font-weight: 700; cursor: pointer; }
.partners-cta { min-width: 0; }
.product-modal[data-content-key="partners"] .product-entry { margin-bottom: 28px; }
@media (max-width: 767px) {
  .product-modal[data-content-key="partners"] .product-entry,
  .product-modal[data-content-key="partners"] .details-title,
  .product-modal[data-content-key="partners"] .detail-intro,
  .product-modal[data-content-key="partners"] .detail-lead { width: 100%; }
  .product-modal[data-content-key="partners"] .product-entry p,
  .product-modal[data-content-key="partners"] .product-entry ul,
  .product-modal[data-content-key="partners"] .product-entry ol { font-size: 16px; line-height: 1.5; }
  .product-modal[data-content-key="partners"] .details-title { font-size: 24px; }
}
@media (min-width: 768px) {
  .partners { padding-top: 32px; padding-bottom: 48px; }
  .partners-actions { grid-template-columns: repeat(2, minmax(0, 1fr)); padding: 20px; }
}
@media (hover: hover) { .partners-more:hover { background: #f0e9f2; } }

/* Block 6 — window-focused crop with the calculation CTA in the image. */
.contacts { max-width: 1000px; margin: 0 auto; padding: 24px 16px 32px; }
.contacts > h2 { margin: 0 0 12px; font-size: clamp(28px, 7.6vw, 32px); line-height: 1.15; font-weight: 700; letter-spacing: -.035em; overflow-wrap: anywhere; }
.contacts-subtitle { margin: 0 0 18px; font-size: 18px; line-height: 1.45; font-weight: 600; color: #51365f; }
.contacts-media { position: relative; isolation: isolate; display: flex; align-items: flex-end; aspect-ratio: var(--contacts-mobile-ratio); padding: 16px; overflow: hidden; border-radius: 18px; }
.contacts-media picture { position: absolute; inset: 0; z-index: -1; }
.contacts-media img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: 50% var(--contacts-mobile-position); }
.contacts-cta { width: 100%; min-width: 0; min-height: 56px; font-size: 17px; overflow-wrap: anywhere; }
@media (min-width: 768px) {
  .contacts { padding: 32px 32px 48px; }
  .contacts > h2 { max-width: 24ch; font-size: 38px; }
  .contacts-subtitle { font-size: 20px; }
  .contacts-media { aspect-ratio: var(--contacts-desktop-ratio); }
  .contacts-media img { object-position: 50% var(--contacts-desktop-position); }
  .contacts-cta { font-size: 18px; }
}

/* Footer — the original photos support clear paths to work and reviews. */
.site-footer { position: relative; isolation: isolate; overflow: clip; background: #f7f8f8; scroll-margin-top: 24px; }
.footer-media { position: absolute; inset: 0; z-index: -2; pointer-events: none; }
.footer-media img { display: block; width: 92%; height: 100%; margin-left: auto; object-fit: contain; object-position: right bottom; transform: translateX(3.4%); }
.site-footer::before { content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none; background: linear-gradient(90deg, #f7f8f8 0%, rgba(247,248,248,.7) 18%, rgba(247,248,248,0) 48%); }
.footer-inner { display: grid; grid-template-rows: minmax(440px, 1fr) auto; min-height: 800px; max-width: 1440px; margin: 0 auto; padding: 32px 16px 24px; }
.footer-works { width: min(62%, 200px); align-self: center; }
.footer-works h2 { margin: 0 0 16px; font-size: 22px; line-height: 1.2; font-weight: 700; overflow-wrap: anywhere; }
.footer-socials { display: grid; gap: 4px; }
.footer-social { display: flex; align-items: center; gap: 10px; min-height: 48px; width: max-content; max-width: 100%; font-size: 17px; line-height: 1.35; font-weight: 600; }
.footer-social span { overflow-wrap: anywhere; }
.footer-social svg { flex: 0 0 26px; width: 26px; height: 26px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.footer-social .svg-fill { fill: currentColor; stroke: none; }
.footer-social.instagram svg { color: #c92267; }
.footer-social.youtube svg { color: #e00000; }
.footer-social.tiktok svg { color: #111; }
.footer-social.facebook svg { color: #1877f2; }
.footer-bottom { min-width: 0; }
.footer-actions { display: grid; gap: 12px; }
.footer-reviews { border: 0; min-height: 56px; cursor: pointer; }
.footer-catalog { display: flex; justify-content: center; align-items: center; gap: 6px; min-height: 56px; padding: 14px 18px; border: 1px solid var(--purple); border-radius: 999px; background: rgba(255,255,255,.8); color: var(--purple); font-size: 17px; line-height: 1.35; font-weight: 700; text-align: center; }
.footer-catalog, .footer-reviews { overflow-wrap: anywhere; }
.footer-address { width: fit-content; max-width: 100%; text-decoration: underline; text-underline-offset: 3px; }
.footer-bottom address { display: grid; gap: 4px; margin-top: 18px; font-size: 15px; line-height: 1.5; font-style: normal; font-weight: 600; }
@media (max-width: 767px) {
  .footer-actions { width: 50%; }
  .footer-reviews, .footer-catalog { min-width: 0; width: 100%; padding: 12px 8px; }
}
.product-modal[data-content-key="reviews"] .details-title,
.product-modal[data-content-key="reviews"] .product-entry { width: 100%; }
.product-modal[data-content-key="reviews"] .product-entry { max-width: 620px; margin-bottom: 0; }
.product-modal[data-content-key="reviews"] img { margin: 0; }
@media (min-width: 768px) {
  .footer-media img { width: 100%; margin-left: 0; transform: none; }
  .footer-inner { min-height: clamp(700px, 61vw, 900px); padding: 40px clamp(32px, 5vw, 72px) 32px; }
  .footer-works { width: 300px; }
  .footer-works h2 { font-size: 28px; }
  .footer-social { font-size: 18px; gap: 12px; }
  .footer-bottom { width: min(62%, 640px); }
  .footer-actions { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-bottom address { font-size: 16px; }
}
@media (hover: hover) {
  .footer-social:hover span { text-decoration: underline; text-underline-offset: 4px; }
  .footer-catalog:hover { background: #fff; }
}

/* The hero video stays within the full, uncropped photo. */
.hero-video {
  position: absolute;
  left: 50%;
  bottom: 22px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: max-content;
  max-width: calc(100% - 40px);
  min-height: 48px;
  padding: 12px 22px;
  border-radius: 999px;
  background: var(--purple);
  color: #fff;
  font-size: 17px;
  line-height: 1.35;
  font-weight: 700;
  text-align: center;
}
@media (hover: hover) {
  .hero-video:hover { background: #43125f; }
  .view-solutions:hover { background: #f0e9f2; }
}

/* Why NOVO — compact facts, one workshop photo, optional company details. */
.why-novo { max-width: 1440px; margin: 0 auto; padding: 28px 16px; }
.why-overview { display: grid; gap: 20px; }
.why-copy h2 { margin: 0 0 12px; font-size: clamp(28px, 8vw, 32px); line-height: 1.15; letter-spacing: -.035em; }
.why-intro { margin: 0; font-size: 17px; line-height: 1.45; color: #51365f; }
.why-facts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin: 22px 0 0; }
.why-facts dt { font-size: clamp(23px, 6vw, 28px); line-height: 1.2; font-weight: 700; }
.why-facts dd { margin: 7px 0 0; font-size: 15px; line-height: 1.4; color: #51365f; }
.why-video { display: block; position: relative; align-self: start; border-radius: 24px; }
.why-video img { display: block; width: 100%; height: auto; border-radius: inherit; }
.why-video-overlay { position: absolute; top: 12px; left: 12px; right: 12px; display: flex; flex-wrap: wrap; align-items: center; gap: 8px; }
.why-video-button { display: block; max-width: 100%; padding: 13px 14px; min-height: 48px; border-radius: 24px; background: var(--purple); color: #fff; font-size: 15px; font-weight: 700; line-height: 1.45; }
.why-video-button span { white-space: nowrap; }
.why-duration { padding: 5px 9px; border-radius: 999px; background: rgba(250,248,244,.95); color: var(--ink); font-size: 13px; line-height: 1.35; font-weight: 700; }
.why-documents { margin: 18px 0; border-block: 1px solid var(--line); }
.why-documents summary { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 56px; padding: 12px 0; list-style: none; cursor: pointer; font-size: 17px; line-height: 1.4; font-weight: 600; }
.why-documents summary::-webkit-details-marker { display: none; }
.why-chevron { flex: 0 0 auto; font-size: 24px; }
.why-documents[open] .why-chevron { transform: rotate(180deg); }
.why-document-copy { padding-bottom: 16px; font-size: 16px; line-height: 1.5; overflow-wrap: anywhere; }
.why-document-copy p { margin: 0 0 12px; }
.why-document-copy p:last-child { margin-bottom: 0; }
.why-cta { width: 100%; }
.site-header.over-workshop .header-inner { background: rgba(250,248,244,.9); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); }
@media (min-width: 768px) {
  .why-novo { padding: 36px 32px; }
  .why-overview { grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr); gap: 28px; align-items: center; }
  .why-copy h2 { font-size: 36px; }
  .why-video-button { font-size: 16px; }
}
@media (min-width: 1000px) {
  .why-novo { padding: 40px clamp(32px, 5vw, 72px); }
  .why-intro { font-size: 20px; }
  .why-facts dt { font-size: 30px; }
  .why-facts dd { font-size: 17px; }
}
@media (hover: hover) {
  .why-video:hover .why-video-button { background: #43125f; }
  .why-documents summary:hover { color: var(--purple); }
}
