:root {
  --cream: #f5ede2;
  --cream-soft: #fbf7f0;
  --cream-deep: #e7dcc8;
  --parchment: #f8f2e8;
  --navy: #12253f;
  --navy-soft: #243d61;
  --navy-deep: #0c1a2d;
  --gold: #cfa35e;
  --gold-soft: rgba(207, 163, 94, 0.16);
  --gold-deep: #a97b37;
  --ink: #1d2c3d;
  --ink-soft: rgba(29, 44, 61, 0.8);
  --border: rgba(18, 37, 63, 0.12);
  --border-strong: rgba(18, 37, 63, 0.18);
  --card: rgba(255, 251, 245, 0.78);
  --card-strong: rgba(255, 252, 247, 0.94);
  --shadow-soft: 0 18px 40px rgba(18, 37, 63, 0.08);
  --shadow: 0 28px 80px rgba(18, 37, 63, 0.12);
  --shadow-deep: 0 36px 110px rgba(12, 26, 45, 0.22);
  --shadow-hover: 0 34px 96px rgba(12, 26, 45, 0.18);
  --radius-xl: 38px;
  --radius-lg: 28px;
  --radius-md: 18px;
  --site-width: min(1288px, calc(100vw - 40px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(207, 163, 94, 0.18), transparent 24%),
    radial-gradient(circle at 80% 10%, rgba(255, 225, 174, 0.38), transparent 18%),
    radial-gradient(circle at top right, rgba(18, 37, 63, 0.08), transparent 22%),
    linear-gradient(180deg, #fcf8f1 0%, #f6efe4 44%, #f4eadc 100%);
  font-family: "Avenir Next", "Segoe UI", sans-serif;
  line-height: 1.65;
}

.page-backdrop {
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.16) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.16) 1px, transparent 1px);
  background-size: 76px 76px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.28), transparent 92%);
  opacity: 0.2;
}

.site-shell {
  width: var(--site-width);
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}

.site-banner {
  padding: 12px 0 0;
}

.banner-shell {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 14px 24px;
  border: 1px solid rgba(18, 37, 63, 0.08);
  border-radius: 999px;
  background: rgba(255, 251, 247, 0.72);
  color: rgba(18, 37, 63, 0.78);
  font-size: 0.92rem;
  box-shadow: var(--shadow-soft);
}

.banner-shell a {
  color: var(--navy);
  font-weight: 700;
  text-decoration: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  padding: 14px 0 0;
  backdrop-filter: blur(18px);
}

.nav-shell {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding: 18px 20px;
  border: 1px solid rgba(18, 37, 63, 0.08);
  border-radius: 999px;
  background: rgba(255, 252, 247, 0.9);
  box-shadow: var(--shadow-soft);
}

.nav-shell-minimal {
  gap: 16px;
}

.nav-shell-reading {
  gap: 22px;
  padding-block: 16px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
  min-width: 0;
  color: var(--navy);
  text-decoration: none;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-soft) 100%);
  color: var(--cream);
  font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", serif;
  font-size: 0.92rem;
  letter-spacing: 0.14em;
  box-shadow: 0 14px 30px rgba(18, 37, 63, 0.18);
}

.brand-copy {
  display: flex;
  flex-direction: column;
  line-height: 1.12;
}

.brand-copy strong {
  font-size: 0.98rem;
  font-weight: 700;
}

.brand-copy span {
  color: rgba(18, 37, 63, 0.68);
  font-size: 0.78rem;
}

.site-nav {
  display: flex;
  flex-wrap: nowrap;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  min-width: 0;
  padding-inline: 12px 4px;
}

.site-nav-link-active {
  color: var(--navy) !important;
  background: rgba(207, 163, 94, 0.14);
  box-shadow: inset 0 0 0 1px rgba(207, 163, 94, 0.22);
}

.site-nav-link-active::after {
  display: none;
}

.nav-action {
  flex-shrink: 0;
  padding-inline: 20px;
}

.nav-meta {
  color: rgba(18, 37, 63, 0.68);
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.reading-nav {
  display: flex;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  min-width: 0;
}

.reading-nav-copy {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.reading-nav-label {
  color: var(--gold-deep);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.reading-nav-note {
  color: rgba(18, 37, 63, 0.7);
  font-size: 0.88rem;
  font-weight: 600;
}

.reading-nav-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
}

.reading-nav-link {
  min-height: 48px;
  padding: 0 18px;
  box-shadow: none;
}

.nav-action-compact {
  width: auto;
  min-height: 48px;
  padding-inline: 18px;
}

.site-nav a,
.footer-links a {
  color: var(--navy);
  text-decoration: none;
  font-size: 0.92rem;
  white-space: nowrap;
  transition: color 160ms ease, opacity 160ms ease, background 160ms ease, transform 160ms ease;
}

.site-nav a:hover,
.footer-links a:hover,
.banner-shell a:hover {
  color: var(--gold);
}

.site-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 8px 12px;
  border-radius: 999px;
}

.site-nav a:hover {
  background: rgba(255, 249, 241, 0.92);
  transform: translateY(-1px);
}

.hero {
  padding: 72px 0 40px;
  animation: rise 560ms ease both;
}

.page-reading .hero {
  padding-top: 52px;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  gap: 24px;
  align-items: start;
}

.hero-grid-media {
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  align-items: center;
  gap: 42px;
}

.hero-copy {
  max-width: 100%;
  min-width: 0;
}

.hero-immersive .hero-copy {
  padding-top: 20px;
}

.hero-panel {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  padding: 34px;
  border: 1px solid rgba(18, 37, 63, 0.12);
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at top right, rgba(207, 163, 94, 0.26), transparent 28%),
    radial-gradient(circle at bottom left, rgba(18, 37, 63, 0.08), transparent 38%),
    linear-gradient(180deg, rgba(255, 249, 241, 0.98) 0%, rgba(246, 239, 228, 0.94) 100%);
  box-shadow: var(--shadow-deep);
}

.hero-panel::after {
  content: "";
  position: absolute;
  right: -34px;
  bottom: -48px;
  width: 220px;
  height: 280px;
  border-radius: 110px 110px 16px 16px;
  background:
    linear-gradient(180deg, rgba(18, 37, 63, 0.08) 0%, rgba(18, 37, 63, 0.02) 44%, rgba(207, 163, 94, 0.12) 100%);
  filter: blur(0.5px);
  opacity: 0.9;
}

.hero-panel::before {
  content: "";
  position: absolute;
  inset: auto 28px 24px auto;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(207, 163, 94, 0.28), transparent 72%);
}

.panel-eyebrow,
.eyebrow {
  margin: 0 0 16px;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.78rem;
  font-weight: 700;
}

h1,
h2,
h3,
blockquote {
  margin: 0;
  color: var(--navy);
  font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", serif;
  line-height: 1.03;
  overflow-wrap: anywhere;
}

h1 {
  max-width: 10ch;
  font-size: clamp(2.55rem, 5.2vw, 4.35rem);
}

h2 {
  max-width: 18ch;
  font-size: clamp(2.2rem, 4.2vw, 3.5rem);
}

h3 {
  font-size: 1.34rem;
}

.hero-lead,
.section-intro,
.statement-copy,
.content-card p,
.step-card p,
.split-card li,
.footer-note,
.quote-attribution,
.cta-panel p,
.panel-body,
.panel-footnote {
  color: var(--ink-soft);
  overflow-wrap: anywhere;
}

.hero-lead {
  max-width: 60ch;
  margin: 18px 0 0;
  font-size: clamp(1.02rem, 1.9vw, 1.16rem);
}

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px;
  margin-top: 18px;
}

.hero-meta-item {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 6px 12px;
  border: 1px solid rgba(18, 37, 63, 0.1);
  border-radius: 999px;
  background: rgba(255, 252, 247, 0.74);
  color: rgba(18, 37, 63, 0.72);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.hero-editorial h1 {
  max-width: 10.5ch;
  font-size: clamp(3rem, 5.8vw, 5.35rem);
  line-height: 0.94;
}

.hero-editorial .hero-lead {
  max-width: 33rem;
  font-size: clamp(1.04rem, 1.7vw, 1.18rem);
}

.hero-actions,
.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 22px;
}

.hero-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 34px;
}

.hero-grid-media .hero-proof-grid,
.hero-split .hero-proof-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hero-proof-card {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: start;
  min-height: 100%;
  padding: 16px 18px;
  border: 1px solid rgba(18, 37, 63, 0.08);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 253, 249, 0.92) 0%, rgba(246, 239, 228, 0.72) 100%);
  box-shadow: var(--shadow-soft);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.hero-proof-card::after {
  content: "";
  position: absolute;
  inset: auto -40px -54px auto;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(207, 163, 94, 0.14) 0%, rgba(207, 163, 94, 0) 72%);
  pointer-events: none;
}

.hero-proof-card:hover {
  transform: translateY(-3px);
  border-color: rgba(207, 163, 94, 0.24);
  box-shadow: 0 24px 48px rgba(18, 37, 63, 0.12);
}

.hero-proof-mark {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(207, 163, 94, 0.4);
  background: rgba(255, 252, 247, 0.9);
  color: var(--gold-deep);
  font-size: 0.85rem;
  font-weight: 700;
}

.hero-proof-title {
  margin: 0;
  color: var(--navy);
  font-size: 0.95rem;
  font-weight: 700;
}

.hero-proof-body {
  margin: 4px 0 0;
  color: rgba(18, 37, 63, 0.68);
  font-size: 0.9rem;
}

.hero-visual {
  position: relative;
  min-height: 700px;
  display: grid;
  align-items: end;
  padding: 28px 0 36px;
}

.hero-image-shell {
  position: relative;
  overflow: hidden;
  min-height: 620px;
  margin-left: 32px;
  border: 1px solid rgba(255, 251, 245, 0.7);
  border-radius: 44px;
  box-shadow: var(--shadow-deep);
  background: linear-gradient(180deg, rgba(255, 250, 242, 0.98) 0%, rgba(246, 239, 228, 0.92) 100%);
}

.hero-image-shell img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-orbit {
  position: absolute;
  inset: auto;
  border-radius: 999px;
  pointer-events: none;
}

.hero-orbit-primary {
  top: 20px;
  right: 6px;
  width: 88%;
  height: 78%;
  border: 1px solid rgba(207, 163, 94, 0.52);
}

.hero-orbit-secondary {
  top: 62px;
  right: 58px;
  width: 72%;
  height: 64%;
  border: 1px solid rgba(255, 255, 255, 0.58);
}

.hero-media-card {
  position: absolute;
  right: 18px;
  bottom: 0;
  width: min(320px, 86%);
  padding: 28px;
  border: 1px solid rgba(18, 37, 63, 0.08);
  border-radius: 32px;
  background: rgba(255, 250, 244, 0.92);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.hero-media-card h3 {
  margin-bottom: 8px;
  font-size: 1.75rem;
}

.hero-media-action {
  margin-top: 18px;
}

.hero-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 0;
  margin: 24px 0 0;
  list-style: none;
}

.hero-chips li {
  padding: 10px 14px;
  border: 1px solid rgba(18, 37, 63, 0.1);
  border-radius: 999px;
  background: rgba(255, 250, 244, 0.66);
  color: rgba(18, 37, 63, 0.82);
  font-size: 0.92rem;
  box-shadow: var(--shadow-soft);
}

.panel-body {
  max-width: 30ch;
  margin: 18px 0 0;
  font-size: 1.02rem;
}

.panel-list {
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.panel-list li {
  position: relative;
  padding-left: 18px;
  color: rgba(18, 37, 63, 0.88);
}

.panel-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
}

.panel-footnote {
  max-width: 28ch;
  margin: 22px 0 0;
  font-size: 0.92rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  font: inherit;
  box-shadow: var(--shadow-soft);
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease, border-color 160ms ease;
  cursor: pointer;
}

.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 46px rgba(18, 37, 63, 0.14);
}

.button:focus-visible,
.site-nav a:focus-visible,
.footer-links a:focus-visible,
.brand:focus-visible,
.operator-inline-link:focus-visible {
  outline: 2px solid rgba(207, 163, 94, 0.5);
  outline-offset: 3px;
}

.button-primary {
  background: linear-gradient(135deg, var(--navy) 0%, #173154 100%);
  border-color: rgba(207, 163, 94, 0.28);
  color: var(--cream);
}

.button-secondary {
  background: rgba(255, 252, 247, 0.9);
  border-color: rgba(18, 37, 63, 0.14);
  color: var(--navy);
}

.stat-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 30px;
}

.hero-grid-media .stat-grid,
.hero-split .stat-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.member-preview-copy .stat-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.stat-card,
.content-card,
.split-card,
.step-card,
.cta-panel {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: var(--card);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow);
}

.content-card h3,
.split-card h3,
.step-card h3 {
  margin-bottom: 10px;
}

.stat-card {
  padding: 22px;
}

.stat-value {
  color: var(--navy);
  font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", serif;
  font-size: 2rem;
  font-weight: 700;
}

.stat-label {
  margin-top: 8px;
  color: rgba(18, 37, 63, 0.68);
  font-size: 0.92rem;
}

.section {
  padding: 52px 0;
}

.metric-strip-section {
  padding-top: 18px;
  padding-bottom: 18px;
}

.metric-strip {
  padding: 24px 24px 28px;
  border: 1px solid rgba(18, 37, 63, 0.1);
  border-radius: 30px;
  background:
    radial-gradient(circle at top right, rgba(207, 163, 94, 0.18), transparent 24%),
    linear-gradient(180deg, rgba(255, 251, 247, 0.92) 0%, rgba(246, 239, 228, 0.88) 100%);
  box-shadow: var(--shadow);
}

.metric-strip-eyebrow {
  margin-bottom: 16px;
}

.metric-strip-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.metric-strip-card {
  position: relative;
  overflow: hidden;
  padding: 18px 16px;
  border: 1px solid rgba(18, 37, 63, 0.08);
  border-radius: 24px;
  background: rgba(255, 254, 251, 0.82);
  box-shadow: var(--shadow-soft);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
}

.metric-strip-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(207, 163, 94, 0.12), transparent 42%);
  opacity: 0;
  transition: opacity 180ms ease;
  pointer-events: none;
}

.metric-strip-card:hover {
  transform: translateY(-3px);
  border-color: rgba(207, 163, 94, 0.22);
  box-shadow: 0 20px 42px rgba(18, 37, 63, 0.11);
}

.metric-strip-card:hover::after {
  opacity: 1;
}

.metric-strip-value {
  color: var(--navy);
  font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", serif;
  font-size: clamp(1.45rem, 2.3vw, 2rem);
  line-height: 1;
}

.metric-strip-label {
  margin-top: 8px;
  color: var(--navy);
  font-size: 0.96rem;
  font-weight: 700;
}

.metric-strip-note {
  margin: 8px 0 0;
  color: rgba(18, 37, 63, 0.68);
  font-size: 0.9rem;
}

.section-header {
  display: grid;
  gap: 12px;
  margin-bottom: 28px;
  min-width: 0;
}

.section-intro,
.statement-copy {
  max-width: 66ch;
  font-size: 1.04rem;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 20px;
}

.content-card,
.step-card,
.split-card,
.cta-panel {
  padding: 28px;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
}

.content-card::before,
.split-card::before,
.step-card::before,
.cta-panel::before,
.quote-section::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--gold), transparent 74%);
}

.card-meta {
  margin: 0 0 12px;
  color: rgba(18, 37, 63, 0.56);
  font-size: 0.75rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.content-card p,
.step-card p,
.split-card li,
.cta-panel p {
  margin-bottom: 0;
}

.content-card:hover,
.step-card:hover,
.split-card:hover {
  transform: translateY(-3px);
  border-color: rgba(18, 37, 63, 0.16);
  box-shadow: var(--shadow-hover);
}

.quote-section {
  position: relative;
  isolation: isolate;
  padding: 34px;
  border: 1px solid rgba(12, 26, 45, 0.18);
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at top right, rgba(207, 163, 94, 0.16), transparent 30%),
    radial-gradient(circle at 18% 16%, rgba(255, 225, 174, 0.1), transparent 22%),
    linear-gradient(180deg, #10243e 0%, #152c49 100%);
  box-shadow: var(--shadow-deep);
}

.quote-section::after {
  content: "";
  position: absolute;
  inset: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: calc(var(--radius-xl) - 12px);
  pointer-events: none;
}

.quote-section blockquote {
  position: relative;
  max-width: 14ch;
  color: var(--cream);
  font-size: clamp(2.1rem, 4vw, 3.6rem);
  text-wrap: balance;
}

.quote-section blockquote::before {
  content: "“";
  position: absolute;
  left: -0.3em;
  top: -0.18em;
  color: rgba(255, 225, 174, 0.16);
  font-size: 2em;
  line-height: 1;
}

.quote-attribution {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 14px;
  color: rgba(246, 239, 228, 0.78);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.quote-attribution::before {
  content: "";
  width: 34px;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 225, 174, 0.9), transparent);
}

.step-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 18px;
}

.step-card h3 {
  margin-bottom: 12px;
}

.split-panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.showcase-shell {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  display: grid;
  gap: 24px;
  padding: 40px;
  border: 1px solid rgba(18, 37, 63, 0.12);
  border-radius: 34px;
  background:
    radial-gradient(circle at top right, rgba(207, 163, 94, 0.14), transparent 24%),
    linear-gradient(180deg, rgba(255, 251, 247, 0.92) 0%, rgba(246, 239, 228, 0.86) 100%);
  box-shadow: var(--shadow-deep);
  transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
}

.showcase-shell::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(18, 37, 63, 0.08);
  border-radius: 26px;
  pointer-events: none;
}

.showcase-shell:hover {
  transform: translateY(-2px);
  border-color: rgba(207, 163, 94, 0.2);
  box-shadow: 0 28px 56px rgba(18, 37, 63, 0.14);
}

.showcase-shell-media {
  grid-template-columns: minmax(320px, 0.8fr) minmax(0, 1fr);
  align-items: stretch;
}

.showcase-media {
  overflow: hidden;
  border-radius: 28px;
  min-height: 100%;
  box-shadow: var(--shadow-soft);
}

.showcase-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.showcase-content {
  display: grid;
  align-content: center;
  gap: 12px;
}

.showcase-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 18px;
  padding: 0;
  margin: 8px 0 0;
  list-style: none;
}

.showcase-list li {
  position: relative;
  padding-left: 18px;
  color: rgba(18, 37, 63, 0.86);
}

.showcase-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
}

.split-card ul {
  margin: 18px 0 0;
  padding-left: 18px;
}

.split-card li + li {
  margin-top: 10px;
}

.cta-section {
  padding-bottom: 74px;
}

.form-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.9fr);
  gap: 18px;
}

.form-card,
.form-support {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(18, 37, 63, 0.12);
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at top right, rgba(207, 163, 94, 0.12), transparent 24%),
    linear-gradient(180deg, rgba(255, 252, 247, 0.98) 0%, rgba(246, 239, 228, 0.92) 100%);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow-deep);
  padding: 28px;
}

.form-card::before,
.form-support::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--gold), transparent 74%);
}

.intake-form {
  display: grid;
  gap: 18px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.form-field {
  display: grid;
  gap: 8px;
}

.form-field-full {
  grid-column: 1 / -1;
}

.form-field label {
  color: var(--navy);
  font-size: 0.92rem;
  font-weight: 700;
}

.form-field input,
.form-field textarea,
.form-field select {
  width: 100%;
  min-height: 56px;
  padding: 14px 16px;
  border: 1px solid rgba(18, 37, 63, 0.14);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--ink);
  font: inherit;
  resize: vertical;
}

.form-field input::placeholder,
.form-field textarea::placeholder {
  color: rgba(18, 37, 63, 0.48);
}

.form-field textarea {
  min-height: 160px;
}

.form-field input:focus,
.form-field textarea:focus,
.form-field select:focus {
  outline: 2px solid rgba(207, 163, 94, 0.28);
  outline-offset: 2px;
  border-color: rgba(18, 37, 63, 0.2);
}

.form-footnote {
  margin: 0;
  max-width: 52ch;
  color: rgba(18, 37, 63, 0.7);
  font-size: 0.92rem;
}

.cta-panel {
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at bottom left, rgba(207, 163, 94, 0.18), transparent 24%),
    rgba(255, 249, 241, 0.9);
}

.theme-dark .cta-panel {
  border-color: rgba(246, 239, 228, 0.12);
  background:
    radial-gradient(circle at top right, rgba(207, 163, 94, 0.18), transparent 24%),
    linear-gradient(180deg, #10243e 0%, #152c49 100%);
  box-shadow: var(--shadow-deep);
}

.theme-dark .cta-panel h2,
.theme-dark .cta-panel p {
  color: var(--cream);
}

.theme-dark .cta-panel .eyebrow {
  color: #e9c384;
}

.theme-dark .cta-panel .button-primary {
  background: linear-gradient(135deg, #e7c892 0%, #cfa35e 100%);
  color: var(--navy-deep);
}

.theme-dark .cta-panel .button-secondary {
  border-color: rgba(246, 239, 228, 0.18);
  background: rgba(255, 255, 255, 0.04);
  color: var(--cream);
}

.theme-dark .showcase-shell {
  border-color: rgba(246, 239, 228, 0.1);
  background:
    radial-gradient(circle at top right, rgba(207, 163, 94, 0.18), transparent 24%),
    linear-gradient(180deg, #10243e 0%, #152c49 100%);
  box-shadow: var(--shadow-deep);
}

.theme-dark .showcase-content h2,
.theme-dark .showcase-content .section-intro,
.theme-dark .showcase-list li {
  color: var(--cream);
}

.theme-dark .showcase-list li::before {
  background: #e9c384;
}

.theme-dark .showcase-media {
  border: 1px solid rgba(246, 239, 228, 0.08);
}

.site-footer {
  padding: 0 0 42px;
}

.footer-shell {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
  padding: 28px 0 0;
  border-top: 1px solid rgba(18, 37, 63, 0.12);
}

.footer-meta {
  max-width: 46ch;
}

.footer-brand {
  margin: 0 0 8px;
  color: var(--navy);
  font-weight: 700;
}

.footer-columns {
  display: flex;
  gap: 36px;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: right;
}

.footer-links-secondary a {
  color: rgba(18, 37, 63, 0.74);
}

.member-preview-shell {
  padding: 28px 0 60px;
}

.member-preview-hero {
  padding: 24px 0 18px;
  animation: rise 560ms ease both;
}

.member-preview-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 22px;
  align-items: start;
}

.member-preview-copy {
  max-width: 100%;
}

.member-preview-panel {
  min-height: 100%;
  border-color: rgba(18, 37, 63, 0.14);
  background:
    radial-gradient(circle at top right, rgba(207, 163, 94, 0.3), transparent 30%),
    radial-gradient(circle at bottom left, rgba(18, 37, 63, 0.1), transparent 38%),
    linear-gradient(180deg, rgba(255, 249, 241, 0.99) 0%, rgba(244, 234, 220, 0.95) 100%);
}

.member-access-card {
  display: grid;
  gap: 18px;
  margin-top: 22px;
  padding: 30px;
  border-color: rgba(18, 37, 63, 0.14);
  background:
    radial-gradient(circle at top right, rgba(207, 163, 94, 0.14), transparent 30%),
    linear-gradient(180deg, rgba(255, 253, 249, 0.96) 0%, rgba(248, 241, 231, 0.9) 100%);
  box-shadow: var(--shadow-deep);
}

.member-access-card::after {
  content: "";
  position: absolute;
  inset: 16px;
  border: 1px solid rgba(18, 37, 63, 0.08);
  border-radius: 22px;
  pointer-events: none;
}

.member-access-switcher {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 10px;
  border: 1px solid rgba(18, 37, 63, 0.08);
  border-radius: 24px;
  background: rgba(255, 252, 248, 0.78);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.member-access-pill {
  display: inline-flex;
  position: relative;
  flex: 1 1 140px;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid rgba(18, 37, 63, 0.12);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 254, 250, 0.96) 0%, rgba(247, 239, 228, 0.84) 100%);
  color: var(--navy);
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 10px 20px rgba(18, 37, 63, 0.06);
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease, background 160ms ease, color 160ms ease;
}

.member-access-pill:hover {
  transform: translateY(-1px);
  border-color: rgba(207, 163, 94, 0.24);
  box-shadow: 0 16px 28px rgba(18, 37, 63, 0.09);
}

.member-access-pill-active {
  background: linear-gradient(135deg, var(--navy-deep) 0%, #1f446f 100%);
  border-color: transparent;
  color: var(--cream);
  box-shadow: 0 18px 36px rgba(18, 37, 63, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.member-home-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.member-standard-shell {
  gap: 28px;
  border-color: rgba(18, 37, 63, 0.14);
  background:
    radial-gradient(circle at top right, rgba(207, 163, 94, 0.16), transparent 24%),
    radial-gradient(circle at bottom left, rgba(18, 37, 63, 0.08), transparent 30%),
    linear-gradient(180deg, rgba(255, 252, 247, 0.96) 0%, rgba(245, 236, 223, 0.92) 100%);
}

.member-standard-shell .content-card {
  background:
    radial-gradient(circle at top right, rgba(207, 163, 94, 0.1), transparent 32%),
    linear-gradient(180deg, rgba(255, 254, 251, 0.98) 0%, rgba(249, 243, 235, 0.9) 100%);
  border-color: rgba(18, 37, 63, 0.12);
  box-shadow: 0 22px 44px rgba(18, 37, 63, 0.09);
}

.member-home-card {
  padding: 28px;
  display: grid;
  align-content: start;
  gap: 12px;
  background:
    radial-gradient(circle at top right, rgba(207, 163, 94, 0.12), transparent 28%),
    linear-gradient(180deg, rgba(255, 253, 249, 0.97) 0%, rgba(247, 239, 228, 0.9) 100%);
  border-color: rgba(18, 37, 63, 0.12);
}

.member-home-card-wide {
  grid-column: span 2;
}

.member-status-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
}

.member-dashboard-list {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.member-dashboard-list li {
  position: relative;
  padding-left: 18px;
  color: rgba(18, 37, 63, 0.88);
}

.member-dashboard-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
}

.operator-shell {
  padding: 40px 0 60px;
}

.operator-summary-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 18px;
}

.operator-summary-grid-wide .stat-card {
  min-height: 100%;
}

.member-preview-stats {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.member-preview-stats .stat-card {
  min-height: 100%;
}

.operator-table-card {
  overflow-x: auto;
  overflow-y: hidden;
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  background: var(--card-strong);
  box-shadow: var(--shadow);
  -webkit-overflow-scrolling: touch;
}

.operator-table {
  width: 100%;
  border-collapse: collapse;
}

.operator-table th,
.operator-table td {
  padding: 16px 18px;
  border-bottom: 1px solid rgba(18, 37, 63, 0.08);
  text-align: left;
  vertical-align: top;
  font-size: 0.96rem;
}

.operator-table th {
  color: var(--navy);
  background: rgba(18, 37, 63, 0.04);
  font-weight: 700;
}

.operator-table td {
  color: rgba(18, 37, 63, 0.84);
}

.operator-table tbody tr:last-child td {
  border-bottom: 0;
}

.operator-status-card {
  display: grid;
  gap: 12px;
}

.operator-status-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.status-pill {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.status-pill-ready-locally,
.status-pill-live-now {
  background: rgba(18, 37, 63, 0.1);
  color: var(--navy);
}

.status-pill-growing,
.status-pill-founding-preview,
.status-pill-preview-open,
.status-pill-ready-now {
  background: rgba(207, 163, 94, 0.18);
  color: #8c621f;
}

.status-pill-shadow-mode,
.status-pill-shadow-ready,
.status-pill-coming-next,
.status-pill-next-build {
  background: rgba(36, 61, 97, 0.14);
  color: var(--navy-soft);
}

.status-pill-directional-only {
  background: rgba(207, 163, 94, 0.12);
  color: #8c621f;
}

.status-pill-approval-gated,
.status-pill-not-live,
.status-pill-build-now,
.status-pill-thin,
.status-pill-pass-unlock,
.status-pill-annual-unlock,
.status-pill-preview-locked {
  background: rgba(18, 37, 63, 0.08);
  color: rgba(18, 37, 63, 0.72);
}

.operator-inline-link {
  color: var(--navy);
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
}

.operator-inline-link:hover {
  color: var(--gold);
}

.operator-inline-link::after {
  content: "›";
  font-size: 1.05rem;
}

.operator-note {
  margin: 0;
}

.operator-json {
  margin: 0;
  padding: 16px;
  border-radius: 18px;
  background: rgba(18, 37, 63, 0.04);
  color: var(--navy);
  font-size: 0.84rem;
  line-height: 1.55;
  white-space: pre-wrap;
  word-break: break-word;
  overflow-wrap: anywhere;
}

.member-requests-table {
  margin-top: 22px;
}

.operator-action-grid {
  margin-top: 20px;
}

.operator-action-grid .cta-panel {
  background: rgba(255, 255, 255, 0.06);
  box-shadow: none;
}

.operator-action-grid .cta-panel::before {
  background: linear-gradient(90deg, rgba(233, 195, 132, 0.82), transparent 74%);
}

.not-found {
  display: grid;
  gap: 18px;
  min-height: 100vh;
  align-content: center;
  padding: 40px 0;
}

@keyframes rise {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1080px) {
  .hero-grid {
    grid-template-columns: 1fr;
  }

  .hero-panel {
    min-height: 0;
  }

  .member-preview-grid {
    grid-template-columns: 1fr;
  }

  .member-home-card-wide {
    grid-column: auto;
  }
}

@media (max-width: 960px) {
  .banner-shell,
  .nav-shell,
  .footer-shell {
    flex-direction: column;
    align-items: flex-start;
  }

  .site-nav,
  .footer-links,
  .footer-columns {
    justify-content: flex-start;
    text-align: left;
  }

  .footer-columns {
    flex-direction: column;
    gap: 12px;
  }

  .site-nav {
    width: 100%;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: none;
  }

  .site-nav::-webkit-scrollbar {
    display: none;
  }

  .site-nav a {
    white-space: nowrap;
  }

  .nav-action {
    width: 100%;
  }

  .nav-meta {
    letter-spacing: 0.12em;
  }

  .reading-nav {
    width: 100%;
    display: grid;
    justify-content: stretch;
  }

  .reading-nav-actions {
    justify-content: flex-start;
  }

  .nav-shell-reading .nav-action {
    width: auto;
  }

  .hero-grid,
  .hero-grid-media,
  .split-panel {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: 0;
    padding-top: 0;
  }

  .hero-image-shell {
    min-height: 520px;
    margin-left: 0;
  }

  .hero-media-card {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: -64px;
    margin-left: auto;
  }

  .hero-proof-grid,
  .metric-strip-grid,
  .showcase-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .showcase-shell-media {
    grid-template-columns: 1fr;
  }

  .stat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .form-layout,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .operator-summary-grid {
    grid-template-columns: 1fr;
  }

  .member-preview-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .member-home-grid {
    grid-template-columns: 1fr;
  }

  .member-access-switcher {
    width: 100%;
  }
}

@media (max-width: 820px) {
  .site-nav {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    overflow-x: visible;
    justify-content: stretch;
    gap: 10px 14px;
    padding-bottom: 0;
  }

  .site-nav a {
    display: block;
    white-space: normal;
    font-size: 0.9rem;
    line-height: 1.35;
  }
}

@media (max-width: 640px) {
  :root {
    --site-width: min(100%, calc(100vw - 24px));
  }

  .site-header {
    padding-top: 12px;
  }

  .banner-shell,
  .nav-shell {
    padding: 18px;
    border-radius: 28px;
  }

  .brand {
    align-items: flex-start;
  }

  .nav-shell-minimal {
    align-items: flex-start;
  }

  .nav-shell-reading {
    gap: 14px;
  }

  .site-nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow-x: visible;
    padding-bottom: 0;
    gap: 10px 16px;
  }

  .site-nav a {
    display: block;
    white-space: normal;
    font-size: 0.92rem;
  }

  .member-preview-stats {
    grid-template-columns: 1fr;
  }

  .reading-nav-actions {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
  }

  .reading-nav-link,
  .nav-shell-reading .nav-action {
    width: 100%;
  }

  .nav-action {
    width: 100%;
  }

  .hero {
    padding-top: 36px;
  }

  .page-reading .hero {
    padding-top: 28px;
  }

  .hero-lead,
  .section-intro,
  .statement-copy {
    width: 100%;
    max-width: 100%;
  }

  .hero-meta {
    display: grid;
    gap: 10px;
  }

  .hero-meta-item {
    width: fit-content;
    max-width: 100%;
  }

  h1 {
    max-width: 9ch;
    font-size: clamp(2.5rem, 10.8vw, 3.6rem);
  }

  h2 {
    max-width: 14ch;
  }

  .hero-editorial h1 {
    max-width: 9ch;
  }

  .hero-actions,
  .cta-actions,
  .button {
    width: 100%;
  }

  .hero-proof-grid,
  .metric-strip-grid,
  .showcase-list {
    grid-template-columns: 1fr;
  }

  .metric-strip {
    padding: 18px;
  }

  .metric-strip-card {
    padding: 18px;
  }

  .hero-chips {
    display: grid;
  }

  .stat-grid {
    grid-template-columns: 1fr;
  }

  .quote-section,
  .cta-panel,
  .content-card,
  .step-card,
  .split-card,
  .stat-card,
  .hero-panel,
  .showcase-shell,
  .hero-media-card {
    padding: 22px;
  }

  .hero-image-shell {
    min-height: 420px;
  }
}
