/* ── SHARED STYLES ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --navy: #13094A; --navy2: #1E1060;
  --gold: #C4922A; --gold2: #E8C97A;
  --green: #1E5438; --green2: #2D7A52;
  --cream: #FBF8F2; --lavender: #EEE9F8;
  --muted: #6B6280; --border: rgba(196,146,42,0.2);
}
html { scroll-behavior: smooth; }
body { font-family: 'DM Sans', sans-serif; color: var(--navy); background: #fff; font-size: 16px; line-height: 1.75; -webkit-font-smoothing: antialiased; }

/* NAV */
nav { position: sticky; top: 0; z-index: 200; background: rgba(19,9,74,0.97); backdrop-filter: blur(12px); display: flex; align-items: center; justify-content: space-between; padding: 0 56px; height: 74px; border-bottom: 1px solid rgba(196,146,42,0.2); }
.nav-brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.nav-brand img { height: 40px; width: 40px; object-fit: contain; }
.nav-brand-name { font-family: 'Cormorant Garamond', serif; font-size: 26px; font-style: italic; font-weight: 600; color: #fff; letter-spacing: 1px; }
.nav-brand-tagline { font-size: 9px; font-weight: 500; letter-spacing: 2.5px; text-transform: uppercase; color: var(--gold2); display: block; line-height: 1; margin-top: 2px; }
.nav-links { display: flex; align-items: center; gap: 36px; list-style: none; }
.nav-links a { color: rgba(255,255,255,0.72); text-decoration: none; font-size: 13px; font-weight: 500; letter-spacing: 0.4px; text-transform: uppercase; transition: color 0.2s; }
.nav-links a:hover, .nav-links a.active { color: var(--gold2); }
.nav-btn { background: var(--gold); color: #fff !important; padding: 10px 24px; border-radius: 6px; font-weight: 600 !important; transition: background 0.2s !important; }
.nav-btn:hover { background: #a87820 !important; }

/* PAGE HERO */
.page-hero { background: var(--navy); background-image: radial-gradient(ellipse 80% 60% at 70% 40%, rgba(45,122,82,0.18) 0%, transparent 60%), radial-gradient(ellipse 60% 80% at 20% 80%, rgba(196,146,42,0.12) 0%, transparent 50%); padding: 80px 56px; }
.page-hero-eyebrow { font-size: 11px; font-weight: 600; letter-spacing: 3px; text-transform: uppercase; color: var(--gold2); display: flex; align-items: center; gap: 10px; margin-bottom: 20px; }
.page-hero-eyebrow::before { content: ''; display: block; width: 28px; height: 1px; background: var(--gold); }
.page-hero h1 { font-family: 'Cormorant Garamond', serif; font-size: clamp(38px, 4.5vw, 60px); font-weight: 600; line-height: 1.15; color: #fff; max-width: 720px; margin-bottom: 20px; }
.page-hero h1 em { font-style: italic; color: var(--gold2); }
.page-hero p { font-size: 18px; color: rgba(255,255,255,0.72); max-width: 560px; line-height: 1.78; }

/* SECTIONS */
.section { padding: 88px 56px; }
.section-cream { background: var(--cream); }
.section-lavender { background: var(--lavender); }
.section-navy { background: var(--navy); color: #fff; }
.section-green { background: var(--green); color: #fff; }
.wrap { max-width: 1160px; margin: 0 auto; }
.wrap-sm { max-width: 860px; margin: 0 auto; }

/* TYPOGRAPHY */
.eyebrow { font-size: 11px; font-weight: 600; letter-spacing: 3px; text-transform: uppercase; color: var(--gold); display: flex; align-items: center; gap: 10px; margin-bottom: 16px; }
.eyebrow::before { content: ''; display: block; width: 28px; height: 1px; background: var(--gold); }
.eyebrow-light { color: var(--gold2); }
.eyebrow-light::before { background: var(--gold2); }
.display { font-family: 'Cormorant Garamond', serif; font-size: clamp(30px, 3.5vw, 48px); line-height: 1.18; font-weight: 600; color: var(--navy); margin-bottom: 20px; }
.display-light { color: #fff; }
.display em { font-style: italic; color: var(--gold); }
.display-light em { color: var(--gold2); }
.lead { font-size: 18px; color: var(--muted); line-height: 1.78; max-width: 600px; margin-bottom: 48px; }
.lead-light { color: rgba(255,255,255,0.72); }
.centered { text-align: center; }
.centered .eyebrow { justify-content: center; }
.centered .eyebrow::before { display: none; }
.centered .lead { margin: 0 auto 48px; }

/* BUTTONS */
.btn { display: inline-block; text-decoration: none; font-size: 15px; font-weight: 600; border-radius: 7px; transition: all 0.2s; padding: 15px 32px; }
.btn-gold { background: var(--gold); color: #fff; }
.btn-gold:hover { background: #a87820; transform: translateY(-1px); }
.btn-ghost { border: 1.5px solid rgba(255,255,255,0.3); color: #fff; }
.btn-ghost:hover { border-color: var(--gold2); color: var(--gold2); }
.btn-navy { background: var(--navy); color: #fff; }
.btn-navy:hover { background: var(--navy2); transform: translateY(-1px); }

/* GOLD BAND */
.band { background: var(--gold); padding: 16px 56px; display: flex; align-items: center; justify-content: center; gap: 40px; flex-wrap: wrap; }
.band-item { font-size: 12px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; color: var(--navy); }
.band-sep { color: rgba(19,9,74,0.35); font-size: 18px; }

/* FOOTER */
footer { background: #0A0530; padding: 40px 56px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 20px; }
.foot-brand { font-family: 'Cormorant Garamond', serif; font-size: 22px; font-style: italic; color: rgba(255,255,255,0.7); }
.foot-links { list-style: none; display: flex; gap: 28px; flex-wrap: wrap; }
.foot-links a { font-size: 13px; color: rgba(255,255,255,0.4); text-decoration: none; }
.foot-links a:hover { color: var(--gold2); }
.foot-copy { font-size: 12px; color: rgba(255,255,255,0.25); }

/* CONTACT CTA SECTION */
.cta-section { background: var(--green); color: #fff; padding: 80px 56px; text-align: center; }
.contact-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; max-width: 700px; margin: 0 auto 40px; }
.contact-card { background: rgba(255,255,255,0.1); border-radius: 10px; padding: 22px; text-align: center; }
.contact-card .lbl { font-size: 10px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,0.45); margin-bottom: 8px; }
.contact-card a { font-size: 16px; font-weight: 600; color: #fff; text-decoration: none; display: block; }
.contact-card a:hover { color: var(--gold2); }

@media (max-width: 960px) {
  nav { padding: 0 24px; }
  .nav-links { display: none; }
  .section { padding: 60px 24px; }
  .page-hero { padding: 60px 24px; }
  .band { padding: 14px 24px; gap: 16px; }
  footer { flex-direction: column; padding: 32px 24px; text-align: center; }
  .foot-links { justify-content: center; }
  .contact-cards { grid-template-columns: 1fr; max-width: 320px; }
  .cta-section { padding: 60px 24px; }
}
