/* ==========================================================================
   Wolfson Private Wealth — Shared Stylesheet
   ========================================================================== */

/* ---------- Design Tokens ---------- */
:root {
  --navy-deep: #050b18;
  --navy: #0a1628;
  --navy-mid: #132240;
  --navy-soft: #1f3355;
  --navy-fog: #263e66;
  --silver: #c8ccd4;
  --silver-bright: #e4e7ec;
  --silver-dim: #8a92a3;
  --silver-ghost: #525a6b;
  --platinum: #f4f5f7;
  --gold: #b8986a;
  --gold-bright: #d4b57e;
  --gold-deep: #8f7449;
  --line: rgba(200, 204, 212, 0.14);
  --line-soft: rgba(200, 204, 212, 0.08);
  --line-strong: rgba(200, 204, 212, 0.22);
  --ease: cubic-bezier(0.2, 0.8, 0.2, 1);
  --ease-long: cubic-bezier(0.22, 1, 0.36, 1);
  --shadow-deep: 0 40px 80px -40px rgba(0,0,0,0.6), 0 20px 40px -20px rgba(0,0,0,0.4);
  --container: 1240px;
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: var(--silver);
  background: var(--navy-deep);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
h1, h2, h3, h4, h5 { font-family: 'Cormorant Garamond', Georgia, serif; color: var(--silver-bright); font-weight: 500; letter-spacing: -0.01em; margin: 0; }
p { margin: 0; }
a { color: inherit; text-decoration: none; transition: color .3s var(--ease); }
button { font: inherit; cursor: pointer; border: none; background: none; color: inherit; }
img, svg { display: block; max-width: 100%; }
::selection { background: var(--gold); color: var(--navy-deep); }

.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 32px; }
.section { padding: 140px 0; position: relative; }
.eyebrow {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--gold);
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.eyebrow::before {
  content: '';
  width: 32px;
  height: 1px;
  background: var(--gold);
  display: inline-block;
}
.section-title { font-size: clamp(36px, 4.5vw, 62px); line-height: 1.08; margin-top: 24px; max-width: 820px; }
.section-lead { font-size: 18px; line-height: 1.7; color: var(--silver-dim); max-width: 640px; margin-top: 28px; font-weight: 300; }

/* ---------- Announcement Bar ---------- */
.announce {
  background: linear-gradient(90deg, var(--navy-deep), var(--navy-mid), var(--navy-deep));
  border-bottom: 1px solid var(--line);
  padding: 11px 24px;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--silver-dim);
  text-align: center;
  position: relative;
  z-index: 60;
}
.announce strong { color: var(--gold-bright); font-weight: 500; }
.announce .dot { display: inline-block; width: 4px; height: 4px; background: var(--gold); border-radius: 50%; margin: 0 14px; vertical-align: middle; animation: pulse 2.4s ease-in-out infinite; }
@keyframes pulse { 0%, 100% { opacity: 0.3; } 50% { opacity: 1; } }

/* ---------- Navigation ---------- */
.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  background: rgba(5, 11, 24, 0.72);
  border-bottom: 1px solid var(--line-soft);
  transition: all .5s var(--ease);
}
.nav.scrolled {
  background: rgba(5, 11, 24, 0.92);
  border-bottom-color: var(--line);
}
.nav-inner {
  max-width: var(--container);
  margin: 0 auto;
  padding: 22px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  transition: padding .5s var(--ease);
}
.nav.scrolled .nav-inner { padding: 16px 32px; }

.logo { display: flex; align-items: center; gap: 14px; }
.logo-mark {
  width: 40px;
  height: 40px;
  border: 1px solid var(--gold);
  display: grid;
  place-items: center;
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-weight: 600;
  color: var(--gold);
  position: relative;
  transition: all .4s var(--ease);
}
.logo:hover .logo-mark { background: rgba(184, 152, 106, 0.08); }
.logo-text { display: flex; flex-direction: column; }
.logo-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 21px;
  font-weight: 500;
  color: var(--silver-bright);
  letter-spacing: 0.01em;
  line-height: 1;
}
.logo-sub {
  font-size: 9px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--silver-dim);
  margin-top: 5px;
}

.nav-links { display: flex; gap: 40px; list-style: none; margin: 0; padding: 0; }
.nav-links a {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: var(--silver);
  position: relative;
  padding: 6px 0;
}
.nav-links a::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .4s var(--ease);
}
.nav-links a:hover { color: var(--silver-bright); }
.nav-links a.active { color: var(--silver-bright); }
.nav-links a.active::after { transform: scaleX(1); }
.nav-links a:hover::after { transform: scaleX(1); }

.nav-cta {
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--navy-deep);
  background: var(--gold);
  border: 1px solid var(--gold);
  padding: 12px 24px;
  font-weight: 600;
  transition: all .3s var(--ease);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.nav-cta:hover { background: var(--gold-bright); border-color: var(--gold-bright); transform: translateY(-1px); }

/* ---------- Hero (home) ---------- */
.hero {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: center;
  padding: 120px 0 100px;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 20% 20%, rgba(31,51,85,0.5), transparent 60%),
    radial-gradient(ellipse at 80% 80%, rgba(19,34,64,0.8), transparent 55%),
    linear-gradient(180deg, var(--navy-deep), var(--navy));
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(200,204,212,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(200,204,212,0.03) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: radial-gradient(ellipse at center, black 30%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse at center, black 30%, transparent 75%);
  pointer-events: none;
}
.hero-coastline {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 180px;
  opacity: 0.35;
  pointer-events: none;
}
.hero-coastline svg { width: 100%; height: 100%; }
.wave-path { animation: drift 14s ease-in-out infinite alternate; }
.wave-path-2 { animation: drift 18s ease-in-out infinite alternate-reverse; }
@keyframes drift { from { transform: translateX(0); } to { transform: translateX(-40px); } }

.hero-inner { position: relative; z-index: 2; display: grid; grid-template-columns: 1.25fr 1fr; gap: 80px; align-items: center; }
.hero-meta {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 11px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--silver-dim);
  margin-bottom: 36px;
}
.hero-meta .divider { width: 28px; height: 1px; background: var(--gold); }
.hero-meta .year { color: var(--gold); }

.hero h1 {
  font-size: clamp(48px, 6.2vw, 92px);
  line-height: 1.02;
  font-weight: 400;
  letter-spacing: -0.022em;
  color: var(--silver-bright);
}
.hero h1 em {
  font-style: italic;
  font-weight: 400;
  background: linear-gradient(135deg, var(--gold-bright), var(--gold));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero h1 .line { display: block; }

.hero-sub {
  font-size: 19px;
  line-height: 1.7;
  color: var(--silver);
  max-width: 560px;
  margin-top: 38px;
  font-weight: 300;
}
.hero-actions { display: flex; gap: 16px; margin-top: 48px; flex-wrap: wrap; }
.btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 18px 34px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition: all .35s var(--ease);
  position: relative;
  overflow: hidden;
}
.btn-primary {
  background: var(--gold);
  color: var(--navy-deep);
  border: 1px solid var(--gold);
  font-weight: 600;
}
.btn-primary::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--gold-bright);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .5s var(--ease);
}
.btn-primary:hover::before { transform: scaleX(1); transform-origin: left; }
.btn-primary span { position: relative; }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 20px 40px -20px rgba(184, 152, 106, 0.5); }

.btn-ghost {
  border: 1px solid var(--line-strong);
  color: var(--silver);
}
.btn-ghost:hover { border-color: var(--silver); color: var(--silver-bright); background: rgba(200,204,212,0.04); }
.btn-arrow { transition: transform .35s var(--ease); }
.btn:hover .btn-arrow { transform: translateX(4px); }

.hero-quote-block {
  position: relative;
  padding-left: 40px;
  border-left: 1px solid var(--gold);
  max-width: 380px;
  margin-left: auto;
}
.hero-quote-block .q-icon {
  position: absolute;
  top: -14px;
  left: 28px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 90px;
  line-height: 0.8;
  color: var(--gold);
  opacity: 0.4;
}
.hero-quote {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 26px;
  line-height: 1.35;
  color: var(--silver-bright);
  font-weight: 400;
}
.hero-attrib {
  margin-top: 22px;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--silver-dim);
}
.hero-attrib strong { color: var(--gold); font-weight: 500; display: block; margin-bottom: 4px; }

/* Stats bar */
.hero-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 48px;
  margin-top: 90px;
  padding-top: 48px;
  border-top: 1px solid var(--line);
  position: relative;
  z-index: 2;
}
.stat-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 52px;
  font-weight: 400;
  color: var(--silver-bright);
  line-height: 1;
  letter-spacing: -0.01em;
}
.stat-num sup { font-size: 24px; color: var(--gold); vertical-align: super; font-weight: 300; margin-left: 2px; }
.stat-label {
  margin-top: 14px;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--silver-dim);
}

/* ---------- Page Hero (sub-pages) ---------- */
.page-hero {
  position: relative;
  padding: 140px 0 110px;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 30% 0%, rgba(31,51,85,0.45), transparent 60%),
    linear-gradient(180deg, var(--navy-deep), var(--navy));
  border-bottom: 1px solid var(--line);
}
.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(200,204,212,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(200,204,212,0.03) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: radial-gradient(ellipse at top, black 20%, transparent 70%);
  -webkit-mask-image: radial-gradient(ellipse at top, black 20%, transparent 70%);
  pointer-events: none;
}
.page-hero-inner { position: relative; z-index: 2; max-width: 880px; }
.page-hero .crumb {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--silver-dim);
  margin-bottom: 36px;
}
.page-hero .crumb a { color: var(--silver-dim); }
.page-hero .crumb a:hover { color: var(--gold); }
.page-hero .crumb .sep { color: var(--gold); }
.page-hero h1 {
  font-size: clamp(44px, 5.6vw, 78px);
  line-height: 1.05;
  font-weight: 400;
  letter-spacing: -0.022em;
  color: var(--silver-bright);
}
.page-hero h1 em {
  font-style: italic;
  background: linear-gradient(135deg, var(--gold-bright), var(--gold));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.page-hero .lede {
  margin-top: 36px;
  font-size: 20px;
  line-height: 1.7;
  color: var(--silver);
  font-weight: 300;
  max-width: 720px;
}

/* ---------- Trust Strip ---------- */
.trust-strip {
  padding: 60px 0;
  background: var(--navy);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.trust-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 40px;
  align-items: center;
  text-align: center;
}
.trust-item {
  padding: 10px 0;
  border-right: 1px solid var(--line);
}
.trust-item:last-child { border-right: none; }
.trust-icon {
  width: 32px;
  height: 32px;
  margin: 0 auto 14px;
  color: var(--gold);
}
.trust-label {
  font-family: 'Cormorant Garamond', serif;
  font-size: 17px;
  color: var(--silver-bright);
  font-weight: 500;
  margin-bottom: 4px;
}
.trust-sub {
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--silver-dim);
}

/* ---------- Philosophy ---------- */
.philosophy { background: var(--navy-deep); position: relative; overflow: hidden; }
.philosophy::before {
  content: 'I';
  position: absolute;
  top: 80px;
  right: -5%;
  font-family: 'Cormorant Garamond', serif;
  font-size: 700px;
  line-height: 0.8;
  color: var(--navy-mid);
  font-weight: 300;
  opacity: 0.4;
  pointer-events: none;
}
.philosophy-grid {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 100px;
  position: relative;
  z-index: 2;
}
.philosophy-aside { position: sticky; top: 140px; align-self: start; }
.philosophy-body { font-size: 19px; line-height: 1.8; color: var(--silver); font-weight: 300; }
.philosophy-body p { margin-bottom: 32px; }
.philosophy-body p:first-child::first-letter {
  font-family: 'Cormorant Garamond', serif;
  font-size: 92px;
  line-height: 0.85;
  float: left;
  margin: 8px 14px 0 0;
  color: var(--gold);
  font-weight: 500;
}
.signature {
  margin-top: 56px;
  padding-top: 36px;
  border-top: 1px solid var(--line);
  display: flex;
  align-items: center;
  gap: 24px;
}
.sig-mark {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 42px;
  font-weight: 300;
  color: var(--gold);
  line-height: 1;
}
.sig-info { font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--silver-dim); }
.sig-info strong { display: block; color: var(--silver-bright); font-weight: 500; margin-bottom: 6px; }

/* ---------- Who We Serve ---------- */
.serve { background: var(--navy); border-top: 1px solid var(--line-soft); }
.serve-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 80px;
}
.serve-card {
  padding: 48px 32px;
  background: var(--navy-deep);
  border: 1px solid var(--line);
  transition: all .5s var(--ease);
  position: relative;
  overflow: hidden;
}
.serve-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(184,152,106,0.06), transparent 60%);
  opacity: 0;
  transition: opacity .5s var(--ease);
}
.serve-card:hover { border-color: rgba(184,152,106,0.4); transform: translateY(-4px); }
.serve-card:hover::before { opacity: 1; }
.serve-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 13px;
  letter-spacing: 0.2em;
  color: var(--gold);
  font-weight: 400;
}
.serve-card h3 {
  font-size: 26px;
  margin-top: 20px;
  line-height: 1.2;
}
.serve-card p {
  font-size: 14px;
  line-height: 1.7;
  color: var(--silver-dim);
  margin-top: 18px;
  font-weight: 300;
}

/* ---------- Services ---------- */
.services { background: var(--navy-deep); }
.services-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-top: 80px;
}
.service-card {
  padding: 60px 52px;
  background: linear-gradient(180deg, var(--navy), var(--navy-deep));
  border: 1px solid var(--line);
  position: relative;
  overflow: hidden;
}
.service-card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}
.service-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 14px;
  letter-spacing: 0.22em;
  color: var(--gold);
  margin-bottom: 24px;
}
.service-card h3 { font-size: 38px; line-height: 1.15; }
.service-card > p {
  font-size: 16px;
  line-height: 1.75;
  color: var(--silver-dim);
  margin-top: 24px;
  font-weight: 300;
}
.service-list {
  list-style: none;
  padding: 0;
  margin: 40px 0 0;
  border-top: 1px solid var(--line);
  padding-top: 32px;
}
.service-list li {
  padding: 14px 0;
  font-size: 14px;
  color: var(--silver);
  border-bottom: 1px solid var(--line-soft);
  display: flex;
  align-items: center;
  gap: 14px;
}
.service-list li:last-child { border-bottom: none; }
.service-list li::before {
  content: '';
  width: 5px;
  height: 5px;
  background: var(--gold);
  flex-shrink: 0;
}

/* ---------- Comparison ---------- */
.compare { background: var(--navy); border-top: 1px solid var(--line-soft); }
.compare-table {
  margin-top: 72px;
  border: 1px solid var(--line);
  background: var(--navy-deep);
  overflow: hidden;
}
.compare-head {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  background: var(--navy-mid);
  border-bottom: 1px solid var(--line);
}
.compare-head > div {
  padding: 32px 28px;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--silver-dim);
  border-right: 1px solid var(--line);
}
.compare-head > div:last-child { border-right: none; }
.compare-head .our-col {
  background: linear-gradient(180deg, rgba(184,152,106,0.14), transparent);
  color: var(--gold);
  font-weight: 600;
  position: relative;
}
.compare-head .our-col::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--gold);
}
.compare-row {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  border-bottom: 1px solid var(--line);
  transition: background .3s var(--ease);
}
.compare-row:hover { background: rgba(200,204,212,0.02); }
.compare-row:last-child { border-bottom: none; }
.compare-row > div {
  padding: 26px 28px;
  font-size: 14px;
  border-right: 1px solid var(--line-soft);
  display: flex;
  align-items: center;
}
.compare-row > div:last-child { border-right: none; }
.compare-label { color: var(--silver-bright); font-weight: 500; }
.compare-row .our-col { background: rgba(184,152,106,0.04); color: var(--silver-bright); }
.compare-check, .compare-x, .compare-dash { display: inline-flex; align-items: center; gap: 10px; font-size: 13px; }
.compare-check { color: var(--gold-bright); }
.compare-check::before { content: '✓'; font-size: 16px; }
.compare-x { color: #a35a5a; }
.compare-x::before { content: '✕'; font-size: 16px; }
.compare-dash { color: var(--silver-ghost); }
.compare-dash::before { content: '—'; font-size: 16px; }

/* ---------- Approach ---------- */
.approach { background: var(--navy-deep); }
.approach-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-top: 80px;
  border: 1px solid var(--line);
}
.approach-step {
  padding: 56px 40px;
  border-right: 1px solid var(--line);
  background: var(--navy);
  position: relative;
  transition: all .5s var(--ease);
}
.approach-step:last-child { border-right: none; }
.approach-step:hover { background: var(--navy-mid); }
.approach-step::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--gold);
  transition: width .6s var(--ease);
}
.approach-step:hover::before { width: 100%; }
.approach-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 56px;
  color: var(--gold);
  line-height: 1;
  font-weight: 300;
}
.approach-step h3 { font-size: 24px; margin-top: 28px; }
.approach-step p { font-size: 14px; line-height: 1.7; color: var(--silver-dim); margin-top: 16px; font-weight: 300; }
.approach-dur {
  margin-top: 28px;
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--silver-ghost);
}

/* ---------- Fee Calculator ---------- */
.calculator { background: var(--navy); border-top: 1px solid var(--line-soft); }
.calc-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 80px;
  margin-top: 80px;
  align-items: start;
}
.calc-intro p { font-size: 16px; line-height: 1.8; color: var(--silver-dim); font-weight: 300; }
.calc-intro p + p { margin-top: 20px; }
.calc-panel {
  background: var(--navy-deep);
  border: 1px solid var(--line);
  padding: 56px;
  position: relative;
}
.calc-panel::before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold) 50%, transparent);
}
.calc-label { font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--silver-dim); }
.calc-value-row { display: flex; align-items: baseline; gap: 8px; margin-top: 16px; }
.calc-value {
  font-family: 'Cormorant Garamond', serif;
  font-size: 58px;
  font-weight: 400;
  color: var(--silver-bright);
  line-height: 1;
}
.slider {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 2px;
  background: var(--line-strong);
  outline: none;
  margin-top: 36px;
}
.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 22px;
  height: 22px;
  background: var(--gold);
  cursor: pointer;
  border-radius: 50%;
  border: 3px solid var(--navy-deep);
  box-shadow: 0 0 0 1px var(--gold);
  transition: all .3s var(--ease);
}
.slider::-webkit-slider-thumb:hover { transform: scale(1.2); }
.slider::-moz-range-thumb { width: 22px; height: 22px; background: var(--gold); cursor: pointer; border-radius: 50%; border: 3px solid var(--navy-deep); box-shadow: 0 0 0 1px var(--gold); }
.calc-results {
  margin-top: 48px;
  padding-top: 40px;
  border-top: 1px solid var(--line);
}
.calc-result-row {
  display: flex;
  justify-content: space-between;
  padding: 16px 0;
  border-bottom: 1px solid var(--line-soft);
  font-size: 14px;
}
.calc-result-row:last-child { border-bottom: none; padding-top: 24px; margin-top: 8px; border-top: 1px solid var(--line); }
.calc-result-label { color: var(--silver-dim); }
.calc-result-value { color: var(--silver-bright); font-variant-numeric: tabular-nums; font-weight: 500; }
.calc-total .calc-result-label { color: var(--gold); letter-spacing: 0.12em; text-transform: uppercase; font-size: 11px; }
.calc-total .calc-result-value { color: var(--gold-bright); font-size: 22px; font-family: 'Cormorant Garamond', serif; }
.calc-disclaimer { margin-top: 28px; font-size: 11px; color: var(--silver-ghost); line-height: 1.6; }

/* ---------- Fee Schedule ---------- */
.fees { background: var(--navy-deep); }
.fee-schedule {
  margin-top: 72px;
  border: 1px solid var(--line);
  background: var(--navy);
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}
.fee-tier {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  padding: 36px 48px;
  border-bottom: 1px solid var(--line);
  transition: background .4s var(--ease);
}
.fee-tier:last-child { border-bottom: none; }
.fee-tier:hover { background: rgba(184,152,106,0.04); }
.fee-range { font-family: 'Cormorant Garamond', serif; font-size: 26px; color: var(--silver-bright); font-weight: 500; }
.fee-rate { font-family: 'Cormorant Garamond', serif; font-size: 44px; color: var(--gold); font-weight: 400; }
.fee-rate sup { font-size: 20px; vertical-align: super; }
.fee-note { margin-top: 36px; text-align: center; font-size: 13px; color: var(--silver-dim); font-weight: 300; max-width: 680px; margin-left: auto; margin-right: auto; line-height: 1.7; }

/* ---------- Florida Advantage ---------- */
.florida { background: var(--navy); border-top: 1px solid var(--line-soft); }
.florida-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 72px;
}
.fl-card {
  padding: 44px 32px;
  background: var(--navy-deep);
  border: 1px solid var(--line);
  text-align: left;
  transition: all .5s var(--ease);
}
.fl-card:hover { border-color: var(--gold-deep); }
.fl-icon { width: 36px; height: 36px; color: var(--gold); margin-bottom: 24px; }
.fl-card h4 { font-size: 21px; line-height: 1.25; }
.fl-card p { font-size: 13px; color: var(--silver-dim); margin-top: 14px; line-height: 1.7; font-weight: 300; }

/* ---------- Commitments ---------- */
.commitments { background: var(--navy-deep); }
.commit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-top: 80px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.commit-card {
  padding: 72px 48px;
  border-right: 1px solid var(--line);
  position: relative;
}
.commit-card:last-child { border-right: none; }
.commit-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 16px;
  color: var(--gold);
  letter-spacing: 0.22em;
  margin-bottom: 36px;
}
.commit-card h3 { font-size: 32px; line-height: 1.15; }
.commit-card p { font-size: 15px; line-height: 1.8; color: var(--silver-dim); margin-top: 24px; font-weight: 300; }

/* ---------- Client Principles ---------- */
.principles { background: var(--navy); border-top: 1px solid var(--line-soft); }
.principles-list {
  margin-top: 80px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  border-top: 1px solid var(--line);
}
.principle {
  display: grid;
  grid-template-columns: 80px 1fr 2fr;
  gap: 48px;
  align-items: start;
  padding: 52px 0;
  border-bottom: 1px solid var(--line);
  transition: all .5s var(--ease);
}
.principle:hover { padding-left: 20px; }
.principle-num { font-family: 'Cormorant Garamond', serif; font-size: 32px; color: var(--gold); font-weight: 300; line-height: 1; font-style: italic; }
.principle h3 { font-size: 28px; line-height: 1.2; }
.principle p { font-size: 16px; line-height: 1.75; color: var(--silver-dim); font-weight: 300; }

/* ---------- Founder ---------- */
.founder { background: var(--navy-deep); position: relative; }
.founder-grid {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 80px;
  align-items: start;
  margin-top: 80px;
}
.founder-portrait {
  aspect-ratio: 4/5;
  background: linear-gradient(180deg, var(--navy-mid), var(--navy-deep));
  border: 1px solid var(--line);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 48px;
  position: relative;
  overflow: hidden;
}
.founder-portrait::before {
  content: 'ZW';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'Cormorant Garamond', serif;
  font-size: 200px;
  font-weight: 300;
  color: var(--navy-soft);
  line-height: 1;
  letter-spacing: -0.05em;
}
.founder-portrait::after {
  content: '';
  position: absolute;
  top: 24px;
  left: 24px;
  right: 24px;
  bottom: 24px;
  border: 1px solid var(--gold);
  pointer-events: none;
}
.portrait-label {
  position: relative;
  z-index: 2;
  text-align: center;
  font-size: 10px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--gold);
}
.portrait-label strong { display: block; color: var(--silver-bright); font-family: 'Cormorant Garamond', serif; font-size: 24px; letter-spacing: 0.02em; text-transform: none; margin-bottom: 8px; font-weight: 500; }

.founder-bio h2 { font-size: clamp(36px, 4vw, 54px); line-height: 1.1; }
.founder-bio > p {
  font-size: 17px;
  line-height: 1.8;
  color: var(--silver);
  margin-top: 32px;
  font-weight: 300;
}
.founder-bio > p + p { margin-top: 24px; }
.credentials-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  margin-top: 48px;
  border-top: 1px solid var(--line);
}
.cred-item {
  padding: 24px 0;
  border-bottom: 1px solid var(--line-soft);
}
.cred-item:nth-child(odd) { border-right: 1px solid var(--line-soft); padding-right: 24px; }
.cred-item:nth-child(even) { padding-left: 24px; }
.cred-label { font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--silver-dim); }
.cred-value { font-family: 'Cormorant Garamond', serif; font-size: 20px; color: var(--silver-bright); margin-top: 8px; font-weight: 500; }

/* ---------- Insights ---------- */
.insights { background: var(--navy); border-top: 1px solid var(--line-soft); }
.insights-head { display: flex; justify-content: space-between; align-items: end; gap: 40px; }
.insights-head .section-title { margin-top: 24px; }
.view-all { font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); white-space: nowrap; display: inline-flex; align-items: center; gap: 10px; padding-bottom: 4px; border-bottom: 1px solid var(--gold); }
.insights-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 72px;
}
.insight-card {
  background: var(--navy-deep);
  border: 1px solid var(--line);
  padding: 44px 36px;
  display: flex;
  flex-direction: column;
  min-height: 340px;
  transition: all .5s var(--ease);
}
.insight-card:hover { border-color: rgba(184,152,106,0.4); transform: translateY(-3px); }
.insight-cat { font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold); }
.insight-card h3 { font-size: 26px; line-height: 1.25; margin-top: 20px; }
.insight-card p { font-size: 14px; line-height: 1.75; color: var(--silver-dim); margin-top: 20px; font-weight: 300; flex: 1; }
.insight-meta { display: flex; justify-content: space-between; font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--silver-ghost); margin-top: 28px; padding-top: 20px; border-top: 1px solid var(--line); }
.insight-link { display: block; height: 100%; }
.insight-link:hover .insight-card { border-color: rgba(184,152,106,0.5); }

/* ---------- Article (Journal) ---------- */
.article { background: var(--navy-deep); padding: 100px 0 140px; }
.article-grid {
  display: grid;
  grid-template-columns: 220px minmax(0, 720px) 220px;
  gap: 60px;
  justify-content: center;
}
.article-aside {
  position: sticky;
  top: 120px;
  align-self: start;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--silver-dim);
}
.article-aside .label { color: var(--gold); display: block; margin-bottom: 8px; font-size: 10px; }
.article-aside .item { padding: 14px 0; border-top: 1px solid var(--line); }
.article-aside .item strong { display: block; color: var(--silver-bright); font-family: 'Cormorant Garamond', serif; font-size: 16px; text-transform: none; letter-spacing: 0; font-weight: 500; margin-top: 4px; }

.article-body h1 {
  font-size: clamp(38px, 4.6vw, 60px);
  line-height: 1.08;
  font-weight: 400;
  letter-spacing: -0.018em;
  color: var(--silver-bright);
}
.article-body .lede {
  margin-top: 32px;
  font-size: 21px;
  line-height: 1.65;
  color: var(--silver);
  font-weight: 300;
  font-style: italic;
  border-left: 2px solid var(--gold);
  padding-left: 24px;
}
.prose { margin-top: 56px; }
.prose p, .prose ul, .prose ol, .prose blockquote { font-size: 17px; line-height: 1.85; color: var(--silver); font-weight: 300; }
.prose p { margin-bottom: 28px; }
.prose h2 { font-family: 'Cormorant Garamond', serif; font-size: 32px; color: var(--silver-bright); margin: 64px 0 24px; line-height: 1.2; font-weight: 500; }
.prose h3 { font-family: 'Cormorant Garamond', serif; font-size: 24px; color: var(--silver-bright); margin: 44px 0 18px; line-height: 1.25; font-weight: 500; }
.prose strong { color: var(--silver-bright); font-weight: 500; }
.prose em { color: var(--silver-bright); }
.prose a { color: var(--gold-bright); border-bottom: 1px solid var(--gold-deep); }
.prose a:hover { color: var(--gold); border-bottom-color: var(--gold); }
.prose ul, .prose ol { padding-left: 22px; margin-bottom: 28px; }
.prose li { margin-bottom: 10px; }
.prose blockquote {
  border-left: 2px solid var(--gold);
  padding: 8px 0 8px 28px;
  margin: 36px 0;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 24px;
  color: var(--silver-bright);
  line-height: 1.4;
}
.prose hr { border: none; border-top: 1px solid var(--line); margin: 56px 0; }
.article-footer {
  margin-top: 80px;
  padding-top: 48px;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}
.article-footer .back { font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); }

/* ---------- Long-form (legal pages) ---------- */
.longform { background: var(--navy-deep); padding: 100px 0 140px; }
.longform-inner { max-width: 880px; margin: 0 auto; }
.longform h2 { font-family: 'Cormorant Garamond', serif; font-size: 30px; color: var(--silver-bright); margin: 56px 0 20px; font-weight: 500; }
.longform h3 { font-family: 'Cormorant Garamond', serif; font-size: 22px; color: var(--silver-bright); margin: 36px 0 14px; font-weight: 500; }
.longform p, .longform li { font-size: 15px; line-height: 1.85; color: var(--silver-dim); font-weight: 300; }
.longform p { margin-bottom: 22px; }
.longform ul { padding-left: 22px; margin-bottom: 22px; }
.longform li { margin-bottom: 8px; }
.longform strong { color: var(--silver); font-weight: 500; }
.longform .updated { font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-bottom: 12px; }

/* ---------- FAQ ---------- */
.faq { background: var(--navy-deep); }
.faq-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: 80px; margin-top: 40px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item {
  border-bottom: 1px solid var(--line);
  padding: 0;
}
.faq-item summary {
  padding: 32px 0;
  cursor: pointer;
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  color: var(--silver-bright);
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  transition: color .3s var(--ease);
  font-weight: 500;
}
.faq-item summary:hover { color: var(--gold-bright); }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: '+';
  font-family: 'Inter', sans-serif;
  font-size: 22px;
  color: var(--gold);
  font-weight: 300;
  transition: transform .4s var(--ease);
  flex-shrink: 0;
}
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item .answer {
  padding: 0 0 32px;
  font-size: 15px;
  line-height: 1.8;
  color: var(--silver-dim);
  max-width: 680px;
  font-weight: 300;
}

/* ---------- Lead Magnet ---------- */
.magnet {
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-deep) 50%, var(--navy-mid) 100%);
  position: relative;
  overflow: hidden;
}
.magnet::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -20%;
  width: 800px;
  height: 800px;
  background: radial-gradient(circle, rgba(184,152,106,0.08), transparent 60%);
  pointer-events: none;
}
.magnet-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 80px;
  align-items: center;
  position: relative;
  z-index: 2;
}
.magnet h2 { font-size: clamp(36px, 4.4vw, 56px); line-height: 1.1; }
.magnet-lead { font-size: 17px; line-height: 1.8; color: var(--silver-dim); margin: 28px 0 40px; font-weight: 300; max-width: 520px; }
.magnet-form {
  display: flex;
  gap: 12px;
  max-width: 540px;
  flex-wrap: wrap;
}
.magnet-form input {
  flex: 1;
  min-width: 240px;
  padding: 18px 22px;
  background: var(--navy-deep);
  border: 1px solid var(--line-strong);
  color: var(--silver-bright);
  font-family: inherit;
  font-size: 14px;
  transition: border-color .3s var(--ease);
}
.magnet-form input:focus { outline: none; border-color: var(--gold); }
.magnet-book {
  aspect-ratio: 3/4;
  background: linear-gradient(135deg, var(--navy-mid), var(--navy-deep));
  border: 1px solid var(--gold);
  position: relative;
  transform: perspective(900px) rotateY(-14deg) rotateX(3deg);
  box-shadow: var(--shadow-deep);
  padding: 52px 44px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.magnet-book::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, var(--gold-deep), var(--gold), var(--gold-deep));
}
.book-topper { font-size: 10px; letter-spacing: 0.24em; text-transform: uppercase; color: var(--gold); }
.book-title { font-family: 'Cormorant Garamond', serif; font-size: 36px; color: var(--silver-bright); line-height: 1.1; font-weight: 500; }
.book-sub { font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--silver-dim); }
.book-sub strong { display: block; color: var(--gold); margin-top: 10px; font-family: 'Cormorant Garamond', serif; font-size: 18px; letter-spacing: 0.08em; font-weight: 500; }

/* ---------- Final CTA ---------- */
.final { background: var(--navy-deep); text-align: center; padding: 160px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); position: relative; }
.final::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 140px;
  height: 1px;
  background: var(--gold);
}
.final .eyebrow { margin: 0 auto; justify-content: center; }
.final h2 { font-size: clamp(42px, 5.4vw, 82px); line-height: 1.05; max-width: 960px; margin: 28px auto 0; font-weight: 400; }
.final h2 em { font-style: italic; color: var(--gold); }
.final p { font-size: 18px; color: var(--silver-dim); max-width: 620px; margin: 36px auto 0; font-weight: 300; line-height: 1.7; }
.final .btn { margin-top: 52px; padding: 22px 48px; font-size: 13px; }

/* ---------- Contact ---------- */
.contact { background: var(--navy); }
.contact-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 80px; margin-top: 80px; }
.contact-block { margin-bottom: 44px; padding-bottom: 44px; border-bottom: 1px solid var(--line); }
.contact-block:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
.contact-label { font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold); }
.contact-value { font-family: 'Cormorant Garamond', serif; font-size: 22px; color: var(--silver-bright); margin-top: 14px; line-height: 1.4; font-weight: 500; word-break: break-word; }
.contact-detail { font-size: 13px; color: var(--silver-dim); margin-top: 10px; font-weight: 300; }

.form-card { background: var(--navy-deep); padding: 56px; border: 1px solid var(--line); position: relative; }
.form-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, transparent, var(--gold) 50%, transparent); }
.form-title { font-family: 'Cormorant Garamond', serif; font-size: 28px; color: var(--silver-bright); margin-bottom: 32px; font-weight: 500; }
.form-group { margin-bottom: 28px; }
.form-group label { display: block; font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--silver-dim); margin-bottom: 12px; }
.form-group input, .form-group select, .form-group textarea {
  width: 100%;
  padding: 14px 0;
  background: transparent;
  border: none;
  border-bottom: 1px solid var(--line-strong);
  color: var(--silver-bright);
  font-family: inherit;
  font-size: 15px;
  transition: border-color .3s var(--ease);
}
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { outline: none; border-bottom-color: var(--gold); }
.form-group textarea { resize: vertical; min-height: 80px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.submit {
  background: var(--gold);
  color: var(--navy-deep);
  border: 1px solid var(--gold);
  padding: 18px 38px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  cursor: pointer;
  transition: all .3s var(--ease);
  margin-top: 12px;
  width: 100%;
}
.submit:hover { background: var(--gold-bright); transform: translateY(-1px); box-shadow: 0 16px 32px -16px rgba(184,152,106,0.5); }
.form-note { font-size: 11px; color: var(--silver-ghost); text-align: center; margin-top: 18px; letter-spacing: 0.04em; }

/* ---------- Footer ---------- */
.footer { background: var(--navy-deep); padding: 100px 0 50px; border-top: 1px solid var(--line); }
.footer-top {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 70px;
  padding-bottom: 70px;
  border-bottom: 1px solid var(--line);
}
.footer-brand { max-width: 340px; }
.footer-brand p { font-size: 13px; color: var(--silver-dim); margin-top: 20px; line-height: 1.8; font-weight: 300; }
.footer h5 { font-family: 'Cormorant Garamond', serif; font-size: 15px; color: var(--gold); letter-spacing: 0.06em; margin-bottom: 28px; font-weight: 500; text-transform: uppercase; }
.footer ul { list-style: none; padding: 0; margin: 0; }
.footer ul li { margin-bottom: 14px; font-size: 13px; color: var(--silver-dim); font-weight: 300; }
.footer ul li a:hover { color: var(--gold-bright); }
.footer-bottom {
  padding-top: 40px;
  border-top: 1px solid var(--line-soft);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  font-size: 11px;
  color: var(--silver-ghost);
  letter-spacing: 0.06em;
}

.disclosures {
  background: var(--navy-deep);
  padding: 56px 0;
  border-top: 1px solid var(--line-soft);
  font-size: 11px;
  line-height: 1.8;
  color: var(--silver-ghost);
  font-weight: 300;
}
.disclosures p { margin-bottom: 14px; max-width: 1100px; }

/* ---------- Reveal Animation ---------- */
.reveal { opacity: 0; transform: translateY(30px); transition: opacity 1s var(--ease-long), transform 1s var(--ease-long); }
.reveal.in { opacity: 1; transform: translateY(0); }
.reveal.delay-1 { transition-delay: .1s; }
.reveal.delay-2 { transition-delay: .2s; }
.reveal.delay-3 { transition-delay: .3s; }

/* ---------- Responsive ---------- */
@media (max-width: 1100px) {
  .section { padding: 110px 0; }
  .hero-inner { grid-template-columns: 1fr; gap: 60px; }
  .hero-quote-block { margin-left: 0; max-width: 100%; }
  .hero-stats { grid-template-columns: repeat(2, 1fr); gap: 36px; }
  .serve-grid, .florida-grid { grid-template-columns: repeat(2, 1fr); }
  .services-grid, .calc-grid, .contact-grid, .founder-grid, .magnet-grid, .philosophy-grid, .faq-grid { grid-template-columns: 1fr; gap: 52px; }
  .philosophy-aside { position: static; }
  .compare-head, .compare-row { grid-template-columns: 1.2fr 1fr 1fr 1fr; }
  .compare-head > div, .compare-row > div { padding: 20px 16px; font-size: 12px; }
  .commit-grid { grid-template-columns: 1fr; }
  .commit-card { border-right: none; border-bottom: 1px solid var(--line); }
  .commit-card:last-child { border-bottom: none; }
  .approach-grid { grid-template-columns: repeat(2, 1fr); }
  .approach-step:nth-child(2) { border-right: none; }
  .approach-step:nth-child(1), .approach-step:nth-child(2) { border-bottom: 1px solid var(--line); }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 40px; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); gap: 28px; }
  .trust-item { border-right: none; }
  .insights-grid { grid-template-columns: 1fr; }
  .principle { grid-template-columns: 60px 1fr; }
  .principle p { grid-column: 2; }
  .philosophy::before { font-size: 400px; }
  .article-grid { grid-template-columns: minmax(0, 720px); }
  .article-aside { display: none; }
  .page-hero { padding: 110px 0 90px; }
}
@media (max-width: 720px) {
  .section { padding: 88px 0; }
  .container { padding: 0 22px; }
  .nav-links { display: none; }
  .nav-inner { padding: 18px 22px; }
  .hero { padding: 80px 0 70px; min-height: auto; }
  .hero-stats { grid-template-columns: 1fr 1fr; gap: 32px; margin-top: 60px; }
  .stat-num { font-size: 40px; }
  .serve-grid, .florida-grid { grid-template-columns: 1fr; }
  .compare-head, .compare-row { grid-template-columns: 1fr; }
  .compare-head > div, .compare-row > div { border-right: none; border-bottom: 1px solid var(--line-soft); }
  .approach-grid { grid-template-columns: 1fr; }
  .approach-step { border-right: none; border-bottom: 1px solid var(--line); }
  .approach-step:last-child { border-bottom: none; }
  .fee-tier { padding: 24px 28px; grid-template-columns: 1fr; gap: 8px; }
  .fee-rate { font-size: 36px; }
  .form-row { grid-template-columns: 1fr; }
  .form-card, .calc-panel { padding: 36px 28px; }
  .footer-top { grid-template-columns: 1fr; }
  .founder-portrait::before { font-size: 140px; }
  .principle { grid-template-columns: 1fr; gap: 16px; padding: 36px 0; }
  .principle:hover { padding-left: 0; }
  .service-card { padding: 44px 32px; }
  .page-hero { padding: 90px 0 70px; }
  .prose p, .prose ul, .prose ol, .prose blockquote { font-size: 16px; }
}

/* ============================================================
   SUB-PAGE EXTENSIONS
   Styles used by the standalone pages (philosophy, services,
   fees, founder, journal, contact, legal). Layered on top of
   the home-page styles above.
   ============================================================ */

/* Container variant + utilities */
.container.narrow,
.narrow { max-width: 920px; margin-left: auto; margin-right: auto; padding: 0 32px; }

/* Generic alt-section background */
.section-alt { background: var(--navy-deep); border-top: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft); }

/* Section lede (alias for section-lead, slightly larger) */
.section-lede { font-size: 19px; line-height: 1.7; color: var(--silver-dim); max-width: 720px; margin-top: 24px; font-weight: 300; }

/* CTA row */
.cta-row { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 48px; }

/* ---------- Philosophy grid ---------- */
.phil-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  margin-top: 60px;
}
.phil-card {
  position: relative;
  padding: 56px 48px;
  background: linear-gradient(180deg, rgba(255,255,255,0.015), rgba(255,255,255,0));
  border: 1px solid var(--line);
  border-radius: 2px;
  transition: border-color .5s var(--ease), transform .5s var(--ease);
}
.phil-card:hover { border-color: rgba(184,152,106,0.4); transform: translateY(-3px); }
.phil-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 14px;
  letter-spacing: 0.32em;
  color: var(--gold);
  display: block;
  margin-bottom: 18px;
}
.phil-card h3 { font-family: 'Cormorant Garamond', serif; font-size: 30px; line-height: 1.2; color: var(--silver-bright); font-weight: 500; margin-bottom: 22px; }
.phil-card p { font-size: 15px; line-height: 1.8; color: var(--silver-dim); font-weight: 300; }
.phil-card p + p { margin-top: 16px; }

/* ---------- Fee table (simple, used on fees.html) ---------- */
.fee-table {
  margin-top: 60px;
  border: 1px solid var(--line);
  border-radius: 2px;
  overflow: hidden;
  background: rgba(255,255,255,0.012);
}
.fee-row {
  display: grid;
  grid-template-columns: 2fr 1fr;
  align-items: center;
  padding: 28px 36px;
  border-bottom: 1px solid var(--line);
  font-size: 16px;
  color: var(--silver);
}
.fee-row:last-child { border-bottom: none; }
.fee-row > div:last-child {
  text-align: right;
  font-family: 'Cormorant Garamond', serif;
  font-size: 24px;
  color: var(--gold-bright);
  font-variant-numeric: tabular-nums;
}
.fee-head {
  background: rgba(184,152,106,0.05);
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--silver-dim);
}
.fee-head > div:last-child {
  font-family: inherit;
  font-size: 11px;
  color: var(--silver-dim);
  text-align: right;
}
.fee-foot { margin-top: 24px; font-size: 13px; line-height: 1.7; color: var(--silver-ghost); font-weight: 300; }

/* ---------- Fees calculator (compact variant for fees.html) ---------- */
.calc {
  margin-top: 56px;
  padding: 56px 48px;
  background: linear-gradient(180deg, rgba(255,255,255,0.025), rgba(255,255,255,0));
  border: 1px solid var(--line);
  border-radius: 2px;
}
.calc-display { display: flex; flex-direction: column; gap: 18px; }
.calc-row { display: flex; justify-content: space-between; align-items: baseline; padding: 14px 0; border-bottom: 1px solid var(--line); }
.calc-row:last-child { border-bottom: none; }
.calc-row .calc-label { font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--silver-dim); }
.calc-row .calc-value { font-family: 'Cormorant Garamond', serif; font-size: 22px; color: var(--silver-bright); font-variant-numeric: tabular-nums; }
.calc-row-strong { padding-top: 24px; border-top: 1px solid var(--line); margin-top: 8px; }
.calc-row-strong .calc-label { color: var(--gold); }
.calc-row-strong .calc-value { font-size: 32px; color: var(--gold-bright); }
.calc-row.calc-sub .calc-value { font-size: 16px; color: var(--silver-dim); }
.calc-control { margin-top: 36px; }
.calc-control input[type="range"] {
  width: 100%;
  -webkit-appearance: none;
  height: 4px;
  background: var(--line);
  border-radius: 2px;
  outline: none;
}
.calc-control input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 22px; height: 22px;
  border-radius: 50%;
  background: var(--gold-bright);
  cursor: pointer;
  box-shadow: 0 4px 18px -4px rgba(184,152,106,0.6);
  border: 2px solid var(--navy-deep);
}
.calc-control input[type="range"]::-moz-range-thumb {
  width: 22px; height: 22px; border-radius: 50%;
  background: var(--gold-bright); cursor: pointer; border: 2px solid var(--navy-deep);
}
.calc-scale { display: flex; justify-content: space-between; margin-top: 14px; font-size: 11px; letter-spacing: 0.18em; color: var(--silver-ghost); }
.calc-note { margin-top: 28px; font-size: 11px; color: var(--silver-ghost); text-align: center; line-height: 1.6; }

/* ---------- Founder bio list ---------- */
.bio-list { list-style: none; padding: 0; margin: 24px 0 32px; }
.bio-list li { padding: 14px 0; border-bottom: 1px solid var(--line); font-size: 15px; line-height: 1.7; color: var(--silver-dim); font-weight: 300; }
.bio-list li:last-child { border-bottom: none; }
.bio-list strong { color: var(--silver-bright); font-weight: 500; }

/* ---------- Founder page tweaks ---------- */
.founder-bio h3 { font-family: 'Cormorant Garamond', serif; font-size: 26px; color: var(--silver-bright); margin: 40px 0 14px; font-weight: 500; }

/* ---------- Journal index (uses .insights wrapper) ---------- */
section .insights {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  background: transparent;
  border: none;
}
.insight {
  display: flex;
  flex-direction: column;
  padding: 44px 36px;
  background: linear-gradient(180deg, rgba(255,255,255,0.018), rgba(255,255,255,0));
  border: 1px solid var(--line);
  border-radius: 2px;
  text-decoration: none;
  transition: border-color .5s var(--ease), transform .5s var(--ease);
  min-height: 280px;
}
.insight:hover { border-color: rgba(184,152,106,0.4); transform: translateY(-3px); }
.insight-tag { font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold); }
.insight h3 { font-family: 'Cormorant Garamond', serif; font-size: 26px; line-height: 1.25; margin-top: 20px; color: var(--silver-bright); font-weight: 500; }
.insight p { font-size: 14px; line-height: 1.75; color: var(--silver-dim); margin-top: 18px; font-weight: 300; flex: 1; }
.insight-meta { display: block; font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--silver-ghost); margin-top: 28px; padding-top: 20px; border-top: 1px solid var(--line); }

/* ---------- Article aside ---------- */
.article-aside {
  position: sticky;
  top: 100px;
  align-self: start;
  display: flex;
  flex-direction: column;
  gap: 28px;
  padding-right: 24px;
  border-right: 1px solid var(--line);
}
.aside-block { display: flex; flex-direction: column; gap: 6px; }
.aside-key { font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--silver-ghost); }
.aside-val { font-size: 14px; color: var(--silver-bright); font-weight: 400; }

/* ---------- Contact page ---------- */
.contact-card {
  padding: 56px 48px;
  background: linear-gradient(180deg, rgba(255,255,255,0.022), rgba(255,255,255,0));
  border: 1px solid var(--line);
  border-radius: 2px;
}
.contact-card h3 { font-family: 'Cormorant Garamond', serif; font-size: 30px; color: var(--silver-bright); font-weight: 500; line-height: 1.2; }
.contact-card > p { font-size: 15px; line-height: 1.7; color: var(--silver-dim); margin-top: 18px; font-weight: 300; }
.contact-list { list-style: none; padding: 0; margin-top: 32px; }
.contact-list li { padding: 18px 0; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 110px 1fr; align-items: baseline; font-size: 15px; color: var(--silver); font-weight: 300; }
.contact-list li:last-child { border-bottom: none; }
.contact-list li a { color: var(--gold-bright); }
.contact-list li a:hover { color: var(--gold); }
.contact-key { font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--silver-ghost); }

.contact-form {
  padding: 56px 48px;
  background: linear-gradient(180deg, rgba(255,255,255,0.022), rgba(255,255,255,0));
  border: 1px solid var(--line);
  border-radius: 2px;
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.contact-form label { display: flex; flex-direction: column; gap: 8px; font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--silver-ghost); }
.contact-form input,
.contact-form select,
.contact-form textarea {
  padding: 14px 16px;
  background: rgba(0,0,0,0.25);
  border: 1px solid var(--line);
  color: var(--silver-bright);
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  letter-spacing: normal;
  text-transform: none;
  border-radius: 2px;
  transition: border-color .3s var(--ease);
}
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus { outline: none; border-color: var(--gold); }
.contact-form textarea { resize: vertical; min-height: 120px; }
.contact-form button { align-self: flex-start; }

/* Step list */
.step-list { list-style: none; counter-reset: step; padding: 0; margin-top: 40px; }
.step-list li {
  counter-increment: step;
  position: relative;
  padding: 22px 0 22px 64px;
  border-bottom: 1px solid var(--line);
  font-size: 16px;
  line-height: 1.7;
  color: var(--silver-dim);
  font-weight: 300;
}
.step-list li:last-child { border-bottom: none; }
.step-list li::before {
  content: counter(step);
  position: absolute;
  left: 0; top: 22px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px;
  color: var(--gold);
  width: 44px;
  text-align: center;
}
.step-list li strong { color: var(--silver-bright); font-weight: 500; }

/* Article footer (extends existing) */
.article-footer { margin-top: 80px; padding-top: 40px; border-top: 1px solid var(--line); display: flex; gap: 18px; flex-wrap: wrap; justify-content: space-between; }

/* Active nav state */
.nav-links a.active { color: var(--gold-bright); }
.nav-links a.active::after { width: 100%; }

/* ---------- Sub-page responsive ---------- */
@media (max-width: 1100px) {
  .phil-grid { grid-template-columns: 1fr; gap: 24px; }
  .phil-card { padding: 44px 32px; }
  section .insights { grid-template-columns: 1fr; gap: 24px; }
  .article-aside { position: static; border-right: none; padding-right: 0; padding-bottom: 24px; border-bottom: 1px solid var(--line); }
}
@media (max-width: 720px) {
  .container.narrow, .narrow { padding: 0 24px; }
  .phil-card { padding: 36px 24px; }
  .calc { padding: 36px 24px; }
  .calc-row-strong .calc-value { font-size: 26px; }
  .contact-card, .contact-form { padding: 36px 24px; }
  .fee-row { padding: 22px 24px; grid-template-columns: 1.4fr 1fr; }
  .fee-row > div:last-child { font-size: 20px; }
  .step-list li { padding-left: 52px; }
  .step-list li::before { font-size: 24px; width: 36px; }
  .contact-list li { grid-template-columns: 90px 1fr; }
}

