:root {
  --bg: #f6efe9;
  --paper: #fffaf5;
  --ink: #211713;
  --muted: #7a6760;
  --rose: #b66a60;
  --rose-dark: #8d4b43;
  --sand: #e9d6c7;
  --line: rgba(33, 23, 19, .13);
  --shadow: 0 28px 70px rgba(85, 48, 38, .16);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: Inter, Arial, sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 8% 2%, rgba(182, 106, 96, .18), transparent 28rem),
    linear-gradient(180deg, #fff7ef 0%, var(--bg) 42%, #fbf5ef 100%);
  overflow-x: hidden;
}

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

a { color: inherit; }

.topbar {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px clamp(18px, 4vw, 64px);
  background: rgba(255, 250, 245, .86);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand, .topbar nav, .hero-actions, .facts, .contact-actions, footer {
  display: flex;
  align-items: center;
}

.brand {
  gap: 12px;
  text-decoration: none;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.brand img {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 8px 26px rgba(0, 0, 0, .12);
}

.topbar nav { gap: 22px; }

.topbar nav a, .top-phone {
  text-decoration: none;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.topbar nav a:hover, .top-phone:hover { color: var(--rose-dark); }

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
  gap: clamp(32px, 6vw, 88px);
  align-items: center;
  min-height: calc(100vh - 82px);
  padding: clamp(38px, 7vw, 92px) clamp(18px, 5vw, 78px) clamp(48px, 7vw, 96px);
}

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

.eyebrow {
  margin: 0 0 14px;
  color: var(--rose-dark);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}

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

h1 {
  margin: 0;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(46px, 7.2vw, 112px);
  line-height: .9;
  letter-spacing: -.06em;
}

h2 {
  margin: 0;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(34px, 4.6vw, 68px);
  line-height: .96;
  letter-spacing: -.045em;
}

h3 { margin: 10px 0 12px; font-size: 22px; }

.lead {
  max-width: 650px;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.5;
}

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

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  padding: 14px 22px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 850;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

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

.primary {
  color: #fff;
  background: var(--ink);
  box-shadow: 0 18px 34px rgba(33, 23, 19, .22);
}

.secondary {
  color: var(--ink);
  background: rgba(255, 255, 255, .58);
  border: 1px solid var(--line);
}

.facts { gap: 12px; flex-wrap: wrap; margin-top: 34px; }

.facts span {
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 18px;
  color: var(--muted);
  background: rgba(255, 255, 255, .45);
}

.facts strong { display: block; color: var(--ink); font-size: 20px; }

.hero-visual {
  position: relative;
  min-height: 640px;
}

.hero-cover, .hero-photo {
  position: absolute;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.hero-cover {
  inset: 4% 0 auto 8%;
  width: 86%;
  height: 300px;
  border-radius: 38px;
}

.hero-photo.one {
  left: 0;
  bottom: 0;
  width: 56%;
  height: 380px;
  border-radius: 46px 46px 14px 46px;
}

.hero-photo.two {
  right: 0;
  bottom: 62px;
  width: 45%;
  height: 430px;
  border-radius: 46px 46px 46px 14px;
}

.section {
  padding: clamp(56px, 8vw, 110px) clamp(18px, 5vw, 78px);
}

.intro, .price-note, .contacts {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: clamp(28px, 5vw, 76px);
  align-items: start;
}

.intro p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: clamp(20px, 2.4vw, 30px);
  line-height: 1.38;
}

.section-head { max-width: 760px; margin-bottom: 34px; }

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

.service-grid article, .review-grid a, .review-grid div, .contact-card, .price-list {
  border: 1px solid var(--line);
  background: rgba(255, 250, 245, .78);
  box-shadow: 0 18px 45px rgba(85, 48, 38, .08);
}

.service-grid article {
  min-height: 260px;
  padding: 24px;
  border-radius: 30px;
}

.service-grid span {
  color: var(--rose-dark);
  font-weight: 900;
}

.service-grid p, .price-list p, .contact-card p, .contact-links {
  color: var(--muted);
  line-height: 1.55;
}

.price-list {
  display: grid;
  gap: 10px;
  padding: 26px;
  border-radius: 30px;
}

.price-list p { margin: 0; }

.gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-flow: dense;
  gap: 14px;
}

figure {
  position: relative;
  min-height: 360px;
  margin: 0;
  overflow: hidden;
  border-radius: 28px;
  background: var(--sand);
}

figure.wide { grid-column: span 2; }

figure img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  transition: transform .35s ease;
}

figure:hover img { transform: scale(1.04); }

figcaption {
  position: absolute;
  left: 14px;
  bottom: 14px;
  padding: 10px 12px;
  border-radius: 999px;
  color: #fff;
  background: rgba(33, 23, 19, .72);
  font-size: 13px;
  font-weight: 800;
}

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

.review-grid a, .review-grid div {
  min-height: 210px;
  padding: 26px;
  border-radius: 30px;
  text-decoration: none;
}

.review-grid strong {
  display: block;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 74px;
  line-height: .9;
}

.review-grid span { display: block; margin-top: 16px; font-weight: 900; }

.review-grid small { display: block; margin-top: 8px; color: var(--muted); }

.contact-card {
  padding: clamp(26px, 4vw, 44px);
  border-radius: 36px;
}

.address { font-size: 20px; }

.contact-links {
  display: grid;
  gap: 10px;
  padding-left: 18px;
  margin: 28px 0 0;
}

.contact-links a:hover { color: var(--rose-dark); }

.map-link {
  position: relative;
  display: block;
  min-height: 520px;
  overflow: hidden;
  border-radius: 36px;
  background: linear-gradient(135deg, #e7d7cb, #f6efe9);
  box-shadow: var(--shadow);
  text-decoration: none;
}

.map-link img {
  width: 100%;
  height: 520px;
  object-fit: cover;
}

.map-link span {
  position: absolute;
  left: 22px;
  bottom: 22px;
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  padding: 12px 18px;
  border-radius: 999px;
  color: #fff;
  background: rgba(33, 23, 19, .78);
  font-weight: 850;
  box-shadow: 0 12px 24px rgba(33, 23, 19, .18);
}

footer {
  justify-content: space-between;
  gap: 18px;
  padding: 28px clamp(18px, 5vw, 78px) 42px;
  color: var(--muted);
  border-top: 1px solid var(--line);
}

@media (max-width: 1080px) {
  .topbar nav { display: none; }
  .hero, .intro, .price-note, .contacts { grid-template-columns: 1fr; }
  .hero { min-height: 0; }
  .hero-visual { min-height: 560px; }
  .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 680px) {
  .topbar { gap: 12px; }
  .brand span { display: none; }
  .top-phone { font-size: 13px; }
  .hero { padding-top: 32px; }
  .hero-actions .btn, .contact-actions .btn { width: 100%; }
  .hero-visual { min-height: 430px; }
  .hero-cover { left: 0; width: 100%; height: 190px; border-radius: 28px; }
  .hero-photo.one { width: 58%; height: 260px; }
  .hero-photo.two { width: 48%; height: 290px; bottom: 34px; }
  .service-grid, .gallery, .review-grid { grid-template-columns: 1fr; }
  figure, figure img { min-height: 420px; }
  figure.wide { grid-column: auto; }
  .review-grid strong { font-size: 58px; }
  .map-link { min-height: 420px; }
  .map-link img { height: 420px; }
  footer { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 420px) {
  h1 { font-size: 44px; }
  figure, figure img { min-height: 360px; }
  .hero-photo.one, .hero-photo.two { border-radius: 26px; }
}
