:root {
  --cool-paper: #dfe2dc;
  --cool-ink: #171a17;
  --pine: #536158;
  --cool-line: rgba(23, 26, 23, 0.2);
}

.site-logo,
.site-contact,
.site-nav a,
.eyebrow,
.panel__number,
.index-label,
.hero__facts dt,
.hero__cta,
.technical-points,
.offer-row__footer a,
.film-card span,
.inline-cta,
.estimator-progress {
  letter-spacing: 0;
}

.panel--cool {
  background: var(--cool-paper);
  color: var(--cool-ink);
}

.trust__image {
  position: relative;
}

.video-play-control {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 6;
  width: 4rem;
  height: 4rem;
  padding: 0;
  border: 1px solid rgba(244, 239, 228, 0.76);
  border-radius: 50%;
  background: rgba(17, 16, 13, 0.62);
  color: #fff;
  cursor: pointer;
  transform: translate(-50%, -50%);
  backdrop-filter: blur(8px);
}

.video-play-control::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-left: 1.55rem;
  border-top: 0.48rem solid transparent;
  border-bottom: 0.48rem solid transparent;
  border-left: 0.72rem solid currentColor;
}

.video-play-control:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
}

.hero .video-play-control {
  display: none;
}

.hero__video,
.film-card video,
.warm-process__visual video,
.process__media video,
.trust__image video {
  pointer-events: none;
}

video::-webkit-media-controls {
  display: none !important;
  -webkit-appearance: none;
}

video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}

video::-webkit-media-controls-overlay-play-button {
  display: none !important;
  -webkit-appearance: none;
}

.v2-title {
  max-width: 14ch;
  margin: 0;
  font-family: var(--display);
  font-size: 4.5rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 0.98;
  text-wrap: balance;
}

.v2-intro {
  max-width: 38rem;
  margin: 1.2rem 0 0;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.6;
}

.panel--cool .v2-intro {
  color: rgba(23, 26, 23, 0.68);
}

.v2-section-head {
  display: grid;
  gap: 1.2rem;
  max-width: 76rem;
}

.v2-section-head--split {
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  max-width: none;
  gap: clamp(2rem, 6vw, 7rem);
}

.index-label {
  color: var(--accent);
  font-size: 0.76rem;
  font-weight: 760;
  text-transform: uppercase;
}

/* Hero */
.hero__content {
  gap: 1rem;
  max-width: 64rem;
}

.hero h1 {
  /*max-width: 12ch;*/
  font-size: 5.5rem;
  line-height: 0.94;
}

.hero__lead {
  max-width: 38rem;
  font-size: 1.15rem;
}

.hero__actions {
  padding-top: 0.2rem;
}

.hero__cta {
  display: inline-flex;
  min-height: 3.7rem;
  width: fit-content;
  align-items: center;
  justify-content: center;
  padding: 0.9rem 1.25rem;
  border: 1px solid rgba(244, 239, 228, 0.76);
  background: rgba(17, 16, 13, 0.16);
  color: var(--ink);
  font-size: 0.8rem;
  font-weight: 760;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
  transition: background-color 220ms ease, color 220ms ease;
}

.hero__cta:hover,
.hero__cta:focus-visible {
  background: var(--ink);
  color: var(--ink-dark);
}

.hero__facts {
  position: static;
  right: auto;
  bottom: auto;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: min(38rem, 100%);
  margin: 0.35rem 0 0;
}

.hero__facts div {
  min-height: 6.8rem;
  display: grid;
  align-content: space-between;
  padding: 1rem 1.15rem;
}

.hero__facts dd {
  font-family: var(--display);
  font-size: 1.75rem;
  font-weight: 500;
}

/* Technology */
.technology,
.offer,
.specification,
.logistics,
.estimator {
  min-height: auto;
  padding: 8rem var(--pad);
}

.technology__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 4.5rem;
  border-top: 1px solid var(--cool-line);
  border-left: 1px solid var(--cool-line);
}

.technology__item {
  display: grid;
  align-content: start;
  min-height: 31rem;
  padding: 1.8rem;
  border-right: 1px solid var(--cool-line);
  border-bottom: 1px solid var(--cool-line);
}

.technical-icon {
  width: 3.6rem;
  height: 3.6rem;
  margin-bottom: 3.8rem;
  fill: none;
  stroke: var(--pine);
  stroke-linecap: square;
  stroke-linejoin: miter;
  stroke-width: 1.25;
}

.technology__item h3 {
  max-width: 15ch;
  margin: 1rem 0 0.85rem;
  font-family: var(--display);
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.05;
}

.technology__item p {
  margin: 0;
  color: rgba(23, 26, 23, 0.68);
  line-height: 1.6;
}

.technical-points {
  display: grid;
  gap: 0;
  margin: auto 0 0;
  padding: 2rem 0 0;
  list-style: none;
  color: var(--cool-ink);
  font-size: 0.78rem;
  font-weight: 720;
  text-transform: uppercase;
}

.technical-points li {
  padding: 0.7rem 0;
  border-top: 1px solid var(--cool-line);
}

/* Offer */
.offer__list {
  margin-top: 5rem;
  border-top: 1px solid var(--line);
}

.offer-row {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(22rem, 0.94fr);
  min-height: 34rem;
  border-bottom: 1px solid var(--line);
}

.offer-row--reverse .offer-row__media {
  order: 2;
}

.offer-row__media {
  min-height: 30rem;
  margin: 0;
  overflow: hidden;
}

.offer-row__media img {
  filter: saturate(0.82) contrast(0.98) brightness(0.9);
  transition: filter 500ms ease, transform 800ms cubic-bezier(0.16, 1, 0.3, 1);
}

.offer-row:hover .offer-row__media img {
  filter: saturate(0.9) contrast(0.98) brightness(0.98);
  transform: scale(1.015);
}

.offer-row__body {
  display: grid;
  align-content: center;
  gap: 1rem;
  padding: clamp(2rem, 5vw, 5rem);
}

.offer-row__body h3 {
  max-width: 13ch;
  margin: 0.4rem 0 0;
  font-family: var(--display);
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
}

.offer-row__body p {
  max-width: 36rem;
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.offer-row__footer {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  justify-content: space-between;
  gap: 1.5rem;
  margin-top: 2.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--line);
}

.offer-row__footer strong {
  font-family: var(--display);
  font-size: 2.15rem;
  font-weight: 500;
}

.offer-row__footer small {
  display: block;
  margin-top: 0.2rem;
  color: var(--muted);
  font-family: var(--body);
  font-size: 0.78rem;
  font-weight: 600;
}

.offer-row__footer a,
.inline-cta {
  display: inline-flex;
  min-height: 3rem;
  align-items: center;
  border-bottom: 1px solid var(--accent);
  font-size: 0.78rem;
  font-weight: 760;
  text-transform: uppercase;
}

.equipment {
  margin-top: 2rem;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.equipment summary {
  position: relative;
  min-height: 5rem;
  display: flex;
  align-items: center;
  padding: 1rem 4rem 1rem 0;
  cursor: pointer;
  font-family: var(--display);
  font-size: 1.55rem;
  list-style: none;
}

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

.equipment summary::after {
  content: "+";
  position: absolute;
  right: 0;
  font-family: var(--body);
  font-size: 1.8rem;
  font-weight: 300;
}

.equipment[open] summary::after {
  content: "−";
}

.equipment__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
}

.equipment__grid section {
  padding: 1.6rem 1.6rem 2rem 0;
}

.equipment__grid section + section {
  padding-left: 1.6rem;
  border-left: 1px solid var(--line);
}

.equipment__grid h3 {
  margin: 0 0 0.7rem;
  font-size: 1rem;
}

.equipment__grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

/* Film */
.film.panel--cool {
  color: var(--cool-ink);
}

.film .v2-title {
  max-width: 10ch;
  font-size: 4.25rem;
}

/* Specification */
.spec-table {
  margin: 5rem 0 0;
  border-top: 1px solid var(--line);
}

.spec-table > div {
  display: grid;
  grid-template-columns: minmax(15rem, 0.8fr) minmax(0, 1.2fr);
  gap: 3rem;
  padding: 1.45rem 0;
  border-bottom: 1px solid var(--line);
}

.spec-table dt {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
}

.spec-table dd {
  display: grid;
  grid-template-columns: minmax(10rem, 0.55fr) minmax(0, 1fr);
  gap: 2rem;
  margin: 0;
}

.spec-table strong {
  font-family: var(--display);
  font-size: 1.45rem;
  font-weight: 500;
}

.spec-table span {
  color: var(--muted);
  line-height: 1.55;
}

/* Logistics */
.logistics {
  display: grid;
  grid-template-columns: minmax(22rem, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(3rem, 7vw, 8rem);
  align-items: center;
}

.logistics__numbers {
  display: grid;
  margin: 3.5rem 0 0;
  border-top: 1px solid var(--cool-line);
}

.logistics__numbers div {
  display: grid;
  grid-template-columns: 8rem minmax(0, 1fr);
  align-items: baseline;
  gap: 1rem;
  padding: 1.2rem 0;
  border-bottom: 1px solid var(--cool-line);
}

.logistics__numbers dt {
  color: rgba(23, 26, 23, 0.58);
  font-size: 0.78rem;
  font-weight: 720;
  text-transform: uppercase;
}

.logistics__numbers dd {
  margin: 0;
  font-family: var(--display);
  font-size: 2.1rem;
}

.logistics__numbers small {
  color: rgba(23, 26, 23, 0.56);
  font-family: var(--body);
  font-size: 0.74rem;
}

.logistics__map {
  position: relative;
  min-height: 38rem;
  overflow: hidden;
  background: #cdd1ca;
}

.logistics__map iframe {
  width: 100%;
  height: 100%;
  min-height: 38rem;
  border: 0;
  filter: grayscale(0.62) saturate(0.55) contrast(0.92);
}

.logistics__map a {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  min-height: 2.8rem;
  display: inline-flex;
  align-items: center;
  padding: 0.7rem 1rem;
  background: rgba(23, 26, 23, 0.88);
  color: #fff;
  font-size: 0.76rem;
  font-weight: 700;
}

/* Trust */
.trust {
  min-height: auto;
  padding: 8rem var(--pad);
  background: #141714;
}

.trust__image {
  min-height: 42rem;
}

.trust__image video {
  filter: saturate(0.75) contrast(1.02) brightness(0.82);
}

.trust__copy {
  gap: 1.3rem;
}

.trust__copy .v2-title {
  max-width: 11ch;
}

.trust__copy p {
  max-width: 42rem;
  color: rgba(244, 239, 228, 0.72);
  font-size: 1.08rem;
}

/* Estimator */
.estimator {
  display: grid;
  grid-template-columns: minmax(20rem, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(3rem, 7vw, 8rem);
  align-items: start;
}

.estimator__head {
  position: sticky;
  top: 7rem;
}

.estimator-form {
  border-top: 1px solid var(--cool-line);
}

.estimator-progress {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-bottom: 1px solid var(--cool-line);
}

.estimator-progress.is-compact {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.estimator-progress span {
  padding: 1rem 0.8rem;
  color: rgba(23, 26, 23, 0.42);
  font-size: 0.74rem;
  font-weight: 740;
  text-transform: uppercase;
}

.estimator-progress span + span {
  border-left: 1px solid var(--cool-line);
}

.estimator-progress .is-active {
  background: var(--cool-ink);
  color: #fff;
}

.estimator-step {
  padding-top: 2.5rem;
}

.estimator-step[hidden] {
  display: none;
}

.estimator-step fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

.estimator-step legend {
  margin-bottom: 2rem;
  font-family: var(--display);
  font-size: 2rem;
}

.variant-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--cool-line);
  border-left: 1px solid var(--cool-line);
}

.variant-option {
  position: relative;
  min-height: 10rem;
  cursor: pointer;
}

.variant-option input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.variant-option > span {
  display: grid;
  align-content: end;
  gap: 0.55rem;
  width: 100%;
  height: 100%;
  padding: 1.2rem;
  border-right: 1px solid var(--cool-line);
  border-bottom: 1px solid var(--cool-line);
  transition: background-color 180ms ease, color 180ms ease;
}

.variant-option input:checked + span {
  background: var(--cool-ink);
  color: #fff;
}

.variant-option input:focus-visible + span {
  outline: 2px solid var(--accent);
  outline-offset: -3px;
}

.variant-option strong {
  font-family: var(--display);
  font-size: 1.35rem;
  font-weight: 500;
}

.variant-option small {
  color: inherit;
  opacity: 0.66;
}

.area-control {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
}

.area-control input[type="range"] {
  width: 100%;
  accent-color: var(--pine);
}

.area-control output {
  min-width: 6.5rem;
  font-family: var(--display);
  font-size: 2rem;
  text-align: right;
}

.range-scale {
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  color: rgba(23, 26, 23, 0.48);
  font-size: 0.75rem;
}

.estimate-preview {
  display: grid;
  gap: 0.4rem;
  margin-top: 2.5rem;
  padding: 1.3rem 0;
  border-top: 1px solid var(--cool-line);
  border-bottom: 1px solid var(--cool-line);
}

.estimate-preview span,
.estimate-preview small {
  color: rgba(23, 26, 23, 0.56);
}

.estimate-preview span {
  font-size: 0.76rem;
  font-weight: 720;
  text-transform: uppercase;
}

.estimate-preview strong {
  font-family: var(--display);
  font-size: 2.5rem;
  font-weight: 500;
}

.estimate-preview--compact {
  margin-top: 1.5rem;
}

.contact-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.contact-fields label {
  display: grid;
  gap: 0.45rem;
}

.contact-fields label span {
  color: rgba(23, 26, 23, 0.58);
  font-size: 0.74rem;
  font-weight: 700;
  text-transform: uppercase;
}

.contact-fields input {
  width: 100%;
  min-height: 3.6rem;
  padding: 0.85rem 0.9rem;
  border: 1px solid var(--cool-line);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.18);
  color: var(--cool-ink);
}

.estimator-actions {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 2rem;
}

.estimator-actions--end {
  justify-content: flex-end;
}

.estimator-actions button {
  min-height: 3.7rem;
  padding: 0.85rem 1.2rem;
  border: 1px solid var(--cool-ink);
  border-radius: 0;
  background: var(--cool-ink);
  color: #fff;
  cursor: pointer;
  font-weight: 740;
}

.estimator-actions .button-secondary {
  background: transparent;
  color: var(--cool-ink);
}

.estimator-success {
  margin: 2rem 0 0;
  padding: 1.2rem;
  border: 1px solid var(--pine);
  color: var(--cool-ink);
  font-weight: 700;
}

.estimator-error {
  margin: 2rem 0 0;
  padding: 1.2rem;
  border: 1px solid #9a4138;
  color: #752f28;
  font-weight: 700;
}

.estimator-actions button:disabled {
  cursor: wait;
  opacity: 0.62;
}

.form-trap {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

/* Trust, contact and legal surfaces */
.site-header__actions {
  display: flex;
  align-items: center;
  gap: clamp(0.9rem, 2vw, 2rem);
  justify-self: end;
}

.site-phone {
  display: grid;
  gap: 0.15rem;
  color: currentColor;
  text-align: right;
}

.site-phone span {
  font-size: 0.62rem;
  font-weight: 700;
  line-height: 1;
  opacity: 0.62;
  text-transform: uppercase;
}

.site-phone strong {
  font-size: 0.78rem;
  line-height: 1;
}

.hero__media-label,
.visual-disclosure {
  position: absolute;
  z-index: 4;
  right: 1rem;
  bottom: 1rem;
  margin: 0;
  padding: 0.42rem 0.55rem;
  background: rgba(17, 16, 13, 0.72);
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.64rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.hero__media-label {
  right: var(--pad);
  bottom: 1.4rem;
}

.offer-row__media,
.trust__image {
  position: relative;
}

.privacy-acknowledgement {
  display: grid;
  grid-template-columns: 1.2rem minmax(0, 1fr);
  gap: 0.8rem;
  align-items: start;
  margin-top: 1.5rem;
  color: rgba(23, 26, 23, 0.72);
  font-size: 0.82rem;
  line-height: 1.5;
}

.privacy-acknowledgement input {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0.1rem 0 0;
  accent-color: var(--pine);
}

.privacy-acknowledgement a {
  border-bottom: 1px solid currentColor;
  color: var(--cool-ink);
}

.direct-contact {
  min-height: auto;
  display: grid;
  grid-template-columns: minmax(20rem, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(3rem, 8vw, 9rem);
  padding: 8rem var(--pad);
  background: #dde0db;
  color: var(--cool-ink);
}

.direct-contact__details {
  border-top: 1px solid var(--cool-line);
}

.direct-contact .v2-intro {
  color: rgba(23, 26, 23, 0.68);
}

.direct-contact__details > a,
.direct-contact__details > div {
  display: grid;
  grid-template-columns: minmax(7rem, 0.35fr) minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: baseline;
  min-height: 5.7rem;
  padding: 1.35rem 0;
  border-bottom: 1px solid var(--cool-line);
  color: inherit;
}

.direct-contact__details span,
.direct-contact__details small {
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
}

.direct-contact__details strong {
  overflow-wrap: anywhere;
  font-family: var(--display);
  font-size: clamp(1.25rem, 2vw, 2rem);
  font-weight: 500;
}

.direct-contact__details small {
  color: rgba(23, 26, 23, 0.5);
}

.contact-placeholder strong {
  color: rgba(23, 26, 23, 0.58);
}

.site-footer {
  display: grid;
  grid-template-columns: 1.35fr repeat(3, minmax(0, 1fr));
  gap: clamp(2rem, 5vw, 6rem);
  padding: 5rem var(--pad) 2rem;
  background: #11120f;
  color: rgba(255, 255, 255, 0.78);
}

.site-footer__brand p {
  max-width: 22rem;
  margin: 1.3rem 0 0;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.6;
}

.site-footer__group {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  align-items: flex-start;
}

.site-footer__group h2 {
  margin: 0 0 0.7rem;
  color: rgba(255, 255, 255, 0.44);
  font-family: var(--sans);
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
}

.site-footer__group a,
.site-footer__group span {
  color: inherit;
  font-size: 0.84rem;
  line-height: 1.5;
}

.site-footer__group a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
}

.site-footer__group small {
  color: rgba(255, 255, 255, 0.38);
}

.site-footer__note {
  grid-column: 1 / -1;
  margin: 2rem 0 0;
  padding-top: 1.3rem;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.72rem;
  line-height: 1.5;
}

@media (max-width: 1100px) {
  .v2-title {
    font-size: 3.6rem;
  }

  .hero h1 {
    font-size: 4.5rem;
  }

  .technology__item {
    min-height: 29rem;
    padding: 1.4rem;
  }

  .offer-row__body h3 {
    font-size: 2.45rem;
  }
}

@media (max-width: 980px) {
  .technology,
  .offer,
  .specification,
  .logistics,
  .trust,
  .estimator {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .hero__facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 0.4rem;
  }

  .v2-section-head--split,
  .logistics,
  .estimator {
    grid-template-columns: 1fr;
  }

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

  .technology__item {
    min-height: auto;
  }

  .technical-icon {
    margin-bottom: 2.4rem;
  }

  .technical-points {
    margin-top: 2rem;
  }

  .offer-row,
  .offer-row--reverse {
    grid-template-columns: 1fr;
  }

  .offer-row--reverse .offer-row__media {
    order: 0;
  }

  .offer-row__media {
    min-height: 26rem;
  }

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

  .equipment__grid section + section {
    padding-left: 0;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .spec-table > div {
    grid-template-columns: minmax(12rem, 0.6fr) minmax(0, 1.4fr);
  }

  .logistics__map,
  .logistics__map iframe {
    min-height: 32rem;
  }

  .estimator__head {
    position: static;
  }

  .direct-contact {
    grid-template-columns: 1fr;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

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

@media (max-width: 640px) {
  .site-header__actions {
    gap: 0.75rem;
  }

  .site-phone span,
  .site-contact {
    display: none;
  }

  .site-phone strong {
    font-size: 0.72rem;
  }

  .hero__media-label,
  .visual-disclosure {
    right: 0.7rem;
    bottom: 0.7rem;
    font-size: 0.58rem;
  }

  .hero__media-label {
    display: none;
  }

  .direct-contact {
    grid-template-columns: 1fr;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .direct-contact__details > a,
  .direct-contact__details > div {
    grid-template-columns: 1fr;
    gap: 0.45rem;
  }

  .direct-contact__details small {
    justify-self: start;
  }

  .site-footer {
    grid-template-columns: 1fr;
    gap: 2.5rem;
    padding-top: 4rem;
  }

  .site-footer__note {
    grid-column: 1;
  }

  .v2-title {
    font-size: 2.7rem;
  }

  .hero h1 {
    max-width: 11ch;
    font-size: 3.3rem;
  }

  .hero__lead {
    font-size: 1rem;
  }

  .hero__cta {
    width: 100%;
  }

  .hero__facts div {
    min-height: 5.9rem;
    padding: 0.85rem;
  }

  .hero__facts dd {
    font-size: 1.25rem;
  }

  .technology,
  .offer,
  .specification,
  .logistics,
  .trust,
  .estimator {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .technology__grid,
  .offer__list,
  .spec-table {
    margin-top: 3rem;
  }

  .offer-row__media {
    min-height: 20rem;
  }

  .offer-row__body {
    padding: 1.5rem 0 2.4rem;
  }

  .offer-row__body h3 {
    font-size: 2.15rem;
  }

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

  .spec-table > div,
  .spec-table dd {
    grid-template-columns: 1fr;
    gap: 0.65rem;
  }

  .logistics__numbers div {
    grid-template-columns: 6rem minmax(0, 1fr);
  }

  .logistics__map,
  .logistics__map iframe {
    min-height: 26rem;
  }

  .trust__image {
    min-height: 28rem;
  }

  .variant-grid,
  .contact-fields {
    grid-template-columns: 1fr;
  }

  .variant-option {
    min-height: 7.5rem;
  }

  .estimator-progress span {
    padding: 0.8rem 0.45rem;
    font-size: 0.68rem;
  }

  .estimate-preview strong {
    font-size: 2rem;
  }

  .estimator-actions button {
    flex: 1;
  }
}
