:root {
  --ink: #222426;
  --muted: #6a625c;
  --orange: #f26a21;
  --orange-dark: #d95212;
  --amber: #f7a51f;
  --brown: #302623;
  --cream: #fff7ed;
  --sand: #f5eadc;
  --white: #ffffff;
  --line: rgba(48, 38, 35, 0.12);
  --shadow: 0 24px 70px rgba(67, 43, 29, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background:
    radial-gradient(circle at 8% 8%, rgba(242, 106, 33, 0.14), transparent 30%),
    linear-gradient(180deg, #fffaf4 0%, #ffffff 46%, #fff7ed 100%);
  font-family: Manrope, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 24px;
  align-items: center;
  padding: 14px clamp(18px, 5vw, 72px);
  background: rgba(255, 250, 244, 0.9);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand-logo {
  display: grid;
  place-items: center;
  width: 172px;
  height: 48px;
  padding: 7px 12px;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--orange), var(--brown));
  box-shadow: 0 12px 28px rgba(242, 106, 33, 0.18);
}

.brand-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.nav {
  display: flex;
  justify-content: center;
  gap: 22px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.nav a:hover,
.phone:hover,
.contact a:hover {
  color: var(--orange-dark);
}

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

.phone {
  color: var(--brown);
  font-weight: 800;
  white-space: nowrap;
}

.header-cta {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 16px;
  color: var(--white);
  background: var(--orange);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
}

.hero,
.section,
.benefits {
  padding-inline: clamp(18px, 5vw, 72px);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.82fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  min-height: calc(100vh - 77px);
  padding-top: 46px;
  padding-bottom: 46px;
}

.hero-content {
  max-width: 780px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--orange-dark);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 12px;
  font-weight: 800;
}

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

h1,
h2 {
  color: var(--brown);
  letter-spacing: -0.035em;
  line-height: 1.05;
}

h1 {
  max-width: 900px;
  margin-bottom: 22px;
  font-size: clamp(42px, 6.5vw, 76px);
}

h2 {
  margin-bottom: 0;
  font-size: clamp(30px, 4.6vw, 54px);
}

h3 {
  margin-bottom: 10px;
  font-size: 21px;
  line-height: 1.2;
}

p {
  color: var(--muted);
  line-height: 1.65;
}

.lead {
  max-width: 680px;
  margin-bottom: 0;
  font-size: clamp(17px, 1.7vw, 21px);
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 800;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  color: var(--white);
  background: linear-gradient(135deg, var(--orange), var(--orange-dark));
  box-shadow: 0 16px 30px rgba(242, 106, 33, 0.24);
}

.btn-ghost,
.btn-light {
  color: var(--brown);
  background: rgba(255, 255, 255, 0.82);
  border-color: var(--line);
}

.facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 650px;
  margin: 34px 0 0;
}

.facts div,
.benefits article,
.service-card,
.offers article,
.price-table,
.rating-cards article,
.team-grid article,
.contact-card {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid var(--line);
  box-shadow: 0 14px 42px rgba(67, 43, 29, 0.07);
}

.facts div {
  padding: 16px;
  border-radius: 22px;
}

.facts dt {
  color: var(--brown);
  font-size: 26px;
  font-weight: 800;
}

.facts dd {
  margin: 2px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.hero-panel {
  position: relative;
  min-width: 0;
}

.hero-panel img {
  width: 100%;
  aspect-ratio: 4 / 3.35;
  object-fit: cover;
  border-radius: 34px;
  box-shadow: var(--shadow);
}

.panel-card {
  width: min(86%, 390px);
  margin: -54px auto 0;
  position: relative;
  padding: 22px;
  background: var(--brown);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 28px;
  box-shadow: var(--shadow);
}

.panel-card span {
  color: var(--amber);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.panel-card strong {
  display: block;
  margin: 10px 0 8px;
  color: var(--white);
  font-size: 23px;
  line-height: 1.25;
}

.panel-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
}

.benefits {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  padding-top: 20px;
  padding-bottom: 28px;
}

.benefits article {
  padding: 22px;
  border-radius: 24px;
}

.benefits strong,
.benefits span {
  display: block;
}

.benefits strong {
  color: var(--brown);
  font-size: 19px;
}

.benefits span {
  margin-top: 8px;
  color: var(--muted);
  line-height: 1.45;
}

.section {
  padding-top: 78px;
  padding-bottom: 78px;
}

.section-head {
  max-width: 880px;
  margin-bottom: 32px;
}

.compact-head {
  max-width: 760px;
}

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

.service-card,
.offers article,
.team-grid article {
  min-width: 0;
  padding: 28px;
  border-radius: 28px;
}

.service-card.accent {
  color: var(--white);
  background:
    radial-gradient(circle at 12% 10%, rgba(255, 255, 255, 0.25), transparent 28%),
    linear-gradient(135deg, var(--orange), var(--brown));
}

.service-card.accent h3,
.service-card.accent p {
  color: var(--white);
}

.offers {
  background: linear-gradient(180deg, rgba(245, 234, 220, 0.45), rgba(255, 255, 255, 0));
}

.offers article span,
.team-grid span {
  color: var(--orange-dark);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.offers article strong {
  color: var(--brown);
  font-size: 24px;
}

.price-table {
  overflow: hidden;
  border-radius: 28px;
}

.price-table div {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  padding: 20px 26px;
  border-bottom: 1px solid var(--line);
}

.price-table div:last-child {
  border-bottom: 0;
}

.price-table strong {
  color: var(--orange-dark);
  white-space: nowrap;
}

.reviews,
.appointment,
.contact {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(24px, 5vw, 66px);
  align-items: center;
}

.reviews {
  color: var(--white);
  background: linear-gradient(135deg, var(--brown), #1a1513);
}

.reviews h2,
.reviews p {
  color: var(--white);
}

.reviews .eyebrow {
  color: var(--amber);
}

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

.rating-cards article {
  padding: 24px;
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(255, 255, 255, 0.14);
  border-radius: 24px;
}

.rating-cards strong,
.rating-cards span {
  display: block;
}

.rating-cards strong {
  color: var(--white);
  font-size: 33px;
}

.rating-cards span {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.68);
}

.appointment {
  background:
    linear-gradient(135deg, rgba(242, 106, 33, 0.13), rgba(247, 165, 31, 0.06)),
    var(--cream);
}

.contact-actions {
  margin-top: 0;
}

.contact-actions .btn {
  min-width: 180px;
}

.contact {
  align-items: stretch;
}

.contact-card {
  padding: 30px;
  border-radius: 30px;
}

.contact a {
  color: var(--orange-dark);
  font-weight: 800;
}

.route {
  display: inline-flex;
  margin-top: 10px;
  border-bottom: 1px solid currentColor;
}

.contact iframe {
  width: 100%;
  min-height: 410px;
  border: 0;
  border-radius: 30px;
  box-shadow: var(--shadow);
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 24px clamp(18px, 5vw, 72px);
  color: var(--muted);
  background: var(--white);
  border-top: 1px solid var(--line);
  font-size: 13px;
}

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

  .nav {
    display: none;
  }

  .hero,
  .reviews,
  .appointment,
  .contact {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 0;
  }

  .benefits,
  .service-grid,
  .offer-grid,
  .team-grid,
  .rating-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .site-header {
    padding: 10px 14px;
    gap: 10px;
  }

  .brand-logo {
    width: 124px;
    height: 42px;
    border-radius: 14px;
  }

  .header-actions {
    gap: 8px;
  }

  .phone {
    display: none;
  }

  .header-cta {
    min-height: 38px;
    padding-inline: 13px;
  }

  .hero,
  .section,
  .benefits {
    padding-inline: 16px;
  }

  .hero {
    padding-top: 34px;
    padding-bottom: 36px;
  }

  .section {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  h1 {
    font-size: clamp(34px, 11vw, 48px);
  }

  h2 {
    font-size: clamp(28px, 9vw, 38px);
  }

  .lead {
    font-size: 16px;
  }

  .hero-actions .btn,
  .contact-actions .btn {
    width: 100%;
  }

  .facts,
  .benefits,
  .service-grid,
  .offer-grid,
  .team-grid,
  .rating-cards {
    grid-template-columns: 1fr;
  }

  .hero-panel img {
    aspect-ratio: 1.12 / 1;
    border-radius: 24px;
  }

  .panel-card {
    width: calc(100% - 20px);
    margin-top: -34px;
    padding: 18px;
    border-radius: 22px;
  }

  .panel-card strong {
    font-size: 20px;
  }

  .service-card,
  .offers article,
  .team-grid article,
  .contact-card {
    padding: 22px;
    border-radius: 22px;
  }

  .price-table div {
    display: grid;
    gap: 6px;
    padding: 18px;
  }

  .price-table strong {
    white-space: normal;
  }

  .contact iframe {
    min-height: 320px;
    border-radius: 22px;
  }

  .footer {
    display: grid;
    padding: 22px 16px;
  }
}
