@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&family=Roboto+Slab:wght@500;600;700&display=swap");
:root {
  --red: #ed1c24;
  --red-dark: #bf1017;
  --ink: #201d1e;
  --black: #141112;
  --paper: #ffffff;
  --soft: #f4f2ef;
  --muted: #716d6e;
  --line: #dedbd8;
  --heading: "Roboto Slab", Rockwell, Georgia, serif;
  --body: "Montserrat", Avenir, "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--body); }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }
svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }

.topbar {
  min-height: 38px;
  padding: 8px 5vw;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
  background: var(--black);
  color: #fff;
  font-size: 10px;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.topbar p { margin: 0; }
.topbar p span { color: #ff5b61; font-weight: 800; }
.topbar a { display: flex; align-items: center; gap: 8px; font-weight: 700; }
.topbar a svg { width: 14px; height: 14px; color: var(--red); }

.site-header {
  height: 98px;
  padding: 0 4.5vw;
  position: relative;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border-bottom: 1px solid var(--line);
}
.logo-link { width: 168px; height: 86px; display: block; flex: none; }
.logo-link img { object-fit: contain; }
.desktop-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  margin-left: auto;
  margin-right: 34px;
}
.desktop-nav a {
  position: relative;
  padding: 39px 0 35px;
  color: #3d393a;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.desktop-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 28px;
  height: 2px;
  background: var(--red);
  transition: right .25s ease;
}
.desktop-nav a:hover::after { right: 0; }

.button {
  min-height: 52px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  transition: transform .25s ease, background .25s ease, color .25s ease;
  clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 0 100%);
}
.button svg { width: 17px; height: 17px; transition: transform .25s ease; }
.button:hover { transform: translateY(-3px); }
.button:hover svg { transform: translateX(4px); }
.button-red { background: var(--red); color: #fff; }
.button-red:hover { background: var(--red-dark); }
.button-white { background: #fff; color: var(--black); }
.button-white:hover { background: var(--red); color: #fff; }
.header-button { min-height: 48px; padding-inline: 20px; }
.mobile-menu { display: none; }

.hero {
  min-height: 770px;
  position: relative;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  background: #292526;
  color: #fff;
}
.hero-media, .hero-overlay { position: absolute; inset: 0; }
.hero-media { z-index: -3; }
.hero-media img { object-position: center 58%; transform: scale(1.015); }
.hero-overlay {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(13, 10, 11, .92) 0%, rgba(13, 10, 11, .75) 47%, rgba(13, 10, 11, .26) 76%, rgba(13, 10, 11, .12) 100%),
    linear-gradient(0deg, rgba(13, 10, 11, .72) 0%, transparent 40%);
}
.hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 360px;
  height: 360px;
  right: 5%;
  top: 7%;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 50%;
}
.hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 8px;
  height: 210px;
  left: 0;
  top: 190px;
  background: var(--red);
}
.hero-grid {
  width: min(1400px, 100%);
  margin: auto;
  padding: 112px 6.5vw 70px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  align-items: end;
  gap: 8vw;
}
.hero-content { max-width: 830px; }
.kicker {
  margin: 0 0 24px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--red);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .19em;
  text-transform: uppercase;
}
.kicker span { width: 34px; height: 2px; display: block; background: currentColor; }
.kicker.light { color: #ff5e64; }
h1, h2, h3, p { overflow-wrap: anywhere; }
h1, h2 {
  margin: 0;
  font-family: var(--heading);
  font-weight: 700;
  letter-spacing: -.045em;
}
h1 { max-width: 920px; font-size: clamp(62px, 7.4vw, 112px); line-height: .91; }
h1 em, h2 em { color: var(--red); font-style: normal; }
.hero-copy {
  max-width: 660px;
  margin: 30px 0 34px;
  color: rgba(255, 255, 255, .78);
  font-size: 17px;
  line-height: 1.7;
}
.hero-actions { display: flex; align-items: center; gap: 26px; }
.play-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.play-link > span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.5);
  border-radius: 50%;
  color: var(--red);
  font-size: 17px;
}
.hero-offer {
  position: relative;
  margin-bottom: 4px;
  padding: 34px 30px 30px;
  background: rgba(18, 15, 16, .86);
  border: 1px solid rgba(255,255,255,.18);
  backdrop-filter: blur(12px);
}
.offer-number {
  position: absolute;
  right: 22px;
  top: 18px;
  color: rgba(255,255,255,.25);
  font-family: var(--heading);
  font-size: 44px;
  line-height: 1;
}
.hero-offer > p:first-of-type {
  margin: 0 0 16px;
  color: #ff6369;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.hero-offer h2 {
  max-width: 230px;
  font-size: 28px;
  line-height: 1.08;
}
.offer-copy {
  margin: 20px 0;
  color: rgba(255,255,255,.65);
  font-size: 12px;
  line-height: 1.7;
}
.hero-offer a {
  padding-bottom: 7px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-bottom: 2px solid var(--red);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.hero-offer a svg { width: 15px; height: 15px; }
.hero-bottom {
  min-height: 72px;
  padding: 0 6.5vw;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  border-top: 1px solid rgba(255,255,255,.18);
  background: rgba(13,10,11,.68);
  color: rgba(255,255,255,.72);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .16em;
  text-align: center;
  text-transform: uppercase;
}
.hero-bottom span { border-right: 1px solid rgba(255,255,255,.16); }
.hero-bottom span:last-child { border: 0; }

.proof-strip {
  min-height: 124px;
  padding: 26px 6.5vw;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  background: #fff;
  border-bottom: 1px solid var(--line);
}
.proof-strip article {
  min-height: 66px;
  padding: 0 34px;
  display: flex;
  align-items: center;
  gap: 20px;
  border-right: 1px solid var(--line);
}
.proof-strip article:first-child { padding-left: 0; }
.proof-strip article:last-child { border: 0; }
.proof-strip svg { width: 30px; height: 30px; color: var(--red); flex: none; }
.proof-strip div { display: flex; flex-direction: column; gap: 6px; }
.proof-strip strong {
  font-family: var(--heading);
  font-size: 16px;
  letter-spacing: -.02em;
}
.proof-strip span {
  color: var(--muted);
  font-size: 9px;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.section { padding: 120px 6.5vw; }
.section-intro {
  margin-bottom: 54px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 70px;
}
.section-intro h2,
.process-heading h2,
.about h2,
.reviews h2,
.areas h2,
.consultation h2 {
  font-size: clamp(48px, 5.4vw, 78px);
  line-height: .97;
}
.section-intro > p {
  max-width: 470px;
  margin: 0 0 4px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.8;
}
.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.product-card {
  position: relative;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  transition: transform .3s ease, box-shadow .3s ease;
}
.product-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 22px 60px rgba(22,18,19,.12);
}
.product-image { height: 325px; position: relative; overflow: hidden; background: #d9d6d2; }
.product-image img { transition: transform .6s ease; }
.product-card:hover .product-image img { transform: scale(1.05); }
.product-index {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  background: var(--red);
  color: #fff;
  font-family: var(--heading);
  font-size: 15px;
}
.product-content { padding: 27px 25px 30px; }
.product-content small {
  color: var(--red);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.product-content h3 {
  margin: 9px 0 12px;
  font-family: var(--heading);
  font-size: 26px;
  line-height: 1.05;
}
.product-content p {
  min-height: 83px;
  margin: 0 0 20px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.7;
}
.product-content a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding-bottom: 6px;
  border-bottom: 2px solid var(--red);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.product-content a svg { width: 14px; height: 14px; }

.about {
  display: grid;
  grid-template-columns: 49% 51%;
  background: var(--black);
  color: #fff;
}
.about-media { min-height: 770px; position: relative; overflow: hidden; }
.about-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(20,17,18,.42), transparent 52%);
}
.about-badge {
  position: absolute;
  z-index: 2;
  right: -1px;
  bottom: 0;
  width: 300px;
  padding: 27px 30px 31px;
  background: var(--red);
}
.about-badge span {
  display: block;
  margin-bottom: 9px;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .16em;
}
.about-badge strong {
  font-family: var(--heading);
  font-size: 20px;
  line-height: 1.25;
}
.about-content {
  padding: 100px 8vw 95px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.about-lead {
  max-width: 650px;
  margin: 30px 0 14px;
  color: #fff !important;
  font-family: var(--heading);
  font-size: 18px !important;
  line-height: 1.65 !important;
}
.about-content > p:not(.kicker) {
  max-width: 650px;
  color: rgba(255,255,255,.62);
  font-size: 13px;
  line-height: 1.75;
}
.about-points {
  max-width: 660px;
  margin: 24px 0 32px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid rgba(255,255,255,.16);
}
.about-points div {
  padding: 17px 15px 17px 0;
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid rgba(255,255,255,.16);
  color: rgba(255,255,255,.84);
  font-size: 11px;
}
.about-points svg { width: 16px; height: 16px; color: var(--red); }
.about-content .button { width: max-content; }

.process { background: var(--soft); }
.process-heading { max-width: 800px; margin-bottom: 58px; }
.process-grid { border-top: 1px solid #cbc7c4; }
.process-grid article {
  min-height: 215px;
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  align-items: center;
  border-bottom: 1px solid #cbc7c4;
  transition: background .25s ease;
}
.process-grid article:hover { background: #fff; }
.process-number {
  color: var(--red);
  font-family: var(--heading);
  font-size: 78px;
  line-height: 1;
  text-align: center;
}
.process-grid article > div {
  min-height: 110px;
  padding: 12px 8vw 12px 6vw;
  display: grid;
  grid-template-columns: minmax(260px, .7fr) 1fr;
  align-items: center;
  gap: 6vw;
  border-left: 1px solid #cbc7c4;
}
.process-grid h3 {
  margin: 0;
  font-family: var(--heading);
  font-size: 28px;
}
.process-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.75;
}

.reviews {
  padding: 110px 6.5vw 70px;
  background: var(--black);
  color: #fff;
}
.reviews-heading {
  display: grid;
  grid-template-columns: 1fr 1.3fr .75fr;
  align-items: end;
  gap: 4vw;
  padding-bottom: 52px;
  border-bottom: 1px solid rgba(255,255,255,.16);
}
.reviews-heading .kicker { align-self: start; }
.rating { text-align: right; }
.rating > span { display: flex; justify-content: flex-end; gap: 3px; color: var(--red); }
.rating svg { width: 17px; height: 17px; fill: currentColor; }
.rating p {
  margin: 12px 0 0 auto;
  max-width: 230px;
  color: rgba(255,255,255,.55);
  font-size: 10px;
  line-height: 1.6;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.review-grid article {
  min-height: 320px;
  padding: 40px 42px 34px;
  display: flex;
  flex-direction: column;
  border-right: 1px solid rgba(255,255,255,.16);
}
.review-grid article:last-child { border-right: 0; }
.quote-mark {
  height: 45px;
  color: var(--red);
  font-family: Georgia, serif;
  font-size: 72px;
  line-height: 1;
}
.review-grid article > p {
  margin: 18px 0 35px;
  color: rgba(255,255,255,.88);
  font-family: var(--heading);
  font-size: 20px;
  line-height: 1.5;
}
.review-grid article > div {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 12px;
}
.review-line { width: 26px; height: 2px; background: var(--red); }
.review-grid small {
  color: rgba(255,255,255,.48);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.review-grid b {
  margin-left: auto;
  color: rgba(255,255,255,.18);
  font-family: var(--heading);
  font-size: 18px;
}
.review-disclaimer {
  margin: 25px 0 0;
  color: rgba(255,255,255,.32);
  font-size: 8px;
  letter-spacing: .06em;
  text-align: center;
  text-transform: uppercase;
}

.areas {
  padding: 110px 6.5vw;
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 9vw;
  background: #fff;
}
.areas-content { align-self: center; }
.areas-content > p:not(.kicker) {
  max-width: 540px;
  margin: 28px 0 30px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.8;
}
.phone-call {
  display: inline-flex;
  align-items: center;
  gap: 16px;
}
.phone-call > svg {
  width: 50px;
  height: 50px;
  padding: 14px;
  border-radius: 50%;
  background: var(--red);
  color: #fff;
}
.phone-call > span { display: flex; flex-direction: column; gap: 5px; }
.phone-call small {
  color: var(--red);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .14em;
}
.phone-call strong { font-family: var(--heading); font-size: 24px; }
.area-list { border-top: 1px solid var(--line); }
.area-list > div {
  min-height: 72px;
  padding: 0 18px;
  display: grid;
  grid-template-columns: 50px 1fr 30px;
  align-items: center;
  border-bottom: 1px solid var(--line);
  transition: padding .25s ease, background .25s ease;
}
.area-list > div:hover { padding-inline: 26px 13px; background: var(--soft); }
.area-list span {
  color: var(--red);
  font-family: var(--heading);
  font-size: 12px;
}
.area-list strong { font-family: var(--heading); font-size: 19px; }
.area-list svg { width: 17px; height: 17px; color: #8b8788; }

.consultation {
  padding: 110px 6.5vw;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 510px;
  gap: 9vw;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(20,17,18,.97), rgba(20,17,18,.91)),
    url("https://images.unsplash.com/photo-1779894015350-c5486bf8f618?auto=format&fit=crop&q=84&w=2000") center/cover;
  color: #fff;
}
.consultation::after {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  left: -230px;
  bottom: -260px;
  border: 80px solid rgba(237,28,36,.16);
  border-radius: 50%;
}
.consultation-copy { align-self: center; position: relative; z-index: 1; }
.consultation-copy > p:not(.kicker) {
  max-width: 620px;
  margin: 30px 0;
  color: rgba(255,255,255,.65);
  font-size: 15px;
  line-height: 1.8;
}
.contact-details {
  margin-top: 36px;
  display: flex;
  align-items: center;
  gap: 42px;
}
.contact-details > a,
.contact-details > div {
  display: flex;
  align-items: center;
  gap: 13px;
}
.contact-details svg {
  width: 42px;
  height: 42px;
  padding: 12px;
  border: 1px solid rgba(255,255,255,.3);
  border-radius: 50%;
  color: var(--red);
}
.contact-details > * > span { display: flex; flex-direction: column; gap: 4px; }
.contact-details small {
  color: #ff5c62;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .14em;
}
.contact-details strong { font-size: 13px; font-weight: 600; }
.hours-dot {
  width: 42px;
  height: 42px;
  display: block;
  position: relative;
  border: 1px solid rgba(255,255,255,.3);
  border-radius: 50%;
}
.hours-dot::after {
  content: "";
  position: absolute;
  inset: 14px;
  border-radius: 50%;
  background: var(--red);
}
.quote-form {
  position: relative;
  z-index: 2;
  padding: 40px;
  background: #fff;
  color: var(--ink);
  box-shadow: 0 28px 70px rgba(0,0,0,.28);
}
.form-title span {
  color: var(--red);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .16em;
}
.form-title h3 {
  margin: 9px 0 25px;
  font-family: var(--heading);
  font-size: 29px;
  line-height: 1.1;
}
.quote-form label {
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
  gap: 7px;
  color: #716d6e;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.quote-form input,
.quote-form select {
  width: 100%;
  height: 48px;
  padding: 0 13px;
  border: 1px solid #d8d4d2;
  border-radius: 0;
  outline: none;
  background: #fff;
  color: var(--ink);
  font-size: 12px;
}
.quote-form input:focus,
.quote-form select:focus { border-color: var(--red); box-shadow: 0 0 0 1px var(--red); }
.quote-form .button { width: 100%; margin-top: 4px; }
.form-note {
  display: block;
  margin-top: 14px;
  color: #8b8788;
  font-size: 8px;
  letter-spacing: .04em;
  text-align: center;
}

footer {
  padding: 70px 6.5vw 24px;
  display: grid;
  grid-template-columns: 1.3fr .55fr .85fr 1fr;
  gap: 5vw;
  background: #0d0b0c;
  color: #fff;
}
.footer-brand img {
  width: 150px;
  height: 112px;
  padding: 8px;
  object-fit: contain;
  background: #fff;
}
.footer-brand p {
  max-width: 390px;
  margin: 20px 0 0;
  color: rgba(255,255,255,.48);
  font-size: 12px;
  line-height: 1.7;
}
.footer-column { display: flex; flex-direction: column; gap: 12px; }
.footer-column h3 {
  margin: 0 0 9px;
  color: #ff5d63;
  font-size: 9px;
  letter-spacing: .17em;
  text-transform: uppercase;
}
.footer-column a,
.footer-column span {
  color: rgba(255,255,255,.61);
  font-size: 11px;
  line-height: 1.55;
}
.footer-column a:hover { color: #fff; }
.footer-cta p {
  margin: 0 0 18px;
  font-family: var(--heading);
  font-size: 21px;
}
.footer-bottom {
  grid-column: 1 / -1;
  margin-top: 36px;
  padding-top: 22px;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(255,255,255,.13);
  color: rgba(255,255,255,.32);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .11em;
  text-transform: uppercase;
}

@media (max-width: 1180px) {
  .desktop-nav { gap: 20px; margin-right: 20px; }
  .desktop-nav a { font-size: 9px; }
  .header-button { padding-inline: 15px; }
  .hero-grid { grid-template-columns: minmax(0, 1fr) 300px; gap: 4vw; }
  .product-grid { grid-template-columns: 1fr 1fr; }
  .product-content p { min-height: 62px; }
  .about-content { padding-inline: 6vw; }
}

@media (max-width: 980px) {
  .desktop-nav, .header-button { display: none; }
  .mobile-menu { display: block; position: relative; }
  .mobile-menu summary {
    width: 48px;
    height: 48px;
    padding: 12px 7px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 7px;
    list-style: none;
    cursor: pointer;
  }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu summary i { width: 30px; height: 2px; background: var(--black); }
  .mobile-menu nav {
    position: absolute;
    right: 0;
    top: 57px;
    width: 270px;
    padding: 18px;
    display: flex;
    flex-direction: column;
    background: #fff;
    border-top: 3px solid var(--red);
    box-shadow: 0 20px 45px rgba(0,0,0,.16);
  }
  .mobile-menu nav a {
    padding: 13px 10px;
    border-bottom: 1px solid var(--line);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
  }
  .hero-grid { grid-template-columns: 1fr; align-items: center; }
  .hero-offer { max-width: 430px; margin-top: 25px; }
  .hero { min-height: 880px; }
  .hero-media img { object-position: 64% center; }
  .about { grid-template-columns: 1fr; }
  .about-media { min-height: 600px; }
  .about-content { padding: 85px 7vw; }
  .reviews-heading { grid-template-columns: 1fr 1.5fr; }
  .rating { grid-column: 2; text-align: left; }
  .rating > span { justify-content: flex-start; }
  .rating p { margin-left: 0; }
  .areas { grid-template-columns: 1fr; gap: 55px; }
  .consultation { grid-template-columns: 1fr 480px; gap: 5vw; }
  footer { grid-template-columns: 1.2fr 1fr 1fr; }
  .footer-cta { grid-column: 2 / -1; }
}

@media (max-width: 760px) {
  .topbar { min-height: 39px; padding: 8px 16px; justify-content: space-between; gap: 10px; font-size: 7px; }
  .topbar a svg { display: none; }
  .site-header { height: 82px; padding: 0 18px; }
  .logo-link { width: 132px; height: 74px; }
  .hero { min-height: 760px; }
  .hero::before { width: 260px; height: 260px; right: -100px; top: 10%; }
  .hero::after { top: 140px; height: 150px; width: 5px; }
  .hero-overlay {
    background: linear-gradient(90deg, rgba(13,10,11,.91), rgba(13,10,11,.61)), linear-gradient(0deg, rgba(13,10,11,.75), transparent 50%);
  }
  .hero-grid { padding: 82px 22px 48px; }
  h1 { font-size: 55px; }
  .hero-copy { font-size: 14px; line-height: 1.65; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 16px; }
  .hero-actions .button { width: 100%; }
  .play-link { width: max-content; }
  .hero-offer { display: none; }
  .hero-bottom {
    min-height: 64px;
    padding: 0 18px;
    grid-template-columns: 1fr 1fr;
    gap: 10px 0;
    font-size: 7px;
  }
  .hero-bottom span:nth-child(2) { border: 0; }
  .proof-strip { grid-template-columns: 1fr; padding: 20px 22px; }
  .proof-strip article,
  .proof-strip article:first-child {
    min-height: 86px;
    padding: 15px 4px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .proof-strip article:last-child { border-bottom: 0; }
  .section { padding: 82px 22px; }
  .section-intro { display: block; margin-bottom: 34px; }
  .section-intro h2,
  .process-heading h2,
  .about h2,
  .reviews h2,
  .areas h2,
  .consultation h2 { font-size: 43px; }
  .section-intro > p { margin-top: 24px; font-size: 13px; }
  .product-grid { grid-template-columns: 1fr; gap: 20px; }
  .product-image { height: 330px; }
  .product-content p { min-height: unset; }
  .about-media { min-height: 470px; }
  .about-badge { width: 260px; }
  .about-content { padding: 82px 22px; }
  .about-points { grid-template-columns: 1fr; }
  .about-content .button { width: 100%; }
  .process-heading { margin-bottom: 40px; }
  .process-grid article { grid-template-columns: 84px 1fr; min-height: 220px; }
  .process-number { font-size: 42px; }
  .process-grid article > div {
    min-height: 160px;
    padding: 28px 15px 28px 25px;
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .process-grid h3 { font-size: 23px; }
  .reviews { padding: 82px 22px 54px; }
  .reviews-heading { display: block; padding-bottom: 35px; }
  .rating { margin-top: 25px; text-align: left; }
  .review-grid { grid-template-columns: 1fr; }
  .review-grid article {
    min-height: 285px;
    padding: 38px 15px 32px;
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.16);
  }
  .areas { padding: 82px 22px; }
  .area-list > div { padding-inline: 8px; grid-template-columns: 44px 1fr 24px; }
  .area-list > div:hover { padding-inline: 13px 4px; }
  .consultation { padding: 82px 22px; grid-template-columns: 1fr; gap: 48px; }
  .contact-details { align-items: flex-start; flex-direction: column; gap: 20px; }
  .quote-form { padding: 31px 22px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  footer { padding: 58px 22px 22px; grid-template-columns: 1fr 1fr; gap: 38px 25px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-cta { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; gap: 9px; }
}

@media (max-width: 390px) {
  h1 { font-size: 49px; }
  .button { padding-inline: 17px; font-size: 8px; }
  .footer-column { grid-column: 1 / -1; }
}
