:root {
  --ink: #242321;
  --muted: #5e615d;
  --line: #dfe4e6;
  --paper: #f8faf7;
  --white: #ffffff;
  --black: #242321;
  --red: #d3262d;
  --leaf: #86b30b;
  --panel: #1e5aa8;
  --panel-light: #dceaf7;
  --soft: #eef4f1;
  --shadow: 0 20px 60px rgba(36, 35, 33, 0.12);
  --shadow-strong: 0 28px 80px rgba(17, 24, 21, 0.22);

  /* Jedna tabuľka štýlu pre všetky vyberače v SOLAR systéme. */
  --picker-height: 46px;
  --picker-radius: 8px;
  --picker-border: var(--line);
  --picker-bg: var(--white);
  --picker-disabled-bg: #f4f6f5;
  --picker-disabled-color: #7a8581;
  --picker-text: var(--ink);
  --picker-placeholder: rgba(36, 35, 33, 0.28);
  --picker-focus: var(--red);
  --picker-focus-ring: rgba(211, 38, 45, 0.12);
  --picker-arrow: rgba(36, 35, 33, 0.56);
  --picker-arrow-size: 8px;
  --picker-arrow-right: 14px;
  --picker-dropdown-gap: 6px;
  --picker-dropdown-max-height: 230px;
  --picker-dropdown-shadow: 0 18px 46px rgba(36, 35, 33, 0.18);
  --picker-option-height: 36px;
  --picker-option-padding: 7px 12px;
  --picker-option-border: rgba(36, 35, 33, 0.08);
  --picker-option-hover-bg: rgba(211, 38, 45, 0.07);
  --picker-option-hover-text: var(--red);
  --picker-option-font-size: 0.84rem;
  --picker-option-font-weight: 650;
  --picker-helper-opacity: 0.72;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}

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

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

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1200;
  display: grid;
  grid-template-columns: auto auto 1fr auto;
  align-items: center;
  gap: 22px;
  padding: 14px clamp(18px, 4vw, 56px);
  color: var(--ink);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 12px 34px rgba(20, 28, 24, 0.08);
  backdrop-filter: blur(18px) saturate(1.12);
  transition: background 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.site-header.is-scrolled,
.site-header.is-open {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 12px 34px rgba(20, 28, 24, 0.08);
  backdrop-filter: blur(18px) saturate(1.12);
}

.brand {
  --brand-logo-width: 138px;
  --brand-logo-height: 52px;
  --brand-subtitle-size: 0.96rem;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  min-width: 142px;
}

.brand-logo-img {
  display: block;
  width: var(--brand-logo-width);
  height: var(--brand-logo-height);
  object-fit: contain;
  object-position: center;
  mix-blend-mode: multiply;
}

.brand-subtitle {
  display: block;
  width: calc(var(--brand-logo-width) * 0.96);
  color: #242321;
  font-family: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  font-size: var(--brand-subtitle-size);
  font-style: italic;
  font-weight: 400;
  line-height: 0.95;
  text-align: center;
  opacity: 0.94;
  margin-top: -2px;
  transform: skewX(-4deg) scaleX(1.14);
}

.brand-subtitle span {
  font-weight: 400;
}

.header-note {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-left: 1px solid rgba(36, 35, 33, 0.12);
  color: #48524e;
  font-size: 0.9rem;
  font-weight: 800;
  white-space: nowrap;
}

.site-nav {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.94rem;
  font-weight: 700;
}

.site-nav a {
  padding: 9px 12px;
  border-radius: 8px;
  opacity: 0.88;
  white-space: nowrap;
  transition: background 160ms ease, color 160ms ease, opacity 160ms ease;
}

.site-nav a:hover {
  color: var(--red);
  background: rgba(211, 38, 45, 0.08);
  opacity: 1;
}

.header-phone {
  justify-self: end;
  padding: 10px 14px;
  border: 1px solid rgba(211, 38, 45, 0.18);
  border-radius: 8px;
  color: var(--red);
  background: rgba(211, 38, 45, 0.06);
  font-weight: 800;
  opacity: 1;
  white-space: nowrap;
  transition: background 160ms ease, border-color 160ms ease;
}

.header-phone:hover {
  border-color: rgba(211, 38, 45, 0.34);
  background: rgba(211, 38, 45, 0.1);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid currentColor;
  border-radius: 8px;
  color: inherit;
  background: transparent;
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 5px auto;
  background: currentColor;
}

.hero {
  position: relative;
  min-height: 94svh;
  overflow: hidden;
  color: var(--white);
}

.hero::before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: 1;
  height: 42%;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 88px 88px;
  mask-image: linear-gradient(0deg, rgba(0, 0, 0, 0.55), transparent);
  pointer-events: none;
}

.hero-media,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 48%;
  opacity: 0;
  transform: scale(1.06);
  transition: opacity 1400ms ease, transform 7000ms ease;
}

.hero-media img.is-active {
  opacity: 1;
  transform: scale(1.13);
}

.hero-media img:nth-child(2) {
  object-position: center 45%;
}

.hero-media img:nth-child(3) {
  object-position: center 46%;
}

.hero-media img:nth-child(4) {
  object-position: center 52%;
}

.hero-overlay {
  background:
    radial-gradient(circle at 80% 56%, rgba(134, 179, 11, 0.2), transparent 26%),
    radial-gradient(circle at 12% 78%, rgba(211, 38, 45, 0.22), transparent 24%),
    linear-gradient(90deg, rgba(15, 15, 14, 0.84) 0%, rgba(15, 15, 14, 0.62) 46%, rgba(15, 15, 14, 0.18) 100%),
    linear-gradient(0deg, rgba(15, 15, 14, 0.7), transparent 58%);
}

.hero-inner {
  z-index: 2;
  position: relative;
  display: flex;
  min-height: 94svh;
  flex-direction: column;
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(118px, 15vh, 152px) 0 34px;
}

.eyebrow,
.section-kicker {
  margin: 0 0 14px;
  color: var(--leaf);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.eyebrow {
  display: inline-flex;
  width: fit-content;
  padding: 8px 10px;
  border: 1px solid rgba(134, 179, 11, 0.42);
  border-radius: 8px;
  background: rgba(134, 179, 11, 0.1);
  backdrop-filter: blur(8px);
}

.identity-line {
  margin: 0 0 8px;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1.05rem, 2vw, 1.42rem);
  font-style: italic;
  font-weight: 800;
}

.hero h1 {
  position: relative;
  z-index: 1;
  max-width: 840px;
  margin: 0;
  font-size: clamp(2.65rem, 7vw, 6.15rem);
  line-height: 0.94;
  letter-spacing: 0;
}

.hero h1 span {
  color: var(--red);
  font-style: italic;
}

.hero-copy {
  position: relative;
  z-index: 1;
  max-width: 680px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1.05rem, 2vw, 1.32rem);
}

.hero-actions,
.cta-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}

.hero-actions {
  position: relative;
  z-index: 1;
  justify-content: center;
  margin: auto 0;
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 8px;
  padding: 0 22px;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease, border-color 160ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button-primary {
  color: var(--white);
  background: var(--red);
  box-shadow: 0 18px 45px rgba(211, 38, 45, 0.3);
}

.button-secondary {
  color: var(--white);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.42);
  backdrop-filter: blur(12px);
}

.button-dark {
  color: var(--white);
  background: var(--black);
}

.hero-facts {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  width: 100%;
  margin: auto 0 0;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.16);
  box-shadow: var(--shadow-strong);
  backdrop-filter: blur(16px);
}

.hero-facts div {
  padding: 20px;
  background: rgba(255, 255, 255, 0.08);
}

.hero-facts dt {
  font-size: 1.25rem;
  font-weight: 950;
}

.hero-facts dd {
  margin: 3px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.92rem;
}

.section {
  padding: clamp(76px, 10vw, 128px) 0;
}

.section-inner {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 42px;
}

h2,
h3,
p {
  overflow-wrap: anywhere;
}

h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.65rem);
  line-height: 1.05;
  letter-spacing: 0;
}

h3 {
  margin: 0;
  font-size: 1.28rem;
  line-height: 1.2;
}

.intro-band {
  background:
    linear-gradient(135deg, rgba(30, 90, 168, 0.12), transparent 42%),
    var(--soft);
}

.configurator-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(320px, 0.55fr);
  gap: 18px;
  align-items: start;
}

.configurator-copy {
  grid-column: 1 / -1;
  max-width: 860px;
}

.configurator-copy h2 {
  max-width: 720px;
}

.configurator-copy .section-kicker {
  color: var(--panel);
}

.configurator-copy p:last-child {
  margin: 0;
  color: #34443f;
  font-size: 1.08rem;
}

.configurator-form,
.configurator-result,
.config-step {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 50px rgba(36, 35, 33, 0.08);
}

.configurator-form {
  display: grid;
  gap: 12px;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.config-step {
  display: grid;
  gap: 14px;
  padding: 20px;
  background:
    linear-gradient(135deg, rgba(30, 90, 168, 0.045), transparent 42%),
    rgba(255, 255, 255, 0.9);
}

.config-step.is-complete {
  background:
    linear-gradient(135deg, rgba(134, 179, 11, 0.08), transparent 44%),
    rgba(255, 255, 255, 0.92);
}

.config-step-head {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: start;
}

.config-step-title-row {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  justify-content: space-between;
}

.config-step-head > span {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: var(--white);
  background: var(--red);
  font-weight: 950;
}

.config-step.is-complete .config-step-head > span {
  background: var(--leaf);
}

.config-step h3,
.config-step p {
  margin: 0;
}

.config-step h3 {
  font-size: 1.18rem;
}

.config-step-head p,
.config-step-status {
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.45;
}

.config-step-status {
  margin: 0;
  min-height: 22px;
}

.location-button {
  min-height: 34px;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 8px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(211, 38, 45, 0.22);
  border-radius: 999px;
  padding: 0 12px 0 10px;
  color: var(--red);
  background: rgba(211, 38, 45, 0.06);
  font: inherit;
  font-size: 0.82rem;
  font-weight: 900;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.location-button:hover,
.location-button:focus-visible {
  border-color: rgba(211, 38, 45, 0.42);
  background: rgba(211, 38, 45, 0.11);
  outline: 0;
  transform: translateY(-1px);
}

.location-button:disabled {
  cursor: wait;
  opacity: 0.62;
  transform: none;
}

.location-button-icon {
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-1px);
  font-size: 1.15rem;
  font-weight: 900;
  line-height: 1;
}

.config-field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.configurator-form label {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-size: 0.92rem;
  font-weight: 850;
}

.configurator-form input,
.configurator-form select {
  width: 100%;
  min-height: var(--picker-height);
  border: 1px solid var(--picker-border);
  border-radius: var(--picker-radius);
  padding: 0 12px;
  color: var(--picker-text);
  background: var(--picker-bg);
  font: inherit;
}

.configurator-form input::placeholder {
  color: var(--picker-placeholder);
}

.configurator-form input:disabled,
.configurator-form select:disabled {
  color: var(--picker-disabled-color);
  background: var(--picker-disabled-bg);
  cursor: not-allowed;
}

.configurator-form input[type="file"] {
  min-height: 46px;
  padding: var(--picker-option-padding);
  font-size: 0.88rem;
}

.consumption-mode-row {
  margin-bottom: 2px;
}

.consumption-profile-panel {
  display: grid;
  gap: 10px;
}

.consumption-profile-panel[hidden] {
  display: none;
}

.consumption-profile-field {
  margin-top: 4px;
}

.consumption-template-link {
  justify-self: start;
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  border-radius: 8px;
  padding: 0 13px;
  color: var(--red);
  background: rgba(204, 32, 39, 0.05);
  box-shadow: inset 0 0 0 1px rgba(204, 32, 39, 0.18);
  font-size: 0.88rem;
  font-weight: 900;
}

.consumption-template-link:hover {
  background: rgba(204, 32, 39, 0.09);
}

.consumption-profile-status {
  min-height: 22px;
  margin: 0;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 800;
}

.municipality-field,
.district-field,
.street-field,
.house-number-field,
.config-picker-field {
  position: relative;
  display: block;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.config-picker-field select {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
}

.config-picker-field::after {
  content: "";
  position: absolute;
  right: var(--picker-arrow-right);
  top: calc((var(--picker-height) - var(--picker-arrow-size)) / 2 - 1px);
  width: var(--picker-arrow-size);
  height: var(--picker-arrow-size);
  border-right: 2px solid var(--picker-arrow);
  border-bottom: 2px solid var(--picker-arrow);
  transform: rotate(45deg);
  pointer-events: none;
}

.config-picker-field input[readonly] {
  cursor: pointer;
  padding-right: 38px;
}

.municipality-suggestions,
.district-suggestions,
.street-suggestions,
.house-number-suggestions,
.config-picker-suggestions {
  position: absolute;
  top: calc(100% + var(--picker-dropdown-gap));
  left: 0;
  right: 0;
  z-index: 900;
  max-height: var(--picker-dropdown-max-height);
  overflow-y: auto;
  border: 1px solid var(--picker-border);
  border-radius: var(--picker-radius);
  background: var(--picker-bg);
  box-shadow: var(--picker-dropdown-shadow);
}

.municipality-suggestions button,
.district-suggestions button,
.street-suggestions button,
.house-number-suggestions button,
.config-picker-suggestions button {
  width: 100%;
  min-height: var(--picker-option-height);
  display: block;
  border: 0;
  border-bottom: 1px solid var(--picker-option-border);
  padding: 10px 12px;
  color: var(--picker-text);
  background: transparent;
  font: inherit;
  font-size: var(--picker-option-font-size);
  font-weight: var(--picker-option-font-weight);
  line-height: 1.25;
  text-align: left;
  cursor: pointer;
}

.municipality-suggestions button:hover,
.municipality-suggestions button:focus-visible,
.district-suggestions button:hover,
.district-suggestions button:focus-visible,
.street-suggestions button:hover,
.street-suggestions button:focus-visible,
.house-number-suggestions button:hover,
.house-number-suggestions button:focus-visible,
.config-picker-suggestions button:hover,
.config-picker-suggestions button:focus-visible {
  color: var(--picker-option-hover-text);
  background: var(--picker-option-hover-bg);
  outline: 0;
}

.municipality-suggestions button.is-active,
.district-suggestions button.is-active,
.street-suggestions button.is-active,
.house-number-suggestions button.is-active,
.config-picker-suggestions button.is-active {
  color: var(--picker-option-hover-text);
  background: var(--picker-option-hover-bg);
}

.municipality-suggestions span,
.district-suggestions span,
.street-suggestions span,
.house-number-suggestions span,
.config-picker-suggestions span {
  display: block;
  padding: 12px;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: var(--picker-option-font-weight);
}

.municipality-suggestions button strong,
.district-suggestions button strong,
.config-picker-suggestions button strong {
  display: block;
}

.municipality-suggestions button small,
.district-suggestions button small {
  display: block;
  margin-top: 3px;
  color: currentColor;
  opacity: var(--picker-helper-opacity);
  font-size: 0.78rem;
  font-weight: 760;
}

.config-address-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.configurator-form label > span {
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 700;
}

.configurator-check {
  grid-template-columns: auto 1fr;
  align-items: center;
  margin-top: 4px;
}

.configurator-check input {
  width: 20px;
  min-height: 20px;
  accent-color: var(--red);
}

.config-map {
  position: relative;
  z-index: 0;
  isolation: isolate;
  min-height: 360px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #dfe6df;
}

.config-map .leaflet-container {
  z-index: 0;
}

.config-radio-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.config-radio-row label {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0 12px;
  background: var(--white);
}

.config-radio-row input {
  width: auto;
  min-height: 0;
  accent-color: var(--red);
}

.roof-param-block {
  display: grid;
  gap: 12px;
  border: 1px solid rgba(36, 35, 33, 0.1);
  border-radius: 8px;
  padding: 14px;
  background: #f8faf9;
}

.roof-param-block > strong {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--ink);
  font-size: 0.92rem;
  font-weight: 950;
}

.roof-param-block > strong::before {
  content: "";
  width: 7px;
  height: 22px;
  border-radius: 999px;
  background: var(--red);
}

.roof-type-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.roof-type-card {
  min-height: 132px;
  position: relative;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px;
  background: var(--white);
  cursor: pointer;
}

.roof-type-card input {
  position: absolute;
  inset: 10px auto auto 10px;
  width: 18px;
  min-height: 18px;
  accent-color: var(--red);
}

.roof-type-card:has(input:checked) {
  border-color: var(--red);
  box-shadow: 0 0 0 2px rgba(204, 32, 39, 0.12);
}

.roof-preview {
  width: min(124px, 100%);
  height: 82px;
  display: block;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.roof-radio-row label {
  min-height: 42px;
}

.roof-orientation-list {
  display: grid;
  gap: 10px;
}

.roof-orientation-item {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  align-items: stretch;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px;
  background: var(--white);
}

.roof-side-title {
  grid-column: 1 / -1;
  padding-right: 36px;
  font-size: 0.92rem;
  font-weight: 950;
}

.roof-side-remove {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 28px;
  min-height: 28px;
  border: 1px solid rgba(36, 35, 33, 0.12);
  border-radius: 8px;
  color: rgba(36, 35, 33, 0.48);
  background: rgba(255, 255, 255, 0.82);
  font-size: 1rem;
  font-weight: 950;
  line-height: 1;
  cursor: pointer;
  transition: color 160ms ease, border-color 160ms ease, background 160ms ease;
}

.roof-side-remove:hover {
  border-color: rgba(204, 32, 39, 0.28);
  color: var(--red);
  background: rgba(204, 32, 39, 0.06);
}

.roof-side-control {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 9px 12px;
  align-items: center;
}

.roof-side-control > span {
  grid-column: 1 / -1;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 850;
}

.roof-side-control > span em {
  color: var(--text);
  font-style: normal;
  font-weight: 950;
}

.roof-side-control input[type="range"] {
  min-height: 0;
  accent-color: var(--red);
}

.roof-slope-preview {
  width: 64px;
  height: 64px;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(36, 35, 33, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(36, 35, 33, 0.06) 1px, transparent 1px) 0 0 / 12px 12px,
    linear-gradient(0deg, rgba(36, 35, 33, 0.06) 1px, transparent 1px) 0 0 / 12px 12px,
    #f8faf9;
}

.roof-slope-preview::before {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 13px;
  height: 22px;
  border-radius: 4px 4px 2px 2px;
  background: #e1e4df;
}

.roof-slope-preview i {
  width: 56px;
  height: 7px;
  position: absolute;
  left: 5px;
  bottom: 35px;
  border-radius: 999px;
  background: var(--red);
  transform-origin: 7px 50%;
  transition: transform 120ms ease;
}

.roof-compass {
  width: 64px;
  height: 64px;
  position: relative;
  overflow: visible;
  border: 1px solid rgba(36, 35, 33, 0.18);
  border-radius: 999px;
  background:
    linear-gradient(#d8dedc, #d8dedc) 50% 8px / 1px 48px no-repeat,
    linear-gradient(90deg, #d8dedc, #d8dedc) 8px 50% / 48px 1px no-repeat,
    #f8faf9;
}

.roof-compass-label {
  position: absolute;
  color: rgba(36, 35, 33, 0.72);
  font-size: 0.68rem;
  font-weight: 900;
  line-height: 1;
}

.roof-compass-label-n {
  left: 50%;
  top: -13px;
  transform: translateX(-50%);
}

.roof-compass-label-e {
  right: -11px;
  top: 50%;
  transform: translateY(-50%);
}

.roof-compass-label-s {
  left: 50%;
  bottom: -14px;
  color: var(--red);
  font-size: 0.78rem;
  font-weight: 950;
  transform: translateX(-50%);
}

.roof-compass-label-w {
  left: -11px;
  top: 50%;
  transform: translateY(-50%);
}

.roof-compass i {
  width: 4px;
  height: 25px;
  position: absolute;
  left: calc(50% - 2px);
  top: 8px;
  border-radius: 999px;
  background: var(--red);
  transform-origin: 50% 24px;
}

.roof-orientation-item label {
  gap: 6px;
}

.roof-value-row {
  grid-column: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  justify-content: space-between;
}

.roof-value-row > span {
  color: var(--text);
  font-size: 0.9rem;
  font-weight: 900;
}

.roof-value-row > span em {
  color: var(--muted);
  font-size: 0.82rem;
  font-style: normal;
  font-weight: 500;
}

.roof-value-row > span.is-negative-slope,
.roof-value-row > span.is-negative-slope em {
  color: var(--red);
}

.roof-orientation-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.roof-orientation-actions button {
  width: 38px;
  min-height: 38px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  color: var(--red);
  font-weight: 950;
  cursor: pointer;
}

.roof-add-side {
  min-height: 40px;
  margin-top: 2px;
  justify-self: center;
  padding: 0 16px;
  color: var(--red);
  font-size: 0.88rem;
  background: rgba(204, 32, 39, 0.05);
  box-shadow: inset 0 0 0 1px rgba(204, 32, 39, 0.22);
  backdrop-filter: none;
}

.roof-add-side:hover {
  background: rgba(204, 32, 39, 0.09);
  box-shadow: inset 0 0 0 1px rgba(204, 32, 39, 0.32);
}

.roof-delete-dialog {
  position: fixed;
  inset: 0;
  z-index: 1300;
  display: grid;
  place-items: center;
  padding: 22px;
  background: rgba(36, 35, 33, 0.38);
  backdrop-filter: blur(8px);
}

.roof-delete-dialog[hidden] {
  display: none;
}

.roof-delete-dialog__panel {
  width: min(420px, 100%);
  position: relative;
  display: grid;
  gap: 12px;
  border: 1px solid rgba(204, 32, 39, 0.18);
  border-radius: 8px;
  padding: 26px;
  background: var(--white);
  box-shadow: var(--shadow-strong);
}

.roof-delete-dialog__panel::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 6px;
  border-radius: 8px 0 0 8px;
  background: var(--red);
}

.roof-delete-dialog__mark {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: var(--red);
  background: rgba(204, 32, 39, 0.08);
  font-size: 1.25rem;
  font-weight: 950;
}

.roof-delete-dialog h3 {
  margin: 0;
  font-size: 1.24rem;
  line-height: 1.2;
}

.roof-delete-dialog p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.roof-delete-dialog__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
  margin-top: 6px;
}

.roof-delete-dialog__cancel {
  min-height: 44px;
  color: var(--ink);
  background: var(--soft);
  box-shadow: inset 0 0 0 1px var(--line);
}

.roof-delete-dialog__confirm {
  min-height: 44px;
}

.configurator-result {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 1px;
  overflow: hidden;
  background: var(--white);
}

.configurator-result div,
.configurator-result p,
.configurator-result .button {
  margin: 0;
}

.configurator-result div {
  display: grid;
  gap: 5px;
  padding: 18px 20px;
  background: #f8faf7;
}

.configurator-result span {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 850;
  text-transform: uppercase;
}

.configurator-result strong {
  color: var(--ink);
  font-size: 1.42rem;
  line-height: 1.1;
}

.configurator-price {
  background:
    linear-gradient(135deg, rgba(211, 38, 45, 0.1), rgba(134, 179, 11, 0.1)),
    var(--white) !important;
}

.configurator-price strong {
  color: var(--red);
}

.panel-choice {
  gap: 10px !important;
  background: #fff !important;
}

.panel-choice > span {
  margin-bottom: 2px;
}

.panel-choice label {
  display: grid;
  grid-template-columns: auto auto 1fr;
  align-items: center;
  gap: 8px;
  padding: 10px 11px;
  border: 1px solid #e4e8df;
  border-radius: 8px;
  background: #f8faf7;
  cursor: pointer;
  transition: border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

.panel-choice label:has(input:checked) {
  border-color: rgba(211, 38, 45, 0.48);
  background: rgba(211, 38, 45, 0.05);
  box-shadow: 0 10px 24px rgba(35, 39, 42, 0.08);
}

.panel-choice input {
  accent-color: var(--red);
}

.panel-choice label strong {
  font-size: 0.96rem;
}

.panel-choice small {
  min-width: 0;
  color: var(--muted);
  font-size: 0.82rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.configurator-result p {
  padding: 16px 20px;
  color: var(--muted);
  background: var(--white);
  font-size: 0.95rem;
}

.configurator-result .button {
  border-radius: 0;
}

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

.solution-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 16px 42px rgba(20, 52, 43, 0.08);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.solution-card::after {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--red), var(--leaf), var(--panel));
}

.solution-card:hover {
  border-color: rgba(211, 38, 45, 0.28);
  box-shadow: 0 22px 58px rgba(20, 52, 43, 0.13);
  transform: translateY(-4px);
}

.solution-image {
  aspect-ratio: 1.28;
  background: var(--panel-light);
}

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

.solution-card:nth-child(3) .solution-image img {
  object-position: 34% 34%;
}

.solution-card:hover .solution-image img {
  transform: scale(1.04);
}

.solution-content {
  min-height: 218px;
  padding: 26px;
}

.solution-content span {
  display: inline-block;
  margin-bottom: 22px;
  color: var(--red);
  font-weight: 950;
}

.solution-content p,
.process-list p,
.why-grid p,
.contact-grid p {
  color: var(--muted);
}

.process-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 90% 20%, rgba(134, 179, 11, 0.18), transparent 28%),
    linear-gradient(135deg, rgba(30, 90, 168, 0.22), transparent 36%),
    var(--black);
  color: var(--white);
}

.process-section .section-kicker {
  color: var(--leaf);
}

.process-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  padding: 0;
  margin: 0;
  list-style: none;
  border-top: 0;
}

.process-list li {
  position: relative;
  overflow: hidden;
  min-height: 260px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
  backdrop-filter: blur(10px);
  outline: 0;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.process-list li:hover,
.process-list li:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.09);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.24);
}

.process-list li:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.14);
}

.process-list span {
  display: grid;
  width: 42px;
  height: 42px;
  margin-bottom: 28px;
  place-items: center;
  border-radius: 8px;
  color: var(--white);
  background: var(--red);
  font-weight: 950;
}

.process-list p {
  color: rgba(255, 255, 255, 0.74);
}

.process-visual {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 98px;
  height: 82px;
  opacity: 0.72;
  transform: translateY(8px) scale(0.92);
  transition: opacity 180ms ease, transform 180ms ease;
  pointer-events: none;
}

.process-list li:hover .process-visual,
.process-list li:focus-visible .process-visual {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.process-visual::before {
  content: "";
  position: absolute;
  inset: auto 2px 0;
  height: 18px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  filter: blur(2px);
}

.process-prop,
.process-house,
.process-paper,
.process-pencil,
.process-tool,
.process-launch-panel,
.process-energy-cable,
.process-energy-bolt {
  position: absolute;
  display: block;
}

.process-house {
  right: 10px;
  bottom: 17px;
  width: 54px;
  height: 34px;
  border-radius: 3px 3px 2px 2px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: inset 0 -8px 0 rgba(30, 90, 168, 0.12);
}

.process-house::before {
  content: "";
  position: absolute;
  left: 6px;
  top: -20px;
  width: 42px;
  height: 42px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.92);
  transform: rotate(45deg);
  transform-origin: center;
}

.process-house::after {
  content: "";
  position: absolute;
  right: 8px;
  top: -28px;
  width: 9px;
  height: 18px;
  border-radius: 2px 2px 0 0;
  background: var(--red);
  box-shadow: 0 18px 0 rgba(255, 255, 255, 0.92);
}

.process-house-survey {
  right: 8px;
  bottom: 18px;
}

.process-prop-survey {
  right: 44px;
  top: 15px;
  width: 34px;
  height: 34px;
  border: 5px solid var(--leaf);
  border-radius: 50%;
  z-index: 2;
}

.process-prop-survey::after {
  content: "";
  position: absolute;
  right: -15px;
  bottom: -10px;
  width: 22px;
  height: 6px;
  border-radius: 10px;
  background: var(--leaf);
  transform: rotate(42deg);
}

.process-paper {
  right: 12px;
  bottom: 17px;
  width: 62px;
  height: 46px;
  border: 2px solid rgba(255, 255, 255, 0.94);
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 8px 8px 0 rgba(255, 255, 255, 0.14);
}

.process-paper::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 12px;
  width: 0;
  height: 20px;
  border-radius: 3px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.68) 1px, transparent 1px) 0 0 / 10px 100%,
    linear-gradient(0deg, rgba(255, 255, 255, 0.68) 1px, transparent 1px) 0 0 / 100% 7px,
    var(--panel);
}

.process-pencil {
  right: 49px;
  top: 20px;
  width: 38px;
  height: 7px;
  border-radius: 10px;
  background: var(--red);
  transform: rotate(-32deg);
  transform-origin: right center;
  z-index: 2;
}

.process-pencil::before {
  content: "";
  position: absolute;
  left: -9px;
  top: 0;
  border-style: solid;
  border-width: 3.5px 9px 3.5px 0;
  border-color: transparent rgba(255, 255, 255, 0.92) transparent transparent;
}

.process-house-install {
  right: 4px;
  bottom: 15px;
  transform: scale(0.82);
  transform-origin: right bottom;
}

.process-prop-install,
.process-launch-panel {
  border-radius: 4px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.68) 1px, transparent 1px) 0 0 / 11px 100%,
    linear-gradient(0deg, rgba(255, 255, 255, 0.68) 1px, transparent 1px) 0 0 / 100% 8px,
    var(--panel);
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.88);
  transform: skewY(-8deg);
}

.process-prop-install {
  right: 28px;
  top: 4px;
  width: 46px;
  height: 26px;
  z-index: 2;
  transform: translate(-18px, -16px) skewY(-8deg);
}

.process-launch-panel {
  right: 54px;
  top: 16px;
  width: 36px;
  height: 25px;
}

.process-energy-cable {
  right: 27px;
  top: 39px;
  width: 50px;
  height: 3px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.62);
  transform: rotate(18deg);
  transform-origin: right center;
}

.process-energy-cable::after {
  content: none;
}

.process-energy-bolt {
  right: 66px;
  top: 30px;
  width: 14px;
  height: 22px;
  background: var(--leaf);
  clip-path: polygon(48% 0, 100% 0, 62% 42%, 100% 42%, 32% 100%, 49% 57%, 8% 57%);
  filter: drop-shadow(0 0 8px rgba(134, 179, 11, 0.8));
  transform: rotate(18deg);
  transform-origin: center;
  opacity: 0;
}

.process-house-launch {
  right: 0;
  bottom: 14px;
  transform: scale(0.72);
  transform-origin: right bottom;
}

.process-house-launch::before,
.process-house-install::before {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.58) 1px, transparent 1px) 19px 17px / 8px 14px no-repeat,
    linear-gradient(0deg, rgba(255, 255, 255, 0.58) 1px, transparent 1px) 19px 17px / 24px 7px no-repeat,
    rgba(255, 255, 255, 0.92);
}

.process-list li:hover .process-prop-survey,
.process-list li:focus-visible .process-prop-survey {
  animation: loupe-over-house 1300ms ease-in-out infinite;
}

.process-list li:hover .process-pencil,
.process-list li:focus-visible .process-pencil {
  animation: pencil-sketch 1100ms ease-in-out infinite;
}

.process-list li:hover .process-paper::before,
.process-list li:focus-visible .process-paper::before {
  animation: panel-draw 1100ms steps(4, end) infinite;
}

.process-list li:hover .process-prop-install,
.process-list li:focus-visible .process-prop-install {
  animation: panel-place 1300ms ease-in-out infinite;
}

.process-list li:hover .process-energy-bolt,
.process-list li:focus-visible .process-energy-bolt {
  animation: energy-bolt-flow 1200ms linear infinite;
}

.process-list li:hover .process-house-launch,
.process-list li:focus-visible .process-house-launch {
  animation: house-powered 1200ms ease-in-out infinite;
}

@keyframes loupe-over-house {
  0%,
  100% {
    transform: translate(-3px, 0) rotate(-8deg);
  }

  50% {
    transform: translate(19px, 13px) rotate(6deg);
  }
}

@keyframes pencil-sketch {
  0%,
  100% {
    transform: translate(-6px, 0) rotate(-32deg);
  }

  50% {
    transform: translate(24px, 18px) rotate(-22deg);
  }
}

@keyframes panel-draw {
  0% {
    width: 0;
  }

  100% {
    width: 40px;
  }
}

@keyframes panel-place {
  0%,
  100% {
    transform: translate(-18px, -16px) skewY(-8deg);
  }

  58%,
  86% {
    transform: translate(0, 16px) skewY(-8deg);
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.92), 0 0 22px rgba(30, 90, 168, 0.72);
  }
}

@keyframes energy-bolt-flow {
  0% {
    opacity: 0;
    transform: translate(0, 0) rotate(18deg) scale(0.82);
  }

  18%,
  76% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translate(44px, 14px) rotate(18deg) scale(1.08);
  }
}

@keyframes house-powered {
  50% {
    filter: drop-shadow(0 0 10px rgba(134, 179, 11, 0.75));
  }
}

.why-grid,
.contact-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(34px, 7vw, 86px);
  align-items: start;
}

.why-section {
  background: linear-gradient(180deg, var(--white), #f6f8f4);
}

.why-list {
  display: grid;
  gap: 12px;
  overflow: visible;
  border-radius: 0;
  background: transparent;
}

.why-list div {
  position: relative;
  display: grid;
  gap: 7px;
  padding: 22px 22px 22px 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 12px 32px rgba(36, 35, 33, 0.06);
}

.why-list div::before {
  content: "";
  position: absolute;
  inset: 18px auto 18px 0;
  width: 4px;
  border-radius: 0 4px 4px 0;
  background: var(--leaf);
}

.why-list strong {
  font-size: 1.05rem;
}

.why-list span {
  color: var(--muted);
}

.cta-band {
  padding: 42px 0;
  background:
    linear-gradient(90deg, rgba(36, 35, 33, 0.92), rgba(36, 35, 33, 0.72)),
    linear-gradient(135deg, var(--leaf), var(--panel));
}

.cta-inner {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  justify-content: space-between;
}

.cta-inner p {
  max-width: 720px;
  margin: 0;
  color: var(--white);
  font-size: clamp(1.35rem, 3vw, 2.15rem);
  font-weight: 950;
  line-height: 1.15;
}

.contact-section {
  background:
    radial-gradient(circle at 90% 20%, rgba(134, 179, 11, 0.18), transparent 25%),
    linear-gradient(135deg, rgba(220, 234, 247, 0.9), rgba(248, 250, 247, 0.72)),
    var(--soft);
}

.contact-details {
  display: grid;
  gap: 10px;
  margin-top: 28px;
  color: var(--ink);
  font-weight: 800;
}

.contact-details a {
  width: fit-content;
  color: var(--red);
}

.contact-details span {
  color: #43524d;
  font-weight: 650;
}

.contact-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  padding: clamp(22px, 4vw, 38px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: #33413d;
  font-size: 0.92rem;
  font-weight: 800;
}

.contact-form .full {
  grid-column: 1 / -1;
}

.form-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.form-status {
  margin: 0;
  padding: 14px 16px;
  border: 1px solid rgba(134, 179, 11, 0.25);
  border-radius: 8px;
  color: #315400;
  background: rgba(134, 179, 11, 0.1);
  font-weight: 800;
}

.form-status.is-error {
  border-color: rgba(211, 38, 45, 0.28);
  color: #9f1239;
  background: rgba(211, 38, 45, 0.08);
}

.form-human-check {
  gap: 10px;
}

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

.form-human-check small {
  color: #64736e;
  font-size: 0.82rem;
  font-weight: 700;
}

.human-slider {
  position: relative;
  display: grid;
  align-items: center;
  min-height: 46px;
  border: 1px solid #cdd8d5;
  border-radius: 8px;
  background: #fbfcfa;
  overflow: hidden;
}

.human-slider-track,
.human-slider-fill {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.human-slider-track {
  background:
    linear-gradient(90deg, rgba(134, 179, 11, 0.1), rgba(134, 179, 11, 0.02)),
    #fbfcfa;
}

.human-slider-fill {
  width: 0;
  background: linear-gradient(90deg, rgba(134, 179, 11, 0.24), rgba(134, 179, 11, 0.42));
  transition: width 120ms ease;
}

.human-slider input[type="range"] {
  position: relative;
  z-index: 1;
  height: 46px;
  padding: 0 12px;
  border: 0;
  background: transparent;
  box-shadow: none;
  cursor: grab;
  appearance: none;
}

.human-slider input[type="range"]:active {
  cursor: grabbing;
}

.human-slider input[type="range"]:disabled {
  cursor: default;
  opacity: 1;
}

.human-slider input[type="range"]::-webkit-slider-runnable-track {
  height: 8px;
  border-radius: 999px;
  background: rgba(134, 179, 11, 0.18);
}

.human-slider input[type="range"]::-webkit-slider-thumb {
  width: 34px;
  height: 34px;
  margin-top: -13px;
  border: 3px solid var(--white);
  border-radius: 50%;
  background: var(--leaf);
  box-shadow: 0 8px 18px rgba(79, 118, 0, 0.26);
  appearance: none;
}

.human-slider input[type="range"]::-moz-range-track {
  height: 8px;
  border-radius: 999px;
  background: rgba(134, 179, 11, 0.18);
}

.human-slider input[type="range"]::-moz-range-thumb {
  width: 28px;
  height: 28px;
  border: 3px solid var(--white);
  border-radius: 50%;
  background: var(--leaf);
  box-shadow: 0 8px 18px rgba(79, 118, 0, 0.26);
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--picker-border);
  border-radius: var(--picker-radius);
  padding: 13px 14px;
  color: var(--picker-text);
  background: #fbfcfa;
  font: inherit;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

select {
  padding-right: 38px;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5 6 6.5l5-5' fill='none' stroke='%23565f5b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 12px 8px;
  appearance: none;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  outline: 0;
  border-color: var(--picker-focus);
  box-shadow: 0 0 0 4px var(--picker-focus-ring);
  background: var(--white);
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 24px;
  align-items: center;
  padding: 30px clamp(18px, 4vw, 56px);
  color: rgba(255, 255, 255, 0.74);
  background:
    linear-gradient(90deg, rgba(211, 38, 45, 0.12), transparent 38%),
    var(--black);
}

.site-footer strong,
.site-footer span {
  display: block;
}

.site-footer strong {
  color: var(--white);
}

.site-footer nav {
  display: flex;
  gap: 18px;
}

.site-footer p {
  margin: 0;
}

@media (max-width: 900px) {
  .site-header {
    grid-template-columns: auto auto;
  }

  .header-note {
    display: none;
  }

  .nav-toggle {
    display: block;
    justify-self: end;
  }

  .site-nav {
    position: absolute;
    top: 100%;
    left: 18px;
    right: 18px;
    width: auto;
    justify-self: stretch;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: 8px;
    color: var(--ink);
    background: var(--white);
    box-shadow: var(--shadow);
  }

  .site-nav a {
    padding: 13px 10px;
  }

  .site-header.is-open .site-nav {
    display: flex;
  }

  .header-phone {
    display: none;
  }

  .hero {
    min-height: 92svh;
  }

  .hero-inner {
    min-height: 92svh;
  }

  .hero-overlay {
    background:
      linear-gradient(0deg, rgba(15, 15, 14, 0.92), rgba(15, 15, 14, 0.46)),
      linear-gradient(90deg, rgba(15, 15, 14, 0.86), rgba(15, 15, 14, 0.36));
  }

  .hero-facts,
  .configurator-grid,
  .solution-grid,
  .process-list,
  .why-grid,
  .contact-grid,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .config-field-grid {
    grid-template-columns: 1fr;
  }

  .config-step-title-row {
    display: grid;
  }

  .location-button {
    justify-self: start;
  }

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

  .roof-orientation-item {
    grid-template-columns: 1fr;
  }

  .roof-side-control {
    grid-template-columns: 64px minmax(0, 1fr);
  }

  .roof-value-row {
    grid-column: 1 / -1;
  }

  .configurator-result {
    position: static;
  }

  .process-list li {
    min-height: auto;
    padding: 24px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .process-list li:last-child {
    border-bottom: 0;
  }

  .process-list span {
    margin-bottom: 18px;
  }

  .process-visual {
    top: 16px;
    right: 16px;
    width: 82px;
    height: 70px;
  }

  .site-footer {
    align-items: start;
  }
}

@media (max-width: 1120px) {
  .header-note {
    display: none;
  }
}

@media (max-width: 620px) {
  .site-header {
    padding: 14px 18px;
  }

  .brand {
    --brand-logo-width: 112px;
    --brand-logo-height: 42px;
    --brand-subtitle-size: 0.78rem;
    min-width: 116px;
  }

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

  .button,
  .cta-inner,
  .site-footer nav {
    width: 100%;
  }

  .hero-actions {
    width: 100%;
  }

  .hero-facts {
    display: none;
  }

  .button {
    padding-inline: 14px;
  }

  .solution-content {
    min-height: 0;
  }

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

  .contact-form .full {
    grid-column: auto;
  }
}

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

  .hero-media img,
  .button,
  .solution-card,
  .solution-image img,
  .process-list li,
  .process-visual {
    transition: none;
  }

  .process-list li:hover .process-prop-survey,
  .process-list li:focus-visible .process-prop-survey,
  .process-list li:hover .process-paper::before,
  .process-list li:focus-visible .process-paper::before,
  .process-list li:hover .process-pencil,
  .process-list li:focus-visible .process-pencil,
  .process-list li:hover .process-prop-install,
  .process-list li:focus-visible .process-prop-install,
  .process-list li:hover .process-energy-bolt,
  .process-list li:focus-visible .process-energy-bolt,
  .process-list li:hover .process-house-launch,
  .process-list li:focus-visible .process-house-launch {
    animation: none;
  }

  .hero-media img.is-active {
    transform: scale(1.06);
  }
}
