/* Pass HQ — product shell · black / copper / cream · Cormorant + DM Sans
   Forked slim from chefmichaellockard-site; Linear/Stripe restraint. */
:root {
  --navy: #0a0a0a;
  --navy-mid: #161616;
  --gold: #c4a35a;
  --gold-soft: #d4bc7a;
  --cream: #f5f0e6;
  --cream-muted: #e8e0d0;
  --ink: #0a0a0a;
  --font-display: "Cormorant Garamond", Georgia, serif;
  --font-body: "DM Sans", system-ui, sans-serif;
  --max: 68rem;
  --nav-h: 3.75rem;
  --topbar-h: 2.25rem;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  font-weight: 400;
  color: var(--cream);
  background: var(--navy);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--gold-soft); }

.visually-hidden {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0);
  border: 0;
}

/* —— Top free CTA bar (Rich Dad structure) —— */
.topbar {
  background: var(--navy-mid);
  border-bottom: 1px solid rgba(196, 163, 90, 0.28);
  text-align: center;
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.55rem 1rem;
  min-height: var(--topbar-h);
}
.topbar a {
  color: var(--gold-soft);
  border-bottom: 1px solid transparent;
}
.topbar a:hover {
  color: var(--cream);
  border-bottom-color: var(--gold);
}
.topbar__sep { opacity: 0.45; margin: 0 0.45rem; color: var(--cream-muted); }

/* —— Header / nav —— */
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  min-height: var(--nav-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.75rem clamp(1rem, 3vw, 2rem);
  background: rgba(10, 10, 10, 0.92);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(196, 163, 90, 0.18);
}
.brand-mark {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 1.65rem;
  letter-spacing: 0.12em;
  color: var(--cream);
  white-space: nowrap;
}
.brand-mark:hover { color: var(--gold-soft); }
/* HQ gold on dark navy ~7:1; both halves stay readable */
.brand-mark span { color: var(--gold-soft); }
/* Light / cream surfaces: dark wordmark for WCAG AA */
.brand-mark--on-light,
.band .brand-mark {
  color: var(--navy);
}
.brand-mark--on-light span,
.band .brand-mark span {
  color: #7a5f28; /* darker gold on cream ≥4.5:1 */
}
.nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 1.35rem;
  align-items: center;
  justify-content: flex-end;
  letter-spacing: 0.14em;
  font-size: 0.68rem;
  font-weight: 500;
  text-transform: uppercase;
}
.nav a { opacity: 0.92; color: var(--cream-muted); }
.nav a:hover { opacity: 1; color: var(--cream); }
.nav a.is-active {
  color: var(--cream);
  border-bottom: 2px solid var(--gold);
  padding-bottom: 0.15rem;
}

@media (max-width: 720px) {
  .site-header {
    flex-direction: column;
    align-items: flex-start;
    padding: 0.75rem 1rem;
  }
  .nav {
    gap: 0.45rem 0.85rem;
    letter-spacing: 0.1em;
    font-size: 0.62rem;
    justify-content: flex-start;
  }
}

/* —— Buttons —— */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.6rem;
  padding: 0 1.25rem;
  border: 1px solid var(--gold);
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 500;
  font-family: var(--font-body);
  cursor: pointer;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.btn--solid {
  background: var(--gold);
  color: var(--navy);
}
.btn--solid:hover { background: var(--gold-soft); color: var(--navy); }
.btn--ghost { background: transparent; color: var(--cream); }
.btn--ghost:hover { background: rgba(196, 163, 90, 0.15); color: var(--gold-soft); }
.btn--ghost-dark {
  background: transparent;
  color: var(--navy);
  border-color: rgba(10, 10, 10, 0.35);
}
.btn--ghost-dark:hover {
  border-color: var(--gold);
  color: var(--navy);
  background: rgba(196, 163, 90, 0.12);
}

/* —— Hero —— */
.hero {
  position: relative;
  min-height: min(88vh, 42rem);
  display: grid;
  place-items: center;
  text-align: left;
  padding: 4.5rem clamp(1.25rem, 4vw, 3rem) 3.5rem;
  overflow: hidden;
}
.hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero__media picture,
.hero__media img {
  display: block;
  width: 100%;
  height: 100%;
}
.hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
  /* Softened: less crush = less amplified grain on dark kitchen photo */
  filter: brightness(0.82) contrast(1.04) saturate(0.92);
}
.hero__scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  /* Directional: heavier behind left text; lighter on kitchen photo */
  background:
    linear-gradient(
      90deg,
      rgba(10, 10, 10, 0.86) 0%,
      rgba(10, 10, 10, 0.62) 28%,
      rgba(10, 10, 10, 0.28) 52%,
      rgba(10, 10, 10, 0.08) 100%
    ),
    linear-gradient(
      180deg,
      rgba(10, 10, 10, 0.18) 0%,
      rgba(10, 10, 10, 0.08) 45%,
      rgba(10, 10, 10, 0.34) 100%
    );
}
.hero__content {
  position: relative;
  z-index: 2;
  width: min(38rem, 100%);
  margin-right: auto;
}
.hero__eyebrow {
  margin: 0 0 0.85rem;
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 500;
}
.hero h1 {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(2.15rem, 5.5vw, 3.35rem);
  letter-spacing: 0.02em;
  line-height: 1.12;
  color: var(--cream);
  text-wrap: balance;
}
.hero__sub {
  margin: 1.1rem 0 0;
  max-width: 32rem;
  font-size: 1.05rem;
  line-height: 1.55;
  color: var(--cream-muted);
}
.hero__ctas {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

/* —— Hero offer strip (above the fold) —— */
.hero__ladder-wrap {
  margin-top: 1.35rem;
}
.hero__ladder-label {
  margin: 0 0 0.5rem;
  font-size: 0.62rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(232, 213, 183, 0.72);
}
.hero__ladder {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.4rem;
}
.hero__ladder-pill {
  display: inline-flex;
  align-items: center;
  padding: 0.28rem 0.65rem;
  border: 1px solid rgba(232, 213, 183, 0.35);
  border-radius: 999px;
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--cream);
  text-decoration: none;
  background: rgba(10, 10, 10, 0.35);
  white-space: nowrap;
}
a.hero__ladder-pill:hover {
  border-color: var(--gold-soft, #c9a66b);
  color: var(--gold-soft, #c9a66b);
}
.hero__ladder-sep {
  color: rgba(232, 213, 183, 0.45);
  font-size: 0.7rem;
  user-select: none;
}


@media (max-width: 640px) {
  .hero {
    min-height: auto;
    padding: 3.5rem 1.15rem 2.75rem;
    text-align: center;
  }
  .hero__content { margin-inline: auto; }
  .hero__ctas { justify-content: center; }
  .hero__ladder { justify-content: center; }
  .hero__scrim {
    background:
      linear-gradient(
        180deg,
        rgba(10, 10, 10, 0.18) 0%,
        rgba(10, 10, 10, 0.32) 42%,
        rgba(10, 10, 10, 0.78) 100%
      );
  }
}

/* —— Bands —— */
.band {
  background: var(--cream);
  color: var(--ink);
  padding: 4rem clamp(1.25rem, 4vw, 2rem);
}
.band__inner { max-width: var(--max); margin: 0 auto; }
.band h2 {
  margin: 0 0 0.35rem;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(1.65rem, 3.5vw, 2.25rem);
  letter-spacing: 0.02em;
  color: var(--navy);
}
.band p { margin: 0; color: var(--navy-mid); max-width: 40rem; }
.band--alt {
  background: #efe8da;
  color: var(--ink);
}
.band--alt h2 { color: var(--navy); }
.band--alt p { color: var(--navy-mid); }
.band--dark {
  background: var(--navy-mid);
  color: var(--cream);
}
.band--dark h2 { color: var(--cream); }
.band--dark p { color: var(--cream-muted); }
.band--navy {
  background: var(--navy);
  color: var(--cream);
}
.section-label {
  margin: 0 0 0.65rem;
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 500;
}
.band:not(.band--dark):not(.band--navy) .section-label {
  color: #7a5f28; /* gold darkened for cream AA */
}
.section-head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem 1.5rem;
  margin-bottom: 1.75rem;
}
.section-head__link {
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--navy-mid);
  border-bottom: 1px solid rgba(10, 10, 10, 0.2);
  padding-bottom: 0.1rem;
}
.section-head__link:hover {
  color: var(--gold);
  border-bottom-color: var(--gold);
}
.band--dark .section-head__link {
  color: var(--cream-muted);
  border-bottom-color: rgba(245, 240, 230, 0.25);
}

/* —— Ladder product cards —— */
.ladder-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fill, minmax(15.5rem, 1fr));
}
.ladder-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid rgba(10, 10, 10, 0.1);
  padding: 1.35rem 1.25rem 1.25rem;
  min-height: 14rem;
  transition: border-color 0.15s, box-shadow 0.15s;
}
.ladder-card:hover {
  border-color: rgba(196, 163, 90, 0.55);
  box-shadow: 0 8px 24px rgba(10, 10, 10, 0.06);
}
.ladder-card__tier {
  font-size: 0.62rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 0.55rem;
  font-weight: 500;
}
.ladder-card h3 {
  margin: 0 0 0.5rem;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.25;
  color: var(--navy);
}
.ladder-card p {
  margin: 0 0 1rem;
  flex: 1;
  font-size: 0.9rem;
  color: var(--navy-mid);
  max-width: none;
}
.ladder-card__price {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 500;
  color: var(--navy);
  margin: 0 0 1rem;
}
.ladder-card__price span {
  font-family: var(--font-body);
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--navy-mid);
  margin-left: 0.35rem;
}
.ladder-card__note {
  font-size: 0.72rem;
  color: var(--navy-mid);
  opacity: 0.85;
  margin: 0.55rem 0 0;
}
.ladder-card--hold {
  border-style: dashed;
  opacity: 0.92;
}
.ladder-card .btn { align-self: flex-start; margin-top: auto; }

/* —— Offers credit line —— */
.offers-credit {
  margin: 1.5rem 0 0;
  text-align: center;
  font-size: 0.9rem;
  color: var(--navy-mid);
  max-width: none;
}

/* —— Book feature (home #book + /book) —— */
.book-feature {
  display: grid;
  gap: 1.75rem;
  grid-template-columns: auto 1fr;
  align-items: center;
}
.book-feature__cover {
  /* Natural book proportion (~2:3); was capped ~11rem and looked too tall/thin */
  width: clamp(12rem, 32vw, 18rem);
  max-width: 100%;
  height: auto;
  aspect-ratio: 2 / 3;
  object-fit: contain;
  object-position: center top;
  border: 1px solid rgba(196, 163, 90, 0.35);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.4);
  display: block;
}
.book-feature__copy h1,
.book-feature__copy h2 {
  margin: 0 0 0.35rem;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(1.5rem, 3.5vw, 2rem);
  color: var(--cream);
}
.book-feature__subtitle {
  margin: 0 0 0.85rem !important;
  max-width: 36rem;
  color: var(--gold-soft, var(--gold)) !important;
  font-size: 0.95rem !important;
  font-weight: 500;
  letter-spacing: 0.01em;
}
.book-feature__copy p {
  margin: 0;
  max-width: 36rem;
  color: var(--cream-muted);
  font-size: 0.95rem;
}
.book-feature__copy p + p {
  margin-top: 0.65rem;
}
.book-feature__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
}
.book-feature--page {
  padding: 2rem 0 1rem;
  grid-template-columns: auto 1fr;
  gap: 2.25rem;
}
.book-feature--page .book-feature__cover {
  width: clamp(14rem, 38vw, 22rem);
}
.book-page {
  padding-top: 3rem;
  padding-bottom: 3rem;
  min-height: 70vh;
}
@media (max-width: 560px) {
  .book-feature,
  .book-feature--page {
    grid-template-columns: 1fr;
    justify-items: center;
  }
  .book-feature__cover,
  .book-feature--page .book-feature__cover {
    width: min(16rem, 72vw);
  }
  .book-feature__copy p { margin-inline: auto; }
}

/* —— Inner page hero (program / inquire) —— */
.inner-hero {
  padding: 4rem clamp(1.25rem, 4vw, 2rem) 3rem;
  text-align: center;
  background: var(--navy);
}
.inner-hero h1 {
  margin: 0 auto;
  max-width: 28rem;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(2rem, 5vw, 2.75rem);
  letter-spacing: 0.02em;
  line-height: 1.15;
}
.inner-hero p {
  margin: 1rem auto 0;
  max-width: 32rem;
  color: var(--cream-muted);
}
.inner-hero .hero__ctas { justify-content: center; margin-top: 1.75rem; }

.feature-list {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0 0;
  max-width: 36rem;
  margin-inline: auto;
}
.feature-list li {
  padding: 0.85rem 0;
  border-bottom: 1px solid rgba(10, 10, 10, 0.1);
  color: var(--navy-mid);
  font-size: 0.95rem;
}
.feature-list li strong {
  display: block;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 1.1rem;
  color: var(--navy);
  margin-bottom: 0.15rem;
}

/* —— Footer —— */
.site-footer {
  padding: 2.25rem 1.5rem;
  text-align: center;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  opacity: 0.85;
  background: var(--navy);
  border-top: 1px solid rgba(196, 163, 90, 0.15);
  color: var(--cream-muted);
}
.site-footer a { color: var(--gold-soft); }
.site-footer a:hover { color: var(--cream); }
.site-footer__sep { opacity: 0.4; margin: 0 0.45rem; }

/* —— Page hero (audit / inner) —— */
.page-hero--media {
  position: relative;
  min-height: 22rem;
  display: grid;
  place-items: center;
  padding: 4.5rem 1.5rem 3.5rem;
  overflow: hidden;
  text-align: center;
}
.page-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.page-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.4) contrast(1.08) saturate(0.85);
}
.page-hero__scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(ellipse at center, rgba(0,0,0,0.25) 0%, rgba(0,0,0,0.55) 100%),
    linear-gradient(180deg, rgba(10,10,10,0.45) 0%, rgba(10,10,10,0.65) 100%);
}
.page-hero__content {
  position: relative;
  z-index: 2;
  max-width: 40rem;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.has-media-hero .site-header {
  position: absolute;
  inset: auto 0 auto 0;
  top: var(--topbar-h);
  background: transparent;
  border-bottom: none;
  backdrop-filter: none;
}
.has-media-hero.no-topbar .site-header { top: 0; }

/* —— Audit (scoped extras live in audit/index.html) —— */
.audit-draft-banner {
  background: rgba(196, 163, 90, 0.14);
  border-bottom: 1px solid rgba(196, 163, 90, 0.4);
  color: var(--cream-muted);
  text-align: center;
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 0.55rem 1rem;
  position: relative;
  z-index: 30;
}

/* —— Program / KLP —— */
.philosophy-quote {
  margin: 1.25rem 0 0;
  padding: 0;
  border: none;
}
.philosophy-quote p {
  margin: 0;
  max-width: 38rem;
  font-family: var(--font-display);
  font-size: clamp(1.15rem, 2.4vw, 1.45rem);
  font-style: italic;
  font-weight: 400;
  line-height: 1.45;
  color: var(--cream);
}
.curriculum-list {
  list-style: none;
  counter-reset: klp;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0;
}
.curriculum-list li {
  counter-increment: klp;
  position: relative;
  padding: 1.1rem 0 1.1rem 3rem;
  border-bottom: 1px solid rgba(10, 10, 10, 0.1);
  color: var(--navy-mid);
  font-size: 0.95rem;
}
.curriculum-list li::before {
  content: counter(klp, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 1.15rem;
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  color: var(--gold);
  font-weight: 500;
}
.curriculum-list li strong {
  display: block;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 1.2rem;
  color: var(--navy);
  margin-bottom: 0.2rem;
}
.commit-list {
  list-style: none;
  padding: 0;
  margin: 1.25rem 0 0;
}
.commit-list li {
  padding: 0.7rem 0 0.7rem 1.15rem;
  border-bottom: 1px solid rgba(245, 240, 230, 0.12);
  color: var(--cream-muted);
  font-size: 0.95rem;
  position: relative;
}
.commit-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.15rem;
  width: 0.4rem;
  height: 0.4rem;
  background: var(--gold);
  border-radius: 50%;
}

/* Comparison table */
.compare-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 0 -0.25rem;
  padding: 0 0.25rem;
}
.compare-table {
  width: 100%;
  min-width: 40rem;
  border-collapse: collapse;
  background: var(--navy);
  color: var(--cream);
  font-size: 0.88rem;
  line-height: 1.45;
}
.compare-table th,
.compare-table td {
  padding: 0.95rem 1rem;
  vertical-align: top;
  border: 1px solid rgba(196, 163, 90, 0.22);
  text-align: left;
}
.compare-table thead th {
  background: var(--navy-mid);
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 1.05rem;
  letter-spacing: 0.02em;
  color: var(--cream);
  text-align: center;
}
.compare-table thead th:first-child {
  text-align: left;
  background: var(--navy);
}
.compare-table__price {
  display: block;
  margin-top: 0.35rem;
  font-family: var(--font-body);
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 500;
}
.compare-table tbody th[scope="row"] {
  background: var(--navy-mid);
  font-weight: 500;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold-soft);
  width: 9.5rem;
  white-space: nowrap;
}
.compare-table__sub {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.62rem;
  letter-spacing: 0.06em;
  text-transform: none;
  color: var(--cream-muted);
  font-weight: 400;
  white-space: normal;
  max-width: 8.5rem;
}
.compare-table td {
  color: var(--cream-muted);
  background: #0f0f0f;
}
.compare-table__capstone td,
.compare-table__capstone th {
  background: rgba(196, 163, 90, 0.08);
}
.compare-table__capstone td {
  color: var(--cream);
}
.compare-table__capstone td strong {
  color: var(--gold-soft);
}
.compare-table__cta-row td {
  text-align: center;
  background: var(--navy-mid);
}
.compare-table__cta-row .btn {
  width: 100%;
  max-width: 12rem;
}
.compare-table__cta-note {
  display: block;
  margin-top: 0.55rem;
  font-size: 0.68rem;
  letter-spacing: 0.06em;
  color: var(--cream-muted);
  opacity: 0.85;
}
.band .compare-table + *,
.band .compare-wrap + * { /* keep spacing predictable */ }

@media (max-width: 720px) {
  .compare-table {
    font-size: 0.8rem;
    min-width: 36rem;
  }
  .compare-table th,
  .compare-table td {
    padding: 0.75rem 0.65rem;
  }
  .compare-table tbody th[scope="row"] {
    white-space: normal;
    width: 7rem;
  }
}

/* Inquire stub */
.inquire-capstone-note {
  margin: 1rem auto 0 !important;
  max-width: 28rem !important;
  font-size: 0.85rem !important;
  color: var(--gold-soft) !important;
}
.inquire-tiers {
  list-style: none;
  padding: 0;
  margin: 1rem 0 1.75rem;
  border: 1px solid rgba(10, 10, 10, 0.12);
  background: #fff;
}
.inquire-tiers li {
  padding: 0.85rem 1.1rem;
  border-bottom: 1px solid rgba(10, 10, 10, 0.08);
  color: var(--navy-mid);
  font-size: 0.95rem;
}
.inquire-tiers li:last-child { border-bottom: none; }
.inquire-tiers li strong {
  color: var(--navy);
  font-weight: 500;
}
.inquire-tiers li span {
  font-size: 0.78rem;
  color: var(--navy-mid);
  opacity: 0.8;
}
.inquire-form {
  display: grid;
  gap: 0.35rem 0;
  margin-top: 0.5rem;
}
.inquire-form label {
  margin-top: 0.65rem;
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 500;
}
.inquire-form input,
.inquire-form select,
.inquire-form textarea {
  width: 100%;
  padding: 0.7rem 0.85rem;
  border: 1px solid rgba(10, 10, 10, 0.18);
  background: #fff;
  color: var(--navy);
  font-family: var(--font-body);
  font-size: 0.95rem;
}
.inquire-form input:focus,
.inquire-form select:focus,
.inquire-form textarea:focus {
  outline: 2px solid rgba(196, 163, 90, 0.55);
  outline-offset: 1px;
  border-color: var(--gold);
}
.inquire-form .btn {
  margin-top: 1.25rem;
  justify-self: start;
}
.inquire-wiring-note {
  margin: 1.5rem 0 0;
  font-size: 0.78rem;
  color: var(--navy-mid);
  max-width: none;
  opacity: 0.9;
}
.inquire-wiring-note code {
  font-size: 0.85em;
  color: var(--navy);
}


.inquire-person-prefer {
  margin: 0.75rem 0 0;
  font-size: 0.95rem;
  color: var(--cream-muted, #e8e0d0);
}
.inquire-person-prefer a {
  color: var(--gold-soft, #d4bc7a);
  border-bottom: 1px solid rgba(196,163,90,0.45);
}
.inquire-person-prefer a:hover { color: var(--cream, #f5f0e6); }


.inquire-confirm {
  margin: 0 0 1.25rem;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(196, 163, 90, 0.45);
  background: rgba(196, 163, 90, 0.1);
  border-radius: 4px;
  color: var(--cream-muted, #e8e0d0);
  font-size: 0.95rem;
}
.inquire-confirm p { margin: 0 0 0.4rem; }
.inquire-confirm p:last-child { margin-bottom: 0; }
.inquire-confirm strong { color: var(--cream, #f5f0e6); }

/* —— Pricing cards (program tiers) —— */
.pricing-cards {
  display: grid;
  gap: 1.15rem;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  margin: 0 0 1.5rem;
}
.pricing-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid rgba(10, 10, 10, 0.1);
  padding: 1.5rem 1.35rem 1.35rem;
  position: relative;
  transition: border-color 0.15s, box-shadow 0.15s;
}
.pricing-card:hover {
  border-color: rgba(196, 163, 90, 0.55);
  box-shadow: 0 8px 24px rgba(10, 10, 10, 0.06);
}
.pricing-card--recommended {
  border-color: rgba(196, 163, 90, 0.95);
  border-width: 2px;
  box-shadow: 0 18px 42px rgba(10, 10, 10, 0.14);
  padding: 2rem 1.55rem 1.55rem;
  transform: scale(1.07);
  z-index: 2;
  background: linear-gradient(180deg, #fffef9 0%, #fff 55%);
}
.pricing-card--recommended .pricing-card__name {
  font-size: 1.7rem;
}
.pricing-card--recommended .pricing-card__price {
  font-size: clamp(2.35rem, 4.5vw, 3rem);
}
.pricing-card--recommended .pricing-card__badge {
  font-size: 0.72rem;
  padding: 0.38rem 0.9rem;
  box-shadow: 0 4px 12px rgba(196, 163, 90, 0.35);
}
.pricing-card--recommended .btn--solid {
  min-height: 3rem;
  font-weight: 700;
}
.pricing-card__badge {
  position: absolute;
  top: -0.65rem;
  left: 50%;
  transform: translateX(-50%);
  background: var(--gold);
  color: var(--navy);
  font-size: 0.62rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0.3rem 0.75rem;
  white-space: nowrap;
}
.pricing-card__name {
  margin: 0.35rem 0 0.25rem;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 1.45rem;
  color: var(--navy);
  line-height: 1.2;
}
.pricing-card__price {
  margin: 0 0 0.55rem;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(2rem, 4vw, 2.5rem);
  color: var(--navy);
  letter-spacing: 0.02em;
  line-height: 1.1;
}
.pricing-card__tagline {
  margin: 0 0 1.15rem;
  font-size: 0.95rem;
  color: var(--navy-mid);
  max-width: none;
}
.pricing-card__includes {
  list-style: none;
  padding: 0;
  margin: 0 0 1.35rem;
  flex: 1;
}
.pricing-card__includes li {
  position: relative;
  padding: 0.45rem 0 0.45rem 1.15rem;
  border-bottom: 1px solid rgba(10, 10, 10, 0.08);
  font-size: 0.88rem;
  color: var(--navy-mid);
  line-height: 1.4;
}
.pricing-card__includes li:last-child { border-bottom: none; }
.pricing-card__includes li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.85rem;
  width: 0.35rem;
  height: 0.35rem;
  background: var(--gold);
  border-radius: 50%;
}
.pricing-card__includes li.pricing-card__includes-label {
  display: block;
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 500;
  margin: 0.35rem 0 0.15rem;
  padding: 0.35rem 0 0.55rem;
  border: none;
}
.pricing-card__includes li.pricing-card__includes-label::before { display: none; }
.pricing-card .btn {
  align-self: stretch;
  width: 100%;
  margin-top: auto;
}
.pricing-credit {
  margin: 0;
  text-align: center;
  font-size: 0.9rem;
  color: var(--navy-mid);
  max-width: none;
}
@media (max-width: 900px) {
  .pricing-cards {
    grid-template-columns: 1fr;
    max-width: 24rem;
    margin-inline: auto;
  }
  .pricing-card--recommended { order: -1; }
}

/* Stronger outlined buttons on cream cards */
.btn--ghost-dark {
  background: transparent;
  color: var(--navy);
  border: 1.5px solid rgba(10, 10, 10, 0.55);
}
.btn--ghost-dark:hover {
  border-color: var(--gold);
  color: var(--navy);
  background: rgba(196, 163, 90, 0.12);
}
/* Ghost on dark backgrounds — cream text + gold border */
.btn--ghost {
  background: transparent;
  color: var(--cream);
  border: 1.5px solid var(--gold);
}
.btn--ghost:hover {
  background: rgba(196, 163, 90, 0.15);
  color: var(--gold-soft);
  border-color: var(--gold-soft);
}

/* —— Motion (CSS + js/motion.js) —— */
@keyframes hero-kenburns {
  from { transform: scale(1); }
  to { transform: scale(1.04); }
}
@keyframes fade-up {
  from { opacity: 0; transform: translateY(1.1rem); }
  to { opacity: 1; transform: translateY(0); }
}

.js-motion .hero__media img,
.js-motion .page-hero__media img {
  transform-origin: center center;
  animation: hero-kenburns 20s ease forwards;
}

.js-motion .hero__eyebrow,
.js-motion .hero h1,
.js-motion .hero__sub,
.js-motion .hero__ctas,
.js-motion .page-hero__content > *:not(.page-hero__media):not(.page-hero__scrim),
.js-motion .inner-hero > * {
  opacity: 0;
  animation: fade-up 0.6s ease forwards;
}
.js-motion .hero__eyebrow { animation-delay: 0.05s; }
.js-motion .hero h1 { animation-delay: 0.15s; }
.js-motion .hero__sub { animation-delay: 0.28s; }
.js-motion .hero__ctas { animation-delay: 0.4s; }

.js-motion .page-hero__content > *:nth-child(1) { animation-delay: 0.08s; }
.js-motion .page-hero__content > *:nth-child(2) { animation-delay: 0.18s; }
.js-motion .page-hero__content > *:nth-child(3) { animation-delay: 0.28s; }
.js-motion .page-hero__content > *:nth-child(4) { animation-delay: 0.38s; }
.js-motion .page-hero__content > *:nth-child(5) { animation-delay: 0.48s; }

.js-motion .inner-hero > *:nth-child(1) { animation-delay: 0.05s; }
.js-motion .inner-hero > *:nth-child(2) { animation-delay: 0.15s; }
.js-motion .inner-hero > *:nth-child(3) { animation-delay: 0.25s; }
.js-motion .inner-hero > *:nth-child(4) { animation-delay: 0.35s; }
.js-motion .inner-hero > *:nth-child(5) { animation-delay: 0.45s; }
.js-motion .inner-hero > *:nth-child(6) { animation-delay: 0.55s; }

.js-motion .motion-reveal {
  opacity: 0;
  transform: translateY(1.25rem);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.js-motion .motion-reveal.is-inview {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .js-motion .hero__media img,
  .js-motion .page-hero__media img,
  .js-motion .hero__eyebrow,
  .js-motion .hero h1,
  .js-motion .hero__sub,
  .js-motion .hero__ctas,
  .js-motion .page-hero__content > *,
  .js-motion .inner-hero > * {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
  .js-motion .motion-reveal {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

/* Inquire confirm on cream band — navy text */
.band .inquire-confirm {
  color: var(--navy-mid);
  background: rgba(196, 163, 90, 0.12);
}
.band .inquire-confirm strong { color: var(--navy); }


@media (max-width: 820px) {
  .pricing-card--recommended {
    transform: none;
  }
}
