/* ============================================================
   SUPPORTIVE FINANCIAL PLANNING — GLOBAL CSS
   Consolidated from all 21 HTML source files
   ============================================================ */

.skip-link {
  position: absolute;
  top: -100px;
  left: 0;
  z-index: 9999;
  padding: 8px 16px;
  background: var(--navy);
  color: white;
}
.skip-link:focus {
  top: 0;
}
:root {
  --navy:       #0f1f35;
  --navy-mid:   #162b45;
  --gold:       #b8952a;
  --gold-light: #d4af5a;
  --gold-pale:  #f5edd8;
  --cream:      #faf8f3;
  --text:       #1a2a3a;
  --text-muted: #5a6a7a;
  --border:     rgba(184,149,42,0.2);
  --white:      #ffffff;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'DM Sans', sans-serif; background: var(--cream); color: var(--text); overflow-x: hidden; }

/* NAV */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  background: transparent; border-bottom: 1px solid transparent;
  padding: 0 max(40px, calc((100% - 1200px) / 2)); height: 90px;
  display: flex; align-items: center; justify-content: space-between;
  transition: background 0.4s ease, border-color 0.4s ease, height 0.4s ease, backdrop-filter 0.4s ease;
}
nav.scrolled, nav:hover {
  background: rgba(15,31,53,0.97); backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(184,149,42,0.15); height: 78px;
}
nav.nav-solid {
  background: rgba(15,31,53,0.97); backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(184,149,42,0.15); height: 78px;
}
.nav-logo img { height: 58px; width: auto; border-radius: 2px; }
.nav-links { display: flex; align-items: center; gap: 36px; position: relative; }
.nav-links a { color: rgba(255,255,255,0.82); text-decoration: none; font-size: 0.82rem; font-weight: 400; letter-spacing: 0.08em; text-transform: uppercase; transition: color 0.2s; }
.nav-links a:hover, .nav-links a.active { color: var(--gold-light); }
.nav-cta { background: var(--gold); color: var(--navy) !important; padding: 10px 22px; border-radius: 3px; font-weight: 500 !important; transition: background 0.2s !important; }
.nav-cta:hover { background: var(--gold-light) !important; }
.nav-services { position: relative; display: inline-flex; align-items: center; }
.nav-services::after { content: ''; position: absolute; bottom: -12px; left: 0; right: 0; height: 12px; }
.nav-services:hover .services-dropdown { display: block; }
.services-dropdown { display: none; position: absolute; top: calc(100% + 12px); left: 50%; transform: translateX(-50%); background: rgba(15,31,53,0.98); backdrop-filter: blur(16px); border: 1px solid rgba(184,149,42,0.2); border-radius: 4px; padding: 12px 0; min-width: 240px; z-index: 200; }
.services-dropdown a { display: block; padding: 10px 24px; font-size: 0.8rem; color: rgba(255,255,255,0.7) !important; text-transform: none !important; letter-spacing: 0.02em !important; border-bottom: 1px solid rgba(255,255,255,0.04); transition: color 0.2s, background 0.2s; }
.services-dropdown a:last-child { border-bottom: none; }
.services-dropdown a:hover { color: var(--gold-light) !important; background: rgba(184,149,42,0.08); }

/* SHARED */
.section-inner { max-width: 1200px; margin: 0 auto; }
.section-label { font-size: 10px; font-weight: 500; letter-spacing: 0.35em; text-transform: uppercase; color: var(--gold); margin-bottom: 20px; display: block; }
.section-heading { font-family: 'Cormorant Garamond', serif; font-size: clamp(2.2rem, 3.5vw, 3.2rem); font-weight: 300; color: var(--navy); line-height: 1.2; margin-bottom: 24px; }
.section-heading em { font-style: italic; color: var(--gold); }
.section-intro { font-size: 1.02rem; line-height: 1.75; color: var(--text-muted); max-width: 600px; margin-bottom: 56px; }
.gold-divider { width: 48px; height: 2px; background: var(--gold); margin-bottom: 32px; }
.body-text { font-size: 1.02rem; line-height: 1.82; color: var(--text-muted); margin-bottom: 20px; }
.body-text strong { color: var(--navy); font-weight: 500; }

/* BUTTONS */
.btn-primary { background: var(--gold); color: var(--navy); text-decoration: none; padding: 16px 36px; font-size: 0.85rem; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; border-radius: 3px; transition: background 0.2s, transform 0.2s; display: inline-block; }
.btn-primary:hover { background: var(--gold-light); transform: translateY(-2px); }
.btn-ghost { color: rgba(255,255,255,0.65); text-decoration: none; font-size: 0.85rem; letter-spacing: 0.05em; border-bottom: 1px solid rgba(255,255,255,0.3); padding-bottom: 2px; transition: color 0.2s, border-color 0.2s; }
.btn-ghost:hover { color: var(--gold-light); border-color: var(--gold-light); }
.btn-secondary { display: inline-flex; align-items: center; gap: 10px; background: transparent; color: var(--navy); text-decoration: none; padding: 16px 32px; border-radius: 4px; font-size: 0.85rem; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; border: 1.5px solid rgba(15,31,53,0.15); transition: border-color 0.25s, transform 0.2s; }
.btn-secondary:hover { border-color: var(--gold); color: var(--gold); transform: translateY(-2px); }

/* HOMEPAGE HERO */
.hero { position: relative; width: 100%; height: 100vh; min-height: 640px; overflow: hidden; display: flex; align-items: center; justify-content: center; }
.hero-bg { position: absolute; inset: 0; background-image: url('/images/Woman Lying on Sofa Photo.jpg'); background-size: cover; background-position: center 10%; transform: scale(1.04); animation: heroZoom 12s ease-out forwards; background-repeat: no-repeat; }
@keyframes heroZoom { from { transform: scale(1.04); } to { transform: scale(1.0); } }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(10,20,35,0.42) 0%, rgba(10,20,35,0.58) 50%, rgba(10,20,35,0.88) 100%), radial-gradient(ellipse 80% 60% at 30% 50%, rgba(184,149,42,0.05) 0%, transparent 70%); }
.hero-inner { position: relative; z-index: 2; max-width: 900px; margin: 0 auto; padding: 0 40px; text-align: center; display: flex; flex-direction: column; align-items: center; }
.hero-eyebrow { font-size: 10px; font-weight: 500; letter-spacing: 0.38em; text-transform: uppercase; color: var(--gold-light); margin-bottom: 28px; opacity: 0; animation: fadeUp 0.8s ease forwards 0.3s; }
.hero-eyebrow::before { content: ''; display: inline-block; width: 32px; height: 1px; background: var(--gold); vertical-align: middle; margin-right: 14px; opacity: 0.7; }
.hero-eyebrow::after { content: ''; display: inline-block; width: 32px; height: 1px; background: var(--gold); vertical-align: middle; margin-left: 14px; opacity: 0.7; }
.hero-headline { font-family: 'Cormorant Garamond', serif; font-size: clamp(3rem, 6vw, 5.6rem); font-weight: 300; line-height: 1.08; color: var(--white); margin-bottom: 44px; opacity: 0; animation: fadeUp 0.9s ease forwards 0.5s; text-shadow: 0 2px 40px rgba(10,20,35,0.4); }
.hero-headline em { font-style: italic; color: var(--gold-light); }
.hero-body { font-size: 1rem; line-height: 1.7; color: rgba(255,255,255,0.7); margin-bottom: 40px; max-width: 520px; letter-spacing: 0.04em; opacity: 0; animation: fadeUp 0.9s ease forwards 0.7s; }
.hero-btns { display: flex; gap: 16px; align-items: center; justify-content: center; flex-wrap: wrap; opacity: 0; animation: fadeUp 0.9s ease forwards 0.9s; }
.hero-trust-bar { position: absolute; bottom: 0; left: 0; right: 0; z-index: 2; border-top: 1px solid rgba(184,149,42,0.2); background: rgba(10,20,35,0.55); backdrop-filter: blur(8px); display: flex; justify-content: center; gap: 0; opacity: 0; animation: fadeIn 1s ease forwards 1.1s; }
.trust-item { display: flex; align-items: center; gap: 16px; padding: 22px 52px; border-right: 1px solid rgba(184,149,42,0.15); }
.trust-item:last-child { border-right: none; }
.trust-sym svg { width: 22px; height: 22px; stroke: var(--gold); fill: none; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }
.trust-text { display: flex; flex-direction: column; }
.trust-num { font-family: 'Cormorant Garamond', serif; font-size: 1.7rem; font-weight: 300; color: var(--white); line-height: 1; }
.trust-label { font-size: 0.68rem; color: rgba(255,255,255,0.38); letter-spacing: 0.12em; text-transform: uppercase; margin-top: 3px; }

/* PAGE HERO */
.page-hero { padding-top: 90px; background: var(--navy); min-height: 540px; position: relative; overflow: hidden; display: flex; align-items: center; }
.page-hero::after { content: ''; position: absolute; top: 0; right: 0; width: 52%; height: 100%; background-size: cover; background-position: center center; mask-image: linear-gradient(to left, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.3) 45%, transparent 100%); -webkit-mask-image: linear-gradient(to left, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.3) 45%, transparent 100%); z-index: 0; }
.page-hero-bg-img {
  position: absolute;
  top: 0;
  right: 0;
  width: 45%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  mask-image: linear-gradient(to left, rgba(0,0,0,0.35) 0%, transparent 100%);
  -webkit-mask-image: linear-gradient(to left, rgba(0,0,0,0.35) 0%, transparent 100%);
  z-index: 1;
  display: block;
  pointer-events: none;
}
.page-hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 55% 80% at 15% 50%, rgba(184,149,42,0.07) 0%, transparent 70%); z-index: 1; }
.page-hero-inner { position: relative; z-index: 2; max-width: 1200px; margin: 0 auto; padding: 80px 40px; width: 100%; }
.page-hero-inner > * { max-width: 520px; }
.page-hero-tag { font-size: 10px; font-weight: 500; letter-spacing: 0.38em; text-transform: uppercase; color: var(--gold); margin-bottom: 24px; display: flex; align-items: center; gap: 14px; opacity: 0; animation: fadeUp 0.8s ease forwards 0.2s; }
.page-hero-tag::before { content: ''; display: block; width: 32px; height: 1px; background: var(--gold); opacity: 0.6; }
.page-hero h1 { font-family: 'Cormorant Garamond', serif; font-size: clamp(2.8rem, 4.5vw, 4.8rem); font-weight: 300; line-height: 1.1; color: var(--white); margin-bottom: 24px; opacity: 0; animation: fadeUp 0.9s ease forwards 0.35s; }
.page-hero h1 em { font-style: italic; color: var(--gold-light); }
.page-hero-sub { font-size: 1.05rem; line-height: 1.72; color: rgba(255,255,255,0.55); margin-bottom: 40px; max-width: 460px; opacity: 0; animation: fadeUp 0.9s ease forwards 0.5s; }
.page-hero-cta { opacity: 0; animation: fadeUp 0.9s ease forwards 0.65s; }

/* PROBLEM SECTION */
.section-problem { background: var(--cream); padding: 120px 40px; }
.problem-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.problem-list { display: flex; flex-direction: column; gap: 20px; }
.problem-item { display: flex; gap: 20px; align-items: flex-start; padding: 24px 28px; background: var(--white); border: 1px solid rgba(15,31,53,0.06); border-left: 3px solid var(--gold); border-radius: 3px; transition: transform 0.2s, box-shadow 0.2s; }
.problem-item:hover { transform: translateX(4px); box-shadow: 0 8px 30px rgba(15,31,53,0.08); }
.problem-sym { flex-shrink: 0; width: 36px; height: 36px; display: flex; align-items: center; justify-content: center; margin-top: 2px; }
.problem-sym svg { width: 22px; height: 22px; stroke: var(--gold); fill: none; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.problem-text h4 { font-family: 'Cormorant Garamond', serif; font-size: 1.15rem; font-weight: 600; color: var(--navy); margin-bottom: 6px; }
.problem-text p { font-size: 0.88rem; line-height: 1.65; color: var(--text-muted); }
.problem-image-wrap { position: relative; border-radius: 4px; overflow: hidden; }
.problem-image-wrap img { width: 100%; height: 520px; object-fit: cover; display: block; border-radius: 4px; }
.problem-image-wrap::before { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 40%, rgba(15,31,53,0.65) 100%); z-index: 1; border-radius: 4px; }
.problem-image-caption { position: absolute; bottom: 28px; left: 28px; right: 28px; z-index: 2; font-family: 'Cormorant Garamond', serif; font-size: 1.35rem; font-style: italic; font-weight: 300; color: var(--white); line-height: 1.4; }

/* EMPATHY BAR */
.empathy-bar { background: var(--navy); padding: 64px 40px; text-align: center; position: relative; overflow: hidden; }
.empathy-bar::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 80% 100% at 50% 100%, rgba(184,149,42,0.08) 0%, transparent 70%); }
.empathy-bar .inner { max-width: 800px; margin: 0 auto; position: relative; z-index: 1; }
.empathy-bar blockquote { font-family: 'Cormorant Garamond', serif; font-size: clamp(1.55rem, 2.4vw, 2.3rem); font-style: italic; font-weight: 300; color: var(--white); line-height: 1.45; margin-bottom: 20px; }
.empathy-bar blockquote em { color: var(--gold-light); font-style: normal; }
.empathy-bar cite { font-size: 0.85rem; color: rgba(255,255,255,0.4); letter-spacing: 0.06em; font-style: normal; }
.empathy-bar .portable-text { display: contents; }
.empathy-bar .portable-text p { font-family: 'Cormorant Garamond', serif; font-size: clamp(1.55rem, 2.4vw, 2.3rem); font-style: italic; font-weight: 300; color: var(--white); line-height: 1.45; margin-bottom: 20px; }

/* GUIDE SECTION */
.section-guide { background: var(--white); padding: 120px 40px; }
.guide-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.guide-image-wrap { position: relative; }
.guide-image-wrap img { width: 100%; height: 580px; object-fit: cover; border-radius: 4px; display: block; }
.guide-credentials { position: absolute; bottom: -24px; right: -24px; background: var(--navy); padding: 28px 32px; border-radius: 3px; border-left: 3px solid var(--gold); }
.guide-credentials p { font-family: 'Cormorant Garamond', serif; font-size: 1.05rem; font-weight: 300; color: var(--white); line-height: 1.5; }
.guide-credentials strong { color: var(--gold-light); font-weight: 600; display: block; font-size: 1.2rem; margin-bottom: 4px; }
.guide-cred-name { font-family: 'Cormorant Garamond', serif; font-size: 1.2rem; font-weight: 600; color: var(--gold-light); display: block; margin-bottom: 6px; }
.guide-cred-title { font-family: 'DM Sans', sans-serif; font-size: 0.78rem; font-weight: 400; color: rgba(255,255,255,0.6); display: block; letter-spacing: 0.04em; line-height: 1.5; }
.guide-body { padding-left: 20px; }
.guide-text { font-size: 1.02rem; line-height: 1.8; color: var(--text-muted); margin-bottom: 20px; }
.guide-text strong { color: var(--navy); font-weight: 500; }
.accreditations { display: flex; gap: 16px; flex-wrap: wrap; margin-top: 40px; padding-top: 32px; border-top: 1px solid var(--border); align-items: center; }
.accreditations span { font-size: 0.72rem; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; color: var(--text-muted); margin-right: 6px; }
.accreditations img { height: 36px; width: auto; opacity: 0.7; }

/* PLAN */
.section-plan { background: var(--cream); padding: 120px 40px; }
.plan-header { text-align: center; margin-bottom: 64px; }
.plan-header .section-intro { margin: 0 auto; text-align: center; }
.steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 2px; background: var(--border); border-radius: 4px; overflow: hidden; }
.step { background: var(--white); padding: 52px 40px; position: relative; }
.step-num { font-family: 'Cormorant Garamond', serif; font-size: 5rem; font-weight: 300; color: var(--gold-pale); line-height: 1; margin-bottom: 24px; }
.step h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.65rem; font-weight: 400; color: var(--navy); margin-bottom: 14px; }
.step p { font-size: 0.9rem; line-height: 1.7; color: var(--text-muted); }
.step-connector { position: absolute; top: 52px; right: -14px; width: 28px; height: 28px; background: var(--gold); border-radius: 50%; display: flex; align-items: center; justify-content: center; z-index: 2; }
.step-connector svg { width: 12px; height: 12px; }

/* FEATURE SECTIONS */
.section-feature { padding: 120px 40px; }
.section-feature.std, .section-feature.on-cream { background: var(--cream); }
.section-feature.alt, .section-feature.on-white { background: var(--white); }
.feature-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.feature-grid.reverse .feature-image { order: 2; }
.feature-grid.reverse .feature-content { order: 1; }
.feature-image { position: relative; }
.feature-image img { width: 100%; height: 520px; object-fit: cover; border-radius: 4px; display: block; }
.feature-image::after { content: ''; position: absolute; inset: 0; border-radius: 4px; background: linear-gradient(135deg, rgba(15,31,53,0.08) 0%, transparent 60%); }

.alert-card { display: flex; gap: 18px; align-items: flex-start; padding: 24px 28px; background: rgba(184,149,42,0.07); border: 1px solid rgba(184,149,42,0.3); border-left: 3px solid var(--gold); border-radius: 3px; margin: 32px 0; }
.alert-card-sym { flex-shrink: 0; width: 36px; height: 36px; background: var(--gold); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-top: 2px; }
.alert-card-sym svg { width: 16px; height: 16px; stroke: var(--navy); fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.alert-card p { font-size: 0.95rem; line-height: 1.65; color: var(--text); }
.alert-card p strong { color: var(--navy); font-weight: 500; }

.checklist { display: flex; flex-direction: column; gap: 14px; margin: 32px 0 40px; }
.check-item { display: flex; gap: 14px; align-items: flex-start; }
.check-icon { width: 22px; height: 22px; background: var(--gold-pale); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 2px; }
.check-icon svg { width: 11px; height: 11px; stroke: var(--gold); fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.check-item p { font-size: 0.93rem; line-height: 1.6; font-weight: 500; color: var(--text); }
.check-item p strong { color: var(--navy); }

.date-badge { position: absolute; bottom: -16px; left: -16px; background: var(--navy); border-left: 3px solid var(--gold); padding: 18px 22px; border-radius: 3px; z-index: 2; }
.date-badge strong { font-family: 'Cormorant Garamond', serif; font-size: 1.6rem; font-weight: 300; color: var(--gold-light); display: block; line-height: 1; }
.date-badge span { font-size: 0.68rem; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.45); display: block; margin-top: 5px; }

/* URGENCY BANNER */
.urgency-banner { background: var(--navy); padding: 52px 40px; position: relative; overflow: hidden; }
.urgency-banner::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 70% 100% at 50% 100%, rgba(184,149,42,0.09) 0%, transparent 70%); }
.urgency-inner { max-width: 1200px; margin: 0 auto; position: relative; z-index: 1; display: flex; align-items: center; gap: 60px; }
.urgency-date { flex-shrink: 0; text-align: center; border: 1px solid rgba(184,149,42,0.3); border-radius: 4px; padding: 28px 36px; background: rgba(184,149,42,0.06); min-width: 160px; }
.urgency-date strong { font-family: 'Cormorant Garamond', serif; font-size: 3.2rem; font-weight: 300; color: var(--gold-light); line-height: 1; display: block; }
.urgency-date span { font-size: 0.7rem; font-weight: 500; letter-spacing: 0.15em; text-transform: uppercase; color: rgba(255,255,255,0.38); display: block; margin-top: 8px; }
.urgency-text blockquote { font-family: 'Cormorant Garamond', serif; font-size: clamp(1.4rem, 2.2vw, 2rem); font-style: italic; font-weight: 300; color: var(--white); line-height: 1.5; margin-bottom: 12px; }
.urgency-text blockquote em { color: var(--gold-light); font-style: normal; }
.urgency-text p { font-size: 0.88rem; color: rgba(255,255,255,0.4); line-height: 1.6; }
.urgency-text .portable-text p { font-family: 'Cormorant Garamond', serif; font-size: clamp(1.4rem, 2.2vw, 2rem); font-style: italic; font-weight: 300; color: var(--white); line-height: 1.5; margin-bottom: 12px; }

/* EXPERTISE GRID */
.section-expertise { background: var(--navy); padding: 120px 40px; position: relative; overflow: hidden; }
.section-expertise::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 50% 60% at 0% 50%, rgba(184,149,42,0.06) 0%, transparent 70%), radial-gradient(ellipse 40% 50% at 100% 0%, rgba(184,149,42,0.05) 0%, transparent 60%); }
.section-expertise .section-inner { position: relative; z-index: 1; }
.section-expertise .section-heading { color: var(--white); }
.section-expertise .section-intro { color: rgba(255,255,255,0.48); }
.expertise-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 2px; background: rgba(255,255,255,0.06); border-radius: 4px; overflow: hidden; }
.expertise-card { background: rgba(255,255,255,0.03); padding: 40px 34px; border-bottom: 2px solid transparent; transition: background 0.3s, border-color 0.3s; text-decoration: none; display: block; }
.expertise-card:hover { background: rgba(255,255,255,0.07); border-bottom-color: var(--gold); }
.expertise-sym { width: 40px; height: 40px; border: 1px solid rgba(184,149,42,0.3); border-radius: 3px; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; transition: border-color 0.3s, background 0.3s; }
.expertise-card:hover .expertise-sym { border-color: var(--gold); background: rgba(184,149,42,0.1); }
.expertise-sym svg { width: 18px; height: 18px; stroke: var(--gold-light); fill: none; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.expertise-card h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.3rem; font-weight: 400; color: var(--white); margin-bottom: 10px; }
.expertise-card p { font-size: 0.86rem; line-height: 1.6; color: rgba(255,255,255,0.4); margin-bottom: 18px; }
.service-link { font-size: 0.72rem; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold); display: inline-flex; align-items: center; gap: 8px; transition: gap 0.2s; text-decoration: none; }
.expertise-card:hover .service-link { gap: 14px; }

/* SERVICE TILES */
.section-services { background: var(--navy); padding: 120px 40px; position: relative; overflow: hidden; }
.section-services::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 50% 60% at 0% 50%, rgba(184,149,42,0.06) 0%, transparent 70%), radial-gradient(ellipse 40% 50% at 100% 0%, rgba(184,149,42,0.05) 0%, transparent 60%); }
.section-services .section-inner { position: relative; z-index: 1; }
.section-services .section-heading { color: var(--white); }
.section-services .section-intro { color: rgba(255,255,255,0.48); font-size: 1.02rem; line-height: 1.75; max-width: 600px; margin-bottom: 52px; }
.services-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 2px; background: rgba(255,255,255,0.06); border-radius: 4px; overflow: hidden; }
.service-card { background: rgba(255,255,255,0.03); padding: 40px 34px; border-bottom: 2px solid transparent; transition: background 0.3s, border-color 0.3s; }
.service-card:hover { background: rgba(255,255,255,0.07); border-bottom-color: var(--gold); }
.service-sym { width: 40px; height: 40px; border: 1px solid rgba(184,149,42,0.3); border-radius: 3px; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; transition: border-color 0.3s, background 0.3s; }
.service-card:hover .service-sym { border-color: var(--gold); background: rgba(184,149,42,0.1); }
.service-sym svg { width: 18px; height: 18px; stroke: var(--gold-light); fill: none; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.service-card h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.3rem; font-weight: 400; color: var(--white); margin-bottom: 10px; }
.service-card p { font-size: 0.86rem; line-height: 1.6; color: rgba(255,255,255,0.42); }

/* TESTIMONIALS */
.section-testimonials { background: var(--white); padding: 120px 40px; }
.testimonials-header { text-align: center; margin-bottom: 64px; }
.testimonials-header .gold-divider { margin: 0 auto 32px; }
.testimonials-header .section-heading { text-align: center; }
.testimonials-header .section-intro { margin: 0 auto; text-align: center; }
.testimonials-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; margin-bottom: 48px; }
.testimonial-card { background: var(--cream); border: 1px solid rgba(15,31,53,0.06); border-radius: 4px; padding: 36px 32px; position: relative; }
.testimonial-card::before { content: '\201C'; position: absolute; top: 12px; right: 24px; font-family: 'Cormorant Garamond', serif; font-size: 6rem; color: var(--gold-pale); line-height: 1; }
.testimonial-card p { font-family: 'Cormorant Garamond', serif; font-size: 1.1rem; font-style: italic; font-weight: 300; color: var(--navy); line-height: 1.6; margin-bottom: 24px; position: relative; z-index: 1; }
.testimonial-author { display: flex; align-items: center; gap: 12px; }
.author-dot { width: 8px; height: 8px; background: var(--gold); border-radius: 50%; flex-shrink: 0; }
.author-info strong { display: block; font-size: 0.8rem; font-weight: 500; color: var(--navy); }
.author-info span { font-size: 0.72rem; color: var(--text-muted); letter-spacing: 0.05em; }
.testimonials-cta { text-align: center; }
.testimonials-cta p { font-family: 'Cormorant Garamond', serif; font-size: 1.1rem; font-style: italic; color: var(--text-muted); margin-bottom: 28px; }

/* CONTACT PAGE PROOF */
.proof-section { background: var(--navy-mid); padding: 72px 40px; position: relative; overflow: hidden; }
.proof-section::before { content: '"'; position: absolute; font-family: 'Cormorant Garamond', serif; font-size: 320px; color: rgba(184,149,42,0.05); top: -60px; left: 30px; line-height: 1; pointer-events: none; }
.proof-inner { max-width: 1000px; margin: 0 auto; }
.proof-label { font-size: 10px; font-weight: 500; letter-spacing: 0.35em; text-transform: uppercase; color: var(--gold); text-align: center; margin-bottom: 40px; }
.testimonials { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.testimonial { background: rgba(255,255,255,0.04); border: 1px solid rgba(184,149,42,0.15); border-radius: 8px; padding: 32px 30px; position: relative; transition: border-color 0.3s, transform 0.3s; }
.testimonial:hover { border-color: rgba(184,149,42,0.35); transform: translateY(-3px); }
.testimonial-stars { display: flex; gap: 3px; margin-bottom: 16px; }
.star { color: var(--gold); font-size: 14px; }
.testimonial-quote { font-family: 'Cormorant Garamond', serif; font-size: 1.2rem; font-style: italic; font-weight: 300; color: var(--white); line-height: 1.6; margin-bottom: 20px; }
.testimonial-author { font-size: 0.78rem; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold); }

/* RESULT SECTION */
.section-result { background: var(--navy); padding: 120px 40px; position: relative; overflow: hidden; }
.section-result::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 80% 80% at 50% 100%, rgba(184,149,42,0.1) 0%, transparent 70%); }
.result-inner { max-width: 1200px; margin: 0 auto; position: relative; z-index: 1; }
.result-top { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; margin-bottom: 80px; }
.result-heading { font-family: 'Cormorant Garamond', serif; font-size: clamp(2.4rem, 3.5vw, 3.6rem); font-weight: 300; color: var(--white); line-height: 1.2; }
.result-heading em { font-style: italic; color: var(--gold-light); }
.result-image img { width: 100%; height: 380px; object-fit: cover; border-radius: 4px; display: block; }
.result-pillars { display: grid; grid-template-columns: repeat(3,1fr); gap: 2px; background: rgba(255,255,255,0.08); border-radius: 4px; overflow: hidden; }
.pillar { background: rgba(255,255,255,0.04); padding: 44px 36px; text-align: center; }
.pillar-sym { width: 48px; height: 48px; border: 1px solid rgba(184,149,42,0.3); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; }
.pillar-sym svg { width: 20px; height: 20px; stroke: var(--gold-light); fill: none; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.pillar h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.45rem; font-weight: 400; color: var(--white); margin-bottom: 10px; }
.pillar p { font-size: 0.87rem; line-height: 1.65; color: rgba(255,255,255,0.45); }

/* CTA SECTION */
.section-cta { background: var(--navy); padding: 120px 40px; text-align: center; position: relative; overflow: hidden; }
.section-cta::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 80% 80% at 50% 100%, rgba(184,149,42,0.1) 0%, transparent 70%); }
.cta-inner { max-width: 680px; margin: 0 auto; position: relative; z-index: 1; }
.cta-heading { font-family: 'Cormorant Garamond', serif; font-size: clamp(2.2rem, 3.5vw, 3.4rem); font-weight: 300; color: var(--white); line-height: 1.2; margin-bottom: 24px; }
.cta-heading em { font-style: italic; color: var(--gold-light); }
.cta-body { font-size: 1rem; line-height: 1.75; color: rgba(255,255,255,0.52); margin-bottom: 48px; }
.section-cta-cream { background: var(--cream); padding: 120px 40px; text-align: center; }
.section-cta-cream .cta-inner { max-width: 700px; margin: 0 auto; }
.section-cta-cream .section-heading { text-align: center; }
.section-cta-cream .cta-body { font-size: 1.02rem; line-height: 1.75; color: var(--text-muted); margin: 24px 0 48px; }
.section-cta-cream .cta-buttons { display: flex; gap: 16px; justify-content: center; align-items: center; flex-wrap: wrap; margin-bottom: 32px; }

/* FOOTER */
footer { background: var(--navy); padding: 60px 40px 32px; border-top: 1px solid rgba(184,149,42,0.15); }
.footer-top { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 48px; }
.footer-brand img { height: 40px; margin-bottom: 20px; display: block; }
.footer-brand p { font-size: 0.82rem; line-height: 1.7; color: rgba(255,255,255,0.35); max-width: 260px; }
.footer-col h4 { font-size: 0.7rem; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-bottom: 20px; }
.footer-col a { display: block; color: rgba(255,255,255,0.45); text-decoration: none; font-size: 0.82rem; margin-bottom: 10px; transition: color 0.2s; }
.footer-col a:hover { color: var(--gold-light); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.06); padding-top: 24px; display: flex; justify-content: space-between; align-items: flex-start; gap: 24px; }
.footer-legal { font-size: 0.7rem; color: rgba(255,255,255,0.2); line-height: 1.6; max-width: 700px; }
.footer-reg { font-size: 0.7rem; color: rgba(255,255,255,0.25); text-align: right; flex-shrink: 0; }

/* ABOUT PAGE */
.section-welcome { background: var(--white); padding: 120px 40px; }
.welcome-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.promise-list { display: flex; flex-direction: column; gap: 0; margin: 40px 0 48px; border: 1px solid rgba(15,31,53,0.07); border-radius: 4px; overflow: hidden; }
.promise-item { display: flex; align-items: flex-start; gap: 20px; padding: 24px 28px; background: var(--cream); border-bottom: 1px solid rgba(15,31,53,0.06); transition: background 0.2s; }
.promise-item:last-child { border-bottom: none; }
.promise-item:hover { background: var(--gold-pale); }
.promise-sym { width: 36px; height: 36px; background: var(--navy); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 1px; }
.promise-sym svg { width: 16px; height: 16px; stroke: var(--gold-light); fill: none; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.promise-text { font-size: 1rem; color: var(--navy); font-weight: 400; line-height: 1.5; }
.promise-text span { display: block; font-size: 0.8rem; color: var(--text-muted); margin-top: 3px; font-weight: 300; }
.values-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; background: var(--border); border-radius: 4px; overflow: hidden; margin-bottom: 48px; }
.value-card { background: var(--cream); padding: 32px 28px; }
.value-card h4 { font-family: 'Cormorant Garamond', serif; font-size: 1.3rem; font-weight: 400; color: var(--navy); margin-bottom: 10px; }
.value-card p { font-size: 0.88rem; line-height: 1.65; color: var(--text-muted); }
.value-num { font-family: 'Cormorant Garamond', serif; font-size: 3rem; font-weight: 300; color: var(--gold-pale); line-height: 1; margin-bottom: 12px; display: block; }
.section-team { background: var(--cream); padding: 120px 40px; }
.team-header { margin-bottom: 72px; }
.team-member { display: grid; grid-template-columns: 380px 1fr; gap: 72px; align-items: start; margin-bottom: 80px; padding-bottom: 80px; border-bottom: 1px solid var(--border); }
.team-member:last-child { margin-bottom: 0; padding-bottom: 0; border-bottom: none; }
.team-member.reverse { grid-template-columns: 1fr 380px; }
.team-member.reverse .member-image { order: 2; }
.team-member.reverse .member-bio { order: 1; }
.member-image { position: relative; }
.member-image img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; object-position: center top; border-radius: 4px; display: block; }
.member-badge { position: absolute; bottom: -16px; right: -16px; background: var(--gold); color: var(--navy); padding: 16px 20px; border-radius: 3px; }
.member-badge strong { display: block; font-family: 'Cormorant Garamond', serif; font-size: 1.1rem; font-weight: 600; line-height: 1.2; }
.member-badge span { font-size: 0.65rem; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; opacity: 0.8; display: block; margin-top: 3px; }
.member-bio { padding-top: 8px; }
.member-name { font-family: 'Cormorant Garamond', serif; font-size: 2.4rem; font-weight: 300; color: var(--navy); line-height: 1.1; margin-bottom: 6px; }
.member-title { font-size: 0.78rem; font-weight: 500; letter-spacing: 0.15em; text-transform: uppercase; color: var(--gold); margin-bottom: 28px; display: block; }
.member-divider { width: 40px; height: 2px; background: var(--gold); margin-bottom: 28px; }
.member-quote { font-family: 'Cormorant Garamond', serif; font-size: 1.35rem; font-style: italic; font-weight: 300; color: var(--navy); line-height: 1.55; border-left: 3px solid var(--gold); padding-left: 20px; margin: 28px 0; }
.member-quals { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 32px; padding-top: 28px; border-top: 1px solid var(--border); }
.qual-tag { font-size: 0.7rem; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text-muted); background: var(--white); border: 1px solid var(--border); padding: 6px 14px; border-radius: 2px; }
.section-different { background: var(--white); padding: 120px 40px; }
.different-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.different-points { display: flex; flex-direction: column; gap: 24px; margin-top: 36px; }
.diff-item { display: flex; gap: 20px; align-items: flex-start; padding: 24px 28px; background: var(--cream); border-left: 3px solid var(--gold); border-radius: 3px; transition: transform 0.2s, box-shadow 0.2s; }
.diff-item:hover { transform: translateX(4px); box-shadow: 0 8px 30px rgba(15,31,53,0.07); }
.diff-sym { width: 36px; height: 36px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.diff-sym svg { width: 20px; height: 20px; stroke: var(--gold); fill: none; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.diff-item p { font-size: 0.95rem; line-height: 1.65; color: var(--text); }
.diff-item p strong { color: var(--navy); font-weight: 500; }
.different-right { padding-left: 12px; }
.stat-block { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; background: var(--border); border-radius: 4px; overflow: hidden; margin-top: 40px; }
.stat-cell { background: var(--navy); padding: 36px 28px; text-align: center; }
.stat-num { font-family: 'Cormorant Garamond', serif; font-size: 3.2rem; font-weight: 300; color: var(--gold-light); line-height: 1; display: block; }
.stat-label { font-size: 0.72rem; color: rgba(255,255,255,0.38); letter-spacing: 0.12em; text-transform: uppercase; margin-top: 8px; display: block; }
.section-accreditations { background: var(--white); padding: 64px 40px; border-top: 1px solid rgba(15,31,53,0.06); border-bottom: 1px solid rgba(15,31,53,0.06); }
.accred-inner { max-width: 1200px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 40px; flex-wrap: wrap; }
.accred-label { font-size: 10px; font-weight: 500; letter-spacing: 0.3em; text-transform: uppercase; color: var(--text-muted); flex-shrink: 0; }
.accred-logos { display: flex; align-items: center; gap: 36px; flex-wrap: wrap; }
.accred-text { margin-bottom: 20px; }
.accred-body { font-size: 0.84rem; line-height: 1.6; color: var(--text-muted); margin-top: 6px; max-width: 480px; }
.accred-logos img { height: 40px; width: auto; opacity: 0.65; transition: opacity 0.2s; }
.accred-logos img:hover { opacity: 1; }

/* CONTACT PAGE */
.london-banner { width: 100%; height: 300px; position: relative; overflow: hidden; padding-top: 90px; display: flex; align-items: flex-end; background: var(--navy); }
.london-banner::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to right, rgba(15,31,53,0.82) 0%, rgba(15,31,53,0.55) 45%, rgba(15,31,53,0.12) 100%); }
.london-banner img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 60%; display: block; }
.banner-text { position: relative; z-index: 2; max-width: 100%; margin: 0; padding: 0 max(40px, calc((100vw - 1200px) / 2)) 32px; width: 100%; }
.banner-text h1 { font-family: 'Cormorant Garamond', serif; font-size: clamp(3rem, 5vw, 5rem); font-weight: 300; line-height: 1.1; color: var(--white); max-width: 520px; opacity: 0; animation: fadeUp 0.9s ease forwards 0.35s; }
.banner-text h1 em { font-style: italic; color: var(--gold-light); }
.contact-section { background: var(--navy); position: relative; overflow: hidden; padding: 80px 40px; }
.contact-section::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 60% 80% at 80% 50%, rgba(184,149,42,0.06) 0%, transparent 70%), radial-gradient(ellipse 40% 60% at 10% 80%, rgba(184,149,42,0.04) 0%, transparent 60%); }
.contact-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 0; align-items: start; position: relative; z-index: 1; }
.contact-left { padding: 0 60px 0 0; }
.eyebrow { font-size: 11px; font-weight: 500; letter-spacing: 0.3em; text-transform: uppercase; color: var(--gold); margin-bottom: 20px; display: flex; align-items: center; gap: 14px; opacity: 0; animation: fadeUp 0.8s ease forwards 0.2s; }
.eyebrow::before { content: ''; display: block; width: 32px; height: 1px; background: var(--gold); opacity: 0.6; }
.contact-headline { font-family: 'Cormorant Garamond', serif; font-size: clamp(2.4rem, 3.8vw, 3.4rem); font-weight: 300; line-height: 1.15; color: var(--white); margin-bottom: 24px; opacity: 0; animation: fadeUp 0.8s ease forwards 0.35s; }
.contact-headline em { font-style: italic; color: var(--gold-light); }
.contact-subtext { font-size: 1.02rem; line-height: 1.75; color: rgba(255,255,255,0.6); margin-bottom: 36px; max-width: 420px; opacity: 0; animation: fadeUp 0.8s ease forwards 0.5s; }
.urgency-bar { display: inline-flex; align-items: center; gap: 10px; background: rgba(184,149,42,0.12); border: 1px solid rgba(184,149,42,0.3); border-radius: 4px; padding: 12px 20px; margin-bottom: 36px; opacity: 0; animation: fadeUp 0.8s ease forwards 0.6s; }
.urgency-bar .dot { width: 8px; height: 8px; background: var(--gold); border-radius: 50%; animation: pulse 2s ease infinite; }
.urgency-bar span { font-size: 0.78rem; font-weight: 500; letter-spacing: 0.08em; color: var(--gold-light); text-transform: uppercase; }
.phone-cta { opacity: 0; animation: fadeUp 0.8s ease forwards 0.7s; }
.phone-link { display: inline-flex; align-items: center; gap: 14px; text-decoration: none; }
.phone-icon { width: 44px; height: 44px; background: var(--gold); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: transform 0.3s ease, background 0.3s; }
.phone-link:hover .phone-icon { transform: scale(1.1); background: var(--gold-light); }
.phone-icon svg { width: 18px; height: 18px; fill: var(--navy); }
.phone-details { display: flex; flex-direction: column; }
.phone-label { font-size: 0.7rem; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(255,255,255,0.4); margin-bottom: 3px; }
.phone-number { font-family: 'Cormorant Garamond', serif; font-size: 1.9rem; font-weight: 600; color: var(--white); letter-spacing: 0.02em; line-height: 1; }
.addresses { margin-top: 40px; display: flex; flex-direction: column; gap: 24px; }
.address-block { background: transparent; }
.address-block strong { display: block; font-size: 0.7rem; font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); margin-bottom: 6px; }
.address-block p { font-size: 0.78rem; color: rgba(255,255,255,0.75); line-height: 1.65; }
.contact-left .address-block { background: transparent !important; border: none !important; padding: 0 !important; margin: 0 !important; }
.contact-left .address-block p { color: rgba(255,255,255,0.75) !important; font-size: 0.78rem; line-height: 1.65; margin: 0 !important; padding: 0 !important; }
.contact-left .addresses { gap: 24px; margin-top: 24px; }
.contact-right { background: var(--white); border-radius: 4px; padding: 52px 48px; position: relative; }
.contact-right::before { content: ''; position: absolute; left: 0; top: 12%; bottom: 12%; width: 1px; background: linear-gradient(to bottom, transparent, var(--gold) 30%, var(--gold) 70%, transparent); opacity: 0.25; }
.form-header { margin-bottom: 32px; opacity: 0; animation: fadeUp 0.8s ease forwards 0.4s; }
.form-title { font-family: 'Cormorant Garamond', serif; font-size: 2rem; font-weight: 400; color: var(--navy); line-height: 1.2; margin-bottom: 10px; }
.form-subtitle { font-size: 0.88rem; color: var(--text-muted); line-height: 1.6; }
.contact-form { display: flex; flex-direction: column; gap: 16px; opacity: 0; animation: fadeUp 0.8s ease forwards 0.55s; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display: flex; flex-direction: column; gap: 6px; }
.field label { font-size: 0.7rem; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; color: var(--text-muted); }
.field input, .field textarea { padding: 13px 16px; border: 1.5px solid #e0e4e8; border-radius: 6px; font-family: 'DM Sans', sans-serif; font-size: 0.92rem; color: var(--text); background: var(--cream); transition: border-color 0.25s, box-shadow 0.25s, background 0.25s; outline: none; -webkit-appearance: none; }
.field input:focus, .field textarea:focus { border-color: var(--gold); background: var(--white); box-shadow: 0 0 0 3px rgba(184,149,42,0.1); }
.field textarea { resize: vertical; min-height: 88px; }
.consent { display: flex; align-items: flex-start; gap: 12px; background: var(--gold-pale); border: 1px solid var(--border); border-radius: 6px; padding: 14px 16px; }
.consent input[type="checkbox"] { width: 16px; height: 16px; flex-shrink: 0; margin-top: 2px; accent-color: var(--gold); cursor: pointer; }
.consent label { font-size: 0.78rem; line-height: 1.55; color: var(--text-muted); cursor: pointer; }
.submit-btn { background: var(--navy); color: var(--white); border: none; padding: 17px 32px; border-radius: 6px; font-family: 'DM Sans', sans-serif; font-size: 0.9rem; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; cursor: pointer; position: relative; overflow: hidden; transition: background 0.3s, transform 0.2s; display: flex; align-items: center; justify-content: center; gap: 10px; width: 100%; }
.submit-btn::after { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, var(--gold) 0%, var(--gold-light) 100%); opacity: 0; transition: opacity 0.35s; }
.submit-btn:hover { transform: translateY(-1px); }
.submit-btn:hover::after { opacity: 1; }
.submit-btn span { position: relative; z-index: 1; }
.submit-btn svg { position: relative; z-index: 1; width: 16px; height: 16px; fill: currentColor; }
.success-state { display: none; text-align: center; padding: 40px 20px; }
.success-icon { width: 64px; height: 64px; background: linear-gradient(135deg, var(--gold), var(--gold-light)); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 24px; }
.success-icon svg { width: 28px; height: 28px; fill: none; stroke: var(--white); stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }
.success-title { font-family: 'Cormorant Garamond', serif; font-size: 2rem; font-weight: 400; color: var(--navy); margin-bottom: 12px; }
.success-text { font-size: 0.95rem; color: var(--text-muted); line-height: 1.7; }
.why-section { background: var(--cream); padding: 80px 40px; }
.why-inner { max-width: 900px; margin: 0 auto; text-align: center; }
.section-eyebrow { font-size: 10px; font-weight: 500; letter-spacing: 0.35em; text-transform: uppercase; color: var(--gold); margin-bottom: 16px; }
.section-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(2rem, 3.5vw, 3rem); font-weight: 300; color: var(--navy); line-height: 1.2; margin-bottom: 20px; }
.section-title em { font-style: italic; color: var(--gold); }
.section-body { font-size: 1.05rem; line-height: 1.75; color: var(--text-muted); max-width: 620px; margin: 0 auto 50px; }
.features { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; margin-top: 16px; }
.feature { background: var(--white); border: 1px solid #e8ecf0; border-radius: 10px; padding: 32px 24px; text-align: left; transition: box-shadow 0.3s, transform 0.3s, border-color 0.3s; }
.feature:hover { box-shadow: 0 12px 40px rgba(0,0,0,0.08); transform: translateY(-4px); border-color: var(--border); }
.feature-num { font-family: 'Cormorant Garamond', serif; font-size: 2.8rem; font-weight: 300; color: var(--gold-light); line-height: 1; margin-bottom: 14px; opacity: 0.6; }
.feature-title { font-family: 'Cormorant Garamond', serif; font-size: 1.25rem; font-weight: 600; color: var(--navy); margin-bottom: 10px; }
.feature-text { font-size: 0.88rem; line-height: 1.65; color: var(--text-muted); }

/* SPONSORSHIP */
.section-commitment { background: var(--white); padding: 120px 40px; }
.commitment-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.commitment-values { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; background: var(--border); border-radius: 4px; overflow: hidden; margin-top: 44px; }
.commitment-value { background: var(--cream); padding: 32px 28px; }
.val-sym { width: 40px; height: 40px; border: 1px solid var(--border); border-radius: 3px; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.val-sym svg { width: 18px; height: 18px; stroke: var(--gold); fill: none; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.commitment-value h4 { font-family: 'Cormorant Garamond', serif; font-size: 1.2rem; font-weight: 400; color: var(--navy); margin-bottom: 8px; }
.commitment-value p { font-size: 0.86rem; line-height: 1.6; color: var(--text-muted); }
.donation-bar { background: var(--navy); padding: 64px 40px; text-align: center; position: relative; overflow: hidden; }
.donation-bar::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 70% 100% at 50% 100%, rgba(184,149,42,0.1) 0%, transparent 70%); }
.donation-bar .inner { max-width: 900px; margin: 0 auto; position: relative; z-index: 1; display: flex; align-items: center; gap: 60px; text-align: left; }
.donation-amount { flex-shrink: 0; text-align: center; border: 1px solid rgba(184,149,42,0.3); border-radius: 4px; padding: 36px 44px; background: rgba(184,149,42,0.07); }
.donation-num { font-family: 'Cormorant Garamond', serif; font-size: 4rem; font-weight: 300; color: var(--gold-light); line-height: 1; display: block; }
.donation-label { font-size: 0.7rem; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(255,255,255,0.4); display: block; margin-top: 8px; }
.donation-text blockquote { font-family: 'Cormorant Garamond', serif; font-size: clamp(1.4rem, 2.2vw, 2rem); font-style: italic; font-weight: 300; color: var(--white); line-height: 1.45; margin-bottom: 16px; }
.donation-text .portable-text p { font-family: 'Cormorant Garamond', serif; font-size: clamp(1.4rem, 2.2vw, 2rem); font-style: italic; font-weight: 300; color: var(--white); line-height: 1.45; margin-bottom: 16px; }
.donation-text blockquote em { color: var(--gold-light); font-style: normal; }
.donation-text cite { font-size: 0.82rem; color: rgba(255,255,255,0.38); letter-spacing: 0.05em; font-style: normal; }
.section-chloe { background: var(--cream); padding: 120px 40px; }
.chloe-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.chloe-image-wrap { position: relative; border-radius: 4px; overflow: hidden; }
.chloe-image-wrap img { width: 100%; height: 600px; object-fit: cover; object-position: center top; display: block; border-radius: 4px; }
.chloe-image-wrap::before { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(15,31,53,0.7) 100%); z-index: 1; border-radius: 4px; }
.chloe-caption { position: absolute; bottom: 28px; left: 28px; right: 28px; z-index: 2; font-family: 'Cormorant Garamond', serif; font-size: 1.3rem; font-style: italic; font-weight: 300; color: var(--white); line-height: 1.45; }
.chloe-content { padding-top: 4px; }
.milestone-list { display: flex; flex-direction: column; gap: 16px; margin: 36px 0; }
.milestone-item { display: flex; gap: 16px; align-items: flex-start; padding: 20px 24px; background: var(--white); border: 1px solid rgba(15,31,53,0.05); border-left: 3px solid var(--gold); border-radius: 3px; transition: transform 0.2s, box-shadow 0.2s; }
.milestone-item:hover { transform: translateX(4px); box-shadow: 0 6px 24px rgba(15,31,53,0.07); }
.milestone-sym { width: 32px; height: 32px; background: var(--navy); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 2px; }
.milestone-sym svg { width: 14px; height: 14px; stroke: var(--gold-light); fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.milestone-item p { font-size: 0.93rem; line-height: 1.6; color: var(--text); }
.milestone-item p strong { color: var(--navy); }
.chloe-signature { margin-top: 44px; padding-top: 36px; border-top: 1px solid var(--border); display: flex; align-items: center; gap: 20px; }
.sig-line { width: 40px; height: 2px; background: var(--gold); flex-shrink: 0; }
.sig-text { font-family: 'Cormorant Garamond', serif; font-size: 1.1rem; font-style: italic; font-weight: 300; color: var(--text-muted); line-height: 1.4; }
.sig-text strong { color: var(--navy); font-style: normal; font-weight: 400; display: block; font-size: 1rem; }

/* BLOG */
.page-header { background: var(--navy); padding: 120px 40px 64px; border-bottom: 1px solid rgba(184,149,42,0.15); }
.page-header-inner { max-width: 1200px; margin: 0 auto; }
.page-tag { font-size: 10px; font-weight: 500; letter-spacing: 0.38em; text-transform: uppercase; color: var(--gold); margin-bottom: 20px; display: flex; align-items: center; gap: 14px; }
.page-tag::before { content: ''; display: block; width: 32px; height: 1px; background: var(--gold); opacity: 0.6; }
.page-header h1 { font-family: 'Cormorant Garamond', serif; font-size: clamp(2.6rem, 4vw, 3.8rem); font-weight: 300; color: var(--white); line-height: 1.1; }
.blog-section { background: var(--white); padding: 80px 40px; }
.blog-inner { max-width: 1200px; margin: 0 auto; }
.blog-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 32px; }
.blog-card { background: var(--cream); border: 1px solid rgba(15,31,53,0.07); border-radius: 4px; overflow: hidden; text-decoration: none; color: inherit; display: flex; flex-direction: column; transition: box-shadow 0.25s, transform 0.25s, border-color 0.25s; }
.blog-card:hover { box-shadow: 0 12px 40px rgba(15,31,53,0.1); transform: translateY(-3px); border-color: var(--border); }
.blog-card-image { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; display: block; }
.blog-card-body { padding: 28px 28px 32px; display: flex; flex-direction: column; flex: 1; }
.blog-card-meta { display: flex; align-items: center; gap: 16px; margin-bottom: 14px; }
.blog-card-category { font-size: 0.68rem; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold); background: var(--gold-pale); padding: 4px 10px; border-radius: 2px; }
.blog-card-date { font-size: 0.75rem; color: var(--text-muted); }
.blog-card-title { font-family: 'Cormorant Garamond', serif; font-size: 1.35rem; font-weight: 400; color: var(--navy); line-height: 1.35; margin-bottom: 12px; flex: 1; }
.blog-card-excerpt { font-size: 0.86rem; line-height: 1.65; color: var(--text-muted); margin-bottom: 20px; }
.blog-card-link { font-size: 0.78rem; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold); display: inline-flex; align-items: center; gap: 6px; transition: gap 0.2s; }
.blog-card:hover .blog-card-link { gap: 10px; }
.blog-card-link::after { content: '→'; }

/* BLOG POST */
.post-meta { display: flex; align-items: center; gap: 16px; margin-bottom: 20px; }
.post-category { font-size: 0.68rem; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold); background: rgba(184,149,42,0.15); padding: 4px 12px; border-radius: 2px; }
.post-date { font-size: 0.78rem; color: rgba(255,255,255,0.4); }
.post-standfirst { font-size: 1.05rem; line-height: 1.7; color: rgba(255,255,255,0.55); max-width: 680px; }
.hero-img { width: 100%; max-height: 480px; object-fit: cover; display: block; }
.post-content { background: var(--white); padding: 72px 40px; }
.post-inner { max-width: 800px; margin: 0 auto; }
.post-byline { font-size: 0.82rem; font-weight: 500; color: var(--navy); margin-bottom: 36px; padding-bottom: 24px; border-bottom: 1px solid var(--border); }
.post-inner p { font-size: 0.97rem; line-height: 1.85; color: var(--text-muted); margin-bottom: 20px; }
.post-inner p strong { color: var(--navy); font-weight: 500; }
.post-inner p a { color: var(--gold); text-decoration: none; }
.post-inner p a:hover { text-decoration: underline; }
.post-inner h2 { font-family: 'Cormorant Garamond', serif; font-size: 1.55rem; font-weight: 400; color: var(--navy); margin: 44px 0 14px; padding-bottom: 8px; border-bottom: 1px solid var(--border); }
.post-inner h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.25rem; font-weight: 400; color: var(--navy); margin: 32px 0 10px; }
.post-inner ul, .post-inner ol { padding-left: 0; margin: 0 0 22px; list-style: none; border: 1px solid rgba(15,31,53,0.07); border-radius: 4px; overflow: hidden; }
.post-inner ul li, .post-inner ol li { display: flex; align-items: flex-start; gap: 14px; padding: 12px 20px; background: var(--cream); border-bottom: 1px solid rgba(15,31,53,0.06); font-size: 0.94rem; line-height: 1.65; color: var(--text); }
.post-inner ul li:last-child, .post-inner ol li:last-child { border-bottom: none; }
.post-inner ul li::before { content: ""; display: block; width: 5px; height: 5px; background: var(--gold); border-radius: 50%; flex-shrink: 0; margin-top: 9px; }
.post-inner ol { counter-reset: item; }
.post-inner ol li::before { content: counter(item); counter-increment: item; display: block; min-width: 22px; height: 22px; background: var(--gold); color: var(--navy); border-radius: 50%; font-size: 0.72rem; font-weight: 600; text-align: center; line-height: 22px; flex-shrink: 0; margin-top: 4px; }
.cta-box { background: var(--navy); border-radius: 6px; padding: 36px 40px; margin: 44px 0; }
.cta-box p { color: rgba(255,255,255,0.7) !important; margin-bottom: 8px !important; }
.cta-box p:last-child { margin-bottom: 0 !important; }
.cta-box strong { color: var(--white) !important; }
.cta-box a { color: var(--gold-light) !important; }
.disclaimer { font-size: 0.82rem !important; font-style: italic; color: var(--text-muted) !important; padding-top: 24px; border-top: 1px solid var(--border); }
.back-link { display: inline-flex; align-items: center; gap: 8px; font-size: 0.78rem; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; color: var(--gold); text-decoration: none; margin-bottom: 48px; transition: gap 0.2s; }
.back-link:hover { gap: 12px; }
.back-link::before { content: "←"; }

/* LEGAL PAGES */
.policy-content { background: var(--white); padding: 80px 40px; }
.policy-inner { max-width: 800px; margin: 0 auto; }
.policy-inner p { font-size: 1rem; line-height: 1.82; color: var(--text-muted); margin-bottom: 24px; }
.policy-inner p strong { color: var(--navy); font-weight: 500; }
.policy-inner h2 { font-family: 'Cormorant Garamond', serif; font-size: 1.55rem; font-weight: 400; color: var(--navy); margin: 36px 0 14px; padding-bottom: 8px; border-bottom: 1px solid var(--border); }
.policy-inner h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.2rem; font-weight: 400; color: var(--navy); margin: 28px 0 10px; }
.policy-inner ul { list-style: none; padding: 0; margin: 0 0 28px 0; border: 1px solid rgba(15,31,53,0.07); border-radius: 4px; overflow: hidden; }
.policy-inner ul li { display: flex; align-items: flex-start; gap: 16px; padding: 18px 24px; background: var(--cream); border-bottom: 1px solid rgba(15,31,53,0.06); font-size: 0.96rem; line-height: 1.65; color: var(--text); }
.policy-inner ul li:last-child { border-bottom: none; }
.policy-inner ul li::before { content: ''; display: block; width: 6px; height: 6px; background: var(--gold); border-radius: 50%; flex-shrink: 0; margin-top: 8px; }
.policy-inner a { color: var(--gold); }
.policy-inner .address-block { background: var(--cream); border: 1px solid rgba(15,31,53,0.07); border-radius: 4px; padding: 24px 28px; margin: 24px 0; font-size: 0.9rem; line-height: 1.75; color: var(--text-muted); }

/* ERROR PAGE */
.error-section { flex: 1; background: var(--white); display: flex; align-items: center; justify-content: center; padding: 160px 40px 100px; }
.error-inner { max-width: 560px; text-align: center; }
.error-code { font-family: 'Cormorant Garamond', serif; font-size: clamp(5rem, 12vw, 9rem); font-weight: 300; color: var(--navy); line-height: 1; opacity: 0.08; margin-bottom: -16px; display: block; letter-spacing: 0.04em; }
.error-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(2rem, 4vw, 3rem); font-weight: 300; color: var(--navy); line-height: 1.15; margin-bottom: 20px; }
.error-divider { width: 48px; height: 1px; background: var(--gold); margin: 0 auto 24px; opacity: 0.6; }
.error-text { font-size: 1rem; line-height: 1.75; color: var(--text-muted); margin-bottom: 40px; }
.error-btns { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* ANIMATIONS */
@keyframes fadeUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes pulse { 0%, 100% { opacity: 1; transform: scale(1); } 50% { opacity: 0.5; transform: scale(0.85); } }
.reveal { opacity: 0; transform: translateY(28px); 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; }
.reveal-delay-4 { transition-delay: 0.4s; }

/* RESPONSIVE */
/* ── Mobile navigation ────────────────────────────────────────────────────── */
.nav-hamburger {
  display: none; /* shown only on mobile via media query */
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  border-radius: 4px;
  transition: background 0.2s;
}
.nav-hamburger:hover { background: rgba(255,255,255,0.08); }
.nav-hamburger span {
  display: block;
  width: 22px;
  height: 2px;
  background: rgba(255,255,255,0.85);
  border-radius: 2px;
  transition: transform 0.3s ease, opacity 0.3s ease, width 0.3s ease;
  transform-origin: center;
}
/* Animate to X when menu is open */
body.nav-open .nav-hamburger span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
body.nav-open .nav-hamburger span:nth-child(2) { opacity: 0; width: 0; }
body.nav-open .nav-hamburger span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Mobile menu panel */
.nav-mobile-menu {
  display: none; /* shown only on mobile */
  position: fixed;
  top: 70px; /* below the nav bar */
  left: 0;
  right: 0;
  z-index: 99;
  background: rgba(10,20,35,0.98);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(184,149,42,0.2);
  padding: 20px 24px 28px;
  flex-direction: column;
  gap: 0;
  /* Hidden by default even when display:flex is active */
  transform: translateY(-8px);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.25s ease, opacity 0.25s ease;
}
.nav-mobile-menu a {
  display: block;
  color: rgba(255,255,255,0.82);
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  transition: color 0.2s;
}
.nav-mobile-menu a:hover { color: var(--gold-light); }
.nav-mobile-menu a:last-child { border-bottom: none; }
.nav-mobile-sub { padding-left: 16px; }
.nav-mobile-sub a {
  font-size: 0.8rem;
  letter-spacing: 0.04em;
  text-transform: none;
  color: rgba(255,255,255,0.55);
  padding: 10px 0;
}
.nav-mobile-cta {
  background: var(--gold) !important;
  color: var(--navy) !important;
  text-align: center;
  padding: 14px 24px !important;
  border-radius: 3px;
  margin-top: 16px;
  font-weight: 500 !important;
  border-bottom: none !important;
}
/* Scroll lock when mobile menu is open */
body.nav-open { overflow: hidden; }

@media (max-width: 960px) {
  nav { padding: 0 20px; height: 70px; }
  nav.scrolled, nav:hover, nav.nav-solid { height: 70px; }
  .nav-links { display: none; }
  .nav-hamburger { display: flex; }
  .nav-mobile-menu { display: flex; }
  body.nav-open .nav-mobile-menu { transform: translateY(0); opacity: 1; pointer-events: all; }
  .footer-top { grid-template-columns: 1fr 1fr 1fr; }
  .hero { height: auto; min-height: auto; padding-top: 70px; flex-direction: column; justify-content: flex-start; }
  .hero-inner { padding: 48px 24px 32px; }
  .hero-headline { font-size: clamp(2.2rem, 8vw, 3rem); }
  .hero-trust-bar { position: static; margin-top: 32px; flex-wrap: wrap; width: 100%; }
  .trust-item { padding: 14px 20px; flex: 1 1 45%; border-right: none; border-top: 1px solid rgba(184,149,42,0.12); }
  .page-hero::after { display: none; }
  .page-hero-inner { padding: 60px 20px; max-width: 100%; }
  .page-hero-inner > * { max-width: 100%; }
  .problem-grid, .guide-grid, .feature-grid, .result-top, .welcome-grid, .different-grid, .commitment-grid, .chloe-grid { grid-template-columns: 1fr; gap: 48px; }
  .feature-grid.reverse .feature-image, .feature-grid.reverse .feature-content { order: unset; }
  .feature-image img { height: 300px; }
  .guide-image-wrap img { height: 360px; }
  .guide-credentials { position: static; margin-top: 20px; }
  .guide-body { padding-left: 0; }
  .steps, .expertise-grid, .testimonials-grid, .result-pillars, .services-grid { grid-template-columns: 1fr; }
  .team-member, .team-member.reverse { grid-template-columns: 1fr; gap: 40px; }
  .team-member.reverse .member-image, .team-member.reverse .member-bio { order: unset; }
  .member-badge { position: static; display: inline-block; margin-top: 16px; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-bottom { flex-direction: column; }
  .contact-inner { grid-template-columns: 1fr; gap: 48px; }
  .contact-left { padding: 0; }
  .contact-right { padding: 36px 28px; }
  .testimonials { grid-template-columns: 1fr; }
  .features { grid-template-columns: 1fr; }
  .urgency-inner { flex-direction: column; text-align: center; gap: 32px; }
  .donation-bar .inner { flex-direction: column; text-align: center; gap: 36px; }
  .london-banner { height: 220px; }
  .blog-grid { grid-template-columns: repeat(2,1fr); }
  .values-grid, .stat-block, .commitment-values { grid-template-columns: 1fr 1fr; }
  .different-grid { grid-template-columns: 1fr; gap: 52px; }
  section, footer, .policy-content, .blog-section, .post-content, .contact-section, .proof-section, .why-section, .error-section { padding-left: 20px !important; padding-right: 20px !important; }
  .blog-section, .post-content { padding: 52px 20px; }
  .page-header { padding: 110px 20px 48px; }
  .empathy-bar, .donation-bar, .urgency-banner { padding-left: 20px; padding-right: 20px; }
}
@media (max-width: 640px) {
  .blog-grid { grid-template-columns: 1fr; }
  footer { padding-left: 20px; padding-right: 20px; }
  .footer-top { grid-template-columns: 1fr; }
  .trust-item { flex: 1 1 100%; }
}
