/* ===========================================================================
   Coming Soon Texas
   Brand orange is the spine. Status color is a system: grey filed -> amber
   building -> orange opening soon -> green open. The hazard stripe is the
   signature, carried over from the Facebook graphics.
   =========================================================================== */

:root {
  --paper:   #F6F4F1;
  --card:    #FFFFFF;
  --ink:     #13171A;
  --ink-2:   #434A50;
  --ink-3:   #737A81;
  --ink-4:   #9AA0A6;
  --rule:    #E2E1DC;
  --rule-2:  #C8C7C1;
  --sunk:    #EFEEEA;

  --brand:      #D9531E;   /* also the "opening soon" status — same idea */
  --brand-dk:   #A93C11;
  --brand-soft: #FBEADF;

  --st-filed:   #6B7280;  --st-filed-bg:   #F0F1F2;
  --st-build:   #B45309;  --st-build-bg:   #FCF2E5;
  --st-soon:    #D9531E;  --st-soon-bg:    #FBEADF;
  --st-open:    #15803D;  --st-open-bg:    #E9F6ED;
  --st-stall:   #8A8A8A;  --st-stall-bg:   #F0F1F2;

  --sans:    "IBM Plex Sans", system-ui, -apple-system, sans-serif;
  --display: "Archivo", "IBM Plex Sans", system-ui, sans-serif;
  --mono:    "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  --wrap:    1220px;
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16.5px; line-height: 1.55; }
a { color: inherit; text-decoration: none; }
h1, h2, h3 { font-family: var(--display); letter-spacing: -0.025em; margin: 0; line-height: 1.05; text-wrap: balance; }
p { margin: 0 0 1rem; }
img { max-width: 100%; }
.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 24px; }
.mono { font-family: var(--mono); font-variant-numeric: tabular-nums; }
.muted { color: var(--ink-3); }
.small { font-size: 0.85rem; }
:focus-visible { outline: 3px solid var(--brand); outline-offset: 2px; }

/* ---- the signature stripe ---- */
.hazard { height: 7px; background: repeating-linear-gradient(-45deg, var(--brand) 0 14px, transparent 14px 28px), var(--ink); }
.hazard-thin { height: 5px; background: repeating-linear-gradient(-45deg, var(--brand) 0 10px, transparent 10px 20px), var(--ink); }

/* ---- header ---- */
.site-header { background: var(--ink); color: #fff; }
.site-header .wrap { display: flex; align-items: center; justify-content: space-between; gap: 16px; height: 64px; }
.wordmark { font-family: var(--display); font-weight: 800; font-size: 16px; letter-spacing: 0.14em; color: #fff; display: flex; align-items: center; gap: 9px; }
.wordmark:hover { color: #fff; }
.wordmark-mark { width: 13px; height: 13px; background: var(--brand); flex: none; transform: rotate(45deg); }
.site-nav { display: flex; gap: 24px; font-size: 14.5px; font-weight: 500; }
.site-nav a { color: #AEB4B9; }
.site-nav a:hover { color: #fff; }
.site-nav a.on { color: #fff; box-shadow: inset 0 -2px 0 var(--brand); }

/* ---- breadcrumb ---- */
.crumb { background: var(--card); border-bottom: 1px solid var(--rule); font-family: var(--mono); font-size: 11px; letter-spacing: 0.08em; color: var(--ink-3); }
.crumb .wrap { padding-top: 9px; padding-bottom: 9px; display: flex; justify-content: space-between; gap: 16px; align-items: center; }
.crumb strong { color: var(--ink); font-weight: 600; }
.crumb a:hover { color: var(--brand); }

/* ---- chips ---- */
.chip { display: inline-flex; align-items: center; gap: 7px; font-family: var(--mono); font-size: 11px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; padding: 5px 10px; white-space: nowrap; }
.chip-sm { font-size: 10px; padding: 4px 8px; gap: 5px; }
.chip-dot { width: 7px; height: 7px; border-radius: 50%; display: inline-block; flex: none; }
.chip-sm .chip-dot { width: 5.5px; height: 5.5px; }
.tag { display: inline-flex; align-items: center; gap: 6px; font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink-3); }
.cat-icon { flex: none; }
.flag-new { font-family: var(--mono); font-size: 9.5px; font-weight: 600; letter-spacing: 0.12em; background: var(--ink); color: #fff; padding: 3px 7px; }

/* ---- home hero ---- */
.hero { background: var(--ink); color: #fff; position: relative; overflow: hidden; }
.hero::after { content: ""; position: absolute; right: -90px; top: -90px; width: 380px; height: 380px; background: repeating-linear-gradient(-45deg, rgba(217,83,30,.16) 0 16px, transparent 16px 32px); transform: rotate(8deg); pointer-events: none; }
.hero .wrap { position: relative; padding-top: 52px; padding-bottom: 46px; }
.hero-eyebrow { font-family: var(--mono); font-size: 11.5px; letter-spacing: 0.18em; color: var(--brand); margin-bottom: 18px; }
.hero h1 { font-size: clamp(2.2rem, 6vw, 4.1rem); font-weight: 800; letter-spacing: -0.04em; max-width: 15ch; color: #fff; }
.hero h1 em { font-style: normal; color: var(--brand); }
.hero .lede { font-size: 1.2rem; color: #B7BDC2; max-width: 52ch; margin: 18px 0 0; }
.hero-stats { display: flex; gap: 0; margin-top: 34px; border-top: 1px solid #2B3136; padding-top: 22px; }
.stat { padding-right: 38px; margin-right: 38px; border-right: 1px solid #2B3136; }
.stat:last-child { border-right: 0; margin-right: 0; padding-right: 0; }
.stat-n { display: block; font-family: var(--display); font-weight: 800; font-size: 2.6rem; letter-spacing: -0.035em; line-height: 1; color: #fff; }
.stat-n.accent { color: var(--brand); }
.stat-l { display: block; font-family: var(--mono); font-size: 10px; letter-spacing: 0.13em; color: var(--ink-4); margin-top: 7px; }

/* ---- page structure ---- */
.page { padding-top: 34px; padding-bottom: 8px; }
.two-col { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 44px; align-items: start; }
.page-head h1 { font-size: clamp(1.9rem, 4.6vw, 2.9rem); font-weight: 800; letter-spacing: -0.035em; }
.lede { font-size: 1.1rem; color: var(--ink-2); max-width: 60ch; margin: 12px 0 0; }
.meta-line { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; font-family: var(--mono); font-size: 11.5px; letter-spacing: 0.06em; color: var(--ink-3); margin-top: 16px; }
.meta-line strong { color: var(--ink); font-weight: 600; }
.meta-line .live { display: inline-flex; align-items: center; gap: 6px; color: var(--st-open); }
.meta-line .live::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--st-open); }

.block { margin-bottom: 44px; }
.block-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; border-bottom: 3px solid var(--ink); padding-bottom: 9px; margin-bottom: 18px; }
.block-head h2 { font-size: clamp(1.35rem, 3vw, 1.75rem); font-weight: 800; letter-spacing: -0.03em; }
.block-more { font-family: var(--mono); font-size: 11px; letter-spacing: 0.1em; color: var(--ink-3); white-space: nowrap; }
.block-more:hover { color: var(--brand); }
.empty { color: var(--ink-3); padding: 28px 0; }

/* ---- filters ---- */
.filters { display: flex; flex-wrap: wrap; align-items: center; gap: 7px; border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); padding: 13px 0; margin: 24px 0 20px; }
.filters-label { font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.12em; color: var(--ink-3); margin-right: 6px; }
.filter { font-family: var(--mono); font-size: 11px; font-weight: 600; letter-spacing: 0.08em; padding: 7px 12px; background: var(--card); border: 1px solid var(--rule); color: var(--c, var(--ink-3)); transition: border-color .12s, transform .12s; }
.filter:hover { border-color: var(--c, var(--rule-2)); transform: translateY(-1px); color: var(--c, var(--ink)); }
.filter.on { background: var(--ink); color: #fff; border-color: var(--ink); }
.filter.on:hover { color: #fff; }

/* ---- listing rows ---- */
.listings { display: flex; flex-direction: column; gap: 13px; }
.listing { display: flex; gap: 26px; background: var(--card); border: 1px solid var(--rule); border-left: 5px solid var(--sc, var(--ink-4)); padding: 22px 24px; color: inherit; transition: transform .13s, box-shadow .13s, border-color .13s; }
.listing:hover { color: inherit; transform: translateY(-2px); box-shadow: 0 6px 20px -8px rgba(19,23,26,.22); border-color: var(--rule-2); border-left-color: var(--sc, var(--ink-4)); }
.listing:hover h2 { color: var(--brand); }
.listing-main { flex: 1 1 auto; min-width: 0; display: flex; flex-direction: column; gap: 9px; }
.listing-tags { display: flex; align-items: center; gap: 11px; flex-wrap: wrap; }
.listing h2 { font-size: clamp(1.25rem, 2.6vw, 1.6rem); font-weight: 800; letter-spacing: -0.03em; transition: color .13s; }
.listing-addr { display: flex; align-items: flex-start; gap: 8px; color: var(--ink-2); font-size: 0.97rem; font-weight: 500; }
.listing-addr svg { flex: none; margin-top: 3px; color: var(--sc, var(--ink-3)); }
.listing-sum { font-size: 0.94rem; color: var(--ink-2); margin: 1px 0 0; max-width: 62ch; }
.listing-side { flex: none; width: 168px; border-left: 1px solid var(--rule); padding-left: 22px; display: flex; flex-direction: column; gap: 12px; }
.kv { display: flex; flex-direction: column; gap: 3px; }
.kv .k { font-family: var(--mono); font-size: 9.5px; letter-spacing: 0.12em; color: var(--ink-3); }
.kv .v { font-size: 0.95rem; font-weight: 600; }
.kv .v.big { font-family: var(--display); font-size: 1.2rem; font-weight: 800; letter-spacing: -0.02em; }
.kv-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }

/* ---- cards ---- */
.card-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(262px, 1fr)); gap: 14px; }
.card { display: flex; flex-direction: column; gap: 10px; background: var(--card); border: 1px solid var(--rule); border-top: 5px solid var(--sc, var(--brand)); padding: 20px 22px; color: inherit; transition: transform .13s, box-shadow .13s; }
.card:hover { color: inherit; transform: translateY(-3px); box-shadow: 0 8px 22px -10px rgba(19,23,26,.26); }
.card:hover h3 { color: var(--brand); }
.card h3 { font-size: 1.4rem; font-weight: 800; letter-spacing: -0.03em; transition: color .13s; }
.card-city { font-size: 0.95rem; color: var(--ink-2); font-weight: 500; }
.card-addr { font-size: 0.87rem; color: var(--ink-3); }

.city-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(205px, 1fr)); gap: 12px; }
.city-card { display: flex; flex-direction: column; gap: 5px; background: var(--card); border: 1px solid var(--rule); padding: 17px 19px; color: inherit; position: relative; transition: transform .13s, box-shadow .13s; }
.city-card::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 4px; background: var(--brand); opacity: 0; transition: opacity .13s; }
.city-card:hover { transform: translateY(-2px); box-shadow: 0 6px 18px -9px rgba(19,23,26,.22); }
.city-card:hover::before { opacity: 1; }
.city-card:hover .city-name { color: var(--brand); }
.city-name { font-family: var(--display); font-weight: 800; font-size: 1.15rem; letter-spacing: -0.02em; transition: color .13s; }
.city-n { font-family: var(--mono); font-size: 11px; letter-spacing: 0.05em; color: var(--brand); font-weight: 600; }
.city-metro { font-size: 0.83rem; color: var(--ink-3); }

/* ---- latest list ---- */
.list { background: var(--card); border: 1px solid var(--rule); }
.row { display: grid; grid-template-columns: 78px minmax(0, 1fr) auto; gap: 18px; align-items: center; padding: 14px 20px; border-bottom: 1px solid var(--sunk); color: inherit; transition: background .1s; }
.row:last-child { border-bottom: 0; }
.row:hover { background: var(--paper); color: inherit; }
.row:hover .row-brand { color: var(--brand); }
.row-date { font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.06em; color: var(--ink-3); }
.row-main { display: flex; flex-direction: column; min-width: 0; }
.row-brand { font-weight: 600; font-size: 1.02rem; transition: color .13s; }
.row-city { font-size: 0.87rem; color: var(--ink-3); }

/* ---- sidebar ---- */
.side-box { background: var(--card); border: 1px solid var(--rule); padding: 21px 22px; margin-bottom: 16px; }
.side-box.dark { background: var(--ink); color: #fff; border-color: var(--ink); position: relative; overflow: hidden; }
.side-box.dark::after { content: ""; position: absolute; right: -40px; bottom: -40px; width: 150px; height: 150px; background: repeating-linear-gradient(-45deg, rgba(217,83,30,.18) 0 12px, transparent 12px 24px); pointer-events: none; }
.side-box.dark p { color: #C3C9CE; font-size: 0.95rem; margin: 10px 0 15px; position: relative; }
.side-label { display: block; font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.13em; color: var(--ink-3); margin-bottom: 5px; }
.side-box.dark .side-label { color: var(--brand); }
.side-list { display: flex; flex-direction: column; margin-top: 11px; }
.side-list a { display: flex; justify-content: space-between; gap: 12px; padding: 9px 0; border-bottom: 1px solid var(--sunk); font-size: 0.95rem; font-weight: 500; }
.side-list a:last-child { border-bottom: 0; }
.side-list a:hover { color: var(--brand); }
.side-more { display: inline-block; margin-top: 13px; font-size: 0.9rem; font-weight: 600; color: var(--brand); }

.btn { display: inline-block; background: var(--brand); color: #fff; font-family: var(--mono); font-size: 11.5px; font-weight: 600; letter-spacing: 0.09em; padding: 12px 18px; border: 0; cursor: pointer; position: relative; transition: background .13s; }
.btn:hover { color: #fff; background: var(--brand-dk); }
.btn-sm { padding: 8px 13px; font-size: 10.5px; }
.side-box:not(.dark) .btn { background: var(--ink); }
.side-box:not(.dark) .btn:hover { background: var(--brand); }

/* ---- detail ---- */
.detail-hero { background: var(--card); border-bottom: 1px solid var(--rule); padding: 32px 0 28px; }
.detail-tags { display: flex; align-items: center; gap: 13px; flex-wrap: wrap; margin-bottom: 14px; }
.detail-hero h1 { font-size: clamp(2rem, 5.4vw, 3.4rem); font-weight: 800; letter-spacing: -0.04em; }
.answer { font-size: clamp(1.1rem, 2.4vw, 1.35rem); color: var(--ink); font-weight: 500; margin: 14px 0 0; max-width: 60ch; border-left: 4px solid var(--sc, var(--brand)); padding-left: 15px; }
.detail-addr { display: flex; align-items: flex-start; gap: 9px; margin-top: 18px; font-weight: 500; font-size: 1.03rem; }
.detail-addr svg { flex: none; margin-top: 3px; }

.timeline-wrap { background: var(--sunk); border-bottom: 1px solid var(--rule); padding: 24px 0 28px; }
.timeline { list-style: none; margin: 16px 0 0; padding: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); position: relative; }
.timeline::before { content: ""; position: absolute; top: 11px; left: 12px; right: 12px; height: 3px; background: var(--rule-2); }
.tl { position: relative; display: flex; flex-direction: column; gap: 9px; padding-right: 18px; }
.tl-dot { width: 24px; height: 24px; border-radius: 50%; background: var(--sunk); border: 3px solid var(--rule-2); position: relative; z-index: 1; }
.tl.done .tl-dot { background: var(--ink); border-color: var(--ink); }
.tl.now .tl-dot { background: var(--c); border-color: var(--c); box-shadow: 0 0 0 5px color-mix(in srgb, var(--c) 22%, transparent); }
.tl-label { font-family: var(--mono); font-size: 10px; font-weight: 600; letter-spacing: 0.11em; color: var(--ink-4); }
.tl.done .tl-label { color: var(--ink); }
.tl.now .tl-label { color: var(--c); }
.tl-when { font-size: 0.85rem; color: var(--ink-3); min-height: 1.2em; }
.tl.now .tl-when { color: var(--ink); font-weight: 700; }
.tl-note { font-size: 0.9rem; color: var(--ink-3); margin: 16px 0 0; }

.prose h2 { font-size: 1.5rem; font-weight: 800; letter-spacing: -0.03em; margin-bottom: 12px; }
.prose p { font-size: 1.07rem; line-height: 1.68; color: #2A3036; }
.facts { border-top: 3px solid var(--ink); margin: 30px 0 0; }
.facts > div { display: grid; grid-template-columns: 170px 1fr; gap: 18px; padding: 12px 0; border-bottom: 1px solid var(--rule); }
.facts dt { font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.11em; color: var(--ink-3); padding-top: 3px; }
.facts dd { margin: 0; font-size: 1.02rem; }
.facts dd a { color: var(--brand); font-weight: 600; }

/* ---- FAQ ---- */
.faq { margin-top: 38px; }
.faq h2 { font-size: 1.5rem; font-weight: 800; letter-spacing: -0.03em; margin-bottom: 14px; }
.faq-item { border-top: 1px solid var(--rule); padding: 16px 0; }
.faq-item:last-child { border-bottom: 1px solid var(--rule); }
.faq-q { font-family: var(--display); font-size: 1.1rem; font-weight: 700; letter-spacing: -0.02em; margin: 0 0 6px; }
.faq-a { margin: 0; color: var(--ink-2); font-size: 1rem; line-height: 1.6; }

/* ---- footer ---- */
.site-footer { background: var(--ink); color: #9AA0A6; margin-top: 52px; padding: 32px 0 34px; }
.site-footer .wrap { display: flex; justify-content: space-between; align-items: flex-start; gap: 24px; flex-wrap: wrap; }
.footer-brand { display: flex; flex-direction: column; gap: 8px; }
.wordmark-sm { font-family: var(--display); font-weight: 800; font-size: 13.5px; letter-spacing: 0.14em; color: #fff; }
.footer-note { font-size: 13px; max-width: 46ch; line-height: 1.5; }
.footer-links { display: flex; gap: 22px; font-size: 13.5px; }
.footer-links a:hover { color: var(--brand); }

/* ---- admin ---- */
.admin-bar { background: var(--ink); color: #fff; border-bottom: 0; }
.admin-bar a, .admin-bar strong { color: #fff; }
.admin-bar .wrap { display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.admin-actions { display: flex; align-items: center; gap: 18px; font-family: var(--sans); letter-spacing: 0; text-transform: none; font-size: 14px; }
.admin-actions .muted { color: #AEB4B9; }
.inline { display: inline; }
.linkish { background: none; border: 0; padding: 0; font: inherit; color: inherit; cursor: pointer; }
.linkish:hover { color: var(--brand); }
.linkish.danger { color: #C23B22; }
.flash { background: var(--st-open-bg); color: var(--st-open); padding: 11px 15px; font-weight: 600; margin-bottom: 18px; border-left: 4px solid var(--st-open); }
.form-error { background: #FBE6E3; color: #B0301A; padding: 11px 15px; font-weight: 600; margin-bottom: 12px; border-left: 4px solid #B0301A; }
.admin-login { max-width: 420px; padding-top: 64px; }
.login-box { background: var(--card); border: 1px solid var(--rule); border-top: 5px solid var(--brand); padding: 30px; display: flex; flex-direction: column; gap: 15px; }
.admin-table-wrap { overflow-x: auto; background: var(--card); border: 1px solid var(--rule); }
.admin-table { width: 100%; border-collapse: collapse; font-size: 0.95rem; }
.admin-table th { text-align: left; font-family: var(--mono); font-size: 10px; letter-spacing: 0.12em; color: var(--ink-3); padding: 11px 14px; border-bottom: 2px solid var(--rule-2); }
.admin-table td { padding: 12px 14px; border-bottom: 1px solid var(--sunk); vertical-align: top; }
.admin-table tr:hover td { background: var(--paper); cursor: pointer; }
.admin-table td a { font-weight: 700; }
.dot-on, .dot-off { display: inline-block; width: 9px; height: 9px; border-radius: 50%; }
.dot-on { background: var(--st-open); }
.dot-off { background: var(--rule-2); }

.admin-form { max-width: 880px; }
fieldset { border: 1px solid var(--rule); background: var(--card); padding: 20px 24px 24px; margin: 0 0 18px; }
legend { font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.13em; color: var(--brand); padding: 0 9px; font-weight: 600; }
.admin-form label { display: flex; flex-direction: column; gap: 5px; margin-bottom: 15px; font-size: 0.9rem; font-weight: 600; }
.admin-form label > span:first-child { color: var(--ink-2); }
.admin-form label small { font-weight: 400; color: var(--ink-3); font-size: 0.8rem; }
.admin-form input:not([type=checkbox]):not([type=radio]), .admin-form textarea { font: inherit; font-size: 1rem; padding: 10px 12px; border: 1px solid var(--rule-2); background: #fff; width: 100%; }
.admin-form input:focus, .admin-form textarea:focus { outline: 2px solid var(--brand); outline-offset: 0; border-color: var(--brand); }
.admin-form textarea { resize: vertical; line-height: 1.55; }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px; }
.grid-3 { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 0 20px; }
.span-2 { grid-column: span 2; }
.check { display: flex; flex-direction: row !important; align-items: center; gap: 9px; font-weight: 400; }
.status-pick { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 18px; }
.status-opt { display: inline-flex !important; flex-direction: row !important; align-items: center; gap: 8px; margin: 0 !important; padding: 10px 15px; border: 2px solid var(--rule); background: #fff; cursor: pointer; font-family: var(--mono); font-size: 11px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--c); transition: border-color .12s, background .12s; }
.status-opt:hover { border-color: var(--c); }
.status-opt:has(input:checked) { background: var(--bg); border-color: var(--c); }
.status-opt input { margin: 0; accent-color: var(--c); }
.form-actions { display: flex; align-items: center; gap: 20px; margin: 10px 0 34px; }
.danger-zone { border-top: 1px solid var(--rule); padding-top: 18px; padding-bottom: 20px; }

/* ---- responsive ---- */
@media (max-width: 900px) {
  .two-col { grid-template-columns: 1fr; gap: 30px; }
  .listing { flex-direction: column; gap: 15px; }
  .listing-side { width: auto; border-left: 0; padding-left: 0; border-top: 1px solid var(--rule); padding-top: 13px; flex-direction: row; gap: 26px; align-items: flex-end; }
  .kv-row { display: flex; gap: 22px; }
  .timeline { grid-template-columns: 1fr 1fr; gap: 20px 0; }
  .timeline::before { display: none; }
  .grid-2, .grid-3 { grid-template-columns: 1fr; }
  .span-2 { grid-column: auto; }
  .hero-stats { flex-wrap: wrap; gap: 20px 0; }
  .facts > div { grid-template-columns: 1fr; gap: 3px; }
  .site-header .wrap { height: 56px; }
  .wordmark { font-size: 13px; letter-spacing: 0.1em; }
  .site-nav { gap: 15px; font-size: 13px; }
  .crumb .wrap { flex-wrap: wrap; row-gap: 5px; }
  .admin-bar .wrap { flex-wrap: wrap; row-gap: 9px; }
  .site-footer .wrap { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  * { transition: none !important; scroll-behavior: auto !important; }
  .listing:hover, .card:hover, .city-card:hover { transform: none; }
}
