:root {
  --ink: #0e1117;
  --ink-2: #2c3240;
  --ink-3: #5a6272;
  --ink-4: #8a91a0;
  --bg: #f8f6f2;
  --bg-2: #f0ede7;
  --bg-3: #e8e4dc;
  --gold: #b8975a;
  --gold-light: #d4b47a;
  --gold-pale: #f5efe3;
  --white: #ffffff;
  --serif: 'Cormorant Garamond', Georgia, serif;
  --sans: 'DM Sans', system-ui, sans-serif;
  --max: 1160px;
  --pad: clamp(24px, 5vw, 80px);
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--sans); background: var(--bg); color: var(--ink); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; display: flex; align-items: center; justify-content: space-between; padding: 0 var(--pad); height: 72px; background: rgba(248,246,242,0.92); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(184,151,90,0.15); transition: all 0.3s ease; }
.nav-logo { font-family: var(--serif); font-size: 22px; font-weight: 500; color: var(--ink); text-decoration: none; letter-spacing: 0.01em; line-height: 1.2; }
.nav-logo span { display: block; font-size: 11px; font-family: var(--sans); font-weight: 300; color: var(--gold); letter-spacing: 0.18em; text-transform: uppercase; }
.nav-links { display: flex; align-items: center; gap: 36px; list-style: none; }
.nav-links a { font-size: 13px; font-weight: 400; color: var(--ink-3); text-decoration: none; letter-spacing: 0.04em; transition: color 0.2s; }
.nav-links a:hover, .nav-links a.active { color: var(--ink); }
.nav-cta { padding: 10px 22px; background: var(--ink); color: var(--white); font-size: 13px; font-weight: 400; text-decoration: none; letter-spacing: 0.06em; transition: background 0.2s; }
.nav-cta:hover { background: var(--ink-2); }
.nav-mobile-toggle { display: none; background: none; border: none; cursor: pointer; padding: 4px; }
.nav-mobile-toggle span { display: block; width: 22px; height: 1.5px; background: var(--ink); margin: 5px 0; }
section { padding: clamp(80px, 10vw, 140px) var(--pad); }
.section-inner { max-width: var(--max); margin: 0 auto; }
.section-label { font-size: 11px; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); display: flex; align-items: center; gap: 12px; margin-bottom: 20px; }
.section-label::before { content: ''; display: block; width: 24px; height: 1px; background: var(--gold); }
.section-h2 { font-family: var(--serif); font-size: clamp(32px, 3.8vw, 52px); font-weight: 500; line-height: 1.12; color: var(--ink); letter-spacing: -0.01em; }
.section-h2 em { font-style: italic; color: var(--gold); }
.btn-primary { padding: 16px 36px; background: var(--ink); color: var(--white); font-family: var(--sans); font-size: 13px; font-weight: 400; letter-spacing: 0.08em; text-transform: uppercase; text-decoration: none; display: inline-block; transition: all 0.25s ease; border: 1.5px solid var(--ink); }
.btn-primary:hover { background: var(--gold); border-color: var(--gold); }
.btn-ghost { font-family: var(--sans); font-size: 13px; font-weight: 400; letter-spacing: 0.06em; color: var(--ink); text-decoration: none; display: inline-flex; align-items: center; gap: 8px; transition: gap 0.2s; border: none; background: none; cursor: pointer; }
.btn-ghost:hover { gap: 14px; }
.btn-ghost::after { content: '→'; }
.btn-gold { padding: 16px 36px; background: var(--gold); color: var(--white); font-family: var(--sans); font-size: 13px; font-weight: 400; letter-spacing: 0.08em; text-transform: uppercase; text-decoration: none; display: inline-block; transition: background 0.25s; border: 1.5px solid var(--gold); white-space: nowrap; }
.btn-gold:hover { background: var(--gold-light); border-color: var(--gold-light); }
.page-hero { padding-top: calc(72px + clamp(60px, 8vw, 100px)); padding-bottom: clamp(60px, 8vw, 100px); padding-left: var(--pad); padding-right: var(--pad); background: var(--white); border-bottom: 1px solid var(--bg-3); }
.page-hero-inner { max-width: var(--max); margin: 0 auto; }
.page-eyebrow { font-size: 11px; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); display: flex; align-items: center; gap: 12px; margin-bottom: 20px; }
.page-eyebrow::before { content: ''; display: block; width: 24px; height: 1px; background: var(--gold); }
.page-h1 { font-family: var(--serif); font-size: clamp(38px, 5vw, 64px); font-weight: 500; line-height: 1.1; letter-spacing: -0.01em; margin-bottom: 24px; }
.page-h1 em { font-style: italic; color: var(--gold); }
.page-intro { font-size: clamp(16px, 1.8vw, 20px); color: var(--ink-3); line-height: 1.7; font-weight: 300; max-width: 600px; }
.cta-band { background: var(--ink); padding: clamp(60px, 8vw, 100px) var(--pad); }
.cta-inner { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center; }
.cta-heading { font-family: var(--serif); font-size: clamp(28px, 3.5vw, 46px); font-weight: 500; color: var(--white); line-height: 1.2; }
.cta-heading em { font-style: italic; color: var(--gold-light); }
.cta-sub { font-size: 15px; color: rgba(255,255,255,0.5); margin-top: 12px; font-weight: 300; }
.cta-actions { display: flex; flex-direction: column; gap: 14px; align-items: flex-end; }
.cta-contact { font-size: 13px; color: rgba(255,255,255,0.4); font-weight: 300; text-align: right; }
.cta-contact a { color: rgba(255,255,255,0.6); text-decoration: none; }
.cta-contact a:hover { color: var(--white); }
footer { background: #080b10; color: rgba(255,255,255,0.4); padding: clamp(48px, 5vw, 72px) var(--pad) 32px; }
.footer-inner { max-width: var(--max); margin: 0 auto; }
.footer-top { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 48px; }
.footer-logo { font-family: var(--serif); font-size: 24px; color: var(--white); font-weight: 500; margin-bottom: 12px; }
.footer-tagline { font-size: 13px; line-height: 1.6; font-weight: 300; max-width: 260px; }
.footer-col-head { font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold-light); margin-bottom: 16px; font-weight: 500; }
.footer-links { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-links a { font-size: 13px; color: rgba(255,255,255,0.4); text-decoration: none; transition: color 0.2s; font-weight: 300; }
.footer-links a:hover { color: var(--white); }
.footer-bottom { padding-top: 32px; border-top: 1px solid rgba(255,255,255,0.06); display: flex; justify-content: space-between; align-items: center; font-size: 12px; gap: 20px; flex-wrap: wrap; }
.footer-legal { display: flex; gap: 24px; flex-wrap: wrap; }
.footer-legal a { color: rgba(255,255,255,0.3); text-decoration: none; transition: color 0.2s; }
.footer-legal a:hover { color: rgba(255,255,255,0.6); }
.footer-disclaimer { margin-top: 28px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,0.04); font-size: 11px; color: rgba(255,255,255,0.22); line-height: 1.7; max-width: 900px; }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }
@media (max-width: 900px) {
  .footer-top { grid-template-columns: 1fr 1fr; gap: 32px; }
  .cta-inner { grid-template-columns: 1fr; }
  .cta-actions { align-items: flex-start; }
  .cta-contact { text-align: left; }
  .nav-links { display: none; }
  .nav-mobile-toggle { display: block; }
}
@media (max-width: 540px) {
  .footer-top { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
}
