*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --bg: #12151f;
  --gold: #c9973a;
  --gold-light: #e2b96a;
  --white: #ffffff;
  --gray: #8b92a5;
  --border: rgba(201,151,58,0.18);
}
html { scroll-behavior: smooth; }
body { background-color: var(--bg); color: var(--white); font-family: 'Inter', sans-serif; -webkit-font-smoothing: antialiased; }
nav { display: flex; align-items: center; justify-content: space-between; padding: 18px 24px; border-bottom: 1px solid rgba(255,255,255,0.07); background: var(--bg); position: sticky; top: 0; z-index: 100; }
.nav-logo { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.logo-circle { width: 42px; height: 42px; border-radius: 50%; background: linear-gradient(135deg, #c9973a, #e8c46a); display: flex; align-items: center; justify-content: center; font-family: 'Playfair Display', serif; font-weight: 700; font-size: 19px; color: #12151f; }
.nav-brand { font-family: 'Cormorant Garamond', serif; font-size: 20px; font-weight: 600; color: var(--white); letter-spacing: 0.06em; }
.nav-links { display: none; }
.hamburger { display: flex; flex-direction: column; gap: 5px; cursor: pointer; }
.hamburger span { display: block; width: 22px; height: 2px; background: var(--white); border-radius: 2px; }
@media (min-width: 900px) {
  .hamburger { display: none; }
  .nav-links { display: flex; align-items: center; gap: 20px; list-style: none; flex-wrap: wrap; }
  .nav-links a { color: var(--gray); text-decoration: none; font-size: 13px; transition: color 0.2s; }
  .nav-links a:hover { color: var(--gold); }
  .nav-links .cta-link { background: linear-gradient(135deg, #c9973a, #e8c46a); color: #12151f !important; padding: 9px 16px; border-radius: 6px; font-weight: 600; }
}
.page-hero { background-color: var(--bg); padding: 64px 24px 48px; text-align: center; }
.page-hero-tag { font-size: 10.5px; font-weight: 500; letter-spacing: 0.22em; color: var(--gold); text-transform: uppercase; margin-bottom: 16px; }
.page-hero h1 { font-family: 'Playfair Display', serif; font-size: clamp(32px, 7vw, 56px); font-weight: 900; line-height: 1.18; margin-bottom: 18px; }
.page-hero h1 .gold { color: var(--gold); }
.page-hero p { font-size: 15px; color: var(--gray); max-width: 500px; margin: 0 auto 32px; line-height: 1.75; }
.section { background-color: var(--bg); padding: 64px 24px; max-width: 1100px; margin: 0 auto; }
.section-label { font-size: 10.5px; font-weight: 500; letter-spacing: 0.22em; color: var(--gold); text-transform: uppercase; text-align: center; margin-bottom: 10px; }
.section-title { font-family: 'Playfair Display', serif; font-size: clamp(26px, 4vw, 40px); font-weight: 700; text-align: center; margin-bottom: 14px; }
.section-sub { text-align: center; color: var(--gray); font-size: 15px; max-width: 480px; margin: 0 auto 48px; line-height: 1.75; }
.cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(270px, 1fr)); gap: 20px; }
.card { background: rgba(255,255,255,0.03); border: 1px solid var(--border); border-radius: 12px; padding: 30px 26px; transition: border-color 0.3s, transform 0.3s; }
.card:hover { border-color: rgba(201,151,58,0.4); transform: translateY(-3px); }
.card-icon { width: 46px; height: 46px; background: rgba(201,151,58,0.1); border-radius: 10px; display: flex; align-items: center; justify-content: center; margin-bottom: 18px; color: var(--gold); }
.card h3 { font-family: 'Playfair Display', serif; font-size: 19px; font-weight: 700; margin-bottom: 10px; }
.card p { color: var(--gray); font-size: 14px; line-height: 1.7; }
.btn-primary { display: inline-block; padding: 16px 32px; background: linear-gradient(135deg, #c9973a, #e8c46a); color: #12151f; font-size: 15px; font-weight: 600; border: none; border-radius: 8px; cursor: pointer; text-decoration: none; text-align: center; transition: opacity 0.2s; }
.btn-primary:hover { opacity: 0.88; }
.btn-secondary { display: inline-block; padding: 15px 32px; background: transparent; color: var(--gold); font-size: 15px; font-weight: 500; border: 1.5px solid rgba(201,151,58,0.5); border-radius: 8px; cursor: pointer; text-decoration: none; text-align: center; transition: border-color 0.2s, background 0.2s; }
.btn-secondary:hover { border-color: var(--gold); background: rgba(201,151,58,0.05); }
.btn-row { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; margin-top: 32px; }
.cta-banner { background-color: var(--bg); padding: 0 24px 80px; }
.cta-inner { max-width: 1052px; margin: 0 auto; background: rgba(201,151,58,0.06); border: 1px solid rgba(201,151,58,0.2); border-radius: 16px; padding: 56px 32px; text-align: center; }
.cta-inner h2 { font-family: 'Playfair Display', serif; font-size: clamp(24px, 4vw, 38px); font-weight: 700; margin-bottom: 14px; }
.cta-inner p { color: var(--gray); font-size: 15px; margin-bottom: 28px; max-width: 420px; margin-left: auto; margin-right: auto; line-height: 1.75; }
footer { background-color: var(--bg); border-top: 1px solid rgba(255,255,255,0.06); padding: 32px 24px; text-align: center; color: var(--gray); font-size: 13px; line-height: 2; }
footer a { color: var(--gold); text-decoration: none; }
.footer-brand { font-family: 'Cormorant Garamond', serif; font-size: 16px; color: var(--white); letter-spacing: 0.06em; margin-bottom: 6px; }
.footer-sub { font-size: 12px; color: var(--gray); font-style: italic; margin-bottom: 10px; }
