@font-face {
  font-family: "Schneider Sans";
  src: url("/assets/0d256342eac749d8.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

:root {
  color-scheme: light;
  --ink: #0a0f0d;
  --ink-soft: #17211d;
  --green-900: #063626;
  --green-800: #074a34;
  --green-600: #0d8c61;
  --mint: #13f29c;
  --mint-soft: #dffcf0;
  --paper: #ffffff;
  --mist: #f4f6f3;
  --line: #dfe7e1;
  --muted: #5c6761;
  --warm: #f3d085;
  --amber: #c9973d;
  --blue: #274852;
  --radius: 8px;
  --shadow: 0 24px 70px rgba(7, 20, 16, 0.16);
  --max: 1180px;
  --font-sans: "Schneider Sans", "Segoe UI Variable", "Segoe UI", Arial, sans-serif;
  --font-display: "Schneider Sans", "Segoe UI Variable Display", "Segoe UI", Arial, sans-serif;
  font-family: var(--font-sans);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-size: 16px;
  line-height: 1.5;
  font-synthesis: none;
}

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

a {
  color: inherit;
  text-decoration: none;
}

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

a,
button,
input,
select,
textarea {
  touch-action: manipulation;
}

.skip-link {
  position: fixed;
  left: 12px;
  top: 12px;
  z-index: 80;
  transform: translateY(-140%);
  background: var(--mint);
  color: var(--ink);
  padding: 10px 14px;
  border-radius: var(--radius);
  font-weight: 800;
}

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

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  background: rgba(7, 12, 10, 0.94);
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  backdrop-filter: blur(16px);
}

.nav {
  width: min(100%, 1280px);
  height: 64px;
  margin: 0 auto;
  padding: 0 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  min-height: 44px;
}

.brand img {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  object-fit: contain;
}

.brand-wordmark {
  display: grid;
  color: #fff;
  line-height: 1.05;
}

.brand-wordmark strong {
  font-size: 13px;
}

.brand-wordmark span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 11px;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 22px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}

.nav-links a {
  color: rgba(255, 255, 255, 0.82);
}

.nav-links a:hover,
.nav-links a[aria-current="page"] {
  color: #fff;
}

.nav-cta,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 40px;
  padding: 0 18px;
  border-radius: 6px;
  border: 1px solid transparent;
  font-size: 13px;
  font-weight: 850;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
}

.nav-cta,
.btn-primary {
  background: var(--mint);
  color: #04100c !important;
  box-shadow: 0 10px 24px rgba(19, 242, 156, 0.23);
}

.btn-secondary {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.08);
}

.btn-light {
  color: var(--ink);
  background: #fff;
  border-color: #fff;
}

.btn-ghost {
  color: var(--green-900);
  border-color: rgba(6, 54, 38, 0.22);
  background: transparent;
}

.nav-links a,
.nav-cta,
.btn,
.text-link,
.route-card,
.faq-question,
.service-button,
.house-pin,
.house-panel,
.advisor-card {
  transition:
    transform 0.18s ease,
    border-color 0.18s ease,
    background-color 0.18s ease,
    box-shadow 0.18s ease,
    color 0.18s ease;
}

.nav-cta:hover,
.btn:hover,
.route-card:hover,
.card:hover {
  transform: translateY(-2px);
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 2px solid var(--warm);
  outline-offset: 3px;
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  cursor: pointer;
}

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

.container {
  width: min(100% - 40px, var(--max));
  margin: 0 auto;
}

.hero {
  position: relative;
  min-height: 88vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background: #0b100e;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0.26;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.09) 1px, transparent 1px) 0 0 / 112px 100%,
    linear-gradient(0deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px) 0 0 / 100% 92px;
  mask-image: linear-gradient(90deg, #000, transparent 72%);
}

.hero.hero-small {
  min-height: 64vh;
}

.hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 11, 9, 0.94), rgba(5, 11, 9, 0.68) 44%, rgba(5, 11, 9, 0.2)),
    linear-gradient(0deg, rgba(5, 11, 9, 0.58), rgba(5, 11, 9, 0.05) 50%);
}

.hero-inner {
  position: relative;
  z-index: 2;
  width: min(100% - 40px, var(--max));
  margin: 0 auto;
  padding: 112px 0 124px;
}

.hero-inner-premium {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 390px);
  gap: 56px;
  align-items: center;
}

.hero-copy {
  max-width: 700px;
}

.eyebrow {
  margin: 0 0 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--green-600);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #dffcf0;
}

.eyebrow::before {
  content: "";
  width: 14px;
  height: 14px;
  background:
    linear-gradient(90deg, transparent 42%, currentColor 43% 57%, transparent 58%),
    linear-gradient(0deg, transparent 42%, currentColor 43% 57%, transparent 58%);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(19, 242, 156, 0.16);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
.hero-title {
  margin-bottom: 18px;
  font-size: 72px;
  line-height: 0.92;
  font-weight: 950;
}

h2 {
  margin-bottom: 18px;
  font-size: 44px;
  line-height: 1.03;
  font-weight: 930;
}

h3 {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 1.16;
  font-weight: 900;
}

.lead,
.hero-copy p {
  max-width: 690px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
}

.section p,
.page-intro p {
  color: var(--muted);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.hero-signal-list {
  width: min(100%, 660px);
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.hero-signal-list span {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  padding: 0 11px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(10px);
  font-size: 12px;
  font-weight: 850;
}

.advisor-card {
  position: relative;
  display: grid;
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  background: rgba(7, 17, 13, 0.74);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.36);
  backdrop-filter: blur(18px);
}

.advisor-card::before {
  content: "";
  position: absolute;
  inset: 12px;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 6px;
}

.advisor-photo {
  position: relative;
  min-height: 330px;
  overflow: hidden;
}

.advisor-photo img {
  width: 100%;
  height: 100%;
  min-height: 330px;
  object-fit: cover;
  object-position: 52% 18%;
}

.advisor-photo::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 38%;
  background: linear-gradient(0deg, rgba(7, 17, 13, 0.92), transparent);
}

.advisor-photo span {
  position: absolute;
  left: 18px;
  bottom: 18px;
  z-index: 1;
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  color: #dffcf0;
  background: rgba(7, 17, 13, 0.68);
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

.advisor-body {
  position: relative;
  z-index: 1;
  padding: 22px 22px 18px;
}

.advisor-kicker {
  margin-bottom: 8px;
  color: var(--mint) !important;
  font-size: 11px !important;
  font-weight: 950;
  text-transform: uppercase;
}

.advisor-body h2 {
  margin-bottom: 8px;
  color: #fff;
  font-size: 28px;
  line-height: 1.04;
}

.advisor-body p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
}

.advisor-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 18px 0 0;
}

.advisor-facts div {
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.06);
}

.advisor-facts dt {
  color: #fff;
  font-size: 15px;
  font-weight: 950;
}

.advisor-facts dd {
  margin: 2px 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 11px;
  font-weight: 750;
}

.advisor-dossier {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 4px;
  margin: 0 12px 12px;
  padding: 14px 16px;
  border-radius: 6px;
  color: #04100c;
  background: var(--mint);
}

.advisor-dossier span,
.advisor-dossier small {
  font-size: 11px;
  font-weight: 850;
}

.advisor-dossier strong {
  font-size: 16px;
}

.hero-logos {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(5, 12, 9, 0.58);
  backdrop-filter: blur(14px);
}

.hero-logos .container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
}

.hero-proof {
  min-height: 74px;
  display: grid;
  align-content: center;
  padding: 13px 18px;
  color: #fff;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.hero-proof strong {
  font-size: 18px;
  line-height: 1;
}

.hero-proof span {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  font-weight: 700;
}

.section {
  padding: 98px 0;
}

.section-tight {
  padding: 74px 0;
}

.section-muted {
  background: var(--mist);
}

.section-dark {
  color: #fff;
  background: linear-gradient(115deg, #101312, #0a2f22 58%, #0a8d61);
}

.section-dark p,
.section-dark .muted {
  color: rgba(255, 255, 255, 0.72);
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.62fr);
  gap: 34px;
  align-items: end;
  margin-bottom: 40px;
}

.page-intro {
  padding-top: 74px;
  text-align: center;
}

.page-intro h2,
.page-intro p {
  margin-left: auto;
  margin-right: auto;
}

.page-intro h2 {
  max-width: 880px;
}

.page-intro p {
  max-width: 760px;
}

.system-visual {
  margin-top: 46px;
  display: grid;
  grid-template-columns: 1fr minmax(260px, 520px) 1fr;
  align-items: center;
  gap: 24px;
}

.system-visual img {
  aspect-ratio: 16 / 10;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.flow-list {
  display: grid;
  gap: 12px;
}

.flow-pill {
  min-height: 72px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  text-align: left;
}

.flow-pill strong {
  display: block;
  font-size: 15px;
}

.flow-pill span {
  color: var(--muted);
  font-size: 13px;
}

.project-router {
  background:
    linear-gradient(90deg, rgba(19, 242, 156, 0.08), transparent 36%),
    linear-gradient(180deg, #f8faf7, #eef4ef);
}

.route-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.route-card {
  position: relative;
  min-height: 310px;
  display: grid;
  align-content: start;
  gap: 16px;
  padding: 26px;
  border: 1px solid rgba(7, 20, 16, 0.12);
  border-radius: var(--radius);
  color: var(--ink);
  background: #fff;
  overflow: hidden;
  box-shadow: 0 18px 42px rgba(7, 20, 16, 0.06);
}

.route-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 6px;
  background: var(--mint);
}

.route-card::after {
  content: "";
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: 78px;
  height: 78px;
  border-right: 1px solid rgba(7, 20, 16, 0.14);
  border-bottom: 1px solid rgba(7, 20, 16, 0.14);
}

.route-heatpump::before {
  background: var(--blue);
}

.route-partner::before {
  background: var(--amber);
}

.route-label {
  width: max-content;
  max-width: 100%;
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 0 10px;
  border: 1px solid rgba(13, 140, 97, 0.22);
  border-radius: 999px;
  color: var(--green-800);
  background: var(--mint-soft);
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

.route-heatpump .route-label {
  border-color: rgba(39, 72, 82, 0.22);
  color: var(--blue);
  background: #edf4f4;
}

.route-partner .route-label {
  border-color: rgba(201, 151, 61, 0.28);
  color: #875f17;
  background: #fff5dc;
}

.route-card h3 {
  margin-bottom: 0;
  font-size: 27px;
}

.route-card p {
  color: var(--muted);
}

.route-action {
  margin-top: auto;
  color: var(--green-800);
  font-weight: 950;
}

.route-action::after {
  content: " ->";
}

.project-prep {
  margin-top: 18px;
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 22px 24px;
  border: 1px solid rgba(7, 20, 16, 0.12);
  border-left: 6px solid var(--green-800);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 18px 44px rgba(7, 20, 16, 0.08);
}

.project-prep h3 {
  margin-bottom: 0;
}

.project-prep .clean-list {
  margin: 0;
}

.house-check {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, #fff 0%, #f4f8f5 62%, #fff 100%);
}

.house-check::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(7, 20, 16, 0.06) 1px, transparent 1px) 0 0 / 92px 100%,
    linear-gradient(0deg, rgba(7, 20, 16, 0.04) 1px, transparent 1px) 0 0 / 100% 92px;
  mask-image: linear-gradient(180deg, transparent, #000 18%, #000 82%, transparent);
}

.house-check .container {
  position: relative;
  z-index: 1;
}

.house-check-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.58fr);
  gap: 26px;
  align-items: stretch;
}

.house-stage {
  position: relative;
  min-height: 520px;
  margin: 0;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid rgba(7, 20, 16, 0.12);
  background: #101713;
  box-shadow: 0 30px 90px rgba(7, 20, 16, 0.18);
}

.house-stage::before {
  content: "";
  position: absolute;
  inset: 18px;
  z-index: 1;
  pointer-events: none;
  border: 1px solid rgba(19, 242, 156, 0.28);
  border-radius: 6px;
  opacity: 0.72;
}

.house-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(7, 16, 12, 0.1), transparent 36%),
    linear-gradient(0deg, rgba(7, 16, 12, 0.38), transparent 44%);
}

.house-stage img,
.house-stage video {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
}

.house-film {
  background: #101713;
  transform: scale(1.012);
  transition:
    opacity 260ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 620ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 260ms cubic-bezier(0.22, 1, 0.36, 1);
}

.house-stage .house-film-final-image,
.house-stage .house-film-keyframe {
  position: absolute;
  inset: 0;
  z-index: 1;
  min-height: 0;
  opacity: 0;
  object-fit: cover;
  transform: scale(1.012);
  pointer-events: none;
  transition: opacity 360ms cubic-bezier(0.22, 1, 0.36, 1);
}

.house-stage[data-house-film-frame="default"] .house-film-keyframe[data-house-film-frame="default"],
.house-stage[data-house-film-frame="roof"] .house-film-keyframe[data-house-film-frame="roof"],
.house-stage[data-house-film-frame="insulation"] .house-film-keyframe[data-house-film-frame="insulation"],
.house-stage[data-house-film-frame="facade"] .house-film-keyframe[data-house-film-frame="facade"],
.house-stage[data-house-film-frame="windows"] .house-film-keyframe[data-house-film-frame="windows"],
.house-stage[data-house-film-frame="heatpump"] .house-film-keyframe[data-house-film-frame="heatpump"],
.house-stage[data-house-film-frame="final"] .house-film-keyframe[data-house-film-frame="final"] {
  opacity: 1;
}

.house-stage.is-frozen.is-final .house-film {
  opacity: 0;
}

.house-stage.is-frozen.is-final .house-film-final-image {
  opacity: 1;
}

.house-stage.is-changing .house-film {
  opacity: 0.68;
  filter: blur(2px) brightness(0.94);
  transform: scale(1.018);
}

.house-stage.is-changing .house-film-keyframe {
  filter: blur(1px) brightness(0.96);
  transform: scale(1.018);
}

.house-stage.is-keyframe .house-film {
  filter: saturate(1.04) contrast(1.02);
  transform: scale(1.035);
}

.house-film-chrome {
  position: absolute;
  left: 28px;
  right: auto;
  top: 28px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 10px;
  font-weight: 950;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.house-film-chrome span {
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  padding: 0 9px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(7, 16, 12, 0.62);
  backdrop-filter: blur(12px);
}

.house-film-chrome span:first-child::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-right: 7px;
  border-radius: 50%;
  background: var(--mint);
  box-shadow: 0 0 0 4px rgba(19, 242, 156, 0.16);
}

.house-readout {
  position: absolute;
  left: 28px;
  bottom: 28px;
  z-index: 2;
  display: grid;
  gap: 4px;
  max-width: min(320px, calc(100% - 56px));
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 6px;
  color: #fff;
  background: rgba(7, 16, 12, 0.72);
  backdrop-filter: blur(14px);
}

.house-readout span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.house-readout strong {
  font-size: 18px;
  line-height: 1.1;
}

.house-pin {
  position: absolute;
  z-index: 2;
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 999px;
  padding: 0 12px 0 8px;
  color: #fff;
  background: rgba(7, 16, 12, 0.72);
  box-shadow: 0 12px 30px rgba(7, 16, 12, 0.2);
  backdrop-filter: blur(10px);
  font-size: 12px;
  font-weight: 950;
  cursor: pointer;
}

.house-pin:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.9);
}

.house-pin::before {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--mint);
  box-shadow: 0 0 0 5px rgba(19, 242, 156, 0.2);
}

.house-pin.is-selected {
  border-color: var(--mint);
  color: #04100c;
  background: var(--mint);
  box-shadow: 0 18px 42px rgba(19, 242, 156, 0.32);
}

.house-pin.is-selected::before {
  background: #04100c;
  box-shadow: 0 0 0 5px rgba(4, 16, 12, 0.12);
}

.pin-roof {
  left: 35%;
  top: 18%;
}

.pin-facade {
  left: 22%;
  top: 58%;
}

.pin-windows {
  left: 58%;
  top: 54%;
}

.pin-heatpump {
  left: 20%;
  top: 64%;
}

.house-stage[data-house-film-frame="default"] .pin-roof {
  left: 43%;
  top: 17%;
}

.house-stage[data-house-film-frame="default"] .pin-facade {
  left: 21%;
  top: 56%;
}

.house-stage[data-house-film-frame="default"] .pin-windows {
  left: 66%;
  top: 45%;
}

.house-stage[data-house-film-frame="roof"] .pin-roof {
  left: 42%;
  top: 17%;
}

.house-stage[data-house-film-frame="roof"] .pin-facade {
  left: 20%;
  top: 58%;
}

.house-stage[data-house-film-frame="roof"] .pin-windows {
  left: 62%;
  top: 51%;
}

.house-stage[data-house-film-frame="roof"] .pin-heatpump {
  left: 25%;
  top: 69%;
}

.house-stage[data-house-film-frame="insulation"] .pin-roof {
  left: 37%;
  top: 18%;
}

.house-stage[data-house-film-frame="insulation"] .pin-facade {
  left: 69%;
  top: 43%;
}

.house-stage[data-house-film-frame="insulation"] .pin-windows {
  left: 64%;
  top: 59%;
}

.house-stage[data-house-film-frame="insulation"] .pin-heatpump,
.house-stage[data-house-film-frame="facade"] .pin-heatpump {
  left: 20%;
  top: 66%;
}

.house-stage[data-house-film-frame="facade"] .pin-roof {
  left: 43%;
  top: 16%;
}

.house-stage[data-house-film-frame="facade"] .pin-facade {
  left: 34%;
  top: 26%;
}

.house-stage[data-house-film-frame="facade"] .pin-windows {
  left: 68%;
  top: 49%;
}

.house-stage[data-house-film-frame="windows"] .pin-roof {
  left: 44%;
  top: 16%;
}

.house-stage[data-house-film-frame="windows"] .pin-facade {
  left: 24%;
  top: 46%;
}

.house-stage[data-house-film-frame="windows"] .pin-windows {
  left: 57%;
  top: 57%;
}

.house-stage[data-house-film-frame="heatpump"] .pin-roof {
  left: 41%;
  top: 16%;
}

.house-stage[data-house-film-frame="heatpump"] .pin-facade {
  left: 18%;
  top: 44%;
}

.house-stage[data-house-film-frame="heatpump"] .pin-windows {
  left: 64%;
  top: 48%;
}

.house-stage[data-house-film-frame="heatpump"] .pin-heatpump {
  left: 20%;
  top: 64%;
}

.house-panel {
  display: grid;
  align-content: center;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  color: #fff;
  background:
    linear-gradient(145deg, rgba(19, 242, 156, 0.14), transparent 42%),
    #07110d;
  box-shadow: 0 30px 80px rgba(7, 20, 16, 0.18);
}

.house-panel.is-changing {
  transform: translateY(-2px);
}

.house-panel-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 8px;
}

.house-panel-top .eyebrow {
  margin-bottom: 0;
  color: var(--mint);
}

.house-panel-top span {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 11px;
  font-weight: 950;
}

.house-panel h3 {
  font-size: 30px;
}

.house-panel p,
.house-panel .clean-list li {
  color: rgba(255, 255, 255, 0.72);
}

.house-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 24px;
}

.house-metrics span {
  display: grid;
  gap: 3px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.06);
}

.house-metrics strong {
  color: #fff;
  font-size: 14px;
}

.house-metrics small {
  color: rgba(255, 255, 255, 0.56);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.house-panel .btn-ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
}

.film-showcase {
  display: none;
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(19, 242, 156, 0.09), transparent 38%),
    radial-gradient(circle at 72% 18%, rgba(243, 208, 133, 0.14), transparent 34%),
    #070b0a;
}

.film-showcase::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px) 0 0 / 96px 100%,
    linear-gradient(0deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px) 0 0 / 100% 86px;
  mask-image: linear-gradient(180deg, transparent, #000 18%, #000 84%, transparent);
}

.film-showcase .container {
  position: relative;
  z-index: 1;
}

.film-showcase .eyebrow {
  color: var(--mint);
}

.film-head {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(280px, 0.56fr);
  gap: 44px;
  align-items: end;
  margin-bottom: 34px;
}

.film-head h2 {
  max-width: 780px;
  color: #fff;
}

.film-head p {
  color: rgba(255, 255, 255, 0.72);
}

.film-viewer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 0.45fr);
  gap: 18px;
  align-items: start;
}

.film-screen {
  position: relative;
  aspect-ratio: 16 / 9;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  background: #101413;
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.32);
}

.film-screen::before {
  content: "";
  position: absolute;
  inset: 14px;
  z-index: 1;
  pointer-events: none;
  border: 1px solid rgba(19, 242, 156, 0.22);
  border-radius: 6px;
}

.film-screen::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(0deg, rgba(4, 8, 6, 0.46), transparent 42%),
    linear-gradient(90deg, rgba(4, 8, 6, 0.24), transparent 34%, rgba(4, 8, 6, 0.18));
}

.film-screen img,
.film-screen video {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  transition:
    opacity 220ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 420ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 220ms cubic-bezier(0.22, 1, 0.36, 1);
}

.film-screen video {
  background: #101413;
}

.film-screen.is-changing img,
.film-screen.is-changing video {
  opacity: 0.72;
  transform: scale(1.012);
  filter: blur(2px);
}

.film-screen.is-keyframe video {
  transform: scale(1.035);
  filter: saturate(1.04) contrast(1.02);
}

.film-progress {
  position: absolute;
  left: 28px;
  right: 28px;
  top: 28px;
  z-index: 3;
  height: 4px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
}

.film-progress span {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--mint), #fff4c8);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 620ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.film-screen-meta {
  position: absolute;
  left: 28px;
  bottom: 28px;
  z-index: 2;
  display: grid;
  gap: 5px;
  max-width: min(420px, calc(100% - 56px));
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 6px;
  background: rgba(5, 10, 8, 0.72);
  backdrop-filter: blur(14px);
}

.film-screen-meta span {
  color: var(--mint);
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

.film-screen-meta strong {
  color: #fff;
  font-size: 22px;
  line-height: 1.08;
}

.film-freeze-hotspots {
  position: absolute;
  inset: 0;
  z-index: 4;
  opacity: 0;
  pointer-events: none;
  transition:
    opacity 260ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 260ms cubic-bezier(0.22, 1, 0.36, 1);
  filter: blur(4px);
}

.film-viewer.is-frozen .film-freeze-hotspots {
  opacity: 1;
  pointer-events: auto;
  filter: blur(0);
}

.film-hotspot {
  position: absolute;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 12px 0 9px;
  border: 1px solid rgba(19, 242, 156, 0.72);
  border-radius: 999px;
  color: #fff;
  background: rgba(4, 14, 10, 0.82);
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.24);
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
  cursor: pointer;
  transform: translate(-50%, -50%);
  transition:
    color 180ms cubic-bezier(0.22, 1, 0.36, 1),
    background 180ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 180ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 180ms cubic-bezier(0.22, 1, 0.36, 1);
}

.film-hotspot::before {
  content: "";
  width: 9px;
  height: 9px;
  flex: 0 0 9px;
  border-radius: 50%;
  background: var(--mint);
  box-shadow: 0 0 0 5px rgba(19, 242, 156, 0.16);
}

.film-hotspot:hover,
.film-hotspot.is-active {
  color: #04100c;
  background: var(--mint);
  transform: translate(-50%, -50%) scale(1.02);
}

.film-hotspot:focus-visible,
.film-replay:focus-visible,
.film-timeline button:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

.film-hotspot.is-active::before {
  background: #04100c;
  box-shadow: 0 0 0 5px rgba(4, 16, 12, 0.14);
}

.film-hotspot:active,
.film-replay:active {
  transform: translate(-50%, -50%) scale(0.98);
}

.film-replay:active {
  transform: scale(0.98);
}

.hotspot-roof {
  left: 54%;
  top: 16%;
}

.hotspot-facade {
  left: 49%;
  top: 48%;
}

.hotspot-windows {
  left: 35%;
  top: 44%;
}

.hotspot-pv {
  left: 62%;
  top: 8%;
}

.hotspot-heatpump {
  left: 69%;
  top: 78%;
}

.film-panel {
  display: grid;
  align-content: start;
  gap: 20px;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(19, 242, 156, 0.12), transparent 44%),
    rgba(255, 255, 255, 0.055);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.22);
}

.film-panel-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.film-panel-top span {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

.film-panel h3 {
  margin-bottom: 0;
  color: #fff;
  font-size: 34px;
}

.film-panel p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.72);
}

.film-detail-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.film-detail-list li {
  position: relative;
  padding-left: 18px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  font-weight: 720;
  line-height: 1.45;
}

.film-detail-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.66em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--mint);
  box-shadow: 0 0 0 4px rgba(19, 242, 156, 0.12);
}

.film-quality {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.film-quality span {
  display: grid;
  gap: 4px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.06);
}

.film-quality strong {
  color: #fff;
  font-size: 14px;
}

.film-quality small {
  color: rgba(255, 255, 255, 0.58);
  font-size: 11px;
  font-weight: 850;
  text-transform: uppercase;
}

.film-replay {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border: 1px solid rgba(19, 242, 156, 0.48);
  border-radius: 6px;
  color: #04100c;
  background: var(--mint);
  font-size: 12px;
  font-weight: 950;
  cursor: pointer;
  transition:
    background 180ms cubic-bezier(0.22, 1, 0.36, 1),
    color 180ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 180ms cubic-bezier(0.22, 1, 0.36, 1);
}

.film-replay:hover {
  color: #fff;
  background: rgba(19, 242, 156, 0.12);
}

.film-timeline {
  display: grid;
  gap: 8px;
}

.film-timeline button {
  width: 100%;
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 0 13px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 6px;
  color: rgba(255, 255, 255, 0.76);
  background: rgba(255, 255, 255, 0.045);
  font-size: 12px;
  font-weight: 900;
  text-align: left;
  cursor: pointer;
}

.film-timeline button::after {
  content: "";
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.24);
}

.film-timeline button:hover,
.film-timeline button.is-active {
  color: #04100c;
  border-color: var(--mint);
  background: var(--mint);
}

.film-timeline button.is-active::after {
  background: #04100c;
}

.stats-band {
  color: #fff;
  background: linear-gradient(100deg, #0b1511, #074231 55%, #0c9d6c);
}

.stats-grid {
  display: grid;
  grid-template-columns: 1.25fr repeat(3, 1fr);
  gap: 30px;
  align-items: center;
}

.stat strong {
  display: block;
  font-size: 42px;
  line-height: 1;
}

.stat span {
  color: rgba(255, 255, 255, 0.74);
  font-size: 13px;
  font-weight: 760;
}

.grid {
  display: grid;
  gap: 18px;
}

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

.grid-2 {
  grid-template-columns: repeat(2, 1fr);
}

.card,
.service-row,
.faq-item,
.contact-panel {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.card {
  min-height: 210px;
  padding: 26px;
  display: grid;
  align-content: space-between;
  gap: 26px;
}

.card p {
  color: var(--muted);
}

.card .text-link,
.text-link {
  color: var(--green-800);
  font-weight: 900;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.92fr);
  gap: 54px;
  align-items: center;
}

.split.reverse {
  grid-template-columns: minmax(320px, 0.92fr) minmax(0, 1fr);
}

.media-tile {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  background: #dfe7e1;
  box-shadow: var(--shadow);
}

.media-tile img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}

.media-note {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  padding: 16px;
  border-radius: var(--radius);
  color: #fff;
  background: rgba(7, 14, 11, 0.74);
  backdrop-filter: blur(12px);
}

.media-note strong {
  display: block;
  margin-bottom: 2px;
}

.band-copy {
  max-width: 530px;
}

.process {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.process li {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  align-items: start;
  list-style: none;
}

.process span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: #04100c;
  background: var(--mint);
  font-size: 12px;
  font-weight: 950;
}

.process strong {
  display: block;
  margin-bottom: 2px;
}

.process small {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
}

.faq-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1fr);
  gap: 48px;
  align-items: start;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-item {
  overflow: hidden;
  background: #fff;
}

.faq-question {
  width: 100%;
  min-height: 58px;
  display: grid;
  grid-template-columns: 1fr 28px;
  gap: 16px;
  align-items: center;
  padding: 0 16px 0 20px;
  border: 0;
  color: var(--ink);
  background: transparent;
  font-weight: 900;
  text-align: left;
  cursor: pointer;
}

.faq-question span:last-child {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--mist);
  color: var(--green-800);
}

.faq-answer {
  display: none;
  padding: 0 20px 20px;
  color: var(--muted);
}

.faq-item.is-open .faq-answer {
  display: block;
}

.faq-item.is-open .faq-question span:last-child {
  background: var(--mint);
  color: var(--ink);
}

.cta-band {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(105deg, rgba(6, 14, 11, 0.88), rgba(6, 54, 38, 0.72) 48%, rgba(255, 255, 255, 0.12)),
    url("/assets/site-project-plan.jpg") center / cover;
}

.cta-band .container {
  min-height: 310px;
  display: grid;
  align-content: center;
}

.cta-band p {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.78);
}

.site-footer {
  color: #fff;
  background: linear-gradient(105deg, #07110d, #073927);
}

.footer-grid {
  width: min(100% - 40px, var(--max));
  margin: 0 auto;
  padding: 72px 0 46px;
  display: grid;
  grid-template-columns: 1.35fr 0.75fr 0.75fr 0.75fr;
  gap: 42px;
}

.footer-note {
  max-width: 340px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.62);
}

.footer-title {
  margin: 0 0 14px;
  color: #fff;
  font-weight: 900;
}

.footer-links {
  display: grid;
  gap: 8px;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.68);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-bottom-inner {
  width: min(100% - 40px, var(--max));
  min-height: 58px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: rgba(255, 255, 255, 0.54);
  font-size: 12px;
}

.reveal-ready .reveal-target > .container {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 0.62s ease,
    transform 0.62s cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal-ready .reveal-target.is-visible > .container {
  opacity: 1;
  transform: translateY(0);
}

.service-directory {
  display: grid;
  gap: 12px;
}

.service-row {
  overflow: hidden;
}

.service-button {
  width: 100%;
  min-height: 86px;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 16px 20px;
  border: 0;
  background: #fff;
  text-align: left;
  cursor: pointer;
}

.service-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--mint-soft);
  color: var(--green-800);
  font-weight: 950;
}

.service-button p {
  margin: 0;
  color: var(--muted);
}

.service-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  color: var(--green-800);
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
}

.service-panel {
  display: none;
  grid-template-columns: 1fr 0.9fr;
  gap: 32px;
  padding: 0 20px 24px 80px;
}

.service-row.is-open .service-panel {
  display: grid;
}

.clean-list {
  padding: 0;
  margin: 18px 0 0;
  display: grid;
  gap: 10px;
  list-style: none;
}

.clean-list li {
  position: relative;
  padding-left: 20px;
  color: var(--muted);
}

.clean-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--mint);
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 22px;
  align-items: start;
}

.contact-panel {
  padding: 28px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.field {
  display: grid;
  gap: 7px;
  margin-bottom: 14px;
}

.field label {
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 850;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 11px 12px;
  color: var(--ink);
  background: #fff;
}

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

.hp-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
}

.info-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.info-tile {
  min-height: 130px;
  padding: 22px;
  border-radius: var(--radius);
  background: var(--mist);
}

.info-tile strong {
  display: block;
  margin-bottom: 8px;
  font-size: 22px;
}

.legal-page {
  padding: 124px 0 80px;
}

.legal-page .container {
  max-width: 860px;
}

.legal-page h1 {
  font-size: 52px;
  line-height: 1;
}

@media (max-width: 980px) {
  .menu-toggle {
    display: block;
  }

  .nav-links {
    position: fixed;
    left: 16px;
    right: 16px;
    top: 76px;
    display: none;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: var(--radius);
    background: rgba(7, 12, 10, 0.98);
    box-shadow: var(--shadow);
  }

  body.menu-open .nav-links {
    display: grid;
    justify-content: stretch;
    gap: 14px;
  }

  body.menu-open {
    overflow: hidden;
  }

  h1,
  .hero-title {
    font-size: 48px;
  }

  h2 {
    font-size: 34px;
  }

  .hero-inner-premium {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .advisor-card {
    max-width: 540px;
  }

  .section-head,
  .split,
  .split.reverse,
  .faq-layout,
  .contact-grid,
  .stats-grid,
  .service-panel,
  .project-prep,
  .house-check-grid,
  .film-head,
  .film-viewer {
    grid-template-columns: 1fr;
  }

  .grid-3,
  .grid-2,
  .route-grid,
  .footer-grid,
  .info-strip {
    grid-template-columns: 1fr;
  }

  .system-visual {
    grid-template-columns: 1fr;
  }

  .hero-logos .container {
    grid-template-columns: repeat(2, 1fr);
  }

  .service-panel {
    padding-left: 20px;
  }

  .project-prep {
    align-items: start;
  }

}

@media (max-width: 640px) {
  .nav {
    height: 60px;
    padding: 0 14px;
  }

  .brand img {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
  }

  .brand-wordmark {
    display: none;
  }

  .hero,
  .hero.hero-small {
    min-height: 78vh;
  }

  .hero-inner {
    width: min(100% - 28px, var(--max));
    padding: 98px 0 190px;
  }

  .hero-inner-premium {
    gap: 24px;
  }

  .hero-signal-list {
    gap: 7px;
  }

  .hero-signal-list span {
    min-height: 30px;
    font-size: 11px;
  }

  .advisor-card {
    max-width: 100%;
  }

  .advisor-photo,
  .advisor-photo img {
    min-height: 245px;
  }

  .advisor-body {
    padding: 18px 18px 14px;
  }

  .advisor-body h2 {
    font-size: 24px;
  }

  .advisor-dossier {
    margin: 0 10px 10px;
  }

  h1,
  .hero-title {
    font-size: 40px;
  }

  h2 {
    font-size: 30px;
  }

  .lead,
  .hero-copy p {
    font-size: 16px;
  }

  .section {
    padding: 68px 0;
  }

  .section-tight {
    padding: 56px 0;
  }

  .container {
    width: min(100% - 28px, var(--max));
  }

  .hero-logos .container {
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
  }

  .hero-proof {
    min-height: 62px;
    padding: 10px 12px;
  }

  .hero-proof strong {
    font-size: 15px;
  }

  .service-button {
    grid-template-columns: 38px 1fr;
  }

  .service-meta {
    grid-column: 2;
    justify-content: space-between;
  }

  .route-card {
    min-height: 246px;
    padding: 22px;
  }

  .route-card h3 {
    font-size: 24px;
  }

  .project-prep,
  .contact-panel,
  .house-panel {
    padding: 20px;
  }

  .house-stage img,
  .house-stage video {
    min-height: 330px;
  }

  .house-stage {
    min-height: 330px;
  }

  .house-film-chrome {
    left: 14px;
    right: 14px;
    top: 14px;
    font-size: 9px;
  }

  .house-stage::before {
    inset: 10px;
  }

  .house-readout {
    left: 14px;
    right: 14px;
    bottom: 14px;
    max-width: none;
    padding: 11px 12px;
  }

  .house-readout strong {
    font-size: 15px;
  }

  .house-pin {
    min-height: 32px;
    padding-right: 9px;
    font-size: 11px;
  }

  .pin-roof {
    left: 24%;
    top: 16%;
  }

  .pin-facade {
    left: 8%;
    top: 55%;
  }

  .pin-windows {
    left: 48%;
    top: 53%;
  }

  .pin-heatpump {
    right: 4%;
    top: 72%;
  }

  .house-metrics {
    grid-template-columns: 1fr;
  }

  .film-head {
    gap: 18px;
    margin-bottom: 24px;
  }

  .film-screen {
    min-height: 0;
  }

  .film-screen::before {
    inset: 10px;
  }

  .film-progress {
    left: 14px;
    right: 14px;
    top: 14px;
  }

  .film-screen img,
  .film-screen video {
    min-height: 0;
  }

  .film-screen-meta {
    left: 14px;
    right: 14px;
    bottom: 14px;
    max-width: none;
    padding: 11px 12px;
  }

  .film-screen-meta strong {
    font-size: 16px;
  }

  .film-panel {
    padding: 20px;
  }

  .film-panel h3 {
    font-size: 26px;
  }

  .film-hotspot {
    min-height: 28px;
    padding: 0 9px 0 7px;
    font-size: 9px;
  }

  .film-hotspot::before {
    width: 7px;
    height: 7px;
    flex-basis: 7px;
    box-shadow: 0 0 0 4px rgba(19, 242, 156, 0.14);
  }

  .hotspot-roof {
    left: 56%;
    top: 18%;
  }

  .hotspot-facade {
    left: 51%;
    top: 48%;
  }

  .hotspot-windows {
    left: 35%;
    top: 44%;
  }

  .hotspot-pv {
    left: 66%;
    top: 11%;
  }

  .hotspot-heatpump {
    left: 70%;
    top: 78%;
  }

  .film-timeline {
    grid-template-columns: 1fr 1fr;
  }

  .film-timeline button {
    min-height: 38px;
    font-size: 11px;
  }

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

  .footer-bottom-inner {
    flex-direction: column;
    align-items: flex-start;
    padding: 18px 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.001ms !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
  }

  .reveal-ready .reveal-target > .container {
    opacity: 1;
    transform: none;
  }
}

/* ─────────────────────────────────────────────────────────────
   Relaunch pass · project desk / technical editorial
   The existing content stays intact; this layer tightens the
   visual system around the site's real promise: clear decisions.
   ───────────────────────────────────────────────────────────── */
:root {
  --ink: #0d1712;
  --ink-soft: #1a2a21;
  --green-900: #0a4b32;
  --green-800: #0f6241;
  --green-600: #43845c;
  --mint: #c5ef73;
  --mint-soft: #edf8d7;
  --paper: #fbfdf9;
  --mist: #f2f6f0;
  --line: #dbe6dc;
  --muted: #5b6a60;
  --warm: #f1c979;
  --radius: 14px;
  --max: 1240px;
  font-family: var(--font-sans);
}

html {
  background: var(--paper);
  scroll-padding-top: 84px;
}

body {
  background: var(--paper);
  color: var(--ink);
  font-size: 16px;
  letter-spacing: -0.008em;
}

.site-header {
  background: rgba(7, 15, 11, 0.78);
  border-bottom-color: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(22px) saturate(125%);
}

.nav {
  height: 72px;
  padding: 0 26px;
}

.brand {
  gap: 12px;
}

.brand img {
  width: 40px;
  height: 40px;
}

.brand-wordmark strong {
  font-size: 14px;
  letter-spacing: -0.03em;
}

.brand-wordmark span {
  margin-top: 3px;
  font-size: 10px;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.nav-links {
  gap: 25px;
  font-size: 12px;
  letter-spacing: 0.01em;
}

.nav-links a {
  color: rgba(255, 255, 255, 0.7);
}

.nav-links a:hover,
.nav-links a[aria-current="page"] {
  color: var(--mint);
}

.nav-cta,
.btn {
  min-height: 44px;
  padding: 0 20px;
  border-radius: 999px;
  letter-spacing: -0.01em;
}

.nav-cta,
.btn-primary {
  color: #08130c !important;
  background: var(--mint);
  box-shadow: 0 12px 28px rgba(197, 239, 115, 0.2);
}

.nav-cta:hover,
.btn:hover,
.route-card:hover,
.card:hover {
  transform: translateY(-3px);
}

.nav-cta:active,
.btn:active,
.route-card:active {
  transform: translateY(-1px) scale(0.985);
}

.hero {
  min-height: min(900px, 100dvh);
  background: #09100c;
}

.hero::before {
  opacity: 0.16;
  background-size: 136px 100%, 100% 108px;
  mask-image: linear-gradient(90deg, #000, transparent 76%);
}

.hero-bg {
  object-position: 53% 54%;
  filter: saturate(0.86) contrast(1.04);
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(5, 13, 9, 0.96), rgba(5, 13, 9, 0.72) 42%, rgba(5, 13, 9, 0.15) 82%),
    linear-gradient(0deg, rgba(5, 13, 9, 0.76), rgba(5, 13, 9, 0.08) 54%);
}

.hero-coordinate {
  position: absolute;
  top: 116px;
  right: max(26px, calc((100vw - var(--max)) / 2));
  z-index: 3;
  display: grid;
  gap: 6px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-align: right;
  text-transform: uppercase;
}

.hero-coordinate span:last-child {
  color: var(--mint);
}

.hero-inner {
  padding: 150px 0 144px;
}

.hero-inner-premium {
  grid-template-columns: minmax(0, 1fr) minmax(338px, 386px);
  gap: 76px;
}

.hero-copy {
  max-width: 760px;
}

.hero-utility {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
  color: rgba(255, 255, 255, 0.56);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-utility span:nth-child(2) {
  color: var(--mint);
}

.hero .eyebrow {
  margin-bottom: 16px;
  color: var(--mint);
}

.hero .eyebrow::before {
  box-shadow: 0 0 0 4px rgba(197, 239, 115, 0.14);
}

h1,
.hero-title {
  max-width: 800px;
  margin-bottom: 22px;
  font-size: clamp(3.15rem, 6.2vw, 6.55rem);
  line-height: 0.89;
  font-weight: 900;
  letter-spacing: -0.075em;
}

h2 {
  font-size: clamp(2.3rem, 4.2vw, 4.35rem);
  line-height: 0.96;
  letter-spacing: -0.065em;
}

h3 {
  letter-spacing: -0.04em;
}

.hero-copy > p:not(.eyebrow) {
  max-width: 650px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 18px;
  line-height: 1.55;
}

.hero-actions {
  gap: 14px;
  margin-top: 32px;
}

.btn-secondary {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.06);
}

.hero-signal-list {
  gap: 8px;
  margin-top: 26px;
}

.hero-signal-list span {
  min-height: 34px;
  border-color: rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.66);
  background: rgba(7, 15, 11, 0.26);
  font-size: 11px;
  letter-spacing: 0.01em;
}

.advisor-card {
  border-radius: 18px;
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(7, 17, 13, 0.66);
  box-shadow: 0 32px 100px rgba(0, 0, 0, 0.38);
}

.advisor-card::before {
  inset: 10px;
  border-radius: 10px;
}

.advisor-photo,
.advisor-photo img {
  min-height: 352px;
}

.advisor-body {
  padding: 24px 24px 20px;
}

.advisor-body h2 {
  font-size: 30px;
  letter-spacing: -0.055em;
}

.advisor-facts div {
  border-radius: 9px;
}

.advisor-dossier {
  margin: 0 14px 14px;
  border-radius: 10px;
  color: #08130c;
  background: var(--mint);
}

.hero-logos {
  background: rgba(4, 10, 7, 0.72);
  backdrop-filter: blur(18px) saturate(125%);
}

.hero-proof {
  min-height: 82px;
  padding: 14px 20px;
  border-left-color: rgba(255, 255, 255, 0.12);
}

.hero-proof strong {
  color: var(--mint);
  font-size: 17px;
  letter-spacing: -0.035em;
}

.hero-proof span {
  color: rgba(255, 255, 255, 0.56);
  font-size: 11px;
}

.section {
  padding: 116px 0;
}

.page-intro {
  padding-top: 104px;
  padding-bottom: 94px;
  text-align: left;
  background: var(--paper);
}

.page-intro h2 {
  max-width: 920px;
  margin-left: 0;
}

.page-intro > .container > p:not(.eyebrow) {
  max-width: 620px;
  margin-left: 0;
  margin-right: auto;
}

.section-head {
  gap: 54px;
  margin-bottom: 46px;
}

.section-head h2 {
  max-width: 760px;
}

.route-card {
  min-height: 296px;
  padding: 28px;
  border-radius: 18px;
  border-color: rgba(13, 23, 18, 0.1);
  box-shadow: 0 16px 34px rgba(13, 35, 22, 0.06);
}

.route-card:hover {
  border-color: rgba(67, 132, 92, 0.4);
  box-shadow: 0 24px 46px rgba(13, 35, 22, 0.12);
}

.house-panel,
.film-panel {
  border-radius: 18px;
}

.film-showcase {
  background:
    linear-gradient(90deg, rgba(197, 239, 115, 0.08), transparent 38%),
    radial-gradient(circle at 72% 18%, rgba(241, 201, 121, 0.12), transparent 34%),
    #07100b;
}

.film-screen {
  border-radius: 18px;
}

.film-panel {
  background: rgba(255, 255, 255, 0.06);
}

.cta-band {
  background: linear-gradient(115deg, #0b2519, #0a4b32 68%, #0e6f48);
}

.footer-grid {
  padding-top: 82px;
}

@media (max-width: 980px) {
  .hero-coordinate {
    right: 24px;
  }

  .hero-inner-premium {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .hero-title {
    font-size: clamp(3rem, 7.4vw, 5.2rem);
  }
}

@media (max-width: 640px) {
  .nav {
    height: 66px;
    padding: 0 16px;
  }

  .brand-wordmark strong {
    font-size: 12px;
  }

  .brand-wordmark {
    display: inline-grid;
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    clip-path: inset(50%);
    white-space: nowrap;
  }

  .hero {
    min-height: 820px;
  }

  .hero-coordinate {
    top: 92px;
    right: 18px;
    font-size: 8px;
  }

  .hero-inner {
    padding: 128px 0 132px;
  }

  .hero-inner-premium {
    grid-template-columns: 1fr;
  }

  .hero-utility {
    margin-bottom: 18px;
    font-size: 9px;
  }

  .hero-title {
    max-width: 500px;
    font-size: clamp(3rem, 15vw, 4.45rem);
    line-height: 0.91;
  }

  .hero-copy > p:not(.eyebrow) {
    font-size: 16px;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .advisor-card {
    border-radius: 14px;
  }

  .advisor-photo,
  .advisor-photo img {
    min-height: 280px;
  }

  .hero-logos .container {
    grid-template-columns: repeat(2, 1fr);
  }

  .hero-proof {
    min-height: 66px;
    padding: 11px 14px;
  }

  .section {
    padding: 82px 0;
  }

  .page-intro {
    padding-top: 72px;
  }

  .route-card {
    min-height: 0;
    padding: 24px;
  }
}

/* Typography readability pass: keep the bold editorial voice, add breathing room. */
h1,
.hero-title {
  line-height: 0.98;
  letter-spacing: -0.028em;
}

h2 {
  line-height: 1.05;
  letter-spacing: -0.022em;
}

h3 {
  letter-spacing: -0.01em;
}

.advisor-body h2 {
  letter-spacing: -0.018em;
}

@media (max-width: 640px) {
  h1,
  .hero-title {
    line-height: 1;
    letter-spacing: -0.022em;
  }

  h2 {
    line-height: 1.07;
    letter-spacing: -0.018em;
  }
}

@media (prefers-reduced-motion: reduce) {
  .nav-cta,
  .btn,
  .route-card,
  .house-panel,
  .advisor-card {
    transition: none;
  }
}

/* Final polish: shorter first impression, calmer hierarchy, compact mobile trust panel. */
.eyebrow::before {
  display: none;
}

.hero {
  min-height: min(880px, 100dvh);
}

.hero-inner {
  padding-top: 118px;
  padding-bottom: 118px;
}

h1,
.hero-title {
  max-width: 760px;
  font-size: clamp(3.35rem, 5.1vw, 5.6rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.hero-copy > p:not(.eyebrow) {
  max-width: 590px;
}

.section-head {
  grid-template-columns: minmax(0, 1fr) minmax(240px, 0.52fr);
}

.house-pin,
.route-card,
.btn,
.nav-cta {
  transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
}

@media (max-width: 980px) {
  .hero {
    min-height: 0;
  }

  .hero-inner {
    padding-top: 112px;
    padding-bottom: 110px;
  }

  h1,
  .hero-title {
    font-size: clamp(3rem, 7vw, 5rem);
  }
}

@media (max-width: 640px) {
  .hero {
    min-height: 0;
    padding-bottom: 78px;
  }

  .hero-inner {
    padding-top: 104px;
    padding-bottom: 24px;
  }

  h1,
  .hero-title {
    max-width: 100%;
    font-size: clamp(2.65rem, 12.5vw, 4rem);
    line-height: 1;
    letter-spacing: -0.035em;
  }

  .hero-copy > p:not(.eyebrow) {
    max-width: 100%;
  }

  .advisor-card {
    grid-template-columns: 104px minmax(0, 1fr);
  }

  .advisor-photo,
  .advisor-photo img {
    min-height: 154px;
  }

  .advisor-photo span {
    left: 8px;
    right: 8px;
    bottom: 8px;
    min-height: 24px;
    padding: 0 7px;
    font-size: 9px;
  }

  .advisor-body {
    padding: 14px;
  }

  .advisor-body h2 {
    font-size: 21px;
  }

  .advisor-body p {
    font-size: 12px;
    line-height: 1.38;
  }

  .advisor-facts {
    gap: 6px;
    margin-top: 10px;
  }

  .advisor-facts div {
    padding: 8px;
  }

  .advisor-facts dt {
    font-size: 13px;
  }

  .advisor-facts dd {
    font-size: 9px;
  }

  .advisor-dossier {
    grid-column: 1 / -1;
    margin: 0 8px 8px;
    padding: 11px 12px;
  }

  .advisor-dossier strong {
    font-size: 14px;
  }

  .advisor-dossier span,
  .advisor-dossier small {
    font-size: 10px;
  }

  .hero-logos {
    position: absolute;
  }

  .section-head {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}

/* The house-check uses one reference photo so every marker keeps a truthful anchor. */
.house-stage .house-film-keyframe:not([data-house-film-frame="default"]) {
  display: none;
}

.house-stage .house-film-keyframe[data-house-film-frame="default"] {
  opacity: 1;
}

.house-stage .pin-roof {
  left: 43% !important;
  top: 17% !important;
}

.house-stage .pin-facade {
  left: 44% !important;
  top: 49% !important;
}

.house-stage .pin-windows {
  left: 66% !important;
  top: 45% !important;
}

.house-stage .pin-heatpump {
  left: 31% !important;
  top: 72% !important;
  right: auto !important;
}

@media (max-width: 640px) {
  .house-stage .pin-roof {
    left: 24% !important;
    top: 16% !important;
  }

  .house-stage .pin-facade {
    left: 12% !important;
    top: 46% !important;
  }

  .house-stage .pin-windows {
    left: 48% !important;
    top: 53% !important;
  }

  .house-stage .pin-heatpump {
    left: auto !important;
    right: 4% !important;
    top: 72% !important;
  }
}

/* Fachpartner: two clear business tracks */
.partner-ways {
  background: var(--paper);
}

.partner-ways-intro {
  max-width: 780px;
  margin: 0 0 42px;
}

.partner-ways-intro h2 {
  max-width: 760px;
  margin-bottom: 14px;
}

.partner-ways-intro > p:not(.eyebrow) {
  max-width: 690px;
}

.partner-offer-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.partner-offer {
  display: grid;
  grid-template-rows: 250px minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid rgba(13, 23, 18, 0.1);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(7, 20, 16, 0.08);
}

.partner-offer-media {
  min-height: 0;
  margin: 0;
  overflow: hidden;
  background: #07110d;
}

.partner-offer-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.partner-offer:hover .partner-offer-media img {
  transform: scale(1.025);
}

.partner-offer-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 28px;
}

.partner-offer-audience {
  margin-bottom: 12px;
  color: var(--green-800);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.08em;
  line-height: 1.3;
  text-transform: uppercase;
}

.partner-offer-certificates .partner-offer-audience {
  color: var(--blue);
}

.partner-offer h3 {
  max-width: 15ch;
  margin-bottom: 12px;
  font-size: 32px;
  line-height: 1.05;
}

.partner-offer p {
  max-width: 42ch;
}

.partner-points {
  display: grid;
  gap: 10px;
  margin: 0 0 24px;
  padding: 0;
  color: var(--muted);
  list-style: none;
}

.partner-points li {
  position: relative;
  padding-left: 18px;
}

.partner-points li::before {
  position: absolute;
  top: 0.65em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--mint);
  content: "";
}

.partner-offer-button {
  margin-top: auto;
}

.partner-offer-heatpump .partner-offer-copy {
  background: linear-gradient(180deg, #fff, #f7fbf7);
}

.partner-offer-certificates .partner-offer-copy {
  background: linear-gradient(180deg, #fff, #f4f8f9);
}

.partner-standards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.partner-standard {
  padding: 28px 24px 0;
  border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.partner-standard:first-child {
  padding-left: 0;
  border-left: 0;
}

.partner-standard h3 {
  margin-bottom: 10px;
  color: #fff;
  font-size: 24px;
}

.partner-standard p {
  max-width: 26ch;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.72);
}

#waermepumpen,
#energieausweise {
  scroll-margin-top: 92px;
}

.hero-about .hero-bg {
  object-position: 66% 35%;
  opacity: 0.88;
  filter: saturate(0.78) contrast(1.02) brightness(0.9);
}

.hero.hero-about {
  min-height: 70vh;
}

.hero-about .hero-shade {
  background:
    linear-gradient(90deg, rgba(5, 13, 9, 0.98), rgba(5, 13, 9, 0.82) 44%, rgba(5, 13, 9, 0.18) 84%),
    linear-gradient(0deg, rgba(5, 13, 9, 0.82), rgba(5, 13, 9, 0.12) 54%);
}

@media (max-width: 980px) {
  .partner-offer-grid {
    grid-template-columns: 1fr;
  }

  .partner-standards {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .partner-standard,
  .partner-standard:first-child {
    padding: 22px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    border-left: 0;
  }

  .partner-standard:first-child {
    border-top: 0;
  }
}

@media (max-width: 640px) {
  .hero-about .hero-bg {
    object-position: 68% 35%;
  }

  .hero.hero-about {
    min-height: 78vh;
  }

  .partner-offer {
    grid-template-rows: 210px minmax(0, 1fr);
    border-radius: 14px;
  }

  .partner-offer-copy {
    padding: 22px;
  }

  .partner-offer h3 {
    font-size: 28px;
  }

  .partner-offer-audience {
    font-size: 10px;
  }

  .partner-ways-intro {
    margin-bottom: 28px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .partner-offer-media img {
    transition: none;
  }
}

/* 2026-07 full-site polish: purposeful scroll depth and resilient mobile tracks. */
@keyframes page-progress {
  to {
    transform: scaleX(1);
  }
}

@keyframes hero-scroll-depth {
  from {
    transform: scale(1.035) translateY(0);
  }
  to {
    transform: scale(1.085) translateY(2.5%);
  }
}

.site-header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 2px;
  background: var(--mint);
  transform: scaleX(0);
  transform-origin: left center;
  pointer-events: none;
}

@supports (animation-timeline: scroll()) {
  .site-header::after {
    animation: page-progress linear both;
    animation-timeline: scroll(root block);
  }
}

@media (min-width: 761px) {
  @supports (animation-timeline: view()) {
    main > .hero .hero-bg {
      animation: hero-scroll-depth linear both;
      animation-timeline: view();
      animation-range: exit 0% exit 100%;
    }
  }
}

.reveal-ready .reveal-target > .container {
  filter: blur(4px);
  transition:
    opacity 460ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 460ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 460ms cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal-ready .reveal-target.is-visible > .container {
  filter: blur(0);
}

.image-motion-ready .image-motion-target {
  opacity: 0;
  filter: blur(4px);
  transform: translateY(14px) scale(1.035);
  transition:
    opacity 480ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 480ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 480ms cubic-bezier(0.22, 1, 0.36, 1);
}

.image-motion-ready .image-motion-target.is-image-visible {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0) scale(1);
}

.house-panel > * {
  transition:
    opacity 160ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 220ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 160ms cubic-bezier(0.22, 1, 0.36, 1);
}

.house-panel.is-changing > * {
  opacity: 0.55;
  filter: blur(2px);
  transform: translateY(3px);
}

.form-status {
  min-height: 1.5em;
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 750;
}

.form-status.ok {
  color: var(--green-800);
  animation: form-status-in 180ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.form-status.err {
  color: #9b2c2c;
  animation: form-status-in 180ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes form-status-in {
  from {
    opacity: 0;
    transform: translateY(4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.btn:disabled {
  cursor: wait;
  opacity: 0.66;
  transform: none;
}

@media (max-width: 640px) {
  .section-head,
  .split,
  .split.reverse,
  .faq-layout,
  .contact-grid,
  .stats-grid,
  .service-panel,
  .project-prep,
  .house-check-grid,
  .film-head,
  .film-viewer,
  .cta-band .container {
    grid-template-columns: minmax(0, 1fr);
  }

  .split > *,
  .section-dark .container > *,
  .cta-band .container > *,
  .hero-actions,
  .process {
    min-width: 0;
    max-width: 100%;
  }

  h1,
  h2,
  h3,
  p,
  li {
    overflow-wrap: break-word;
    hyphens: auto;
  }

  .process {
    padding-left: 0;
  }

  .hero-actions .btn {
    max-width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-header::after {
    display: none;
    animation: none;
  }

  main > .hero .hero-bg,
  .image-motion-ready .image-motion-target,
  .house-panel > * {
    opacity: 1;
    filter: none;
    transform: none;
    animation: none;
    transition: none;
  }

  .form-status.ok,
  .form-status.err {
    animation: none;
  }
}

/* Signature renovation journey: one purposeful sequence, then direct component access. */
.film-showcase {
  display: block;
  padding-top: clamp(76px, 8vw, 118px);
  padding-bottom: clamp(76px, 8vw, 118px);
  scroll-margin-top: 72px;
}

.film-head {
  margin-bottom: 30px;
}

.film-viewer {
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, 0.48fr);
  align-items: stretch;
}

.film-screen {
  min-height: 560px;
  aspect-ratio: auto;
  border-radius: 18px;
}

.film-image-stack,
.film-phase-image {
  position: absolute;
  inset: 0;
}

.film-image-stack {
  overflow: hidden;
}

.film-measure-video {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  object-fit: cover;
  transform: scale(1.008);
  filter: blur(2px) brightness(0.96);
  transition:
    opacity 300ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 520ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 300ms cubic-bezier(0.22, 1, 0.36, 1);
}

.film-screen.is-playing-measure .film-measure-video {
  opacity: 1;
  transform: scale(1);
  filter: blur(0) brightness(1);
}

.film-viewer.is-service-view .film-hotspot:not(.is-active) {
  opacity: 0.7;
}

.film-screen.is-playing-measure .film-hotspot:not(.is-active) {
  opacity: 0;
  pointer-events: none;
}

.film-viewer[data-service-view="roof"] .hotspot-roof {
  left: 51%;
  top: 20%;
}

.film-viewer[data-service-view="facade"] .hotspot-facade {
  left: 30%;
  top: 46%;
}

.film-viewer[data-service-view="windows"] .hotspot-windows {
  left: 57%;
  top: 61%;
}

.film-viewer[data-service-view="heatpump"] .hotspot-heatpump {
  left: 34%;
  top: 72%;
}

.film-screen .film-phase-image {
  width: 100%;
  height: 100%;
  opacity: 0;
  object-fit: cover;
  transform: scale(1.018);
  filter: blur(3px) brightness(0.94);
  transition:
    opacity 380ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 620ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 380ms cubic-bezier(0.22, 1, 0.36, 1);
}

.film-screen .film-phase-image.is-visible {
  opacity: 1;
  transform: scale(1);
  filter: blur(0) brightness(1);
}

.film-panel {
  gap: 16px;
  border-radius: 18px;
}

.film-panel h3 {
  font-size: clamp(28px, 2.5vw, 38px);
}

.film-quality {
  grid-template-columns: 1fr;
}

.film-service-link {
  width: 100%;
  min-height: 44px;
  justify-content: center;
  text-align: center;
}

.film-timeline {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.film-timeline button {
  justify-content: flex-start;
  min-height: 40px;
  padding: 0 11px;
  transition:
    color 180ms cubic-bezier(0.22, 1, 0.36, 1),
    border-color 180ms cubic-bezier(0.22, 1, 0.36, 1),
    background 180ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 180ms cubic-bezier(0.22, 1, 0.36, 1);
}

.film-timeline button span {
  color: var(--mint);
  font-size: 10px;
  letter-spacing: 0.08em;
}

.film-timeline button::after {
  margin-left: auto;
}

.film-timeline button:hover,
.film-timeline button.is-active {
  transform: translateY(-1px);
}

.film-timeline button:hover span,
.film-timeline button.is-active span {
  color: #04100c;
}

.film-hint {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
}

.film-hint span {
  color: var(--mint);
  font-size: 18px;
}

.film-hotspot.hotspot-roof {
  left: 43%;
  top: 17%;
}

.film-hotspot.hotspot-facade {
  left: 44%;
  top: 49%;
}

.film-hotspot.hotspot-windows {
  left: 66%;
  top: 45%;
}

.film-hotspot.hotspot-heatpump {
  left: 31%;
  top: 72%;
}

@media (max-width: 980px) {
  .film-viewer {
    grid-template-columns: minmax(0, 1fr);
  }

  .film-screen {
    min-height: 520px;
  }
}

@media (max-width: 640px) {
  .film-showcase {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .film-head {
    margin-bottom: 22px;
  }

  .film-screen {
    width: 100%;
    min-width: 0;
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .film-panel {
    padding: 18px;
  }

  .film-hotspot {
    min-height: 29px;
    padding: 0 8px 0 7px;
    font-size: 9px;
  }

  .film-hotspot::before {
    width: 7px;
    height: 7px;
    flex-basis: 7px;
  }

  .film-hotspot.hotspot-roof {
    left: 27%;
    top: 18%;
  }

  .film-hotspot.hotspot-facade {
    left: 18%;
    top: 50%;
  }

  .film-hotspot.hotspot-windows {
    left: 58%;
    top: 52%;
  }

  .film-hotspot.hotspot-heatpump {
    left: 73%;
    top: 77%;
  }

  .film-hint {
    align-items: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {
  .film-screen .film-phase-image,
  .film-measure-video,
  .film-timeline button {
    transition: none;
  }

  .film-measure-video {
    display: none;
  }
}

/* The house is the interface: one image, five direct states, no supporting panel. */
.house-visual-section {
  padding: clamp(34px, 5vw, 72px) 0;
  scroll-margin-top: 72px;
  background: #edf2ee;
}

.house-visual-intro {
  display: grid;
  gap: 12px;
  max-width: 820px;
  margin-bottom: 28px;
}

.house-visual-intro .eyebrow,
.house-visual-intro h2,
.house-visual-intro p {
  margin: 0;
}

.house-visual-intro h2 {
  max-width: 760px;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.house-visual-intro > p:last-child {
  max-width: 700px;
  color: var(--muted);
}

.house-visual {
  position: relative;
  aspect-ratio: 1672 / 941;
  margin: 0;
  overflow: hidden;
  border-radius: 18px;
  background: #122019;
  box-shadow:
    0 0 0 1px rgba(7, 34, 24, 0.12),
    0 32px 80px rgba(7, 34, 24, 0.19);
}

.house-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(5, 14, 10, 0.08), transparent 32%),
    linear-gradient(0deg, rgba(5, 14, 10, 0.3), transparent 34%);
}

.house-visual-images,
.house-visual-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.house-visual-image {
  opacity: 0;
  object-fit: cover;
  transform: scale(1.012);
  filter: blur(3px) brightness(0.96);
  transition:
    opacity 380ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 560ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 380ms cubic-bezier(0.22, 1, 0.36, 1);
}

.house-visual-image.is-visible {
  opacity: 1;
  transform: scale(1);
  filter: blur(0) brightness(1);
}

.house-visual-labels {
  position: absolute;
  inset: 0;
  z-index: 2;
}

.house-visual-label {
  position: absolute;
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 13px 0 10px;
  border: 1px solid rgba(197, 239, 115, 0.7);
  border-radius: 999px;
  color: #fff;
  background: rgba(5, 16, 12, 0.78);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
  font: inherit;
  font-size: 11px;
  font-weight: 900;
  cursor: pointer;
  transform: translate(-50%, -50%);
  transition:
    color 180ms cubic-bezier(0.22, 1, 0.36, 1),
    background 180ms cubic-bezier(0.22, 1, 0.36, 1),
    border-color 180ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 180ms cubic-bezier(0.22, 1, 0.36, 1);
}

.house-visual-label::before {
  content: "";
  width: 9px;
  height: 9px;
  flex: 0 0 9px;
  border-radius: 50%;
  background: var(--mint);
  box-shadow: 0 0 0 4px rgba(197, 239, 115, 0.17);
}

.house-visual-label:hover,
.house-visual-label.is-selected {
  border-color: var(--mint);
  color: var(--ink);
  background: var(--mint);
  transform: translate(-50%, -50%) scale(1.025);
}

.house-visual-label:hover::before,
.house-visual-label.is-selected::before {
  background: var(--ink);
  box-shadow: 0 0 0 4px rgba(7, 20, 16, 0.12);
}

.house-visual-label:active {
  transform: translate(-50%, -50%) scale(0.98);
}

.house-visual-label:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
}

.house-visual-label.label-overview {
  left: 26px;
  bottom: 26px;
  transform: none;
}

.house-visual-label.label-overview:hover,
.house-visual-label.label-overview.is-selected {
  transform: scale(1.025);
}

.house-visual-label.label-overview:active {
  transform: scale(0.98);
}

.house-visual-label.label-roof {
  left: 43%;
  top: 17%;
}

.house-visual-label.label-facade {
  left: 35%;
  top: 49%;
}

.house-visual-label.label-windows {
  left: 66%;
  top: 46%;
}

.house-visual-label.label-heatpump {
  left: 31%;
  top: 73%;
}

.house-service-popover {
  position: absolute;
  z-index: 4;
  top: 72px;
  left: 24px;
  width: min(260px, calc(100% - 48px));
  display: grid;
  gap: 7px;
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 12px;
  color: #fff;
  background: rgba(5, 16, 12, 0.92);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(16px);
  opacity: 0;
  pointer-events: none;
  filter: blur(3px);
  transform: translateY(-6px) scale(0.98);
  transform-origin: top left;
  transition:
    opacity 220ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 260ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 220ms cubic-bezier(0.22, 1, 0.36, 1);
}

.house-service-popover.is-open {
  opacity: 1;
  pointer-events: auto;
  filter: blur(0);
  transform: translateY(0) scale(1);
}

.house-service-popover[data-popover-state] {
  top: 72px;
  left: 24px;
}

.house-service-popover-kicker {
  color: var(--mint);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.house-service-popover > strong {
  padding-right: 26px;
  color: #fff;
  font-size: 18px;
  line-height: 1.15;
}

.house-service-popover-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  font: inherit;
  font-size: 18px;
  cursor: pointer;
}

.house-service-popover-close:hover {
  background: rgba(255, 255, 255, 0.16);
}

.house-service-popover-close:focus-visible {
  outline: 2px solid var(--mint);
  outline-offset: 2px;
}

.house-visual-contact {
  position: absolute;
  right: 26px;
  bottom: 26px;
  z-index: 3;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 0 17px;
  border: 1px solid var(--mint);
  border-radius: 999px;
  color: var(--ink);
  background: var(--mint);
  box-shadow: 0 16px 38px rgba(5, 16, 12, 0.24);
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
  transition:
    color 180ms cubic-bezier(0.22, 1, 0.36, 1),
    background 180ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 180ms cubic-bezier(0.22, 1, 0.36, 1);
}

.house-service-popover .house-visual-contact {
  position: static;
  right: auto;
  bottom: auto;
  z-index: auto;
  width: 100%;
  min-height: 38px;
  justify-content: space-between;
  margin-top: 7px;
  padding: 0 13px;
  border-radius: 8px;
  box-shadow: none;
  font-size: 11px;
}

.house-visual-contact[hidden] {
  display: none;
}

.house-visual-contact:hover {
  color: #fff;
  background: var(--green-900);
  transform: translateY(-2px);
}

.house-visual-contact:active {
  transform: translateY(0) scale(0.98);
}

.house-visual-contact:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
}

.house-visual[data-house-state="roof"] .label-roof {
  left: 50%;
  top: 20%;
}

.house-visual[data-house-state="facade"] .label-facade {
  left: 30%;
  top: 45%;
}

.house-visual[data-house-state="windows"] .label-windows {
  left: 57%;
  top: 58%;
}

.house-visual[data-house-state="heatpump"] .label-heatpump {
  left: 34%;
  top: 72%;
}

@media (max-width: 640px) {
  .house-visual-section {
    padding: 22px 0;
  }

  .house-visual-intro {
    gap: 9px;
    margin-bottom: 18px;
  }

  .house-visual {
    aspect-ratio: 4 / 3;
    overflow: visible;
    border-radius: 12px;
  }

  .house-visual-images {
    overflow: hidden;
    border-radius: inherit;
  }

  .house-visual::after {
    border-radius: inherit;
  }

  .house-visual:has(.house-service-popover.is-open) {
    margin-bottom: 132px;
  }

  .house-visual-label {
    min-height: 28px;
    padding: 0 8px 0 7px;
    font-size: 9px;
  }

  .house-visual-label::before {
    width: 7px;
    height: 7px;
    flex-basis: 7px;
    box-shadow: 0 0 0 3px rgba(197, 239, 115, 0.17);
  }

  .house-visual-label.label-overview {
    left: 10px;
    bottom: 10px;
  }

  .house-visual-contact {
    right: 10px;
    bottom: 10px;
    min-height: 36px;
    max-width: calc(100% - 126px);
    padding: 0 12px;
    gap: 7px;
    font-size: 10px;
    text-align: center;
  }

  .house-service-popover {
    left: 0 !important;
    right: 0;
    top: calc(100% + 10px) !important;
    bottom: auto;
    width: auto;
    padding: 13px;
    transform: translateY(-6px) scale(0.98);
    transform-origin: top center;
  }

  .house-service-popover.is-open {
    transform: translateY(0) scale(1);
  }

  .house-service-popover .house-visual-contact {
    max-width: none;
    min-height: 36px;
    padding: 0 11px;
  }

  .house-visual-label.label-roof {
    left: 27%;
    top: 17%;
  }

  .house-visual-label.label-facade {
    left: 18%;
    top: 47%;
  }

  .house-visual-label.label-windows {
    left: 57%;
    top: 51%;
  }

  .house-visual-label.label-heatpump {
    left: 73%;
    top: 73%;
  }

  .house-visual[data-house-state] .label-roof {
    left: 27%;
    top: 17%;
  }

  .house-visual[data-house-state] .label-facade {
    left: 18%;
    top: 47%;
  }

  .house-visual[data-house-state] .label-windows {
    left: 57%;
    top: 51%;
  }

  .house-visual[data-house-state] .label-heatpump {
    left: 73%;
    top: 73%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .house-visual-image,
  .house-visual-label,
  .house-service-popover {
    transition: none;
  }
}

/* About page: one calm credential rail with a restrained brand accent. */
.about-why {
  background: var(--paper);
}

.about-why::before {
  content: none;
}

.about-why .container {
  position: relative;
}

.about-why .info-strip {
  grid-template-columns: 1fr;
  gap: 0;
  padding: 0;
  overflow: hidden;
  border-left: 4px solid var(--mint);
  border-radius: 12px;
  background: var(--green-900);
  box-shadow:
    0 0 0 1px rgba(7, 34, 24, 0.08),
    0 20px 54px rgba(7, 34, 24, 0.14);
}

.about-why .info-tile {
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(106px, 0.42fr) 1fr;
  gap: 20px;
  align-items: center;
  padding: 22px 24px;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 0;
  color: #fff;
  background: transparent;
}

.about-why .info-tile:nth-child(2) {
  color: #fff;
  background: rgba(197, 239, 115, 0.07);
}

.about-why .info-tile:nth-child(3) {
  border-bottom: 0;
  color: #fff;
  background: transparent;
}

.about-why .info-tile strong {
  margin: 0;
  color: var(--mint);
  font-size: 20px;
}

.about-why .info-tile span {
  color: inherit;
  opacity: 0.78;
}

.partner-offer-recurring {
  border-color: rgba(39, 72, 82, 0.22);
}

.partner-offer-recurring .partner-offer-audience {
  color: var(--blue);
}

.partner-offer-recurring .partner-offer-copy {
  background: linear-gradient(180deg, #fff, #eef5f3);
}

@media (max-width: 980px) {
  .about-why .info-strip {
    margin-top: 8px;
  }
}

@media (max-width: 540px) {
  .about-why .info-tile {
    grid-template-columns: 1fr;
    gap: 5px;
    padding: 18px 20px;
  }
}

/* Full-site legibility and touch-target pass */
.nav-links {
  font-size: 14px;
}

.nav-cta,
.btn,
.lp-button {
  min-height: 46px;
  font-size: 14px;
}

.eyebrow,
.lp-kicker {
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.08em;
}

.lp-hero-proof > p {
  font-size: 14px;
  line-height: 1.55;
}

.lp-proof-person span:last-child,
.lp-signal-track span,
.lp-process-stage-top > span,
.lp-process-tabs button > span:last-child {
  font-size: 13px;
  line-height: 1.5;
}

.footer-note,
.footer-links a {
  font-size: 15px;
  line-height: 1.55;
}

.footer-title {
  font-size: 16px;
}

.menu-toggle {
  width: 44px;
  height: 44px;
}

@media (max-width: 1120px) {
  .site-header .brand {
    min-width: 44px;
    min-height: 44px;
    justify-content: center;
  }

  .menu-toggle {
    display: block;
  }

  .nav-links {
    position: fixed;
    left: 16px;
    right: 16px;
    top: 78px;
    display: none;
    max-height: calc(100dvh - 94px);
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: var(--radius);
    background: rgba(7, 12, 10, 0.98);
    box-shadow: var(--shadow);
  }

  body.menu-open .nav-links {
    display: grid;
    justify-content: stretch;
    gap: 4px;
  }

  body.menu-open .nav-links > a {
    min-height: 46px;
    display: flex;
    align-items: center;
    padding: 0 12px;
  }

  body.menu-open .nav-links .nav-cta {
    justify-content: center;
    margin-top: 8px;
  }

  body.menu-open {
    overflow: hidden;
  }
}

@media (max-width: 640px) {
  .footer-links {
    gap: 0;
  }

  .footer-links a {
    min-height: 44px;
    display: flex;
    align-items: center;
  }

  .footer-bottom-inner {
    font-size: 12px;
    line-height: 1.5;
  }
}

.brand-wordmark span,
.partner-offer-audience {
  font-size: 12px;
}

/* Final interaction and form QA pass. */
.privacy-field {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  margin: 4px 0 20px;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.55;
}

.privacy-field input {
  width: 20px;
  height: 20px;
  margin: 2px 0 0;
  accent-color: var(--green-800);
}

.privacy-field a {
  color: var(--green-800);
  font-weight: 750;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.privacy-field .field-error {
  grid-column: 2;
}

.field-error {
  margin: 0;
  color: #9b2c2c;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.45;
}

[aria-invalid="true"] {
  border-color: #9b2c2c !important;
}

.cookie-banner {
  position: fixed;
  z-index: 70;
  right: 18px;
  bottom: max(18px, env(safe-area-inset-bottom));
  left: 18px;
  width: min(720px, calc(100% - 36px));
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 18px 20px;
  color: #fff;
  background: rgba(6, 17, 12, 0.97);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 12px;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.28);
}

.cookie-banner strong,
.cookie-banner p {
  display: block;
  margin: 0;
}

.cookie-banner p {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
}

.cookie-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  flex: 0 0 auto;
}

.cookie-actions > a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  font-weight: 750;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 1120px) {
  .nav-links {
    display: grid;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px) scale(0.985);
    transform-origin: top right;
    transition:
      opacity 180ms cubic-bezier(0.22, 1, 0.36, 1),
      transform 220ms cubic-bezier(0.22, 1, 0.36, 1),
      visibility 0s linear 220ms;
  }

  body.menu-open .nav-links {
    display: grid;
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transform: none;
    transition-delay: 0s;
  }
}

@media (max-width: 640px) {
  .cookie-banner {
    align-items: stretch;
    flex-direction: column;
    gap: 14px;
    padding: 16px;
  }

  .cookie-actions {
    gap: 10px 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .nav-links,
  body.menu-open .nav-links {
    transition: none;
  }
}

/* Keep body copy at full contrast throughout section motion. */
.reveal-ready .reveal-target > .container {
  opacity: 1;
  filter: none;
  transform: translateY(8px);
  transition: transform 360ms cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal-ready .reveal-target.is-visible > .container {
  opacity: 1;
  filter: none;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .reveal-ready .reveal-target > .container {
    transform: none;
  }
}
