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

:root {
  --ink: #152535;
  --ink-soft: #294258;
  --blue: #2a6690;
  --blue-pale: #eaf2f7;
  --accent: #e7652a;
  --accent-dark: #bd4718;
  --accent-pale: #fff0e7;
  --green: #376b53;
  --green-pale: #eaf3ed;
  --sand: #f3efe8;
  --paper: #fbfaf7;
  --white: #ffffff;
  --text: #20303e;
  --muted: #61707d;
  --line: #d8e0e5;
  --shadow: 0 18px 55px rgba(14, 34, 52, 0.12);
  --shadow-small: 0 8px 24px rgba(14, 34, 52, 0.09);
  --radius: 14px;
  --radius-large: 24px;
  --container: 1180px;
  --header-offset: 152px;
}

/* Homepage: dakdekker Breda */
.hero-proof-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin: 1.1rem 0 0;
  padding: 0;
  list-style: none;
}

.hero-proof-list li {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.48rem 0.72rem;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  color: #edf7fc;
  background: rgba(255, 255, 255, 0.08);
  font-size: 0.84rem;
  font-weight: 700;
}

.hero-proof-list li::before {
  width: 0.44rem;
  height: 0.44rem;
  border-radius: 50%;
  background: #ff8751;
  box-shadow: 0 0 0 4px rgba(231, 101, 42, 0.16);
  content: '';
}

.freshness-line {
  color: #c9dbe7;
  font-size: 0.88rem;
}

.home-topic-nav {
  position: relative;
  z-index: 2;
  border-bottom: 1px solid #dce5ea;
  background: #fff;
  box-shadow: 0 8px 24px rgba(14, 34, 52, 0.06);
}

.home-topic-nav .container {
  display: flex;
  gap: 0.5rem;
  overflow-x: auto;
  padding-top: 0.85rem;
  padding-bottom: 0.85rem;
  scrollbar-width: thin;
}

.home-topic-nav a {
  flex: 0 0 auto;
  padding: 0.55rem 0.78rem;
  border: 1px solid #d8e4ea;
  border-radius: 999px;
  color: var(--ink-soft);
  background: #f7fafc;
  font-size: 0.86rem;
  font-weight: 700;
  text-decoration: none;
}

.home-topic-nav a:hover,
.home-topic-nav a:focus-visible {
  border-color: var(--accent);
  color: var(--accent-dark);
  background: var(--accent-pale);
}

.home-location-section {
  color: var(--white);
  background:
    radial-gradient(circle at 12% 12%, rgba(231, 101, 42, 0.18), transparent 29%),
    linear-gradient(145deg, #102536 0%, #17384f 58%, #102b3d 100%);
}

.home-location-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 2fr);
  gap: 2.5rem;
}

.home-location-intro {
  align-self: start;
  position: sticky;
  top: var(--header-offset);
}

.home-location-intro h2,
.home-location-directory h3 {
  color: var(--white);
}

.home-location-intro h2 {
  max-width: 520px;
  margin: 0.45rem 0 1rem;
  font-size: clamp(2rem, 3.2vw, 2.85rem);
}

.home-location-intro > p:not(.eyebrow) {
  color: #d4e0e8;
}

.home-location-intro .button {
  margin-top: 0.8rem;
}

.province-links {
  margin-top: 2rem;
  padding-top: 1.35rem;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.province-links p {
  margin: 0 0 0.8rem;
  color: #b7c9d5;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.province-links ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.48rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.province-links a {
  display: inline-flex;
  padding: 0.42rem 0.65rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: #e6f0f5;
  background: rgba(255, 255, 255, 0.06);
  font-size: 0.78rem;
  font-weight: 700;
  text-decoration: none;
}

.province-links a:hover,
.province-links a:focus-visible {
  border-color: #ff9b6d;
  color: var(--white);
  background: rgba(231, 101, 42, 0.18);
}

.home-location-directory {
  padding: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 24px;
  background: rgba(7, 26, 40, 0.46);
  box-shadow: 0 28px 70px rgba(4, 17, 26, 0.22);
}

.home-location-directory-heading {
  display: flex;
  align-items: end;
  flex-wrap: wrap;
  gap: 0.35rem 1rem;
  margin-bottom: 1.4rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.home-location-directory-heading .eyebrow {
  width: 100%;
}

.home-location-directory-heading h3 {
  margin: 0;
  font-size: 1.55rem;
}

.home-location-directory-heading span {
  margin-left: auto;
  color: #a9bfcd;
  font-size: 0.78rem;
  font-weight: 700;
}

.home-location-list {
  column-count: 3;
  column-gap: 1.4rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-location-list li {
  break-inside: avoid;
  margin: 0 0 0.2rem;
}

.home-location-list a {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  min-height: 36px;
  padding: 0.3rem 0.42rem;
  border-radius: 7px;
  color: #dce9f0;
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.25;
  text-decoration: none;
}

.home-location-list a > span {
  position: relative;
  flex: 0 0 auto;
  width: 12px;
  height: 12px;
  border: 2px solid #ff8b57;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
}

.home-location-list a > span::after {
  position: absolute;
  inset: 2px;
  border-radius: 50%;
  background: #ff8b57;
  content: '';
}

.home-location-list a:hover,
.home-location-list a:focus-visible {
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
}

.home-decision-section {
  background:
    radial-gradient(circle at 10% 10%, rgba(42, 102, 144, 0.07), transparent 30%),
    var(--paper);
}

.home-decision-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  overflow: hidden;
  margin: 2rem 0 1.35rem;
  border: 1px solid #263e51;
  border-radius: 22px;
  background: linear-gradient(145deg, #102638 0%, #17364b 55%, #102b3e 100%);
  box-shadow: 0 22px 50px rgba(13, 35, 50, 0.15);
}

.home-decision-grid article {
  min-width: 0;
  padding: 1.35rem 1.15rem 1.5rem;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.home-decision-grid article:last-child {
  border-right: 0;
}

.home-decision-grid span {
  display: grid;
  width: 2.35rem;
  height: 2.35rem;
  margin-bottom: 1.1rem;
  place-items: center;
  border: 1px solid rgba(255, 137, 82, 0.55);
  border-radius: 50%;
  color: #ffae88;
  background: rgba(231, 101, 42, 0.08);
  font: 800 0.75rem/1 'Manrope', sans-serif;
}

.home-decision-grid h3 {
  margin: 0 0 0.55rem;
  color: #fff;
  font-size: 1rem;
}

.home-decision-grid p {
  margin: 0;
  color: #c9dce6;
  font-size: 0.9rem;
  line-height: 1.6;
}

.home-route-matrix {
  max-width: 100%;
  overflow-x: auto;
  border: 1px solid #cedbe3;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(23, 54, 75, 0.07);
}

.table-scroll {
  max-width: 100%;
  overflow-x: auto;
}

.home-route-matrix table,
.home-cost-table {
  width: 100%;
  border-collapse: collapse;
}

.home-route-matrix caption,
.home-cost-table caption {
  padding: 1rem 1.1rem;
  color: var(--ink);
  background: #edf4f8;
  font: 800 1rem/1.3 'Manrope', sans-serif;
  text-align: left;
}

.home-route-matrix th,
.home-route-matrix td,
.home-cost-table th,
.home-cost-table td {
  padding: 0.9rem 1rem;
  border-top: 1px solid #dce5ea;
  vertical-align: top;
  text-align: left;
}

.home-route-matrix th,
.home-cost-table th {
  color: #385168;
  background: #f8fafb;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.home-route-matrix td,
.home-cost-table td {
  color: #304252;
  font-size: 0.9rem;
  line-height: 1.55;
}

.home-route-matrix td:first-child,
.home-cost-table td:first-child {
  color: var(--ink);
  font-weight: 800;
}

.home-route-matrix a {
  color: var(--blue);
  font-weight: 800;
}

.context-line {
  max-width: 950px;
  margin: 1.5rem auto 0;
  padding: 1rem 1.1rem;
  border-left: 4px solid var(--blue);
  color: #405364;
  background: #edf4f8;
}

.home-cost-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(500px, 1.2fr);
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: start;
}

.home-cost-layout > *,
.home-emergency-layout > *,
.home-faq-layout > * {
  min-width: 0;
}

.home-cost-copy h2,
.home-emergency-intro h2,
.home-source-panel h2 {
  margin-top: 0.35rem;
}

.home-cost-band {
  display: grid;
  gap: 0.25rem;
  margin-top: 1.35rem;
  padding: 1.25rem;
  border: 1px solid #cad9e2;
  border-radius: 16px;
  background: linear-gradient(145deg, #eef5f8, #fff);
}

.home-cost-band span {
  color: #5c7182;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-cost-band strong {
  color: var(--ink);
  font: 800 clamp(1.55rem, 3vw, 2.2rem)/1.15 'Manrope', sans-serif;
}

.home-cost-band small {
  color: #5b6e7d;
  line-height: 1.5;
}

.home-cost-table {
  overflow: hidden;
  border: 1px solid #cfdae1;
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--shadow-small);
}

.home-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.home-proof-grid article {
  position: relative;
  min-width: 0;
  padding: 1.3rem 1.25rem 1.4rem 4.4rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.06);
}

.home-proof-grid span {
  position: absolute;
  top: 1.25rem;
  left: 1.2rem;
  display: grid;
  width: 2.35rem;
  height: 2.35rem;
  place-items: center;
  border: 1px solid rgba(255, 133, 77, 0.5);
  border-radius: 50%;
  color: #ffad87;
  font: 800 0.76rem/1 'Manrope', sans-serif;
}

.home-proof-grid h3 {
  margin: 0 0 0.5rem;
  color: #fff;
}

.home-proof-grid p {
  margin: 0;
  color: #cbdce7;
  font-size: 0.92rem;
}

.home-warning {
  display: grid;
  grid-template-columns: 0.42fr 1fr;
  gap: 2rem;
  margin-top: 1.2rem;
  padding: 1.35rem;
  border: 1px solid rgba(255, 165, 124, 0.28);
  border-radius: 18px;
  background: rgba(231, 101, 42, 0.08);
}

.home-warning h3 {
  margin: 0.3rem 0 0;
  color: #fff;
}

.home-warning p {
  margin: 0;
  color: #e0e9ef;
}

.home-warning a {
  color: #ffb390;
  font-weight: 800;
}

.home-emergency-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.65fr) minmax(520px, 1.35fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: start;
}

.home-emergency-steps {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: emergency;
}

.home-emergency-steps li {
  position: relative;
  display: grid;
  grid-template-columns: minmax(150px, 0.42fr) 1fr;
  gap: 1rem;
  padding: 1rem 1rem 1rem 3.8rem;
  border-top: 1px solid #dce4e9;
  counter-increment: emergency;
}

.home-emergency-steps li:last-child {
  border-bottom: 1px solid #dce4e9;
}

.home-emergency-steps li::before {
  position: absolute;
  top: 0.82rem;
  left: 0.65rem;
  display: grid;
  width: 2.25rem;
  height: 2.25rem;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--accent);
  font: 800 0.8rem/1 'Manrope', sans-serif;
  content: counter(emergency);
}

.home-emergency-steps strong {
  color: var(--ink);
}

.home-emergency-steps span {
  color: #4a5e6e;
}

.home-emergency-layout .context-line {
  grid-column: 1 / -1;
  width: 100%;
  max-width: none;
  margin-top: 0;
}

.home-faq-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, 0.65fr);
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: start;
}

.home-source-panel {
  position: sticky;
  top: var(--header-offset);
  padding: 1.45rem;
  border: 1px solid #cad9e1;
  border-radius: 18px;
  background: #edf4f8;
}

.home-source-panel h2 {
  font-size: 1.25rem;
}

.home-source-panel ul {
  display: grid;
  gap: 0.7rem;
  margin: 1rem 0;
  padding-left: 1.15rem;
}

.home-source-panel li,
.home-source-panel p {
  color: #405464;
  font-size: 0.9rem;
}

.home-source-panel a {
  color: #1f5a82;
  font-weight: 700;
}

.home-source-panel .source-note {
  margin: 1rem 0 0;
  padding-top: 1rem;
  border-top: 1px solid #c5d5df;
  font-size: 0.82rem;
}

.footer-heading {
  margin: 0 0 1rem;
  color: #fff;
  font: 800 1rem/1.3 'Manrope', sans-serif;
}

@media (max-width: 1020px) {
  .home-decision-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .home-decision-grid article:nth-child(3) {
    border-right: 0;
  }

  .home-decision-grid article:nth-child(n + 4) {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }

  .home-cost-layout,
  .home-emergency-layout,
  .home-faq-layout {
    grid-template-columns: 1fr;
  }

  .home-source-panel {
    position: static;
  }
}

@media (max-width: 780px) {
  .home-decision-grid,
  .home-proof-grid {
    grid-template-columns: 1fr 1fr;
  }

  .home-decision-grid article:nth-child(3) {
    border-right: 1px solid rgba(255, 255, 255, 0.12);
  }

  .home-decision-grid article:nth-child(even) {
    border-right: 0;
  }

  .home-decision-grid article:nth-child(n + 3) {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }

  .home-warning {
    grid-template-columns: 1fr;
    gap: 0.8rem;
  }

  .home-emergency-steps li {
    grid-template-columns: 1fr;
    gap: 0.3rem;
  }
}

@media (max-width: 560px) {
  .hero-proof-list {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero-proof-list li {
    width: fit-content;
  }

  .home-decision-grid,
  .home-proof-grid {
    grid-template-columns: 1fr;
  }

  .home-decision-grid article,
  .home-decision-grid article:nth-child(3),
  .home-decision-grid article:nth-child(even) {
    border-right: 0;
  }

  .home-decision-grid article + article {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }

  .home-emergency-steps li {
    padding-left: 3.55rem;
  }

  .home-route-matrix th,
  .home-route-matrix td,
  .home-cost-table th,
  .home-cost-table td {
    min-width: 175px;
    padding: 0.8rem;
  }
}

/* Zinken dak gids */
.zinc-system-centerpiece {
  margin: 0 0 2.8rem;
  overflow: hidden;
  border: 1px solid #274257;
  border-radius: 28px;
  color: #f7fbff;
  background:
    radial-gradient(circle at 92% 5%, rgba(108, 174, 195, 0.25), transparent 30%),
    linear-gradient(145deg, #102638 0%, #17364b 58%, #0c202f 100%);
  box-shadow: 0 24px 55px rgba(13, 35, 50, 0.18);
}

.zinc-centerpiece-copy {
  max-width: 760px;
  padding: clamp(1.45rem, 4vw, 2.5rem) clamp(1.2rem, 4vw, 2.5rem) 1.35rem;
}

.zinc-centerpiece-copy h2 {
  margin: 0.35rem 0 0.8rem;
  color: #fff;
}

.zinc-centerpiece-copy p:last-child {
  margin-bottom: 0;
  color: #dceaf2;
}

.zinc-layer-map {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.zinc-layer-map article {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.85rem;
  min-height: 190px;
  padding: 1.35rem;
  border-right: 1px solid rgba(255, 255, 255, 0.13);
}

.zinc-layer-map article:last-child {
  border-right: 0;
}

.zinc-layer-map span {
  display: grid;
  width: 2.3rem;
  height: 2.3rem;
  place-items: center;
  border: 1px solid rgba(166, 215, 230, 0.45);
  border-radius: 50%;
  color: #bce2ee;
  font: 700 0.74rem/1 'Manrope', sans-serif;
}

.zinc-layer-map h3 {
  margin: 0.12rem 0 0.55rem;
  color: #fff;
}

.zinc-layer-map p {
  margin: 0;
  color: #c9dce6;
  font-size: 0.94rem;
}

.zinc-centerpiece-rule {
  margin: 0;
  padding: 1rem clamp(1.2rem, 4vw, 2.5rem);
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  color: #dceaf2;
  background: rgba(0, 0, 0, 0.15);
}

.zinc-fit-matrix,
.zinc-diagnostic-grid,
.zinc-maintenance-cycle {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin: 1.35rem 0 1.7rem;
}

.zinc-fit-matrix article,
.zinc-diagnostic-grid article,
.zinc-maintenance-cycle article {
  position: relative;
  padding: 1.35rem;
  border: 1px solid #cad8e1;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(23, 54, 75, 0.07);
}

.zinc-fit-matrix article::before,
.zinc-diagnostic-grid article::before,
.zinc-maintenance-cycle article::before {
  position: absolute;
  top: 0;
  left: 1.25rem;
  width: 70px;
  height: 4px;
  border-radius: 0 0 4px 4px;
  background: #6b91a5;
  content: '';
}

.zinc-fit-matrix .zinc-fit-positive::before {
  background: #3d7a5a;
}

.zinc-fit-matrix .zinc-fit-caution::before {
  background: #c46e34;
}

.zinc-fit-matrix span,
.zinc-diagnostic-grid span,
.zinc-maintenance-cycle span,
.zinc-price-scenarios span,
.zinc-slope-board span,
.zinc-movement-map span,
.zinc-compatibility-flow span {
  display: inline-block;
  margin-bottom: 0.55rem;
  color: #5b7a8c;
  font: 800 0.74rem/1.2 'Manrope', sans-serif;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.zinc-fit-matrix h3,
.zinc-diagnostic-grid h3,
.zinc-maintenance-cycle h3 {
  margin: 0 0 0.55rem;
}

.zinc-fit-matrix p,
.zinc-diagnostic-grid p,
.zinc-maintenance-cycle p {
  margin: 0;
}

.zinc-fit-matrix small {
  display: block;
  margin-top: 0.8rem;
  padding-top: 0.8rem;
  border-top: 1px solid #e4ebef;
  color: #526574;
}

.zinc-build-up {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin: 1.35rem 0 1.5rem;
}

.zinc-build-up article {
  padding: clamp(1.25rem, 3vw, 1.8rem);
  border: 1px solid #becfd8;
  border-radius: 22px;
  background: linear-gradient(150deg, #f8fbfc, #edf4f7);
}

.zinc-build-up h3 {
  margin: 0.25rem 0 1rem;
}

.zinc-build-up ol {
  margin: 0 0 1rem;
  padding: 0;
  list-style: none;
  counter-reset: zinc-layer;
}

.zinc-build-up li {
  display: grid;
  grid-template-columns: 1.8rem 1fr;
  gap: 0.55rem;
  padding: 0.55rem 0;
  border-bottom: 1px solid #d7e3e9;
  counter-increment: zinc-layer;
}

.zinc-build-up li::before {
  display: grid;
  width: 1.55rem;
  height: 1.55rem;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #315e74;
  content: counter(zinc-layer);
  font-size: 0.72rem;
  font-weight: 800;
}

.zinc-build-up article > p:last-child {
  margin-bottom: 0;
  color: #425b69;
}

.zinc-scope-pricing {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.25fr);
  gap: 1.5rem;
  margin: 1.35rem 0 1rem;
  padding: clamp(1.35rem, 4vw, 2.2rem);
  border-radius: 24px;
  color: #f5fafc;
  background: linear-gradient(140deg, #17364a, #234f65);
}

.zinc-scope-pricing h3 {
  margin: 0.3rem 0 0.75rem;
  color: #fff;
}

.zinc-scope-pricing > div > p:last-child {
  color: #d4e3eb;
}

.zinc-scope-pricing ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.zinc-scope-pricing li {
  display: grid;
  grid-template-columns: 2rem 1fr;
  gap: 0.75rem;
  padding: 0.75rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.zinc-scope-pricing li:last-child {
  border-bottom: 0;
}

.zinc-scope-pricing li > span {
  color: #a8d5e3;
  font-weight: 800;
}

.zinc-scope-pricing li strong,
.zinc-scope-pricing li small {
  display: block;
}

.zinc-scope-pricing li small {
  margin-top: 0.2rem;
  color: #c7dbe4;
}

.zinc-price-scenarios,
.zinc-slope-board,
.zinc-movement-map,
.zinc-compatibility-flow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
  margin: 1rem 0 1.7rem;
}

.zinc-price-scenarios article,
.zinc-slope-board article,
.zinc-movement-map article,
.zinc-compatibility-flow article {
  padding: 1.25rem;
  border: 1px solid #cad8e1;
  border-radius: 17px;
  background: #f9fbfc;
}

.zinc-price-scenarios h3,
.zinc-slope-board h3,
.zinc-movement-map h3,
.zinc-compatibility-flow h3 {
  margin: 0 0 0.5rem;
  font-size: 1.06rem;
}

.zinc-price-scenarios p,
.zinc-slope-board p,
.zinc-movement-map p,
.zinc-compatibility-flow p {
  margin: 0;
  font-size: 0.94rem;
}

.zinc-slope-board article:first-child,
.zinc-movement-map article:nth-child(2) {
  border-color: #84aebe;
  background: #edf6f8;
}

.zinc-compatibility-flow {
  position: relative;
}

.zinc-compatibility-flow article {
  border-top: 5px solid #8b5d3d;
}

.zinc-offer-checklist li::marker {
  color: #315e74;
}

@media (max-width: 800px) {
  .zinc-layer-map,
  .zinc-price-scenarios,
  .zinc-slope-board,
  .zinc-movement-map,
  .zinc-compatibility-flow {
    grid-template-columns: 1fr;
  }

  .zinc-layer-map article {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  }

  .zinc-layer-map article:last-child {
    border-bottom: 0;
  }

  .zinc-scope-pricing {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .zinc-system-centerpiece {
    border-radius: 20px;
  }

  .zinc-fit-matrix,
  .zinc-diagnostic-grid,
  .zinc-maintenance-cycle,
  .zinc-build-up {
    grid-template-columns: 1fr;
  }

  .zinc-layer-map article {
    grid-template-columns: 2rem 1fr;
    padding: 1.1rem;
  }

  .zinc-scope-pricing {
    padding: 1.15rem;
    border-radius: 18px;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

main[id],
main [id] {
  scroll-margin-top: var(--header-offset);
}

body {
  margin: 0;
  color: var(--text);
  background: var(--paper);
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: var(--blue);
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.18em;
}

a:hover {
  color: var(--accent-dark);
}

button,
input,
select,
textarea {
  font: inherit;
}

:focus-visible {
  outline: 3px solid #f3aa82;
  outline-offset: 3px;
}

.skip-link {
  position: fixed;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 999;
  transform: translateY(-160%);
  padding: 0.7rem 1rem;
  border-radius: 8px;
  color: var(--white);
  background: var(--ink);
}

.skip-link:focus {
  transform: translateY(0);
}

.container {
  width: min(calc(100% - 2rem), var(--container));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  color: var(--white);
  background: rgba(21, 37, 53, 0.98);
  backdrop-filter: blur(14px);
}

.header-inner {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 0 1.5rem;
  padding-top: 0.85rem;
}

.header-actions {
  display: flex;
  grid-column: 2 / -1;
  align-items: center;
  justify-content: flex-end;
  gap: 1.35rem;
}

.header-utility ul {
  display: flex;
  align-items: center;
  gap: 1.1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.header-utility a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: #c8d6e0;
  font-size: 0.78rem;
  text-decoration: none;
}

.header-utility a:hover {
  color: var(--white);
}

.header-quote {
  flex-shrink: 0;
  font-size: 0.82rem;
}

.site-header .button {
  background: var(--accent-dark);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.78rem;
  flex: none;
  color: var(--white);
  text-decoration: none;
}

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 11px;
  color: var(--white);
  background: var(--accent);
  box-shadow: 0 9px 24px rgba(231, 101, 42, 0.26);
}

.brand-mark svg {
  width: 27px;
  height: 27px;
}

.brand-text {
  display: grid;
  font-family: "Manrope", sans-serif;
  font-size: 0.96rem;
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.02em;
}

.brand-text small {
  margin-top: 0.2rem;
  color: #b9c8d5;
  font-family: "DM Sans", sans-serif;
  font-size: 0.67rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.site-nav {
  grid-column: 1 / -1;
  margin-top: 0.85rem;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.nav-primary-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.25rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-primary-list > li > a,
.nav-mega > summary {
  display: flex;
  min-height: 54px;
  align-items: center;
  padding: 0.65rem;
  border-bottom: 3px solid transparent;
}

.site-header a[aria-current="page"],
.nav-mega > summary.has-current-page {
  color: #ffba96;
  text-decoration: underline;
  text-underline-offset: 0.35em;
}

.nav-primary-list > li > a[aria-current="page"] {
  border-bottom-color: var(--accent);
  text-decoration: none;
}

.site-header a:focus-visible,
.site-header summary:focus-visible,
.site-header button:focus-visible {
  outline: 3px solid #ffba96;
  outline-offset: 3px;
}

.nav-mobile-info {
  display: none;
}

.site-nav a {
  color: #eef4f8;
  font-size: 0.92rem;
  font-weight: 600;
  text-decoration: none;
}

.site-nav a:not(.button):hover {
  color: #ffba96;
}

.nav-mega > summary {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  color: #eef4f8;
  font-size: 0.92rem;
  font-weight: 600;
  list-style: none;
  cursor: pointer;
}

.nav-mega > summary::-webkit-details-marker {
  display: none;
}

.nav-mega > summary > span {
  width: 7px;
  height: 7px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
  transition: transform 160ms ease;
}

.nav-mega[open] > summary {
  color: #ffba96;
}

.nav-mega[open] > summary > span {
  transform: translateY(2px) rotate(225deg);
}

.nav-mega-panel {
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  display: grid;
  width: min(1180px, calc(100vw - 2rem));
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem 2rem;
  max-height: calc(100dvh - var(--header-offset));
  overflow-y: auto;
  padding: 1.5rem 1.75rem;
  border: 1px solid #d4dfe6;
  border-top: 3px solid var(--accent);
  border-radius: 0 0 18px 18px;
  color: var(--text);
  background: var(--white);
  box-shadow: 0 24px 55px rgba(5, 23, 37, 0.22);
  transform: translateX(-50%);
}

.nav-mega-intro {
  display: flex;
  grid-column: 1 / -1;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--line);
}

.nav-mega-eyebrow {
  margin: 0 0 0.45rem;
  color: var(--accent-dark);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.nav-mega-title {
  margin: 0;
  color: var(--ink);
  font: 800 1.12rem/1.25 'Manrope', sans-serif;
}

.nav-mega-intro > p:not(.nav-mega-eyebrow, .nav-mega-title) {
  margin: 0.7rem 0;
  color: #526776;
  font-size: 0.82rem;
  line-height: 1.5;
}

.site-nav .nav-mega-overview {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: var(--accent-dark);
  font-size: 0.8rem;
  font-weight: 800;
}

.nav-mega-group > p {
  margin: 0.15rem 0 0.7rem;
  color: var(--ink);
  font: 800 0.82rem/1.3 'Manrope', sans-serif;
}

.nav-mega-group ul {
  display: grid;
  gap: 0.1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-nav .nav-mega-group a {
  display: flex;
  min-height: 44px;
  align-items: center;
  padding: 0.4rem 0.5rem;
  border-radius: 6px;
  color: #536675;
  font-size: 0.78rem;
  font-weight: 600;
}

.site-nav .nav-mega-group a:hover,
.site-nav .nav-mega-group a:focus-visible {
  color: var(--accent-dark);
  background: var(--accent-pale);
}

.site-nav .nav-mega-group a[aria-current="page"] {
  color: var(--accent-dark);
  background: var(--accent-pale);
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 0.72rem 1.1rem;
  border: 1px solid transparent;
  border-radius: 10px;
  color: var(--white);
  background: var(--accent);
  box-shadow: 0 9px 24px rgba(231, 101, 42, 0.24);
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: transform 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.button:hover {
  transform: translateY(-2px);
  color: var(--white);
  background: var(--accent-dark);
  box-shadow: 0 13px 30px rgba(189, 71, 24, 0.25);
}

.button-secondary {
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.07);
  box-shadow: none;
}

.button-secondary:hover {
  background: rgba(255, 255, 255, 0.14);
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  margin-left: auto;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 10px;
  color: var(--white);
  background: transparent;
}

.menu-toggle span,
.menu-toggle::before,
.menu-toggle::after {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  content: "";
  background: currentColor;
}

.hero {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  color: var(--white);
  background: var(--ink);
  isolation: isolate;
}

.hero::before {
  position: absolute;
  z-index: -2;
  inset: 0;
  content: "";
  background-image: var(--hero-image);
  background-position: center;
  background-size: cover;
}

.hero::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(13, 31, 46, 0.96) 0%, rgba(13, 31, 46, 0.84) 48%, rgba(13, 31, 46, 0.24) 100%),
    linear-gradient(0deg, rgba(13, 31, 46, 0.4), transparent 45%);
}

.hero-inner {
  display: grid;
  min-height: 760px;
  align-items: center;
  padding-block: 5.5rem 7rem;
  grid-template-columns: minmax(0, 1.18fr) minmax(290px, 0.72fr);
  gap: clamp(2.2rem, 7vw, 7rem);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0 0 1rem;
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 30px;
  height: 2px;
  content: "";
  background: currentColor;
}

.hero .eyebrow {
  color: #ffae83;
}

h1,
h2,
h3,
h4 {
  color: var(--ink);
  font-family: "Manrope", sans-serif;
  line-height: 1.14;
  letter-spacing: -0.035em;
}

h1 {
  margin: 0;
  font-size: clamp(2.55rem, 4vw, 4.1rem);
}

h2 {
  margin: 0 0 1rem;
  font-size: clamp(2rem, 3.3vw, 3.35rem);
}

h3 {
  margin: 1.8rem 0 0.7rem;
  font-size: clamp(1.25rem, 1.8vw, 1.55rem);
}

.hero h1 {
  max-width: 880px;
  color: var(--white);
  line-height: 1.07;
}

.hero-intro {
  max-width: 700px;
  margin: 1.5rem 0 0;
  color: #dce7ef;
  font-size: clamp(1.03rem, 1.35vw, 1.2rem);
  line-height: 1.7;
}

.hero-intro > :first-child {
  margin-top: 0;
}

.hero-intro > :last-child {
  margin-bottom: 0;
}

.hero-intro strong,
.hero-intro b {
  color: var(--white);
}

.hero-intro a {
  color: var(--white);
  text-decoration-color: var(--orange);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 2rem;
}

.trust-line {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem 1.25rem;
  margin: 2rem 0 0;
  padding: 0;
  color: #dce7ef;
  font-size: 0.88rem;
  list-style: none;
}

.trust-line li {
  display: flex;
  align-items: center;
  gap: 0.42rem;
}

.trust-line li::before {
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: var(--green);
  content: "✓";
  font-size: 0.75rem;
  font-weight: 800;
}

.quote-card {
  padding: clamp(1.35rem, 3vw, 2rem);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: var(--radius-large);
  color: var(--text);
  background: rgba(255, 255, 255, 0.97);
  box-shadow: var(--shadow);
}

.quote-card h2 {
  margin-bottom: 0.45rem;
  font-size: 1.45rem;
}

.quote-card > p {
  margin: 0 0 1rem;
  color: var(--muted);
  font-size: 0.91rem;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.85rem;
}

.field {
  display: grid;
  gap: 0.32rem;
}

.field-full {
  grid-column: 1 / -1;
}

.field label {
  color: var(--ink);
  font-size: 0.79rem;
  font-weight: 700;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 46px;
  padding: 0.68rem 0.75rem;
  border: 1px solid #cbd6dd;
  border-radius: 8px;
  color: var(--text);
  background: var(--white);
}

.field textarea {
  min-height: 104px;
  resize: vertical;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--blue);
  outline: 3px solid rgba(42, 102, 144, 0.13);
}

.checkbox-field {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  margin: 0.15rem 0;
  color: var(--muted);
  font-size: 0.76rem;
  line-height: 1.45;
}

.checkbox-field input {
  width: 18px;
  height: 18px;
  flex: none;
  margin-top: 0.08rem;
}

.quote-form .button {
  width: 100%;
  margin-top: 0.15rem;
}

.quote-form-compact .form-grid {
  grid-template-columns: 1fr;
}

.quote-form-compact .field {
  grid-column: 1 / -1;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.form-step {
  border: 0;
  padding: 0;
  margin: 0;
  min-width: 0;
}

.quote-form [hidden] {
  display: none !important;
}

.form-progress {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.form-progress span {
  padding: 0.55rem 0.7rem;
  border-radius: 999px;
  background: rgba(21, 37, 53, 0.08);
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  text-align: center;
}

.form-progress span.is-active {
  background: var(--orange);
  color: #17212b;
}

.form-step-actions {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  flex-wrap: wrap;
}

.form-step-actions .form-status {
  flex-basis: 100%;
}

.form-status {
  min-height: 1.3rem;
  margin: 0.55rem 0 0;
  font-size: 0.84rem;
  font-weight: 600;
}

.form-status.success {
  color: var(--green);
}

.form-status.error {
  color: #a12e28;
}

.section {
  padding: clamp(4.5rem, 8vw, 7.5rem) 0;
}

.section-sand {
  background: var(--sand);
}

.section-blue {
  background: var(--blue-pale);
}

.section-dark {
  color: #dce7ef;
  background: var(--ink);
}

.section-dark h2,
.section-dark h3 {
  color: var(--white);
}

.section-heading {
  display: grid;
  max-width: 790px;
  gap: 0.4rem;
  margin-bottom: 2.3rem;
}

.section-heading p {
  margin: 0;
  color: var(--muted);
  font-size: 1.08rem;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.15rem;
}

.service-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--text);
  background: var(--white);
  box-shadow: var(--shadow-small);
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, border 180ms ease;
}

.service-card:hover {
  transform: translateY(-5px);
  border-color: #b7c8d3;
  color: var(--text);
  box-shadow: var(--shadow);
}

.card-image {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: var(--ink-soft);
}

.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 400ms ease;
}

.service-card:hover .card-image img {
  transform: scale(1.035);
}

.card-kicker {
  position: absolute;
  right: 0.8rem;
  bottom: 0.8rem;
  padding: 0.3rem 0.55rem;
  border-radius: 999px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.92);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 1.4rem;
}

.card-body h3 {
  margin: 0 0 0.55rem;
}

.card-body p {
  margin: 0;
  color: var(--muted);
  font-size: 0.93rem;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: auto;
  padding-top: 1rem;
  color: var(--accent-dark);
  font-weight: 700;
}

.stats-band {
  position: relative;
  z-index: 2;
  margin-top: -3.2rem;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}

.stat {
  padding: 1.5rem;
  border-right: 1px solid var(--line);
}

.stat:last-child {
  border-right: 0;
}

.stat strong {
  display: block;
  color: var(--ink);
  font-family: "Manrope", sans-serif;
  font-size: 1.35rem;
  line-height: 1.1;
}

.stat span {
  display: block;
  margin-top: 0.35rem;
  color: var(--muted);
  font-size: 0.8rem;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
  counter-reset: process;
}

.process-step {
  position: relative;
  padding: 1.5rem 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.045);
  counter-increment: process;
}

.process-step::before {
  display: grid;
  width: 34px;
  height: 34px;
  margin-bottom: 1.1rem;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: var(--accent);
  content: counter(process);
  font-weight: 800;
}

.process-step h3 {
  margin: 0 0 0.45rem;
  font-size: 1.05rem;
}

.process-step p {
  margin: 0;
  color: #b9c8d5;
  font-size: 0.86rem;
}

.split {
  display: grid;
  align-items: center;
  grid-template-columns: 0.95fr 1.05fr;
  gap: clamp(2.5rem, 7vw, 6.5rem);
}

.split-media {
  position: relative;
}

.split-media img {
  width: 100%;
  min-height: 520px;
  border-radius: var(--radius-large);
  box-shadow: var(--shadow);
  object-fit: cover;
}

.split-note {
  position: absolute;
  right: -1rem;
  bottom: 1.5rem;
  max-width: 250px;
  padding: 1rem;
  border-radius: 12px;
  color: var(--white);
  background: var(--accent);
  box-shadow: var(--shadow-small);
  font-weight: 700;
  line-height: 1.35;
}

.check-list {
  display: grid;
  gap: 0.7rem;
  margin: 1.4rem 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 0.7rem;
}

.check-list li::before {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: var(--green);
  content: "✓";
  font-size: 0.78rem;
  font-weight: 800;
}

.knowledge-layout {
  display: grid;
  align-items: start;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 2.6rem;
}

.article-content {
  min-width: 0;
  padding: clamp(1.4rem, 3vw, 3rem);
  border: 1px solid var(--line);
  border-radius: var(--radius-large);
  background: var(--white);
  box-shadow: var(--shadow-small);
}

.article-content > :first-child {
  margin-top: 0;
}

.platform-disclosure {
  display: grid;
  grid-template-columns: minmax(130px, 0.28fr) 1fr;
  gap: 1rem;
  margin: 0 0 1.25rem;
  padding: 1rem 1.1rem;
  border: 1px solid #c8dae5;
  border-left: 4px solid var(--blue);
  border-radius: 14px;
  background: #edf5f9;
}

.platform-disclosure strong {
  color: var(--ink);
}

.platform-disclosure span {
  color: #405463;
}

.citation-toc {
  margin: 0 0 2.25rem;
  padding: 1.2rem 1.25rem;
  border: 1px solid #d5e1e8;
  border-radius: 16px;
  background: #fafcfd;
}

.citation-toc p {
  margin: 0 0 0.75rem;
  color: var(--ink);
  font-weight: 800;
}

.citation-toc ol {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.45rem 1.4rem;
  margin: 0;
}

.citation-toc a {
  color: #245f87;
  font-weight: 700;
}

.citation-chunk {
  scroll-margin-top: var(--header-offset);
}

.article-content .citation-chunk h2 {
  margin-bottom: 0.8rem;
}

.direct-answer {
  margin-top: 0;
  padding: 1rem 1.1rem;
  border-radius: 12px;
  color: var(--ink) !important;
  background: var(--accent-pale);
  font-size: 1.03rem;
}

.article-content [data-direct-answer] {
  color: var(--ink);
  font-weight: 650;
}

.article-content [data-citation-heading] {
  scroll-margin-top: var(--header-offset);
}

.retained-article-media {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.5rem;
}

.retained-article-media figure,
.retained-article-media img {
  margin: 0;
}

.citation-faq {
  margin-top: 3rem;
  padding: clamp(1.15rem, 3vw, 1.75rem);
  border: 1px solid #d2dfe7;
  border-radius: 18px;
  background: #f7fafb;
}

.article-content .citation-faq h2 {
  margin-top: 0.3rem;
  padding-top: 0;
  border-top: 0;
}

@media (max-width: 680px) {
  .platform-disclosure,
  .citation-toc ol,
  .retained-article-media {
    grid-template-columns: 1fr;
  }
}

/* Landelijke dakisolatiegids */
.isolation-summary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
  margin: 1.5rem 0;
}

.isolation-summary article {
  padding: 1.15rem;
  border: 1px solid #d4e1e8;
  border-radius: 16px;
  background: linear-gradient(145deg, #f5f9fb 0%, #fff 70%);
}

.isolation-summary article > span {
  display: inline-flex;
  padding: 0.3rem 0.55rem;
  border-radius: 999px;
  color: var(--accent-dark);
  background: var(--accent-pale);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.article-content .isolation-summary h3 {
  margin: 0.75rem 0 0.35rem;
  color: var(--ink);
  font-size: 1.05rem;
}

.isolation-summary p {
  margin: 0;
  color: #536572;
  font-size: 0.88rem;
}

.isolation-decision-table caption,
.article-content .location-decision-table caption {
  padding: 0.75rem 0;
  color: var(--ink);
  font-weight: 800;
  text-align: left;
}

.isolation-entity-chain {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  overflow: hidden;
  margin: 1.5rem 0;
  border: 1px solid #cbdbe5;
  border-radius: 18px;
  background: #f5f9fb;
}

.isolation-entity-chain > div {
  position: relative;
  padding: 1.25rem 1rem;
  border-right: 1px solid #cbdbe5;
}

.isolation-entity-chain > div:last-child {
  border-right: 0;
}

.isolation-entity-chain > div:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: -0.55rem;
  z-index: 1;
  display: grid;
  width: 1.1rem;
  height: 1.1rem;
  place-items: center;
  border: 1px solid #cbdbe5;
  border-width: 1px 1px 0 0;
  background: #f5f9fb;
  content: '';
  transform: translateY(-50%) rotate(45deg);
}

.isolation-entity-chain strong,
.isolation-entity-chain span {
  display: block;
}

.isolation-entity-chain strong {
  color: var(--blue);
  font: 800 1.05rem/1.3 'Manrope', sans-serif;
}

.isolation-entity-chain span {
  margin-top: 0.3rem;
  color: var(--muted);
  font-size: 0.82rem;
}

.isolation-layer-stack {
  margin: 1.5rem 0;
  padding: 1.35rem;
  border: 1px solid #c8dbe6;
  border-radius: 18px;
  background: linear-gradient(145deg, #edf6fa 0%, #fff 80%);
}

.isolation-layer-stack ol {
  display: grid;
  gap: 0;
  margin: 1rem 0 0;
  padding: 0;
  counter-reset: isolation-layer;
  list-style: none;
}

.isolation-layer-stack li {
  display: grid;
  grid-template-columns: 2rem 170px 1fr;
  gap: 0.7rem;
  padding: 0.8rem 0;
  border-top: 1px solid #d6e4eb;
  counter-increment: isolation-layer;
}

.isolation-layer-stack li::before {
  display: grid;
  width: 1.7rem;
  height: 1.7rem;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: var(--blue);
  content: counter(isolation-layer);
  font-size: 0.72rem;
  font-weight: 800;
}

.isolation-layer-stack li > span {
  color: #526775;
}

.isolation-subsidy-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(240px, 0.8fr);
  gap: 1rem;
  margin: 1.5rem 0;
}

.isolation-subsidy-grid > div {
  padding: 1.25rem;
  border: 1px solid #d2e0e7;
  border-radius: 16px;
}

.article-content .isolation-subsidy-grid h3 {
  margin-top: 0;
}

.isolation-calculation {
  color: var(--white);
  background: linear-gradient(145deg, #173c55 0%, #245f87 100%);
}

.isolation-calculation .eyebrow {
  color: #ffb18c;
}

.isolation-calculation > p {
  color: #dcebf3;
}

.isolation-calculation > p > strong {
  display: block;
  color: var(--white);
  font: 800 clamp(1.45rem, 3vw, 2.2rem)/1.15 'Manrope', sans-serif;
}

.isolation-offer-check {
  margin: 1.5rem 0;
  padding: 1.3rem;
  border-left: 5px solid var(--accent);
  border-radius: 0 16px 16px 0;
  background: #fff7f1;
}

.article-content .isolation-offer-check h3 {
  margin-top: 0;
}

.isolation-offer-check ol {
  columns: 2;
  column-gap: 2rem;
  margin-bottom: 0;
}

.isolation-offer-check li {
  break-inside: avoid;
  margin-bottom: 0.6rem;
}

.isolation-red-flags {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  margin: 1.5rem 0;
}

.isolation-red-flags article {
  padding: 1rem;
  border: 1px solid #ead7cf;
  border-radius: 14px;
  background: #fff8f5;
}

.isolation-red-flags strong {
  color: #9b3c1b;
}

.isolation-red-flags p {
  margin: 0.35rem 0 0;
  color: #5d666d;
  font-size: 0.86rem;
}

.isolation-steps {
  margin-top: 1.5rem;
  padding-left: 0;
}

.isolation-sources {
  position: static;
  margin-top: 1.4rem;
}

.article-content .source-note {
  padding: 0.85rem 1rem;
  border-left: 4px solid var(--blue);
  color: #506573;
  background: #f0f6f9;
  font-size: 0.82rem;
}

@media (max-width: 760px) {
  .isolation-summary,
  .isolation-subsidy-grid,
  .isolation-red-flags {
    grid-template-columns: 1fr;
  }

  .isolation-entity-chain {
    grid-template-columns: 1fr;
  }

  .isolation-entity-chain > div {
    border-right: 0;
    border-bottom: 1px solid #cbdbe5;
  }

  .isolation-entity-chain > div:last-child {
    border-bottom: 0;
  }

  .isolation-entity-chain > div::after {
    display: none !important;
  }

  .isolation-layer-stack li {
    grid-template-columns: 2rem 1fr;
  }

  .isolation-layer-stack li > span {
    grid-column: 2;
  }

  .isolation-offer-check ol {
    columns: 1;
  }
}

.location-insight {
  margin: 0 0 3rem;
  padding: clamp(1.25rem, 3vw, 2rem);
  border: 1px solid #cbdce7;
  border-radius: 24px;
  background: linear-gradient(145deg, #f4f9fc 0%, #fff 62%);
  box-shadow: 0 18px 44px rgba(17, 39, 56, 0.08);
}

.location-insight-heading {
  max-width: 780px;
}

.location-insight h2 {
  margin-top: 0.35rem;
}

.location-stat-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
  margin: 1.5rem 0 2rem;
}

.location-scope,
.location-calculation {
  padding: 1rem 1.1rem;
  border-radius: 14px;
  background: var(--blue-pale);
}

.location-method {
  margin: 1rem 0 1.5rem;
  padding: 1rem 1.1rem;
  border: 1px solid #d9e5ec;
  border-radius: 14px;
  background: var(--white);
}

.location-method h3 {
  margin-top: 0;
}

.location-calculation {
  margin: 0 0 1.5rem;
}

.location-calculation h3 {
  margin-top: 0;
}

.location-stat-grid > div {
  padding: 1rem;
  border: 1px solid #d9e5ec;
  border-radius: 14px;
  background: var(--white);
}

.location-stat-grid strong,
.location-stat-grid span {
  display: block;
}

.location-stat-grid strong {
  color: var(--blue);
  font-size: clamp(1.35rem, 2vw, 1.8rem);
}

.location-stat-grid span {
  margin-top: 0.25rem;
  color: var(--muted);
  font-size: 0.85rem;
  line-height: 1.45;
}

.location-decision-table {
  width: 100%;
  border-collapse: collapse;
  background: var(--white);
  font-size: 0.9rem;
}

.location-decision-table th,
.location-decision-table td {
  padding: 0.8rem;
  border: 1px solid #d9e5ec;
  text-align: left;
  vertical-align: top;
}

.location-decision-table th {
  color: var(--white);
  background: var(--blue);
}

.location-scenarios {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
  margin: 1.5rem 0;
}

.location-scenarios > div,
.location-scenario {
  padding: 1rem;
  border-left: 4px solid var(--accent);
  background: #fff7f1;
}

.location-scenarios h3,
.location-scenario h3 {
  margin-top: 0;
}

.location-checklist {
  columns: 2;
  column-gap: 2rem;
}

.location-checklist li {
  break-inside: avoid;
  margin-bottom: 0.6rem;
}

.location-source {
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid #d9e5ec;
  color: var(--muted);
  font-size: 0.82rem;
}

.location-hero-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem 1.25rem;
  max-width: 850px;
  margin: 1.15rem 0 0;
  padding: 0;
  list-style: none;
}

.location-hero-points li {
  position: relative;
  padding-left: 1.5rem;
  color: #f1f6f9;
}

.location-hero-points li::before {
  position: absolute;
  left: 0;
  color: #ff9a66;
  content: "✓";
  font-weight: 800;
}

.location-task-selector {
  display: grid;
  grid-template-columns: minmax(240px, 0.75fr) minmax(0, 1.6fr);
  gap: 1.2rem;
  margin: 1.5rem 0;
  padding: 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.07);
}

.location-task-selector h2,
.location-task-selector p {
  color: var(--white);
}

.location-task-selector h2 {
  margin: 0.25rem 0 0.45rem;
  font-size: clamp(1.25rem, 2.2vw, 1.65rem);
}

.location-task-selector p {
  margin: 0;
  color: #cad8e1;
  font-size: 0.86rem;
}

.location-task-selector .eyebrow {
  color: #ff9f72;
}

.location-task-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.5rem;
}

.location-task-options button {
  min-height: 42px;
  padding: 0.55rem 0.65rem;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 10px;
  color: #edf5f8;
  background: rgba(7, 27, 41, 0.42);
  font: 750 0.78rem/1.25 'Manrope', sans-serif;
  cursor: pointer;
}

.location-task-options button:hover,
.location-task-options button:focus-visible,
.location-task-options button[aria-pressed="true"] {
  border-color: #ff9f72;
  color: var(--white);
  background: rgba(231, 101, 42, 0.3);
}

.location-provider-section {
  padding: clamp(1.1rem, 2.5vw, 1.65rem);
  border: 1px solid #cddce5;
  border-radius: 20px;
  background: linear-gradient(145deg, #f2f8fb 0%, #fff 75%);
}

.article-content .location-provider-section h2 {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.provider-status-grid,
.provider-screening-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
  margin: 1.2rem 0;
}

.provider-status-grid article,
.provider-screening-grid article {
  padding: 1rem;
  border: 1px solid #d7e3ea;
  border-radius: 14px;
  background: var(--white);
}

.provider-status-grid span,
.provider-status-grid strong {
  display: block;
}

.provider-status-grid span {
  color: var(--accent-dark);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.provider-status-grid strong {
  margin-top: 0.35rem;
  color: var(--ink);
}

.provider-status-grid p,
.provider-screening-grid p {
  margin-bottom: 0;
  font-size: 0.86rem;
}

.provider-fallback,
.location-price-fallback {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
  padding: 1rem 1.1rem;
  border-left: 4px solid var(--accent);
  background: #fff6f0;
}

.provider-fallback h3,
.location-price-fallback h3 {
  margin: 0 0 0.35rem;
}

.provider-fallback p,
.location-price-fallback p {
  margin: 0;
}

.location-price-fallback a {
  flex: 0 0 auto;
  padding: 0.75rem 0.9rem;
  border-radius: 10px;
  color: var(--white);
  background: var(--blue);
  font-weight: 800;
  text-decoration: none;
}

.provider-filter-bar {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
  margin: 1.2rem 0;
}

.provider-filter-bar label {
  display: grid;
  gap: 0.35rem;
  color: var(--ink);
  font-size: 0.8rem;
  font-weight: 800;
}

.provider-list {
  display: grid;
  gap: 0.8rem;
}

.provider-card {
  padding: 1.1rem;
  border: 1px solid #d5e1e8;
  border-radius: 15px;
  background: var(--white);
}

.provider-card[hidden] {
  display: none;
}

.provider-card-heading {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 1rem;
}

.provider-card-heading span {
  color: var(--accent-dark);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.provider-card-heading h3 {
  margin: 0.25rem 0 0;
}

.provider-card-heading button {
  padding: 0.55rem 0.75rem;
  border: 1px solid var(--blue);
  border-radius: 9px;
  color: var(--blue);
  background: var(--white);
  font-weight: 800;
  cursor: pointer;
}

.provider-card-heading button[aria-pressed="true"] {
  color: var(--white);
  background: var(--blue);
}

.provider-ranking-method {
  margin-top: 1rem;
  padding-top: 0.9rem;
  border-top: 1px solid #d7e3ea;
}

.provider-ranking-method summary {
  color: var(--blue);
  font-weight: 800;
  cursor: pointer;
}

.provider-screening-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.provider-screening-grid h3 {
  margin-top: 0;
}

.location-activity ul {
  display: grid;
  gap: 0.55rem;
  padding: 0;
  list-style: none;
}

.location-activity li {
  display: grid;
  grid-template-columns: 120px 1fr auto;
  gap: 0.75rem;
  padding: 0.8rem;
  border: 1px solid #d7e3ea;
  border-radius: 12px;
}

.location-service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin: 1.5rem 0 2.5rem;
}

.location-service-card {
  display: block;
  padding: 1.2rem;
  border: 1px solid #d7e2e9;
  border-radius: 16px;
  color: var(--ink);
  background: var(--white);
  box-shadow: 0 10px 26px rgba(17, 39, 56, 0.06);
  text-decoration: none;
}

.location-service-card:last-child {
  grid-column: 1 / -1;
}

.location-service-card h3 {
  margin: 0 0 0.45rem;
}

.location-service-card p {
  margin: 0 0 0.65rem;
}

.location-service-card > span {
  color: var(--accent-dark);
  font-weight: 750;
}

.location-data-interpretation {
  padding: 1.1rem 1.2rem;
  border-left: 4px solid var(--accent);
  background: #fff8f3;
}

.location-data-interpretation h3,
.location-data-interpretation p:first-of-type {
  margin-top: 0;
}

.location-insight-limited {
  border-color: #e0b36d;
  background: #fffaf1;
}

.location-process {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin: 1.5rem 0;
  padding: 0;
  counter-reset: location-step;
  list-style: none;
}

.location-process li {
  position: relative;
  padding: 3.3rem 1.1rem 1.15rem;
  border: 1px solid #d7e2e9;
  border-radius: 16px;
  background: #f8fbfd;
  counter-increment: location-step;
}

.location-process li::before {
  position: absolute;
  top: 1rem;
  left: 1.1rem;
  display: grid;
  width: 1.75rem;
  height: 1.75rem;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: var(--blue);
  content: counter(location-step);
  font-weight: 800;
}

.location-process strong,
.location-process span {
  display: block;
}

.location-process span {
  margin-top: 0.45rem;
  color: var(--muted);
}

.location-nearby-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  padding: 0;
  list-style: none;
}

.location-nearby-links a {
  display: block;
  padding: 0.9rem 1rem;
  border: 1px solid #d7e2e9;
  border-radius: 12px;
  background: #f8fbfd;
  font-weight: 750;
  text-decoration: none;
}

.location-evidence {
  margin-top: 3rem;
  padding: 1.3rem;
  border: 1px solid #d7e2e9;
  border-radius: 16px;
  background: #f5f8fa;
}

.article-content .location-evidence h2 {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
  font-size: 1.3rem;
}

.location-hero-actions .location-hero-buttons {
  display: flex;
  grid-template-columns: none;
  flex: none;
  gap: 0.6rem;
}

.location-hero-actions .button-secondary {
  border-color: rgba(255, 255, 255, 0.45);
  color: var(--white);
  background: transparent;
}

.quote-form .field small {
  display: block;
  margin-top: 0.35rem;
  color: var(--muted);
  line-height: 1.4;
}

@media (max-width: 760px) {
  .location-task-selector {
    grid-template-columns: 1fr;
  }

  .location-stat-grid,
  .location-scenarios,
  .location-service-grid,
  .location-process,
  .location-nearby-links,
  .provider-screening-grid {
    grid-template-columns: 1fr 1fr;
  }

  .location-checklist {
    columns: 1;
  }
}

@media (max-width: 520px) {
  .location-stat-grid,
  .location-scenarios,
  .location-service-grid,
  .location-process,
  .location-nearby-links,
  .location-hero-points,
  .provider-status-grid,
  .provider-screening-grid,
  .provider-filter-bar {
    grid-template-columns: 1fr;
  }

  .location-task-options {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .provider-fallback,
  .location-price-fallback,
  .provider-card-heading {
    align-items: stretch;
    flex-direction: column;
  }

  .location-price-fallback a {
    text-align: center;
  }

  .location-activity li {
    grid-template-columns: 1fr;
  }

  .location-service-card:last-child {
    grid-column: auto;
  }

  .location-hero-actions,
  .location-hero-actions .location-hero-buttons {
    align-items: stretch;
    flex-direction: column;
  }
}

.article-content h2 {
  margin-top: 3.2rem;
  padding-top: 2.5rem;
  border-top: 1px solid var(--line);
  font-size: clamp(1.65rem, 2.8vw, 2.35rem);
}

.article-content h2:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.article-content h3 {
  margin-top: 2rem;
  font-size: 1.25rem;
}

.article-content p,
.article-content li {
  color: #374957;
}

.article-content ul,
.article-content ol {
  padding-left: 1.3rem;
}

.article-content li + li {
  margin-top: 0.4rem;
}

.article-content img {
  width: 100%;
  margin: 2rem 0;
  border-radius: 14px;
}

.article-content table {
  display: block;
  width: 100%;
  overflow-x: auto;
  border-collapse: collapse;
  font-size: 0.9rem;
}

.article-content th,
.article-content td {
  min-width: 150px;
  padding: 0.75rem;
  border: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.article-content th {
  color: var(--ink);
  background: var(--blue-pale);
}

.article-content blockquote {
  margin: 2rem 0;
  padding: 1.2rem 1.4rem;
  border-left: 4px solid var(--accent);
  border-radius: 0 10px 10px 0;
  background: var(--accent-pale);
}

.article-content figure {
  margin: 2rem 0;
}

.intro-meta {
  margin-top: 0.75rem;
  color: #c7d7e2;
  font-size: 0.86rem;
}

.cost-summary {
  margin: 0 0 3rem;
  padding: clamp(1.25rem, 3vw, 2rem);
  border: 1px solid #cbdce7;
  border-radius: 24px;
  background: linear-gradient(145deg, #f4f9fc 0%, #fff 68%);
  box-shadow: 0 18px 44px rgba(17, 39, 56, 0.08);
}

.cost-summary .cost-summary-heading h2 {
  margin-top: 0.35rem;
  padding-top: 0;
  border-top: 0;
}

.cost-card-grid,
.factor-grid,
.rule-grid,
.decision-cards {
  display: grid;
  gap: 0.9rem;
  margin: 1.5rem 0;
}

.cost-card-grid,
.factor-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.rule-grid,
.decision-cards {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cost-card,
.factor-grid article,
.rule-grid article,
.decision-cards article {
  padding: 1.15rem;
  border: 1px solid #d9e5ec;
  border-radius: 16px;
  background: var(--white);
}

.cost-card-featured {
  border-color: var(--accent);
  box-shadow: inset 0 4px 0 var(--accent);
}

.cost-card span,
.cost-card strong {
  display: block;
}

.cost-card span {
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.cost-card strong {
  margin: 0.45rem 0;
  color: var(--blue);
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  line-height: 1.2;
}

.cost-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.84rem;
}

.scope-ladder {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.7rem;
  margin: 1.5rem 0;
}

.scope-ladder > div {
  position: relative;
  padding: 1.1rem;
  border-radius: 16px;
  background: var(--blue-pale);
}

.scope-ladder span {
  display: grid;
  width: 2rem;
  height: 2rem;
  place-items: center;
  margin-bottom: 0.75rem;
  border-radius: 50%;
  color: var(--white);
  background: var(--blue);
  font-weight: 800;
}

.scope-ladder h3,
.factor-grid h3,
.rule-grid h3,
.decision-cards h3 {
  margin-top: 0;
  font-size: 1rem;
}

.calculation-example {
  margin: 1.5rem 0;
  padding: clamp(1.25rem, 3vw, 2rem);
  border-left: 5px solid var(--accent);
  border-radius: 0 18px 18px 0;
  background: #fff7f1;
}

.calculation-example h3 {
  margin: 0.25rem 0 1rem;
}

.request-checklist {
  columns: 2;
  column-gap: 2rem;
}

.request-checklist li {
  break-inside: avoid;
  margin-bottom: 0.7rem;
}

.faq-list {
  display: grid;
  gap: 0.7rem;
}

.faq-item {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--white);
}

.faq-item summary {
  padding: 1rem 1.15rem;
  color: var(--ink);
  font-weight: 800;
  cursor: pointer;
}

.faq-item p {
  margin: 0;
  padding: 0 1.15rem 1.15rem;
}

.source-panel {
  margin-top: 3rem;
  padding: 1.25rem;
  border: 1px solid #d9e5ec;
  border-radius: 16px;
  background: #f7fafc;
}

.source-panel h2 {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
  font-size: 1.35rem;
}

.material-summary {
  margin: 0 0 3rem;
  padding: clamp(1.25rem, 3vw, 2rem);
  border: 1px solid #cbdce7;
  border-radius: 24px;
  background: linear-gradient(145deg, #f4f9fc 0%, #fff 68%);
  box-shadow: 0 18px 44px rgba(17, 39, 56, 0.08);
}

.material-summary h2 {
  margin-top: 0.35rem;
  padding-top: 0;
  border-top: 0;
}

.material-signal-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
  margin-top: 1.4rem;
}

.material-signal-grid article {
  padding: 1rem;
  border-radius: 14px;
  background: var(--white);
  border: 1px solid #d9e5ec;
}

.material-signal-grid span,
.material-signal-grid strong {
  display: block;
}

.material-signal-grid span {
  color: var(--accent-dark);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.material-signal-grid strong {
  margin: 0.35rem 0;
  color: var(--blue);
}

.layer-stack {
  display: grid;
  gap: 0.35rem;
  margin: 1.5rem 0;
}

.layer-stack > div {
  display: grid;
  grid-template-columns: 2rem minmax(120px, 0.7fr) 1fr;
  gap: 0.8rem;
  align-items: center;
  padding: 0.8rem 1rem;
  border-radius: 10px;
  color: var(--white);
  background: var(--blue);
}

.layer-stack > div:nth-child(2) { background: #23445c; }
.layer-stack > div:nth-child(3) { color: var(--ink); background: #dbe9f2; }
.layer-stack > div:nth-child(4) { color: var(--ink); background: #eaf2f7; }
.layer-stack > div:nth-child(5) { color: var(--ink); background: #f4e6d9; }

.layer-stack span {
  display: grid;
  width: 1.7rem;
  height: 1.7rem;
  place-items: center;
  border-radius: 50%;
  color: var(--ink);
  background: var(--white);
  font-weight: 800;
}

.layer-stack small {
  color: inherit;
  opacity: 0.82;
}

.risk-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin: 1.5rem 0;
  padding: 1rem;
  border-radius: 14px;
  background: #fff7f1;
}

.risk-strip strong {
  width: 100%;
  color: var(--ink);
}

.risk-strip span {
  padding: 0.4rem 0.65rem;
  border-radius: 999px;
  color: #6b3b1f;
  background: #f8dfcc;
  font-size: 0.84rem;
  font-weight: 700;
}

.roof-route-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.9rem;
  margin: 1.4rem 0;
}

.roof-route-grid article {
  padding: 1.2rem;
  border: 1px solid #d9e5ec;
  border-radius: 16px;
  background: var(--white);
}

.roof-route-grid article:first-child {
  border-top: 5px solid var(--blue);
}

.roof-route-grid article:last-child {
  border-top: 5px solid var(--accent);
}

.roof-route-grid span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.roof-route-grid h3 {
  margin: 0.4rem 0;
}

.material-atlas {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.8rem;
  margin: 1.5rem 0;
}

.material-atlas article {
  display: grid;
  grid-template-columns: 3rem 1fr;
  gap: 0.9rem;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--white);
}

.material-code {
  display: grid;
  width: 3rem;
  height: 3rem;
  place-items: center;
  border-radius: 12px;
  color: var(--white);
  background: var(--blue);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.material-atlas h3 {
  margin: 0;
}

.material-atlas p {
  margin: 0.35rem 0 0.5rem;
}

.selector-flow {
  display: grid;
  gap: 0.7rem;
  padding: 0;
  counter-reset: none;
  list-style: none;
}

.selector-flow li {
  display: grid;
  grid-template-columns: 2.5rem 1fr;
  gap: 1rem;
  align-items: start;
  margin: 0;
  padding: 1rem;
  border-left: 4px solid var(--accent);
  border-radius: 0 14px 14px 0;
  background: #f7fafc;
}

.selector-flow li + li {
  margin-top: 0;
}

.selector-flow span {
  display: grid;
  width: 2.3rem;
  height: 2.3rem;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: var(--blue);
  font-weight: 900;
}

.selector-flow h3 {
  margin: 0 0 0.25rem;
}

.selector-flow p {
  margin: 0;
}

.comparison-formula {
  margin: 1.5rem 0;
  padding: 1.25rem;
  border-radius: 18px;
  color: var(--white);
  background: var(--blue);
}

.comparison-formula > strong {
  display: block;
  margin-bottom: 1rem;
  font-size: clamp(1.15rem, 2vw, 1.45rem);
}

.comparison-formula > div {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.comparison-formula span {
  padding: 0.45rem 0.65rem;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  font-size: 0.82rem;
}

.scenario-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.9rem;
  margin: 1.5rem 0;
}

.scenario-grid article {
  padding: 1.2rem;
  border: 1px solid #d9e5ec;
  border-radius: 16px;
  background: var(--white);
}

.scenario-grid h3 {
  margin: 0.35rem 0 0.7rem;
}

.scenario-grid > article > span {
  display: inline-block;
  margin-top: 0.5rem;
  padding: 0.4rem 0.6rem;
  border-radius: 999px;
  color: #6b3b1f;
  background: #f8dfcc;
  font-size: 0.8rem;
  font-weight: 800;
}

.flat-roof-summary {
  margin: 0 0 3rem;
  padding: clamp(1.25rem, 3vw, 2rem);
  border: 1px solid #cbdce7;
  border-radius: 24px;
  background: linear-gradient(145deg, #f4f9fc 0%, #fff 68%);
  box-shadow: 0 18px 44px rgba(17, 39, 56, 0.08);
}

.flat-roof-summary h2 {
  margin-top: 0.35rem;
  padding-top: 0;
  border-top: 0;
}

.system-pillar-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.7rem;
  margin: 1.4rem 0;
}

.system-pillar-grid article {
  padding: 1rem;
  border: 1px solid #d9e5ec;
  border-radius: 14px;
  background: var(--white);
}

.system-pillar-grid span {
  display: inline-block;
  margin-bottom: 0.55rem;
  color: var(--accent-dark);
  font-size: 0.78rem;
  font-weight: 900;
}

.system-pillar-grid h3 {
  margin: 0 0 0.4rem;
  font-size: 1rem;
}

.definition-band {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.6rem;
  margin: 1.4rem 0;
}

.definition-band > div {
  padding: 0.9rem;
  border-radius: 12px;
  color: var(--white);
  background: var(--blue);
}

.definition-band strong,
.definition-band span {
  display: block;
}

.definition-band span {
  margin-top: 0.25rem;
  color: #d7e4ec;
  font-size: 0.8rem;
}

.roof-build-comparison {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
  margin: 1.5rem 0;
}

.roof-build-comparison article {
  padding: 1.1rem;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--white);
}

.roof-build-comparison article:first-child {
  border-top: 5px solid var(--green);
}

.roof-build-comparison article:nth-child(2) {
  border-top: 5px solid var(--blue);
}

.roof-build-comparison article:last-child {
  border-top: 5px solid var(--accent);
}

.roof-build-comparison h3 {
  margin: 0.3rem 0 0.8rem;
}

.roof-build-comparison ol {
  padding-left: 1.2rem;
}

.water-route {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 1.5rem 0;
  padding: 0;
  list-style: none;
}

.water-route li {
  position: relative;
  display: grid;
  grid-template-columns: 2.3rem 1fr;
  gap: 0.65rem;
  margin: 0;
  padding: 1rem;
  border-top: 1px solid #d9e5ec;
  border-bottom: 1px solid #d9e5ec;
  background: #f7fafc;
}

.water-route li:first-child {
  border-left: 1px solid #d9e5ec;
  border-radius: 14px 0 0 14px;
}

.water-route li:last-child {
  border-right: 1px solid #d9e5ec;
  border-radius: 0 14px 14px 0;
}

.water-route span {
  display: grid;
  width: 2.1rem;
  height: 2.1rem;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: var(--blue);
  font-weight: 900;
}

.water-route h3 {
  margin: 0 0 0.3rem;
  font-size: 1rem;
}

.water-route p {
  margin: 0;
  font-size: 0.88rem;
}

.failure-map {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.8rem;
  margin: 1.5rem 0;
}

.failure-map article {
  padding: 1.1rem;
  border: 1px solid #d9e5ec;
  border-radius: 16px;
  background: var(--white);
}

.failure-map article:last-child {
  grid-column: 1 / -1;
}

.failure-map span {
  display: inline-block;
  padding: 0.35rem 0.55rem;
  border-radius: 999px;
  color: #144666;
  background: #dbeaf3;
  font-size: 0.75rem;
  font-weight: 900;
  text-transform: uppercase;
}

.failure-map h3 {
  margin: 0.65rem 0;
}

.inspection-timeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.8rem;
  margin: 1.5rem 0;
}

.inspection-timeline article {
  padding: 1rem;
  border-left: 4px solid var(--accent);
  background: #fff7f1;
}

.inspection-timeline span {
  color: #7a4121;
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.inspection-timeline h3 {
  margin: 0.45rem 0;
  font-size: 1rem;
}

.material-identity-panel {
  margin: 0 0 3rem;
  padding: clamp(1.25rem, 3vw, 2rem);
  border: 1px solid #d6c7b8;
  border-radius: 24px;
  background: linear-gradient(145deg, #fff8f0 0%, #fff 66%);
  box-shadow: 0 18px 44px rgba(42, 31, 22, 0.08);
}

.material-identity-panel h2 {
  margin-top: 0.35rem;
  padding-top: 0;
  border-top: 0;
}

.identity-status-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 1.4rem;
}

.identity-status-grid article {
  padding: 1rem;
  border: 1px solid #eadfd4;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.9);
}

.identity-status-grid span,
.decision-path-grid > article > span {
  display: inline-block;
  margin-bottom: 0.55rem;
  color: #78431f;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.identity-status-grid h3,
.decision-path-grid h3,
.cost-driver-grid h3,
.offer-scope-grid h3 {
  margin: 0 0 0.45rem;
  font-size: 1rem;
}

.legacy-roof-stack {
  display: grid;
  gap: 0.35rem;
  margin: 1.5rem 0 0.5rem;
  padding: 1rem;
  border-radius: 18px;
  background: #10283a;
}

.legacy-roof-stack > div {
  display: grid;
  align-items: center;
  grid-template-columns: 2.4rem minmax(130px, 0.75fr) 1fr;
  gap: 0.8rem;
  padding: 0.75rem 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 10px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.06);
}

.legacy-roof-stack > div:first-child {
  background: #7b858a;
}

.legacy-roof-stack > div:nth-child(2) {
  background: #3c2f27;
}

.legacy-roof-stack > div:nth-child(3) {
  background: #263d4c;
}

.legacy-roof-stack span {
  display: grid;
  width: 2rem;
  height: 2rem;
  place-items: center;
  border-radius: 50%;
  color: #10283a;
  background: #f3d3b8;
  font-weight: 900;
}

.legacy-roof-stack small {
  color: #e5edf2;
}

.diagram-caption {
  color: var(--muted);
  font-size: 0.8rem;
  text-align: center;
}

.evidence-ladder {
  display: grid;
  gap: 0;
  margin: 1.5rem 0;
  padding: 0;
  list-style: none;
  counter-reset: none;
}

.evidence-ladder li {
  position: relative;
  display: grid;
  grid-template-columns: 3.2rem 1fr;
  gap: 1rem;
  margin: 0;
  padding: 0 0 1.25rem;
}

.evidence-ladder li:not(:last-child)::before {
  position: absolute;
  top: 2.8rem;
  bottom: 0;
  left: 1.35rem;
  width: 2px;
  content: '';
  background: #cbdce7;
}

.evidence-ladder span {
  display: grid;
  z-index: 1;
  width: 2.8rem;
  height: 2.8rem;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: var(--blue);
  font-size: 0.8rem;
  font-weight: 900;
}

.evidence-ladder div {
  padding: 0.85rem 1rem;
  border: 1px solid #d9e5ec;
  border-radius: 14px;
  background: #f8fbfd;
}

.evidence-ladder h3 {
  margin: 0 0 0.35rem;
  font-size: 1rem;
}

.decision-path-grid,
.cost-driver-grid,
.offer-scope-grid {
  display: grid;
  gap: 0.8rem;
  margin: 1.5rem 0;
}

.decision-path-grid {
  grid-template-columns: 1fr 1fr;
}

.decision-path-grid article,
.cost-driver-grid article,
.offer-scope-grid article {
  padding: 1.1rem;
  border: 1px solid #d9e5ec;
  border-radius: 16px;
  background: var(--white);
}

.decision-path-grid article:nth-child(1) {
  border-top: 5px solid var(--green);
}

.decision-path-grid article:nth-child(2) {
  border-top: 5px solid #d3a72c;
}

.decision-path-grid article:nth-child(3) {
  border-top: 5px solid var(--accent);
}

.decision-path-grid article:nth-child(4) {
  border-top: 5px solid var(--blue);
}

.classification-alert {
  margin: 1.5rem 0;
  padding: 1.3rem 1.4rem;
  border: 1px solid #f0c8a8;
  border-left: 6px solid var(--accent);
  border-radius: 14px;
  background: #fff7f1;
}

.classification-alert h3 {
  margin: 0.35rem 0 0.65rem;
}

.cost-driver-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cost-driver-grid span {
  display: inline-block;
  margin-bottom: 0.55rem;
  color: var(--accent-dark);
  font-size: 0.78rem;
  font-weight: 900;
}

.offer-scope-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.offer-scope-grid article {
  background: #f7fafc;
}

.offer-scope-grid ul {
  margin-bottom: 0;
  padding-left: 1.15rem;
}

.roof-form-centerpiece {
  margin: 0 0 3rem;
  padding: clamp(1.25rem, 3vw, 2rem);
  border: 1px solid #c8dbe6;
  border-radius: 24px;
  background: linear-gradient(145deg, #eef7fb 0%, #fff 68%);
  box-shadow: 0 18px 44px rgba(17, 39, 56, 0.08);
}

.roof-form-centerpiece h2 {
  margin-top: 0.35rem;
  padding-top: 0;
  border-top: 0;
}

.roof-passport-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.65rem;
  margin-top: 1.4rem;
}

.roof-passport-grid article {
  padding: 0.95rem;
  border: 1px solid #d8e6ee;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.9);
}

.roof-passport-grid span,
.cost-driver-grid span {
  display: inline-block;
  margin-bottom: 0.5rem;
  color: var(--accent-dark);
  font-size: 0.76rem;
  font-weight: 900;
}

.roof-passport-grid h3 {
  margin: 0 0 0.4rem;
  font-size: 0.96rem;
}

.roof-definition-band > div {
  min-height: 116px;
}

.roof-family-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.5rem;
  margin: 1.5rem 0;
}

.roof-family-strip article {
  padding: 1rem;
  border-top: 4px solid var(--blue);
  background: #f5f9fb;
}

.roof-family-strip span {
  color: var(--accent-dark);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.roof-family-strip h3 {
  margin: 0.4rem 0;
  font-size: 0.95rem;
}

.roof-shape-atlas {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.8rem;
  margin: 1.5rem 0;
}

.roof-shape-atlas article {
  display: flex;
  min-height: 330px;
  flex-direction: column;
  padding: 1rem;
  border: 1px solid #d6e2e9;
  border-radius: 16px;
  background: var(--white);
}

.roof-shape-atlas svg {
  width: 100%;
  height: 108px;
  margin-bottom: 0.65rem;
  padding: 0.45rem;
  border-radius: 12px;
  background: #eef5f8;
  fill: rgba(31, 95, 132, 0.08);
  stroke: var(--blue);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 4;
}

.roof-shape-atlas h3 {
  margin: 0 0 0.45rem;
  font-size: 1.05rem;
}

.roof-shape-atlas article > strong {
  margin-top: auto;
  padding-top: 0.7rem;
  color: var(--accent-dark);
  font-size: 0.78rem;
  text-transform: uppercase;
}

.roof-shape-atlas article > span {
  color: var(--muted);
  font-size: 0.84rem;
}

.detail-density-scale {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
  margin: 1.5rem 0;
}

.detail-density-scale article {
  padding: 1.15rem;
  border: 1px solid #d9e5ec;
  border-radius: 16px;
  background: var(--white);
}

.detail-density-scale article:first-child {
  border-top: 5px solid var(--green);
}

.detail-density-scale article:nth-child(2) {
  border-top: 5px solid #d3a72c;
}

.detail-density-scale article:last-child {
  border-top: 5px solid var(--accent);
}

.detail-density-scale span {
  display: inline-block;
  margin-bottom: 0.5rem;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.detail-density-scale h3 {
  margin: 0 0 0.55rem;
  font-size: 1.05rem;
}

.detail-density-scale ul {
  margin-bottom: 0;
  padding-left: 1.1rem;
}

.space-profile-grid,
.energy-route-grid {
  display: grid;
  gap: 0.8rem;
  margin: 1.5rem 0;
}

.space-profile-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.energy-route-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.space-profile-grid article,
.energy-route-grid article {
  padding: 1.05rem;
  border: 1px solid #d9e5ec;
  border-radius: 15px;
  background: #f8fbfd;
}

.space-profile-grid h3,
.energy-route-grid h3 {
  margin: 0.35rem 0 0.55rem;
  font-size: 1rem;
}

.energy-route-grid span {
  display: inline-block;
  padding: 0.35rem 0.55rem;
  border-radius: 999px;
  color: #174a67;
  background: #dcebf4;
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.geometry-cost-model {
  margin: 1.5rem 0;
  padding: 1.35rem;
  border-radius: 18px;
  color: var(--white);
  background: var(--blue);
}

.geometry-cost-model > strong {
  display: block;
  margin-bottom: 1rem;
  font-size: clamp(1.05rem, 2vw, 1.35rem);
}

.geometry-cost-model > div {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.geometry-cost-model span {
  padding: 0.42rem 0.62rem;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  font-size: 0.78rem;
}

.tile-cost-centerpiece {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(220px, 0.75fr);
  gap: 1rem;
  margin: 0 0 3rem;
  padding: clamp(1.25rem, 3vw, 2rem);
  border: 1px solid #c7dce7;
  border-radius: 24px;
  background: linear-gradient(142deg, #edf7fb 0%, #fff 66%);
  box-shadow: 0 18px 44px rgba(17, 39, 56, 0.08);
}

.tile-cost-centerpiece h2 {
  margin-top: 0.35rem;
  padding-top: 0;
  border-top: 0;
}

.tile-cost-number {
  display: flex;
  min-height: 190px;
  flex-direction: column;
  justify-content: center;
  padding: 1.25rem;
  border-radius: 18px;
  color: var(--white);
  background: var(--blue);
}

.tile-cost-number > span {
  color: #b9dced;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tile-cost-number strong {
  display: block;
  margin: 0.45rem 0;
  font-size: clamp(1.8rem, 4vw, 3.15rem);
  line-height: 1;
}

.tile-cost-number strong span {
  display: block;
  margin: 0.3rem 0;
  color: #b9dced;
  font-size: 0.8rem;
  text-transform: uppercase;
}

.tile-cost-number small {
  color: #dcebf3;
}

.tile-cost-guardrails {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.65rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tile-cost-guardrails li {
  padding: 0.95rem;
  border: 1px solid #d7e4eb;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.9);
}

.tile-cost-guardrails strong,
.tile-cost-guardrails span {
  display: block;
}

.tile-cost-guardrails strong {
  margin-bottom: 0.35rem;
  color: var(--accent-dark);
  font-size: 0.84rem;
}

.tile-cost-guardrails span {
  color: var(--muted);
  font-size: 0.82rem;
}

.tile-price-cards .cost-card {
  border-top: 5px solid var(--blue);
}

.tile-scope-ladder {
  display: grid;
  gap: 0.7rem;
  margin: 1.5rem 0;
}

.tile-scope-ladder article {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 1rem;
  align-items: start;
  padding: 1.15rem;
  border: 1px solid #d9e5ec;
  border-left: 5px solid var(--blue);
  border-radius: 15px;
  background: var(--white);
}

.tile-scope-ladder article:nth-child(2) { margin-left: 1.5rem; }
.tile-scope-ladder article:nth-child(3) { margin-left: 3rem; }
.tile-scope-ladder article:nth-child(4) {
  margin-left: 4.5rem;
  border-left-color: var(--accent);
}

.tile-scope-ladder article > span {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: var(--blue);
  font-size: 0.85rem;
  font-weight: 900;
}

.tile-scope-ladder h3 { margin: 0.15rem 0 0.45rem; }

.tile-scope-ladder ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin: 0.7rem 0 0;
  padding: 0;
  list-style: none;
}

.tile-scope-ladder li {
  padding: 0.35rem 0.55rem;
  border-radius: 999px;
  color: #174a67;
  background: #e5f0f5;
  font-size: 0.74rem;
  font-weight: 800;
}

.source-price-table td:nth-child(2) {
  min-width: 195px;
  color: var(--blue);
  font-weight: 800;
}

.scope-note {
  padding: 1rem 1.15rem;
  border-left: 5px solid var(--green);
  background: #eef8f3;
}

.tile-scenario-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
  margin: 1.5rem 0;
}

.tile-scenario-grid article {
  display: flex;
  min-height: 320px;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #d9e5ec;
  border-radius: 17px;
  background: var(--white);
}

.tile-scenario-grid article > div {
  padding: 1.1rem;
  color: var(--white);
  background: var(--blue);
}

.tile-scenario-grid span {
  color: #b9dced;
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.tile-scenario-grid h3 { margin: 0.25rem 0; }
.tile-scenario-grid p,
.tile-scenario-grid small { padding: 0 1.1rem; }
.tile-scenario-grid small {
  margin-top: auto;
  margin-bottom: 1.1rem;
  color: var(--muted);
}

.tile-material-compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.8rem;
  margin: 1.5rem 0;
}

.tile-material-compare article,
.tile-material-compare aside {
  padding: 1.15rem;
  border: 1px solid #d9e5ec;
  border-radius: 16px;
  background: #f8fbfd;
}

.tile-material-compare aside {
  grid-column: 1 / -1;
  color: var(--white);
  background: var(--blue);
}

.tile-material-compare aside strong { font-size: 1.1rem; }
.tile-material-compare aside ol {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.7rem;
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}

.tile-material-compare aside li {
  padding-top: 0.7rem;
  border-top: 2px solid rgba(255, 255, 255, 0.25);
  font-size: 0.82rem;
}

.tile-system-map {
  display: grid;
  gap: 0.45rem;
  margin: 1.5rem 0;
  padding: 1.2rem;
  border-radius: 18px;
  background: #eef5f8;
}

.tile-system-layer {
  display: grid;
  grid-template-columns: 42px minmax(180px, 0.75fr) 1.25fr;
  gap: 0.8rem;
  align-items: center;
  padding: 0.85rem 1rem;
  border-left: 5px solid var(--blue);
  background: var(--white);
}

.tile-system-layer:first-child { border-left-color: var(--accent); }
.tile-system-layer span {
  color: var(--accent-dark);
  font-size: 0.76rem;
  font-weight: 900;
}
.tile-system-layer small { color: var(--muted); }

.comparison-formula {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  align-items: center;
  margin: 1.5rem 0;
  padding: 1.1rem;
  border-radius: 16px;
  background: #eef5f8;
}

.comparison-formula span,
.comparison-formula strong {
  padding: 0.5rem 0.7rem;
  border-radius: 10px;
  background: var(--white);
}

.comparison-formula strong {
  color: var(--white);
  background: var(--blue);
}

.inspection-note {
  margin: 1.4rem 0;
  padding: 1rem 1.15rem;
  border: 1px solid #efc49f;
  border-radius: 14px;
  background: #fff6ee;
}

.quote-audit-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.7rem;
  margin: 1.5rem 0;
}

.quote-audit-grid article {
  padding: 1rem;
  border: 1px solid #d9e5ec;
  border-radius: 15px;
  background: var(--white);
}

.quote-audit-grid span {
  display: grid;
  width: 34px;
  height: 34px;
  margin-bottom: 0.7rem;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: var(--accent);
  font-size: 0.78rem;
  font-weight: 900;
}

.quote-audit-grid h3 {
  margin: 0 0 0.45rem;
  font-size: 1rem;
}

.slate-identity-centerpiece {
  margin: 0 0 3rem;
  padding: clamp(1.25rem, 3vw, 2rem);
  border: 1px solid #cbd8df;
  border-radius: 24px;
  background: linear-gradient(145deg, #f0f4f6 0%, #fff 68%);
  box-shadow: 0 18px 44px rgba(17, 39, 56, 0.08);
}

.slate-identity-centerpiece h2 {
  margin-top: 0.35rem;
  padding-top: 0;
  border-top: 0;
}

.slate-identity-routes {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.7rem;
  margin-top: 1.35rem;
}

.slate-identity-routes article {
  display: flex;
  min-height: 255px;
  flex-direction: column;
  padding: 1rem;
  border: 1px solid #d7e1e6;
  border-top: 5px solid #526976;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.94);
}

.slate-identity-routes article > span {
  display: grid;
  width: 38px;
  height: 38px;
  margin-bottom: 0.75rem;
  place-items: center;
  border-radius: 7px;
  color: var(--white);
  background: #526976;
  font-size: 0.8rem;
  font-weight: 900;
}

.slate-identity-routes h3 {
  margin: 0 0 0.5rem;
  font-size: 1rem;
}

.slate-identity-routes strong {
  margin-top: auto;
  color: var(--blue);
  font-size: 0.8rem;
}

.slate-identity-routes .slate-alert-route {
  border-top-color: #bd4d36;
  background: #fff7f3;
}

.slate-identity-routes .slate-alert-route > span {
  background: #bd4d36;
}

.slate-evidence-ladder {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.65rem;
  margin: 1.5rem 0;
}

.slate-evidence-ladder article {
  display: flex;
  min-height: 280px;
  flex-direction: column;
  padding: 1rem;
  border: 1px solid #d8e3e8;
  border-radius: 15px;
  background: #f8fafb;
}

.slate-evidence-ladder article > span {
  color: var(--accent-dark);
  font-size: 0.75rem;
  font-weight: 900;
}

.slate-evidence-ladder h3 {
  margin: 0.4rem 0;
}

.slate-evidence-ladder small {
  margin-top: auto;
  padding-top: 0.8rem;
  border-top: 1px solid #d8e3e8;
  color: var(--muted);
}

.slate-comparison-table td:first-child {
  color: var(--blue);
  font-weight: 900;
}

.slate-price-band {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  margin: 1.5rem 0;
}

.slate-price-band article {
  padding: 1.2rem;
  border: 1px solid #d6e1e7;
  border-top: 5px solid #526976;
  border-radius: 16px;
  background: var(--white);
}

.slate-price-band span,
.slate-price-band strong {
  display: block;
}

.slate-price-band span {
  margin-bottom: 0.5rem;
  color: var(--accent-dark);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.slate-price-band strong {
  margin-bottom: 0.65rem;
  color: var(--blue);
  font-size: clamp(1.25rem, 2.5vw, 1.7rem);
}

.slate-scenario-calculator {
  display: grid;
  grid-template-columns: minmax(230px, 0.8fr) minmax(0, 1.2fr);
  gap: 1rem;
  margin: 1.5rem 0;
  padding: 1.25rem;
  border-radius: 18px;
  color: var(--white);
  background: #263d4a;
}

.slate-scenario-calculator h3 {
  margin: 0.3rem 0 0.55rem;
}

.slate-scenario-calculator table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border-radius: 12px;
  color: var(--ink);
  background: var(--white);
}

.slate-scenario-calculator th,
.slate-scenario-calculator td {
  padding: 0.75rem;
  border-bottom: 1px solid #dbe4e9;
  text-align: left;
}

.slate-scenario-calculator th {
  color: #dbe9ef;
  background: #172d39;
  font-size: 0.78rem;
}

.slate-layer-stack {
  display: grid;
  gap: 0.42rem;
  margin: 1.5rem 0;
  padding: 1.2rem;
  border-radius: 18px;
  background: #edf2f4;
}

.slate-layer-stack > div {
  display: grid;
  grid-template-columns: 44px minmax(180px, 0.75fr) 1.25fr;
  gap: 0.8rem;
  align-items: center;
  padding: 0.85rem 1rem;
  border-left: 5px solid #526976;
  background: var(--white);
}

.slate-layer-stack > div:first-child {
  border-left-color: var(--accent);
}

.slate-layer-stack span {
  color: var(--accent-dark);
  font-size: 0.75rem;
  font-weight: 900;
}

.slate-layer-stack small {
  color: var(--muted);
}

.slate-pattern-atlas {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
  margin: 1.5rem 0;
}

.slate-pattern-atlas article {
  display: flex;
  min-height: 355px;
  flex-direction: column;
  padding: 1rem;
  border: 1px solid #d6e1e7;
  border-radius: 16px;
  background: var(--white);
}

.slate-pattern-atlas h3 {
  margin: 0.8rem 0 0.4rem;
}

.slate-pattern-atlas article > strong {
  margin-top: auto;
  color: var(--accent-dark);
  font-size: 0.74rem;
  text-transform: uppercase;
}

.slate-pattern-atlas article > span {
  color: var(--muted);
  font-size: 0.8rem;
}

.slate-pattern {
  position: relative;
  height: 118px;
  overflow: hidden;
  border-radius: 11px;
  background: #dfe7ea;
}

.slate-pattern i {
  position: absolute;
  display: block;
  width: 48px;
  height: 60px;
  border: 2px solid #edf2f4;
  border-radius: 3px 3px 9px 9px;
  background: #526976;
  box-shadow: inset 0 -8px 0 rgba(0, 0, 0, 0.08);
}

.slate-pattern i:nth-child(1) { left: 8px; top: 8px; }
.slate-pattern i:nth-child(2) { left: 58px; top: 8px; }
.slate-pattern i:nth-child(3) { left: 108px; top: 8px; }
.slate-pattern i:nth-child(4) { left: 32px; top: 52px; }
.slate-pattern i:nth-child(5) { left: 82px; top: 52px; }
.slate-pattern i:nth-child(6) { left: 132px; top: 52px; }

.slate-pattern-horizontal i {
  width: 72px;
  height: 40px;
  border-radius: 3px 8px 8px 3px;
}

.slate-pattern-horizontal i:nth-child(2) { left: 72px; }
.slate-pattern-horizontal i:nth-child(3) { left: 136px; }
.slate-pattern-horizontal i:nth-child(4) { left: 8px; top: 46px; }
.slate-pattern-horizontal i:nth-child(5) { left: 72px; top: 46px; }
.slate-pattern-horizontal i:nth-child(6) { left: 136px; top: 46px; }

.slate-pattern-half i {
  width: 54px;
  height: 46px;
  border-radius: 2px;
}

.slate-pattern-diamond i {
  width: 48px;
  height: 48px;
  transform: rotate(45deg);
  border-radius: 3px;
}

.slate-pattern-diamond i:nth-child(1) { left: 18px; top: -12px; }
.slate-pattern-diamond i:nth-child(2) { left: 82px; top: -12px; }
.slate-pattern-diamond i:nth-child(3) { left: 146px; top: -12px; }
.slate-pattern-diamond i:nth-child(4) { left: 50px; top: 48px; }
.slate-pattern-diamond i:nth-child(5) { left: 114px; top: 48px; }

.asbestos-stop-card {
  display: grid;
  grid-template-columns: minmax(220px, 0.72fr) minmax(0, 1.28fr);
  gap: 1rem;
  margin: 1.5rem 0;
  padding: 1.3rem;
  border: 2px solid #bd4d36;
  border-radius: 18px;
  background: #fff7f3;
}

.asbestos-stop-card > div {
  padding: 1rem;
  border-radius: 13px;
  color: var(--white);
  background: #923a29;
}

.asbestos-stop-card > div span {
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.asbestos-stop-card > div h3 {
  margin: 0.45rem 0;
}

.asbestos-stop-card ol {
  display: grid;
  gap: 0.65rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.asbestos-stop-card li {
  padding: 0.75rem 0.9rem;
  border-left: 4px solid #bd4d36;
  background: var(--white);
}

.asbestos-stop-card li strong,
.asbestos-stop-card li span {
  display: block;
}

.asbestos-stop-card li span {
  margin-top: 0.25rem;
  color: var(--muted);
  font-size: 0.82rem;
}

.slate-condition-map {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.7rem;
  margin: 1.5rem 0;
}

.slate-condition-map article {
  padding: 1rem;
  border: 1px solid #d8e2e7;
  border-radius: 15px;
  background: #f8fafb;
}

.slate-condition-map span {
  color: var(--accent-dark);
  font-size: 0.75rem;
  font-weight: 900;
  text-transform: uppercase;
}

.slate-condition-map h3 {
  margin: 0.4rem 0;
}

.slate-condition-map ul {
  margin-bottom: 0;
  padding-left: 1.05rem;
}

.slate-decision-matrix {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.6rem;
  margin: 1.5rem 0;
  padding: 1rem;
  border-radius: 18px;
  background: #263d4a;
}

.slate-decision-matrix > p {
  grid-column: 1 / -1;
}

.slate-decision-matrix > div {
  padding: 0.9rem;
  border-top: 4px solid var(--accent);
  background: var(--white);
}

.slate-decision-matrix strong,
.slate-decision-matrix span,
.slate-decision-matrix small {
  display: block;
}

.slate-decision-matrix span {
  margin: 0.55rem 0;
  color: var(--blue);
  font-weight: 900;
}

.slate-decision-matrix small {
  color: var(--muted);
}

.maintenance-traffic-light {
  display: grid;
  gap: 0.65rem;
  margin: 1.5rem 0;
  padding: 0;
  list-style: none;
}

.maintenance-traffic-light li {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 1rem;
  align-items: center;
  padding: 1rem;
  border: 1px solid #d8e3e8;
  border-radius: 14px;
  background: var(--white);
}

.maintenance-traffic-light li > span {
  padding: 0.45rem;
  border-radius: 999px;
  color: var(--white);
  font-size: 0.74rem;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.maintenance-green > span { background: #317455; }
.maintenance-amber > span { background: #b98216; }
.maintenance-red > span { background: #a74031; }
.maintenance-traffic-light h3 { margin: 0 0 0.35rem; }
.maintenance-traffic-light p { margin-bottom: 0; }

.solar-slate-sequence {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.55rem;
  margin: 1.5rem 0;
}

.solar-slate-sequence article {
  position: relative;
  padding: 1rem;
  border-top: 5px solid #d09924;
  background: #fff9eb;
}

.solar-slate-sequence span {
  color: #8b6414;
  font-size: 0.75rem;
  font-weight: 900;
}

.solar-slate-sequence h3 {
  margin: 0.45rem 0;
  font-size: 1rem;
}

.slate-offer-scope article:nth-child(1) { border-top: 5px solid #a74031; }
.slate-offer-scope article:nth-child(2) { border-top: 5px solid #b98216; }
.slate-offer-scope article:nth-child(3) { border-top: 5px solid #317455; }

.overhang-centerpiece {
  margin: 0 0 2.2rem;
  overflow: hidden;
  border: 1px solid #cadbe4;
  border-radius: 22px;
  background: linear-gradient(135deg, #edf6fa 0%, #f8fafb 58%, #fff5ee 100%);
}

.overhang-centerpiece-copy {
  max-width: 760px;
  padding: clamp(1.4rem, 4vw, 2.2rem);
}

.overhang-centerpiece-copy h2 {
  margin: 0.35rem 0 0.75rem;
}

.overhang-passport-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: #cadbe4;
}

.overhang-passport-grid article {
  display: flex;
  min-height: 230px;
  flex-direction: column;
  padding: 1.15rem;
  background: rgba(255, 255, 255, 0.96);
}

.overhang-passport-grid article > span {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 9px;
  color: var(--white);
  background: var(--blue);
  font-weight: 900;
}

.overhang-passport-grid h3 {
  margin: 0.75rem 0 0.4rem;
}

.overhang-passport-grid strong {
  margin-top: auto;
  color: var(--accent-dark);
  font-size: 0.8rem;
}

.overhang-definition-band {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.7rem;
  margin: 1.5rem 0;
}

.overhang-definition-band article {
  padding: 1rem;
  border: 1px solid #d6e1e7;
  border-top: 5px solid #355f76;
  border-radius: 14px;
  background: var(--white);
}

.overhang-definition-band span {
  color: var(--accent-dark);
  font-size: 0.75rem;
  font-weight: 900;
}

.overhang-definition-band h3 {
  margin: 0.45rem 0;
}

.overhang-location-table td:first-child,
.overhang-material-table td:first-child {
  color: var(--blue);
  font-weight: 900;
}

.overhang-measurement {
  display: grid;
  grid-template-columns: minmax(230px, 0.8fr) minmax(0, 1.2fr);
  gap: 1rem;
  margin: 1.5rem 0;
  padding: 1.2rem;
  border-radius: 18px;
  background: #edf2f4;
}

.measurement-sketch {
  position: relative;
  min-height: 330px;
  overflow: hidden;
  border-radius: 14px;
  background: linear-gradient(#b8d7e8 0 52%, #e8dfcf 52% 100%);
}

.sketch-roof {
  position: absolute;
  top: 74px;
  left: 34px;
  width: 270px;
  height: 18px;
  transform: rotate(-18deg);
  transform-origin: left center;
  background: #263d4a;
  box-shadow: 0 8px 0 #d56d37;
}

.sketch-wall {
  position: absolute;
  top: 120px;
  right: 45px;
  width: 150px;
  height: 230px;
  background: repeating-linear-gradient(0deg, #d6b48f 0 20px, #c69c73 21px 23px);
}

.sketch-projection,
.sketch-length {
  position: absolute;
  display: grid;
  place-items: center;
  border: 2px solid var(--accent);
  color: var(--ink);
  background: var(--white);
  font-weight: 900;
}

.sketch-projection {
  top: 112px;
  left: 35px;
  width: 120px;
  height: 35px;
}

.sketch-length {
  right: 10px;
  bottom: 18px;
  width: 42px;
  height: 160px;
}

.measurement-legend {
  display: grid;
  gap: 0.6rem;
}

.measurement-legend p {
  margin: 0;
  padding: 0.85rem 1rem;
  border-left: 4px solid var(--blue);
  background: var(--white);
}

.measurement-legend strong,
.measurement-legend span {
  display: block;
}

.measurement-legend span {
  margin-top: 0.25rem;
  color: var(--muted);
  font-size: 0.84rem;
}

.overhang-measurement figcaption {
  grid-column: 1 / -1;
}

.overhang-formula {
  margin: 1.5rem 0;
  padding: 1.25rem;
  border-left: 6px solid var(--accent);
  border-radius: 0 16px 16px 0;
  color: var(--white);
  background: #263d4a;
}

.overhang-formula h3 {
  margin: 0.35rem 0 0.5rem;
  color: var(--white);
}

.overhang-open-closed,
.overhang-rule-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.85rem;
  margin: 1.5rem 0;
}

.overhang-open-closed article,
.overhang-rule-grid article {
  padding: 1.2rem;
  border: 1px solid #d6e1e7;
  border-radius: 16px;
  background: var(--white);
}

.overhang-open-closed article:first-child {
  border-top: 5px solid #d09924;
}

.overhang-open-closed article:last-child {
  border-top: 5px solid #355f76;
}

.overhang-open-closed h3,
.overhang-rule-grid h3 {
  margin: 0.35rem 0 0.7rem;
}

.overhang-open-closed ul {
  margin-bottom: 0;
  padding-left: 1.1rem;
}

.overhang-water-route {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  margin: 1.5rem 0;
  padding: 0;
  list-style: none;
}

.overhang-water-route li {
  position: relative;
  min-height: 235px;
  padding: 1rem;
  border-block: 1px solid #cfdee6;
  border-right: 1px solid #cfdee6;
  background: #f8fafb;
}

.overhang-water-route li:first-child {
  border-left: 1px solid #cfdee6;
  border-radius: 16px 0 0 16px;
}

.overhang-water-route li:last-child {
  border-radius: 0 16px 16px 0;
}

.overhang-water-route li > span {
  color: var(--accent-dark);
  font-size: 0.75rem;
  font-weight: 900;
}

.overhang-water-route h3 {
  margin: 0.5rem 0;
  font-size: 1rem;
}

.overhang-condition-grid,
.overhang-decision-matrix {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.7rem;
  margin: 1.5rem 0;
}

.overhang-condition-grid article,
.overhang-decision-matrix article {
  padding: 1rem;
  border: 1px solid #d6e1e7;
  border-radius: 15px;
  background: #f8fafb;
}

.overhang-condition-grid span,
.overhang-decision-matrix span {
  color: var(--accent-dark);
  font-size: 0.75rem;
  font-weight: 900;
  text-transform: uppercase;
}

.overhang-condition-grid h3,
.overhang-decision-matrix h3 {
  margin: 0.45rem 0;
}

.overhang-decision-matrix article {
  display: flex;
  min-height: 280px;
  flex-direction: column;
  border-top: 5px solid #355f76;
  background: var(--white);
}

.overhang-decision-matrix article:nth-child(3),
.overhang-decision-matrix article:nth-child(4) {
  border-top-color: var(--accent);
}

.overhang-decision-matrix strong {
  margin-top: auto;
  color: var(--blue);
  font-size: 0.78rem;
}

.overhang-decision-matrix small {
  color: var(--muted);
}

.overhang-cost-ledger {
  display: grid;
  grid-template-columns: minmax(240px, 0.75fr) minmax(0, 1.25fr);
  gap: 1rem;
  margin: 1.5rem 0;
  padding: 1.25rem;
  border-radius: 18px;
  color: var(--white);
  background: #263d4a;
}

.overhang-cost-ledger h3 {
  margin: 0.35rem 0 0.6rem;
  color: var(--white);
}

.overhang-cost-ledger ol {
  display: grid;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.overhang-cost-ledger li {
  padding: 0.8rem 0.9rem;
  border-left: 4px solid var(--accent);
  color: var(--ink);
  background: var(--white);
}

.overhang-cost-ledger li strong,
.overhang-cost-ledger li span {
  display: block;
}

.overhang-cost-ledger li span {
  color: var(--muted);
  font-size: 0.82rem;
}

.overhang-rule-grid article:first-child {
  border-top: 5px solid #355f76;
}

.overhang-rule-grid article:last-child {
  border-top: 5px solid #317455;
}

.overhang-rule-grid a {
  font-weight: 800;
}

.flat-renovation-centerpiece {
  margin: 0 0 2.2rem;
  overflow: hidden;
  border: 1px solid #cadbe4;
  border-radius: 22px;
  background: #f4f8fa;
}

.flat-renovation-heading {
  max-width: 780px;
  padding: clamp(1.4rem, 4vw, 2.2rem);
}

.flat-renovation-heading h2 {
  margin: 0.35rem 0 0.7rem;
}

.flat-renovation-routes {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: #cadbe4;
}

.flat-renovation-routes article {
  display: flex;
  min-height: 260px;
  flex-direction: column;
  padding: 1.15rem;
  border-top: 6px solid #526976;
  background: var(--white);
}

.flat-renovation-routes .route-featured {
  border-top-color: var(--accent);
  background: #fff8f3;
}

.flat-renovation-routes span,
.flat-route-gates span,
.flat-signal-map span,
.flat-detail-register span {
  color: var(--accent-dark);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.flat-renovation-routes h3,
.flat-route-gates h3,
.flat-signal-map h3,
.flat-detail-register h3 {
  margin: 0.5rem 0;
}

.flat-renovation-routes strong {
  margin-top: auto;
  color: var(--blue);
  font-size: 0.8rem;
}

.flat-route-gates,
.flat-signal-map {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.7rem;
  margin: 1.5rem 0;
}

.flat-route-gates article,
.flat-signal-map article {
  display: flex;
  min-height: 255px;
  flex-direction: column;
  padding: 1rem;
  border: 1px solid #d6e1e7;
  border-radius: 15px;
  background: #f8fafb;
}

.flat-route-gates small {
  margin-top: auto;
  padding-top: 0.75rem;
  border-top: 1px solid #d8e3e8;
  color: var(--muted);
}

.flat-price-centerpiece {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
  margin: 1.5rem 0;
}

.flat-price-centerpiece article {
  padding: 1.2rem;
  border: 1px solid #d6e1e7;
  border-top: 5px solid #355f76;
  border-radius: 16px;
  background: var(--white);
}

.flat-price-centerpiece .flat-price-featured {
  border-top-color: var(--accent);
  background: #fff8f3;
}

.flat-price-centerpiece span,
.flat-price-centerpiece strong {
  display: block;
}

.flat-price-centerpiece span {
  margin-bottom: 0.5rem;
  color: var(--accent-dark);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.flat-price-centerpiece strong {
  margin-bottom: 0.65rem;
  color: var(--blue);
  font-size: clamp(1.2rem, 2.4vw, 1.65rem);
}

.flat-scenario-board {
  display: grid;
  grid-template-columns: minmax(230px, 0.8fr) minmax(0, 1.2fr);
  gap: 1rem;
  margin: 1.5rem 0;
  padding: 1.25rem;
  border-radius: 18px;
  color: var(--white);
  background: #263d4a;
}

.flat-scenario-board h3 {
  margin: 0.35rem 0 0.55rem;
  color: var(--white);
}

.flat-scenario-board table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border-radius: 12px;
  color: var(--ink);
  background: var(--white);
}

.flat-scenario-board th,
.flat-scenario-board td {
  padding: 0.8rem;
  border-bottom: 1px solid #dbe4e9;
  text-align: left;
}

.flat-scenario-board th {
  color: #e1ebf0;
  background: #172d39;
  font-size: 0.78rem;
}

.flat-replace-rule {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.85rem;
  margin: 1.5rem 0;
  padding: 1.1rem 1.2rem;
  border-left: 6px solid var(--accent);
  border-radius: 0 14px 14px 0;
  color: var(--white);
  background: #263d4a;
}

.flat-replace-rule strong {
  color: #ffb58d;
}

.flat-overlay-table td:first-child,
.flat-renovation-materials td:first-child {
  color: var(--blue);
  font-weight: 900;
}

.flat-investigation-sequence {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.55rem;
  margin: 1.5rem 0;
  padding: 0;
  list-style: none;
}

.flat-investigation-sequence li {
  min-height: 250px;
  padding: 1rem;
  border-top: 5px solid #355f76;
  background: #f4f7f8;
}

.flat-investigation-sequence span {
  color: var(--accent-dark);
  font-size: 0.75rem;
  font-weight: 900;
}

.flat-investigation-sequence h3 {
  margin: 0.5rem 0;
  font-size: 1rem;
}

.flat-renovation-stack {
  display: grid;
  gap: 0.42rem;
  margin: 1.5rem 0;
  padding: 1.2rem;
  border-radius: 18px;
  background: #edf2f4;
}

.flat-renovation-stack > div {
  display: grid;
  grid-template-columns: 44px minmax(180px, 0.75fr) 1.25fr;
  gap: 0.8rem;
  align-items: center;
  padding: 0.85rem 1rem;
  border-left: 5px solid #526976;
  background: var(--white);
}

.flat-renovation-stack > div:first-child {
  border-left-color: var(--accent);
}

.flat-renovation-stack span {
  color: var(--accent-dark);
  font-size: 0.75rem;
  font-weight: 900;
}

.flat-renovation-stack small {
  color: var(--muted);
}

.flat-subsidy-panel {
  display: grid;
  grid-template-columns: minmax(240px, 0.8fr) minmax(0, 1.2fr);
  gap: 1rem;
  margin: 1.5rem 0;
  padding: 1.25rem;
  border: 1px solid #bdd8c8;
  border-radius: 18px;
  background: #eff8f2;
}

.flat-subsidy-panel h3 {
  margin: 0.35rem 0 0.55rem;
}

.flat-subsidy-panel ul {
  display: grid;
  gap: 0.55rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.flat-subsidy-panel li {
  padding: 0.75rem 0.9rem;
  border-left: 4px solid #317455;
  background: var(--white);
}

.flat-workflow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.7rem;
  margin: 1.5rem 0;
}

.flat-workflow article {
  padding: 1.05rem;
  border: 1px solid #d6e1e7;
  border-radius: 15px;
  background: var(--white);
}

.flat-workflow .workflow-gate {
  border-color: #e5a17b;
  background: #fff6f1;
}

.flat-workflow span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 8px;
  color: var(--white);
  background: var(--blue);
  font-weight: 900;
}

.flat-workflow .workflow-gate span {
  background: var(--accent-dark);
}

.flat-workflow h3 {
  margin: 0.7rem 0 0.4rem;
}

.flat-detail-register {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.6rem;
  margin: 1.5rem 0;
}

.flat-detail-register article {
  min-height: 250px;
  padding: 1rem;
  border: 1px solid #d7e2e8;
  border-radius: 14px;
  background: #f8fafb;
}

@media (max-width: 800px) {
  .cost-card-grid,
  .factor-grid,
  .scope-ladder {
    grid-template-columns: 1fr 1fr;
  }

  .material-signal-grid {
    grid-template-columns: 1fr;
  }

  .material-atlas {
    grid-template-columns: 1fr;
  }

  .system-pillar-grid,
  .definition-band,
  .inspection-timeline,
  .cost-driver-grid,
  .roof-shape-atlas,
  .space-profile-grid {
    grid-template-columns: 1fr 1fr;
  }

  .roof-passport-grid,
  .roof-family-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .roof-build-comparison,
  .offer-scope-grid,
  .detail-density-scale,
  .energy-route-grid,
  .tile-material-compare,
  .quote-audit-grid {
    grid-template-columns: 1fr;
  }

  .tile-material-compare aside {
    grid-column: auto;
  }

  .tile-material-compare aside ol {
    grid-template-columns: 1fr 1fr;
  }

  .tile-scenario-grid {
    grid-template-columns: 1fr;
  }

  .slate-identity-routes,
  .slate-evidence-ladder,
  .slate-pattern-atlas,
  .slate-condition-map,
  .slate-decision-matrix,
  .solar-slate-sequence {
    grid-template-columns: 1fr 1fr;
  }

  .slate-price-band,
  .slate-scenario-calculator,
  .asbestos-stop-card,
  .overhang-measurement,
  .overhang-cost-ledger {
    grid-template-columns: 1fr;
  }

  .overhang-passport-grid,
  .overhang-definition-band,
  .overhang-condition-grid,
  .overhang-decision-matrix {
    grid-template-columns: 1fr 1fr;
  }

  .overhang-water-route {
    grid-template-columns: 1fr 1fr;
    gap: 0.6rem;
  }

  .overhang-water-route li,
  .overhang-water-route li:first-child,
  .overhang-water-route li:last-child {
    min-height: 0;
    border: 1px solid #cfdee6;
    border-radius: 14px;
  }

  .flat-renovation-routes,
  .flat-route-gates,
  .flat-signal-map,
  .flat-investigation-sequence,
  .flat-detail-register {
    grid-template-columns: 1fr 1fr;
  }

  .flat-price-centerpiece,
  .flat-workflow {
    grid-template-columns: 1fr;
  }

  .flat-scenario-board,
  .flat-subsidy-panel {
    grid-template-columns: 1fr;
  }

  .water-route {
    grid-template-columns: 1fr 1fr;
    gap: 0.6rem;
  }

  .water-route li,
  .water-route li:first-child,
  .water-route li:last-child {
    border: 1px solid #d9e5ec;
    border-radius: 14px;
  }
}

@media (max-width: 560px) {
  .cost-card-grid,
  .factor-grid,
  .rule-grid,
  .decision-cards,
  .scope-ladder {
    grid-template-columns: 1fr;
  }

  .request-checklist {
    columns: 1;
  }

  .layer-stack > div {
    grid-template-columns: 2rem 1fr;
  }

  .layer-stack small {
    grid-column: 2;
  }

  .roof-route-grid,
  .scenario-grid {
    grid-template-columns: 1fr;
  }

  .system-pillar-grid,
  .definition-band,
  .water-route,
  .failure-map,
  .inspection-timeline,
  .identity-status-grid,
  .decision-path-grid,
  .cost-driver-grid,
  .roof-passport-grid,
  .roof-family-strip,
  .roof-shape-atlas,
  .space-profile-grid {
    grid-template-columns: 1fr;
  }

  .tile-cost-centerpiece {
    grid-template-columns: 1fr;
  }

  .tile-cost-guardrails {
    grid-column: auto;
    grid-template-columns: 1fr;
  }

  .tile-scope-ladder article,
  .tile-scope-ladder article:nth-child(2),
  .tile-scope-ladder article:nth-child(3),
  .tile-scope-ladder article:nth-child(4) {
    grid-template-columns: 52px 1fr;
    margin-left: 0;
  }

  .tile-system-layer {
    grid-template-columns: 38px 1fr;
  }

  .tile-system-layer small {
    grid-column: 2;
  }

  .tile-material-compare aside ol {
    grid-template-columns: 1fr;
  }

  .slate-identity-routes,
  .slate-evidence-ladder,
  .slate-pattern-atlas,
  .slate-condition-map,
  .slate-decision-matrix,
  .solar-slate-sequence {
    grid-template-columns: 1fr;
  }

  .overhang-passport-grid,
  .overhang-definition-band,
  .overhang-water-route,
  .overhang-condition-grid,
  .overhang-decision-matrix,
  .overhang-open-closed,
  .overhang-rule-grid {
    grid-template-columns: 1fr;
  }

  .flat-renovation-routes,
  .flat-route-gates,
  .flat-signal-map,
  .flat-investigation-sequence,
  .flat-detail-register {
    grid-template-columns: 1fr;
  }

  .flat-renovation-stack > div {
    grid-template-columns: 38px 1fr;
  }

  .flat-renovation-stack small {
    grid-column: 2;
  }

  .flat-replace-rule {
    grid-template-columns: 1fr;
  }

  .slate-layer-stack > div {
    grid-template-columns: 38px 1fr;
  }

  .slate-layer-stack small {
    grid-column: 2;
  }

  .maintenance-traffic-light li {
    grid-template-columns: 1fr;
  }

  .legacy-roof-stack > div {
    grid-template-columns: 2rem 1fr;
  }

  .legacy-roof-stack small {
    grid-column: 2;
  }

  .failure-map article:last-child {
    grid-column: auto;
  }
}

.article-content figcaption {
  margin-top: 0.5rem;
  color: var(--muted);
  font-size: 0.8rem;
  text-align: center;
}

.article-sidebar {
  position: sticky;
  top: var(--header-offset);
  display: grid;
  gap: 1rem;
}

.sidebar-card {
  padding: 1.3rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow-small);
}

.sidebar-card h2,
.sidebar-card h3 {
  margin: 0 0 0.55rem;
  font-size: 1.18rem;
}

.sidebar-card p {
  margin: 0 0 1rem;
  color: var(--muted);
  font-size: 0.88rem;
}

.sidebar-links {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar-links a {
  display: block;
  padding: 0.7rem 0;
  border-bottom: 1px solid var(--line);
  color: var(--ink-soft);
  font-size: 0.88rem;
  font-weight: 600;
  text-decoration: none;
}

.sidebar-links li:last-child a {
  border-bottom: 0;
}

.article-hero {
  padding: clamp(4rem, 7vw, 6.5rem) 0;
  color: var(--white);
  background:
    radial-gradient(circle at 85% 15%, rgba(42, 102, 144, 0.45), transparent 28%),
    var(--ink);
}

.article-hero h1 {
  max-width: 920px;
  color: var(--white);
  font-size: clamp(2.25rem, 5vw, 4.5rem);
}

.article-hero .article-intro {
  max-width: 980px;
  margin-top: 1rem;
}

.article-hero .article-intro p {
  margin: 0;
  color: #dce7ef;
  font-size: 1.06rem;
  line-height: 1.72;
}

.article-hero .article-intro strong {
  color: var(--white);
}

.article-hero .article-intro a {
  color: #ffba96;
}

.price-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
  margin: 2.3rem 0;
  padding: 1.15rem 1.25rem;
  border: 1px solid #f0c4ac;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--accent-pale), #fff8f3);
  box-shadow: 0 8px 24px rgba(189, 71, 24, 0.08);
}

.price-cta div {
  display: grid;
  gap: 0.1rem;
}

.price-cta strong {
  color: var(--ink);
  font-family: "Manrope", sans-serif;
  font-size: 1.03rem;
}

.price-cta span {
  color: var(--muted);
  font-size: 0.86rem;
}

.price-cta .button {
  flex: none;
}

.price-cta-hero {
  max-width: 980px;
  margin-top: 1.5rem;
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: none;
}

.price-cta-hero strong {
  color: var(--white);
}

.price-cta-hero span {
  color: #c9d7e1;
}

.article-content #ez-toc-container {
  position: relative;
  margin: 0 0 2.6rem;
  padding: 0;
  overflow: hidden;
  border: 1px solid #bfd0dc;
  border-radius: 16px;
  background: linear-gradient(145deg, #f4f8fb, var(--white));
  box-shadow: 0 10px 30px rgba(14, 34, 52, 0.08);
}

.article-content .ez-toc-title-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.15rem 1.25rem;
  border-bottom: 1px solid #d3e0e8;
  background: var(--blue-pale);
}

.article-content .ez-toc-title {
  margin: 0;
  color: var(--ink);
  font-family: "Manrope", sans-serif;
  font-size: 1.18rem;
  font-weight: 800;
}

.article-content .ez-toc-title::before {
  display: inline-grid;
  width: 30px;
  height: 30px;
  margin-right: 0.65rem;
  place-items: center;
  border-radius: 8px;
  color: var(--white);
  background: var(--blue);
  content: "≡";
  vertical-align: middle;
}

.article-content .ez-toc-title-toggle {
  flex: none;
}

.article-content .ez-toc-toggle {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid #b7cbd8;
  border-radius: 9px;
  color: var(--ink);
  background: var(--white);
  text-decoration: none;
}

.article-content .ez-toc-toggle:hover {
  color: var(--white);
  background: var(--blue);
}

.article-content .ez-toc-toggle .arrow-unsorted-368013,
.article-content .eztoc-hide {
  display: none;
}

.article-content #ez-toc-container nav {
  max-height: 480px;
  overflow-y: auto;
  padding: 0.65rem 1.25rem 1rem;
  scrollbar-color: #9fb5c4 transparent;
  scrollbar-width: thin;
}

.article-content #ez-toc-container.is-collapsed nav {
  display: none;
}

.article-content .ez-toc-list {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: toc;
}

.article-content .ez-toc-list-level-1 > li {
  position: relative;
  padding-left: 2.15rem;
  border-bottom: 1px solid #e0e8ed;
  counter-increment: toc;
}

.article-content .ez-toc-list-level-1 > li:last-child {
  border-bottom: 0;
}

.article-content .ez-toc-list-level-1 > li::before {
  position: absolute;
  top: 0.78rem;
  left: 0;
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border-radius: 7px;
  color: var(--blue);
  background: #dcebf4;
  content: counter(toc);
  font-size: 0.72rem;
  font-weight: 800;
}

.article-content .ez-toc-link {
  display: block;
  padding: 0.78rem 0;
  color: var(--ink-soft);
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
}

.article-content .ez-toc-link:hover {
  color: var(--accent-dark);
}

.article-content .ez-toc-list-level-3 {
  margin: -0.2rem 0 0.65rem;
  padding-left: 1rem;
  border-left: 2px solid #dce6ec;
  list-style: none;
}

.article-content .ez-toc-list-level-3 .ez-toc-link {
  padding: 0.38rem 0;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 500;
}

.quote-modal {
  width: min(720px, calc(100% - 1.25rem));
  max-height: calc(100vh - 1.25rem);
  padding: 0;
  overflow: auto;
  border: 0;
  border-radius: 20px;
  background: transparent;
  box-shadow: var(--shadow);
}

.quote-modal::backdrop {
  background: rgba(7, 19, 29, 0.76);
  backdrop-filter: blur(5px);
}

.quote-modal-panel {
  position: relative;
  padding: clamp(1.4rem, 4vw, 2.5rem);
  border-radius: 20px;
  background: var(--white);
}

.quote-modal-panel > h2 {
  margin-bottom: 0.45rem;
  font-size: clamp(1.65rem, 4vw, 2.35rem);
}

.quote-modal-panel > p:not(.eyebrow) {
  margin: 0 0 1.25rem;
  color: var(--muted);
}

.quote-modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--ink);
  background: var(--paper);
  font-size: 1.55rem;
  line-height: 1;
  cursor: pointer;
}

.quote-modal-close:hover {
  color: var(--white);
  background: var(--ink);
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-bottom: 1.15rem;
  color: #a9bdcc;
  font-size: 0.78rem;
}

.breadcrumbs a {
  color: #dce7ef;
  text-decoration: none;
}

.knowledge-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.knowledge-card {
  display: flex;
  min-height: 180px;
  flex-direction: column;
  padding: 1.3rem;
  border: 1px solid var(--line);
  border-radius: 12px;
  color: var(--text);
  background: var(--white);
  text-decoration: none;
}

.knowledge-card:hover {
  border-color: var(--accent);
  color: var(--text);
  box-shadow: var(--shadow-small);
}

.knowledge-card h2 {
  margin: 0 0 0.55rem;
  font-size: 1.1rem;
}

.knowledge-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.86rem;
}

.knowledge-card span {
  margin-top: auto;
  padding-top: 0.7rem;
  color: var(--accent-dark);
  font-size: 0.84rem;
  font-weight: 700;
}

.cta-banner {
  padding: clamp(3rem, 7vw, 5rem) 0;
  color: var(--white);
  background: var(--accent);
}

.cta-inner {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr auto;
  gap: 2rem;
}

.cta-banner h2 {
  margin: 0;
  color: var(--white);
}

.cta-banner p {
  max-width: 720px;
  margin: 0.55rem 0 0;
  color: #fff2ea;
}

.cta-banner .button {
  color: var(--ink);
  background: var(--white);
  box-shadow: none;
}

.site-footer {
  padding: 4rem 0 1.5rem;
  color: #bdcad4;
  background: #0e1d2a;
}

.footer-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 3rem;
  padding: 1.5rem 1.7rem;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 18px;
  background: #142b3d;
}

.footer-cta p {
  margin: 0;
}

.footer-cta .eyebrow {
  color: #ff9b6d;
}

.footer-cta .footer-cta-title {
  margin: 0.25rem 0;
  color: var(--white);
  font: 800 1.35rem/1.25 'Manrope', sans-serif;
}

.footer-cta > div > p:last-child {
  color: #9fb1be;
  font-size: 0.85rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.25fr repeat(5, minmax(0, 1fr));
  gap: 1.45rem;
}

.footer-brand p {
  max-width: 390px;
  margin: 1rem 0 0;
  color: #9fb1be;
  font-size: 0.9rem;
}

.footer-column h2 {
  margin: 0 0 0.75rem;
  color: var(--white);
  font-size: 0.9rem;
  letter-spacing: 0.02em;
}

.footer-column ul {
  display: grid;
  gap: 0.45rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-column a {
  color: #bdcad4;
  font-size: 0.86rem;
  text-decoration: none;
}

.footer-column a:hover {
  color: var(--white);
}

.footer-text-link {
  display: inline-flex;
  margin-top: 1rem;
  color: #f0b293;
  font-size: 0.82rem;
  font-weight: 700;
  text-decoration: none;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 3rem;
  padding-top: 1.2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: #8499a8;
  font-size: 0.78rem;
}

.footer-bottom p {
  margin: 0;
}

@media (max-width: 1050px) {
  :root {
    --header-offset: 98px;
  }

  .site-header {
    position: static;
  }

  .site-header[data-menu-enhanced] {
    position: sticky;
  }

  .header-inner {
    min-height: 78px;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0 1rem;
    padding-top: 0;
  }

  .header-actions {
    display: none;
  }

  .site-nav {
    margin-top: 0;
    padding: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    background: var(--ink);
    box-shadow: var(--shadow);
  }

  .site-header[data-menu-enhanced] .site-nav {
    position: absolute;
    inset: 100% -1rem auto;
    display: none;
    max-height: calc(100vh - 78px);
    max-height: calc(100dvh - 78px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }

  .site-header[data-menu-enhanced] .site-nav.is-open {
    display: block;
  }

  .nav-primary-list {
    display: grid;
    gap: 0;
  }

  .nav-primary-list > li > a,
  .nav-mega > summary {
    min-height: 48px;
    padding: 0.7rem 0.85rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .nav-primary-list > li > a[aria-current="page"] {
    border-left: 3px solid var(--accent);
    border-bottom-color: rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.05);
  }

  .nav-mobile-info {
    display: block;
    padding: 1rem 0.85rem 0.25rem;
  }

  .nav-mobile-info > p {
    margin: 0 0 0.5rem;
    color: #b9c8d5;
    font-size: 0.75rem;
  }

  .nav-mobile-info ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0 0 1rem;
    padding: 0;
    list-style: none;
  }

  .nav-mobile-info li a {
    display: flex;
    min-height: 44px;
    align-items: center;
    padding: 0.35rem 0.5rem 0.35rem 0;
    font-size: 0.85rem;
  }

  .nav-mobile-info > .button {
    width: 100%;
  }

  .nav-mega {
    width: 100%;
  }

  .nav-mega > summary {
    justify-content: space-between;
    padding: 0.85rem;
  }

  .nav-mega-panel {
    position: static;
    width: 100%;
    max-height: none;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    overflow: visible;
    padding: 1rem;
    border-width: 1px 0 0;
    border-radius: 0;
    box-shadow: none;
    transform: none;
  }

  .nav-mega-intro {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-nav .nav-mega-group a {
    padding: 0.46rem 0;
  }

  .site-header[data-menu-enhanced] .menu-toggle {
    display: block;
    grid-column: 2;
    grid-row: 1;
    cursor: pointer;
  }

  .hero,
  .hero-inner {
    min-height: auto;
  }

  .hero-inner {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    max-width: 790px;
  }

  .quote-card {
    max-width: 720px;
  }

  .card-grid,
  .knowledge-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .process-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .knowledge-layout {
    grid-template-columns: 1fr;
  }

  .article-sidebar {
    position: static;
    grid-template-columns: 1fr 1fr;
  }

  .footer-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .container {
    width: min(calc(100% - 1.25rem), var(--container));
  }

  .brand-text small {
    display: none;
  }

  .hero::after {
    background: linear-gradient(90deg, rgba(13, 31, 46, 0.95), rgba(13, 31, 46, 0.78));
  }

  .hero-inner {
    padding-block: 4rem 5.5rem;
  }

  .form-grid,
  .card-grid,
  .knowledge-grid,
  .stats-grid,
  .process-grid,
  .split,
  .cta-inner,
  .article-sidebar,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .home-location-layout {
    grid-template-columns: 1fr;
  }

  .home-location-intro {
    position: static;
  }

  .home-location-list {
    column-count: 2;
  }

  .footer-cta {
    align-items: stretch;
    flex-direction: column;
  }

  .stats-grid {
    grid-template-columns: 1fr 1fr;
  }

  .stat:nth-child(2) {
    border-right: 0;
  }

  .stat:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .split-media {
    order: -1;
  }

  .split-media img {
    min-height: 360px;
  }

  .split-note {
    right: 0.75rem;
  }

  .cta-inner {
    align-items: start;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .price-cta {
    align-items: stretch;
    flex-direction: column;
  }

  .price-cta .button {
    width: 100%;
  }

  .article-content #ez-toc-container nav {
    max-height: 390px;
    padding-inline: 1rem;
  }
}

@media (max-width: 480px) {
  :root {
    --header-offset: 90px;
  }
  .header-inner {
    min-height: 70px;
  }

  .site-header[data-menu-enhanced] .site-nav {
    max-height: calc(100vh - 70px);
    max-height: calc(100dvh - 70px);
  }

  .nav-mega-panel {
    grid-template-columns: 1fr;
  }

  .nav-mega-intro {
    grid-column: auto;
  }

  .home-location-directory {
    padding: 1.2rem;
  }

  .home-location-directory-heading span {
    width: 100%;
    margin-left: 0;
  }

  .home-location-list {
    column-count: 1;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
  }

  .brand-text {
    font-size: 0.84rem;
  }

  .hero-actions .button {
    width: 100%;
  }

  .stats-grid {
    grid-template-columns: 1fr;
  }

  .stat,
  .stat:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .stat:last-child {
    border-bottom: 0;
  }

  .article-content {
    padding: 1.1rem;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* Component headings override the generic article rhythm. */
.article-content .zinc-centerpiece-copy h2 {
  margin: 0.35rem 0 0.8rem;
  padding-top: 0;
  border-top: 0;
  color: #fff;
}

.article-content .zinc-layer-map h3 {
  margin: 0.12rem 0 0.55rem;
}

.article-content .zinc-fit-matrix h3,
.article-content .zinc-diagnostic-grid h3,
.article-content .zinc-maintenance-cycle h3 {
  margin: 0 0 0.55rem;
}

.article-content .zinc-build-up h3 {
  margin: 0.25rem 0 1rem;
}

.article-content .zinc-scope-pricing h3 {
  margin: 0.3rem 0 0.75rem;
}

.article-content .zinc-price-scenarios h3,
.article-content .zinc-slope-board h3,
.article-content .zinc-movement-map h3,
.article-content .zinc-compatibility-flow h3 {
  margin: 0 0 0.5rem;
}

.article-content .zinc-layer-map p,
.article-content .zinc-centerpiece-rule {
  color: #c9dce6;
}

.article-content .zinc-build-up ol,
.article-content .zinc-scope-pricing ol {
  padding-left: 0;
}

.article-content .zinc-build-up li + li,
.article-content .zinc-scope-pricing li + li {
  margin-top: 0;
}

.article-content .zinc-scope-pricing li {
  color: #f5fafc;
}

/* Dakplaten keuzehulp */
.panel-passport {
  margin: 0 0 2.8rem;
  overflow: hidden;
  border: 1px solid #223d55;
  border-radius: 28px;
  color: #f8fbfd;
  background:
    linear-gradient(115deg, rgba(232, 111, 45, 0.16), transparent 40%),
    linear-gradient(145deg, #112a40, #1d455d 64%, #10273a);
  box-shadow: 0 24px 55px rgba(17, 42, 64, 0.18);
}

.panel-passport-intro {
  max-width: 790px;
  padding: clamp(1.4rem, 4vw, 2.5rem) clamp(1.2rem, 4vw, 2.5rem) 1.4rem;
}

.article-content .panel-passport-intro h2 {
  margin: 0.35rem 0 0.8rem;
  padding-top: 0;
  border-top: 0;
  color: #fff;
}

.article-content .panel-passport-intro p:last-child {
  margin-bottom: 0;
  color: #d8e7ef;
}

.panel-passport-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  list-style: none;
}

.article-content .panel-passport-grid li {
  min-height: 215px;
  margin: 0;
  padding: 1.2rem;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  color: #eef6fa;
}

.article-content .panel-passport-grid li:last-child {
  border-right: 0;
}

.panel-passport-grid span {
  display: grid;
  width: 2.25rem;
  height: 2.25rem;
  margin-bottom: 0.8rem;
  place-items: center;
  border: 1px solid rgba(255, 177, 126, 0.6);
  border-radius: 50%;
  color: #ffd0b2;
  font-size: 0.72rem;
  font-weight: 800;
}

.article-content .panel-passport-grid h3 {
  margin: 0 0 0.55rem;
  color: #fff;
  font-size: 1rem;
}

.article-content .panel-passport-grid p {
  margin: 0;
  color: #c8dbe5;
  font-size: 0.9rem;
}

.article-content .panel-passport-rule {
  margin: 0;
  padding: 1rem clamp(1.2rem, 4vw, 2.5rem);
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: #dae8ef;
  background: rgba(0, 0, 0, 0.16);
}

.panel-choice-axis,
.panel-load-register,
.panel-condensation-path,
.panel-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin: 1.35rem 0 1.7rem;
}

.panel-choice-axis article,
.panel-load-register article,
.panel-condensation-path article,
.panel-detail-grid article {
  position: relative;
  padding: 1.35rem;
  border: 1px solid #c9d7e0;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(18, 48, 69, 0.07);
}

.panel-choice-axis article::before,
.panel-load-register article::before,
.panel-condensation-path article::before,
.panel-detail-grid article::before {
  position: absolute;
  top: 0;
  left: 1.2rem;
  width: 72px;
  height: 4px;
  border-radius: 0 0 4px 4px;
  background: #4e7b93;
  content: '';
}

.panel-choice-axis .panel-choice-featured::before {
  background: #e7652a;
}

.panel-choice-axis span,
.panel-load-register span,
.panel-condensation-path span,
.panel-detail-grid span {
  display: inline-block;
  margin-bottom: 0.55rem;
  color: #5c7d8f;
  font: 800 0.72rem/1.2 'Manrope', sans-serif;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.article-content .panel-choice-axis h3,
.article-content .panel-load-register h3,
.article-content .panel-condensation-path h3,
.article-content .panel-detail-grid h3 {
  margin: 0 0 0.55rem;
}

.panel-choice-axis p,
.panel-load-register p,
.panel-condensation-path p,
.panel-detail-grid p {
  margin: 0;
}

.panel-choice-axis small {
  display: block;
  margin-top: 0.8rem;
  padding-top: 0.8rem;
  border-top: 1px solid #e2eaee;
  color: #536875;
}

.panel-family-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin: 1.35rem 0 1.7rem;
}

.panel-family-grid article {
  display: flex;
  min-height: 330px;
  padding: 1.3rem;
  flex-direction: column;
  border: 1px solid #c9d7e0;
  border-radius: 19px;
  background: linear-gradient(155deg, #fff, #f4f8fa);
}

.panel-family-code {
  display: grid;
  width: 2.75rem;
  height: 2.75rem;
  margin-bottom: 1rem;
  place-items: center;
  border-radius: 12px;
  color: #fff;
  background: #285873;
  font-weight: 800;
}

.article-content .panel-family-grid h3 {
  margin: 0 0 0.55rem;
}

.panel-family-grid p {
  margin: 0 0 0.8rem;
}

.article-content .panel-family-grid ul {
  margin: 0 0 1rem;
  padding-left: 1.1rem;
}

.panel-family-grid strong {
  margin-top: auto;
  color: #17364a;
}

.panel-family-grid small {
  display: block;
  margin-top: 0.3rem;
  color: #536875;
}

.panel-build-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin: 1.35rem 0 1.7rem;
}

.panel-build-grid article {
  padding: 1.35rem;
  border: 1px solid #bfd0da;
  border-radius: 20px;
  background: #f5f9fb;
}

.article-content .panel-build-grid h3 {
  margin: 0.25rem 0 0.9rem;
}

.article-content .panel-build-grid ol {
  margin: 0 0 1rem;
  padding: 0;
  list-style: none;
  counter-reset: panel-layer;
}

.article-content .panel-build-grid li {
  display: grid;
  grid-template-columns: 1.7rem 1fr;
  gap: 0.55rem;
  margin: 0;
  padding: 0.52rem 0;
  border-bottom: 1px solid #d9e4ea;
  counter-increment: panel-layer;
}

.panel-build-grid li::before {
  display: grid;
  width: 1.5rem;
  height: 1.5rem;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #356b85;
  content: counter(panel-layer);
  font-size: 0.7rem;
  font-weight: 800;
}

.panel-build-grid article > p:last-child {
  margin-bottom: 0;
  color: #465e6c;
}

.panel-price-ledger,
.panel-asbestos-gate {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.25fr);
  gap: 1.5rem;
  margin: 1.35rem 0 1.2rem;
  padding: clamp(1.35rem, 4vw, 2.2rem);
  border-radius: 24px;
  color: #f7fbfd;
  background: linear-gradient(140deg, #17384e, #245d76);
}

.panel-asbestos-gate {
  background: linear-gradient(140deg, #3f3027, #745139);
}

.article-content .panel-price-ledger h3,
.article-content .panel-asbestos-gate h3 {
  margin: 0.3rem 0 0.75rem;
  color: #fff;
}

.article-content .panel-price-ledger > div > p:last-child,
.article-content .panel-asbestos-gate > div > p:last-child {
  color: #d4e4ec;
}

.article-content .panel-price-ledger ol,
.article-content .panel-asbestos-gate ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.article-content .panel-price-ledger li,
.article-content .panel-asbestos-gate li {
  display: grid;
  grid-template-columns: 2rem 1fr;
  gap: 0.75rem;
  margin: 0;
  padding: 0.68rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  color: #f7fbfd;
}

.panel-price-ledger li:last-child,
.panel-asbestos-gate li:last-child {
  border-bottom: 0;
}

.panel-price-ledger li > span,
.panel-asbestos-gate li > span {
  color: #ffd0b2;
  font-weight: 800;
}

.panel-price-ledger li strong,
.panel-price-ledger li small,
.panel-asbestos-gate li strong,
.panel-asbestos-gate li small {
  display: block;
}

.panel-price-ledger li small,
.panel-asbestos-gate li small {
  color: #d0e1e9;
}

.panel-slope-chart {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin: 1.35rem 0 1rem;
}

.panel-slope-chart article {
  padding: 1.3rem;
  border: 1px solid #c4d5de;
  border-radius: 18px;
  background: #f8fbfc;
}

.panel-slope-chart span {
  display: block;
  margin-bottom: 0.65rem;
  color: #e7652a;
  font: 800 clamp(1.9rem, 4vw, 2.7rem)/1 'Manrope', sans-serif;
}

.article-content .panel-slope-chart h3 {
  margin: 0 0 0.55rem;
}

.panel-slope-chart p {
  margin: 0;
}

.panel-slope-chart small {
  display: block;
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px solid #dce6eb;
  color: #536875;
}

.panel-slope-passport {
  margin: 1rem 0 1.7rem;
  padding: 1.35rem;
  border: 1px solid #c4d5de;
  border-left: 5px solid #e7652a;
  border-radius: 18px;
  background: #fff;
}

.article-content .panel-slope-passport h3 {
  margin: 0.25rem 0 0.8rem;
}

.article-content .panel-slope-passport ol {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.article-content .panel-slope-passport li {
  margin: 0;
  padding: 0.85rem;
  border-radius: 12px;
  color: #344c5a;
  background: #eef4f7;
}

.panel-slope-passport li strong,
.panel-slope-passport li span {
  display: block;
}

.panel-slope-passport li span {
  margin-top: 0.25rem;
  font-size: 0.9rem;
}

.panel-offer-checklist li::marker {
  color: #e7652a;
}

@media (max-width: 950px) {
  .panel-passport-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .article-content .panel-passport-grid li:nth-child(2n) {
    border-right: 0;
  }

  .panel-family-grid,
  .panel-build-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 800px) {
  .panel-price-ledger,
  .panel-asbestos-gate {
    grid-template-columns: 1fr;
  }

  .panel-slope-chart {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .panel-passport {
    border-radius: 20px;
  }

  .panel-passport-grid,
  .panel-choice-axis,
  .panel-load-register,
  .panel-condensation-path,
  .panel-detail-grid,
  .panel-family-grid,
  .panel-build-grid,
  .article-content .panel-slope-passport ol {
    grid-template-columns: 1fr;
  }

  .article-content .panel-passport-grid li {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }

  .article-content .panel-passport-grid li:last-child {
    border-bottom: 0;
  }

  .panel-price-ledger,
  .panel-asbestos-gate {
    padding: 1.15rem;
    border-radius: 18px;
  }
}
.contextual-link-pack {
  margin: 1.25rem 0 2rem;
  padding: 1rem 1.15rem;
  border: 1px solid rgba(19, 40, 58, 0.14);
  border-left: 4px solid var(--orange);
  border-radius: 0.8rem;
  background: #f8fafb;
}
.contextual-link-pack p { margin: 0; }
.contextual-link-pack p + p { margin-top: 0.45rem; }
.knowledge-more {
  margin-top: 1.25rem;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(19, 40, 58, 0.14);
  border-radius: 0.8rem;
  background: #fff;
}
.knowledge-more summary { cursor: pointer; font-weight: 800; }
.knowledge-more ul { columns: 2; gap: 2rem; margin: 1rem 0 0; padding-left: 1.2rem; }
.knowledge-more li { break-inside: avoid; margin-bottom: 0.45rem; }
@media (max-width: 680px) { .knowledge-more ul { columns: 1; } }
