:root {
  --yellow: #ffe401;
  --yellow-dark: #f4c900;
  --black: #161616;
  --text: #1a1a1a;
  --muted: #626262;
  --line: #d8d8d8;
  --soft: #ececec;
  --white: #ffffff;
  --wrap: 1640px;
  --radius-lg: 25px;
  --radius-md: 15px;
  --radius-pill: 45px;
  --font: Inter, Manrope, Arial, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.45;
  background: var(--white);
}

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

img {
  display: block;
  max-inline-size: 100%;
}

button,
input,
select {
  font: inherit;
}

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

.wrap {
  inline-size: min(100% - 48px, var(--wrap));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  inset-block-start: 10px;
  inset-inline-start: 10px;
  z-index: 100;
  padding: 10px 14px;
  border-radius: 8px;
  color: var(--white);
  background: var(--black);
  transform: translateY(-150%);
}

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

.visually-hidden {
  position: absolute;
  inline-size: 1px;
  block-size: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.site-header {
  position: relative;
  z-index: 90;
  padding-block: 30px 26px;
  background: var(--white);
}

.header-layout {
  display: grid;
  grid-template-columns: minmax(180px, 220px) minmax(0, 1fr);
  gap: clamp(18px, 3vw, 48px);
  align-items: start;
}

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

.brand-mark {
  display: grid;
  place-items: center;
  inline-size: 58px;
  block-size: 48px;
  border: 4px solid var(--black);
  border-radius: 6px;
  color: var(--black);
  font-weight: 900;
  background: var(--yellow);
}

.brand-text strong,
.brand-text small {
  display: block;
}

.brand-text strong {
  font-size: 28px;
  line-height: 1;
  letter-spacing: 0;
}

.brand-text small {
  margin-block-start: 3px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-block-size: 48px;
  padding-inline: 16px;
  border: 3px solid var(--black);
  border-radius: 12px;
  color: var(--black);
  font: inherit;
  font-weight: 900;
  background: var(--yellow);
  cursor: pointer;
}

.menu-toggle__icon {
  position: relative;
  display: block;
  inline-size: 22px;
  block-size: 17px;
}

.menu-toggle__icon span {
  position: absolute;
  inset-inline: 0;
  inset-block-start: 0;
  display: block;
  inline-size: 100%;
  block-size: 3px;
  border-radius: var(--radius-pill);
  background: currentColor;
  transition: inset-block-start 160ms ease, transform 160ms ease, opacity 160ms ease;
}

.menu-toggle__icon span:nth-child(2) {
  inset-block-start: 7px;
}

.menu-toggle__icon span:last-child {
  inset-block-start: 14px;
}

.menu-toggle[aria-expanded="true"] .menu-toggle__icon span:first-child {
  inset-block-start: 7px;
  transform: rotate(45deg);
}

.menu-toggle[aria-expanded="true"] .menu-toggle__icon span:nth-child(2) {
  opacity: 0;
}

.menu-toggle[aria-expanded="true"] .menu-toggle__icon span:last-child {
  inset-block-start: 7px;
  transform: rotate(-45deg);
}

.header-side {
  display: grid;
  gap: 14px;
  min-inline-size: 0;
}

.header-row,
.contact-row,
.main-nav,
.benefits,
.callback,
.callback form,
.footer-layout,
.footer-bottom .wrap {
  display: flex;
  align-items: center;
}

.header-row {
  justify-content: space-between;
  gap: clamp(10px, 1.5vw, 24px);
  min-inline-size: 0;
}

.main-nav {
  flex-wrap: nowrap;
  min-inline-size: 0;
}

.main-nav a {
  padding: 11px clamp(5px, 0.65vw, 12px);
  color: #222222;
  font-size: clamp(14px, 1.05vw, 16px);
  font-weight: 800;
  white-space: nowrap;
}

.main-nav a:first-child {
  padding-inline-start: 0;
}

.services-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-block-size: 46px;
  min-inline-size: clamp(178px, 16vw, 220px);
  padding: 0 clamp(18px, 2vw, 30px);
  border-radius: var(--radius-pill);
  color: var(--black);
  font-weight: 900;
  line-height: 1.1;
  text-align: center;
  white-space: nowrap;
  background: var(--yellow);
}

.contact-row {
  justify-content: flex-end;
  gap: clamp(18px, 2.4vw, 34px);
}

.contact-row a {
  color: #161616;
  font-size: clamp(16px, 1.35vw, 20px);
  font-weight: 700;
  white-space: nowrap;
}

.call-request {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.phone {
  font-size: clamp(18px, 1.5vw, 22px) !important;
  font-weight: 900 !important;
}

.hero {
  display: grid;
  grid-template-columns: minmax(460px, 560px) 1fr;
  min-block-size: clamp(410px, 34vw, 560px);
  overflow: hidden;
  border-radius: 0 0 var(--radius-md) var(--radius-md);
}

.hero-yellow {
  position: relative;
  z-index: 1;
  padding: clamp(46px, 4vw, 76px) clamp(44px, 4vw, 70px);
  background: var(--yellow);
  clip-path: polygon(0 0, 88% 0, 100% 100%, 0% 100%);
}

.hero-yellow p {
  max-inline-size: 390px;
  margin: 0;
  font-size: clamp(32px, 3vw, 50px);
  font-weight: 900;
  line-height: 1.04;
  text-transform: uppercase;
}

.hero-yellow h1 {
  max-inline-size: 430px;
  margin: 12px 0 26px;
  font-size: clamp(22px, 1.55vw, 30px);
  line-height: 1.15;
  font-weight: 800;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.plain-link {
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.hero-yellow span {
  display: block;
  max-inline-size: 380px;
  margin-block-start: 20px;
  font-size: 16px;
  font-weight: 800;
}

.hero-facts {
  display: grid;
  gap: 7px;
  padding: 0;
  margin: 20px 0 0;
  list-style: none;
  font-size: 15px;
  font-weight: 900;
}

.hero-facts li {
  position: relative;
  padding-inline-start: 18px;
}

.hero-facts li::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  inset-block-start: 0.62em;
  inline-size: 7px;
  block-size: 7px;
  border-radius: 50%;
  background: var(--black);
}

.dark-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-block-size: 54px;
  padding: 0 34px;
  border: 0;
  border-radius: var(--radius-pill);
  color: var(--white);
  font-weight: 900;
  background: var(--black);
  cursor: pointer;
}

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

.hero-photo {
  min-inline-size: 0;
  margin-inline-start: -58px;
  background: #f3f3f3;
}

.hero-photo img {
  inline-size: 100%;
  block-size: 100%;
  object-fit: cover;
  object-position: 62% center;
}

.benefits {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  justify-content: space-between;
  gap: 0;
  min-block-size: 132px;
  margin-block-start: 36px;
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: var(--soft);
}

.benefits article {
  display: flex;
  align-items: center;
  gap: 16px;
  min-inline-size: 0;
  inline-size: auto;
  min-block-size: 120px;
  padding: 24px 28px;
}

.benefits article + article {
  border-inline-start: 1px solid #d0d0d0;
}

.benefits span {
  position: relative;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  inline-size: 58px;
  block-size: 58px;
  border: 4px solid var(--yellow);
  border-radius: 18px;
  color: var(--black);
  font-size: 15px;
  font-weight: 900;
  background:
    linear-gradient(135deg, var(--white) 0 58%, var(--yellow) 59%);
  box-shadow: inset 0 0 0 6px var(--white);
}

.benefits span::after {
  content: "";
  position: absolute;
  inset-inline-end: -7px;
  inset-block-end: -7px;
  inline-size: 24px;
  block-size: 24px;
  border: 4px solid var(--soft);
  border-radius: 50%;
  background: var(--black);
}

.benefits strong {
  min-inline-size: 0;
  font-size: 17px;
  line-height: 1.18;
  overflow-wrap: anywhere;
}

.callback {
  min-block-size: 130px;
  margin-block-start: 34px;
  overflow: hidden;
  border-radius: var(--radius-md);
  background: var(--soft);
}

.callback--second {
  display: grid;
  grid-template-columns: minmax(360px, 0.74fr) minmax(0, 1fr);
  align-items: stretch;
  margin-block-start: 0;
}

.callback h2 {
  display: flex;
  align-items: center;
  inline-size: 360px;
  align-self: stretch;
  margin: 0;
  padding: 28px 40px;
  font-size: 26px;
  line-height: 1.08;
  font-weight: 900;
  background: var(--yellow);
  clip-path: polygon(0 0, 88% 0, 100% 100%, 0% 100%);
}

.quote-copy {
  display: grid;
  align-content: center;
  padding: 28px 40px;
  background: var(--yellow);
  clip-path: polygon(0 0, 92% 0, 100% 100%, 0% 100%);
}

.quote-copy h2 {
  margin: 0 0 10px;
  font-size: 30px;
}

.quote-copy p {
  max-inline-size: 480px;
  margin: 0;
  font-weight: 800;
}

.quote-form {
  display: grid !important;
  grid-template-columns: minmax(320px, 1fr) minmax(230px, 0.44fr) auto;
  gap: 16px;
  align-items: end;
  padding: 26px 28px;
}

.quote-form label {
  inline-size: auto;
}

.quote-form .wide-field {
  inline-size: auto;
}

textarea {
  inline-size: 100%;
  min-block-size: 82px;
  padding: 14px 18px;
  border: 1px solid var(--line);
  border-radius: 20px;
  color: var(--text);
  font: inherit;
  resize: vertical;
  background: var(--white);
}

.callback form {
  flex: 1;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: flex-end;
  padding: 26px 28px;
}

.callback label {
  display: grid;
  gap: 4px;
  inline-size: min(100%, 220px);
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

input,
select {
  inline-size: 100%;
  min-block-size: 51px;
  padding: 0 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius-pill);
  color: var(--text);
  background: var(--white);
}

select {
  padding-inline: 18px 48px;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9'%3E%3Cpath d='m2 2 5 5 5-5' fill='none' stroke='%23161616' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 14px 9px;
}

.lead-form-honeypot {
  position: absolute !important;
  inline-size: 1px !important;
  block-size: 1px !important;
  overflow: hidden !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

.lead-form-message {
  flex-basis: 100%;
  grid-column: 1 / -1;
  inline-size: 100%;
  margin: 4px 0 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
}

.lead-form-message--success {
  color: #176b32;
}

.lead-form-message--error {
  color: #a52525;
}

form :is(button, input[type="submit"]):disabled {
  cursor: wait;
  opacity: 0.68;
}

.intro {
  padding-block: 30px 0;
}

h2 {
  margin: 0 0 18px;
  color: var(--text);
  font-size: 36px;
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: 0;
}

.intro p,
.company-text p,
.text-section p,
.geo p {
  max-inline-size: 870px;
  margin: 0 0 18px;
  color: #333333;
  font-size: 18px;
}

.catalog {
  padding-block: 28px 46px;
}

.catalog-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(360px, 0.5fr);
  gap: 28px;
  align-items: end;
  margin-block-end: 28px;
}

.catalog-heading h2 {
  margin: 0;
}

.catalog-heading p {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  font-weight: 700;
}

.catalog-group-title {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 38px 0 18px;
  font-size: 28px;
  line-height: 1.1;
}

.catalog-group-title::before {
  content: "";
  inline-size: 42px;
  block-size: 10px;
  border-radius: var(--radius-pill);
  background: var(--yellow);
}

.catalog-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.catalog-item {
  position: relative;
  display: grid;
  grid-template-rows: 150px auto auto;
  align-items: start;
  gap: 10px;
  min-inline-size: 0;
  min-block-size: 270px;
  padding: 18px 18px 20px;
  border: 1px solid transparent;
  border-radius: 18px;
  color: #1a1a1a;
  text-align: center;
  background: var(--white);
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.catalog-item:hover,
.catalog-item:focus-visible {
  border-color: var(--yellow);
  box-shadow: 0 12px 30px rgb(0 0 0 / 9%);
  transform: translateY(-2px);
}

.catalog-item strong {
  font-size: 18px;
  font-weight: 900;
  line-height: 1.18;
}

.catalog-item small {
  max-inline-size: 210px;
  margin-inline: auto;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
}

.product-visual {
  display: block;
  inline-size: 100%;
  block-size: 150px;
  border-radius: 16px;
  background-color: #f2f2f2;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.92) contrast(1.04);
  box-shadow: inset 0 -42px 0 rgb(255 228 1 / 76%);
}

.service-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.service-card {
  display: grid;
  gap: 8px;
  min-block-size: 150px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--white);
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.service-card:hover,
.service-card:focus-visible {
  border-color: var(--yellow);
  box-shadow: 0 12px 30px rgb(0 0 0 / 9%);
  transform: translateY(-2px);
}

.service-list strong {
  font-size: 19px;
  line-height: 1.14;
}

.service-list span {
  color: var(--muted);
  font-weight: 700;
}

.catalog-note {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-block-start: 18px;
  padding: 18px 22px;
  border-radius: var(--radius-md);
  background: var(--soft);
}

.catalog-note strong {
  flex: 0 0 auto;
}

.catalog-note span {
  min-inline-size: 0;
  color: var(--muted);
  font-weight: 700;
}

.company-block {
  display: grid;
  grid-template-columns: 350px 1fr;
  gap: 58px;
  align-items: start;
  padding-block: 44px;
}

.company-card {
  padding: 26px;
  border-radius: 4px;
  text-align: center;
  background: var(--soft);
}

.company-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 18px 12px;
  border: 1px solid #d1d1d1;
  background: var(--white);
}

.company-logo strong {
  font-size: 24px;
}

.company-card p {
  margin: 14px 0 20px;
  color: var(--muted);
  font-weight: 800;
}

.company-text h2 {
  font-size: 30px;
}

.text-section {
  padding-block: 50px 20px;
}

.process {
  padding-block: 18px 44px;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  padding: 0;
  margin: 0;
  list-style: none;
  counter-reset: order;
}

.process-grid li {
  position: relative;
  min-block-size: 170px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--white);
}

.process-grid li::before {
  counter-increment: order;
  content: counter(order, decimal-leading-zero);
  display: block;
  margin-block-end: 26px;
  color: var(--yellow-dark);
  font-size: 34px;
  font-weight: 900;
  line-height: 1;
}

.process-grid strong,
.process-grid span {
  display: block;
}

.process-grid strong {
  font-size: 20px;
  line-height: 1.14;
}

.process-grid span {
  margin-block-start: 8px;
  color: var(--muted);
  font-weight: 700;
}

.text-section h2 {
  max-inline-size: 820px;
}

.terms {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 72px;
  align-items: start;
  padding-block: 26px 55px;
}

.terms h3 {
  margin: 0 0 18px;
  font-size: 28px;
  line-height: 1.1;
}

.terms ul {
  display: grid;
  gap: 14px;
  padding-inline-start: 22px;
  margin: 0;
  color: #333333;
  font-size: 18px;
}

.terms li::marker {
  color: var(--yellow-dark);
}

.yellow-form {
  display: grid;
  gap: 14px;
  padding: 28px;
  border-radius: var(--radius-lg);
  background: var(--yellow);
}

.yellow-form h2 {
  margin: 0;
  font-size: 28px;
}

.yellow-form label {
  display: grid;
  gap: 6px;
  font-size: 13px;
  font-weight: 800;
}

.yellow-form .dark-button {
  inline-size: 100%;
  margin-block-start: 4px;
}

.prices {
  padding-block: 28px 50px;
}

.price-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 28px;
  align-items: start;
}

.price-layout--wide {
  grid-template-columns: minmax(0, 1fr);
}

.price-layout > * {
  min-inline-size: 0;
}

.price-table {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 12px;
}

table {
  inline-size: 100%;
  min-inline-size: 720px;
  border-collapse: collapse;
}

th,
td {
  padding: 18px 20px;
  border-block-end: 1px solid var(--line);
  text-align: start;
}

thead th {
  color: var(--white);
  background: var(--black);
}

tbody tr:last-child td {
  border-block-end: 0;
}

td:last-child {
  font-weight: 900;
}

.price-note {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 15px;
  font-weight: 700;
}

.estimator {
  display: grid;
  gap: 13px;
  padding: 22px;
  border-radius: var(--radius-md);
  background: var(--yellow);
}

.estimator h3 {
  margin: 0;
  font-size: 24px;
  line-height: 1.1;
}

.estimator label {
  display: grid;
  gap: 6px;
  font-size: 13px;
  font-weight: 800;
}

.estimator output {
  display: block;
  padding: 14px 16px;
  border-radius: var(--radius-pill);
  color: var(--white);
  font-weight: 900;
  text-align: center;
  background: var(--black);
}

.faq {
  padding-block: 28px 46px;
}

.faq details {
  margin-block-end: 14px;
  border: 1px solid #d7d7d7;
  border-radius: var(--radius-lg);
  background: var(--white);
}

.faq details[open] {
  border: 4px solid var(--yellow);
}

.faq summary {
  padding: 22px 28px;
  font-size: 18px;
  font-weight: 900;
  cursor: pointer;
}

.faq summary:focus-visible {
  outline: none;
}

.faq details:has(> summary:focus-visible) {
  outline: 3px solid var(--black);
  outline-offset: 3px;
}

.faq p {
  margin: 0;
  padding: 0 28px 24px;
  color: #333333;
  font-size: 17px;
}

.reviews,
.active,
.geo {
  padding-block: 24px 44px;
}

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

.review-notice {
  max-inline-size: 920px;
  margin: 0 0 24px;
  padding: 18px 20px;
  border-inline-start: 7px solid var(--yellow);
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
  color: #333333;
  font-weight: 800;
  background: var(--soft);
}

.review-card {
  display: grid;
  align-content: start;
  gap: 16px;
  min-block-size: 260px;
  border: 1px solid var(--line);
  background: var(--white);
  box-shadow: 0 12px 28px rgb(0 0 0 / 7%);
}

.review-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.review-card__tag,
.review-card__status {
  display: inline-flex;
  align-items: center;
  min-block-size: 30px;
  padding-inline: 11px;
  border-radius: var(--radius-pill);
  font-size: 12px;
  font-weight: 900;
}

.review-card__tag {
  background: var(--yellow);
}

.review-card__status {
  color: #4c4c4c;
  background: var(--soft);
}

.review-card p {
  font-size: 17px;
  line-height: 1.5;
}

.review-card footer {
  margin-block-start: auto;
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}

blockquote {
  margin: 0;
  min-block-size: 190px;
  padding: 26px;
  border-radius: var(--radius-md);
  background: var(--soft);
}

blockquote strong {
  display: block;
  margin-block-end: 8px;
  font-size: 22px;
}

blockquote p {
  margin: 0;
  color: #333333;
}

.active-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.active-grid article {
  display: grid;
  gap: 14px;
  min-block-size: 220px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  text-align: center;
  box-shadow: 0 6px 16px rgb(0 0 0 / 8%);
}

.active-grid h3 {
  margin: 0;
  font-size: 19px;
}

.active-grid p {
  margin: 0;
  color: #555555;
}

.active-grid .dark-button {
  justify-self: center;
  min-block-size: 44px;
  padding-inline: 22px;
}

.geo {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(420px, 0.72fr);
  gap: 42px;
  align-items: center;
  min-block-size: 430px;
  padding-block: 40px 58px;
}

.geo-copy p {
  max-inline-size: 760px;
}

.geo-notes {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 22px 0 0;
  list-style: none;
}

.geo-notes li {
  position: relative;
  padding-inline-start: 24px;
  font-weight: 800;
}

.geo-notes li::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  inset-block-start: 0.58em;
  inline-size: 10px;
  block-size: 10px;
  border-radius: 50%;
  background: var(--yellow);
}

.map-panel {
  display: grid;
  grid-template-columns: 0.72fr 1fr;
  gap: 18px;
  min-block-size: 290px;
  padding: 26px;
  border: 4px solid var(--yellow);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(135deg, #f7f7f7 0 48%, #eeeeee 49%);
}

.map-core {
  display: grid;
  place-items: center;
  border-radius: var(--radius-md);
  color: var(--black);
  font-size: 34px;
  font-weight: 900;
  background: var(--yellow);
}

.map-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  max-inline-size: none;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  text-align: center;
}

.map-list span {
  display: grid;
  place-items: center;
  min-block-size: 54px;
  padding: 10px;
  border-radius: 12px;
  font-weight: 800;
  background: var(--white);
}

.site-footer {
  margin-block-start: 26px;
  color: var(--black);
  background: var(--soft);
}

.footer-layout {
  justify-content: space-between;
  gap: 24px;
  min-block-size: 118px;
}

.footer-layout p {
  flex: 1 1 auto;
  min-inline-size: 0;
  margin: 0;
  font-size: 24px;
  font-weight: 900;
}

.footer-layout a:not(.services-button) {
  font-weight: 900;
}

.footer-bottom {
  color: #d8d8d8;
  background: var(--black);
}

.footer-bottom .wrap {
  min-block-size: 56px;
  gap: 28px;
  font-size: 14px;
}

.footer-bottom span {
  margin-inline-end: auto;
}

.mobile-cta {
  display: none;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-block: 8px 18px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}

.breadcrumbs a {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.service-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 0.72fr);
  gap: 28px;
  align-items: stretch;
}

.service-hero__copy {
  display: grid;
  align-content: center;
  min-block-size: 520px;
  padding: clamp(34px, 4vw, 68px);
  border-radius: var(--radius-md);
  background: var(--yellow);
}

.eyebrow {
  margin-block-end: 18px;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.service-hero h1 {
  max-inline-size: 780px;
  margin: 0;
  font-size: clamp(34px, 3.1vw, 58px);
  line-height: 1;
  font-weight: 900;
}

.service-hero p {
  max-inline-size: 720px;
  margin: 22px 0 26px;
  font-size: 19px;
  font-weight: 800;
}

.service-facts {
  display: grid;
  gap: 9px;
  max-inline-size: 650px;
  padding: 0;
  margin: 26px 0 0;
  list-style: none;
  font-weight: 900;
}

.service-facts li {
  position: relative;
  padding-inline-start: 22px;
}

.service-facts li::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  inset-block-start: 0.62em;
  inline-size: 8px;
  block-size: 8px;
  border-radius: 50%;
  background: var(--black);
}

.service-hero__media {
  position: relative;
  min-block-size: 520px;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius-md);
  background: var(--soft);
}

.service-hero__media img {
  inline-size: 100%;
  block-size: 100%;
  object-fit: cover;
  object-position: center bottom;
}

.service-hero__media figcaption {
  position: absolute;
  inset-inline: 18px;
  inset-block-end: 18px;
  padding: 14px 16px;
  border-radius: 12px;
  color: var(--white);
  font-weight: 800;
  background: rgb(22 22 22 / 86%);
}

.price-hero__summary {
  display: grid;
  align-content: center;
  gap: 12px;
  min-block-size: 520px;
  padding: clamp(28px, 4vw, 52px);
  border-radius: var(--radius-md);
  color: var(--white);
  background: linear-gradient(145deg, #151515 0%, #242424 66%, #3b3400 100%);
}

.price-hero__label {
  margin-block-end: 8px;
  color: var(--yellow);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.price-hero__summary > a {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 14px;
  align-items: center;
  padding: 16px;
  border: 1px solid rgb(255 255 255 / 18%);
  border-radius: 14px;
  color: var(--white);
  background: rgb(255 255 255 / 5%);
  transition: border-color 160ms ease, background 160ms ease;
}

.price-hero__summary > a:hover {
  border-color: var(--yellow);
  background: rgb(255 214 0 / 9%);
}

.price-hero__summary > a > strong {
  color: var(--yellow);
  font-size: 25px;
}

.price-hero__summary > a > span {
  font-size: 18px;
  font-weight: 900;
}

.price-hero__summary small {
  display: block;
  margin-block-start: 3px;
  color: #cfcfcf;
  font-size: 13px;
  font-weight: 700;
}

.price-hero__summary > p {
  margin: 10px 0 0;
  color: #d7d7d7;
  font-size: 14px;
  font-weight: 700;
}

.price-table a {
  font-weight: 900;
  text-decoration: underline;
  text-decoration-color: var(--yellow-dark);
  text-underline-offset: 3px;
}

.equipment-hero__copy {
  color: var(--white);
  background:
    linear-gradient(145deg, #151515 0%, #222222 58%, #3c3500 100%);
}

.equipment-hero__copy .plain-link {
  color: var(--yellow);
}

.equipment-hero__copy .service-facts li::before {
  background: var(--yellow);
}

.equipment-hero__media {
  border: 1px solid #d5d5d5;
}

.equipment-hero__media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgb(0 0 0 / 0%) 0 58%, rgb(0 0 0 / 42%) 100%);
  pointer-events: none;
}

.equipment-hero__media figcaption {
  z-index: 2;
}

.works-hero__copy {
  background:
    linear-gradient(135deg, var(--yellow) 0 66%, #f0d300 67% 100%);
}

.works-hero__media {
  border: 1px solid #d2d2d2;
}

.works-hero__media img {
  filter: saturate(0.9) contrast(1.05);
}

.quote-strip {
  display: grid;
  grid-template-columns: minmax(300px, 0.42fr) minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  margin-block-start: 34px;
  padding: 28px;
  border-radius: var(--radius-md);
  background: var(--soft);
}

.quote-strip h2,
.quote-strip p {
  max-inline-size: 520px;
  margin: 0;
}

.quote-strip h2 {
  font-size: 30px;
}

.quote-strip p {
  margin-block-start: 8px;
  color: var(--muted);
  font-weight: 800;
}

.quote-strip--dark {
  color: var(--white);
  background:
    linear-gradient(135deg, #141414 0%, #1f1f1f 68%, #3b3400 100%);
}

.quote-strip--dark h2 {
  color: var(--white);
}

.quote-strip--dark p,
.quote-strip--dark label {
  color: #d8d8d8;
}

.quote-strip--split {
  background:
    linear-gradient(135deg, var(--yellow) 0%, #ffe401 35%, var(--soft) 35.2% 100%);
}

.inline-lead-form {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) minmax(190px, 0.72fr) minmax(150px, auto);
  gap: 14px;
  align-items: end;
  min-inline-size: 0;
}

.inline-lead-form label {
  display: grid;
  gap: 5px;
  min-inline-size: 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.inline-lead-form .dark-button {
  inline-size: 100%;
  min-inline-size: 150px;
  padding-inline: 16px;
  white-space: nowrap;
}

.service-section {
  padding-block: 42px 20px;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(320px, 0.5fr);
  gap: 28px;
  align-items: end;
  margin-block-end: 24px;
}

.section-heading h2,
.section-heading p {
  margin: 0;
}

.section-heading p {
  color: var(--muted);
  font-size: 18px;
  font-weight: 800;
}

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

.type-grid article {
  min-block-size: 190px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--white);
}

.type-grid strong {
  display: block;
  margin-block-end: 10px;
  font-size: 21px;
  line-height: 1.1;
}

.type-grid p {
  margin: 0;
  color: #444444;
  font-weight: 700;
}

.type-grid--premium article {
  border-color: #cfcfcf;
  background:
    linear-gradient(180deg, #ffffff 0%, #f6f6f6 100%);
  box-shadow: 0 14px 34px rgb(0 0 0 / 8%);
}

.type-grid--premium article::before {
  content: "";
  display: block;
  inline-size: 44px;
  block-size: 8px;
  margin-block-end: 18px;
  border-radius: var(--radius-pill);
  background: var(--yellow);
}

.equipment-showcase {
  display: grid;
  grid-template-columns: minmax(0, 0.62fr) minmax(420px, 0.68fr);
  gap: 28px;
  align-items: stretch;
  padding-block: 42px 20px;
}

.equipment-showcase__visual {
  min-block-size: 420px;
  overflow: hidden;
  border-radius: var(--radius-md);
  background: var(--black);
}

.equipment-showcase__visual img {
  inline-size: 100%;
  block-size: 100%;
  object-fit: cover;
}

.equipment-showcase__copy {
  display: grid;
  align-content: center;
  padding: clamp(28px, 4vw, 54px);
  border-radius: var(--radius-md);
  color: var(--white);
  background: var(--black);
}

.equipment-showcase__copy h2 {
  color: var(--white);
}

.equipment-showcase__copy p {
  margin: 0 0 6px;
  color: #f2f2f2;
  font-size: 18px;
  font-weight: 700;
}

.equipment-showcase__copy .geo-notes li::before {
  background: var(--yellow);
}

.equipment-showcase__copy .geo-notes li {
  color: #f7f7f7;
}

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

.estimator--dark label {
  color: #d8d8d8;
}

.estimator--dark output {
  color: var(--black);
  background: var(--yellow);
}

.works-grid article {
  position: relative;
  overflow: hidden;
}

.works-grid article::after {
  content: "";
  position: absolute;
  inset-inline: 22px;
  inset-block-end: 0;
  block-size: 7px;
  border-radius: var(--radius-pill) var(--radius-pill) 0 0;
  background: var(--yellow);
}

.works-showcase {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(420px, 0.58fr);
  gap: 28px;
  align-items: stretch;
  padding-block: 42px 20px;
}

.works-showcase__copy {
  display: grid;
  align-content: center;
  min-block-size: 380px;
  padding: clamp(30px, 4vw, 58px);
  border-radius: var(--radius-md);
  color: var(--white);
  background:
    linear-gradient(145deg, #191919 0%, #252525 58%, #3c3500 100%);
}

.works-showcase__copy h2 {
  color: var(--white);
}

.works-showcase__copy p {
  max-inline-size: 760px;
  margin: 0;
  color: #eeeeee;
  font-size: 18px;
  font-weight: 700;
}

.works-showcase__copy .hero-actions {
  margin-block-start: 24px;
}

.works-metrics {
  display: grid;
  gap: 14px;
}

.works-metrics article {
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 4px 18px;
  align-items: center;
  min-block-size: 112px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--white);
  box-shadow: 0 12px 28px rgb(0 0 0 / 7%);
}

.works-metrics span {
  grid-row: span 2;
  display: grid;
  place-items: center;
  inline-size: 58px;
  block-size: 58px;
  border-radius: 16px;
  color: var(--black);
  font-weight: 900;
  background: var(--yellow);
}

.works-metrics strong {
  font-size: 22px;
  line-height: 1.1;
}

.works-metrics p {
  margin: 0;
  color: var(--muted);
  font-weight: 700;
}

.estimator--work {
  background:
    linear-gradient(180deg, var(--yellow) 0%, #f7d700 100%);
}

.process-band {
  padding-block-end: 44px;
}

@media (max-width: 1180px) {
  .header-layout {
    grid-template-columns: minmax(160px, 180px) minmax(0, 1fr);
    gap: 12px;
  }

  .main-nav a {
    padding-inline: 2px;
    font-size: 13px;
  }

  .header-row {
    gap: 8px;
  }

  .header-row .services-button {
    min-inline-size: 158px;
    padding-inline: 14px;
    font-size: 14px;
  }

  .hero {
    grid-template-columns: 390px 1fr;
  }

  .service-hero {
    grid-template-columns: minmax(0, 1fr);
  }

  .equipment-showcase {
    grid-template-columns: 1fr;
  }

  .works-showcase {
    grid-template-columns: 1fr;
  }

  .service-hero__copy,
  .service-hero__media,
  .price-hero__summary,
  .equipment-showcase__visual,
  .works-showcase__copy {
    min-block-size: auto;
  }

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

  .quote-form,
  .type-grid,
  .process-grid,
  .service-list,
  .reviews-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .quote-form .wide-field,
  .quote-form .dark-button {
    grid-column: 1 / -1;
  }

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

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

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

  .header-layout {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 16px;
    align-items: center;
    min-inline-size: 0;
  }

  .js .menu-toggle {
    display: inline-flex;
  }

  .header-side {
    position: absolute;
    inset-block-start: 100%;
    inset-inline: 0;
    z-index: 100;
    display: grid;
    gap: 16px;
    max-block-size: calc(100vh - 84px);
    padding: 22px max(20px, calc((100% - var(--wrap)) / 2));
    overflow-y: auto;
    border-block-start: 1px solid var(--line);
    background: var(--white);
    box-shadow: 0 22px 44px rgb(0 0 0 / 18%);
    overscroll-behavior: contain;
  }

  .js .site-header:not(.menu-open) .header-side {
    display: none;
  }

  .header-row,
  .contact-row {
    display: grid;
    gap: 12px;
    justify-content: stretch;
    min-inline-size: 0;
  }

  .main-nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    inline-size: 100%;
  }

  .main-nav a,
  .main-nav a:first-child {
    padding: 14px 16px;
    border: 1px solid var(--line);
    border-radius: 12px;
    font-size: 16px;
    text-align: center;
    white-space: normal;
    background: var(--soft);
  }

  .main-nav a[aria-current="page"] {
    border-color: var(--yellow);
    background: var(--yellow);
  }

  .header-row .services-button {
    inline-size: 100%;
    min-inline-size: 0;
  }

  .contact-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding-block-start: 16px;
    border-block-start: 1px solid var(--line);
  }

  .contact-row a,
  .contact-row .phone {
    display: grid;
    place-items: center;
    min-block-size: 50px;
    padding: 10px 12px;
    border-radius: 12px;
    font-size: 16px !important;
    text-align: center;
    white-space: normal;
    background: #f7f7f7;
  }
}

@media (max-width: 860px) {
  html {
    scroll-padding-block-end: calc(84px + env(safe-area-inset-bottom));
  }

  body {
    padding-block-end: calc(84px + env(safe-area-inset-bottom));
  }

  .footer-bottom .wrap {
    flex-wrap: wrap;
    gap: 14px 24px;
    padding-block: 16px;
  }

  .footer-bottom span {
    flex: 1 0 100%;
  }

  .hero {
    grid-template-columns: 1fr;
    border-radius: 0 0 var(--radius-md) var(--radius-md);
  }

  .hero-yellow {
    clip-path: none;
    padding: 34px 28px;
  }

  .hero-yellow p {
    font-size: 30px;
  }

  .hero-photo {
    min-block-size: 260px;
    margin: 0;
  }

  .benefits {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-block-size: 0;
  }

  .benefits article {
    inline-size: auto;
    min-block-size: 98px;
  }

  .benefits article + article {
    border-inline-start: 0;
  }

  .callback {
    display: grid;
  }

  .callback--second {
    grid-template-columns: minmax(0, 1fr);
  }

  .callback h2 {
    inline-size: 100%;
    clip-path: none;
  }

  .callback form {
    display: grid;
    justify-content: stretch;
  }

  .quote-copy {
    clip-path: none;
  }

  .quote-form,
  .inline-lead-form,
  .process-grid,
  .section-heading,
  .service-list,
  .reviews-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .catalog-heading {
    grid-template-columns: 1fr;
  }

  .callback label {
    inline-size: 100%;
  }

  h2 {
    font-size: 30px;
  }

  .catalog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 26px;
  }

  .catalog-item {
    min-block-size: 220px;
  }

  .catalog-note {
    flex-wrap: wrap;
  }

  .machine {
    inline-size: 180px;
    block-size: 135px;
  }

  .product-visual {
    block-size: 118px;
  }

  .company-block,
  .terms,
  .active-grid,
  .price-layout {
    grid-template-columns: 1fr;
  }

  table {
    min-inline-size: 0;
    table-layout: fixed;
  }

  th,
  td {
    padding: 12px 10px;
    overflow-wrap: anywhere;
  }

  .terms {
    gap: 28px;
  }

  .footer-layout {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-block: 26px;
  }

  .footer-layout p {
    flex-basis: min(100%, 620px);
    font-size: 21px;
  }

  .footer-layout .services-button {
    min-inline-size: 224px;
  }

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

  .quote-strip--split {
    background: var(--soft);
  }

  .equipment-showcase__visual {
    min-block-size: 320px;
  }

  .service-hero h1 {
    font-size: 34px;
  }

  .mobile-cta {
    position: fixed;
    inset-inline: 10px;
    inset-block-end: max(10px, env(safe-area-inset-bottom));
    z-index: 80;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    padding: 8px;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: var(--white);
    box-shadow: 0 6px 22px rgb(0 0 0 / 16%);
  }

  .mobile-cta a {
    display: grid;
    place-items: center;
    min-block-size: 46px;
    border-radius: var(--radius-pill);
    font-weight: 900;
    background: var(--yellow);
  }

  .mobile-cta a:first-child {
    color: var(--white);
    background: var(--black);
  }

  .site-header.menu-open ~ .mobile-cta {
    visibility: hidden;
    pointer-events: none;
  }
}

@media (max-width: 520px) {
  .wrap {
    inline-size: min(100% - 20px, var(--wrap));
  }

  .brand-mark {
    inline-size: 48px;
    block-size: 42px;
  }

  .brand-text strong {
    font-size: 24px;
  }

  .services-button,
  .dark-button {
    inline-size: 100%;
    min-inline-size: 0;
    white-space: normal;
  }

  .menu-toggle__label {
    position: absolute;
    inline-size: 1px;
    block-size: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }

  .menu-toggle {
    inline-size: 48px;
    padding-inline: 0;
  }

  .main-nav {
    grid-template-columns: 1fr;
  }

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

  .hero-actions {
    display: grid;
  }

  .plain-link {
    text-align: center;
  }

  .hero-yellow p {
    font-size: 27px;
  }

  .service-hero__copy {
    padding: 28px 22px;
  }

  .service-hero h1 {
    font-size: 30px;
  }

  .service-hero p {
    font-size: 17px;
  }

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

  .quote-strip {
    padding: 22px;
  }

  .equipment-showcase__copy {
    padding: 24px;
  }

  .equipment-showcase__visual {
    min-block-size: 250px;
  }

  .works-metrics article {
    grid-template-columns: 1fr;
    gap: 7px;
    padding: 22px;
  }

  .works-metrics span {
    grid-row: auto;
    margin-block-end: 8px;
  }

  .benefits,
  .map-list {
    grid-template-columns: 1fr;
  }

  .benefits article {
    border-block-end: 1px solid #d0d0d0;
  }

  .catalog-item {
    grid-template-rows: 96px auto auto;
    min-block-size: 190px;
    padding: 10px;
  }

  .catalog-item small {
    font-size: 13px;
  }

  .product-visual {
    block-size: 96px;
  }

  .service-hero > *,
  .section-heading > *,
  .callback--second > *,
  .quote-form,
  .quote-form > *,
  .catalog-item,
  .catalog-item > * {
    min-inline-size: 0;
  }

  .service-hero :is(h1, h2, p, li, strong, span),
  .section-heading :is(h2, p),
  .catalog-item :is(strong, small) {
    overflow-wrap: anywhere;
  }

  input,
  select,
  textarea {
    min-inline-size: 0;
  }

  .callback h2,
  .callback form,
  .yellow-form {
    padding-inline: 20px;
  }

  .footer-bottom .wrap {
    display: grid;
    gap: 12px;
    padding-block: 16px;
  }

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

  .map-panel {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .map-core {
    min-block-size: 120px;
  }

  .map-list {
    grid-template-columns: 1fr 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
  }
}
