  :root {    --navy:       #14213D;    --navy-mid:   #1a2a47;    --gold:       #C8A951;    --gold-light: #d4ba6a;    --charcoal:   #2E2E2E;    --offwhite:   #F8F9FA;    --sage:       #BFD8B8;    --white:      #FFFFFF;    --text-dark:  #14213D;    --text-body:  #4a5568;    --text-muted: #7a8898;    --border-lt:  #dde2e8;    --shadow-sm:  0 2px 12px rgba(20,33,61,0.07);    --shadow-md:  0 8px 32px rgba(20,33,61,0.12);    --sage-dark:  #4a7a45;    --gold-dark:  #8a6a1a;  }   * { box-sizing: border-box; margin: 0; padding: 0; }  html { scroll-behavior: smooth; }  body { background: var(--white); color: rgba(255,255,255,0.75); font-family: 'Jost', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; font-weight: 300; overflow-x: hidden; }   /* NAV */  nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; display: flex; align-items: center; justify-content: space-between; padding: 14px 56px; background: rgba(20,33,61,0.97); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(200,169,81,0.15); box-shadow: 0 1px 16px rgba(0,0,0,0.2); }   /* HERO */  .hero { background: var(--navy); min-height: 62vh; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 130px 56px 80px; position: relative; overflow: hidden; }  .hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 70% 55% at 50% 85%, rgba(200,169,81,0.09) 0%, transparent 65%), radial-gradient(ellipse 30% 30% at 85% 15%, rgba(191,216,184,0.05) 0%, transparent 55%); }  .hero > * { position: relative; }  .hero-eyebrow { font-size: 11px; font-weight: 500; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold); margin-bottom: 24px; }  .hero-headline { font-family: 'Playfair Display', Georgia, serif; font-size: clamp(36px, 5vw, 64px); font-weight: 800; line-height: 1.1; color: var(--white); max-width: 820px; margin-bottom: 24px; }  .hero-headline em { font-style: italic; color: var(--gold); }  .hero-sub { font-size: 17px; font-weight: 300; line-height: 1.8; color: rgba(255,255,255,0.58); max-width: 580px; }   /* SHARED */  .section-eyebrow { font-size: 11px; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-bottom: 14px; }  .section-heading { font-family: 'Playfair Display', Georgia, serif; font-size: clamp(28px, 3.2vw, 44px); font-weight: 800; color: var(--text-dark); line-height: 1.1; margin-bottom: 14px; }  .gold-rule { width: 40px; height: 2px; background: var(--gold); margin-bottom: 26px; }  .body-text { font-size: 16px; font-weight: 300; line-height: 1.9; color: var(--text-body); margin-bottom: 20px; }   /* HOW IT WORKS */  .how-section { background: var(--offwhite); padding: 100px 56px; }  .how-inner { max-width: 1060px; margin: 0 auto; }  .how-header { text-align: center; max-width: 640px; margin: 0 auto 64px; }  .how-header .section-heading { margin-bottom: 14px; }  .how-header p { font-size: 16px; font-weight: 300; color: var(--text-body); line-height: 1.8; }  .how-steps { display: grid; grid-template-columns: 1fr 48px 1fr 48px 1fr; align-items: start; }  .how-step { background: var(--white); border-radius: 18px; border: 1px solid var(--border-lt); padding: 36px 28px; text-align: center; transition: box-shadow 0.25s, transform 0.25s; position: relative; }  .how-step:hover { box-shadow: var(--shadow-md); transform: translateY(-4px); }  .step-compliance::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: var(--sage); border-radius: 18px 18px 0 0; }  .step-care::before       { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: var(--gold); border-radius: 18px 18px 0 0; }  .step-confidence::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: var(--navy); border-radius: 18px 18px 0 0; }  .how-step-num { font-family: 'Playfair Display', Georgia, serif; font-size: 38px; font-weight: 800; line-height: 1; margin-bottom: 12px; }  .num-compliance { color: var(--sage-dark); }  .num-care       { color: var(--gold); }  .num-confidence { color: var(--navy); }  .how-step-tag { display: inline-block; font-size: 10px; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; border-radius: 50px; padding: 4px 12px; margin-bottom: 12px; }  .tag-compliance { color: var(--sage-dark); background: rgba(191,216,184,0.2); border: 1px solid rgba(191,216,184,0.6); }  .tag-care       { color: var(--gold-dark); background: rgba(200,169,81,0.1); border: 1px solid rgba(200,169,81,0.4); }  .tag-confidence { color: var(--navy); background: rgba(20,33,61,0.06); border: 1px solid rgba(20,33,61,0.2); }  .how-step-name { font-family: 'Playfair Display', Georgia, serif; font-size: 22px; font-weight: 700; margin-bottom: 10px; }  .name-compliance { color: var(--sage-dark); }  .name-care       { color: var(--gold-dark); }  .name-confidence { color: var(--navy); }  .how-step-desc { font-size: 14px; font-weight: 300; line-height: 1.72; color: var(--text-body); }  .how-arrow { display: flex; align-items: center; justify-content: center; padding-top: 60px; }  .how-note { text-align: center; margin-top: 40px; font-size: 14px; font-weight: 300; color: var(--text-muted); font-style: italic; }  .how-note strong { font-weight: 500; color: var(--gold); font-style: normal; }   /* SERVICE CARDS */  .services-grid-section { background: var(--white); padding: 100px 56px; }  .services-grid-inner { max-width: 1140px; margin: 0 auto; display: flex; flex-direction: column; gap: 32px; }  .svc-card { border-radius: 24px; overflow: hidden; display: grid; grid-template-columns: 320px 1fr; min-height: 320px; transition: box-shadow 0.3s, transform 0.3s; box-shadow: var(--shadow-sm); }  .svc-card:hover { box-shadow: var(--shadow-md); transform: translateY(-3px); }  .svc-colour-panel { display: flex; flex-direction: column; justify-content: space-between; padding: 40px 36px; position: relative; overflow: hidden; }  .cp-compliance { background: var(--sage); }  .cp-care       { background: var(--gold); }  .cp-confidence { background: var(--navy); }  .svc-big-num { font-family: 'Playfair Display', Georgia, serif; font-size: 130px; font-weight: 800; line-height: 1; position: absolute; bottom: -20px; right: -8px; opacity: 0.15; letter-spacing: -0.04em; }  .bnum-compliance { color: var(--sage-dark); }  .bnum-care       { color: var(--navy); }  .bnum-confidence { color: var(--gold); }  .svc-panel-icon { position: relative; z-index: 1; }  .svc-panel-label { font-size: 10px; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; position: relative; z-index: 1; }  .pl-compliance { color: var(--sage-dark); }  .pl-care       { color: var(--navy); }  .pl-confidence { color: rgba(200,169,81,0.8); }  .svc-text-panel { padding: 44px 52px; display: flex; flex-direction: column; justify-content: center; position: relative; }  .tp-white { background: var(--white); border: 1px solid var(--border-lt); border-left: none; border-radius: 0 24px 24px 0; }  .svc-tag { display: inline-block; font-size: 10px; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; border-radius: 50px; padding: 4px 14px; margin-bottom: 18px; align-self: flex-start; }  .tg-compliance { color: var(--sage-dark); background: rgba(191,216,184,0.25); border: 1px solid rgba(191,216,184,0.7); }  .tg-care       { color: var(--gold-dark); background: rgba(200,169,81,0.12); border: 1px solid rgba(200,169,81,0.45); }  .tg-confidence { color: var(--navy); background: rgba(20,33,61,0.06); border: 1px solid rgba(20,33,61,0.2); }  .svc-title { font-family: 'Playfair Display', Georgia, serif; font-size: clamp(36px, 4vw, 54px); font-weight: 800; line-height: 1; margin-bottom: 8px; }  .st-compliance { color: var(--sage-dark); }  .st-care       { color: var(--gold); }  .st-confidence { color: var(--navy); }  .svc-oneliner { font-size: 13px; font-weight: 500; letter-spacing: 0.06em; color: var(--text-muted); margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid var(--border-lt); }  .svc-desc { font-size: 16px; font-weight: 300; line-height: 1.85; color: var(--text-body); margin-bottom: 28px; flex: 1; }  .svc-cta { font-size: 14px; font-weight: 600; text-decoration: none; display: inline-flex; align-items: center; gap: 8px; transition: gap 0.2s; align-self: flex-start; }  .svc-cta:hover { gap: 14px; }  .sc-compliance { color: var(--sage-dark); }  .sc-care       { color: var(--gold-dark); }  .sc-confidence { color: var(--navy); }   /* WHERE TO START */  .start-section { background: var(--navy-mid); padding: 90px 56px; text-align: center; position: relative; overflow: hidden; }  .start-section::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 60% 70% at 50% 50%, rgba(200,169,81,0.07) 0%, transparent 70%); }  .start-section > * { position: relative; }  .start-section .section-heading { color: var(--white); margin-bottom: 16px; }  .start-body { font-size: 17px; font-weight: 300; line-height: 1.8; color: rgba(255,255,255,0.62); max-width: 580px; margin: 0 auto 36px; }  .btn-gold { background: var(--gold); color: var(--navy); padding: 15px 34px; border-radius: 50px; font-family: 'Jost', sans-serif; font-size: 15px; font-weight: 600; text-decoration: none; display: inline-block; transition: background 0.2s, transform 0.2s, box-shadow 0.2s; box-shadow: 0 4px 20px rgba(200,169,81,0.3); }  .btn-gold:hover { background: var(--gold-light); transform: translateY(-2px); box-shadow: 0 8px 28px rgba(200,169,81,0.4); }   /* TESTIMONIALS */  .testi-section { background: var(--offwhite); padding: 100px 56px; text-align: center; }  .testi-section .section-heading { color: var(--text-dark); margin-bottom: 8px; }  .testi-rule { width: 40px; height: 2px; background: var(--gold); margin: 12px auto 48px; }  .testi-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; max-width: 1060px; margin: 0 auto; }  .testi-card { background: var(--white); border: 1px solid var(--border-lt); border-radius: 16px; padding: 42px; text-align: left; transition: box-shadow 0.25s, transform 0.25s; }  .testi-card:hover { box-shadow: var(--shadow-md); transform: translateY(-3px); }  .testi-mark { font-family: 'Playfair Display', Georgia, serif; font-size: 56px; line-height: 0.6; color: var(--gold); opacity: 0.35; margin-bottom: 14px; display: block; }  .testi-quote { font-family: 'Cormorant Garamond', serif; font-size: 19px; font-style: italic; font-weight: 400; line-height: 1.7; color: var(--text-dark); margin-bottom: 26px; }  .testi-name { font-size: 14px; font-weight: 600; color: var(--navy); margin-bottom: 3px; }  .testi-role { font-size: 13px; font-weight: 300; color: var(--text-muted); }   /* CTA */  .cta-section { background: var(--navy); padding: 120px 56px; text-align: center; position: relative; overflow: hidden; }  .cta-section::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 60% 80% at 50% 50%, rgba(200,169,81,0.08) 0%, transparent 70%); }  .cta-section > * { position: relative; }  .cta-eyebrow { font-size: 11px; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-bottom: 18px; }  .cta-heading { font-family: 'Playfair Display', Georgia, serif; font-size: clamp(28px, 4vw, 50px); font-weight: 800; color: var(--white); line-height: 1.12; max-width: 640px; margin: 0 auto 14px; }  .cta-heading em { font-style: italic; color: var(--gold); }  .cta-sub { font-size: 17px; font-weight: 300; color: rgba(255,255,255,0.55); max-width: 420px; margin: 0 auto 42px; line-height: 1.75; }  .btn-primary { background: var(--gold); color: var(--navy); padding: 15px 34px; border-radius: 50px; font-family: 'Jost', sans-serif; font-size: 15px; font-weight: 600; text-decoration: none; display: inline-block; transition: background 0.2s, transform 0.2s, box-shadow 0.2s; box-shadow: 0 4px 20px rgba(200,169,81,0.3); }  .btn-primary:hover { background: var(--gold-light); transform: translateY(-2px); box-shadow: 0 8px 28px rgba(200,169,81,0.4); }   /* FOOTER */  footer { background: var(--charcoal); padding: 64px 56px 40px; }  .footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 52px; max-width: 1100px; margin: 0 auto 48px; }  .footer-brand-text { font-size: 13px; font-weight: 300; line-height: 1.75; color: rgba(255,255,255,0.4); margin: 14px 0 22px; max-width: 210px; }  .footer-socials { display: flex; gap: 10px; }  .footer-socials a { width: 34px; height: 34px; border-radius: 50%; border: 1px solid rgba(255,255,255,0.15); display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.4); text-decoration: none; font-size: 12px; transition: border-color 0.2s, color 0.2s; }  .footer-socials a:hover { border-color: var(--gold); color: var(--gold); }  .footer-col h4 { font-size: 11px; font-weight: 500; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold); margin-bottom: 18px; }  .footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 11px; }  .footer-col ul a { font-size: 13px; font-weight: 300; color: rgba(255,255,255,0.45); text-decoration: none; transition: color 0.2s; }  .footer-col ul a:hover { color: var(--white); }  .footer-bottom { max-width: 1100px; margin: 0 auto; padding-top: 24px; border-top: 1px solid rgba(255,255,255,0.08); display: flex; justify-content: space-between; align-items: center; }  .footer-bottom p { font-size: 12px; font-weight: 300; color: rgba(255,255,255,0.3); }  .footer-bottom-links { display: flex; gap: 22px; }  .footer-bottom-links a { font-size: 12px; font-weight: 300; color: rgba(255,255,255,0.3); text-decoration: none; transition: color 0.2s; }  .footer-bottom-links a:hover { color: var(--white); }   /* ANIMATIONS */  .reveal { opacity: 1; transform: none; transition: opacity 0.7s ease, transform 0.7s ease; }  .js-loaded .reveal { opacity: 0; transform: translateY(26px); }  .js-loaded .reveal.visible { opacity: 1; transform: translateY(0); }  .d1 { transition-delay: 0.1s; } .d2 { transition-delay: 0.2s; }  .d3 { transition-delay: 0.3s; }
/* ── RESPONSIVE ── */
@media (max-width: 768px) {
  .hero-section { padding: 60px 24px !important; min-height: auto !important; }
  .how-section, .approach-section, .testi-section, .services-section, .cta-section, .why-section, .stat-section { padding: 60px 24px !important; }
  .how-steps { grid-template-columns: 1fr !important; gap: 24px !important; }
  .svc-card { grid-template-columns: 1fr !important; }
  .testi-grid { grid-template-columns: 1fr !important; gap: 32px !important; }
  .stat-grid, .stat-band-grid { grid-template-columns: 1fr 1fr !important; }
  .footer-grid { grid-template-columns: 1fr !important; gap: 28px !important; }
  section[style*="grid-template-columns"] { grid-template-columns: 1fr !important; }
  div[style*="grid-template-columns: 1fr 48px 1fr 48px 1fr"] { grid-template-columns: 1fr !important; gap: 24px !important; }
  div[style*="grid-template-columns: 320px 1fr"] { grid-template-columns: 1fr !important; }
  .hero-headline, .section-heading { font-size: clamp(28px, 7vw, 42px) !important; }
}
@media (max-width: 480px) {
  .stat-grid, .stat-band-grid { grid-template-columns: 1fr !important; }
  .stat-item:not(:last-child)::after { display: none; }
}
