/* ============================================================
   Jessica Shunta · The Money Therapist™ · Site Design System
   Brand: navy #03141e · gold #C8A25F · cream #faf8f4
   ============================================================ */



:root {
  --navy: #03141e;
  --navy-soft: #0a2231;
  --gold: #C8A25F;
  --gold-soft: #d8bc8a;
  --teal: #004E50;
  --cream: #faf8f4;
  --white: #ffffff;
  --offwhite: #f6f3ed;
  --text: #22313c;
  --text-muted: #5f6d78;
  --border: rgba(3, 20, 30, .14);
  --radius: 12px;
  --radius-lg: 18px;
  --radius-xl: 24px;
  --shadow-sm: 0 2px 10px rgba(3, 20, 30, .06);
  --shadow: 0 8px 30px rgba(3, 20, 30, .08);
  --shadow-lg: 0 18px 60px rgba(3, 20, 30, .14);
  --font-serif: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
  --font-sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --nav-h: 76px;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.7;
  color: var(--text);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4 { margin: 0; font-weight: 600; }
p { margin: 0 0 1em; }
p:last-child { margin-bottom: 0; }

/* ---------- Utility ---------- */
.container { max-width: 1180px; margin: 0 auto; padding: 0 24px; }
.text-center { text-align: center; }
.text-white { color: var(--white); }
.text-navy { color: var(--navy); }
.text-muted { color: var(--text-muted); }
.bg-white { background: var(--white); }
.bg-offwhite { background: var(--offwhite); }
.bg-navy { background: var(--navy); }
.section { padding: 96px 0; }
.section-sm { padding: 64px 0; }
@media (max-width: 720px) { .section { padding: 64px 0; } .section-sm { padding: 48px 0; } }

.display-xl { font-family: var(--font-serif); font-size: clamp(40px, 5.6vw, 64px); line-height: 1.08; font-weight: 600; letter-spacing: -.01em; }
.display-lg { font-family: var(--font-serif); font-size: clamp(34px, 4.6vw, 52px); line-height: 1.12; font-weight: 600; letter-spacing: -.01em; }
.display-md { font-family: var(--font-serif); font-size: clamp(28px, 3.4vw, 38px); line-height: 1.18; font-weight: 600; }
.display-sm { font-family: var(--font-serif); font-size: clamp(24px, 2.8vw, 30px); line-height: 1.25; font-weight: 600; }
.body-lg { font-size: 18px; line-height: 1.75; }
.body-md { font-size: 16px; line-height: 1.75; }
.body-sm { font-size: 14px; line-height: 1.7; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 12px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 16px;
}
.eyebrow::before { content: ''; width: 26px; height: 1.5px; background: var(--gold); }
.eyebrow.no-rule::before { display: none; }

.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
@media (max-width: 960px) {
  .grid-2 { grid-template-columns: 1fr; gap: 36px; }
  .grid-3 { grid-template-columns: 1fr; }
  .grid-4 { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) { .grid-4 { grid-template-columns: 1fr; } }

/* ---------- Skip link ---------- */
.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 2000;
  background: var(--navy); color: var(--white); padding: 10px 18px; border-radius: 0 0 8px 0;
}
.skip-link:focus { left: 0; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-sans); font-size: 15px; font-weight: 600;
  padding: 15px 28px; border-radius: 999px; border: 1.5px solid transparent;
  cursor: pointer; transition: all .25s ease; text-decoration: none; line-height: 1.2;
}
.btn-icon { width: 17px; height: 17px; transition: transform .25s; }
.btn:hover .btn-icon { transform: translateX(4px); }
.btn-gold { background: var(--gold); color: var(--navy); box-shadow: 0 6px 24px rgba(200, 162, 95, .35); }
.btn-gold:hover { background: #d4b276; transform: translateY(-2px); box-shadow: 0 10px 30px rgba(200, 162, 95, .45); }
.btn-navy { background: var(--navy); color: var(--white); }
.btn-navy:hover { background: var(--navy-soft); transform: translateY(-2px); }
.btn-outline-gold { background: transparent; color: var(--gold); border-color: rgba(200, 162, 95, .55); }
.btn-outline-gold:hover { background: rgba(200, 162, 95, .1); border-color: var(--gold); }
.btn-outline-navy { background: transparent; color: var(--navy); border-color: rgba(3, 20, 30, .3); }
.btn-outline-navy:hover { border-color: var(--navy); background: rgba(3, 20, 30, .04); }
.btn-sm { padding: 10px 20px; font-size: 13.5px; }
.btn-lg { padding: 18px 36px; font-size: 16px; }

/* ---------- Navigation ---------- */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 900;
  transition: background .3s, box-shadow .3s, border-color .3s;
  border-bottom: 1px solid transparent;
  background: transparent;
}
.nav.scrolled {
  background: rgba(3, 20, 30, .96);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom-color: rgba(200, 162, 95, .18);
  box-shadow: 0 6px 30px rgba(3, 20, 30, .3);
}
.nav-inner {
  max-width: 1180px; margin: 0 auto; padding: 0 24px;
  height: var(--nav-h); display: flex; align-items: center; justify-content: space-between; gap: 24px;
}
.nav-logo { display: flex; flex-direction: column; line-height: 1.2; }
.nav-logo-name { font-family: var(--font-serif); font-size: 22px; font-weight: 700; color: var(--white); letter-spacing: .01em; }
.nav-logo-title { font-size: 10.5px; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; color: var(--gold); margin-top: 2px; }
.nav-links { display: flex; align-items: center; gap: 26px; }
.nav-link {
  font-size: 14px; font-weight: 500; color: rgba(255, 255, 255, .82);
  transition: color .2s; display: inline-flex; align-items: center; gap: 5px; padding: 6px 0;
}
.nav-link:hover, .nav-link.active { color: var(--gold); }
.nav-caret { width: 11px; height: 8px; opacity: .7; transition: transform .25s; }
.nav-item { position: relative; }
.nav-item:hover .nav-caret { transform: rotate(180deg); }
.nav-dropdown {
  position: absolute; top: calc(100% + 10px); left: 50%; transform: translateX(-50%) translateY(8px);
  min-width: 250px; background: var(--white); border-radius: var(--radius);
  box-shadow: var(--shadow-lg); padding: 10px;
  opacity: 0; visibility: hidden; transition: all .25s ease;
}
.nav-item:hover .nav-dropdown, .nav-item:focus-within .nav-dropdown { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }
.nav-dropdown::before { content: ''; position: absolute; top: -10px; left: 0; right: 0; height: 12px; }
.nav-dropdown-link {
  display: block; padding: 11px 16px; border-radius: 8px;
  font-size: 14px; font-weight: 500; color: var(--navy); transition: background .2s, color .2s;
}
.nav-dropdown-link:hover { background: var(--offwhite); color: var(--teal); }
.nav-cta { padding: 0; }
.nav-toggle { display: none; background: none; border: none; cursor: pointer; padding: 10px; }
.nav-toggle span { display: block; width: 24px; height: 2px; background: var(--white); margin: 5px 0; border-radius: 2px; transition: all .3s; }
.nav-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.mobile-nav {
  position: fixed; top: 0; right: 0; bottom: 0; z-index: 950;
  width: min(340px, 86vw); background: var(--navy);
  padding: 96px 32px 40px; overflow-y: auto;
  transform: translateX(100%); transition: transform .35s cubic-bezier(.4, 0, .2, 1);
  display: flex; flex-direction: column; gap: 4px;
}
.mobile-nav.open { transform: translateX(0); }
.mobile-nav-overlay {
  position: fixed; inset: 0; z-index: 940; background: rgba(3, 20, 30, .55);
  opacity: 0; visibility: hidden; transition: opacity .3s;
}
.mobile-nav-overlay.open { opacity: 1; visibility: visible; }
.mobile-nav-link { font-size: 17px; font-weight: 500; color: rgba(255, 255, 255, .88); padding: 10px 0; }
.mobile-nav-link.active, .mobile-nav-link:hover { color: var(--gold); }
.mobile-nav-sublabel { font-size: 11px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--gold); opacity: .7; margin: 18px 0 6px; }
.mobile-nav-sublink { font-size: 15px; color: rgba(255, 255, 255, .65); padding: 7px 0 7px 14px; border-left: 1.5px solid rgba(200, 162, 95, .25); }
.mobile-nav-sublink:hover { color: var(--gold); }
@media (max-width: 1080px) {
  .nav-links { display: none; }
  .nav-toggle { display: block; position: relative; z-index: 960; }
  .nav.scrolled { background: rgba(3, 20, 30, .98); }
}

/* ---------- Page hero (interior pages) ---------- */
.page-hero {
  background:
    radial-gradient(1000px 500px at 85% -10%, rgba(200, 162, 95, .14) 0%, transparent 60%),
    linear-gradient(160deg, var(--navy) 0%, #06202f 70%, #072433 100%);
  min-height: 380px; display: flex; align-items: flex-end;
  padding: calc(var(--nav-h) + 64px) 0 64px;
}
.page-hero-inner { width: 100%; }
.breadcrumb { display: flex; align-items: center; gap: 10px; font-size: 13px; color: rgba(255, 255, 255, .5); margin-bottom: 22px; }
.breadcrumb a:hover { color: var(--gold); }
.breadcrumb-sep { opacity: .5; }

/* ---------- Home hero ---------- */
.home-hero {
  position: relative; overflow: hidden;
  background:
    radial-gradient(1100px 600px at 80% 0%, rgba(200, 162, 95, .16) 0%, transparent 55%),
    linear-gradient(155deg, var(--navy) 0%, #06202f 60%, #083041 100%);
  padding: calc(var(--nav-h) + 72px) 0 0;
  color: var(--white);
}
.home-hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 9px;
  background: rgba(200, 162, 95, .12); border: 1px solid rgba(200, 162, 95, .35);
  color: var(--gold-soft); font-size: 12.5px; font-weight: 600; letter-spacing: .06em;
  padding: 8px 16px; border-radius: 999px; margin-bottom: 26px;
}
.hero-badge .dot { width: 7px; height: 7px; border-radius: 50%; background: #C8A25F; box-shadow: 0 0 0 4px rgba(200, 162, 95, .25); }
.hero-sub { font-size: 18px; line-height: 1.8; color: rgba(255, 255, 255, .72); max-width: 540px; margin: 24px 0 34px; }
.hero-ctas { display: flex; flex-wrap: wrap; gap: 16px; align-items: center; }
.hero-trust { font-size: 13.5px; color: rgba(255, 255, 255, .55); margin-top: 18px; }
.hero-figure { position: relative; align-self: end; }
.hero-figure img { display: block; width: 100%; max-width: 460px; margin: 0 auto; border-radius: var(--radius-xl) var(--radius-xl) 0 0; filter: saturate(1.02); }
.hero-figure::before {
  content: ''; position: absolute; inset: auto 8% 0 8%; top: 6%;
  background: linear-gradient(180deg, rgba(200, 162, 95, .22), rgba(200, 162, 95, .05));
  border-radius: var(--radius-xl) var(--radius-xl) 0 0; z-index: 0;
}
.hero-figure img { position: relative; z-index: 1; }
.hero-quote-card {
  position: absolute; left: -14px; bottom: 34px; z-index: 2;
  background: var(--white); color: var(--navy); border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg); padding: 16px 20px; max-width: 270px;
}
.hero-quote-card .q { font-family: var(--font-serif); font-size: 15.5px; font-style: italic; line-height: 1.5; }
.hero-quote-card .a { font-size: 11.5px; color: var(--text-muted); margin-top: 7px; letter-spacing: .04em; }
@media (max-width: 960px) {
  .home-hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .hero-figure { max-width: 420px; margin: 0 auto; }
  .hero-quote-card { left: 0; }
}

/* ---------- Proof bar ---------- */
.proof-bar { background: var(--navy); border-top: 1px solid rgba(200, 162, 95, .18); }
.proof-bar-inner {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 20px 56px;
  padding: 26px 0; text-align: center;
}
.proof-stat .n { font-family: var(--font-serif); font-size: 27px; font-weight: 700; color: var(--gold); line-height: 1.15; }
.proof-stat .l { font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: rgba(255, 255, 255, .55); font-weight: 600; }

/* ---------- Cards ---------- */
.card {
  background: var(--white); border-radius: var(--radius-lg); padding: 34px 30px;
  border: 1px solid rgba(3, 20, 30, .06); box-shadow: var(--shadow-sm);
  transition: transform .3s, box-shadow .3s;
}
.card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.card-icon {
  width: 52px; height: 52px; border-radius: 14px;
  background: rgba(200, 162, 95, .14);
  display: flex; align-items: center; justify-content: center; margin-bottom: 20px;
}
.card h3 { font-family: var(--font-serif); font-size: 21px; color: var(--navy); margin-bottom: 10px; }
.card p { font-size: 14.5px; color: var(--text-muted); }

/* ---------- Testimonials ---------- */
.t-card {
  background: var(--white); border-radius: var(--radius-lg); padding: 30px 28px;
  border: 1px solid rgba(3, 20, 30, .06); box-shadow: var(--shadow-sm);
  display: flex; flex-direction: column; gap: 14px; break-inside: avoid;
}
.t-stars { color: var(--gold); font-size: 14px; letter-spacing: 3px; }
.t-quote { font-family: var(--font-serif); font-size: 18.5px; font-style: italic; color: var(--navy); line-height: 1.55; }
.t-who { font-size: 13px; color: var(--text-muted); font-weight: 600; }
.t-who span { display: block; font-weight: 400; }
.t-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; align-items: start; }
@media (max-width: 960px) { .t-grid { grid-template-columns: 1fr; } }

/* ---------- Steps ---------- */
.step { position: relative; padding: 34px 30px; background: var(--white); border-radius: var(--radius-lg); border: 1px solid rgba(3, 20, 30, .06); box-shadow: var(--shadow-sm); }
.step-num {
  font-family: var(--font-serif); font-size: 44px; font-weight: 700; line-height: 1;
  color: transparent; -webkit-text-stroke: 1.5px var(--gold); margin-bottom: 16px;
}
.step h3 { font-family: var(--font-serif); font-size: 21px; color: var(--navy); margin-bottom: 10px; }
.step p { font-size: 14.5px; color: var(--text-muted); }

/* ---------- O.R.D.E.R. list ---------- */
.order-item {
  display: flex; gap: 20px; align-items: flex-start;
  padding: 22px 0; border-bottom: 1px solid rgba(3, 20, 30, .08);
}
.order-item:last-child { border-bottom: none; }
.order-letter {
  font-family: var(--font-serif); font-size: 30px; font-weight: 700; color: var(--gold);
  width: 48px; height: 48px; flex-shrink: 0; border: 1.5px solid rgba(200, 162, 95, .45);
  border-radius: 12px; display: flex; align-items: center; justify-content: center; line-height: 1;
}
.order-item h4 { font-size: 16.5px; color: var(--navy); margin-bottom: 4px; font-weight: 600; }
.order-item p { font-size: 14.5px; color: var(--text-muted); margin: 0; }

/* ---------- FAQ ---------- */
.faq-item { background: var(--white); border: 1px solid rgba(3, 20, 30, .08); border-radius: var(--radius); margin-bottom: 14px; overflow: hidden; }
.faq-q {
  width: 100%; text-align: left; background: none; border: none; cursor: pointer;
  font-family: var(--font-sans); font-size: 16px; font-weight: 600; color: var(--navy);
  padding: 20px 24px; display: flex; justify-content: space-between; align-items: center; gap: 16px;
}
.faq-q svg { flex-shrink: 0; transition: transform .3s; }
.faq-item.open .faq-q svg { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .35s ease; }
.faq-a-inner { padding: 0 24px 22px; font-size: 15px; color: var(--text-muted); line-height: 1.75; }

/* ---------- CTA band ---------- */
.cta-band {
  position: relative; overflow: hidden;
  background:
    radial-gradient(900px 400px at 15% 110%, rgba(200, 162, 95, .18) 0%, transparent 60%),
    linear-gradient(150deg, var(--navy) 0%, #072433 100%);
  border-radius: var(--radius-xl); padding: 72px 48px; text-align: center; color: var(--white);
}
@media (max-width: 720px) { .cta-band { padding: 52px 26px; } }

/* ---------- Forms ---------- */
.form-group { margin-bottom: 20px; }
.form-label { display: block; font-size: 13px; font-weight: 600; color: var(--navy); margin-bottom: 8px; letter-spacing: .02em; }
.form-input, .form-textarea, .form-select {
  width: 100%; font-family: var(--font-sans); font-size: 15px; color: var(--navy);
  background: var(--cream); border: 1.5px solid rgba(3, 20, 30, .12); border-radius: 10px;
  padding: 13px 16px; transition: border-color .2s, box-shadow .2s, background .2s;
}
.form-input:focus, .form-textarea:focus, .form-select:focus {
  outline: none; border-color: var(--gold); background: var(--white);
  box-shadow: 0 0 0 4px rgba(200, 162, 95, .15);
}
.form-textarea { resize: vertical; min-height: 110px; }

/* ---------- Blog / legal prose ---------- */
.post-content { font-size: 16.5px; line-height: 1.85; color: var(--text); }
.post-content h2 { font-family: var(--font-serif); font-size: 27px; color: var(--navy); margin: 44px 0 14px; }
.post-content h3 { font-family: var(--font-serif); font-size: 21px; color: var(--navy); margin: 32px 0 10px; }
.post-content ul { padding-left: 22px; }
.post-content li { margin-bottom: 8px; }
.post-content a { color: var(--teal); text-decoration: underline; text-underline-offset: 3px; }

/* ---------- Footer ---------- */
.footer { position: relative; background: var(--navy); color: rgba(255, 255, 255, .72); padding: 80px 0 36px; overflow: hidden; }
.footer-pattern {
  position: absolute; inset: 0; opacity: .05; pointer-events: none;
  background-image: radial-gradient(rgba(200, 162, 95, .9) 1px, transparent 1px);
  background-size: 26px 26px;
}
.footer .container { position: relative; z-index: 1; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.1fr; gap: 48px; margin-bottom: 56px; }
@media (max-width: 960px) { .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px; } }
@media (max-width: 600px) { .footer-grid { grid-template-columns: 1fr; } }
.footer-logo-name { font-family: var(--font-serif); font-size: 26px; font-weight: 700; color: var(--white); }
.footer-logo-title { font-size: 11px; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; color: var(--gold); margin: 4px 0 16px; }
.footer-tagline { font-size: 14px; line-height: 1.75; color: rgba(255, 255, 255, .55); max-width: 330px; }
.footer-social { display: flex; gap: 12px; margin-top: 22px; }
.footer-social-link {
  width: 40px; height: 40px; border-radius: 50%; border: 1px solid rgba(200, 162, 95, .25);
  display: flex; align-items: center; justify-content: center; color: rgba(255, 255, 255, .55); transition: all .25s;
}
.footer-social-link svg { width: 16px; height: 16px; }
.footer-social-link:hover { border-color: var(--gold); color: var(--gold); transform: translateY(-2px); }
.footer-col-title { font-size: 12px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--gold); margin-bottom: 20px; }
.footer-link { display: block; font-size: 14.5px; color: rgba(255, 255, 255, .65); padding: 6px 0; transition: color .2s, padding-left .2s; }
.footer-link:hover { color: var(--gold); padding-left: 4px; }
.footer-link-new {
  display: inline-block; background: var(--gold); color: var(--navy);
  font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
  padding: 2px 7px; border-radius: 3px; margin-left: 7px; vertical-align: middle;
}
.footer-contact-item { display: flex; gap: 12px; align-items: flex-start; margin-bottom: 14px; }
.footer-contact-icon { width: 34px; height: 34px; border-radius: 10px; background: rgba(200, 162, 95, .12); display: flex; align-items: center; justify-content: center; flex-shrink: 0; color: var(--gold); }
.footer-contact-icon svg { width: 16px; height: 16px; }
.footer-contact-text { font-size: 14.5px; padding-top: 5px; }
.footer-contact-text a:hover { color: var(--gold); }
.footer-newsletter-compact { margin-top: 30px; }
.footer-newsletter-compact-text { font-size: 13.5px; color: rgba(255, 255, 255, .55); margin-bottom: 12px; }
.footer-newsletter-pill {
  display: flex; align-items: center; background: rgba(255, 255, 255, .07);
  border: 1px solid rgba(200, 162, 95, .25); border-radius: 999px; padding: 4px 4px 4px 18px; max-width: 320px;
}
.footer-newsletter-compact-input {
  flex: 1; min-width: 0; background: none; border: none; outline: none;
  font-family: var(--font-sans); font-size: 13.5px; color: var(--white);
}
.footer-newsletter-compact-input::placeholder { color: rgba(255, 255, 255, .4); }
.footer-newsletter-compact-btn {
  width: 36px; height: 36px; border-radius: 50%; border: none; cursor: pointer;
  background: var(--gold); color: var(--navy); display: flex; align-items: center; justify-content: center;
  transition: transform .2s; flex-shrink: 0;
}
.footer-newsletter-compact-btn:hover { transform: scale(1.08); }
.footer-newsletter-success { display: flex; align-items: center; gap: 8px; font-size: 13.5px; color: var(--gold); margin-top: 10px; }
.footer-scripture { text-align: center; padding: 36px 0; border-top: 1px solid rgba(200, 162, 95, .15); border-bottom: 1px solid rgba(200, 162, 95, .15); margin-bottom: 30px; }
.footer-scripture-text { font-family: var(--font-serif); font-size: 20px; font-style: italic; color: rgba(255, 255, 255, .8); margin-bottom: 6px; }
.footer-scripture-ref { font-size: 12px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: var(--gold); margin: 0; }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 14px; align-items: center; }
.footer-copy { font-size: 13px; color: rgba(255, 255, 255, .45); margin: 0; }
.footer-legal { display: flex; gap: 22px; }
.footer-legal a { font-size: 13px; color: rgba(255, 255, 255, .5); }
.footer-legal a:hover { color: var(--gold); }

/* ---------- Reveal animations ---------- */
[data-reveal] { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
[data-reveal="right"] { transform: translateX(36px); }
[data-reveal="left"] { transform: translateX(-36px); }
[data-reveal].revealed { opacity: 1; transform: translate(0, 0); }
.page-transition { animation: pageIn .8s ease both; }
@keyframes pageIn { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
@media (prefers-reduced-motion: reduce) {
  [data-reveal] { opacity: 1; transform: none; transition: none; }
  .page-transition { animation: none; }
  html { scroll-behavior: auto; }
}

/* ---------- The Shift band ---------- */
.shift-band {
  background:
    radial-gradient(900px 400px at 85% 0%, rgba(0, 78, 80, .25) 0%, transparent 60%),
    linear-gradient(150deg, var(--navy) 0%, #072433 100%);
  color: var(--white); text-align: center; padding: 88px 0;
}
.shift-band .lede { font-family: var(--font-serif); font-size: clamp(24px, 3vw, 34px); line-height: 1.4; max-width: 780px; margin: 0 auto 22px; color: rgba(255,255,255,.92); }
.shift-band p { max-width: 640px; margin: 0 auto; color: rgba(255,255,255,.65); font-size: 17px; line-height: 1.8; }

/* ---------- Scorecard ---------- */
.sc-shell { max-width: 720px; margin: 0 auto; }
.sc-card {
  background: var(--white); border-radius: var(--radius-xl); box-shadow: var(--shadow-lg);
  border: 1px solid rgba(3,20,30,.06); padding: 44px 40px; position: relative;
}
.sc-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg, var(--gold), var(--teal)); border-radius: var(--radius-xl) var(--radius-xl) 0 0; }
@media (max-width: 640px) { .sc-card { padding: 30px 20px; } }
.sc-progress-wrap { display: flex; align-items: center; gap: 14px; margin-bottom: 28px; }
.sc-progress { flex: 1; height: 8px; border-radius: 99px; background: rgba(0,78,80,.12); overflow: hidden; }
.sc-progress-fill { height: 100%; width: 0%; border-radius: 99px; background: linear-gradient(90deg, var(--teal), var(--gold)); transition: width .35s ease; }
.sc-progress-label { font-size: 12.5px; font-weight: 700; letter-spacing: .08em; color: var(--teal); white-space: nowrap; }
.sc-pillar-tag {
  display: inline-flex; align-items: center; gap: 8px; margin-bottom: 14px;
  font-size: 11.5px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--gold);
}
.sc-pillar-tag .letter {
  width: 30px; height: 30px; border-radius: 9px; border: 1.5px solid rgba(200,162,95,.5);
  display: inline-flex; align-items: center; justify-content: center;
  font-family: var(--font-serif); font-size: 17px; color: var(--gold);
}
.sc-question { font-family: var(--font-serif); font-size: clamp(21px, 2.6vw, 26px); color: var(--navy); line-height: 1.4; margin-bottom: 26px; }
.sc-choices { display: flex; flex-direction: column; gap: 12px; }
.sc-choice {
  width: 100%; text-align: left; cursor: pointer; font-family: var(--font-sans);
  font-size: 15.5px; font-weight: 500; color: var(--navy);
  background: var(--cream); border: 1.5px solid rgba(3,20,30,.12); border-radius: 12px;
  padding: 16px 18px; transition: border-color .2s, background .2s, transform .1s;
  display: flex; align-items: center; gap: 12px; min-height: 54px;
}
.sc-choice:hover { border-color: var(--teal); background: var(--white); }
.sc-choice:active { transform: scale(.99); }
.sc-choice .ring {
  width: 20px; height: 20px; border-radius: 50%; border: 2px solid rgba(0,78,80,.35); flex-shrink: 0;
  display: inline-flex; align-items: center; justify-content: center; transition: all .2s;
}
.sc-choice.selected { border-color: var(--teal); background: rgba(0,78,80,.05); }
.sc-choice.selected .ring { border-color: var(--teal); background: var(--teal); box-shadow: inset 0 0 0 3px var(--white); }
.sc-back { background: none; border: none; cursor: pointer; font-family: var(--font-sans); font-size: 13.5px; color: var(--text-muted); padding: 8px 0; margin-top: 18px; }
.sc-back:hover { color: var(--teal); }
.sc-score-ring { width: 168px; height: 168px; margin: 0 auto 18px; position: relative; }
.sc-score-ring svg { transform: rotate(-90deg); }
.sc-score-num { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.sc-score-num .n { font-family: var(--font-serif); font-size: 52px; font-weight: 700; color: var(--navy); line-height: 1; }
.sc-score-num .d { font-size: 12px; color: var(--text-muted); letter-spacing: .08em; }
.sc-band-label {
  display: inline-block; font-size: 13px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase;
  color: var(--navy); background: rgba(200,162,95,.25); border: 1px solid rgba(200,162,95,.6);
  padding: 7px 18px; border-radius: 999px; margin-bottom: 16px;
}
.sc-pillar-row { display: flex; gap: 14px; align-items: flex-start; padding: 15px 0; border-bottom: 1px solid rgba(3,20,30,.08); text-align: left; }
.sc-pillar-row:last-child { border-bottom: none; }
.sc-pillar-row .letter {
  width: 38px; height: 38px; border-radius: 10px; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-serif); font-size: 19px; font-weight: 700;
}
.sc-pillar-row .letter.strong { background: rgba(0,78,80,.1); color: var(--teal); border: 1.5px solid rgba(0,78,80,.3); }
.sc-pillar-row .letter.partial { background: rgba(200,162,95,.14); color: var(--navy); border: 1.5px solid rgba(200,162,95,.5); }
.sc-pillar-row .letter.gap { background: var(--navy); color: var(--gold); border: 1.5px solid var(--navy); }
.sc-pillar-row h4 { font-size: 14.5px; color: var(--navy); margin: 0 0 3px; }
.sc-pillar-row p { font-size: 13.5px; color: var(--text-muted); margin: 0; line-height: 1.6; }
.sc-weakest {
  background: var(--navy); color: var(--white); border-radius: var(--radius-lg);
  padding: 24px 26px; margin: 26px 0; text-align: left;
}
.sc-weakest .t { font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--gold); margin-bottom: 8px; }
.sc-weakest p { font-family: var(--font-serif); font-size: 18px; font-style: italic; color: rgba(255,255,255,.9); margin: 0; line-height: 1.55; }
.sc-step { display: none; }
.sc-step.active { display: block; animation: pageIn .45s ease both; }

/* ---------- Product tiers ---------- */
.tier-card {
  background: var(--navy); border-radius: var(--radius-lg); padding: 30px 28px; color: var(--white);
  display: flex; flex-direction: column; gap: 10px; height: 100%;
}
.tier-card .price { font-family: var(--font-serif); font-size: 34px; font-weight: 700; color: var(--gold); }
.tier-card h4 { font-size: 16px; color: var(--white); margin: 0; }
.tier-card p { font-size: 13.5px; color: rgba(255,255,255,.6); margin: 0; flex: 1; }

/* ---------- Booking embed ---------- */
.book-frame { width: 100%; border: none; border-radius: var(--radius-lg); min-height: 900px; background: var(--white); box-shadow: var(--shadow); }

/* ---------- Leadership Brief (print only) ---------- */
#briefPrint { display: none; }
@media print {
  body > *:not(#briefPrint) { display: none !important; }
  body { background: #ffffff; }
  #briefPrint { display: block; padding: 24px 8px; font-family: var(--font-sans); color: var(--navy); }
  #briefPrint .bp-brand { font-size: 11px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: #8a7040; margin-bottom: 8px; }
  #briefPrint h1 { font-family: var(--font-serif); font-size: 26px; margin: 0 0 6px; color: var(--navy); }
  #briefPrint .bp-meta { font-size: 12px; color: #555; margin-bottom: 18px; }
  #briefPrint .bp-score { font-size: 16px; border: 1.5px solid var(--navy); border-radius: 8px; padding: 10px 14px; display: inline-block; margin-bottom: 12px; }
  #briefPrint .bp-msg { font-family: var(--font-serif); font-style: italic; font-size: 14.5px; margin: 0 0 18px; }
  #briefPrint .bp-table { width: 100%; border-collapse: collapse; font-size: 12.5px; margin-bottom: 16px; }
  #briefPrint .bp-table th { text-align: left; font-size: 10.5px; letter-spacing: .1em; text-transform: uppercase; color: #555; border-bottom: 1.5px solid var(--navy); padding: 6px 8px; }
  #briefPrint .bp-table td { border-bottom: 1px solid #ddd; padding: 8px; vertical-align: top; }
  #briefPrint .bp-l { font-family: var(--font-serif); font-weight: 700; font-size: 15px; }
  #briefPrint .bp-p { font-weight: 700; white-space: nowrap; }
  #briefPrint .bp-weak { background: #f2ede2; border-left: 4px solid #8a7040; padding: 10px 14px; font-size: 13px; margin-bottom: 16px; }
  #briefPrint .bp-next { font-size: 13px; margin-bottom: 20px; }
  #briefPrint .bp-next ol { margin: 8px 0 0 18px; padding: 0; }
  #briefPrint .bp-next li { margin-bottom: 6px; }
  #briefPrint .bp-foot { font-size: 10.5px; color: #555; border-top: 1px solid #ddd; padding-top: 10px; }
}

/* ---------- Product showcase (See inside The Vault) ---------- */
.showcase {
  background:
    radial-gradient(1000px 500px at 12% -10%, rgba(0,78,80,.28) 0%, transparent 55%),
    radial-gradient(900px 500px at 100% 100%, rgba(200,162,95,.12) 0%, transparent 55%),
    linear-gradient(160deg, var(--navy) 0%, #06202f 70%, #072433 100%);
  color: var(--white);
}
.browser-frame {
  border-radius: 14px; overflow: hidden; background: #0c1c28;
  box-shadow: 0 30px 70px rgba(0,0,0,.45), 0 0 0 1px rgba(200,162,95,.14);
  transition: transform .4s ease, box-shadow .4s ease;
}
.browser-frame:hover { transform: translateY(-6px); box-shadow: 0 40px 90px rgba(0,0,0,.55), 0 0 0 1px rgba(200,162,95,.3); }
.browser-bar {
  display: flex; align-items: center; gap: 7px; padding: 11px 14px;
  background: #0a1620; border-bottom: 1px solid rgba(255,255,255,.06);
}
.browser-bar .dot { width: 11px; height: 11px; border-radius: 50%; background: rgba(255,255,255,.18); }
.browser-bar .url {
  margin-left: 12px; font-size: 12px; color: rgba(255,255,255,.4);
  background: rgba(255,255,255,.05); padding: 4px 14px; border-radius: 6px; letter-spacing: .02em;
}
.browser-frame img { display: block; width: 100%; }
.showcase-row { display: grid; grid-template-columns: 1fr 1.15fr; gap: 56px; align-items: center; }
.showcase-row.flip { grid-template-columns: 1.15fr 1fr; }
.showcase-row.flip .showcase-copy { order: 2; }
.showcase-row.flip .showcase-visual { order: 1; }
@media (max-width: 900px) {
  .showcase-row, .showcase-row.flip { grid-template-columns: 1fr; gap: 32px; }
  .showcase-row.flip .showcase-copy { order: 1; }
  .showcase-row.flip .showcase-visual { order: 2; }
}
.showcase-tag { display:inline-flex; align-items:center; gap:8px; font-size:11.5px; font-weight:700; letter-spacing:.14em; text-transform:uppercase; color:var(--gold); margin-bottom:14px; }
.showcase-copy h3 { font-family: var(--font-serif); font-size: clamp(24px, 3vw, 32px); color: var(--white); line-height: 1.25; margin-bottom: 14px; }
.showcase-copy p { font-size: 16px; line-height: 1.8; color: rgba(255,255,255,.68); }

/* ---------- Full-width life image band ---------- */
.life-band { position: relative; min-height: 460px; display: flex; align-items: center; overflow: hidden; }
.life-band::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(3,20,30,.92) 0%, rgba(3,20,30,.72) 42%, rgba(3,20,30,.18) 100%);
  z-index: 1;
}
.life-band-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.life-band .container { position: relative; z-index: 2; }
.life-band .quote { font-family: var(--font-serif); font-size: clamp(24px, 3.2vw, 36px); line-height: 1.35; color: var(--white); max-width: 620px; font-style: italic; }
.life-band .attr { color: var(--gold); font-size: 14px; letter-spacing: .04em; margin-top: 18px; }
@media (max-width: 720px) {
  .life-band::before { background: linear-gradient(180deg, rgba(3,20,30,.72) 0%, rgba(3,20,30,.9) 100%); }
  .life-band { min-height: 400px; }
}
.img-side { border-radius: var(--radius-xl); overflow: hidden; box-shadow: var(--shadow-lg); }
.img-side img { display: block; width: 100%; height: 100%; object-fit: cover; }

/* ---------- Showcase image "peek" teaser fade ---------- */
.browser-frame { position: relative; }
.browser-frame::after {
  content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 26%;
  background: linear-gradient(to bottom, rgba(12,28,40,0) 0%, rgba(12,28,40,.55) 60%, rgba(12,28,40,.92) 100%);
  pointer-events: none;
}
.browser-frame .peek-note {
  position: absolute; left: 0; right: 0; bottom: 16px; z-index: 2; text-align: center;
  font-size: 12px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: rgba(200,162,95,.85);
}
