:root {
  --bg: #050607;
  --panel: #101113;
  --panel-soft: #18130d;
  --cream: #fff2dd;
  --text: #f8efe0;
  --muted: #cdbf9f;
  --gold: #f1b83b;
  --gold-2: #ffdf80;
  --copper: #b86624;
  --line: rgba(241, 184, 59, 0.26);
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.42);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 10% 0%, rgba(241, 184, 59, 0.2), transparent 32rem),
    radial-gradient(circle at 88% 12%, rgba(184, 102, 36, 0.22), transparent 26rem),
    linear-gradient(135deg, #020303, #090705 52%, #040404);
  font-family: "Trebuchet MS", "Segoe UI", sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(20px, 5vw, 72px);
  border-bottom: 1px solid var(--line);
  background: rgba(5, 6, 7, 0.88);
  backdrop-filter: blur(18px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: #1b1205;
  border-radius: 999px;
  background: linear-gradient(145deg, var(--gold-2), var(--gold), var(--copper));
  box-shadow: 0 0 28px rgba(241, 184, 59, 0.32);
}

.brand strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  letter-spacing: 0.04em;
}

.brand small,
.eyebrow {
  color: var(--gold-2);
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.nav {
  display: flex;
  gap: 20px;
  color: var(--muted);
  font-size: 15px;
}

.nav a:hover,
.header-phone:hover {
  color: var(--gold-2);
}

.header-phone {
  color: var(--gold-2);
  font-weight: 700;
}

.section {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
  padding: 74px 0;
}

.hero {
  display: flex;
  align-items: center;
  min-height: calc(100vh - 84px);
}

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

.hero h1,
.intro h2,
.section-heading h2,
.gift h2,
.footer h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  line-height: 0.95;
}

.hero h1 {
  max-width: 720px;
  font-size: clamp(48px, 8vw, 96px);
  letter-spacing: -0.06em;
}

.hero-text,
.intro p,
.gift p,
.price-note {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-weight: 800;
}

.button.primary {
  color: #211405;
  background: linear-gradient(145deg, var(--gold-2), var(--gold), var(--copper));
  box-shadow: 0 14px 34px rgba(241, 184, 59, 0.24);
}

.button.ghost {
  color: var(--gold-2);
  background: rgba(255, 255, 255, 0.04);
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
}

.trust-row span {
  padding: 10px 14px;
  color: var(--gold-2);
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
}

.intro,
.gift {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: clamp(24px, 6vw, 80px);
  align-items: center;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.intro h2,
.section-heading h2,
.gift h2,
.footer h2 {
  font-size: clamp(34px, 5vw, 62px);
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}

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

.service-card {
  min-height: 250px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background:
    linear-gradient(160deg, rgba(255, 242, 221, 0.08), rgba(255, 255, 255, 0.02)),
    var(--panel);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.24);
}

.service-card h3 {
  margin: 18px 0 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
}

.service-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.price {
  display: inline-flex;
  padding: 8px 12px;
  color: #211405;
  border-radius: 999px;
  background: linear-gradient(145deg, var(--gold-2), var(--gold));
  font-weight: 900;
}

.prices-section {
  padding-top: 18px;
}

.price-table {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(255, 242, 221, 0.08), rgba(255, 255, 255, 0.03));
}

.price-table div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 22px;
  border-bottom: 1px solid rgba(241, 184, 59, 0.16);
}

.price-table div:last-child {
  border-bottom: 0;
}

.price-table strong {
  color: var(--gold-2);
  white-space: nowrap;
}

.gift {
  padding: 52px clamp(22px, 5vw, 54px);
  border: 1px solid var(--line);
  border-radius: 34px;
  background:
    radial-gradient(circle at 92% 0%, rgba(241, 184, 59, 0.24), transparent 18rem),
    var(--panel-soft);
}

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

.gallery img {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 26px;
  box-shadow: var(--shadow);
}

.footer {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto 28px;
  padding: 42px;
  border: 1px solid var(--line);
  border-radius: 34px;
  background: #070707;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 26px;
}

.contact-grid a,
.contact-grid span {
  padding: 18px;
  color: var(--muted);
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.04);
}

.contact-grid strong {
  display: block;
  margin-top: 8px;
  color: var(--text);
}

@media (max-width: 900px) {
  .site-header {
    position: static;
    align-items: flex-start;
    flex-direction: column;
  }

  .nav {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .intro,
  .gift {
    grid-template-columns: 1fr;
  }

  .service-grid,
  .gallery,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 48px;
  }

  .section {
    padding: 48px 0;
  }

  .price-table div {
    align-items: flex-start;
    flex-direction: column;
  }
}
