:root {
  --bg: #0d1117;
  --surface: #141a22;
  --surface-soft: rgba(20, 26, 34, .72);
  --text: #f4efe7;
  --muted: #b8aea1;
  --accent: #c8a46a;
  --accent-dark: #997844;
  --line: rgba(255,255,255,.12);
  --shadow: 0 28px 80px rgba(0,0,0,.35);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Raleway", sans-serif;
  color: var(--text);
  background: radial-gradient(circle at top left, #202a35, var(--bg) 42%);
}
a { color: inherit; text-decoration: none; }
img { width: 100%; display: block; }
.site-header {
  position: fixed;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  width: min(1180px, calc(100% - 32px));
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 14px 18px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(13,17,23,.55);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow);
}
.logo {
  font-family: "Playfair Display", serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: .02em;
}
.logo span { color: var(--accent); }
.nav { display: flex; gap: 22px; color: var(--muted); font-size: 14px; }
.nav a:hover, .phone:hover { color: var(--accent); }
.phone { font-weight: 700; color: var(--text); white-space: nowrap; }
.hero {
  position: relative;
  min-height: 100vh;
  display: grid;
  align-items: center;
  padding: 140px max(24px, calc((100vw - 1180px)/2)) 80px;
  background: url("assets/img/photo-1600607688969-a5bfcd646154-3cfaefa6.jpg") center/cover no-repeat;
  overflow: hidden;
}
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,7,10,.88), rgba(5,7,10,.38)); }
.hero-content { position: relative; max-width: 780px; z-index: 2; }
.eyebrow, .section-kicker {
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: 12px;
  font-weight: 700;
}
h1, h2, h3 { margin: 0; }
h1, h2 { font-family: "Playfair Display", serif; line-height: .98; }
h1 { font-size: clamp(48px, 8vw, 92px); margin: 18px 0 24px; }
h2 { font-size: clamp(36px, 5vw, 64px); }
h3 { font-size: 22px; }
p { color: var(--muted); line-height: 1.7; }
.hero-lead { max-width: 620px; font-size: 18px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 16px 24px;
  font-weight: 700;
  cursor: pointer;
  transition: transform .25s ease, background .25s ease, border-color .25s ease;
}
.btn:hover { transform: translateY(-3px); }
.btn-primary { background: var(--accent); color: #15110a; }
.btn-primary:hover { background: #d9b778; }
.btn-secondary { border-color: var(--line); color: var(--text); background: rgba(255,255,255,.06); }
.hero-card {
  position: absolute;
  right: max(24px, calc((100vw - 1180px)/2));
  bottom: 80px;
  width: 230px;
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 24px;
  background: rgba(13,17,23,.6);
  backdrop-filter: blur(16px);
  z-index: 2;
}
.hero-card strong { display: block; color: var(--accent); font-size: 42px; font-family: "Playfair Display", serif; }
.hero-card span { color: var(--muted); }
.section { padding: 110px max(24px, calc((100vw - 1180px)/2)); }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin-bottom: 44px; }
.section-head h2 { max-width: 760px; }
.about-grid { display: grid; grid-template-columns: 1fr .85fr; gap: 54px; align-items: center; }
.about-copy p { max-width: 680px; }
.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 34px; }
.stats div, .step, .price-card, .object-card, .faq-list {
  border: 1px solid var(--line);
  background: var(--surface-soft);
  border-radius: 28px;
  box-shadow: var(--shadow);
}
.stats div { padding: 22px; }
.stats b { display: block; font-family: "Playfair Display", serif; color: var(--accent); font-size: 36px; }
.stats span { color: var(--muted); }
.about-photo img { height: 620px; object-fit: cover; border-radius: 36px; }
.object-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.object-card { overflow: hidden; transition: transform .25s ease; }
.object-card:hover { transform: translateY(-8px); }
.object-card img { height: 260px; object-fit: cover; transition: transform .4s ease; }
.object-card:hover img { transform: scale(1.06); }
.object-card div { padding: 22px; }
.step-grid, .price-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.step { padding: 28px; }
.step span { color: var(--accent); font-family: "Playfair Display", serif; font-size: 42px; }
.price-grid { grid-template-columns: repeat(3, 1fr); }
.price-card { padding: 30px; }
.price-card.featured { border-color: rgba(200,164,106,.7); background: linear-gradient(160deg, rgba(200,164,106,.18), rgba(20,26,34,.84)); }
.price-card strong { display: block; margin: 22px 0; color: var(--accent); font-size: 34px; font-family: "Playfair Display", serif; }
.price-card ul { margin: 0; padding-left: 18px; color: var(--muted); line-height: 2; }
.faq-list { overflow: hidden; }
.faq-item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
  color: var(--text);
  padding: 24px;
  text-align: left;
  font: 700 18px "Raleway", sans-serif;
  cursor: pointer;
}
.faq-panel { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.faq-panel p { margin: 0; padding: 0 24px 24px; }
.contact-card {
  display: grid;
  grid-template-columns: 1fr .82fr;
  gap: 42px;
  padding: 46px;
  border: 1px solid var(--line);
  border-radius: 38px;
  background: linear-gradient(135deg, rgba(200,164,106,.14), rgba(255,255,255,.05));
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow);
}
.lead-form { display: grid; gap: 14px; }
input, textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255,255,255,.08);
  color: var(--text);
  padding: 16px;
  font: inherit;
}
textarea { min-height: 120px; resize: vertical; }
.form-message { min-height: 24px; margin: 0; }
.footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 18px;
  padding: 34px max(24px, calc((100vw - 1180px)/2));
  border-top: 1px solid var(--line);
  color: var(--muted);
}
.footer a { color: var(--accent); }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
@media (max-width: 980px) {
  .nav { display: none; }
  .about-grid, .contact-card { grid-template-columns: 1fr; }
  .object-grid, .step-grid { grid-template-columns: repeat(2, 1fr); }
  .price-grid { grid-template-columns: 1fr; }
  .hero-card { position: relative; right: auto; bottom: auto; margin-top: 42px; }
}
@media (max-width: 620px) {
  .site-header { top: 10px; width: calc(100% - 20px); }
  .phone { font-size: 13px; }
  .object-grid, .step-grid, .stats { grid-template-columns: 1fr; }
  .section { padding-top: 76px; padding-bottom: 76px; }
  .contact-card { padding: 28px; }
}
