:root {
  --ink: #171916;
  --ink-soft: #4f554d;
  --paper: #f6f7f2;
  --white: #ffffff;
  --line: #d9ddd4;
  --lime: #d9ff43;
  --lime-dark: #a9d400;
  --red: #e8523f;
  --green: #245c4f;
  --shadow: 0 24px 70px rgba(20, 25, 18, 0.14);
  --container: 1240px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  letter-spacing: 0;
}

body.no-scroll {
  overflow: hidden;
}

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

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

button,
input,
select,
textarea {
  font: inherit;
  letter-spacing: 0;
}

button,
summary,
a[href] {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid var(--lime);
  outline-offset: 3px;
}

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

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: var(--green);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 28px;
  height: 3px;
  background: var(--red);
  content: "";
}

.section {
  padding: 104px 0;
}

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

.section--ink {
  color: var(--white);
  background: var(--ink);
}

.section__head {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  gap: 48px;
  align-items: end;
  margin-bottom: 48px;
}

.section__head p {
  max-width: 520px;
  margin: 0;
  color: var(--ink-soft);
  font-size: 18px;
}

.section--ink .section__head p {
  color: #c6ccc1;
}

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

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

h1 {
  max-width: 860px;
  margin-bottom: 22px;
  font-size: 64px;
  font-weight: 820;
  line-height: 0.98;
}

h2 {
  max-width: 760px;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 790;
  line-height: 1.04;
}

h3 {
  margin-bottom: 10px;
  font-size: 23px;
  line-height: 1.18;
}

.site-header {
  position: fixed;
  z-index: 50;
  top: 0;
  right: 0;
  left: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  color: var(--white);
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease;
}

.site-header.is-solid {
  border-color: var(--line);
  color: var(--ink);
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(14px);
}

.header__inner {
  display: grid;
  min-height: 84px;
  grid-template-columns: auto 1fr auto;
  gap: 24px;
  align-items: center;
}

.brand {
  display: inline-flex;
  min-width: 230px;
  align-items: center;
  gap: 13px;
}

.brand__mark {
  width: 48px;
  height: 48px;
  border-radius: 6px;
  object-fit: cover;
}

.brand__name {
  display: grid;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.05;
}

.brand__name span:last-child {
  color: var(--lime);
  font-size: 12px;
  font-weight: 700;
}

.is-solid .brand__name span:last-child {
  color: var(--green);
}

.header__nav {
  display: flex;
  justify-content: center;
  gap: 28px;
  font-size: 14px;
  font-weight: 700;
}

.header__nav a {
  border-bottom: 2px solid transparent;
  padding: 10px 0 8px;
}

.header__nav a:hover,
.header__nav a[aria-current="page"] {
  border-color: var(--lime);
}

.header__contact {
  display: flex;
  align-items: center;
  gap: 12px;
}

.header__meta {
  color: rgba(255, 255, 255, 0.78);
  font-size: 11px;
  line-height: 1.35;
  text-align: right;
  white-space: nowrap;
}

.header__meta span {
  user-select: text;
}

.is-solid .header__meta {
  color: var(--ink-soft);
}

.header__phone {
  font-size: 16px;
  font-weight: 800;
  white-space: nowrap;
}

.header__cta {
  min-height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  padding: 12px 18px;
  font-size: 13px;
  font-weight: 800;
}

.is-solid .header__cta {
  border-color: var(--ink);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  color: currentColor;
  cursor: pointer;
}

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

.hero {
  position: relative;
  display: flex;
  min-height: 680px;
  height: calc(100vh - 36px);
  max-height: 820px;
  align-items: center;
  overflow: hidden;
  color: var(--white);
  background-color: #252823;
  background-position: center;
  background-size: cover;
}

.hero::before {
  position: absolute;
  inset: 0;
  background: rgba(13, 16, 13, 0.58);
  content: "";
}

.hero--kitchens {
  background-image: url("/landing-assets/images/kitchens/hero.jpg");
}

.hero--wardrobes {
  background-image: url("/landing-assets/images/wardrobes/hero.jpg");
}

.hero__inner {
  position: relative;
  z-index: 1;
  padding-top: 122px;
  padding-bottom: 74px;
}

.hero__eyebrow {
  display: inline-flex;
  margin-bottom: 22px;
  border-left: 4px solid var(--lime);
  padding-left: 14px;
  color: var(--white);
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}

.hero__lead {
  max-width: 680px;
  margin: 0 0 30px;
  color: #f1f3ed;
  font-size: 21px;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.button {
  display: inline-flex;
  min-height: 56px;
  border: 0;
  border-radius: 5px;
  padding: 15px 24px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: var(--ink);
  background: var(--lime);
  font-size: 15px;
  font-weight: 850;
  line-height: 1.2;
  cursor: pointer;
  transition: transform 160ms ease, background 160ms ease;
}

.button:hover {
  background: #e4ff78;
  transform: translateY(-2px);
}

.button--ghost {
  border: 1px solid rgba(255, 255, 255, 0.54);
  color: var(--white);
  background: transparent;
}

.button--ghost:hover {
  color: var(--ink);
  background: var(--white);
}

.button--call {
  border: 1px solid rgba(255, 255, 255, 0.54);
  color: var(--white);
  background: rgba(15, 17, 15, 0.28);
}

.button--call:hover {
  color: var(--ink);
  background: var(--white);
}

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

.button--dark:hover {
  color: var(--ink);
  background: var(--lime);
}

.hero__proof {
  display: grid;
  max-width: 760px;
  margin: 40px 0 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.26);
}

.hero__proof-item {
  padding: 22px 24px 0 0;
}

.hero__proof-item strong,
.hero__proof-item span {
  display: block;
}

.hero__proof-item strong {
  margin-bottom: 4px;
  color: var(--lime);
  font-size: 20px;
}

.hero__proof-item span {
  color: #e3e6df;
  font-size: 14px;
}

.proof-band {
  position: relative;
  z-index: 2;
  margin-top: -48px;
}

.proof-band__inner {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  background: var(--white);
  box-shadow: var(--shadow);
}

.proof-band__item {
  min-height: 136px;
  border-right: 1px solid var(--line);
  padding: 28px;
}

.proof-band__item:last-child {
  border-right: 0;
}

.proof-band__num {
  display: block;
  margin-bottom: 8px;
  color: var(--red);
  font-size: 30px;
  font-weight: 850;
  line-height: 1;
}

.proof-band__label {
  color: var(--ink-soft);
  font-size: 14px;
}

.gallery {
  display: grid;
  grid-template-columns: 1.45fr 0.75fr 0.75fr;
  grid-template-rows: 300px 300px;
  gap: 12px;
}

.gallery__item {
  position: relative;
  min-height: 0;
  border: 0;
  padding: 0;
  overflow: hidden;
  background: #dfe3da;
  cursor: zoom-in;
}

.gallery__item:first-child {
  grid-row: 1 / 3;
}

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

.gallery__item:hover img {
  transform: scale(1.035);
}

.gallery__tag {
  position: absolute;
  right: 14px;
  bottom: 14px;
  left: 14px;
  padding: 12px 14px;
  color: var(--white);
  background: rgba(18, 21, 18, 0.78);
  font-size: 13px;
  font-weight: 750;
  text-align: left;
}

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

.solution-card {
  display: grid;
  min-width: 0;
  grid-template-rows: 250px 1fr;
  border: 1px solid var(--line);
  border-radius: 6px;
  overflow: hidden;
  background: var(--white);
}

.solution-card > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.solution-card__body {
  display: flex;
  padding: 28px;
  align-items: flex-start;
  flex-direction: column;
}

.solution-card__type {
  margin: 0 0 8px;
  color: var(--green);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.solution-card h3 {
  font-size: 25px;
}

.solution-card ul {
  display: grid;
  gap: 9px;
  margin: 8px 0 24px;
  padding: 0;
  color: var(--ink-soft);
  list-style: none;
}

.solution-card li {
  position: relative;
  padding-left: 17px;
}

.solution-card li::before {
  position: absolute;
  top: 9px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--red);
  content: "";
}

.solution-card .button {
  width: 100%;
  margin-top: auto;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
}

.feature {
  min-height: 260px;
  padding: 34px;
  background: var(--white);
}

.feature__num {
  display: inline-flex;
  width: 36px;
  height: 36px;
  margin-bottom: 42px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  color: var(--white);
  background: var(--green);
  font-size: 13px;
  font-weight: 800;
}

.feature p {
  margin: 0;
  color: var(--ink-soft);
}

.lead-band {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
  gap: 64px;
  align-items: center;
}

.lead-band__copy h2 {
  margin-bottom: 22px;
}

.lead-band__copy > p {
  max-width: 520px;
  margin: 0 0 28px;
  color: #c6ccc1;
  font-size: 18px;
}

.lead-band__bullets {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.lead-band__bullets li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.lead-band__bullets li::before {
  width: 9px;
  height: 9px;
  margin-top: 8px;
  border-radius: 50%;
  flex: 0 0 auto;
  background: var(--lime);
  content: "";
}

.lead-form {
  padding: 38px;
  color: var(--ink);
  background: var(--white);
}

.lead-form__title {
  margin-bottom: 8px;
  font-size: 26px;
  font-weight: 820;
}

.lead-form__sub {
  margin: 0 0 26px;
  color: var(--ink-soft);
}

.lead-form__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.field {
  display: grid;
  gap: 7px;
}

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

.field label {
  font-size: 13px;
  font-weight: 750;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 54px;
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: 13px 15px;
  color: var(--ink);
  background: #fbfcf8;
}

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

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--green);
  outline: 2px solid rgba(36, 92, 79, 0.18);
}

.lead-form__submit {
  width: 100%;
  margin-top: 16px;
}

.lead-form__submit[disabled] {
  cursor: wait;
  opacity: 0.68;
  transform: none;
}

.lead-form__consent {
  margin: 13px 0 0;
  color: #6c726a;
  font-size: 12px;
}

.lead-form__consent a {
  text-decoration: underline;
}

.lead-form__status {
  min-height: 24px;
  margin-top: 12px;
  font-size: 13px;
  font-weight: 700;
}

.lead-form__status.is-success {
  color: var(--green);
}

.lead-form__status.is-error {
  color: #b52f22;
}

.quiz {
  min-height: 610px;
}

.quiz__top {
  display: flex;
  margin-bottom: 12px;
  justify-content: space-between;
  gap: 18px;
  color: var(--ink-soft);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.quiz__progress {
  height: 5px;
  margin-bottom: 30px;
  overflow: hidden;
  background: #e7eae3;
}

.quiz__progress span {
  display: block;
  width: 20%;
  height: 100%;
  background: var(--red);
  transition: width 220ms ease;
}

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

.quiz__step[hidden] {
  display: none;
}

.quiz__step legend {
  margin: 0 0 10px;
  padding: 0;
  font-size: 28px;
  font-weight: 820;
  line-height: 1.08;
}

.quiz__step > p:not(.quiz__error):not(.lead-form__consent) {
  margin: 0 0 24px;
  color: var(--ink-soft);
}

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

.choice-grid--single {
  grid-template-columns: 1fr;
}

.choice {
  position: relative;
  display: flex;
  min-height: 58px;
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: 14px 15px;
  align-items: center;
  gap: 11px;
  background: #fbfcf8;
  font-size: 14px;
  font-weight: 750;
  cursor: pointer;
}

.choice:hover {
  border-color: var(--green);
}

.choice:has(input:checked) {
  border-color: var(--green);
  background: #edf5ef;
  box-shadow: inset 0 0 0 1px var(--green);
}

.choice input {
  width: 18px;
  height: 18px;
  margin: 0;
  flex: 0 0 auto;
  accent-color: var(--green);
}

.choice--wide {
  grid-column: 1 / -1;
}

.quiz__error {
  min-height: 22px;
  margin: 9px 0 4px;
  color: #b52f22;
  font-size: 12px;
  font-weight: 700;
}

.quiz__nav {
  display: flex;
  margin-top: 18px;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
}

.quiz__next {
  margin-left: auto;
}

.quiz__back {
  border: 0;
  padding: 12px 4px;
  color: var(--ink-soft);
  background: transparent;
  font-weight: 750;
  text-decoration: underline;
  cursor: pointer;
}

.hp-field {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid #4a4f48;
}

.step {
  position: relative;
  border-right: 1px solid #4a4f48;
  padding: 32px 28px 10px 0;
}

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

.step:nth-child(3) {
  border-right: 0;
}

.step:nth-child(-n + 3) {
  border-bottom: 1px solid #4a4f48;
}

.step__num {
  display: block;
  margin-bottom: 52px;
  color: var(--lime);
  font-size: 14px;
  font-weight: 850;
}

.step p {
  margin: 0;
  color: #bec5ba;
}

.material-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.material {
  display: grid;
  min-height: 210px;
  grid-template-columns: 92px 1fr;
  gap: 26px;
  align-items: start;
  border: 1px solid var(--line);
  padding: 30px;
  background: var(--white);
}

.material__swatch {
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background: #d6d6d0;
}

.material__swatch--wood {
  background: #ae8d62;
}

.material__swatch--color {
  background: var(--red);
}

.material__swatch--stone {
  background: #b9c1c0;
}

.material__swatch--glass {
  border: 14px solid #dbe8e8;
  background: #ffffff;
}

.material p {
  margin: 0;
  color: var(--ink-soft);
}

.final-lead__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: 64px;
  align-items: center;
}

.final-lead__inner > div > p:last-child {
  max-width: 560px;
  margin: 22px 0 0;
  color: var(--ink-soft);
  font-size: 18px;
}

.lead-form--compact {
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.footer__email {
  user-select: text;
}

@media (max-width: 1240px) {
  .header__meta {
    display: none;
  }
}

.faq {
  border-top: 1px solid var(--line);
}

.faq details {
  border-bottom: 1px solid var(--line);
}

.faq summary {
  position: relative;
  padding: 26px 64px 26px 0;
  font-size: 19px;
  font-weight: 780;
  list-style: none;
  cursor: pointer;
}

.faq summary::-webkit-details-marker {
  display: none;
}

.faq summary::before,
.faq summary::after {
  position: absolute;
  top: 50%;
  right: 8px;
  width: 20px;
  height: 2px;
  background: var(--ink);
  content: "";
}

.faq summary::after {
  transform: rotate(90deg);
  transition: transform 160ms ease;
}

.faq details[open] summary::after {
  transform: rotate(0deg);
}

.faq details p {
  max-width: 760px;
  margin: -4px 0 26px;
  color: var(--ink-soft);
}

.contact-strip {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 36px;
  align-items: center;
  padding: 48px 0;
}

.contact-strip h2 {
  margin-bottom: 12px;
  font-size: 38px;
}

.contact-strip p {
  margin: 0;
  color: #c6ccc1;
}

.contact-strip__actions {
  display: flex;
  gap: 12px;
}

.site-footer {
  padding: 48px 0 92px;
  color: #c8cec3;
  background: #0f110f;
}

.footer__grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr;
  gap: 48px;
}

.footer__brand {
  color: var(--white);
  font-size: 19px;
  font-weight: 800;
}

.footer__grid h3 {
  color: var(--white);
  font-size: 14px;
  text-transform: uppercase;
}

.footer__grid p,
.footer__grid address {
  margin: 0;
  font-size: 14px;
  font-style: normal;
}

.footer__links {
  display: grid;
  gap: 8px;
}

.footer__bottom {
  display: flex;
  margin-top: 44px;
  border-top: 1px solid #30342f;
  padding-top: 22px;
  justify-content: space-between;
  gap: 24px;
  color: #8f968b;
  font-size: 12px;
}

.lightbox {
  position: fixed;
  z-index: 100;
  inset: 0;
  display: none;
  padding: 36px;
  align-items: center;
  justify-content: center;
  background: rgba(10, 12, 10, 0.94);
}

.lightbox.is-open {
  display: flex;
}

.lightbox img {
  max-width: min(1180px, 92vw);
  max-height: 86vh;
  object-fit: contain;
}

.lightbox__close,
.lightbox__prev,
.lightbox__next {
  position: absolute;
  display: grid;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  place-items: center;
  color: var(--white);
  background: rgba(0, 0, 0, 0.3);
  font-size: 24px;
  cursor: pointer;
}

.lightbox__close {
  top: 24px;
  right: 24px;
}

.lightbox__prev,
.lightbox__next {
  top: 50%;
  transform: translateY(-50%);
}

.lightbox__prev {
  left: 24px;
}

.lightbox__next {
  right: 24px;
}

.mobile-cta {
  position: fixed;
  z-index: 45;
  right: 12px;
  bottom: 12px;
  left: 12px;
  display: none;
  min-height: 54px;
  box-shadow: 0 12px 32px rgba(18, 23, 16, 0.28);
}

@media (max-width: 1060px) {
  h1 {
    font-size: 54px;
  }

  h2 {
    font-size: 42px;
  }

  .header__inner {
    grid-template-columns: auto auto;
  }

  .header__nav,
  .header__contact .header__cta {
    display: none;
  }

  .header__contact {
    justify-self: end;
  }

  .proof-band__inner {
    grid-template-columns: 1fr 1fr;
  }

  .proof-band__item:nth-child(2) {
    border-right: 0;
  }

  .proof-band__item:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .gallery {
    grid-template-columns: 1.2fr 0.8fr;
  }

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

  .solution-card:last-child {
    grid-column: 1 / -1;
    grid-template-columns: 0.8fr 1.2fr;
    grid-template-rows: 1fr;
  }

  .gallery__item:nth-child(4),
  .gallery__item:nth-child(5) {
    display: none;
  }

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

  .lead-band {
    grid-template-columns: 1fr;
  }

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

  .step:nth-child(2),
  .step:nth-child(4),
  .step:nth-child(6) {
    border-right: 0;
  }

  .step:nth-child(3) {
    border-right: 1px solid #4a4f48;
  }

  .step:nth-child(-n + 4) {
    border-bottom: 1px solid #4a4f48;
  }

  .final-lead__inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  html {
    scroll-padding-top: 78px;
  }

  body {
    font-size: 15px;
  }

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

  .section {
    padding: 72px 0;
  }

  .section__head {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 34px;
  }

  .section__head p {
    font-size: 16px;
  }

  h1 {
    font-size: 43px;
    line-height: 1.02;
  }

  h2 {
    font-size: 35px;
  }

  .site-header {
    background: rgba(17, 20, 17, 0.46);
  }

  .site-header.is-solid {
    background: rgba(255, 255, 255, 0.97);
  }

  .header__inner {
    min-height: 72px;
    gap: 10px;
  }

  .brand {
    min-width: 0;
  }

  .brand__mark {
    width: 42px;
    height: 42px;
  }

  .brand__name {
    font-size: 12px;
  }

  .brand__name span:last-child {
    font-size: 10px;
  }

  .header__phone {
    display: inline-flex;
    font-size: 12px;
  }

  .header__contact {
    gap: 3px;
  }

  .header__cta {
    display: none;
  }

  .menu-toggle {
    display: block;
  }

  .header__nav.is-open {
    position: absolute;
    top: 72px;
    right: 0;
    left: 0;
    display: grid;
    gap: 0;
    padding: 12px 24px 24px;
    color: var(--ink);
    background: var(--white);
    box-shadow: 0 18px 36px rgba(20, 23, 19, 0.14);
  }

  .header__nav.is-open a {
    border-bottom: 1px solid var(--line);
    padding: 15px 0;
  }

  .hero {
    min-height: calc(100svh - 24px);
    height: auto;
    max-height: none;
    align-items: flex-end;
    background-position: 58% center;
  }

  .hero::before {
    background: rgba(10, 13, 10, 0.62);
  }

  .hero__inner {
    padding-top: 112px;
    padding-bottom: 82px;
  }

  .hero__lead {
    font-size: 18px;
  }

  .hero__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .hero__actions .button {
    width: 100%;
  }

  .hero__proof {
    display: none;
  }

  .proof-band {
    margin-top: 0;
  }

  .proof-band .container {
    width: 100%;
  }

  .proof-band__inner {
    box-shadow: none;
  }

  .proof-band__item {
    min-height: 122px;
    padding: 23px 16px;
  }

  .proof-band__num {
    font-size: 25px;
  }

  .gallery {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 340px 210px;
  }

  .gallery__item:first-child {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .gallery__item:nth-child(4),
  .gallery__item:nth-child(5) {
    display: none;
  }

  .feature-grid,
  .material-grid,
  .solution-grid {
    grid-template-columns: 1fr;
  }

  .solution-card,
  .solution-card:last-child {
    grid-column: auto;
    grid-template-columns: 1fr;
    grid-template-rows: 220px 1fr;
  }

  .solution-card__body {
    padding: 24px;
  }

  .feature {
    min-height: 220px;
    padding: 28px;
  }

  .feature__num {
    margin-bottom: 28px;
  }

  .lead-band {
    gap: 38px;
  }

  .lead-form {
    margin-inline: -16px;
    padding: 28px 20px;
  }

  .lead-form__grid {
    grid-template-columns: 1fr;
  }

  .quiz {
    min-height: 0;
  }

  .quiz__step legend {
    font-size: 24px;
  }

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

  .choice--wide {
    grid-column: auto;
  }

  .field--wide {
    grid-column: auto;
  }

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

  .step,
  .step:nth-child(2),
  .step:nth-child(3),
  .step:nth-child(4),
  .step:nth-child(6) {
    border-right: 0;
    border-bottom: 1px solid #4a4f48;
    padding: 25px 0;
  }

  .step__num {
    margin-bottom: 18px;
  }

  .final-lead__inner {
    gap: 34px;
  }

  .material {
    min-height: 0;
    grid-template-columns: 72px 1fr;
    gap: 20px;
    padding: 24px;
  }

  .material__swatch {
    width: 72px;
    height: 72px;
  }

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

  .contact-strip h2 {
    font-size: 32px;
  }

  .contact-strip__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .footer__grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .footer__bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .lightbox {
    padding: 16px;
  }

  .lightbox__prev {
    left: 10px;
  }

  .lightbox__next {
    right: 10px;
  }

  .mobile-cta {
    display: inline-flex;
  }

  .site-footer {
    padding-bottom: 110px;
  }
}

@media (max-width: 390px) {
  h1 {
    font-size: 37px;
  }

  h2 {
    font-size: 31px;
  }

  .brand__name span:first-child {
    max-width: 112px;
  }

  .header__phone {
    font-size: 11px;
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
