:root {
  --bg: #0b1020;
  --surface: #121a2e;
  --surface-light: #f4f1e8;
  --text: #f8fafc;
  --muted: #b7c0d4;
  --ink: #152033;
  --gold: #d9ad49;
  --gold-light: #f0cf7b;
  --line: rgba(255, 255, 255, 0.13);
  --max-width: 1120px;
  --radius: 24px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}
a { color: inherit; }
.container { width: min(calc(100% - 40px), var(--max-width)); margin-inline: auto; }
.site-header {
  position: sticky; top: 0; z-index: 10;
  background: rgba(11, 16, 32, 0.9);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}
.nav { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; font-weight: 750; letter-spacing: -0.02em; }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(217,173,73,.6); border-radius: 12px; color: var(--gold-light); font-size: .8rem; letter-spacing: .08em; }
nav { display: flex; gap: 26px; }
nav a { color: var(--muted); text-decoration: none; font-size: .95rem; }
nav a:hover, nav a:focus-visible { color: var(--text); }
.hero { min-height: 690px; display: grid; align-items: center; background: radial-gradient(circle at 78% 24%, rgba(217,173,73,.18), transparent 30%), linear-gradient(135deg,#0b1020 10%,#121a2e 100%); }
.hero-content { padding-block: 110px 125px; }
.eyebrow, .section-label, .product-kicker { margin: 0 0 18px; color: var(--gold-light); font-size: .78rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
h1,h2,h3,p { margin-top: 0; }
h1 { max-width: 850px; margin-bottom: 28px; font-size: clamp(3.4rem,8vw,7.4rem); line-height: .96; letter-spacing: -.065em; }
h2 { margin-bottom: 20px; font-size: clamp(2.1rem,4vw,4rem); line-height: 1.05; letter-spacing: -.045em; }
h3 { margin-bottom: 18px; font-size: clamp(2rem,4vw,3.5rem); line-height: 1; letter-spacing: -.04em; }
.hero-copy { max-width: 680px; margin-bottom: 36px; color: var(--muted); font-size: clamp(1.1rem,2vw,1.35rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 24px; border-radius: 999px; font-weight: 750; text-decoration: none; transition: transform 160ms ease, background 160ms ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { background: var(--gold); color: #17130a; }
.button.primary:hover { background: var(--gold-light); }
.button.secondary { border: 1px solid var(--line); color: var(--text); }
.section { padding-block: 110px; }
.split { display: grid; grid-template-columns: .95fr 1.05fr; gap: 80px; }
.body-copy { color: var(--muted); font-size: 1.12rem; }
.body-copy p + p { margin-top: 24px; }
.products-section { background: var(--surface-light); color: var(--ink); }
.products-section .section-label, .product-kicker { color: #8b681f; }
.product-card { margin-top: 48px; display: grid; grid-template-columns: 1.4fr .6fr; overflow: hidden; border-radius: var(--radius); background: #fff; box-shadow: 0 22px 70px rgba(17,29,53,.13); }
.product-copy { padding: clamp(34px,6vw,72px); }
.product-copy p { max-width: 650px; color: #536073; font-size: 1.08rem; }
.text-link { display: inline-block; margin-top: 16px; color: #725214; font-weight: 800; text-decoration: none; }
.text-link:hover { text-decoration: underline; }
.product-monogram { min-height: 370px; display: grid; place-items: center; background: radial-gradient(circle at 30% 20%, rgba(240,207,123,.5), transparent 34%), #10182b; color: var(--gold-light); font-size: clamp(2.6rem,7vw,5rem); font-weight: 900; letter-spacing: -.05em; }
.contact-section { background: var(--surface); }
.contact-card { display: flex; align-items: center; justify-content: space-between; gap: 36px; padding: clamp(34px,6vw,70px); border: 1px solid var(--line); border-radius: var(--radius); }
.contact-card h2 { max-width: 660px; margin-bottom: 0; }
.site-footer { border-top: 1px solid var(--line); }
.footer-content { min-height: 100px; display: flex; align-items: center; justify-content: space-between; gap: 24px; color: var(--muted); font-size: .92rem; }
.footer-content p { margin-bottom: 0; }
@media (max-width: 760px) {
  .nav { min-height: 68px; }
  .brand span:last-child { display: none; }
  nav { gap: 16px; }
  .hero { min-height: auto; }
  .hero-content { padding-block: 90px 100px; }
  .section { padding-block: 80px; }
  .split, .product-card { grid-template-columns: 1fr; }
  .split { gap: 30px; }
  .product-monogram { min-height: 230px; }
  .contact-card, .footer-content { align-items: flex-start; flex-direction: column; }
  .footer-content { padding-block: 30px; }
}
@media (max-width: 520px) {
  nav a:nth-child(2) { display: none; }
  h1 { font-size: clamp(3rem,16vw,4.5rem); }
  .hero-actions .button, .contact-card .button { width: 100%; }
}
