:root {
  --bg: #f8f4ef;
  --card: #ffffff;
  --text: #1e1a17;
  --muted: #6d6258;
  --line: #e8ddd1;
  --gold: #b88b4a;
  --gold-deep: #9c733a;
  --dark: #18120f;
  --radius: 22px;
  --shadow: 0 24px 60px rgba(33, 23, 16, 0.08);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: linear-gradient(180deg, #fbf7f2 0%, #f6f0ea 100%);
  color: var(--text);
  font-family: Arial, Helvetica, sans-serif;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(1200px, calc(100% - 32px)); margin: 0 auto; }
.section { padding: 84px 0; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 30px; }
.section-head.centered { flex-direction: column; align-items: center; text-align: center; }
.section h2, .hero h1, .site-footer .logo-main, .logo-main { font-family: Georgia, 'Times New Roman', serif; }
.section h2 { margin: 0; font-size: clamp(38px, 5vw, 54px); line-height: 0.95; }
.eyebrow { margin: 0 0 12px; letter-spacing: .22em; text-transform: uppercase; font-size: 12px; color: var(--gold); font-weight: 700; }
.subnote { margin: 10px 0 0; color: var(--gold-deep); font-style: italic; }
.text-link { color: var(--gold-deep); font-weight: 600; }
.site-header { position: sticky; top: 0; z-index: 40; background: rgba(250, 246, 241, 0.9); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(184, 139, 74, 0.12); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 88px; }
.logo { display: inline-flex; flex-direction: column; line-height: 1; }
.logo-main { font-size: 52px; letter-spacing: .02em; }
.logo-sub { font-size: 12px; text-transform: uppercase; letter-spacing: .32em; margin-top: -2px; }
.nav { display: flex; gap: 30px; font-weight: 600; color: #493f37; }
.nav a:hover { color: var(--gold-deep); }
.header-actions { display: flex; align-items: center; gap: 16px; }
.phone-wrap { display: flex; flex-direction: column; align-items: flex-end; line-height: 1.1; }
.phone { font-size: 26px; font-family: Georgia, 'Times New Roman', serif; font-weight: 700; }
.phone-wrap span { color: var(--muted); font-size: 12px; }
.btn { display: inline-flex; justify-content: center; align-items: center; min-height: 52px; padding: 0 24px; border-radius: 16px; border: 1px solid transparent; font-weight: 700; transition: .25s ease; }
.btn:hover { transform: translateY(-1px); }
.btn-gold { background: linear-gradient(135deg, #c89d5e 0%, var(--gold-deep) 100%); color: white; box-shadow: 0 14px 30px rgba(156, 115, 58, 0.24); }
.btn-outline { border-color: rgba(255,255,255,.25); background: rgba(255,255,255,.08); color: white; }
.btn-light { background: white; color: #7a5727; }
.hero { padding: 34px 0 24px; }
.hero-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 0; background: radial-gradient(circle at top left, #28211c 0%, #16110e 70%); border-radius: 32px; overflow: hidden; box-shadow: var(--shadow); }
.hero-card { padding: 62px 46px; color: white; }
.hero h1 { margin: 0; font-size: clamp(54px, 6vw, 88px); line-height: .88; letter-spacing: -.02em; }
.hero h1 span { color: #d8b06f; }
.hero h2 { margin: 22px 0 0; font-size: clamp(24px, 3vw, 38px); font-family: Georgia, 'Times New Roman', serif; font-weight: 600; }
.hero-text { margin: 20px 0 0; color: rgba(255,255,255,.82); font-size: 18px; line-height: 1.75; max-width: 540px; }
.hero-buttons { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.hero-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 34px; }
.stat { padding: 16px; border: 1px solid rgba(255,255,255,.12); border-radius: 16px; background: rgba(255,255,255,.04); }
.stat strong { display: block; color: #f3d5a3; margin-bottom: 6px; font-size: 22px; }
.stat span { color: rgba(255,255,255,.8); font-size: 14px; }
.hero-media { position: relative; min-height: 100%; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; }
.hero-sign { position: absolute; right: 36px; bottom: 40px; color: white; font-family: Georgia, 'Times New Roman', serif; font-style: italic; font-size: 42px; text-align: right; text-shadow: 0 4px 20px rgba(0,0,0,.25); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.service-card, .review-card, .lead-box, .work-card, .step { background: var(--card); border: 1px solid rgba(184, 139, 74, 0.12); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.service-card img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.service-body { padding: 20px; }
.service-body h3 { margin: 0 0 8px; font-size: 24px; font-family: Georgia, 'Times New Roman', serif; }
.service-body p { margin: 0; color: var(--muted); line-height: 1.65; }
.chips { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 24px; }
.chip { padding: 12px 18px; border: 1px solid var(--line); border-radius: 999px; background: white; color: #6a5b4d; font-weight: 600; }
.chip.active { background: linear-gradient(135deg, #d0ac74, #b88b4a); color: white; border-color: transparent; }
.work-grid { display: grid; grid-template-columns: 1.15fr 1fr 1fr; gap: 20px; }
.work-card { position: relative; min-height: 280px; }
.work-card.large { grid-row: span 2; min-height: 100%; }
.work-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.work-overlay { position: absolute; inset: auto 0 0 0; padding: 24px; background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.72) 100%); color: white; }
.work-overlay h3 { margin: 0; font-family: Georgia, 'Times New Roman', serif; font-size: 32px; }
.dark-band { background: radial-gradient(circle at top, rgba(255, 220, 173, 0.14), transparent 35%), linear-gradient(135deg, #1b1612, #2d231e 45%, #15110e); color: white; }
.features-grid { display: grid; grid-template-columns: 1.2fr repeat(5, 1fr); gap: 20px; align-items: center; }
.feature-item { padding: 22px 18px; border-radius: 18px; border: 1px solid rgba(255,255,255,.08); background: rgba(255,255,255,.04); }
.feature-item strong { display: block; margin-bottom: 10px; color: #f1c680; }
.feature-item span { color: rgba(255,255,255,.82); line-height: 1.5; font-size: 14px; }
.process-grid { display: grid; grid-template-columns: 1.55fr .85fr; gap: 28px; align-items: start; }
.process-steps { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; margin-top: 28px; }
.step { padding: 24px 18px; }
.step span { display: inline-flex; width: 36px; height: 36px; align-items: center; justify-content: center; border-radius: 50%; background: linear-gradient(135deg, #d2ae76, #b88b4a); color: white; font-weight: 800; }
.step h3 { margin: 18px 0 8px; font-size: 21px; font-family: Georgia, 'Times New Roman', serif; }
.step p { margin: 0; color: var(--muted); line-height: 1.6; }
.lead-box { padding: 28px; background: linear-gradient(135deg, #cda768, #9a6d34); color: white; }
.lead-box h3 { margin: 0 0 18px; font-family: Georgia, 'Times New Roman', serif; font-size: 40px; line-height: .95; }
.lead-box form { display: grid; gap: 12px; }
.lead-box input, .lead-box select { width: 100%; min-height: 54px; border-radius: 14px; border: 1px solid rgba(255,255,255,.32); background: rgba(255,255,255,.14); color: white; padding: 0 16px; font: inherit; }
.lead-box input::placeholder { color: rgba(255,255,255,.8); }
.lead-box option { color: #222; }
.privacy { margin: 14px 0 0; color: rgba(255,255,255,.88); font-size: 13px; }
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.review-card { padding: 24px; }
.review-top { display: flex; align-items: center; gap: 14px; margin-bottom: 14px; }
.review-top span { display: block; color: var(--muted); font-size: 14px; }
.avatar { width: 56px; height: 56px; border-radius: 50%; display: grid; place-items: center; font-weight: 700; color: white; background: linear-gradient(135deg, #d4b27a, #a8783b); }
.review-card p { margin: 0; color: var(--muted); line-height: 1.75; }
.site-footer { border-top: 1px solid rgba(184, 139, 74, 0.14); background: #fbf7f1; padding-top: 36px; }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr 1fr; gap: 24px; }
.footer-grid p { color: var(--muted); line-height: 1.7; }
.footer-grid strong { display: block; margin-bottom: 8px; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 24px 0 36px; margin-top: 24px; border-top: 1px solid rgba(184, 139, 74, 0.12); color: var(--muted); }
.footer-links { display: flex; gap: 18px; flex-wrap: wrap; }
@media (max-width: 1100px) {
  .header-inner { flex-wrap: wrap; padding: 14px 0; }
  .nav { order: 3; width: 100%; justify-content: center; flex-wrap: wrap; gap: 16px 22px; padding-top: 10px; }
  .phone-wrap { display: none; }
  .hero-grid, .process-grid, .features-grid, .footer-grid, .service-grid, .reviews-grid, .work-grid, .process-steps { grid-template-columns: 1fr; }
  .hero-card { padding: 40px 28px; }
  .hero-media { min-height: 360px; }
  .hero-stats { grid-template-columns: 1fr; }
  .work-card.large { grid-row: auto; }
}
@media (max-width: 720px) {
  .section { padding: 64px 0; }
  .header-inner { min-height: 76px; }
  .logo-main { font-size: 40px; }
  .hero h1 { font-size: 56px; }
  .hero-sign { right: 18px; bottom: 18px; font-size: 28px; }
  .section h2 { font-size: 40px; }
  .lead-box h3 { font-size: 32px; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
}
