:root {
  color-scheme: dark;
  --bg: #080706;
  --ink: #fff9ef;
  --muted: #b9ad9a;
  --line: rgba(255, 244, 220, 0.16);
  --panel: rgba(255, 249, 239, 0.075);
  --panel-strong: rgba(255, 249, 239, 0.12);
  --gold: #d9b46c;
  --gold-light: #f7dfab;
  --espresso: #17110d;
  --shadow: rgba(0, 0, 0, 0.42);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 15% 0%, rgba(217, 180, 108, 0.18), transparent 26rem),
    linear-gradient(135deg, #080706 0%, #120d0a 45%, #050505 100%);
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  background-image: linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(to bottom, black, transparent 75%);
}

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

.site-header {
  position: fixed;
  top: 16px;
  left: 50%;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 28px;
  align-items: center;
  width: min(1180px, calc(100% - 32px));
  padding: 12px 14px 12px 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(8, 7, 6, 0.68);
  box-shadow: 0 18px 50px var(--shadow);
  transform: translateX(-50%);
  backdrop-filter: blur(18px);
  transition: background 200ms ease, border-color 200ms ease;
}
.site-header.is-scrolled { background: rgba(8, 7, 6, 0.9); border-color: rgba(217, 180, 108, 0.32); }
.brand img { width: 178px; height: auto; filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.28)); }
.nav { display: flex; justify-content: center; gap: 22px; color: var(--muted); font-size: 0.9rem; font-weight: 650; }
.nav a, .header-cta, .text-link { text-decoration: none; }
.nav a:hover, .text-link:hover { color: var(--gold-light); }
.header-cta {
  padding: 12px 18px;
  border: 1px solid rgba(217, 180, 108, 0.45);
  border-radius: 999px;
  color: var(--gold-light);
  font-weight: 800;
}

.hero {
  position: relative;
  min-height: 185vh;
  overflow: clip;
}
.hero-bg {
  position: sticky;
  top: 0;
  min-height: 100vh;
  background:
    linear-gradient(90deg, rgba(8, 7, 6, 0.95) 0%, rgba(8, 7, 6, 0.72) 40%, rgba(8, 7, 6, 0.32) 100%),
    url("/static/img/hero-jewelry.webp") center 26% / min(1200px, 82vw) auto no-repeat,
    radial-gradient(circle at 80% 35%, rgba(217, 180, 108, 0.22), transparent 24rem),
    #080706;
  transform-origin: center;
}
.hero-content {
  position: absolute;
  top: clamp(145px, 22vh, 210px);
  left: 50%;
  width: min(1180px, calc(100% - 40px));
  transform: translateX(-50%);
}
.eyebrow, .section-kicker {
  margin: 0 0 16px;
  color: var(--gold-light);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
h1, h2, h3, p { margin-top: 0; }
h1 {
  max-width: 840px;
  margin-bottom: 26px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(4.4rem, 11vw, 10.5rem);
  font-weight: 500;
  line-height: 0.86;
  letter-spacing: -0.075em;
}
.hero-copy {
  max-width: 650px;
  color: var(--muted);
  font-size: clamp(1.1rem, 2vw, 1.4rem);
  line-height: 1.65;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 850;
  text-decoration: none;
}
.button-primary { color: #17100b; background: linear-gradient(135deg, var(--gold-light), var(--gold)); }
.button-secondary { border: 1px solid var(--line); color: var(--ink); background: rgba(255, 255, 255, 0.04); }
.scroll-cue {
  position: absolute;
  right: 32px;
  bottom: 32px;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}
.scroll-cue::after { content: ""; display: inline-block; width: 1px; height: 72px; margin-top: 14px; background: linear-gradient(var(--gold), transparent); }

.section {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(72px, 12vw, 140px) 0;
}
.intro {
  display: grid;
  grid-template-columns: 0.85fr 1fr;
  gap: clamp(32px, 7vw, 88px);
  border-top: 1px solid var(--line);
}
h2 {
  margin-bottom: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.35rem, 5.8vw, 5.5rem);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.055em;
}
.intro > p, .bridal-copy p, .appointment p {
  color: var(--muted);
  font-size: clamp(1.05rem, 1.7vw, 1.22rem);
  line-height: 1.8;
}
.section-heading { display: flex; justify-content: space-between; gap: 32px; align-items: end; margin-bottom: 36px; }
.section-heading h2 { max-width: 780px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: var(--panel);
  box-shadow: 0 18px 50px var(--shadow);
}
.service-card img { width: 100%; height: 310px; object-fit: cover; transition: transform 600ms ease; }
.service-card:hover img { transform: scale(1.045); }
.service-card div { padding: 26px; }
.service-card span { color: var(--gold); font-weight: 900; }
.service-card h3 { margin: 10px 0 12px; font-size: 1.45rem; }
.service-card p { color: var(--muted); line-height: 1.65; }

.bridal {
  display: grid;
  grid-template-columns: 1fr minmax(260px, 390px);
  gap: clamp(32px, 8vw, 100px);
  align-items: center;
  border-top: 1px solid var(--line);
}
.text-link { display: inline-flex; margin-top: 12px; color: var(--gold-light); font-weight: 850; }
.catalog-card {
  margin: 0;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: linear-gradient(180deg, var(--panel-strong), rgba(255, 255, 255, 0.035));
  transform: rotate(2deg);
}
.catalog-card img { border-radius: 20px; box-shadow: 0 24px 60px var(--shadow); }
.catalog-card figcaption { padding: 14px 6px 4px; color: var(--muted); font-size: 0.88rem; text-align: center; }

.proof {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  overflow: hidden;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: var(--line);
}
.proof div { padding: 30px; background: rgba(255, 249, 239, 0.06); }
.proof strong { display: block; margin-bottom: 8px; color: var(--gold-light); font-size: 1.3rem; }
.proof span { color: var(--muted); }

.appointment {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: clamp(32px, 7vw, 90px);
  align-items: center;
}
.contact-card {
  padding: 34px;
  border: 1px solid rgba(217, 180, 108, 0.35);
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(217, 180, 108, 0.13), rgba(255, 255, 255, 0.05));
  box-shadow: 0 24px 70px var(--shadow);
}
.phone { display: inline-block; margin-bottom: 18px; color: var(--gold-light); font-size: 1.8rem; font-weight: 900; text-decoration: none; }
.contact-card p { color: var(--ink); }
.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 28px 0 46px;
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.reveal { opacity: 0; transform: translateY(24px); transition: opacity 700ms ease, transform 700ms ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 860px) {
  .site-header { grid-template-columns: 1fr auto; border-radius: 24px; }
  .brand img { width: 150px; }
  .nav { display: none; }
  .header-cta { padding: 10px 12px; font-size: 0.88rem; }
  .hero { min-height: 150vh; }
  .hero-bg { background-size: 1050px auto; background-position: 54% 32%; }
  h1 { font-size: clamp(3.4rem, 18vw, 6.5rem); }
  .intro, .bridal, .appointment { grid-template-columns: 1fr; }
  .service-grid, .proof { grid-template-columns: 1fr; }
  .service-card img { height: 250px; }
  .site-footer { flex-direction: column; }
}
