/**
 * Cover My Confetti — design tokens
 *
 * Three-color signature: coral primary + lagoon teal + champagne gold.
 * Cool charcoal ink, soft blush-white paper.
 * NOT: purple, cream+terracotta cliché, brown/bronze/espresso warmth.
 */

:root {
  /* Cool charcoal ink (readable, not brown) */
  --cmc-ink: #16181c;
  --cmc-ink-soft: #2a2e35;
  --cmc-ink-fade: rgba(22, 24, 28, 0.78);

  /* Soft blush-white / cool off-white paper */
  --cmc-paper: #f7f4f2;
  --cmc-paper-soft: #efe8e4;
  --cmc-surface: #ffffff;

  /* Coral signature — primary brand + host CTA fill */
  --cmc-brand: #e23d2a;
  --cmc-brand-deep: #c23020;
  --cmc-accent: #ff6a45;
  --cmc-coral-soft: #ff8f6e;
  --cmc-blush: #ffe4db;
  --cmc-blush-deep: #ffd0c2;

  /* Lagoon teal — true complement; secondary CTAs / Planning accents */
  --cmc-teal: #0e7c7b;
  --cmc-teal-hover: #129490;
  --cmc-teal-deep: #0a5f5e;
  --cmc-teal-soft: #b8e0df;
  --cmc-teal-wash: rgba(14, 124, 123, 0.08);
  --cmc-teal-wash-strong: rgba(14, 124, 123, 0.14);

  /* Champagne gold — luxury micro-highlight (not brown / terracotta) */
  --cmc-gold: #d4a84b;
  --cmc-gold-soft: #e8c97a;
  --cmc-champagne: #e8c97a;
  --cmc-gold-wash: rgba(212, 168, 75, 0.14);

  --cmc-cta: #e23d2a;
  --cmc-cta-hover: #c23020;
  --cmc-cta-secondary: #0e7c7b;
  --cmc-cta-secondary-hover: #129490;
  --cmc-cta-pro: #16181c;

  --cmc-muted: #5a5f66;
  --cmc-muted-soft: #7a8088;
  --cmc-border: #e4ddd8;
  --cmc-border-strong: #d0c6c0;
  --cmc-link: #d63625;
  --cmc-link-hover: #a8281a;
  --cmc-link-alt: #0e7c7b;
  --cmc-link-alt-hover: #0a5f5e;

  /* Charcoal → coral hero (no brown bronze mid) */
  --cmc-hero-from: #12141a;
  --cmc-hero-via: #8f2a22;
  --cmc-hero-to: #e23d2a;

  --cmc-focus-ring: rgba(226, 61, 42, 0.4);
  --cmc-focus-ring-teal: rgba(14, 124, 123, 0.4);
  --cmc-shadow: 0 16px 40px -12px rgba(22, 24, 28, 0.18);
  --cmc-confetti-dot: rgba(226, 61, 42, 0.12);
  --cmc-coral-wash: rgba(255, 106, 69, 0.08);
  --cmc-coral-wash-strong: rgba(226, 61, 42, 0.12);

  --cmc-page-bg: var(--cmc-paper);
  --cmc-content-surface: var(--cmc-surface);
  --cmc-prose-rule: var(--cmc-blush-deep);
  --cmc-prose-bullet: var(--cmc-brand);
  --cmc-header-bg: rgba(255, 255, 255, 0.96);
  --cmc-nav-hover-bg: rgba(226, 61, 42, 0.08);
  --cmc-nav-hover-text: var(--cmc-brand-deep);
}

/* Planning Center — lean teal accents, airier paper */
body.lane-planning {
  --cmc-page-bg: #f7fafa;
  --cmc-content-surface: #ffffff;
  --cmc-paper-soft: #eef5f4;
  --cmc-prose-rule: var(--cmc-teal-soft);
  --cmc-prose-bullet: var(--cmc-teal);
  --cmc-link: var(--cmc-link-alt);
  --cmc-link-hover: var(--cmc-link-alt-hover);
  --cmc-header-bg: rgba(247, 250, 250, 0.96);
  --cmc-nav-hover-bg: rgba(14, 124, 123, 0.1);
  --cmc-nav-hover-text: var(--cmc-teal-deep);
  --cmc-border: #dce8e7;
}

/* Event Professionals — coral + charcoal sharpness; gold sparingly */
body.lane-professionals {
  --cmc-page-bg: #f0eeed;
  --cmc-content-surface: #ffffff;
  --cmc-ink-soft: #16181c;
  --cmc-border: #cdc6c1;
  --cmc-border-strong: #a8a19c;
  --cmc-prose-rule: var(--cmc-brand);
  --cmc-prose-bullet: var(--cmc-ink);
  --cmc-header-bg: rgba(255, 255, 255, 0.97);
  --cmc-nav-hover-bg: rgba(22, 24, 28, 0.06);
  --cmc-nav-hover-text: var(--cmc-ink);
}

body.lane-city {
  --cmc-page-bg: #f7f4f2;
  /* Light rabbit chrome over white magazine heroes */
  --cmc-header-bg: rgba(255, 255, 255, 0.96);
  --cmc-link: var(--cmc-link-alt);
  --cmc-link-hover: var(--cmc-link-alt-hover);
  /* City coral defaults — overridden per .city-theme-* */
  --city-coral: #e23d2a;
  --city-coral-soft: #ff6a45;
  --city-coral-deep: #c23020;
  --city-hero-from: #ffffff;
  --city-hero-via: #fff8f5;
  --city-hero-to: #f7f4f2;
  --city-wash: rgba(255, 106, 69, 0.1);
  --city-wash-strong: rgba(226, 61, 42, 0.14);
  --city-band: #faf3ef;
  --city-band-alt: #ffffff;
  --city-ink-on-hero: #16181c;
  --city-muted-on-hero: #5a5f66;
  --city-gold: #d4a84b;
  --city-teal: #0e7c7b;
  --city-card-border: rgba(226, 61, 42, 0.18);
  --city-secondary-glow: rgba(14, 124, 123, 0.22);
  /* AA secondary CTA on light heroes — champagne ghost / ink outline */
  --city-ghost-cta: #16181c;
  --city-ghost-cta-border: #d4a84b;
  /* Signature / checklist: light readable surfaces */
  --city-sig-band: #faf3ef;
  --city-sig-card: #ffffff;
  --city-bloom-a: rgba(255, 106, 69, 0.16);
  --city-bloom-b: rgba(212, 168, 75, 0.14);
  /* City page layout tokens (all themes) */
  --city-prose-max: 52rem;   /* ~832px — readable prose column */
  --city-wide-max: 68.75rem; /* ~1100px — card grids */
  --city-gutter: 1.25rem;
}
@media (min-width: 640px) {
  body.lane-city {
    --city-gutter: 1.75rem;
  }
}

body.lane-guide {
  --cmc-prose-rule: var(--cmc-border-strong);
}

body.cmc-body {
  background-color: var(--cmc-page-bg);
  background-image:
    radial-gradient(ellipse 110% 70% at 100% -15%, rgba(255, 106, 69, 0.12), transparent 48%),
    radial-gradient(ellipse 70% 45% at -8% 85%, rgba(14, 124, 123, 0.07), transparent 45%),
    radial-gradient(var(--cmc-confetti-dot) 1.1px, transparent 1.1px);
  background-size: auto, auto, 26px 26px;
  background-attachment: fixed;
  color: var(--cmc-ink);
}

.cmc-header {
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid rgba(22, 24, 28, 0.08);
  box-shadow: 0 1px 0 rgba(22, 24, 28, 0.03);
  backdrop-filter: saturate(1.1) blur(10px);
  -webkit-backdrop-filter: saturate(1.1) blur(10px);
}

.cmc-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  text-decoration: none !important;
  min-width: 0;
}

.cmc-brand-mark {
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  flex: none;
  box-shadow: 0 4px 12px -6px rgba(226, 61, 42, 0.55);
}

.cmc-brand-mark--footer {
  box-shadow: none;
}

.cmc-wordmark { color: var(--cmc-ink); }

.cmc-search-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 999px;
  color: var(--cmc-ink-soft);
  background: #f3efeb;
  border: 1px solid rgba(22, 24, 28, 0.06);
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.cmc-search-btn:hover {
  background: #ebe4de;
  color: var(--cmc-ink);
  border-color: rgba(22, 24, 28, 0.1);
}

.cmc-nav a,
.cmc-nav button { color: var(--cmc-muted); }

.cmc-nav a:hover,
.cmc-nav button:hover {
  background: var(--cmc-nav-hover-bg);
  color: var(--cmc-nav-hover-text);
}

.btn-cta-host {
  display: inline-block;
  background: var(--cmc-cta);
  color: #fff !important;
  font-weight: 700;
  border-radius: 10px;
  border: 2px solid var(--cmc-cta);
  box-shadow: 0 8px 22px -6px rgba(226, 61, 42, 0.5);
  transition: background 0.15s ease, border-color 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
}
.btn-cta-host:hover {
  background: var(--cmc-cta-hover);
  border-color: var(--cmc-cta-hover);
  transform: translateY(-1px);
  box-shadow: 0 12px 28px -6px rgba(194, 48, 32, 0.5);
}

/* Secondary outline — lagoon teal (never competes with coral fill) */
.btn-cta-secondary {
  display: inline-block;
  background: transparent;
  color: var(--cmc-cta-secondary) !important;
  font-weight: 700;
  border-radius: 10px;
  border: 2px solid var(--cmc-cta-secondary);
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}
.btn-cta-secondary:hover {
  background: var(--cmc-cta-secondary);
  border-color: var(--cmc-cta-secondary-hover);
  color: #fff !important;
}

.btn-cta-pro {
  display: inline-block;
  background: transparent;
  color: var(--cmc-cta-pro) !important;
  font-weight: 700;
  border-radius: 10px;
  border: 2px solid var(--cmc-cta-pro);
  transition: background 0.15s ease, color 0.15s ease;
}
.btn-cta-pro:hover {
  background: var(--cmc-ink);
  color: #fff !important;
}

/* National home hero — charcoal → coral (no brown bronze) */
.cmc-hero {
  position: relative;
  overflow: hidden;
  min-height: min(88vh, 720px);
  display: flex;
  align-items: center;
  background:
    radial-gradient(ellipse 65% 50% at 12% 18%, rgba(255, 106, 69, 0.5), transparent 55%),
    radial-gradient(ellipse 45% 38% at 88% 14%, rgba(14, 124, 123, 0.28), transparent 52%),
    radial-gradient(ellipse 40% 35% at 72% 8%, rgba(232, 201, 122, 0.22), transparent 48%),
    radial-gradient(ellipse 55% 45% at 68% 92%, rgba(226, 61, 42, 0.35), transparent 55%),
    linear-gradient(152deg, var(--cmc-hero-from) 0%, var(--cmc-hero-via) 48%, var(--cmc-hero-to) 100%);
}

.cmc-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    radial-gradient(rgba(255, 255, 255, 0.65) 1.2px, transparent 1.2px),
    radial-gradient(rgba(232, 201, 122, 0.9) 1.45px, transparent 1.45px),
    radial-gradient(rgba(255, 106, 69, 0.9) 1.15px, transparent 1.15px),
    radial-gradient(rgba(18, 148, 144, 0.75) 1.1px, transparent 1.1px);
  background-size: 34px 34px, 48px 48px, 27px 27px, 41px 41px;
  background-position: 0 0, 12px 18px, 22px 6px, 8px 28px;
  opacity: 0.32;
  animation: confettiDrift 28s linear infinite;
}

.cmc-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 140px;
  pointer-events: none;
  background: linear-gradient(to top, var(--cmc-paper), transparent);
  opacity: 0.98;
}

.cmc-hero-inner {
  position: relative;
  z-index: 2;
  width: 100%;
}

.cmc-hero-brand {
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(2.4rem, 7vw, 4.25rem);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: #fff;
  margin: 0 0 1.1rem;
  text-shadow: 0 6px 40px rgba(0, 0, 0, 0.28);
  animation: heroReveal 0.85s ease-out both;
}

.cmc-hero-headline {
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(1.35rem, 3.2vw, 2rem);
  font-weight: 600;
  line-height: 1.25;
  color: var(--cmc-blush);
  margin: 0 auto 1rem;
  max-width: 28rem;
  animation: heroReveal 0.85s ease-out 0.08s both;
}

.cmc-hero-lead {
  color: rgba(255, 252, 250, 0.92);
  font-size: clamp(1rem, 2vw, 1.125rem);
  line-height: 1.65;
  max-width: 34rem;
  margin: 0 auto 1.75rem;
  animation: heroReveal 0.85s ease-out 0.14s both;
}

.cmc-hero-eyebrow {
  color: var(--cmc-gold-soft);
}

/* —— Inner page hero band —— */
.page-hero {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 2.5rem 1.25rem 2.75rem;
  background:
    radial-gradient(ellipse 70% 90% at 100% 0%, rgba(255, 106, 69, 0.18), transparent 55%),
    radial-gradient(ellipse 45% 60% at 0% 100%, rgba(14, 124, 123, 0.12), transparent 50%),
    linear-gradient(165deg, var(--cmc-ink) 0%, #2a1a18 42%, #6b241c 78%, var(--cmc-brand) 100%);
  color: #fff;
}
.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    radial-gradient(rgba(255, 255, 255, 0.35) 1px, transparent 1px),
    radial-gradient(rgba(232, 201, 122, 0.55) 1.15px, transparent 1.15px),
    radial-gradient(rgba(255, 106, 69, 0.55) 1.2px, transparent 1.2px);
  background-size: 28px 28px, 36px 36px, 40px 40px;
  background-position: 0 0, 8px 16px, 14px 10px;
  opacity: 0.22;
}
.page-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 48rem;
}
.page-hero-eyebrow {
  margin: 0 0 0.55rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--cmc-gold-soft);
}
.page-hero-title {
  margin: 0 0 0.75rem;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(1.85rem, 4.5vw, 2.65rem);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: #fff;
}
.page-hero-dek {
  margin: 0 0 1.35rem;
  max-width: 38rem;
  font-size: 1.05rem;
  line-height: 1.65;
  color: rgba(255, 248, 245, 0.88);
}
.page-hero-cta { margin: 0; }

body.lane-planning .page-hero {
  background:
    radial-gradient(ellipse 70% 90% at 100% 0%, rgba(14, 124, 123, 0.16), transparent 55%),
    radial-gradient(ellipse 50% 70% at 0% 100%, rgba(232, 201, 122, 0.12), transparent 48%),
    linear-gradient(165deg, #f7f4f2 0%, #eef7f6 48%, #ffffff 100%);
  color: var(--cmc-ink);
}
body.lane-planning .page-hero-title { color: var(--cmc-ink); }
body.lane-planning .page-hero-dek { color: var(--cmc-muted); }
body.lane-planning .page-hero-eyebrow {
  color: var(--cmc-teal);
}
body.lane-planning .page-hero::before { opacity: 0.1; }
body.lane-guide .page-hero {
  background:
    radial-gradient(ellipse 60% 80% at 100% 0%, rgba(255, 106, 69, 0.12), transparent 55%),
    radial-gradient(ellipse 40% 50% at 0% 100%, rgba(14, 124, 123, 0.08), transparent 50%),
    linear-gradient(165deg, #ffffff 0%, #f7f4f2 100%);
  color: var(--cmc-ink);
}
body.lane-guide .page-hero-title { color: var(--cmc-ink); }
body.lane-guide .page-hero-dek { color: var(--cmc-muted); }
body.lane-guide .page-hero-eyebrow { color: var(--cmc-gold); }
body.lane-guide .page-hero::before { opacity: 0.08; }
body.lane-professionals .page-hero {
  background:
    radial-gradient(ellipse 60% 80% at 90% 10%, rgba(255, 106, 69, 0.22), transparent 50%),
    radial-gradient(ellipse 40% 50% at 10% 90%, rgba(212, 168, 75, 0.12), transparent 45%),
    linear-gradient(155deg, #0f1114 0%, #1a1d22 55%, #2a1412 100%);
}
body.lane-professionals .page-hero-eyebrow {
  color: var(--cmc-gold-soft);
}
body.lane-professionals .content-intro {
  border-color: var(--cmc-ink);
  border-width: 1px;
  box-shadow: none;
}
body.lane-professionals .tool-card {
  border-color: rgba(22, 24, 28, 0.18);
}

/* —— Inner page body + rhythm —— */
.page-shell {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 1.25rem 3rem;
}
@media (min-width: 640px) {
  .page-shell { padding-left: 2rem; padding-right: 2rem; }
}

.page-body {
  margin-top: -1.25rem;
  position: relative;
  z-index: 2;
}

.content-intro {
  margin: 0 0 1.25rem;
  padding: 1.75rem 1.5rem;
  border-radius: 1rem;
  background: var(--cmc-content-surface);
  border: 1px solid var(--cmc-border);
  box-shadow: 0 12px 32px -24px rgba(22, 24, 28, 0.25);
}

.content-band {
  margin: 0 0 1.15rem;
  padding: 1.75rem 1.5rem 1.85rem;
  border-radius: 1rem;
  border: 1px solid var(--cmc-border);
  overflow: hidden;
}
.content-band--paper {
  background: var(--cmc-content-surface);
  box-shadow: 0 10px 28px -22px rgba(22, 24, 28, 0.2);
}
.content-band--wash {
  background:
    radial-gradient(ellipse 80% 60% at 100% 0%, var(--cmc-coral-wash-strong), transparent 55%),
    linear-gradient(180deg, #fff5f1 0%, var(--cmc-content-surface) 100%);
}
.content-band--teal {
  background:
    radial-gradient(ellipse 80% 60% at 0% 0%, var(--cmc-teal-wash-strong), transparent 55%),
    linear-gradient(180deg, #f0f8f7 0%, var(--cmc-content-surface) 100%);
}
.content-band--soft {
  background: var(--cmc-paper-soft);
}
.content-band--ink {
  background: linear-gradient(145deg, var(--cmc-ink) 0%, #2a1c1a 100%);
  border-color: transparent;
  color: rgba(255, 248, 245, 0.88);
}
.content-band--ink h2,
.content-band--ink h3,
.content-band--ink strong {
  color: #fff !important;
  border-color: rgba(212, 168, 75, 0.5) !important;
}
.content-band--ink p,
.content-band--ink li {
  color: rgba(255, 248, 245, 0.78) !important;
}
.content-band--ink a {
  color: var(--cmc-gold-soft) !important;
}
.content-band h2:first-child {
  margin-top: 0 !important;
}

/* Tool / profession / event-type card grids */
.tool-card-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.85rem;
  margin: 1.15rem 0 0.5rem;
}
@media (min-width: 640px) {
  .tool-card-grid { grid-template-columns: 1fr 1fr; }
}
@media (min-width: 1024px) {
  .tool-card-grid.tool-card-grid--3 { grid-template-columns: repeat(3, 1fr); }
}

.tool-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  padding: 1.2rem 1.25rem;
  border-radius: 12px;
  border: 1px solid var(--cmc-border);
  background: var(--cmc-content-surface);
  text-decoration: none !important;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 1px 0 rgba(22, 24, 28, 0.03);
  overflow: hidden;
}
.tool-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--cmc-gold), var(--cmc-gold-soft));
  opacity: 0.85;
}
.tool-card:hover {
  transform: translateY(-2px);
  border-color: rgba(226, 61, 42, 0.4);
  box-shadow: var(--cmc-shadow);
}
.tool-card strong,
.tool-card .tool-card-title {
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--cmc-ink);
  line-height: 1.25;
}
.tool-card span,
.tool-card .tool-card-meta {
  font-size: 0.88rem;
  line-height: 1.5;
  color: var(--cmc-muted);
  font-weight: 500;
}
.tool-card em {
  margin-top: 0.25rem;
  font-style: normal;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--cmc-brand);
}

body.lane-planning .tool-card {
  background: linear-gradient(165deg, #f7fbfb 0%, var(--cmc-content-surface) 100%);
  border-color: #d5e5e4;
}
body.lane-planning .tool-card::before {
  background: linear-gradient(90deg, var(--cmc-teal), var(--cmc-teal-hover));
}
body.lane-planning .tool-card:hover {
  border-color: rgba(14, 124, 123, 0.45);
}
body.lane-planning .tool-card em {
  color: var(--cmc-teal);
}
body.lane-professionals .tool-card {
  border-color: var(--cmc-border-strong);
  box-shadow: none;
}
body.lane-professionals .tool-card::before {
  background: linear-gradient(90deg, var(--cmc-brand), var(--cmc-gold));
  height: 2px;
}
body.lane-professionals .tool-card:hover {
  border-color: var(--cmc-ink);
  box-shadow: 0 8px 24px -14px rgba(22, 24, 28, 0.35);
}

.link-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.75rem;
  margin: 1rem 0;
  padding: 0;
  list-style: none;
}
.link-chip-list li { margin: 0; padding: 0; }
.link-chip-list li::before { display: none !important; }
.link-chip {
  display: inline-block;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  border: 1px solid var(--cmc-border);
  background: var(--cmc-content-surface);
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--cmc-ink) !important;
  text-decoration: none !important;
}
.link-chip:hover {
  border-color: rgba(226, 61, 42, 0.4);
  color: var(--cmc-brand) !important;
  background: #fff5f1;
}
.link-chip--teal,
body.lane-professionals .link-chip--secondary {
  border-color: rgba(14, 124, 123, 0.35);
  color: var(--cmc-teal) !important;
  background: rgba(14, 124, 123, 0.05);
}
.link-chip--teal:hover,
body.lane-professionals .link-chip--secondary:hover {
  border-color: var(--cmc-teal);
  color: var(--cmc-teal-deep) !important;
  background: rgba(14, 124, 123, 0.1);
}

/* Intent router — equal-weight readable panels in first viewport */
.intent-router {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
  max-width: 58rem;
  margin: 0 auto;
  animation: heroReveal 0.85s ease-out 0.22s both;
}
@media (min-width: 640px) {
  .intent-router { grid-template-columns: 1fr 1fr; }
}
@media (min-width: 1024px) {
  .intent-router { grid-template-columns: repeat(4, 1fr); gap: 0.9rem; }
}

.intent-tile {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  text-align: left;
  padding: 1.15rem 1.15rem 1.2rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.97);
  border: 1px solid rgba(255, 228, 219, 0.55);
  box-shadow: 0 10px 28px -14px rgba(0, 0, 0, 0.45);
  text-decoration: none !important;
  color: var(--cmc-ink) !important;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.intent-tile:hover {
  transform: translateY(-3px);
  border-color: var(--cmc-accent);
  box-shadow: 0 16px 36px -12px rgba(0, 0, 0, 0.4);
}
.intent-tile:focus-visible {
  outline: 3px solid var(--cmc-focus-ring);
  outline-offset: 2px;
}
.intent-tile h3 {
  margin: 0;
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--cmc-ink);
  border: 0;
  padding: 0;
}
.intent-tile p {
  margin: 0;
  font-size: 0.8rem;
  line-height: 1.45;
  color: var(--cmc-muted);
  font-weight: 500;
}
/* Coral primary tile (Insure) */
.intent-tile--coral {
  border-color: rgba(255, 106, 69, 0.55);
  box-shadow: 0 10px 28px -14px rgba(226, 61, 42, 0.35);
}
.intent-tile--coral::after {
  content: "";
  position: absolute;
  left: 1.15rem;
  right: 1.15rem;
  bottom: 0.65rem;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--cmc-brand), var(--cmc-accent));
  opacity: 0.7;
}
.intent-tile--coral:hover {
  border-color: var(--cmc-accent);
}
/* Teal accents on Plan + Cities tiles */
.intent-tile--teal {
  border-color: rgba(14, 124, 123, 0.45);
}
.intent-tile--teal::after {
  content: "";
  position: absolute;
  left: 1.15rem;
  right: 1.15rem;
  bottom: 0.65rem;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--cmc-teal), var(--cmc-teal-hover));
  opacity: 0.75;
}
.intent-tile--teal:hover {
  border-color: var(--cmc-teal-hover);
}
.intent-tile--teal:focus-visible {
  outline-color: var(--cmc-focus-ring-teal);
}
/* Gold micro-mark on Professionals tile */
.intent-tile--gold {
  border-color: rgba(212, 168, 75, 0.5);
}
.intent-tile--gold::before {
  content: "";
  position: absolute;
  top: 0.85rem;
  right: 0.95rem;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--cmc-gold);
  box-shadow: 0 0 0 3px rgba(232, 201, 122, 0.35);
}

/* Intent grid in prose (fallback / other pages) */
.intent-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.85rem;
  margin: 1.25rem 0 2rem;
}
@media (min-width: 640px) {
  .intent-grid { grid-template-columns: 1fr 1fr; }
}
.intent-card {
  display: block;
  padding: 1.15rem 1.2rem;
  border-radius: 14px;
  border: 1px solid var(--cmc-border);
  background: var(--cmc-content-surface);
  text-decoration: none !important;
  box-shadow: 0 1px 0 rgba(22, 24, 28, 0.04);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.intent-card:hover {
  transform: translateY(-2px);
  border-color: rgba(226, 61, 42, 0.35);
  box-shadow: var(--cmc-shadow);
}
.intent-card h3 {
  margin: 0 0 0.35rem;
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.15rem;
  color: var(--cmc-ink);
  border: 0;
  padding: 0;
}
.intent-card p {
  margin: 0;
  font-size: 0.88rem;
  color: var(--cmc-muted);
}

/* —— National homepage magazine / toolkit sections —— */
.cmc-home {
  position: relative;
  padding: 0.5rem 0 3rem;
}

.home-section {
  position: relative;
  margin: 0 0 2.75rem;
  padding: 2.25rem 1.5rem 2.35rem;
  border-radius: 1.25rem;
  background: var(--cmc-surface);
  border: 1px solid var(--cmc-border);
  box-shadow: 0 18px 40px -28px rgba(22, 24, 28, 0.28);
  overflow: hidden;
}
.home-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    radial-gradient(rgba(226, 61, 42, 0.1) 1px, transparent 1px),
    radial-gradient(rgba(255, 106, 69, 0.12) 1.2px, transparent 1.2px);
  background-size: 22px 22px, 34px 34px;
  background-position: 0 0, 11px 17px;
  opacity: 0.55;
}
.home-section > * { position: relative; z-index: 1; }

/* Alternating home bands: coral-wash / teal-wash / paper */
.home-section--coral {
  background:
    radial-gradient(ellipse 70% 80% at 100% 0%, var(--cmc-coral-wash-strong), transparent 50%),
    linear-gradient(180deg, #fff5f1 0%, var(--cmc-surface) 100%);
}
.home-section--teal {
  background:
    radial-gradient(ellipse 70% 80% at 0% 0%, var(--cmc-teal-wash-strong), transparent 50%),
    linear-gradient(180deg, #f0f8f7 0%, var(--cmc-surface) 100%);
}
.home-section--teal::before {
  background-image:
    radial-gradient(rgba(14, 124, 123, 0.12) 1px, transparent 1px),
    radial-gradient(rgba(18, 148, 144, 0.1) 1.2px, transparent 1.2px);
}
.home-section--paper {
  background: var(--cmc-surface);
}

.home-section-head {
  max-width: 40rem;
  margin: 0 0 1.65rem;
}
.home-section-eyebrow {
  margin: 0 0 0.45rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--cmc-gold);
}
.home-section-title {
  margin: 0 0 0.55rem;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(1.55rem, 3vw, 2rem);
  font-weight: 700;
  line-height: 1.2;
  color: var(--cmc-ink);
}
.home-section-lead {
  margin: 0;
  font-size: 1rem;
  line-height: 1.65;
  color: var(--cmc-muted);
}

.home-path-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.9rem;
}
@media (min-width: 640px) {
  .home-path-grid { grid-template-columns: 1fr 1fr; }
}

.home-path-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  padding: 1.25rem 1.3rem;
  border-radius: 14px;
  border: 1px solid var(--cmc-border);
  background: linear-gradient(165deg, #fff8f5 0%, var(--cmc-surface) 100%);
  text-decoration: none !important;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
  overflow: hidden;
}
.home-path-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--cmc-gold), var(--cmc-gold-soft));
  opacity: 0.8;
}
.home-path-card:hover {
  transform: translateY(-3px);
  border-color: rgba(226, 61, 42, 0.35);
  box-shadow: var(--cmc-shadow);
}
.home-path-card strong {
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--cmc-ink);
}
.home-path-card span {
  font-size: 0.88rem;
  line-height: 1.5;
  color: var(--cmc-muted);
  font-weight: 500;
}
.home-path-card em {
  margin-top: 0.35rem;
  font-style: normal;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--cmc-brand);
}
.home-path-card--teal {
  background: linear-gradient(165deg, #f0f8f7 0%, var(--cmc-surface) 100%);
}
.home-path-card--teal::before {
  background: linear-gradient(90deg, var(--cmc-teal), var(--cmc-teal-hover));
}
.home-path-card--teal:hover {
  border-color: rgba(14, 124, 123, 0.4);
}
.home-path-card--teal em {
  color: var(--cmc-teal);
}

.home-guide-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.85rem;
}
@media (min-width: 640px) {
  .home-guide-grid { grid-template-columns: 1fr 1fr; }
}
@media (min-width: 1024px) {
  .home-guide-grid { grid-template-columns: repeat(3, 1fr); }
}

.home-guide-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0.75rem;
  min-height: 8.5rem;
  padding: 1.2rem 1.25rem;
  border-radius: 14px;
  border: 1px solid var(--cmc-border);
  background: var(--cmc-ink);
  color: #fff !important;
  text-decoration: none !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.home-guide-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 36px -16px rgba(22, 24, 28, 0.55);
}
.home-guide-card h3 {
  margin: 0;
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: #fff;
  border: 0;
  padding: 0;
  line-height: 1.3;
}
.home-guide-card p {
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.45;
  color: rgba(255, 252, 250, 0.72);
}
.home-guide-card .home-card-arrow {
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--cmc-gold-soft);
}

.home-city-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}
@media (min-width: 768px) {
  .home-city-grid { grid-template-columns: repeat(3, 1fr); }
}

.home-city-card {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  padding: 1.1rem 1.15rem;
  border-radius: 12px;
  border: 1px solid var(--cmc-border);
  background: var(--cmc-paper);
  text-decoration: none !important;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.home-city-card:hover {
  transform: translateY(-2px);
  border-color: rgba(226, 61, 42, 0.35);
  background: var(--cmc-surface);
  box-shadow: var(--cmc-shadow);
}
.home-city-card strong {
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--cmc-ink);
}
.home-city-card span {
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--cmc-muted-soft);
}
.home-city-card.home-city-all {
  background: linear-gradient(145deg, var(--cmc-ink) 0%, #0e3d3c 55%, #0e7c7b 100%);
  border-color: transparent;
  justify-content: center;
}
.home-city-card.home-city-all strong,
.home-city-card.home-city-all span {
  color: #fff;
}
.home-city-card.home-city-all span {
  color: var(--cmc-gold-soft);
}

.home-disclosure {
  margin: 0 auto;
  max-width: 42rem;
  text-align: center;
  font-size: 0.8rem;
  line-height: 1.55;
  color: var(--cmc-muted-soft);
}

.cmc-footer {
  margin-top: 0;
  position: relative;
  background:
    radial-gradient(ellipse 55% 80% at 100% 0%, rgba(226, 61, 42, 0.22), transparent 55%),
    radial-gradient(ellipse 45% 60% at 0% 100%, rgba(14, 124, 123, 0.16), transparent 50%),
    linear-gradient(165deg, #16181c 0%, #1a1d22 55%, #141618 100%);
  color: rgba(255, 248, 242, 0.72);
  border-top: 3px solid #e23d2a;
}

.cmc-footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 1rem;
  text-decoration: none !important;
  color: #fff !important;
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.05rem;
  font-weight: 700;
}

.cmc-footer-tagline {
  margin: 0;
  font-size: 0.75rem;
  line-height: 1.55;
  color: rgba(255, 248, 242, 0.55);
}

.cmc-footer-contact {
  margin: 0.85rem 0 0;
  font-size: 0.8rem;
  line-height: 1.5;
  color: rgba(255, 248, 242, 0.82);
}

.cmc-footer-contact a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid rgba(232, 201, 122, 0.35);
}

.cmc-footer-contact a:hover {
  color: var(--cmc-gold-soft);
  border-bottom-color: var(--cmc-gold-soft);
}

.cmc-footer-sep {
  margin: 0 0.35rem;
  color: rgba(255, 248, 242, 0.35);
}

.cmc-footer-disclosure {
  margin: 0.65rem 0 0;
  font-size: 0.7rem;
  line-height: 1.5;
  color: rgba(255, 248, 242, 0.4);
}

.cmc-footer-heading {
  margin: 0 0 1rem;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
}

.cmc-footer-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.65rem;
}

.cmc-footer-list a {
  color: rgba(255, 248, 242, 0.72);
  font-size: 0.75rem;
  text-decoration: none;
  transition: color 0.15s ease;
}

.cmc-footer-list a:hover {
  color: var(--cmc-gold-soft);
}

.cmc-footer-actions {
  display: grid;
  gap: 0.5rem;
  margin-top: 1.15rem;
  justify-items: start;
}

.cmc-footer-pro-cta {
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.45) !important;
}

.cmc-footer-pro-cta:hover {
  background: #fff !important;
  color: var(--cmc-ink) !important;
  border-color: #fff !important;
}

.cmc-footer-legal {
  border-top: 1px solid rgba(255, 248, 242, 0.12);
}

.cmc-footer-legal-note {
  margin: 0;
  font-size: 0.6875rem;
  line-height: 1.55;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 248, 242, 0.45);
}

.cmc-footer-copy {
  margin: 0;
  font-size: 0.75rem;
  font-weight: 500;
  color: rgba(255, 248, 242, 0.65);
}

.cmc-footer a:hover { color: var(--cmc-gold-soft); }
.cmc-footer-cta { background: var(--cmc-cta); }
.cmc-footer-cta:hover { background: var(--cmc-accent); }

.dot-w {
  background-image: radial-gradient(rgba(255, 255, 255, 0.14) 1.5px, transparent 1.5px);
  background-size: 24px 24px;
}

.dot-confetti {
  background-image:
    radial-gradient(rgba(255, 106, 69, 0.45) 1.2px, transparent 1.2px),
    radial-gradient(rgba(212, 168, 75, 0.4) 1.15px, transparent 1.15px),
    radial-gradient(rgba(14, 124, 123, 0.35) 1px, transparent 1px);
  background-size: 22px 22px, 28px 28px, 31px 31px;
  background-position: 0 0, 6px 10px, 10px 14px;
}

/* ==========================================================================
   City atmosphere themes
   Theme key → coral family hex (documented):
   neon     coral #FF3D6E  soft #FF7A9A  deep #C4184A  hero #07080E→#3A0A22→#FF3D6E
   desert   coral #E85A3C  soft #FF8A65  deep #B83A1F  hero #2A1810→#A84528→#E85A3C
   beach    coral #FF6B7A  soft #FF9AA5  deep #D64555  hero #0A2A2E→#1A5C62→#FF6B7A
   mountain coral #C94B5A  soft #E07A86  deep #8F2E3C  hero #141820→#4A2430→#C94B5A
   tropical coral #FF5C4D  soft #FF8F7A  deep #D63A2C  hero #062820→#0E6B5C→#FF5C4D
   urban    coral #E23D2A  soft #FF6A45  deep #9A2418  hero #0E1014→#2A181C→#E23D2A
   festival coral #F04E37  soft #FF7A55  deep #B82E1C  hero #1A0E18→#6B2038→#F04E37
   wine     coral #C45A4A  soft #E08A78  deep #8F3228  hero #1C1214→#5C2830→#C45A4A
   south    coral #D85A48  soft #F08A72  deep #A83828  hero #1A1410→#6B3828→#D85A48
   midwest  coral #D65540  soft #EE8570  deep #A83828  hero #16181C→#5A3028→#D65540
   lakes    coral #E06058  soft #F08A82  deep #B03838  hero #0E1C22→#1A4A52→#E06058
   ========================================================================== */

body.city-theme-neon {
  /* Vegas: coral heat + champagne gold — must read as Strip, not pale beige */
  --city-coral: #e23d2a;
  --city-coral-soft: #ff6a45;
  --city-coral-deep: #c23020;
  --city-hero-from: #ffd4c4;
  --city-hero-via: #f5b8a0;
  --city-hero-to: #e89a7a;
  --city-hero-wash: linear-gradient(
    145deg,
    #ffc9b4 0%,
    #f2a888 42%,
    #e8926a 72%,
    #d4a84b 100%
  );
  --city-wash: rgba(226, 61, 42, 0.18);
  --city-wash-strong: rgba(226, 61, 42, 0.28);
  /* Body: light paper + soft coral tint (hero wash stays loud above) */
  --city-band: #f8ebe4;
  --city-band-alt: #ffffff;
  --city-ink-on-hero: #16181c;
  --city-muted-on-hero: #3a3030;
  --city-gold: #d4a84b;
  --city-teal: #0e7c7b;
  --city-card-border: rgba(194, 48, 32, 0.28);
  --city-secondary-glow: rgba(212, 168, 75, 0.45);
  --city-ghost-cta: #16181c;
  --city-ghost-cta-border: #d4a84b;
  --city-sig-band: #f5e6de;
  --city-sig-card: #ffffff;
  --cmc-page-bg: #faf6f3;
  --cmc-header-bg: #ffffff;
  --cmc-border: #e8e2de;
  --cmc-content-surface: #ffffff;
  --cmc-prose-rule: #e23d2a;
  --cmc-prose-bullet: #e23d2a;
  --cmc-link: #0e7c7b;
  --cmc-link-hover: #0a5f5e;
  --cmc-cta: #e23d2a;
  --cmc-cta-hover: #c23020;
  --cmc-cta-secondary: #0e7c7b;
  --cmc-muted: #5a5f66;
  --cmc-ink: #16181c;
  --cmc-ink-soft: #2a2e35;
  --cmc-nav-hover-bg: rgba(226, 61, 42, 0.1);
  --cmc-nav-hover-text: #e23d2a;
}

body.city-theme-desert {
  /* Desert sun — amber sandstone, not cream */
  --city-coral: #e85a3c;
  --city-coral-soft: #ff8a65;
  --city-coral-deep: #b83a1f;
  --city-hero-from: #f5d4a8;
  --city-hero-via: #e8bc7a;
  --city-hero-to: #d4a060;
  --city-hero-wash: linear-gradient(168deg, #f8d9a8 0%, #e8b878 48%, #d49850 100%);
  --city-wash: rgba(232, 90, 60, 0.2);
  --city-wash-strong: rgba(212, 140, 60, 0.35);
  --city-band: #f7edd8;
  --city-band-alt: #ffffff;
  --city-gold: #f0c86a;
  --city-teal: #0e7c7b;
  --city-card-border: rgba(184, 90, 30, 0.28);
  --city-secondary-glow: rgba(255, 180, 80, 0.5);
  --city-ghost-cta: #16181c;
  --city-ghost-cta-border: #d4a84b;
  --city-sig-band: #f3e6d0;
  --city-sig-card: #ffffff;
  --city-ink-on-hero: #16181c;
  --city-muted-on-hero: #3a3028;
  --cmc-cta: #e85a3c;
  --cmc-cta-hover: #b83a1f;
  --cmc-prose-bullet: #e85a3c;
  --cmc-page-bg: #faf6ef;
  --cmc-header-bg: rgba(255, 255, 255, 0.96);
}

body.city-theme-beach {
  /* Saltwater teal → coral shore — saturated enough to read */
  --city-coral: #ff6b7a;
  --city-coral-soft: #ff9aa5;
  --city-coral-deep: #d64555;
  --city-hero-from: #9ed8d2;
  --city-hero-via: #b8e4df;
  --city-hero-to: #f5c4c8;
  --city-hero-wash: linear-gradient(115deg, #7ec8c0 0%, #a8ddd8 40%, #f0b8bc 100%);
  --city-wash: rgba(18, 148, 144, 0.22);
  --city-wash-strong: rgba(255, 107, 122, 0.22);
  --city-band: #e6f4f2;
  --city-band-alt: #ffffff;
  --city-gold: #f0d78c;
  --city-teal: #129490;
  --city-card-border: rgba(10, 100, 96, 0.22);
  --city-secondary-glow: rgba(255, 210, 160, 0.4);
  --city-ghost-cta: #16181c;
  --city-ghost-cta-border: #d4a84b;
  --city-sig-band: #e0f2ef;
  --city-sig-card: #ffffff;
  --city-ink-on-hero: #16181c;
  --city-muted-on-hero: #2a3838;
  --cmc-cta: #ff6b7a;
  --cmc-cta-hover: #d64555;
  --cmc-cta-secondary: #0a5f5e;
  --cmc-prose-bullet: #ff6b7a;
  --cmc-page-bg: #f5faf9;
  --cmc-header-bg: rgba(255, 255, 255, 0.96);
}

body.city-theme-mountain {
  /* Cool alpine slate — blue-gray rock */
  --city-coral: #c94b5a;
  --city-coral-soft: #e07a86;
  --city-coral-deep: #8f2e3c;
  --city-hero-from: #c5d4e4;
  --city-hero-via: #a8bdd4;
  --city-hero-to: #8ea8c4;
  --city-hero-wash: linear-gradient(180deg, #c8d8e8 0%, #a0b8d0 55%, #849eb8 100%);
  --city-wash: rgba(70, 100, 140, 0.25);
  --city-wash-strong: rgba(201, 75, 90, 0.2);
  --city-band: #e8eef4;
  --city-band-alt: #ffffff;
  --city-gold: #e0c070;
  --city-teal: #3d6b6a;
  --city-card-border: rgba(50, 80, 120, 0.22);
  --city-secondary-glow: rgba(180, 200, 220, 0.4);
  --city-ghost-cta: #16181c;
  --city-ghost-cta-border: #d4a84b;
  --city-sig-band: #e4ebf2;
  --city-sig-card: #ffffff;
  --city-ink-on-hero: #16181c;
  --city-muted-on-hero: #2a343c;
  --cmc-cta: #c94b5a;
  --cmc-cta-hover: #8f2e3c;
  --cmc-prose-bullet: #c94b5a;
  --cmc-page-bg: #f4f7fa;
  --cmc-header-bg: rgba(255, 255, 255, 0.96);
}

body.city-theme-tropical {
  /* Palm mint → hibiscus — loud enough for islands */
  --city-coral: #ff5c4d;
  --city-coral-soft: #ff8f7a;
  --city-coral-deep: #d63a2c;
  --city-hero-from: #8ed4b8;
  --city-hero-via: #a8e0c8;
  --city-hero-to: #f0b0a0;
  --city-hero-wash: linear-gradient(130deg, #6ec4a0 0%, #98dcb8 42%, #f0a898 100%);
  --city-wash: rgba(14, 138, 110, 0.22);
  --city-wash-strong: rgba(255, 92, 77, 0.22);
  --city-band: #e6f5ef;
  --city-band-alt: #ffffff;
  --city-gold: #f0d78c;
  --city-teal: #0e8a6e;
  --city-card-border: rgba(10, 100, 80, 0.22);
  --city-secondary-glow: rgba(46, 200, 160, 0.4);
  --city-ghost-cta: #16181c;
  --city-ghost-cta-border: #d4a84b;
  --city-sig-band: #e0f2ea;
  --city-sig-card: #ffffff;
  --city-ink-on-hero: #16181c;
  --city-muted-on-hero: #243830;
  --cmc-cta: #ff5c4d;
  --cmc-cta-hover: #d63a2c;
  --cmc-cta-secondary: #0a5f4e;
  --cmc-prose-bullet: #ff5c4d;
  --cmc-page-bg: #f5faf7;
  --cmc-header-bg: rgba(255, 255, 255, 0.96);
}

body.city-theme-urban {
  /* Concrete — cool graphite, not warm paper */
  --city-coral: #e23d2a;
  --city-coral-soft: #ff6a45;
  --city-coral-deep: #9a2418;
  --city-hero-from: #d0cdc8;
  --city-hero-via: #b8b4ae;
  --city-hero-to: #a09c96;
  --city-hero-wash: linear-gradient(180deg, #ccc8c2 0%, #b0aba4 55%, #96918a 100%);
  --city-wash: rgba(22, 24, 28, 0.12);
  --city-wash-strong: rgba(226, 61, 42, 0.18);
  --city-band: #efecea;
  --city-band-alt: #ffffff;
  --city-gold: #e0c070;
  --city-teal: #0e7c7b;
  --city-card-border: rgba(22, 24, 28, 0.14);
  --city-secondary-glow: rgba(46, 180, 170, 0.3);
  --city-ghost-cta: #16181c;
  --city-ghost-cta-border: #d4a84b;
  --city-sig-band: #ebe8e5;
  --city-sig-card: #ffffff;
  --city-ink-on-hero: #16181c;
  --city-muted-on-hero: #2a2826;
  --cmc-cta: #e23d2a;
  --cmc-cta-hover: #c23020;
  --cmc-prose-bullet: #e23d2a;
  --cmc-page-bg: #f6f4f2;
  --cmc-header-bg: rgba(255, 255, 255, 0.96);
}

body.city-theme-festival {
  /* Live-music coral with teal kick — festival energy */
  --city-coral: #f04e37;
  --city-coral-soft: #ff7a55;
  --city-coral-deep: #b82e1c;
  --city-hero-from: #f8b8a0;
  --city-hero-via: #f0a088;
  --city-hero-to: #7ec8bc;
  --city-hero-wash: linear-gradient(120deg, #f4a888 0%, #e88868 40%, #68b8a8 100%);
  --city-wash: rgba(240, 78, 55, 0.22);
  --city-wash-strong: rgba(14, 124, 123, 0.22);
  --city-band: #f8ebe6;
  --city-band-alt: #ffffff;
  --city-gold: #f0d78c;
  --city-teal: #0e7c7b;
  --city-card-border: rgba(184, 46, 28, 0.28);
  --city-secondary-glow: rgba(46, 230, 214, 0.35);
  --city-ghost-cta: #16181c;
  --city-ghost-cta-border: #d4a84b;
  --city-sig-band: #f5e4de;
  --city-sig-card: #ffffff;
  --city-ink-on-hero: #16181c;
  --city-muted-on-hero: #382820;
  --cmc-cta: #f04e37;
  --cmc-cta-hover: #b82e1c;
  --cmc-prose-bullet: #f04e37;
  --cmc-page-bg: #faf6f4;
  --cmc-header-bg: rgba(255, 255, 255, 0.96);
}

body.city-theme-wine {
  /* Vineyard burgundy + leaf */
  --city-coral: #c45a4a;
  --city-coral-soft: #e08a78;
  --city-coral-deep: #8f3228;
  --city-hero-from: #d8a898;
  --city-hero-via: #c48878;
  --city-hero-to: #a8b888;
  --city-hero-wash: linear-gradient(145deg, #d09888 0%, #b87068 48%, #90a870 100%);
  --city-wash: rgba(143, 50, 40, 0.22);
  --city-wash-strong: rgba(90, 107, 74, 0.22);
  --city-band: #f4ebe8;
  --city-band-alt: #ffffff;
  --city-gold: #e0c070;
  --city-teal: #5a6b4a;
  --city-card-border: rgba(120, 40, 32, 0.28);
  --city-secondary-glow: rgba(140, 160, 100, 0.35);
  --city-ghost-cta: #16181c;
  --city-ghost-cta-border: #d4a84b;
  --city-sig-band: #f0e6e2;
  --city-sig-card: #ffffff;
  --city-ink-on-hero: #16181c;
  --city-muted-on-hero: #301c18;
  --cmc-cta: #c45a4a;
  --cmc-cta-hover: #8f3228;
  --cmc-prose-bullet: #c45a4a;
  --cmc-page-bg: #faf6f4;
  --cmc-header-bg: rgba(255, 255, 255, 0.96);
}

body.city-theme-south {
  /* Magnolia / veranda gold — warm plantation light */
  --city-coral: #d85a48;
  --city-coral-soft: #f08a72;
  --city-coral-deep: #a83828;
  --city-hero-from: #f0d8a0;
  --city-hero-via: #e4c478;
  --city-hero-to: #d4b060;
  --city-hero-wash: linear-gradient(170deg, #f0d898 0%, #e0c070 55%, #c8a850 100%);
  --city-wash: rgba(212, 168, 75, 0.28);
  --city-wash-strong: rgba(216, 90, 72, 0.18);
  --city-band: #f6edd8;
  --city-band-alt: #ffffff;
  --city-gold: #e0c070;
  --city-teal: #3d6b5c;
  --city-card-border: rgba(160, 120, 40, 0.28);
  --city-secondary-glow: rgba(212, 168, 75, 0.45);
  --city-ghost-cta: #16181c;
  --city-ghost-cta-border: #d4a84b;
  --city-sig-band: #f2e8d4;
  --city-sig-card: #ffffff;
  --city-ink-on-hero: #16181c;
  --city-muted-on-hero: #382e18;
  --cmc-cta: #d85a48;
  --cmc-cta-hover: #a83828;
  --cmc-prose-bullet: #d85a48;
  --cmc-page-bg: #faf7f0;
  --cmc-header-bg: rgba(255, 255, 255, 0.96);
}

body.city-theme-midwest {
  /* Prairie wheat / barn warmth */
  --city-coral: #d65540;
  --city-coral-soft: #ee8570;
  --city-coral-deep: #a83828;
  --city-hero-from: #e8d4a8;
  --city-hero-via: #d8c088;
  --city-hero-to: #c4a868;
  --city-hero-wash: linear-gradient(180deg, #e4d098 0%, #d0b878 55%, #b89858 100%);
  --city-wash: rgba(180, 130, 60, 0.22);
  --city-wash-strong: rgba(214, 85, 64, 0.18);
  --city-band: #f4edd8;
  --city-band-alt: #ffffff;
  --city-gold: #e0c070;
  --city-teal: #0e7c7b;
  --city-card-border: rgba(140, 100, 50, 0.28);
  --city-secondary-glow: rgba(14, 124, 123, 0.28);
  --city-ghost-cta: #16181c;
  --city-ghost-cta-border: #d4a84b;
  --city-sig-band: #f0e8d4;
  --city-sig-card: #ffffff;
  --city-ink-on-hero: #16181c;
  --city-muted-on-hero: #342818;
  --cmc-cta: #d65540;
  --cmc-cta-hover: #a83828;
  --cmc-prose-bullet: #d65540;
  --cmc-page-bg: #faf7f1;
  --cmc-header-bg: rgba(255, 255, 255, 0.96);
}

body.city-theme-lakes {
  /* Deep lake teal — water you can see */
  --city-coral: #e06058;
  --city-coral-soft: #f08a82;
  --city-coral-deep: #b03838;
  --city-hero-from: #8ec8d4;
  --city-hero-via: #6eb0c0;
  --city-hero-to: #5498ac;
  --city-hero-wash: linear-gradient(180deg, #90cad4 0%, #68aebc 55%, #4c90a4 100%);
  --city-secondary-glow: rgba(120, 200, 210, 0.5);
  --city-ghost-cta: #16181c;
  --city-ghost-cta-border: #d4a84b;
  --city-sig-band: #e4f0f3;
  --city-sig-card: #ffffff;
  --city-ink-on-hero: #16181c;
  --city-muted-on-hero: #1c3034;
  --city-wash: rgba(26, 107, 114, 0.25);
  --city-wash-strong: rgba(26, 74, 82, 0.25);
  --city-band: #e8f2f4;
  --city-band-alt: #ffffff;
  --city-gold: #e8c97a;
  --city-teal: #1a6b72;
  --city-card-border: rgba(20, 80, 90, 0.22);
  --cmc-cta: #e06058;
  --cmc-cta-hover: #b03838;
  --cmc-cta-secondary: #1a6b72;
  --cmc-prose-bullet: #e06058;
  --cmc-page-bg: #f4f9fa;
  --cmc-header-bg: rgba(255, 255, 255, 0.96);
}

/* City shell: full-bleed page, no outer column pad */
body.lane-city {
  overflow-x: clip;
}
body.lane-city .city-shell {
  max-width: none;
  width: 100%;
  margin: 0;
  padding: 0 0 3rem;
}
body.lane-city .city-prose {
  max-width: none;
  width: 100%;
}
body.lane-city .city-page {
  color: var(--cmc-ink);
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

/* Reduced city nav (rabbit) — light header: City | Cities | Local guides | Get Covered */
body.lane-city .cmc-nav--city {
  gap: 0.15rem;
  align-items: center;
}
body.lane-city .cmc-nav-city-label {
  padding: 0.4rem 0.85rem 0.4rem 0.15rem;
  margin-right: 0.35rem;
  color: var(--cmc-ink);
  border-right: 1px solid rgba(22, 24, 28, 0.12);
  line-height: 1.2;
  white-space: nowrap;
}
body.lane-city .cmc-nav-city-link {
  padding: 0.45rem 0.85rem;
  border-radius: 0.5rem;
  line-height: 1.2;
  white-space: nowrap;
  color: var(--cmc-ink-soft) !important;
}
body.lane-city .cmc-nav-city-cities {
  font-weight: 800;
  color: var(--city-teal) !important;
  text-decoration: underline;
  text-decoration-color: color-mix(in srgb, var(--city-teal) 45%, transparent);
  text-underline-offset: 0.2em;
}
body.lane-city .cmc-nav-city-cities:hover {
  color: var(--city-coral) !important;
}
body.lane-city .cmc-nav-city-cta {
  color: var(--city-coral) !important;
  font-weight: 700;
}
body.lane-city .cmc-wordmark {
  color: #16181c !important;
}
body.lane-city .cmc-header {
  background: rgba(255, 255, 255, 0.97) !important;
  border-bottom: 1px solid rgba(22, 24, 28, 0.08);
  box-shadow: 0 1px 0 rgba(22, 24, 28, 0.03);
}
body.lane-city #mobile-menu-btn {
  color: var(--cmc-ink-soft) !important;
}

/* Shared centered content columns */
.city-inner {
  width: 100%;
  max-width: var(--city-prose-max);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--city-gutter);
  padding-right: var(--city-gutter);
  box-sizing: border-box;
}
.city-inner--prose {
  max-width: var(--city-prose-max);
}
.city-inner--wide {
  max-width: var(--city-wide-max);
}
.city-inner--center {
  text-align: center;
}
.city-inner--center .city-section-title {
  text-align: center;
}

/* --- Full-bleed city hero — light magazine base + theme bloom --- */
.city-hero {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: min(62vh, 520px);
  margin: 0;
  padding: clamp(2.75rem, 7vw, 4.75rem) 0 clamp(3rem, 7vw, 4.75rem);
  border: 0;
  border-radius: 0;
  background:
    radial-gradient(ellipse 55% 50% at 100% 0%, var(--city-bloom-a, rgba(255, 106, 69, 0.16)), transparent 58%),
    radial-gradient(ellipse 40% 45% at 0% 100%, var(--city-bloom-b, rgba(212, 168, 75, 0.12)), transparent 55%),
    linear-gradient(180deg, var(--city-hero-from) 0%, var(--city-hero-via) 55%, var(--city-hero-to) 100%);
  color: var(--city-ink-on-hero);
  display: flex;
  align-items: center;
  justify-content: center;
}
.city-hero-glow {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 88% 12%, color-mix(in srgb, var(--city-coral-soft) 22%, transparent), transparent 42%),
    radial-gradient(circle at 12% 88%, color-mix(in srgb, var(--city-teal) 14%, transparent), transparent 45%);
  opacity: 0.95;
}
.city-hero-rail {
  display: none;
}
.city-hero-rule {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: min(12rem, 40%);
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--city-gold), transparent);
  opacity: 0.85;
  pointer-events: none;
}
.city-hero-pattern {
  display: none;
}
.city-hero-chips,
.city-hero-events {
  display: none;
}
.city-hero-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: var(--city-prose-max);
  margin: 0 auto;
  padding: 0 var(--city-gutter);
  box-sizing: border-box;
  text-align: center;
}
.city-hero-eyebrow {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.55rem;
  margin: 0 0 1.15rem;
}
.city-hero-market {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--city-coral-deep);
  background: color-mix(in srgb, var(--city-coral) 10%, #ffffff);
  border: 1px solid color-mix(in srgb, var(--city-coral) 28%, transparent);
  box-shadow: 0 1px 0 color-mix(in srgb, var(--city-gold) 35%, transparent);
}
.city-hero-mood {
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--city-muted-on-hero);
}
.city-hero-title {
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(2.15rem, 5.5vw, 3.35rem);
  font-weight: 700;
  color: var(--city-ink-on-hero) !important;
  line-height: 1.08;
  margin: 0 0 1rem !important;
  border: 0 !important;
  padding: 0 !important;
  text-shadow: none;
  text-align: center;
}
.city-hero-lead {
  margin: 0 auto 1.5rem !important;
  max-width: 36rem;
  font-size: 1.08rem !important;
  line-height: 1.6 !important;
  color: var(--city-muted-on-hero) !important;
  text-align: center;
}
.city-hero-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.85rem;
  margin: 0 !important;
}
.city-hero .btn-cta-host {
  background: var(--city-coral);
  border-color: var(--city-coral);
  box-shadow:
    0 0 0 1px color-mix(in srgb, var(--city-coral-soft) 30%, transparent),
    0 10px 28px -6px color-mix(in srgb, var(--city-coral) 45%, transparent);
  padding: 0.8rem 1.65rem !important;
  font-size: 0.95rem;
  min-height: 2.85rem;
}
.city-hero .btn-cta-host:hover {
  background: var(--city-coral-soft);
  border-color: var(--city-coral-soft);
}
.city-hero .btn-cta-secondary,
body.lane-city .prose .city-hero a.btn-cta-secondary {
  color: var(--city-ghost-cta) !important;
  border-color: var(--city-ghost-cta-border, #d4a84b) !important;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 1px 0 color-mix(in srgb, var(--city-ghost-cta-border, #d4a84b) 40%, transparent);
  padding: 0.75rem 1.25rem;
  font-size: 0.95rem;
  min-height: 2.75rem;
  text-decoration: none !important;
}
.city-hero .btn-cta-secondary:hover,
body.lane-city .prose .city-hero a.btn-cta-secondary:hover {
  background: var(--city-ghost-cta) !important;
  color: #ffffff !important;
  border-color: var(--city-ghost-cta) !important;
}
body.city-theme-neon .city-hero .btn-cta-host {
  background: #e23d2a;
  border-color: #e23d2a;
  box-shadow: 0 8px 20px -10px rgba(226, 61, 42, 0.55);
}
@media (max-width: 639px) {
  .city-hero-cta {
    flex-direction: column;
    align-items: stretch;
  }
  .city-hero-cta .btn-cta-host,
  .city-hero-cta .btn-cta-secondary {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
}

/* Neon / Vegas — light service hero (see .city-hero--neon-service) */
body.city-theme-neon .city-cta-neon {
  animation: none;
}

body.city-theme-desert .city-cta-neon {
  animation: none;
}

body.city-theme-beach .city-hero {
  --city-bloom-a: rgba(18, 148, 144, 0.16);
  --city-bloom-b: rgba(255, 107, 122, 0.14);
  background:
    radial-gradient(ellipse 55% 48% at 100% 0%, rgba(255, 140, 160, 0.18), transparent 58%),
    radial-gradient(ellipse 50% 45% at 0% 100%, rgba(14, 124, 123, 0.14), transparent 55%),
    linear-gradient(185deg, #ffffff 0%, #f4faf9 50%, #fff5f6 100%);
}
body.city-theme-beach .city-cta-neon {
  animation: cityBeachCta 2.5s ease-in-out infinite;
}

body.city-theme-mountain .city-hero {
  --city-bloom-a: rgba(201, 75, 90, 0.14);
  --city-bloom-b: rgba(120, 150, 180, 0.12);
  background:
    radial-gradient(ellipse 70% 40% at 50% 0%, rgba(255, 255, 255, 0.9), transparent 55%),
    radial-gradient(ellipse 45% 40% at 100% 80%, rgba(201, 75, 90, 0.12), transparent 55%),
    linear-gradient(180deg, #ffffff 0%, #f4f6f8 55%, #eef1f4 100%);
}

body.city-theme-tropical .city-hero {
  --city-bloom-a: rgba(14, 160, 120, 0.16);
  --city-bloom-b: rgba(255, 92, 77, 0.14);
  background:
    radial-gradient(ellipse 45% 45% at 10% 15%, rgba(14, 160, 120, 0.16), transparent 55%),
    radial-gradient(ellipse 45% 40% at 95% 85%, rgba(255, 92, 77, 0.14), transparent 55%),
    linear-gradient(180deg, #ffffff 0%, #f2faf6 55%, #fff6f3 100%);
}

body.city-theme-urban .city-hero {
  --city-bloom-a: rgba(226, 61, 42, 0.14);
  --city-bloom-b: rgba(14, 124, 123, 0.1);
  background:
    radial-gradient(ellipse 50% 45% at 100% 0%, rgba(226, 61, 42, 0.14), transparent 58%),
    radial-gradient(ellipse 35% 40% at 0% 100%, rgba(14, 124, 123, 0.1), transparent 55%),
    linear-gradient(180deg, #ffffff 0%, #f7f4f2 55%, #f0eeed 100%);
}

body.city-theme-festival .city-hero {
  --city-bloom-a: rgba(240, 78, 55, 0.16);
  --city-bloom-b: rgba(232, 201, 122, 0.14);
  background:
    radial-gradient(ellipse 50% 45% at 90% 0%, rgba(240, 78, 55, 0.16), transparent 58%),
    radial-gradient(ellipse 40% 40% at 5% 100%, rgba(46, 230, 214, 0.1), transparent 55%),
    radial-gradient(ellipse 30% 25% at 50% 0%, rgba(240, 215, 140, 0.18), transparent 50%),
    linear-gradient(180deg, #ffffff 0%, #fff8f5 55%, #faf2ef 100%);
}

body.city-theme-wine .city-hero {
  --city-bloom-a: rgba(196, 90, 74, 0.14);
  --city-bloom-b: rgba(90, 120, 70, 0.1);
  background:
    radial-gradient(ellipse 50% 45% at 95% 5%, rgba(196, 90, 74, 0.14), transparent 58%),
    radial-gradient(ellipse 40% 40% at 5% 95%, rgba(90, 120, 70, 0.1), transparent 55%),
    linear-gradient(180deg, #ffffff 0%, #fff8f6 55%, #f6f0ee 100%);
}

body.city-theme-south .city-hero {
  --city-bloom-a: rgba(216, 90, 72, 0.14);
  --city-bloom-b: rgba(212, 168, 75, 0.14);
  background:
    radial-gradient(ellipse 50% 45% at 90% 0%, rgba(216, 90, 72, 0.14), transparent 58%),
    radial-gradient(ellipse 40% 40% at 5% 100%, rgba(212, 168, 75, 0.14), transparent 55%),
    linear-gradient(180deg, #ffffff 0%, #fffaf5 55%, #f6f1ea 100%);
}

body.city-theme-midwest .city-hero {
  --city-bloom-a: rgba(214, 85, 64, 0.12);
  --city-bloom-b: rgba(14, 124, 123, 0.1);
  background:
    radial-gradient(ellipse 50% 45% at 95% 0%, rgba(214, 85, 64, 0.12), transparent 58%),
    radial-gradient(ellipse 40% 40% at 5% 100%, rgba(14, 124, 123, 0.1), transparent 55%),
    linear-gradient(180deg, #ffffff 0%, #faf7f5 55%, #f3f1ef 100%);
}

body.city-theme-lakes .city-hero {
  --city-bloom-a: rgba(26, 107, 114, 0.14);
  --city-bloom-b: rgba(224, 96, 88, 0.12);
  background:
    radial-gradient(ellipse 55% 45% at 50% 100%, rgba(26, 107, 114, 0.12), transparent 55%),
    radial-gradient(ellipse 40% 40% at 95% 0%, rgba(224, 96, 88, 0.12), transparent 55%),
    linear-gradient(185deg, #ffffff 0%, #f5fafb 55%, #eef5f6 100%);
}

@keyframes cityNeonCta {
  0%, 100% { box-shadow: 0 0 0 1px rgba(255, 106, 69, 0.35), 0 0 22px rgba(226, 61, 42, 0.45), 0 10px 28px -6px rgba(226, 61, 42, 0.55); }
  50% { box-shadow: 0 0 0 1px rgba(212, 168, 75, 0.45), 0 0 32px rgba(226, 61, 42, 0.65), 0 12px 34px -4px rgba(255, 106, 69, 0.55); }
}
@keyframes cityDesertCta {
  0%, 100% { box-shadow: 0 0 0 1px rgba(255, 180, 100, 0.28), 0 10px 28px -6px rgba(232, 90, 60, 0.4); }
  50% { box-shadow: 0 0 16px 1px rgba(255, 154, 74, 0.35), 0 12px 32px -4px rgba(255, 140, 70, 0.45); }
}
@keyframes cityBeachCta {
  0%, 100% { box-shadow: 0 0 0 1px rgba(255, 154, 165, 0.28), 0 10px 28px -6px rgba(255, 107, 122, 0.35); }
  50% { box-shadow: 0 0 14px 1px rgba(255, 107, 122, 0.32), 0 12px 32px -4px rgba(18, 148, 144, 0.28); }
}

/* --- Content bands: full-bleed backgrounds; .city-inner centers content --- */
.city-band {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 2.5rem 0;
  box-sizing: border-box;
}
.city-band--permit,
.city-band--assist,
.city-band--pro,
.city-band--disclosure {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.city-section-title {
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(1.35rem, 3vw, 1.7rem);
  font-weight: 700;
  color: var(--cmc-ink) !important;
  margin: 0 0 0.65rem !important;
  border: 0 !important;
  padding: 0 !important;
}
.city-section-dek {
  margin: 0 0 1.25rem !important;
  color: var(--cmc-muted) !important;
  font-size: 0.98rem !important;
  max-width: 40rem;
}
.city-intro-copy {
  margin: 0 0 1.15rem !important;
}
.city-venue-chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0.5rem;
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.city-venue-chips li {
  margin: 0 !important;
  list-style: none !important;
}
.city-venue-chips li::before { display: none !important; }
.city-venue-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 0.55rem 1.15rem !important;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.25;
  white-space: nowrap;
  color: var(--city-coral-deep);
  background: #ffffff;
  border: 1px solid var(--city-card-border);
}

/* Signature band: soft theme-tinted stage — readable dark text (hero stays atmospheric) */
.city-band--signature {
  background:
    radial-gradient(ellipse 50% 70% at 0% 50%, color-mix(in srgb, var(--city-coral) 12%, transparent), transparent 55%),
    radial-gradient(ellipse 40% 50% at 100% 20%, color-mix(in srgb, var(--city-secondary-glow) 45%, transparent), transparent 50%),
    var(--city-sig-band);
  color: var(--cmc-ink);
}
.city-band--signature .city-section-title,
.city-band--signature .city-signature-text {
  color: var(--cmc-ink) !important;
}
.city-band--signature .city-section-dek {
  color: var(--cmc-muted) !important;
}
.city-band--signature .city-signature-index {
  color: var(--city-coral);
}

/* Signature: 1 col mobile → 2×2 desktop */
.city-signature-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-top: 0.5rem;
  width: 100%;
}
@media (min-width: 640px) {
  .city-signature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.city-signature-card {
  position: relative;
  padding: 1.25rem 1.2rem 1.3rem;
  border-radius: 1rem;
  background: var(--city-sig-card);
  border: 1px solid color-mix(in srgb, var(--city-coral) 32%, transparent);
  box-shadow: 0 8px 22px -14px color-mix(in srgb, var(--city-coral) 35%, transparent);
  overflow: hidden;
  min-width: 0;
  height: 100%;
  box-sizing: border-box;
}
.city-signature-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--city-coral), var(--city-gold), var(--city-teal));
}
body.city-theme-neon .city-signature-card::before {
  background: linear-gradient(90deg, #e23d2a, #d4a84b, #0e7c7b);
}
.city-signature-index {
  display: block;
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--city-coral);
  line-height: 1;
  margin-bottom: 0.55rem;
}
.city-signature-text {
  margin: 0 !important;
  font-size: 0.95rem !important;
  line-height: 1.55 !important;
  color: var(--cmc-ink) !important;
  font-weight: 600;
}

.city-permit-callout {
  width: 100%;
  margin: 0;
  padding: 1.1rem 1.25rem;
  border-radius: 0.85rem;
  border-left: 4px solid var(--city-coral);
  background: var(--city-wash);
  box-sizing: border-box;
}
.city-permit-eyebrow {
  margin: 0 0 0.35rem !important;
  font-size: 0.7rem !important;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--city-coral-deep) !important;
}
.city-permit-body {
  margin: 0 !important;
  font-size: 0.92rem !important;
  color: var(--cmc-ink-soft) !important;
  line-height: 1.55 !important;
}
body.city-theme-neon .city-permit-callout {
  background: rgba(226, 61, 42, 0.08);
  border-left-color: #e23d2a;
  box-shadow: inset 0 0 0 1px rgba(226, 61, 42, 0.12);
}
body.city-theme-neon .city-permit-eyebrow { color: #c23020 !important; }
body.city-theme-neon .city-permit-body { color: #2a2e35 !important; }

.city-band--events {
  background:
    radial-gradient(ellipse 50% 60% at 0% 0%, var(--city-wash), transparent 55%),
    var(--city-band-alt);
}
/* Event types: equal-width responsive grid, centered in wide column */
.city-event-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
  margin-top: 1rem;
  width: 100%;
}
@media (min-width: 480px) {
  .city-event-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .city-event-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .city-event-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
.city-event-card {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  padding: 1rem 1.05rem;
  border-radius: 0.85rem;
  text-decoration: none !important;
  background: var(--city-band);
  border: 1px solid var(--city-card-border);
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
  min-width: 0;
  height: 100%;
  box-sizing: border-box;
  text-align: left;
}
.city-event-card strong {
  font-family: "Fraunces", Georgia, serif;
  font-size: 1rem;
  color: var(--cmc-ink) !important;
}
.city-event-card span {
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--cmc-muted) !important;
  text-decoration: none !important;
}
.city-event-card:hover {
  transform: translateY(-2px);
  border-color: var(--city-coral);
  box-shadow: 0 10px 24px -12px color-mix(in srgb, var(--city-coral) 50%, transparent);
}
body.lane-city .city-band--events {
  background:
    radial-gradient(ellipse 50% 60% at 0% 0%, var(--city-wash), transparent 50%),
    var(--city-band-alt);
}
body.lane-city .city-event-card {
  background: #ffffff;
  border-color: var(--city-card-border);
}
body.lane-city .city-event-card:hover {
  border-color: var(--city-coral);
  box-shadow: 0 10px 24px -12px color-mix(in srgb, var(--city-coral) 50%, transparent);
}

.city-checklist-panel {
  padding: 1.5rem 1.4rem;
  border-radius: 1rem;
  background:
    radial-gradient(ellipse 70% 80% at 100% 0%, var(--city-wash-strong), transparent 50%),
    radial-gradient(ellipse 40% 50% at 0% 100%, var(--city-wash), transparent 45%),
    var(--city-sig-band);
  border: 1px solid color-mix(in srgb, var(--city-coral) 28%, transparent);
  box-shadow: 0 10px 28px -18px color-mix(in srgb, var(--city-coral) 30%, transparent);
  box-sizing: border-box;
  width: 100%;
}
.city-checklist-panel .city-section-title {
  color: var(--cmc-ink) !important;
}
.city-checklist {
  margin: 1rem 0 1rem !important;
  padding-left: 1.25rem !important;
}
.city-checklist li {
  color: var(--cmc-ink-soft) !important;
  margin-bottom: 0.55rem !important;
  font-weight: 500;
}
.city-checklist-guides {
  margin: 0 !important;
  font-size: 0.88rem !important;
  color: var(--cmc-muted) !important;
}
.city-checklist-guides a {
  color: var(--city-coral-deep) !important;
  text-decoration-color: color-mix(in srgb, var(--city-coral) 45%, transparent);
}
body.lane-city .city-checklist-panel {
  background:
    radial-gradient(ellipse 60% 70% at 100% 0%, color-mix(in srgb, var(--city-coral) 14%, transparent), transparent 50%),
    radial-gradient(ellipse 40% 50% at 0% 100%, color-mix(in srgb, var(--city-secondary-glow) 35%, transparent), transparent 45%),
    var(--city-sig-band);
  border-color: color-mix(in srgb, var(--city-coral) 28%, transparent);
  box-shadow: 0 10px 28px -18px color-mix(in srgb, var(--city-coral) 28%, transparent);
}
body.lane-city .city-checklist-panel .city-section-title { color: var(--cmc-ink) !important; }
body.lane-city .city-checklist li { color: var(--cmc-ink-soft) !important; }
body.lane-city .city-checklist-guides { color: var(--cmc-muted) !important; }
body.lane-city .city-checklist-guides a { color: var(--city-coral-deep) !important; }
body.city-theme-neon .city-checklist-guides a { color: #0e7c7b !important; }

.city-guide-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.35rem 1.25rem;
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
@media (min-width: 560px) {
  .city-guide-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.city-guide-list li {
  padding: 0.35rem 0 !important;
  padding-left: 0 !important;
}
.city-guide-list li::before { display: none !important; }

.city-more-home {
  margin: 0.85rem 0 0 !important;
  font-size: 0.88rem !important;
  color: var(--cmc-muted) !important;
}
.city-more-home a {
  font-weight: 700;
}

.city-cta-row {
  display: flex;
  justify-content: center;
  margin: 1rem 0 0 !important;
}
.city-cta-row .btn-cta-host {
  min-height: 2.85rem;
  text-align: center;
}
@media (max-width: 639px) {
  .city-cta-row .btn-cta-host {
    width: 100%;
  }
}

body.lane-city .city-cta-link {
  color: var(--city-coral) !important;
  text-decoration-color: color-mix(in srgb, var(--city-coral) 45%, transparent);
  font-weight: 700;
}
body.lane-city .city-checklist-panel .city-cta-link {
  color: var(--city-coral-deep) !important;
}
body.lane-city .prose a.btn-cta-host {
  color: #fff !important;
  text-decoration: none;
}
body.lane-city .prose a.btn-cta-secondary {
  text-decoration: none;
}
body.lane-city .city-band--cta .btn-cta-host {
  background: var(--city-coral);
  border-color: var(--city-coral);
  padding: 0.8rem 1.5rem;
}
body.lane-city .city-band--assist .agency-assist,
body.lane-city .city-band--pro .city-pro-callout,
body.lane-city .city-disclosure {
  margin-left: 0;
  margin-right: 0;
  max-width: none;
}

/* Venue chips + assist: white pills with room for wording */
body.lane-city .city-venue-chip {
  color: var(--city-coral-deep) !important;
  background: #ffffff !important;
  border-color: var(--city-card-border) !important;
  padding: 0.55rem 1.15rem !important;
}
body.lane-city .agency-assist {
  border-color: var(--city-card-border);
  background: var(--city-band-alt);
}
body.lane-city .agency-assist-eyebrow { color: var(--city-coral-deep); }
body.lane-city .city-disclosure {
  border-left-color: var(--city-gold) !important;
  background: var(--city-band-alt);
}

/* Header Get Covered stays brand coral; page CTAs use city coral */
body.lane-city .cmc-header .btn-cta-host {
  background: #e23d2a;
  border-color: #e23d2a;
  box-shadow: 0 8px 22px -6px rgba(226, 61, 42, 0.5);
}
body.lane-city .cmc-nav a,
body.lane-city .cmc-nav span {
  color: var(--cmc-ink-soft) !important;
}

.city-learn-link,
body.lane-city .prose a:not(.btn-cta-host):not(.btn-cta-pro):not(.btn-cta-secondary):not(.city-cta-link):not(.city-event-card) {
  color: var(--cmc-link);
  text-decoration-color: color-mix(in srgb, var(--cmc-link) 45%, transparent);
}
.city-learn-link:hover,
body.lane-city .prose a:not(.btn-cta-host):not(.btn-cta-pro):not(.btn-cta-secondary):not(.city-cta-link):not(.city-event-card):hover {
  color: var(--cmc-link-hover);
}
body.lane-city .prose a.city-cta-link {
  color: var(--city-coral);
  text-decoration-color: color-mix(in srgb, var(--city-coral) 45%, transparent);
}
body.lane-city .prose a.city-cta-link:hover {
  color: var(--city-coral-deep);
}
body.lane-city .prose a.btn-cta-secondary {
  color: var(--cmc-cta-secondary) !important;
  text-decoration: none;
}
body.lane-city .prose a.btn-cta-secondary:hover {
  color: #fff !important;
}

/* Pull-quote / blockquote gold marks */
.prose blockquote {
  position: relative;
  border-left-color: var(--cmc-gold) !important;
}
.prose blockquote::before {
  content: "“";
  position: absolute;
  top: 0.15rem;
  left: 0.55rem;
  font-family: "Fraunces", Georgia, serif;
  font-size: 2.25rem;
  line-height: 1;
  color: var(--cmc-gold);
  opacity: 0.55;
  pointer-events: none;
}
body.lane-planning .prose blockquote {
  border-left-color: var(--cmc-teal) !important;
}
body.lane-planning .prose blockquote::before {
  color: var(--cmc-teal);
}
body.lane-professionals .prose blockquote {
  border-left-color: var(--cmc-gold) !important;
}

@keyframes heroReveal {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes confettiDrift {
  from { background-position: 0 0, 12px 18px, 22px 6px, 8px 28px; }
  to { background-position: 34px 48px, -20px 60px, 48px 40px, 30px 70px; }
}


/* Compact event type row (theme-dependent presence) */
.city-band--events-compact {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.city-section-title--subtle {
  font-size: clamp(1.05rem, 2.2vw, 1.25rem) !important;
  color: var(--cmc-muted) !important;
  font-weight: 700;
}
.city-event-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.75rem;
}
.city-event-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 0.55rem 1.2rem !important;
  border-radius: 999px;
  font-size: 0.84rem;
  font-weight: 700;
  line-height: 1.25;
  white-space: nowrap;
  color: var(--city-coral-deep) !important;
  background: #ffffff;
  border: 1px solid var(--city-card-border);
  text-decoration: none !important;
  transition: border-color 0.15s ease, transform 0.15s ease;
}
.city-event-pill:hover {
  border-color: var(--city-coral);
  transform: translateY(-1px);
}
.city-intro-line {
  margin: 0 0 1rem !important;
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.15rem !important;
  font-weight: 600;
  line-height: 1.45 !important;
  color: var(--cmc-ink) !important;
  max-width: 40rem;
}
.city-intro-line--below {
  margin: 1.5rem 0 0 !important;
  padding-top: 1.25rem;
  border-top: 1px solid color-mix(in srgb, var(--city-gold) 45%, transparent);
  font-size: 1.05rem !important;
  color: var(--cmc-ink-soft) !important;
}

/* ==========================================================================
   Layout profiles — real composition variants (geometry / first module / cards)
   data-city-layout / .city-layout-* / .city-hero--layout-*
   neon · coastal · desert · festival · urban · mountain · midwest · lakes · wine · south
   ========================================================================== */

/* --- Shared city rabbit layout (Vegas test → every city) --- */
/* Do NOT redefine --city-hero-wash here — themes own it. Fallback uses from/via/to. */
body.lane-city .city-hero.city-hero--service,
body.lane-city .city-hero.city-hero--neon-service,
body.lane-city .city-hero--neon-service.city-hero--layout-neon {
  position: relative;
  min-height: 0 !important;
  height: auto !important;
  justify-content: center;
  align-items: stretch;
  padding: clamp(2rem, 4vw, 2.75rem) 0 clamp(2.25rem, 4.5vw, 3rem) !important;
  color: #16181c !important;
  background: var(
    --city-hero-wash,
    linear-gradient(
      180deg,
      var(--city-hero-from, #ffffff) 0%,
      var(--city-hero-via, #f7f4f2) 55%,
      var(--city-hero-to, #efe8e1) 100%
    )
  ) !important;
  background-image: var(
    --city-hero-wash,
    linear-gradient(
      180deg,
      var(--city-hero-from, #ffffff) 0%,
      var(--city-hero-via, #f7f4f2) 55%,
      var(--city-hero-to, #efe8e1) 100%
    )
  ) !important;
  box-shadow: none !important;
  border-bottom: 2px solid var(--city-coral, rgba(22, 24, 28, 0.12));
  overflow: visible;
  text-shadow: none;
}
body.lane-city .city-hero--service::before,
body.lane-city .city-hero--neon-service::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: linear-gradient(180deg, #e23d2a 0%, #d4a84b 55%, #0e7c7b 100%);
  pointer-events: none;
  opacity: 1;
  filter: none;
  box-shadow: none;
  animation: none;
}
body.lane-city .city-hero--service .city-hero-glow,
body.lane-city .city-hero--neon-service .city-hero-glow,
body.lane-city .city-hero--service .city-hero-rail,
body.lane-city .city-hero--neon-service .city-hero-rail,
body.lane-city .city-hero--service .city-hero-rule,
body.lane-city .city-hero--neon-service .city-hero-rule,
body.lane-city .city-hero--service .city-hero-chips,
body.lane-city .city-hero--neon-service .city-hero-chips,
body.lane-city .city-hero--service .city-hero-market,
body.lane-city .city-hero--neon-service .city-hero-market {
  display: none !important;
}
.city-hero--service .city-hero-inner--split,
.city-hero--neon-service .city-hero-inner--split {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(16rem, 0.85fr);
  gap: clamp(1.5rem, 4vw, 2.75rem);
  align-items: start;
  max-width: var(--city-wide-max);
  margin: 0 auto;
  padding: 0 var(--city-gutter);
  border: 0;
  box-shadow: none;
  text-align: left;
}
.city-hero--service .city-hero-copy,
.city-hero--neon-service .city-hero-copy {
  min-width: 0;
  padding-top: 0.15rem;
}
.city-hero--service .city-hero-kicker,
.city-hero--neon-service .city-hero-kicker {
  margin: 0 0 0.65rem !important;
  font-size: 0.78rem !important;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #5a5f66 !important;
  line-height: 1.4 !important;
}
.city-hero--service .city-hero-title,
.city-hero--neon-service .city-hero-title {
  margin: 0 0 0.85rem !important;
  text-align: left !important;
  font-size: clamp(2.1rem, 4.5vw, 2.85rem) !important;
  letter-spacing: -0.02em;
  line-height: 1.1;
  color: #16181c !important;
  text-shadow: none !important;
}
.city-hero--service .city-hero-lead,
.city-hero--neon-service .city-hero-lead {
  margin: 0 0 1.35rem !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: 34rem;
  text-align: left !important;
  font-size: 1.05rem !important;
  line-height: 1.55 !important;
  color: #2a2e35 !important;
}
.city-hero--service .city-hero-cta,
.city-hero--neon-service .city-hero-cta {
  justify-content: flex-start;
  margin: 0 0 0.75rem !important;
}
.city-hero--service .city-hero-secondary,
.city-hero--neon-service .city-hero-secondary {
  margin: 0 !important;
  font-size: 0.92rem !important;
}
.city-hero--service .city-hero-secondary a,
.city-hero--neon-service .city-hero-secondary a {
  color: #0e7c7b !important;
  text-decoration: none !important;
  font-weight: 600;
}
.city-hero--service .city-hero-secondary a:hover,
.city-hero--neon-service .city-hero-secondary a:hover {
  color: #0a5f5e !important;
  text-decoration: underline !important;
}
.city-hero--service .city-hero-panel,
.city-hero--neon-service .city-hero-panel {
  padding: 1.35rem 1.35rem 1.25rem;
  border-radius: 0.4rem;
  background: #ffffff;
  border: 1px solid rgba(22, 24, 28, 0.1);
  border-top: 3px solid #e23d2a;
  box-shadow: 0 12px 28px -20px rgba(22, 24, 28, 0.35);
}
.city-hero--service .city-hero-panel-label,
.city-hero--neon-service .city-hero-panel-label {
  margin: 0 0 0.45rem !important;
  font-size: 0.7rem !important;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #e23d2a !important;
}
.city-hero--service .city-hero-panel-body,
.city-hero--neon-service .city-hero-panel-body {
  margin: 0 0 1rem !important;
  font-size: 0.98rem !important;
  font-weight: 600;
  line-height: 1.5 !important;
  color: #16181c !important;
}
.city-hero--service .city-hero-panel-list,
.city-hero--neon-service .city-hero-panel-list {
  list-style: none;
  margin: 0 0 1.1rem;
  padding: 0;
  display: grid;
  gap: 0.4rem;
}
.city-hero--service .city-hero-panel-list li,
.city-hero--neon-service .city-hero-panel-list li {
  position: relative;
  padding: 0.15rem 0 0.15rem 1rem;
  font-size: 0.88rem;
  color: #2a2e35;
  border: 0;
  background: none;
}
.city-hero--service .city-hero-panel-list li::before,
.city-hero--neon-service .city-hero-panel-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 1px;
  background: #d4a84b;
}
.city-hero--service .city-hero-panel-cta,
.city-hero--neon-service .city-hero-panel-cta {
  display: inline-flex;
  font-size: 0.92rem;
  font-weight: 700;
  color: #0e7c7b !important;
  text-decoration: none !important;
}
.city-hero--service .city-hero-panel-cta:hover,
.city-hero--neon-service .city-hero-panel-cta:hover {
  color: #0a5f5e !important;
  text-decoration: underline !important;
}
/* Body rhythm: light paper page + soft tinted bands (hero stays bold) */
.city-layout-service .city-band--signature {
  background: var(--city-sig-band);
  border-bottom: 1px solid color-mix(in srgb, var(--city-coral, #e23d2a) 16%, transparent);
}
/* Honolulu-style signature title underline — every city */
.city-layout-service .city-band--signature .city-section-title {
  display: inline-block;
  padding-bottom: 0.55rem !important;
  margin-bottom: 1.15rem !important;
  border-bottom: 3px solid transparent !important;
  border-image: linear-gradient(90deg, var(--city-coral, #e23d2a), var(--city-gold, #d4a84b)) 1;
}
.city-layout-service .city-signature-index {
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(1.75rem, 3vw, 2.15rem);
  font-weight: 700;
  line-height: 1;
  color: var(--city-coral, #e23d2a);
}
.city-layout-service .city-venue-chip,
.city-layout-service .city-event-pill {
  padding: 0.55rem 1.2rem !important;
  background: #ffffff !important;
}
.city-layout-service .city-band--checklist,
.city-layout-service .city-band--intro,
.city-layout-service .city-band--guides,
.city-layout-service .city-band--cta,
.city-layout-service .city-band--more {
  background: transparent;
}
.city-layout-service .city-band--events,
.city-layout-service .city-band--events-compact {
  background: var(--city-band-alt, #ffffff);
  border-top: 1px solid color-mix(in srgb, var(--city-coral, #e23d2a) 14%, transparent);
  border-bottom: 1px solid color-mix(in srgb, var(--city-coral, #e23d2a) 14%, transparent);
}
.city-layout-service .city-band--assist,
.city-layout-service .city-band--pro {
  background: var(--city-sig-band);
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.city-layout-service .city-signature-card {
  border-radius: 0.35rem;
  background: #ffffff;
  border: 1px solid var(--city-card-border, rgba(22, 24, 28, 0.1));
  box-shadow: 0 10px 24px -20px rgba(22, 24, 28, 0.35);
}
.city-layout-service .city-signature-card::before {
  height: 3px;
  background: linear-gradient(90deg, var(--city-coral, #e23d2a), var(--city-gold, #d4a84b));
}
.city-layout-service .city-checklist-panel {
  border-radius: 0.4rem;
  background: #ffffff;
  border: 1px solid var(--city-card-border, rgba(22, 24, 28, 0.12));
  border-left: 4px solid var(--city-coral, #e23d2a);
  box-shadow: 0 12px 28px -22px rgba(22, 24, 28, 0.35);
  color: var(--cmc-ink);
}
.city-layout-service .city-checklist-panel .city-section-title,
.city-layout-service .city-checklist-panel .city-checklist,
.city-layout-service .city-checklist-panel .city-checklist-guides {
  color: var(--cmc-ink) !important;
}
.city-layout-service .city-hero-panel {
  border-top-color: var(--city-coral, #e23d2a);
  background: #ffffff;
}
.city-band--urgency {
  padding: 1.75rem 0 0.5rem;
  background:
    linear-gradient(90deg, rgba(226, 61, 42, 0.12), transparent 55%),
    #ffffff;
}
.city-urgency-panel {
  padding: 1.35rem 1.4rem 1.4rem;
  border-radius: 0.35rem;
  background: #ffffff;
  border: 1px solid rgba(226, 61, 42, 0.28);
  border-left: 5px solid #e23d2a;
  box-shadow:
    0 0 0 1px rgba(212, 168, 75, 0.2),
    0 16px 36px -22px rgba(226, 61, 42, 0.45);
}
.city-urgency-eyebrow {
  margin: 0 0 0.4rem !important;
  font-size: 0.7rem !important;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #e23d2a !important;
}
.city-urgency-body {
  margin: 0 !important;
  font-size: 1.05rem !important;
  font-weight: 600;
  line-height: 1.5 !important;
  color: #16181c !important;
}
.city-urgency-line {
  margin: 0.75rem 0 0 !important;
  font-size: 0.95rem !important;
  color: #5a5f66 !important;
  line-height: 1.5 !important;
}
.city-layout-neon .city-signature-card--neon {
  border-radius: 0.35rem;
  background: #ffffff;
  border: 1px solid rgba(22, 24, 28, 0.1);
  box-shadow: 0 10px 24px -20px rgba(22, 24, 28, 0.35);
}
.city-layout-neon .city-signature-card--neon::before {
  height: 3px;
  background: linear-gradient(90deg, #e23d2a, #d4a84b);
  background-size: auto;
}
.city-layout-neon .city-signature-index {
  color: #e23d2a;
  text-shadow: none;
}
.city-layout-neon .city-checklist-panel--neon {
  border-radius: 0.4rem;
  background: #ffffff;
  border: 1px solid rgba(22, 24, 28, 0.1);
  border-left: 4px solid #e23d2a;
  box-shadow: none;
}

/* --- COASTAL (Miami / beach / tropical): airy horizontal wash, signature-first wide cards --- */
body.lane-city .city-hero--layout-coastal {
  min-height: min(58vh, 480px);
  justify-content: center;
  background:
    linear-gradient(100deg, rgba(14, 124, 123, 0.1) 0%, transparent 42%),
    linear-gradient(280deg, rgba(255, 107, 122, 0.12) 0%, transparent 40%),
    linear-gradient(180deg, #ffffff 0%, #f4faf9 50%, #fff5f6 100%) !important;
}
.city-hero--layout-coastal .city-hero-inner {
  max-width: var(--city-wide-max);
  text-align: left;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.15rem;
}
@media (min-width: 900px) {
  .city-hero--layout-coastal .city-hero-inner {
    grid-template-columns: 1.15fr 0.85fr;
    align-items: end;
  }
  .city-hero--layout-coastal .city-hero-cta {
    grid-column: 2;
    grid-row: 2 / span 3;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-end;
    padding-bottom: 0.25rem;
  }
}
.city-hero--layout-coastal .city-hero-eyebrow,
.city-hero--layout-coastal .city-hero-title,
.city-hero--layout-coastal .city-hero-lead {
  text-align: left;
  align-items: flex-start;
}
.city-hero--layout-coastal .city-hero-title {
  font-size: clamp(2.2rem, 5vw, 3.5rem);
}
.city-hero--layout-coastal .city-hero-lead {
  margin-left: 0 !important;
  max-width: 32rem;
}
.city-hero--layout-coastal .city-hero-rule {
  left: 0;
  transform: none;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #0e7c7b, #ff6b7a, #d4a84b, transparent);
}
.city-layout-coastal .city-signature-grid--coastal {
  grid-template-columns: 1fr;
  gap: 0.85rem;
}
@media (min-width: 768px) {
  .city-layout-coastal .city-signature-grid--coastal {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.city-layout-coastal .city-signature-card--coastal {
  border-radius: 1.35rem;
  padding: 1.4rem 1.5rem;
  background: linear-gradient(135deg, #ffffff 0%, #f4faf9 100%);
  border: 1px solid rgba(14, 124, 123, 0.22);
  box-shadow: 0 12px 28px -18px rgba(14, 124, 123, 0.35);
}
.city-layout-coastal .city-signature-card--coastal::before {
  top: 0;
  left: 0;
  right: auto;
  bottom: 0;
  width: 4px;
  height: auto;
  background: linear-gradient(180deg, #0e7c7b, #ff6b7a);
}

/* --- DESERT (Phoenix / Sedona): sun-forward bloom, checklist leads --- */
body.lane-city .city-hero--layout-desert {
  min-height: min(60vh, 500px);
  justify-content: flex-end;
  padding-bottom: clamp(2.5rem, 6vw, 3.5rem);
  background:
    radial-gradient(ellipse 80% 60% at 50% -10%, rgba(255, 200, 120, 0.55), transparent 55%),
    radial-gradient(ellipse 50% 40% at 100% 80%, rgba(232, 90, 60, 0.18), transparent 50%),
    linear-gradient(185deg, #fffaf3 0%, #fff1e0 45%, #faf3ec 100%) !important;
}
.city-hero--layout-desert .city-hero-inner {
  text-align: center;
  max-width: 40rem;
}
.city-hero--layout-desert .city-hero-title {
  font-size: clamp(2.3rem, 5.5vw, 3.6rem);
}
.city-hero--layout-desert .city-hero-rule {
  width: min(20rem, 60%);
  height: 3px;
  background: linear-gradient(90deg, transparent, #e85a3c, #d4a84b, transparent);
}
.city-band--checklist-lead {
  padding-top: 2rem;
  background:
    radial-gradient(ellipse 60% 50% at 50% 0%, rgba(255, 180, 80, 0.2), transparent 55%),
    #fff8f0;
}
.city-layout-desert .city-checklist-panel--desert {
  border-radius: 1.25rem;
  border: 1px solid rgba(232, 90, 60, 0.28);
  background:
    radial-gradient(ellipse 70% 80% at 100% 0%, rgba(255, 180, 80, 0.28), transparent 50%),
    #ffffff;
  box-shadow: 0 14px 32px -18px rgba(232, 90, 60, 0.4);
}
.city-layout-desert .city-signature-card--desert {
  border-radius: 0.75rem;
  background: #fffaf3;
  border: 1px solid rgba(232, 90, 60, 0.22);
}
.city-layout-desert .city-signature-card--desert::before {
  background: linear-gradient(90deg, #e85a3c, #d4a84b);
}

/* --- HONOLULU: lock hero wash; force readable light body (cache-proof) --- */
body.lane-city.city-place-honolulu {
  --cmc-page-bg: #f7faf8 !important;
  --city-band: #eef6f2;
  --city-band-alt: #ffffff;
  --city-sig-band: #eef6f2;
  --city-sig-card: #ffffff;
}
body.lane-city.city-place-honolulu .city-band--intro,
body.lane-city.city-place-honolulu .city-band--guides,
body.lane-city.city-place-honolulu .city-band--cta,
body.lane-city.city-place-honolulu .city-band--more,
body.lane-city.city-place-honolulu .city-band--checklist {
  background: #f7faf8 !important;
}
body.lane-city.city-place-honolulu .city-venue-chip,
body.lane-city.city-place-honolulu .city-event-pill {
  background: #ffffff !important;
  border: 1px solid rgba(14, 138, 110, 0.28);
  color: #c23020 !important;
}
body.lane-city.city-place-honolulu .city-checklist-panel {
  background: #ffffff !important;
  color: #16181c !important;
}
body.lane-city.city-place-honolulu .city-guide-list a {
  color: #0a5f4e !important;
}

/* --- SEDONA: hero stays canyon; body is light sandstone paper --- */
body.lane-city.city-place-sedona {
  --city-hero-wash: linear-gradient(155deg, #e09060 0%, #c86838 45%, #a04828 100%);
  --cmc-page-bg: #faf5f0;
  --city-band: #f4e8dc;
  --city-band-alt: #ffffff;
  --city-sig-band: #f0e4d6;
  --city-sig-card: #ffffff;
  --city-card-border: rgba(156, 68, 42, 0.35);
  --city-surface-border: #9c442a;
  --city-surface-border-soft: rgba(156, 68, 42, 0.4);
  --city-wash: rgba(160, 60, 30, 0.12);
  --city-coral: #c23020;
}
body.lane-city.city-place-sedona .city-hero.city-hero--service,
body.lane-city.city-place-sedona .city-hero.city-hero--neon-service {
  border-bottom: 2px solid var(--city-surface-border);
}
body.lane-city.city-place-sedona .city-hero--service::before,
body.lane-city.city-place-sedona .city-hero--neon-service::before {
  background: linear-gradient(180deg, #9c442a 0%, #d4a84b 55%, #0e7c7b 100%);
}
body.lane-city.city-place-sedona .city-band--signature {
  background: var(--city-sig-band);
}
body.lane-city.city-place-sedona .city-hero-panel {
  border: 2px solid var(--city-surface-border-soft);
  border-top: 2px solid var(--city-surface-border);
  background: #fffaf4;
  box-shadow: none;
}
body.lane-city.city-place-sedona .city-hero-panel-label {
  color: #9c442a !important;
}
body.lane-city.city-place-sedona .city-hero-panel-list li::before {
  background: #9c442a;
}
body.lane-city.city-place-sedona .city-checklist-panel {
  border: 2px solid var(--city-surface-border);
  border-radius: 0.5rem;
  background: #fffaf4;
  box-shadow: none;
}
body.lane-city.city-place-sedona .city-signature-card {
  border: 2px solid var(--city-surface-border-soft);
  border-radius: 0.4rem;
  background: #fffaf4;
  box-shadow: none;
}
body.lane-city.city-place-sedona .city-signature-card::before {
  height: 2px;
  background: var(--city-surface-border);
}
body.lane-city.city-place-sedona .city-signature-index {
  color: #9c442a;
}
body.lane-city.city-place-sedona .city-venue-chip,
body.lane-city.city-place-sedona .city-event-pill {
  border: 2px solid var(--city-surface-border-soft);
  background: #fffaf4;
}
body.lane-city.city-place-sedona .city-permit-callout,
body.lane-city.city-place-sedona .agency-assist {
  border: 2px solid var(--city-surface-border-soft);
}

/* --- FESTIVAL (Austin / Orlando): compact service hero, events lead below --- */
body.lane-city .city-hero--layout-festival {
  min-height: 0;
  justify-content: flex-start;
  padding: clamp(2rem, 4vw, 2.75rem) 0 clamp(2.25rem, 4.5vw, 3rem);
  background:
    linear-gradient(180deg, #ffffff 0%, #fff8f5 100%) !important;
  border-bottom: 1px solid rgba(22, 24, 28, 0.08);
}
.city-hero--layout-festival .city-hero-inner {
  text-align: left;
  max-width: 40rem;
  margin-left: clamp(1.25rem, 5vw, 4rem);
  margin-right: auto;
}
.city-hero--layout-festival .city-hero-eyebrow,
.city-hero--layout-festival .city-hero-title,
.city-hero--layout-festival .city-hero-lead {
  text-align: left;
  align-items: flex-start;
}
.city-hero--layout-festival .city-hero-title {
  font-size: clamp(2.1rem, 4.5vw, 2.85rem);
}
.city-hero--layout-festival .city-hero-lead {
  margin-left: 0 !important;
  max-width: 34rem;
}
.city-hero--layout-festival .city-hero-cta {
  justify-content: flex-start;
}
.city-hero--layout-festival .city-hero-events {
  display: none;
}
.city-hero--layout-festival .city-hero-rule {
  display: none;
}
.city-band--events-lead {
  padding-top: 2.25rem;
  border-top: 0;
}
.city-layout-festival .city-signature-card--festival {
  border-radius: 0.4rem;
  transform: none;
  border: 1px solid rgba(22, 24, 28, 0.1);
  box-shadow: 0 10px 24px -20px rgba(22, 24, 28, 0.3);
}
.city-layout-festival .city-signature-card--festival:nth-child(even) {
  transform: none;
}
.city-layout-festival .city-checklist-panel--festival {
  border-radius: 0.4rem;
  border-left: 4px solid #f04e37;
}

/* --- URBAN (NYC): dense left-rail editorial --- */
body.lane-city .city-hero--layout-urban {
  justify-content: flex-start;
  min-height: min(54vh, 440px);
  background:
    linear-gradient(90deg, #16181c 0 6px, transparent 6px),
    linear-gradient(180deg, #ffffff 0%, #f7f4f2 55%, #f0eeed 100%) !important;
}
.city-hero--layout-urban .city-hero-inner {
  text-align: left;
  max-width: 36rem;
  margin-left: clamp(1.5rem, 7vw, 5.5rem);
  margin-right: auto;
  padding-left: 1.5rem;
  border-left: 1px solid rgba(22, 24, 28, 0.18);
}
.city-hero--layout-urban .city-hero-eyebrow {
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.city-hero--layout-urban .city-hero-market {
  border-radius: 0.2rem;
  letter-spacing: 0.16em;
}
.city-hero--layout-urban .city-hero-title,
.city-hero--layout-urban .city-hero-lead {
  text-align: left;
}
.city-hero--layout-urban .city-hero-title {
  font-size: clamp(2.1rem, 4.5vw, 3.1rem);
  letter-spacing: -0.03em;
}
.city-hero--layout-urban .city-hero-lead {
  margin-left: 0 !important;
  max-width: 30rem;
  font-size: 1rem !important;
}
.city-hero--layout-urban .city-hero-cta {
  justify-content: flex-start;
}
.city-hero--layout-urban .city-hero-rule {
  display: none;
}
.city-layout-urban .city-signature-card--urban {
  border-radius: 0.25rem;
  border: 1px solid rgba(22, 24, 28, 0.16);
  box-shadow: none;
  background: #ffffff;
}
.city-layout-urban .city-signature-card--urban::before {
  height: 2px;
  background: #e23d2a;
}
.city-layout-urban .city-checklist-panel--urban {
  border-radius: 0.25rem;
  box-shadow: none;
  border: 1px solid rgba(22, 24, 28, 0.14);
  background: #ffffff;
}

/* --- MOUNTAIN: peak horizon, centered with crest rule --- */
body.lane-city .city-hero--layout-mountain {
  min-height: min(62vh, 520px);
  align-items: flex-end;
  background:
    linear-gradient(180deg, transparent 55%, rgba(201, 75, 90, 0.08) 100%),
    radial-gradient(ellipse 70% 35% at 50% 100%, rgba(120, 150, 180, 0.2), transparent 55%),
    linear-gradient(180deg, #ffffff 0%, #f4f6f8 55%, #eef1f4 100%) !important;
}
.city-hero--layout-mountain .city-hero-inner {
  text-align: center;
  padding-bottom: 0.5rem;
}
.city-hero--layout-mountain .city-hero-rule {
  width: min(16rem, 50%);
  height: 14px;
  background: linear-gradient(90deg, transparent, #c94b5a, #8f2e3c, transparent);
  clip-path: polygon(0 100%, 50% 0, 100% 100%);
  opacity: 0.85;
}
.city-layout-mountain .city-signature-card--mountain {
  border-radius: 0.85rem 0.85rem 0.35rem 0.35rem;
  border-top: 3px solid #c94b5a;
}
.city-layout-mountain .city-signature-card--mountain::before {
  display: none;
}

/* --- MIDWEST: practical stacked band, events early --- */
body.lane-city .city-hero--layout-midwest {
  min-height: min(50vh, 400px);
  background:
    linear-gradient(180deg, #ffffff 0%, #faf7f5 60%, #f3f1ef 100%) !important;
  border-bottom: 6px solid rgba(214, 85, 64, 0.35);
}
.city-hero--layout-midwest .city-hero-inner {
  text-align: left;
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
}
.city-hero--layout-midwest .city-hero-eyebrow,
.city-hero--layout-midwest .city-hero-title,
.city-hero--layout-midwest .city-hero-lead {
  text-align: left;
  align-items: flex-start;
}
.city-hero--layout-midwest .city-hero-lead {
  margin-left: 0 !important;
}
.city-hero--layout-midwest .city-hero-cta {
  justify-content: flex-start;
}
.city-hero--layout-midwest .city-hero-rule {
  display: none;
}
.city-layout-midwest .city-signature-grid--midwest {
  gap: 0.65rem;
}
.city-layout-midwest .city-signature-card--midwest {
  border-radius: 0.5rem;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.75rem;
  align-items: start;
  box-shadow: none;
  border: 1px solid rgba(214, 85, 64, 0.2);
}
.city-layout-midwest .city-signature-card--midwest::before {
  display: none;
}

/* --- LAKES: cool waterline wash, venues first --- */
body.lane-city .city-hero--layout-lakes {
  min-height: min(56vh, 460px);
  background:
    linear-gradient(180deg, transparent 70%, rgba(26, 107, 114, 0.12) 100%),
    radial-gradient(ellipse 80% 40% at 50% 100%, rgba(120, 200, 210, 0.25), transparent 55%),
    linear-gradient(185deg, #ffffff 0%, #f5fafb 55%, #eef5f6 100%) !important;
}
.city-hero--layout-lakes .city-hero-inner {
  text-align: center;
}
.city-hero--layout-lakes .city-hero-rule {
  width: 100%;
  left: 0;
  transform: none;
  height: 2px;
  background: linear-gradient(90deg, transparent, #1a6b72, #e06058, #1a6b72, transparent);
}
.city-layout-lakes .city-signature-card--lakes {
  border-radius: 1.5rem 1.5rem 0.75rem 0.75rem;
  border: 1px solid rgba(26, 107, 114, 0.22);
  background: linear-gradient(180deg, #ffffff, #f5fafb);
}
.city-layout-lakes .city-signature-card--lakes::before {
  background: linear-gradient(90deg, #1a6b72, #e06058);
}

/* --- WINE: tall left column + gold rail --- */
body.lane-city .city-hero--layout-wine {
  justify-content: flex-start;
  min-height: min(64vh, 540px);
  background:
    linear-gradient(90deg, rgba(196, 90, 74, 0.08) 0%, transparent 35%),
    linear-gradient(180deg, #ffffff 0%, #fff8f6 55%, #f6f0ee 100%) !important;
}
.city-hero--layout-wine .city-hero-rail {
  display: block;
  position: absolute;
  left: 0;
  top: 10%;
  bottom: 10%;
  width: 5px;
  background: linear-gradient(180deg, #d4a84b, #c45a4a, #5a6b4a);
  border-radius: 999px;
}
.city-hero--layout-wine .city-hero-inner {
  text-align: left;
  max-width: 34rem;
  margin-left: clamp(2rem, 8vw, 6rem);
  margin-right: auto;
}
.city-hero--layout-wine .city-hero-eyebrow,
.city-hero--layout-wine .city-hero-title,
.city-hero--layout-wine .city-hero-lead {
  text-align: left;
  align-items: flex-start;
}
.city-hero--layout-wine .city-hero-lead {
  margin-left: 0 !important;
}
.city-hero--layout-wine .city-hero-cta {
  justify-content: flex-start;
}
.city-hero--layout-wine .city-hero-title {
  font-size: clamp(2.2rem, 5vw, 3.4rem);
}
.city-layout-wine .city-signature-grid--wine {
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .city-layout-wine .city-signature-grid--wine {
    grid-template-columns: 1.2fr 0.8fr;
  }
}
.city-layout-wine .city-signature-card--wine {
  border-radius: 0.15rem;
  border: 1px solid rgba(196, 90, 74, 0.22);
  border-top: 3px solid #d4a84b;
  box-shadow: none;
}
.city-layout-wine .city-signature-card--wine::before {
  display: none;
}

/* --- SOUTH: porch-wide hospitality, soft horizontal rules --- */
body.lane-city .city-hero--layout-south {
  min-height: min(58vh, 480px);
  background:
    linear-gradient(180deg, #fffaf5 0%, #fff5ea 40%, #f6f1ea 100%) !important;
  border-bottom: 1px solid rgba(216, 90, 72, 0.2);
}
.city-hero--layout-south .city-hero-inner {
  text-align: center;
  max-width: 44rem;
  border-top: 1px solid rgba(212, 168, 75, 0.45);
  border-bottom: 1px solid rgba(212, 168, 75, 0.45);
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.city-hero--layout-south .city-hero-title {
  font-size: clamp(2.25rem, 5vw, 3.4rem);
}
.city-hero--layout-south .city-hero-rule {
  display: none;
}
.city-layout-south .city-signature-card--south {
  border-radius: 0.65rem;
  background: #fffaf5;
  border: 1px solid rgba(212, 168, 75, 0.35);
  box-shadow: 0 8px 20px -16px rgba(168, 56, 40, 0.35);
}
.city-layout-south .city-signature-card--south::before {
  background: linear-gradient(90deg, #d4a84b, #d85a48);
}

@media (max-width: 839px) {
  .city-hero--neon-service .city-hero-inner--split {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
@media (max-width: 639px) {
  .city-hero--layout-festival .city-hero-inner,
  .city-hero--layout-urban .city-hero-inner,
  .city-hero--layout-wine .city-hero-inner {
    margin-left: var(--city-gutter);
    margin-right: var(--city-gutter);
    max-width: none;
  }
  .city-hero--neon-service .city-hero-inner--split {
    padding-left: var(--city-gutter);
    padding-right: var(--city-gutter);
  }
}

@media (prefers-reduced-motion: reduce) {
  .cmc-hero::before,
  .cmc-hero-brand,
  .cmc-hero-headline,
  .cmc-hero-lead,
  .intent-router,
  body.lane-city .city-cta-neon,
  body.turtle-bridge.turtle-bridge--home .page-hero,
  body.turtle-bridge.turtle-bridge--home .page-hero::after,
  body.turtle-bridge.turtle-bridge--home .page-hero-confetti,
  body.turtle-bridge.turtle-bridge--home .page-hero-copy,
  body.turtle-bridge.turtle-bridge--home .turtle-hero-panel,
  body.turtle-bridge.turtle-bridge--hero-confetti .page-hero,
  body.turtle-bridge.turtle-bridge--hero-confetti .page-hero::after,
  body.turtle-bridge.turtle-bridge--hero-confetti .page-hero-confetti,
  body.turtle-bridge.turtle-bridge--hero-confetti .page-hero-copy,
  body.turtle-bridge.turtle-bridge--hero-confetti .turtle-hero-panel {
    animation: none !important;
  }
  body.turtle-bridge.turtle-bridge--home .page-hero-copy,
  body.turtle-bridge.turtle-bridge--home .turtle-hero-panel,
  body.turtle-bridge.turtle-bridge--hero-confetti .page-hero-copy,
  body.turtle-bridge.turtle-bridge--hero-confetti .turtle-hero-panel {
    opacity: 1 !important;
    transform: none !important;
  }
  .intent-tile:hover,
  .intent-card:hover,
  .home-path-card:hover,
  .home-guide-card:hover,
  .home-city-card:hover,
  .tool-card:hover,
  .btn-cta-host:hover,
  .city-event-card:hover {
    transform: none;
  }
}

/* ==========================================================================
   Turtle-bridge pilot (opt-in via frontmatter turtleBridge / design: turtle-bridge)
   Scoped exclusively under body.turtle-bridge — non-flagged turtle pages unchanged.
   ========================================================================== */

body.turtle-bridge .page-hero {
  color: var(--cmc-ink);
  padding: clamp(2rem, 4vw, 2.75rem) 0 clamp(2.25rem, 4.5vw, 3rem);
  background:
    radial-gradient(ellipse 55% 80% at 92% 8%, rgba(255, 106, 69, 0.28), transparent 58%),
    radial-gradient(ellipse 50% 70% at 8% 95%, rgba(14, 124, 123, 0.2), transparent 52%),
    radial-gradient(ellipse 40% 50% at 55% 0%, rgba(232, 201, 122, 0.22), transparent 55%),
    linear-gradient(125deg, #f4b8a0 0%, #f5d4bc 38%, #e8d8c4 68%, #b8ddd6 100%);
  border-bottom: 2px solid var(--cmc-brand);
  overflow: visible;
  text-shadow: none;
}
body.turtle-bridge .page-hero::before {
  inset: 0 auto 0 0;
  width: 5px;
  height: auto;
  background: linear-gradient(180deg, #e23d2a 0%, #d4a84b 55%, #0e7c7b 100%);
  background-image: linear-gradient(180deg, #e23d2a 0%, #d4a84b 55%, #0e7c7b 100%);
  background-size: auto;
  background-position: 0 0;
  opacity: 1;
  filter: none;
  box-shadow: none;
  animation: none;
}
body.turtle-bridge .page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  /* Sparse paper flecks — short rects + squares */
  background-image: url("/assets/images/confetti/tape-subtle.svg");
  background-size: 96px 96px;
  background-position: 0 0;
  opacity: 0.5;
}
body.turtle-bridge .page-hero-inner--split {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(16rem, 0.85fr);
  gap: clamp(1.5rem, 4vw, 2.75rem);
  align-items: start;
  max-width: 68.75rem;
  margin: 0 auto;
  padding: 0 1.25rem;
  box-sizing: border-box;
}
@media (min-width: 640px) {
  body.turtle-bridge .page-hero-inner--split {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}
@media (max-width: 900px) {
  body.turtle-bridge .page-hero-inner--split {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

/* ==========================================================================
   HOMEPAGE FINALE — celebration desk, event passes, and venue-ready path
   ========================================================================== */
body.turtle-bridge.turtle-bridge--home {
  --finale-coral: #e23d2a;
  --finale-coral-deep: #a82d21;
  --finale-gold: #d4a84b;
  --finale-teal: #0e7c7b;
  --finale-ink: #202328;
  --finale-muted: #596067;
  --finale-cream: #fff8ef;
  --finale-paper: #fffdf9;
  --finale-line: rgba(32, 35, 40, 0.14);
  background: var(--finale-cream) !important;
}

.finale-home {
  overflow: hidden;
  color: var(--finale-ink);
  background: var(--finale-cream);
}

.finale-home *,
.finale-home *::before,
.finale-home *::after {
  box-sizing: border-box;
}

.finale-home h1,
.finale-home h2,
.finale-home h3,
.finale-home p {
  border: 0;
}

.finale-kicker {
  display: flex;
  gap: 0.7rem;
  align-items: center;
  margin: 0 0 0.85rem;
  color: #8b4b2f;
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 0.66rem;
  font-weight: 750;
  letter-spacing: 0.11em;
  line-height: 1.3;
  text-transform: uppercase;
}

.finale-kicker::before {
  width: 1.65rem;
  height: 3px;
  flex: none;
  background: var(--finale-coral);
  content: "";
}

.finale-inline-link {
  display: inline-flex;
  gap: 0.45rem;
  align-items: center;
  color: #34393f;
  border-bottom: 1px solid var(--finale-gold);
  font-size: 0.86rem;
  font-weight: 750;
  text-decoration: none;
}

.finale-inline-link:hover {
  color: var(--finale-coral-deep);
  border-bottom-color: var(--finale-coral);
}

.finale-hero {
  position: relative;
  padding: clamp(2.4rem, 4.5vw, 3.7rem) 0 clamp(2rem, 4vw, 3.1rem);
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(226, 61, 42, 0.045) 1px, transparent 1px),
    linear-gradient(rgba(226, 61, 42, 0.035) 1px, transparent 1px),
    radial-gradient(circle at 92% 12%, rgba(212, 168, 75, 0.19), transparent 26%),
    var(--finale-cream);
  background-size: 68px 68px, 68px 68px, auto, auto;
  border-bottom: 1px solid var(--finale-line);
}

.finale-hero::before {
  position: absolute;
  top: -1.15rem;
  left: 0;
  width: 100%;
  height: 2.6rem;
  opacity: 0.24;
  background: url("/assets/images/confetti/tape-mixed.svg") center / auto 46px repeat-x;
  content: "";
  pointer-events: none;
}

.finale-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(23rem, 0.92fr);
  gap: clamp(3rem, 8vw, 7rem);
  align-items: center;
}

.finale-hero-copy {
  position: relative;
  padding-left: clamp(1rem, 2vw, 1.65rem);
}

.finale-hero-copy::before {
  position: absolute;
  top: 0;
  bottom: 0.1rem;
  left: 0;
  width: 5px;
  background: linear-gradient(180deg, var(--finale-coral) 0 58%, var(--finale-gold) 58% 100%);
  content: "";
}

.finale-hero-copy h1 {
  max-width: 13.6ch;
  margin: 0;
  color: var(--finale-ink);
  font-family: "Figtree", system-ui, sans-serif;
  font-size: clamp(2.75rem, 5.5vw, 5rem);
  font-weight: 880;
  letter-spacing: -0.065em;
  line-height: 0.92;
}

.finale-hero-copy h1 span {
  color: var(--finale-coral);
}

.finale-hero-dek {
  max-width: 39rem;
  margin: 1.15rem 0 0;
  color: #50575f;
  font-size: clamp(1rem, 1.4vw, 1.1rem);
  line-height: 1.62;
}

.finale-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem 1.25rem;
  align-items: center;
  margin-top: 1.45rem;
}

.finale-primary {
  padding: 0.82rem 1.35rem !important;
  font-size: 0.91rem !important;
}

.finale-trust-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  margin: 1.3rem 0 0;
  padding: 0;
  color: #676d73;
  font-size: 0.72rem;
  font-weight: 650;
  list-style: none;
}

.finale-trust-list li {
  position: relative;
  margin: 0;
  padding-left: 0.9rem;
}

.finale-trust-list li::before {
  position: absolute;
  top: 0.43em;
  left: 0;
  width: 0.42rem;
  height: 0.42rem;
  background: var(--finale-teal);
  border-radius: 50%;
  content: "";
}

.finale-event-file {
  position: relative;
  padding: 1.25rem 1.15rem 1.15rem;
  transform: rotate(1.1deg);
}

.finale-event-file::before {
  position: absolute;
  inset: 2rem 0.3rem 0.25rem 1.9rem;
  background: #f1dfd3;
  border: 1px solid rgba(82, 50, 42, 0.12);
  transform: rotate(-4deg);
  content: "";
}

.finale-file-card {
  position: relative;
  z-index: 2;
  padding: 1.25rem 1.25rem 1.05rem;
  background: rgba(255, 255, 255, 0.97);
  border: 2px solid #282b30;
  box-shadow: 13px 14px 0 rgba(212, 168, 75, 0.22);
}

.finale-file-heading,
.finale-contract-head {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  padding-bottom: 0.65rem;
  color: #676d73;
  border-bottom: 1px solid var(--finale-line);
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 0.61rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.finale-file-heading strong {
  color: var(--finale-coral-deep);
}

.finale-file-title {
  margin: 0.95rem 0 1rem;
  color: #25282d;
  font-family: "Figtree", system-ui, sans-serif;
  font-size: clamp(1.55rem, 3vw, 2.1rem);
  font-weight: 850;
  letter-spacing: -0.045em;
  line-height: 1;
}

.finale-file-list {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--finale-line);
  list-style: none;
}

.finale-file-list li {
  display: grid;
  grid-template-columns: 1.65rem minmax(0, 1fr);
  gap: 0.65rem;
  align-items: start;
  margin: 0;
  padding: 0.7rem 0;
  border-bottom: 1px solid var(--finale-line);
}

.finale-file-list > li > span {
  display: grid;
  width: 1.55rem;
  height: 1.55rem;
  place-items: center;
  color: #fff;
  background: var(--finale-coral);
  border-radius: 50%;
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 0.55rem;
  font-weight: 750;
}

.finale-file-list strong,
.finale-file-list small {
  display: block;
}

.finale-file-list strong {
  color: #292c31;
  font-size: 0.8rem;
}

.finale-file-list small {
  margin-top: 0.15rem;
  color: #6b7177;
  font-size: 0.68rem;
  line-height: 1.4;
}

.finale-file-card > a {
  display: inline-block;
  margin-top: 0.85rem;
  color: #3b4648;
  border-bottom: 1px solid var(--finale-teal);
  font-size: 0.72rem;
  font-weight: 750;
  text-decoration: none;
}

.finale-file-stamp {
  position: absolute;
  z-index: 3;
  right: -0.35rem;
  bottom: -0.8rem;
  display: grid;
  width: 4.8rem;
  height: 4.8rem;
  place-content: center;
  color: #fff8ef;
  background: var(--finale-teal);
  border: 4px double rgba(255, 255, 255, 0.78);
  border-radius: 50%;
  box-shadow: 0 8px 20px -10px rgba(14, 124, 123, 0.8);
  text-align: center;
  transform: rotate(-9deg);
}

.finale-file-stamp span,
.finale-file-stamp small {
  display: block;
  line-height: 1;
}

.finale-file-stamp span {
  font-family: "Figtree", system-ui, sans-serif;
  font-size: 1.2rem;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.finale-file-stamp small {
  margin-top: 0.15rem;
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 0.48rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.finale-tape {
  position: absolute;
  z-index: 4;
  width: 4.3rem;
  height: 1.1rem;
  opacity: 0.88;
  background: #f5c350;
  box-shadow: 0 1px 2px rgba(56, 38, 20, 0.12);
}

.finale-tape--one {
  top: 0.7rem;
  left: 3.8rem;
  transform: rotate(-7deg);
}

.finale-tape--two {
  right: 3.2rem;
  bottom: 0.15rem;
  background: #ef9b8e;
  transform: rotate(6deg);
}

.finale-router {
  background: #fff;
  border-bottom: 1px solid var(--finale-line);
}

.finale-router-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.finale-route {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 1rem 1.15rem;
  color: var(--finale-ink);
  border-right: 1px solid var(--finale-line);
  text-decoration: none;
}

.finale-route:first-child {
  border-left: 1px solid var(--finale-line);
}

.finale-route > span,
.finale-route > strong,
.finale-route > small {
  grid-column: 1;
}

.finale-route > span {
  color: var(--finale-coral-deep);
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 0.57rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.finale-route > strong {
  margin-top: 0.3rem;
  font-size: 0.9rem;
}

.finale-route > small {
  margin-top: 0.12rem;
  color: #737980;
  font-size: 0.65rem;
  line-height: 1.35;
}

.finale-route > b {
  grid-column: 2;
  grid-row: 1 / span 3;
  align-self: center;
  color: #888d92;
  font-size: 1rem;
}

.finale-route--plan > span {
  color: #096d6c;
}

.finale-route:hover {
  background: #fff7ee;
}

.finale-route--plan:hover {
  background: #edf8f5;
}

.finale-celebrations,
.finale-process,
.finale-guides {
  padding: clamp(2.5rem, 4.5vw, 3.6rem) 0;
}

.finale-celebrations {
  background:
    radial-gradient(circle at 92% 8%, rgba(226, 61, 42, 0.09), transparent 23%),
    #fffdf9;
}

.finale-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 29rem);
  gap: clamp(2rem, 7vw, 6rem);
  align-items: end;
  margin-bottom: 1.65rem;
}

.finale-section-head h2,
.finale-contract-copy h2,
.finale-local-copy h2,
.finale-guides h2,
.finale-close h2 {
  max-width: 20ch;
  margin: 0;
  color: var(--finale-ink);
  font-family: "Figtree", system-ui, sans-serif;
  font-size: clamp(2rem, 4vw, 3.35rem);
  font-weight: 860;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.finale-section-head > p {
  max-width: 31rem;
  margin: 0;
  color: #666d74;
  font-size: 0.88rem;
  line-height: 1.6;
}

.finale-pass-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 0.8rem;
}

.finale-pass {
  position: relative;
  display: flex;
  min-height: 12.5rem;
  flex-direction: column;
  grid-column: span 4;
  padding: 1.15rem 1.15rem 1rem;
  overflow: hidden;
  color: #282b30;
  border: 1px solid rgba(35, 38, 43, 0.13);
  border-top: 5px solid var(--pass-accent, var(--finale-coral));
  border-radius: 8px;
  box-shadow: 0 13px 28px -24px rgba(38, 28, 25, 0.5);
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.finale-pass::after {
  position: absolute;
  right: -1.5rem;
  bottom: -1.9rem;
  width: 6rem;
  height: 6rem;
  opacity: 0.26;
  border: 1px solid var(--pass-accent, var(--finale-coral));
  border-radius: 50%;
  content: "";
}

.finale-pass > span {
  color: color-mix(in srgb, var(--pass-accent, var(--finale-coral)) 78%, #25282d);
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 0.57rem;
  font-weight: 750;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.finale-pass > strong {
  max-width: 16rem;
  margin-top: 0.75rem;
  font-family: "Figtree", system-ui, sans-serif;
  font-size: 1.18rem;
  font-weight: 830;
  letter-spacing: -0.025em;
  line-height: 1.05;
}

.finale-pass > small {
  max-width: 18rem;
  margin-top: 0.5rem;
  color: #666c72;
  font-size: 0.72rem;
  line-height: 1.48;
}

.finale-pass > em {
  margin-top: auto;
  padding-top: 1rem;
  color: #3b3f44;
  font-size: 0.68rem;
  font-style: normal;
  font-weight: 750;
}

.finale-pass:hover {
  z-index: 2;
  box-shadow: 0 17px 30px -22px rgba(38, 28, 25, 0.48);
  transform: translateY(-3px) rotate(-0.35deg);
}

.finale-pass--wedding {
  --pass-accent: #c98b92;
  grid-column: span 5;
  background: #fff4f3;
}

.finale-pass--party {
  --pass-accent: #e23d2a;
  grid-column: span 4;
  background: #fff3e9;
}

.finale-pass--birthday {
  --pass-accent: #d89f23;
  grid-column: span 3;
  background: #fff8df;
}

.finale-pass--corporate {
  --pass-accent: #0e7c7b;
  grid-column: span 4;
  background: #eef8f5;
}

.finale-pass--festival {
  --pass-accent: #cc7525;
  grid-column: span 5;
  background: #fff1cf;
}

.finale-pass--sports {
  --pass-accent: #35424d;
  grid-column: span 3;
  background: #f2f4f5;
}

.finale-all-events {
  margin: 1rem 0 0;
  text-align: right;
}

.finale-all-events a {
  color: #393e44;
  border-bottom: 1px solid var(--finale-gold);
  font-size: 0.74rem;
  font-weight: 750;
  text-decoration: none;
}

.finale-contract {
  padding: clamp(2.4rem, 4.5vw, 3.5rem) 0;
  background:
    linear-gradient(90deg, rgba(14, 124, 123, 0.05) 1px, transparent 1px),
    #edf7f4;
  background-size: 54px 54px;
  border-top: 1px solid rgba(14, 124, 123, 0.13);
  border-bottom: 1px solid rgba(14, 124, 123, 0.16);
}

.finale-contract-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(23rem, 1.15fr);
  gap: clamp(3rem, 9vw, 8rem);
  align-items: center;
}

.finale-contract-copy > p:not(.finale-kicker) {
  max-width: 34rem;
  margin: 1rem 0 1.1rem;
  color: #536160;
  font-size: 0.9rem;
  line-height: 1.65;
}

.finale-contract-sheet {
  position: relative;
  padding: 1rem 1.15rem 0.55rem;
  background: #fff;
  border: 2px solid #2e3438;
  box-shadow: 12px 13px 0 rgba(14, 124, 123, 0.14);
}

.finale-contract-sheet::before {
  position: absolute;
  top: -0.55rem;
  left: 50%;
  width: 5.2rem;
  height: 1.05rem;
  background: rgba(212, 168, 75, 0.78);
  transform: translateX(-50%) rotate(-1deg);
  content: "";
}

.finale-contract-head strong {
  color: var(--finale-teal);
}

.finale-contract-sheet dl {
  margin: 0;
}

.finale-contract-sheet dl > div {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 1rem;
  padding: 0.72rem 0;
  border-bottom: 1px solid var(--finale-line);
}

.finale-contract-sheet dl > div:last-child {
  border-bottom: 0;
}

.finale-contract-sheet dt {
  color: #646b71;
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
}

.finale-contract-sheet dd {
  margin: 0;
  color: #292d31;
  font-size: 0.78rem;
  font-weight: 750;
  text-align: right;
}

.finale-process {
  background: var(--finale-cream);
}

.finale-section-head--process {
  margin-bottom: 2.2rem;
}

.finale-track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.finale-track::before {
  position: absolute;
  top: 1.2rem;
  right: 13%;
  left: 13%;
  height: 4px;
  background: linear-gradient(90deg, var(--finale-coral), var(--finale-gold), var(--finale-teal));
  content: "";
}

.finale-track li {
  position: relative;
  display: grid;
  grid-template-columns: 2.5rem minmax(0, 1fr);
  gap: 0.8rem;
  margin: 0;
  padding: 0 1rem;
}

.finale-track li > span {
  z-index: 1;
  display: grid;
  width: 2.5rem;
  height: 2.5rem;
  place-items: center;
  color: #fff;
  background: var(--finale-ink);
  border: 4px solid var(--finale-cream);
  border-radius: 50%;
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 0.57rem;
  font-weight: 750;
}

.finale-track strong,
.finale-track small {
  display: block;
}

.finale-track strong {
  margin-top: 0.15rem;
  font-size: 0.9rem;
}

.finale-track small {
  max-width: 17rem;
  margin-top: 0.28rem;
  color: #666d74;
  font-size: 0.7rem;
  line-height: 1.5;
}

.finale-facts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 2.3rem;
  background: #fff;
  border: 1px solid var(--finale-line);
}

.finale-facts p {
  min-width: 0;
  margin: 0;
  padding: 0.85rem 1rem;
  border-right: 1px solid var(--finale-line);
}

.finale-facts p:last-child {
  border-right: 0;
}

.finale-facts strong,
.finale-facts span {
  display: block;
}

.finale-facts strong {
  color: var(--finale-coral);
  font-family: "Figtree", system-ui, sans-serif;
  font-size: 1.15rem;
  font-weight: 850;
  letter-spacing: -0.03em;
}

.finale-facts span {
  margin-top: 0.15rem;
  color: #6d7379;
  font-size: 0.63rem;
  line-height: 1.4;
}

.finale-local {
  padding: clamp(2.5rem, 4.5vw, 3.7rem) 0;
  background:
    radial-gradient(circle at 12% 85%, rgba(226, 61, 42, 0.1), transparent 25%),
    #f2e9db;
  border-top: 1px solid var(--finale-line);
  border-bottom: 1px solid var(--finale-line);
}

.finale-local-grid {
  display: grid;
  grid-template-columns: minmax(18rem, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(3rem, 8vw, 7rem);
  align-items: center;
}

.finale-local-copy > p:not(.finale-kicker) {
  max-width: 31rem;
  margin: 1rem 0 1.1rem;
  color: #655e58;
  font-size: 0.88rem;
  line-height: 1.62;
}

.finale-local-cta {
  color: #34383d;
  border-bottom: 1px solid var(--finale-coral);
  font-size: 0.78rem;
  font-weight: 750;
  text-decoration: none;
}

.finale-city-tickets {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.65rem;
}

.finale-city-tickets > a {
  position: relative;
  display: block;
  min-height: 7.4rem;
  padding: 0.9rem 1rem;
  overflow: hidden;
  color: var(--finale-ink);
  background: #fffdf9;
  border: 1px solid rgba(45, 39, 35, 0.14);
  border-left: 5px solid var(--finale-coral);
  text-decoration: none;
  transition: transform 150ms ease;
}

.finale-city-tickets > a:nth-child(2) {
  border-left-color: var(--finale-teal);
}

.finale-city-tickets > a:nth-child(3) {
  border-left-color: #c37937;
}

.finale-city-tickets > a:nth-child(4) {
  border-left-color: #41474e;
}

.finale-city-tickets > a:hover {
  z-index: 1;
  transform: translateY(-2px) rotate(-0.25deg);
}

.finale-city-tickets span,
.finale-city-tickets strong,
.finale-city-tickets small {
  display: block;
}

.finale-city-tickets span {
  color: #8b664f;
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 0.54rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.finale-city-tickets strong {
  margin-top: 0.45rem;
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.3rem;
}

.finale-city-tickets small {
  margin-top: 0.25rem;
  color: #6b6763;
  font-size: 0.65rem;
}

.finale-city-tickets > .finale-city-tickets-all {
  display: flex;
  min-height: 3rem;
  align-items: center;
  justify-content: space-between;
  grid-column: 1 / -1;
  color: #fff;
  background: var(--finale-ink);
  border: 0;
}

.finale-city-tickets-all strong {
  margin: 0;
  font-family: "Figtree", system-ui, sans-serif;
  font-size: 0.78rem;
}

.finale-city-tickets-all span {
  color: #fff;
  font-size: 0.9rem;
}

.finale-guides {
  background: #fffdf9;
}

.finale-guides-grid {
  display: grid;
  grid-template-columns: minmax(16rem, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(3rem, 8vw, 7rem);
  align-items: start;
}

.finale-guides ul {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--finale-line);
  list-style: none;
}

.finale-guides li {
  margin: 0;
  border-bottom: 1px solid var(--finale-line);
}

.finale-guides li a {
  display: grid;
  grid-template-columns: 5.5rem minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
  padding: 0.9rem 0.15rem;
  color: #31353a;
  text-decoration: none;
}

.finale-guides li a:hover {
  color: var(--finale-coral-deep);
}

.finale-guides li span {
  color: #8a6c58;
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 0.56rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.finale-guides li strong {
  font-size: 0.86rem;
}

.finale-guides li b {
  color: #8a8f94;
  font-size: 0.9rem;
}

.finale-close {
  position: relative;
  padding: clamp(2.5rem, 4.5vw, 3.7rem) 0;
  overflow: hidden;
  color: #fff8ef;
  background:
    radial-gradient(circle at 89% 14%, rgba(255, 211, 139, 0.34), transparent 23%),
    linear-gradient(128deg, #b72e22 0%, #e23d2a 58%, #ed6646 100%);
  border-top: 5px solid var(--finale-gold);
}

.finale-close::after {
  position: absolute;
  right: -4rem;
  bottom: -2.5rem;
  width: 23rem;
  height: 8rem;
  opacity: 0.18;
  background: url("/assets/images/confetti/tape-mixed-b.svg") center / contain repeat-x;
  content: "";
  transform: rotate(-7deg);
  pointer-events: none;
}

.finale-close-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(19rem, 0.95fr);
  gap: clamp(3rem, 8vw, 7rem);
  align-items: end;
}

.finale-close .finale-kicker {
  color: rgba(255, 248, 239, 0.78);
}

.finale-close .finale-kicker::before {
  background: #f5cf75;
}

.finale-close h2 {
  max-width: 19ch;
  color: #fff8ef;
}

.finale-close-action > p {
  max-width: 30rem;
  margin: 0 0 1rem;
  color: rgba(255, 248, 239, 0.82);
  font-size: 0.86rem;
  line-height: 1.6;
}

body .finale-primary--close {
  color: #9d2e23 !important;
  background: #fff8ef !important;
  border-color: #fff8ef !important;
  box-shadow: 0 0 0 1px rgba(255, 248, 239, 0.32), 0 0 24px -4px rgba(255, 214, 145, 0.72) !important;
}

body .finale-primary--close:hover {
  color: #812219 !important;
  background: #fff !important;
  border-color: #fff !important;
}

.finale-close-action > small {
  display: block;
  margin-top: 0.85rem;
  color: rgba(255, 248, 239, 0.68);
  font-size: 0.65rem;
}

.finale-close-action > small a {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.46);
  text-decoration: none;
}

@media (max-width: 959px) {
  .finale-hero-grid,
  .finale-contract-grid,
  .finale-local-grid,
  .finale-guides-grid,
  .finale-close-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .finale-event-file {
    width: min(100%, 35rem);
  }

  .finale-section-head {
    grid-template-columns: 1fr;
    gap: 0.8rem;
  }

  .finale-pass--wedding,
  .finale-pass--party,
  .finale-pass--birthday,
  .finale-pass--corporate,
  .finale-pass--festival,
  .finale-pass--sports {
    grid-column: span 6;
  }

  .finale-guides h2 {
    max-width: 23ch;
  }
}

@media (max-width: 719px) {
  .finale-router-grid {
    grid-template-columns: 1fr;
  }

  .finale-route,
  .finale-route:first-child {
    border-right: 1px solid var(--finale-line);
    border-bottom: 1px solid var(--finale-line);
    border-left: 1px solid var(--finale-line);
  }

  .finale-route:last-child {
    border-bottom: 0;
  }

  .finale-track {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .finale-track::before {
    top: 1.25rem;
    bottom: 1.25rem;
    left: 1.2rem;
    width: 4px;
    height: auto;
  }

  .finale-track li {
    padding: 0;
  }

  .finale-facts {
    grid-template-columns: repeat(2, 1fr);
  }

  .finale-facts p:nth-child(2) {
    border-right: 0;
  }

  .finale-facts p:nth-child(-n + 2) {
    border-bottom: 1px solid var(--finale-line);
  }

  .finale-city-tickets {
    grid-template-columns: 1fr;
  }

  .finale-city-tickets > .finale-city-tickets-all {
    grid-column: 1;
  }
}

@media (max-width: 559px) {
  .finale-hero {
    padding-top: 2rem;
  }

  .finale-hero-copy {
    padding-left: 0.85rem;
  }

  .finale-hero-copy h1 {
    font-size: clamp(2.45rem, 12.5vw, 3.45rem);
  }

  .finale-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .finale-event-file {
    padding: 0.65rem 0.35rem 0.85rem;
    transform: none;
  }

  .finale-event-file::before {
    inset: 1.1rem 0 0 0.75rem;
  }

  .finale-file-card {
    padding: 1rem 0.95rem 0.9rem;
    box-shadow: 8px 9px 0 rgba(212, 168, 75, 0.2);
  }

  .finale-file-stamp {
    right: -0.15rem;
    bottom: -0.2rem;
    width: 4.1rem;
    height: 4.1rem;
  }

  .finale-section-head h2,
  .finale-contract-copy h2,
  .finale-local-copy h2,
  .finale-guides h2,
  .finale-close h2 {
    font-size: clamp(1.9rem, 9.5vw, 2.65rem);
  }

  .finale-pass--wedding,
  .finale-pass--party,
  .finale-pass--birthday,
  .finale-pass--corporate,
  .finale-pass--festival,
  .finale-pass--sports {
    min-height: 10.8rem;
    grid-column: 1 / -1;
  }

  .finale-contract-sheet dl > div {
    grid-template-columns: 1fr;
    gap: 0.18rem;
  }

  .finale-contract-sheet dd {
    text-align: left;
  }

  .finale-guides li a {
    grid-template-columns: 4rem minmax(0, 1fr) auto;
    gap: 0.7rem;
  }
}

@media (max-width: 420px) {
  body.turtle-bridge--home .cmc-header > div:first-child {
    gap: 0.35rem !important;
    padding-right: 0.6rem !important;
    padding-left: 0.6rem !important;
  }

  body.turtle-bridge--home .cmc-header .cmc-wordmark {
    font-size: 15px !important;
  }

  body.turtle-bridge--home .cmc-header > div:first-child > div:last-child {
    gap: 0.3rem !important;
  }

  body.turtle-bridge--home .cmc-header #search-toggle,
  body.turtle-bridge--home .cmc-header #mobile-menu-btn {
    width: 2rem !important;
    height: 2rem !important;
  }

  body.turtle-bridge--home .cmc-header .btn-cta-host {
    padding: 0.55rem 0.72rem !important;
    font-size: 11px !important;
  }

  .finale-close::after {
    right: 0;
    width: 18rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .finale-pass,
  .finale-city-tickets > a {
    transition: none;
  }
}
body.turtle-bridge .page-hero-copy {
  min-width: 0;
  padding-top: 0.15rem;
}
body.turtle-bridge .page-hero-eyebrow {
  margin: 0 0 0.65rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--cmc-brand-deep);
}
body.turtle-bridge .page-hero-title {
  margin: 0 0 0.85rem;
  font-size: clamp(2.1rem, 4.5vw, 2.85rem);
  letter-spacing: -0.02em;
  line-height: 1.1;
  color: var(--cmc-ink);
}
body.turtle-bridge .page-hero-dek {
  margin: 0 0 1.35rem;
  max-width: 34rem;
  font-size: 1.05rem;
  line-height: 1.55;
  color: var(--cmc-ink-soft);
}
body.turtle-bridge .page-hero-cta {
  margin: 0;
}
body.turtle-bridge .page-hero .btn-cta-host {
  box-shadow: 0 8px 20px -10px rgba(226, 61, 42, 0.45);
}

/* Hero action panel — city panel energy, national wedding facts */
body.turtle-bridge .turtle-hero-panel {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 1.35rem 1.35rem 1.25rem;
  border-radius: 0.4rem;
  background: #ffffff;
  border: 1px solid rgba(22, 24, 28, 0.1);
  border-top: 3px solid var(--cmc-brand);
  box-shadow: 0 14px 32px -18px rgba(22, 24, 28, 0.4);
}
body.turtle-bridge .turtle-hero-panel-label {
  margin: 0 0 0.45rem;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--cmc-brand);
}
body.turtle-bridge .turtle-hero-panel-body {
  margin: 0 0 1rem;
  font-size: 0.98rem;
  font-weight: 600;
  line-height: 1.5;
  color: var(--cmc-ink);
}
body.turtle-bridge .turtle-hero-panel-list {
  list-style: none;
  margin: 0 0 1.1rem;
  padding: 0;
  display: grid;
  gap: 0.4rem;
}
body.turtle-bridge .turtle-hero-panel-list li {
  position: relative;
  margin: 0;
  padding: 0.15rem 0 0.15rem 1rem;
  font-size: 0.88rem;
  line-height: 1.5;
  color: var(--cmc-ink-soft);
}
body.turtle-bridge .turtle-hero-panel-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 1px;
  background: var(--cmc-gold);
}
body.turtle-bridge .turtle-hero-panel-link {
  display: inline-flex;
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--cmc-teal);
  text-decoration: none;
}
body.turtle-bridge .turtle-hero-panel-link:hover {
  color: var(--cmc-teal-deep);
  text-decoration: underline;
}

body.turtle-bridge .page-shell {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
body.turtle-bridge .page-body {
  margin-top: 0;
}

body.turtle-bridge .turtle-band-inner {
  width: 100%;
  max-width: 52rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  box-sizing: border-box;
}
@media (min-width: 640px) {
  body.turtle-bridge .turtle-band-inner {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}
body.turtle-bridge .turtle-band-inner--wide {
  max-width: 68.75rem;
}

body.turtle-bridge .content-intro {
  margin: 0;
  padding: 2.25rem 0 1.75rem;
  border-radius: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}
body.turtle-bridge .content-band {
  margin: 0;
  padding: 2.5rem 0;
  border-radius: 0;
  border: 0;
  overflow: visible;
  box-shadow: none;
}
body.turtle-bridge .content-band--paper {
  background: rgba(255, 255, 255, 0.55);
  box-shadow: none;
  border-top: 1px solid color-mix(in srgb, var(--cmc-brand) 12%, transparent);
  border-bottom: 1px solid color-mix(in srgb, var(--cmc-brand) 12%, transparent);
}
body.turtle-bridge .content-band--wash {
  background:
    radial-gradient(ellipse 80% 60% at 100% 0%, var(--cmc-coral-wash-strong), transparent 55%),
    linear-gradient(180deg, #fff5f1 0%, transparent 100%);
}
body.turtle-bridge .content-band--teal {
  background:
    radial-gradient(ellipse 80% 60% at 0% 0%, var(--cmc-teal-wash-strong), transparent 55%),
    linear-gradient(180deg, #f0f8f7 0%, transparent 100%);
}

body.turtle-bridge .prose h2,
body.turtle-bridge .prose .content-band > h2,
body.turtle-bridge .prose .turtle-band-inner > h2 {
  display: inline-block;
  width: auto;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 1.15rem;
  padding-bottom: 0.55rem;
  border-bottom: 3px solid transparent;
  border-image: linear-gradient(90deg, var(--cmc-brand), var(--cmc-gold)) 1;
}

body.turtle-bridge .tool-card {
  border-radius: 0.4rem;
  box-shadow: 0 10px 24px -20px rgba(22, 24, 28, 0.35);
}
body.turtle-bridge .tool-card::before {
  height: 3px;
  background: linear-gradient(90deg, var(--cmc-brand), var(--cmc-gold));
  opacity: 1;
}
body.turtle-bridge .tool-card:hover {
  box-shadow: 0 12px 28px -18px rgba(22, 24, 28, 0.4);
}

/* White action panel — city hero panel energy, national copy */
body.turtle-bridge .turtle-action-panel {
  margin: 1.35rem 0 1.5rem;
  padding: 1.35rem 1.35rem 1.25rem;
  border-radius: 0.4rem;
  background: #ffffff;
  border: 1px solid rgba(22, 24, 28, 0.1);
  border-top: 3px solid var(--cmc-brand);
  box-shadow: 0 12px 28px -20px rgba(22, 24, 28, 0.35);
}
body.turtle-bridge .turtle-action-panel-label {
  margin: 0 0 0.85rem;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--cmc-brand);
}
body.turtle-bridge .turtle-action-panel-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.4rem;
}
body.turtle-bridge .turtle-action-panel-list li {
  position: relative;
  margin: 0;
  padding: 0.15rem 0 0.15rem 1rem;
  font-size: 0.88rem;
  line-height: 1.5;
  color: var(--cmc-ink-soft);
}
body.turtle-bridge .turtle-action-panel-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 1px;
  background: var(--cmc-gold);
}

body.turtle-bridge .turtle-cta-band {
  width: 100%;
  margin: 0;
  padding: 2.75rem 1.25rem 3rem;
  text-align: center;
  background:
    radial-gradient(ellipse 70% 80% at 50% 0%, rgba(255, 106, 69, 0.1), transparent 55%),
    linear-gradient(180deg, #fff8f5 0%, #f7f4f2 100%);
  border-top: 1px solid color-mix(in srgb, var(--cmc-brand) 14%, transparent);
}
body.turtle-bridge .turtle-cta-band-inner {
  max-width: 52rem;
  margin: 0 auto;
}
body.turtle-bridge .turtle-cta-band .btn-cta-host,
body.turtle-bridge .turtle-cta-band .btn-cta-pro {
  min-height: 2.85rem;
  padding: 0.8rem 1.5rem;
  font-size: 0.95rem;
  text-decoration: none !important;
}
@media (max-width: 639px) {
  body.turtle-bridge .turtle-cta-band .btn-cta-host,
  body.turtle-bridge .turtle-cta-band .btn-cta-pro {
    width: 100%;
  }
}

/* Turtle-bridge must win over lane hero forks (planning light / professionals dark / cities) */
body.turtle-bridge.lane-planning .page-hero,
body.turtle-bridge.lane-professionals .page-hero,
body.turtle-bridge.lane-guide .page-hero,
body.turtle-bridge.lane-cities .page-hero {
  color: var(--cmc-ink);
  text-shadow: none;
  background:
    radial-gradient(ellipse 55% 80% at 92% 8%, rgba(255, 106, 69, 0.28), transparent 58%),
    radial-gradient(ellipse 50% 70% at 8% 95%, rgba(14, 124, 123, 0.2), transparent 52%),
    radial-gradient(ellipse 40% 50% at 55% 0%, rgba(232, 201, 122, 0.22), transparent 55%),
    linear-gradient(125deg, #f4b8a0 0%, #f5d4bc 38%, #e8d8c4 68%, #b8ddd6 100%);
  border-bottom: 2px solid var(--cmc-brand);
}
body.turtle-bridge.lane-planning .page-hero-title,
body.turtle-bridge.lane-professionals .page-hero-title,
body.turtle-bridge.lane-guide .page-hero-title,
body.turtle-bridge.lane-cities .page-hero-title {
  color: var(--cmc-ink);
}
body.turtle-bridge.lane-planning .page-hero-dek,
body.turtle-bridge.lane-professionals .page-hero-dek,
body.turtle-bridge.lane-guide .page-hero-dek,
body.turtle-bridge.lane-cities .page-hero-dek {
  color: var(--cmc-ink-soft);
}
body.turtle-bridge.lane-planning .page-hero-eyebrow,
body.turtle-bridge.lane-professionals .page-hero-eyebrow,
body.turtle-bridge.lane-guide .page-hero-eyebrow,
body.turtle-bridge.lane-cities .page-hero-eyebrow {
  color: var(--cmc-brand-deep);
}
body.turtle-bridge.lane-planning .page-hero::before,
body.turtle-bridge.lane-professionals .page-hero::before,
body.turtle-bridge.lane-guide .page-hero::before,
body.turtle-bridge.lane-cities .page-hero::before {
  opacity: 1;
}
body.turtle-bridge.lane-planning .tool-card,
body.turtle-bridge.lane-professionals .tool-card {
  border-radius: 0.4rem;
  box-shadow: 0 10px 24px -20px rgba(22, 24, 28, 0.35);
  background: var(--cmc-content-surface, #fff);
  border-color: rgba(22, 24, 28, 0.1);
}
body.turtle-bridge.lane-planning .tool-card::before,
body.turtle-bridge.lane-professionals .tool-card::before {
  height: 3px;
  background: linear-gradient(90deg, var(--cmc-brand), var(--cmc-gold));
  opacity: 1;
}
body.turtle-bridge.lane-planning .tool-card:hover,
body.turtle-bridge.lane-professionals .tool-card:hover {
  box-shadow: 0 12px 28px -18px rgba(22, 24, 28, 0.4);
  border-color: rgba(22, 24, 28, 0.14);
}
body.turtle-bridge.lane-planning .tool-card em {
  color: var(--cmc-brand);
}

body.turtle-bridge .prose blockquote {
  border-radius: 0 0.4rem 0.4rem 0;
}

/* Opt-in celebratory hero confetti (heroConfetti) — paper flecks (short rects + squares).
   Themes swap SVG palettes; parallax drift at different speeds; soft settle + hero entrance. */
body.turtle-bridge.turtle-bridge--hero-confetti .page-hero {
  overflow: hidden;
  background-size: 120% 120%, 120% 120%, 120% 120%, 100% 100%;
  background-position: 92% 8%, 8% 95%, 55% 0%, 0% 50%;
  animation: heroWashShift 22s ease-in-out infinite;
}
body.turtle-bridge.turtle-bridge--hero-confetti .page-hero::after,
body.turtle-bridge.turtle-bridge--hero-confetti .page-hero--hero-confetti::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: 0;
  background-image:
    url("/assets/images/confetti/tape-mixed.svg"),
    url("/assets/images/confetti/tape-mixed-b.svg");
  background-size: 120px 120px, 150px 150px;
  background-position: 0 0, 36px 22px;
  animation:
    confettiFadeIn 0.9s ease-out both,
    confettiDriftLively 26s linear 0.6s infinite;
}
body.turtle-bridge.turtle-bridge--hero-confetti .page-hero-confetti {
  position: absolute;
  inset: -22% -12%;
  z-index: 0;
  pointer-events: none;
  background-image: url("/assets/images/confetti/tape-mixed-b.svg");
  background-size: 140px 140px;
  background-position: 0 0;
  opacity: 0;
  animation:
    confettiFadeInMid 1.05s ease-out 0.08s both,
    confettiDriftMid 32s linear 0.75s infinite;
}
body.turtle-bridge.turtle-bridge--hero-confetti .page-hero-confetti--drift {
  inset: -32% -16%;
  background-image: url("/assets/images/confetti/tape-mixed.svg");
  background-size: 168px 168px;
  animation:
    confettiFadeInSoft 1.2s ease-out 0.14s both,
    confettiDriftReverseLively 40s linear 0.9s infinite;
}
/* Sparse accent flecks — gentle opacity pulse, not a snow-globe */
body.turtle-bridge.turtle-bridge--hero-confetti .page-hero-confetti--sparkle {
  inset: -18% -10%;
  background-image: url("/assets/images/confetti/tape-sparkle.svg");
  background-size: 130px 130px;
  background-position: 14px 22px;
  animation:
    confettiFadeInSoft 1.1s ease-out 0.2s both,
    confettiTwinkle 7s ease-in-out 0.8s infinite;
}

/* Hero content entrance — copy + panel (celebration energy, not chaos) */
body.turtle-bridge.turtle-bridge--hero-confetti .page-hero-copy,
body.turtle-bridge.turtle-bridge--home .page-hero-copy {
  animation: heroContentIn 0.45s cubic-bezier(0.22, 1, 0.36, 1) both;
}
body.turtle-bridge.turtle-bridge--hero-confetti .turtle-hero-panel,
body.turtle-bridge.turtle-bridge--home .turtle-hero-panel {
  animation: heroPanelIn 0.5s cubic-bezier(0.22, 1, 0.36, 1) 0.08s both;
}

@keyframes confettiFadeIn {
  from { opacity: 0; transform: translate3d(0, -10px, 0); }
  to { opacity: 0.52; transform: translate3d(0, 0, 0); }
}
@keyframes confettiFadeInMid {
  from { opacity: 0; transform: translate3d(0, -10px, 0); }
  to { opacity: 0.38; transform: translate3d(0, 0, 0); }
}
@keyframes confettiFadeInSoft {
  from { opacity: 0; transform: translate3d(0, -8px, 0); }
  to { opacity: 0.28; transform: translate3d(0, 0, 0); }
}
@keyframes confettiDriftLively {
  from { background-position: 0 0, 36px 22px; }
  to { background-position: 42px 72px, -18px 88px; }
}
@keyframes confettiDriftMid {
  from { background-position: 0 0; }
  to { background-position: -36px 58px; }
}
@keyframes confettiDriftReverseLively {
  from { background-position: 36px 58px; }
  to { background-position: -24px -40px; }
}
@keyframes confettiTwinkle {
  0%, 100% { opacity: 0.22; }
  45% { opacity: 0.38; }
  70% { opacity: 0.28; }
}
@keyframes heroContentIn {
  from { opacity: 0; transform: translate3d(0, 14px, 0); }
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}
@keyframes heroPanelIn {
  from { opacity: 0; transform: translate3d(0, 16px, 0); }
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}
@keyframes heroWashShift {
  0%, 100% {
    background-position: 92% 8%, 8% 95%, 55% 0%, 0% 50%;
  }
  50% {
    background-position: 86% 14%, 14% 88%, 50% 6%, 0% 50%;
  }
}

/* Typed fleck palettes — same paper-fleck system, tint only */
body.turtle-bridge.turtle-bridge--hero-confetti.confetti-theme-wedding .page-hero::after,
body.turtle-bridge.turtle-bridge--hero-confetti.confetti-theme-wedding .page-hero--hero-confetti::after {
  background-image:
    url("/assets/images/confetti/tape-wedding.svg"),
    url("/assets/images/confetti/tape-wedding-b.svg");
}
body.turtle-bridge.turtle-bridge--hero-confetti.confetti-theme-wedding .page-hero-confetti {
  background-image: url("/assets/images/confetti/tape-wedding-b.svg");
}
body.turtle-bridge.turtle-bridge--hero-confetti.confetti-theme-wedding .page-hero-confetti--drift {
  background-image: url("/assets/images/confetti/tape-wedding.svg");
}

body.turtle-bridge.turtle-bridge--hero-confetti.confetti-theme-birthday .page-hero::after,
body.turtle-bridge.turtle-bridge--hero-confetti.confetti-theme-birthday .page-hero--hero-confetti::after,
body.turtle-bridge.turtle-bridge--hero-confetti.confetti-theme-party .page-hero::after,
body.turtle-bridge.turtle-bridge--hero-confetti.confetti-theme-party .page-hero--hero-confetti::after {
  background-image:
    url("/assets/images/confetti/tape-birthday.svg"),
    url("/assets/images/confetti/tape-birthday-b.svg");
}
body.turtle-bridge.turtle-bridge--hero-confetti.confetti-theme-birthday .page-hero-confetti,
body.turtle-bridge.turtle-bridge--hero-confetti.confetti-theme-party .page-hero-confetti {
  background-image: url("/assets/images/confetti/tape-birthday-b.svg");
}
body.turtle-bridge.turtle-bridge--hero-confetti.confetti-theme-birthday .page-hero-confetti--drift,
body.turtle-bridge.turtle-bridge--hero-confetti.confetti-theme-party .page-hero-confetti--drift {
  background-image: url("/assets/images/confetti/tape-birthday.svg");
}

body.turtle-bridge.turtle-bridge--hero-confetti.confetti-theme-corporate .page-hero::after,
body.turtle-bridge.turtle-bridge--hero-confetti.confetti-theme-corporate .page-hero--hero-confetti::after {
  background-image:
    url("/assets/images/confetti/tape-corporate.svg"),
    url("/assets/images/confetti/tape-corporate-b.svg");
}
body.turtle-bridge.turtle-bridge--hero-confetti.confetti-theme-corporate .page-hero-confetti {
  background-image: url("/assets/images/confetti/tape-corporate-b.svg");
}
body.turtle-bridge.turtle-bridge--hero-confetti.confetti-theme-corporate .page-hero-confetti--drift {
  background-image: url("/assets/images/confetti/tape-corporate.svg");
}

body.turtle-bridge.turtle-bridge--hero-confetti.confetti-theme-festival .page-hero::after,
body.turtle-bridge.turtle-bridge--hero-confetti.confetti-theme-festival .page-hero--hero-confetti::after,
body.turtle-bridge.turtle-bridge--hero-confetti.confetti-theme-sports .page-hero::after,
body.turtle-bridge.turtle-bridge--hero-confetti.confetti-theme-sports .page-hero--hero-confetti::after {
  background-image:
    url("/assets/images/confetti/tape-festival.svg"),
    url("/assets/images/confetti/tape-festival-b.svg");
}
body.turtle-bridge.turtle-bridge--hero-confetti.confetti-theme-festival .page-hero-confetti,
body.turtle-bridge.turtle-bridge--hero-confetti.confetti-theme-sports .page-hero-confetti {
  background-image: url("/assets/images/confetti/tape-festival-b.svg");
}
body.turtle-bridge.turtle-bridge--hero-confetti.confetti-theme-festival .page-hero-confetti--drift,
body.turtle-bridge.turtle-bridge--hero-confetti.confetti-theme-sports .page-hero-confetti--drift {
  background-image: url("/assets/images/confetti/tape-festival.svg");
}

/* Homepage turtle-bridge — reverse wash: teal → champagne → coral (light paper ink) */
body.turtle-bridge.turtle-bridge--home .page-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(2.75rem, 6vw, 4.25rem) 0 clamp(3rem, 6.5vw, 4.5rem);
  background:
    radial-gradient(ellipse 55% 80% at 92% 8%, rgba(14, 124, 123, 0.28), transparent 58%),
    radial-gradient(ellipse 50% 70% at 8% 95%, rgba(255, 106, 69, 0.22), transparent 52%),
    radial-gradient(ellipse 40% 50% at 55% 0%, rgba(232, 201, 122, 0.22), transparent 55%),
    linear-gradient(125deg, #b8ddd6 0%, #e8d8c4 32%, #f5d4bc 62%, #f4b8a0 100%);
  background-size: 120% 120%, 120% 120%, 120% 120%, 100% 100%;
  background-position: 92% 8%, 8% 95%, 55% 0%, 0% 50%;
  animation: heroWashShift 26s ease-in-out infinite;
}
body.turtle-bridge.turtle-bridge--home .page-hero::before {
  z-index: 2;
  background: linear-gradient(180deg, #0e7c7b 0%, #d4a84b 55%, #e23d2a 100%);
  background-image: linear-gradient(180deg, #0e7c7b 0%, #d4a84b 55%, #e23d2a 100%);
}
/* Paper flecks — readable on wash, celebratory but quiet */
body.turtle-bridge.turtle-bridge--home .page-hero::after,
body.turtle-bridge.turtle-bridge--home .page-hero--home-confetti::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: 0;
  background-image:
    url("/assets/images/confetti/tape-mixed.svg"),
    url("/assets/images/confetti/tape-mixed-b.svg");
  background-size: 130px 130px, 160px 160px;
  background-position: 0 0, 28px 34px;
  animation:
    confettiFadeIn 1s ease-out both,
    confettiDriftLively 30s linear 0.7s infinite;
}
body.turtle-bridge.turtle-bridge--home .page-hero-confetti {
  position: absolute;
  inset: -26% -14%;
  z-index: 0;
  pointer-events: none;
  background-image: url("/assets/images/confetti/tape-mixed-b.svg");
  background-size: 150px 150px;
  background-position: 0 0;
  opacity: 0;
  animation:
    confettiFadeInMid 1.15s ease-out 0.1s both,
    confettiDriftMid 38s linear 0.85s infinite;
}
body.turtle-bridge.turtle-bridge--home .page-hero-confetti--drift {
  inset: -36% -20%;
  background-image: url("/assets/images/confetti/tape-mixed.svg");
  background-size: 180px 180px;
  animation:
    confettiFadeInSoft 1.3s ease-out 0.16s both,
    confettiDriftReverseLively 48s linear 1s infinite;
}
body.turtle-bridge.turtle-bridge--home .page-hero-inner--split {
  position: relative;
  z-index: 1;
  align-items: center;
}
body.turtle-bridge.turtle-bridge--home .page-hero-title--product {
  margin: 0 0 1rem;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(3rem, 7.5vw, 4.75rem);
  font-weight: 600;
  line-height: 0.98;
  letter-spacing: -0.035em;
  color: var(--cmc-ink);
}
body.turtle-bridge.turtle-bridge--home .page-hero-sub {
  margin: 0 0 0.85rem;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(1.15rem, 2.4vw, 1.4rem);
  font-weight: 500;
  line-height: 1.35;
  color: var(--cmc-ink-soft);
}
body.turtle-bridge.turtle-bridge--home .page-hero-dek {
  margin: 0 0 1.75rem;
  max-width: 28rem;
  font-size: 1.02rem;
  line-height: 1.5;
  color: var(--cmc-ink-soft);
}

body.turtle-bridge.turtle-bridge--home .cmc-home--turtle {
  max-width: none;
  margin: 0;
  padding: 0;
}

/* Full-bleed homepage bands — no card farms */
body.turtle-bridge.turtle-bridge--home .home-band {
  margin: 0;
  padding: clamp(2.5rem, 5vw, 3.75rem) 0;
}
body.turtle-bridge.turtle-bridge--home .home-band--paths {
  padding: 1.15rem 0;
  border-bottom: 1px solid color-mix(in srgb, var(--cmc-brand) 12%, transparent);
  background: rgba(255, 255, 255, 0.65);
}
body.turtle-bridge.turtle-bridge--home .home-path-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.35rem 0.15rem;
  font-size: 0.98rem;
  font-weight: 700;
}
body.turtle-bridge.turtle-bridge--home .home-path-links a {
  color: var(--cmc-teal);
  text-decoration: underline;
  text-decoration-color: color-mix(in srgb, var(--cmc-teal) 45%, transparent);
  text-underline-offset: 0.18em;
  text-decoration-thickness: 1.5px;
  padding: 0.35rem 0.65rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease, background 0.15s ease, text-decoration-color 0.15s ease;
}
body.turtle-bridge.turtle-bridge--home .home-path-links a:hover {
  color: var(--cmc-brand);
  background: color-mix(in srgb, var(--cmc-brand) 8%, transparent);
  text-decoration-color: color-mix(in srgb, var(--cmc-brand) 70%, transparent);
}
body.turtle-bridge.turtle-bridge--home .home-path-sep {
  color: var(--cmc-muted-soft);
  user-select: none;
}

body.turtle-bridge.turtle-bridge--home .home-band--why {
  background:
    radial-gradient(ellipse 70% 55% at 100% 0%, rgba(255, 106, 69, 0.1), transparent 55%),
    linear-gradient(180deg, #fffaf7 0%, #ffffff 100%);
  border-bottom: 1px solid color-mix(in srgb, var(--cmc-brand) 10%, transparent);
}
body.turtle-bridge.turtle-bridge--home .home-band--learn {
  background:
    radial-gradient(ellipse 70% 55% at 0% 0%, rgba(14, 124, 123, 0.1), transparent 55%),
    linear-gradient(180deg, #f3f9f8 0%, #fafcfb 100%);
}

body.turtle-bridge.turtle-bridge--home .home-band-head {
  max-width: 40rem;
  margin: 0 0 1.75rem;
}
body.turtle-bridge.turtle-bridge--home .home-band-head--compact {
  margin-bottom: 1.35rem;
}
body.turtle-bridge.turtle-bridge--home .home-band-title {
  margin: 0 0 0.75rem;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(1.65rem, 3.4vw, 2.15rem);
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: -0.02em;
  color: var(--cmc-ink);
}
body.turtle-bridge.turtle-bridge--home .home-band-lead {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.65;
  color: var(--cmc-ink-soft);
}

body.turtle-bridge.turtle-bridge--home .home-why-rows {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid color-mix(in srgb, var(--cmc-ink) 10%, transparent);
}
body.turtle-bridge.turtle-bridge--home .home-why-rows li {
  border-bottom: 1px solid color-mix(in srgb, var(--cmc-ink) 10%, transparent);
}
body.turtle-bridge.turtle-bridge--home .home-why-rows a {
  display: grid;
  gap: 0.2rem 1.25rem;
  padding: 1.05rem 0.15rem;
  text-decoration: none;
  color: inherit;
  transition: background 0.15s ease, padding-left 0.15s ease;
}
@media (min-width: 640px) {
  body.turtle-bridge.turtle-bridge--home .home-why-rows a {
    grid-template-columns: minmax(11rem, 15rem) 1fr;
    align-items: baseline;
  }
}
body.turtle-bridge.turtle-bridge--home .home-why-rows a:hover {
  background: color-mix(in srgb, var(--cmc-teal) 6%, transparent);
  padding-left: 0.45rem;
}
body.turtle-bridge.turtle-bridge--home .home-why-rows strong {
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.08rem;
  font-weight: 700;
  color: var(--cmc-teal);
  text-decoration: underline;
  text-decoration-color: color-mix(in srgb, var(--cmc-teal) 40%, transparent);
  text-underline-offset: 0.16em;
  text-decoration-thickness: 1.5px;
}
body.turtle-bridge.turtle-bridge--home .home-why-rows a:hover strong {
  color: var(--cmc-brand);
  text-decoration-color: color-mix(in srgb, var(--cmc-brand) 65%, transparent);
}
body.turtle-bridge.turtle-bridge--home .home-why-rows span {
  font-size: 0.95rem;
  line-height: 1.5;
  color: var(--cmc-muted);
}

body.turtle-bridge.turtle-bridge--home .home-learn-row {
  display: grid;
  gap: 0.55rem;
  margin-bottom: 1.35rem;
}
body.turtle-bridge.turtle-bridge--home .home-learn-row:last-child {
  margin-bottom: 0;
}
@media (min-width: 640px) {
  body.turtle-bridge.turtle-bridge--home .home-learn-row {
    grid-template-columns: 5rem 1fr;
    gap: 1rem;
    align-items: baseline;
  }
}
body.turtle-bridge.turtle-bridge--home .home-learn-label {
  margin: 0;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--cmc-brand-deep);
}
body.turtle-bridge.turtle-bridge--home .home-text-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 1.15rem;
}
body.turtle-bridge.turtle-bridge--home .home-text-links a {
  font-size: 0.98rem;
  font-weight: 700;
  color: var(--cmc-teal);
  text-decoration: underline;
  text-decoration-color: color-mix(in srgb, var(--cmc-teal) 45%, transparent);
  text-underline-offset: 0.18em;
  text-decoration-thickness: 1.5px;
  border-bottom: none;
  transition: color 0.15s ease, text-decoration-color 0.15s ease;
}
body.turtle-bridge.turtle-bridge--home .home-text-links a:hover {
  color: var(--cmc-brand);
  text-decoration-color: color-mix(in srgb, var(--cmc-brand) 70%, transparent);
}
body.turtle-bridge.turtle-bridge--home .home-city-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}
body.turtle-bridge.turtle-bridge--home .home-city-pills a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 0.5rem 1.1rem;
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.25;
  color: var(--cmc-brand-deep);
  text-decoration: none;
  border: 1px solid rgba(226, 61, 42, 0.28);
  border-radius: 999px;
  background: #ffffff;
  transition: border-color 0.15s ease, color 0.15s ease, transform 0.15s ease;
}
body.turtle-bridge.turtle-bridge--home .home-city-pills a:hover {
  color: var(--cmc-brand);
  border-color: var(--cmc-brand);
  transform: translateY(-1px);
}
body.turtle-bridge.turtle-bridge--home .home-city-pills-all {
  border-color: transparent !important;
  background: transparent !important;
  color: var(--cmc-teal) !important;
  font-weight: 700;
  text-decoration: underline !important;
  text-decoration-color: color-mix(in srgb, var(--cmc-teal) 45%, transparent);
  text-underline-offset: 0.18em;
  transform: none !important;
}
body.turtle-bridge.turtle-bridge--home .home-city-pills-all:hover {
  color: var(--cmc-brand) !important;
  text-decoration-color: color-mix(in srgb, var(--cmc-brand) 70%, transparent);
}

body.turtle-bridge.turtle-bridge--home .home-disclosure {
  margin: 0 auto;
  padding: 1rem 1.25rem 1.5rem;
  max-width: 52rem;
  font-size: 0.82rem;
  line-height: 1.5;
  color: var(--cmc-muted);
}

/* Closing band — one strong Get Covered moment */
body.turtle-bridge.turtle-bridge--home .turtle-cta-band--home {
  padding: 3.5rem 1.25rem 3.75rem;
  background:
    radial-gradient(ellipse 70% 80% at 50% 0%, rgba(14, 124, 123, 0.12), transparent 55%),
    radial-gradient(ellipse 55% 60% at 100% 100%, rgba(255, 106, 69, 0.1), transparent 50%),
    linear-gradient(180deg, #f0f8f7 0%, #fff5f1 55%, #f7f4f2 100%);
  border-top: 2px solid color-mix(in srgb, var(--cmc-brand) 22%, transparent);
}
body.turtle-bridge.turtle-bridge--home .turtle-cta-band-eyebrow {
  margin: 0 0 0.55rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--cmc-brand);
}
body.turtle-bridge.turtle-bridge--home .turtle-cta-band-title {
  margin: 0 0 0.65rem;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(1.75rem, 3.6vw, 2.35rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--cmc-ink);
}
body.turtle-bridge.turtle-bridge--home .turtle-cta-band-dek {
  margin: 0 auto 1.65rem;
  max-width: 28rem;
  font-size: 1.05rem;
  line-height: 1.55;
  color: var(--cmc-ink-soft);
}
body.turtle-bridge.turtle-bridge--home .turtle-cta-band-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
}
body.turtle-bridge.turtle-bridge--home .turtle-cta-band-actions .btn-cta-host {
  min-width: 12rem;
  font-size: 1.05rem;
  padding: 0.85rem 1.6rem;
}
body.turtle-bridge.turtle-bridge--home .turtle-cta-band-trust {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.55;
  color: var(--cmc-muted);
}
body.turtle-bridge.turtle-bridge--home .turtle-cta-band-trust a {
  color: var(--cmc-teal);
  font-weight: 700;
  text-decoration: none;
}
body.turtle-bridge.turtle-bridge--home .turtle-cta-band-trust a:hover {
  color: var(--cmc-teal-deep);
  text-decoration: underline;
}
body.turtle-bridge.turtle-bridge--home .turtle-cta-band-sep {
  margin: 0 0.35rem;
  color: var(--cmc-muted-soft);
}
@media (max-width: 639px) {
  body.turtle-bridge.turtle-bridge--home .turtle-cta-band-actions .btn-cta-host {
    width: 100%;
  }
}

/* —— Breadcrumbs (inner pages; not on homepage) —— */
.cmc-breadcrumbs {
  width: 100%;
  max-width: 68.75rem;
  margin: 0 auto;
  padding: 0.55rem 1.25rem 0.45rem;
  box-sizing: border-box;
  border-bottom: 1px solid var(--cmc-border);
  background: color-mix(in srgb, var(--cmc-page-bg) 92%, var(--cmc-teal-soft));
}
@media (min-width: 640px) {
  .cmc-breadcrumbs {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}
.cmc-breadcrumbs-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.2rem 0;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.4;
}
.cmc-breadcrumbs-item {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: var(--cmc-muted);
}
.cmc-breadcrumbs-item + .cmc-breadcrumbs-item {
  margin-left: 0.4rem;
}
.cmc-breadcrumbs-sep {
  color: var(--cmc-border-strong);
  font-weight: 500;
  user-select: none;
}
.cmc-breadcrumbs a {
  color: var(--cmc-teal);
  text-decoration: none;
  text-underline-offset: 2px;
}
.cmc-breadcrumbs a:hover {
  color: var(--cmc-teal-deep);
  text-decoration: underline;
}
.cmc-breadcrumbs a:focus-visible {
  outline: 2px solid var(--cmc-focus-ring-teal);
  outline-offset: 2px;
  border-radius: 2px;
}
.cmc-breadcrumbs [aria-current="page"] {
  color: var(--cmc-ink-soft);
  font-weight: 700;
}
body.lane-professionals .cmc-breadcrumbs a {
  color: var(--cmc-brand-deep);
}
body.lane-professionals .cmc-breadcrumbs a:hover {
  color: var(--cmc-brand);
}
body.lane-guide .cmc-breadcrumbs a,
body.lane-planning .cmc-breadcrumbs a {
  color: var(--cmc-teal);
}
/* Turtle-bridge: sit cleanly above light hero, teal accents */
body.turtle-bridge .cmc-breadcrumbs--turtle {
  max-width: none;
  border-bottom-color: rgba(14, 124, 123, 0.18);
  background: rgba(255, 255, 255, 0.65);
}
body.turtle-bridge .cmc-breadcrumbs--turtle .cmc-breadcrumbs-list {
  max-width: 68.75rem;
  margin: 0 auto;
}
/* City (rabbit): keep subtle — navigation only, no design fight */
.cmc-breadcrumbs--city {
  max-width: none;
  padding-top: 0.4rem;
  padding-bottom: 0.35rem;
  border-bottom: 1px solid rgba(14, 124, 123, 0.12);
  background: transparent;
}
.cmc-breadcrumbs--city .cmc-breadcrumbs-list {
  max-width: var(--city-prose-max, 48rem);
  margin: 0 auto;
  font-size: 0.75rem;
  font-weight: 500;
}
.cmc-breadcrumbs--city a {
  color: var(--cmc-teal-deep);
  opacity: 0.9;
}
.cmc-breadcrumbs--city [aria-current="page"] {
  color: var(--cmc-muted);
  font-weight: 600;
}
body.lane-city .cmc-breadcrumbs--city {
  padding-left: var(--city-gutter, 1.25rem);
  padding-right: var(--city-gutter, 1.25rem);
}
/* ==========================================================================
   TURTLE LEDGER — stationery / financial-product system
   Invented override: kills confetti, pastel washes, rails, motion, underline wallpaper.
   Scoped to body.turtle-bridge. City rabbit pages untouched.
   ========================================================================== */

body.turtle-bridge {
  --ledger-paper: #f6f3ee;
  --ledger-paper-deep: #ebe6de;
  --ledger-ink: #14161a;
  --ledger-ink-soft: #2c3138;
  --ledger-muted: #4a5058;
  --ledger-line: rgba(20, 22, 26, 0.1);
  --ledger-measure: 40rem;
  --ledger-wide: 64rem;
  --cmc-page-bg: var(--ledger-paper);
  --cmc-ink: var(--ledger-ink);
  --cmc-ink-soft: var(--ledger-ink-soft);
  --cmc-muted: var(--ledger-muted);
  background-color: var(--ledger-paper) !important;
  background-image: none !important;
  color: var(--ledger-ink);
}

body.turtle-bridge .cmc-header {
  background: rgba(255, 255, 255, 0.97) !important;
  border-bottom: 1px solid rgba(22, 24, 28, 0.08);
  box-shadow: 0 1px 0 rgba(22, 24, 28, 0.03);
}

/* Kill every confetti / motion / wash layer */
body.turtle-bridge .page-hero-confetti,
body.turtle-bridge .page-hero-confetti--drift,
body.turtle-bridge .page-hero-confetti--sparkle,
body.turtle-bridge .page-hero::after,
body.turtle-bridge.turtle-bridge--home .page-hero::after,
body.turtle-bridge.turtle-bridge--hero-confetti .page-hero::after {
  display: none !important;
  content: none !important;
  animation: none !important;
  opacity: 0 !important;
  background: none !important;
}

body.turtle-bridge .page-hero::before,
body.turtle-bridge.turtle-bridge--home .page-hero::before,
body.turtle-bridge.lane-planning .page-hero::before,
body.turtle-bridge.lane-professionals .page-hero::before,
body.turtle-bridge.lane-guide .page-hero::before,
body.turtle-bridge.lane-cities .page-hero::before {
  display: none !important;
  content: none !important;
  width: 0 !important;
  opacity: 0 !important;
}

body.turtle-bridge .page-hero,
body.turtle-bridge.turtle-bridge--home .page-hero,
body.turtle-bridge.turtle-bridge--hero-confetti .page-hero,
body.turtle-bridge.lane-planning .page-hero,
body.turtle-bridge.lane-professionals .page-hero,
body.turtle-bridge.lane-guide .page-hero,
body.turtle-bridge.lane-cities .page-hero {
  position: relative;
  overflow: visible;
  color: var(--ledger-ink);
  text-shadow: none;
  padding: clamp(3rem, 7vw, 5.5rem) 0 clamp(3.25rem, 7vw, 5.75rem);
  background: #fff !important;
  background-image: none !important;
  border-bottom: 1px solid var(--ledger-line);
  animation: none !important;
}

body.turtle-bridge .page-hero-inner--split,
body.turtle-bridge.turtle-bridge--home .page-hero-inner--split {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(17rem, 0.8fr);
  gap: clamp(2rem, 5vw, 3.5rem);
  align-items: center;
  max-width: var(--ledger-wide);
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 3vw, 2rem);
  box-sizing: border-box;
}
@media (max-width: 900px) {
  body.turtle-bridge .page-hero-inner--split,
  body.turtle-bridge.turtle-bridge--home .page-hero-inner--split {
    grid-template-columns: 1fr;
    align-items: start;
  }
}

body.turtle-bridge .page-hero-copy,
body.turtle-bridge.turtle-bridge--home .page-hero-copy,
body.turtle-bridge .turtle-hero-panel,
body.turtle-bridge.turtle-bridge--home .turtle-hero-panel {
  animation: none !important;
  opacity: 1 !important;
  transform: none !important;
}

body.turtle-bridge .page-hero-eyebrow,
body.turtle-bridge.turtle-bridge--home .page-hero-eyebrow {
  margin: 0 0 1rem;
  font-family: "Figtree", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ledger-muted);
}

body.turtle-bridge .page-hero-title,
body.turtle-bridge.turtle-bridge--home .page-hero-title,
body.turtle-bridge.turtle-bridge--home .page-hero-title--product {
  margin: 0 0 1.15rem;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(3.25rem, 8vw, 5.25rem);
  font-weight: 600;
  line-height: 0.96;
  letter-spacing: -0.04em;
  color: var(--ledger-ink);
}

body.turtle-bridge .page-hero-sub {
  display: none !important;
}

body.turtle-bridge .page-hero-dek,
body.turtle-bridge.turtle-bridge--home .page-hero-dek {
  margin: 0 0 1.85rem;
  max-width: 28rem;
  font-family: "Figtree", sans-serif;
  font-size: 1.2rem;
  font-weight: 450;
  line-height: 1.55;
  color: var(--ledger-ink-soft);
}

body.turtle-bridge .page-hero-cta { margin: 0; }
body.turtle-bridge .page-hero .btn-cta-host,
body.turtle-bridge .page-hero .btn-cta-pro {
  min-height: 3rem;
  padding: 0.85rem 1.6rem;
  font-size: 1rem;
  font-weight: 700;
  border-radius: 0.35rem;
  box-shadow: none;
  text-decoration: none !important;
}

/* Proof panel — document, not widget */
body.turtle-bridge .turtle-hero-panel {
  margin: 0;
  padding: 1.6rem 1.5rem 1.4rem;
  border-radius: 0;
  background: var(--ledger-paper);
  border: 1px solid var(--ledger-line);
  border-top: 1px solid var(--ledger-line);
  box-shadow: none;
}
body.turtle-bridge .turtle-hero-panel-label {
  margin: 0 0 1.1rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ledger-muted);
}
body.turtle-bridge .turtle-hero-panel-body { display: none; }
body.turtle-bridge .turtle-proof {
  margin: 0 0 1.25rem;
  padding: 0;
}
body.turtle-bridge .turtle-proof-row {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 0.75rem;
  padding: 0.7rem 0;
  border-top: 1px solid var(--ledger-line);
}
body.turtle-bridge .turtle-proof-row:last-child {
  border-bottom: 1px solid var(--ledger-line);
}
body.turtle-bridge .turtle-proof-row dt {
  margin: 0;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--ledger-muted);
}
body.turtle-bridge .turtle-proof-row dd {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 650;
  line-height: 1.35;
  color: var(--ledger-ink);
  text-align: right;
}
body.turtle-bridge .turtle-hero-panel-list {
  list-style: none;
  margin: 0 0 1.1rem;
  padding: 0;
}
body.turtle-bridge .turtle-hero-panel-list li {
  padding: 0.55rem 0;
  border-top: 1px solid var(--ledger-line);
  font-size: 0.92rem;
  color: var(--ledger-ink-soft);
}
body.turtle-bridge .turtle-hero-panel-list li::before { display: none; }
body.turtle-bridge .turtle-hero-panel-link {
  display: inline-block;
  margin-top: 0.25rem;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--cmc-teal);
  text-decoration: none;
  border-bottom: 1px solid color-mix(in srgb, var(--cmc-teal) 40%, transparent);
}
body.turtle-bridge .turtle-hero-panel-link:hover {
  color: var(--cmc-teal-deep);
  border-bottom-color: var(--cmc-teal-deep);
  text-decoration: none;
}

/* Page shell / bands */
body.turtle-bridge .page-shell { max-width: none; padding: 0; }
body.turtle-bridge .page-body { margin-top: 0; }
body.turtle-bridge .turtle-band-inner {
  width: 100%;
  max-width: var(--ledger-measure);
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 3vw, 2rem);
  box-sizing: border-box;
}
body.turtle-bridge .turtle-band-inner--wide { max-width: var(--ledger-wide); }

body.turtle-bridge .content-band,
body.turtle-bridge .content-band--paper,
body.turtle-bridge .content-band--wash,
body.turtle-bridge .content-band--teal {
  margin: 0;
  padding: clamp(2.75rem, 5vw, 3.75rem) 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
}
body.turtle-bridge .content-band--paper {
  background: #fff;
  border-top: 1px solid var(--ledger-line);
  border-bottom: 1px solid var(--ledger-line);
}
body.turtle-bridge .content-intro {
  margin: 0;
  padding: clamp(2rem, 4vw, 2.75rem) 0 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

body.turtle-bridge .prose h2 {
  border-bottom: 0 !important;
  border-image: none !important;
}

body.turtle-bridge .tool-card {
  border-radius: 0;
  box-shadow: none;
  border: 1px solid var(--ledger-line);
  background: #fff;
}
body.turtle-bridge .tool-card::before {
  display: none;
}
body.turtle-bridge .tool-card:hover {
  box-shadow: none;
  border-color: rgba(20, 22, 26, 0.22);
}

body.turtle-bridge .turtle-action-panel {
  border-radius: 0;
  border: 1px solid var(--ledger-line);
  border-top: 1px solid var(--ledger-line);
  box-shadow: none;
  background: var(--ledger-paper);
}
body.turtle-bridge .turtle-action-panel-label { color: var(--ledger-muted); }
body.turtle-bridge .turtle-action-panel-list li::before {
  background: var(--ledger-ink);
  border-radius: 1px;
}

/* Homepage bands */
body.turtle-bridge.turtle-bridge--home .cmc-home--turtle {
  max-width: none;
  margin: 0;
  padding: 0;
}
body.turtle-bridge.turtle-bridge--home .home-band {
  margin: 0;
  padding: clamp(3.5rem, 7vw, 5.5rem) 0;
  background: transparent;
  border: 0;
}
body.turtle-bridge.turtle-bridge--home .home-band--paths,
body.turtle-bridge.turtle-bridge--home .home-disclosure { display: none !important; }

body.turtle-bridge.turtle-bridge--home .home-band--why {
  background: #fff;
  border-top: 1px solid var(--ledger-line);
  border-bottom: 1px solid var(--ledger-line);
}
body.turtle-bridge.turtle-bridge--home .home-band--learn {
  background: var(--ledger-paper);
}
body.turtle-bridge.turtle-bridge--home .home-band--trust {
  padding: 1.75rem 0;
  background: var(--ledger-paper-deep);
  border-top: 1px solid var(--ledger-line);
}

body.turtle-bridge.turtle-bridge--home .home-band-head {
  max-width: var(--ledger-measure);
  margin: 0 0 2.5rem;
}
body.turtle-bridge.turtle-bridge--home .home-band-eyebrow {
  margin: 0 0 0.75rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ledger-muted);
}
body.turtle-bridge.turtle-bridge--home .home-band-title {
  margin: 0 0 1rem;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(2rem, 4vw, 2.65rem);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: var(--ledger-ink);
  border: 0;
}
body.turtle-bridge.turtle-bridge--home .home-band-lead {
  margin: 0;
  max-width: 36rem;
  font-size: 1.125rem;
  line-height: 1.65;
  color: var(--ledger-muted);
}

body.turtle-bridge.turtle-bridge--home .home-why-rows {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
}
body.turtle-bridge.turtle-bridge--home .home-why-rows li {
  border: 0;
  margin: 0 0 1.75rem;
}
body.turtle-bridge.turtle-bridge--home .home-why-rows li:last-child { margin-bottom: 0; }
body.turtle-bridge.turtle-bridge--home .home-why-rows a {
  display: block;
  padding: 0;
  text-decoration: none;
  color: inherit;
  background: transparent;
  transition: none;
}
body.turtle-bridge.turtle-bridge--home .home-why-rows a:hover { background: transparent; padding-left: 0; }
body.turtle-bridge.turtle-bridge--home .home-why-rows strong {
  display: block;
  margin: 0 0 0.35rem;
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--ledger-ink);
  text-decoration: none;
}
body.turtle-bridge.turtle-bridge--home .home-why-rows a:hover strong {
  color: var(--cmc-teal);
}
body.turtle-bridge.turtle-bridge--home .home-why-rows span {
  display: block;
  max-width: 34rem;
  font-size: 1.05rem;
  line-height: 1.55;
  color: var(--ledger-muted);
}

body.turtle-bridge.turtle-bridge--home .home-learn-grid {
  display: grid;
  gap: 2.5rem;
}
@media (min-width: 720px) {
  body.turtle-bridge.turtle-bridge--home .home-learn-grid {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
  }
}
body.turtle-bridge.turtle-bridge--home .home-learn-label {
  margin: 0 0 0.85rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ledger-muted);
}
body.turtle-bridge.turtle-bridge--home .home-text-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.65rem;
}
body.turtle-bridge.turtle-bridge--home .home-text-links a {
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--ledger-ink-soft);
  text-decoration: none;
  border-bottom: 1px solid transparent;
}
body.turtle-bridge.turtle-bridge--home .home-text-links a:hover {
  color: var(--cmc-teal);
  border-bottom-color: color-mix(in srgb, var(--cmc-teal) 45%, transparent);
}
body.turtle-bridge.turtle-bridge--home .home-city-pills { display: none !important; }

body.turtle-bridge.turtle-bridge--home .home-trust-line {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.55;
  color: var(--ledger-ink-soft);
  text-align: center;
}

/* Dark closing band — one ending */
body.turtle-bridge .turtle-cta-band,
body.turtle-bridge .turtle-cta-band--home,
body.turtle-bridge.turtle-bridge--home .turtle-cta-band--home {
  width: 100%;
  margin: 0;
  padding: clamp(3.5rem, 7vw, 5rem) 1.25rem;
  text-align: center;
  background: var(--ledger-ink) !important;
  background-image: none !important;
  border: 0;
  border-top: 0;
}
body.turtle-bridge .turtle-cta-band-inner { max-width: 32rem; margin: 0 auto; }
body.turtle-bridge .turtle-cta-band-eyebrow { display: none; }
body.turtle-bridge .turtle-cta-band-title,
body.turtle-bridge.turtle-bridge--home .turtle-cta-band-title {
  margin: 0 0 0.75rem;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(1.85rem, 3.8vw, 2.5rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  color: #fff;
}
body.turtle-bridge .turtle-cta-band-dek,
body.turtle-bridge.turtle-bridge--home .turtle-cta-band-dek {
  margin: 0 auto 1.75rem;
  max-width: 26rem;
  font-size: 1.1rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.72);
}
body.turtle-bridge .turtle-cta-band-actions { margin-bottom: 1.25rem; }
body.turtle-bridge .turtle-cta-band .btn-cta-host,
body.turtle-bridge .turtle-cta-band .btn-cta-pro {
  min-height: 3rem;
  padding: 0.9rem 1.75rem;
  font-size: 1.02rem;
  border-radius: 0.35rem;
  box-shadow: none;
  text-decoration: none !important;
}
body.turtle-bridge .turtle-cta-band-trust { display: none !important; }
body.turtle-bridge .turtle-cta-band-secondary {
  margin: 0;
  font-size: 0.95rem;
}
body.turtle-bridge .turtle-cta-band-secondary a {
  color: rgba(255, 255, 255, 0.78);
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
}
body.turtle-bridge .turtle-cta-band-secondary a:hover {
  color: #fff;
  border-bottom-color: #fff;
}

/* Footer: tonal step from ink band, not a hard clash */
body.turtle-bridge .cmc-footer {
  margin-top: 0 !important;
}

body.turtle-bridge .cmc-breadcrumbs--turtle {
  background: #fff;
  border-bottom-color: var(--ledger-line);
}

/* Coral reserved for action buttons — not decorative rules */
body.turtle-bridge .btn-cta-host {
  background: var(--cmc-brand) !important;
  border-color: var(--cmc-brand) !important;
  color: #fff !important;
}

/* ==========================================================================
   TURTLE LEDGER v2 — structural pass (DO NOT DEVIATE)
   Single shell edge, warm paper hero, proof panel, link affordance, one ending.
   ========================================================================== */

body.turtle-bridge {
  --ledger-paper: #f3efe7;
  --ledger-paper-deep: #e8e2d6;
  --ledger-ink: #14161a;
  --ledger-ink-soft: #2c3138;
  --ledger-muted: #4a5058;
  --ledger-line: rgba(20, 22, 26, 0.12);
  --ledger-shell: 72rem;
  --ledger-gutter: clamp(1.25rem, 3vw, 2rem);
  --ledger-text: 46rem;
  --cmc-muted: var(--ledger-muted);
  --cmc-ink-soft: var(--ledger-ink-soft);
}

/* ONE shell: hero, bands, CTA, prose wrappers share this edge */
body.turtle-bridge .turtle-shell,
body.turtle-bridge .turtle-band-inner,
body.turtle-bridge .turtle-band-inner--wide,
body.turtle-bridge .page-hero-inner--split {
  width: 100%;
  max-width: var(--ledger-shell) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: var(--ledger-gutter) !important;
  padding-right: var(--ledger-gutter) !important;
  box-sizing: border-box;
}

body.turtle-bridge .page-shell--turtle {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

/* Warm paper is the hero FIELD */
body.turtle-bridge .page-hero,
body.turtle-bridge.turtle-bridge--home .page-hero,
body.turtle-bridge.lane-planning .page-hero,
body.turtle-bridge.lane-professionals .page-hero,
body.turtle-bridge.lane-guide .page-hero,
body.turtle-bridge.lane-cities .page-hero {
  background: var(--ledger-paper) !important;
  background-image: none !important;
  border-bottom: 1px solid var(--ledger-line);
  padding: clamp(3.25rem, 7vw, 5.75rem) 0;
}

body.turtle-bridge .page-hero-inner--split,
body.turtle-bridge.turtle-bridge--home .page-hero-inner--split {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(18.5rem, 22rem) !important;
  gap: clamp(2.5rem, 5vw, 4rem) !important;
  align-items: center !important;
}
@media (max-width: 900px) {
  body.turtle-bridge .page-hero-inner--split,
  body.turtle-bridge.turtle-bridge--home .page-hero-inner--split {
    grid-template-columns: 1fr !important;
  }
}

body.turtle-bridge .page-hero-title,
body.turtle-bridge.turtle-bridge--home .page-hero-title,
body.turtle-bridge.turtle-bridge--home .page-hero-title--product {
  font-size: clamp(3.5rem, 7.5vw, 5.5rem) !important;
  line-height: 0.95 !important;
  letter-spacing: -0.045em !important;
  max-width: 12ch;
  white-space: normal;
  overflow-wrap: normal;
  hyphens: none;
}
body.turtle-bridge .page-hero-title:not(.page-hero-title--product) {
  max-width: 14ch;
  font-size: clamp(2.75rem, 5.5vw, 4.25rem) !important;
}
body.turtle-bridge .page-hero-dek,
body.turtle-bridge.turtle-bridge--home .page-hero-dek {
  max-width: 34rem;
  font-size: 1.2rem !important;
  color: var(--ledger-muted) !important;
}

/* Proof panel: white document on paper; stacked rows; no wrap */
body.turtle-bridge .turtle-hero-panel {
  background: #fff !important;
  border: 1px solid var(--ledger-line) !important;
  border-top: 2px solid var(--ledger-ink) !important;
  box-shadow: 0 18px 40px -28px rgba(20, 22, 26, 0.45) !important;
  border-radius: 0 !important;
  padding: 1.5rem 1.4rem 1.35rem !important;
}
body.turtle-bridge .turtle-hero-panel-label {
  color: var(--ledger-ink) !important;
  letter-spacing: 0.16em !important;
  margin-bottom: 0.35rem !important;
}
body.turtle-bridge .turtle-proof {
  margin: 0 0 1.15rem !important;
}
body.turtle-bridge .turtle-proof-row {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 0.2rem !important;
  grid-template-columns: none !important;
  padding: 0.85rem 0 !important;
  border-top: 1px solid var(--ledger-line) !important;
}
body.turtle-bridge .turtle-proof-row:last-child {
  border-bottom: 1px solid var(--ledger-line) !important;
}
body.turtle-bridge .turtle-proof-row dt {
  font-size: 0.72rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  color: var(--ledger-muted) !important;
}
body.turtle-bridge .turtle-proof-row dd {
  text-align: left !important;
  font-size: 1.05rem !important;
  font-weight: 700 !important;
  color: var(--ledger-ink) !important;
  white-space: nowrap !important;
  line-height: 1.25 !important;
}
body.turtle-bridge .turtle-hero-panel-link {
  color: var(--cmc-teal) !important;
  font-weight: 700 !important;
}
body.turtle-bridge .turtle-hero-panel-link::after {
  content: " →";
}

/* Home bands share shell; text measure is LEFT-ALIGNED inside shell */
body.turtle-bridge.turtle-bridge--home .home-band {
  padding: clamp(3.75rem, 7vw, 5.75rem) 0 !important;
}
body.turtle-bridge.turtle-bridge--home .home-band--why {
  background: #fff !important;
  border-top: 1px solid var(--ledger-line);
  border-bottom: 1px solid var(--ledger-line);
}
body.turtle-bridge.turtle-bridge--home .home-band--learn {
  background: var(--ledger-paper) !important;
}
body.turtle-bridge.turtle-bridge--home .home-band--trust,
body.turtle-bridge.turtle-bridge--home .home-band--paths,
body.turtle-bridge.turtle-bridge--home .home-disclosure {
  display: none !important;
}

body.turtle-bridge.turtle-bridge--home .home-band-head {
  max-width: var(--ledger-text) !important;
  margin: 0 0 2.25rem !important;
}
body.turtle-bridge.turtle-bridge--home .home-band-lead {
  max-width: var(--ledger-text) !important;
  color: var(--ledger-muted) !important;
  font-size: 1.125rem !important;
}

/* Editorial rows with quiet affordance */
body.turtle-bridge.turtle-bridge--home .home-why-rows {
  max-width: var(--ledger-text);
  border-top: 1px solid var(--ledger-line);
}
body.turtle-bridge.turtle-bridge--home .home-why-rows li {
  margin: 0 !important;
  border-bottom: 1px solid var(--ledger-line);
}
body.turtle-bridge.turtle-bridge--home .home-why-rows a {
  display: block !important;
  padding: 1.2rem 0 !important;
  text-decoration: none !important;
}
body.turtle-bridge.turtle-bridge--home .home-why-rows strong {
  display: inline !important;
  color: var(--ledger-ink) !important;
  font-size: 1.2rem !important;
  text-decoration: none !important;
}
body.turtle-bridge.turtle-bridge--home .home-why-rows strong::after {
  content: " →";
  color: var(--cmc-teal);
  font-weight: 700;
}
body.turtle-bridge.turtle-bridge--home .home-why-rows a:hover strong {
  color: var(--cmc-teal) !important;
}
body.turtle-bridge.turtle-bridge--home .home-why-rows span {
  display: block !important;
  margin-top: 0.35rem;
  color: var(--ledger-muted) !important;
  font-size: 1.05rem !important;
}

/* Guides: vertical list with affordance — not a sitemap */
body.turtle-bridge.turtle-bridge--home .home-text-links {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 0 !important;
  max-width: var(--ledger-text);
  border-top: 1px solid var(--ledger-line);
}
body.turtle-bridge.turtle-bridge--home .home-text-links a {
  display: block;
  width: 100%;
  padding: 0.95rem 0;
  border-bottom: 1px solid var(--ledger-line);
  font-size: 1.08rem !important;
  font-weight: 650 !important;
  color: var(--ledger-ink) !important;
  text-decoration: none !important;
  border-bottom-color: var(--ledger-line) !important;
}
body.turtle-bridge.turtle-bridge--home .home-text-links a::after {
  content: " →";
  color: var(--cmc-teal);
}
body.turtle-bridge.turtle-bridge--home .home-text-links a:hover {
  color: var(--cmc-teal) !important;
}
body.turtle-bridge.turtle-bridge--home .home-local-link {
  margin: 1.75rem 0 0;
  max-width: var(--ledger-text);
}
body.turtle-bridge.turtle-bridge--home .home-local-link a {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--cmc-teal);
  text-decoration: none;
  border-bottom: 1px solid color-mix(in srgb, var(--cmc-teal) 40%, transparent);
}
body.turtle-bridge.turtle-bridge--home .home-local-link a::after {
  content: " →";
}
body.turtle-bridge.turtle-bridge--home .home-learn-grid,
body.turtle-bridge.turtle-bridge--home .home-city-pills {
  display: none !important;
}

/* ONE ending: warm close band, left-aligned to shell, then black footer */
body.turtle-bridge .turtle-cta-band,
body.turtle-bridge .turtle-cta-band--home,
body.turtle-bridge .turtle-cta-band--close,
body.turtle-bridge.turtle-bridge--home .turtle-cta-band--home {
  background: var(--ledger-paper-deep) !important;
  background-image: none !important;
  border-top: 1px solid var(--ledger-line) !important;
  text-align: left !important;
  padding: clamp(3.5rem, 7vw, 5rem) 0 !important;
}
body.turtle-bridge .turtle-cta-band-inner,
body.turtle-bridge.turtle-bridge--home .turtle-cta-band-inner {
  max-width: var(--ledger-shell) !important;
  margin: 0 auto !important;
  text-align: left !important;
}
body.turtle-bridge .turtle-cta-band-trustline {
  display: block !important;
  margin: 0 0 1.25rem;
  max-width: var(--ledger-text);
  font-size: 0.9rem;
  line-height: 1.5;
  color: var(--ledger-muted);
}
body.turtle-bridge .turtle-cta-band-title,
body.turtle-bridge.turtle-bridge--home .turtle-cta-band-title {
  color: var(--ledger-ink) !important;
  max-width: var(--ledger-text);
}
body.turtle-bridge .turtle-cta-band-dek,
body.turtle-bridge.turtle-bridge--home .turtle-cta-band-dek {
  margin: 0 0 1.5rem !important;
  max-width: var(--ledger-text) !important;
  color: var(--ledger-muted) !important;
}
body.turtle-bridge .turtle-cta-band-actions {
  justify-content: flex-start !important;
  margin-bottom: 1rem !important;
}
body.turtle-bridge .turtle-cta-band-secondary {
  text-align: left;
}
body.turtle-bridge .turtle-cta-band-secondary a {
  color: var(--ledger-ink-soft) !important;
  border-bottom-color: rgba(20, 22, 26, 0.25) !important;
}
body.turtle-bridge .turtle-cta-band-secondary a:hover {
  color: var(--cmc-teal) !important;
  border-bottom-color: var(--cmc-teal) !important;
}

/* Footer is the black step AFTER the close band */
body.turtle-bridge .cmc-footer {
  margin-top: 0 !important;
}

/* Detail prose: same shell edge via band wrappers */
body.turtle-bridge .content-band .turtle-shell,
body.turtle-bridge .content-intro .turtle-shell,
body.turtle-bridge .content-band .turtle-band-inner,
body.turtle-bridge .content-intro .turtle-band-inner {
  max-width: var(--ledger-shell) !important;
}
body.turtle-bridge .content-band--paper {
  background: #fff !important;
}
body.turtle-bridge .content-band--wash,
body.turtle-bridge .content-band--teal {
  background: var(--ledger-paper) !important;
}
body.turtle-bridge .cmc-breadcrumbs--turtle {
  background: var(--ledger-paper) !important;
}
body.turtle-bridge .cmc-breadcrumbs--turtle .cmc-breadcrumbs-list {
  max-width: var(--ledger-shell);
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}
body.turtle-bridge .cmc-breadcrumbs--turtle {
  padding-left: var(--ledger-gutter);
  padding-right: var(--ledger-gutter);
}

/* ==========================================================================
   WORLD CLASS v3 — one accent (coral), gold hairlines, teal = planning lanes only
   ========================================================================== */

:root {
  --world-paper: #f3efe7;
  --world-paper-deep: #e9e3d7;
  --world-stock: #fffdf9;
  --world-ink: #14161a;
  --world-ink-soft: #333940;
  --world-muted: #5c636c;
  --world-line: rgba(20, 22, 26, 0.11);
  --world-hair: rgba(20, 22, 26, 0.07);
  --world-gold: #c9a227;
  --world-shell: 72rem;
  --world-gutter: clamp(1.25rem, 3vw, 2.25rem);
}

.world-shell {
  width: 100%;
  max-width: var(--world-shell);
  margin: 0 auto;
  padding: 0 var(--world-gutter);
  box-sizing: border-box;
}

.world-micro {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--world-muted);
  margin: 0 0 1rem;
}
.world-micro::before {
  content: "";
  width: 1.75rem;
  height: 2px;
  background: var(--world-gold);
  flex: none;
}
.world-micro--panel::before { width: 1.25rem; }
.world-micro--on-dark { color: rgba(255, 255, 255, 0.45); }

.world-h1,
.world-h2,
body.lane-city .world-h2,
body.turtle-bridge .world-h2 {
  margin: 0;
  font-family: "Figtree", system-ui, sans-serif !important;
  font-weight: 800 !important;
  letter-spacing: -0.035em;
  line-height: 1.06;
  color: var(--world-ink);
  border: 0 !important;
  padding: 0 !important;
}
.world-h1 { font-size: clamp(2.35rem, 4.6vw, 3.65rem); max-width: 14.5ch; }
.world-h2 { font-size: clamp(1.65rem, 2.8vw, 2.15rem); max-width: 24ch; }
.world-h2--on-dark { color: #fff !important; max-width: 22ch; }

.world-lead {
  margin-top: 0.75rem;
  color: var(--world-muted);
  font-size: 1rem;
  line-height: 1.55;
  max-width: 40rem;
}
.world-dek {
  margin-top: 1.1rem;
  max-width: 34rem;
  font-size: 1.0625rem;
  color: var(--world-ink-soft);
  line-height: 1.55;
}
.world-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.35rem;
  margin-top: 1.75rem;
}
.world-btn-lg {
  font-size: 0.9375rem !important;
  padding: 0.85rem 1.55rem !important;
}
.world-text-link {
  font-weight: 600;
  font-size: 0.9375rem;
  color: var(--world-ink-soft);
  text-decoration: none;
  border-bottom: 1px solid var(--world-line);
  padding-bottom: 1px;
}
.world-text-link:hover {
  color: var(--cmc-brand);
  border-bottom-color: var(--cmc-brand);
}
.world-text-link--on-dark {
  color: rgba(255, 255, 255, 0.78);
  border-bottom-color: rgba(255, 255, 255, 0.28);
}
.world-text-link--on-dark:hover { color: #fff; border-bottom-color: #fff; }
.world-lane-link {
  color: var(--cmc-teal);
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid rgba(14, 124, 123, 0.3);
}
.world-lane-link--on-dark {
  color: rgba(184, 224, 223, 0.85);
  border-bottom-color: rgba(184, 224, 223, 0.35);
}
.world-mono {
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-weight: 500;
}
.world-panel {
  background: var(--world-stock);
  border: 1px solid var(--world-line);
  border-top: 2px solid var(--world-gold);
  padding: 1.35rem 1.25rem 1.15rem;
  box-shadow: 0 24px 48px -32px rgba(20, 22, 26, 0.35);
}
.world-panel--flat { box-shadow: none; }
.world-panel-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1rem;
  padding: 0.7rem 0;
  border-bottom: 1px solid var(--world-hair);
}
.world-panel-row:last-of-type { border-bottom: 0; }
.world-panel-row dt {
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--world-muted);
}
.world-panel-row dd { margin: 0; font-weight: 700; font-size: 0.9375rem; white-space: nowrap; }
.world-panel-foot {
  margin-top: 1rem;
  padding-top: 0.85rem;
  border-top: 1px solid var(--world-hair);
  font-size: 0.8125rem;
}
.world-panel-foot a {
  font-weight: 600;
  color: var(--world-ink-soft);
  text-decoration: none;
  border-bottom: 1px solid var(--world-line);
}
.world-panel-foot a:hover { color: var(--cmc-brand); border-bottom-color: var(--cmc-brand); }

body.turtle-bridge.turtle-bridge--home { background: var(--world-paper) !important; }

.world-hero {
  padding: clamp(2.75rem, 6vw, 5rem) 0 clamp(2.25rem, 4vw, 3.25rem);
  background: var(--world-paper);
  border-bottom: 1px solid var(--world-line);
}
.world-hero-grid { display: grid; gap: 2.75rem; align-items: start; }
@media (min-width: 960px) {
  .world-hero-grid { grid-template-columns: minmax(0, 1fr) minmax(19rem, 21rem); gap: 4rem; }
}

.world-types {
  padding: clamp(3rem, 5vw, 4rem) 0;
  background: var(--world-stock);
  border-bottom: 1px solid var(--world-line);
}
.world-section-head { margin-bottom: 2rem; max-width: 38rem; }
.world-types-grid { display: grid; grid-template-columns: 1fr; border: 1px solid var(--world-line); }
@media (min-width: 600px) { .world-types-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 960px) { .world-types-grid { grid-template-columns: repeat(3, 1fr); } }
.world-type {
  display: block;
  padding: 1.2rem 1.25rem;
  text-decoration: none;
  background: var(--world-stock);
  border-right: 1px solid var(--world-hair);
  border-bottom: 1px solid var(--world-hair);
  color: var(--world-ink);
}
.world-type:hover { background: var(--world-paper); }
.world-type:hover h3 { color: var(--cmc-brand); }
.world-type h3 { margin: 0; font-size: 1.0625rem; font-weight: 700; }
.world-type p { margin: 0.3rem 0 0; font-size: 0.8125rem; color: var(--world-muted); }
.world-type--featured { border-left: 3px solid var(--world-gold); }
@media (min-width: 960px) { .world-type--featured { grid-column: span 2; } }
.world-type--hub {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--world-paper);
  font-weight: 700;
}

.world-band { padding: clamp(3rem, 5vw, 4.25rem) 0; }
.world-band--stock { background: var(--world-stock); border-bottom: 1px solid var(--world-line); }
.world-band--deep { background: var(--world-paper-deep); border-bottom: 1px solid var(--world-line); }
.world-split { display: grid; gap: 2.25rem; }
@media (min-width: 900px) {
  .world-split { grid-template-columns: minmax(0, 17rem) 1fr; gap: 3.5rem; align-items: start; }
  .world-split-intro { position: sticky; top: 5.5rem; }
}

.world-rows { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--world-line); }
.world-rows li { border-bottom: 1px solid var(--world-line); }
.world-rows a { display: block; padding: 1.05rem 0; text-decoration: none; }
.world-rows a:hover { padding-left: 0.35rem; }
.world-rows a:hover h3 { color: var(--cmc-brand); }
.world-rows h3 { margin: 0; font-size: 1.0625rem; font-weight: 700; }
.world-rows p { margin: 0.25rem 0 0; font-size: 0.875rem; color: var(--world-muted); }

.world-steps { display: grid; gap: 2rem; margin-top: 2rem; }
@media (min-width: 768px) { .world-steps { grid-template-columns: repeat(3, 1fr); gap: 2.5rem; } }
.world-step { border-top: 2px solid var(--world-gold); padding-top: 0.9rem; }
.world-step-num { font-size: 0.6875rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--world-muted); }
.world-step h3 { margin: 0.45rem 0 0.35rem; font-size: 1.0625rem; font-weight: 700; }
.world-step p { font-size: 0.875rem; color: var(--world-muted); margin: 0; }

.world-stats { display: grid; grid-template-columns: repeat(2, 1fr); margin-top: 2.5rem; border: 1px solid var(--world-line); background: var(--world-stock); }
@media (min-width: 768px) { .world-stats { grid-template-columns: repeat(4, 1fr); } }
.world-stat { padding: 1.15rem 1.1rem; border-right: 1px solid var(--world-hair); border-bottom: 1px solid var(--world-hair); }
.world-stat strong { display: block; font-size: 1.375rem; font-weight: 800; margin-bottom: 0.25rem; }
.world-stat--lead strong { color: var(--cmc-brand); }
.world-stat span { font-size: 0.75rem; color: var(--world-muted); }

.world-guide-list { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--world-line); }
.world-guide-list li { border-bottom: 1px solid var(--world-line); }
.world-guide-list a {
  display: flex;
  justify-content: space-between;
  padding: 0.95rem 0;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9375rem;
  color: var(--world-ink-soft);
}
.world-guide-list a:hover { color: var(--cmc-brand); }
.world-go { color: var(--world-muted); font-weight: 700; }
.world-guide-list a:hover .world-go { color: var(--cmc-brand); }

.world-cities { margin-top: 1.75rem; padding-top: 1.5rem; border-top: 1px solid var(--world-line); font-size: 0.875rem; color: var(--world-muted); line-height: 2; }
.world-cities a { color: var(--world-ink-soft); font-weight: 600; text-decoration: none; border-bottom: 1px solid var(--world-hair); }
.world-cities a:hover { color: var(--cmc-brand); border-bottom-color: var(--cmc-brand); }
.world-lane-note { margin-top: 1.75rem; font-size: 0.8125rem; color: var(--world-muted); }

.world-close { background: var(--world-ink); color: #fff; padding: clamp(3.25rem, 6vw, 5rem) 0; }
.world-close-dek { margin-top: 1rem; max-width: 30rem; color: rgba(255, 255, 255, 0.68); font-size: 1rem; line-height: 1.55; }
.world-close-fine { margin-top: 2rem; font-size: 0.75rem; color: rgba(255, 255, 255, 0.4); }

body.lane-city .world-city-page {
  background: var(--world-paper);
  --city-hero-wash: none;
  --city-hero-from: var(--world-paper);
  --city-hero-via: var(--world-paper);
  --city-hero-to: var(--world-paper);
  --city-accent: var(--world-gold);
  --city-accent-soft: rgba(212, 168, 75, 0.14);
}
/* —— Per-city personality: one accent hue per market theme, same trusted structure —— */
body.lane-city .world-city-page[data-city-theme="neon"] { --city-accent: #e23d2a; --city-accent-soft: rgba(226, 61, 42, 0.16); }
body.lane-city .world-city-page[data-city-theme="festival"] {
  --city-accent: #c9762e;
  --city-accent-soft: rgba(201, 118, 46, 0.14);
  --city-hero-start: #672f37;
  --city-hero-end: #c56e31;
  --city-hero-glow: rgba(255, 205, 111, 0.38);
  --city-hero-texture: url("/assets/images/confetti/tape-festival-b.svg");
}
body.lane-city .world-city-page[data-city-theme="desert"] { --city-accent: #c1592f; --city-accent-soft: rgba(193, 89, 47, 0.14); }
body.lane-city .world-city-page[data-city-theme="beach"] {
  --city-accent: #0e7c7b;
  --city-accent-soft: rgba(14, 124, 123, 0.14);
  --city-hero-start: #075d70;
  --city-hero-end: #58aeb6;
  --city-hero-glow: rgba(255, 211, 140, 0.42);
  --city-hero-texture: url("/assets/images/confetti/tape-wedding.svg");
}
body.lane-city .world-city-page[data-city-theme="tropical"] { --city-accent: #0e7c7b; --city-accent-soft: rgba(14, 124, 123, 0.14); }
body.lane-city .world-city-page[data-city-theme="mountain"] {
  --city-accent: #3f5b6d;
  --city-accent-soft: rgba(63, 91, 109, 0.14);
  --city-hero-start: #263f4d;
  --city-hero-end: #718d83;
  --city-hero-glow: rgba(215, 194, 137, 0.28);
  --city-hero-texture: url("/assets/images/confetti/tape-subtle.svg");
}
body.lane-city .world-city-page[data-city-theme="south"] {
  --city-accent: #a9762f;
  --city-accent-soft: rgba(169, 118, 47, 0.14);
  --city-hero-start: #344f43;
  --city-hero-end: #9b7240;
  --city-hero-glow: rgba(255, 220, 155, 0.34);
  --city-hero-texture: url("/assets/images/confetti/tape-wedding-b.svg");
}
body.lane-city .world-city-page[data-city-theme="midwest"] {
  --city-accent: #3d5a80;
  --city-accent-soft: rgba(61, 90, 128, 0.14);
  --city-hero-start: #293f60;
  --city-hero-end: #6987a7;
  --city-hero-glow: rgba(238, 197, 114, 0.3);
  --city-hero-texture: url("/assets/images/confetti/tape-birthday.svg");
}
body.lane-city .world-city-page[data-city-theme="wine"] {
  --city-accent: #7a2b3d;
  --city-accent-soft: rgba(122, 43, 61, 0.14);
  --city-hero-start: #421d2b;
  --city-hero-end: #864255;
  --city-hero-glow: rgba(226, 180, 116, 0.36);
  --city-hero-texture: url("/assets/images/confetti/tape-sparkle.svg");
}
body.lane-city .world-city-page[data-city-theme="lakes"] {
  --city-accent: #1f6f6b;
  --city-accent-soft: rgba(31, 111, 107, 0.14);
  --city-hero-start: #164d59;
  --city-hero-end: #4f8e8b;
  --city-hero-glow: rgba(221, 205, 145, 0.3);
  --city-hero-texture: url("/assets/images/confetti/tape-subtle.svg");
}
body.lane-city .world-city-page[data-city-theme="urban"] {
  --city-accent: #16181c;
  --city-accent-soft: rgba(226, 61, 42, 0.1);
  --city-hero-start: #20242c;
  --city-hero-end: #5d626b;
  --city-hero-glow: rgba(226, 61, 42, 0.28);
  --city-hero-texture: url("/assets/images/confetti/tape-corporate-b.svg");
}

body.lane-city .city-hero.city-hero--service.city-hero--world,
body.lane-city .city-hero--world {
  min-height: 0 !important;
  height: auto !important;
  padding: clamp(2.5rem, 5vw, 4rem) 0 !important;
  background:
    radial-gradient(ellipse 60% 90% at 100% 0%, var(--city-accent-soft), transparent 60%),
    var(--world-paper) !important;
  background-color: var(--world-paper) !important;
  border-bottom: 1px solid var(--world-line) !important;
  color: var(--world-ink) !important;
  box-shadow: none !important;
  text-shadow: none !important;
}
body.lane-city .city-hero.city-hero--service.city-hero--world::before,
body.lane-city .city-hero--world::before,
body.lane-city .city-hero--world::after {
  display: none !important;
  content: none !important;
}
body.lane-city .city-hero--world .city-hero-inner--split {
  max-width: var(--world-shell);
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 20rem);
  gap: clamp(2rem, 4vw, 3.5rem);
}
@media (max-width: 900px) {
  body.lane-city .city-hero--world .city-hero-inner--split { grid-template-columns: 1fr; }
}
body.lane-city .city-hero--world .city-hero-title {
  font-family: "Figtree", system-ui, sans-serif !important;
  font-size: clamp(2rem, 4vw, 2.75rem) !important;
  font-weight: 800 !important;
  text-transform: none;
}
body.lane-city .city-hero--world .city-hero-panel {
  background: var(--world-stock) !important;
  border-top: 2px solid var(--world-gold) !important;
  border-radius: 0 !important;
  box-shadow: 0 24px 48px -32px rgba(20, 22, 26, 0.35) !important;
}
body.lane-city .city-hero--world .city-hero-secondary a {
  color: var(--world-ink-soft) !important;
  border-bottom: 1px solid var(--world-line);
  text-decoration: none;
}
body.lane-city .city-hero--world .city-hero-secondary a:hover {
  color: var(--cmc-brand) !important;
  border-bottom-color: var(--cmc-brand);
}
.city-hero-watermark {
  display: none;
}

/* —— Night hero: nightlife-market cities get the celebration, not the library —— */
body.lane-city .city-hero.city-hero--service.city-hero--world.city-hero--night {
  min-height: clamp(29rem, 56vw, 37rem) !important;
  display: flex;
  align-items: center;
  background:
    radial-gradient(circle at 82% 12%, rgba(212, 168, 75, 0.26), transparent 26%),
    linear-gradient(118deg, rgba(238, 77, 58, 0.32), transparent 42%),
    linear-gradient(135deg, #5c2339 0%, #7d3042 52%, #493047 100%) !important;
  color: #fff !important;
  border-bottom: 4px solid #e23d2a !important;
}
body.lane-city .city-hero.city-hero--service.city-hero--world.city-hero--night::before {
  content: "" !important;
  display: block !important;
  position: absolute;
  inset: 0;
  background:
    linear-gradient(105deg, transparent 0 62%, rgba(226, 61, 42, 0.09) 62% 63%, transparent 63%),
    linear-gradient(75deg, transparent 0 78%, rgba(212, 168, 75, 0.08) 78% 79%, transparent 79%),
    radial-gradient(circle at 12% 18%, rgba(226, 61, 42, 0.34), transparent 40%),
    radial-gradient(circle at 88% 82%, rgba(212, 168, 75, 0.24), transparent 45%);
  pointer-events: none;
}
body.lane-city .city-hero.city-hero--service.city-hero--world.city-hero--night::after {
  content: "" !important;
  display: block !important;
  position: absolute;
  inset: 0;
  background-image: url("/assets/images/confetti/tape-mixed-b.svg");
  background-repeat: repeat;
  background-size: 150px 150px;
  opacity: 0.2;
  mix-blend-mode: screen;
  pointer-events: none;
}
body.lane-city .city-hero--world.city-hero--night .city-hero-inner {
  position: relative;
  z-index: 1;
}
body.lane-city .city-hero--world.city-hero--night .city-hero-watermark {
  display: block;
  position: absolute;
  z-index: 0;
  left: 50%;
  bottom: -0.14em;
  transform: translateX(-50%);
  width: 100%;
  overflow: hidden;
  color: rgba(255, 221, 205, 0.085);
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.16);
  font-family: "Figtree", system-ui, sans-serif;
  font-size: clamp(7rem, 20vw, 17rem);
  font-weight: 800;
  line-height: 0.78;
  letter-spacing: -0.08em;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  pointer-events: none;
}
body.lane-city .city-hero--world.city-hero--night .city-hero-kicker {
  color: var(--world-gold) !important;
}
body.lane-city .city-hero--world.city-hero--night .city-hero-title {
  color: #fff !important;
  max-width: 13ch;
  font-size: clamp(2.65rem, 5.4vw, 4.25rem) !important;
  font-weight: 800 !important;
  line-height: 0.98 !important;
  letter-spacing: -0.045em;
}
body.lane-city .city-hero--world.city-hero--night .city-hero-lead {
  max-width: 38rem;
  color: rgba(255, 255, 255, 0.72) !important;
  font-size: 1.03rem !important;
}
body.lane-city .city-hero--world.city-hero--night .city-hero-secondary a {
  color: rgba(255, 255, 255, 0.72) !important;
  border-bottom-color: rgba(255, 255, 255, 0.3) !important;
}
body.lane-city .city-hero--world.city-hero--night .city-hero-secondary a:hover {
  color: #fff !important;
  border-bottom-color: #fff !important;
}
body.lane-city .city-hero--world.city-hero--night .city-hero-panel {
  border-top-color: #e23d2a !important;
  transform: rotate(1deg);
  box-shadow: 18px 22px 0 rgba(226, 61, 42, 0.2), 0 32px 64px -28px rgba(0, 0, 0, 0.7) !important;
}
body.lane-city .city-hero--world.city-hero--night .city-hero-panel-list li::marker,
body.lane-city .city-hero--world.city-hero--night .city-hero-panel-list li {
  color: var(--world-ink-soft);
}

/* —— Tropical hero: Maui uses ocean depth, sun-warm accents, and open air —— */
body.lane-city .city-hero.city-hero--service.city-hero--world.city-hero--theme-tropical {
  min-height: clamp(28rem, 54vw, 35rem) !important;
  display: flex;
  align-items: center;
  background:
    radial-gradient(circle at 82% 15%, rgba(255, 190, 116, 0.42), transparent 24%),
    linear-gradient(135deg, #075f67 0%, #0d8583 48%, #42aaa1 100%) !important;
  border-bottom: 4px solid #f07b5a !important;
  color: #fff !important;
}
body.lane-city .city-hero.city-hero--service.city-hero--world.city-hero--theme-tropical::before {
  content: "" !important;
  display: block !important;
  position: absolute;
  inset: auto -8% -32% -8%;
  height: 58%;
  border-radius: 50% 48% 0 0;
  background: rgba(255, 255, 255, 0.1);
  transform: rotate(-3deg);
  pointer-events: none;
}
body.lane-city .city-hero.city-hero--service.city-hero--world.city-hero--theme-tropical::after {
  content: "" !important;
  display: block !important;
  position: absolute;
  inset: 0;
  background-image: url("/assets/images/confetti/tape-wedding.svg");
  background-repeat: repeat;
  background-size: 170px 170px;
  opacity: 0.12;
  pointer-events: none;
}
body.lane-city .city-hero--theme-tropical .city-hero-inner {
  position: relative;
  z-index: 1;
}
body.lane-city .city-hero--theme-tropical .city-hero-watermark {
  display: block;
  position: absolute;
  left: 50%;
  bottom: -0.12em;
  width: 100%;
  overflow: hidden;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.07);
  font-family: "Figtree", system-ui, sans-serif;
  font-size: clamp(8rem, 22vw, 18rem);
  font-weight: 800;
  line-height: 0.8;
  letter-spacing: -0.08em;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  pointer-events: none;
}
body.lane-city .city-hero--theme-tropical .city-hero-kicker {
  color: #ffe0a6 !important;
}
body.lane-city .city-hero--theme-tropical .city-hero-title {
  max-width: 14ch;
  color: #fff !important;
  font-size: clamp(2.6rem, 5.2vw, 4rem) !important;
  line-height: 1 !important;
  letter-spacing: -0.04em;
}
body.lane-city .city-hero--theme-tropical .city-hero-lead {
  max-width: 38rem;
  color: rgba(255, 255, 255, 0.82) !important;
  font-size: 1.03rem !important;
}
body.lane-city .city-hero--theme-tropical .city-hero-secondary a {
  color: rgba(255, 255, 255, 0.84) !important;
  border-bottom-color: rgba(255, 255, 255, 0.36) !important;
}
body.lane-city .city-hero--theme-tropical .city-hero-panel {
  border-top-color: #f07b5a !important;
  border-radius: 1.25rem 0.25rem 1.25rem 0.25rem !important;
  box-shadow: 16px 18px 0 rgba(4, 71, 76, 0.28), 0 30px 60px -28px rgba(3, 44, 48, 0.55) !important;
}

/* —— Desert hero: Sedona uses red-rock mass, high-desert light, and sandstone —— */
body.lane-city .city-hero.city-hero--service.city-hero--world.city-hero--theme-desert {
  min-height: clamp(28rem, 54vw, 35rem) !important;
  display: flex;
  align-items: center;
  background:
    radial-gradient(circle at 82% 8%, rgba(255, 215, 135, 0.58), transparent 25%),
    linear-gradient(135deg, #8e3527 0%, #c45335 48%, #e28355 100%) !important;
  border-bottom: 4px solid #d8a13b !important;
  color: #fff !important;
}
body.lane-city .city-hero.city-hero--service.city-hero--world.city-hero--theme-desert::before {
  content: "" !important;
  display: block !important;
  position: absolute;
  inset: auto -4% -1px -4%;
  height: 40%;
  background:
    linear-gradient(155deg, transparent 0 28%, rgba(84, 35, 28, 0.22) 28% 48%, transparent 48%),
    linear-gradient(25deg, transparent 0 48%, rgba(255, 222, 174, 0.12) 48% 66%, transparent 66%);
  pointer-events: none;
}
body.lane-city .city-hero.city-hero--service.city-hero--world.city-hero--theme-desert::after {
  content: "" !important;
  display: block !important;
  position: absolute;
  inset: 0;
  background-image: url("/assets/images/confetti/tape-festival-b.svg");
  background-repeat: repeat;
  background-size: 180px 180px;
  opacity: 0.1;
  pointer-events: none;
}
body.lane-city .city-hero--theme-desert .city-hero-inner {
  position: relative;
  z-index: 1;
}
body.lane-city .city-hero--theme-desert .city-hero-watermark {
  display: block;
  position: absolute;
  left: 50%;
  bottom: -0.12em;
  width: 100%;
  overflow: hidden;
  transform: translateX(-50%);
  color: rgba(255, 232, 204, 0.09);
  font-family: "Figtree", system-ui, sans-serif;
  font-size: clamp(7rem, 20vw, 16rem);
  font-weight: 800;
  line-height: 0.8;
  letter-spacing: -0.08em;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  pointer-events: none;
}
body.lane-city .city-hero--theme-desert .city-hero-kicker {
  color: #ffe09b !important;
}
body.lane-city .city-hero--theme-desert .city-hero-title {
  max-width: 14ch;
  color: #fff !important;
  font-size: clamp(2.6rem, 5.2vw, 4rem) !important;
  line-height: 1 !important;
  letter-spacing: -0.04em;
}
body.lane-city .city-hero--theme-desert .city-hero-lead {
  max-width: 38rem;
  color: rgba(255, 249, 241, 0.84) !important;
  font-size: 1.03rem !important;
}
body.lane-city .city-hero--theme-desert .city-hero-secondary a {
  color: rgba(255, 249, 241, 0.88) !important;
  border-bottom-color: rgba(255, 255, 255, 0.38) !important;
}
body.lane-city .city-hero--theme-desert .city-hero-panel {
  border-top-color: #d8a13b !important;
  border-radius: 0.2rem !important;
  box-shadow: 15px 15px 0 rgba(91, 39, 30, 0.28), 0 30px 60px -28px rgba(67, 27, 21, 0.62) !important;
}
/* —— Shared personality hero: approved structure, distinct mood for every remaining theme family —— */
body.lane-city .world-city-page[data-city-theme]:not([data-city-theme="neon"]):not([data-city-theme="desert"]):not([data-city-theme="tropical"]) .city-hero.city-hero--world {
  position: relative;
  min-height: clamp(28rem, 54vw, 35rem) !important;
  display: flex;
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 12%, var(--city-hero-glow), transparent 26%),
    linear-gradient(135deg, var(--city-hero-start) 0%, var(--city-hero-end) 100%) !important;
  background-color: var(--city-hero-start) !important;
  border-bottom: 4px solid var(--world-gold) !important;
  color: #fff !important;
}
body.lane-city .world-city-page[data-city-theme]:not([data-city-theme="neon"]):not([data-city-theme="desert"]):not([data-city-theme="tropical"]) .city-hero.city-hero--world::before {
  content: none !important;
  display: none !important;
}
body.lane-city .world-city-page[data-city-theme]:not([data-city-theme="neon"]):not([data-city-theme="desert"]):not([data-city-theme="tropical"]) .city-hero.city-hero--world::after {
  content: "" !important;
  display: block !important;
  position: absolute;
  inset: 0;
  background-image: var(--city-hero-texture);
  background-repeat: repeat;
  background-size: 175px 175px;
  opacity: 0.11;
  mix-blend-mode: screen;
  pointer-events: none;
}
body.lane-city .world-city-page[data-city-theme]:not([data-city-theme="neon"]):not([data-city-theme="desert"]):not([data-city-theme="tropical"]) .city-hero-inner {
  position: relative;
  z-index: 1;
}
body.lane-city .world-city-page[data-city-theme]:not([data-city-theme="neon"]):not([data-city-theme="desert"]):not([data-city-theme="tropical"]) .city-hero-watermark {
  display: block;
  position: absolute;
  left: 50%;
  bottom: -0.12em;
  z-index: 0;
  width: 100%;
  overflow: hidden;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.065);
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.09);
  font-family: "Figtree", system-ui, sans-serif;
  font-size: clamp(7rem, 20vw, 16rem);
  font-weight: 800;
  line-height: 0.8;
  letter-spacing: -0.08em;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  pointer-events: none;
}
body.lane-city .world-city-page[data-city-theme]:not([data-city-theme="neon"]):not([data-city-theme="desert"]):not([data-city-theme="tropical"]) .city-hero-kicker {
  color: #ffe09b !important;
}
body.lane-city .world-city-page[data-city-theme]:not([data-city-theme="neon"]):not([data-city-theme="desert"]):not([data-city-theme="tropical"]) .city-hero-title {
  max-width: 14ch;
  color: #fff !important;
  font-size: clamp(2.6rem, 5.2vw, 4rem) !important;
  line-height: 1 !important;
  letter-spacing: -0.04em;
}
body.lane-city .world-city-page[data-city-theme]:not([data-city-theme="neon"]):not([data-city-theme="desert"]):not([data-city-theme="tropical"]) .city-hero-lead {
  max-width: 38rem;
  color: rgba(255, 255, 255, 0.82) !important;
  font-size: 1.03rem !important;
}
body.lane-city .world-city-page[data-city-theme]:not([data-city-theme="neon"]):not([data-city-theme="desert"]):not([data-city-theme="tropical"]) .city-hero-secondary a {
  color: rgba(255, 255, 255, 0.84) !important;
  border-bottom-color: rgba(255, 255, 255, 0.36) !important;
}
body.lane-city .world-city-page[data-city-theme]:not([data-city-theme="neon"]):not([data-city-theme="desert"]):not([data-city-theme="tropical"]) .city-hero-panel {
  border-top-color: var(--city-accent) !important;
  box-shadow: 15px 17px 0 color-mix(in srgb, var(--city-hero-start) 48%, transparent), 0 30px 60px -28px rgba(15, 20, 24, 0.62) !important;
}
body.lane-city .world-city-page[data-city-theme]:not([data-city-theme="neon"]):not([data-city-theme="desert"]):not([data-city-theme="tropical"]) .city-band--cta.world-close {
  background:
    radial-gradient(circle at 84% 14%, var(--city-accent-soft), transparent 32%),
    linear-gradient(135deg, #fff4e9 0%, #f2d9c9 100%) !important;
  color: #241a1a !important;
}
body.lane-city .world-city-page[data-city-theme]:not([data-city-theme="neon"]):not([data-city-theme="desert"]):not([data-city-theme="tropical"]) .city-band--cta.world-close::before {
  background-image: url("/assets/images/confetti/tape-subtle.svg");
  opacity: 0.42;
  mix-blend-mode: multiply;
}
body.lane-city .world-city-page[data-city-theme]:not([data-city-theme="neon"]):not([data-city-theme="desert"]):not([data-city-theme="tropical"]) .city-band--cta .world-micro--on-dark {
  color: rgba(52, 38, 34, 0.65) !important;
}
body.lane-city .world-city-page[data-city-theme]:not([data-city-theme="neon"]):not([data-city-theme="desert"]):not([data-city-theme="tropical"]) .city-band--cta .world-h2--on-dark {
  color: #241a1a !important;
}
body.lane-city .world-city-page[data-city-theme]:not([data-city-theme="neon"]):not([data-city-theme="desert"]):not([data-city-theme="tropical"]) .city-band--cta .world-close-dek {
  color: rgba(36, 26, 26, 0.72) !important;
}
body.lane-city .world-city-page .city-signature-card::before {
  background: var(--city-accent, var(--world-gold)) !important;
}
body.lane-city .world-city-page .city-signature-index { color: var(--city-accent, var(--world-gold)) !important; }
body.lane-city .world-city-page .city-band--signature,
body.lane-city .world-city-page.city-layout-service .city-band--signature {
  background:
    radial-gradient(ellipse 55% 100% at 0% 0%, var(--city-accent-soft), transparent 60%),
    var(--world-paper) !important;
  border-bottom: 1px solid rgba(212, 168, 75, 0.5) !important;
}
/* Gold hairlines give the shared middle sequence definition without flattening city color. */
body.lane-city .world-city-page .city-band--intro,
body.lane-city .world-city-page .city-band--checklist,
body.lane-city .world-city-page .city-band--events,
body.lane-city .world-city-page .city-band--faq,
body.lane-city .world-city-page .city-band--resources,
body.lane-city .world-city-page .city-band--guides {
  border-top: 1px solid rgba(212, 168, 75, 0.52) !important;
}
body.lane-city .world-city-page .city-section-title::after {
  content: "";
  display: block;
  width: clamp(3.5rem, 8vw, 6rem);
  height: 2px;
  margin-top: 0.75rem;
  background: linear-gradient(90deg, var(--city-accent), var(--world-gold));
}
body.lane-city .world-city-page .city-checklist-panel {
  background: var(--world-stock) !important;
  border: 1px solid var(--world-line) !important;
  border-top: 3px solid var(--world-gold) !important;
  border-left: 0 !important;
  box-shadow: none !important;
}
body.lane-city .world-city-page .city-band--events,
body.lane-city .world-city-page.city-layout-service .city-band--events-compact {
  background: var(--world-paper) !important;
  border-top: 1px solid var(--world-line) !important;
  border-bottom: 1px solid var(--world-line) !important;
}
body.lane-city .world-city-page .city-event-pill {
  background: var(--world-stock) !important;
  border-color: var(--world-line) !important;
  color: var(--world-ink-soft) !important;
}
body.lane-city .world-city-page .city-event-pill:hover {
  border-color: var(--city-accent, var(--cmc-brand)) !important;
  color: var(--city-accent, var(--cmc-brand)) !important;
}
body.lane-city .world-city-page .city-venue-chip {
  background: var(--world-stock) !important;
  border-color: var(--world-line) !important;
  color: var(--world-ink-soft) !important;
}
body.lane-city .world-city-page .city-band--cta.world-close {
  background: var(--world-ink) !important;
  color: #fff !important;
  position: relative;
  overflow: hidden;
}
body.lane-city .world-city-page .city-band--cta.world-close::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("/assets/images/confetti/tape-mixed-b.svg");
  background-repeat: repeat;
  background-size: 160px 160px;
  opacity: 0.22;
  mix-blend-mode: screen;
  pointer-events: none;
}
body.lane-city .world-city-page .city-band--cta.world-close .city-inner {
  position: relative;
  z-index: 1;
}

/* —— Card energy: lift on hover, real shadow, not flat library boxes —— */
body.lane-city .world-city-page .city-signature-card {
  transition: transform 0.18s ease, box-shadow 0.18s ease;
  box-shadow: 0 14px 30px -22px rgba(22, 24, 28, 0.28) !important;
}
body.lane-city .world-city-page .city-signature-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 38px -20px rgba(22, 24, 28, 0.38) !important;
}
body.lane-city .world-city-page .city-signature-index {
  font-size: clamp(2rem, 3.4vw, 2.5rem) !important;
}

/* —— Confetti-fleck accent dots (brand device, not a generic icon set) —— */
body.lane-city .world-city-page .city-venue-chip {
  position: relative;
  padding-left: 1.7rem !important;
}
body.lane-city .world-city-page .city-venue-chip::before {
  content: "";
  position: absolute;
  left: 0.85rem;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 1px;
  background: var(--city-accent, var(--cmc-brand));
  transform: translateY(-50%) rotate(18deg);
}
body.lane-city .world-city-page .city-checklist {
  list-style: none !important;
  padding-left: 0 !important;
}
body.lane-city .world-city-page .city-checklist li {
  position: relative;
  padding-left: 1.6rem !important;
}
body.lane-city .world-city-page .city-band--proof {
  padding: 0 0 0;
}
body.lane-city .world-city-page .city-band--proof .world-stats {
  margin-top: 0;
  border-color: var(--world-line);
}
/* Post-conversion utility tail: useful, compact, and visually subordinate. */
body.lane-city .world-city-page .city-band--assist {
  padding: 1.25rem 0 0.35rem !important;
}
body.lane-city .world-city-page .city-band--assist .agency-assist {
  margin: 0 !important;
  padding: 1rem 1.15rem !important;
}
body.lane-city .world-city-page .city-band--pro {
  padding: 0.35rem 0 1.25rem !important;
}
body.lane-city .world-city-page .city-band--more {
  padding: 1.5rem 0 !important;
  border-top: 1px solid rgba(212, 168, 75, 0.42);
}
body.lane-city .world-city-page .city-band--more .city-section-title {
  margin-bottom: 0.45rem !important;
}
body.lane-city .world-city-page .city-band--more p {
  margin-bottom: 0.35rem !important;
}
body.lane-city .soft-sell-strip {
  margin-top: 0.5rem !important;
  padding: 0.65rem 0 !important;
}
.city-local-copy {
  display: grid;
  gap: 0.5rem 2.5rem;
  margin: 0 0 1.5rem;
  max-width: 62rem;
}
.city-local-copy p {
  margin: 0 !important;
  color: var(--world-muted, #5a5f66) !important;
  font-size: 1rem !important;
  line-height: 1.65 !important;
}
@media (min-width: 800px) {
  .city-local-copy {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.city-nearby {
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(36, 26, 26, 0.22);
}
.city-micro-areas {
  margin: 0.9rem 0 0 !important;
  color: rgba(36, 26, 26, 0.66) !important;
  font-size: 0.72rem !important;
  line-height: 1.65 !important;
  letter-spacing: 0.01em;
}
.city-micro-areas strong {
  color: rgba(36, 26, 26, 0.82) !important;
  font-weight: 750;
}
.city-micro-areas span {
  margin: 0 0.12rem;
  color: var(--world-gold, #d4a84b);
}
.city-nearby-title {
  margin: 0 0 0.8rem !important;
  color: #241a1a !important;
  font-size: 0.75rem !important;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.city-nearby-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(11.5rem, 1fr));
  gap: 0.75rem 1.5rem;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}
.city-nearby-list li {
  padding: 0 !important;
}
.city-nearby-list li::before {
  display: none !important;
}
.city-nearby-list a {
  display: block;
  width: fit-content;
  color: #241a1a !important;
  font-size: 0.9rem;
  font-weight: 750;
  white-space: nowrap;
  text-decoration: none;
  border-bottom: 1px solid rgba(36, 26, 26, 0.28);
}
.city-nearby-list a:hover {
  color: var(--cmc-brand) !important;
  border-bottom-color: var(--cmc-brand);
}
.city-nearby-list span {
  display: block;
  margin-top: 0.2rem;
  color: rgba(36, 26, 26, 0.64);
  font-size: 0.75rem;
}
.city-nearby-all {
  margin: 1rem 0 0 !important;
  color: rgba(36, 26, 26, 0.7) !important;
  font-size: 0.8rem !important;
}
.city-nearby-all a {
  color: #241a1a !important;
  font-weight: 700;
}
.city-band--resources {
  padding-top: clamp(1.75rem, 3.5vw, 2.25rem);
  padding-bottom: clamp(1.75rem, 3.5vw, 2.25rem);
  background: var(--world-stock, #fffdf9);
}
.city-resources-intro {
  max-width: 42rem;
  margin: 0.65rem 0 0.9rem !important;
  color: var(--world-muted, #5a5f66) !important;
  font-size: 0.9rem !important;
}
.city-resource-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 13.5rem), 1fr));
  gap: 0.75rem;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}
.city-resource-list li {
  padding: 0.9rem 1rem !important;
  background: var(--world-paper, #f8f2e8);
  border: 1px solid var(--world-line, rgba(22, 24, 28, 0.12));
  border-top: 2px solid var(--city-accent, #d4a84b);
}
.city-resource-list li::before {
  display: none !important;
}
.city-resource-list a {
  display: inline;
  color: var(--world-ink, #16181c) !important;
  font-size: 0.9rem;
  font-weight: 760;
  text-decoration-color: color-mix(in srgb, var(--city-accent, #d4a84b) 60%, transparent);
  text-underline-offset: 0.18em;
}
.city-resource-list a::after {
  content: " ↗";
  color: var(--city-accent, #d4a84b);
  font-size: 0.78em;
}
.city-resource-list span {
  display: block;
  margin-top: 0.35rem;
  color: var(--world-muted, #5a5f66);
  font-size: 0.75rem;
  line-height: 1.45;
}
.city-resource-placeholder {
  border-style: dashed !important;
  opacity: 0.78;
}
.city-resource-placeholder strong {
  display: block;
  color: var(--world-ink, #16181c);
  font-size: 0.9rem;
  font-weight: 760;
}
body.lane-city .world-city-page .city-band--guides {
  padding-top: clamp(1.75rem, 3.5vw, 2.25rem);
  padding-bottom: clamp(1.75rem, 3.5vw, 2.25rem);
}
body.lane-city .world-city-page .city-band--cta.world-close {
  padding-top: clamp(2.25rem, 4vw, 3rem);
  padding-bottom: clamp(2.25rem, 4vw, 3rem);
}
/* Conversion hierarchy: trusted coral everywhere; restrained neon only in Las Vegas. */
body.lane-city .world-city-page .btn-cta-host {
  background: #e23d2a !important;
  border: 2px solid #e23d2a !important;
  border-radius: 8px;
  outline: 0;
  color: #fff !important;
  text-shadow: none;
  filter: none;
  animation: none !important;
  box-shadow: 0 12px 24px -14px rgba(112, 31, 23, 0.68);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
body.lane-city .world-city-page .btn-cta-host:hover {
  background: #c93021 !important;
  border-color: #c93021 !important;
  transform: translateY(-2px);
  box-shadow: 0 16px 28px -14px rgba(112, 31, 23, 0.76);
}
body.lane-city .world-city-page[data-city-theme="neon"] .btn-cta-host {
  border-color: #ff684f !important;
  box-shadow:
    0 0 4px rgba(255, 91, 66, 0.76),
    0 0 12px rgba(226, 61, 42, 0.42),
    0 12px 24px -14px rgba(74, 20, 28, 0.72);
}
body.lane-city .world-city-page[data-city-theme="neon"] .btn-cta-host:hover {
  box-shadow:
    0 0 5px rgba(255, 104, 79, 0.88),
    0 0 16px rgba(226, 61, 42, 0.52),
    0 16px 28px -14px rgba(74, 20, 28, 0.78);
}
body.lane-city .cmc-breadcrumbs--city {
  padding-top: 0.7rem;
  padding-bottom: 0.65rem;
  background: var(--world-stock, #fffdf9);
  border-bottom: 1px solid rgba(212, 168, 75, 0.58);
}
body.lane-city .cmc-breadcrumbs--city .cmc-breadcrumbs-list {
  max-width: var(--world-shell, 68.75rem);
  font-size: 0.8125rem;
  font-weight: 600;
}
body.lane-city .cmc-breadcrumbs--city a {
  color: var(--world-ink-soft, #2a2e35);
  opacity: 1;
}
body.lane-city .cmc-breadcrumbs--city .cmc-breadcrumbs-sep {
  color: var(--world-gold, #d4a84b);
}
body.lane-city .cmc-breadcrumbs--city [aria-current="page"] {
  color: var(--cmc-brand-deep, #a8281a);
  font-weight: 750;
}
body.lane-city .world-city-page[data-city-theme="neon"] .city-band--proof {
  position: relative;
  z-index: 3;
}
body.lane-city .world-city-page[data-city-theme="neon"] .city-band--proof .world-stats {
  transform: translateY(-1.5rem);
  border: 0;
  box-shadow: 0 20px 42px -28px rgba(17, 19, 24, 0.55);
}
body.lane-city .world-city-page[data-city-theme="neon"] .world-stat:first-child {
  border-top: 3px solid #e23d2a;
}
body.lane-city .world-city-page[data-city-theme="neon"] .world-stat:nth-child(2) {
  border-top: 3px solid #d4a84b;
}
body.lane-city .world-city-page[data-city-theme="neon"] .world-stat:nth-child(3) {
  border-top: 3px solid #ef6f56;
}
body.lane-city .world-city-page[data-city-theme="neon"] .world-stat:nth-child(4) {
  border-top: 3px solid #16181c;
}
body.lane-city .world-city-page[data-city-theme="neon"] .city-band--events {
  position: relative;
  overflow: hidden;
  background: #17191f !important;
  border: 0 !important;
  color: #fff;
}
body.lane-city .world-city-page[data-city-theme="neon"] .city-band--events::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("/assets/images/confetti/tape-sparkle.svg");
  background-repeat: repeat;
  background-size: 150px 150px;
  opacity: 0.18;
  pointer-events: none;
}
body.lane-city .world-city-page[data-city-theme="neon"] .city-band--events .city-inner {
  position: relative;
  z-index: 1;
}
body.lane-city .world-city-page[data-city-theme="neon"] .city-band--events .city-section-title {
  color: #fff !important;
}
body.lane-city .world-city-page[data-city-theme="neon"] .city-band--events .city-event-pill {
  background: transparent !important;
  border-color: rgba(255, 255, 255, 0.25) !important;
  color: rgba(255, 255, 255, 0.85) !important;
}
body.lane-city .world-city-page[data-city-theme="neon"] .city-band--events .city-event-pill:hover {
  background: #e23d2a !important;
  border-color: #e23d2a !important;
  color: #fff !important;
}
body.lane-city .world-city-page[data-city-theme="tropical"] .city-band--proof {
  position: relative;
  z-index: 3;
}
body.lane-city .world-city-page[data-city-theme="tropical"] .city-band--proof .world-stats {
  transform: translateY(-1.5rem);
  border: 0;
  border-radius: 1rem 0.25rem 1rem 0.25rem;
  overflow: hidden;
  box-shadow: 0 20px 42px -28px rgba(7, 95, 103, 0.48);
}
body.lane-city .world-city-page[data-city-theme="tropical"] .world-stat {
  border-top: 3px solid #0e7c7b;
}
body.lane-city .world-city-page[data-city-theme="tropical"] .world-stat:nth-child(even) {
  border-top-color: #f07b5a;
}
body.lane-city .world-city-page[data-city-theme="tropical"] .city-band--events {
  background:
    radial-gradient(circle at 100% 0%, rgba(240, 123, 90, 0.16), transparent 35%),
    #fff8ee !important;
  border-color: rgba(14, 124, 123, 0.16) !important;
}
body.lane-city .world-city-page[data-city-theme="tropical"] .city-band--cta.world-close {
  background:
    radial-gradient(circle at 85% 15%, rgba(240, 123, 90, 0.2), transparent 32%),
    linear-gradient(135deg, #d8f0e9 0%, #bfe6dc 100%) !important;
  color: #123f42 !important;
}
body.lane-city .world-city-page[data-city-theme="tropical"] .city-band--cta.world-close::before {
  background-image: url("/assets/images/confetti/tape-subtle.svg");
  opacity: 0.55;
}
body.lane-city .world-city-page[data-city-theme="desert"] .city-band--proof {
  position: relative;
  z-index: 3;
}
body.lane-city .world-city-page[data-city-theme="desert"] .city-band--proof .world-stats {
  transform: translateY(-1.5rem);
  border: 0;
  box-shadow: 0 20px 42px -28px rgba(98, 39, 28, 0.5);
}
body.lane-city .world-city-page[data-city-theme="desert"] .world-stat {
  border-top: 3px solid #c45335;
}
body.lane-city .world-city-page[data-city-theme="desert"] .world-stat:nth-child(even) {
  border-top-color: #d8a13b;
}
body.lane-city .world-city-page[data-city-theme="desert"] .city-band--events {
  background:
    radial-gradient(circle at 90% 0%, rgba(216, 161, 59, 0.2), transparent 34%),
    #fff4e5 !important;
  border-color: rgba(142, 53, 39, 0.18) !important;
}
body.lane-city .world-city-page[data-city-theme="desert"] .city-band--cta.world-close {
  background:
    radial-gradient(circle at 82% 12%, rgba(216, 161, 59, 0.2), transparent 30%),
    linear-gradient(135deg, #f7dfc8 0%, #efc6aa 100%) !important;
  color: #52261f !important;
}
body.lane-city .world-city-page[data-city-theme="desert"] .city-band--cta.world-close::before {
  background-image: url("/assets/images/confetti/tape-festival-b.svg");
  opacity: 0.24;
}
body.lane-city .world-city-page[data-city-theme="neon"] .city-band--cta.world-close {
  background:
    radial-gradient(circle at 82% 12%, rgba(212, 168, 75, 0.22), transparent 30%),
    linear-gradient(135deg, #f5d5cc 0%, #edb9ae 100%) !important;
  color: #321b24 !important;
}
body.lane-city .world-city-page[data-city-theme="neon"] .city-band--cta.world-close::before {
  background-image: url("/assets/images/confetti/tape-subtle.svg");
  opacity: 0.5;
}
body.lane-city .world-city-page[data-city-theme="neon"] .city-band--cta .world-micro--on-dark,
body.lane-city .world-city-page[data-city-theme="tropical"] .city-band--cta .world-micro--on-dark,
body.lane-city .world-city-page[data-city-theme="desert"] .city-band--cta .world-micro--on-dark {
  color: rgba(52, 38, 34, 0.65) !important;
}
body.lane-city .world-city-page[data-city-theme="neon"] .city-band--cta .world-h2--on-dark,
body.lane-city .world-city-page[data-city-theme="tropical"] .city-band--cta .world-h2--on-dark,
body.lane-city .world-city-page[data-city-theme="desert"] .city-band--cta .world-h2--on-dark {
  color: #241a1a !important;
}
body.lane-city .world-city-page[data-city-theme="neon"] .city-band--cta .world-close-dek,
body.lane-city .world-city-page[data-city-theme="tropical"] .city-band--cta .world-close-dek,
body.lane-city .world-city-page[data-city-theme="desert"] .city-band--cta .world-close-dek {
  color: rgba(36, 26, 26, 0.72) !important;
}
@media (max-width: 900px) {
  body.lane-city .city-hero--world.city-hero--night .city-hero-panel {
    transform: none;
    box-shadow: 10px 12px 0 rgba(226, 61, 42, 0.18) !important;
  }
  body.lane-city .city-hero--theme-tropical .city-hero-panel {
    box-shadow: 10px 12px 0 rgba(4, 71, 76, 0.22) !important;
  }
  body.lane-city .city-hero--theme-desert .city-hero-panel {
    box-shadow: 10px 12px 0 rgba(91, 39, 30, 0.22) !important;
  }
}
body.lane-city .world-city-page .city-checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 7px;
  height: 7px;
  border-radius: 1px;
  background: var(--city-accent, var(--world-gold));
  transform: rotate(15deg);
}

body.turtle-bridge:not(.turtle-bridge--home) { background: var(--world-paper) !important; }
body.turtle-bridge .turtle-hero-panel { border-top: 2px solid var(--world-gold) !important; }
body.turtle-bridge .turtle-hero-panel-link { color: var(--world-ink-soft) !important; }
body.turtle-bridge .turtle-hero-panel-link::after { content: none !important; }
body.turtle-bridge .page-hero-title {
  font-family: "Figtree", system-ui, sans-serif !important;
  font-size: clamp(2rem, 4vw, 3rem) !important;
}
body.turtle-bridge .turtle-cta-band--close { background: var(--world-ink) !important; }
body.turtle-bridge .turtle-cta-band--close .turtle-cta-band-title { color: #fff !important; }

/* —— City AIDA (conversion rabbit + SEO/AEO) —— */
.city-aida-step {
  margin: 0 0 0.5rem;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--world-gold, #d4a84b);
}
.city-aida-step--on-dark { color: rgba(212, 168, 75, 0.95); }
.city-aida-lead {
  margin: 0 0 1.75rem;
  max-width: 42rem;
  font-size: 1.0625rem;
  line-height: 1.6;
  color: var(--world-ink-soft, #3d4249);
}
.city-aida-note {
  margin: 1.25rem 0 0;
  font-size: 0.9375rem;
  line-height: 1.55;
  color: var(--world-muted, #5a5f66);
}
.city-aida-band--interest { background: var(--world-paper, #f3efe7); }
.city-aida-band--desire { background: var(--world-stock, #fffdf9); border-top: 1px solid var(--world-line, rgba(22, 24, 28, 0.08)); }
.city-hero--aida .city-hero-title {
  font-size: clamp(1.85rem, 3.8vw, 2.65rem) !important;
  line-height: 1.12;
}
body.lane-city .city-aida .city-section-title.world-h2 {
  font-family: "Figtree", system-ui, sans-serif;
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  font-weight: 800;
  letter-spacing: -0.02em;
}
.city-faq-list { margin-top: 1.25rem; border-top: 1px solid var(--world-line, rgba(22, 24, 28, 0.1)); }
.city-faq-item { border-bottom: 1px solid var(--world-line, rgba(22, 24, 28, 0.1)); }
.city-faq-q {
  padding: 1rem 0;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.45;
  cursor: pointer;
  list-style: none;
}
.city-faq-q::-webkit-details-marker { display: none; }
.city-faq-q::marker { content: ""; }
.city-faq-q::after {
  content: "+";
  float: right;
  font-weight: 700;
  color: var(--world-muted, #5a5f66);
}
.city-faq-item[open] .city-faq-q::after { content: "−"; }
.city-faq-a {
  margin: 0 0 1rem;
  padding-right: 1.5rem;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: var(--world-muted, #5a5f66);
}

/* ==========================================================================
   TURTLE MENU SYSTEM — locked companion to city pages
   National hubs and articles share one energetic event-night hero, warm
   paper content rhythm, gold rules, and a decisive closing action.
   Home and city pages are intentionally excluded.
   ========================================================================== */
body.turtle-bridge:not(.turtle-bridge--home) {
  --turtle-ink: #16181c;
  --turtle-ink-soft: #2a2e35;
  --turtle-paper: #f3efe7;
  --turtle-stock: #fffdf9;
  --turtle-gold: #d4a84b;
  --turtle-coral: #e23d2a;
  --turtle-teal: #0e7c7b;
  --turtle-accent: var(--turtle-coral);
  --turtle-accent-soft: rgba(226, 61, 42, 0.14);
  --turtle-line: rgba(22, 24, 28, 0.13);
  --turtle-measure: 46rem;
  background: var(--turtle-paper) !important;
}

body.turtle-bridge:not(.turtle-bridge--home).lane-planning,
body.turtle-bridge:not(.turtle-bridge--home).lane-professionals {
  --turtle-accent: var(--turtle-teal);
  --turtle-accent-soft: rgba(14, 124, 123, 0.14);
}

body.turtle-bridge:not(.turtle-bridge--home) .cmc-breadcrumbs--turtle {
  background: var(--turtle-paper) !important;
  border-bottom: 1px solid var(--turtle-line) !important;
}

body.turtle-bridge:not(.turtle-bridge--home) .cmc-breadcrumbs--turtle a {
  color: var(--turtle-ink-soft) !important;
  text-decoration-color: color-mix(in srgb, var(--turtle-accent) 45%, transparent) !important;
}

body.turtle-bridge:not(.turtle-bridge--home) .page-hero.page-hero--turtle-split {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(3.5rem, 7vw, 5.75rem) 0 !important;
  color: #fff !important;
  background:
    radial-gradient(circle at 82% 8%, rgba(226, 61, 42, 0.34), transparent 28%),
    linear-gradient(128deg, #17191e 0%, #292029 58%, #4b2424 100%) !important;
  border-bottom: 4px solid var(--turtle-gold) !important;
}

body.turtle-bridge:not(.turtle-bridge--home).lane-planning .page-hero.page-hero--turtle-split,
body.turtle-bridge:not(.turtle-bridge--home).lane-professionals .page-hero.page-hero--turtle-split {
  background:
    radial-gradient(circle at 82% 8%, rgba(14, 124, 123, 0.34), transparent 30%),
    linear-gradient(128deg, #151a1d 0%, #183033 60%, #164e50 100%) !important;
}

body.turtle-bridge:not(.turtle-bridge--home) .page-hero.page-hero--turtle-split::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: url("/assets/images/confetti/tape-mixed-b.svg") repeat;
  background-size: 190px 190px;
  opacity: 0.08;
  mix-blend-mode: screen;
  pointer-events: none;
}

body.turtle-bridge:not(.turtle-bridge--home) .page-hero-inner--split {
  position: relative;
  z-index: 1;
  grid-template-columns: minmax(0, 1fr) minmax(19rem, 23rem) !important;
  gap: clamp(2.5rem, 6vw, 5rem) !important;
}

body.turtle-bridge:not(.turtle-bridge--home) .page-hero-eyebrow {
  margin: 0 0 0.8rem !important;
  color: var(--turtle-gold) !important;
  font-size: 0.72rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase;
}

body.turtle-bridge:not(.turtle-bridge--home) .page-hero-title {
  max-width: 15ch !important;
  margin: 0 !important;
  color: #fff !important;
  font-family: "Figtree", system-ui, sans-serif !important;
  font-size: clamp(2.55rem, 5.5vw, 4.4rem) !important;
  font-weight: 800 !important;
  line-height: 0.98 !important;
  letter-spacing: -0.045em !important;
  text-wrap: balance;
}

body.turtle-bridge:not(.turtle-bridge--home) .page-hero-dek {
  max-width: 38rem !important;
  margin: 1.25rem 0 0 !important;
  color: rgba(255, 255, 255, 0.78) !important;
  font-size: clamp(1rem, 1.7vw, 1.18rem) !important;
  line-height: 1.65 !important;
}

body.turtle-bridge:not(.turtle-bridge--home) .page-hero-cta {
  margin: 1.65rem 0 0 !important;
}

body.turtle-bridge:not(.turtle-bridge--home) .page-hero .btn-cta-host,
body.turtle-bridge:not(.turtle-bridge--home) .turtle-cta-band .btn-cta-host {
  background: var(--turtle-coral) !important;
  border: 2px solid var(--turtle-coral) !important;
  color: #fff !important;
  box-shadow: 0 12px 24px -14px rgba(0, 0, 0, 0.8) !important;
  animation: none !important;
}

body.turtle-bridge:not(.turtle-bridge--home) .page-hero .btn-cta-pro,
body.turtle-bridge:not(.turtle-bridge--home) .turtle-cta-band .btn-cta-pro {
  background: var(--turtle-teal) !important;
  border: 2px solid #4ab6b1 !important;
  color: #fff !important;
  box-shadow: 0 12px 24px -14px rgba(0, 0, 0, 0.8) !important;
}

body.turtle-bridge:not(.turtle-bridge--home) .page-hero .btn-cta-host:hover,
body.turtle-bridge:not(.turtle-bridge--home) .turtle-cta-band .btn-cta-host:hover,
body.turtle-bridge:not(.turtle-bridge--home) .page-hero .btn-cta-pro:hover,
body.turtle-bridge:not(.turtle-bridge--home) .turtle-cta-band .btn-cta-pro:hover {
  transform: translateY(-2px);
  filter: brightness(1.06);
}

body.turtle-bridge:not(.turtle-bridge--home) .turtle-hero-panel {
  position: relative;
  margin: 0 !important;
  padding: 1.45rem 1.5rem 1.35rem !important;
  background: rgba(255, 253, 249, 0.97) !important;
  border: 1px solid rgba(255, 255, 255, 0.78) !important;
  border-top: 4px solid var(--turtle-accent) !important;
  border-radius: 8px !important;
  box-shadow:
    11px 13px 0 var(--turtle-accent-soft),
    0 24px 54px -34px rgba(0, 0, 0, 0.9) !important;
  color: var(--turtle-ink) !important;
}

body.turtle-bridge:not(.turtle-bridge--home) .turtle-hero-panel-label {
  margin: 0 0 0.55rem !important;
  color: var(--turtle-accent) !important;
  font-size: 0.7rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.15em !important;
}

body.turtle-bridge:not(.turtle-bridge--home) .turtle-hero-panel-body {
  display: block !important;
  margin: 0 0 1rem !important;
  color: var(--turtle-ink-soft) !important;
  font-size: 0.93rem !important;
  font-weight: 500 !important;
  line-height: 1.55 !important;
}

body.turtle-bridge:not(.turtle-bridge--home) .turtle-hero-panel-list {
  margin: 0.75rem 0 1.1rem !important;
  border-top: 1px solid var(--turtle-line);
}

body.turtle-bridge:not(.turtle-bridge--home) .turtle-hero-panel-list li {
  position: relative;
  margin: 0 !important;
  padding: 0.68rem 0 0.68rem 1.15rem !important;
  border-bottom: 1px solid var(--turtle-line);
  color: var(--turtle-ink-soft) !important;
  font-size: 0.88rem !important;
  line-height: 1.4 !important;
}

body.turtle-bridge:not(.turtle-bridge--home) .turtle-hero-panel-list li::before {
  display: block !important;
  content: "";
  position: absolute;
  left: 0.1rem;
  top: 1rem;
  width: 7px;
  height: 7px;
  border-radius: 1px;
  background: var(--turtle-accent) !important;
  transform: rotate(15deg);
}

body.turtle-bridge:not(.turtle-bridge--home) .turtle-hero-panel-link {
  color: var(--turtle-ink) !important;
  font-size: 0.88rem !important;
  text-decoration: underline !important;
  text-decoration-color: color-mix(in srgb, var(--turtle-accent) 48%, transparent) !important;
  text-underline-offset: 4px;
}

body.turtle-bridge:not(.turtle-bridge--home) .turtle-hero-panel-link::after {
  content: none !important;
}

body.turtle-bridge:not(.turtle-bridge--home) .turtle-proof-row {
  border-color: var(--turtle-line) !important;
}

body.turtle-bridge:not(.turtle-bridge--home) .turtle-proof-row dt {
  color: var(--turtle-accent) !important;
}

body.turtle-bridge:not(.turtle-bridge--home) .page-shell--turtle {
  background: var(--turtle-stock) !important;
}

body.turtle-bridge:not(.turtle-bridge--home) .content-intro,
body.turtle-bridge:not(.turtle-bridge--home) .content-band {
  padding: clamp(2.6rem, 5vw, 4rem) 0 !important;
  border-radius: 0 !important;
}

body.turtle-bridge:not(.turtle-bridge--home) .content-band--paper {
  background: var(--turtle-stock) !important;
  border-top: 0 !important;
  border-bottom: 1px solid var(--turtle-line) !important;
}

body.turtle-bridge:not(.turtle-bridge--home) .content-band--wash,
body.turtle-bridge:not(.turtle-bridge--home) .content-band--teal {
  background: var(--turtle-paper) !important;
  border-bottom: 1px solid var(--turtle-line) !important;
}

body.turtle-bridge:not(.turtle-bridge--home).lane-planning .content-band--teal,
body.turtle-bridge:not(.turtle-bridge--home).lane-professionals .content-band--teal {
  background: #eaf3f1 !important;
}

body.turtle-bridge:not(.turtle-bridge--home) .prose .content-band h2 {
  max-width: var(--turtle-measure);
  margin: 0 0 1.25rem !important;
  padding: 0 0 0.75rem !important;
  color: var(--turtle-ink) !important;
  font-family: "Figtree", system-ui, sans-serif !important;
  font-size: clamp(1.45rem, 2.6vw, 1.9rem) !important;
  font-weight: 800 !important;
  line-height: 1.15 !important;
  letter-spacing: -0.025em !important;
  border-bottom: 1px solid color-mix(in srgb, var(--turtle-gold) 70%, transparent) !important;
}

body.turtle-bridge:not(.turtle-bridge--home) .prose h3 {
  color: var(--turtle-ink) !important;
}

body.turtle-bridge:not(.turtle-bridge--home) .prose p,
body.turtle-bridge:not(.turtle-bridge--home) .prose li,
body.turtle-bridge:not(.turtle-bridge--home) .prose td {
  color: #4c525a !important;
}

body.turtle-bridge:not(.turtle-bridge--home) .prose a {
  color: var(--turtle-accent) !important;
  text-decoration-color: color-mix(in srgb, var(--turtle-accent) 38%, transparent) !important;
}

body.turtle-bridge:not(.turtle-bridge--home) .prose ul:not(.link-chip-list) li::before {
  width: 7px !important;
  height: 7px !important;
  top: 0.68em !important;
  border-radius: 1px !important;
  background: var(--turtle-accent) !important;
  transform: rotate(15deg);
}

body.turtle-bridge:not(.turtle-bridge--home) .turtle-band-inner--wide {
  max-width: var(--ledger-shell) !important;
}

body.turtle-bridge:not(.turtle-bridge--home) .tool-card-grid {
  gap: 1rem !important;
  margin-top: 1.35rem !important;
}

body.turtle-bridge:not(.turtle-bridge--home) .tool-card {
  min-height: 10rem;
  padding: 1.35rem !important;
  background: var(--turtle-stock) !important;
  border: 1px solid var(--turtle-line) !important;
  border-top: 4px solid var(--turtle-accent) !important;
  border-radius: 8px !important;
  box-shadow: 0 12px 28px -26px rgba(22, 24, 28, 0.85) !important;
  transform: translateY(0);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease !important;
}

body.turtle-bridge:not(.turtle-bridge--home) .tool-card::before {
  display: none !important;
}

body.turtle-bridge:not(.turtle-bridge--home) .tool-card:hover {
  border-color: color-mix(in srgb, var(--turtle-accent) 55%, var(--turtle-line)) !important;
  box-shadow: 0 18px 34px -25px rgba(22, 24, 28, 0.62) !important;
  transform: translateY(-3px);
}

body.turtle-bridge:not(.turtle-bridge--home) .tool-card strong {
  color: var(--turtle-ink) !important;
  font-size: 1.05rem !important;
}

body.turtle-bridge:not(.turtle-bridge--home) .tool-card span {
  color: #5b6168 !important;
}

body.turtle-bridge:not(.turtle-bridge--home) .tool-card em {
  margin-top: auto !important;
  color: var(--turtle-accent) !important;
}

body.turtle-bridge:not(.turtle-bridge--home) .prose blockquote {
  border-left-color: var(--turtle-gold) !important;
  background: color-mix(in srgb, var(--turtle-paper) 75%, #fff) !important;
}

body.turtle-bridge:not(.turtle-bridge--home) .prose table {
  background: var(--turtle-stock);
  box-shadow: 0 0 0 1px var(--turtle-line);
}

body.turtle-bridge:not(.turtle-bridge--home) .prose th {
  background: var(--turtle-ink) !important;
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.14) !important;
}

body.turtle-bridge:not(.turtle-bridge--home) .page-has-hero .content-band .turtle-shell > h1:first-child {
  display: none !important;
}

body.turtle-bridge:not(.turtle-bridge--home) .turtle-cta-band--close {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(3.25rem, 6vw, 4.75rem) 0 !important;
  background:
    radial-gradient(circle at 85% 20%, rgba(226, 61, 42, 0.3), transparent 28%),
    var(--turtle-ink) !important;
  border-top: 4px solid var(--turtle-gold) !important;
  text-align: left !important;
}

body.turtle-bridge:not(.turtle-bridge--home) .turtle-cta-band--close::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: url("/assets/images/confetti/tape-subtle.svg") repeat;
  background-size: 210px 210px;
  opacity: 0.08;
  pointer-events: none;
}

body.turtle-bridge:not(.turtle-bridge--home) .turtle-cta-band-inner {
  max-width: var(--ledger-shell) !important;
}

body.turtle-bridge:not(.turtle-bridge--home) .turtle-cta-band-eyebrow {
  display: block !important;
  margin: 0 0 0.7rem !important;
  color: var(--turtle-gold) !important;
  font-size: 0.7rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase;
}

body.turtle-bridge:not(.turtle-bridge--home) .turtle-cta-band-title {
  max-width: 42rem !important;
  margin: 0 0 0.75rem !important;
  color: #fff !important;
  font-family: "Figtree", system-ui, sans-serif !important;
  font-size: clamp(1.8rem, 3.8vw, 2.65rem) !important;
  font-weight: 800 !important;
  line-height: 1.08 !important;
  letter-spacing: -0.035em !important;
}

body.turtle-bridge:not(.turtle-bridge--home) .turtle-cta-band-dek {
  max-width: 39rem !important;
  margin: 0 0 1.4rem !important;
  color: rgba(255, 255, 255, 0.72) !important;
  font-size: 1rem !important;
  line-height: 1.6 !important;
}

body.turtle-bridge:not(.turtle-bridge--home) .turtle-cta-band-actions {
  display: flex !important;
  justify-content: flex-start !important;
  margin: 0 0 1rem !important;
}

body.turtle-bridge:not(.turtle-bridge--home) .turtle-cta-band-secondary {
  margin: 0 !important;
  text-align: left !important;
}

body.turtle-bridge:not(.turtle-bridge--home) .turtle-cta-band-secondary a {
  color: rgba(255, 255, 255, 0.78) !important;
  border-bottom-color: rgba(255, 255, 255, 0.3) !important;
}

body.turtle-bridge:not(.turtle-bridge--home) .turtle-cta-band-secondary a:hover {
  color: #fff !important;
  border-bottom-color: #fff !important;
}

body.turtle-bridge:not(.turtle-bridge--home) .cmc-footer {
  margin-top: 0 !important;
}

@media (max-width: 900px) {
  body.turtle-bridge:not(.turtle-bridge--home) .page-hero-inner--split {
    grid-template-columns: 1fr !important;
    gap: 2.25rem !important;
  }

  body.turtle-bridge:not(.turtle-bridge--home) .turtle-hero-panel {
    max-width: 34rem;
    box-shadow:
      8px 10px 0 var(--turtle-accent-soft),
      0 20px 44px -32px rgba(0, 0, 0, 0.9) !important;
  }
}

@media (max-width: 639px) {
  body.turtle-bridge:not(.turtle-bridge--home) .page-hero.page-hero--turtle-split {
    padding: 3rem 0 3.5rem !important;
  }

  body.turtle-bridge:not(.turtle-bridge--home) .content-intro,
  body.turtle-bridge:not(.turtle-bridge--home) .content-band {
    padding: 2.35rem 0 !important;
  }

  body.turtle-bridge:not(.turtle-bridge--home) .tool-card {
    min-height: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.turtle-bridge:not(.turtle-bridge--home) .tool-card,
  body.turtle-bridge:not(.turtle-bridge--home) .btn-cta-host,
  body.turtle-bridge:not(.turtle-bridge--home) .btn-cta-pro {
    transition: none !important;
    transform: none !important;
  }
}

/* TURTLE LIGHT PILOT — no dark fields; visually related to the city system. */
body.turtle-bridge:not(.turtle-bridge--home) .page-hero.page-hero--turtle-split {
  min-height: clamp(31rem, 58vw, 39rem);
  display: flex;
  align-items: center;
  background:
    radial-gradient(circle at 86% 12%, rgba(255, 197, 149, 0.72), transparent 29%),
    radial-gradient(circle at 8% 88%, rgba(212, 168, 75, 0.17), transparent 24%),
    linear-gradient(132deg, #fffaf4 0%, #fff0e7 58%, #ffd9c6 100%) !important;
  border-bottom: 4px solid var(--turtle-gold) !important;
  color: var(--turtle-ink) !important;
}

body.turtle-bridge:not(.turtle-bridge--home).lane-planning .page-hero.page-hero--turtle-split,
body.turtle-bridge:not(.turtle-bridge--home).lane-professionals .page-hero.page-hero--turtle-split {
  background:
    radial-gradient(circle at 86% 12%, rgba(116, 199, 193, 0.42), transparent 30%),
    radial-gradient(circle at 8% 88%, rgba(212, 168, 75, 0.16), transparent 24%),
    linear-gradient(132deg, #fffdf8 0%, #eef8f5 58%, #d9efeb 100%) !important;
}

body.turtle-bridge:not(.turtle-bridge--home) .page-hero.page-hero--turtle-split::after {
  z-index: 0;
  opacity: 0.1;
  mix-blend-mode: multiply;
}

body.turtle-bridge:not(.turtle-bridge--home) .turtle-hero-watermark {
  position: absolute;
  z-index: 0;
  right: -0.04em;
  bottom: -0.17em;
  max-width: 85vw;
  overflow: hidden;
  color: rgba(226, 61, 42, 0.065);
  font-family: "Figtree", system-ui, sans-serif;
  font-size: clamp(5.5rem, 14vw, 12rem);
  font-weight: 900;
  line-height: 0.78;
  letter-spacing: -0.07em;
  text-align: right;
  white-space: nowrap;
  pointer-events: none;
}

body.turtle-bridge:not(.turtle-bridge--home).lane-planning .turtle-hero-watermark,
body.turtle-bridge:not(.turtle-bridge--home).lane-professionals .turtle-hero-watermark {
  color: rgba(14, 124, 123, 0.065);
}

body.turtle-bridge:not(.turtle-bridge--home) .page-hero-eyebrow {
  color: var(--turtle-accent) !important;
}

body.turtle-bridge:not(.turtle-bridge--home) .page-hero-title {
  color: var(--turtle-ink) !important;
}

body.turtle-bridge:not(.turtle-bridge--home) .page-hero-dek {
  color: #4d5259 !important;
}

body.turtle-bridge:not(.turtle-bridge--home) .turtle-hero-panel {
  background: rgba(255, 253, 249, 0.94) !important;
  border: 1px solid rgba(22, 24, 28, 0.12) !important;
  border-top: 4px solid var(--turtle-accent) !important;
  box-shadow:
    11px 13px 0 var(--turtle-accent-soft),
    0 24px 54px -34px rgba(54, 35, 30, 0.38) !important;
}

body.turtle-bridge:not(.turtle-bridge--home) .turtle-cta-band--close {
  background:
    radial-gradient(circle at 88% 14%, rgba(255, 181, 132, 0.48), transparent 28%),
    linear-gradient(132deg, #fffaf4 0%, #fff0e7 62%, #ffdcca 100%) !important;
  border-top: 4px solid var(--turtle-gold) !important;
}

body.turtle-bridge:not(.turtle-bridge--home).lane-planning .turtle-cta-band--close,
body.turtle-bridge:not(.turtle-bridge--home).lane-professionals .turtle-cta-band--close {
  background:
    radial-gradient(circle at 88% 14%, rgba(104, 190, 184, 0.32), transparent 28%),
    linear-gradient(132deg, #fffdf8 0%, #eef8f5 62%, #d9efeb 100%) !important;
}

body.turtle-bridge:not(.turtle-bridge--home) .turtle-cta-band--close::after {
  opacity: 0.08;
  mix-blend-mode: multiply;
}

body.turtle-bridge:not(.turtle-bridge--home) .turtle-cta-band-eyebrow {
  color: var(--turtle-accent) !important;
}

body.turtle-bridge:not(.turtle-bridge--home) .turtle-cta-band-title {
  color: var(--turtle-ink) !important;
}

body.turtle-bridge:not(.turtle-bridge--home) .turtle-cta-band-dek {
  color: #555b62 !important;
}

body.turtle-bridge:not(.turtle-bridge--home) .turtle-cta-band-actions .btn-cta-host,
body.turtle-bridge:not(.turtle-bridge--home) .turtle-cta-band-actions .btn-cta-pro {
  display: inline-flex !important;
  width: auto !important;
  max-width: 100%;
}

body.turtle-bridge:not(.turtle-bridge--home) .turtle-cta-band-secondary a {
  color: var(--turtle-ink-soft) !important;
  border-bottom-color: rgba(22, 24, 28, 0.28) !important;
}

body.turtle-bridge:not(.turtle-bridge--home) .turtle-cta-band-secondary a:hover {
  color: var(--turtle-accent) !important;
  border-bottom-color: var(--turtle-accent) !important;
}

/* ==========================================================================
   CORPORATE + NONPROFIT — event operations brief
   A page-specific identity: compact opening, run-of-show visual, numbered
   content sequence. It intentionally does not use the shared turtle hero.
   ========================================================================== */
body.page-identity-corporate-brief {
  --corporate-coral: #e23d2a;
  --corporate-coral-deep: #b92f21;
  --corporate-cream: #fffaf4;
  --corporate-paper: #f3ede3;
  --corporate-ink: #191b20;
  --corporate-muted: #535960;
  --corporate-gold: #d4a84b;
  background: var(--corporate-cream) !important;
}

body.page-identity-corporate-brief .cmc-breadcrumbs--turtle {
  background: #fff !important;
}

.corporate-brief {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(226, 61, 42, 0.045) 1px, transparent 1px),
    linear-gradient(rgba(226, 61, 42, 0.035) 1px, transparent 1px),
    var(--corporate-cream);
  background-size: 72px 72px;
  border-bottom: 1px solid rgba(25, 27, 32, 0.14);
}

.corporate-brief::before {
  content: "";
  position: absolute;
  width: clamp(15rem, 30vw, 27rem);
  aspect-ratio: 1;
  right: -9rem;
  top: -12rem;
  border: clamp(2.5rem, 5vw, 5rem) solid rgba(226, 61, 42, 0.08);
  border-radius: 50%;
  pointer-events: none;
}

.corporate-brief-shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(19rem, 0.88fr);
  gap: clamp(3rem, 7vw, 7rem);
  align-items: center;
  padding-top: clamp(2.75rem, 5vw, 4rem) !important;
  padding-bottom: clamp(2.75rem, 5vw, 4rem) !important;
}

.corporate-brief-copy {
  position: relative;
  max-width: 41rem;
}

.corporate-brief-copy::before {
  content: "";
  position: absolute;
  left: -1.25rem;
  top: 0;
  bottom: 0.2rem;
  width: 4px;
  background: linear-gradient(var(--corporate-coral) 0 72%, var(--corporate-gold) 72% 100%);
}

.corporate-brief-kicker {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin: 0 0 1.1rem;
  color: var(--corporate-coral-deep);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.corporate-brief-title {
  max-width: 12ch;
  margin: 0;
  color: var(--corporate-ink);
  font-family: "Figtree", system-ui, sans-serif;
  font-size: clamp(2.35rem, 4.3vw, 3.65rem);
  font-weight: 850;
  line-height: 0.98;
  letter-spacing: -0.052em;
  text-wrap: balance;
}

.corporate-brief-dek {
  max-width: 38rem;
  margin: 1.35rem 0 0;
  color: var(--corporate-muted);
  font-size: clamp(1rem, 1.6vw, 1.12rem);
  line-height: 1.65;
}

.corporate-brief-action {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 1.25rem;
  margin-top: 1.6rem;
}

.corporate-brief-action .btn-cta-host {
  display: inline-flex;
  align-items: center;
  min-height: 3rem;
  padding: 0.78rem 1.25rem;
  background: var(--corporate-coral) !important;
  border: 2px solid var(--corporate-coral) !important;
  border-radius: 7px;
  color: #fff !important;
  font-size: 0.94rem;
  line-height: 1.2;
  text-decoration: none;
  box-shadow: 0 12px 24px -15px rgba(120, 31, 24, 0.72) !important;
}

.corporate-brief-action > span {
  color: #666b71;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.69rem;
  font-weight: 600;
  letter-spacing: 0.03em;
}

.corporate-run-sheet {
  position: relative;
  padding: 1.5rem 1.55rem 1.35rem;
  background: #fff;
  border: 1px solid rgba(25, 27, 32, 0.16);
  border-left: 7px solid var(--corporate-coral);
  box-shadow:
    12px 14px 0 rgba(212, 168, 75, 0.2),
    0 24px 42px -34px rgba(25, 27, 32, 0.65);
  transform: rotate(0.65deg);
}

.corporate-run-sheet::before,
.corporate-run-sheet::after {
  content: "";
  position: absolute;
  left: 35%;
  width: 3.2rem;
  height: 0.75rem;
  background: rgba(212, 168, 75, 0.38);
  transform: translateX(-50%) rotate(-2deg);
}

.corporate-run-sheet::before { top: -0.4rem; }
.corporate-run-sheet::after {
  left: 76%;
  top: auto;
  bottom: -0.42rem;
  transform: translateX(-50%) rotate(2deg);
}

.corporate-run-sheet-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 0.85rem;
  border-bottom: 2px solid var(--corporate-ink);
}

.corporate-run-sheet-head span {
  color: var(--corporate-coral-deep);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.corporate-run-sheet-head strong {
  color: var(--corporate-ink);
  font-size: 0.88rem;
  text-align: right;
}

.corporate-run-sheet-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0;
  padding: 0;
  list-style: none;
}

.corporate-run-sheet-list li {
  display: grid;
  grid-template-columns: 2.2rem 1fr;
  gap: 0.8rem;
  align-items: start;
  padding: 0.85rem 0;
  border-bottom: 1px solid rgba(25, 27, 32, 0.12);
}

.corporate-run-sheet-list li:nth-child(even) {
  margin-left: 0.85rem;
  padding-left: 0.85rem;
  border-left: 1px solid rgba(25, 27, 32, 0.12);
}

.corporate-run-sheet-time {
  color: var(--corporate-coral);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.74rem;
  font-weight: 700;
}

.corporate-run-sheet-list strong,
.corporate-run-sheet-list small {
  display: block;
}

.corporate-run-sheet-list strong {
  color: var(--corporate-ink);
  font-size: 0.85rem;
  line-height: 1.3;
}

.corporate-run-sheet-list small {
  margin-top: 0.15rem;
  color: #666b71;
  font-size: 0.75rem;
  line-height: 1.4;
}

.corporate-run-sheet-link {
  display: inline-block;
  margin-top: 1rem;
  color: var(--corporate-ink);
  font-size: 0.78rem;
  font-weight: 750;
  text-decoration: underline;
  text-decoration-color: rgba(226, 61, 42, 0.4);
  text-underline-offset: 4px;
}

.corporate-brief-register {
  position: relative;
  z-index: 1;
  background: var(--corporate-coral);
  border-top: 1px solid var(--corporate-coral-deep);
}

.corporate-brief-register-inner {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.corporate-brief-register span {
  position: relative;
  padding: 0.9rem 0.75rem;
  color: #fff;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
  border-right: 1px dashed rgba(255, 255, 255, 0.36);
}

.corporate-brief-register span:first-child {
  border-left: 1px dashed rgba(255, 255, 255, 0.36);
}

body.page-identity-corporate-brief .prose-rhythm {
  counter-reset: corporate-section;
}

body.page-identity-corporate-brief .prose .content-band h2::before {
  counter-increment: corporate-section;
  content: "0" counter(corporate-section) " / ";
  color: var(--corporate-coral);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.68em;
  letter-spacing: 0.04em;
}

body.page-identity-corporate-brief .content-band--wash,
body.page-identity-corporate-brief .content-band--teal {
  background:
    linear-gradient(90deg, rgba(226, 61, 42, 0.03) 1px, transparent 1px),
    var(--corporate-paper) !important;
  background-size: 72px 72px !important;
}

body.page-identity-corporate-brief .prose table {
  border-collapse: separate !important;
  border-spacing: 0 !important;
  box-shadow: none !important;
  border-top: 4px solid var(--corporate-coral);
}

body.page-identity-corporate-brief .prose th {
  background: var(--corporate-paper) !important;
  color: var(--corporate-ink) !important;
  border-color: rgba(25, 27, 32, 0.13) !important;
}

body.page-identity-corporate-brief .turtle-cta-band--close {
  background:
    linear-gradient(90deg, rgba(226, 61, 42, 0.035) 1px, transparent 1px),
    linear-gradient(135deg, #fffaf4 0%, #f5e9dc 100%) !important;
  background-size: 72px 72px, auto !important;
}

@media (max-width: 900px) {
  .corporate-brief-shell {
    grid-template-columns: 1fr;
    gap: 2.75rem;
  }

  .corporate-brief-copy {
    max-width: 44rem;
  }

  .corporate-run-sheet {
    max-width: 35rem;
    transform: none;
  }
}

@media (max-width: 639px) {
  .corporate-brief-shell {
    padding-top: 2.75rem !important;
    padding-bottom: 3rem !important;
  }

  .corporate-brief-copy::before {
    left: -0.75rem;
  }

  .corporate-brief-action {
    align-items: flex-start;
    flex-direction: column;
  }

  .corporate-run-sheet-list {
    display: block;
  }

  .corporate-run-sheet-list li:nth-child(even) {
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
  }

  .corporate-brief-register-inner {
    display: flex;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .corporate-brief-register span {
    flex: 0 0 auto;
    min-width: 8rem;
  }
}

/* ==========================================================================
   EVENT TYPE IDENTITIES — same brand, different event-native artifacts
   ========================================================================== */

/* Wedding invitation */
.wedding-invitation {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 18%, rgba(212, 168, 75, 0.16), transparent 20%),
    radial-gradient(circle at 88% 78%, rgba(226, 61, 42, 0.1), transparent 24%),
    #fffaf7;
  border-bottom: 1px solid rgba(79, 57, 51, 0.14);
}

.wedding-invitation::before,
.wedding-invitation::after {
  content: "";
  position: absolute;
  width: 16rem;
  aspect-ratio: 1;
  border: 1px solid rgba(212, 168, 75, 0.28);
  border-radius: 50%;
  pointer-events: none;
}

.wedding-invitation::before { left: -10rem; top: -8rem; }
.wedding-invitation::after { right: -9rem; bottom: -10rem; }

.wedding-invitation-shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(18rem, 0.92fr);
  gap: clamp(3rem, 8vw, 7rem);
  align-items: center;
  padding-top: clamp(3rem, 6vw, 4.75rem) !important;
  padding-bottom: clamp(3rem, 6vw, 4.75rem) !important;
}

.wedding-invitation-kicker {
  max-width: 31rem;
  margin: 0 0 1rem;
  color: #a97125;
  font-size: 0.71rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.wedding-invitation-title {
  max-width: 10ch;
  margin: 0;
  color: #292124;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(2.75rem, 5vw, 4.15rem);
  font-weight: 650;
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.wedding-invitation-dek {
  max-width: 35rem;
  margin: 1.25rem 0 1.55rem;
  color: #62585b;
  font-size: 1.06rem;
  line-height: 1.65;
}

.wedding-invitation-cta,
.festival-pass-cta,
.birthday-invitation-cta,
.sports-bib-cta,
.private-guest-list-cta {
  display: inline-flex !important;
  align-items: center;
  min-height: 3rem;
  padding: 0.78rem 1.25rem !important;
  background: #e23d2a !important;
  border: 2px solid #e23d2a !important;
  border-radius: 7px;
  color: #fff !important;
  font-size: 0.94rem;
  line-height: 1.2;
  text-decoration: none;
  box-shadow: 0 12px 24px -15px rgba(120, 31, 24, 0.72) !important;
}

.wedding-stationery {
  position: relative;
  padding: 1rem 0.8rem 1.4rem;
}

.wedding-stationery-card {
  position: relative;
  padding: 1.7rem 1.65rem 1.5rem;
  background: #fff;
  border: 1px solid rgba(91, 65, 57, 0.17);
  box-shadow:
    12px 14px 0 rgba(212, 168, 75, 0.16),
    0 22px 42px -34px rgba(73, 50, 44, 0.62);
  transform: rotate(-1.1deg);
}

.wedding-stationery-card::before {
  content: "";
  position: absolute;
  inset: 0.55rem;
  border: 1px solid rgba(212, 168, 75, 0.32);
  pointer-events: none;
}

.wedding-stationery-script {
  margin: 0;
  color: #ba7d27;
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.35rem;
  font-style: italic;
  text-align: center;
}

.wedding-stationery-title {
  margin: 0.25rem 0 1.1rem;
  color: #292124;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-align: center;
  text-transform: uppercase;
}

.wedding-stationery-details {
  margin: 0;
}

.wedding-stationery-details div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.6rem 0;
  border-top: 1px solid rgba(91, 65, 57, 0.13);
  font-size: 0.78rem;
}

.wedding-stationery-details dt { color: #7a6c70; }
.wedding-stationery-details dd {
  margin: 0;
  color: #342b2e;
  font-weight: 750;
  text-align: right;
}

.wedding-stationery-card > a {
  display: inline-block;
  margin-top: 1rem;
  color: #342b2e;
  font-size: 0.76rem;
  font-weight: 750;
  text-decoration: underline;
  text-decoration-color: rgba(212, 168, 75, 0.65);
  text-underline-offset: 4px;
}

.wedding-stationery-seal {
  position: absolute;
  right: -0.25rem;
  bottom: -0.4rem;
  display: grid;
  width: 4rem;
  aspect-ratio: 1;
  place-items: center;
  color: #fffaf7;
  background: #c4923b;
  border: 5px double rgba(255, 250, 247, 0.72);
  border-radius: 50%;
  font-family: "Fraunces", Georgia, serif;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  transform: rotate(8deg);
}

body.page-identity-wedding-invitation .prose .content-band h2 {
  font-family: "Fraunces", Georgia, serif !important;
  font-weight: 650 !important;
}

body.page-identity-wedding-invitation .prose .content-band h2::after {
  content: " ◆";
  color: #d4a84b;
  font-size: 0.55em;
}

/* Festival pass + poster */
.festival-pass {
  position: relative;
  overflow: hidden;
  background: #f3b53f;
  border-bottom: 1px solid #cb8424;
}

.festival-pass::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, transparent 0 66%, rgba(255, 255, 255, 0.17) 66% 69%, transparent 69%),
    url("/assets/images/confetti/tape-festival-b.svg") repeat;
  background-size: auto, 190px 190px;
  opacity: 0.24;
  pointer-events: none;
}

.festival-pass-shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(18rem, 0.85fr);
  gap: clamp(2.5rem, 7vw, 6rem);
  align-items: center;
  padding-top: clamp(2.75rem, 5vw, 4rem) !important;
  padding-bottom: clamp(2.75rem, 5vw, 4rem) !important;
}

.festival-poster {
  position: relative;
  overflow: hidden;
  padding: clamp(1.5rem, 3vw, 2.4rem);
  background: #e34a2f;
  border: 2px solid #fff4d7;
  box-shadow: 14px 15px 0 rgba(126, 65, 22, 0.18);
  transform: rotate(-0.75deg);
}

.festival-poster::after {
  content: "";
  position: absolute;
  width: 13rem;
  aspect-ratio: 1;
  right: -5rem;
  bottom: -6rem;
  border: 2.2rem solid rgba(255, 241, 198, 0.22);
  border-radius: 50%;
}

.festival-poster-topline,
.festival-poster-bottom {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #fff4d7;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.festival-poster-topline {
  display: flex;
  justify-content: space-between;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(255, 244, 215, 0.62);
}

.festival-poster-title {
  position: relative;
  z-index: 1;
  margin: 1.15rem 0 1.25rem;
  color: #fff8e8;
  font-family: "Figtree", system-ui, sans-serif;
  font-size: clamp(2.55rem, 5.1vw, 4.4rem);
  font-weight: 900;
  line-height: 0.83;
  letter-spacing: -0.065em;
  text-transform: uppercase;
}

.festival-poster-stripe {
  position: relative;
  z-index: 1;
  width: 58%;
  height: 0.55rem;
  margin-bottom: 1rem;
  background: #f6c94f;
  box-shadow: 2.1rem 0 0 #fff4d7, 4.2rem 0 0 #992f25;
}

.festival-pass-copy {
  position: relative;
  padding-right: 1rem;
}

.festival-pass-kicker {
  margin: 0 0 0.85rem;
  color: #7b2c20;
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.festival-pass-dek {
  margin: 0;
  color: #452d22;
  font-size: 1.08rem;
  font-weight: 600;
  line-height: 1.6;
}

.festival-pass-checks {
  margin: 1.25rem 0 1.4rem;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(81, 45, 25, 0.28);
}

.festival-pass-checks li {
  padding: 0.7rem 0;
  color: #513321;
  font-size: 0.84rem;
  font-weight: 650;
  border-bottom: 1px solid rgba(81, 45, 25, 0.24);
}

.festival-pass-checks li::before {
  content: "●";
  margin-right: 0.65rem;
  color: #e23d2a;
}

.festival-pass-guide {
  display: block;
  margin-top: 1rem;
  color: #4a3022;
  font-size: 0.78rem;
  font-weight: 750;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.festival-ticket-edge {
  position: absolute;
  right: -1px;
  top: 0;
  bottom: 0;
  width: 12px;
  background: radial-gradient(circle at 100% 10px, transparent 7px, #f3b53f 7.5px) 0 0 / 12px 20px repeat-y;
}

body.page-identity-festival-pass .prose .content-band h2 {
  text-transform: uppercase;
  letter-spacing: -0.015em !important;
  border-bottom: 4px solid #e23d2a !important;
}

/* Birthday invitation */
.birthday-invitation {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 15%, rgba(242, 167, 181, 0.42), transparent 25%),
    radial-gradient(circle at 12% 82%, rgba(246, 194, 79, 0.32), transparent 23%),
    #fff8ef;
  border-bottom: 1px solid rgba(86, 55, 49, 0.13);
}

.birthday-invitation-shell {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(18rem, 0.82fr);
  gap: clamp(3rem, 8vw, 7rem);
  align-items: center;
  padding-top: clamp(3rem, 6vw, 4.5rem) !important;
  padding-bottom: clamp(3rem, 6vw, 4.5rem) !important;
}

.birthday-confetti-field span {
  position: absolute;
  z-index: 1;
  width: 0.75rem;
  height: 1.25rem;
  border-radius: 0.1rem;
  background: #e23d2a;
  transform: rotate(24deg);
}

.birthday-confetti-field span:nth-child(1) { left: 5%; top: 18%; }
.birthday-confetti-field span:nth-child(2) { left: 43%; top: 8%; width: 1.1rem; height: 0.6rem; background: #d4a84b; transform: rotate(-12deg); }
.birthday-confetti-field span:nth-child(3) { right: 6%; top: 22%; background: #cf7584; transform: rotate(48deg); }
.birthday-confetti-field span:nth-child(4) { left: 8%; bottom: 18%; width: 0.6rem; height: 0.6rem; background: #cf7584; transform: rotate(45deg); }
.birthday-confetti-field span:nth-child(5) { right: 42%; bottom: 9%; background: #d4a84b; transform: rotate(-28deg); }
.birthday-confetti-field span:nth-child(6) { right: 3%; bottom: 24%; width: 1rem; height: 0.55rem; transform: rotate(14deg); }

.birthday-invitation-kicker {
  display: inline-block;
  margin: 0 0 1rem;
  padding: 0.35rem 0.6rem;
  color: #9a2e21;
  background: rgba(226, 61, 42, 0.1);
  border-radius: 999px;
  font-size: 0.69rem;
  font-weight: 850;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.birthday-invitation-title {
  max-width: 10ch;
  margin: 0;
  color: #2e2024;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(2.75rem, 5.2vw, 4.35rem);
  font-weight: 700;
  line-height: 0.96;
  letter-spacing: -0.05em;
}

.birthday-invitation-dek {
  max-width: 35rem;
  margin: 1.2rem 0 1.5rem;
  color: #65575a;
  font-size: 1.05rem;
  line-height: 1.65;
}

.birthday-rsvp {
  position: relative;
  padding: 1.6rem 1.55rem 1.35rem;
  background: #fff;
  border: 2px dashed rgba(226, 61, 42, 0.48);
  border-radius: 2rem 2rem 0.65rem 0.65rem;
  box-shadow: 11px 13px 0 rgba(207, 117, 132, 0.14);
}

.birthday-rsvp-label {
  margin: 0;
  color: #e23d2a;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.birthday-rsvp-headline {
  margin: 0.3rem 0 1rem;
  color: #2e2024;
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.35rem;
  font-weight: 700;
}

.birthday-rsvp ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.birthday-rsvp li {
  display: grid;
  grid-template-columns: 4rem 1fr;
  gap: 0.8rem;
  padding: 0.62rem 0;
  border-top: 1px solid rgba(65, 45, 48, 0.12);
}

.birthday-rsvp li span {
  color: #b96a76;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.birthday-rsvp li strong {
  color: #413337;
  font-size: 0.8rem;
}

.birthday-rsvp > a {
  display: inline-block;
  margin-top: 0.9rem;
  color: #8f2d24;
  font-size: 0.77rem;
  font-weight: 750;
  text-decoration: underline;
  text-underline-offset: 4px;
}

body.page-identity-birthday-invitation .prose .content-band h2::before {
  content: "●";
  margin-right: 0.55rem;
  color: #cf7584;
  font-size: 0.6em;
}

/* Sports race bib */
.sports-bib {
  position: relative;
  overflow: hidden;
  background:
    repeating-linear-gradient(135deg, rgba(226, 61, 42, 0.045) 0 14px, transparent 14px 28px),
    #fffdf7;
  border-bottom: 1px solid rgba(30, 33, 38, 0.15);
}

.sports-course-line {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2.1rem;
  height: 0.55rem;
  background: repeating-linear-gradient(90deg, #1f2227 0 1rem, #fff 1rem 2rem);
  opacity: 0.13;
}

.sports-bib-shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(18rem, 0.95fr);
  gap: clamp(3rem, 8vw, 7rem);
  align-items: center;
  padding-top: clamp(3rem, 6vw, 4.5rem) !important;
  padding-bottom: clamp(3.5rem, 7vw, 5rem) !important;
}

.sports-bib-kicker {
  margin: 0 0 0.95rem;
  color: #c53223;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.71rem;
  font-weight: 750;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.sports-bib-title {
  max-width: 11ch;
  margin: 0;
  color: #1c1f24;
  font-family: "Figtree", system-ui, sans-serif;
  font-size: clamp(2.55rem, 4.8vw, 4rem);
  font-weight: 900;
  line-height: 0.94;
  letter-spacing: -0.055em;
  font-style: italic;
}

.sports-bib-dek {
  max-width: 36rem;
  margin: 1.25rem 0 1.5rem;
  color: #565c63;
  font-size: 1.05rem;
  line-height: 1.65;
}

.race-bib-card {
  position: relative;
  padding: 1.35rem 1.45rem 1.25rem;
  background: #fff;
  border: 2px solid #202329;
  box-shadow: 12px 14px 0 rgba(226, 61, 42, 0.16);
  transform: rotate(0.8deg);
}

.race-bib-card::before,
.race-bib-card::after {
  content: "";
  position: absolute;
  top: 1rem;
  width: 0.65rem;
  aspect-ratio: 1;
  background: #fffdf7;
  border: 1px solid #202329;
  border-radius: 50%;
}

.race-bib-card::before { left: 1rem; }
.race-bib-card::after { right: 1rem; }

.race-bib-event {
  margin: 0;
  color: #c53223;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.68rem;
  font-weight: 750;
  letter-spacing: 0.14em;
  text-align: center;
  text-transform: uppercase;
}

.race-bib-number {
  margin: 0.25rem 0 0.15rem;
  color: #1c1f24;
  font-family: "Figtree", system-ui, sans-serif;
  font-size: clamp(4.2rem, 8vw, 6.2rem);
  font-weight: 900;
  line-height: 0.85;
  letter-spacing: -0.08em;
  text-align: center;
}

.race-bib-code {
  display: flex;
  justify-content: center;
  gap: 0.18rem;
  height: 1.1rem;
  margin: 0.65rem 0 1rem;
}

.race-bib-code i {
  display: block;
  width: 0.16rem;
  background: #23262b;
}

.race-bib-code i:nth-child(2n) { width: 0.3rem; }
.race-bib-code i:nth-child(3n) { width: 0.08rem; }

.race-bib-card dl {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0;
  border-top: 1px solid rgba(32, 35, 41, 0.18);
  border-bottom: 1px solid rgba(32, 35, 41, 0.18);
}

.race-bib-card dl div {
  padding: 0.7rem 0.5rem;
  text-align: center;
  border-right: 1px solid rgba(32, 35, 41, 0.15);
}

.race-bib-card dl div:last-child { border-right: 0; }
.race-bib-card dt {
  color: #c53223;
  font-size: 0.65rem;
  font-weight: 850;
  text-transform: uppercase;
}
.race-bib-card dd {
  margin: 0.18rem 0 0;
  color: #3b4046;
  font-size: 0.69rem;
  line-height: 1.35;
}

.race-bib-card > a {
  display: inline-block;
  margin-top: 0.9rem;
  color: #24272c;
  font-size: 0.75rem;
  font-weight: 750;
  text-decoration: underline;
  text-decoration-color: rgba(226, 61, 42, 0.5);
  text-underline-offset: 4px;
}

body.page-identity-sports-bib .prose .content-band h2 {
  border-bottom: 4px solid #1f2227 !important;
}

body.page-identity-sports-bib .prose .content-band h2::before {
  content: "CHECKPOINT / ";
  color: #e23d2a;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.55em;
  letter-spacing: 0.04em;
}

/* Private-party guest list */
.private-guest-list {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(226, 61, 42, 0.035) 1px, transparent 1px),
    #fff9f3;
  background-size: 58px 58px;
  border-bottom: 1px solid rgba(57, 41, 43, 0.14);
}

.private-guest-list-shell {
  position: relative;
  display: grid;
  grid-template-columns: minmax(18rem, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(3rem, 8vw, 7rem);
  align-items: center;
  padding-top: clamp(3rem, 6vw, 4.5rem) !important;
  padding-bottom: clamp(3rem, 6vw, 4.5rem) !important;
}

.private-list-card {
  position: relative;
  padding: 1.55rem 1.5rem 1.35rem;
  color: #fff;
  background: #df4b38;
  border-radius: 0.45rem;
  box-shadow: 13px 14px 0 rgba(212, 168, 75, 0.2);
  transform: rotate(-0.8deg);
}

.private-list-card::before {
  content: "";
  position: absolute;
  top: 1rem;
  bottom: 1rem;
  left: 2.7rem;
  width: 1px;
  background: rgba(255, 255, 255, 0.28);
}

.private-list-overline {
  margin: 0 0 0.25rem;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.private-list-title {
  margin: 0 0 1rem;
  font-family: "Fraunces", Georgia, serif;
  font-size: 2rem;
  font-weight: 700;
}

.private-list-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.private-list-card li {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.68rem 0 0.68rem 1.7rem;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  font-size: 0.78rem;
}

.private-list-card li::before {
  content: "✓";
  position: absolute;
  left: 1.15rem;
  font-weight: 900;
}

.private-list-card li strong {
  color: #ffe6ad;
  font-size: 0.68rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.private-list-card > a {
  display: inline-block;
  margin-top: 1rem;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 750;
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.5);
  text-underline-offset: 4px;
}

.private-guest-list-kicker {
  margin: 0 0 0.95rem;
  color: #bd3325;
  font-size: 0.71rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.private-guest-list-title {
  max-width: 11ch;
  margin: 0;
  color: #2c2225;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(2.65rem, 5vw, 4.1rem);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: -0.05em;
}

.private-guest-list-dek {
  max-width: 37rem;
  margin: 1.2rem 0;
  color: #64595c;
  font-size: 1.05rem;
  line-height: 1.65;
}

.private-guest-list-events {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: 0 0 1.45rem;
}

.private-guest-list-events span {
  padding: 0.35rem 0.6rem;
  color: #6f3a35;
  background: rgba(226, 61, 42, 0.08);
  border: 1px solid rgba(226, 61, 42, 0.18);
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 700;
}

body.page-identity-private-guest-list .prose .content-band h2::before {
  content: "✓ ";
  color: #e23d2a;
  font-family: "Figtree", sans-serif;
}

@media (max-width: 900px) {
  .wedding-invitation-shell,
  .festival-pass-shell,
  .birthday-invitation-shell,
  .sports-bib-shell,
  .private-guest-list-shell {
    grid-template-columns: 1fr;
    gap: 2.75rem;
  }

  .wedding-stationery,
  .festival-poster,
  .birthday-rsvp,
  .race-bib-card,
  .private-list-card {
    max-width: 35rem;
  }

  .festival-poster { order: 2; }
  .festival-pass-copy { order: 1; }
  .private-list-card { order: 2; }
  .private-guest-list-copy { order: 1; }
}

@media (max-width: 639px) {
  .wedding-invitation-shell,
  .festival-pass-shell,
  .birthday-invitation-shell,
  .sports-bib-shell,
  .private-guest-list-shell {
    padding-top: 2.75rem !important;
    padding-bottom: 3rem !important;
  }

  .festival-poster-title {
    font-size: clamp(2.5rem, 14vw, 3.6rem);
  }

  .race-bib-card dl {
    grid-template-columns: 1fr;
  }

  .race-bib-card dl div {
    text-align: left;
    border-right: 0;
    border-bottom: 1px solid rgba(32, 35, 41, 0.12);
  }

  .race-bib-card dl div:last-child { border-bottom: 0; }
  .wedding-stationery-seal { right: -0.1rem; }
}

/* ==========================================================================
   HUB IDENTITIES — planning workspace + editorial guide folio
   ========================================================================== */

/* Planning Center */
.planning-board {
  position: relative;
  overflow: hidden;
  padding: clamp(2.75rem, 5vw, 4rem) 0 0;
  background:
    linear-gradient(90deg, rgba(14, 124, 123, 0.06) 1px, transparent 1px),
    linear-gradient(rgba(14, 124, 123, 0.05) 1px, transparent 1px),
    #f4faf7;
  background-size: 56px 56px;
  border-bottom: 1px solid rgba(18, 73, 72, 0.16);
}

.planning-board::before {
  content: "";
  position: absolute;
  width: 20rem;
  aspect-ratio: 1;
  right: -9rem;
  top: -12rem;
  border: 4rem solid rgba(14, 124, 123, 0.07);
  border-radius: 50%;
  pointer-events: none;
}

.planning-board-shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(15rem, 20rem);
  gap: clamp(3rem, 8vw, 8rem);
  align-items: end;
  padding-bottom: clamp(2.75rem, 5vw, 4rem) !important;
}

.planning-board-kicker {
  display: flex;
  justify-content: space-between;
  max-width: 42rem;
  margin: 0 0 1rem;
  color: #0a6867;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.planning-board-title {
  margin: 0;
  color: #183233;
  font-family: "Figtree", system-ui, sans-serif;
  font-size: clamp(2.65rem, 5vw, 4.1rem);
  font-weight: 850;
  line-height: 0.96;
  letter-spacing: -0.055em;
}

.planning-board-dek {
  max-width: 43rem;
  margin: 1.2rem 0 0;
  color: #526363;
  font-size: 1.07rem;
  line-height: 1.65;
}

.planning-board-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.9rem 1.25rem;
  margin-top: 1.5rem;
}

.planning-board-primary {
  display: inline-flex;
  align-items: center;
  min-height: 3rem;
  padding: 0.78rem 1.25rem;
  color: #fff;
  background: #0e7c7b;
  border: 2px solid #0e7c7b;
  border-radius: 7px;
  font-size: 0.94rem;
  font-weight: 750;
  text-decoration: none;
  box-shadow: 0 12px 24px -16px rgba(7, 84, 83, 0.7);
}

.planning-board-primary:hover {
  background: #0a6867;
  border-color: #0a6867;
  transform: translateY(-2px);
}

.planning-board-secondary {
  color: #225c5c;
  font-size: 0.82rem;
  font-weight: 750;
  text-decoration: underline;
  text-decoration-color: rgba(14, 124, 123, 0.35);
  text-underline-offset: 4px;
}

.planning-board-status {
  position: relative;
  padding: 1.3rem 1.35rem 1.25rem;
  background: #f7d982;
  border: 1px solid rgba(106, 79, 24, 0.18);
  box-shadow: 10px 11px 0 rgba(14, 124, 123, 0.13);
  transform: rotate(1.1deg);
}

.planning-board-status::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -0.45rem;
  width: 3.5rem;
  height: 0.8rem;
  background: rgba(255, 255, 255, 0.56);
  transform: translateX(-50%) rotate(-2deg);
}

.planning-board-status span {
  display: block;
  margin-bottom: 0.55rem;
  color: #776022;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.planning-board-status strong {
  color: #3f3418;
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.22rem;
  line-height: 1.4;
}

.planning-sequence {
  position: relative;
  z-index: 1;
  padding-bottom: 0 !important;
}

.planning-sequence ol {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin: 0;
  padding: 0;
  background: #fff;
  border: 1px solid rgba(18, 73, 72, 0.18);
  border-bottom: 0;
  list-style: none;
  box-shadow: 0 -12px 34px -32px rgba(17, 66, 65, 0.7);
}

.planning-sequence li {
  position: relative;
  min-height: 8.5rem;
  padding: 1.15rem 1rem;
  border-right: 1px solid rgba(18, 73, 72, 0.15);
}

.planning-sequence li:last-child { border-right: 0; }

.planning-sequence li::after {
  content: "→";
  position: absolute;
  z-index: 1;
  right: -0.6rem;
  top: 1rem;
  display: grid;
  width: 1.2rem;
  aspect-ratio: 1;
  place-items: center;
  color: #0e7c7b;
  background: #fff;
  font-size: 0.8rem;
}

.planning-sequence li:last-child::after { display: none; }

.planning-sequence span,
.planning-sequence strong,
.planning-sequence small {
  display: block;
}

.planning-sequence span {
  color: #0e7c7b;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.68rem;
  font-weight: 700;
}

.planning-sequence strong {
  margin-top: 0.55rem;
  color: #193536;
  font-size: 0.98rem;
}

.planning-sequence small {
  margin-top: 0.35rem;
  color: #687575;
  font-size: 0.72rem;
  line-height: 1.4;
}

body.page-identity-planning-board .tool-card {
  border-top-color: #0e7c7b !important;
}

body.page-identity-planning-board .prose .content-band h2::before {
  content: "PLAN / ";
  color: #0e7c7b;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.56em;
  letter-spacing: 0.04em;
}

body.page-identity-planning-board .turtle-cta-band--close {
  background:
    linear-gradient(90deg, rgba(14, 124, 123, 0.045) 1px, transparent 1px),
    linear-gradient(135deg, #f5fbf8 0%, #dff0ec 100%) !important;
  background-size: 56px 56px, auto !important;
}

/* Guides folio */
.guides-folio {
  position: relative;
  overflow: hidden;
  padding: clamp(2.75rem, 5vw, 4rem) 0;
  background:
    radial-gradient(circle at 92% 10%, rgba(212, 168, 75, 0.18), transparent 25%),
    #f3ede2;
  border-bottom: 1px solid rgba(49, 40, 36, 0.16);
}

.guides-folio::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(0deg, transparent 0 31px, rgba(74, 57, 49, 0.035) 31px 32px);
  pointer-events: none;
}

.guides-folio-shell {
  position: relative;
  z-index: 1;
}

.guides-folio-masthead {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin: 0 0 0.8rem;
  padding: 0 0.25rem;
  color: #87502d;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.guides-folio-spread {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #fffdf8;
  border: 1px solid rgba(49, 40, 36, 0.17);
  box-shadow:
    13px 15px 0 rgba(212, 168, 75, 0.15),
    0 26px 48px -38px rgba(49, 40, 36, 0.75);
}

.guides-folio-intro,
.guides-folio-index {
  min-height: 24rem;
  padding: clamp(1.6rem, 4vw, 3rem);
}

.guides-folio-intro {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid rgba(49, 40, 36, 0.16);
}

.guides-folio-intro::after {
  content: "";
  position: absolute;
  right: -0.35rem;
  top: 0;
  bottom: 0;
  width: 0.7rem;
  background: linear-gradient(90deg, rgba(49, 40, 36, 0.08), transparent 50%, rgba(49, 40, 36, 0.05));
  pointer-events: none;
}

.guides-folio-kicker {
  margin: 0 0 0.85rem;
  color: #c33a29;
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.guides-folio-title {
  margin: 0;
  color: #2d2522;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(2.9rem, 5.5vw, 4.7rem);
  font-weight: 650;
  line-height: 0.92;
  letter-spacing: -0.055em;
}

.guides-folio-dek {
  max-width: 31rem;
  margin: 1.15rem 0 1.5rem;
  color: #655b56;
  font-size: 1.02rem;
  line-height: 1.65;
}

.guides-folio-primary {
  align-self: flex-start;
  color: #9d2f24;
  font-size: 0.85rem;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: rgba(195, 58, 41, 0.35);
  text-underline-offset: 4px;
}

.guides-folio-index {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0;
}

.guides-folio-index-label {
  margin: 0 0 0.5rem;
  color: #8b765f;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.guides-folio-index a {
  display: grid;
  grid-template-columns: 2rem 6rem 1fr;
  gap: 0.8rem;
  align-items: baseline;
  padding: 0.85rem 0;
  color: inherit;
  border-top: 1px solid rgba(49, 40, 36, 0.15);
  text-decoration: none;
}

.guides-folio-index a:last-child {
  border-bottom: 1px solid rgba(49, 40, 36, 0.15);
}

.guides-folio-index a > span {
  color: #c33a29;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.68rem;
  font-weight: 700;
}

.guides-folio-index a > strong {
  color: #312925;
  font-size: 0.88rem;
}

.guides-folio-index a > small {
  color: #756b65;
  font-size: 0.74rem;
  line-height: 1.4;
}

.guides-folio-index a:hover strong { color: #c33a29; }

body.page-identity-guides-folio .content-band ul:not(.link-chip-list) {
  max-width: 50rem;
  border-top: 1px solid rgba(49, 40, 36, 0.15);
}

body.page-identity-guides-folio .content-band ul:not(.link-chip-list) li {
  margin: 0 !important;
  padding: 0 !important;
  border-bottom: 1px solid rgba(49, 40, 36, 0.15);
}

body.page-identity-guides-folio .content-band ul:not(.link-chip-list) li::before {
  display: none !important;
}

body.page-identity-guides-folio .content-band ul:not(.link-chip-list) li a {
  display: block;
  padding: 0.85rem 0;
  color: #3a302c !important;
  text-decoration: none !important;
}

body.page-identity-guides-folio .content-band ul:not(.link-chip-list) li a::after {
  content: " →";
  color: #c33a29;
}

body.page-identity-guides-folio .content-band ul:not(.link-chip-list) li a:hover {
  color: #c33a29 !important;
}

body.page-identity-guides-folio .prose .content-band h2 {
  font-family: "Fraunces", Georgia, serif !important;
  font-weight: 650 !important;
}

body.page-identity-guides-folio .prose .content-band h2::before {
  content: "FIELD NOTES / ";
  color: #c33a29;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.5em;
  letter-spacing: 0.04em;
}

@media (max-width: 900px) {
  .planning-board-shell {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 2.5rem;
  }

  .planning-board-status {
    max-width: 24rem;
  }

  .planning-sequence {
    overflow-x: auto;
    scrollbar-width: none;
  }

  .planning-sequence ol {
    min-width: 50rem;
  }
}

@media (max-width: 720px) {
  .guides-folio-spread {
    grid-template-columns: 1fr;
  }

  .guides-folio-intro,
  .guides-folio-index {
    min-height: 0;
  }

  .guides-folio-intro {
    border-right: 0;
    border-bottom: 1px solid rgba(49, 40, 36, 0.16);
  }

  .guides-folio-intro::after { display: none; }
}

@media (max-width: 639px) {
  .planning-board {
    padding-top: 2.75rem;
  }

  .planning-board-kicker,
  .guides-folio-masthead {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.3rem;
  }

  .planning-board-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .guides-folio {
    padding: 2.75rem 0 3rem;
  }

  .guides-folio-index a {
    grid-template-columns: 1.7rem 5rem 1fr;
    gap: 0.55rem;
  }
}

/* ==========================================================================
   GUIDE DESTINATIONS + CITIES — compact purpose-built openings
   ========================================================================== */
.coverage-layers,
.process-track,
.answer-index,
.policy-blueprint,
.cities-finder {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(35, 38, 43, 0.14);
}

.coverage-layers {
  padding: clamp(2.75rem, 5vw, 4rem) 0;
  background: #fff9f3;
}

.coverage-layers-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(22rem, 1.1fr);
  gap: clamp(3rem, 8vw, 7rem);
  align-items: center;
}

.coverage-layers-heading p,
.process-track-heading p,
.answer-index-heading p,
.policy-blueprint-heading p,
.cities-finder-heading p {
  margin: 0 0 0.8rem;
  color: #c33a29;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.coverage-layers-heading h1,
.process-track-heading h1,
.answer-index-heading h1,
.policy-blueprint-heading h1,
.cities-finder-heading h1 {
  margin: 0;
  color: #22252a;
  font-family: "Figtree", system-ui, sans-serif;
  font-size: clamp(2.35rem, 4.4vw, 3.65rem);
  font-weight: 850;
  line-height: 0.98;
  letter-spacing: -0.052em;
}

.coverage-layers-heading > span,
.process-track-heading > span,
.answer-index-heading > span,
.policy-blueprint-heading > span,
.cities-finder-heading > span {
  display: block;
  max-width: 40rem;
  margin-top: 1.05rem;
  color: #5a6067;
  font-size: 1rem;
  line-height: 1.6;
}

.coverage-layer-stack {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  padding: 0.65rem 0;
}

.coverage-layer-stack a {
  display: grid;
  grid-template-columns: 2.2rem 9rem 1fr;
  gap: 0.8rem;
  align-items: center;
  min-height: 3.7rem;
  padding: 0.7rem 1rem;
  color: inherit;
  background: #fff;
  border: 1px solid rgba(42, 45, 51, 0.14);
  border-left: 5px solid #e23d2a;
  text-decoration: none;
  box-shadow: 7px 7px 0 rgba(212, 168, 75, 0.11);
}

.coverage-layer-stack a:nth-child(2) { margin-left: 1.25rem; }
.coverage-layer-stack a:nth-child(3) { margin-left: 2.5rem; }
.coverage-layer-stack a:nth-child(4) { margin-left: 3.75rem; }
.coverage-layer-stack span {
  color: #c33a29;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.68rem;
  font-weight: 700;
}
.coverage-layer-stack strong { color: #25282d; font-size: 0.86rem; }
.coverage-layer-stack small { color: #6a7076; font-size: 0.73rem; }

body.page-identity-coverage-layers .tool-card {
  border-top-color: #e23d2a !important;
}

.process-track {
  padding: clamp(2.75rem, 5vw, 4rem) 0;
  background:
    linear-gradient(90deg, rgba(226, 61, 42, 0.04) 1px, transparent 1px),
    #fffdf8;
  background-size: 64px 64px;
}

.process-track-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(20rem, 1.2fr);
  column-gap: clamp(2rem, 7vw, 6rem);
  align-items: end;
}

.process-track-heading p { grid-column: 1; }
.process-track-heading h1 { grid-column: 1; }
.process-track-heading > span {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: end;
  margin: 0 0 0.25rem;
}

.process-track-rail {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin: 2.25rem 0 1rem;
  padding: 0;
  list-style: none;
  border-top: 4px solid #e23d2a;
}

.process-track-rail li {
  position: relative;
  padding: 1rem 0.8rem 0.4rem 0;
}

.process-track-rail li::before {
  content: "";
  position: absolute;
  top: -0.55rem;
  left: 0;
  width: 0.8rem;
  aspect-ratio: 1;
  background: #fffdf8;
  border: 3px solid #e23d2a;
  border-radius: 50%;
}

.process-track-rail span,
.process-track-rail strong,
.process-track-rail small { display: block; }
.process-track-rail span {
  color: #b23627;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.65rem;
  font-weight: 700;
}
.process-track-rail strong { margin-top: 0.35rem; color: #25282d; font-size: 0.9rem; }
.process-track-rail small { margin-top: 0.22rem; color: #6b7075; font-size: 0.71rem; }

.process-track-action {
  color: #9e3025;
  font-size: 0.8rem;
  font-weight: 750;
  text-decoration: underline;
  text-decoration-color: rgba(226, 61, 42, 0.35);
  text-underline-offset: 4px;
}

.answer-index {
  padding: clamp(2.75rem, 5vw, 4rem) 0;
  background:
    radial-gradient(circle at 92% 16%, rgba(212, 168, 75, 0.2), transparent 25%),
    #f8f3ea;
}

.answer-index-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(22rem, 1.1fr);
  gap: clamp(3rem, 8vw, 7rem);
  align-items: center;
}

.answer-index-heading h1 {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 650;
}

.answer-index-tabs {
  background: #fff;
  border: 1px solid rgba(53, 44, 39, 0.15);
  border-top: 5px solid #d4a84b;
}

.answer-index-tabs a {
  display: grid;
  grid-template-columns: 2.3rem 1fr;
  gap: 0.75rem;
  padding: 0.9rem 1rem;
  color: #352d29;
  font-size: 0.83rem;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid rgba(53, 44, 39, 0.13);
}

.answer-index-tabs a:last-child { border-bottom: 0; }
.answer-index-tabs a:hover { color: #c33a29; background: #fffaf4; }
.answer-index-tabs span {
  color: #c33a29;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.67rem;
}

body.page-identity-answer-index .content-band p:has(> strong:first-child) {
  max-width: 48rem;
  margin-bottom: 0 !important;
  padding: 1rem 0;
  border-top: 1px solid rgba(45, 39, 36, 0.14);
}

body.page-identity-answer-index .content-band p:has(> strong:first-child) strong {
  display: block;
  margin-bottom: 0.35rem;
  color: #2f2926 !important;
  font-size: 1rem;
}

.policy-blueprint {
  padding: clamp(2.75rem, 5vw, 4rem) 0;
  background:
    linear-gradient(90deg, rgba(14, 124, 123, 0.06) 1px, transparent 1px),
    linear-gradient(rgba(14, 124, 123, 0.05) 1px, transparent 1px),
    #f6faf7;
  background-size: 48px 48px;
}

.policy-blueprint-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(22rem, 1.1fr);
  gap: clamp(2.5rem, 7vw, 6rem);
  align-items: center;
}

.policy-blueprint-heading p { color: #0e7271; }
.policy-blueprint-map {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: rgba(255, 255, 255, 0.84);
  border: 2px solid #0e7c7b;
  box-shadow: 10px 11px 0 rgba(14, 124, 123, 0.12);
}

.policy-blueprint-map div {
  min-height: 7rem;
  padding: 1rem;
  border-right: 1px solid rgba(14, 124, 123, 0.24);
  border-bottom: 1px solid rgba(14, 124, 123, 0.24);
}

.policy-blueprint-map div:nth-child(2n) { border-right: 0; }
.policy-blueprint-map div:nth-last-child(-n+2) { border-bottom: 0; }
.policy-blueprint-map span,
.policy-blueprint-map strong,
.policy-blueprint-map small { display: block; }
.policy-blueprint-map span {
  color: #0e7c7b;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.68rem;
  font-weight: 700;
}
.policy-blueprint-map strong { margin-top: 0.5rem; color: #223536; font-size: 0.87rem; }
.policy-blueprint-map small { margin-top: 0.25rem; color: #617171; font-size: 0.72rem; }
.policy-blueprint-note {
  grid-column: 2;
  margin: -1rem 0 0;
  color: #687574;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.64rem;
}

.cities-finder {
  padding: clamp(2.5rem, 5vw, 3.75rem) 0 0;
  background:
    linear-gradient(90deg, rgba(226, 61, 42, 0.04) 1px, transparent 1px),
    #fff9f3;
  background-size: 64px 64px;
}

.cities-finder-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 25rem);
  gap: clamp(3rem, 8vw, 7rem);
  align-items: end;
  padding-bottom: clamp(2rem, 4vw, 3rem) !important;
}

.cities-finder-controls label {
  display: block;
  margin-bottom: 0.5rem;
  color: #8e3025;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.cities-finder-search {
  display: grid;
  grid-template-columns: 1.2rem 1fr;
  gap: 0.7rem;
  align-items: center;
  padding: 0.75rem 0.9rem;
  background: #fff;
  border: 2px solid #292c31;
  box-shadow: 7px 8px 0 rgba(212, 168, 75, 0.18);
}

.cities-finder-search svg {
  width: 1.1rem;
  fill: none;
  stroke: #e23d2a;
  stroke-width: 2;
}

.cities-finder-search input {
  min-width: 0;
  color: #25282d;
  background: transparent;
  border: 0;
  outline: 0;
  font: inherit;
}

.cities-finder-controls > p {
  margin: 0.65rem 0 0;
  color: #6b7076;
  font-size: 0.74rem;
}

.cities-finder-jumps {
  display: flex;
  gap: 0;
  overflow-x: auto;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  border: 1px solid rgba(48, 42, 39, 0.14);
  border-bottom: 0;
  scrollbar-width: none;
}

.cities-finder-jumps a {
  flex: 1 0 auto;
  min-width: 8.5rem;
  padding: 0.8rem 1rem;
  color: #3e3531;
  background: #fff;
  border-right: 1px solid rgba(48, 42, 39, 0.13);
  font-size: 0.76rem;
  font-weight: 750;
  text-align: center;
  text-decoration: none;
}

.cities-finder-jumps a:last-child { border-right: 0; color: #bd3325; }
.cities-finder-jumps a:hover { background: #fff4ea; color: #bd3325; }

body.page-identity-cities-finder .city-card-grid {
  gap: 0.85rem !important;
}

body.page-identity-cities-finder .city-card {
  padding: 1rem !important;
  background: #fff !important;
  border: 1px solid rgba(43, 46, 52, 0.13) !important;
  border-top: 4px solid #e23d2a !important;
  border-radius: 7px !important;
}

body.page-identity-cities-finder .city-list-link {
  padding: 0.5rem 0 !important;
  border-bottom: 1px solid rgba(43, 46, 52, 0.1);
}

body.page-identity-cities-finder [hidden] {
  display: none !important;
}

@media (max-width: 900px) {
  .coverage-layers-shell,
  .answer-index-shell,
  .policy-blueprint-shell,
  .cities-finder-shell {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 2.5rem;
  }

  .process-track-heading {
    grid-template-columns: 1fr;
  }

  .process-track-heading p,
  .process-track-heading h1,
  .process-track-heading > span {
    grid-column: 1;
    grid-row: auto;
  }

  .process-track-heading > span { margin-top: 1rem; }
  .policy-blueprint-note { grid-column: 1; margin-top: -1rem; }
}

@media (max-width: 639px) {
  .coverage-layer-stack a {
    grid-template-columns: 1.8rem 1fr;
  }

  .coverage-layer-stack small {
    grid-column: 2;
  }

  .coverage-layer-stack a:nth-child(n) {
    margin-left: 0;
  }

  .process-track-rail {
    grid-template-columns: 1fr;
    border-top: 0;
    border-left: 4px solid #e23d2a;
    margin-left: 0.4rem;
  }

  .process-track-rail li {
    padding: 0.6rem 0 0.8rem 1.25rem;
  }

  .process-track-rail li::before {
    top: 0.85rem;
    left: -0.55rem;
  }

  .policy-blueprint-map {
    grid-template-columns: 1fr;
  }

  .policy-blueprint-map div {
    border-right: 0;
    border-bottom: 1px solid rgba(14, 124, 123, 0.24) !important;
  }

  .policy-blueprint-map div:last-child { border-bottom: 0 !important; }
}

/* Detail pages use compact editorial bands; hub identities keep their own rhythm. */
body.turtle-bridge:not(.turtle-bridge--home):not([class*="page-identity-"]) .content-intro {
  padding: 1.75rem 0 1.35rem !important;
}

body.turtle-bridge:not(.turtle-bridge--home):not([class*="page-identity-"]) .content-band {
  padding: clamp(1.45rem, 2.5vw, 2rem) 0 !important;
}

@media (max-width: 639px) {
  body.turtle-bridge:not(.turtle-bridge--home):not([class*="page-identity-"]) .content-intro,
  body.turtle-bridge:not(.turtle-bridge--home):not([class*="page-identity-"]) .content-band {
    padding: 1.35rem 0 !important;
  }
}

/* ==========================================================================
   EVENT INSURANCE — compact coverage desk
   ========================================================================== */
.event-coverage-desk {
  position: relative;
  overflow: hidden;
  padding: clamp(2.75rem, 5vw, 4.25rem) 0 0;
  background:
    linear-gradient(90deg, rgba(226, 61, 42, 0.045) 1px, transparent 1px),
    #fff9f2;
  background-size: 72px 72px;
  border-bottom: 1px solid rgba(39, 42, 47, 0.15);
}

.event-coverage-desk::after {
  position: absolute;
  top: -7rem;
  right: -5rem;
  width: 20rem;
  height: 20rem;
  border: 1px solid rgba(212, 168, 75, 0.26);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.event-coverage-desk-shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(20rem, 0.95fr);
  gap: clamp(3rem, 8vw, 7rem);
  align-items: center;
  padding-bottom: clamp(2.5rem, 5vw, 4rem) !important;
}

.event-coverage-desk-kicker {
  margin: 0 0 0.8rem;
  color: #bd3527;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.68rem;
  font-weight: 750;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.event-coverage-desk-copy h1 {
  max-width: 47rem;
  margin: 0;
  color: #202328;
  font-family: "Figtree", system-ui, sans-serif;
  font-size: clamp(2.6rem, 5vw, 4.35rem);
  font-weight: 860;
  line-height: 0.96;
  letter-spacing: -0.058em;
}

.event-coverage-desk-dek {
  max-width: 42rem;
  margin: 1.15rem 0 0;
  color: #555c63;
  font-size: clamp(1rem, 1.5vw, 1.12rem);
  line-height: 1.62;
}

.event-coverage-desk-action {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem 1.25rem;
  align-items: center;
  margin-top: 1.55rem;
}

.event-coverage-desk-action > a:not(.btn-cta-host) {
  color: #33383e;
  font-size: 0.82rem;
  font-weight: 750;
  text-decoration: none;
  border-bottom: 1px solid #d4a84b;
}

.event-file {
  position: relative;
  background: rgba(255, 255, 255, 0.94);
  border: 2px solid #25282d;
  box-shadow: 11px 12px 0 rgba(212, 168, 75, 0.18);
}

.event-file::before {
  position: absolute;
  top: -0.55rem;
  right: 1.1rem;
  width: 4.75rem;
  height: 0.55rem;
  background: #e23d2a;
  content: "";
}

.event-file-head {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.9rem 1rem 0.8rem;
  border-bottom: 1px solid rgba(37, 40, 45, 0.17);
}

.event-file-head span,
.event-file-head strong {
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.66rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.event-file-head span { color: #bd3527; font-weight: 750; }
.event-file-head strong { color: #666c72; }
.event-file-list { margin: 0; padding: 0; list-style: none; }

.event-file-list li {
  display: grid;
  grid-template-columns: 2rem minmax(0, 1fr);
  gap: 0.7rem;
  align-items: start;
  padding: 1rem;
  border-bottom: 1px solid rgba(37, 40, 45, 0.12);
}

.event-file-list > li > span {
  display: grid;
  width: 1.7rem;
  height: 1.7rem;
  place-items: center;
  color: #fff;
  background: #25282d;
  border-radius: 50%;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.59rem;
  font-weight: 700;
}

.event-file-list strong,
.event-file-list small { display: block; }
.event-file-list strong { color: #25282d; font-size: 0.86rem; }
.event-file-list small { margin-top: 0.18rem; color: #666d73; font-size: 0.73rem; line-height: 1.45; }

.event-file-status {
  display: flex;
  gap: 0.55rem;
  align-items: center;
  margin: 0;
  padding: 0.75rem 1rem;
  color: #275e5b;
  background: #edf7f3;
  font-size: 0.7rem;
  font-weight: 700;
}

.event-file-status span {
  width: 0.52rem;
  height: 0.52rem;
  background: #0e7c7b;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(14, 124, 123, 0.12);
}

.event-coverage-desk-types {
  position: relative;
  z-index: 1;
  border-top: 1px solid rgba(37, 40, 45, 0.14);
  background: rgba(255, 255, 255, 0.72);
}

.event-coverage-desk-types .turtle-shell {
  display: flex;
  overflow-x: auto;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  scrollbar-width: none;
}

.event-coverage-desk-types a {
  flex: 1 0 auto;
  padding: 0.8rem 1rem;
  color: #3d4146;
  border-right: 1px solid rgba(37, 40, 45, 0.12);
  font-size: 0.72rem;
  font-weight: 750;
  text-align: center;
  text-decoration: none;
}

.event-coverage-desk-types a:first-child { border-left: 1px solid rgba(37, 40, 45, 0.12); }
.event-coverage-desk-types a:hover { color: #bd3527; background: #fff4e9; }

body.page-identity-event-coverage-desk .content-intro,
body.page-identity-event-coverage-desk .content-band {
  padding: clamp(1.9rem, 3.5vw, 2.65rem) 0 !important;
}

body.page-identity-event-coverage-desk .tool-card {
  background: #fffdf9 !important;
  border-top-color: #e23d2a !important;
}

body.page-identity-event-coverage-desk .tool-card:hover {
  border-top-color: #d4a84b !important;
}

@media (max-width: 900px) {
  .event-coverage-desk-shell {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .event-file { max-width: 36rem; }
}

@media (max-width: 639px) {
  .event-coverage-desk {
    padding-top: 1.9rem;
  }

  .event-coverage-desk-copy h1 {
    font-size: clamp(2.25rem, 8.5vw, 3rem);
  }

  .event-coverage-desk-action {
    align-items: flex-start;
    flex-direction: column;
  }

  .event-coverage-desk-shell {
    gap: 1.75rem;
    padding-bottom: 2rem !important;
  }

  .event-file {
    box-shadow: 7px 8px 0 rgba(212, 168, 75, 0.18);
  }

  .event-file-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.2rem;
  }

  body.page-identity-event-coverage-desk .content-intro,
  body.page-identity-event-coverage-desk .content-band {
    padding: 1.5rem 0 !important;
  }
}

body.turtle-bridge .prose .soft-consult-cta a.btn-cta-host {
  color: #fff !important;
  text-decoration: none !important;
}

/* Compact utility rhythm: legal, professional, and city-directory pages. */
body.turtle-bridge.page-identity-legal-ledger .content-intro,
body.turtle-bridge.page-identity-pro-workbench .content-intro,
body.turtle-bridge.page-identity-cities-finder .content-intro {
  padding: 0.65rem 0 !important;
}

body.turtle-bridge.page-identity-legal-ledger .content-band,
body.turtle-bridge.page-identity-pro-workbench .content-band,
body.turtle-bridge.page-identity-cities-finder .content-band {
  padding: clamp(0.75rem, 1.35vw, 1rem) 0 !important;
}

body.turtle-bridge.page-identity-legal-ledger .content-intro .turtle-shell > :first-child,
body.turtle-bridge.page-identity-pro-workbench .content-intro .turtle-shell > :first-child,
body.turtle-bridge.page-identity-cities-finder .content-intro .turtle-shell > :first-child {
  margin-top: 0 !important;
}

body.turtle-bridge.page-identity-legal-ledger .content-intro .turtle-shell > :last-child,
body.turtle-bridge.page-identity-pro-workbench .content-intro .turtle-shell > :last-child,
body.turtle-bridge.page-identity-cities-finder .content-intro .turtle-shell > :last-child {
  margin-bottom: 0 !important;
}

/* ==========================================================================
   UTILITY PAGE SYSTEM — quote, support, requirements, legal, professionals
   ========================================================================== */
.quote-counter,
.agency-letterhead,
.requirements-clipboard,
.legal-ledger,
.pro-workbench {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(35, 38, 43, 0.15);
}

.quote-counter-shell,
.agency-letterhead-shell,
.requirements-clipboard-shell,
.legal-ledger-shell,
.pro-workbench-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(20rem, 0.85fr);
  gap: clamp(3rem, 8vw, 7rem);
  align-items: center;
}

.quote-counter-copy h1,
.agency-letterhead-copy h1,
.requirements-clipboard-copy h1,
.legal-ledger h1,
.pro-workbench-copy h1 {
  margin: 0;
  color: #22252a;
  font-family: "Figtree", system-ui, sans-serif;
  font-size: clamp(2.45rem, 4.7vw, 3.9rem);
  font-weight: 860;
  line-height: 0.97;
  letter-spacing: -0.055em;
}

.quote-counter-copy > p:last-of-type,
.agency-letterhead-copy > p:last-of-type,
.requirements-clipboard-copy > span,
.legal-ledger header > span,
.pro-workbench-copy > span {
  display: block;
  max-width: 43rem;
  margin: 1rem 0 0;
  color: #596067;
  font-size: 1rem;
  line-height: 1.62;
}

.quote-counter {
  padding: clamp(2.6rem, 5vw, 4rem) 0;
  background:
    linear-gradient(90deg, rgba(226, 61, 42, 0.045) 1px, transparent 1px),
    #fff9f2;
  background-size: 68px 68px;
}

.quote-counter--thimble {
  background:
    linear-gradient(90deg, rgba(14, 124, 123, 0.055) 1px, transparent 1px),
    #f4faf7;
  background-size: 68px 68px;
}

.quote-counter-kicker,
.agency-letterhead-kicker,
.requirements-clipboard-copy > p,
.legal-ledger header > p,
.pro-workbench-copy > p {
  margin: 0 0 0.75rem;
  color: #bd3527;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.67rem;
  font-weight: 750;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.quote-counter--thimble .quote-counter-kicker,
.pro-workbench-copy > p { color: #0d7473; }

.quote-counter-copy .btn-cta-host,
.quote-counter-copy .btn-cta-pro,
.requirements-clipboard-copy .btn-cta-host,
.requirements-clipboard-copy .btn-cta-pro {
  display: inline-flex;
  margin-top: 1.45rem;
  text-decoration: none !important;
}

.quote-counter-ticket {
  background: #fff;
  border: 2px solid #292c31;
  box-shadow: 10px 11px 0 rgba(212, 168, 75, 0.18);
}

.quote-counter--thimble .quote-counter-ticket {
  box-shadow: 10px 11px 0 rgba(14, 124, 123, 0.14);
}

.quote-counter-ticket-head {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem 1rem;
  border-bottom: 1px dashed rgba(41, 44, 49, 0.28);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.65rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.quote-counter-ticket-head span { color: #bd3527; font-weight: 750; }
.quote-counter--thimble .quote-counter-ticket-head span { color: #0d7473; }
.quote-counter-ticket ul { margin: 0; padding: 0; list-style: none; }
.quote-counter-ticket li {
  display: grid;
  grid-template-columns: 1.8rem 1fr;
  gap: 0.65rem;
  padding: 0.85rem 1rem;
  color: #35393e;
  border-bottom: 1px dashed rgba(41, 44, 49, 0.18);
  font-size: 0.78rem;
}
.quote-counter-ticket li span { color: #a13a2e; font-family: "IBM Plex Mono", monospace; font-size: 0.63rem; font-weight: 750; }
.quote-counter-ticket > a {
  display: block;
  padding: 0.8rem 1rem;
  color: #32373c;
  font-size: 0.73rem;
  font-weight: 750;
  text-decoration: none;
}

.agency-letterhead {
  padding: clamp(2.75rem, 5vw, 4.1rem) 0;
  background:
    linear-gradient(135deg, transparent 72%, rgba(212, 168, 75, 0.1) 72%),
    #fffdf8;
}

.agency-letterhead-copy h1 { max-width: 43rem; }
.agency-letterhead-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem 1.2rem;
  align-items: center;
  margin-top: 1.45rem;
}
.agency-letterhead-actions > a:not(.btn-cta-host) {
  color: #3b4045;
  border-bottom: 1px solid #d4a84b;
  font-size: 0.78rem;
  font-weight: 750;
  text-decoration: none;
}

.agency-routing-card {
  padding: 0.7rem;
  background: #f4eee5;
  border: 1px solid rgba(43, 46, 52, 0.2);
  box-shadow: 10px 11px 0 rgba(226, 61, 42, 0.1);
}
.agency-routing-card > p {
  margin: 0;
  padding: 0.4rem 0.45rem 0.7rem;
  color: #8e3025;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.65rem;
  font-weight: 750;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}
.agency-routing-card a,
.agency-routing-card > div {
  display: grid;
  grid-template-columns: 2rem 1fr;
  gap: 0 0.65rem;
  padding: 0.85rem;
  color: #303439;
  background: #fff;
  border-top: 1px solid rgba(43, 46, 52, 0.12);
  text-decoration: none;
}
.agency-routing-card a span,
.agency-routing-card > div span { grid-row: 1 / 3; color: #bd3527; font-family: "IBM Plex Mono", monospace; font-size: 0.62rem; font-weight: 750; }
.agency-routing-card a strong,
.agency-routing-card a small,
.agency-routing-card > div strong,
.agency-routing-card > div small { display: block; }
.agency-routing-card a strong,
.agency-routing-card > div strong { font-size: 0.8rem; }
.agency-routing-card a small,
.agency-routing-card > div small { margin-top: 0.15rem; color: #697076; font-size: 0.68rem; }

.requirements-clipboard {
  padding: clamp(2.75rem, 5vw, 4rem) 0;
  background:
    linear-gradient(rgba(14, 124, 123, 0.045) 1px, transparent 1px),
    #f5faf7;
  background-size: 100% 42px;
}
.requirements-clipboard-copy > p { color: #0e7271; }
.requirements-sheet {
  position: relative;
  padding: 1.5rem 1rem 0.9rem;
  background: #fff;
  border: 2px solid #2d3337;
  box-shadow: 10px 11px 0 rgba(14, 124, 123, 0.14);
}
.requirements-sheet-clip {
  position: absolute;
  top: -0.75rem;
  left: 50%;
  width: 6rem;
  height: 1.3rem;
  background: #d4a84b;
  border: 2px solid #2d3337;
  border-radius: 0.3rem;
  transform: translateX(-50%);
}
.requirements-sheet > p {
  margin: 0 0 0.65rem;
  color: #0e7271;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.66rem;
  font-weight: 750;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}
.requirements-sheet ul { margin: 0; padding: 0; list-style: none; }
.requirements-sheet li {
  display: grid;
  grid-template-columns: 1rem 1fr;
  gap: 0.65rem;
  padding: 0.75rem 0;
  color: #373c41;
  border-top: 1px solid rgba(45, 51, 55, 0.13);
  font-size: 0.76rem;
}
.requirements-sheet li span {
  width: 0.78rem;
  height: 0.78rem;
  margin-top: 0.12rem;
  border: 2px solid #0e7c7b;
}
.requirements-sheet > a {
  display: inline-block;
  margin-top: 0.65rem;
  color: #0d6968;
  font-size: 0.72rem;
  font-weight: 750;
}

.legal-ledger {
  padding: clamp(1.75rem, 3vw, 2.5rem) 0;
  background:
    repeating-linear-gradient(0deg, transparent 0, transparent 31px, rgba(45, 49, 54, 0.045) 32px),
    #faf8f3;
}
.legal-ledger-shell { align-items: end; }
.legal-ledger header > p { color: #62676d; }
.legal-ledger-stamp {
  padding: 1rem 1.1rem;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #34383d;
  border-left: 5px solid #d4a84b;
}
.legal-ledger-stamp span,
.legal-ledger-stamp strong,
.legal-ledger-stamp small { display: block; }
.legal-ledger-stamp span { color: #8d352b; font-family: "IBM Plex Mono", monospace; font-size: 0.62rem; font-weight: 750; letter-spacing: 0.09em; text-transform: uppercase; }
.legal-ledger-stamp strong { margin-top: 0.55rem; color: #2d3136; font-size: 0.86rem; }
.legal-ledger-stamp small { margin-top: 0.2rem; color: #6b7075; font-size: 0.7rem; }

.pro-workbench {
  padding: clamp(2.75rem, 5vw, 4.1rem) 0;
  background:
    linear-gradient(90deg, rgba(14, 124, 123, 0.06) 1px, transparent 1px),
    #f2faf7;
  background-size: 64px 64px;
}
.pro-workbench-copy > div {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem 1.2rem;
  align-items: center;
  margin-top: 1.45rem;
}
.quote-counter .btn-cta-pro,
.requirements-clipboard .btn-cta-pro,
.pro-workbench .btn-cta-pro {
  padding: 0.78rem 1.2rem;
  color: #fff !important;
  background: #0e7c7b !important;
  border: 2px solid #0e7c7b !important;
  border-radius: 7px;
  box-shadow: 0 10px 22px -14px rgba(9, 75, 74, 0.75);
  text-decoration: none !important;
}
.quote-counter .btn-cta-pro:hover,
.requirements-clipboard .btn-cta-pro:hover,
.pro-workbench .btn-cta-pro:hover {
  background: #096766 !important;
  border-color: #096766 !important;
}
.pro-workbench-copy > div > a:not(.btn-cta-pro) { color: #2f5352; font-size: 0.77rem; font-weight: 750; text-decoration: none; border-bottom: 1px solid #0e7c7b; }
.pro-workbench-board {
  padding: 0.75rem;
  background: #183c3b;
  box-shadow: 10px 11px 0 rgba(212, 168, 75, 0.2);
}
.pro-workbench-board > p { margin: 0; padding: 0.3rem 0.35rem 0.7rem; color: #e8c975; font-family: "IBM Plex Mono", monospace; font-size: 0.64rem; font-weight: 750; letter-spacing: 0.09em; text-transform: uppercase; }
.pro-workbench-board a {
  display: block;
  padding: 0.85rem;
  color: #fff;
  background: rgba(255, 255, 255, 0.07);
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  text-decoration: none;
}
.pro-workbench-board span,
.pro-workbench-board strong { display: block; }
.pro-workbench-board span { color: #8fd5cc; font-size: 0.63rem; font-weight: 700; text-transform: uppercase; }
.pro-workbench-board strong { margin-top: 0.2rem; font-size: 0.8rem; }

body.page-identity-quote-counter .content-intro,
body.page-identity-quote-counter .content-band,
body.page-identity-agency-letterhead .content-intro,
body.page-identity-agency-letterhead .content-band,
body.page-identity-agency-contact .content-intro,
body.page-identity-agency-contact .content-band,
body.page-identity-requirements-clipboard .content-intro,
body.page-identity-requirements-clipboard .content-band,
body.page-identity-legal-ledger .content-intro,
body.page-identity-legal-ledger .content-band,
body.page-identity-pro-workbench .content-intro,
body.page-identity-pro-workbench .content-band {
  padding: clamp(1.65rem, 3vw, 2.3rem) 0 !important;
}

body.page-identity-agency-contact .content-intro,
body.page-identity-agency-contact .content-band {
  padding: clamp(1rem, 1.8vw, 1.35rem) 0 !important;
}

body.page-identity-agency-consult .content-intro,
body.page-identity-agency-consult .content-band {
  padding: clamp(1rem, 1.8vw, 1.35rem) 0 !important;
}

body.page-identity-legal-ledger .content-intro,
body.page-identity-legal-ledger .content-band {
  padding: clamp(1rem, 1.8vw, 1.35rem) 0 !important;
}

@media (max-width: 900px) {
  .quote-counter-shell,
  .agency-letterhead-shell,
  .requirements-clipboard-shell,
  .legal-ledger-shell,
  .pro-workbench-shell {
    grid-template-columns: 1fr;
    gap: 2.25rem;
  }
}

@media (max-width: 639px) {
  .quote-counter,
  .agency-letterhead,
  .requirements-clipboard,
  .legal-ledger,
  .pro-workbench {
    padding: 2rem 0;
  }

  .quote-counter-copy h1,
  .agency-letterhead-copy h1,
  .legal-ledger h1,
  .pro-workbench-copy h1 {
    font-size: clamp(2.2rem, 9vw, 2.85rem);
  }

  .requirements-clipboard-copy h1 {
    font-size: clamp(2.1rem, 7.5vw, 2.5rem);
  }

  .agency-letterhead-actions,
  .pro-workbench-copy > div {
    align-items: flex-start;
    flex-direction: column;
  }

  body.page-identity-quote-counter .content-intro,
  body.page-identity-quote-counter .content-band,
  body.page-identity-agency-letterhead .content-intro,
  body.page-identity-agency-letterhead .content-band,
  body.page-identity-agency-contact .content-intro,
  body.page-identity-agency-contact .content-band,
  body.page-identity-requirements-clipboard .content-intro,
  body.page-identity-requirements-clipboard .content-band,
  body.page-identity-legal-ledger .content-intro,
  body.page-identity-legal-ledger .content-band,
  body.page-identity-pro-workbench .content-intro,
  body.page-identity-pro-workbench .content-band {
    padding: 1.35rem 0 !important;
  }

  body.page-identity-agency-contact .content-intro,
  body.page-identity-agency-contact .content-band {
    padding: 1rem 0 !important;
  }

  body.page-identity-agency-consult .content-intro,
  body.page-identity-agency-consult .content-band {
    padding: 1rem 0 !important;
  }

  body.page-identity-legal-ledger .content-intro,
  body.page-identity-legal-ledger .content-band {
    padding: 0.9rem 0 !important;
  }
}

/* ==========================================================================
   SITE-WIDE COMPACT RHYTHM — all non-home, non-city content pages
   Keep custom identities while removing oversized vertical dead space.
   ========================================================================== */
body.turtle-bridge:not(.turtle-bridge--home):not(.lane-city) .content-intro {
  padding: 0.65rem 0 !important;
}

body.turtle-bridge:not(.turtle-bridge--home):not(.lane-city) .content-band {
  padding: clamp(0.8rem, 1.4vw, 1.05rem) 0 !important;
}

body.turtle-bridge:not(.turtle-bridge--home):not(.lane-city) .content-intro .turtle-shell > :first-child {
  margin-top: 0 !important;
}

body.turtle-bridge:not(.turtle-bridge--home):not(.lane-city) .content-intro .turtle-shell > :last-child {
  margin-bottom: 0 !important;
}

body.turtle-bridge:not(.turtle-bridge--home):not(.lane-city) .page-hero {
  padding-top: clamp(1.65rem, 3vw, 2.2rem) !important;
  padding-bottom: clamp(1.75rem, 3.2vw, 2.35rem) !important;
}

body.turtle-bridge:not(.turtle-bridge--home):not(.lane-city) .page-hero.page-hero--turtle-split {
  min-height: 0 !important;
}

.corporate-brief-shell,
.wedding-invitation-shell,
.festival-pass-shell,
.birthday-invitation-shell,
.sports-bib-shell,
.private-guest-list-shell {
  padding-top: clamp(1.75rem, 3.2vw, 2.4rem) !important;
  padding-bottom: clamp(1.75rem, 3.2vw, 2.4rem) !important;
}

.guides-folio,
.coverage-layers,
.process-track,
.answer-index,
.policy-blueprint,
.quote-counter,
.agency-letterhead,
.requirements-clipboard,
.legal-ledger,
.pro-workbench,
.policy-dossier,
.coi-tracker {
  padding-top: clamp(1.65rem, 3vw, 2.25rem) !important;
  padding-bottom: clamp(1.65rem, 3vw, 2.25rem) !important;
}

.planning-board,
.cities-finder,
.event-coverage-desk {
  padding-top: clamp(1.65rem, 3vw, 2.25rem) !important;
}

.planning-board-shell,
.cities-finder-shell,
.event-coverage-desk-shell {
  padding-bottom: clamp(1.5rem, 2.8vw, 2rem) !important;
}

body.turtle-bridge:not(.turtle-bridge--home):not(.lane-city) .turtle-cta-band {
  padding-top: clamp(1.65rem, 3vw, 2.2rem) !important;
  padding-bottom: clamp(1.75rem, 3.2vw, 2.35rem) !important;
}

@media (max-width: 639px) {
  body.turtle-bridge:not(.turtle-bridge--home):not(.lane-city) .content-intro {
    padding: 0.55rem 0 !important;
  }

  body.turtle-bridge:not(.turtle-bridge--home):not(.lane-city) .content-band {
    padding: 0.75rem 0 !important;
  }

  .corporate-brief-shell,
  .wedding-invitation-shell,
  .festival-pass-shell,
  .birthday-invitation-shell,
  .sports-bib-shell,
  .private-guest-list-shell,
  .quote-counter,
  .agency-letterhead,
  .requirements-clipboard,
  .legal-ledger,
  .pro-workbench,
  .policy-dossier,
  .coi-tracker {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
}

@media (max-width: 900px) {
  .corporate-brief-shell,
  .wedding-invitation-shell,
  .festival-pass-shell,
  .birthday-invitation-shell,
  .sports-bib-shell,
  .private-guest-list-shell,
  .planning-board-shell,
  .coverage-layers-shell,
  .answer-index-shell,
  .policy-blueprint-shell,
  .cities-finder-shell,
  .event-coverage-desk-shell,
  .quote-counter-shell,
  .agency-letterhead-shell,
  .requirements-clipboard-shell,
  .legal-ledger-shell,
  .pro-workbench-shell,
  .policy-dossier-shell,
  .coi-tracker-shell {
    gap: 1.5rem !important;
  }
}

/* ==========================================================================
   POLICY DOSSIER + COI TRACKER — agency lines and free COI Manager
   ========================================================================== */
.policy-dossier,
.coi-tracker {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(35, 38, 43, 0.15);
  background: #fffdf9;
}

.policy-dossier {
  background:
    linear-gradient(90deg, rgba(20, 22, 26, 0.035) 1px, transparent 1px),
    #f7f2e9;
  background-size: 52px 52px;
}

.coi-tracker {
  background:
    radial-gradient(circle at 88% 18%, rgba(14, 124, 123, 0.12), transparent 28%),
    #f4faf8;
}

.policy-dossier-shell,
.coi-tracker-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(20rem, 0.9fr);
  gap: clamp(2.5rem, 7vw, 6rem);
  align-items: center;
}

.policy-dossier-kicker,
.coi-tracker-kicker {
  margin: 0 0 0.85rem;
  color: #6d5644;
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 0.66rem;
  font-weight: 750;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.coi-tracker-kicker {
  color: #0b6867;
}

.policy-dossier-copy h1,
.coi-tracker-copy h1 {
  max-width: 16ch;
  margin: 0;
  color: #202328;
  font-family: "Figtree", system-ui, sans-serif;
  font-size: clamp(2.2rem, 4.4vw, 3.4rem);
  font-weight: 860;
  letter-spacing: -0.05em;
  line-height: 0.98;
}

.policy-dossier-copy > p,
.coi-tracker-copy > p {
  max-width: 38rem;
  margin: 1rem 0 0;
  color: #5a6168;
  font-size: 0.95rem;
  line-height: 1.6;
}

.policy-dossier-actions,
.coi-tracker-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem 1.2rem;
  align-items: center;
  margin-top: 1.35rem;
}

.policy-dossier-secondary,
.coi-tracker-secondary {
  color: #34393f;
  border-bottom: 1px solid rgba(201, 162, 39, 0.7);
  font-size: 0.82rem;
  font-weight: 750;
  text-decoration: none;
}

.policy-dossier-sheet,
.coi-tracker-board {
  padding: 1.15rem 1.2rem 1rem;
  background: #fff;
  border: 2px solid #2a2e33;
  box-shadow: 10px 11px 0 rgba(20, 22, 26, 0.08);
}

.coi-tracker-board {
  border-color: #0e7c7b;
  box-shadow: 10px 11px 0 rgba(14, 124, 123, 0.14);
}

.policy-dossier-sheet > p,
.coi-tracker-board > p {
  margin: 0 0 0.85rem;
  padding-bottom: 0.65rem;
  border-bottom: 1px solid rgba(32, 35, 40, 0.12);
  color: #6a7178;
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 0.6rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.policy-dossier-sheet ul,
.coi-tracker-board ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.policy-dossier-sheet li {
  margin: 0;
  padding: 0.55rem 0;
  border-bottom: 1px solid rgba(32, 35, 40, 0.08);
  color: #2b3036;
  font-size: 0.82rem;
  font-weight: 650;
  line-height: 1.4;
}

.policy-dossier-sheet li:last-child {
  border-bottom: 0;
}

.coi-tracker-board li {
  display: grid;
  grid-template-columns: 1.7rem minmax(0, 1fr);
  gap: 0.7rem;
  align-items: start;
  margin: 0;
  padding: 0.6rem 0;
  border-bottom: 1px solid rgba(14, 124, 123, 0.14);
}

.coi-tracker-board li:last-child {
  border-bottom: 0;
}

.coi-tracker-board li > span {
  display: grid;
  width: 1.55rem;
  height: 1.55rem;
  place-items: center;
  color: #fff;
  background: #0e7c7b;
  border-radius: 50%;
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 0.55rem;
  font-weight: 750;
}

.coi-tracker-board li strong {
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.35;
}

.policy-dossier-sheet > a,
.coi-tracker-board > a {
  display: inline-block;
  margin-top: 0.9rem;
  color: #2f3a3b;
  border-bottom: 1px solid #0e7c7b;
  font-size: 0.74rem;
  font-weight: 750;
  text-decoration: none;
}

.agency-line-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  margin: 1.25rem 0 0;
}

.agency-line-grid a {
  display: block;
  padding: 0.95rem 1rem;
  color: #24282d;
  background: #fffdf9;
  border: 1px solid rgba(35, 38, 43, 0.13);
  border-left: 4px solid #c9a227;
  text-decoration: none;
}

.agency-line-grid a:hover {
  background: #fff7ee;
}

.agency-line-grid strong,
.agency-line-grid span {
  display: block;
}

.agency-line-grid strong {
  font-size: 0.95rem;
}

.agency-line-grid span {
  margin-top: 0.25rem;
  color: #666d74;
  font-size: 0.75rem;
  line-height: 1.4;
}

.agency-line-grid a:nth-child(3n) {
  border-left-color: #0e7c7b;
}

.agency-line-grid a:nth-child(3n + 1) {
  border-left-color: #e23d2a;
}

@media (max-width: 900px) {
  .policy-dossier-shell,
  .coi-tracker-shell,
  .agency-line-grid {
    grid-template-columns: 1fr;
  }
}

/* Rain desk — cool mist wash across the full page (not hero-only) */
body.page-identity-rain-desk.turtle-bridge {
  --turtle-paper: #d5e4ee;
  --turtle-stock: #c9dce8;
  --turtle-line: rgba(70, 110, 130, 0.32);
  --turtle-gold: #5a7d8f;
  --cmc-page-bg: #c9dce8;
  --cmc-paper: #d5e4ee;
  --cmc-paper-soft: #bfd4e2;
  --cmc-content-surface: rgba(255, 255, 255, 0.78);
  background:
    radial-gradient(ellipse 70% 50% at 100% 0%, rgba(90, 140, 168, 0.38), transparent 55%),
    radial-gradient(ellipse 55% 45% at 0% 100%, rgba(14, 124, 123, 0.16), transparent 50%),
    linear-gradient(180deg, #d5e4ee 0%, #c9dce8 42%, #b7cfd8 100%) !important;
}

body.page-identity-rain-desk.turtle-bridge main {
  background: transparent !important;
}

body.page-identity-rain-desk.turtle-bridge:not(.turtle-bridge--home) .cmc-breadcrumbs--turtle {
  background: #cfe0eb !important;
  border-bottom-color: rgba(70, 110, 130, 0.32) !important;
}

body.page-identity-rain-desk.turtle-bridge:not(.turtle-bridge--home) .page-shell--turtle,
body.page-identity-rain-desk.turtle-bridge:not(.turtle-bridge--home) .page-shell--turtle.page-has-hero,
body.page-identity-rain-desk.turtle-bridge:not(.turtle-bridge--home) .page-shell--turtle.page-body {
  background:
    radial-gradient(ellipse 65% 45% at 90% 0%, rgba(90, 140, 168, 0.28), transparent 58%),
    radial-gradient(ellipse 50% 40% at 8% 100%, rgba(14, 124, 123, 0.12), transparent 52%),
    linear-gradient(180deg, #d2e3ee 0%, #c5dae7 55%, #b8cfd9 100%) !important;
}

body.page-identity-rain-desk.turtle-bridge:not(.turtle-bridge--home) .page-hero.page-hero--turtle-split {
  background:
    radial-gradient(circle at 86% 12%, rgba(110, 158, 186, 0.55), transparent 30%),
    radial-gradient(circle at 8% 88%, rgba(14, 124, 123, 0.22), transparent 26%),
    linear-gradient(132deg, #e8f0f5 0%, #d5e4ee 52%, #b9cfd6 100%) !important;
  border-bottom: 4px solid #5a7d8f !important;
}

body.page-identity-rain-desk.turtle-bridge:not(.turtle-bridge--home) .page-hero.page-hero--turtle-split::before {
  background: linear-gradient(180deg, #5a7d8f 0%, #0e7c7b 55%, #7a9eb0 100%) !important;
  background-image: linear-gradient(180deg, #5a7d8f 0%, #0e7c7b 55%, #7a9eb0 100%) !important;
}

body.page-identity-rain-desk.turtle-bridge:not(.turtle-bridge--home) .page-hero.page-hero--turtle-split::after {
  opacity: 0.16;
}

body.page-identity-rain-desk.turtle-bridge .page-hero-eyebrow {
  color: #3d6578 !important;
}

body.page-identity-rain-desk.turtle-bridge .turtle-hero-panel {
  background: rgba(255, 255, 255, 0.9) !important;
  border-color: rgba(90, 125, 143, 0.4) !important;
  box-shadow: 0 18px 40px -28px rgba(45, 78, 96, 0.45) !important;
}

body.page-identity-rain-desk.turtle-bridge .turtle-hero-panel-label {
  color: #3d6578 !important;
}

body.page-identity-rain-desk.turtle-bridge:not(.turtle-bridge--home) .prose .content-band h2,
body.page-identity-rain-desk.turtle-bridge:not(.turtle-bridge--home) .prose h2 {
  border-bottom-color: rgba(90, 125, 143, 0.45) !important;
}

body.page-identity-rain-desk.turtle-bridge:not(.turtle-bridge--home) .prose table {
  background: rgba(255, 255, 255, 0.78) !important;
  border-color: rgba(90, 125, 143, 0.28) !important;
}

body.page-identity-rain-desk.turtle-bridge:not(.turtle-bridge--home) .prose th {
  background: rgba(90, 125, 143, 0.12) !important;
  color: #2f4a57 !important;
}

body.page-identity-rain-desk.turtle-bridge:not(.turtle-bridge--home) .prose blockquote {
  background: rgba(255, 255, 255, 0.65) !important;
  border-left-color: #5a7d8f !important;
}

body.page-identity-rain-desk.turtle-bridge .page-faqs-item {
  border-bottom-color: rgba(90, 125, 143, 0.22);
}

body.page-identity-rain-desk.turtle-bridge:not(.turtle-bridge--home) .turtle-cta-band--close {
  background:
    radial-gradient(ellipse 50% 80% at 85% 20%, rgba(90, 140, 168, 0.35), transparent 55%),
    linear-gradient(135deg, #243743 0%, #2f4a57 48%, #1f3d42 100%) !important;
  border-top: 4px solid #5a7d8f !important;
  color: #fff !important;
}

body.page-identity-rain-desk.turtle-bridge:not(.turtle-bridge--home) .turtle-cta-band--close .turtle-cta-band-eyebrow {
  color: #9ec5d4 !important;
}

body.page-identity-rain-desk.turtle-bridge:not(.turtle-bridge--home) .turtle-cta-band--close .turtle-cta-band-title {
  color: #fff !important;
}

body.page-identity-rain-desk.turtle-bridge:not(.turtle-bridge--home) .turtle-cta-band--close .turtle-cta-band-dek {
  color: rgba(255, 255, 255, 0.82) !important;
}

