:root {
  --page: #ffffff;
  --paper: #f6f7f9;
  --surface: #ffffff;
  --ink: #0f1720;
  --muted: #5b6570;
  --line: #e6e8ec;
  --navy: #0b2746;
  --navy-ink: #07192e;
  --teal: #1b6f86;
  --pink: #f0177a;
  --pink-ink: #fff;
  --gold: #e8c15a;
  --gold-ink: #1a1408;
  --focus: #ffdd00;
  --green: #1f8a57;
  --purple: #6d4aff;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body {
  margin: 0;
  background: var(--page);
  color: var(--ink);
  font-family: Inter, "Atkinson Hyperlegible", "Segoe UI", system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}
body { overflow-x: hidden; }
img { max-width: 100%; display: block; }
a { color: var(--navy); }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible {
  outline: 2px solid var(--ink);
  outline-offset: 2px;
  box-shadow: 0 0 0 5px var(--focus);
}
.skip {
  position: absolute; left: 12px; top: -48px; z-index: 80;
  background: var(--focus); color: var(--ink); font-weight: 700;
  padding: 8px 12px; border-radius: 6px;
}
.skip:focus { top: 8px; }

.court-disclaimer {
  background: #fff;
  text-align: center;
  padding: 10px 16px 8px;
  border-bottom: 1px solid var(--line);
}
.court-disclaimer img {
  margin: 0 auto;
  max-width: min(520px, calc(100% - 24px));
  max-height: 28px;
  width: auto; height: auto;
}

.revenue-strip {
  background: var(--gold);
  color: var(--gold-ink);
  border-bottom: 1px solid rgba(26, 20, 8, .18);
}
.revenue-strip-inner {
  width: min(1180px, calc(100% - 32px));
  min-height: 58px;
  margin: 0 auto;
  padding: 7px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}
.revenue-copy { font-size: 14px; line-height: 1.25; }
.revenue-copy strong { display: block; font-size: 16px; }
.revenue-actions { display: flex; align-items: center; gap: 8px; }
.revenue-strip a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 8px 15px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.15;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}
.revenue-primary { background: var(--navy); color: #fff; }
.revenue-market { background: #fff; color: var(--navy); border: 1px solid rgba(11, 39, 70, .22); }
.site-header {
  display: flex; align-items: center; gap: 20px;
  padding: 14px 28px;
  background: #fff;
}
.brand img { height: 42px; width: auto; }
.nav {
  display: flex; align-items: center; gap: 4px;
  list-style: none; margin: 0; padding: 0;
  flex: 1;
}
.nav > li { position: relative; }
.nav a, .nav button.menu-link {
  display: block; background: none; border: 0;
  font: inherit; font-weight: 600; font-size: 14px;
  color: var(--ink); text-decoration: none;
  padding: 8px 10px; border-radius: 8px; cursor: pointer;
}
.nav a:hover, .nav button.menu-link:hover { color: var(--teal); }
.sub {
  display: none; position: absolute; top: 100%; left: 0;
  min-width: 220px; background: #fff;
  border: 1px solid var(--line); border-radius: 12px;
  padding: 8px; box-shadow: 0 12px 32px rgba(15,23,32,.1);
}
.nav > li:hover .sub, .nav > li:focus-within .sub { display: block; }
.header-tools { margin-left: auto; display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  min-height: 44px; padding: 10px 18px; border-radius: 999px;
  font: inherit; font-weight: 700; font-size: 14px;
  text-decoration: none; border: 0; cursor: pointer;
}
.btn-pink { background: var(--pink); color: #fff; }
.btn-navy { background: var(--navy); color: #fff; }
.btn-gold { background: var(--gold); color: var(--gold-ink); }
.svc-offer {
  margin: 0 0 8px;
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff8e8;
}
.svc-offer .kicker { margin: 0 0 6px; }
.svc-offer h2 { margin: 0 0 8px; font-size: 20px; letter-spacing: -.02em; }
.svc-offer p { margin: 0; color: var(--muted); }
.svc-offer .btn { margin-top: 14px; }
.btn-ghost {
  background: #fff; color: var(--ink);
  border: 1.5px solid #d5d8de;
}
.btn-link {
  background: none; border: 0; color: var(--teal);
  font-weight: 700; padding: 0; min-height: auto; border-radius: 0;
}
.menu-btn {
  display: none; min-height: 44px; min-width: 44px;
  border: 1px solid var(--line); background: #fff;
  border-radius: 10px; font: inherit; font-weight: 700; cursor: pointer;
}

.shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  gap: 36px;
  align-items: center;
  padding: 28px 0 8px;
}
.hero-copy { grid-column: 1; grid-row: 1; }
.hero-photo { grid-column: 2; grid-row: 1; }
.kicker {
  font-size: 11px; letter-spacing: .16em; text-transform: uppercase;
  font-weight: 700; color: var(--muted); margin: 0 0 12px;
}
.hero h1 {
  margin: 0 0 14px;
  font-size: clamp(2.6rem, 5.2vw, 4.35rem);
  line-height: .96;
  letter-spacing: -0.045em;
  font-weight: 800;
}
.hero h1 em {
  font-family: Fraunces, "Source Serif 4", Georgia, serif;
  font-style: italic; font-weight: 500;
  color: var(--teal);
}
.lede-strong { font-size: 1.15rem; font-weight: 700; margin: 0 0 8px; }
.lede { color: var(--muted); margin: 0 0 22px; max-width: 46ch; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.hero-actions .btn-pink {
  min-height: 52px;
  padding: 12px 28px;
  font-size: 16px;
  box-shadow: 0 10px 24px rgba(240, 23, 122, 0.26);
}
.fine { font-size: 13px; color: var(--muted); margin: 12px 0 0; }
.hero-photo {
  position: relative; border-radius: 20px; overflow: hidden;
  min-height: 460px;
}
.hero-photo img { width: 100%; height: 100%; object-fit: cover; min-height: 460px; }
.hero-caption {
  position: absolute; right: 22px; top: 28%;
  max-width: 11ch;
  color: #fff; font-weight: 700; font-size: 1.45rem; line-height: 1.15;
  text-shadow: 0 2px 18px rgba(0,0,0,.35);
}

.toolbelt { padding: 8px 0 28px; }
.searchbar {
  display: grid;
  grid-template-columns: 1fr auto 220px;
  gap: 8px;
  background: var(--paper);
  border-radius: 16px;
  padding: 10px;
  align-items: center;
}
.searchbar input[type="search"] {
  width: 100%; min-height: 48px; border: 0; background: transparent;
  font: inherit; padding: 0 14px; color: var(--ink);
}
.searchbar select {
  width: 100%; min-height: 48px; border: 0; background: transparent;
  font: inherit; color: var(--muted);
}
label.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.jobs {
  display: grid; grid-template-columns: repeat(6, 1fr); gap: 10px;
  margin-top: 12px;
}
.job {
  display: flex; flex-direction: column; align-items: flex-start; gap: 8px;
  background: var(--paper); border-radius: 14px;
  padding: 16px 14px 18px; text-decoration: none; color: var(--ink);
  min-height: 96px; font-weight: 700; font-size: 14px;
}
.job svg { width: 22px; height: 22px; stroke: var(--navy); fill: none; stroke-width: 1.8; }
.job-photo {
  width: 100%;
  height: 64px;
  object-fit: cover;
  border-radius: 10px;
  background: #e8edf2;
}
.job:hover { background: #eef1f5; }
.note { text-align: center; color: var(--muted); font-size: 13px; margin: 14px 0 0; }

.band { padding: 56px 0; }
.band h2 {
  font-size: clamp(1.7rem, 3vw, 2.35rem);
  letter-spacing: -0.03em; margin: 0 0 10px; font-weight: 800;
}
.lead { color: var(--muted); margin: 0 0 22px; max-width: 54ch; }
.eyebrow {
  font-size: 11px; letter-spacing: .14em; text-transform: uppercase;
  font-weight: 700; color: var(--muted); margin: 0 0 8px;
}

.purpose {
  display: grid; grid-template-columns: .9fr 1.1fr; gap: 36px; align-items: center;
}
.video {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  background: #102033;
  min-height: 240px;
}
.video-frame {
  position: relative;
  padding-top: 56.25%;
}
.video-frame iframe,
.video-frame video {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  border: 0;
  background: #102033;
  object-fit: cover;
}
.houses { display: flex; gap: 16px; flex-wrap: wrap; font-weight: 700; }
.houses a { text-decoration: none; }

.steps {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 0;
  background: #f3faf6; border-radius: 20px; overflow: hidden;
}
.step { padding: 22px 18px; }
.step .n {
  width: 36px; height: 36px; border-radius: 999px; display: grid; place-items: center;
  color: #fff; font-weight: 700; margin-bottom: 10px;
}
.step h3 { margin: 0 0 6px; font-size: 15px; }
.step p { margin: 0; color: var(--muted); font-size: 14px; }

.share {
  display: grid; grid-template-columns: 1.1fr 1fr; gap: 24px; align-items: start;
  margin-top: 28px;
}
.share blockquote {
  margin: 0; font-size: 1.35rem; font-weight: 800; letter-spacing: -0.02em;
}
.share-links { display: flex; gap: 14px; margin-top: 10px; font-size: 13px; font-weight: 700; }

.books {
  display: grid; grid-template-columns: 1.2fr .8fr; gap: 28px; align-items: start;
}
.checks { list-style: none; margin: 0; padding: 0; }
.checks li { padding: 4px 0 4px 22px; position: relative; }
.checks li:before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 800; }
.tri { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 12px; margin-top: 22px; }
.tri article {
  background: var(--paper); border-radius: 14px; padding: 16px;
}
.tri strong { display: block; font-size: 15px; margin-bottom: 4px; }
.muted { color: var(--muted); font-size: 13px; }

.panda {
  display: grid; grid-template-columns: 180px 1fr; gap: 28px; align-items: center;
  background: #fffaf3; border-radius: 22px; padding: 22px;
}
.panda { grid-template-columns: 1fr; }
.panda-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin: 12px 0 16px;
}
.panda-grid a { display: block; border-radius: 14px; overflow: hidden; background: #111; }
.panda-grid img { width: 100%; height: 140px; object-fit: cover; object-position: center; }
.pills { display: flex; flex-wrap: wrap; gap: 8px; margin: 12px 0; }
.pills span {
  background: #fff; border: 1px solid var(--line); border-radius: 12px;
  padding: 10px 12px; font-size: 13px;
}
.pills b { display: block; font-size: 12px; color: var(--muted); font-weight: 600; }

.tour {
  display: grid; grid-template-columns: 220px 1fr; gap: 24px; align-items: center;
}
.tour img { width: 220px; height: 220px; object-fit: cover; border-radius: 16px; }

.ask {
  display: flex; justify-content: space-between; gap: 24px; align-items: center;
  flex-wrap: wrap;
}

.cta-band {
  background: var(--navy-ink); color: #fff; padding: 56px 0;
}
.cta-band h2 { font-size: clamp(1.8rem, 3vw, 2.4rem); margin: 0 0 8px; letter-spacing: -0.03em; }
.cta-band p { color: rgba(255,255,255,.78); }

.site-footer {
  background: var(--navy-ink); color: #d7e0ea; padding: 28px 0 36px;
  border-top: 1px solid rgba(255,255,255,.08);
}
.site-footer a { color: #fff; }
.foot-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1fr; gap: 24px; }
.foot-logo {
  display: inline-block; background: #fff; border-radius: 8px; padding: 6px 8px;
}
.foot-logo img { height: 36px; width: auto; }
.classic-site-link { margin: 20px 0 0; font-size: 13px; }
.classic-site-link a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  color: #d7e0ea;
  opacity: .85;
  text-underline-offset: 3px;
}
.classic-site-link + .copy { margin-top: 4px; }
.copy { opacity: .75; font-size: 13px; margin-top: 24px; }
.world-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 16px;
  margin-top: 22px;
  padding: 14px 0;
  border-top: 1px solid rgba(255,255,255,.12);
  border-bottom: 1px solid rgba(255,255,255,.12);
  font-size: 13px;
}
.world-footer strong { color: #fff; margin-right: 4px; }
.world-footer span { color: #aebdcb; }

/* inner pages */
.page-hero { padding: 36px 0 8px; }
.page-hero h1 { font-size: clamp(2rem, 4vw, 3rem); margin: 0 0 10px; letter-spacing: -0.03em; }
.cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.card {
  display: grid; grid-template-columns: 140px 1fr;
  background: #fff; border: 1px solid var(--line);
  border-radius: 16px; overflow: hidden; text-decoration: none; color: var(--ink);
}
.card img { width: 140px; height: 100%; object-fit: cover; min-height: 120px; }
.card .body { padding: 16px 18px; }
.card strong { display: block; font-size: 1.1rem; margin-bottom: 4px; }
.card span { color: var(--muted); }
.guide { width: min(72ch, calc(100% - 40px)); margin: 0 auto; padding: 24px 0 64px; }
.callout { background: var(--paper); border-radius: 14px; padding: 16px 18px; margin: 18px 0; }
.zip-box, .wrap { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.ziprow { display: flex; gap: 10px; align-items: end; flex-wrap: wrap; }
.ziprow > div { flex: 1; min-width: 160px; }
.home-zip {
  margin-top: 18px;
  padding: 16px 18px 14px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
}
.home-zip-kicker {
  margin: 0 0 4px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--muted);
}
.home-zip h2 {
  margin: 0 0 12px;
  font-size: 1.15rem;
  letter-spacing: -0.02em;
}
.home-zip .ziprow { align-items: stretch; max-width: 420px; }
.home-zip .ziprow input { min-height: 48px; }
.home-zip .fine { margin: 10px 0 0; }
input[type="text"], input[type="number"], input[type="search"], select, textarea {
  font: inherit; color: var(--ink);
}
input[type="text"], input[type="number"] {
  width: 100%; min-height: 48px; border-radius: 12px;
  border: 1px solid var(--line); background: #fff; padding: 10px 14px;
}

.hp-trust {
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
  color: var(--muted);
  margin: 8px 0 0;
}
.hp-search {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 8px;
  margin: 0 0 14px;
  max-width: 680px;
  box-shadow: 0 10px 28px rgba(15,23,32,.06);
}
.hp-search select, .hp-search input[type="search"] {
  min-height: 52px; border: 1px solid var(--line); border-radius: 12px;
  background: var(--paper); width: 100%; padding: 0 14px;
}
.hp-search [hidden] { display: none; }
.hp-search .btn { width: 100%; min-height: 52px; }
.hp-quick { display: flex; flex-wrap: wrap; gap: 8px 14px; margin: 0 0 8px; }
.hp-quick a { font-size: 13px; font-weight: 700; }
.hp-tasks { padding: 12px 0 28px; }
.hp-tasks-head { display: flex; justify-content: space-between; gap: 16px; align-items: end; margin: 0 0 12px; }
.hp-tasks-head h2 { margin: 0; font-size: clamp(1.4rem, 2.4vw, 1.9rem); }
.hp-tasks-head p { margin: 0; color: var(--muted); }
.hp-mp, .hp-plus {
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 22px 24px;
  margin: 0 0 22px;
  background: #fff;
}
.hp-mp-links { display: flex; flex-wrap: wrap; gap: 10px 16px; margin: 8px 0 16px; }
.hp-mp-links a { font-weight: 700; font-size: 14px; }
.hp-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin: 0 0 28px;
}
.hp-card {
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 22px;
  background: var(--paper);
}
.hp-card h2 { margin: 0 0 8px; font-size: 1.35rem; }
.hp-know { padding: 0 0 28px; }
.hp-know-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.hp-know-grid a {
  text-decoration: none; color: inherit;
  background: #fff; border: 1px solid var(--line); border-radius: 16px; overflow: hidden;
}
.hp-know-grid img { width: 100%; height: 120px; object-fit: cover; }
.hp-know-grid strong, .hp-know-grid span { display: block; padding: 0 12px; }
.hp-know-grid strong { padding-top: 10px; }
.hp-know-grid span { padding-bottom: 14px; color: var(--muted); font-size: 13px; }
.hp-plus { background: #f7fafc; }
.hp-quiet { text-align: center; font-size: 14px; color: var(--muted); padding: 8px 0 24px; }

@media (max-width: 980px) {
  .hero, .purpose, .share, .books, .panda, .tour { grid-template-columns: 1fr; }
  .hp-search { grid-template-columns: 1fr; }
  .hp-split, .hp-know-grid { grid-template-columns: 1fr 1fr; }
  .hero { padding-top: 8px; }
  .hero-copy, .hero-photo { grid-column: auto; grid-row: auto; }
  .panda-grid { grid-template-columns: 1fr 1fr; }
  .hero-photo, .hero-photo img { min-height: 240px; max-height: 46vh; }
  .hero-caption { top: auto; bottom: 16px; right: 16px; font-size: 1.1rem; }
  .jobs { grid-template-columns: 1fr 1fr; }
  .steps, .tri { grid-template-columns: 1fr 1fr; }
  .searchbar { grid-template-columns: 1fr; }
  .cards { grid-template-columns: 1fr; }
  .card { grid-template-columns: 110px 1fr; }
  .foot-grid { grid-template-columns: 1fr 1fr; }
  .menu-btn { display: inline-flex; align-items: center; justify-content: center; }
  .nav {
    display: none; position: absolute; left: 0; right: 0; top: 100%;
    background: #fff; border-bottom: 1px solid var(--line);
    flex-direction: column; align-items: stretch; padding: 8px 12px 16px;
    z-index: 40;
  }
  .site-header { position: relative; padding: 12px 16px; gap: 10px; }
  .brand { min-width: 0; }
  .brand img { height: 38px; max-width: 132px; }
  .header-tools > *:not(:first-child) { display: none; }
  .header-tools .btn { padding-inline: 14px; white-space: nowrap; }
  .nav.open { display: flex; }
  .nav.open .sub { display: block; position: static; box-shadow: none; border: 0; padding-left: 8px; }
  .shell { width: min(1180px, calc(100% - 28px)); }
}
@media (max-width: 640px) {
  .hp-know-grid, .hp-split { grid-template-columns: 1fr; }
  .hp-search .btn { width: 100%; }
  .revenue-strip-inner { flex-direction: column; gap: 7px; padding: 10px 0; }
  .revenue-copy { text-align: center; }
  .revenue-actions { width: 100%; display: grid; grid-template-columns: 1fr 1fr; }
  .revenue-strip a { width: 100%; padding-inline: 10px; white-space: normal; }
  .header-tools { display: none; }
  .site-header { justify-content: space-between; }
  .menu-btn { margin-left: auto; }
  .site-footer .classic-site-link {
    margin-top: 20px;
    border-top: 1px solid rgba(255,255,255,.12);
  }
  .site-footer .classic-site-link a {
    width: 100%;
    box-sizing: border-box;
    justify-content: flex-start;
    padding: 10px 0;
  }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

.faq { max-width: 720px; }
.faq details {
  border-bottom: 1px solid var(--line);
  padding: 4px 0;
}
.faq summary {
  cursor: pointer;
  font-weight: 700;
  min-height: 48px;
  display: flex;
  align-items: center;
}
.faq details p { margin: 0 0 14px; color: var(--muted); }
html.embed .court-disclaimer { display: none; }

.dmv-v2-open {
  display: inline-block;
  font-weight: 800;
  font-size: 14px;
  padding: 12px 18px;
  border-radius: 999px;
  border: 1.5px solid rgba(18,20,26,0.28);
  background: transparent;
  color: #12141a;
  cursor: pointer;
}

/* Prime-time: wizard task picker + embed modal chrome */
.wizard-head { margin: 0 0 14px; }
.wizard-title { margin: 0 0 6px; font-size: clamp(1.35rem, 2.4vw, 1.75rem); letter-spacing: -0.02em; }
.wizard-sub { margin: 0; color: var(--muted); max-width: 52ch; }
.job {
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  min-height: 88px;
  padding: 14px 14px 12px;
}
.job svg { margin-bottom: 2px; }
.job-label { font-weight: 700; color: var(--ink); }
.job-hint { font-size: 0.82rem; color: var(--muted); font-weight: 500; }
html.embed .court-disclaimer,
html.embed .site-footer .foot-grid,
html.embed .site-footer .copy { display: none; }
html.embed .site-header .menu-btn { display: none; }
html.embed body { background: #fff; }
html.embed .site-header { position: sticky; top: 0; z-index: 20; }
@media (max-width: 700px) {
  .hero-actions .btn { min-height: 48px; }
  .job { min-height: 96px; }
  .toolbelt { overflow-x: hidden; }
}

/* Titles hub stamp — unique hero + denser job cards */
.hub-hero {
  margin: 22px 0 0;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #102033;
  max-width: 920px;
}
.hub-hero img {
  width: 100%;
  height: auto;
  max-height: 340px;
  object-fit: cover;
  display: block;
}
.cards-dense .card {
  grid-template-columns: 180px 1fr;
  min-height: 132px;
}
.cards-dense .card img {
  width: 180px;
  min-height: 132px;
}
.titles-actions { margin: 0; padding-bottom: 8px; }
@media (max-width: 980px) {
  .cards-dense .card { grid-template-columns: 120px 1fr; }
  .cards-dense .card img { width: 120px; min-height: 110px; }
  .hub-hero img { max-height: 220px; }
}

/* Change jar — warm ivory, restrained gold, phone-first one screen */
html.jar-open { overflow: hidden; }
#change-jar {
  position: fixed; inset: 0; z-index: 80;
  display: flex; align-items: flex-end; justify-content: center;
  padding: 12px 12px calc(12px + env(safe-area-inset-bottom));
  font-family: Inter, "Segoe UI", system-ui, sans-serif;
}
@media (min-width: 640px) {
  #change-jar { align-items: center; }
}
#change-jar .jar-scrim {
  position: absolute; inset: 0;
  background: rgba(26, 22, 18, .42);
}
#change-jar .jar-card {
  position: relative;
  width: min(420px, 100%);
  max-height: min(92dvh, 760px);
  overflow: auto;
  background: #f7f3ea;
  color: #1a2744;
  border-radius: 22px;
  padding: 22px 20px 18px;
  box-shadow: 0 24px 60px rgba(26, 22, 18, .28);
}
#change-jar .jar-x {
  position: absolute; top: 10px; right: 12px;
  width: 44px; height: 44px;
  border: 0; background: none;
  font-size: 28px; line-height: 1; color: #6b6258;
  cursor: pointer;
}
#change-jar .jar-logo {
  display: block; height: 36px; width: auto; margin: 4px auto 14px;
}
#change-jar h2 {
  margin: 0 0 8px;
  text-align: center;
  font-size: 1.35rem;
  letter-spacing: -.02em;
  font-weight: 800;
}
#change-jar .jar-visit {
  margin: 0 0 8px; text-align: center;
  color: #6b6258; font-size: 14px;
}
#change-jar .jar-host {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  margin: 0 0 14px;
  min-height: 48px;
  background: #efeae0;
  border-radius: 12px;
  font-weight: 700; font-size: 15px;
  word-break: break-all;
}
#change-jar .jar-ext {
  width: 16px; height: 16px; flex-shrink: 0;
  background: currentColor;
  mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='black' d='M6 3h7v7h-2V6.4L6.7 10.7 5.3 9.3 9.6 5H6V3zM3 5h2v8h8v-2h2v3a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1z'/></svg>") center / contain no-repeat;
}
#change-jar .jar-action {
  display: flex; align-items: center; justify-content: center;
  width: 100%; min-height: 52px;
  margin: 0 0 4px;
  border: 1.5px solid #c4a574;
  border-radius: 14px;
  background: transparent;
  color: #1a2744;
  font: inherit; font-weight: 800; font-size: 16px;
  text-decoration: none; cursor: pointer;
}
#change-jar .jar-rule {
  border: 0; border-top: 1px solid #e4dccf; margin: 16px 0;
}
#change-jar .jar-leave {
  margin: 0 0 4px; text-align: center;
  font-size: 1.25rem; letter-spacing: -.02em;
}
#change-jar .jar-opt {
  margin: 0 0 12px; text-align: center;
  color: #6b6258; font-size: 14px;
}
#change-jar .jar-mission {
  display: grid;
  grid-template-columns: 40px 1fr;
  grid-template-rows: auto auto;
  gap: 2px 10px;
  align-items: center;
  margin: 0 0 10px;
  padding: 12px;
  border: 1.5px solid #c4a574;
  border-radius: 16px;
  background: #fbf8f2;
}
#change-jar .jar-ico {
  grid-row: 1 / span 2;
  width: 40px; height: 40px; border-radius: 50%;
  background: #e7f3ea center / 22px no-repeat;
}
#change-jar .jar-ico-yoga {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='%234caf7a' d='M12 3c1.8 2.4 3 4.2 3 6.2A3 3 0 0 1 12 12a3 3 0 0 1-3-2.8C9 7.2 10.2 5.4 12 3zm-4.5 7.2c2 .2 3.6 1 4.5 2.3-.9 1.3-2.5 2.1-4.5 2.3-2.2.2-4.2-.8-4.2-2.3s2-2.5 4.2-2.3zm9 0c2.2-.2 4.2.8 4.2 2.3s-2 2.5-4.2 2.3c-2-.2-3.6-1-4.5-2.3.9-1.3 2.5-2.1 4.5-2.3zM12 13.5c1.7 1.4 2.8 2.8 2.8 4.3S13.1 21 12 21s-2.8-1.7-2.8-3.2 1.1-2.9 2.8-4.3z'/></svg>");
}
#change-jar .jar-ico-frenly {
  background-color: #e7eef8;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='%233d7ea6' d='M12 21s-7-4.4-9.5-8.2C.4 9.6 2.2 5 6.2 5c2 0 3.3 1 3.8 2 1.1-1.6 3.4-2.6 5.6-1.5 2.6 1.3 3.5 4.6 2 7.2C15.4 16.8 12 21 12 21z'/></svg>");
}
#change-jar .jar-copy b { display: block; font-size: 16px; }
#change-jar .jar-copy small {
  display: block; color: #6b6258; font-size: 13px;
}
#change-jar .jar-give {
  grid-column: 1 / -1;
  margin: 8px 0 0;
}
#change-jar .jar-legal {
  margin: 10px 0 0; text-align: center;
  font-size: 12px; color: #6b6258; line-height: 1.45;
}
#change-jar .jar-legal a { color: #1a4f8b; }
#change-jar .jar-thanks {
  margin: 12px 0 0; text-align: center;
  font-size: 13px; color: #6b6258;
}
.jar-next {
  margin: 0 0 16px;
  padding: 12px 14px;
  border: 1.5px solid #c4a574;
  border-radius: 14px;
  background: #f7f3ea;
}
.jar-next p { margin: 0 0 8px; font-size: 14px; color: #5b6570; }

/* Frenly house sit 2026-09-14 — advertise-rail-kill */
#leftgutter + .dmv-advertise-rail,
#rightgutter + .dmv-advertise-rail,
.dmv-advertise-rail {
  display: none !important;
}

/* Doctor.yoga.org is a left rail on wrap pages — never a full-bleed dmv.org hero */
#dyw-dmv {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

/* v2 wrap encyclopedia: 160×600 rails, no www leftover hole above H1 */
html.v2-wrap,
html.v2-has-gutters {
  --v2-rail: 160px;
  --v2-rail-gap: 12px;
  --v2-rail-top: 186px;
}
html.v2-wrap #leftgutter,
html.v2-wrap #rightgutter,
html.v2-wrap #mid-adv-278,
html.v2-wrap #mid-adv-279,
html.v2-wrap #mid-adv-285,
html.v2-wrap #virtualdmv-widget,
html.v2-wrap .socialBar,
html.v2-wrap #fbLikeBoxRR,
html.v2-wrap .zdzoneLeftRail,
html.v2-wrap .zdzoneBottom,
html.v2-wrap .zdzone2,
html.v2-wrap .zdzone3,
html.v2-wrap #mainText .zdzone1,
html.v2-wrap #mainText .stdbanner,
html.v2-wrap #pageLoadingBar,
html.v2-wrap #admBar {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 0 !important;
}
html.v2-wrap #page { background: #fff; }
html.v2-wrap #breadcrumb {
  margin-bottom: 8px !important;
  font-family: Inter, system-ui, sans-serif;
  color: #5b6570;
}
html.v2-wrap #mainText > .whitebox {
  padding: 16px 20px 28px;
  box-shadow: none;
  border: 1px solid #e6e8ec;
  border-radius: 18px;
}
html.v2-wrap #mainText > .whitebox > .leftIcon { margin-top: 0; }
html.v2-wrap #mainText > .whitebox > h1,
html.v2-wrap #mainText > .whitebox > .leftIcon + h1 {
  margin-top: 0 !important;
  font-family: Inter, system-ui, sans-serif;
  font-weight: 800;
  letter-spacing: -0.03em;
}
html.v2-wrap #nav.whitebox {
  box-shadow: none;
  border: 1px solid #e6e8ec;
  border-radius: 16px;
  background: #f6f7f9;
  padding: 12px 14px;
}
html.v2-wrap #nav,
html.v2-wrap #nav a { font-family: Inter, system-ui, sans-serif; }
html.v2-wrap #nav > ul > .exp > a { font-weight: 800; color: #0f1720; }
.v2-gutter { display: none; }
.v2-doc-nav { margin: 0 0 14px; }
.v2-doc-nav-card {
  position: relative;
  display: block;
  min-height: 200px;
  padding: 14px 12px 12px;
  box-sizing: border-box;
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none;
  color: #f7f3ea;
  background: #10231a;
}
.v2-doc-nav-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 28%;
  filter: saturate(.88) brightness(.86);
}
.v2-doc-nav-card:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(16,35,26,.05) 0%, rgba(16,35,26,.55) 42%, #10231a 100%);
}
.v2-doc-nav-card > *:not(.v2-doc-nav-bg) { position: relative; z-index: 1; text-align: left; }
.v2-doc-nav-dupak {
  position: absolute;
  right: -4px;
  bottom: 0;
  z-index: 2;
  width: 92px;
  height: auto;
  filter: drop-shadow(0 8px 14px rgba(0,0,0,.35));
}
.v2-doc-nav-kicker {
  display: block;
  max-width: 62%;
  font: 800 9px/1 Inter, system-ui, sans-serif;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #c4a227;
}
.v2-doc-nav-h {
  display: block;
  max-width: 62%;
  margin: 6px 0 10px;
  font: 800 15px/1.2 Inter, system-ui, sans-serif;
  letter-spacing: -.03em;
}
.v2-doc-nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: #157a45;
  color: #fff;
  font: 800 11px/1 Inter, system-ui, sans-serif;
}
.v2-frenly-rail {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  width: 160px;
  height: 600px;
  padding: 18px 12px 16px;
  box-sizing: border-box;
  text-decoration: none;
  color: #3b0764;
  background: linear-gradient(180deg, #faf5ff 0%, #f3e8ff 100%);
}
.v2-frenly-kicker {
  font: 800 10px/1 Inter, system-ui, sans-serif;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #7c3aed;
}
.v2-frenly-panda {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  object-fit: cover;
  background: #ede9fe;
}
.v2-frenly-h {
  font: 800 18px/1.15 Inter, system-ui, sans-serif;
  letter-spacing: -.03em;
  text-align: center;
}
.v2-frenly-price {
  font: 700 12px/1.3 Inter, system-ui, sans-serif;
  color: #6d28d9;
  text-align: center;
}
.v2-frenly-card {
  display: block;
  width: 100%;
  background: #fff;
  border-radius: 14px;
  padding: 10px;
  font: 500 11px/1.35 Inter, system-ui, sans-serif;
  color: #6b7280;
  text-align: left;
  box-sizing: border-box;
}
.v2-frenly-card b {
  display: block;
  font: 800 12px/1.2 Inter, system-ui, sans-serif;
  color: #1f2937;
  margin-bottom: 3px;
}
.v2-frenly-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 40px;
  margin-top: auto;
  border-radius: 999px;
  background: #7c3aed;
  color: #fff;
  font: 800 13px/1 Inter, system-ui, sans-serif;
}
.v2-frenly-fine {
  font: 600 10px/1.3 Inter, system-ui, sans-serif;
  color: #9ca3af;
  text-align: center;
}
.v2-adsense-sky {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 600px;
  background: #fff;
  box-sizing: border-box;
}
.v2-gutter-adsense { background: #fff !important; }
.v2-gutter .v2-frenly-rail,
.v2-gutter .dmv-house-gutter,
.v2-gutter .dmv-frenly-gutter,
.v2-gutter .dmv-yoga-gutter,
.v2-gutter .dmv-doctor-gutter {
  display: none !important;
}
.v2-adsense-sky ins.adsbygoogle {
  display: inline-block;
  width: 120px;
  height: 600px;
}
.v2-adsense-sky ins.adsbygoogle[data-ad-status="unfilled"] {
  display: none !important;
}
@media (min-width: 1440px) {
  html.v2-wrap #page {
    padding-left: calc(var(--v2-rail) + var(--v2-rail-gap) * 2);
    padding-right: calc(var(--v2-rail) + var(--v2-rail-gap) * 2);
  }
  html.v2-has-gutters .shell {
    width: min(1180px, calc(100% - (var(--v2-rail, 160px) * 2 + var(--v2-rail-gap, 12px) * 4 + 24px)));
  }
  .v2-gutter {
    display: block;
    position: fixed;
    top: var(--v2-rail-top);
    width: var(--v2-rail);
    height: 600px;
    overflow: hidden;
    z-index: 40;
    border-radius: 14px;
    box-shadow: 0 10px 28px rgba(15, 23, 32, 0.14);
    background: #10231a;
  }
  .v2-gutter-left { left: var(--v2-rail-gap); }
  .v2-gutter-right { right: var(--v2-rail-gap); background: #faf5ff; }
  .v2-gutter.v2-gutter-adsense { background: #fff; }
  .v2-gutter ins.adsbygoogle {
    display: inline-block !important;
    width: 120px !important;
    height: 600px !important;
    overflow: visible !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
  }
}

/* wizard.v2 / local.v2: one house chrome. Kill kiosk duplicate disclaimer + navy header. */
.sticky.top-0.z-50,
header.bg-\[\#003C71\],
header.h-\[60px\].shadow-sm,
.bg-\[\#002a50\].hidden.md\:block,
.bg-white.text-center.border-b.border-gray-300.h-\[10vh\],
#cookie-banner,
[id*="cookie"][id*="banner"],
[class*="cookie"][class*="banner"],
[class*="CookieConsent"],
[id*="onetrust"] {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  visibility: hidden !important;
}

.hp-world { padding: 8px 0 28px; }
.hp-continents {
  display: flex; flex-wrap: wrap; gap: 10px 14px;
  margin: 0 0 12px;
}
.hp-continents a {
  font-size: 13px; font-weight: 700;
  padding: 8px 12px; border-radius: 999px;
  border: 1px solid var(--line); background: #fff;
  text-decoration: none; color: var(--navy);
}
.hp-continents a:hover { border-color: var(--blue); }
