:root {
  /* Anchors */
  --midnight: #0A1424;
  --pure-black: #000000;
  --bone: #F8F8F6;
  --antique-gold: #A8823A;
  --honey-gold: #C9982F;
  --saffron-gold: #D9A82E;
  --soft-gold: #E5C36A;
  --champagne-gold: #F0DCA0;

  --ink: #0E141B;
  --ink-soft: #1C2733;
  --charcoal: #0A1424;
  --charcoal-deep: #0C121A;
  --charcoal-line: #2A3441;
  --graphite: #3D4956;
  --muted: #5F6D77;
  --muted-soft: #8A95A0;
  --line: #E2DCD0;
  --line-cool: #DDE2E8;
  --mist: #F1F2F4;
  --paper: #F8F8F6;
  --ivory: #F6F1E6;
  --ivory-deep: #EFE7D4;
  --white: #FFFFFF;
  --bronze: #C9982F;
  --bronze-deep: #A8823A;
  --bronze-soft: #E5C36A;
  --brass: #D9A82E;
  --clay: #9C7A2E;
  --ember: #2C2114;
  --signal: #5E462A;

  --font-display: 'Cormorant Garamond', Georgia, serif;
  --font-body: 'IBM Plex Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

  --rail: 56px;
  --rail-mobile: 20px;
  --max-content: 1200px;
  --max-editorial: 1320px;
  --max-prose: 680px;
  --max-hero: 1360px;
  --section: 128px;
  --section-mobile: 72px;

  --shadow-hairline: 0 0 0 1px rgba(14, 20, 27, 0.06);
  --shadow-whisper: 0 1px 2px rgba(14, 20, 27, 0.04);
  --shadow-soft: 0 12px 30px rgba(14, 20, 27, 0.06);
  --shadow-card: 0 18px 44px rgba(14, 20, 27, 0.08);
  --shadow-lift: 0 28px 64px rgba(14, 20, 27, 0.14);

  --ease-editorial: cubic-bezier(0.2, 0.7, 0.2, 1);
  --ease-precise: cubic-bezier(0.32, 0.72, 0, 1);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; }
body {
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.6;
  color: var(--paper);
  background: var(--charcoal-deep);
  overflow-x: hidden;
  font-feature-settings: 'ss01', 'cv11';
}

/* Bilingual */
[lang="en"] .es-only, [lang="es"] .en-only { display: none; }

/* Type roles */
.display-xxl { font-family: var(--font-display); font-weight: 400; font-size: clamp(48px, 7.2vw, 88px); line-height: 1.02; letter-spacing: -0.015em; font-variation-settings: 'opsz' 144; }
.display-xl  { font-family: var(--font-display); font-weight: 400; font-size: clamp(40px, 5.5vw, 68px); line-height: 1.04; letter-spacing: -0.01em; font-variation-settings: 'opsz' 96; }
.display-lg  { font-family: var(--font-display); font-weight: 450; font-size: clamp(36px, 4.5vw, 52px); line-height: 1.08; letter-spacing: -0.005em; font-variation-settings: 'opsz' 72; }
.display-md  { font-family: var(--font-display); font-weight: 450; font-size: clamp(30px, 3.4vw, 40px); line-height: 1.12; font-variation-settings: 'opsz' 48; }
.headline    { font-family: var(--font-display); font-weight: 500; font-size: clamp(22px, 2.2vw, 28px); line-height: 1.18; font-variation-settings: 'opsz' 36; }
.subhead     { font-family: var(--font-display); font-weight: 500; font-size: 22px; line-height: 1.3; font-variation-settings: 'opsz' 24; }
.pullquote   { font-family: var(--font-display); font-style: italic; font-weight: 400; font-size: clamp(20px, 2vw, 26px); line-height: 1.35; letter-spacing: -0.005em; font-variation-settings: 'opsz' 24; }

.body-xl { font-size: 19px; line-height: 1.55; letter-spacing: -0.005em; }
.body-lg { font-size: 17px; line-height: 1.6; }
.body-md { font-size: 15px; line-height: 1.6; }
.body-sm { font-size: 13.5px; line-height: 1.55; }

.caption  { font-size: 12px; font-weight: 500; line-height: 1.4; letter-spacing: 0.04em; text-transform: uppercase; color: var(--muted); }
.eyebrow  { font-size: 11.5px; font-weight: 600; line-height: 1; letter-spacing: 0.18em; text-transform: uppercase; color: var(--bronze-deep); }
.label    { font-size: 13px; font-weight: 600; line-height: 1.2; letter-spacing: 0.06em; text-transform: uppercase; }
.numeric-roman { font-family: var(--font-display); font-style: italic; font-weight: 400; font-size: 14px; line-height: 1; letter-spacing: 0.08em; color: var(--bronze-deep); font-variation-settings: 'opsz' 14; }

.italic-bronze { font-style: italic; color: var(--bronze-deep); }

/* Layout primitives */
.rail {
  max-width: var(--max-content);
  margin: 0 auto;
  padding: 0 var(--rail);
}
.rail-editorial {
  max-width: var(--max-editorial);
  margin: 0 auto;
  padding: 0 var(--rail);
}
.rail-hero {
  max-width: var(--max-hero);
  margin: 0 auto;
  padding: 0 var(--rail);
}
.prose { max-width: var(--max-prose); }

section { position: relative; }
.section-pad { padding: var(--section) 0; }

/* Header */
header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  height: 92px;
  background: rgba(251, 248, 241, 0.86);
  backdrop-filter: blur(18px) saturate(120%);
  -webkit-backdrop-filter: blur(18px) saturate(120%);
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s var(--ease-editorial);
}
header.scrolled { border-bottom-color: var(--line); }

.header-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: var(--max-hero);
  margin: 0 auto;
  padding: 0 var(--rail);
  gap: 32px;
}

.brand-mark {
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  color: inherit;
}
.brand-logo {
  display: block;
  width: 292px;
  max-width: 100%;
  height: auto;
  flex-shrink: 0;
}
.mobile-symbol-logo {
  display: none;
  width: 88px;
  height: auto;
}
.monogram {
  width: 40px; height: 40px;
  border-radius: 9999px;
  background: var(--ink);
  color: var(--paper);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 500;
  font-variation-settings: 'opsz' 24;
  letter-spacing: -0.02em;
  flex-shrink: 0;
}
.brand-text { display: flex; flex-direction: column; line-height: 1.1; }
.brand-name { font-family: var(--font-display); font-size: 18px; font-weight: 500; color: var(--ink); font-variation-settings: 'opsz' 24; }
.brand-tag { font-size: 10.5px; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted); margin-top: 2px; }

nav.primary { display: flex; gap: 24px; align-items: center; }
nav.primary a {
  font-size: 13.5px;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: var(--ink);
  text-decoration: none;
  transition: color 0.2s var(--ease-editorial);
  white-space: nowrap;
}
nav.primary a:hover { color: var(--bronze-deep); }
.nav-item {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.nav-trigger {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 44px;
}
.nav-trigger::after {
  content: '';
  width: 6px;
  height: 6px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
  opacity: 0.72;
  transition: transform 0.22s var(--ease-editorial), opacity 0.22s var(--ease-editorial);
}
.nav-item:hover .nav-trigger::after,
.nav-item:focus-within .nav-trigger::after {
  transform: translateY(1px) rotate(225deg);
  opacity: 1;
}
.nav-dropdown {
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  min-width: 310px;
  transform: translateX(-50%) translateY(8px);
  padding: 10px;
  border: 1px solid rgba(229, 195, 106, 0.28);
  border-radius: 10px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 42%),
    rgba(7, 15, 27, 0.94);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.10),
    0 24px 70px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(18px) saturate(130%);
  -webkit-backdrop-filter: blur(18px) saturate(130%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.22s var(--ease-editorial), transform 0.22s var(--ease-editorial), visibility 0.22s;
}
.nav-item:hover .nav-dropdown,
.nav-item:focus-within .nav-dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}
.nav-dropdown::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: -14px;
  height: 14px;
}
.nav-dropdown a {
  display: block;
  padding: 13px 14px;
  border-radius: 7px;
  color: rgba(248, 248, 246, 0.92) !important;
  white-space: normal;
}
.nav-dropdown a:hover,
.nav-dropdown a:focus {
  background: rgba(229, 195, 106, 0.10);
  color: var(--champagne-gold) !important;
  outline: none;
}
.nav-kicker {
  display: block;
  margin-bottom: 4px;
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.08;
  text-transform: none;
  color: var(--paper);
}
.nav-desc {
  display: block;
  max-width: 32ch;
  font-family: var(--font-body);
  font-size: 12.5px;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0;
  color: rgba(248, 248, 246, 0.66);
}

.header-right { display: flex; align-items: center; gap: 16px; }

.mobile-menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 150px;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid rgba(201, 152, 47, 0.58);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 46%),
    rgba(10, 20, 36, 0.96);
  color: var(--soft-gold);
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 14px 34px rgba(10, 20, 36, 0.16);
  cursor: pointer;
}
.mobile-menu-icon {
  width: 18px;
  height: 12px;
  position: relative;
  display: inline-block;
}
.mobile-menu-icon::before,
.mobile-menu-icon::after,
.mobile-menu-icon span {
  content: '';
  position: absolute;
  left: 0;
  width: 18px;
  height: 1px;
  background: currentColor;
  transition: transform 0.22s var(--ease-editorial), opacity 0.22s var(--ease-editorial), top 0.22s var(--ease-editorial);
}
.mobile-menu-icon::before { top: 0; }
.mobile-menu-icon span { top: 5.5px; }
.mobile-menu-icon::after { top: 11px; }
header.menu-open .mobile-menu-icon::before {
  top: 5.5px;
  transform: rotate(45deg);
}
header.menu-open .mobile-menu-icon span { opacity: 0; }
header.menu-open .mobile-menu-icon::after {
  top: 5.5px;
  transform: rotate(-45deg);
}

.lang-toggle {
  display: inline-flex;
  align-items: center;
  height: 32px;
  padding: 0 4px;
  border-radius: 9999px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.5);
}
.lang-toggle button {
  border: none;
  background: transparent;
  font-family: inherit;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: var(--muted);
  height: 26px;
  padding: 0 10px;
  border-radius: 9999px;
  cursor: pointer;
  transition: all 0.2s var(--ease-editorial);
}
.lang-toggle button.active {
  background: var(--ink);
  color: var(--paper);
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 52px;
  padding: 0 26px;
  font-family: inherit;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 4px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all 0.26s var(--ease-editorial);
  white-space: nowrap;
}
.btn-primary {
  background: var(--charcoal);
  color: var(--paper);
  border-color: var(--charcoal);
}
.btn-primary:hover {
  background: var(--charcoal-deep);
  transform: translateY(-1px);
}
.btn-bronze {
  background: var(--bronze);
  color: var(--ink);
  border-color: var(--bronze-deep);
}
.btn-bronze:hover {
  background: var(--bronze-deep);
  color: var(--paper);
  transform: translateY(-1px);
}
.btn-outline {
  background: transparent;
  color: var(--ink);
  border-color: rgba(14, 20, 27, 0.28);
}
.btn-outline:hover {
  background: var(--ink);
  color: var(--paper);
  border-color: var(--ink);
}
.btn-outline-light {
  background: transparent;
  color: var(--paper);
  border-color: rgba(251, 248, 241, 0.3);
}
.btn-outline-light:hover {
  background: var(--paper);
  color: var(--ink);
  border-color: var(--paper);
}
.btn .arrow {
  display: inline-block;
  transition: transform 0.26s var(--ease-editorial);
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  font-size: 15px;
  font-variation-settings: 'opsz' 24;
}
.btn:hover .arrow { transform: translateX(4px); }

.ghost-link {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--ink);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 6px;
  border-bottom: 1px solid currentColor;
  transition: color 0.2s var(--ease-editorial);
}
.ghost-link:hover { color: var(--bronze-deep); }
.ghost-link .arrow {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 15px;
  text-transform: none;
  letter-spacing: 0;
  font-variation-settings: 'opsz' 24;
}

/* Bronze rule */
.bronze-rule {
  display: block;
  width: 32px;
  height: 2px;
  background: var(--bronze-deep);
}

/* HERO */
.hero {
  padding: 168px 0 96px;
  background: var(--paper);
  position: relative;
}
.hero-grid {
  display: grid;
  grid-template-columns: 7fr 5fr;
  gap: 80px;
  align-items: end;
}
.hero-copy { padding-bottom: 24px; }
.hero-eyebrow { margin-bottom: 32px; display: flex; align-items: center; gap: 14px; }
.hero-eyebrow .bronze-rule { width: 24px; }
.hero h1 { margin-bottom: 32px; max-width: 14ch; }
.hero-lede {
  font-family: var(--font-body);
  font-size: 19px;
  line-height: 1.55;
  letter-spacing: -0.005em;
  color: var(--graphite);
  max-width: 52ch;
  margin-bottom: 40px;
}
.hero-cta {
  display: flex;
  gap: 16px;
  margin-bottom: 56px;
  flex-wrap: wrap;
}
.hero-proof {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  padding-top: 32px;
  border-top: 1px solid var(--line);
}
.hero-proof-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
  margin-right: 8px;
}
.hero-proof-item {
  font-size: 11.5px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ink);
}
.hero-proof-sep {
  color: var(--bronze-deep);
  font-family: var(--font-display);
  font-size: 14px;
}

.hero-portrait {
  background: var(--mist);
  padding: 24px;
  aspect-ratio: 4 / 5;
  position: relative;
  overflow: hidden;
}
.portrait-frame {
  width: 100%;
  height: 100%;
  background: var(--mist);
  position: relative;
  overflow: hidden;
}
.portrait-frame::before {
  /* Simulated environmental light */
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 40% at 30% 25%, rgba(255,255,255,0.18), transparent 60%),
    radial-gradient(ellipse 80% 60% at 70% 85%, rgba(14,20,27,0.4), transparent 60%);
}
.portrait-frame::after {
  /* Subtle figure silhouette suggestion */
  content: '';
  position: absolute;
  inset: 20% 25% 0 25%;
  background: linear-gradient(180deg, rgba(40,50,60,0.0) 0%, rgba(20,28,38,0.5) 40%, rgba(14,20,27,0.85) 100%);
  border-radius: 50% 50% 0 0 / 35% 35% 0 0;
}
.portrait-frame img,
.credentials-portrait img,
.podcast-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: relative;
  z-index: 1;
}
.portrait-frame img { object-position: 50% 38%; }
.credentials-portrait img { object-position: 50% 24%; }
.podcast-art img {
  object-position: 50% 50%;
  opacity: 0.42;
  mix-blend-mode: luminosity;
}
.portrait-frame.has-image::before,
.portrait-frame.has-image::after,
.credentials-portrait.has-image::before,
.credentials-portrait.has-image::after {
  display: none;
}
.portrait-tag {
  position: absolute;
  bottom: 36px;
  left: 36px;
  z-index: 2;
  color: var(--paper);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  opacity: 0.85;
}

/* Service Ribbon */
.ribbon {
  background: var(--paper);
  padding: 96px 0 128px;
  border-top: 1px solid var(--line);
}
.ribbon-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 64px;
  gap: 48px;
}
.ribbon-header h2 { max-width: 16ch; }
.ribbon-header-right { max-width: 38ch; text-align: right; }
.ribbon-header-right p { color: var(--muted); }

.ribbon-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 80px;
}
.ribbon-item {
  display: grid;
  grid-template-columns: 32px 1fr 24px;
  gap: 24px;
  align-items: start;
  padding: 32px 0;
  border-top: 1px solid var(--line);
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  transition: background 0.26s var(--ease-editorial);
  margin: 0 -16px;
  padding-left: 16px;
  padding-right: 16px;
}
.ribbon-item:hover { background: rgba(246, 241, 230, 0.5); }
.ribbon-item:hover .ribbon-arrow { transform: translateX(8px); color: var(--bronze-deep); }
.ribbon-item:hover .ribbon-num { color: var(--ink); }

.ribbon-num { padding-top: 6px; transition: color 0.26s var(--ease-editorial); }
.ribbon-content h3 { margin-bottom: 10px; }
.ribbon-content p { color: var(--muted); font-size: 15px; }
.ribbon-arrow {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 18px;
  color: var(--ink);
  padding-top: 4px;
  transition: transform 0.26s var(--ease-editorial), color 0.26s var(--ease-editorial);
  font-variation-settings: 'opsz' 24;
}

.ribbon-grid > .ribbon-item:nth-child(-n+2) {
  border-top: 1px solid var(--line);
}

/* Practice Spreads */
.practice {
  padding: var(--section) 0;
}
.practice.surface-ivory { background: var(--ivory); }
.practice.surface-paper { background: var(--paper); }
.practice.surface-dark {
  background: var(--charcoal);
  color: var(--paper);
  padding: 192px 0;
}
.practice.surface-dark .eyebrow { color: var(--bronze-soft); }
.practice.surface-dark .bronze-rule { background: var(--bronze-soft); }
.practice.surface-dark h2 .italic-bronze { color: var(--bronze-soft); }
.practice.surface-dark .practice-lede { color: var(--muted-soft); }
.practice.surface-dark .scope-heading { color: var(--paper); }
.practice.surface-dark .scope-list li { color: var(--muted-soft); border-color: var(--charcoal-line); }
.practice.surface-dark .scope-list li::before { background: var(--bronze-soft); }
.practice.surface-dark .ghost-link { color: var(--paper); }
.practice.surface-dark .ghost-link:hover { color: var(--bronze-soft); }
.practice.surface-dark .pullquote-block { border-top-color: var(--bronze-soft); }
.practice.surface-dark .pullquote { color: var(--paper); }
.practice.surface-dark .pullquote-attrib { color: var(--muted-soft); }

.practice-grid {
  display: grid;
  grid-template-columns: 5fr 1fr 6fr;
  gap: 0;
  align-items: start;
}
.practice-left { padding-right: 24px; }
.practice-left .eyebrow { margin-bottom: 28px; display: flex; align-items: center; gap: 14px; }
.practice-left .eyebrow .bronze-rule { width: 24px; }
.practice-left h2 { margin-bottom: 32px; max-width: 14ch; }
.practice-lede { color: var(--graphite); font-size: 17px; line-height: 1.65; max-width: 42ch; }

.practice-right { grid-column: 3 / 4; }
.scope-block { margin-bottom: 40px; }
.scope-heading {
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink);
  margin-bottom: 20px;
}
.scope-list { list-style: none; }
.scope-list li {
  display: grid;
  grid-template-columns: 8px 1fr;
  gap: 14px;
  align-items: baseline;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
  font-size: 15.5px;
  color: var(--graphite);
}
.scope-list li::before {
  content: '';
  width: 8px;
  height: 8px;
  background: var(--bronze-deep);
  display: block;
  margin-top: 8px;
}
.practice-cta { margin-top: 32px; }

.pullquote-block {
  margin-top: 56px;
  padding-top: 24px;
  border-top: 2px solid var(--bronze-deep);
  max-width: 36ch;
  margin-left: auto;
}
.pullquote { color: var(--ink); }
.pullquote-attrib {
  margin-top: 16px;
  font-size: 11.5px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
}

/* About / Credentials */
.about {
  padding: var(--section) 0;
  background: var(--ivory);
}
.about-grid {
  display: grid;
  grid-template-columns: 7fr 5fr;
  gap: 80px;
  align-items: start;
}
.about-bio .eyebrow {
  margin-bottom: 28px;
  display: flex;
  align-items: center;
  gap: 14px;
}
.about-bio .eyebrow .bronze-rule { width: 24px; }
.about-bio h2 { margin-bottom: 40px; max-width: 18ch; }
.about-bio p {
  max-width: var(--max-prose);
  color: var(--graphite);
  font-size: 17px;
  line-height: 1.65;
  margin-bottom: 24px;
}
.about-bio .ghost-link { margin-top: 24px; }

.credentials-panel {
  background: var(--mist);
  padding: 40px;
}
.credentials-portrait {
  aspect-ratio: 4 / 5;
  background: var(--mist);
  position: relative;
  overflow: hidden;
  margin-bottom: 32px;
}
.credentials-portrait::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 50% 35% at 60% 30%, rgba(255,255,255,0.16), transparent 60%),
    radial-gradient(ellipse 90% 70% at 40% 90%, rgba(14,20,27,0.45), transparent 65%);
}
.credentials-portrait::after {
  content: '';
  position: absolute;
  inset: 15% 30% 0 30%;
  background: linear-gradient(180deg, rgba(40,50,60,0.0) 0%, rgba(20,28,38,0.45) 40%, rgba(14,20,27,0.8) 100%);
  border-radius: 50% 50% 0 0 / 30% 30% 0 0;
}

.credentials-list { list-style: none; }
.credentials-list li {
  display: grid;
  grid-template-columns: 16px 1fr;
  gap: 12px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line-cool);
  align-items: baseline;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--ink);
  line-height: 1.45;
}
.credentials-list li:last-child { border-bottom: none; }
.credentials-list li::before {
  content: '?';
  color: var(--bronze-deep);
  font-size: 12px;
  font-weight: 700;
  margin-top: 1px;
}
.credentials-inst { color: var(--muted); text-transform: none; letter-spacing: 0; font-weight: 400; font-size: 13px; }

/* Quiz */
.quiz-section {
  padding: var(--section) 0;
  background: var(--paper);
}
.quiz-grid {
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: 0;
  border: 1px solid var(--line);
  overflow: hidden;
  min-width: 0;
}
.quiz-intro {
  background: var(--charcoal);
  color: var(--paper);
  padding: 64px 56px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 480px;
}
.quiz-intro .eyebrow { color: var(--bronze-soft); margin-bottom: 28px; display: flex; align-items: center; gap: 14px; }
.quiz-intro .eyebrow .bronze-rule { width: 24px; background: var(--bronze-soft); }
.quiz-intro .pullquote { color: var(--paper); margin-bottom: 24px; max-width: 18ch; }
.quiz-intro .pullquote .italic-bronze { color: var(--bronze-soft); }
.quiz-intro-meta {
  margin-top: 48px;
  font-size: 11.5px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted-soft);
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.quiz-panel-body {
  background: var(--paper);
  padding: 56px;
  display: flex;
  flex-direction: column;
}
.quiz-progress-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 16px;
}
.quiz-progress-bar {
  height: 1px;
  background: var(--ivory-deep);
  margin-bottom: 48px;
  position: relative;
  overflow: hidden;
}
.quiz-progress-fill {
  position: absolute;
  inset: 0 60% 0 0;
  background: var(--bronze-deep);
  transition: inset 0.48s var(--ease-editorial);
}
.quiz-question {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 28px;
  line-height: 1.18;
  margin-bottom: 40px;
  font-variation-settings: 'opsz' 36;
  max-width: 24ch;
}
.quiz-options { display: flex; flex-direction: column; gap: 12px; margin-bottom: 32px; }
.quiz-option {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 22px 24px;
  border: 1px solid var(--line);
  background: var(--paper);
  cursor: pointer;
  transition: all 0.26s var(--ease-editorial);
  text-align: left;
  font-family: inherit;
  font-size: 15.5px;
  color: var(--ink);
  border-radius: 4px;
}
.quiz-option:hover { background: var(--ivory); border-color: var(--bronze-deep); }
.quiz-option.selected {
  background: var(--charcoal);
  color: var(--paper);
  border-color: var(--charcoal);
}
.quiz-option-mark {
  width: 18px; height: 18px;
  border: 1px solid currentColor;
  border-radius: 9999px;
  flex-shrink: 0;
  position: relative;
}
.quiz-option.selected .quiz-option-mark::after {
  content: '';
  position: absolute;
  inset: 4px;
  background: var(--bronze-soft);
  border-radius: 9999px;
}

/* Engagement (Vías de trabajo) */
.engagement {
  padding: var(--section) 0;
  background: var(--paper);
  border-top: 1px solid var(--line);
}
.engagement-header { text-align: center; margin-bottom: 80px; }
.engagement-header .eyebrow {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
}
.engagement-header .eyebrow .bronze-rule { width: 24px; }
.engagement-header h2 { margin-bottom: 20px; }
.engagement-header p { color: var(--muted); max-width: 50ch; margin: 0 auto; }

.engagement-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.engagement-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  transition: transform 0.26s var(--ease-editorial), box-shadow 0.26s var(--ease-editorial);
}
.engagement-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-soft);
}
.engagement-card.featured {
  background: var(--charcoal);
  color: var(--paper);
  border-color: var(--charcoal);
}
.engagement-card.featured .eyebrow { color: var(--bronze-soft); }
.engagement-card.featured .scope-list li { color: var(--muted-soft); border-color: var(--charcoal-line); }
.engagement-card.featured .scope-list li::before { background: var(--bronze-soft); }
.engagement-card.featured .engagement-price-currency,
.engagement-card.featured .engagement-price-tail { color: var(--muted-soft); }
.engagement-card.featured .engagement-summary { color: var(--muted-soft); }

.engagement-card .eyebrow { margin-bottom: 20px; }
.engagement-card h3 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 28px;
  line-height: 1.18;
  margin-bottom: 16px;
  font-variation-settings: 'opsz' 36;
}
.engagement-summary {
  color: var(--muted);
  font-size: 14.5px;
  margin-bottom: 32px;
}
.engagement-price {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line);
}
.engagement-card.featured .engagement-price { border-bottom-color: var(--charcoal-line); }
.engagement-price-currency {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: var(--muted);
  align-self: flex-start;
  margin-top: 6px;
}
.engagement-price-num {
  font-family: var(--font-display);
  font-weight: 450;
  font-size: 44px;
  line-height: 1;
  letter-spacing: -0.01em;
  font-variation-settings: 'opsz' 48;
  font-variant-numeric: lining-nums;
}
.engagement-price-num.text-tail {
  font-size: 28px;
  font-style: italic;
}
.engagement-price-tail {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}
.engagement-card .scope-list { margin-bottom: 32px; flex: 1; }
.engagement-card .scope-list li { font-size: 14.5px; padding: 12px 0; }
.engagement-card .scope-list li::before { width: 6px; height: 6px; margin-top: 8px; }

/* Resources */
.resources {
  padding: var(--section) 0;
  background: var(--paper);
  border-top: 1px solid var(--line);
}
.resources-header { margin-bottom: 64px; max-width: 60ch; }
.resources-header .eyebrow { margin-bottom: 24px; display: flex; align-items: center; gap: 14px; }
.resources-header .eyebrow .bronze-rule { width: 24px; }
.resources-header h2 { margin-bottom: 16px; }
.resources-header p { color: var(--muted); }

.resources-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.resource-card {
  aspect-ratio: 4 / 5;
  border-radius: 8px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.26s var(--ease-editorial);
  text-decoration: none;
}
.resource-card:hover { transform: translateY(-4px); }
.resource-card::after {
  content: '';
  position: absolute;
  left: 32px; right: 32px;
  bottom: 24px;
  height: 2px;
  background: var(--bronze-soft);
  transform-origin: left;
  transform: scaleX(0);
  transition: transform 0.4s var(--ease-editorial);
}
.resource-card:hover::after { transform: scaleX(1); }

.resource-charcoal { background: var(--charcoal); color: var(--paper); }
.resource-bronze { background: var(--bronze-deep); color: var(--paper); }
.resource-clay { background: var(--clay); color: var(--paper); }

.resource-top { display: flex; justify-content: space-between; align-items: flex-start; }
.resource-num {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 14px;
  letter-spacing: 0.08em;
  color: var(--bronze-soft);
  font-variation-settings: 'opsz' 14;
}
.resource-bronze .resource-num, .resource-clay .resource-num { color: var(--paper); opacity: 0.7; }

.resource-tag {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  opacity: 0.7;
}
.resource-title {
  font-family: var(--font-display);
  font-weight: 450;
  font-size: 28px;
  line-height: 1.15;
  font-variation-settings: 'opsz' 36;
}

/* Podcast */
.podcast {
  background: var(--charcoal-deep);
  color: var(--paper);
  padding: var(--section) 0;
}
.podcast-grid {
  display: grid;
  grid-template-columns: 7fr 5fr;
  gap: 80px;
  align-items: center;
}
.podcast-grid > * { min-width: 0; }
.podcast-meta { color: var(--bronze-soft); margin-bottom: 24px; display: flex; align-items: center; gap: 14px; font-size: 11.5px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; }
.podcast-meta .bronze-rule { background: var(--bronze-soft); width: 24px; }
.podcast h2 { color: var(--paper); margin-bottom: 20px; max-width: 18ch; }
.podcast-desc { color: var(--muted-soft); max-width: 50ch; margin-bottom: 40px; }

.audio-player {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 56px;
  padding: 24px;
  background: rgba(255,255,255,0.03);
  border-radius: 8px;
  border: 1px solid var(--charcoal-line);
}
.audio-play {
  width: 56px; height: 56px;
  border-radius: 9999px;
  background: var(--paper);
  color: var(--ink);
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
  transition: transform 0.2s var(--ease-editorial);
}
.audio-play:hover { transform: scale(1.05); }
.audio-play svg { width: 16px; height: 16px; }

.waveform {
  flex: 1;
  height: 36px;
  display: flex;
  align-items: center;
  gap: 2px;
  overflow: hidden;
}
.waveform span {
  display: block;
  width: 3px;
  background: var(--bronze-soft);
  border-radius: 1px;
  opacity: 0.5;
  transition: opacity 0.2s;
}
.waveform span.active { opacity: 1; }
.audio-time {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: var(--muted-soft);
  font-variant-numeric: tabular-nums;
}

.episode-list { list-style: none; }
.episode-list li {
  display: grid;
  grid-template-columns: 32px 1fr auto;
  gap: 20px;
  align-items: baseline;
  padding: 20px 0;
  border-top: 1px solid var(--charcoal-line);
  cursor: pointer;
  transition: padding 0.26s var(--ease-editorial);
}
.episode-list li:hover { padding-left: 8px; }
.episode-list li:last-child { border-bottom: 1px solid var(--charcoal-line); }
.episode-num {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 14px;
  color: var(--bronze-soft);
  letter-spacing: 0.08em;
  font-variation-settings: 'opsz' 14;
}
.episode-title {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 17px;
  color: var(--paper);
  line-height: 1.3;
  font-variation-settings: 'opsz' 24;
}
.episode-dur {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: var(--muted-soft);
  font-variant-numeric: tabular-nums;
}

.podcast-platforms {
  display: flex;
  gap: 12px;
  margin-top: 32px;
  flex-wrap: wrap;
}
.platform-chip {
  display: inline-flex;
  align-items: center;
  height: 36px;
  padding: 0 16px;
  border: 1px solid var(--charcoal-line);
  border-radius: 9999px;
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--paper);
  text-decoration: none;
  transition: all 0.26s var(--ease-editorial);
}
.platform-chip:hover { background: var(--paper); color: var(--ink); border-color: var(--paper); }

.podcast-art {
  aspect-ratio: 4 / 5;
  border-radius: 12px;
  background:
    linear-gradient(135deg, rgba(185,134,77,0.2) 0%, transparent 50%),
    linear-gradient(180deg, var(--ink-soft) 0%, var(--charcoal-deep) 100%);
  position: relative;
  overflow: hidden;
  border: 1px solid var(--charcoal-line);
}
.podcast-art::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(12,18,26,0.18), rgba(12,18,26,0.72));
  pointer-events: none;
}
.podcast-art::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 30% 30%, rgba(217,185,138,0.15) 0%, transparent 50%),
    radial-gradient(circle at 70% 80%, rgba(185,134,77,0.1) 0%, transparent 50%);
}
.podcast-art-content {
  position: absolute;
  inset: 0;
  padding: 48px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 2;
}
.podcast-art-mark {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 14px;
  color: var(--bronze-soft);
  letter-spacing: 0.08em;
  font-variation-settings: 'opsz' 14;
}
.podcast-art-title {
  font-family: var(--font-display);
  font-weight: 450;
  font-size: 32px;
  line-height: 1.1;
  color: var(--paper);
  font-variation-settings: 'opsz' 48;
}
.podcast-art-title .italic-bronze { color: var(--bronze-soft); }

/* Testimonial */
.testimonial {
  background: var(--ivory);
  padding: 128px 0;
}
.testimonial-inner {
  max-width: 880px;
  margin: 0 auto;
  text-align: center;
}
.testimonial .bronze-rule {
  width: 32px;
  height: 2px;
  background: var(--bronze-deep);
  margin: 0 auto 32px;
}
.testimonial-quote {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(24px, 2.6vw, 32px);
  line-height: 1.35;
  color: var(--ink);
  margin-bottom: 32px;
  font-variation-settings: 'opsz' 48;
}
.testimonial-attrib {
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
}
.testimonial-attrib .sep { color: var(--bronze-deep); margin: 0 8px; }

/* Contact */
.contact {
  padding: var(--section) 0;
  background: var(--paper);
}
.contact-grid {
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: 80px;
  align-items: start;
}
.contact-intro .eyebrow { margin-bottom: 28px; display: flex; align-items: center; gap: 14px; }
.contact-intro .eyebrow .bronze-rule { width: 24px; }
.contact-intro h2 { margin-bottom: 32px; max-width: 14ch; }
.contact-intro p { color: var(--graphite); margin-bottom: 32px; max-width: 38ch; }
.contact-direct {
  margin-top: 48px;
  padding-top: 40px;
  border-top: 1px solid var(--line);
}
.contact-direct-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 12px;
}
.contact-direct a {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 500;
  color: var(--ink);
  text-decoration: none;
  font-variation-settings: 'opsz' 24;
}
.contact-direct a:hover { color: var(--bronze-deep); }
.contact-meta {
  margin-top: 24px;
  font-size: 13px;
  color: var(--muted);
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.contact-form {
  background: var(--paper);
  border: 1px solid var(--line);
  padding: 48px;
  border-radius: 8px;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 24px;
}
.form-field { display: flex; flex-direction: column; }
.form-field.full { grid-column: 1 / -1; }
.form-field label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink);
  margin-bottom: 10px;
}
.form-field input,
.form-field select,
.form-field textarea {
  height: 52px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: 0 16px;
  font-family: inherit;
  font-size: 15px;
  color: var(--ink);
  transition: all 0.2s var(--ease-editorial);
}
.form-field textarea {
  height: auto;
  min-height: 140px;
  padding: 16px;
  resize: vertical;
  line-height: 1.5;
}
.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  outline: none;
  border-color: var(--bronze-deep);
  box-shadow: 0 0 0 3px rgba(185, 134, 77, 0.18);
}
.form-meta {
  font-size: 12px;
  color: var(--muted);
  margin-top: 16px;
  line-height: 1.5;
}
.contact-form .btn { margin-top: 24px; }

/* Footer */
footer {
  background: var(--ink);
  color: var(--muted-soft);
  padding: 96px 0 48px;
}
.footer-top {
  display: grid;
  grid-template-columns: 5fr 2fr 2fr 2fr;
  gap: 48px;
  padding-bottom: 64px;
}
.footer-brand .brand-mark { color: var(--paper); margin-bottom: 24px; }
.footer-logo {
  display: block;
  width: min(320px, 100%);
  height: auto;
}
.footer-brand .monogram { background: var(--paper); color: var(--ink); }
.footer-brand .brand-name { color: var(--paper); }
.footer-brand .brand-tag { color: var(--muted-soft); }
.footer-brand p { max-width: 32ch; font-size: 14px; color: var(--muted-soft); }

.footer-col h4 {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--paper);
  margin-bottom: 20px;
  font-family: inherit;
}
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-col a {
  font-size: 13.5px;
  color: var(--muted-soft);
  text-decoration: none;
  transition: color 0.2s var(--ease-editorial);
}
.footer-col a:hover { color: var(--paper); }

.footer-disclaimer {
  padding: 40px 0;
  border-top: 1px solid var(--charcoal-line);
  border-bottom: 1px solid var(--charcoal-line);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}
.footer-disclaimer-contact { font-size: 13.5px; line-height: 1.65; }
.footer-disclaimer-contact a { color: var(--paper); text-decoration: none; }
.footer-disclaimer-text {
  font-size: 12.5px;
  line-height: 1.65;
  color: var(--muted-soft);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 32px;
  font-size: 12px;
  color: var(--muted-soft);
}
.footer-bottom-right { display: flex; gap: 24px; }
.footer-bottom-right a {
  color: var(--muted-soft);
  text-decoration: none;
  transition: color 0.2s;
}
.footer-bottom-right a:hover { color: var(--paper); }

/* Reveal animation */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.72s var(--ease-editorial), transform 0.72s var(--ease-editorial);
}
.reveal.in { opacity: 1; transform: translateY(0); }
.reveal-d1 { transition-delay: 80ms; }
.reveal-d2 { transition-delay: 160ms; }
.reveal-d3 { transition-delay: 240ms; }
.reveal-d4 { transition-delay: 320ms; }

/* Dark luxury direction */
header {
  background: rgba(10, 20, 36, 0.9);
  border-bottom-color: rgba(229, 195, 106, 0.12);
}
header.scrolled { border-bottom-color: rgba(229, 195, 106, 0.24); }
header .brand-name,
header nav.primary a { color: var(--paper); }
header .brand-tag { color: rgba(248, 248, 246, 0.58); }
header .monogram {
  background: var(--honey-gold);
  color: var(--charcoal-deep);
  box-shadow: 0 0 0 1px rgba(240, 220, 160, 0.25), 0 12px 34px rgba(201, 152, 47, 0.22);
}
header .lang-toggle {
  border-color: rgba(229, 195, 106, 0.28);
  background: rgba(255, 255, 255, 0.04);
}
header .lang-toggle button { color: rgba(248, 248, 246, 0.72); }
header .lang-toggle button.active {
  background: var(--honey-gold);
  color: var(--charcoal-deep);
}

.hero,
.ribbon,
.practice.surface-paper,
.quiz-section,
.engagement,
.resources,
.contact {
  background:
    linear-gradient(180deg, rgba(10, 20, 36, 0.94), rgba(12, 18, 26, 0.98)),
    var(--charcoal-deep);
  color: var(--paper);
}
.hero {
  overflow: hidden;
  border-bottom: 1px solid rgba(229, 195, 106, 0.16);
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(10, 20, 36, 0.98) 0%, rgba(10, 20, 36, 0.9) 48%, rgba(10, 20, 36, 0.66) 100%),
    url('/IA PHOTOS/1.png') center right / cover no-repeat;
  opacity: 0.34;
  pointer-events: none;
}
.hero::after {
  content: 'CS';
  position: absolute;
  right: clamp(20px, 6vw, 96px);
  top: 112px;
  font-family: var(--font-display);
  font-size: clamp(132px, 22vw, 340px);
  line-height: 0.8;
  color: transparent;
  -webkit-text-stroke: 1px rgba(229, 195, 106, 0.13);
  opacity: 0.9;
  pointer-events: none;
}
.hero .rail-hero { position: relative; z-index: 1; }
.hero h1,
.ribbon h2,
.practice h2,
.resources h2,
.engagement h2,
.contact h2,
.quiz-question { color: var(--paper); }
.hero-lede,
.ribbon-header-right p,
.practice-lede,
.resources-header p,
.engagement-header p,
.contact-intro p,
.scope-list li,
.ribbon-content p,
.engagement-summary { color: rgba(248, 248, 246, 0.7); }
.eyebrow,
.caption,
.hero-proof-label { color: var(--soft-gold); }
.italic-bronze,
.hero-proof-sep,
.ribbon-arrow,
.numeric-roman { color: var(--saffron-gold); }
.bronze-rule { background: var(--saffron-gold); }
.hero-proof,
.ribbon,
.engagement,
.resources,
.contact { border-color: rgba(229, 195, 106, 0.16); }
.hero-proof { border-top-color: rgba(229, 195, 106, 0.22); }
.hero-proof-item,
.scope-heading,
.contact-direct a { color: var(--paper); }
.hero-portrait {
  background: rgba(240, 220, 160, 0.06);
  box-shadow: 0 0 0 1px rgba(240, 220, 160, 0.18), 0 34px 84px rgba(0, 0, 0, 0.42);
}
.portrait-frame img {
  filter: saturate(0.92) contrast(1.05);
}

.practice.surface-ivory,
.about,
.testimonial {
  background:
    linear-gradient(180deg, rgba(23, 34, 48, 0.98), rgba(10, 16, 24, 0.98)),
    var(--charcoal);
  color: var(--paper);
}
.practice.surface-dark {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.86), rgba(10, 20, 36, 0.98)),
    var(--pure-black);
}
.practice.surface-dark .practice-lede,
.practice.surface-dark .scope-list li,
.practice.surface-dark .pullquote-attrib { color: rgba(248, 248, 246, 0.68); }
.practice.surface-dark .scope-list li { border-color: rgba(229, 195, 106, 0.18); }
.pullquote-block { border-top-color: var(--saffron-gold); }
.pullquote { color: var(--paper); }

.scope-list {
  counter-reset: scope;
}
.scope-list li {
  counter-increment: scope;
  grid-template-columns: 42px 1fr;
  gap: 18px;
  padding: 16px 0;
  border-bottom-color: rgba(229, 195, 106, 0.16);
}
.scope-list li::before {
  content: counter(scope, decimal-leading-zero);
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(201, 152, 47, 0.12);
  border: 1px solid rgba(229, 195, 106, 0.42);
  color: var(--soft-gold);
  font-family: var(--font-display);
  font-style: italic;
  font-size: 12px;
  letter-spacing: 0.02em;
  margin-top: 0;
}
.engagement-card .scope-list li::before {
  width: 28px;
  height: 28px;
  font-size: 11px;
}

.btn {
  min-height: 52px;
  box-shadow: 0 0 0 1px rgba(240, 220, 160, 0.12);
}
.btn-primary,
.btn-bronze {
  background: linear-gradient(135deg, var(--saffron-gold) 0%, var(--honey-gold) 52%, var(--antique-gold) 100%);
  color: var(--charcoal-deep);
  border-color: rgba(240, 220, 160, 0.72);
  box-shadow: 0 16px 34px rgba(201, 152, 47, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.35);
}
.btn-primary:hover,
.btn-bronze:hover {
  background: linear-gradient(135deg, var(--champagne-gold) 0%, var(--saffron-gold) 46%, var(--honey-gold) 100%);
  color: var(--charcoal-deep);
  transform: translateY(-2px);
  box-shadow: 0 22px 48px rgba(201, 152, 47, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.44);
}
.btn-outline {
  color: var(--paper);
  border-color: rgba(229, 195, 106, 0.42);
}
.btn-outline:hover {
  background: var(--paper);
  color: var(--charcoal-deep);
}
.ghost-link {
  color: var(--paper);
  border-bottom-color: rgba(229, 195, 106, 0.64);
}
.ghost-link:hover { color: var(--soft-gold); }

.ribbon-item {
  border-top-color: rgba(229, 195, 106, 0.16);
}
.ribbon-item:hover {
  background: rgba(229, 195, 106, 0.06);
}
.ribbon-content h3 { color: var(--paper); }

.about-bio p,
.testimonial-quote { color: var(--paper); }
.credentials-panel,
.contact-form,
.engagement-card,
.quiz-panel-body {
  background: rgba(248, 248, 246, 0.045);
  border: 1px solid rgba(229, 195, 106, 0.18);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}
.credentials-list li,
.engagement-card .scope-list li,
.contact-direct { border-color: rgba(229, 195, 106, 0.16); color: var(--paper); }
.credentials-list li::before { color: var(--soft-gold); }
.credentials-inst,
.contact-meta,
.form-meta,
.testimonial-attrib { color: rgba(248, 248, 246, 0.6); }
.form-field label { color: var(--soft-gold); }
.form-field input,
.form-field select,
.form-field textarea {
  background: rgba(255,255,255,0.06);
  border-color: rgba(229, 195, 106, 0.22);
  color: var(--paper);
}

.quiz-intro,
.engagement-card.featured,
.resource-charcoal,
.resource-bronze,
.resource-clay,
.podcast,
footer {
  background:
    linear-gradient(180deg, rgba(10, 20, 36, 0.98), rgba(0, 0, 0, 0.96)),
    var(--charcoal-deep);
}
.quiz-option {
  background: rgba(255, 255, 255, 0.045);
  border-color: rgba(229, 195, 106, 0.18);
  color: var(--paper);
}
.quiz-option:hover {
  background: rgba(229, 195, 106, 0.08);
  border-color: var(--soft-gold);
}
.quiz-option.selected {
  background: rgba(201, 152, 47, 0.16);
  border-color: var(--saffron-gold);
  color: var(--paper);
}
.quiz-progress-bar { background: rgba(229, 195, 106, 0.14); }
.quiz-progress-fill { background: var(--saffron-gold); }

.resource-card {
  box-shadow: inset 0 0 0 1px rgba(240, 220, 160, 0.16), 0 24px 70px rgba(0, 0, 0, 0.26);
}
.resource-bronze {
  background: linear-gradient(160deg, #B7892F 0%, #6F521E 100%);
}
.resource-clay {
  background: linear-gradient(160deg, #0A1424 0%, #2C2114 58%, #9C7A2E 100%);
}

/* Refined private atelier direction */
header {
  background: rgba(248, 248, 246, 0.92);
  border-bottom-color: rgba(10, 20, 36, 0.12);
}
header.scrolled { border-bottom-color: rgba(10, 20, 36, 0.2); }
header .brand-mark { gap: 0; }
header .brand-name,
header nav.primary a { color: var(--midnight); }
header .brand-tag { color: rgba(10, 20, 36, 0.62); }
header .lang-toggle {
  border-color: rgba(10, 20, 36, 0.18);
  background: rgba(10, 20, 36, 0.04);
}
header .lang-toggle button { color: rgba(10, 20, 36, 0.68); }
header .lang-toggle button.active {
  background: var(--midnight);
  color: var(--paper);
}
header .btn {
  background: transparent;
  color: var(--midnight);
  border-color: rgba(168, 130, 58, 0.72);
  box-shadow: none;
}
header .btn:hover {
  background: rgba(168, 130, 58, 0.08);
  color: var(--midnight);
}

.btn,
.hero-cta .ghost-link,
.platform-chip {
  min-height: 52px;
  padding: 0 26px;
  border: 1px solid rgba(229, 195, 106, 0.72);
  border-radius: 4px;
  background: rgba(10, 20, 36, 0.18);
  color: var(--paper);
  box-shadow: inset 0 0 0 1px rgba(240, 220, 160, 0.08), 0 14px 36px rgba(0, 0, 0, 0.18);
}
.btn-primary,
.btn-bronze {
  background: rgba(10, 20, 36, 0.16);
  color: var(--paper);
  border-color: rgba(229, 195, 106, 0.78);
  box-shadow: inset 0 0 0 1px rgba(240, 220, 160, 0.08), 0 14px 36px rgba(0, 0, 0, 0.18);
}
.btn-primary:hover,
.btn-bronze:hover,
.btn-outline:hover,
.hero-cta .ghost-link:hover,
.platform-chip:hover {
  background: rgba(229, 195, 106, 0.1);
  color: var(--soft-gold);
  border-color: var(--soft-gold);
  transform: translateY(-2px);
  box-shadow: inset 0 0 0 1px rgba(240, 220, 160, 0.16), 0 18px 46px rgba(0, 0, 0, 0.24);
}
.btn-outline {
  background: transparent;
  color: inherit;
  border-color: rgba(229, 195, 106, 0.58);
}
.hero-cta .ghost-link {
  text-decoration: none;
  border-bottom: 1px solid rgba(229, 195, 106, 0.72);
}

.hero {
  background: var(--charcoal-deep);
  min-height: 100svh;
}
.hero::before {
  background: url('/IA PHOTOS/8.png') center right / cover no-repeat;
  opacity: 0.2;
  z-index: 0;
}
.hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(12, 18, 26, 0.98) 0%, rgba(12, 18, 26, 0.9) 42%, rgba(12, 18, 26, 0.72) 100%),
    linear-gradient(180deg, rgba(12, 18, 26, 0.1) 0%, rgba(12, 18, 26, 0.92) 100%);
  pointer-events: none;
  z-index: 0;
}
.hero-grid {
  grid-template-columns: minmax(0, 0.66fr);
  align-items: center;
}
.hero-copy { padding-bottom: 0; }
.hero h1 {
  max-width: 14ch;
  font-size: clamp(50px, 5.1vw, 66px);
  line-height: 1.01;
  letter-spacing: 0;
  font-weight: 500;
}
.hero h1 .italic-bronze { font-weight: 500; }
.hero-lede { max-width: 52ch; }
.hero-portrait { display: none; }

.ribbon,
.practice.surface-paper,
.engagement,
.testimonial {
  background: var(--paper);
  color: var(--ink);
}
.ribbon h2,
.practice.surface-paper h2,
.engagement h2,
.testimonial-quote { color: var(--ink); }
.ribbon-header-right p,
.practice.surface-paper .practice-lede,
.practice.surface-paper .scope-list li,
.engagement-header p,
.engagement-summary { color: var(--graphite); }
.ribbon-content h3,
.practice.surface-paper .scope-heading,
.engagement-card h3,
.engagement-price-num { color: var(--ink); }
.ribbon .ghost-link,
.practice.surface-paper .ghost-link,
.engagement .btn,
.testimonial .testimonial-attrib { color: var(--ink); }

.practice.surface-ivory,
.about,
.resources,
.contact {
  background: var(--charcoal-deep);
  color: var(--paper);
}
.practice.surface-dark,
.quiz-section,
.podcast {
  background: var(--midnight);
  color: var(--paper);
}
.practice.surface-dark {
  background: var(--midnight);
}

.engagement-card,
.contact-form,
.credentials-panel,
.quiz-panel-body {
  background: rgba(10, 20, 36, 0.04);
}
.engagement-card.featured,
.quiz-intro {
  background: var(--midnight);
}
.engagement-card.featured h3,
.engagement-card.featured .engagement-price-num { color: var(--paper); }

.contact-form,
.credentials-panel,
.resources .resource-card,
.quiz-grid {
  border-color: rgba(229, 195, 106, 0.22);
}

.podcast-grid {
  grid-template-columns: minmax(0, 5fr) minmax(320px, 4fr);
  align-items: start;
}
.podcast-left {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
}
.episode-list {
  max-height: 330px;
  overflow-y: auto;
  padding-right: 12px;
  border-top: 1px solid var(--charcoal-line);
  border-bottom: 1px solid var(--charcoal-line);
}
.episode-list::-webkit-scrollbar { width: 6px; }
.episode-list::-webkit-scrollbar-track { background: rgba(255,255,255,0.04); }
.episode-list::-webkit-scrollbar-thumb { background: rgba(229,195,106,0.48); border-radius: 9999px; }
.episode-list li {
  grid-template-columns: 42px minmax(0, 1fr) auto;
  padding: 22px 0;
}
.episode-list li:last-child { border-bottom: none; }
.episode-title { display: block; }
.episode-title::after {
  content: 'Podcast';
  display: block;
  margin-top: 6px;
  font-family: var(--font-body);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(229, 195, 106, 0.7);
}

/* Agent suite and non-touching dark rhythm */
.suite-section,
.workflow-section,
.agent-preview,
.trust-section,
.premium-cta {
  position: relative;
  padding: var(--section) 0;
}
.suite-section {
  background: var(--midnight);
  color: var(--paper);
}
.agent-offers,
.agent-preview,
.premium-cta {
  padding: var(--section) 0;
  background: var(--paper);
  color: var(--ink);
}
.workflow-section {
  background: var(--charcoal-deep);
  color: var(--paper);
}
.trust-section {
  background: var(--midnight);
  color: var(--paper);
}
.suite-grid,
.trust-grid {
  display: grid;
  grid-template-columns: minmax(0, 6fr) minmax(320px, 5fr);
  gap: 80px;
  align-items: start;
}
.suite-copy .eyebrow,
.trust-copy .eyebrow,
.section-intro .eyebrow {
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 14px;
}
.suite-copy h2,
.trust-copy h2,
.section-intro h2,
.premium-cta h2 {
  margin-bottom: 24px;
  max-width: 18ch;
}
.suite-copy p,
.trust-copy p,
.section-intro p {
  max-width: 62ch;
  color: inherit;
  opacity: 0.78;
}
.suite-panel {
  border: 1px solid rgba(229, 195, 106, 0.24);
  padding: 40px;
  background: rgba(255, 255, 255, 0.035);
}
.suite-benefits,
.trust-points {
  list-style: none;
}
.suite-benefits li,
.trust-points li {
  padding: 16px 0;
  border-bottom: 1px solid rgba(229, 195, 106, 0.18);
  color: rgba(248, 248, 246, 0.78);
}
.suite-benefits li:last-child,
.trust-points li:last-child { border-bottom: none; }
.section-intro {
  max-width: 820px;
  margin-bottom: 64px;
}
.agent-offers .section-intro p,
.agent-preview .section-intro p,
.premium-cta .section-intro p,
.agent-offers .scope-heading,
.agent-preview .scope-heading {
  color: var(--graphite);
}
.offer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.offer-card,
.agent-list article {
  border: 1px solid rgba(168, 130, 58, 0.24);
  padding: 32px;
  background: rgba(10, 20, 36, 0.025);
  border-radius: 8px;
}
.offer-card-wide {
  grid-column: span 3;
}
.offer-card h3,
.agent-list h3,
.workflow-step h3 {
  font-family: var(--font-display);
  font-size: 24px;
  line-height: 1.18;
  margin: 18px 0 18px;
}
.offer-card p,
.agent-list p,
.workflow-step p {
  color: var(--graphite);
  font-size: 14.5px;
}
.offer-card .btn {
  margin-top: 24px;
  color: var(--ink);
}
.offer-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(168, 130, 58, 0.2);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}
.workflow-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}
.workflow-step {
  border-top: 1px solid rgba(229, 195, 106, 0.36);
  padding-top: 24px;
}
.workflow-step > span {
  font-family: var(--font-display);
  font-style: italic;
  color: var(--soft-gold);
}
.workflow-step p { color: rgba(248, 248, 246, 0.68); }
.agent-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.agent-list h3 {
  margin-top: 0;
  font-size: 20px;
}
.agent-list small {
  display: block;
  margin-top: 18px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--antique-gold);
}
.trust-points {
  border: 1px solid rgba(229, 195, 106, 0.24);
  padding: 28px 40px;
  background: rgba(255, 255, 255, 0.035);
}
.premium-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
  border-top: 1px solid rgba(168, 130, 58, 0.28);
  border-bottom: 1px solid rgba(168, 130, 58, 0.28);
  padding: 64px 0;
}
.premium-cta h2 { margin-bottom: 0; }
.premium-cta .hero-cta {
  margin: 0;
  justify-content: flex-end;
}

/* Final section rhythm: near-black and blue never touch */
.ribbon,
.practice.surface-ivory,
.practice.surface-paper,
.engagement,
.resources,
.testimonial,
.quiz-section,
.contact,
.premium-cta,
.agent-offers,
.agent-preview {
  background: var(--paper);
  color: var(--ink);
}
.practice.surface-ivory h2,
.practice.surface-paper h2,
.quiz-section h2,
.quiz-question,
.contact h2,
.resources h2,
.testimonial-quote,
.agent-offers h2,
.agent-preview h2,
.premium-cta h2 {
  color: var(--ink);
}
.practice.surface-ivory .practice-lede,
.practice.surface-ivory .scope-list li,
.practice.surface-paper .practice-lede,
.practice.surface-paper .scope-list li,
.quiz-section .body-md,
.contact-intro p,
.resources-header p {
  color: var(--graphite);
}
.practice.surface-ivory .scope-heading,
.practice.surface-paper .scope-heading,
.quiz-section .scope-heading,
.contact-direct a {
  color: var(--ink);
}
.practice.surface-ivory .ghost-link,
.practice.surface-paper .ghost-link,
.quiz-section .ghost-link,
.contact .btn,
.resources .btn {
  color: var(--ink);
}
.practice.surface-dark,
.suite-section,
.trust-section,
.podcast {
  background: var(--midnight);
  color: var(--paper);
}
.workflow-section,
.about,
footer {
  background: var(--charcoal-deep);
  color: var(--paper);
}
.quiz-intro,
.quiz-panel-body,
.contact-form {
  background: rgba(10, 20, 36, 0.035);
  color: var(--ink);
}
.quiz-intro {
  background: var(--midnight);
  color: var(--paper);
  min-width: 0;
}
.quiz-intro .pullquote,
.quiz-intro .body-md {
  color: var(--paper);
}
.quiz-intro-meta {
  color: rgba(248, 248, 246, 0.62);
}
.quiz-panel-body {
  background: rgba(10, 20, 36, 0.025);
  color: var(--ink);
  min-width: 0;
}
.quiz-panel-body .quiz-question {
  color: var(--ink);
}
.quiz-option {
  background: rgba(10, 20, 36, 0.03);
  color: var(--ink);
}
.quiz-section .quiz-option:hover {
  background: rgba(168, 130, 58, 0.08);
  color: var(--ink);
}
.quiz-option.selected {
  background: var(--midnight);
  color: var(--paper);
  border-color: var(--antique-gold);
}
.quiz-section .quiz-option.selected:hover {
  background: var(--midnight);
  color: var(--paper);
}
.quiz-result {
  display: none;
  margin-top: 24px;
  padding: 24px;
  border: 1px solid rgba(168, 130, 58, 0.28);
  background: rgba(10, 20, 36, 0.035);
}
.quiz-result.active { display: block; }
.quiz-result h4 {
  font-family: var(--font-display);
  font-size: 22px;
  margin-bottom: 10px;
  color: var(--ink);
}
.quiz-result p { color: var(--graphite); margin-bottom: 18px; }

/* Responsive */
@media (max-width: 1120px) {
  .brand-logo { width: 260px; }
  nav.primary { gap: 16px; }
  nav.primary a { font-size: 12.5px; }
  .header-cta { padding: 0 18px; }
  :root { --section: 96px; }
  .hero-grid, .about-grid, .contact-grid, .podcast-grid {
    grid-template-columns: 1fr;
    gap: 64px;
  }
  .hero-portrait { max-width: 480px; }
  .practice-grid { grid-template-columns: 1fr; gap: 48px; }
  .practice-right { grid-column: 1 / 2; }
  .ribbon-grid, .resources-grid, .engagement-grid { grid-template-columns: 1fr 1fr; gap: 48px; }
  .ribbon-header { flex-direction: column; align-items: flex-start; }
  .ribbon-header-right { text-align: left; }
  .quiz-grid { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 48px; }
}

@media (max-width: 768px) {
  :root { --rail: 20px; --section: 72px; }
  .header-inner { padding: 0 20px; }
  .header-right { gap: 8px; }
  .header-right .btn { display: none; }
  .brand-logo { width: min(230px, 62vw); }
  .brand-tag { display: none; }
  .hero { padding: 132px 0 72px; }
  .hero-cta { flex-direction: column; align-items: stretch; }
  .hero-cta .btn { width: 100%; }
  .ribbon-grid, .resources-grid, .engagement-grid { grid-template-columns: 1fr; gap: 0; }
  .quiz-intro, .quiz-panel-body { padding: 40px 24px; }
  .quiz-intro { min-height: 320px; }
  .quiz-grid > * { min-width: 0; }
  .quiz-intro .eyebrow { flex-wrap: wrap; line-height: 1.35; }
  .quiz-intro-meta { line-height: 1.5; }
  .contact-form { padding: 32px 24px; }
  .form-row { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; gap: 40px; }
  .footer-disclaimer { grid-template-columns: 1fr; gap: 24px; }
  .footer-bottom { flex-direction: column; gap: 16px; text-align: center; }
  .credentials-panel { padding: 24px; }
  .testimonial { padding: 80px 0; }
  .practice.surface-dark { padding: 128px 0; }
  .pullquote-block { margin-left: 0; }
  .podcast-meta { flex-wrap: wrap; row-gap: 8px; }
  .audio-player { flex-wrap: wrap; gap: 16px; }
  .waveform { flex: 1 1 180px; min-width: 0; }
  .audio-time { width: 100%; padding-left: 72px; }
  .episode-list li { grid-template-columns: 32px minmax(0, 1fr) auto; }
  .suite-grid,
  .trust-grid,
  .workflow-steps,
  .agent-list,
  .offer-grid {
    grid-template-columns: 1fr;
  }
  .suite-panel,
  .trust-points,
  .offer-card,
  .agent-list article {
    padding: 28px 22px;
  }
  .offer-card-wide { grid-column: auto; }
  .premium-cta-inner {
    flex-direction: column;
    align-items: flex-start;
    padding: 48px 0;
  }
  .premium-cta .hero-cta {
    width: 100%;
    justify-content: stretch;
  }
  .premium-cta .btn { width: 100%; }
}


/* Homepage content expansion and conversion polish */
.btn,
.ghost-link,
.platform-chip { min-height: 52px; }
.btn { text-align: center; }
.offer-card,
.engagement-card,
.resource-card { min-width: 0; }
.offer-card,
.engagement-card {
  display: flex;
  flex-direction: column;
}
.offer-card .btn,
.engagement-card .btn {
  margin-top: auto;
  width: 100%;
}
.offer-card p,
.engagement-card p { overflow-wrap: anywhere; }
.offer-note,
.engagement-detail,
.resource-detail,
.podcast-note {
  font-size: 14px;
  line-height: 1.6;
  color: var(--muted);
  margin: 14px 0 22px;
}
.agent-offers .section-intro p,
.workflow-section .section-intro p,
.resources-header p,
.engagement-header p { max-width: 72ch; }
.hero::before {
  background-position: 76% center;
  opacity: 0.34;
}
.hero::after {
  background:
    linear-gradient(90deg, rgba(12, 18, 26, 0.96) 0%, rgba(12, 18, 26, 0.82) 38%, rgba(12, 18, 26, 0.42) 78%, rgba(12, 18, 26, 0.76) 100%),
    linear-gradient(180deg, rgba(12, 18, 26, 0.08) 0%, rgba(12, 18, 26, 0.88) 100%);
}
.image-wash { position: relative; overflow: hidden; }
.image-wash > * { position: relative; z-index: 1; }
.image-wash::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--section-image, url('/IA PHOTOS/4.png')) center / cover no-repeat;
  opacity: var(--section-image-opacity, 0.12);
  filter: saturate(0.86) contrast(1.04);
  pointer-events: none;
}
.image-wash::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(248,248,246,0.94), rgba(248,248,246,0.82));
  pointer-events: none;
}
.image-wash.dark::after {
  background: linear-gradient(90deg, rgba(12,18,26,0.96), rgba(12,18,26,0.82));
}
.premium-cta-inner { display: block; }
.cta-path-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}
.cta-path {
  border: 1px solid rgba(229,195,106,0.28);
  padding: 28px;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  background: rgba(248,248,246,0.03);
}
.cta-path h3 {
  font-family: var(--font-display);
  font-size: 28px;
  line-height: 1.1;
  margin-bottom: 12px;
}
.cta-path p { color: rgba(248,248,246,0.74); margin-bottom: 24px; }
.cta-path .btn { margin-top: auto; width: 100%; }
.premium-cta.clean-cta {
  background: var(--paper);
  color: var(--ink);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.premium-cta.clean-cta .section-intro {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
  gap: 56px;
  align-items: end;
}
.premium-cta.clean-cta h2 { color: var(--ink); }
.premium-cta.clean-cta .section-intro p { color: var(--graphite); }
.premium-cta.clean-cta .cta-path {
  background: rgba(10,20,36,0.035);
  border-color: rgba(168,130,58,0.34);
  color: var(--ink);
}
.premium-cta.clean-cta .cta-path p { color: var(--graphite); }
.premium-cta.clean-cta .cta-path .btn {
  color: var(--ink);
  border-color: rgba(168,130,58,0.62);
}
.premium-cta.clean-cta .cta-path .btn:hover {
  background: var(--ink);
  color: var(--paper);
  border-color: var(--ink);
}
.fiduciary-dossier,
.family-dossier,
.cred-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
.dossier-panel,
.cred-card {
  border: 1px solid rgba(229,195,106,0.2);
  padding: 26px;
  background: rgba(248,248,246,0.035);
}
.family-dossier .dossier-panel,
.cred-card { background: rgba(10,20,36,0.04); border-color: var(--line); }
.dossier-panel h3,
.cred-card h3 {
  font-family: var(--font-display);
  font-size: 26px;
  line-height: 1.12;
  margin: 0 0 14px;
}
.dossier-panel ul,
.cred-card ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.dossier-panel li,
.cred-card li { color: inherit; font-size: 15px; line-height: 1.5; }
.dossier-panel li::before,
.cred-card li::before { content: '-'; color: var(--saffron-gold); margin-right: 8px; }
.about-grid.about-summary { grid-template-columns: 1fr; }
.about-proof-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid rgba(229,195,106,0.24);
  margin-top: 36px;
}
.about-proof-row div { padding: 22px; background: rgba(248,248,246,0.04); }
.about-proof-row strong { display: block; font-family: var(--font-display); font-size: 30px; color: var(--saffron-gold); line-height: 1; }
.about-proof-row span { display: block; margin-top: 8px; color: rgba(248,248,246,0.72); font-size: 13px; line-height: 1.4; }
.engagement-card,
.engagement-card.featured {
  background: var(--paper) !important;
  color: var(--ink) !important;
  border-color: var(--line) !important;
}
.engagement-card .eyebrow,
.engagement-card.featured .eyebrow,
.engagement-card .numeric-roman { color: var(--dark-gold) !important; }
.engagement-card h3,
.engagement-card.featured h3,
.engagement-card .engagement-price-num,
.engagement-card.featured .engagement-price-num { color: var(--ink) !important; }
.engagement-card .engagement-summary,
.engagement-card.featured .engagement-summary,
.engagement-card .scope-list li,
.engagement-card.featured .scope-list li,
.engagement-detail { color: var(--graphite) !important; }
.engagement-card .engagement-price,
.engagement-card.featured .engagement-price { border-bottom-color: var(--line) !important; }
.engagement-card .btn { color: var(--ink); border-color: rgba(168,130,58,0.55); }
.resource-card {
  background-image: var(--resource-image), linear-gradient(180deg, var(--charcoal), var(--midnight));
  background-size: cover;
  background-position: center;
  color: var(--paper);
  min-height: 420px;
  aspect-ratio: auto;
}
.resource-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10,20,36,0.38), rgba(12,18,26,0.88));
  z-index: 0;
}
.resource-card > * { position: relative; z-index: 1; }
.resource-bottom { display: grid; gap: 14px; }
.resource-detail { color: rgba(248,248,246,0.78); margin: 0; }
.resource-cta {
  color: var(--champagne-gold);
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-weight: 700;
}
.podcast-grid.media-hub { grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); align-items: start; }
.podcast-feature-card {
  border: 1px solid var(--charcoal-line);
  background: rgba(255,255,255,0.035);
  padding: 28px;
  margin-bottom: 26px;
}
.podcast-library {
  max-height: 620px;
  overflow: auto;
  padding-right: 10px;
  border-top: 1px solid var(--charcoal-line);
}
.podcast-library .episode-list li {
  grid-template-columns: 44px 1fr auto;
  padding: 18px 0;
}
.episode-type {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 10px;
  border: 1px solid rgba(229,195,106,.28);
  color: var(--bronze-soft);
  font-size: 10px;
  letter-spacing: .12em;
  text-transform: uppercase;
  white-space: nowrap;
}
.placeholder-note {
  margin-top: 16px;
  color: rgba(248,248,246,0.58);
  font-size: 12px;
  line-height: 1.5;
}
@media (max-width: 1120px) {
  .cta-path-grid,
  .fiduciary-dossier,
  .family-dossier,
  .cred-grid,
  .about-proof-row { grid-template-columns: 1fr 1fr; }
  .premium-cta.clean-cta .section-intro { grid-template-columns: 1fr; gap: 24px; }
  .podcast-grid.media-hub { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .cta-path-grid,
  .fiduciary-dossier,
  .family-dossier,
  .cred-grid,
  .about-proof-row { grid-template-columns: 1fr; }
  .cta-path,
  .dossier-panel,
  .cred-card { padding: 22px; }
  .podcast-library { max-height: none; overflow: visible; padding-right: 0; }
  .podcast-library .episode-list li { grid-template-columns: 32px 1fr; }
  .episode-type { grid-column: 2; width: max-content; }
  .resource-card { min-height: 360px; }
  .hero::before { background-position: 66% center; opacity: 0.25; }
}

/* 2026 atelier upgrade: clearer structure, stronger contrast, payment-ready service flow */
.hero::before {
  background: url('/IA PHOTOS/8.png') 30% 60% / cover no-repeat;
  opacity: 0.34;
}
.hero::after {
  background:
    linear-gradient(90deg, rgba(12, 18, 26, 0.99) 0%, rgba(12, 18, 26, 0.91) 37%, rgba(12, 18, 26, 0.56) 70%, rgba(12, 18, 26, 0.46) 100%),
    radial-gradient(circle at 72% 40%, rgba(229, 195, 106, 0.1), transparent 34%),
    linear-gradient(180deg, rgba(12, 18, 26, 0.08) 0%, rgba(12, 18, 26, 0.94) 100%);
}
.hero-grid { grid-template-columns: minmax(420px, 0.72fr) minmax(340px, 0.28fr); }
.hero-copy {
  max-width: 720px;
  padding: 26px 0 34px;
}
.hero h1 { max-width: 12.5ch; color: var(--paper) !important; text-shadow: 0 18px 54px rgba(0, 0, 0, 0.42); }
.hero-lede { max-width: 58ch; color: rgba(248, 248, 246, 0.78); }
.hero-portrait { opacity: 0; pointer-events: none; }

.glass-panel,
.service-pillar,
.paid-service-card,
.workflow-step,
.agent-list article,
.suite-panel,
.trust-points,
.podcast-feature-card,
.podcast-library,
.cta-path {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025)),
    rgba(10, 20, 36, 0.58);
  border: 1px solid rgba(229, 195, 106, 0.24);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 28px 80px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(18px) saturate(120%);
  -webkit-backdrop-filter: blur(18px) saturate(120%);
}

.service-architecture {
  padding: 128px 0;
  background:
    linear-gradient(180deg, rgba(248, 248, 246, 0.98), rgba(241, 242, 244, 0.96)),
    var(--paper);
  color: var(--ink);
  border-top: 1px solid rgba(10, 20, 36, 0.08);
}
.ribbon#servicios-legacy { display: none; }
.service-architecture h2,
.service-architecture .service-pillar h3 { color: var(--ink); }
.service-architecture .section-intro { max-width: 760px; margin-bottom: 56px; }
.service-architecture .section-intro p { color: var(--graphite); }
.service-pillar-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.service-pillar {
  min-height: 560px;
  display: flex;
  flex-direction: column;
  padding: 36px;
  background: rgba(255, 255, 255, 0.56);
  color: var(--ink);
  border-color: rgba(168, 130, 58, 0.24);
  box-shadow: 0 24px 70px rgba(14, 20, 27, 0.08);
}
.service-pillar .numeric-roman { margin-bottom: 24px; }
.service-pillar p { color: var(--graphite); }
.service-pillar ul {
  list-style: none;
  padding: 0;
  margin: 28px 0 32px;
}
.service-pillar li {
  padding: 13px 0;
  border-top: 1px solid rgba(168, 130, 58, 0.2);
  color: var(--graphite);
}
.service-pillar .btn { margin-top: auto; color: var(--ink); background: transparent; }

.paid-diagnostics {
  padding: 128px 0;
  color: var(--paper);
  background:
    radial-gradient(circle at 15% 12%, rgba(229, 195, 106, 0.11), transparent 30%),
    linear-gradient(180deg, rgba(12, 18, 26, 0.98), rgba(10, 20, 36, 0.98)),
    var(--charcoal-deep);
}
.paid-diagnostics .section-intro { max-width: 820px; margin-bottom: 56px; }
.paid-diagnostics .section-intro p { color: rgba(248, 248, 246, 0.76); }
.paid-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}
.paid-service-card {
  min-height: 650px;
  display: flex;
  flex-direction: column;
  padding: 34px;
}
.paid-service-card h3 {
  font-family: var(--font-display);
  font-size: clamp(30px, 3vw, 40px);
  line-height: 1.05;
  font-weight: 500;
  margin: 20px 0 18px;
}
.paid-service-card p { color: rgba(248, 248, 246, 0.74); margin: 0 0 18px; }
.paid-service-card dl {
  display: grid;
  gap: 16px;
  margin: 22px 0 30px;
  padding-top: 24px;
  border-top: 1px solid rgba(229, 195, 106, 0.2);
}
.paid-service-card dt {
  color: var(--soft-gold);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.paid-service-card dd { margin: 4px 0 0; color: rgba(248, 248, 246, 0.82); }
.paid-price {
  margin-top: auto;
  padding-top: 26px;
  border-top: 1px solid rgba(229, 195, 106, 0.2);
  color: var(--paper);
}
.paid-price strong {
  display: block;
  font-family: var(--font-display);
  font-size: 34px;
  line-height: 1;
  font-weight: 500;
}
.paid-service-card .btn { width: 100%; margin-top: 22px; }
.paid-service-card.featured {
  background:
    linear-gradient(155deg, rgba(229, 195, 106, 0.12), rgba(255, 255, 255, 0.035)),
    rgba(10, 20, 36, 0.66);
  border-color: rgba(229, 195, 106, 0.46);
}

.suite-section {
  background:
    linear-gradient(180deg, rgba(10, 20, 36, 0.98), rgba(12, 18, 26, 0.98)),
    var(--midnight);
}
.suite-grid { align-items: stretch; }
.suite-panel {
  padding: 38px;
  min-height: 100%;
}
.suite-benefits { margin-bottom: 28px; }
.suite-benefits li { font-size: 18px; padding: 20px 0; }
.suite-dossier-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}
.suite-dossier-grid div {
  padding: 18px;
  border: 1px solid rgba(229, 195, 106, 0.18);
  background: rgba(255, 255, 255, 0.035);
}
.suite-dossier-grid strong {
  display: block;
  color: var(--soft-gold);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.suite-dossier-grid span { color: rgba(248, 248, 246, 0.76); font-size: 14px; }

.agent-offers {
  background: var(--paper);
  color: var(--ink);
}
.agent-offers .section-intro p,
.agent-offers .offer-card p,
.agent-offers .agent-list p { color: var(--graphite); }
.agent-offers h2,
.agent-offers h3 { color: var(--ink); }
.offer-grid { align-items: stretch; }
.offer-card {
  min-height: 440px;
  display: flex;
  flex-direction: column;
}
.offer-card .btn { margin-top: auto; color: var(--ink); }
.offer-meta { margin-top: auto; }

.workflow-section {
  background:
    linear-gradient(180deg, rgba(248, 248, 246, 0.99), rgba(241, 242, 244, 0.98)),
    var(--paper);
  color: var(--ink);
}
.workflow-section h2,
.workflow-section h3 { color: var(--ink); }
.workflow-section .section-intro p { color: var(--graphite); }
.workflow-steps {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.workflow-step {
  min-height: 300px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.62);
  border-color: rgba(168, 130, 58, 0.22);
}
.workflow-step p { color: var(--graphite); }

.agent-preview {
  padding: 120px 0;
  background:
    linear-gradient(180deg, rgba(12, 18, 26, 0.98), rgba(10, 20, 36, 0.98)),
    var(--charcoal-deep);
  color: var(--paper);
}
.agent-preview .section-intro { max-width: 760px; margin-bottom: 46px; }
.agent-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-height: 720px;
  overflow: auto;
  padding-right: 8px;
}
.agent-list article { min-height: 190px; }

.trust-section {
  background:
    linear-gradient(180deg, rgba(10, 20, 36, 0.96), rgba(0, 0, 0, 0.94)),
    var(--charcoal-deep);
}
.trust-points {
  padding: 42px;
}

.premium-cta.clean-cta {
  padding: 98px 0;
  background:
    radial-gradient(circle at 82% 10%, rgba(201, 152, 47, 0.12), transparent 30%),
    linear-gradient(180deg, rgba(248, 248, 246, 0.98), rgba(241, 242, 244, 0.98)),
    var(--paper);
}
.premium-cta-inner {
  display: grid;
  grid-template-columns: 0.9fr 1.4fr;
  gap: 52px;
  align-items: start;
}
.premium-cta .section-intro {
  text-align: left;
  max-width: 520px;
  margin: 0;
}
.premium-cta .section-intro h2,
.premium-cta h3 { color: var(--ink); }
.premium-cta .section-intro p,
.premium-cta .cta-path p { color: var(--graphite); }
.cta-path-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.cta-path {
  min-height: 320px;
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.64);
  color: var(--ink);
}
.cta-path .btn { margin-top: auto; color: var(--ink); }

.podcast {
  background:
    radial-gradient(circle at 18% 18%, rgba(229, 195, 106, 0.12), transparent 32%),
    linear-gradient(180deg, rgba(12, 18, 26, 0.98), rgba(0, 0, 0, 0.96)),
    var(--charcoal-deep);
}
.podcast-grid.media-hub {
  grid-template-columns: 0.92fr 1.08fr;
  gap: 42px;
}
.podcast-left { display: contents; }
.podcast-meta,
.podcast h2,
.podcast-desc,
.podcast-platforms {
  grid-column: 1 / 2;
}
.podcast-feature-card {
  grid-column: 1 / -1;
  order: 5;
  display: grid;
  grid-template-columns: minmax(260px, 0.58fr) minmax(360px, 1fr) auto;
  gap: 28px;
  align-items: center;
  padding: 32px;
}
.podcast-feature-card .episode-num { align-self: start; }
.podcast-feature-card .episode-title,
.podcast-feature-card .podcast-note { margin: 0; }
.audio-player {
  background: rgba(248, 248, 246, 0.08);
  border-color: rgba(229, 195, 106, 0.34);
  min-width: min(100%, 380px);
}
.audio-play {
  background: var(--soft-gold);
  color: var(--charcoal-deep);
}
.waveform span { background: var(--champagne-gold); opacity: 0.58; }
.waveform span.active { background: var(--saffron-gold); opacity: 1; }
.podcast-right {
  grid-column: 2 / 3;
  grid-row: 1 / span 4;
}
.podcast-library {
  max-height: 520px;
  overflow: auto;
  padding: 20px 28px;
}
.episode-list li {
  grid-template-columns: 40px minmax(0, 1fr) 66px;
  border-top-color: rgba(229, 195, 106, 0.18);
}
.episode-type {
  justify-self: end;
  color: var(--soft-gold);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.engagement {
  background:
    linear-gradient(180deg, rgba(248, 248, 246, 0.98), rgba(241, 242, 244, 0.98)),
    var(--paper);
  color: var(--ink);
}
.engagement h2,
.engagement-card h3 { color: var(--ink); }
.engagement-header p,
.engagement-summary,
.engagement-detail,
.engagement-card .scope-list li { color: var(--graphite); }
.engagement-card,
.engagement-card.featured {
  min-height: 680px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--ink);
  border-color: rgba(168, 130, 58, 0.22);
}
.engagement-card.featured {
  background:
    linear-gradient(180deg, rgba(248, 248, 246, 0.94), rgba(232, 226, 213, 0.92)),
    var(--paper);
}
.engagement-card .btn { margin-top: auto; color: var(--ink); }
.engagement-card.featured .scope-list li,
.engagement-card.featured .engagement-summary,
.engagement-card.featured .engagement-detail,
.engagement-card.featured .engagement-price-currency,
.engagement-card.featured .engagement-price-tail { color: var(--graphite); }

@media (max-width: 1120px) {
  .hero-grid,
  .premium-cta-inner,
  .podcast-grid.media-hub { grid-template-columns: 1fr; }
  .service-pillar-grid,
  .paid-service-grid,
  .cta-path-grid { grid-template-columns: 1fr; }
  .paid-service-card,
  .service-pillar,
  .engagement-card,
  .engagement-card.featured { min-height: auto; }
  .workflow-steps,
  .agent-list { grid-template-columns: 1fr 1fr; }
  .podcast-left { display: block; }
  .podcast-meta,
  .podcast h2,
  .podcast-desc,
  .podcast-platforms,
  .podcast-feature-card,
  .podcast-right { grid-column: auto; grid-row: auto; }
  .podcast-feature-card { grid-template-columns: 1fr; }
}

@media (max-width: 1024px) {
  header {
    height: auto;
    min-height: 144px;
    padding: 12px 0 14px;
  }
  .header-inner {
    height: auto;
    width: 100vw;
    max-width: none;
    margin: 0;
    padding-left: 16px;
    padding-right: 16px;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas:
      "brand"
      "menu"
      "controls"
      "nav";
    align-items: center;
    justify-items: center;
    row-gap: 8px;
  }
  .brand-mark {
    grid-area: brand;
    justify-content: center;
    justify-self: center;
  }
  .brand-logo { display: none; }
  .mobile-symbol-logo {
    display: block;
    width: 84px;
    transform: translateX(-18px);
  }
  .mobile-menu-toggle {
    grid-area: menu;
    display: inline-flex;
    justify-self: center;
    align-self: center;
    min-width: 48px;
    width: 50px;
    min-height: 42px;
    padding: 0;
    border-color: rgba(10, 20, 36, 0.18);
    background: rgba(255, 255, 255, 0.96);
    color: var(--midnight);
    box-shadow: 0 12px 28px rgba(10, 20, 36, 0.12);
  }
  .mobile-menu-toggle > span:not(.mobile-menu-icon) {
    display: none !important;
  }
  nav.primary {
    grid-area: nav;
    display: none !important;
    width: 100%;
    max-width: 360px;
    justify-self: center;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 12px;
    border: 1px solid rgba(10, 20, 36, 0.12);
    border-radius: 14px;
    background: var(--paper);
    color: var(--midnight);
    box-shadow: 0 24px 70px rgba(10, 20, 36, 0.18);
    backdrop-filter: blur(14px) saturate(118%);
    -webkit-backdrop-filter: blur(14px) saturate(118%);
  }
  header.menu-open nav.primary {
    display: flex !important;
  }
  nav.primary a {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: var(--midnight) !important;
    border-bottom: 1px solid rgba(10, 20, 36, 0.08);
  }
  .header-right {
    grid-area: controls;
    justify-self: center;
    align-self: center;
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .header-right > .btn {
    display: none;
  }
  nav.primary .nav-item {
    display: flex;
    flex-direction: column;
  }
  nav.primary .nav-trigger {
    justify-content: center;
  }
  nav.primary .nav-trigger::after {
    display: none;
  }
  nav.primary > :last-child,
  nav.primary > :last-child .nav-trigger,
  nav.primary > :last-child > a {
    border-bottom: 0;
  }
  .nav-dropdown {
    display: none !important;
  }
  .nav-dropdown::before { display: none; }
  .nav-dropdown a {
    display: block !important;
    min-height: auto;
    text-align: center;
    padding: 8px 12px;
  }
  .nav-dropdown .nav-kicker,
  .nav-dropdown .nav-desc {
    display: block;
    max-width: none;
  }
  .nav-dropdown .nav-desc {
    margin-top: 3px;
  }
  .hero h1 { color: var(--paper); }
  .hero { padding-top: 192px; }
}

@media (max-width: 768px) {
  header {
    min-height: 164px;
    padding: 12px 0 14px;
  }
  .header-inner {
    grid-template-columns: 1fr;
    grid-template-areas:
      "brand"
      "menu"
      "controls"
      "nav";
    justify-items: center;
    gap: 8px;
    padding: 0 16px;
  }
  .mobile-symbol-logo { width: 82px; transform: translateX(-18px); }
  nav.primary {
    max-width: 100%;
    padding: 10px;
  }
  nav.primary a {
    min-height: 40px;
    font-size: 12.5px;
  }
  .mobile-menu-toggle { min-width: 48px; width: 50px; min-height: 42px; }
  .header-right { gap: 8px; }
  .lang-toggle { height: 30px; }
  .lang-toggle button { padding: 0 8px; }
  .hero { padding-top: 198px; }
  .hero::before { background-position: 72% 58%; opacity: 0.22; }
  .service-architecture,
  .paid-diagnostics,
  .agent-preview { padding: 72px 0; }
  .workflow-steps,
  .agent-list,
  .suite-dossier-grid { grid-template-columns: 1fr; }
  .podcast-feature-card,
  .suite-panel,
  .trust-points { padding: 24px; }
  .podcast-library { max-height: 480px; padding: 12px 16px; }
}

/* UI repair pass: final button, contrast, workflow, agent, trust, and CTA rules */
.btn,
.btn-primary,
.btn-outline,
.btn-bronze,
.btn-outline-light {
  min-height: 52px;
  height: auto;
  border: 1px solid rgba(229, 195, 106, 0.82);
  border-radius: 5px;
  background: rgba(5, 11, 20, 0.34);
  color: var(--paper);
  box-shadow: inset 0 0 0 1px rgba(240, 220, 160, 0.06), 0 14px 34px rgba(0, 0, 0, 0.16);
}
.btn:hover,
.btn-primary:hover,
.btn-outline:hover,
.btn-bronze:hover,
.btn-outline-light:hover {
  background: rgba(229, 195, 106, 0.92);
  border-color: rgba(240, 220, 160, 0.96);
  color: var(--charcoal-deep);
  transform: translateY(-1px);
}
.hero .btn,
.hero .ghost-link {
  min-height: 52px;
  padding: 0 26px;
  border: 1px solid rgba(229, 195, 106, 0.92);
  border-radius: 5px;
  background: rgba(5, 11, 20, 0.46);
  color: var(--paper) !important;
  text-decoration: none;
  box-shadow: inset 0 0 0 1px rgba(240, 220, 160, 0.08), 0 18px 38px rgba(0, 0, 0, 0.24);
}
.hero .ghost-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.hero .btn:hover,
.hero .ghost-link:hover {
  background: rgba(229, 195, 106, 0.94);
  border-color: rgba(240, 220, 160, 1);
  color: var(--charcoal-deep) !important;
}
.hero .btn .arrow,
.hero .ghost-link .arrow {
  color: inherit;
}
header .btn,
.service-architecture .btn,
.agent-offers .btn,
.engagement .btn,
.contact-form .btn,
.resource-card .btn {
  background: rgba(255, 255, 255, 0.58);
  color: var(--ink);
  border-color: rgba(201, 152, 47, 0.74);
  box-shadow: 0 16px 34px rgba(14, 20, 27, 0.07);
}
header .btn:hover,
.service-architecture .btn:hover,
.agent-offers .btn:hover,
.engagement .btn:hover,
.contact-form .btn:hover,
.resource-card .btn:hover {
  background: var(--ink);
  color: var(--paper);
  border-color: var(--ink);
}
header .header-cta {
  position: relative;
  min-height: 48px;
  padding: 0 24px;
  border: 1px solid rgba(229, 195, 106, 0.78);
  border-radius: 6px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.10), transparent 44%),
    linear-gradient(135deg, rgba(10, 20, 36, 0.98), rgba(5, 11, 20, 0.96));
  color: var(--soft-gold) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    0 16px 34px rgba(10, 20, 36, 0.18);
  overflow: hidden;
}
header .header-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 0%, rgba(240, 220, 160, 0.18) 46%, transparent 72%);
  opacity: 0;
  transform: translateX(-48%);
  transition: opacity 0.28s var(--ease-editorial), transform 0.42s var(--ease-editorial);
}
header .header-cta span {
  position: relative;
  z-index: 1;
}
header .header-cta:hover {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.14), transparent 42%),
    linear-gradient(135deg, rgba(10, 28, 50, 1), rgba(10, 20, 36, 0.98));
  color: var(--champagne-gold) !important;
  border-color: rgba(240, 220, 160, 0.98);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 0 0 1px rgba(229, 195, 106, 0.12),
    0 18px 42px rgba(201, 152, 47, 0.22);
}
header .header-cta:hover::before {
  opacity: 1;
  transform: translateX(44%);
}
.service-pillar,
.offer-card,
.engagement-card,
.paid-service-card,
.cta-path,
.agent-card {
  display: flex;
  flex-direction: column;
}
.service-pillar .btn,
.offer-card .btn,
.engagement-card .btn,
.paid-service-card .btn,
.cta-path .btn {
  width: 100%;
  margin-top: auto;
}

.workflow-section {
  padding: 112px 0;
  background:
    radial-gradient(circle at 16% 0%, rgba(229, 195, 106, 0.13), transparent 34%),
    linear-gradient(145deg, rgba(6, 13, 24, 0.99), rgba(10, 20, 36, 0.98) 52%, rgba(0, 0, 0, 0.96)),
    var(--charcoal-deep);
  color: var(--paper);
}
.workflow-section .section-intro {
  max-width: 760px;
  text-align: left;
  margin: 0 0 52px;
}
.workflow-section h2,
.workflow-section h3 {
  color: var(--paper);
}
.workflow-section .section-intro p {
  color: rgba(248, 248, 246, 0.74);
}
.workflow-steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.workflow-step {
  position: relative;
  min-height: 320px;
  padding: 30px;
  color: var(--paper);
  border: 1px solid rgba(229, 195, 106, 0.26);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025)),
    rgba(13, 25, 42, 0.76);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.22);
}
.workflow-step::after {
  content: '';
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 0;
  height: 2px;
  background: linear-gradient(90deg, rgba(229, 195, 106, 0.78), transparent);
}
.workflow-step-review {
  border-color: rgba(240, 220, 160, 0.46);
  background:
    linear-gradient(145deg, rgba(229, 195, 106, 0.12), rgba(255, 255, 255, 0.035)),
    rgba(13, 25, 42, 0.86);
}
.workflow-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 24px;
  border: 1px solid rgba(229, 195, 106, 0.52);
  color: var(--soft-gold);
  font-family: var(--font-display);
  font-style: italic;
  font-size: 14px;
  letter-spacing: 0.06em;
}
.workflow-copy {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.step-kicker {
  margin: 0 0 10px;
  color: var(--soft-gold);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.workflow-step h3 {
  margin: 0 0 14px;
  font-size: clamp(25px, 2.4vw, 34px);
  line-height: 1.08;
}
.workflow-step p {
  color: rgba(248, 248, 246, 0.75);
}
.step-output {
  margin-top: auto;
  padding-top: 22px;
  color: var(--champagne-gold);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.step-review {
  color: var(--soft-gold);
}

.agent-preview {
  padding: 110px 0;
  background:
    linear-gradient(180deg, rgba(248, 248, 246, 0.99), rgba(241, 242, 244, 0.98)),
    var(--paper);
  color: var(--ink);
}
.agent-preview h2,
.agent-preview h3 {
  color: var(--ink);
}
.agent-preview .section-intro {
  max-width: 840px;
  margin-bottom: 44px;
}
.agent-preview .section-intro p {
  color: var(--graphite);
  max-width: 66ch;
}
.agent-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  max-height: none;
  overflow: visible;
  padding-right: 0;
}
.agent-card {
  min-height: 250px;
  padding: 28px;
  border: 1px solid rgba(168, 130, 58, 0.24);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(248, 248, 246, 0.66)),
    var(--paper);
  box-shadow: 0 18px 42px rgba(14, 20, 27, 0.055);
}
.agent-primary {
  min-height: 310px;
  background:
    radial-gradient(circle at 82% 8%, rgba(229, 195, 106, 0.16), transparent 36%),
    linear-gradient(145deg, rgba(10, 20, 36, 0.98), rgba(6, 13, 24, 0.96));
  color: var(--paper);
  border-color: rgba(229, 195, 106, 0.36);
}
.agent-primary h3,
.agent-primary p,
.agent-primary small {
  color: var(--paper);
}
.agent-primary p {
  color: rgba(248, 248, 246, 0.74);
}
.agent-secondary {
  min-height: 210px;
}
.agent-tag {
  align-self: flex-start;
  margin-bottom: 22px;
  padding: 8px 10px;
  border: 1px solid rgba(229, 195, 106, 0.35);
  color: var(--soft-gold);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.agent-list h3 {
  margin: 0 0 16px;
  font-size: clamp(24px, 2vw, 30px);
  line-height: 1.12;
}
.agent-list p {
  color: var(--graphite);
}
.agent-list small {
  margin-top: auto;
  padding-top: 20px;
  color: var(--bronze-deep);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.trust-section {
  padding: 112px 0;
  background:
    radial-gradient(circle at 84% 18%, rgba(229, 195, 106, 0.13), transparent 34%),
    linear-gradient(180deg, rgba(6, 13, 24, 0.98), rgba(0, 0, 0, 0.96)),
    var(--charcoal-deep);
}
.trust-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 44px;
}
.trust-copy {
  max-width: 860px;
}
.trust-copy p {
  max-width: 76ch;
  color: rgba(248, 248, 246, 0.74);
}
.trust-guardrail-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.trust-guardrail-grid article {
  min-height: 220px;
  padding: 28px;
  border: 1px solid rgba(229, 195, 106, 0.26);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.022)),
    rgba(13, 25, 42, 0.78);
}
.trust-guardrail-grid span {
  display: inline-block;
  margin-bottom: 24px;
  color: var(--soft-gold);
  font-family: var(--font-display);
  font-style: italic;
}
.trust-guardrail-grid h3 {
  color: var(--paper);
  font-family: var(--font-display);
  font-size: 25px;
  line-height: 1.12;
  margin-bottom: 14px;
}
.trust-guardrail-grid p {
  color: rgba(248, 248, 246, 0.72);
}

.premium-cta.clean-cta {
  padding: 96px 0;
  background:
    radial-gradient(circle at 14% 0%, rgba(229, 195, 106, 0.18), transparent 32%),
    linear-gradient(145deg, rgba(10, 20, 36, 0.99), rgba(6, 13, 24, 0.98) 58%, rgba(0, 0, 0, 0.96)),
    var(--charcoal-deep);
  color: var(--paper);
}
.premium-cta-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.28fr);
  gap: 44px;
  align-items: stretch;
}
.premium-cta .section-intro {
  max-width: 560px;
  margin: 0;
  text-align: left;
}
.premium-cta .section-intro h2,
.premium-cta h3 {
  color: var(--paper);
}
.premium-cta .section-intro p,
.premium-cta .cta-path p {
  color: rgba(248, 248, 246, 0.74);
}
.cta-path-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}
.cta-path {
  min-height: 0;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) minmax(210px, 260px);
  gap: 22px;
  align-items: center;
  padding: 24px;
  border: 1px solid rgba(229, 195, 106, 0.27);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025)),
    rgba(13, 25, 42, 0.72);
  color: var(--paper);
}
.cta-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(229, 195, 106, 0.42);
  color: var(--soft-gold);
  font-family: var(--font-display);
  font-style: italic;
}
.cta-path h3 {
  margin: 0 0 8px;
  font-size: clamp(24px, 2vw, 31px);
  line-height: 1.1;
}
.cta-path p {
  margin: 0;
}
.cta-path .btn {
  align-self: center;
  margin-top: 0;
  width: 100%;
}

@media (max-width: 1120px) {
  .workflow-steps,
  .agent-list,
  .trust-guardrail-grid,
  .premium-cta-inner {
    grid-template-columns: 1fr;
  }
  .agent-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .cta-path {
    grid-template-columns: 46px minmax(0, 1fr);
  }
  .cta-path .btn {
    grid-column: 2 / 3;
  }
}
@media (max-width: 768px) {
  .workflow-section,
  .agent-preview,
  .trust-section,
  .premium-cta.clean-cta {
    padding: 72px 0;
  }
  .workflow-steps,
  .agent-list,
  .trust-guardrail-grid,
  .cta-path-grid {
    grid-template-columns: 1fr;
  }
  .workflow-step,
  .agent-card,
  .trust-guardrail-grid article,
  .cta-path {
    min-height: 0;
    padding: 24px;
  }
  .cta-path {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .cta-path .btn {
    grid-column: auto;
  }
  .btn,
  .btn-primary,
  .btn-outline,
  .btn-bronze,
  .btn-outline-light {
    width: 100%;
    min-height: 50px;
    white-space: normal;
  }
}

[lang="en"] .es-only,
[lang="es"] .en-only {
  display: none !important;
}

/* Hero approval pass: image right/down, clearer portrait, stronger readable copy */
.hero {
  min-height: 100svh;
  padding: clamp(136px, 15vh, 176px) 0 clamp(64px, 8vh, 92px);
  background: #07101B;
}
.hero::before {
  background-image: url('/assets/images/carolina-selected/homepage-hero-carolina-18.webp') !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center 48% !important;
  opacity: 0.46 !important;
  filter: saturate(0.98) contrast(1.04);
}
.hero::after {
  background:
    linear-gradient(90deg, rgba(7, 16, 27, 0.98) 0%, rgba(7, 16, 27, 0.90) 31%, rgba(7, 16, 27, 0.54) 58%, rgba(7, 16, 27, 0.30) 78%, rgba(7, 16, 27, 0.64) 100%),
    radial-gradient(circle at 78% 46%, rgba(229, 195, 106, 0.10), transparent 34%),
    linear-gradient(180deg, rgba(7, 16, 27, 0.10) 0%, rgba(7, 16, 27, 0.92) 100%) !important;
}
.hero-grid {
  grid-template-columns: minmax(0, 0.72fr) minmax(420px, 0.92fr);
  align-items: center;
  min-height: calc(100svh - 190px);
}
.hero-copy {
  max-width: 760px;
  padding: clamp(28px, 4vw, 44px) 0 clamp(28px, 4vw, 44px);
}
.hero-eyebrow {
  margin-bottom: 28px;
}
.hero h1 {
  max-width: 12.6ch !important;
  margin-bottom: 28px;
  color: var(--paper) !important;
  text-shadow: 0 20px 64px rgba(0,0,0,0.58);
}
.hero-lede {
  max-width: 56ch;
  margin-bottom: 28px;
  color: rgba(248, 248, 246, 0.84) !important;
  text-shadow: 0 10px 34px rgba(0,0,0,0.34);
}
.hero-cta {
  margin-bottom: 28px;
  align-items: center;
}
.hero-proof {
  max-width: 780px;
  padding-top: 22px;
  border-top-color: rgba(229, 195, 106, 0.28) !important;
}
.hero-proof-label,
.hero-proof-item {
  text-shadow: 0 8px 26px rgba(0,0,0,0.34);
}
@media (max-width: 1120px) {
  .hero {
    padding-top: 178px;
  }
  .hero-grid {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .hero::before {
    background-size: 128% auto !important;
    background-position: 30% 26% !important;
    opacity: 0.24 !important;
  }
  .hero::after {
    background:
      linear-gradient(90deg, rgba(7, 16, 27, 0.99) 0%, rgba(7, 16, 27, 0.86) 54%, rgba(7, 16, 27, 0.54) 100%),
      linear-gradient(180deg, rgba(7, 16, 27, 0.10) 0%, rgba(7, 16, 27, 0.94) 100%) !important;
  }
}
@media (max-width: 768px) {
  .hero {
    min-height: auto;
    padding-top: 210px !important;
    padding-bottom: 76px;
  }
  .hero::before {
    background-size: auto 100% !important;
    background-position: 66% 28% !important;
    opacity: 0.24 !important;
  }
  .hero::after {
    background:
      linear-gradient(90deg, rgba(7, 16, 27, 0.99) 0%, rgba(7, 16, 27, 0.88) 58%, rgba(7, 16, 27, 0.64) 100%),
      linear-gradient(180deg, rgba(7, 16, 27, 0.18) 0%, rgba(7, 16, 27, 0.96) 100%) !important;
  }
  .hero-copy {
    max-width: 100%;
    padding: 10px 0 0;
  }
  .hero-eyebrow { margin-bottom: 24px; }
  .hero h1 {
    max-width: 9.8ch !important;
    font-size: clamp(48px, 13vw, 62px) !important;
    line-height: 0.98;
    margin-bottom: 24px;
  }
  .hero-lede {
    max-width: 34ch;
    margin-bottom: 30px;
    font-size: 17px;
    line-height: 1.55;
  }
  .hero-cta {
    gap: 12px;
    margin-bottom: 30px;
  }
  .hero-cta .btn,
  .hero-cta .ghost-link {
    width: 100%;
    min-height: 50px;
  }
  .hero-proof {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    padding-top: 18px;
  }
  .hero-proof-sep { display: none; }
}

/* Button inverse typography pass: heading font, surface-aware contrast */
.btn,
.btn-primary,
.btn-outline,
.btn-bronze,
.btn-outline-light,
.ghost-link,
.platform-chip,
header .header-cta,
button.btn {
  font-family: var(--font-display) !important;
  font-weight: 600 !important;
  font-size: 15px !important;
  letter-spacing: 0.045em !important;
  text-transform: uppercase;
}

.btn,
.btn-primary,
.btn-outline,
.btn-bronze,
.btn-outline-light,
button.btn {
  min-height: 52px;
  background: rgba(7, 16, 27, 0.92) !important;
  color: var(--paper) !important;
  border: 1px solid rgba(229, 195, 106, 0.82) !important;
  box-shadow: 0 16px 34px rgba(7, 16, 27, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;
}

.btn:hover,
.btn-primary:hover,
.btn-outline:hover,
.btn-bronze:hover,
.btn-outline-light:hover,
button.btn:hover {
  background: linear-gradient(135deg, var(--champagne-gold) 0%, var(--soft-gold) 44%, var(--honey-gold) 100%) !important;
  color: var(--midnight) !important;
  border-color: rgba(240, 220, 160, 0.98) !important;
  transform: translateY(-2px);
  box-shadow: 0 20px 48px rgba(201, 152, 47, 0.26), inset 0 1px 0 rgba(255, 255, 255, 0.34) !important;
}

.hero .btn,
.practice.surface-dark .btn,
.paid-diagnostics .btn,
.workflow-section .btn,
.agent-preview .btn,
.trust-section .btn,
.podcast .btn,
.podcast .platform-chip,
.premium-cta:not(.clean-cta) .btn,
footer .btn {
  background: rgba(248, 248, 246, 0.045) !important;
  color: var(--paper) !important;
  border-color: rgba(229, 195, 106, 0.84) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 16px 36px rgba(0, 0, 0, 0.20) !important;
}

.hero .btn:hover,
.practice.surface-dark .btn:hover,
.paid-diagnostics .btn:hover,
.workflow-section .btn:hover,
.agent-preview .btn:hover,
.trust-section .btn:hover,
.podcast .btn:hover,
.podcast .platform-chip:hover,
.premium-cta:not(.clean-cta) .btn:hover,
footer .btn:hover {
  background: linear-gradient(135deg, var(--champagne-gold) 0%, var(--soft-gold) 44%, var(--honey-gold) 100%) !important;
  color: var(--midnight) !important;
  border-color: rgba(240, 220, 160, 0.98) !important;
}

.hero-cta .ghost-link {
  font-family: var(--font-display) !important;
  min-height: 52px;
  padding: 0 26px;
  border: 1px solid rgba(229, 195, 106, 0.82) !important;
  border-radius: 5px;
  color: var(--paper) !important;
  background: rgba(248, 248, 246, 0.045) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 16px 36px rgba(0, 0, 0, 0.20) !important;
}

.hero-cta .ghost-link:hover {
  background: linear-gradient(135deg, var(--champagne-gold) 0%, var(--soft-gold) 44%, var(--honey-gold) 100%) !important;
  color: var(--midnight) !important;
}

header .header-cta {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 44%),
    rgba(7, 16, 27, 0.96) !important;
  color: var(--soft-gold) !important;
  border-color: rgba(229, 195, 106, 0.86) !important;
}

header .header-cta:hover {
  background: linear-gradient(135deg, var(--champagne-gold) 0%, var(--soft-gold) 48%, var(--honey-gold) 100%) !important;
  color: var(--midnight) !important;
  border-color: rgba(240, 220, 160, 1) !important;
  text-shadow: none;
  box-shadow: 0 18px 44px rgba(201, 152, 47, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.38) !important;
}

/* 2026 content-plan rebuild: direct commercial service architecture */
.lang-toggle { display: none !important; }
.cs-services { padding: 128px 0; }
.cs-personas, .testimonials-new { background: var(--paper); color: var(--ink); }
.cs-empresas, .cs-process { background: var(--charcoal-deep); color: var(--paper); border-top: 1px solid rgba(229,195,106,.16); border-bottom: 1px solid rgba(229,195,106,.16); }
.cs-section-head { max-width: 820px; margin-bottom: 56px; }
.cs-section-head.center { text-align: center; margin-left: auto; margin-right: auto; }
.cs-section-head .eyebrow { display: flex; align-items: center; gap: 14px; margin-bottom: 24px; color: var(--saffron-gold); }
.cs-section-head.center .eyebrow { justify-content: center; }
.cs-section-head h2 { margin-bottom: 22px; color: inherit; }
.cs-section-head p { color: var(--graphite); font-size: 18px; line-height: 1.65; }
.cs-section-head.dark p { color: rgba(248,248,246,.76); }
.cs-card-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 28px; }
.cs-service-card { display: flex; flex-direction: column; min-height: 100%; padding: 34px; border: 1px solid rgba(168,130,58,.28); border-radius: 8px; background: rgba(255,255,255,.58); box-shadow: 0 18px 54px rgba(14,20,27,.07); }
.cs-service-card.dark { background: rgba(255,255,255,.055); color: var(--paper); border-color: rgba(229,195,106,.24); box-shadow: inset 0 1px 0 rgba(255,255,255,.07), 0 22px 70px rgba(0,0,0,.18); }
.service-meta { font-size: 11.5px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--antique-gold); margin-bottom: 22px; }
.cs-service-card.dark .service-meta { color: var(--soft-gold); }
.cs-service-card h3, .business-copy h3, .process-three h3 { font-family: var(--font-display); font-size: clamp(28px,2.5vw,36px); line-height: 1.05; margin-bottom: 18px; }
.cs-service-card p { color: var(--graphite); line-height: 1.62; }
.cs-service-card.dark p, .cs-service-card.dark li { color: rgba(248,248,246,.76); }
.cs-service-card .problem { font-weight: 700; color: inherit; }
.cs-service-card ul { list-style: none; display: grid; gap: 10px; margin: 24px 0 28px; padding: 0; }
.cs-service-card li { display: grid; grid-template-columns: 18px 1fr; gap: 10px; color: var(--graphite); }
.cs-service-card li::before { content: '—'; color: var(--honey-gold); }
.price-toggle { margin-top: auto; width: 100%; }
.price-panel { display: none; margin-top: 16px; padding-top: 16px; border-top: 1px solid rgba(168,130,58,.28); align-items: center; gap: 14px; justify-content: space-between; }
.price-panel.open { display: flex; }
.price-panel strong { font-family: var(--font-display); font-size: 32px; color: var(--honey-gold); white-space: nowrap; }
.business-block { display: grid; grid-template-columns: .85fr 1.15fr; gap: 36px; align-items: stretch; margin-top: 34px; }
.business-block.reverse { grid-template-columns: 1.15fr .85fr; }
.business-block.reverse .business-copy { order: 2; }
.business-copy { padding: 34px 0; }
.business-copy p, .ai-note { color: rgba(248,248,246,.72); font-size: 17px; line-height: 1.65; }
.ai-note { max-width: 880px; margin: 38px auto 0; padding-top: 24px; border-top: 1px solid rgba(229,195,106,.2); text-align: center; }
.about-direct-grid { display: grid; grid-template-columns: minmax(280px,.72fr) minmax(0,1fr); gap: 72px; align-items: center; }
.about-photo { border: 1px solid rgba(168,130,58,.28); border-radius: 8px; overflow: hidden; background: var(--ivory); }
.about-photo img { width: 100%; height: 100%; object-fit: cover; display: block; aspect-ratio: 4/5; }
.credential-badges { display: flex; flex-wrap: wrap; gap: 10px; margin: 28px 0; }
.credential-badges span { border: 1px solid rgba(168,130,58,.34); padding: 8px 12px; font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--midnight); background: rgba(255,255,255,.52); }
.cs-about blockquote { font-family: var(--font-display); font-size: clamp(24px,2.4vw,34px); line-height: 1.24; font-style: italic; color: var(--bronze-deep); margin: 28px 0; }
.process-three { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.process-three article { padding: 34px; border: 1px solid rgba(229,195,106,.26); border-radius: 8px; background: rgba(255,255,255,.055); }
.process-three span { display: inline-flex; width: 42px; height: 42px; align-items: center; justify-content: center; border: 1px solid rgba(229,195,106,.42); color: var(--soft-gold); font-family: var(--font-display); margin-bottom: 24px; }
.process-three p { color: rgba(248,248,246,.72); line-height: 1.62; }
.center-cta { display: flex; justify-content: center; margin-top: 42px; }
.testimonial-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 26px; }
.testimonial-grid article { padding: 34px; border: 1px solid rgba(168,130,58,.26); border-radius: 8px; background: rgba(255,255,255,.58); }
.testimonial-grid p { font-family: var(--font-display); font-size: 24px; line-height: 1.28; font-style: italic; }
.testimonial-grid span { display: block; margin-top: 24px; color: var(--muted); font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.footer-logo { width: min(280px,100%); height: auto; display: block; filter: brightness(1.1); }
@media (max-width: 980px) { .cs-card-grid, .business-block, .business-block.reverse, .about-direct-grid, .process-three, .testimonial-grid { grid-template-columns: 1fr; } .business-block.reverse .business-copy { order: 0; } }
@media (max-width: 768px) { .cs-services, .cs-process, .testimonials-new { padding: 72px 0; } .cs-service-card, .process-three article, .testimonial-grid article { padding: 26px; } .price-panel { flex-direction: column; align-items: stretch; } }

/* content-plan-overflow-fix */
html, body { max-width: 100%; overflow-x: hidden; }
.hero-lede, .lede, .cs-section-head p, .service-problem, .service-desc, .about-bio p, .contact-intro p { overflow-wrap: anywhere; }


/* merged-depth-conversion-pass */
.merge-section{padding:clamp(78px,9vw,124px) 0;position:relative}.merge-section.dark{background:linear-gradient(145deg,rgba(7,16,27,.99),rgba(10,20,36,.98));color:var(--paper)}.merge-section.cream{background:linear-gradient(180deg,rgba(248,248,246,.99),rgba(241,242,244,.96));color:var(--ink)}.merge-section .section-kicker{display:inline-flex;align-items:center;gap:14px;color:var(--soft-gold);font-size:12px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;margin-bottom:22px}.merge-section .section-kicker:before{content:'';width:34px;height:2px;background:currentColor}.merge-section.dark p,.merge-section.dark li{color:rgba(248,248,246,.76)}.merge-section.cream p,.merge-section.cream li{color:var(--graphite)}.merge-head{max-width:860px;margin-bottom:48px}.merge-head.center{text-align:center;margin-left:auto;margin-right:auto}.merge-head p{max-width:720px;font-size:18px;line-height:1.7}.merge-head.center p{margin-left:auto;margin-right:auto}.merge-grid{display:grid;gap:24px}.merge-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.merge-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.merge-grid.four{grid-template-columns:repeat(4,minmax(0,1fr))}.merge-card{border:1px solid rgba(201,152,47,.26);border-radius:8px;padding:30px;display:flex;flex-direction:column;min-height:100%;background:rgba(255,255,255,.64);box-shadow:0 18px 44px rgba(14,20,27,.06)}.merge-card.dark-card{background:linear-gradient(145deg,rgba(255,255,255,.075),rgba(255,255,255,.025));color:var(--paper);border-color:rgba(229,195,106,.28);box-shadow:0 24px 58px rgba(0,0,0,.2)}.merge-card h3{font-family:var(--font-display);font-size:clamp(26px,2.1vw,34px);line-height:1.08;margin:0 0 16px;color:inherit}.merge-card p{margin:0 0 18px}.merge-card .meta,.merge-card .card-label{color:var(--soft-gold);font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;margin-bottom:18px}.merge-card .btn{margin-top:auto;width:100%}.merge-list{list-style:none;padding:0;margin:20px 0 26px;border-top:1px solid rgba(201,152,47,.22)}.merge-list li{display:grid;grid-template-columns:38px 1fr;gap:14px;align-items:start;padding:14px 0;border-bottom:1px solid rgba(201,152,47,.16)}.merge-list li:before{content:attr(data-num);display:inline-flex;width:32px;height:32px;align-items:center;justify-content:center;border:1px solid rgba(229,195,106,.42);color:var(--soft-gold);font-family:var(--font-display);font-style:italic;font-size:12px}.decision-paths .merge-card{min-height:330px}.experience-pillars .merge-card{min-height:420px}.quiz-combined{display:grid;grid-template-columns:.72fr 1.28fr;border:1px solid rgba(201,152,47,.25);background:rgba(255,255,255,.72);box-shadow:0 26px 70px rgba(14,20,27,.08)}.quiz-side{background:var(--midnight);color:var(--paper);padding:42px;display:flex;flex-direction:column;justify-content:space-between}.quiz-side .pullquote{color:var(--paper);font-family:var(--font-display);font-style:italic;font-size:clamp(26px,2.8vw,38px);line-height:1.18}.quiz-main{padding:42px}.quiz-options{display:flex;flex-direction:column;gap:12px;margin:26px 0}.quiz-option{display:flex;align-items:center;gap:14px;width:100%;min-height:58px;padding:16px 18px;border:1px solid rgba(201,152,47,.24);border-radius:5px;background:rgba(248,248,246,.82);color:var(--ink);text-align:left;font:inherit;cursor:pointer}.quiz-option.selected{background:var(--midnight);color:var(--paper);border-color:var(--gold)}.quiz-option-mark{width:17px;height:17px;border:1px solid currentColor;border-radius:50%;flex:0 0 auto}.quiz-result{display:none;margin-top:18px;padding:20px;border:1px solid rgba(201,152,47,.34);background:rgba(201,152,47,.08)}.quiz-result.active{display:block}.workflow-merged .merge-card{min-height:320px}.guardrail-grid .merge-card{min-height:230px}.case-card strong{display:block;color:var(--gold);font-size:12px;letter-spacing:.12em;text-transform:uppercase;margin:14px 0 4px}.credibility-strip{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid rgba(229,195,106,.25);margin-top:34px}.credibility-strip div{padding:24px;border-right:1px solid rgba(229,195,106,.16)}.credibility-strip div:last-child{border-right:0}.credibility-strip strong{display:block;color:var(--soft-gold);font-family:var(--font-display);font-size:32px;line-height:1}.resource-merged-card{position:relative;min-height:430px;overflow:hidden;color:var(--paper);justify-content:flex-end}.resource-merged-card:before{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(7,16,27,.18),rgba(7,16,27,.88));z-index:0}.resource-merged-card>*{position:relative;z-index:1}.resource-merged-card.bg-1{background:url('/IA PHOTOS/10.png') center/cover}.resource-merged-card.bg-2{background:url('/IA PHOTOS/11.png') center/cover}.resource-merged-card.bg-3{background:url('/IA PHOTOS/12.png') center/cover}.podcast-merged{display:grid;grid-template-columns:.82fr 1.18fr;gap:42px;align-items:start}.episode-library{border:1px solid rgba(229,195,106,.26);background:rgba(255,255,255,.05);padding:28px;max-height:420px;overflow:auto}.episode-row{display:grid;grid-template-columns:42px 1fr auto;gap:18px;align-items:center;padding:18px 0;border-bottom:1px solid rgba(229,195,106,.16)}.episode-row:last-child{border-bottom:0}.episode-row .type{color:var(--soft-gold);font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;border:1px solid rgba(229,195,106,.35);padding:8px 10px}.purchase-safety{border:1px solid rgba(229,195,106,.28);padding:36px;background:rgba(255,255,255,.055)}.faq-grid details{border:1px solid rgba(201,152,47,.24);border-radius:8px;background:rgba(255,255,255,.62);padding:22px 24px}.faq-grid summary{cursor:pointer;font-family:var(--font-display);font-size:24px;color:var(--ink)}.final-paths .merge-card{min-height:250px}@media(max-width:1120px){.merge-grid.four,.merge-grid.three,.quiz-combined,.podcast-merged{grid-template-columns:1fr 1fr}.experience-pillars.merge-grid.three{grid-template-columns:1fr}.credibility-strip{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.merge-section{padding:72px 0}.merge-grid.four,.merge-grid.three,.merge-grid.two,.quiz-combined,.podcast-merged{grid-template-columns:1fr}.merge-card,.quiz-side,.quiz-main,.purchase-safety{padding:24px}.credibility-strip{grid-template-columns:1fr}.credibility-strip div{border-right:0;border-bottom:1px solid rgba(229,195,106,.16)}.episode-row{grid-template-columns:32px 1fr}.episode-row .type{grid-column:2}.resource-merged-card{min-height:360px}}

/* spanish-only-pass */
.lang-toggle{display:none!important}

/* hero-service-pills */
.hero-service-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 28px;
  max-width: 760px;
}
.hero-service-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 14px;
  border: 1px solid rgba(229, 195, 106, 0.44);
  border-radius: 999px;
  background: rgba(5, 11, 20, 0.26);
  color: rgba(248, 248, 246, 0.88);
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.hero-lede p {
  margin: 0 0 12px;
}
.hero-lede p:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .hero-service-pills {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-bottom: 28px;
  }
  .hero-service-pill {
    width: 100%;
    padding: 0 10px;
    text-align: center;
  }
}

/* content-refresh-2026: content layout only */
.persona-framework {
  margin: 0 0 clamp(34px, 5vw, 58px);
}
.business-framework {
  margin-top: clamp(24px, 4vw, 42px);
}
.persona-framework-intro {
  display: grid;
  grid-template-columns: minmax(0, .7fr) minmax(0, 1fr);
  gap: clamp(20px, 4vw, 48px);
  align-items: end;
  margin-bottom: clamp(24px, 4vw, 38px);
}
.persona-framework-intro h3 {
  margin: 0;
  color: inherit;
  font-family: var(--font-display);
  font-size: clamp(38px, 4.6vw, 68px);
  font-weight: 500;
  line-height: .98;
}
.persona-framework-intro p {
  max-width: 560px;
  margin: 0;
  color: inherit;
  opacity: .74;
  font-size: clamp(17px, 1.3vw, 20px);
  line-height: 1.65;
}
.persona-framework-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.persona-framework-grid article {
  min-height: 280px;
  display: grid;
  align-content: space-between;
  gap: 16px;
  padding: clamp(22px, 2.4vw, 30px);
  border: 1px solid rgba(229,195,106,.22);
  border-radius: 8px;
  background: transparent;
  color: inherit;
  transition: transform .28s ease, background .28s ease, border-color .28s ease, box-shadow .28s ease;
}
#personas.cs-personas .persona-framework-grid article:nth-child(1) {
  transform: translateY(96px);
  background: linear-gradient(145deg, rgba(3,10,20,.72), rgba(8,20,36,.16));
}
#personas.cs-personas .persona-framework-grid article:nth-child(2) {
  transform: translateY(64px);
  background: linear-gradient(145deg, rgba(7,17,31,.76), rgba(17,38,64,.22));
}
#personas.cs-personas .persona-framework-grid article:nth-child(3) {
  transform: translateY(32px);
  background: linear-gradient(145deg, rgba(11,25,45,.78), rgba(28,58,92,.28));
}
#personas.cs-personas .persona-framework-grid article:nth-child(4) {
  transform: translateY(0);
  background: linear-gradient(145deg, rgba(16,35,61,.82), rgba(42,79,118,.34));
}
#personas.cs-personas .persona-framework-grid article:hover {
  border-color: rgba(229,195,106,.55);
  box-shadow: 0 24px 70px rgba(229,195,106,.16), inset 0 1px 0 rgba(255,255,255,.08);
}
#personas.cs-personas .persona-framework-grid article:nth-child(1):hover { transform: translateY(88px); }
#personas.cs-personas .persona-framework-grid article:nth-child(2):hover { transform: translateY(56px); }
#personas.cs-personas .persona-framework-grid article:nth-child(3):hover { transform: translateY(24px); }
#personas.cs-personas .persona-framework-grid article:nth-child(4):hover { transform: translateY(-6px); }
.persona-framework-grid span {
  color: var(--soft-gold);
  font-family: var(--font-display);
  font-size: clamp(32px, 3vw, 48px);
  font-style: italic;
  line-height: .9;
}
.persona-framework-grid h3 {
  margin: 0;
  color: inherit;
  font-family: var(--font-display);
  font-size: clamp(25px, 2.2vw, 34px);
  font-weight: 500;
  line-height: 1.04;
}
.persona-framework-grid p {
  margin: 0;
  color: inherit;
  opacity: .72;
  line-height: 1.58;
}
.persona-framework-grid strong {
  color: var(--soft-gold);
  font-size: 12px;
  letter-spacing: .11em;
  line-height: 1.45;
  text-transform: uppercase;
}
#personas.cs-personas .persona-framework-grid article {
  text-align: center;
  justify-items: center;
}
#personas.cs-personas .cs-section-head.center {
  max-width: 920px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}
#personas.cs-personas .cs-section-head.center .eyebrow {
  justify-content: center !important;
}
#personas.cs-personas .cs-section-head.center h2,
#personas.cs-personas .cs-section-head.center p {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}
.framework-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  margin-top: clamp(22px, 3vw, 34px);
  padding-top: 24px;
  border-top: 1px solid rgba(229,195,106,.18);
}
.framework-cta p {
  margin: 0;
  color: inherit;
  font-family: var(--font-display);
  font-size: clamp(25px, 2.5vw, 36px);
  line-height: 1.12;
}
.client-path-steps {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  margin: clamp(120px, 12vw, 176px) auto 0;
  padding-top: clamp(34px, 4vw, 54px);
  border-top: 1px solid rgba(229,195,106,.2);
}
.client-path-intro {
  max-width: 840px;
  margin: 0 auto clamp(24px, 3vw, 36px);
  text-align: center;
}
.client-path-intro span {
  display: block;
  color: var(--soft-gold);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.client-path-intro p {
  margin: 12px auto 0;
  max-width: 760px;
  color: rgba(248,248,246,.76);
  font-family: var(--font-display);
  font-size: clamp(24px, 2.2vw, 34px);
  line-height: 1.18;
}
.client-path-step {
  width: 100%;
  min-height: 185px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  gap: 18px;
  padding: clamp(24px, 2.6vw, 34px);
  border: 1px solid rgba(229,195,106,.28);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(255,255,255,.08), rgba(255,255,255,.025));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06), 0 20px 58px rgba(0,0,0,.18);
  transition: background .28s ease, border-color .28s ease, box-shadow .28s ease, transform .28s ease;
}
.client-path-step:nth-of-type(1) {
  background:
    radial-gradient(circle at 50% 0%, rgba(229,195,106,.055), transparent 44%),
    linear-gradient(145deg, rgba(3,10,20,.74), rgba(8,20,36,.20));
}
.client-path-step:nth-of-type(2) {
  background:
    radial-gradient(circle at 50% 0%, rgba(229,195,106,.065), transparent 44%),
    linear-gradient(145deg, rgba(7,17,31,.78), rgba(20,45,75,.28));
}
.client-path-step:nth-of-type(3) {
  background:
    radial-gradient(circle at 50% 0%, rgba(229,195,106,.075), transparent 44%),
    linear-gradient(145deg, rgba(11,25,45,.80), rgba(39,75,112,.36));
}
.client-path-step:hover {
  border-color: rgba(229,195,106,.6);
  box-shadow: 0 24px 70px rgba(229,195,106,.16), inset 0 1px 0 rgba(255,255,255,.08);
  transform: translateY(-3px);
}
.client-path-step span {
  color: var(--soft-gold);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.client-path-step h4 {
  margin: 0;
  color: var(--paper);
  font-family: var(--font-display);
  font-size: clamp(28px, 2.5vw, 38px);
  font-weight: 500;
  line-height: 1.04;
}
.client-path-step p {
  margin: 0;
  max-width: 740px;
  color: rgba(248,248,246,.74);
  line-height: 1.62;
}
.client-path-step ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 18px;
  width: min(760px, 100%);
  margin: 0;
  padding: 0;
  list-style: none;
}
.client-path-step li {
  position: relative;
  padding: 10px 12px;
  color: rgba(248,248,246,.76);
  font-size: 15px;
  line-height: 1.45;
  text-align: center;
  border: 1px solid rgba(229,195,106,.18);
  border-radius: 999px;
  background: rgba(248,248,246,.045);
}
.client-path-step li::before {
  content: none;
}
.client-path-step li:last-child:nth-child(odd) {
  grid-column: 1 / -1;
  justify-self: center;
  width: calc((100% - 18px) / 2);
}
.client-path-list-group {
  display: grid;
  gap: 12px;
  width: min(760px, 100%);
}
.client-path-list-group h5 {
  margin: 0;
  color: var(--soft-gold);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.client-path-cta {
  justify-content: center;
}
@media (max-width: 980px) {
  #personas.cs-personas .persona-framework-grid article,
  #personas.cs-personas .persona-framework-grid article:hover {
    transform: none !important;
  }
  .client-path-step {
    min-height: auto;
  }
  .client-path-step ul {
    grid-template-columns: 1fr;
  }
  .client-path-step li:last-child:nth-child(odd) {
    width: 100%;
  }
}

/* P4-02: approved six-step client journey. */
.journey-section {
  position: relative;
  padding: 112px 0;
  color: var(--paper);
  background: #07111f;
  border-top: 1px solid rgba(229, 195, 106, .18);
  border-bottom: 1px solid rgba(229, 195, 106, .18);
}
.journey-section .journey-head {
  margin-bottom: 52px;
}
.journey-section .journey-head .eyebrow {
  justify-content: center;
  color: var(--soft-gold);
}
.journey-section .journey-head h2 {
  color: var(--paper);
}
.journey-section .journey-head p {
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
  color: rgba(248, 248, 246, .74);
}
.journey-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(229, 195, 106, .28);
  border-radius: 8px;
  background: rgba(229, 195, 106, .22);
  box-shadow: 0 28px 72px rgba(0, 0, 0, .22);
}
.journey-step {
  display: flex;
  min-width: 0;
  min-height: 286px;
  flex-direction: column;
  padding: 32px;
  background: rgba(2, 7, 17, .94);
  transition: background-color .24s ease;
}
.journey-step:hover {
  background: rgba(13, 31, 52, .96);
}
.journey-step-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 34px;
}
.journey-number {
  color: var(--soft-gold);
  font-family: var(--font-display);
  font-size: 36px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
}
.journey-phase {
  color: rgba(248, 248, 246, .58);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
  text-align: right;
  text-transform: uppercase;
}
.journey-step h3 {
  margin: 0 0 16px;
  color: var(--paper);
  font-family: var(--font-display);
  font-size: 32px;
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: 0;
}
.journey-step p {
  margin: 0 0 26px;
  color: rgba(248, 248, 246, .72);
  font-size: 16px;
  line-height: 1.62;
}
.journey-result {
  display: block;
  margin-top: auto;
  padding-top: 16px;
  color: var(--soft-gold);
  border-top: 1px solid rgba(229, 195, 106, .18);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
  text-transform: uppercase;
}
.journey-assurance {
  width: min(900px, 100%);
  margin: 34px auto 0;
  padding: 20px 0 20px 22px;
  border-left: 2px solid var(--soft-gold);
}
.journey-assurance p {
  margin: 0;
  color: rgba(248, 248, 246, .72);
  font-size: 15px;
  line-height: 1.65;
}
.journey-assurance strong {
  color: var(--paper);
}
.journey-actions {
  display: flex;
  justify-content: center;
  margin-top: 34px;
}
.journey-actions .btn {
  min-width: min(100%, 260px);
}
@media (max-width: 980px) {
  .journey-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  .journey-section {
    padding: 72px 0;
  }
  .journey-section .journey-head {
    margin-bottom: 36px;
  }
  .journey-grid {
    grid-template-columns: 1fr;
  }
  .journey-step {
    min-height: 0;
    padding: 26px;
  }
  .journey-step-head {
    margin-bottom: 26px;
  }
  .journey-assurance {
    padding-left: 18px;
  }
  .journey-actions .btn {
    width: 100%;
  }
}
.podcast-cover-photo {
  position: relative;
  min-height: clamp(300px, 34vw, 480px);
  margin: 0 0 clamp(28px, 4vw, 48px);
  overflow: hidden;
  border: 1px solid rgba(229,195,106,.24);
  border-radius: 8px;
  background: rgba(255,255,255,.04);
}
.podcast-cover-photo img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  object-position: center 42%;
}
.podcast-cover-photo::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 44%;
  background: linear-gradient(180deg, transparent, rgba(2,7,17,.74));
  pointer-events: none;
}
.podcast-cover-photo figcaption {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  z-index: 1;
  color: rgba(248,248,246,.78);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .13em;
  line-height: 1.45;
  text-transform: uppercase;
}
.podcast-bottom-cta.is-single > div {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
@media (max-width: 1120px) {
  .persona-framework-intro,
  .persona-framework-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .persona-framework-intro,
  .persona-framework-grid {
    grid-template-columns: 1fr;
  }
  .framework-cta .btn,
  .podcast-bottom-cta.is-single .btn {
    width: 100%;
  }
}


/* Homepage intro video */
.home-video-intro {
  max-width: 1040px;
  margin: 0 auto clamp(46px, 6vw, 74px);
  text-align: center;
}
.home-video-intro .video-kicker {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: var(--soft-gold);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.home-video-intro .video-kicker::before,
.home-video-intro .video-kicker::after {
  content: "";
  width: 34px;
  height: 2px;
  background: currentColor;
}
.home-video-intro h2 {
  max-width: 760px;
  margin: 0 auto 16px;
  color: var(--ink);
}
.home-video-intro p {
  max-width: 720px;
  margin: 0 auto 28px;
  color: var(--graphite);
  font-size: 18px;
  line-height: 1.7;
}
.home-video-frame {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(201, 152, 47, .36);
  background: #07101b;
  box-shadow: 0 28px 70px rgba(14, 20, 27, .18);
}
.home-video-frame video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #07101b;
}
@media (max-width: 720px) {
  .home-video-intro { margin-bottom: 42px; }
  .home-video-intro p { font-size: 16px; }
}



/* Site video sections */
.site-video-feature {
  width: min(1040px, 100%);
  margin: 0 auto clamp(42px, 5vw, 70px);
  text-align: center;
}
.site-video-feature .video-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  color: var(--soft-gold, #d6aa39);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.site-video-feature .video-kicker::before,
.site-video-feature .video-kicker::after {
  content: "";
  width: 34px;
  height: 2px;
  background: currentColor;
}
.site-video-feature h2 {
  max-width: 760px;
  margin: 0 auto 14px;
}
.site-video-feature > p,
.site-video-feature .video-intro {
  max-width: 720px;
  margin: 0 auto 28px;
  color: var(--graphite, #5f6c7a);
  font-size: 18px;
  line-height: 1.7;
}
.site-video-carousel {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(320px, 1fr);
  gap: 18px;
  overflow-x: auto;
  padding: 2px 2px 18px;
  scroll-snap-type: x proximity;
}
.site-video-feature.is-single .site-video-carousel {
  display: block;
  overflow: visible;
  padding-bottom: 0;
}
.site-video-card {
  scroll-snap-align: start;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(201, 152, 47, .36);
  background: #07101b;
  box-shadow: 0 28px 70px rgba(14, 20, 27, .18);
  text-align: left;
}
.site-video-card video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #07101b;
}
.site-video-caption {
  display: none !important;
  align-items: center;
  gap: 12px;
  padding: 14px 16px 16px;
  color: rgba(248, 248, 246, .84);
}
.site-video-caption span {
  color: var(--soft-gold, #d6aa39);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
}
.site-video-caption h3 {
  margin: 0;
  color: #fff;
  font-family: var(--font-sans, inherit);
  font-size: 15px;
  line-height: 1.35;
}
.support-section.is-dark .site-video-feature .video-intro,
.support-section.is-dark .site-video-feature > p,
.cs-services.section-bg-image .site-video-feature .video-intro,
.cs-services.section-bg-image .site-video-feature > p {
  color: rgba(248, 248, 246, .78);
}
@media (max-width: 760px) {
  .site-video-feature { margin-bottom: 42px; }
  .site-video-feature .video-intro { font-size: 16px; }
  .site-video-carousel { grid-auto-columns: minmax(270px, 88vw); }
}
