/* =============================================================================
   ⚡ ZOTH STUDIO — Sovereign Tier & BYOK Model Poster (Editorial Full-Viewport v4.0)
   Loaded after zoth-theme.css. 4-Theme System (Dark, Light, Matrix, Gold).
   ============================================================================= */

:root {
  --pricing-bg: var(--bg, #05060a);
  --pricing-ink: var(--text-primary, #ffffff);
  --pricing-mute: var(--text-subhead, #cbd5e1);
  --pricing-faint: var(--muted, #94a3b8);
  --pricing-gold: var(--gold, #fbbf24);
  --pricing-cyan: var(--cyan, #00f0ff);
  --pricing-line: var(--line, rgba(255, 255, 255, 0.12));
  --pricing-card: var(--surface-card, rgba(16, 22, 40, 0.85));
  --pricing-void: var(--bg, #05060a);
  --pricing-glow: var(--accent-glow, rgba(0, 240, 255, 0.25));
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--pricing-bg);
  color: var(--text-body, #f1f5f9);
  font-family: var(--font-theme-body, "Figtree", sans-serif);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.skip,
.skip-to-content {
  position: absolute;
  top: -100px;
  left: 16px;
  background: var(--pricing-gold);
  color: #050508;
  padding: 10px 18px;
  font-family: var(--font-theme-mono, "IBM Plex Mono", monospace);
  font-size: 0.82rem;
  font-weight: 700;
  border-radius: 8px;
  z-index: 10000;
  text-decoration: none;
  transition: top 0.2s ease;
}

.skip:focus,
.skip:focus-visible,
.skip-to-content:focus,
.skip-to-content:focus-visible {
  top: 16px;
  outline: 3px solid #ffffff;
  outline-offset: 2px;
}

.progress {
  position: fixed;
  inset: 0 auto auto 0;
  z-index: 50;
  height: 2px;
  width: 0;
  background: var(--pricing-gold);
  pointer-events: none;
}

html.zoth-preview .progress {
  top: 36px;
}

.hero-alchemical-canvas,
.azoth-watermark,
.ambient-mesh,
.rune-matrix-canvas,
.travel-hud-nav,
.travel-space-backdrop {
  display: none !important;
}

main#main-content {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
}

/* -------------------------------------------------------------------------- */
/* 1. Poster Hero (Editorial Split, Full Viewport)                             */
/* -------------------------------------------------------------------------- */

.pricing-poster {
  position: relative;
  width: 100%;
  min-height: calc(100svh - var(--zoth-header-h, 54px));
  display: grid;
  grid-template-columns: minmax(20rem, 44rem) minmax(0, 1fr);
  align-items: stretch;
  gap: 0;
  padding: 0;
  overflow: hidden;
  background: var(--pricing-void);
  box-sizing: border-box;
}

.pricing-poster::before {
  content: "";
  position: absolute;
  top: -15%;
  left: -10%;
  width: 55vw;
  height: 55vw;
  max-width: 680px;
  max-height: 680px;
  border-radius: 50%;
  background: radial-gradient(circle, var(--pricing-glow) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}

.pricing-poster-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 16px;
  max-width: 44rem;
  min-width: 0;
  min-height: 0;
  padding: clamp(28px, 5vw, 64px) clamp(20px, 4vw, 48px) clamp(36px, 6vw, 72px);
}

.pricing-poster .kicker {
  margin: 0;
  font-family: var(--font-theme-mono, "IBM Plex Mono", monospace);
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--pricing-gold);
  font-weight: 700;
  background: none;
  border: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.pricing-poster .kicker::before {
  content: "✦";
  font-size: 0.85em;
  color: var(--pricing-cyan);
}

.pricing-poster h1 {
  font-family: var(--font-theme-heading, "Syne", sans-serif) !important;
  font-size: clamp(2.3rem, 5.2vw, 3.8rem) !important;
  font-weight: 800;
  line-height: 0.96 !important;
  letter-spacing: -0.045em !important;
  max-width: 100%;
  width: auto;
  margin: 0;
  background: none !important;
  color: var(--pricing-ink) !important;
  -webkit-text-fill-color: var(--pricing-ink) !important;
  text-shadow: 0 4px 30px rgba(0, 0, 0, 0.6) !important;
  overflow-wrap: break-word;
  word-break: keep-all;
  hyphens: none;
  text-wrap: balance;
  filter: none !important;
}

.pricing-poster .lede {
  margin: 0;
  max-width: 36rem;
  font-size: 1.08rem;
  line-height: 1.55;
  color: var(--pricing-mute);
}

.pricing-poster-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 4px;
}

.pricing-poster-actions .btn,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 22px;
  border-radius: 999px;
  text-decoration: none;
  font-family: var(--font-theme-mono, "IBM Plex Mono", monospace);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  cursor: pointer;
  border: 0;
  transition: transform 0.2s ease, filter 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.pricing-poster-actions .btn:hover,
.btn:hover {
  text-decoration: none;
  transform: translateY(-2px);
}

.pricing-poster-actions .btn-gold,
.btn-gold {
  background: var(--pricing-gold) !important;
  color: #050508 !important;
  box-shadow: 0 8px 24px rgba(251, 191, 36, 0.32);
}

.pricing-poster-actions .btn-gold:hover,
.btn-gold:hover {
  filter: brightness(1.08);
  box-shadow: 0 10px 28px rgba(251, 191, 36, 0.45);
}

.pricing-poster-actions .btn-ghost,
.btn-ghost {
  background: rgba(255, 255, 255, 0.04);
  color: var(--pricing-ink) !important;
  border: 1px solid var(--pricing-line);
  backdrop-filter: blur(8px);
}

.pricing-poster-actions .btn-ghost:hover,
.btn-ghost:hover {
  border-color: var(--pricing-cyan);
  color: var(--pricing-cyan) !important;
  background: rgba(0, 240, 255, 0.08);
}

.pricing-poster-figure {
  position: relative;
  z-index: 1;
  min-height: 0;
  min-width: 0;
  height: auto;
  align-self: stretch;
  overflow: hidden;
  background: var(--pricing-void);
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.pricing-poster-figure img {
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 20px 50px rgba(0, 0, 0, 0.6));
}

.pricing-poster-credit {
  position: absolute;
  right: 24px;
  bottom: 24px;
  z-index: 3;
  font-family: var(--font-theme-mono, "IBM Plex Mono", monospace);
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--pricing-gold);
  pointer-events: none;
  background: rgba(5, 6, 10, 0.6);
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid rgba(251, 191, 36, 0.3);
  backdrop-filter: blur(8px);
}

/* -------------------------------------------------------------------------- */
/* 2. Structured Tiers & Matrix Comparison                                    */
/* -------------------------------------------------------------------------- */

.pricing-tiers,
.never-pay,
.pricing-matrix-section {
  width: 100%;
  max-width: 76rem;
  margin: 0 auto;
  padding: clamp(60px, 8vw, 100px) clamp(20px, 4vw, 48px);
  box-sizing: border-box;
}

.section-kicker,
.faq-list-kicker {
  margin: 0 0 12px;
  font-family: var(--font-theme-mono, "IBM Plex Mono", monospace);
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--pricing-gold);
  font-weight: 700;
}

.pricing-tiers h2,
.never-pay h2,
.pricing-matrix-section h2 {
  margin: 0 0 12px;
  font-family: var(--font-theme-heading, "Syne", sans-serif);
  font-size: clamp(1.8rem, 3.2vw, 2.4rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  color: var(--pricing-ink);
}

.section-lede {
  margin: 0 0 36px;
  max-width: 42rem;
  color: var(--pricing-mute);
  font-size: 1.05rem;
  line-height: 1.6;
}

.tier-grid,
.never-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(min(100%, 280px), 1fr));
  gap: 24px;
  min-width: 0;
}

.tier-card,
.never-card {
  min-width: 0;
  background: var(--pricing-card);
  border: 1px solid var(--pricing-line);
  border-radius: 18px;
  padding: 30px 26px 26px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
  backdrop-filter: blur(12px);
}

.tier-card:hover,
.never-card:hover {
  transform: translateY(-3px);
  border-color: var(--pricing-cyan);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.4);
}

.tier-operator {
  border-color: rgba(251, 191, 36, 0.45);
  background: linear-gradient(180deg, rgba(251, 191, 36, 0.06) 0%, var(--pricing-card) 40%);
  box-shadow: 0 0 0 1px rgba(251, 191, 36, 0.15), 0 20px 45px rgba(0, 0, 0, 0.35);
}

.tier-eyebrow {
  margin: 0;
  font-family: var(--font-theme-mono, "IBM Plex Mono", monospace);
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--pricing-gold);
  font-weight: 700;
}

.tier-card h2,
.tier-card h3,
.never-card h3 {
  margin: 0;
  font-family: var(--font-theme-heading, "Syne", sans-serif);
  font-size: 1.45rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--pricing-ink);
}

.tier-price {
  margin: 0;
  font-family: var(--font-theme-mono, "IBM Plex Mono", monospace);
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--pricing-gold);
  letter-spacing: -0.02em;
}

.tier-copy,
.never-card p {
  margin: 0;
  color: var(--pricing-mute);
  font-size: 0.98rem;
  line-height: 1.6;
}

.tier-list {
  margin: 6px 0 10px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.tier-list li {
  position: relative;
  padding-left: 1.2em;
  color: var(--pricing-mute);
  font-size: 0.92rem;
  line-height: 1.45;
}

.tier-list li::before {
  content: "▸";
  position: absolute;
  left: 0;
  color: var(--pricing-gold);
  font-size: 0.85rem;
}

.tier-card .btn {
  margin-top: auto;
  align-self: flex-start;
}

/* Feature Matrix Table */
.matrix-table-wrap {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  background: var(--pricing-card);
  border: 1px solid var(--pricing-line);
  border-radius: 18px;
  margin-top: 28px;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(12px);
}

.matrix-table {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
  text-align: left;
}

.matrix-table th,
.matrix-table td {
  padding: 16px 20px;
  border-bottom: 1px solid var(--pricing-line);
}

.matrix-table th {
  font-family: var(--font-theme-mono, "IBM Plex Mono", monospace);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--pricing-gold);
  background: rgba(255, 255, 255, 0.02);
}

.matrix-table th.col-feature { width: 40%; }
.matrix-table th.col-tier { width: 20%; text-align: center; }

.matrix-table td.col-feature {
  font-size: 0.95rem;
  color: var(--pricing-ink);
  font-weight: 600;
}

.matrix-table td.col-feature small {
  display: block;
  font-size: 0.82rem;
  color: var(--pricing-mute);
  font-weight: 400;
  margin-top: 3px;
  line-height: 1.4;
}

.matrix-table td.col-tier {
  text-align: center;
  font-size: 0.9rem;
}

.matrix-check-svg {
  width: 1.25rem;
  height: 1.25rem;
  color: #10b981;
  display: inline-block;
  vertical-align: middle;
}

.matrix-dash {
  color: var(--pricing-faint);
  font-family: var(--font-theme-mono, monospace);
  font-weight: 700;
  font-size: 1.1rem;
}

.matrix-table tr:last-child td { border-bottom: none; }
.matrix-table tr:hover td { background: rgba(255, 255, 255, 0.02); }

/* -------------------------------------------------------------------------- */
/* 3. FAQ Stack & Details                                                     */
/* -------------------------------------------------------------------------- */

.faq-list {
  width: 100%;
  max-width: 48rem;
  margin: 0 auto;
  padding: 32px clamp(20px, 4vw, 48px) 96px;
  box-sizing: border-box;
}

.faq-stack {
  display: flex;
  flex-direction: column;
  border-top: 1px solid var(--pricing-line);
}

.faq-item {
  border-bottom: 1px solid var(--pricing-line);
  background: transparent;
}

.faq-item summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 0;
  cursor: pointer;
  font-family: var(--font-theme-heading, "Syne", sans-serif);
  font-size: clamp(1.08rem, 2.2vw, 1.35rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.3;
  color: var(--pricing-ink);
  min-height: 44px;
  user-select: none;
  transition: color 0.18s ease;
}

.faq-item summary::-webkit-details-marker,
.faq-item summary::marker {
  display: none;
  content: "";
}

.faq-item summary::after {
  content: "+";
  flex: 0 0 auto;
  font-family: var(--font-theme-mono, "IBM Plex Mono", monospace);
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--pricing-gold);
  line-height: 1;
}

.faq-item[open] summary::after {
  content: "–";
}

.faq-item summary:hover {
  color: var(--pricing-gold);
}

.faq-item p {
  margin: 0 0 22px;
  max-width: 42rem;
  font-size: 1.02rem;
  line-height: 1.65;
  color: var(--pricing-mute);
}

.faq-item p a {
  color: var(--pricing-gold);
  font-weight: 600;
}

/* -------------------------------------------------------------------------- */
/* 4. Closing Action Section                                                  */
/* -------------------------------------------------------------------------- */

.closing {
  padding: 40px clamp(20px, 4vw, 48px) 100px;
  max-width: 60rem;
  margin: 0 auto;
}

.closing-inner {
  background: var(--pricing-card);
  border: 1px solid var(--pricing-line);
  border-radius: 20px;
  padding: 48px 36px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
}

.closing-inner h2 {
  font-family: var(--font-theme-heading, "Syne", sans-serif);
  font-size: clamp(1.8rem, 3.2vw, 2.5rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--pricing-ink);
  margin: 0;
}

.closing-inner p {
  font-size: 1.05rem;
  line-height: 1.6;
  color: var(--pricing-mute);
  max-width: 38rem;
  margin: 0;
}

.closing-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: 8px;
}

/* -------------------------------------------------------------------------- */
/* 5. Footer                                                                  */
/* -------------------------------------------------------------------------- */

footer.site {
  width: 100%;
  max-width: none;
  margin: 0;
  box-sizing: border-box;
  border-top: 1px solid var(--pricing-line);
  padding: 48px clamp(20px, 4vw, 48px) 36px;
  background: var(--pricing-bg);
}

/* =============================================================================
   6. 4-THEME SYSTEM OVERRIDES (Dark, Light, Matrix, Gold)
   ============================================================================= */

/* -----------------------------------------------------------------------------
   6.1 Light Mode — Solar Paper & Architectural Contrast
   ----------------------------------------------------------------------------- */
html[data-theme="light"],
html.theme-light {
  --pricing-bg: #f7f9fc;
  --pricing-ink: #111827;
  --pricing-mute: #374151;
  --pricing-faint: #4b5563;
  --pricing-gold: #92400e;
  --pricing-cyan: #0284c7;
  --pricing-line: rgba(17, 24, 39, 0.12);
  --pricing-card: #ffffff;
  --pricing-void: #f7f9fc;
  --pricing-glow: rgba(2, 132, 199, 0.08);
}

html[data-theme="light"] body {
  background: var(--pricing-bg);
  color: #1f2937;
}

html[data-theme="light"] .pricing-poster,
html[data-theme="light"] .pricing-poster-figure {
  background: var(--pricing-void);
}

html[data-theme="light"] .pricing-poster-figure {
  background: #0b1220;
}

html[data-theme="light"] .pricing-poster h1 {
  color: #111827 !important;
  -webkit-text-fill-color: #111827 !important;
  text-shadow: none !important;
}

html[data-theme="light"] .btn-ghost {
  color: #111827 !important;
  border-color: rgba(17, 24, 39, 0.18) !important;
  background: #ffffff !important;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
}

html[data-theme="light"] .btn-ghost:hover {
  color: #0284c7 !important;
  border-color: #0284c7 !important;
}

html[data-theme="light"] .btn-gold {
  background: #92400e !important;
  color: #ffffff !important;
  box-shadow: 0 4px 14px rgba(146, 64, 14, 0.25) !important;
}

html[data-theme="light"] .tier-card,
html[data-theme="light"] .never-card,
html[data-theme="light"] .closing-inner {
  background: #ffffff;
  border-color: rgba(17, 24, 39, 0.12);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
}

html[data-theme="light"] .tier-operator {
  border-color: rgba(146, 64, 14, 0.35);
  background: linear-gradient(180deg, rgba(146, 64, 14, 0.04) 0%, #ffffff 40%);
  box-shadow: 0 12px 28px rgba(17, 24, 39, 0.08);
}

html[data-theme="light"] footer.site {
  background: var(--pricing-bg);
  color: #374151;
  border-top-color: rgba(17, 24, 39, 0.1);
}

/* -----------------------------------------------------------------------------
   6.2 Matrix Mode — Phosphor CRT Terminal Green
   ----------------------------------------------------------------------------- */
html[data-theme="matrix"] {
  --pricing-bg: #020804;
  --pricing-void: #020804;
  --pricing-ink: #00ff66;
  --pricing-mute: #a7f3d0;
  --pricing-faint: #6ee7b7;
  --pricing-gold: #00ff66;
  --pricing-cyan: #34d399;
  --pricing-line: rgba(0, 255, 102, 0.22);
  --pricing-card: rgba(3, 20, 8, 0.88);
  --pricing-glow: rgba(0, 255, 102, 0.35);
  --font-theme-heading: "Share Tech Mono", monospace;
  --font-theme-body: "Share Tech Mono", monospace;
  --font-theme-mono: "Share Tech Mono", monospace;
}

html[data-theme="matrix"] body {
  background: #020804 !important;
  color: #d1fae5 !important;
  font-family: "Share Tech Mono", monospace !important;
}

html[data-theme="matrix"] .pricing-poster h1 {
  font-family: "Share Tech Mono", monospace !important;
  color: #00ff66 !important;
  -webkit-text-fill-color: #00ff66 !important;
  text-shadow: 0 0 20px rgba(0, 255, 102, 0.6) !important;
}

html[data-theme="matrix"] .btn-gold {
  background: #00ff66 !important;
  color: #020804 !important;
  font-weight: 800;
  box-shadow: 0 0 24px rgba(0, 255, 102, 0.5) !important;
}

html[data-theme="matrix"] .btn-ghost {
  color: #00ff66 !important;
  border-color: rgba(0, 255, 102, 0.4) !important;
}

html[data-theme="matrix"] .tier-card,
html[data-theme="matrix"] .never-card,
html[data-theme="matrix"] .closing-inner,
html[data-theme="matrix"] .matrix-table-wrap {
  background: rgba(3, 20, 8, 0.9);
  border-color: rgba(0, 255, 102, 0.3);
  box-shadow: 0 0 30px rgba(0, 255, 102, 0.12);
}

html[data-theme="matrix"] .tier-operator {
  border-color: #00ff66;
  box-shadow: 0 0 28px rgba(0, 255, 102, 0.25);
}

html[data-theme="matrix"] footer.site {
  background: #020804;
  border-top-color: rgba(0, 255, 102, 0.2);
}

/* -----------------------------------------------------------------------------
   6.3 Gold Mode — Hermetic Amber & Obsidian
   ----------------------------------------------------------------------------- */
html[data-theme="gold"] {
  --pricing-bg: #0c0802;
  --pricing-void: #0c0802;
  --pricing-ink: #fbf5e6;
  --pricing-mute: #fde68a;
  --pricing-faint: #f59e0b;
  --pricing-gold: #fbbf24;
  --pricing-cyan: #e8c872;
  --pricing-line: rgba(251, 191, 36, 0.24);
  --pricing-card: rgba(18, 14, 6, 0.88);
  --pricing-glow: rgba(251, 191, 36, 0.4);
  --font-theme-heading: "Cinzel", "Fraunces", serif;
  --font-theme-body: "Fraunces", "Figtree", serif;
}

html[data-theme="gold"] body {
  background: #0c0802 !important;
  color: #fbf5e6 !important;
}

html[data-theme="gold"] .pricing-poster h1 {
  font-family: "Cinzel", "Fraunces", serif !important;
  color: #fbbf24 !important;
  -webkit-text-fill-color: #fbbf24 !important;
  text-shadow: 0 0 24px rgba(251, 191, 36, 0.45) !important;
}

html[data-theme="gold"] .btn-gold {
  background: linear-gradient(135deg, #fbbf24 0%, #d97706 100%) !important;
  color: #140d02 !important;
  font-weight: 800;
  box-shadow: 0 0 24px rgba(251, 191, 36, 0.4) !important;
}

html[data-theme="gold"] .btn-ghost {
  color: #fbbf24 !important;
  border-color: rgba(251, 191, 36, 0.4) !important;
}

html[data-theme="gold"] .tier-card,
html[data-theme="gold"] .never-card,
html[data-theme="gold"] .closing-inner,
html[data-theme="gold"] .matrix-table-wrap {
  background: rgba(18, 14, 6, 0.9);
  border-color: rgba(251, 191, 36, 0.32);
  box-shadow: 0 0 35px rgba(251, 191, 36, 0.12);
}

html[data-theme="gold"] .tier-operator {
  border-color: #fbbf24;
  box-shadow: 0 0 30px rgba(251, 191, 36, 0.25);
}

html[data-theme="gold"] footer.site {
  background: #0c0802;
  border-top-color: rgba(251, 191, 36, 0.2);
}

/* -------------------------------------------------------------------------- */
/* 7. Responsive Media Queries                                                */
/* -------------------------------------------------------------------------- */

@media (max-width: 900px) {
  .pricing-poster {
    grid-template-columns: 1fr;
    display: flex;
    flex-direction: column;
    min-height: calc(100svh - var(--zoth-header-h, 54px));
  }

  .pricing-poster-figure {
    order: -1;
    min-height: 0;
    flex: 0 0 auto;
    height: min(38svh, 300px);
    max-height: 38svh;
  }

  .pricing-poster-copy {
    flex: 1 0 auto;
    justify-content: flex-start;
    padding: 20px 20px 28px;
    gap: 12px;
    max-width: none;
  }

  .pricing-poster h1 {
    font-size: clamp(2rem, 10vw, 2.8rem) !important;
  }

  .pricing-poster .lede {
    font-size: 1rem;
  }

  .tier-grid,
  .never-grid {
    grid-template-columns: 1fr;
  }

  footer.site .foot-grid {
    grid-template-columns: 1fr 1fr;
    gap: 28px 21px;
  }
}

@media (max-width: 560px) {
  footer.site .foot-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
