*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --navy: #0D1B2A; --navy-mid: #1C2F44; --navy-light: #243447;
  --gold: #B8976A; --gold-light: #D4B896;
  --cream: #F7F3EE; --cream-dark: #EDE7DC;
  --text-muted: #7A8394; --white: #FFFFFF;
}
body { font-family: 'DM Sans', sans-serif; background: var(--cream); color: var(--navy); overflow-x: hidden; }
a { text-decoration: none; color: inherit; }

nav { background: var(--navy); padding: 0 5%; display: flex; align-items: center; justify-content: space-between; height: 68px; position: sticky; top: 0; z-index: 100; }
.nav-logo { font-family: 'Cormorant Garamond', serif; font-size: 22px; font-weight: 600; color: var(--white); letter-spacing: 0.02em; }
.nav-logo span { color: var(--gold); }
.nav-links { display: flex; gap: 32px; align-items: center; }
.nav-links a { font-size: 13px; color: rgba(255,255,255,0.7); letter-spacing: 0.04em; transition: color 0.2s; }
.nav-links a:hover { color: var(--gold-light); }
.nav-links a.active { color: var(--gold); }
.nav-cta { font-size: 12px; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; border: 1px solid var(--gold); color: var(--gold); padding: 8px 20px; border-radius: 2px; transition: all 0.2s; }
.nav-cta:hover { background: var(--gold); color: var(--navy); }

.hero { background: var(--navy); padding: 96px 5% 88px; display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; position: relative; overflow: hidden; }
.hero::before { content: ''; position: absolute; top: -80px; right: -80px; width: 480px; height: 480px; border-radius: 50%; border: 1px solid rgba(184,151,106,0.12); }
.hero::after { content: ''; position: absolute; top: 40px; right: -20px; width: 320px; height: 320px; border-radius: 50%; border: 1px solid rgba(184,151,106,0.08); }
.hero-eyebrow { font-size: 11px; font-weight: 500; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold); margin-bottom: 20px; display: flex; align-items: center; gap: 10px; }
.hero-eyebrow::before { content: ''; display: block; width: 28px; height: 1px; background: var(--gold); }
.hero h1 { font-family: 'Cormorant Garamond', serif; font-size: 56px; font-weight: 500; line-height: 1.1; color: var(--white); margin-bottom: 24px; }
.hero h1 em { color: var(--gold); font-style: normal; }
.hero-desc { font-size: 16px; font-weight: 300; color: rgba(255,255,255,0.65); line-height: 1.8; margin-bottom: 40px; }
.hero-actions { display: flex; gap: 16px; align-items: center; flex-wrap: wrap; }
.btn-primary { background: var(--gold); color: var(--navy); font-size: 13px; font-weight: 500; letter-spacing: 0.06em; padding: 14px 32px; border-radius: 2px; transition: background 0.2s; display: inline-block; }
.btn-primary:hover { background: var(--gold-light); }
.btn-ghost { color: rgba(255,255,255,0.7); font-size: 13px; display: flex; align-items: center; gap: 8px; }
.btn-ghost:hover { color: var(--white); }
.btn-ghost::after { content: '→'; }
.hero-card { background: var(--navy-light); border: 1px solid rgba(184,151,106,0.2); border-radius: 4px; padding: 40px 36px; position: relative; z-index: 1; display: flex; flex-direction: column; gap: 28px; }
.exp-num { font-family: 'Cormorant Garamond', serif; font-size: 80px; font-weight: 500; line-height: 1; color: var(--white); letter-spacing: -2px; }
.exp-num span { color: var(--gold); font-size: 40px; vertical-align: super; }
.exp-label { font-size: 18px; font-weight: 300; color: rgba(255,255,255,0.8); line-height: 1.4; font-family: 'Cormorant Garamond', serif; }
.exp-label strong { color: var(--gold); font-weight: 500; font-style: italic; }
.exp-divider { height: 1px; background: rgba(184,151,106,0.2); }
.exp-detail { font-size: 13px; font-weight: 300; color: rgba(255,255,255,0.45); line-height: 1.75; }

.approach { background: var(--cream-dark); padding: 72px 5%; }
.approach-inner { max-width: 860px; margin: 0 auto; text-align: center; }
.approach-eyebrow { font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold); margin-bottom: 20px; display: flex; align-items: center; justify-content: center; gap: 12px; }
.approach-eyebrow::before, .approach-eyebrow::after { content: ''; display: block; width: 32px; height: 1px; background: var(--gold); }
.approach-heading { font-family: 'Cormorant Garamond', serif; font-size: 36px; font-weight: 500; color: var(--navy); margin-bottom: 28px; }
.approach-body { font-size: 16px; font-weight: 300; color: var(--navy); line-height: 1.85; position: relative; padding: 0 16px; }
.approach-body::before { content: '\201C'; font-family: 'Cormorant Garamond', serif; font-size: 96px; color: var(--gold); opacity: 0.2; position: absolute; top: -20px; left: -12px; line-height: 1; }
.approach-body em { color: var(--gold); font-style: normal; font-weight: 500; }

.about { background: var(--navy); padding: 88px 5%; }
.about-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: 72px; align-items: start; }
.about-eyebrow { font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold); margin-bottom: 16px; display: flex; align-items: center; gap: 10px; }
.about-eyebrow::before { content: ''; display: block; width: 24px; height: 1px; background: var(--gold); }
.about-title { font-family: 'Cormorant Garamond', serif; font-size: 42px; font-weight: 500; line-height: 1.1; color: var(--white); margin-bottom: 8px; }
.about-title em { color: var(--gold); font-style: normal; }
.about-subtitle { font-size: 13px; font-weight: 300; color: rgba(255,255,255,0.4); letter-spacing: 0.04em; margin-bottom: 32px; }
.about-tagline { font-family: 'Cormorant Garamond', serif; font-size: 20px; font-style: italic; color: var(--gold-light); line-height: 1.6; padding: 20px 0; border-top: 1px solid rgba(184,151,106,0.2); border-bottom: 1px solid rgba(184,151,106,0.2); margin-bottom: 32px; }
.about-credentials { display: flex; flex-direction: column; gap: 14px; }
.about-cred-item { display: flex; gap: 12px; align-items: flex-start; }
.about-cred-item i { font-size: 16px; color: var(--gold); margin-top: 2px; flex-shrink: 0; }
.about-cred-text { font-size: 13px; font-weight: 300; color: rgba(255,255,255,0.55); line-height: 1.6; }
.about-cred-text strong { color: rgba(255,255,255,0.85); font-weight: 500; }
.about-bio { font-size: 15px; font-weight: 300; color: rgba(255,255,255,0.65); line-height: 1.9; }
.about-bio p { margin-bottom: 20px; }
.about-bio p:last-child { margin-bottom: 0; }
.about-bio em { color: var(--gold-light); font-style: normal; }
.about-benefits { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 32px; }
.about-benefit-card { background: var(--navy-light); border: 1px solid rgba(184,151,106,0.12); border-radius: 4px; padding: 20px 18px; display: flex; gap: 12px; align-items: flex-start; }
.about-benefit-card i { font-size: 18px; color: var(--gold); flex-shrink: 0; margin-top: 2px; }
.about-benefit-title { font-size: 13px; font-weight: 500; color: var(--white); margin-bottom: 4px; }
.about-benefit-desc { font-size: 12px; font-weight: 300; color: rgba(255,255,255,0.4); line-height: 1.5; }

.credentials { background: var(--cream-dark); padding: 64px 5%; }
.credentials-inner { max-width: 960px; margin: 0 auto; }
.credentials-header { text-align: center; margin-bottom: 48px; }
.credentials-eyebrow { font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold); margin-bottom: 14px; display: flex; align-items: center; justify-content: center; gap: 12px; }
.credentials-eyebrow::before, .credentials-eyebrow::after { content: ''; display: block; width: 24px; height: 1px; background: var(--gold); }
.credentials-title { font-family: 'Cormorant Garamond', serif; font-size: 38px; font-weight: 500; color: var(--navy); }
.credentials-title span { color: var(--gold); }
.cred-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(184,151,106,0.15); border: 1px solid rgba(184,151,106,0.15); border-radius: 4px; overflow: hidden; }
.cred-card { background: var(--white); padding: 36px 32px; text-align: center; }
.cred-icon { font-size: 28px; margin-bottom: 16px; color: var(--gold); }
.cred-name { font-family: 'Cormorant Garamond', serif; font-size: 22px; font-weight: 500; color: var(--navy); margin-bottom: 6px; }
.cred-tag { display: inline-block; font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold); background: rgba(184,151,106,0.12); padding: 3px 12px; border-radius: 2px; margin-bottom: 14px; }
.cred-desc { font-size: 13px; font-weight: 300; color: var(--text-muted); line-height: 1.7; }

.section { padding: 88px 5%; }
.section-header { margin-bottom: 56px; }
.section-eyebrow { font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold); margin-bottom: 14px; display: flex; align-items: center; gap: 10px; }
.section-eyebrow::before { content: ''; display: block; width: 24px; height: 1px; background: var(--gold); }
.section-title { font-family: 'Cormorant Garamond', serif; font-size: 42px; font-weight: 500; line-height: 1.15; color: var(--navy); }
.section-title em { color: var(--gold); font-style: normal; }

.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--cream-dark); border: 1px solid var(--cream-dark); border-radius: 4px; overflow: hidden; }
.service-card { background: var(--white); padding: 36px 32px; transition: background 0.2s; cursor: pointer; }
.service-card:hover { background: var(--navy); }
.service-card:hover .service-icon-wrap { background: rgba(184,151,106,0.15); border-color: rgba(184,151,106,0.3); }
.service-card:hover .service-icon-wrap i { color: var(--gold-light); }
.service-card:hover .service-name { color: var(--white); }
.service-card:hover .service-desc { color: rgba(255,255,255,0.55); }
.service-card:hover .service-badge { background: rgba(184,151,106,0.2); color: var(--gold-light); }
.service-card:hover .service-link { color: var(--gold); }
.service-icon-wrap { display: inline-flex; align-items: center; justify-content: center; width: 52px; height: 52px; border-radius: 4px; background: rgba(184,151,106,0.08); border: 1px solid rgba(184,151,106,0.2); margin-bottom: 20px; transition: all 0.2s; }
.service-icon-wrap i { font-size: 24px; color: var(--gold); }
.service-name { font-family: 'Cormorant Garamond', serif; font-size: 22px; font-weight: 500; margin-bottom: 8px; color: var(--navy); transition: color 0.2s; }
.service-badge { display: inline-block; font-size: 10px; letter-spacing: 0.08em; text-transform: uppercase; background: rgba(184,151,106,0.12); color: var(--gold); padding: 3px 10px; border-radius: 2px; margin-bottom: 12px; transition: all 0.2s; }
.service-desc { font-size: 13px; line-height: 1.75; color: var(--text-muted); transition: color 0.2s; margin-bottom: 20px; }
.service-link { font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold); transition: color 0.2s; }

.deep-dive { padding: 88px 5%; }
.deep-dive.dark { background: var(--navy); }
.deep-dive.light { background: var(--cream-dark); }
.dd-header { margin-bottom: 48px; }
.dd-title { font-family: 'Cormorant Garamond', serif; font-size: 38px; font-weight: 500; line-height: 1.15; }
.dd-title em { color: var(--gold); font-style: normal; }
.dd-title.light-text { color: var(--white); }
.dd-title.dark-text { color: var(--navy); }
.dd-intro { font-size: 15px; font-weight: 300; line-height: 1.85; max-width: 680px; margin-top: 16px; }
.dd-intro.light-text { color: rgba(255,255,255,0.6); }
.dd-intro.dark-text { color: var(--text-muted); }
.dd-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-bottom: 40px; }
.dd-card { border-radius: 4px; padding: 28px; }
.dd-card.dark { background: var(--navy-light); border: 1px solid rgba(184,151,106,0.15); }
.dd-card.light { background: var(--white); border: 1px solid rgba(0,0,0,0.06); }
.dd-card-title { display: flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 500; margin-bottom: 12px; }
.dd-card-title.light-text { color: var(--white); }
.dd-card-title.dark-text { color: var(--navy); }
.dd-card-title::before { content: '✓'; color: var(--gold); font-size: 13px; }
.dd-card p { font-size: 13px; font-weight: 300; line-height: 1.75; margin-bottom: 10px; }
.dd-card p:last-child { margin-bottom: 0; }
.dd-card.dark p { color: rgba(255,255,255,0.55); }
.dd-card.light p { color: var(--text-muted); }
.dd-card ul { list-style: none; display: flex; flex-direction: column; gap: 7px; margin-top: 8px; }
.dd-card ul li { font-size: 13px; padding-left: 16px; position: relative; line-height: 1.6; }
.dd-card.dark ul li { color: rgba(255,255,255,0.5); }
.dd-card.light ul li { color: var(--text-muted); }
.dd-card ul li::before { content: '–'; position: absolute; left: 0; color: var(--gold); }
.dd-bottom { margin-top: 0; }
.benefits-box { border-radius: 4px; padding: 28px; margin-bottom: 32px; }
.benefits-box.dark { background: rgba(184,151,106,0.08); border: 1px solid rgba(184,151,106,0.25); }
.benefits-box.light { background: var(--white); border: 1px solid rgba(0,0,0,0.06); }
.benefits-title { font-family: 'Cormorant Garamond', serif; font-size: 20px; margin-bottom: 18px; }
.benefits-title.light-text { color: var(--white); }
.benefits-title.dark-text { color: var(--navy); }
.benefits-list { display: flex; flex-direction: column; gap: 10px; list-style: none; }
.benefits-list li { display: flex; gap: 10px; align-items: flex-start; font-size: 13px; line-height: 1.6; }
.dark .benefits-list li { color: rgba(255,255,255,0.65); }
.light .benefits-list li { color: var(--text-muted); }
.benefits-list li::before { content: '✓'; color: var(--gold); font-size: 12px; min-width: 14px; margin-top: 2px; }
.closing-statement { text-align: center; padding: 8px 5% 0; }
.closing-statement.dark p { font-family: 'Cormorant Garamond', serif; font-size: 22px; font-weight: 400; line-height: 1.7; font-style: italic; color: rgba(255,255,255,0.6); max-width: 640px; margin: 0 auto; }
.closing-statement.light p { font-family: 'Cormorant Garamond', serif; font-size: 22px; font-weight: 400; line-height: 1.7; font-style: italic; color: var(--text-muted); max-width: 640px; margin: 0 auto; }
.closing-statement p em { color: var(--gold); font-style: normal; }

.why { background: var(--navy); padding: 88px 5%; }
.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.why-text p { font-size: 15px; font-weight: 300; color: rgba(255,255,255,0.6); line-height: 1.85; margin-top: 20px; }
.pillars { margin-top: 48px; display: flex; flex-direction: column; gap: 20px; }
.pillar { display: flex; gap: 16px; align-items: flex-start; }
.pillar-num { font-family: 'Cormorant Garamond', serif; font-size: 32px; color: var(--gold); opacity: 0.5; line-height: 1; min-width: 32px; }
.pillar-title { font-size: 14px; font-weight: 500; color: var(--white); margin-bottom: 4px; }
.pillar-desc { font-size: 13px; font-weight: 300; color: rgba(255,255,255,0.5); line-height: 1.7; }
.why-aside { border: 1px solid rgba(184,151,106,0.2); border-radius: 4px; padding: 40px; background: var(--navy-light); }
.why-aside-title { font-family: 'Cormorant Garamond', serif; font-size: 26px; color: var(--white); margin-bottom: 24px; }
.checklist { display: flex; flex-direction: column; gap: 14px; }
.checklist-item { display: flex; gap: 12px; align-items: flex-start; font-size: 13px; color: rgba(255,255,255,0.65); line-height: 1.6; }
.checklist-item::before { content: '✓'; color: var(--gold); font-size: 13px; min-width: 16px; margin-top: 1px; }

.expect { background: var(--cream-dark); padding: 88px 5%; }
.expect-intro { max-width: 600px; margin-bottom: 48px; }
.expect-intro p { font-size: 15px; font-weight: 300; color: var(--text-muted); line-height: 1.85; margin-top: 14px; }
.expect-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: rgba(184,151,106,0.15); border: 1px solid rgba(184,151,106,0.15); border-radius: 4px; overflow: hidden; margin-bottom: 40px; }
.expect-step { background: var(--white); padding: 32px 28px; }
.step-num { font-family: 'Cormorant Garamond', serif; font-size: 48px; font-weight: 500; color: var(--gold); opacity: 0.25; line-height: 1; margin-bottom: 14px; }
.step-title { font-family: 'Cormorant Garamond', serif; font-size: 20px; font-weight: 500; color: var(--navy); margin-bottom: 10px; }
.step-desc { font-size: 13px; font-weight: 300; color: var(--text-muted); line-height: 1.75; }
.expect-promises { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.promise-card { background: var(--white); border: 1px solid rgba(0,0,0,0.06); border-radius: 4px; padding: 28px; display: flex; gap: 16px; align-items: flex-start; }
.promise-icon { width: 44px; height: 44px; border-radius: 4px; background: rgba(184,151,106,0.08); border: 1px solid rgba(184,151,106,0.2); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.promise-icon i { font-size: 20px; color: var(--gold); }
.promise-title { font-size: 14px; font-weight: 500; color: var(--navy); margin-bottom: 6px; }
.promise-desc { font-size: 13px; font-weight: 300; color: var(--text-muted); line-height: 1.7; }

.cta-section { background: var(--gold); padding: 80px 5%; text-align: center; }
.cta-section h2 { font-family: 'Cormorant Garamond', serif; font-size: 46px; font-weight: 500; color: var(--navy); margin-bottom: 16px; }
.cta-section p { font-size: 15px; color: rgba(13,27,42,0.65); margin-bottom: 36px; font-weight: 300; }
.cta-section a { background: var(--navy); color: var(--white); font-size: 13px; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; padding: 16px 40px; border-radius: 2px; display: inline-block; transition: background 0.2s; }
.cta-section a:hover { background: var(--navy-mid); }

footer { background: var(--navy); padding: 56px 5% 32px; }
.footer-top { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; padding-bottom: 48px; border-bottom: 1px solid rgba(255,255,255,0.08); }
.footer-brand .nav-logo { font-size: 20px; display: block; margin-bottom: 14px; }
.footer-brand p { font-size: 13px; color: rgba(255,255,255,0.4); line-height: 1.7; font-weight: 300; }
.footer-creds { display: flex; flex-direction: column; gap: 6px; margin-top: 16px; }
.footer-cred-badge { display: inline-flex; align-items: center; gap: 6px; font-size: 11px; color: rgba(255,255,255,0.35); letter-spacing: 0.04em; }
.footer-cred-badge::before { content: '·'; color: var(--gold); }
.footer-col h4 { font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold); margin-bottom: 16px; }
.footer-col a { display: block; font-size: 13px; color: rgba(255,255,255,0.45); margin-bottom: 10px; transition: color 0.2s; }
.footer-col a:hover { color: rgba(255,255,255,0.8); }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; padding-top: 28px; }
.footer-bottom p { font-size: 12px; color: rgba(255,255,255,0.25); }

@media (max-width: 768px) {
  .hero { grid-template-columns: 1fr; padding: 64px 5% 56px; }
  .hero h1 { font-size: 40px; }
  .about-grid { grid-template-columns: 1fr; gap: 40px; }
  .about-benefits { grid-template-columns: 1fr; }
  .services-grid { grid-template-columns: 1fr; }
  .why-grid { grid-template-columns: 1fr; gap: 40px; }
  .dd-grid { grid-template-columns: 1fr; }
  .cred-cards { grid-template-columns: 1fr; }
  .expect-steps { grid-template-columns: 1fr 1fr; }
  .expect-promises { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 32px; }
  .nav-links { display: none; }
}
