*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --navy: #1a3a2a;
  --navy-dark: #0f2318;
  --gold: #c9a84c;
  --gold-light: #e8c96e;
  --gold-pale: #f2edda;
  --cream: #faf7f2;
  --white: #ffffff;
  --gray-text: #4a4a4a;
  --gray-muted: #7a7a7a;
  --border: rgba(201,168,76,0.25);
}

html { scroll-behavior: smooth; }
body { font-family: 'Jost', sans-serif; background: var(--cream); color: var(--gray-text); line-height: 1.7; }

/* NAV */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  background: var(--navy-dark); border-bottom: 1px solid rgba(201,168,76,0.3);
  padding: 0 2rem; display: flex; align-items: center; justify-content: space-between; height: 68px;
}
.nav-logo { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.nav-emblem {
  width: 40px; height: 40px; background: var(--gold); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Cormorant Garamond', serif; font-weight: 600; font-size: 18px;
  color: var(--navy-dark); letter-spacing: -0.5px; flex-shrink: 0;
}
.nav-name { font-family: 'Cormorant Garamond', serif; font-size: 1.1rem; font-weight: 500; color: var(--white); line-height: 1.2; }
.nav-name span { display: block; font-size: 0.65rem; font-family: 'Jost', sans-serif; font-weight: 400; letter-spacing: 0.12em; color: var(--gold); text-transform: uppercase; }
.nav-links { display: flex; align-items: center; list-style: none; }
.nav-links a { display: block; padding: 0 1rem; font-size: 0.78rem; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(255,255,255,0.75); text-decoration: none; transition: color 0.2s; line-height: 68px; }
.nav-links a:hover, .nav-links a.active { color: var(--gold-light); }
.nav-cta { background: var(--gold) !important; color: var(--navy-dark) !important; padding: 0 1.25rem !important; font-weight: 600 !important; border-radius: 2px; margin-left: 1rem; height: 36px; display: flex !important; align-items: center; line-height: 1 !important; }
.nav-cta:hover { background: var(--gold-light) !important; }

/* PAGE HERO */
.page-hero { background: var(--navy-dark); padding: 7rem 2rem 4rem; position: relative; overflow: hidden; }
.page-hero-bg { position: absolute; inset: 0; background-image: linear-gradient(rgba(201,168,76,0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(201,168,76,0.04) 1px, transparent 1px); background-size: 60px 60px; }
.page-hero-inner { max-width: 1100px; margin: 0 auto; position: relative; z-index: 1; }
.page-hero-tag { display: inline-block; font-size: 0.72rem; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); border: 1px solid rgba(201,168,76,0.4); padding: 6px 14px; border-radius: 2px; margin-bottom: 1.25rem; }
.page-hero h1 { font-family: 'Cormorant Garamond', serif; font-size: clamp(2.5rem, 5vw, 4rem); font-weight: 500; color: var(--white); line-height: 1.1; margin-bottom: 1rem; }
.page-hero h1 em { font-style: italic; color: var(--gold-light); }
.page-hero p { color: rgba(255,255,255,0.6); max-width: 560px; font-size: 1rem; }
.section-divider { height: 4px; background: linear-gradient(90deg, var(--navy), var(--gold), var(--navy)); }

/* SECTIONS */
section { padding: 5rem 2rem; }
.container { max-width: 1100px; margin: 0 auto; }
.section-label { font-size: 0.72rem; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.75rem; }
.section-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(2rem, 4vw, 3rem); font-weight: 500; color: var(--navy); line-height: 1.15; margin-bottom: 1.25rem; }
.section-title em { font-style: italic; color: var(--gold); }
.section-title.light { color: var(--white); }

/* BUTTONS */
.btn-gold { background: var(--gold); color: var(--navy-dark); padding: 0.85rem 2rem; font-family: 'Jost', sans-serif; font-size: 0.82rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; text-decoration: none; border-radius: 2px; transition: background 0.2s, transform 0.15s; display: inline-block; }
.btn-gold:hover { background: var(--gold-light); transform: translateY(-1px); }
.btn-navy { background: var(--navy); color: var(--gold); padding: 0.85rem 2rem; font-family: 'Jost', sans-serif; font-size: 0.82rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; text-decoration: none; border-radius: 2px; transition: background 0.2s; display: inline-block; border: none; cursor: pointer; width: 100%; margin-top: 0.5rem; }
.btn-navy:hover { background: var(--gold); color: var(--navy-dark); }
.btn-outline { background: transparent; color: rgba(255,255,255,0.8); padding: 0.85rem 2rem; font-family: 'Jost', sans-serif; font-size: 0.82rem; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; text-decoration: none; border: 1px solid rgba(255,255,255,0.3); border-radius: 2px; transition: border-color 0.2s, color 0.2s; display: inline-block; }
.btn-outline:hover { border-color: var(--gold); color: var(--gold-light); }

/* CARDS */
.card { background: var(--white); border-top: 3px solid var(--gold); padding: 1.75rem; }
.card h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.25rem; font-weight: 600; color: var(--navy); margin-bottom: 0.5rem; }
.card p { font-size: 0.9rem; color: var(--gray-muted); line-height: 1.65; }

/* CTA STRIP */
.cta-strip { background: var(--navy); text-align: center; padding: 5rem 2rem; position: relative; overflow: hidden; }
.cta-strip::before { content: ''; position: absolute; inset: 0; background-image: linear-gradient(rgba(201,168,76,0.06) 1px, transparent 1px), linear-gradient(90deg, rgba(201,168,76,0.06) 1px, transparent 1px); background-size: 40px 40px; }
.cta-strip .container { position: relative; z-index: 1; }
.cta-strip h2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(2rem, 4vw, 3rem); font-weight: 500; color: var(--white); margin-bottom: 1rem; }
.cta-strip p { color: rgba(255,255,255,0.6); max-width: 520px; margin: 0 auto 2.5rem; }
.cta-actions { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

/* FORMS */
input, textarea, select { width: 100%; padding: 0.75rem 1rem; border: 1px solid #ddd; border-radius: 2px; font-family: 'Jost', sans-serif; font-size: 0.9rem; color: var(--gray-text); background: var(--cream); transition: border-color 0.2s; outline: none; }
input:focus, textarea:focus, select:focus { border-color: var(--gold); }
textarea { resize: vertical; min-height: 120px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-bottom: 1rem; }
.form-group { margin-bottom: 1rem; }

/* CONTACT ICON */
.contact-info-item { display: flex; gap: 1rem; margin-bottom: 1.5rem; align-items: flex-start; }
.contact-icon { width: 40px; height: 40px; background: var(--navy); border-radius: 2px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.contact-icon svg { width: 18px; height: 18px; stroke: var(--gold); fill: none; }
.contact-info-item strong { display: block; font-weight: 600; font-size: 0.8rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--navy); margin-bottom: 0.25rem; }
.contact-info-item p { font-size: 0.95rem; color: var(--gray-text); }

/* FOOTER */
footer { background: var(--navy-dark); border-top: 1px solid rgba(201,168,76,0.2); padding: 3rem 2rem 2rem; }
.footer-grid { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 3rem; padding-bottom: 2.5rem; border-bottom: 1px solid rgba(255,255,255,0.1); margin-bottom: 2rem; }
.footer-brand p { font-size: 0.87rem; color: rgba(255,255,255,0.5); line-height: 1.7; margin-top: 1rem; max-width: 240px; }
.footer-col h4 { font-size: 0.72rem; font-weight: 600; letter-spacing: 0.15em; text-transform: uppercase; color: var(--gold); margin-bottom: 1rem; }
.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: 0.5rem; }
.footer-col ul li a { font-size: 0.87rem; color: rgba(255,255,255,0.55); text-decoration: none; transition: color 0.2s; }
.footer-col ul li a:hover { color: var(--gold-light); }
.footer-bottom { max-width: 1100px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; }
.footer-bottom p { font-size: 0.78rem; color: rgba(255,255,255,0.35); }

/* RESPONSIVE */
@media (max-width: 768px) {
  .nav-links { display: none; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .form-row { grid-template-columns: 1fr; }
}
