:root {
  --ink: #211a17;
  --muted: #75665d;
  --paper: #fbf7f1;
  --veil: #f2e8dd;
  --line: #d8c6b5;
  --rose: #9f6f6f;
  --wine: #503238;
  --gold: #b88a45;
  --white: #fffdfa;
  --shadow: 0 28px 70px rgba(70, 45, 34, 0.15);
  font-family: Manrope, Arial, sans-serif;
}
* { box-sizing: border-box; }
body { margin: 0; background: var(--paper); color: var(--ink); }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; object-fit: cover; }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 4px; }
.container { width: min(1120px, calc(100% - 32px)); margin: 0 auto; }
.narrow { max-width: 760px; }
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(251, 247, 241, 0.88); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); }
.nav { width: min(1180px, calc(100% - 28px)); margin: 0 auto; min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { display: grid; gap: 2px; }
.brand-mark { font-family: "Cormorant Garamond", Georgia, serif; font-size: 30px; font-weight: 700; line-height: 1; }
.brand-line, .eyebrow { color: var(--muted); font-size: 12px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
.nav-links { display: flex; gap: 22px; color: var(--muted); font-size: 14px; font-weight: 700; }
.nav-links a[aria-current="page"], .nav-links a:hover { color: var(--ink); }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.button, .ghost-button { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; border-radius: 999px; padding: 0 22px; font-weight: 800; border: 1px solid var(--wine); }
.button { background: var(--wine); color: var(--white); box-shadow: var(--shadow); }
.button.small { min-height: 38px; padding: 0 16px; }
.ghost-button { background: transparent; color: var(--wine); }
.icon-button { display: none; width: 42px; height: 42px; border-radius: 50%; border: 1px solid var(--line); background: var(--white); color: var(--ink); font-size: 20px; }
.page { overflow: hidden; }
.hero { min-height: calc(100vh - 78px); display: grid; grid-template-columns: minmax(0, 1fr) minmax(340px, 0.82fr); grid-template-rows: 1fr auto; gap: 28px; align-items: end; width: min(1180px, calc(100% - 28px)); margin: 0 auto; padding: 52px 0 34px; }
.hero-copy { align-self: center; max-width: 690px; }
h1, h2, h3 { font-family: "Cormorant Garamond", Georgia, serif; margin: 0; line-height: 0.98; font-weight: 700; }
h1 { font-size: clamp(66px, 9vw, 132px); max-width: 800px; }
h2 { font-size: clamp(38px, 5vw, 72px); }
h3 { font-size: 32px; }
p { line-height: 1.7; }
.lead { color: var(--muted); font-size: 20px; max-width: 680px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.hero-media { position: relative; min-height: 620px; border-radius: 52% 52% 10px 10px; overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow); background: var(--veil); }
.hero-media::after { content: ""; position: absolute; inset: 18px; border: 1px solid rgba(255,255,255,0.62); border-radius: inherit; pointer-events: none; }
.hero-media img { width: 100%; height: 100%; }
.hero-meta { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.hero-meta div { padding: 22px 24px; border-right: 1px solid var(--line); display: grid; gap: 4px; }
.hero-meta div:last-child { border-right: 0; }
.hero-meta strong { font-family: "Cormorant Garamond", Georgia, serif; font-size: 34px; color: var(--wine); }
.hero-meta span, .service-card span, .service-row span, .master-card span, .review-card span { color: var(--muted); font-size: 13px; font-weight: 800; text-transform: uppercase; }
.section { padding: 86px 0; }
.split, .section-head { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 48px; align-items: end; }
.score-band { background: var(--veil); border-block: 1px solid var(--line); position: relative; }
.score-band::before { content: ""; position: absolute; inset: 24px 0 auto; height: 1px; background: var(--line); box-shadow: 0 18px 0 var(--line), 0 36px 0 var(--line), 0 54px 0 var(--line); opacity: 0.55; }
.service-grid, .review-grid, .gallery-preview { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 38px; position: relative; }
.service-card, .review-card, .contact-card, .qr-bot { background: var(--white); border: 1px solid var(--line); border-radius: 8px; padding: 28px; box-shadow: 0 18px 45px rgba(74, 47, 35, 0.07); }
.service-card { display: grid; gap: 14px; }
.service-card strong, .service-facts strong, .detail-facts span { color: var(--wine); font-size: 20px; }
.service-list { display: grid; gap: 14px; }
.service-row { display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: center; padding: 28px; border: 1px solid var(--line); background: var(--white); border-radius: 8px; }
.service-facts { display: grid; justify-items: end; gap: 8px; min-width: 170px; }
.page-hero { padding: 76px 0 24px; }
.gallery-preview figure, .gallery-item { margin: 0; display: grid; gap: 10px; }
.gallery-preview picture, .gallery-grid picture { aspect-ratio: 1 / 1; border-radius: 8px; overflow: hidden; border: 1px solid var(--line); background: var(--veil); }
.gallery-preview img, .gallery-grid img { width: 100%; height: 100%; }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
figcaption { color: var(--muted); font-size: 14px; }
.service-detail { width: min(1120px, calc(100% - 32px)); margin: 0 auto; padding: 70px 0; display: grid; grid-template-columns: 0.95fr 1fr; gap: 44px; align-items: center; }
.detail-media { aspect-ratio: 3 / 4; overflow: hidden; border-radius: 8px; border: 1px solid var(--line); box-shadow: var(--shadow); }
.detail-media img { width: 100%; height: 100%; }
.detail-copy { display: grid; gap: 20px; }
.detail-facts { display: flex; flex-wrap: wrap; gap: 12px; }
.detail-facts span { border: 1px solid var(--line); border-radius: 999px; padding: 10px 16px; background: var(--white); }
.team-grid { display: grid; gap: 22px; }
.master-card { display: grid; grid-template-columns: 280px 1fr; gap: 30px; align-items: center; padding: 28px; border: 1px solid var(--line); background: var(--white); border-radius: 8px; }
.master-card picture { aspect-ratio: 1 / 1; overflow: hidden; border-radius: 50% 50% 8px 8px; background: var(--veil); }
.master-card img { width: 100%; height: 100%; }
.contact-grid { display: grid; grid-template-columns: 1fr 360px; gap: 22px; align-items: start; }
.hours { display: grid; gap: 6px; margin: 18px 0; color: var(--muted); }
.qr-bot { margin: 0; display: grid; justify-items: center; gap: 14px; text-align: center; }
.qr-bot img { width: 240px; height: 240px; border-radius: 8px; background: var(--white); border: 1px solid var(--line); }
.site-footer { border-top: 1px solid var(--line); padding: 34px 0; background: var(--veil); }
.footer-inner { display: flex; justify-content: space-between; gap: 22px; align-items: center; }
.footer-contacts { display: flex; flex-wrap: wrap; gap: 14px; justify-content: flex-end; color: var(--muted); font-size: 14px; }
@media (max-width: 900px) {
  .nav-links { display: none; position: absolute; left: 14px; right: 14px; top: 72px; padding: 18px; background: var(--white); border: 1px solid var(--line); border-radius: 8px; box-shadow: var(--shadow); }
  .nav-links.is-open { display: grid; }
  .icon-button { display: inline-flex; align-items: center; justify-content: center; }
  .hero, .split, .section-head, .service-detail, .contact-grid, .master-card { grid-template-columns: 1fr; }
  .hero { min-height: 0; }
  .hero-media { min-height: 420px; }
  .service-grid, .review-grid, .gallery-preview, .gallery-grid { grid-template-columns: 1fr 1fr; }
  .service-row { grid-template-columns: 1fr; }
  .service-facts { justify-items: start; }
}
@media (max-width: 560px) {
  .brand-mark { font-size: 24px; }
  .nav { min-height: 68px; }
  .nav-actions .button { display: none; }
  h1 { font-size: 58px; }
  h2 { font-size: 40px; }
  .lead { font-size: 18px; }
  .hero { padding-top: 34px; }
  .hero-media { min-height: 360px; border-radius: 50% 50% 8px 8px; }
  .hero-meta, .service-grid, .review-grid, .gallery-preview, .gallery-grid { grid-template-columns: 1fr; }
  .hero-meta div { border-right: 0; border-bottom: 1px solid var(--line); }
  .hero-meta div:last-child { border-bottom: 0; }
  .section { padding: 62px 0; }
  .footer-inner { display: grid; }
  .footer-contacts { justify-content: flex-start; }
}
