/* Mid Registered Agents - generated by build.py from templates/site.css; brand tokens come from the site JSON */
:root {
  --primary: #846b1f;
  --accent: #5b5b5b;
  --bg: #f5f2ea;
  --bg-card: #ffffff;
  --ink: #1f1d16;
  --muted: #5d5d5d;
  --rule: #d8d4cb;
  --band: #846b1f;
  --band-ink: #ffffff;
  --quote-bg: #efece5;
  --est: #8a6d00;
  --est-bg: #fff6d6;
  --heading-font: 'Franklin Gothic Book', 'Franklin Gothic', 'Arial Narrow', Arial, sans-serif;
  --body-font: Calibri, 'Segoe UI', Tahoma, Arial, sans-serif;
  /* identity tokens (sites/<domain>.json -> identity): radius, wordmark and heading treatment */
  --radius: 8px;
  --mark-size: 42px;
  --wordmark-transform: none;
  --wordmark-spacing: 0;
  --wordmark-weight: 500;
  --heading-transform: none;
  --heading-weight: 500;
  /* scrim behind the cinematic hero: the light-mode primary as r, g, b, fixed in dark mode too */
  --scrim-rgb: 132, 107, 31;
  color-scheme: light dark;
}
@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) {
    --primary: #d9c68c;
    --bg: #191710;
    --bg-card: #1e242c;
    --ink: #ebe7dc;
    --muted: #a8a49c;
    --rule: #3a4048;
    --band: #0c1218;
    --band-ink: #ebe7dc;
    --quote-bg: #1a1f26;
    --est: #e2c15a;
    --est-bg: #2a2410;
  }
}
:root[data-theme="dark"] {
  --primary: #d9c68c;
  --bg: #191710;
  --bg-card: #1e242c;
  --ink: #ebe7dc;
  --muted: #a8a49c;
  --rule: #3a4048;
  --band: #0c1218;
  --band-ink: #ebe7dc;
  --quote-bg: #1a1f26;
  --est: #e2c15a;
  --est-bg: #2a2410;
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; overflow-x: hidden; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--body-font);
  font-size: 17px;
  line-height: 1.55;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; }
a { color: var(--primary); }
h1, h2, h3, h4 { font-family: var(--heading-font); font-weight: var(--heading-weight); text-transform: var(--heading-transform); line-height: 1.15; margin: 0 0 .5em; color: var(--ink); }
h1 { font-size: clamp(1.9rem, 5vw, 3.1rem); letter-spacing: -.01em; }
h2 { font-size: clamp(1.4rem, 3.5vw, 2rem); margin-top: 1.6em; }
h3 { font-size: 1.15rem; }
p { margin: 0 0 1em; }
.wrap { max-width: 1040px; margin: 0 auto; padding: 0 16px; }
.skip { position: absolute; left: -999px; top: 0; background: var(--accent); color: #fff; padding: 8px; }
.skip:focus { left: 8px; z-index: 10; }

/* header: one of four layouts (identity.header_layout = row | stacked | bar | minimal) */
.site-header { border-bottom: 1px solid var(--rule); background: var(--bg-card); }
.header-row { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; padding: 12px 16px; }
.logo { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; color: var(--ink); font-family: var(--heading-font); font-weight: var(--wordmark-weight); font-size: 1.1rem; letter-spacing: var(--wordmark-spacing); text-transform: var(--wordmark-transform); }
.logo .mark { width: var(--mark-size); height: var(--mark-size); flex: none; }
.nav { display: flex; gap: 14px; flex-wrap: wrap; margin-left: auto; font-size: .95rem; }
.nav a { text-decoration: none; color: var(--ink); opacity: .85; }
.nav a:hover { text-decoration: underline; opacity: 1; }
@media (max-width: 640px) { .nav { order: 3; width: 100%; margin-left: 0; gap: 10px 14px; } .header-row .btn-small { margin-left: auto; } }

/* stacked: seal centered over the wordmark, rule lines above and below the nav (the singular site) */
.layout-stacked { background: var(--bg); border-bottom: 0; }
.layout-stacked .header-row { flex-direction: column; gap: 6px; padding: 22px 16px 0; }
.layout-stacked .logo { flex-direction: column; gap: 10px; font-size: 1.25rem; text-align: center; }
.layout-stacked .nav { margin-left: 0; width: 100%; justify-content: center; gap: 22px; border-top: 3px double var(--primary); border-bottom: 3px double var(--primary); padding: 8px 0; margin-top: 10px; font-family: var(--heading-font); font-style: italic; font-size: 1rem; }
.layout-stacked .header-row .btn-small { margin: 12px 0 14px; }
@media (max-width: 640px) { .layout-stacked .nav { order: 0; } .layout-stacked .header-row .btn-small { margin-left: 0; } }

/* bar: full-bleed brand-color band, coin left, condensed caps, pill button (Tree Fiddy) */
.layout-bar { background: var(--band); border-bottom: 4px solid var(--accent); }
.layout-bar .logo, .layout-bar .nav a { color: var(--band-ink); }
.layout-bar .logo { font-size: 1.2rem; }
.layout-bar .nav { font-family: var(--heading-font); text-transform: uppercase; letter-spacing: .06em; font-size: .9rem; gap: 18px; }
.layout-bar .nav a { opacity: .9; }

/* minimal: one thin line, a small tag, lowercase mono nav, nothing else (the IDGAF site) */
.layout-minimal { background: var(--bg); border-bottom: 1px solid var(--rule); }
.layout-minimal .header-row { padding: 10px 16px; gap: 10px; }
.layout-minimal .logo { font-size: .95rem; gap: 8px; }
.layout-minimal .nav { font-family: var(--heading-font); font-size: .85rem; text-transform: lowercase; gap: 16px; }
.layout-minimal .nav a { opacity: .7; }

/* buttons: one of four styles (identity.button_style = filled | outline | pill | flat); radius follows --radius */
.btn { display: inline-block; background: var(--accent); color: #fff; text-decoration: none; padding: 12px 22px; border-radius: var(--radius); font-weight: 700; border: 2px solid var(--accent); font-size: 1rem; font-family: var(--heading-font); line-height: 1.2; }
.btn:hover { filter: brightness(1.08); }
.btn-small { padding: 8px 14px; font-size: .9rem; }
.btn-ghost { background: transparent; color: var(--primary); border-color: var(--primary); }
.buttons-outline .btn { background: transparent; color: var(--primary); border: 2px solid var(--primary); text-transform: uppercase; letter-spacing: .12em; font-size: .9rem; padding: 12px 20px; }
.buttons-outline .btn:hover { background: var(--primary); color: var(--bg); filter: none; }
.buttons-outline .btn-small { font-size: .78rem; padding: 8px 14px; }
.buttons-pill .btn { border-radius: 999px; background: var(--accent); border-color: var(--accent); color: var(--band); text-transform: uppercase; letter-spacing: .05em; }
.buttons-pill .btn-ghost { background: transparent; color: var(--primary); border-color: var(--primary); }
.buttons-flat .btn { background: var(--accent); color: #1a171c; border: 0; border-radius: var(--radius); font-weight: 400; text-transform: lowercase; letter-spacing: 0; padding: 12px 18px; }
.buttons-flat .btn:hover { filter: brightness(.96); }
.buttons-flat .btn-ghost { background: transparent; color: var(--ink); border: 1px solid var(--ink); padding: 11px 17px; }
.buttons-flat .btn-ghost:hover { background: var(--bg-card); filter: none; }
.buttons-flat .band .btn, .buttons-flat .band .btn:hover { background: var(--accent); color: #1a171c; border: 0; }
.btn-row { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 1.2em; }

.hero { padding: 56px 0 40px; background: linear-gradient(180deg, var(--bg-card), var(--bg)); }
.kicker { text-transform: uppercase; letter-spacing: .14em; font-size: .78rem; color: var(--muted); margin-bottom: .8em; font-weight: 700; }
.hero .sub { font-size: 1.2rem; max-width: 42em; }
.tagline { font-family: var(--heading-font); font-size: 1.35rem; font-style: italic; color: var(--primary); margin: .6em 0 0; }
.price-line { font-size: 1.15rem; font-weight: 700; margin-top: 1em; }
.price-big { font-family: var(--heading-font); font-size: clamp(3rem, 9vw, 5.5rem); line-height: 1; color: var(--primary); margin: .2em 0 0; }
.price-big small { font-size: .3em; color: var(--muted); font-family: var(--body-font); font-weight: 400; }

section { padding: 40px 0; }
.grid { display: grid; gap: 18px; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
.card { background: var(--bg-card); border: 1px solid var(--rule); border-radius: var(--radius); padding: 22px; }
.card h3 { margin-top: 0; }
.card .n { font-family: var(--heading-font); font-size: 2.4rem; color: var(--rule); line-height: 1; margin-bottom: .3em; }
.card p:last-child { margin-bottom: 0; }

.beat { border: 2px solid var(--primary); border-radius: var(--radius); padding: 26px; background: var(--bg-card); }
.beat .kicker { margin-bottom: .4em; }
.rival { padding-left: 1em; border-left: 3px solid var(--rule); }
.rival a { font-weight: 700; }
tr.rival td a { color: var(--ink); }
.beat h2 { margin-top: 0; }
.footnote { font-size: .82rem; color: var(--muted); line-height: 1.45; margin-top: 1em; }

.band { background: var(--band); color: var(--band-ink); padding: 56px 0; }
.band h2, .band h3 { color: var(--band-ink); margin-top: 0; }
.band .btn { background: #fff; color: var(--band); border-color: #fff; }
.buttons-pill .band .btn { background: var(--accent); color: var(--band); border-color: var(--accent); }
.band .btn:hover { filter: none; background: #f0f0f0; }
.band .big { font-size: clamp(2rem, 6vw, 3.4rem); font-family: var(--heading-font); }
.band .accent-note { opacity: .85; }

.state-grid { display: grid; gap: 6px 14px; grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); padding: 0; margin: 1em 0 0; list-style: none; }
.state-grid a { text-decoration: none; display: block; padding: 6px 0; border-bottom: 1px solid var(--rule); }
.state-grid a:hover { text-decoration: underline; }

.prose { max-width: 46em; }
.prose h2:first-child { margin-top: 0; }
.faq dt { font-weight: 700; margin-top: 1.4em; font-family: var(--heading-font); font-size: 1.15rem; }
.faq dd { margin: .3em 0 0; }

.table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; margin: 1em 0; border: 1px solid var(--rule); border-radius: var(--radius); background: var(--bg-card); }
table { border-collapse: collapse; width: 100%; min-width: 560px; font-size: .95rem; }
th, td { text-align: left; padding: 10px 12px; border-bottom: 1px solid var(--rule); vertical-align: top; }
th { background: var(--quote-bg); font-weight: 700; }
td.num, th.num { text-align: right; white-space: nowrap; font-variant-numeric: tabular-nums; }
tr.ours td { font-weight: 700; color: var(--primary); }
tr.total td { font-weight: 700; border-top: 2px solid var(--ink); }
.est { display: inline-block; font-size: .72rem; text-transform: uppercase; letter-spacing: .06em; color: var(--est); background: var(--est-bg); border-radius: 4px; padding: 1px 6px; margin-left: 6px; vertical-align: middle; }
.neg { color: var(--accent); }

.statute { background: var(--quote-bg); border-left: 4px solid var(--primary); margin: 1em 0; padding: 14px 18px; font-size: .95rem; }
.statute blockquote { margin: 0 0 .6em; font-style: italic; overflow-wrap: anywhere; }
.statute .source { font-size: .85rem; color: var(--muted); margin: 0; overflow-wrap: anywhere; }
.statute .source strong { color: var(--ink); }
.kind { text-transform: uppercase; letter-spacing: .1em; font-size: .75rem; color: var(--muted); font-weight: 700; margin: 1.6em 0 .2em; }
.comply { font-family: var(--heading-font); font-size: clamp(2rem, 6vw, 3.4rem); color: var(--accent); margin: 0; }
.missing { border: 1px dashed var(--rule); padding: 14px 18px; border-radius: 8px; color: var(--muted); }
.close-out { text-align: center; padding: 48px 16px; border-top: 1px solid var(--rule); margin-top: 2em; }
.close-out h2 { margin-top: 0; }
.verified { font-size: .82rem; color: var(--muted); }

.honest .kicker { color: var(--accent); }
.placeholder { border: 2px dashed var(--accent); padding: 18px; border-radius: 8px; font-family: Consolas, Menlo, monospace; font-size: .95rem; margin: 2em 0 0; }
.placeholder small { display: block; font-family: var(--body-font); color: var(--muted); margin-top: .5em; }

.terms ol { padding-left: 0; list-style: none; counter-reset: none; }
.terms li { margin: 0 0 1.2em; }
.terms h3 { margin-bottom: .2em; }
.real-clause { border: 3px solid var(--ink); padding: 22px; border-radius: 8px; font-weight: 700; font-size: 1.15rem; margin-top: 2em; }

.site-footer { border-top: 1px solid var(--rule); padding: 32px 0 48px; margin-top: 40px; font-size: .9rem; color: var(--muted); }
.site-footer .fineprint { font-weight: 700; color: var(--ink); }
.footer-links a { margin-right: 14px; }
.fine { font-size: .8rem; }

.knockoff .hero { border-top: 3px double var(--primary); }
.middle .price-big { color: var(--accent); }
.knockoff .price-big { transform: rotate(-2deg); display: inline-block; }
/* flat (IDGAF): no italics, no weight, lowercase kickers, hairline rules; the acid accent only ever appears on the button and the tag */
.flat h1, .flat h2, .flat h3 { letter-spacing: 0; }
.flat .hero { background: var(--bg); }
.flat .kicker { text-transform: lowercase; letter-spacing: .04em; }
.flat .tagline { font-style: normal; color: var(--muted); }
.flat .price-big { font-weight: 400; }
.flat .beat, .flat .card, .flat .table-wrap { border-width: 1px; }
.flat .rival { border-left-width: 1px; }
.flat .neg { color: var(--primary); }

/* hero media (assets/media/<domain>/, Doug 2026-09-24 "seedance treatment"): an autoplay muted loop with its poster.
   Three treatments follow identity.hero_media: cinematic (edge to edge behind the copy, brand scrim), framed (inside the
   double rules beside the copy), banded (inside the green bar beside the copy). The sibling .hero-poster image is the
   reduced-motion and no-video fallback. */
.hero-inner { display: grid; gap: 32px; align-items: center; }
.hero-has-media .hero-inner { grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr); }
.hero-copy { min-width: 0; }
.hero-media { margin: 0; position: relative; min-width: 0; }
.hero-video, .hero-poster { display: block; width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: cover; background: #111; }
.hero-poster { display: none; }
@media (prefers-reduced-motion: reduce) {
  .hero-video { display: none; }
  .hero-poster { display: block; }
}
@media (max-width: 800px) {
  .hero-has-media .hero-inner { grid-template-columns: 1fr; gap: 22px; }
}

/* cinematic (the die site): the clip runs edge to edge behind the copy; a primary-color scrim, heavy on the copy side, keeps the type legible */
.hero-cinematic { position: relative; overflow: hidden; background: rgb(var(--scrim-rgb)); color: #fff; padding: 84px 0 68px; min-height: 540px; display: flex; align-items: center; }
.hero-cinematic .hero-inner { width: 100%; grid-template-columns: minmax(0, 34em); }
.hero-cinematic .hero-copy { position: relative; z-index: 2; }
.hero-cinematic .hero-media { position: absolute; inset: 0; z-index: 0; }
.hero-cinematic .hero-video, .hero-cinematic .hero-poster { width: 100%; height: 100%; aspect-ratio: auto; }
.hero-cinematic .hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(var(--scrim-rgb), .94) 0%, rgba(var(--scrim-rgb), .88) 36%, rgba(var(--scrim-rgb), .42) 66%, rgba(var(--scrim-rgb), .18) 100%); }
.hero-cinematic h1, .hero-cinematic .sub, .hero-cinematic .price-big, .hero-cinematic .price-line, .hero-cinematic .tagline { color: #fff; }
.hero-cinematic .kicker, .hero-cinematic .price-big small { color: rgba(255, 255, 255, .78); }
.hero-cinematic .btn-ghost { color: #fff; border-color: #fff; }
.hero-cinematic .hero-copy a:not(.btn) { color: #fff; }
@media (max-width: 800px) {
  .hero-cinematic { min-height: 0; padding: 56px 0 44px; }
  .hero-cinematic .hero-media::after { background: rgba(var(--scrim-rgb), .9); }
}

/* framed (the seal site): the copy stays on the cream; the clip sits beside it inside the double rules */
.hero-framed .hero-media { border: 3px double var(--primary); padding: 6px; background: var(--bg-card); border-radius: var(--radius); }

/* banded (Tree Fiddy): the hero is the green bar; the copy sits on the solid green and the clip inside a brass frame */
.hero-banded { background: var(--band); color: var(--band-ink); border-bottom: 4px solid var(--accent); padding: 48px 0 44px; }
.hero-banded h1, .hero-banded .sub, .hero-banded .price-line { color: var(--band-ink); }
.hero-banded .kicker, .hero-banded .price-big small { color: var(--band-ink); opacity: .75; }
.hero-banded .tagline { color: var(--accent); }
.hero-banded .btn-ghost { color: var(--band-ink); border-color: var(--band-ink); }
.hero-banded .hero-copy a:not(.btn) { color: var(--band-ink); }
.hero-banded .hero-media { border: 3px solid var(--accent); border-radius: var(--radius); overflow: hidden; background: #000; }
.hero-banded .hero-video, .hero-banded .hero-poster { border-radius: 0; }

/* static (IDGAF): no clip; the generated panel sits beside the copy with a hairline, nothing to reduce */
.hero-static .hero-media { border: 1px solid var(--rule); border-radius: var(--radius); overflow: hidden; background: rgb(var(--scrim-rgb)); }
.hero-still { display: block; width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: cover; }

/* stills (worth page full width; the extra still on the FAQ, or on the one straight page where a site has one), framed the way the site frames its clip */
.still { margin: 0 0 1.8em; }
.still img { display: block; width: 100%; height: auto; border-radius: var(--radius); background: #111; }
.still-full { margin: 0 0 2.2em; }
.media-framed .still img { border: 3px double var(--primary); padding: 6px; background: var(--bg-card); }
.media-banded .still img { border: 3px solid var(--accent); }

/* fifth identity (the $25 site, Doug 2026-09-24 "register ... and build this as well"): the boxed header,
   block buttons, the card hero (clip full bleed behind an opaque copy card) and the lofty voice */
.layout-boxed { background: var(--bg); border-bottom: 0; padding: 14px 0 0; }
.layout-boxed .header-row { border: 2px solid var(--primary); border-radius: var(--radius); padding: 12px 18px; margin: 0 16px; }
.layout-boxed .logo { font-size: 1.05rem; }
.layout-boxed .nav { font-family: var(--heading-font); font-weight: 700; font-size: .9rem; gap: 0; }
.layout-boxed .nav a { padding: 6px 12px; border-left: 1px solid var(--rule); }
.layout-boxed .nav a:first-child { border-left: 0; }
.buttons-block .btn { border-radius: 0; background: var(--primary); color: var(--bg); border: 0; border-bottom: 4px solid var(--accent); text-transform: uppercase; letter-spacing: .1em; font-family: var(--heading-font); font-weight: 800; padding: 13px 22px 11px; }
.buttons-block .btn:hover { filter: brightness(1.08); }
.buttons-block .btn-ghost { background: transparent; color: var(--primary); border: 2px solid var(--primary); border-bottom-width: 4px; padding: 11px 20px 9px; }
.buttons-block .btn-small { padding: 8px 14px 6px; font-size: .8rem; }
.buttons-block .band .btn, .buttons-block .band .btn:hover { background: var(--accent); color: var(--band); border-bottom-color: var(--bg); }
.hero-card { position: relative; overflow: hidden; padding: 72px 0 64px; background: rgb(var(--scrim-rgb)); min-height: 540px; display: flex; align-items: center; }
.hero-card .hero-inner { width: 100%; grid-template-columns: minmax(0, 36em); }
.hero-card .hero-copy { position: relative; z-index: 2; background: var(--bg-card); color: var(--ink); padding: 32px 36px; border-radius: var(--radius); border-top: 6px solid var(--accent); box-shadow: 0 10px 40px rgba(0, 0, 0, .25); }
.hero-card .hero-media { position: absolute; inset: 0; z-index: 0; }
.hero-card .hero-video, .hero-card .hero-poster { width: 100%; height: 100%; aspect-ratio: auto; }
.hero-card .hero-media::after { content: ""; position: absolute; inset: 0; background: rgba(var(--scrim-rgb), .28); }
@media (max-width: 800px) {
  .hero-card { min-height: 0; padding: 40px 0 36px; }
  .hero-card .hero-copy { padding: 24px 20px; }
}
.media-card .still img { border: 2px solid var(--primary); border-bottom: 6px solid var(--accent); }
.lofty h1, .lofty h2 { letter-spacing: -.01em; }
.lofty .price-big { font-family: var(--heading-font); }
.lofty .kicker { letter-spacing: .14em; }
.lofty .rival { border-left: 4px solid var(--accent); }

/* the freebies (Doug 2026-09-24: "Free Phone Number* ... Free Domain*") and the real players under the rival block */
.freebies .card h3 { font-size: 1.2rem; }
.freebies .card .fine { font-size: .82rem; color: var(--muted); }
.players-intro { margin-top: 1.4em; }
.players { list-style: none; padding: 0; margin: .6em 0 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 0 20px; }
.players li { border-top: 1px solid var(--rule); padding: 8px 0; font-size: .95rem; display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.players li .yrs { color: var(--muted); font-variant-numeric: tabular-nums; }
.other-way .statute-link { font-size: .9rem; margin-left: 10px; }

/* the mail forwarding schedule (Doug 2026-09-25: "1st piece of mail = Free ... Sixth piece of mail... cha ching"), one site */
.mail-schedule .table-wrap { max-width: 32em; }
.mail-schedule table { min-width: 0; width: 100%; }
.mail-schedule tr.free td.num { color: var(--muted); }
/* Doug 2026-09-25 "put that in really small print": the sixth piece and the note are the fine print; the five free rows are not */
.mail-schedule tr.priced td { font-size: .62rem; font-weight: 400; color: var(--muted); padding-top: 4px; padding-bottom: 4px; border-top: 1px solid var(--rule); }
.mail-schedule tr.priced td.num { color: var(--muted); }
.mail-schedule .footnote { font-size: .58rem; line-height: 1.35; max-width: 32em; }

.mail-schedule .preface { font-size: 1.15rem; max-width: 40em; margin: 0 0 1.6em; }

/* ---------------------------------------------------------------------------------------------------------------
   The eight identities added 2026-09-25 (Doug: "build and deploy the new sites"): mid ($37 / $27), dogwater ($17 / $7),
   mid wyoming ($22 / $12, one state) and 19 ($19 / $19). Eight header layouts, eight button styles, eight voices. */

/* strip (Mid RA): a thin ochre strip above a plain header, small-caps nav */
.layout-strip { border-top: 6px solid var(--primary); background: var(--bg-card); }
.layout-strip .nav { font-variant: small-caps; letter-spacing: .04em; font-size: 1rem; gap: 18px; }
.layout-strip .logo { font-size: 1.05rem; }

/* tabs (Mid Agent): the nav sits under the logo row as a row of bordered tabs */
.layout-tabs { background: var(--bg); border-bottom: 0; }
.layout-tabs .header-row { flex-wrap: wrap; padding-bottom: 0; }
.layout-tabs .nav { order: 3; width: 100%; margin: 10px 0 0; gap: 0; }
.layout-tabs .nav a { padding: 8px 16px; border: 1px solid var(--rule); border-bottom: 0; border-radius: var(--radius) var(--radius) 0 0; margin-right: 4px; background: var(--bg-card); opacity: 1; }
.layout-tabs .nav a:hover { text-decoration: none; background: var(--quote-bg); }
.layout-tabs .header-row .btn-small { margin-left: auto; }
@media (max-width: 640px) { .layout-tabs .nav { gap: 4px 0; } }

/* rail (Dogwater RA): a thick teal rail down the left of the header row, the nav pushed right */
.layout-rail { background: var(--bg-card); border-bottom: 1px solid var(--rule); }
.layout-rail .header-row { border-left: 12px solid var(--primary); padding-left: 18px; }
.layout-rail .nav { text-transform: uppercase; letter-spacing: .08em; font-size: .82rem; gap: 20px; }
.layout-rail .logo { font-size: 1.15rem; }

/* inline (Dogwater Agent): everything on one line, nav items separated by dots, all caps */
.layout-inline { background: var(--bg); border-bottom: 2px solid var(--primary); }
.layout-inline .nav { text-transform: uppercase; letter-spacing: .1em; font-size: .8rem; gap: 0; }
.layout-inline .nav a { padding: 0 10px; border-left: 0; }
.layout-inline .nav a + a::before { content: "\00b7"; margin-right: 14px; opacity: .5; }
.layout-inline .logo { font-size: 1.3rem; }

/* banner (Mid Wyoming Agents): a tall indigo header, big mark, the nav on a thin paper rule below */
.layout-banner { background: var(--band); border-bottom: 0; }
.layout-banner .header-row { padding: 26px 16px 18px; }
.layout-banner .logo, .layout-banner .nav a { color: var(--band-ink); }
.layout-banner .logo { font-size: 1.5rem; gap: 14px; }
.layout-banner .nav { order: 3; width: 100%; margin: 14px 0 0; padding-top: 10px; border-top: 1px solid rgba(255, 255, 255, .35); font-size: .95rem; gap: 26px; }
.layout-banner .header-row .btn-small { margin-left: auto; }

/* underline (Mid Wyoming Agent): paper header, a double red rule under it, nav links with a thick sand underline */
.layout-underline { background: var(--bg); border-bottom: 4px double var(--primary); }
.layout-underline .nav a { padding-bottom: 3px; border-bottom: 3px solid var(--accent); opacity: 1; }
.layout-underline .nav a:hover { text-decoration: none; border-bottom-color: var(--primary); }
.layout-underline .logo { font-size: 1.1rem; }

/* ribbon (19 RA): the logo row on white, then a yellow ribbon carrying the nav in green */
.layout-ribbon { background: var(--bg-card); border-bottom: 0; }
.layout-ribbon .header-row { padding-bottom: 0; }
.layout-ribbon .nav { order: 3; width: 100%; margin: 10px -16px 0; padding: 8px 16px; background: var(--accent); width: calc(100% + 32px); font-weight: 700; font-size: .9rem; gap: 22px; }
.layout-ribbon .nav a { color: #13211b; opacity: 1; }
.layout-ribbon .header-row .btn-small { margin-left: auto; }

/* sticker (19 Agent): magenta header, the mark on a paper sticker, pill nav links */
.layout-sticker { background: var(--band); border-bottom: 0; }
.layout-sticker .logo, .layout-sticker .nav a { color: var(--band-ink); }
.layout-sticker .logo .mark { background: #f8eff4; border-radius: 50%; padding: 6px; box-sizing: content-box; }
.layout-sticker .nav { font-size: .9rem; gap: 8px; }
.layout-sticker .nav a { padding: 4px 12px; border: 1px solid rgba(255, 255, 255, .5); border-radius: 999px; opacity: 1; }
.layout-sticker .nav a:hover { text-decoration: none; background: rgba(255, 255, 255, .15); }

/* buttons: rounded (Mid RA) */
.buttons-rounded .btn { background: var(--bg-card); color: var(--primary); border: 3px solid var(--primary); border-radius: 14px; }
.buttons-rounded .btn:hover { background: var(--primary); color: var(--bg-card); filter: none; }
.buttons-rounded .btn-ghost { border-color: var(--rule); color: var(--ink); }
/* shadow (Mid Agent): a hard offset shadow in the accent */
.buttons-shadow .btn { background: var(--primary); color: var(--bg); border: 0; box-shadow: 4px 4px 0 var(--accent); border-radius: var(--radius); }
.buttons-shadow .btn:hover { transform: translate(1px, 1px); box-shadow: 3px 3px 0 var(--accent); filter: none; }
.buttons-shadow .btn-ghost { background: var(--bg-card); color: var(--primary); box-shadow: 4px 4px 0 var(--rule); }
/* gradient (Dogwater RA): primary to accent */
.buttons-gradient .btn { background: linear-gradient(135deg, var(--primary), var(--accent)); color: #fff; border: 0; border-radius: var(--radius); }
.buttons-gradient .btn-ghost { background: transparent; color: var(--primary); border: 2px solid var(--primary); }
/* dashed (Dogwater Agent) */
.buttons-dashed .btn { background: transparent; color: var(--primary); border: 2px dashed var(--primary); text-transform: uppercase; letter-spacing: .06em; border-radius: var(--radius); }
.buttons-dashed .btn:hover { background: var(--quote-bg); filter: none; }
.buttons-dashed .btn-ghost { border-style: dotted; color: var(--ink); border-color: var(--ink); }
/* inverse (Mid Wyoming Agents): ink on paper, no border, square */
.buttons-inverse .btn { background: var(--ink); color: var(--bg); border: 0; border-radius: var(--radius); letter-spacing: .04em; }
.buttons-inverse .btn:hover { background: var(--primary); filter: none; }
.buttons-inverse .btn-ghost { background: transparent; color: var(--ink); border: 1px solid var(--ink); }
.buttons-inverse .band .btn, .buttons-inverse .band .btn:hover { background: var(--accent); color: #171626; }
/* link (Mid Wyoming Agent): text buttons with a thick sand underline */
.buttons-link .btn { background: transparent; color: var(--primary); border: 0; border-radius: 0; padding: 8px 2px; border-bottom: 4px solid var(--accent); }
.buttons-link .btn:hover { border-bottom-color: var(--primary); filter: none; }
.buttons-link .btn-small { padding: 4px 2px; }
.buttons-link .band .btn, .buttons-link .band .btn:hover { background: transparent; color: var(--band-ink); border-bottom-color: var(--accent); }
/* double (19 RA): a double green border, yellow on hover */
.buttons-double .btn { background: transparent; color: var(--primary); border: 4px double var(--primary); border-radius: var(--radius); font-weight: 800; }
.buttons-double .btn:hover { background: var(--accent); color: #13211b; filter: none; }
.buttons-double .btn-ghost { border-style: solid; border-width: 1px; }
/* stamped (19 Agent): magenta block with a thick yellow top border, uppercase */
.buttons-stamped .btn { background: var(--primary); color: #fff; border: 0; border-top: 5px solid var(--accent); border-radius: var(--radius); text-transform: uppercase; letter-spacing: .08em; }
.buttons-stamped .btn-ghost { background: transparent; color: var(--primary); border: 2px solid var(--primary); border-top-width: 5px; }
.buttons-stamped .band .btn, .buttons-stamped .band .btn:hover { background: var(--accent); color: #24141d; border-top-color: #fff; }

/* voices */
.mid .tagline { font-style: normal; color: var(--muted); }
.mid .price-big { font-weight: 400; }
.mid .comply { color: var(--primary); }
.lukewarm .tagline { font-style: italic; }
.lukewarm .card { border-style: dotted; }
.murky .tagline { color: var(--primary); }
.murky .beat { border-style: dashed; }
.soggy h1, .soggy h2 { text-transform: uppercase; letter-spacing: .02em; }
.soggy .price-big { color: var(--accent); }
.soggy .tagline { font-style: normal; text-transform: uppercase; letter-spacing: .12em; font-size: 1rem; }
.prairie .tagline { font-style: italic; }
.prairie .kicker { letter-spacing: .2em; }
.dust .hero { background: var(--bg); border-bottom: 1px solid var(--rule); }
.dust .tagline { font-style: normal; color: var(--primary); letter-spacing: .02em; }
.dust .card { background: transparent; border-color: var(--primary); }
.bargain .price-big { color: var(--accent); text-shadow: 2px 2px 0 var(--primary); }
.bargain .tagline { font-style: normal; text-transform: uppercase; letter-spacing: .1em; font-size: 1.05rem; }
.bargain .card .n { color: var(--accent); }
.clearance .price-big { text-decoration: line-through; text-decoration-color: var(--accent); text-decoration-thickness: 6px; }
.clearance .price-big::after { content: " " attr(data-price); }
.clearance .tagline { font-style: normal; }
.clearance .beat { border-width: 3px; }

/* landmarks (Doug 2026-09-25: "the Wyoming page should have whoming lankmarks and features and photos") */
.landmarks { background: var(--bg-card); border-top: 1px solid var(--rule); }
.landmarks-intro { max-width: 46em; font-size: 1.1rem; }
.landmark-grid { display: grid; gap: 22px; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); margin-top: 1.4em; }
.landmark { margin: 0; background: var(--bg); border: 1px solid var(--rule); border-radius: var(--radius); overflow: hidden; }
.landmark img { display: block; width: 100%; height: auto; aspect-ratio: 3 / 2; object-fit: cover; }
.landmark figcaption { padding: 16px 18px 18px; }
.landmark h3 { margin: 0 0 .3em; }
.landmark p { margin: 0 0 .5em; font-size: .95rem; }
.landmark .credit { font-size: .75rem; color: var(--muted); margin: 0; }
