/* Polyglottika — shared styles for static HTML pages */
:root {
  --bg: oklch(0.12 0.03 275);
  --fg: oklch(0.97 0.01 280);
  --muted: oklch(0.72 0.03 280);
  --card: oklch(0.18 0.04 275 / 72%);
  --border: oklch(0.72 0.14 230 / 28%);
  --input: oklch(0.22 0.04 275);
  --magenta: oklch(0.72 0.28 330);
  --cyan: oklch(0.82 0.18 210);
  --violet: oklch(0.6 0.25 295);
  --gold: oklch(0.85 0.16 90);
  --rift-cyan: #7ecbff;
  --rift-gold: #e8c56b;
  --rift-crimson: #e35d6a;
  --rift-lavender: #c9b4ff;
  --rift-ember: #ff8a4c;
  --hud: oklch(0.18 0.04 275 / 72%);
  --hud-border: oklch(0.72 0.14 230 / 28%);
  --gradient-primary: linear-gradient(135deg, var(--magenta), var(--violet), var(--cyan));
  --gradient-rift:
    radial-gradient(circle at 50% 30%, oklch(0.6 0.25 295 / 40%), transparent 60%),
    radial-gradient(circle at 20% 80%, oklch(0.72 0.28 330 / 30%), transparent 55%),
    radial-gradient(circle at 85% 70%, oklch(0.82 0.18 210 / 25%), transparent 55%);
  --gradient-card: linear-gradient(160deg, oklch(0.22 0.05 275 / 90%), oklch(0.16 0.03 275 / 90%));
  --shadow-neon: 0 0 40px -10px oklch(0.72 0.28 330 / 55%), 0 0 80px -30px oklch(0.82 0.18 210 / 45%);
  --radius: 0.875rem;
}

* { box-sizing: border-box; margin: 0; padding: 0; border-color: var(--border); }
html { scroll-behavior: smooth; }
body {
  background-color: var(--bg);
  color: var(--fg);
  font-family: "Inter", ui-sans-serif, system-ui, sans-serif;
  background-image:
    radial-gradient(ellipse at top, oklch(0.22 0.08 295 / 50%), transparent 60%),
    radial-gradient(ellipse at bottom right, oklch(0.2 0.1 330 / 30%), transparent 60%);
  background-attachment: fixed;
  min-height: 100vh;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5 {
  font-family: "Space Grotesk", ui-sans-serif, system-ui, sans-serif;
  letter-spacing: -0.02em;
  font-weight: 700;
  line-height: 1.1;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button, input, textarea, select { font: inherit; color: inherit; }

/* Layout */
.container { max-width: 80rem; margin-inline: auto; padding-inline: 1rem; }
@media (min-width: 640px) { .container { padding-inline: 1.5rem; } }
@media (min-width: 1024px) { .container { padding-inline: 2rem; } }
.container-narrow { max-width: 48rem; margin-inline: auto; padding-inline: 1rem; }
.container-md { max-width: 72rem; margin-inline: auto; padding-inline: 1rem; }

/* Utilities */
.text-gradient {
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.bg-rift { background: var(--gradient-rift); }
.shadow-neon { box-shadow: var(--shadow-neon); }
.glass-card,
.hud-panel {
  background: var(--hud);
  backdrop-filter: blur(16px);
  border: 1px solid var(--hud-border);
  border-radius: 1.25rem;
  box-shadow: 0 18px 50px oklch(0.08 0.03 275 / 45%);
}
.grid-pattern {
  background-image:
    linear-gradient(oklch(0.5 0.1 295 / 8%) 1px, transparent 1px),
    linear-gradient(90deg, oklch(0.5 0.1 295 / 8%) 1px, transparent 1px);
  background-size: 48px 48px;
}
.muted { color: var(--muted); }
.eyebrow {
  font-size: 0.75rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--cyan);
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  border-radius: 9999px;
  font-size: 0.875rem;
  font-weight: 600;
  cursor: pointer;
  border: 1px solid transparent;
  transition: all 0.25s ease;
  text-align: center;
}
.btn-neon {
  background: var(--gradient-primary);
  color: white;
  box-shadow: 0 0 20px -5px oklch(0.72 0.28 330 / 50%);
}
.btn-neon:hover {
  box-shadow: 0 0 40px -5px oklch(0.72 0.28 330 / 90%), 0 0 60px -10px oklch(0.82 0.18 210 / 60%);
  transform: translateY(-1px);
}
.btn-ghost {
  background: var(--gradient-card);
  border-color: oklch(0.5 0.1 295 / 25%);
  color: var(--fg);
}
.btn-ghost:hover { border-color: oklch(0.82 0.18 210 / 50%); }

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid oklch(0.72 0.14 230 / 22%);
  backdrop-filter: blur(20px);
  background: oklch(0.12 0.03 275 / 82%);
}
.hud-scan {
  pointer-events: none;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--cyan), var(--magenta), transparent);
  opacity: 0.55;
}
.nav-row { display: flex; align-items: center; justify-content: space-between; height: 4rem; gap: 0.75rem; }
.brand { display: flex; align-items: center; gap: 0.5rem; }
.brand img { width: 2.25rem; height: 2.25rem; filter: drop-shadow(0 0 12px oklch(0.72 0.28 330 / 60%)); }
.brand span { font-family: "Space Grotesk", sans-serif; font-weight: 700; font-size: 1.25rem; }
.nav-links { display: none; align-items: center; gap: 0.25rem; }
.nav-links a {
  padding: 0.45rem 0.8rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--muted);
  border-radius: 999px;
  border: 1px solid transparent;
  transition: color 0.2s, background 0.2s, border-color 0.2s;
}
.nav-links a:hover { color: var(--fg); }
.nav-links a.active {
  color: var(--fg);
  background: oklch(0.28 0.06 250 / 45%);
  border-color: oklch(0.72 0.14 230 / 35%);
}
.nav-end { display: flex; align-items: center; gap: 0.5rem; margin-left: auto; }
.nav-cta { display: none; }
.menu-btn { background: none; border: none; padding: 0.5rem; cursor: pointer; color: var(--fg); }

/* Language switcher */
.lang-switch { position: relative; }
.lang-switch-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  border: 1px solid oklch(0.35 0.05 275 / 70%);
  background: oklch(0.18 0.03 275 / 80%);
  color: var(--fg);
  border-radius: 999px;
  padding: 0.35rem 0.7rem;
  font-size: 0.75rem;
  font-weight: 600;
  cursor: pointer;
}
.lang-switch-btn:hover { border-color: oklch(0.55 0.18 295 / 70%); }
.lang-flag {
  font-size: 1rem;
  line-height: 1;
  filter: drop-shadow(0 0 0.5px oklch(0 0 0 / 35%));
}
.lang-switch-btn .lang-name { max-width: 6.5rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.lang-switch-menu {
  display: none;
  position: absolute;
  right: 0;
  top: calc(100% + 0.4rem);
  min-width: 11rem;
  margin: 0;
  padding: 0.35rem;
  list-style: none;
  border-radius: 0.75rem;
  border: 1px solid oklch(0.35 0.05 275 / 70%);
  background: oklch(0.16 0.03 275 / 96%);
  backdrop-filter: blur(16px);
  box-shadow: 0 12px 40px oklch(0.1 0.03 275 / 55%);
  z-index: 60;
}
.lang-switch.open .lang-switch-menu { display: block; }
.lang-switch-menu a {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.5rem 0.65rem;
  border-radius: 0.5rem;
  font-size: 0.8125rem;
  color: var(--muted);
  text-decoration: none;
}
.lang-switch-menu a:hover,
.lang-switch-menu .is-active a {
  color: var(--fg);
  background: oklch(0.25 0.05 295 / 45%);
}
.lang-switch-menu .lang-flag { font-size: 1.15rem; }

.mobile-menu { display: none; flex-direction: column; gap: 0.25rem; padding-bottom: 1rem; }
.mobile-menu.open { display: flex; }
.mobile-menu a { padding: 0.5rem 0.75rem; font-size: 0.875rem; color: var(--muted); }
.mobile-menu .btn { margin-top: 0.5rem; }
@media (min-width: 1024px) {
  .nav-links, .nav-cta { display: flex; }
  .menu-btn { display: none; }
  .mobile-menu { display: none !important; }
}

/* Footer */
.site-footer {
  border-top: 1px solid oklch(0.72 0.14 230 / 22%);
  margin-top: 0;
  position: relative;
  overflow: hidden;
  background: oklch(0.11 0.03 275);
}
.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--gradient-rift);
  opacity: 0.3;
  pointer-events: none;
}
.footer-inner { position: relative; padding: 3rem 0; }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; }
@media (min-width: 768px) { .footer-grid { grid-template-columns: repeat(4, 1fr); } }
.footer-brand { grid-column: span 2; }
.footer-grid h4 { font-size: 0.875rem; font-weight: 600; margin-bottom: 0.75rem; font-family: inherit; letter-spacing: 0; }
.footer-grid ul { list-style: none; display: flex; flex-direction: column; gap: 0.5rem; font-size: 0.875rem; color: var(--muted); }
.footer-grid a:hover { color: var(--fg); }
.footer-bottom {
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid oklch(0.3 0.05 275 / 40%);
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  justify-content: space-between;
  font-size: 0.75rem;
  color: var(--muted);
}
@media (min-width: 768px) { .footer-bottom { flex-direction: row; } }

/* Social links — the compound selector is needed to beat `.footer-grid ul`,
   which otherwise stacks these vertically. */
.footer-brand .social-links {
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.625rem;
  margin-top: 1.25rem;
}
.footer-brand .social-links a {
  display: grid;
  place-items: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 0.75rem;
  border: 1px solid var(--border);
  background: oklch(0.22 0.05 275 / 60%);
  color: var(--muted);
  transition: color 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.footer-brand .social-links svg { width: 1.125rem; height: 1.125rem; display: block; }
.footer-brand .social-links a:hover,
.footer-brand .social-links a:focus-visible {
  color: var(--fg);
  border-color: var(--violet);
  transform: translateY(-2px);
  box-shadow: var(--shadow-neon);
}
@media (prefers-reduced-motion: reduce) {
  .footer-brand .social-links a { transition: none; }
  .footer-brand .social-links a:hover,
  .footer-brand .social-links a:focus-visible { transform: none; }
}

/* Sections */
section { position: relative; }
.hero { position: relative; overflow: hidden; padding: 4rem 0 6rem; }
.hero-inner { position: relative; }
.hero .bg-layer { position: absolute; inset: 0; pointer-events: none; }
.hero-grid { display: grid; gap: 3rem; align-items: center; }
@media (min-width: 1024px) { .hero-grid { grid-template-columns: 1fr 1fr; } .hero { padding: 6rem 0 8rem; } }
.hero h1 { font-size: 3rem; line-height: 1.05; }
@media (min-width: 640px) { .hero h1 { font-size: 3.75rem; } }
@media (min-width: 1024px) { .hero h1 { font-size: 4.5rem; } }
.hero p.lead { margin-top: 1.5rem; color: var(--muted); font-size: 1.125rem; max-width: 36rem; }
.hero-actions { margin-top: 2rem; display: flex; flex-wrap: wrap; gap: 0.75rem; }

.chip {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.375rem 0.75rem;
  border-radius: 9999px;
  font-size: 0.75rem;
  font-weight: 500;
  background: var(--gradient-card);
  border: 1px solid oklch(0.5 0.1 295 / 25%);
  color: var(--muted);
  margin-bottom: 1.5rem;
}
.chip .dot { width: 0.5rem; height: 0.5rem; border-radius: 50%; background: var(--magenta); box-shadow: 0 0 8px var(--magenta); }

.stats { margin-top: 2.5rem; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; max-width: 28rem; }
.stat-n { font-family: "Space Grotesk", sans-serif; font-size: 1.875rem; font-weight: 700; background: var(--gradient-primary); -webkit-background-clip: text; background-clip: text; color: transparent; }
.stat-l { font-size: 0.75rem; color: var(--muted); margin-top: 0.25rem; }

.hero-image {
  position: relative;
  border-radius: 1.5rem;
  overflow: hidden;
  border: 1px solid oklch(0.3 0.05 275 / 70%);
  box-shadow: var(--shadow-neon);
  animation: float 6s ease-in-out infinite;
}
.hero-image-wrap { position: relative; }
.hero-image-wrap::before {
  content: "";
  position: absolute;
  inset: -1rem;
  background: linear-gradient(135deg, oklch(0.72 0.28 330 / 30%), oklch(0.6 0.25 295 / 20%), oklch(0.82 0.18 210 / 30%));
  filter: blur(48px);
  border-radius: 1.5rem;
}
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }

/* Section headings */
.section { padding: 5rem 0; }
.section-head { text-align: center; max-width: 42rem; margin: 0 auto 3.5rem; }
.section-head h2 { font-size: 2.25rem; }
@media (min-width: 640px) { .section-head h2 { font-size: 3rem; } }
.section-head p { margin-top: 1rem; color: var(--muted); }

/* Card grids */
.card-grid { display: grid; gap: 1.25rem; }
.card-grid.cols-2 { grid-template-columns: 1fr; }
.card-grid.cols-3 { grid-template-columns: 1fr; }
.card-grid.cols-4 { grid-template-columns: 1fr; }
.card-grid.cols-5, .card-grid.cols-6 { grid-template-columns: 1fr; }
@media (min-width: 640px) {
  .card-grid.cols-2, .card-grid.cols-3, .card-grid.cols-4, .card-grid.cols-5, .card-grid.cols-6 { grid-template-columns: 1fr 1fr; }
}
@media (min-width: 1024px) {
  .card-grid.cols-3, .card-grid.cols-4 { grid-template-columns: repeat(3, 1fr); }
  .card-grid.cols-5 { grid-template-columns: repeat(5, 1fr); }
  .card-grid.cols-6 { grid-template-columns: repeat(3, 1fr); }
  .card-grid.cols-4 { grid-template-columns: repeat(4, 1fr); }
}

.feature-card { padding: 1.5rem; transition: all 0.25s; }
.feature-card:hover { transform: translateY(-4px); border-color: oklch(0.72 0.28 330 / 50%); }
.icon-badge {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 0.75rem;
  background: linear-gradient(135deg, oklch(0.72 0.28 330 / 30%), oklch(0.82 0.18 210 / 30%));
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  color: var(--cyan);
}
.feature-card h3 { font-size: 1.125rem; font-weight: 600; margin-bottom: 0.5rem; }
.feature-card p { font-size: 0.875rem; color: var(--muted); }

/* CEO / guide cards */
.ceo-card {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 1.25rem;
  overflow: hidden;
  border: 1px solid var(--hud-border);
  background: var(--hud);
  cursor: default;
  text-align: start;
  transition: transform 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.ceo-card[data-modal] { cursor: pointer; }
.ceo-card[data-modal]:hover {
  transform: translateY(-4px);
  border-color: oklch(0.82 0.16 210 / 45%);
  box-shadow: 0 12px 36px oklch(0.72 0.18 230 / 18%);
}
.ceo-card:hover .ceo-img img {
  transform: scale(1.04);
}
.ceo-card:focus-visible {
  outline: 2px solid var(--cyan);
  outline-offset: 3px;
}
.ceo-img {
  aspect-ratio: 3 / 4;
  position: relative;
  overflow: hidden;
  background: #0b0b14;
  flex: 0 0 auto;
}
.ceo-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  position: absolute;
  inset: 0;
  transition: transform 0.45s ease;
}
.ceo-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, oklch(0.12 0.03 275 / 92%) 0%, transparent 52%);
  pointer-events: none;
}
.ceo-badge {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.28rem 0.6rem;
  border-radius: 9999px;
  background: oklch(0.14 0.03 275 / 78%);
  border: 1px solid oklch(0.72 0.14 230 / 35%);
  backdrop-filter: blur(10px);
  font-size: 0.625rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  z-index: 2;
}
.ceo-body {
  padding: 0.95rem 1rem 1.1rem;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 8.25rem;
}
.ceo-body .role {
  font-size: 0.6875rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--cyan);
  font-weight: 600;
}
.ceo-body h3 {
  font-size: 1.05rem;
  margin-top: 0.3rem;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ceo-body .local {
  font-size: 0.75rem;
  color: var(--muted);
  margin-top: 0.28rem;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ceo-body .quote {
  font-size: 0.78rem;
  color: oklch(0.86 0.02 280);
  margin-top: auto;
  padding-top: 0.7rem;
  font-style: italic;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Featured + chorus roster (5 peers, 1 special) */
.roster { display: flex; flex-direction: column; gap: 1.25rem; }
.roster-chorus {
  display: grid;
  gap: 1.15rem;
  grid-template-columns: 1fr;
}
.roster-lead {
  display: grid;
  grid-template-columns: 1fr;
  min-height: 0;
}
.roster-lead .ceo-img {
  aspect-ratio: 16 / 10;
  min-height: 12rem;
}
.roster-lead .ceo-body {
  min-height: 0;
  padding: 1.25rem 1.35rem 1.4rem;
  justify-content: center;
}
.roster-lead .ceo-body h3 {
  font-size: clamp(1.35rem, 2.4vw, 1.85rem);
  -webkit-line-clamp: 2;
}
.roster-lead .ceo-body .local { -webkit-line-clamp: 2; }
.roster-lead .ceo-body .quote {
  -webkit-line-clamp: 5;
  font-size: 0.95rem;
  margin-top: 0.9rem;
  padding-top: 0;
}
.roster-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: 1rem;
  font-size: 0.8125rem;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.02em;
  color: var(--fg);
}
.roster-cta::after {
  content: "→";
  opacity: 0.7;
  transition: transform 0.2s ease;
}
.roster-lead:hover .roster-cta::after { transform: translateX(3px); }
.roster-kicker {
  font-size: 0.68rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 600;
  margin-bottom: 0.2rem;
}
.roster-lead--lise {
  border-color: color-mix(in oklab, var(--rift-crimson) 55%, var(--hud-border));
  background:
    linear-gradient(120deg, oklch(0.22 0.06 20 / 35%), transparent 42%),
    var(--hud);
}
.roster-lead--raala {
  border-color: color-mix(in oklab, var(--rift-ember) 50%, var(--hud-border));
  background:
    linear-gradient(120deg, oklch(0.24 0.07 50 / 32%), transparent 42%),
    var(--hud);
}
.roster-lead--crimson {
  border-color: color-mix(in oklab, var(--rift-crimson) 55%, var(--hud-border));
}

@media (min-width: 640px) {
  .roster-chorus { grid-template-columns: 1fr 1fr; }
}
@media (min-width: 640px) and (max-width: 959px) {
  .roster-chorus > *:last-child:nth-child(odd) {
    grid-column: 1 / -1;
    width: 100%;
    max-width: calc(50% - 0.575rem);
    justify-self: center;
  }
}
@media (min-width: 900px) {
  .roster-lead {
    grid-template-columns: minmax(14rem, 38%) 1fr;
    min-height: 17.5rem;
  }
  .roster-lead .ceo-img {
    aspect-ratio: auto;
    min-height: 100%;
    height: 100%;
  }
  .roster-lead--raala .ceo-img img,
  .roster-lead--crimson .ceo-img img {
    object-fit: cover;
    object-position: center 20%;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  .roster-chorus { grid-template-columns: repeat(6, 1fr); }
  .roster-chorus > * { grid-column: span 2; }
  .roster-chorus > *:nth-child(4) { grid-column: 2 / span 2; }
  .roster-chorus > *:nth-child(5) { grid-column: 4 / span 2; }
}
@media (min-width: 1200px) {
  .roster-chorus { grid-template-columns: repeat(5, 1fr); }
}

/* Pricing */
.tier {
  position: relative;
  padding: 2rem;
  border-radius: 1.5rem;
  transition: all 0.25s;
}
.tier:hover { transform: translateY(-4px); }
.tier.highlight { border-color: oklch(0.72 0.28 330 / 70%); box-shadow: var(--shadow-neon); }
.tier-badge {
  position: absolute;
  top: -0.75rem;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.25rem 0.75rem;
  border-radius: 9999px;
  background: linear-gradient(to right, var(--magenta), var(--cyan));
  color: var(--bg);
  font-size: 0.75rem;
  font-weight: 700;
}
.tier .tag { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.15em; color: var(--muted); min-height: 1rem; display: block; }
.tier h3 { font-size: 1.5rem; margin-top: 0.5rem; }
.price { margin-top: 1rem; display: flex; align-items: baseline; gap: 0.25rem; }
.price .num { font-family: "Space Grotesk", sans-serif; font-size: 3rem; font-weight: 700; background: var(--gradient-primary); -webkit-background-clip: text; background-clip: text; color: transparent; }
.price .per { font-size: 0.875rem; color: var(--muted); }
.tier ul { list-style: none; margin-top: 1.5rem; display: flex; flex-direction: column; gap: 0.75rem; }
.tier li { display: flex; gap: 0.5rem; font-size: 0.875rem; align-items: flex-start; }
.tier li::before { content: "✓"; color: var(--cyan); font-weight: 700; }
.tier .btn { margin-top: 2rem; width: 100%; }

/* Forms */
.form-grid { display: grid; gap: 1rem; }
@media (min-width: 640px) { .form-grid.two { grid-template-columns: 1fr 1fr; } }
.field { display: flex; flex-direction: column; }
.field label { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.15em; color: var(--muted); margin-bottom: 0.5rem; }
.field input, .field select, .field textarea {
  background: var(--input);
  border: 1px solid var(--border);
  border-radius: 0.75rem;
  padding: 0.75rem 1rem;
  font-size: 0.875rem;
  color: var(--fg);
  outline: none;
  transition: border-color 0.2s;
}
.field textarea { resize: vertical; min-height: 8rem; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--cyan); }

/* Prose (blog, privacy) */
.prose { font-size: 0.9375rem; line-height: 1.7; color: oklch(0.9 0.02 280); }
.prose > * + * { margin-top: 1.25rem; }
.prose h2 { font-size: 1.375rem; margin-top: 2.5rem; color: var(--fg); }
.prose p { color: var(--muted); }
.prose h2 + * { margin-top: 0.75rem; }

/* Code blocks */
pre.code {
  background: oklch(0.14 0.03 275 / 60%);
  border: 1px solid oklch(0.3 0.05 275 / 40%);
  border-radius: 0.75rem;
  padding: 1rem;
  font-family: ui-monospace, "SF Mono", Menlo, monospace;
  font-size: 0.75rem;
  overflow-x: auto;
  color: oklch(0.9 0.05 200);
}

/* Table */
.api-table { width: 100%; border-collapse: collapse; font-size: 0.875rem; }
.api-table thead { background: oklch(0.14 0.03 275 / 40%); }
.api-table th { text-align: left; padding: 0.75rem 1.25rem; font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.05em; color: var(--muted); font-weight: 500; }
.api-table td { padding: 0.75rem 1.25rem; border-top: 1px solid oklch(0.3 0.05 275 / 40%); }
.api-table td:first-child { font-family: ui-monospace, monospace; font-size: 0.75rem; color: var(--magenta); }
.api-table td:nth-child(2) { font-family: ui-monospace, monospace; font-size: 0.75rem; }
.api-table td:last-child { color: var(--muted); }

/* Blog cards */
.blog-grid { display: grid; gap: 1.5rem; }
@media (min-width: 1024px) { .blog-grid { grid-template-columns: repeat(3, 1fr); } .blog-grid > :first-child { grid-column: span 2; } }
.blog-card { padding: 1.5rem; display: flex; flex-direction: column; transition: all 0.25s; }
.blog-card:hover { transform: translateY(-4px); border-color: oklch(0.72 0.28 330 / 50%); }
.blog-thumb { border-radius: 0.75rem; height: 10rem; margin-bottom: 1.25rem; }
.blog-grid > :first-child .blog-thumb { height: 14rem; }
.blog-meta { display: flex; align-items: center; gap: 0.5rem; font-size: 0.75rem; color: var(--muted); }
.blog-meta .pill { padding: 0.125rem 0.5rem; border-radius: 9999px; background: var(--gradient-card); border: 1px solid oklch(0.5 0.1 295 / 25%); }
.blog-card h2 { font-size: 1.125rem; margin-top: 0.75rem; }
.blog-grid > :first-child h2 { font-size: 1.5rem; }
.blog-card p.excerpt { color: var(--muted); font-size: 0.875rem; margin-top: 0.5rem; flex: 1; }
.blog-card .byline { margin-top: 1rem; font-size: 0.75rem; color: var(--muted); display: flex; gap: 0.5rem; }

/* Roles list */
.roles { border-radius: 1rem; overflow: hidden; }
.role-row { padding: 1.25rem; display: flex; flex-direction: column; gap: 0.75rem; justify-content: space-between; border-top: 1px solid oklch(0.3 0.05 275 / 40%); transition: background 0.2s; }
.role-row:first-child { border-top: none; }
.role-row:hover { background: oklch(0.24 0.05 275 / 30%); }
.role-row .meta { font-size: 0.75rem; color: var(--muted); margin-top: 0.25rem; }
.role-row .apply { color: var(--cyan); font-size: 0.875rem; white-space: nowrap; }
.role-row .apply:hover { text-decoration: underline; }
@media (min-width: 640px) { .role-row { flex-direction: row; align-items: center; } }

/* Big CTA card */
.big-cta {
  position: relative;
  overflow: hidden;
  border-radius: 1.5rem;
  padding: 2.5rem;
  text-align: center;
}
@media (min-width: 1024px) { .big-cta { padding: 4rem; } }
.big-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--gradient-rift);
  opacity: 0.6;
  pointer-events: none;
}
.big-cta > * { position: relative; }
.big-cta h2 { font-size: 2.25rem; }
@media (min-width: 640px) { .big-cta h2 { font-size: 3rem; } }
.big-cta p { color: var(--muted); margin: 1rem auto 0; max-width: 32rem; }
.big-cta .actions { margin-top: 2rem; display: flex; flex-wrap: wrap; gap: 0.75rem; justify-content: center; }

/* Post detail */
.post-back { display: inline-flex; align-items: center; gap: 0.25rem; font-size: 0.875rem; color: var(--muted); margin-bottom: 1.5rem; }
.post-back:hover { color: var(--fg); }
.post-hero {
  margin-top: 2rem;
  height: 16rem;
  border-radius: 1rem;
  background: linear-gradient(135deg, oklch(0.6 0.25 295 / 40%), oklch(0.72 0.28 330 / 30%), oklch(0.82 0.18 210 / 30%));
  border: 1px solid oklch(0.3 0.05 275 / 40%);
}
.byline-block {
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.875rem;
  color: var(--muted);
  border-top: 1px solid oklch(0.3 0.05 275 / 40%);
  border-bottom: 1px solid oklch(0.3 0.05 275 / 40%);
  padding: 1rem 0;
}
.byline-avatar { width: 2.25rem; height: 2.25rem; border-radius: 50%; background: linear-gradient(135deg, var(--magenta), var(--cyan)); }
.byline-block strong { color: var(--fg); font-weight: 500; display: block; }

/* Toast */
.toast {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  padding: 0.875rem 1.25rem;
  background: var(--gradient-card);
  border: 1px solid oklch(0.72 0.28 330 / 50%);
  border-radius: 0.75rem;
  font-size: 0.875rem;
  box-shadow: var(--shadow-neon);
  z-index: 100;
  transform: translateY(1rem);
  opacity: 0;
  transition: all 0.3s;
  pointer-events: none;
}
.toast.show { transform: translateY(0); opacity: 1; }
.toast.error { border-color: oklch(0.65 0.24 25 / 60%); }

/* Modal Overlay */
.ceo-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(5, 5, 10, 0.85); /* Deep thematic dark backdrop */
    backdrop-filter: blur(5px);
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.ceo-modal.active {
    display: flex;
}

/* Character Sheet Container */
.modal-content.character-sheet {
    background: #1a1a24; /* Sleek dark theme surface */
    color: #f0f0f5;
    border: 2px solid #d4af37; /* Elegant gold or accent border */
    border-radius: 12px;
    max-width: 800px;
    width: 100%;
    padding: 35px;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
    max-height: 92vh;
    overflow-y: auto;
}

/* Header */
.sheet-header {
    border-bottom: 1px solid rgba(212, 175, 55, 0.3);
    padding-bottom: 15px;
    margin-bottom: 25px;
}

.sheet-header h2 {
    margin: 0;
    font-size: 28px;
    color: #fff;
    letter-spacing: 1px;
}

.sheet-class {
    font-size: 14px;
    color: #d4af37;
    text-transform: uppercase;
    font-weight: 600;
}

/* Body Layout (Portrait + Stats) */
.sheet-body {
    display: flex;
    gap: 30px;
    align-items: stretch; /* Ensures both columns stretch to match the tallest one */
}

/* Bigger CEO Image / Portrait */
.sheet-portrait {
    flex: 0 0 300px;
    display: flex;
}

.sheet-portrait a {
    display: block;
    width: 100%;
    height: 100%;
}

.sheet-portrait img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    border: 2px solid rgba(212, 175, 55, 0.5);
    box-shadow: 0 4px 12px rgba(0,0,0,0.4);
    display: block;
    transition: border-color 0.2s ease, transform 0.2s ease;
}

/* Hover effect to indicate it's clickable */
.sheet-portrait a:hover img {
    border-color: #d4af37;
    transform: scale(1.01);
}

/* Responsive adjustments for mobile screens */
@media (max-width: 768px) {
    .sheet-body {
        flex-direction: column;
        align-items: center;
    }
    
    .sheet-portrait {
        width: 100%;
        max-width: 250px;
        height: 350px;
    }
}

/* Info Section */
.sheet-info {
    flex: 1;
}

.sheet-info h3 {
    margin-top: 0;
    color: #d4af37;
    font-size: 20px;
    border-bottom: 1px dashed rgba(255,255,255,0.2);
    padding-bottom: 8px;
}

.sheet-info p {
    line-height: 1.6;
    margin-bottom: 12px;
    color: #ccc;
}

.sheet-info strong {
    color: #fff;
}

/* Close Button */
.close-btn {
    position: absolute;
    top: 20px;
    right: 25px;
    font-size: 32px;
    font-weight: bold;
    cursor: pointer;
    color: #aaa;
    transition: color 0.2s ease;
}

.close-btn:hover {
    color: #d4af37;
}

/* Responsive adjustments for mobile screens */
@media (max-width: 768px) {
    .sheet-body {
        flex-direction: column;
        align-items: center;
    }
    
    .sheet-portrait {
        width: 100%;
        max-width: 250px;
    }
}
.rift-video-section {
    width: 95%;
    max-width: 1600px;
    margin: -3rem auto 3rem auto;
    position: relative;
    z-index: 9999;
}
.rift-video-wrapper {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    border: 2px solid rgba(212, 175, 55, 0.5);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.8), 0 0 20px rgba(100, 200, 255, 0.2);
    background: #0a0a10;
}
.rift-video-wrapper video {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    max-height: 700px;
}

/* ── Cinematic pages (Artists-inspired; Artists itself keeps artists.css) ── */
.pg-page { isolation: isolate; }

.pg-hero {
  position: relative;
  min-height: min(88vh, 52rem);
  display: grid;
  overflow: hidden;
  isolation: isolate;
}
.pg-hero--compact { min-height: min(62vh, 36rem); }
.pg-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 0;
}
.pg-hero__bg.cols-3 { grid-template-columns: repeat(3, 1fr); }
.pg-hero__bg.cols-4 { grid-template-columns: repeat(4, 1fr); }
.pg-hero__bg.cols-5 { grid-template-columns: repeat(5, 1fr); }
.pg-hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  filter: saturate(1.08) contrast(1.06);
}
.pg-hero__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, oklch(0.12 0.03 275 / 88%) 0%, oklch(0.12 0.03 275 / 52%) 38%, oklch(0.12 0.03 275 / 18%) 62%, oklch(0.12 0.03 275 / 72%) 100%),
    linear-gradient(180deg, oklch(0.12 0.03 275 / 22%) 0%, transparent 28%, oklch(0.12 0.03 275 / 90%) 100%);
  pointer-events: none;
}
.pg-hero__copy {
  position: relative;
  z-index: 2;
  align-self: end;
  padding: 5.5rem 0 3.25rem;
}
.pg-hero h1 {
  font-size: clamp(2.3rem, 5.8vw, 4.4rem);
  max-width: 18ch;
  text-shadow: 0 8px 40px oklch(0.1 0.04 275 / 70%);
}
.pg-hero .lead {
  max-width: 36rem;
  color: oklch(0.88 0.02 280);
  text-shadow: 0 2px 16px oklch(0.1 0.04 275 / 80%);
  margin-top: 1.25rem;
  font-size: 1.125rem;
}
.pg-hero__actions { margin-top: 1.75rem; display: flex; flex-wrap: wrap; gap: 0.75rem; }
.pg-hero .chip { margin-bottom: 1rem; background: oklch(0.18 0.04 275 / 70%); border-color: var(--hud-border); backdrop-filter: blur(10px); }
.pg-hero .stats { margin-top: 2rem; }

@media (max-width: 900px) {
  .pg-hero { min-height: 74vh; }
  .pg-hero--compact { min-height: 56vh; }
  .pg-hero__bg { grid-template-columns: repeat(4, 1fr); }
  .pg-hero__bg img:nth-child(n+5) { display: none; }
}

.pg-subnav {
  position: sticky;
  top: 4rem;
  z-index: 40;
  backdrop-filter: blur(18px);
  background: oklch(0.12 0.03 275 / 78%);
  border-bottom: 1px solid oklch(0.45 0.08 250 / 28%);
}
.pg-subnav__inner {
  display: flex;
  gap: 0.25rem;
  overflow-x: auto;
  scrollbar-width: none;
  padding: 0.55rem 0;
}
.pg-subnav__inner::-webkit-scrollbar { display: none; }
.pg-subnav a {
  flex: 0 0 auto;
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--muted);
  border: 1px solid transparent;
  transition: color 0.2s, background 0.2s, border-color 0.2s;
}
.pg-subnav a:hover { color: var(--fg); }
.pg-subnav a.is-active {
  color: var(--fg);
  background: oklch(0.28 0.06 250 / 45%);
  border-color: oklch(0.72 0.14 230 / 35%);
}

.pg-section { padding: 4.5rem 0; scroll-margin-top: 7.5rem; }
.pg-kicker {
  font-size: 0.72rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--cyan);
  font-weight: 600;
}
.pg-head { max-width: 46rem; margin-bottom: 2.25rem; }
.pg-head h2 { font-size: clamp(1.75rem, 3.4vw, 2.6rem); margin-top: 0.45rem; }
.pg-head p { margin-top: 0.75rem; color: var(--muted); }

/* Faction banners — landscape media, not portrait crop */
.faction-card .ceo-img {
  aspect-ratio: 16 / 9;
  background: #05050a;
}
.faction-card .ceo-img img {
  object-fit: cover;
  object-position: center center;
}
.faction-card .ceo-img::after {
  background: linear-gradient(to top, oklch(0.12 0.03 275 / 80%) 0%, transparent 50%);
}
.faction-card .ceo-body { min-height: 7.5rem; }
.faction-card--gsa { border-color: color-mix(in oklab, #7ee0d0 42%, var(--hud-border)); }
.faction-card--ordre { border-color: color-mix(in oklab, #d4af37 42%, var(--hud-border)); }
.faction-card--hanzi { border-color: color-mix(in oklab, #a3c1ad 42%, var(--hud-border)); }
.faction-card--sejong { border-color: color-mix(in oklab, #5eead4 42%, var(--hud-border)); }
.faction-card--kano { border-color: color-mix(in oklab, #ff8a4c 42%, var(--hud-border)); }
.faction-card--crimson { border-color: color-mix(in oklab, #e35d6a 48%, var(--hud-border)); }
.faction-card.roster-lead .ceo-img { aspect-ratio: 16 / 10; }
@media (min-width: 900px) {
  .faction-card.roster-lead .ceo-img { aspect-ratio: auto; min-height: 100%; }
}

.pg-split {
  display: grid;
  gap: 2rem;
  align-items: start;
}
@media (min-width: 900px) {
  .pg-split { grid-template-columns: 1fr 1.05fr; }
  .pg-split--form { grid-template-columns: 0.9fr 1.1fr; }
}

.pg-portrait {
  position: relative;
  min-height: 22rem;
  overflow: hidden;
  border-radius: 1.25rem;
  border: 1px solid var(--hud-border);
}
.pg-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  position: absolute;
  inset: 0;
}
.pg-portrait::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, oklch(0.12 0.03 275 / 88%));
}
.pg-portrait .cap {
  position: absolute;
  z-index: 1;
  left: 1.25rem;
  right: 1.25rem;
  bottom: 1.25rem;
}
.pg-portrait .cap p { color: oklch(0.9 0.02 280); font-size: 0.9rem; margin-top: 0.35rem; }

.path-card { overflow: hidden; padding: 0; display: flex; flex-direction: column; }
.path-card__art {
  height: 9.5rem;
  background: #0b0b14;
  position: relative;
}
.path-card__art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.path-card__body { padding: 1.25rem 1.35rem 1.4rem; }
.path-card .role { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.15em; color: var(--muted); }

.blog-card { overflow: hidden; padding: 0; }
.blog-card .blog-thumb {
  margin: 0;
  border-radius: 0;
  height: 11rem;
  position: relative;
  overflow: hidden;
}
.blog-card .blog-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.blog-card .blog-body { padding: 1.35rem 1.4rem 1.5rem; display: flex; flex-direction: column; flex: 1; }
.blog-grid > :first-child .blog-thumb { height: 16rem; }

.post-hero {
  position: relative;
  overflow: hidden;
  height: 18rem;
  background: #0b0b14;
}
.post-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.post-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, oklch(0.12 0.03 275 / 55%));
}

.pg-prose-wrap { padding: 3rem 0 5rem; }

@media (prefers-reduced-motion: reduce) {
  .ceo-card, .feature-card, .tier, .blog-card { transition: none; }
  .ceo-card:hover { transform: none; }
  .ceo-card:hover .ceo-img img { transform: none; }
}

/* ── Conversion landing (/start/) ── */
.lp-page .ceo-card.lp-lang { cursor: default; }
.lp-steps {
  list-style: none;
  display: grid;
  gap: 1.25rem;
}
@media (min-width: 900px) {
  .lp-steps { grid-template-columns: repeat(3, 1fr); }
}
.lp-step { overflow: hidden; padding: 0; display: flex; flex-direction: column; }
.lp-step__art {
  height: 10rem;
  position: relative;
  background: #0b0b14;
}
.lp-step__art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.lp-step__body { padding: 1.25rem 1.35rem 1.5rem; }
.lp-step__n {
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--cyan);
  font-weight: 700;
  margin-bottom: 0.4rem;
}
.lp-step h3 { font-size: 1.15rem; margin-bottom: 0.4rem; }
.lp-step p { font-size: 0.875rem; color: var(--muted); }
.lp-inline-cta {
  margin-top: 2.25rem;
  display: flex;
  justify-content: center;
}
.lp-proof-stats {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}
@media (min-width: 700px) {
  .lp-proof-stats { grid-template-columns: repeat(3, 1fr); }
}
.lp-proof-stats .glass-card {
  text-align: center;
  padding: 1.5rem 1rem;
}
.lp-quote {
  padding: 1.5rem 1.4rem 1.35rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.lp-quote p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: oklch(0.92 0.02 280);
  font-style: italic;
}
.lp-quote footer {
  font-size: 0.8rem;
  color: var(--muted);
}
.lp-quote footer strong { color: var(--fg); font-style: normal; }
.lp-faq {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}
.lp-faq details { overflow: hidden; }
.lp-faq summary {
  cursor: pointer;
  list-style: none;
  padding: 1rem 1.2rem;
  font-weight: 650;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.lp-faq summary::-webkit-details-marker { display: none; }
.lp-faq summary::after {
  content: "+";
  color: var(--cyan);
  font-size: 1.2rem;
  line-height: 1;
  flex: 0 0 auto;
}
.lp-faq details[open] summary::after { content: "–"; }
.lp-faq details p {
  padding: 0 1.2rem 1.2rem;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.65;
}
.lp-dock {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 45;
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.75rem 1rem;
  padding-bottom: max(0.75rem, env(safe-area-inset-bottom));
  background: oklch(0.12 0.03 275 / 92%);
  backdrop-filter: blur(16px);
  border-top: 1px solid var(--hud-border);
  box-shadow: 0 -12px 32px oklch(0.08 0.04 275 / 45%);
}
.lp-dock p {
  font-size: 0.8rem;
  font-weight: 600;
  margin: 0;
}
.lp-page .pg-subnav a[href*="/pricing"] {
  color: var(--cyan);
  border-color: oklch(0.72 0.14 230 / 35%);
}
@media (max-width: 1023px) {
  .lp-page .lp-dock:not([hidden]) { display: flex; }
  .lp-page:has(.lp-dock:not([hidden])) { padding-bottom: 5.5rem; }
}
@media (min-width: 1024px) {
  .lp-dock { display: none !important; }
}

/* ── Layout that used to live in inline style="" ── */
.footer-brand .brand { margin-bottom: 0.75rem; }
.footer-brand > .muted { font-size: 0.875rem; max-width: 24rem; }

.paths-head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1.5rem;
  margin-bottom: 2.5rem;
}
.paths-head h2 { font-size: 2.25rem; }
.paths-head .muted { margin-top: 0.75rem; max-width: 28rem; }
.paths-head a { color: var(--cyan); font-size: 0.875rem; font-weight: 500; }
.path-card h3 { margin-top: 0.25rem; font-size: 1.25rem; }
.path-card__meta {
  margin-top: 1.25rem;
  display: flex;
  justify-content: space-between;
  font-size: 0.75rem;
  color: var(--muted);
}

.section-cta { padding-bottom: 5rem; }
.section-cta-lg { padding-bottom: 6rem; }
.lp-quotes { margin-top: 1.25rem; }
.lede-gap { margin-top: 0.75rem; }
.pg-portrait--mid { margin-top: 1.5rem; min-height: 16rem; }
.contact-list + .pg-portrait--mid { margin-top: 2rem; }

.article-title { margin-top: 1rem; font-size: 2.5rem; }
.article-dek { margin-top: 1rem; font-size: 1.125rem; }
.byline-block time { font-size: 0.75rem; }
.prose.article-body { margin-top: 2.5rem; }

.blog-thumb--fallback {
  background: linear-gradient(135deg, oklch(0.5 0.25 280), oklch(0.4 0.2 220));
}
.blog-pager { margin-top: 2rem; }

.wp-article { max-width: 44rem; margin: 0 auto; }
.wp-article h1 { font-size: 2.75rem; margin-top: 0.5rem; }
.wp-article .post-hero { margin: 2rem 0; }
.post-content { margin-top: 1.5rem; line-height: 1.8; }

.wp-page-card { padding: 2rem; max-width: 48rem; margin: 0 auto; }
.wp-page-card h1 { font-size: 2.5rem; }
.wp-page-card > .muted { margin-top: 1.5rem; }

.lead-sm { font-size: 0.95rem; }
.prose-card { padding: 2rem 1.75rem 2.25rem; }

.contact-list { display: flex; flex-direction: column; gap: 1rem; }
.contact-row { display: flex; gap: 0.75rem; align-items: flex-start; }
.icon-badge--sm { margin: 0; width: 2.5rem; height: 2.5rem; }
.contact-kicker {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--muted);
}
.contact-val { font-size: 0.875rem; font-weight: 500; }
.flash-ok {
  padding: 1rem 1.2rem;
  margin-bottom: 1.25rem;
  border-color: var(--cyan);
}
.form-card {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.btn-start { align-self: flex-start; white-space: nowrap; }

.perk-ico { color: var(--cyan); margin-bottom: 0.5rem; }
.feature-card--tight h3 { font-size: 1rem; }
.feature-card--tight p { font-size: 0.75rem; }
.stack-lg { margin-top: 3.5rem; }
.stack-xl { margin-top: 4rem; }
.section-title { font-size: 1.875rem; margin-bottom: 1.5rem; }
.role-row h3 { font-size: 1rem; }
.big-cta--sm h2 { font-size: 1.5rem; }
.big-cta--md h2 { font-size: 1.875rem; }
@media (min-width: 640px) {
  .big-cta--sm h2 { font-size: 1.5rem; }
  .big-cta--md h2 { font-size: 1.875rem; }
}
.table-clip { overflow: hidden; }

.biz-banner {
  margin-top: 4rem;
  padding: 0;
  overflow: hidden;
  display: grid;
  gap: 0;
}
.pg-split--stretch { align-items: stretch; }
.pg-portrait--flush { min-height: 14rem; border: 0; border-radius: 0; }
.biz-banner__copy {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
}
.biz-banner__copy h3 { font-size: 1.5rem; }
.biz-banner__copy p { font-size: 0.875rem; max-width: 36rem; }

.pg-section--flush-top { padding-top: 0; }
.tier-blurb { font-size: 0.8125rem; margin-top: 0.5rem; }