@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600;700;800&family=Poppins:wght@300;400;500;600;700&display=swap');

:root {
  --champagne: #FCE7F3;
  --champagne-deep: #F9CEE0;
  --champagne-soft: #FDF2F8;
  --burgundy: #7F1D1D;
  --burgundy-deep: #5A1414;
  --burgundy-mid: #991B1B;
  --burgundy-soft: #FEE2E2;
  --gold: #CA8A04;
  --gold-deep: #92680B;
  --gold-soft: #FDE68A;
  --ivory: #FDFBF7;
  --ivory-warm: #FAF6EB;
  --ivory-deep: #F1E9D6;
  --charcoal: #1F1B1E;
  --slate: #57534E;
  --slate-light: #8B8582;
  --border: #EFE5D4;
  --border-2: #DCCFB4;
  --white: #FFFFFF;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Poppins', -apple-system, BlinkMacSystemFont, sans-serif; color: var(--charcoal); background: var(--ivory); line-height: 1.7; -webkit-font-smoothing: antialiased; font-weight: 300; }
a { color: inherit; }
img, svg { max-width: 100%; display: block; }
h1, h2, h3, h4 { font-family: 'Cinzel', Georgia, serif; font-weight: 500; color: var(--burgundy); letter-spacing: 0.02em; line-height: 1.25; }

/* ---- TOPBAR ---- */
.topbar { background: var(--burgundy); color: var(--champagne); font-size: 0.75rem; padding: 0.5rem 1.5rem; letter-spacing: 2px; text-transform: uppercase; }
.topbar-inner { max-width: 1200px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; }
.topbar-l { display: flex; align-items: center; gap: 0.7rem; font-weight: 400; }
.topbar-l::before { content: '❦'; color: var(--gold-soft); font-size: 0.9rem; letter-spacing: 0; }
.topbar-r { display: flex; gap: 1.6rem; align-items: center; font-size: 0.72rem; }
.topbar a { color: var(--gold-soft); text-decoration: none; font-weight: 500; }
.topbar a:hover { color: var(--white); }

/* ---- NAV ---- */
.nav { background: var(--ivory); border-bottom: 1px solid var(--border); position: sticky; top: 0; z-index: 100; }
.nav-inner { max-width: 1200px; margin: 0 auto; padding: 0 1.5rem; display: flex; align-items: center; justify-content: space-between; height: 92px; }
.nav-logo { display: flex; align-items: center; gap: 0.85rem; text-decoration: none; }
.logo-mark { width: 52px; height: 52px; background: var(--burgundy); display: flex; align-items: center; justify-content: center; color: var(--gold-soft); font-family: 'Cinzel', serif; font-weight: 600; font-size: 1.05rem; letter-spacing: 1px; position: relative; }
.logo-mark::before { content: ''; position: absolute; top: 4px; left: 4px; right: 4px; bottom: 4px; border: 1px solid var(--gold-soft); pointer-events: none; }
.logo-text { font-family: 'Cinzel', serif; font-size: 1.15rem; font-weight: 600; color: var(--burgundy); letter-spacing: 3px; line-height: 1.1; text-transform: uppercase; }
.logo-text em { color: var(--gold-deep); font-style: normal; font-weight: 500; }
.logo-sub { display: block; font-family: 'Poppins', sans-serif; font-size: 0.62rem; color: var(--slate); letter-spacing: 3.5px; margin-top: 4px; font-weight: 400; text-transform: uppercase; font-style: italic; }
.nav-links { display: flex; gap: 2.4rem; list-style: none; align-items: center; }
.nav-links a { text-decoration: none; color: var(--slate); font-weight: 500; font-size: 0.78rem; transition: color 0.2s; position: relative; padding: 0.5rem 0; letter-spacing: 2.5px; text-transform: uppercase; font-family: 'Cinzel', serif; }
.nav-links a:hover, .nav-links a.active { color: var(--burgundy); }
.nav-links a.active::after { content: ''; position: absolute; left: 0; right: 0; bottom: -3px; height: 1px; background: var(--gold); }
.nav-right { display: flex; align-items: center; gap: 1.3rem; }
.nav-phone { font-family: 'Cinzel', serif; font-size: 0.85rem; font-weight: 500; color: var(--burgundy); text-decoration: none; display: flex; align-items: center; gap: 0.45rem; letter-spacing: 0.5px; }
.nav-phone svg { color: var(--gold-deep); }
.btn-nav { background: var(--burgundy); color: var(--ivory); padding: 0.75rem 1.6rem; text-decoration: none; font-family: 'Cinzel', serif; font-size: 0.72rem; font-weight: 500; letter-spacing: 2.5px; text-transform: uppercase; transition: all 0.25s; border: 1px solid var(--burgundy); }
.btn-nav:hover { background: transparent; color: var(--burgundy); border-color: var(--gold); }
.nav-toggle { display: none; background: none; border: none; cursor: pointer; padding: 0.4rem; flex-direction: column; gap: 4px; }
.nav-toggle span { width: 22px; height: 2px; background: var(--burgundy); display: block; }
.nav-mobile { display: none; background: var(--champagne-soft); border-top: 1px solid var(--border); padding: 1rem 1.5rem; }
.nav-mobile.open { display: block; }
.nav-mobile ul { list-style: none; display: flex; flex-direction: column; gap: 0.8rem; }
.nav-mobile a { color: var(--burgundy); text-decoration: none; font-size: 0.95rem; }

/* ---- HERO ---- */
.hero { background: linear-gradient(135deg, var(--champagne-soft) 0%, var(--champagne) 50%, var(--ivory) 100%); padding: 6rem 1.5rem 6.5rem; position: relative; overflow: hidden; }
.hero::before { content: ''; position: absolute; top: -100px; right: -80px; width: 480px; height: 480px; background: radial-gradient(circle, rgba(202,138,4,0.15), transparent 65%); pointer-events: none; }
.hero::after { content: ''; position: absolute; bottom: 20px; left: 15%; right: 15%; height: 1px; background: linear-gradient(to right, transparent, var(--gold) 30%, var(--gold) 70%, transparent); }
.hero-inner { max-width: 1180px; margin: 0 auto; display: grid; grid-template-columns: 1.15fr 1fr; gap: 4.5rem; align-items: center; position: relative; z-index: 1; }
.hero-eyebrow { display: inline-flex; align-items: center; gap: 0.9rem; font-family: 'Cinzel', serif; font-size: 0.72rem; color: var(--gold-deep); letter-spacing: 4px; text-transform: uppercase; font-weight: 500; margin-bottom: 1.8rem; }
.hero-eyebrow::before, .hero-eyebrow::after { content: '❦'; color: var(--gold); font-size: 0.85rem; letter-spacing: 0; }
.hero h1 { font-size: clamp(2.4rem, 4.6vw, 4rem); margin-bottom: 1.6rem; color: var(--burgundy); font-weight: 500; letter-spacing: 0.5px; }
.hero h1 em { font-style: italic; color: var(--gold-deep); font-weight: 500; font-family: 'Cinzel', serif; }
.hero p.lead { font-size: 1.08rem; color: var(--slate); margin-bottom: 2.4rem; max-width: 560px; line-height: 1.85; font-weight: 300; font-style: italic; }
.hero-btns { display: flex; gap: 1rem; flex-wrap: wrap; }
.btn-primary, .btn-ghost { display: inline-flex; align-items: center; gap: 0.6rem; padding: 1rem 2.1rem; font-family: 'Cinzel', serif; font-size: 0.75rem; font-weight: 500; letter-spacing: 2.5px; text-transform: uppercase; text-decoration: none; transition: all 0.28s; cursor: pointer; border: 1px solid var(--burgundy); }
.btn-primary { background: var(--burgundy); color: var(--ivory); }
.btn-primary:hover { background: var(--burgundy-deep); border-color: var(--gold); color: var(--gold-soft); }
.btn-ghost { background: transparent; color: var(--burgundy); border-color: var(--gold); }
.btn-ghost:hover { background: var(--burgundy); color: var(--ivory); }

/* Hero RSVP card */
.hero-rsvp { background: var(--ivory); padding: 2.4rem 2rem; position: relative; border: 1px solid var(--gold); box-shadow: 0 30px 70px rgba(127,29,29,0.14); }
.hero-rsvp::before { content: ''; position: absolute; top: 8px; left: 8px; right: 8px; bottom: 8px; border: 1px solid var(--gold-soft); pointer-events: none; }
.hero-rsvp::after { content: '❦'; position: absolute; top: -14px; left: 50%; transform: translateX(-50%); background: var(--ivory); color: var(--gold); padding: 0 12px; font-size: 1.3rem; }
.rsvp-heading { text-align: center; padding-bottom: 1.2rem; margin-bottom: 0.4rem; border-bottom: 1px solid var(--border-2); position: relative; }
.rsvp-heading .title { display: block; font-family: 'Cinzel', serif; font-size: 0.75rem; color: var(--gold-deep); letter-spacing: 3.5px; text-transform: uppercase; margin-bottom: 0.35rem; font-weight: 500; }
.rsvp-heading .subtitle { display: block; font-family: 'Cinzel', serif; font-style: italic; font-size: 1.15rem; color: var(--burgundy); font-weight: 500; }
.rsvp-row { display: grid; grid-template-columns: 1fr auto; gap: 1rem; align-items: baseline; padding: 0.95rem 0.4rem; border-bottom: 1px dotted var(--border-2); position: relative; }
.rsvp-row:last-child { border-bottom: 0; }
.rsvp-row .role { color: var(--burgundy); font-family: 'Cinzel', serif; font-size: 0.92rem; font-weight: 500; letter-spacing: 0.5px; }
.rsvp-row .role small { display: block; color: var(--slate); font-weight: 300; font-size: 0.78rem; margin-top: 0.2rem; font-style: italic; font-family: 'Poppins', sans-serif; letter-spacing: 0; text-transform: none; }
.rsvp-row .stage { font-family: 'Cinzel', serif; font-size: 0.68rem; color: var(--gold-deep); font-weight: 500; padding: 0.28rem 0.75rem; border: 1px solid var(--gold); white-space: nowrap; letter-spacing: 1.5px; text-transform: uppercase; }

/* ---- STATS BAR ---- */
.stats-bar { background: var(--burgundy); color: var(--champagne); padding: 3.5rem 1.5rem; position: relative; }
.stats-bar::before, .stats-bar::after { content: ''; position: absolute; left: 0; right: 0; height: 1px; background: var(--gold); }
.stats-bar::before { top: 0; }
.stats-bar::after { bottom: 0; }
.stats-bar-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 3rem; text-align: center; }
.stat-item { position: relative; padding: 0.5rem 0; }
.stat-item + .stat-item::before { content: '❦'; position: absolute; left: -1rem; top: 50%; transform: translateY(-50%); color: var(--gold); opacity: 0.5; font-size: 0.9rem; }
.stat-val { font-family: 'Cinzel', serif; font-size: 2.8rem; font-weight: 500; color: var(--gold-soft); line-height: 1; margin-bottom: 0.55rem; letter-spacing: 1px; }
.stat-lbl { font-family: 'Cinzel', serif; font-size: 0.7rem; color: var(--champagne); letter-spacing: 2.8px; text-transform: uppercase; font-weight: 400; }

/* ---- SECTIONS ---- */
.section { padding: 6rem 1.5rem; background: var(--ivory); }
.section-alt { background: var(--champagne-soft); position: relative; }
.section-alt::before, .section-alt::after { content: ''; position: absolute; left: 0; right: 0; height: 1px; background: var(--gold); opacity: 0.35; }
.section-alt::before { top: 0; } .section-alt::after { bottom: 0; }
.section-inner { max-width: 1200px; margin: 0 auto; }
.section-header { max-width: 760px; margin: 0 auto 4rem; text-align: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 0.9rem; font-family: 'Cinzel', serif; font-size: 0.72rem; color: var(--gold-deep); letter-spacing: 4px; text-transform: uppercase; font-weight: 500; margin-bottom: 1.4rem; }
.eyebrow::before, .eyebrow::after { content: '❦'; color: var(--gold); font-size: 0.85rem; letter-spacing: 0; }
.section-header h2 { font-size: clamp(2rem, 3.6vw, 2.7rem); margin-bottom: 1.2rem; color: var(--burgundy); font-weight: 500; letter-spacing: 1px; }
.section-header h2 em { font-style: italic; color: var(--gold-deep); font-weight: 500; }
.section-header p.lead { color: var(--slate); font-family: 'Poppins', sans-serif; font-style: italic; font-size: 1.05rem; line-height: 1.85; font-weight: 300; }

/* ---- SECTORS ---- */
.sector-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.6rem; }
.sector-card { background: var(--ivory); border: 1px solid var(--border-2); padding: 2.2rem 1.9rem 1.9rem; position: relative; transition: all 0.35s; text-align: center; }
.sector-card::before { content: ''; position: absolute; top: 6px; left: 6px; right: 6px; bottom: 6px; border: 1px solid var(--gold-soft); pointer-events: none; opacity: 0.5; transition: opacity 0.35s; }
.sector-card::after { content: '❦'; position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: var(--ivory); color: var(--gold); padding: 0 10px; font-size: 1.1rem; }
.sector-card:hover { border-color: var(--gold); transform: translateY(-3px); box-shadow: 0 16px 38px rgba(127,29,29,0.1); }
.sector-card:hover::before { opacity: 1; }
.sector-card .num { font-family: 'Cinzel', serif; font-style: italic; font-size: 0.8rem; color: var(--gold-deep); margin: 0.5rem 0 0.7rem; letter-spacing: 2px; font-weight: 500; }
.sector-card h4 { font-family: 'Cinzel', serif; font-size: 1.05rem; font-weight: 500; color: var(--burgundy); margin-bottom: 0.7rem; letter-spacing: 1.5px; text-transform: uppercase; }
.sector-card p { font-size: 0.89rem; color: var(--slate); line-height: 1.7; font-family: 'Poppins', sans-serif; font-weight: 300; }

/* ---- WHY GRID ---- */
.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4.5rem; align-items: center; }
.why-content .eyebrow { margin-bottom: 1.2rem; }
.why-content h2 { font-size: clamp(1.85rem, 3.4vw, 2.4rem); margin-bottom: 1.4rem; color: var(--burgundy); font-weight: 500; letter-spacing: 0.8px; }
.why-content h2 em { font-style: italic; color: var(--gold-deep); font-weight: 500; }
.why-content > p.intro { color: var(--slate); font-family: 'Poppins', sans-serif; font-style: italic; font-size: 1.05rem; line-height: 1.85; margin-bottom: 2.2rem; font-weight: 300; }
.why-list { list-style: none; display: flex; flex-direction: column; gap: 1.8rem; }
.why-list li { display: flex; align-items: flex-start; gap: 1.4rem; padding-bottom: 1.8rem; border-bottom: 1px solid var(--border-2); position: relative; }
.why-list li:last-child { border-bottom: 0; padding-bottom: 0; }
.why-list .ornament { flex-shrink: 0; width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; color: var(--gold); font-size: 1.3rem; border: 1px solid var(--gold); border-radius: 50%; }
.why-list .body strong { color: var(--burgundy); display: block; margin-bottom: 0.45rem; font-family: 'Cinzel', serif; font-size: 1.1rem; font-weight: 500; letter-spacing: 1px; text-transform: uppercase; }
.why-list .body span { color: var(--slate); font-size: 0.95rem; line-height: 1.8; font-family: 'Poppins', sans-serif; font-weight: 300; }

.why-visual { background: var(--ivory); padding: 2.8rem 2.4rem; position: relative; border: 1px solid var(--gold); }
.why-visual::before { content: ''; position: absolute; top: 10px; left: 10px; right: 10px; bottom: 10px; border: 1px solid var(--gold-soft); pointer-events: none; }
.why-visual::after { content: '❦'; position: absolute; top: -14px; left: 50%; transform: translateX(-50%); background: var(--ivory); color: var(--gold); padding: 0 12px; font-size: 1.3rem; }
.why-visual h4 { font-family: 'Cinzel', serif; font-size: 0.85rem; color: var(--gold-deep); margin-bottom: 1.6rem; padding-bottom: 1rem; border-bottom: 1px solid var(--border-2); font-weight: 500; text-align: center; letter-spacing: 3px; text-transform: uppercase; }
.why-visual .commit-list { list-style: none; display: flex; flex-direction: column; gap: 1.15rem; }
.why-visual .commit-list li { padding-bottom: 1rem; border-bottom: 1px dotted var(--border-2); font-family: 'Poppins', sans-serif; font-weight: 300; color: var(--charcoal); font-size: 0.94rem; line-height: 1.7; }
.why-visual .commit-list li:last-child { border-bottom: 0; padding-bottom: 0; }
.why-visual .commit-list li strong { display: block; font-family: 'Cinzel', serif; font-style: italic; color: var(--gold-deep); font-weight: 500; font-size: 0.75rem; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 0.25rem; }

/* ---- PROCESS ---- */
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.8rem; }
.process-step { background: var(--ivory); border: 1px solid var(--border-2); padding: 2.6rem 2rem 2rem; text-align: center; position: relative; }
.process-step::before { content: ''; position: absolute; top: 6px; left: 6px; right: 6px; bottom: 6px; border: 1px solid var(--gold-soft); opacity: 0.6; pointer-events: none; }
.process-step .roman-num { font-family: 'Cinzel', serif; font-style: italic; font-size: 2.4rem; color: var(--gold); line-height: 1; margin-bottom: 1rem; font-weight: 500; }
.process-step h4 { font-family: 'Cinzel', serif; font-size: 1rem; color: var(--burgundy); margin-bottom: 0.9rem; font-weight: 500; letter-spacing: 1.5px; text-transform: uppercase; }
.process-step p { color: var(--slate); font-size: 0.92rem; line-height: 1.75; font-family: 'Poppins', sans-serif; font-weight: 300; }

/* ---- CTA BANNER ---- */
.cta-banner { background: linear-gradient(135deg, var(--burgundy-deep) 0%, var(--burgundy) 100%); color: var(--champagne); padding: 6rem 1.5rem; text-align: center; position: relative; overflow: hidden; }
.cta-banner::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at center, rgba(202,138,4,0.18), transparent 60%); pointer-events: none; }
.cta-banner::after { content: ''; position: absolute; top: 0; left: 15%; right: 15%; height: 1px; background: linear-gradient(to right, transparent, var(--gold), transparent); }
.cta-banner-inner { max-width: 760px; margin: 0 auto; position: relative; }
.cta-banner .eyebrow { color: var(--gold-soft); margin-bottom: 1.4rem; }
.cta-banner .eyebrow::before, .cta-banner .eyebrow::after { color: var(--gold-soft); }
.cta-banner h2 { font-size: clamp(2rem, 3.6vw, 2.7rem); margin-bottom: 1.4rem; color: var(--champagne); font-weight: 500; letter-spacing: 1px; }
.cta-banner h2 em { font-style: italic; color: var(--gold-soft); font-weight: 500; }
.cta-banner p { color: rgba(252,231,243,0.85); margin: 0 auto 2.4rem; max-width: 560px; font-family: 'Poppins', sans-serif; font-style: italic; font-size: 1.05rem; font-weight: 300; }
.cta-banner .btn-primary { background: var(--gold); color: var(--burgundy-deep); border-color: var(--gold); }
.cta-banner .btn-primary:hover { background: transparent; color: var(--gold-soft); border-color: var(--gold-soft); }

/* ---- FOOTER ---- */
.footer { background: var(--burgundy-deep); color: var(--champagne); padding: 4.5rem 1.5rem 2rem; }
.footer-grid { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 3rem; padding-bottom: 2.6rem; border-bottom: 1px solid rgba(202,138,4,0.2); }
.footer-brand-mark { display: flex; align-items: center; gap: 0.9rem; margin-bottom: 1.2rem; }
.footer-brand p { color: rgba(252,231,243,0.7); font-size: 0.9rem; line-height: 1.85; max-width: 340px; font-family: 'Poppins', sans-serif; font-style: italic; font-weight: 300; }
.footer-col h5 { font-family: 'Cinzel', serif; font-size: 0.78rem; color: var(--gold-soft); margin-bottom: 1.2rem; font-weight: 500; letter-spacing: 2.5px; text-transform: uppercase; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 0.6rem; }
.footer-col a, .footer-col li { color: rgba(252,231,243,0.7); text-decoration: none; font-size: 0.87rem; transition: color 0.2s; font-family: 'Poppins', sans-serif; font-weight: 300; }
.footer-col a:hover { color: var(--gold-soft); }
.footer-bottom { max-width: 1200px; margin: 0 auto; padding-top: 1.8rem; display: flex; justify-content: space-between; align-items: center; font-size: 0.76rem; color: rgba(252,231,243,0.5); flex-wrap: wrap; gap: 1rem; letter-spacing: 0.5px; }
.footer-bottom em { color: var(--gold-soft); font-family: 'Cinzel', serif; }

/* ---- PAGE HEADER ---- */
.page-header { background: linear-gradient(135deg, var(--champagne-soft) 0%, var(--champagne) 50%, var(--ivory) 100%); padding: 5rem 1.5rem 4rem; text-align: center; position: relative; overflow: hidden; border-bottom: 1px solid var(--border); }
.page-header::before { content: ''; position: absolute; top: -80px; right: -60px; width: 380px; height: 380px; background: radial-gradient(circle, rgba(202,138,4,0.15), transparent 65%); pointer-events: none; }
.page-header::after { content: ''; position: absolute; bottom: 15px; left: 25%; right: 25%; height: 1px; background: linear-gradient(to right, transparent, var(--gold), transparent); }
.page-header-inner { max-width: 900px; margin: 0 auto; position: relative; }
.page-header .eyebrow { margin-bottom: 1.4rem; }
.page-header h1 { font-size: clamp(2.2rem, 4.2vw, 3.4rem); margin-bottom: 1.3rem; color: var(--burgundy); font-weight: 500; letter-spacing: 1.2px; }
.page-header h1 em { font-style: italic; color: var(--gold-deep); font-weight: 500; }
.page-header p { color: var(--slate); max-width: 640px; margin: 0 auto; font-family: 'Poppins', sans-serif; font-style: italic; font-size: 1.05rem; line-height: 1.85; font-weight: 300; }
.crumbs { display: flex; justify-content: center; gap: 0.7rem; font-family: 'Cinzel', serif; font-size: 0.72rem; color: var(--slate); margin-top: 1.8rem; text-transform: uppercase; letter-spacing: 2.5px; font-weight: 500; }
.crumbs a { color: var(--gold-deep); text-decoration: none; }

/* ---- PROSE ---- */
.prose { max-width: 780px; margin: 0 auto; }
.prose h2 { font-family: 'Cinzel', serif; font-size: 1.4rem; margin: 2.6rem 0 1.1rem; color: var(--burgundy); font-weight: 500; letter-spacing: 1.5px; text-transform: uppercase; position: relative; text-align: center; }
.prose h2::before, .prose h2::after { content: '❦'; color: var(--gold); margin: 0 0.8rem; font-size: 1rem; }
.prose h3 { font-family: 'Cinzel', serif; font-size: 1.15rem; margin: 2rem 0 0.9rem; color: var(--gold-deep); font-style: italic; font-weight: 500; letter-spacing: 0.8px; }
.prose p { font-size: 1rem; margin-bottom: 1.2rem; color: var(--charcoal); line-height: 1.9; font-family: 'Poppins', sans-serif; font-weight: 300; }
.prose p:first-of-type { font-size: 1.1rem; color: var(--burgundy); font-style: italic; text-align: center; }
.prose ul { padding-left: 0; margin-bottom: 1.2rem; color: var(--charcoal); list-style: none; }
.prose ul li { padding-left: 2rem; position: relative; margin-bottom: 0.7rem; line-height: 1.85; font-family: 'Poppins', sans-serif; font-weight: 300; }
.prose ul li::before { content: '❦'; position: absolute; left: 0.4rem; top: 0.05rem; color: var(--gold); font-size: 0.85rem; }
.prose strong { color: var(--burgundy); font-weight: 600; }
.prose a { color: var(--burgundy); text-decoration: underline; text-decoration-color: var(--gold); text-underline-offset: 4px; text-decoration-thickness: 1.5px; }
.prose a:hover { color: var(--gold-deep); }

/* ---- CONTACT ---- */
.contact-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 3.5rem; align-items: start; }
.contact-info { background: var(--ivory); border: 1px solid var(--gold); padding: 2.4rem; position: relative; }
.contact-info::before { content: ''; position: absolute; top: 8px; left: 8px; right: 8px; bottom: 8px; border: 1px solid var(--gold-soft); pointer-events: none; }
.contact-info::after { content: '❦'; position: absolute; top: -14px; left: 50%; transform: translateX(-50%); background: var(--ivory); color: var(--gold); padding: 0 12px; font-size: 1.3rem; }
.contact-info h3 { font-family: 'Cinzel', serif; font-size: 1.05rem; margin-bottom: 1.7rem; color: var(--burgundy); font-weight: 500; text-align: center; letter-spacing: 2px; text-transform: uppercase; }
.contact-row { display: flex; gap: 1.2rem; padding: 1.15rem 0; border-bottom: 1px dashed var(--border-2); align-items: flex-start; }
.contact-row:last-of-type { border-bottom: 0; }
.contact-row .ci { width: 42px; height: 42px; background: var(--burgundy); display: flex; align-items: center; justify-content: center; color: var(--gold-soft); flex-shrink: 0; border-radius: 50%; }
.contact-row .ci svg { width: 16px; height: 16px; }
.contact-row .lbl { font-family: 'Cinzel', serif; font-size: 0.66rem; color: var(--gold-deep); letter-spacing: 2px; margin-bottom: 0.3rem; font-weight: 500; text-transform: uppercase; }
.contact-row .val { color: var(--burgundy); font-size: 0.94rem; font-weight: 400; line-height: 1.6; font-family: 'Poppins', sans-serif; }
.form-frame { background: var(--ivory); border: 1px solid var(--gold); padding: 0.5rem; box-shadow: 0 20px 50px rgba(127,29,29,0.1); position: relative; }
.form-frame::before { content: ''; position: absolute; top: 4px; left: 4px; right: 4px; bottom: 4px; border: 1px solid var(--gold-soft); pointer-events: none; z-index: 0; }
.form-frame iframe { width: 100%; height: 800px; border: 0; display: block; position: relative; z-index: 1; }

/* ---- RESPONSIVE ---- */
@media (max-width: 980px) {
  .hero-inner { grid-template-columns: 1fr; gap: 3.5rem; }
  .stats-bar-inner { grid-template-columns: repeat(2, 1fr); gap: 2rem; }
  .stat-item + .stat-item::before { display: none; }
  .sector-grid { grid-template-columns: repeat(2, 1fr); }
  .why-grid { grid-template-columns: 1fr; gap: 3.5rem; }
  .process-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 2.2rem; }
  .contact-grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .nav-links, .nav-phone, .logo-sub { display: none; }
  .nav-toggle { display: flex; }
  .nav-inner { height: 72px; }
  .sector-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .stats-bar-inner { grid-template-columns: 1fr; gap: 2rem; }
  .section { padding: 4rem 1.5rem; }
  .hero { padding: 4rem 1.5rem 5rem; }
}
