:root {
  --bg: #06101c;
  --bg-2: #0b1930;
  --bg-3: #122844;
  --surface: rgba(10, 24, 42, 0.72);
  --surface-strong: rgba(13, 29, 49, 0.84);
  --line: rgba(180, 213, 255, 0.16);
  --text: #eef5ff;
  --muted: #bfd0e6;
  --muted-strong: #d8e4f3;
  --brand-2: #c7e8ff;
  --gold: #e4bf74;
  --gold-soft: #f3deb0;
  --shadow: 0 26px 80px rgba(0, 0, 0, 0.36);
  --shadow-premium: 0 36px 120px rgba(0, 0, 0, 0.48);
  --radius: 28px;
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  line-height: 1.68;
  background:
    radial-gradient(circle at 10% 10%, rgba(56, 116, 182, 0.34), transparent 28%),
    radial-gradient(circle at 88% 14%, rgba(228, 191, 116, 0.18), transparent 22%),
    linear-gradient(180deg, #112644 0%, #0b1830 26%, #08111f 62%, #06101c 100%);
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.container { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; }
.narrow { width: min(820px, 100%); }

.page-aurora,
.ghost-logo {
  position: fixed;
  pointer-events: none;
  z-index: -1;
}
.page-aurora {
  border-radius: 999px;
  filter: blur(80px);
  opacity: 0.45;
}
.aurora-a { width: 340px; height: 340px; top: 100px; left: -90px; background: rgba(68, 143, 223, 0.24); }
.aurora-b { width: 390px; height: 390px; top: 210px; right: -110px; background: rgba(228, 191, 116, 0.10); }
.aurora-c { width: 300px; height: 300px; bottom: 80px; left: 18%; background: rgba(99, 189, 255, 0.10); }
.ghost-logo {
  background-image: url('./logo/fmd-symbol-clean.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 0.155;
  filter: blur(10px) saturate(0) brightness(1.38);
  will-change: transform;
  transform: translate3d(0,0,0);
}
.ghost-logo-one { width: 900px; height: 900px; top: -200px; right: -260px; }
.ghost-logo-two { width: 760px; height: 760px; top: 36%; left: -260px; opacity: 0.12; }
.ghost-logo-three { width: 1100px; height: 1100px; bottom: -520px; right: -120px; opacity: 0.095; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  background: linear-gradient(180deg, rgba(16,54,102,0.88), rgba(10,31,58,0.82));
  backdrop-filter: blur(20px);
}
.nav-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 28px;
  padding: 10px 0 12px;
}
.brand { display: flex; align-items: center; position: relative; }
.brand-badge {
  padding: 10px;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(255,255,255,0.14), rgba(255,255,255,0.04));
  border: 1px solid rgba(228, 191, 116, 0.22);
  box-shadow: 0 18px 40px rgba(0,0,0,0.28), inset 0 1px 0 rgba(255,255,255,0.08);
  overflow: hidden;
}
.brand-badge-glow {
  position: absolute;
  inset: -20% auto auto -8%;
  width: 90px;
  height: 90px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(228,191,116,0.24) 0%, transparent 72%);
  pointer-events: none;
}
.brand-badge-inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  padding: 8px 16px;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(255,255,255,0.97), rgba(241,246,252,0.92));
  box-shadow: inset 0 2px 2px rgba(255,255,255,0.95), inset 0 -10px 18px rgba(9,32,58,0.08), 0 8px 18px rgba(255,255,255,0.08);
}
.brand-full-logo-inner { padding: 10px 18px; }
.brand-full-logo {
  height: 82px;
  width: auto;
  object-fit: contain;
  border-radius: 6px;
  filter: drop-shadow(0 16px 30px rgba(3, 12, 24, 0.34)) drop-shadow(0 3px 10px rgba(255,255,255,0.10));
}

.main-nav { display: flex; flex-wrap: wrap; gap: 22px; color: var(--muted); font-size: 14px; }
.main-nav a { color: #dbe6f6; font-size: 17px; font-weight: 700; letter-spacing: 0.01em; text-transform: none; font-family: inherit; }
.main-nav a:hover { color: var(--brand-2); transform: translateY(-1px); }
.main-nav .concierge-nav-link {
  position: relative;
  display: inline-block;
  color: var(--gold-soft);
  font-family: 'Playfair Display', Georgia, 'Times New Roman', serif;
  font-size: 19px;
  font-style: italic;
  font-weight: 600;
  letter-spacing: 0.01em;
  margin: -2px 30px 0 0;
  padding: 0 2px;
  background: transparent;
  box-shadow: none;
}
.main-nav .concierge-nav-link::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 52%;
  width: 120%;
  height: 220%;
  transform: translate(-50%, -50%);
  border-radius: 999px;
  background: radial-gradient(circle, rgba(228, 191, 116, 0.17) 0%, rgba(228, 191, 116, 0.07) 38%, rgba(228, 191, 116, 0.02) 62%, rgba(228, 191, 116, 0) 78%);
  opacity: 0;
  filter: blur(8px);
  transition: opacity 0.18s ease, transform 0.18s ease;
  pointer-events: none;
}
.main-nav .concierge-nav-link:hover {
  color: #fff7e2;
  transform: translateY(-1px);
  text-shadow:
    0 0 8px rgba(255, 243, 210, 0.82),
    0 0 16px rgba(243, 222, 176, 0.72),
    0 0 28px rgba(228, 191, 116, 0.58),
    0 0 42px rgba(228, 191, 116, 0.46),
    0 0 64px rgba(228, 191, 116, 0.34);
  box-shadow: none;
}
.main-nav .concierge-nav-link:hover::before {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1.08);
}

.hero-section, .section { padding: 88px 0; position: relative; }
.hero-shell,
.section-frame,
.hero-story-card,
.info-card,
.profile-card,
.review-card,
.final-cta-card,
.hero-symbol-stage,
.experience-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow);
}
.glass-panel {
  backdrop-filter: blur(18px);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.03)),
    var(--surface-strong);
}
.hero-shell {
  padding: 42px;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 38px;
  align-items: center;
  overflow: hidden;
  position: relative;
}
.hero-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 76% 22%, rgba(228, 191, 116, 0.13), transparent 21%),
    radial-gradient(circle at 18% 8%, rgba(117, 185, 255, 0.16), transparent 24%);
  pointer-events: none;
}
.hero-copy, .hero-visual { position: relative; z-index: 1; }
.eyebrow, .mini-eyebrow {
  margin: 0 0 14px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-weight: 800;
}
.eyebrow {
  color: var(--gold-soft);
  font-size: 15px;
  text-shadow: 0 2px 10px rgba(228, 191, 116, 0.26), 0 1px 0 rgba(255,255,255,0.08);
}

.mini-eyebrow {
  color: var(--gold-soft);
  font-size: 12px;
}
h1 {
  margin: 0 0 18px;
  font-size: clamp(42px, 6vw, 78px);
  line-height: 0.98;
  letter-spacing: -0.05em;
  max-width: 12ch;
}
h2 {
  margin: 0 0 14px;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.08;
  letter-spacing: -0.035em;
}
h3 {
  margin: 0 0 12px;
  font-size: 24px;
  line-height: 1.15;
  letter-spacing: -0.025em;
}
p { margin: 0 0 14px; }
.lead { font-size: clamp(18px, 2.1vw, 21px); color: var(--muted-strong); max-width: 700px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 24px;
  border-radius: 999px;
  font-weight: 800;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.button:hover { transform: translateY(-2px); }
.button.primary {
  color: #09121c;
  background: linear-gradient(135deg, #f0d89d 0%, #dfb65d 45%, #f5e4b9 100%);
  box-shadow: 0 20px 40px rgba(217, 172, 72, 0.24);
}
.button.secondary {
  color: var(--text);
  border: 1px solid var(--line);
  background: rgba(255,255,255,0.06);
}
.trust-ribbon { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.trust-ribbon span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  color: var(--muted-strong);
  font-size: 14px;
}
.trust-ribbon span::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--gold) 0%, #fff0c8 100%);
  box-shadow: 0 0 18px rgba(228, 191, 116, 0.56);
}
.hero-visual { display: grid; gap: 24px; }
.hero-symbol-stage {
  position: relative;
  min-height: 470px;
  padding: 24px;
  display: grid;
  place-items: center;
  overflow: hidden;
}
.hero-stage-glow {
  position: absolute;
  border-radius: 999px;
  filter: blur(56px);
}
.glow-a { width: 240px; height: 240px; top: 14%; left: 10%; background: rgba(95, 177, 255, 0.22); }
.glow-b { width: 220px; height: 220px; right: 8%; bottom: 12%; background: rgba(228, 191, 116, 0.18); }
.hero-stage-curve {
  position: absolute;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.08);
}
.curve-a { width: 520px; height: 520px; top: -80px; right: -120px; border-color: rgba(173, 208, 247, 0.13); }
.curve-b { width: 420px; height: 420px; bottom: -110px; left: -90px; border-color: rgba(228, 191, 116, 0.16); }
.hero-symbol-chip {
  position: relative;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: transparent;
  border: none;
  box-shadow: none;
}
.hero-symbol-chip::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 999px;
  background: radial-gradient(circle at 34% 24%, rgba(255,255,255,1) 0%, rgba(249,251,254,1) 56%, rgba(235,241,248,1) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.92),
    inset 0 -10px 18px rgba(9,32,58,0.08);
  z-index: 0;
}




.hero-symbol-chip-large {
  position: relative;
  width: 270px;
  height: 270px;
  box-shadow: 0 42px 100px rgba(0,0,0,0.42), 0 0 0 26px rgba(10,24,42,0.22);
}

.hero-symbol-chip-image {
  position: relative;
  z-index: 1;
  width: 80%;
  height: 80%;
  object-fit: contain;
}

.hero-story-card { padding: 28px; }

.section-frame, .info-card, .profile-card, .review-card, .final-cta-card { padding: 30px; }
.section-head { margin-bottom: 28px; }
.split-head { display: grid; grid-template-columns: 1fr minmax(280px, 420px); gap: 24px; align-items: end; }
.centered-head { text-align: center; margin-inline: auto; }
.section-intro { color: var(--muted); }
.card-grid { display: grid; gap: 22px; }
.three-up { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.two-up { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.four-up { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.info-card, .profile-card, .review-card, .final-cta-card, .experience-card { position: relative; overflow: hidden; }
.premium-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(145deg, rgba(255,255,255,0.06), transparent 42%);
  pointer-events: none;
}
.premium-card::after {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  right: -70px;
  bottom: -100px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(123, 194, 255, 0.18) 0%, transparent 68%);
  pointer-events: none;
}
.accent-card::after, .concierge-card::after { background: radial-gradient(circle, rgba(228, 191, 116, 0.16) 0%, transparent 70%); }
.profile-card.premium-card::before,
.profile-card.premium-card::after {
  content: none;
}
.linked-card { transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease; }
.linked-card:hover { transform: translateY(-8px); border-color: rgba(228, 191, 116, 0.28); box-shadow: 0 34px 86px rgba(0, 0, 0, 0.42); }
.portrait-placeholder {
  position: relative;
  isolation: isolate;
  overflow: visible;
  width: calc(100% - 22px);
  aspect-ratio: 4 / 4.8;
  border-radius: 24px;
  margin: 14px 11px 26px;
  border: none;
  background: transparent;
  box-shadow: 0 20px 38px rgba(3,12,24,0.18);
  z-index: 0;
}
.portrait-placeholder::before {
  content: "";
  position: absolute;
  inset: -5px;
  border-radius: 29px;
  background: conic-gradient(from 225deg, #f4deb0 0deg, #fff1c9 56deg, #deb565 120deg, #b98535 220deg, #e9c982 300deg, #f4deb0 360deg);
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.14),
    inset 0 1px 0 rgba(255,248,225,0.70),
    inset 0 -2px 4px rgba(112,74,18,0.18);
  z-index: -2;
}
.portrait-placeholder::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 24px;
  box-shadow: inset 0 0 0 2px rgba(18,42,68,0.92);
  pointer-events: none;
  z-index: 2;
}
.portrait-photo {
  position: absolute;
  inset: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  object-fit: cover;
  border-radius: 22px;
  display: block;
  z-index: 1;
}
.portrait-one .portrait-photo { object-position: center 12%; }
.portrait-two .portrait-photo { object-position: center 10%; }
.portrait-three .portrait-photo { object-position: center 14%; }
.card-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 14px; color: var(--brand-2); font-weight: 800; font-size: 14px; }
.card-link::after { content: "→"; }

.card-surface-link {
  display: block;
}

.provider-section .card-grid.two-up {
  max-width: 980px;
  margin: 0 auto;
  gap: 34px;
}

.provider-section .profile-card {
  padding-left: 34px;
  padding-right: 34px;
}

.learning-manifesto {
  max-width: 980px;
}

.learning-manifesto p {
  margin-bottom: 18px;
  line-height: 1.75;
}

/* — lower manifesto: "we do not" declarations + mission + closing — */
.learning-manifesto .learning-tight-block {
  margin-top: 40px;
  padding-top: 36px;
  border-top: 1px solid rgba(228, 191, 116, 0.18);
}

.learning-manifesto .learning-tight-block p {
  margin-bottom: 6px;
  font-size: 15px;
  letter-spacing: 0.01em;
  color: var(--muted);
  line-height: 1.65;
}

.learning-manifesto p.learning-mission {
  font-size: 15px;
  font-weight: 400;
  color: var(--muted);
  margin-bottom: 6px;
  line-height: 1.65;
}

.learning-manifesto p.learning-mission:first-of-type {
  margin-top: 28px;
}

.learning-manifesto p.learning-callout {
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.2;
  color: var(--gold);
  text-shadow: 0 3px 14px rgba(228, 191, 116, 0.30), 0 1px 0 rgba(255,255,255,0.08);
  margin: 12px 0 24px;
}

.learning-manifesto p.learning-closing {
  font-size: clamp(24px, 2.8vw, 32px);
  line-height: 1.2;
  color: var(--text);
  margin-top: 32px;
  margin-bottom: 4px;
}

.learning-manifesto .learning-gold-line {
  color: var(--gold) !important;
  text-shadow: 0 3px 14px rgba(228, 191, 116, 0.30), 0 1px 0 rgba(255,255,255,0.08);
}

.gold-underline {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: var(--gold);
  text-decoration-thickness: 3px;
  text-underline-offset: 5px;
}

.learning-manifesto a.gold-underline {
  font-size: 1.06em;
  font-weight: 700;
  text-decoration-thickness: 4px;
  text-decoration-color: var(--gold-soft);
  transition: color 0.18s ease, text-decoration-color 0.18s ease;
}

.learning-manifesto a.gold-underline:hover {
  color: var(--gold-soft);
  text-decoration-color: var(--gold);
}

.article-flow {
  max-width: 920px;
  margin: 0 auto;
}

.article-flow p {
  margin-bottom: 16px;
}

.article-flow p strong {
  color: var(--muted-strong);
}

.original-article-layout p {
  margin-bottom: 14px;
}

.blindspots-simple-article {
  max-width: 920px;
}

.blindspots-simple-article p {
  line-height: 1.75;
  margin-top: 0;
  margin-bottom: 16px;
}

.blindspots-heading {
  color: var(--gold);
  font-size: clamp(24px, 2.8vw, 30px);
  line-height: 1.2;
  margin: 36px 0 16px;
}

.blindspots-heading:first-child,
.blindspots-simple-article > .blindspots-heading:first-of-type {
  margin-top: 0;
}

.blindspots-simple-article > p:last-child {
  margin-bottom: 0;
}

.metabolism-page-layout p {
  line-height: 1.5;
  margin-bottom: 14px;
}

.simple-bullet-list {
  margin: 8px 0 18px 22px;
  padding: 0;
  line-height: 1.5;
}

.simple-bullet-list li {
  margin-bottom: 8px;
}

.metabolism-video-row {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 420px);
  gap: 28px;
  align-items: start;
  margin-bottom: 28px;
}

.video-text-copy p {
  line-height: 1.5;
  margin-bottom: 14px;
}

.video-embed-card {
  border: 1px solid var(--line);
  border-radius: 20px;
  overflow: hidden;
  background: rgba(255,255,255,0.04);
  box-shadow: var(--shadow);
}

.video-embed-card iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
  display: block;
}

.part-two-row {
  margin: 30px 0 22px;
}

.article-mini-cta {
  min-height: 22px;
  padding: 4px 10px;
  font-size: 13px;
  box-shadow: 0 8px 16px rgba(217, 172, 72, 0.14);
}

.article-inline-pill {
  display: inline-flex;
  vertical-align: middle;
  margin-left: 6px;
}
.feature-grid { margin-top: 12px; }
.icon-dot {
  width: 12px; height: 12px; border-radius: 999px; margin-bottom: 16px;
  background: linear-gradient(135deg, var(--gold) 0%, #fff0c7 100%);
  box-shadow: 0 0 18px rgba(228, 191, 116, 0.45);
}
.alt { background: rgba(255,255,255,0.025); }
.alt-soft { background: rgba(255,255,255,0.018); }
.experience-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; align-items: stretch; }
.experience-card {
  min-height: 320px;
  aspect-ratio: 1 / 1.08;
  display: flex;
  align-items: end;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 28px;
}
.experience-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(4, 12, 22, 0.04) 0%, rgba(4, 12, 22, 0.18) 38%, rgba(4, 12, 22, 0.76) 100%),
    linear-gradient(145deg, rgba(255,255,255,0.04), transparent 40%);
}
.experience-card::after {
  content: "";
  position: absolute;
  inset: auto 18px 18px 18px;
  height: 1px;
  background: linear-gradient(90deg, rgba(228,191,116,0.7), rgba(255,255,255,0.1));
  z-index: 1;
}
.experience-one {
  background-image:
    linear-gradient(180deg, rgba(255,255,255,0.02), rgba(6,16,28,0.12)),
    url('/assets/access-panel-art.svg');
  background-position: center;
}
.experience-two {
  background-image:
    linear-gradient(180deg, rgba(255,255,255,0.02), rgba(6,16,28,0.12)),
    url('/assets/trust-panel-art.svg');
  background-position: center;
}
.experience-three {
  background-image:
    linear-gradient(180deg, rgba(255,255,255,0.02), rgba(6,16,28,0.12)),
    url('/assets/environment-panel-art.svg');
  background-position: center;
}
.experience-copy {
  position: relative;
  z-index: 2;
  padding: 24px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  text-align: right;
}
.experience-copy .mini-eyebrow {
  margin-bottom: 10px;
  font-size: 14px;
  letter-spacing: 0.18em;
}
.experience-copy h3 {
  margin-bottom: 0;
  max-width: 13ch;
  margin-left: auto;
}
.model-card { min-height: 100%; }
.concierge-card { border-color: rgba(228, 191, 116, 0.28); box-shadow: 0 26px 80px rgba(0, 0, 0, 0.42), 0 0 0 1px rgba(228, 191, 116, 0.06) inset; }
.review-strip { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.review-card { min-height: 100%; display: flex; flex-direction: column; justify-content: space-between; }
.stars { color: var(--gold-soft); letter-spacing: 0.18em; font-weight: 900; font-size: 1.18rem; line-height: 1; margin-bottom: 12px; }
.review-quote { color: var(--muted-strong); font-size: 18px; line-height: 1.75; }
.review-meta { margin-top: 24px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,0.08); }
.review-author { margin-bottom: 4px; font-weight: 800; color: var(--text); }
.review-source { margin-bottom: 0; color: var(--gold-soft); font-size: 14px; }
.reviews-meta { margin-top: 22px; text-align: center; }
.reviews-links { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; }
.reviews-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid rgba(228,191,116,0.22);
  background: rgba(255,255,255,0.04);
  color: var(--gold-soft);
  font-weight: 700;
  font-size: 14px;
}
.disabled-link { opacity: 0.58; cursor: default; pointer-events: none; }
.final-cta-card { display: grid; grid-template-columns: 180px 1fr; gap: 28px; align-items: center; }
.cta-symbol-col { display: grid; place-items: center; }
.cta-symbol { width: min(190px, 100%); opacity: 1; filter: drop-shadow(0 18px 28px rgba(3,12,24,0.28)) saturate(1.04); }
.fade-up { animation: fadeUp 0.7s ease both; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 1100px) {
  .hero-shell, .split-head, .four-up, .three-up, .review-strip, .final-cta-card, .experience-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 860px) {
  .nav-wrap { flex-direction: column; align-items: flex-start; }
  .main-nav { justify-content: flex-start; }
  .hero-shell, .split-head, .four-up, .three-up, .review-strip, .final-cta-card, .experience-grid { grid-template-columns: 1fr; }
  .hero-symbol-stage { min-height: 340px; }
  

.hero-symbol-chip-large { width: 200px; height: 200px; }
  .hero-symbol-chip-image { width: 150px; height: 150px; }
}
@media (max-width: 640px) {
  .container { width: min(var(--max), calc(100% - 24px)); }
  .hero-section, .section { padding: 66px 0; }
  .hero-shell, .section-frame, .hero-story-card, .info-card, .profile-card, .review-card, .final-cta-card, .hero-symbol-stage, .experience-card { padding: 22px; border-radius: 22px; }
  .brand-badge { padding: 8px; border-radius: 18px; }
  .brand-badge-inner { padding: 6px 12px; }
  .brand-full-logo { height: 54px; }
  h1 { max-width: none; }
  .lead { font-size: 18px; }
  .button { width: 100%; }
  .hero-actions { flex-direction: column; }
}
.hero-symbol-refined {
  filter:
    drop-shadow(0 16px 18px rgba(7, 23, 44, 0.18))
    drop-shadow(0 6px 8px rgba(7, 23, 44, 0.12))
    drop-shadow(0 -3px 4px rgba(255,255,255,0.28))
    saturate(1.10)
    contrast(1.08)
    brightness(1.03);
}
.cta-symbol-refined { filter: drop-shadow(0 14px 26px rgba(3,12,24,0.22)); opacity: 1; }
.cta-symbol-glass { width: min(260px, 100%); filter: drop-shadow(0 22px 34px rgba(3,12,24,0.28)); }



.mission-frame { max-width: 980px; border-radius: var(--radius); overflow: hidden; }
.approach-block { margin-top: 38px; }
.approach-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; margin-top: 16px; }
.approach-card { padding: 24px; border-radius: 24px; background: rgba(255,255,255,0.045); border: 1px solid rgba(228,191,116,0.14); }
.approach-card h3 { color: var(--gold-soft); text-shadow: 0 2px 10px rgba(228,191,116,0.15); }

.hero-symbol-chip {
  position: relative;
  display: grid;
  place-items: center;
  background: transparent;
  border: none;
  box-shadow: none;
}
.hero-symbol-chip::before,
.hero-symbol-chip::after {
  content: none;
}
.hero-symbol-chip-large {
  position: relative;
  width: 320px;
  height: 320px;
  box-shadow: 0 42px 100px rgba(0,0,0,0.42), 0 0 0 26px rgba(10,24,42,0.22);
}
.hero-symbol-chip-image {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  justify-self: center;
  align-self: center;
  margin: 0 auto;
  border-radius: 0;
  box-shadow: none;
}
.hero-medallion-image {
  filter: drop-shadow(0 22px 38px rgba(3,12,24,0.24));
}
.hero-symbol-refined { filter: none; }

@media (max-width: 860px) {
  .approach-grid { grid-template-columns: 1fr; }
  .hero-symbol-chip-large { width: 260px; height: 260px; }
  .hero-symbol-chip-image { width: 100%; height: 100%; }
}


.page-hero { padding: 72px 0 36px; }
.page-hero .section-frame { min-height: auto; }
.page-copy { padding-top: 0; }
.page-copy .section-frame { max-width: 980px; }
.page-copy p { color: var(--muted); line-height: 1.75; }
.page-copy .placeholder-note { margin-top: 20px; padding: 18px 20px; border-radius: 18px; background: rgba(255,255,255,0.04); border: 1px solid rgba(228,191,116,0.16); }
.site-footer { padding-top: 24px; }


.two-up { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.services-grid-page {
  grid-template-columns: 1fr;
  align-items: stretch;
  max-width: 980px;
  margin: 0 auto;
}
.services-grid-page > [id] { scroll-margin-top: 168px; }
.page-list { margin: 0; padding-left: 20px; color: var(--muted); line-height: 1.7; }
.page-list li { margin-bottom: 8px; }
@media (max-width: 860px) { .two-up { grid-template-columns: 1fr; } }


.contact-grid-page { align-items: stretch; }
.contact-grid-page > .info-card { height: 100%; }
.map-link { display: block; height: 100%; }
.map-art { height: 100%; min-height: 320px; }
.map-card .map-note { text-align: center; }

.subpage-brand { background: transparent; border: none; box-shadow: none; padding: 0; }
.subpage-brand .brand-full-logo-direct { display: block; filter: none; }

.main-nav a[href*="mycw50.eclinicalweb.com"] { font: inherit; color: #f0d89d; }
.main-nav a[href*="mycw50.eclinicalweb.com"]:hover { color: #fff2c8; }

.portal-link { color: var(--gold-soft) !important; background: transparent; padding: 0; border-radius: 0; box-shadow: none; margin-left: 0; font-family: inherit; font-size: 15px; font-weight: 700; letter-spacing: 0.01em; text-transform: none; text-shadow: 0 0 8px rgba(228, 191, 116, 0.16); display:inline-flex; align-items:center; line-height: 25.2px; }
.portal-link:hover { color: #fff0c8 !important; }

.inline-gold-link { color: var(--gold-soft); text-decoration: underline; text-decoration-thickness: 1.5px; text-underline-offset: 3px; font-weight: 700; }
.inline-gold-link:hover { color: #fff0c8; }

.portal-link { display:inline-flex; align-items:center; margin-top: 1px; }

.site-footer .final-cta-card { background: var(--surface-strong); backdrop-filter: blur(18px); }


.map-card { overflow: hidden; }
.map-link { display: block; }
.map-art {
  position: relative;
  min-height: 320px;
  border-radius: 24px;
  background:
    radial-gradient(circle at 24% 22%, rgba(255,255,255,0.14), transparent 24%),
    radial-gradient(circle at 78% 70%, rgba(228,191,116,0.18), transparent 26%),
    linear-gradient(180deg, #1e4f84 0%, #16385c 52%, #102744 100%);
  overflow: hidden;
  border: 1px solid rgba(228,191,116,0.18);
}
.map-grid-lines {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px);
  background-size: 44px 44px;
  opacity: 0.35;
}
.map-road {
  position: absolute;
  background: linear-gradient(180deg, rgba(244,222,176,0.95), rgba(228,191,116,0.82));
  box-shadow: 0 0 0 1px rgba(255,248,225,0.16);
}
.map-road-a { width: 140%; height: 18px; top: 42%; left: -12%; transform: rotate(-14deg); }
.map-road-b { width: 18px; height: 128%; top: -8%; left: 44%; transform: rotate(10deg); }
.map-road-c { width: 110%; height: 12px; bottom: 22%; left: -4%; transform: rotate(8deg); opacity: 0.72; }
.map-pin {
  position: absolute;
  width: 28px; height: 28px;
  left: 50%; top: 46%;
  transform: translate(-50%, -50%);
  border-radius: 999px 999px 999px 0;
  rotate: -45deg;
  background: linear-gradient(135deg, #fff1c8 0%, #e4bf74 100%);
  box-shadow: 0 0 0 4px rgba(255,255,255,0.10), 0 10px 24px rgba(0,0,0,0.24);
}
.map-pin::after {
  content: "";
  position: absolute;
  width: 10px; height: 10px;
  border-radius: 999px;
  background: #16385c;
  top: 8px; left: 8px;
}
.map-label {
  position: absolute;
  left: 50%; top: 58%;
  transform: translateX(-50%);
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(10,24,42,0.74);
  border: 1px solid rgba(228,191,116,0.26);
  color: #f7e7bd;
  font-size: 13px;
  font-weight: 700;
}
.map-note {
  margin-top: 12px;
  color: var(--gold-soft);
  font-size: 14px;
  font-weight: 700;
}

.map-art-image { padding: 0; overflow: hidden; }
.map-art-photo { width: 100%; height: 100%; object-fit: cover; display: block; }
.map-art-image .map-label { box-shadow: 0 12px 24px rgba(0,0,0,0.18); }

.main-nav a.portal-link { margin-left: 34px; margin-top: -1px; color: var(--gold-soft) !important; font-family: inherit !important; font-size: 17px !important; font-weight: 700 !important; letter-spacing: 0.01em !important; line-height: 25.2px !important; text-transform: none !important; text-shadow: 0 0 8px rgba(228, 191, 116, 0.16); }
.main-nav a.portal-link:hover { color: #fff0c8 !important; }



.map-art { min-height: 320px; background: linear-gradient(180deg, #16385c 0%, #0f2c49 100%); border: 1px solid rgba(228,191,116,0.18); }
.map-art-image { position: relative; overflow: hidden; }
.map-art-photo { display:none; }
.map-art-image::before { content:""; position:absolute; inset:0; background-image: linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px); background-size: 52px 52px; opacity:.25; }
.map-art-image::after { content:""; position:absolute; inset:0; background: radial-gradient(circle at 30% 20%, rgba(255,255,255,0.08), transparent 25%), radial-gradient(circle at 76% 72%, rgba(228,191,116,0.10), transparent 28%); }
.map-road-major,.map-road-minor{position:absolute; background:linear-gradient(180deg,#f4deb0,#deb565); box-shadow:0 0 0 1px rgba(255,248,225,.14); z-index:1;}
.map-road-major.a{width:145%;height:20px;top:42%;left:-16%;transform:rotate(-14deg);}
.map-road-major.b{width:22px;height:130%;top:-12%;left:46%;transform:rotate(8deg);}
.map-road-major.c{width:108%;height:14px;bottom:20%;left:-2%;transform:rotate(8deg);opacity:.8;}
.map-road-minor.d{width:70%;height:8px;top:28%;left:26%;transform:rotate(28deg);opacity:.65;}
.map-road-minor.e{width:54%;height:8px;top:66%;left:34%;transform:rotate(-26deg);opacity:.55;}
.map-pin{z-index:2;}
body.modal-open{overflow:hidden;}
.provider-modal-backdrop{position:fixed;inset:0;background:rgba(3,12,24,.60);backdrop-filter:blur(8px);display:grid;place-items:center;padding:24px;z-index:1000;}
.provider-modal-backdrop[hidden]{display:none !important;}
.provider-modal{width:min(1040px,100%);max-height:calc(100vh - 48px);overflow:auto;border-radius:28px;border:1px solid rgba(228,191,116,.22);background:linear-gradient(180deg,rgba(14,29,49,.98),rgba(9,19,33,.98));box-shadow:0 32px 80px rgba(0,0,0,.46);position:relative;}
.provider-modal-grid{display:grid;grid-template-columns:340px 1fr;gap:28px;padding:28px;}
.provider-modal-photo-wrap{border-radius:24px;overflow:hidden;border:2px solid rgba(244,222,176,.42);box-shadow:0 0 0 10px rgba(185,133,53,.18);align-self:start;}
.provider-modal-photo{width:100%;height:100%;object-fit:cover;display:block;}
.provider-modal-copy h2{margin:0 0 8px;}
.provider-modal-body{max-height:44vh;overflow:auto;padding-right:10px;}
.provider-modal-body p{color:var(--muted);line-height:1.75;}
.provider-modal-close{position:absolute;top:14px;right:14px;width:40px;height:40px;border-radius:999px;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.06);color:#fff;font-size:24px;cursor:pointer;z-index:2;}
@media (max-width: 860px){.provider-modal-grid{grid-template-columns:1fr;}.provider-modal-body{max-height:none;}}

.concierge-hero-copy {
  max-width: 620px;
}

.concierge-hero-copy h1 {
  max-width: 14ch;
}

.gold-script {
  color: var(--gold-soft);
  font-style: italic;
}

.hero-addendum {
  margin-top: 12px;
  font-size: 1rem;
  color: rgba(236, 225, 201, 0.88);
}

.concierge-hero-visual {
  display: flex;
  align-items: center;
  justify-content: center;
}

.concierge-portrait-card {
  width: min(100%, 440px);
  padding: 18px;
}

.concierge-portrait-frame {
  min-height: 420px;
}

.concierge-hero-photo {
  object-position: center top;
}

.concierge-hero-caption {
  margin-top: 16px;
  text-align: center;
}

.concierge-hero-caption h2 {
  margin-bottom: 4px;
}

.concierge-hero-caption p {
  margin: 0;
  color: rgba(236, 225, 201, 0.82);
}
