:root {
  --ink: #211914;
  --muted: #776a61;
  --cream: #fbf4ea;
  --blush: #ead1c6;
  --rose: #b67864;
  --brown: #3b2a22;
  --white: #fffaf5;
  --line: rgba(33, 25, 20, .14);
  --shadow: 0 24px 70px rgba(59, 42, 34, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, Arial, sans-serif;
  color: var(--ink);
  background: var(--cream);
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 14px clamp(18px, 4vw, 54px);
  background: rgba(251, 244, 234, .86);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
}
.brand { display: flex; align-items: center; gap: 10px; font-weight: 800; letter-spacing: .03em; }
.brand img, footer img { border-radius: 50%; object-fit: cover; }
nav { display: flex; gap: 22px; color: var(--muted); font-size: 14px; }
nav a:hover, .top-phone:hover { color: var(--rose); }
.top-phone { font-weight: 700; }

.section-pad { padding: clamp(58px, 8vw, 112px) clamp(18px, 5vw, 72px); }
.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(320px, .97fr);
  gap: clamp(28px, 5vw, 68px);
  min-height: calc(100vh - 74px);
  align-items: center;
}
.eyebrow { margin: 0 0 16px; color: var(--rose); font-weight: 800; text-transform: uppercase; letter-spacing: .16em; font-size: 12px; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-family: Georgia, 'Times New Roman', serif; font-size: clamp(46px, 7vw, 94px); line-height: .92; letter-spacing: -.06em; margin-bottom: 24px; }
h2 { font-family: Georgia, 'Times New Roman', serif; font-size: clamp(34px, 5vw, 66px); line-height: 1; letter-spacing: -.045em; margin-bottom: 18px; }
h3 { font-size: 22px; margin-bottom: 10px; }
.lead { color: var(--muted); font-size: clamp(18px, 2vw, 24px); line-height: 1.5; max-width: 760px; }
.hero-actions, .contact-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.btn, .contact-actions a, .packages a, .section-head a {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 14px 20px;
  font-weight: 800;
}
.primary { background: var(--ink); color: var(--white); border-color: var(--ink); }
.ghost { background: rgba(255,255,255,.35); }
.btn:hover, .contact-actions a:hover, .packages a:hover { transform: translateY(-2px); box-shadow: var(--shadow); }

.proof-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-top: 38px; max-width: 680px; }
.proof-grid div { padding: 18px; border: 1px solid var(--line); border-radius: 24px; background: rgba(255,255,255,.38); }
.proof-grid strong { display: block; font-size: clamp(28px, 4vw, 44px); font-family: Georgia, 'Times New Roman', serif; }
.proof-grid span { color: var(--muted); font-size: 14px; }

.hero-media { position: relative; }
.hero-media img { width: 100%; height: min(74vh, 820px); object-fit: cover; border-radius: 42px; box-shadow: var(--shadow); }
.floating-card { position: absolute; left: -24px; bottom: 28px; max-width: 310px; padding: 20px; background: var(--white); border-radius: 24px; box-shadow: var(--shadow); font-weight: 800; }

.strip { display: flex; gap: 10px; padding: 18px clamp(18px, 5vw, 72px); overflow: hidden; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); }
.strip span { flex: 0 0 auto; padding: 10px 16px; border-radius: 999px; background: var(--cream); color: var(--muted); }

.section { border-bottom: 1px solid var(--line); }
.two-col { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(28px, 6vw, 80px); align-items: start; }
.text-block { color: var(--muted); font-size: 19px; line-height: 1.7; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 34px; }
.section-head h2 { margin-bottom: 0; max-width: 780px; }
.cards { display: grid; gap: 16px; }
.services-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.cards article { min-height: 250px; padding: 28px; border: 1px solid var(--line); border-radius: 30px; background: var(--white); box-shadow: 0 12px 36px rgba(59,42,34,.06); }
.cards span { color: var(--rose); font-weight: 900; }
.cards p { color: var(--muted); line-height: 1.5; }
.cards b { display: block; margin-top: 26px; font-size: 20px; }

.dark { background: var(--brown); color: var(--white); }
.light .eyebrow { color: #e9b9a7; }
.packages { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.packages article { padding: 30px; min-height: 280px; border: 1px solid rgba(255,255,255,.18); border-radius: 34px; background: rgba(255,255,255,.08); }
.packages p { color: rgba(255,250,245,.74); line-height: 1.6; }
.packages a { display: inline-block; margin-top: 18px; border-color: rgba(255,255,255,.24); }

.gallery { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
figure { margin: 0; position: relative; min-height: 360px; border-radius: 30px; overflow: hidden; background: var(--blush); }
figure.wide { grid-column: span 2; }
figure img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
figcaption { position: absolute; left: 14px; right: 14px; bottom: 14px; padding: 12px 14px; border-radius: 18px; background: rgba(255,250,245,.88); font-weight: 800; }

.blush { background: #f3dfd5; }
.reviews-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
blockquote { margin: 0; min-height: 210px; padding: 26px; border-radius: 28px; background: var(--white); font: 700 22px/1.35 Georgia, 'Times New Roman', serif; }
.map-card { display: grid; grid-template-columns: 160px 1fr; gap: 18px; align-items: center; margin-top: 18px; max-width: 560px; padding: 14px; border-radius: 26px; background: var(--white); font-weight: 800; }
.map-card img { border-radius: 18px; height: 110px; object-fit: cover; }

.promo { display: flex; align-items: center; justify-content: space-between; gap: 28px; background: var(--white); }
.promo p { max-width: 780px; color: var(--muted); font-size: 18px; line-height: 1.6; }
.contacts { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .9fr); gap: 40px; }
.contacts p { color: var(--muted); font-size: 18px; }
.contact-actions { margin-top: 0; }
.contact-actions a { background: var(--white); }

footer { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 26px clamp(18px, 5vw, 72px) 88px; color: var(--muted); }
footer span { font-weight: 800; color: var(--ink); }
.mobile-cta { display: none; }

@media (max-width: 980px) {
  nav { display: none; }
  .hero, .two-col, .contacts { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  .hero-media img { height: 560px; }
  .services-grid, .packages { grid-template-columns: 1fr 1fr; }
  .gallery, .reviews-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  .topbar { padding: 12px 16px; }
  .top-phone { display: none; }
  h1 { font-size: clamp(38px, 12vw, 48px); line-height: .98; letter-spacing: -.045em; }
  .section-pad { padding: 56px 16px; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-actions .btn { text-align: center; padding-inline: 16px; }
  .proof-grid, .services-grid, .packages, .gallery, .reviews-grid { grid-template-columns: 1fr; }
  .hero-media img { height: 430px; border-radius: 28px; }
  .floating-card { position: static; margin-top: 12px; max-width: none; }
  .section-head { display: block; }
  .section-head a { display: inline-block; margin-top: 18px; }
  figure, figure.wide { grid-column: auto; min-height: 430px; }
  .promo { display: block; }
  .map-card { grid-template-columns: 1fr; }
  footer { display: grid; }
  .mobile-cta {
    position: static;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin: 0 10px 10px;
    padding: 8px;
    background: rgba(33,25,20,.9);
    border-radius: 22px;
  }
  .mobile-cta a { text-align: center; padding: 12px 8px; border-radius: 16px; background: var(--white); font-size: 13px; font-weight: 900; }
}
