/* ============================================================
   YORHUS Web v3 — стили, добавленные при пересборке в 5 страниц.
   Базовые токены и компоненты — в styles.css (не изменялись).
   ============================================================ */

/* — v4: единый H1 страницы + подзаголовок (тёмные секции) — */
.page-h1 {
  font-family: var(--serif, 'Playfair Display', Georgia, serif);
  font-weight: 600;
  font-size: clamp(30px, 3.6vw, 46px);
  line-height: 1.08;
  text-wrap: balance;
  color: inherit;
  margin: 2px 0 10px;
}

/* ============ V12 LOCAL SEO STRIP ============ */
.local-seo {
  padding: clamp(22px, 3vw, 34px) 0 clamp(34px, 4.4vw, 54px);
  background: #fff;
}
.local-seo-inner {
  display: grid;
  grid-template-columns: minmax(260px, .82fr) minmax(0, 1fr);
  gap: clamp(18px, 3.2vw, 46px);
  align-items: start;
  padding-top: clamp(22px, 3vw, 34px);
  border-top: 1px solid rgba(6,32,97,0.12);
}
.local-seo h2 {
  max-width: 13ch;
  margin: 8px 0 0;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(25px, 2.6vw, 38px);
  line-height: 1.08;
  letter-spacing: -0.01em;
}
.local-seo-copy {
  margin: 0;
  color: rgba(6,32,97,0.72);
  font-size: clamp(14.5px, 1.25vw, 17px);
  line-height: 1.62;
}
.local-seo-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}
.local-seo-tags span {
  border: 1px solid rgba(6,32,97,0.12);
  background: rgba(6,32,97,0.035);
  color: rgba(6,32,97,0.78);
  border-radius: 999px;
  padding: 7px 11px;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
@media (max-width: 760px) {
  .local-seo {
    padding: 16px 0 34px;
  }
  .local-seo-inner {
    grid-template-columns: 1fr;
    gap: 14px;
    padding-top: 22px;
  }
  .local-seo h2 {
    max-width: none;
  }
  .local-seo-tags {
    gap: 7px;
  }
  .local-seo-tags span {
    font-size: 10px;
    padding: 6px 9px;
  }
}
.page-subtitle {
  font-weight: 500;
  font-size: clamp(15px, 1.5vw, 19px);
  line-height: 1.25;
  color: var(--muted-on-dark, #9aa3b8);
  text-wrap: balance;
  margin: 0;
}

/* — клиентская цитата под Hero — */
.hero-quote {
  margin-top: clamp(24px, 3vw, 40px);
  padding: clamp(20px, 2.4vw, 28px) clamp(22px, 2.6vw, 32px);
  border-left: 3px solid var(--gold);
  background: rgba(255, 255, 255, 0.5);
  border-radius: 4px;
}
.hero-quote-text {
  font-family: var(--serif);
  font-size: clamp(17px, 1.5vw, 21px);
  line-height: 1.5;
  font-style: italic;
  color: var(--ink);
}
.hero-quote-author {
  margin-top: 12px;
  font-size: 13px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--ink-soft, #14306F);
  opacity: 0.75;
  font-weight: 600;
}

/* — компактная полоса доверия (вариант trust для Главной) — */
.v3-trust {
  padding: clamp(18px, 2.4vw, 26px) 0;
}
.v3-trust .benefit-row {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1px;
}
.v3-trust .benefit-row .trust-item {
  display: grid;
  align-content: start;
  gap: 9px;
  min-height: 126px;
  padding: clamp(16px, 1.6vw, 22px);
  border-left: 0;
  background: linear-gradient(180deg, rgba(232,224,208,0.075), rgba(232,224,208,0.035));
}
.v3-trust .benefit-row .trust-num {
  font-size: clamp(28px, 2.45vw, 38px);
  color: var(--gold);
}
.v3-trust .benefit-row .trust-num-eco {
  color: #7BC96F;
}
.v3-trust .benefit-row .trust-lbl {
  max-width: 18ch;
  font-size: 12.5px;
  line-height: 1.35;
  color: rgba(232,224,208,0.82);
}
@media (max-width: 1180px) {
  .v3-trust .benefit-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 760px) {
  .v3-trust .benefit-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .v3-trust .benefit-row .trust-item {
    min-height: 112px;
    padding: 16px;
  }
  .v3-trust .benefit-row .trust-lbl {
    max-width: none;
  }
}
@media (max-width: 420px) {
  .v3-trust .benefit-row {
    grid-template-columns: 1fr;
  }
  .v3-trust .benefit-row .trust-item {
    min-height: 0;
  }
}

/* — подзаголовок блока внутри объединённой страницы (мягкий разделитель) — */
.block-sub-head {
  margin: clamp(56px, 7vw, 96px) 0 clamp(20px, 2.4vw, 32px);
  padding-top: clamp(40px, 5vw, 64px);
  border-top: 1px solid var(--line, rgba(6,32,97,0.12));
}
.block-sub-head .eyebrow { margin-bottom: 10px; }
.block-sub-head h3 {
  font-family: var(--serif);
  font-weight: 600;
  font-size: clamp(26px, 3vw, 40px);
  line-height: 1.1;
  color: var(--ink);
  letter-spacing: -0.01em;
}
.block-sub-head p {
  margin-top: 14px;
  max-width: 60ch;
  color: var(--ink-soft, #3a4a73);
  font-size: clamp(15px, 1.2vw, 17px);
}

/* — точка интеграции живого калькулятора (iframe) — */
.calc-embed {
  position: relative;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--line, rgba(6,32,97,0.12));
  box-shadow: 0 30px 80px -40px rgba(6, 32, 97, 0.45);
  background: var(--ink-deep, #03174F);
}
.calc-embed iframe {
  display: block;
  width: 100%;
  height: 1180px;
  border: 0;
}
.calc-embed-note {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 0.02em;
  color: var(--ink-soft, #14306F);
  opacity: 0.7;
}
.calc-embed-note::before {
  content: "";
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 4px rgba(196, 160, 80, 0.18);
}
@media (max-width: 720px) {
  .calc-embed iframe { height: 1480px; }
}

/* — страница: единый верхний отступ под фиксированной навигацией — */
.page-top { padding-top: clamp(28px, 4vw, 56px); }

/* ============================================================
   v3 — доработки по ТЗ (выравнивания, цвета, упрощения)
   ============================================================ */

/* — лиды в section-head выравниваем по нижней линии заголовка,
     чтобы текст не «висел криво» над заголовком — */
@media (min-width: 761px) {
  .section-head { align-items: end; }
  .section-head p { padding-bottom: 4px; }
}

/* — симметричная сетка преимуществ на Главной (4 в ряд) — */
.adv-grid--4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 1000px) { .adv-grid--4 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px)  { .adv-grid--4 { grid-template-columns: 1fr; } }

/* — заголовки block-sub-head на тёмных секциях были тёмными и сливались с фоном — */
.tech-section .block-sub-head,
.nzeb-section .block-sub-head,
.live-section .block-sub-head { border-top-color: rgba(240,235,222,0.16); }
.tech-section .block-sub-head h3,
.nzeb-section .block-sub-head h3,
.live-section .block-sub-head h3 { color: var(--cream); }
.tech-section .block-sub-head p,
.nzeb-section .block-sub-head p,
.live-section .block-sub-head p { color: var(--muted-on-dark); }

/* — сравнительная таблица: живее и читабельнее — */
.cmp-table tbody tr { transition: background .25s var(--ease-soft, ease); }
.cmp-table tbody tr:hover { background: rgba(196,160,80,0.06); }
.cmp-table tbody tr:hover .cmp-sip-cell { background: rgba(196,160,80,0.16); }
.cmp-yes, .cmp-warn, .cmp-no {
  display: inline-flex; align-items: center; gap: 5px;
  padding: 4px 11px; border-radius: 999px; font-size: 13px; line-height: 1.2;
}
.cmp-yes  { background: rgba(47,94,55,0.12);  color: #2F5E37; font-weight: 600; }
.cmp-warn { background: rgba(160,120,48,0.14); color: var(--gold-deep); font-weight: 600; }
.cmp-no   { background: rgba(197,106,74,0.12); color: #C56A4A; font-weight: 600; }
.cmp-table td.cmp-sip-cell { background: rgba(196,160,80,0.10); }
.cmp-table thead .cmp-col-sip { position: relative; }

/* — PHI: фото с текстом-оверлеем (меняется при смене языка) — */
.phi-hero {
  display: grid; grid-template-columns: 1.15fr 1fr;
  gap: clamp(24px, 3vw, 44px); align-items: center;
  margin: clamp(36px, 5vw, 60px) 0 clamp(48px, 6vw, 72px);
}
.phi-hero-media {
  position: relative; border-radius: 16px; overflow: hidden;
  aspect-ratio: 16 / 11; min-height: 280px;
  box-shadow: 0 40px 90px -50px rgba(0,0,0,0.8);
}
.phi-hero-media img { width: 100%; height: 100%; object-fit: cover; }
.phi-hero-media::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(3,19,62,0.86) 0%, rgba(3,19,62,0.55) 38%, rgba(3,19,62,0) 70%);
}
.phi-hero-cap {
  position: absolute; left: clamp(20px,3vw,34px); top: 0; bottom: 0;
  display: flex; flex-direction: column; justify-content: center;
  max-width: 60%; z-index: 2;
}
.phi-hero-kicker {
  font-family: var(--mono); font-size: clamp(17px, 2.4vw, 30px); letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--gold); font-weight: 600; margin-bottom: 16px;
  text-shadow: 0 2px 18px rgba(3,19,62,0.6);
}
.phi-hero-title {
  font-family: var(--serif); font-weight: 600; color: var(--cream);
  font-size: clamp(24px, 2.8vw, 38px); line-height: 1.12; text-wrap: balance;
}
.phi-hero-text p {
  font-size: clamp(15px, 1.3vw, 18px); line-height: 1.7;
  color: var(--muted-on-dark); text-wrap: pretty;
}
.phi-hero-text p + p { margin-top: 16px; }
.phi-hero-text strong { color: var(--gold); font-weight: 500; }
@media (max-width: 820px) {
  .phi-hero { grid-template-columns: 1fr; }
  .phi-hero-cap { max-width: 78%; }
}

/* — Сроки на «Как строим»: блок был светлым текстом на светлом фоне (невидимый) — */
#process .tl-rows { border-top-color: rgba(6,32,97,0.12); }
#process .tl-row { border-bottom-color: rgba(6,32,97,0.10); }
#process .tl-row-name { color: var(--ink); }
#process .tl-row-bar { background: rgba(6,32,97,0.08); border-radius: 999px; }
#process .tl-row-bar span { border-radius: 999px; }
#process .tl-row-dur { color: var(--ink); }
#process .tl-row-dur em { color: var(--muted); }
#process .tl-total { color: var(--ink); }
#process .tl-total-lbl { color: var(--cream); }
#process .tl-total-val { color: var(--ink); }

/* — Карта объектов (Проекты) — */
.geo-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: clamp(18px, 2vw, 26px);
}
.geo-card {
  display: flex; flex-direction: column;
  border: 1px solid rgba(6,32,97,0.12); border-radius: 16px; overflow: hidden;
  background: var(--cream); transition: transform .3s var(--ease-out, ease), box-shadow .3s ease;
}
.geo-card:hover { transform: translateY(-4px); box-shadow: 0 22px 44px -26px rgba(6,32,97,0.34); }
.geo-map { position: relative; aspect-ratio: 16 / 11; background: #e9e6dd; }
.geo-map iframe { width: 100%; height: 100%; border: 0; display: block; filter: saturate(0.92); }
.geo-body { padding: clamp(16px, 1.6vw, 22px); }
.geo-status {
  display: inline-block; font-family: var(--mono); font-size: 10px;
  letter-spacing: 0.14em; text-transform: uppercase; font-weight: 600;
  padding: 4px 10px; border-radius: 999px; margin-bottom: 12px;
}
.geo-status-done { background: rgba(47,94,55,0.12); color: #2F5E37; }
.geo-status-wip  { background: rgba(160,120,48,0.16); color: var(--gold-deep); }
.geo-status-prod { background: rgba(6,32,97,0.10); color: var(--ink); }
.geo-city { font-family: var(--serif); font-size: clamp(20px, 2vw, 24px); color: var(--ink); line-height: 1.1; }
.geo-role { color: var(--muted); font-size: 14.5px; margin-top: 6px; }
.geo-link {
  display: inline-flex; align-items: center; gap: 8px; margin-top: 16px;
  font-size: 14px; font-weight: 600; color: var(--gold-deep); text-decoration: none;
}
.geo-link:hover { color: var(--ink); }
@media (max-width: 880px) { .geo-grid { grid-template-columns: 1fr; max-width: 460px; margin: 0 auto; } }

/* ============================================================
   v5 — рефайн по аудиту: 26× визуал, надёжность, 5 фаз,
   сроки по отделке, PH>nZEB, срок службы
   ============================================================ */

/* — 26× сравнение теплопотерь (визуальное) — */
.heat-compare {
  display: grid; grid-template-columns: auto 1fr;
  gap: clamp(24px, 5vw, 64px); align-items: center; margin-top: 8px;
}
.heat-x {
  font-family: var(--serif); font-weight: 700;
  font-size: clamp(72px, 13vw, 150px); line-height: .82; color: var(--gold-deep);
}
.heat-bars { display: flex; flex-direction: column; gap: 22px; max-width: 640px; width: 100%; }
.heat-axis {
  font-family: var(--mono); font-size: 11px; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--muted); margin-bottom: 4px;
}
.heat-row-top {
  display: flex; justify-content: space-between; align-items: baseline;
  gap: 12px; margin-bottom: 8px;
}
.heat-row-name { font-family: var(--serif); font-size: clamp(18px, 2vw, 22px); color: var(--ink); }
.heat-row-val { font-family: var(--mono); font-size: 13px; color: var(--muted); white-space: nowrap; }
.heat-bar { height: 14px; border-radius: 999px; background: rgba(6,32,97,0.08); overflow: hidden; }
.heat-bar span { display: block; height: 100%; border-radius: 999px; }
.heat-bar.sip span { width: 100%; background: linear-gradient(90deg, var(--gold-deep), var(--gold)); }
.heat-bar.brick span { width: 4%; background: rgba(6,32,97,0.4); }
.heat-lead { margin: clamp(22px, 3vw, 30px) 0 0; max-width: 64ch; line-height: 1.6; color: var(--muted); font-size: 16px; }
.heat-method { margin-top: 14px; font-size: 13px; font-style: italic; color: var(--muted); max-width: 64ch; }
@media (max-width: 760px) { .heat-compare { grid-template-columns: 1fr; gap: 24px; } }

/* — надёжность конструкции: карточка с большим числом — */
.adv-num-unit { font-style: normal; color: var(--gold-deep); font-size: 0.42em; margin-left: 4px; }

/* — 5 крупных фаз строительства — */
.phase-flow {
  display: grid; grid-template-columns: repeat(5, 1fr); gap: 0;
  position: relative; margin-top: clamp(32px, 4vw, 48px);
}
.phase-flow::before {
  content: ''; position: absolute; top: 21px; left: 0; right: 0;
  height: 1px; background: rgba(6,32,97,0.16); z-index: 0;
}
.phase { position: relative; z-index: 1; padding: 0 clamp(10px, 1.4vw, 20px); }
.phase-num {
  width: 44px; height: 44px; border-radius: 50%;
  display: grid; place-items: center;
  font-family: var(--serif); font-size: 18px; color: var(--ink);
  background: var(--cream); border: 1px solid var(--gold);
  margin-bottom: 22px;
}
.phase-t { font-family: var(--serif); font-size: clamp(18px, 1.5vw, 21px); line-height: 1.2; color: var(--ink); margin-bottom: 10px; text-wrap: balance; }
.phase-d { font-size: 14px; line-height: 1.5; color: var(--muted); text-wrap: pretty; }
@media (max-width: 820px) {
  .phase-flow { grid-template-columns: 1fr; }
  .phase-flow::before { top: 0; bottom: 22px; left: 21px; right: auto; width: 1px; height: auto; }
  .phase { display: grid; grid-template-columns: 44px 1fr; column-gap: 20px; padding: 0 0 28px; }
  .phase:last-child { padding-bottom: 0; }
  .phase-num { margin-bottom: 0; }
  .phase-t { grid-column: 2; margin-top: 8px; }
  .phase-d { grid-column: 2; }
}

/* — срок службы (отдельно от гарантий) — */
.svc-life {
  margin-top: clamp(26px, 3vw, 36px);
  display: flex; gap: clamp(18px, 2.4vw, 28px); align-items: center; flex-wrap: wrap;
  padding: clamp(24px, 3vw, 32px) clamp(26px, 3vw, 36px);
  background: var(--cream); border: 1px solid rgba(6,32,97,0.14);
  border-left: 3px solid var(--gold);
}
.svc-life-num { font-family: var(--serif); font-size: clamp(38px, 4.5vw, 56px); line-height: 1; color: var(--gold-deep); white-space: nowrap; }
.svc-life-num em { font-style: normal; font-size: 0.42em; }
.svc-life-txt { font-size: 15.5px; line-height: 1.6; color: var(--muted); flex: 1; min-width: 260px; max-width: 68ch; }
.svc-life-txt strong { color: var(--ink); font-weight: 600; }

/* — гарантии: 2 карточки ровным рядом — */
.guar-grid--2 { grid-template-columns: repeat(2, 1fr); max-width: 760px; }
@media (max-width: 640px) { .guar-grid--2 { grid-template-columns: 1fr; } }

/* — nZEB: Passive House получает больше веса; nZEB — короче — */
.nzeb-explainers { grid-template-columns: 1.35fr 1fr; }
@media (max-width: 900px) { .nzeb-explainers { grid-template-columns: 1fr; } }
.nzeb-crit {
  list-style: none; margin: 18px 0 0; padding: 18px 0 0;
  border-top: 1px solid rgba(232,224,208,0.14); display: grid; gap: 9px;
}
.nzeb-crit li { position: relative; padding-left: 22px; font-size: 14.5px; line-height: 1.45; color: rgba(232,224,208,0.82); }
.nzeb-crit li::before { content: ''; position: absolute; left: 0; top: 7px; width: 7px; height: 7px; border-radius: 50%; background: var(--gold); }
.nzeb-explain--secondary { background: var(--ink); }

/* — nZEB: единое пояснение под карточками (вместо большого gold-баннера) — */
.nzeb-note {
  margin-top: clamp(32px, 4vw, 48px);
  padding: clamp(20px, 2.4vw, 26px) clamp(22px, 2.6vw, 30px);
  border-left: 3px solid var(--gold); background: rgba(232,224,208,0.04);
  border-radius: 4px; max-width: 860px;
}
.nzeb-note p { font-size: 15.5px; line-height: 1.65; color: rgba(232,224,208,0.82); margin: 0; }

/* — единственная короткая доверительная строка в hero — */
.hero-trust {
  display: inline-flex; align-items: center; gap: 10px;
  margin-bottom: 32px; font-size: 15px; color: var(--ink); font-weight: 500;
  flex-wrap: wrap;
}
.hero-trust .dot { width: 5px; height: 5px; border-radius: 50%; background: var(--gold-deep); flex-shrink: 0; }

/* ============================================================
   v8 — sales lift, denser home rhythm and stronger process UI
   ============================================================ */

body.home-page .page-top { padding-top: 0; }
body.home-page .hero {
  padding: clamp(24px, 3.2vw, 36px) 0 clamp(22px, 3vw, 32px);
  background:
    linear-gradient(120deg, rgba(246,242,231,0.96) 0%, rgba(246,242,231,0.82) 44%, rgba(203,167,91,0.10) 100%);
}
body.home-page .hero-grid {
  grid-template-columns: minmax(0, 1.06fr) minmax(340px, 0.94fr);
  gap: clamp(28px, 5vw, 64px);
}
body.home-page .hero h1 {
  font-size: clamp(36px, 4.2vw, 54px);
  line-height: 1;
  letter-spacing: -0.01em;
  max-width: 10.5em;
  margin-bottom: clamp(14px, 1.7vw, 18px);
}
body.home-page .hero p.lede {
  max-width: 61ch;
  margin-bottom: clamp(14px, 1.8vw, 18px);
  font-weight: 500;
  color: rgba(6,32,97,0.76);
  line-height: 1.48;
}
body.home-page .hero-tag {
  margin-bottom: clamp(14px, 1.8vw, 18px);
}
.home-hero-bullets {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px 14px;
  margin-bottom: clamp(18px, 2.1vw, 22px);
  max-width: 720px;
}
.home-hero-bullets li {
  align-items: flex-start;
  font-size: clamp(14px, 1.2vw, 15.5px);
  line-height: 1.35;
  color: var(--ink);
}
.home-hero-bullets .hero-bullet-check {
  width: 22px;
  height: 22px;
  margin-top: 1px;
}
body.home-page .hero-visual {
  aspect-ratio: 4 / 3;
  width: min(480px, 100%);
  max-width: none;
  justify-self: end;
  min-height: auto;
  border: 1px solid rgba(6,32,97,0.10);
  box-shadow: 0 34px 80px -44px rgba(6,32,97,0.58);
}
body.home-page .hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(3,19,62,0.06) 0%, rgba(3,19,62,0.18) 100%);
  pointer-events: none;
}
body.home-page .hero-visual-meta,
body.home-page .hero-visual-tag {
  box-shadow: 0 16px 34px -20px rgba(3,19,62,0.65);
}
body.home-page .trust { padding: clamp(18px, 2.2vw, 26px) 0; }
body.home-page .section { padding: clamp(44px, 5.6vw, 72px) 0; }
body.home-page .section-head { margin-bottom: clamp(22px, 3vw, 34px); }
.home-adv-grid .adv-cell {
  min-height: 230px;
  justify-content: flex-start;
}
.home-adv-grid .adv-title { min-height: 2.4em; }
.dir-card .proj-body {
  min-height: 178px;
  display: flex;
  flex-direction: column;
}
.dir-card .proj-desc { flex: 1; }
.home-dark-btn,
.cta-band.gold .btn-primary {
  background: var(--ink-deep, #03174F);
  color: var(--cream, #E8E0D0);
  border-color: rgba(3, 23, 79, 0.95);
  box-shadow: 0 18px 38px -24px rgba(3, 23, 79, 0.85);
}
.home-dark-btn:hover,
.cta-band.gold .btn-primary:hover {
  background: var(--ink, #062061);
  color: var(--cream, #E8E0D0);
  transform: translateY(-1px);
}
.home-tech-link {
  padding: clamp(18px, 2.4vw, 28px) var(--pad) clamp(42px, 5vw, 62px);
  text-align: center;
}
.home-process {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(12px, 1.5vw, 18px);
  position: relative;
}
.home-process-step {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  min-height: 178px;
  padding: clamp(18px, 2vw, 24px);
  background: var(--cream, #F1EADC);
  border: 1px solid rgba(6,32,97,0.12);
  box-shadow: 0 24px 52px -42px rgba(6,32,97,0.55);
}
.home-process-step::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: linear-gradient(180deg, var(--gold), rgba(203,167,91,0.28));
}
.home-process-num {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--ink, #062061);
  color: var(--gold, #CBA75B);
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: .08em;
}
.home-process-step strong {
  display: block;
  font-family: var(--serif);
  font-size: clamp(18px, 1.45vw, 22px);
  line-height: 1.15;
  color: var(--ink);
  margin: 4px 0 10px;
}
.home-process-step p {
  margin: 0;
  color: rgba(6,32,97,0.72);
  font-size: 14.5px;
  line-height: 1.5;
}
.home-process-foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  margin-top: clamp(18px, 2.4vw, 28px);
  padding: 14px 0 0;
  border-top: 1px solid rgba(6,32,97,0.12);
}
.home-process-foot span {
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(6,32,97,0.62);
}

.tech-meaning,
.heat-proof-grid,
.cmp-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(12px, 1.6vw, 20px);
}
.tech-section#tech {
  padding-top: clamp(46px, 5.6vw, 74px);
  padding-bottom: clamp(46px, 5.6vw, 72px);
}
.tech-section#tech .section-head {
  margin-bottom: clamp(24px, 3vw, 38px);
}
.tech-section#tech .panel-figure {
  max-width: 1020px;
}
.tech-section#tech .tech-stats {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 1020px;
  margin-top: clamp(26px, 3vw, 38px);
  padding-top: clamp(18px, 2.2vw, 24px);
}
.nzeb-section#nzeb,
.tech-section#compare,
#heatloss,
#load {
  padding-top: clamp(52px, 6.5vw, 84px);
  padding-bottom: clamp(52px, 6.5vw, 84px);
}
.tech-section#compare .section-head,
#heatloss .section-head,
#load .section-head {
  margin-bottom: clamp(28px, 3.8vw, 48px);
}
.tech-meaning {
  margin-top: clamp(16px, 2vw, 24px);
}
.tech-meaning-card {
  padding: clamp(18px, 2vw, 24px);
  border: 1px solid rgba(232,224,208,0.16);
  background: linear-gradient(180deg, rgba(232,224,208,0.075), rgba(232,224,208,0.035));
}
.tech-meaning-card span,
.heat-proof-card span {
  display: inline-block;
  margin-bottom: 10px;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--gold);
}
.tech-meaning-card strong,
.heat-proof-card strong {
  display: block;
  font-family: var(--serif);
  font-size: clamp(19px, 1.7vw, 24px);
  line-height: 1.15;
  color: var(--cream);
  margin-bottom: 10px;
}
.tech-meaning-card p {
  margin: 0;
  color: var(--muted-on-dark);
  line-height: 1.55;
}
.heat-proof-grid {
  margin-bottom: clamp(24px, 3.4vw, 42px);
}
.heat-proof-card {
  padding: clamp(18px, 2vw, 24px);
  border: 1px solid rgba(6,32,97,0.12);
  background: rgba(255,255,255,0.55);
}
.heat-proof-card strong {
  color: var(--ink);
}
.heat-proof-card p {
  margin: 0;
  color: rgba(6,32,97,0.72);
  line-height: 1.55;
}
.heat-simple {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: clamp(14px, 2vw, 24px);
  align-items: stretch;
}
.heat-simple-card {
  padding: clamp(22px, 2.8vw, 34px);
  background: var(--cream, #F1EADC);
  border: 1px solid rgba(6,32,97,0.12);
  box-shadow: 0 26px 60px -46px rgba(6,32,97,0.55);
}
.heat-simple-card span {
  display: block;
  margin-bottom: 14px;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--gold-deep);
}
.heat-simple-card strong {
  display: block;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(34px, 4.2vw, 58px);
  line-height: .95;
}
.heat-simple-card small {
  font-family: var(--mono);
  font-size: .28em;
  color: rgba(6,32,97,0.62);
}
.heat-simple-card p {
  margin: 14px 0 0;
  color: rgba(6,32,97,0.72);
  line-height: 1.5;
}
.heat-simple-card--muted {
  background: rgba(255,255,255,0.48);
}
.heat-simple-vs {
  align-self: center;
  width: clamp(74px, 8vw, 118px);
  height: clamp(74px, 8vw, 118px);
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--ink, #062061);
  color: var(--gold);
  font-family: var(--serif);
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1;
  box-shadow: 0 20px 46px -30px rgba(6,32,97,0.65);
}
.heat-simple .heat-method {
  grid-column: 1 / -1;
  margin-top: 0;
}
.fire-section {
  background: linear-gradient(135deg, #071d56 0%, #102a63 58%, #2c1c22 100%);
  color: var(--cream);
}
.fire-section .container {
  position: relative;
}
.fire-shell {
  display: grid;
  grid-template-columns: minmax(280px, .78fr) minmax(0, 1.22fr);
  gap: clamp(22px, 4vw, 54px);
  align-items: stretch;
}
.fire-class-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(28px, 4vw, 52px);
  border: 1px solid rgba(255,255,255,0.12);
  background: linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.035));
  box-shadow: inset 4px 0 0 rgba(203,167,91,0.9);
}
.fire-class-card span {
  margin-bottom: 18px;
  color: var(--gold);
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.fire-class-card strong {
  color: #fff;
  font-family: var(--serif);
  font-size: clamp(56px, 8vw, 112px);
  line-height: .86;
  letter-spacing: .01em;
}
.fire-class-card p {
  margin: clamp(18px, 2.4vw, 28px) 0 0;
  max-width: 36ch;
  color: rgba(232,224,208,0.78);
  line-height: 1.58;
}
.fire-content {
  padding: clamp(24px, 3.4vw, 44px) 0;
}
.fire-content h2 {
  margin: 0 0 16px;
  color: var(--cream);
  font-family: var(--serif);
  font-size: clamp(30px, 3.4vw, 48px);
  line-height: 1.04;
  text-wrap: balance;
}
.fire-content > p {
  margin: 0;
  max-width: 68ch;
  color: rgba(232,224,208,0.78);
  font-size: clamp(15.5px, 1.24vw, 18px);
  line-height: 1.62;
}
.fire-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin: clamp(22px, 3vw, 34px) 0;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.12);
}
.fire-list div {
  display: grid;
  gap: 8px;
  padding: clamp(16px, 2vw, 22px);
  background: rgba(6,32,97,0.36);
}
.fire-list b {
  color: #fff;
  font-family: var(--serif);
  font-size: clamp(18px, 1.45vw, 22px);
  line-height: 1.12;
}
.fire-list span {
  color: rgba(232,224,208,0.74);
  line-height: 1.5;
  font-size: 14px;
}
.fire-note {
  padding-top: 14px;
  border-top: 1px solid rgba(203,167,91,0.26);
  color: rgba(232,224,208,0.66) !important;
  font-size: 13px !important;
}
.tech-reliability-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.cmp-cards {
  grid-template-columns: 1fr;
}
.cmp-card {
  position: relative;
  overflow: hidden;
  padding: clamp(18px, 2vw, 24px);
  border: 1px solid rgba(232,224,208,0.16);
  background: linear-gradient(135deg, rgba(232,224,208,0.075), rgba(3,19,62,0.20));
}
.cmp-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: linear-gradient(180deg, var(--gold), rgba(203,167,91,0.18));
}
.cmp-card h4 {
  margin: 0 0 14px;
  font-family: var(--serif);
  font-size: clamp(20px, 1.8vw, 25px);
  color: var(--cream);
}
.cmp-values {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
.cmp-values span {
  display: grid;
  gap: 7px;
  min-height: 86px;
  padding: 14px;
  background: rgba(3,19,62,0.32);
  border: 1px solid rgba(232,224,208,0.10);
}
.cmp-values span:first-child {
  background: linear-gradient(145deg, rgba(203,167,91,0.24), rgba(203,167,91,0.10));
  border-color: rgba(203,167,91,0.46);
  box-shadow: inset 0 0 0 1px rgba(203,167,91,0.08);
}
.cmp-values span:nth-child(2) {
  background: rgba(75, 102, 136, 0.20);
  border-color: rgba(166, 183, 207, 0.18);
}
.cmp-values span:nth-child(3) {
  background: rgba(132, 83, 62, 0.16);
  border-color: rgba(205, 144, 112, 0.18);
}
.cmp-values b {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .11em;
  text-transform: uppercase;
  color: rgba(232,224,208,0.78);
}
.cmp-values em {
  font-style: normal;
  color: var(--cream);
  font-weight: 600;
  line-height: 1.35;
}

.build-intro {
  background: linear-gradient(120deg, rgba(246,242,231,0.98), rgba(246,242,231,0.88));
}
.build-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.55fr);
  gap: clamp(24px, 5vw, 70px);
  align-items: center;
}
.build-intro-lede {
  margin-top: 16px;
  max-width: 64ch;
  font-size: clamp(17px, 1.5vw, 20px);
  line-height: 1.58;
  color: rgba(6,32,97,0.76);
}
.build-intro-panel {
  display: grid;
  gap: 10px;
  padding: clamp(18px, 2.2vw, 26px);
  border: 1px solid rgba(6,32,97,0.12);
  background: var(--cream, #F1EADC);
  box-shadow: 0 28px 70px -46px rgba(6,32,97,0.55);
}
.build-intro-panel div {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid rgba(6,32,97,0.10);
}
.build-intro-panel strong {
  color: var(--gold-deep);
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: .12em;
}
.build-intro-panel span {
  color: var(--ink);
  font-weight: 600;
  line-height: 1.35;
}
.build-intro-panel .btn {
  margin-top: 8px;
}
.live-visit {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  align-items: stretch;
  background: var(--ink, #062061);
  color: var(--cream);
  border: 1px solid rgba(203,167,91,0.22);
  box-shadow: 0 34px 80px -50px rgba(3,19,62,0.72);
}
.live-visit picture {
  min-height: 360px;
  overflow: hidden;
}
.live-visit-img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  display: block;
}
.live-visit-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(26px, 4vw, 54px);
}
.live-visit-body h2 {
  margin: 18px 0 14px;
  font-family: var(--serif);
  font-size: clamp(30px, 3.5vw, 48px);
  line-height: 1.02;
  color: var(--cream);
  text-wrap: balance;
}
.live-visit-body p {
  margin: 0;
  color: rgba(232,224,208,0.78);
  font-size: clamp(15.5px, 1.25vw, 18px);
  line-height: 1.6;
  max-width: 56ch;
}
.live-visit-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0;
}
.live-visit-facts span {
  padding: 8px 12px;
  border: 1px solid rgba(203,167,91,0.28);
  color: rgba(232,224,208,0.84);
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.live-visit-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}
.live-visit-actions .proj-cta {
  color: var(--gold);
}
.svc-life--hero {
  margin-top: 0;
  margin-bottom: clamp(18px, 2.6vw, 30px);
  background: var(--ink, #062061);
  border: 1px solid rgba(203,167,91,0.28);
  border-left: 0;
}
.svc-life--hero .svc-life-num {
  color: var(--gold);
  font-size: clamp(58px, 7vw, 92px);
}
.svc-life--hero .svc-life-txt {
  color: rgba(232,224,208,0.78);
  max-width: 72ch;
}
.svc-life--hero .svc-life-txt strong {
  display: block;
  color: var(--cream);
  font-family: var(--serif);
  font-size: clamp(23px, 2.2vw, 32px);
  line-height: 1.1;
  margin-bottom: 8px;
}
.svc-life--hero .svc-life-txt span {
  display: block;
}

#intro[data-screen-label="Timelines by finish"] {
  padding-top: clamp(44px, 5.5vw, 72px);
  padding-bottom: clamp(46px, 6vw, 78px);
}
#intro[data-screen-label="Timelines by finish"] .section-head {
  grid-template-columns: 1fr;
  margin-bottom: clamp(24px, 3vw, 38px);
}
#intro[data-screen-label="Timelines by finish"] .page-h1 {
  max-width: 860px;
}
#intro[data-screen-label="Timelines by finish"] h2 {
  max-width: 760px;
}
#intro[data-screen-label="Timelines by finish"] .tl-grid {
  margin-top: clamp(22px, 3vw, 36px);
}

@media (max-width: 1020px) {
  .home-process,
  .tech-meaning,
  .heat-proof-grid,
  .tech-reliability-grid,
  .fire-shell {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .build-intro-grid,
  .live-visit {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 760px) {
  .home-process,
  .tech-meaning,
  .heat-proof-grid,
  .tech-reliability-grid,
  .cmp-values,
  .heat-simple,
  .fire-shell,
  .fire-list {
    grid-template-columns: 1fr;
  }
  .heat-simple-vs {
    justify-self: start;
    width: 74px;
    height: 74px;
  }
  .fire-content {
    padding-top: 0;
  }
  .tech-section#tech .tech-stats {
    grid-template-columns: 1fr;
  }
  .tech-section#tech .tech-stat + .tech-stat {
    border-left: 0;
    border-top: 1px solid var(--ink-line);
    padding-top: 18px;
  }
  .home-process-step {
    min-height: 0;
  }
  .home-process-foot {
    align-items: stretch;
    flex-direction: column;
  }
  .home-process-foot .btn {
    width: 100%;
    justify-content: center;
  }
  .build-intro-panel div {
    grid-template-columns: 34px 1fr;
  }
  .live-visit picture,
  .live-visit-img {
    min-height: 240px;
  }
  .live-visit-actions .btn {
    width: 100%;
  }
  .svc-life--hero {
    align-items: flex-start;
  }
}

.phase-flow {
  gap: clamp(10px, 1.2vw, 16px);
  align-items: stretch;
}
.phase-flow::before {
  top: 30px;
  left: 3%;
  right: 3%;
  height: 2px;
  background: linear-gradient(90deg, rgba(203,167,91,0.20), rgba(203,167,91,0.85), rgba(203,167,91,0.20));
}
.phase {
  background: var(--cream);
  border: 1px solid rgba(6,32,97,0.12);
  padding: clamp(18px, 2vw, 24px);
  min-height: 204px;
  box-shadow: 0 22px 48px -38px rgba(6,32,97,0.45);
  overflow: visible;
}
.phase::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--gold), rgba(203,167,91,0.28));
}
.phase:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 30px;
  right: -15px;
  width: 14px;
  height: 14px;
  border-top: 2px solid var(--gold);
  border-right: 2px solid var(--gold);
  transform: rotate(45deg);
  z-index: 3;
}
.phase-num {
  width: 60px;
  height: 60px;
  margin-bottom: 18px;
  background: var(--ink);
  color: var(--gold);
  border: 1px solid rgba(203,167,91,0.85);
  box-shadow: 0 0 0 8px var(--cream), 0 16px 30px -18px rgba(6,32,97,0.75);
}
.phase-t { font-weight: 600; }
.phase-d { color: rgba(6,32,97,0.70); }
.tl-grid {
  gap: clamp(12px, 1.4vw, 18px);
  background: transparent;
  border: 0;
}
.tl-cell {
  min-height: 168px;
  border: 1px solid rgba(203,167,91,0.26);
  box-shadow: 0 24px 56px -40px rgba(3,19,62,0.55);
  overflow: hidden;
}
.tl-cell::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--gold), var(--gold-soft, #E2C988));
}
.tl-dur {
  color: var(--gold-soft, #E2C988);
  margin-bottom: 12px;
}
.tl-name {
  font-size: 16px;
  letter-spacing: 0.02em;
}

@media (max-width: 960px) {
  body.home-page .hero-grid { grid-template-columns: 1fr; }
  body.home-page .hero h1 { max-width: 12em; }
  body.home-page .hero-visual {
    width: 100%;
    justify-self: stretch;
    min-height: auto;
  }
}
@media (max-width: 760px) {
  .home-hero-bullets { grid-template-columns: 1fr; }
  body.home-page .hero { padding: 26px 0 34px; }
  body.home-page .hero-tag { margin-bottom: 12px; }
  body.home-page .hero h1 {
    font-size: clamp(32px, 8.7vw, 38px);
    margin-bottom: 12px;
  }
  body.home-page .hero p.lede {
    font-size: 15px;
    line-height: 1.42;
    margin-bottom: 12px;
  }
  .home-hero-bullets {
    gap: 6px;
    margin-bottom: 16px;
  }
  .home-hero-bullets li {
    font-size: 14px;
    line-height: 1.32;
  }
  .home-hero-bullets .hero-bullet-check {
    width: 20px;
    height: 20px;
  }
  body.home-page .hero-ctas {
    gap: 10px;
    flex-wrap: nowrap;
  }
  body.home-page .hero-ctas .btn {
    flex: 1 1 0;
    min-width: 0;
    justify-content: center;
    padding: 12px 10px;
    font-size: 11px;
    letter-spacing: 0.055em;
    white-space: nowrap;
  }
  body.home-page .hero-visual {
    width: 100%;
    max-height: 220px;
  }
  body.home-page .section { padding: 44px 0; }
  .home-adv-grid .adv-cell { min-height: 0; padding: 26px 22px; }
  .home-adv-grid .adv-title { min-height: 0; }
  .phase-flow { gap: 14px; }
  .phase-flow::before {
    left: 29px;
    top: 4px;
    bottom: 4px;
    right: auto;
    width: 2px;
    height: auto;
    background: linear-gradient(180deg, rgba(203,167,91,0.30), rgba(203,167,91,0.90), rgba(203,167,91,0.30));
  }
  .phase {
    grid-template-columns: 60px 1fr;
    column-gap: 18px;
    min-height: 0;
    padding: 16px;
  }
  .phase:not(:last-child)::after {
    top: auto;
    right: auto;
    left: 25px;
    bottom: -16px;
    transform: rotate(135deg);
  }
  .phase-num {
    width: 58px;
    height: 58px;
    box-shadow: 0 0 0 6px var(--cream);
  }
  .phase-t { margin-top: 4px; }
  .tl-cell { min-height: 0; padding: 28px 24px 26px; }
}
@media (max-width: 480px) {
  body.home-page .hero h1 { font-size: clamp(31px, 8.6vw, 37px); }
  body.home-page .hero-visual-meta { right: 12px; top: 12px; font-size: 8.5px; }
  body.home-page .hero-visual-tag { left: 12px; bottom: 12px; }
}

/* ============================================================
   v9 — conversion polish, clearer tech intro, denser process
   ============================================================ */

/* Home benefit strip: 4 strong business benefits + 2 contract/process proofs. */
.home-benefits {
  padding: clamp(16px, 2vw, 22px) 0;
}
.home-benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: rgba(232,224,208,0.12);
  border: 1px solid rgba(232,224,208,0.10);
}
.home-benefits-grid .trust-item {
  display: grid;
  align-content: start;
  gap: 10px;
  min-height: 148px;
  padding: clamp(18px, 2vw, 26px);
  border-left: 0 !important;
  background: linear-gradient(180deg, rgba(232,224,208,0.085), rgba(232,224,208,0.035));
}
.home-benefits-grid .trust-item--primary {
  box-shadow: inset 0 4px 0 rgba(203,167,91,0.85);
}
.home-benefits-grid .trust-item--secondary {
  min-height: 112px;
  grid-column: span 2;
  display: flex;
  align-items: center;
  gap: clamp(14px, 2vw, 22px);
  background: rgba(232,224,208,0.045);
}
.home-benefits-grid .trust-num {
  font-size: clamp(34px, 3.4vw, 52px);
  line-height: .9;
}
.home-benefits-grid .trust-item--secondary .trust-num {
  font-size: clamp(30px, 2.6vw, 42px);
}
.home-benefits-grid .trust-lbl {
  max-width: 26ch;
  color: rgba(232,224,208,0.84);
  font-size: clamp(13px, 1.05vw, 15px);
  line-height: 1.38;
}
.home-benefits-grid .trust-item--primary .trust-lbl {
  color: rgba(232,224,208,0.90);
  font-weight: 500;
}

/* Technology first screen: make the SIP panel explanation concrete and less cave-like. */
.tech-section#tech {
  background:
    linear-gradient(135deg, rgba(246,242,231,0.98), rgba(246,242,231,0.90)),
    var(--cream, #F6F2E7);
  color: var(--ink, #062061);
  padding-top: clamp(38px, 4.8vw, 62px);
  padding-bottom: clamp(38px, 4.8vw, 64px);
}
.tech-section#tech h1,
.tech-section#tech h2,
.tech-section#tech .page-subtitle {
  color: var(--ink, #062061);
}
.tech-section#tech .section-head .eyebrow {
  color: var(--gold-deep, #8C661E);
}
.tech-section#tech .section-head p {
  color: rgba(6,32,97,0.74);
  font-weight: 500;
}
.tech-section#tech .panel-figure {
  max-width: 1040px;
  border: 1px solid rgba(6,32,97,0.12);
  background: linear-gradient(145deg, rgba(6,32,97,0.05), rgba(203,167,91,0.10));
  box-shadow: 0 34px 80px -52px rgba(6,32,97,0.62);
  overflow: hidden;
}
.tech-section#tech .panel-img {
  filter: saturate(1.03) contrast(1.03);
}
.tech-section#tech .panel-dot {
  background: var(--gold, #CBA75B);
  box-shadow: 0 0 0 2px rgba(246,242,231,0.95), 0 0 0 6px rgba(6,32,97,0.22);
}
.tech-section#tech .panel-line {
  background: rgba(6,32,97,0.52);
}
.tech-section#tech .panel-cap {
  background: rgba(246,242,231,0.94);
  border-color: rgba(6,32,97,0.18);
  box-shadow: 0 18px 42px -30px rgba(6,32,97,0.62);
}
.tech-section#tech .panel-cap strong {
  color: var(--ink, #062061);
}
.tech-section#tech .panel-cap > span {
  color: rgba(6,32,97,0.68);
}
.tech-section#tech .panel-cap-meta {
  color: var(--gold-deep, #8C661E) !important;
}
.tech-section#tech .tech-stats {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 1040px;
  margin-top: clamp(20px, 2.6vw, 30px);
  border-top-color: rgba(6,32,97,0.12);
}
.tech-section#tech .tech-stat + .tech-stat {
  border-left-color: rgba(6,32,97,0.12);
}
.tech-section#tech .tech-stat-num {
  color: var(--ink, #062061);
}
.tech-section#tech .tech-stat-lbl {
  color: rgba(6,32,97,0.66);
}
.tech-section#tech .tech-meaning-card {
  background: rgba(255,255,255,0.58);
  border-color: rgba(6,32,97,0.12);
  box-shadow: 0 18px 42px -34px rgba(6,32,97,0.44);
}
.tech-section#tech .tech-meaning-card span {
  color: var(--gold-deep, #8C661E);
}
.tech-section#tech .tech-meaning-card strong {
  color: var(--ink, #062061);
}
.tech-section#tech .tech-meaning-card p {
  color: rgba(6,32,97,0.70);
}

.heat-result-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: clamp(18px, 2.4vw, 28px);
  background: rgba(6,32,97,0.10);
  border: 1px solid rgba(6,32,97,0.10);
}
.heat-result-grid span {
  padding: clamp(14px, 1.6vw, 20px);
  background: rgba(255,255,255,0.62);
  color: rgba(6,32,97,0.76);
  font-size: 14px;
  line-height: 1.45;
}
.heat-result-grid b {
  display: block;
  margin-bottom: 5px;
  color: var(--ink, #062061);
  font-family: var(--serif);
  font-size: clamp(18px, 1.55vw, 22px);
  line-height: 1.1;
}

/* Construction page: tighter first rhythm and smaller production footprint. */
#intro[data-screen-label="Timelines by finish"] {
  padding-top: clamp(34px, 4.2vw, 54px);
  padding-bottom: clamp(22px, 3vw, 34px);
}
#intro[data-screen-label="Timelines by finish"] .tl-grid {
  margin-top: clamp(18px, 2.2vw, 26px);
}
#intro[data-screen-label="Timelines by finish"] .cmp-note {
  margin-top: 14px;
}
#stages[data-screen-label="Stages"] {
  padding-top: clamp(28px, 3.8vw, 46px);
}
.site-proof-section {
  background:
    linear-gradient(180deg, rgba(244,241,234,0.96), rgba(232,224,208,0.92)),
    var(--cream);
  padding-top: clamp(42px, 5vw, 68px);
  padding-bottom: clamp(42px, 5.2vw, 72px);
}
.site-proof-section .section-head {
  grid-template-columns: minmax(0, .96fr) minmax(360px, 1.04fr);
  gap: clamp(24px, 3.4vw, 48px);
  align-items: end;
  margin-bottom: clamp(22px, 3vw, 34px);
}
.site-proof-section .section-head h2 {
  font-size: clamp(34px, 3.4vw, 48px);
  line-height: 1.05;
}
.site-proof-section .section-head p {
  max-width: 60ch;
}
.site-proof-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.32fr) minmax(300px, .88fr);
  gap: clamp(12px, 1.4vw, 18px);
  align-items: stretch;
}
.site-proof-side {
  display: grid;
  gap: clamp(12px, 1.4vw, 18px);
}
.site-proof-card {
  position: relative;
  align-self: stretch;
  height: 100%;
  min-height: 260px;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: var(--ink, #062061);
  color: var(--cream);
  border: 1px solid rgba(203,167,91,0.28);
  box-shadow: 0 28px 70px -46px rgba(3,19,62,0.72);
}
.site-proof-card--hero {
  min-height: clamp(420px, 44vw, 560px);
}
.site-proof-card picture,
.site-proof-card img {
  display: block;
  width: 100%;
  height: 100%;
}
.site-proof-card img {
  position: absolute;
  inset: 0;
  object-fit: cover;
  filter: saturate(1.04) contrast(1.03);
}
.site-proof-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(3,19,62,0.02) 36%, rgba(3,19,62,0.82) 100%);
  pointer-events: none;
}
.site-proof-card figcaption {
  position: absolute;
  left: clamp(14px, 2vw, 24px);
  right: clamp(14px, 2vw, 24px);
  bottom: clamp(14px, 2vw, 24px);
  z-index: 1;
  max-width: 620px;
}
.site-proof-card figcaption span {
  display: block;
  margin-bottom: 8px;
  color: var(--gold-soft, #E2C988);
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.site-proof-card figcaption strong {
  display: block;
  color: var(--cream);
  font-size: clamp(16px, 1.4vw, 20px);
  line-height: 1.35;
  text-wrap: balance;
}
.site-proof-side .site-proof-card figcaption strong {
  font-size: 15px;
  line-height: 1.35;
}
.site-proof-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: clamp(16px, 2vw, 22px);
}
.site-proof-points span {
  padding: 9px 12px;
  border: 1px solid rgba(6,32,97,0.12);
  background: rgba(255,255,255,0.44);
  color: rgba(6,32,97,0.76);
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.live-section#production {
  padding-top: clamp(42px, 5vw, 64px);
  padding-bottom: clamp(42px, 5.4vw, 72px);
}
.live-section#production .prod-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(10px, 1.2vw, 14px);
}
.live-section#production .prod-cell {
  aspect-ratio: 4 / 3;
}
.live-section#production .prod-cell figcaption {
  left: 16px;
  right: 16px;
  bottom: 16px;
}
.live-section#production .prod-cap {
  font-size: 12.5px;
  max-width: none;
}
.guar-section {
  padding-top: clamp(48px, 6vw, 78px);
  padding-bottom: clamp(48px, 6vw, 78px);
}
.guar-section .section-head {
  margin-bottom: clamp(18px, 2.4vw, 28px);
}
.svc-life--hero {
  padding: clamp(20px, 2.6vw, 30px);
}
.guar-grid--2 {
  margin-top: clamp(20px, 2.8vw, 34px);
}

/* Calculator disclaimer without touching formulas. */
.calc-price-disclaimer {
  margin: 14px 0 0;
  max-width: 66ch;
  color: rgba(232,224,208,0.66);
  font-size: 13.5px;
  line-height: 1.55;
}
.calcx .panel .note {
  border-left: 2px solid rgba(203,167,91,0.62);
  padding-left: 12px;
}

/* Keep anchor jumps readable below the fixed header. */
main section[id],
.section[id],
[id="heatloss"],
[id="nzeb"],
[id="comparison"],
[id="faq"] {
  scroll-margin-top: 128px;
}

@media (max-width: 1040px) {
  .home-benefits-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .home-benefits-grid .trust-item--secondary {
    grid-column: span 1;
  }
  .live-section#production .prod-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .site-proof-grid {
    grid-template-columns: 1fr;
  }
  .site-proof-section .section-head {
    grid-template-columns: 1fr;
    gap: 12px;
    max-width: 760px;
  }
  .site-proof-section .section-head p {
    padding-bottom: 0;
  }
  .site-proof-side {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .site-proof-card--hero {
    min-height: 420px;
  }
}
@media (max-width: 760px) {
  .home-benefits-grid,
  .heat-result-grid,
  .tech-section#tech .tech-stats {
    grid-template-columns: 1fr;
  }
  .home-benefits-grid .trust-item,
  .home-benefits-grid .trust-item--secondary {
    min-height: 0;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 18px;
  }
  .home-benefits-grid .trust-num,
  .home-benefits-grid .trust-item--secondary .trust-num {
    width: 92px;
    flex: 0 0 92px;
    font-size: 34px;
  }
  .home-benefits-grid .trust-lbl {
    max-width: none;
    font-size: 14px;
  }
  .tech-section#tech .panel-figure {
    aspect-ratio: 1 / .72;
  }
  .tech-section#tech .panel-cap {
    padding: 9px 12px;
  }
  .tech-section#tech .tech-stat + .tech-stat {
    border-left: 0;
    border-top: 1px solid rgba(6,32,97,0.12);
  }
  .live-section#production .prod-grid {
    grid-template-columns: 1fr;
  }
  .live-section#production .prod-cell {
    aspect-ratio: 16 / 10;
  }
  .site-proof-section {
    padding-top: 38px;
    padding-bottom: 42px;
  }
  .site-proof-section .section-head {
    max-width: 320px;
  }
  .site-proof-section .section-head h2 {
    font-size: 28px;
    line-height: 1.08;
  }
  .site-proof-section .section-head p {
    font-size: 14.5px;
    line-height: 1.55;
  }
  .site-proof-side {
    grid-template-columns: 1fr;
  }
  .site-proof-card,
  .site-proof-card--hero {
    min-height: 0;
    height: auto;
    background: rgba(255,255,255,0.58);
  }
  .site-proof-card picture {
    height: auto;
  }
  .site-proof-card img {
    position: static;
    height: auto;
    aspect-ratio: 16 / 10;
    object-fit: cover;
  }
  .site-proof-card figcaption {
    position: static;
    padding: 15px 16px 17px;
    max-width: none;
    background: rgba(255,255,255,0.72);
  }
  .site-proof-card::after {
    display: none;
  }
  .site-proof-card figcaption span {
    color: var(--gold-deep, #9F7A2E);
  }
  .site-proof-card figcaption strong,
  .site-proof-side .site-proof-card figcaption strong {
    font-size: 14px;
    line-height: 1.42;
    color: var(--ink, #062061);
  }
  .site-proof-points {
    gap: 8px;
  }
  .site-proof-points span {
    flex: 1 1 calc(50% - 8px);
    text-align: center;
  }
  #stages[data-screen-label="Stages"] {
    padding-top: 32px;
  }
  #stages[data-screen-label="Stages"] .section-head {
    margin-bottom: 18px;
  }
  #stages[data-screen-label="Stages"] .phase-flow {
    gap: 10px;
    margin-top: 20px;
  }
  #stages[data-screen-label="Stages"] .phase-flow::before {
    left: 23px;
    top: 8px;
    bottom: 8px;
  }
  #stages[data-screen-label="Stages"] .phase {
    grid-template-columns: 46px 1fr;
    grid-template-rows: auto auto;
    column-gap: 14px;
    row-gap: 3px;
    padding: 14px;
  }
  #stages[data-screen-label="Stages"] .phase-num {
    grid-row: 1 / span 2;
    width: 46px;
    height: 46px;
    font-size: 16px;
    box-shadow: 0 0 0 5px var(--cream), 0 12px 22px -18px rgba(6,32,97,0.70);
  }
  #stages[data-screen-label="Stages"] .phase-t {
    grid-column: 2;
    grid-row: 1;
    margin: 0;
    font-size: 20px;
    line-height: 1.15;
  }
  #stages[data-screen-label="Stages"] .phase-d {
    grid-column: 2;
    grid-row: 2;
    margin: 0;
    font-size: 13.5px;
    line-height: 1.38;
  }
  #stages[data-screen-label="Stages"] .phase:not(:last-child)::after {
    left: 18px;
    bottom: -11px;
    width: 10px;
    height: 10px;
  }
  .calc-price-disclaimer {
    font-size: 13px;
  }
  main section[id],
  .section[id],
  [id="heatloss"],
  [id="nzeb"],
  [id="comparison"],
  [id="faq"] {
    scroll-margin-top: 74px;
  }
}
@media (max-width: 430px) {
  .home-benefits-grid .trust-num,
  .home-benefits-grid .trust-item--secondary .trust-num {
    width: 78px;
    flex-basis: 78px;
    font-size: 30px;
  }
}

/* V12 visual balance fixes */
.home-benefits-grid .trust-item--secondary:last-child .trust-num {
  width: auto;
  min-width: 82px;
  flex: 0 0 auto;
  font-family: var(--mono);
  font-size: clamp(14px, 1.35vw, 18px);
  line-height: 1.15;
  letter-spacing: 0.06em;
  text-transform: none;
  overflow-wrap: normal;
}
#load .tech-reliability-grid .adv-cell:not(:first-child) .adv-num,
#quality .quality-check-grid .adv-num {
  width: 28px;
  height: 28px;
  border: 1px solid rgba(196,160,80,0.35);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-family: var(--sans);
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  color: var(--gold-deep) !important;
  background: rgba(196,160,80,0.08);
}

/* ============ V10 LAYOUT POLISH ============ */
.nav-inner {
  gap: clamp(16px, 2vw, 28px);
}
.nav-links {
  gap: clamp(16px, 2vw, 28px);
  min-width: 0;
}
.nav-right {
  gap: 14px;
  min-width: 0;
  flex-shrink: 1;
}
.nav-right > .btn {
  padding: 11px 16px;
  font-size: 12px;
  letter-spacing: 0.065em;
  white-space: nowrap;
}

@media (max-width: 1160px) {
  .nav-links {
    gap: 18px;
    font-size: 14px;
  }
  .nav-right {
    gap: 10px;
  }
  .nav-right > .btn {
    padding: 9px 11px;
    font-size: 11px;
    max-width: 176px;
  }
  .logo-text-tag {
    display: none;
  }
}

@media (max-width: 1040px) and (min-width: 861px) {
  .nav-links {
    gap: 14px;
    font-size: 13.5px;
  }
  .logo {
    gap: 10px;
  }
  .logo-mark {
    width: 48px;
  }
  .logo-text-name {
    font-size: 19px;
    letter-spacing: 0.16em;
  }
  .nav-right > .btn {
    max-width: 150px;
    white-space: normal;
    line-height: 1.12;
    text-align: center;
    justify-content: center;
  }
}

.footer {
  padding-bottom: 16px;
}
.footer-cta {
  padding: clamp(22px, 3vw, 30px) 0;
}
.footer-cta-inner {
  gap: clamp(18px, 2.5vw, 28px);
}
.footer-cta-h {
  font-size: clamp(22px, 2.2vw, 30px);
}
.footer-grid {
  grid-template-columns: minmax(200px, 1.1fr) minmax(110px, 0.65fr) minmax(110px, 0.65fr) minmax(300px, 1.45fr);
  gap: clamp(20px, 2.4vw, 34px);
  padding: clamp(32px, 4vw, 42px) 0 clamp(24px, 3.2vw, 34px);
  align-items: start;
}
.footer-brand,
.footer-contact {
  grid-column: auto;
}
.footer-brand p {
  margin-top: 14px;
  font-size: 13.5px;
  line-height: 1.5;
}
.footer-col h4,
.footer-contact h4 {
  margin-bottom: 14px;
}
.footer-col ul {
  gap: 8px;
}
.footer-col a {
  font-size: 13.5px;
}
.footer-contact ul {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 14px;
}
.footer-contact .ft-line-legal {
  grid-column: 1 / -1;
}
.footer-contact li:has(a[href^="mailto:"]) {
  grid-column: 1 / -1;
}
.ft-line {
  gap: 10px;
  align-items: flex-start;
  font-size: 13.2px;
}
.ft-line-text {
  min-width: 0;
  overflow-wrap: anywhere;
}
.ft-ico {
  width: 28px;
  height: 28px;
}
.ft-ico svg {
  width: 14px;
  height: 14px;
}
.footer-bottom {
  padding-top: 18px;
  font-size: 12.5px;
}
.footer-socials a {
  width: 34px;
  height: 34px;
}
.footer-socials a svg {
  width: 16px;
  height: 16px;
}

dialog.pm {
  margin: auto;
}
dialog.pm.pm-concept,
dialog.pm:has(.proj-status-concept) {
  width: min(1040px, 94vw);
  max-height: min(820px, 92vh);
  overflow: hidden;
}
dialog.pm.pm-concept .pm-inner,
dialog.pm:has(.proj-status-concept) .pm-inner {
  display: grid;
  grid-template-columns: 1fr;
  max-height: inherit;
  overflow-y: auto;
}
dialog.pm.pm-concept .pm-media,
dialog.pm:has(.proj-status-concept) .pm-media {
  min-height: 0;
  height: min(58vh, 560px);
  padding: clamp(8px, 1vw, 14px);
}
dialog.pm.pm-concept .pm-media img,
dialog.pm:has(.proj-status-concept) .pm-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
dialog.pm.pm-concept .pm-info,
dialog.pm:has(.proj-status-concept) .pm-info {
  max-height: none;
  overflow: visible;
  padding: 22px clamp(24px, 3vw, 34px) 28px;
}

@media (max-width: 860px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    padding-top: 34px;
  }
  .footer-brand,
  .footer-contact {
    grid-column: 1 / -1;
  }
  .footer-contact ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .footer-cta {
    padding: 18px 0;
  }
  .footer-cta-inner {
    gap: 14px;
  }
  .footer-cta-h {
    font-size: 20px;
    line-height: 1.22;
  }
  .footer-cta-actions {
    gap: 8px;
  }
  .footer-cta-actions .btn {
    padding: 11px 12px;
    font-size: 11.5px;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 18px 20px;
    padding-top: 26px;
  }
  .footer-brand,
  .footer-contact {
    grid-column: 1 / -1;
  }
  .footer-brand {
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 14px;
    align-items: center;
  }
  .footer-brand .logo-mark {
    width: 52px;
  }
  .footer-brand p {
    margin-top: 0;
    max-width: none;
  }
  .footer-contact ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 12px;
  }
  .footer-contact li:has(a[href^="mailto:"]),
  .footer-contact li:has(a[href*="maps.app"]),
  .footer-contact .ft-line-legal {
    grid-column: 1 / -1;
  }
  .footer-cta-actions {
    width: 100%;
  }
  .footer-bottom {
    gap: 10px;
    padding-top: 14px;
  }
}

@media (max-width: 860px) {
  dialog.pm.pm-concept,
  dialog.pm:has(.proj-status-concept) {
    width: 100vw;
  }
  dialog.pm.pm-concept .pm-inner,
  dialog.pm:has(.proj-status-concept) .pm-inner {
    display: block;
    max-height: none;
  }
  dialog.pm.pm-concept .pm-media,
  dialog.pm:has(.proj-status-concept) .pm-media {
    height: auto;
    padding: 0;
  }
}

/* ============ V11 MOBILE TECH COMPRESSION ============ */
@media (max-width: 760px) {
  #tech.tech-section,
  #nzeb.nzeb-section,
  #compare.tech-section,
  #heatloss,
  #fire-safety.fire-section,
  #load,
  #faq.faq-section {
    padding-top: 32px;
    padding-bottom: 34px;
  }
  #tech .section-head,
  #heatloss .section-head,
  #load .section-head,
  #faq .section-head {
    gap: 10px;
    margin-bottom: 16px;
  }
  #tech .section-head .eyebrow,
  #heatloss .section-head .eyebrow,
  #load .section-head .eyebrow,
  #faq .section-head .eyebrow {
    margin-bottom: 8px;
  }
  #tech .page-h1 {
    font-size: clamp(34px, 9vw, 42px);
  }
  #tech .page-subtitle {
    font-size: 24px;
  }
  #tech .section-head p,
  #heatloss .section-head p,
  #faq .section-head p {
    font-size: 14.5px;
    line-height: 1.5;
  }
  #tech .panel-figure {
    margin-top: 6px;
    aspect-ratio: 4 / 3;
  }
  #tech .panel-line,
  #tech .panel-dot {
    display: none;
  }
  #tech .panel-label {
    transform: none;
  }
  #tech .panel-label-top {
    top: 8px !important;
    left: auto !important;
    right: 8px !important;
  }
  #tech .panel-label-mid {
    top: 46% !important;
    left: 8px !important;
  }
  #tech .panel-label-bot {
    top: auto !important;
    bottom: 8px !important;
    left: auto !important;
    right: 8px !important;
  }
  #tech .panel-cap {
    max-width: 132px;
    gap: 1px;
    padding: 6px 8px;
    white-space: normal;
  }
  #tech .panel-cap strong {
    font-size: 13px;
    line-height: 1.1;
  }
  #tech .panel-cap > span {
    font-size: 10.5px;
    line-height: 1.15;
  }
  #tech .panel-cap-meta {
    font-size: 10.5px !important;
  }
  #tech.tech-section .tech-stats {
    gap: 0;
    margin-top: 12px;
    padding-top: 0;
    border-top: 0;
  }
  #tech.tech-section .tech-stat {
    display: grid;
    grid-template-columns: 106px 1fr;
    gap: 10px;
    align-items: start;
    padding: 10px 0;
    border-top: 1px solid rgba(6,32,97,0.12);
  }
  #tech.tech-section .tech-stat:first-child {
    border-top: 0;
  }
  #tech.tech-section .tech-stat-num {
    margin-bottom: 0;
    font-size: 22px;
  }
  #tech.tech-section .tech-stat-lbl {
    font-size: 12px;
    line-height: 1.35;
  }
  #tech .tech-meaning {
    gap: 8px;
    margin-top: 12px;
  }
  #tech .tech-meaning-card {
    padding: 14px;
  }
  #tech .tech-meaning-card span {
    margin-bottom: 6px;
    font-size: 10px;
  }
  #tech .tech-meaning-card strong {
    margin-bottom: 6px;
    font-size: 18px;
  }
  #tech .tech-meaning-card p {
    font-size: 13.5px;
    line-height: 1.42;
  }
  #nzeb .nzeb-head {
    margin-bottom: 18px;
  }
  #nzeb .nzeb-head .eyebrow {
    margin-bottom: 8px;
  }
  #nzeb .nzeb-h {
    font-size: 28px;
    line-height: 1.08;
  }
  #nzeb .phi-hero {
    gap: 14px;
    margin-bottom: 14px;
  }
  #nzeb .phi-hero-media {
    min-height: 0;
    aspect-ratio: 16 / 10;
  }
  #nzeb .phi-hero-cap {
    left: 14px;
    right: 14px;
    bottom: 14px;
    max-width: 88%;
  }
  #nzeb .phi-hero-title {
    font-size: 20px;
    line-height: 1.12;
  }
  #nzeb .phi-hero-text p {
    font-size: 14.5px;
    line-height: 1.5;
  }
  #nzeb .phi-hero-text p + p {
    margin-top: 8px;
  }
  #nzeb .nzeb-explainers {
    gap: 10px;
    margin-bottom: 14px;
  }
  #nzeb .nzeb-explain {
    min-height: 0;
    padding: 16px;
  }
  #nzeb .nzeb-explain-tag {
    margin-bottom: 8px;
  }
  #nzeb .nzeb-explain-h {
    margin-bottom: 8px;
    font-size: 19px;
  }
  #nzeb .nzeb-explain-p {
    font-size: 13.5px;
    line-height: 1.45;
  }
  #nzeb .nzeb-crit {
    gap: 6px;
    margin-top: 12px;
  }
  #nzeb .nzeb-crit li {
    font-size: 13px;
  }
  #nzeb .nzeb-note {
    margin-top: 0;
    padding: 12px 14px;
  }
  #nzeb .nzeb-note p {
    font-size: 13.5px;
    line-height: 1.45;
  }
  #compare .block-sub-head {
    margin-bottom: 14px;
    padding-top: 0;
  }
  #compare .block-sub-head .eyebrow {
    margin-bottom: 8px;
  }
  #compare .block-sub-head h3 {
    font-size: 26px;
  }
  #compare .block-sub-head p {
    font-size: 14.5px;
    line-height: 1.45;
  }
  #compare .cmp-cards {
    gap: 8px;
  }
  #compare .cmp-card {
    padding: 14px;
  }
  #compare .cmp-card h4 {
    margin-bottom: 10px;
    font-size: 20px;
  }
  #compare .cmp-values {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
  }
  #compare .cmp-values span {
    min-height: 0;
    padding: 8px 6px;
  }
  #compare .cmp-values b {
    font-size: 9px;
    letter-spacing: 0.045em;
  }
  #compare .cmp-values em {
    font-size: 12.5px;
    line-height: 1.25;
  }
  #compare .cmp-note {
    margin-top: 10px;
    font-size: 12.5px;
  }
  #heatloss .heat-simple {
    gap: 8px;
  }
  #heatloss .heat-simple-card {
    padding: 16px;
  }
  #heatloss .heat-simple-card span {
    margin-bottom: 8px;
  }
  #heatloss .heat-simple-card strong {
    font-size: 32px;
  }
  #heatloss .heat-simple-card p {
    margin-top: 8px;
    font-size: 13.5px;
    line-height: 1.42;
  }
  #heatloss .heat-simple-vs {
    width: 58px;
    height: 58px;
    font-size: 26px;
  }
  #heatloss .heat-result-grid {
    gap: 8px;
    margin-top: 10px;
    border: 0;
    background: transparent;
  }
  #heatloss .heat-result-grid span {
    padding: 12px;
    border: 1px solid rgba(6,32,97,0.10);
  }
  #fire-safety .fire-class-card {
    padding: 20px;
  }
  #fire-safety .fire-class-card span {
    margin-bottom: 12px;
  }
  #fire-safety .fire-class-card strong {
    font-size: 56px;
  }
  #fire-safety .fire-class-card p,
  #fire-safety .fire-content > p {
    font-size: 14px;
    line-height: 1.5;
  }
  #fire-safety .fire-content h2 {
    margin-bottom: 10px;
    font-size: 28px;
  }
  #fire-safety .fire-list {
    gap: 8px;
    margin: 14px 0;
    border: 0;
    background: transparent;
  }
  #fire-safety .fire-list div {
    padding: 14px;
    border: 1px solid rgba(255,255,255,0.12);
  }
  #fire-safety .fire-list b {
    font-size: 18px;
  }
  #fire-safety .fire-list span {
    font-size: 13.5px;
  }
  #fire-safety .fire-note {
    padding-top: 10px;
  }
  #load .tech-reliability-grid {
    gap: 8px;
  }
  #load .adv-cell {
    min-height: 0;
    padding: 16px;
  }
  #load .adv-num {
    font-size: 32px;
  }
  #load .adv-title {
    font-size: 17px;
  }
  #load .adv-desc {
    font-size: 13.5px;
    line-height: 1.45;
  }
  #faq .faq-item summary {
    grid-template-columns: 30px 1fr 28px;
    gap: 10px;
    padding: 16px 0;
  }
  #faq .faq-q-text {
    font-size: 18px;
  }
  #faq .faq-a {
    padding-left: 40px;
    padding-bottom: 16px;
    font-size: 14px;
    line-height: 1.5;
  }
}
