/* ============================================================
   isthisagoodapartment.com — design system
   Civic statement: paper ground, white sheet, letterhead rules,
   Libre Franklin display / Public Sans body, grade-band color.
   ============================================================ */

:root {
  --paper: #FFFFFF;
  --card: #FFFFFF;
  --sheet: #FAFAF6;
  --tab-off: #EFEEE6;
  --ink: #191B1F;
  --sub: #54575F;
  --faint: #8A8D94;
  --rule: #DEDCD3;
  --wash: #EFEEE6;
  --blue: #1D4FA1;
  --red: #B3261E;
  --red-wash: #FBECEA;
  --orange: #C2410C;
  --orange-wash: #FCEFDF;
  --green: #0E7B4E;
  --green-wash: #EAF3ED;
  --band-a: #0E7B4E;
  --band-b: #4C8A2E;
  --band-c: #D97706;
  --band-d: #C2410C;
  --band-f: #B3261E;
  --disp: 'Libre Franklin', system-ui, sans-serif;
  --body: 'Public Sans', system-ui, sans-serif;
  --mono: ui-monospace, 'SF Mono', Menlo, Consolas, monospace;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.5;
}
button { cursor: pointer; font: inherit; color: inherit; background: none; border: none; padding: 0; }
a { color: var(--blue); }
input, select { font: inherit; }
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible {
  outline: 2px solid var(--blue); outline-offset: 2px; border-radius: 4px;
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { transition: none !important; animation: none !important; }
}

.wrap { max-width: 660px; margin: 0 auto; padding: 0 12px 48px; }
.site-head { position: sticky; top: 0; z-index: 40; background: var(--paper); padding-top: 20px; }

/* ————— eyebrows, small type ————— */
.eyebrow {
  font-family: var(--disp); font-size: 10.5px; font-weight: 800;
  letter-spacing: 0.13em; text-transform: uppercase; color: var(--faint);
}
.mono { font-family: var(--mono); }

/* ————— the sheet ————— */
.sheet {
  background: var(--card); border-radius: 4px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.09);
  padding: 30px 22px 26px;
}
.sheet-inner { padding: 0 6px; }
.rules { margin-top: 10px; border-bottom: 2.5px solid var(--ink); }
.rules-thin { margin-top: 2.5px; border-bottom: 1px solid var(--rule); }

/* ————— masthead ————— */
.masthead { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.masthead .logo img { height: 20px; display: block; }
.badge-row { display: flex; justify-content: flex-end; margin-bottom: 10px; }
.badge {
  font-family: var(--disp); font-size: 10px; font-weight: 800; letter-spacing: 0.14em;
  text-transform: uppercase; color: #163C7C; background: #E4E2D8;
  padding: 4px 8px; border-radius: 4px;
}

/* ————— compact search (masthead + hero share parts) ————— */
.search { position: relative; min-width: 140px; max-width: 230px; flex: 1; }
.search-box {
  display: flex; align-items: center; gap: 8px;
  border-radius: 999px; padding: 6px 12px;
  border: 1px solid var(--rule); background: #FCFCFA;
}
.search-box svg { flex-shrink: 0; color: var(--faint); }
.search-box input {
  width: 100%; background: transparent; border: none; outline: none;
  font-size: 12.5px; font-weight: 500; color: var(--ink);
}
.search--hero { max-width: 460px; margin: 22px auto 0; }
.search--hero .search-box { border: 1.5px solid var(--ink); padding: 12px 16px; border-radius: 14px; background: var(--card); }
.search--hero .search-box input { font-size: 15.5px; }
.search-drop {
  position: absolute; right: 0; left: auto; margin-top: 6px; width: min(300px, 92vw);
  border-radius: 12px; border: 1px solid var(--rule); overflow: hidden;
  box-shadow: 0 8px 22px rgba(0,0,0,0.1); z-index: 20; background: var(--card);
}
.search--hero .search-drop { left: 0; right: 0; width: auto; }
.search-drop button {
  width: 100%; text-align: left; padding: 11px 14px;
  display: flex; align-items: center; justify-content: space-between; gap: 10px;
}
.search-drop button:hover { background: #F4F3ED; }
.search-drop .s-label { display: block; font-size: 13.5px; font-weight: 600; color: var(--ink); }
.search-drop .s-sub { display: block; font-size: 11.5px; color: var(--sub); margin-top: 1px; }
.search-drop .s-chip {
  font-family: var(--disp); font-size: 9.5px; font-weight: 700; letter-spacing: 0.08em;
  text-transform: uppercase; color: #fff; background: var(--blue);
  padding: 3px 6px; border-radius: 4px; flex-shrink: 0;
}
.search-note { font-size: 11px; color: var(--faint); padding: 8px 14px; border-top: 1px solid var(--rule); background: var(--sheet); }

/* ————— address block ————— */
.addr { margin-top: 20px; }
.addr .hood {
  font-family: var(--disp); font-size: 10.5px; font-weight: 900;
  letter-spacing: 0.1em; text-transform: uppercase; color: var(--blue);
}
.addr h1 {
  font-family: var(--disp); font-size: 29px; font-weight: 900;
  letter-spacing: -0.015em; line-height: 1.05; margin: 3px 0 0;
}
.addr .meta { font-size: 10.5px; font-weight: 600; color: var(--sub); margin-top: 4px; }

/* ————— searched-address banner ————— */
.searched-note {
  margin-top: 16px; border: 1px solid #C9D6EC; background: #EEF2FA;
  border-radius: 10px; padding: 11px 14px; font-size: 13px; line-height: 1.5; color: var(--ink);
}
.searched-note strong { font-weight: 700; }

/* ————— score ————— */
.score-row { display: flex; align-items: center; gap: 20px; margin-top: 20px; }
.score-pill {
  display: inline-block; margin-top: 5px; color: #fff; font-family: var(--disp);
  font-weight: 900; font-size: 13px; padding: 3px 12px; border-radius: 999px;
}

/* ————— breakdown bars ————— */
.bars { margin-top: 18px; display: flex; flex-direction: column; gap: 7px; }
.bar-row { display: flex; align-items: center; gap: 10px; }
.bar-row .b-label { width: 66px; flex-shrink: 0; font-size: 10.5px; font-weight: 700; white-space: nowrap; }
.bar-row .b-track { flex: 1; height: 6.5px; border-radius: 999px; background: var(--wash); overflow: hidden; }
.bar-row .b-fill { height: 100%; border-radius: 999px; }
.bar-row .b-score { width: 24px; flex-shrink: 0; text-align: right; font-family: var(--disp); font-size: 12px; font-weight: 900; }

/* ————— actions ————— */
.actions { display: flex; align-items: center; justify-content: center; gap: 10px; margin-top: 22px; flex-wrap: wrap; }
.btn-pill {
  display: inline-flex; align-items: center; gap: 8px; border-radius: 999px;
  background: var(--card); font-size: 14px; font-weight: 700; padding: 10px 18px;
  text-decoration: none;
}
.btn-pill.primary { border: 2px solid var(--ink); color: var(--ink); }
.btn-pill.quiet { border: 1.5px solid var(--rule); color: var(--sub); }

/* ————— folder tabs ————— */
.tabs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; margin-bottom: -1px; margin-top: 18px; }
.tab {
  position: relative; padding: 9px 4px; border-radius: 10px 10px 0 0;
  border: 1.5px solid var(--rule); background: var(--tab-off); z-index: 1;
  display: flex; flex-direction: column; align-items: center; gap: 2px;
}
.tab .t-value { font-family: var(--disp); font-size: 19px; font-weight: 900; line-height: 1; }
.tab .t-label { font-size: 9px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; color: var(--sub); }
.tab[aria-selected="true"] { background: var(--sheet); border-bottom-color: var(--sheet); z-index: 2; }
.tab[aria-selected="true"] .t-label { color: var(--ink); }
.tab .t-top { display: none; position: absolute; top: 0; left: 0; right: 0; height: 3px; border-radius: 10px 10px 0 0; }
.tab[aria-selected="true"] .t-top { display: block; }
.panel {
  background: var(--sheet); border: 1px solid var(--rule);
  border-radius: 0 10px 10px 10px; padding: 16px 15px 18px;
}
.tabpane[hidden] { display: none; }

/* ————— cards & shared blocks ————— */
.card { background: var(--card); border: 1px solid var(--rule); border-radius: 10px; }
.statcard { background: var(--card); border: 1px solid var(--rule); border-radius: 12px; padding: 14px 16px 13px; }
.statcard .s-grid { display: flex; gap: 12px; }
.statcard .s-cell { flex: 1; min-width: 0; }
.statcard .s-val { font-family: var(--disp); font-size: 24px; font-weight: 900; line-height: 1.05; margin-top: 5px; white-space: nowrap; }
.statcard .s-key { font-size: 10px; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase; color: var(--faint); margin-top: 4px; line-height: 1.3; }
.statcard .s-line { font-size: 13.5px; line-height: 1.5; color: var(--sub); margin: 13px 0 0; padding-top: 11px; border-top: 1px solid var(--rule); }

/* ————— alerts: scope control ————— */
.scope { display: flex; align-items: center; gap: 9px; flex-wrap: wrap; margin-top: 16px; }
.scope .s-show { font-size: 11px; font-weight: 800; letter-spacing: 0.09em; text-transform: uppercase; color: var(--faint); }
.scope-pill {
  display: inline-flex; align-items: center; gap: 7px; background: var(--card);
  border: 1.5px solid var(--ink); border-radius: 999px; padding: 7px 13px;
}
.scope-pill select {
  font-size: 13.5px; font-weight: 700; color: var(--ink); background: transparent;
  border: none; padding: 0 4px 0 0; appearance: none; outline: none; max-width: 240px;
}
.scope-back { font-size: 12.5px; font-weight: 700; color: var(--blue); }

/* ————— alerts: issue list ————— */
.issue-list { background: var(--card); border: 1px solid var(--rule); border-radius: 10px; overflow: hidden; margin-top: 8px; }
.issue { border-top: 1px solid var(--rule); }
.issue:first-child { border-top: none; }
.issue.open { background: var(--sheet); }
.issue-head { width: 100%; text-align: left; display: flex; gap: 11px; align-items: flex-start; padding: 13px 12px; }
.issue-head .i-icon { flex-shrink: 0; margin-top: 2px; }
.issue-head .i-main { flex: 1; min-width: 0; }
.issue-head .i-toprow { display: flex; justify-content: space-between; gap: 10px; align-items: baseline; }
.issue-head .i-title { font-size: 15px; font-weight: 700; color: var(--ink); }
.issue-head .i-class { font-size: 11.5px; font-weight: 700; white-space: nowrap; }
.issue-head .i-sub { display: block; font-size: 12.5px; color: var(--sub); margin-top: 3px; }
.issue-head .i-chev { flex-shrink: 0; margin-top: 4px; color: var(--faint); transition: transform .15s; }
.issue.open .i-chev { transform: rotate(180deg); }
.issue-body { padding: 0 12px 14px 41px; }
.issue-body p { font-size: 13px; line-height: 1.55; color: var(--sub); margin: 0; }
.issue-facts { display: flex; gap: 18px; margin-top: 11px; padding-top: 11px; border-top: 1px solid var(--rule); flex-wrap: wrap; }
.issue-facts span.f { display: inline-flex; gap: 6px; align-items: center; }
.issue-facts .f-k { font-size: 12px; color: var(--faint); }
.issue-facts .f-v { font-size: 12.5px; font-weight: 700; color: var(--ink); }
.link-out {
  font-size: 12.5px; font-weight: 700; color: var(--blue);
  display: inline-flex; align-items: center; gap: 5px; padding-top: 11px; text-decoration: none;
}
.link-out:hover { text-decoration: underline; }
.issue-official { font-size: 11px; color: var(--faint); margin-top: 6px; }
.list-more {
  width: 100%; padding: 11px 12px; background: var(--sheet); border-top: 1px solid var(--rule);
  display: flex; align-items: center; justify-content: center; gap: 6px;
  font-size: 13px; font-weight: 700; color: var(--blue);
}
.empty-row { padding: 18px 14px; display: flex; gap: 10px; align-items: center; font-size: 14px; }

/* ————— track record ————— */
.track { border-top: 1px solid var(--rule); margin-top: 20px; padding-top: 16px; }
.track .t-cols { display: flex; gap: 18px; flex-wrap: wrap; margin-top: 12px; }
.track .t-fix { flex: 1 1 190px; min-width: 175px; }
.track .t-big { font-family: var(--disp); font-size: 34px; font-weight: 900; line-height: 1; color: var(--orange); }
.track .t-cap { font-size: 12px; font-weight: 700; color: var(--faint); margin-top: 4px; }
.track table { width: 100%; border-collapse: collapse; margin-top: 12px; border-top: 1px solid var(--rule); }
.track td { padding: 7px 0; border-bottom: 1px solid var(--rule); font-size: 12.5px; }
.track td:first-child { color: var(--sub); }
.track td:last-child { text-align: right; font-weight: 700; color: var(--ink); }
.track .t-chart { flex: 1 1 200px; min-width: 185px; }
.track .t-chartcap { font-size: 12px; font-weight: 700; color: var(--faint); margin-bottom: 2px; }
.track .t-read { font-size: 13.5px; line-height: 1.55; color: var(--ink); margin: 14px 0 0; }
.caveat { display: flex; gap: 8px; align-items: flex-start; margin-top: 13px; font-size: 12px; line-height: 1.5; color: var(--sub); }
.caveat svg { flex-shrink: 0; margin-top: 2px; }

/* ————— rent tab ————— */
.rent-head { display: flex; align-items: center; gap: 10px; }
.rent-check {
  width: 36px; height: 36px; border-radius: 999px; background: var(--green);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.rent-title { font-family: var(--disp); font-size: 19px; font-weight: 900; line-height: 1.2; }
.rent-copy { font-size: 13.5px; line-height: 1.55; color: var(--sub); margin: 10px 0 0; }
.rent-cta {
  font-family: var(--disp); background: var(--green); color: #fff; font-weight: 700;
  font-size: 13.5px; border-radius: 8px; padding: 10px 16px; text-decoration: none; display: inline-block;
}
.rent-actions { margin-top: 13px; display: flex; align-items: flex-start; gap: 16px; flex-wrap: wrap; }
.reveal-btn { font-size: 12.5px; font-weight: 600; color: var(--blue); text-decoration: underline; text-underline-offset: 2px; }
.reveal-body { margin-top: 8px; font-size: 13px; line-height: 1.6; color: var(--sub); }
.reveal-body[hidden] { display: none; }

/* ————— area tab ————— */
.a-section { margin-top: 18px; }
.a-section.rule-top { border-top: 1px solid var(--rule); padding-top: 16px; margin-top: 20px; }
.station { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 12px 14px; border-top: 1px solid var(--rule); }
.station:first-child { border-top: none; }
.station .st-l { display: flex; align-items: center; gap: 9px; min-width: 0; }
.station .st-name { font-size: 14px; font-weight: 600; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.station .st-min { font-family: var(--disp); font-size: 14px; font-weight: 900; flex-shrink: 0; }
.bullet {
  display: inline-flex; align-items: center; justify-content: center; border-radius: 999px;
  width: 22px; height: 22px; flex-shrink: 0; font-family: var(--disp); font-size: 11px; font-weight: 700; color: #fff;
}
.commutes { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 9px; font-size: 12px; color: var(--sub); }
.commutes strong { font-family: var(--disp); font-weight: 900; color: var(--ink); }
.commutes .dot { color: var(--faint); }
.errands { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 8px; }
.errand { display: flex; align-items: center; gap: 9px; background: var(--card); border: 1px solid var(--rule); border-radius: 8px; padding: 10px 12px; }
.errand svg { flex-shrink: 0; color: var(--sub); }
.errand .e-k { font-size: 13px; flex: 1; }
.errand .e-v { font-family: var(--disp); font-size: 14.5px; font-weight: 900; }
.errand .e-v small { font-size: 11px; font-weight: 700; color: var(--faint); }
.foot-cap { font-size: 12px; color: var(--faint); margin: 8px 2px 0; }
.coming { background: var(--red-wash); border: 1.5px solid var(--red); border-radius: 12px; padding: 15px 16px; }
.coming-head { display: flex; align-items: center; gap: 8px; margin-bottom: 10px; }
.coming-dot { display: inline-flex; align-items: center; justify-content: center; width: 26px; height: 26px; border-radius: 999px; background: var(--red); flex-shrink: 0; }
.coming-eyebrow { font-family: var(--disp); font-size: 10.5px; font-weight: 900; letter-spacing: 0.13em; text-transform: uppercase; color: var(--red); }
.coming-cols { display: flex; gap: 16px; align-items: flex-start; flex-wrap: wrap; }
.coming-txt { flex: 1 1 220px; min-width: 200px; }
.coming-title { font-family: var(--disp); font-size: 18px; font-weight: 900; line-height: 1.25; letter-spacing: -0.01em; }
.coming-sub { font-size: 12.5px; color: var(--sub); margin-top: 5px; }
.coming-body { font-size: 13px; line-height: 1.55; color: var(--sub); margin: 9px 0 0; }
.noise-row { display: flex; align-items: center; gap: 10px; margin-bottom: 7px; }
.noise-row .n-k { font-size: 12.5px; color: var(--sub); width: 140px; flex-shrink: 0; }
.noise-row .n-ticks { display: flex; gap: 3px; flex: 1; flex-wrap: wrap; }
.noise-row .n-ticks i { width: 6px; height: 14px; border-radius: 2px; display: block; }
.noise-row .n-v { font-family: var(--disp); font-size: 13.5px; font-weight: 900; width: 22px; text-align: right; flex-shrink: 0; }
.noise-cap { font-size: 12.5px; line-height: 1.5; color: var(--sub); margin: 9px 0 0; }
.also { margin-top: 18px; padding-top: 13px; border-top: 1px solid var(--rule); display: flex; gap: 8px; align-items: flex-start; font-size: 12px; line-height: 1.5; color: var(--sub); }
.also svg { flex-shrink: 0; margin-top: 2px; }

/* ————— searching sequence ————— */
.searching { padding: 26px 4px 30px; }
.searching h2 { font-family: var(--disp); font-size: 21px; font-weight: 900; letter-spacing: -0.01em; margin: 4px 0 0; }
.searching .s-hood { font-size: 12px; font-weight: 600; color: var(--sub); margin-top: 3px; }
.steps { margin-top: 22px; max-width: 380px; }
.step { margin-bottom: 16px; opacity: 0.45; }
.step.active, .step.done { opacity: 1; }
.step .st-row { display: flex; align-items: center; gap: 8px; }
.step .st-dot { width: 17px; height: 17px; border-radius: 999px; border: 2px solid var(--rule); flex-shrink: 0; display: inline-flex; align-items: center; justify-content: center; }
.step.active .st-dot { border-color: var(--blue); }
.step.done .st-dot { border: none; background: var(--green); }
.step .st-label { font-size: 13.5px; font-weight: 700; color: var(--faint); }
.step.active .st-label, .step.done .st-label { color: var(--ink); }
.step .st-track { margin: 7px 0 0 25px; height: 5px; border-radius: 999px; background: var(--wash); overflow: hidden; }
.step .st-fill { height: 100%; border-radius: 999px; width: 0%; background: var(--blue); transition: width .12s linear; }
.step.done .st-fill { width: 100%; background: var(--green); }
.searching .s-src { font-size: 11.5px; color: var(--faint); margin-top: 6px; }

/* ————— sheet footer ————— */
.sheet-foot {
  display: flex; align-items: flex-start; justify-content: space-between; gap: 16px;
  margin-top: 22px; padding-top: 12px; border-top: 1px solid var(--rule);
}
.sheet-foot p { font-size: 9px; color: var(--faint); line-height: 1.5; margin: 0; }
.sheet-foot .domain { font-size: 9.5px; font-weight: 600; color: var(--faint); flex-shrink: 0; }

/* ============================================================
   LANDING PAGE
   ============================================================ */
.land-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.land-head img { height: 22px; display: block; }
.land-head .head-link { font-size: 12.5px; font-weight: 700; color: var(--ink); text-decoration: none; }
.land-head .head-link:hover { text-decoration: underline; }

.hero { text-align: center; margin-top: 44px; }
.hero h1 {
  font-family: var(--disp); font-weight: 900; letter-spacing: -0.02em;
  font-size: clamp(30px, 7vw, 44px); line-height: 1.06; margin: 0;
}
.hero h1 .q-good { color: var(--green); }
.hero .hero-sub { font-size: 15px; line-height: 1.55; color: var(--sub); max-width: 470px; margin: 14px auto 0; }
.hero .try-sample { display: inline-block; margin-top: 12px; font-size: 13px; font-weight: 700; color: var(--blue); text-decoration: none; }
.hero .try-sample:hover { text-decoration: underline; }

.status-strip {
  margin: 40px auto 0; max-width: 520px; display: flex; gap: 10px; align-items: flex-start;
  background: var(--card); border: 1px solid var(--rule); border-radius: 12px; padding: 13px 16px;
  text-align: left; font-size: 13px; line-height: 1.5; color: var(--sub);
}
.status-strip .dot { width: 9px; height: 9px; border-radius: 999px; background: var(--green); flex-shrink: 0; margin-top: 5px; }
.status-strip strong { color: var(--ink); }

.checks { margin-top: 44px; }
.checks-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 12px; }
.check-card { background: var(--card); border: 1px solid var(--rule); border-radius: 12px; padding: 15px 15px 14px; }
.check-card .c-title { font-family: var(--disp); font-size: 14.5px; font-weight: 900; letter-spacing: -0.01em; }
.check-card .c-body { font-size: 12.5px; line-height: 1.5; color: var(--sub); margin-top: 6px; }
.check-card .c-tag { display: inline-block; margin-top: 10px; font-family: var(--disp); font-size: 9.5px; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; padding: 3px 7px; border-radius: 4px; }

.how { margin-top: 40px; }
.how-steps { margin-top: 12px; display: flex; flex-direction: column; gap: 0; background: var(--card); border: 1px solid var(--rule); border-radius: 12px; overflow: hidden; }
.how-step { display: flex; gap: 13px; padding: 14px 16px; border-top: 1px solid var(--rule); align-items: flex-start; }
.how-step:first-child { border-top: none; }
.how-step .h-n { font-family: var(--disp); font-size: 18px; font-weight: 900; color: var(--blue); width: 20px; flex-shrink: 0; line-height: 1.3; }
.how-step .h-t { font-size: 14px; font-weight: 700; }
.how-step .h-b { font-size: 12.5px; line-height: 1.5; color: var(--sub); margin-top: 2px; }

.land-foot { margin-top: 48px; padding-top: 14px; border-top: 1px solid var(--rule); }
.land-foot p { font-size: 10px; color: var(--faint); line-height: 1.55; margin: 0 0 6px; }

@media (max-width: 560px) {
  .checks-grid { grid-template-columns: 1fr; }
  .masthead .logo img { height: 17px; }
  .land-head .logo { flex: 1 1 0; width: 0; min-width: 0; overflow: hidden; }
  .land-head .logo img { width: 100%; max-width: 100%; height: auto !important; max-height: 17px; object-fit: contain; object-position: left center; }
  .land-head .search { flex: 0 1 140px; min-width: 110px; max-width: 140px; }
  .land-head .search-box { padding-left: 9px; padding-right: 9px; }
  .noise-row .n-k { width: 108px; }
}

/* ————— search v2: combobox states ————— */
.search-drop { max-height: 336px; overflow-y: auto; }
.search-drop [role="option"].hl { background: #F4F3ED; }
.search-drop .s-label { font-weight: 500; }
.search-drop .s-label strong { font-weight: 800; }
.search-drop .s-sample { border-top: 1px solid var(--rule); background: var(--sheet); }


/* ————— landing v2 (picture layout) ————— */
.hero2 { margin-top: 40px; }
.hero2 h1 {
  font-family: var(--disp); font-weight: 900; letter-spacing: -0.02em;
  font-size: clamp(32px, 7.4vw, 52px); line-height: 1.04; margin: 0; max-width: 640px;
}
.search-label {
  font-family: var(--disp); font-size: 11px; font-weight: 800;
  letter-spacing: 0.13em; text-transform: uppercase; color: var(--faint);
  margin: 28px 0 8px;
}
.search--big { max-width: 640px; }
.search--big .search-box {
  border: 1px solid var(--rule); background: var(--card);
  border-radius: 16px; padding: 8px 8px 8px 18px;
  box-shadow: 0 2px 10px rgba(25,27,31,0.06);
  gap: 10px;
}
.search--big .search-box input { font-size: 16px; font-weight: 500; }
.search--big .search-drop { left: 0; right: 0; width: auto; border-radius: 14px; }
.btn-check {
  display: inline-flex; align-items: center; gap: 7px; flex-shrink: 0;
  background: var(--ink); color: #fff; font-family: var(--disp);
  font-size: 15px; font-weight: 700; border-radius: 12px; padding: 11px 20px;
}
.btn-check svg { display: block; }
.feat-list { margin-top: 40px; max-width: 640px; }
.feat-row {
  display: flex; gap: 15px; align-items: flex-start;
  padding: 19px 2px; border-top: 1px solid var(--rule);
}
.feat-row:last-child { border-bottom: 1px solid var(--rule); }
.feat-row svg { flex-shrink: 0; margin-top: 2px; }
.feat-row .f-t { font-family: var(--disp); font-size: 17px; font-weight: 800; letter-spacing: -0.01em; }
.feat-row .f-b { font-size: 14.5px; line-height: 1.5; color: var(--sub); margin-top: 3px; }
.sources-line { margin-top: 26px; max-width: 640px; font-size: 13px; line-height: 1.6; color: var(--faint); }


/* ————— landing: header search, feature cards, included checklist ————— */
.land-head .search { max-width: 230px; }
.checks2 { margin-top: 42px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.check2 { border: 1px solid var(--rule); border-radius: 14px; padding: 18px 17px 17px; background: var(--card); }
.check2 .chip {
  width: 40px; height: 40px; border-radius: 11px;
  display: flex; align-items: center; justify-content: center;
}
.check2 .c2-t { font-family: var(--disp); font-size: 15.5px; font-weight: 800; letter-spacing: -0.01em; margin-top: 13px; }
.check2 .c2-b { font-size: 13px; line-height: 1.55; color: var(--sub); margin-top: 5px; }
.included { margin-top: 42px; }
.included-grid { margin-top: 12px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px 18px; }
.inc-item { display: flex; align-items: flex-start; gap: 8px; font-size: 13.5px; font-weight: 600; color: var(--ink); line-height: 1.4; }
.inc-item svg { flex-shrink: 0; margin-top: 1.5px; }
.legal-line { margin-top: 22px; font-size: 12px; line-height: 1.6; color: var(--faint); }
@media (max-width: 620px) {
  .checks2 { grid-template-columns: 1fr; }
  .included-grid { grid-template-columns: repeat(2, 1fr); }
  .land-head .search { max-width: 175px; }
}

/* ————— building-your-report stepper: label on top, circle under, spins → check → next ————— */
.build-wrap { padding: 44px 0 40px; }
.build-wrap h2 {
  font-family: var(--disp); font-size: clamp(23px, 5vw, 29px); font-weight: 900;
  letter-spacing: -0.015em; margin: 5px 0 0;
}
.stepper { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 6px; margin-top: 34px; }
.stp { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; gap: 11px; }
.stp-label {
  font-size: 11px; font-weight: 700; text-align: center; line-height: 1.35;
  color: var(--faint); min-height: 45px; display: flex; align-items: flex-end;
}
.stp.active .stp-label, .stp.done .stp-label { color: var(--ink); }
.stp-node {
  width: 26px; height: 26px; border-radius: 999px; background: #fff;
  border: 2.5px solid var(--rule);
  display: flex; align-items: center; justify-content: center;
}
.stp.active .stp-node {
  border-color: var(--wash); border-top-color: var(--green);
  animation: stp-spin 0.8s linear infinite;
}
.stp.done .stp-node { border: none; background: var(--green); animation: none; }
.stp-track {
  position: absolute; z-index: 1; height: 3px; border-radius: 999px;
  background: var(--wash); bottom: 11.5px; left: 12.5%; right: 12.5%;
}
.stp-fill { height: 100%; width: 0%; border-radius: 999px; background: var(--green); transition: width .45s ease; }
@keyframes stp-spin { to { transform: rotate(360deg); } }
.build-wrap .s-src { font-size: 12px; color: var(--faint); margin-top: 30px; }

/* ————— compact feature cards so "Included" is visible ————— */
.checks2 { margin-top: 30px; }
.check2 { padding: 13px 14px 14px; }
.check2 .c2-head { display: flex; align-items: center; gap: 10px; }
.check2 .chip { width: 32px; height: 32px; border-radius: 9px; flex-shrink: 0; }
.check2 .chip svg { width: 17px; height: 17px; }
.check2 .c2-t { margin-top: 0; font-size: 14.5px; }
.check2 .c2-b { font-size: 12.5px; margin-top: 8px; line-height: 1.5; }
.included { margin-top: 30px; }

/* ============================================================
   DESIGN PREVIEW — stronger landing cards, source motion,
   new-search CTA, and report section cards
   ============================================================ */
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}

.new-search-cta {
  min-height: 44px; display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 9px 15px; border: 1.5px solid var(--ink); border-radius: 999px;
  color: var(--ink); background: var(--card); text-decoration: none;
  font-family: var(--disp); font-size: 12.5px; font-weight: 800;
  box-shadow: 0 2px 0 rgba(25,27,31,.08); transition: transform .18s ease, box-shadow .18s ease;
}
.new-search-cta:hover { transform: translateY(-2px); box-shadow: 0 6px 15px rgba(25,27,31,.10); }
.new-search-cta .cta-short { display: none; }

.hero2 { margin-top: 38px; }
.hero2 h1 { max-width: 680px; font-size: clamp(31px, 6.2vw, 42px); }
.hero2 .search--big { margin-top: 18px; }

.checks2 { margin-top: 18px; gap: 9px; }
.check2 {
  min-height: 0; padding: 11px 12px; border-radius: 12px;
  box-shadow: none; transition: border-color .18s ease, background .18s ease;
}
.check2:hover { border-color: #BAB8AE; background: #FCFCFA; }
.check2 .c2-head { justify-content: flex-start; align-items: center; }
.check2 .chip { width: 30px; height: 30px; border-radius: 8px; background: var(--sheet); }
.check2 .chip svg { width: 16px; height: 16px; }
.check2 .c2-copy { min-width: 0; }
.check2 .c2-t { margin-top: 0; font-size: 12.5px; line-height: 1.2; }
.check2 .c2-b { margin-top: 2px; font-size: 10.5px; line-height: 1.3; white-space: nowrap; }
.c2-mini-list { display: flex; align-items: center; gap: 0; }
.c2-mini-list span + span::before { content: "·"; margin: 0 4px; color: var(--faint); }

.source-ribbon {
  margin-top: 24px; overflow: hidden; border: 1px solid var(--rule);
  border-radius: 14px; background: #FCFCFA;
}
.source-proof {
  display: flex; align-items: flex-end; justify-content: space-between; gap: 22px;
  padding: 13px 15px 12px;
}
.source-proof-heading { flex: 1 1 auto; min-width: 0; }
.source-proof-heading h2 {
  margin: 3px 0 0; font-family: var(--disp); font-size: 14.5px;
  font-weight: 900; line-height: 1.25; letter-spacing: -0.01em;
}
.source-proof-copy {
  flex: 0 1 330px; margin: 0; color: var(--sub); font-size: 11px;
  line-height: 1.45; text-align: right;
}
.source-window {
  overflow: hidden; border-top: 1px solid var(--rule);
  padding: 10px 0; mask-image: linear-gradient(to right, transparent, #000 7%, #000 93%, transparent);
  -webkit-mask-image: linear-gradient(to right, transparent, #000 7%, #000 93%, transparent);
}
.source-track {
  display: flex; width: max-content; animation: source-flow-left 42s linear infinite;
  will-change: transform;
}
.source-window:hover .source-track { animation-play-state: paused; }
.source-set { display: flex; align-items: center; gap: 10px; padding-right: 10px; min-width: max-content; }
.source-set span {
  display: inline-flex; align-items: center; gap: 7px; white-space: nowrap;
  border: 1px solid var(--rule); border-radius: 999px; padding: 7px 11px;
  background: #FCFCFA; color: var(--sub); font-size: 11.5px; font-weight: 700;
}
.source-set i { width: 6px; height: 6px; border-radius: 999px; background: var(--green); box-shadow: 0 0 0 3px var(--green-wash); }
@keyframes source-flow-left { from { transform: translateX(0); } to { transform: translateX(-50%); } }

.tabs { gap: 10px; margin: 24px 0 12px; }
.tab {
  min-height: 102px; padding: 12px 7px 11px; border-radius: 15px;
  background: var(--card); border: 1.5px solid var(--rule); z-index: 1;
  gap: 4px; transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.tab:hover { transform: translateY(-2px); box-shadow: 0 7px 18px rgba(25,27,31,.08); }
.tab .t-top { display: none !important; }
.tab .tab-icon {
  width: 32px; height: 32px; display: inline-flex; align-items: center; justify-content: center;
  border-radius: 10px; margin-bottom: 2px;
}
.tab .t-value { font-size: 20px; }
.tab .t-label { max-width: 110px; font-size: 9px; line-height: 1.25; letter-spacing: .06em; text-align: center; }
#tab-alerts .tab-icon { color: var(--red); background: var(--red-wash); }
#tab-rent .tab-icon { color: var(--green); background: var(--green-wash); }
#tab-area .tab-icon { color: var(--blue); background: #EAF0FA; }
#tab-alerts[aria-selected="true"] { background: var(--red-wash); border-color: #DEA49E; box-shadow: 0 7px 18px rgba(179,38,30,.10); }
#tab-rent[aria-selected="true"] { background: var(--green-wash); border-color: #A8CEB9; box-shadow: 0 7px 18px rgba(14,123,78,.10); }
#tab-area[aria-selected="true"] { background: #EAF0FA; border-color: #AFC4E7; box-shadow: 0 7px 18px rgba(29,79,161,.10); }
.tab[aria-selected="true"] { transform: translateY(-2px); }
.panel { border-radius: 15px; padding: 18px 16px 20px; }

.violation-summary {
  margin-top: 14px; border: 1px solid #B8CAE8; border-radius: 15px;
  padding: 14px 15px 13px; background: linear-gradient(145deg, #FFF 0%, #EEF3FC 100%);
  box-shadow: 0 4px 14px rgba(29,79,161,.07);
}
.vsum-head { display: flex; align-items: center; gap: 10px; }
.vsum-icon {
  width: 36px; height: 36px; display: inline-flex; align-items: center; justify-content: center;
  border-radius: 11px; background: #FFF; border: 1px solid #C9D6EC; flex-shrink: 0;
}
.vsum-head h3 { font-family: var(--disp); font-size: 16px; line-height: 1.15; margin: 1px 0 0; }
.vsum-badge {
  margin-left: auto; padding: 4px 7px; border-radius: 999px; background: #FFF;
  border: 1px solid #C9D6EC; color: var(--blue); font-size: 8.5px; font-weight: 800;
  letter-spacing: .08em; text-transform: uppercase; white-space: nowrap;
}
.vsum-grid { display: grid; grid-template-columns: 1fr 1.3fr; gap: 12px; margin-top: 13px; }
.vsum-grid p { margin: 0; padding: 10px 11px; border-radius: 10px; background: rgba(255,255,255,.76); }
.vsum-grid strong { display: block; font-size: 9px; letter-spacing: .09em; text-transform: uppercase; color: var(--faint); }
.vsum-grid span { display: block; margin-top: 4px; color: var(--ink); font-size: 12.5px; line-height: 1.45; }
.vsum-note { margin-top: 10px; color: var(--faint); font-size: 10.5px; line-height: 1.45; }

.violation-section { margin-top: 16px; }
.violation-headrow { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.violation-tools { display: flex; align-items: center; justify-content: flex-end; gap: 7px; flex-wrap: wrap; }
.violation-tools button {
  min-height: 34px; display: inline-flex; align-items: center; justify-content: center; gap: 5px;
  padding: 6px 9px; border: 1px solid #C9D6EC; border-radius: 999px;
  background: #FFF; color: var(--blue); font-size: 11px; font-weight: 750;
}
.violation-tools button:hover { background: #EEF3FC; }
.violation-tools--bottom { justify-content: center; margin-top: 9px; }

@media (max-width: 620px) {
  .hero2 { margin-top: 30px; }
  .hero2 h1 { font-size: clamp(29px, 9vw, 36px); }
  .checks2 { grid-template-columns: 1fr; }
  .source-proof { align-items: flex-start; flex-direction: column; gap: 5px; padding: 12px 13px 11px; }
  .source-proof-copy { flex-basis: auto; text-align: left; }
  .check2 { min-height: 0; padding: 9px 11px; }
  .check2 .c2-copy { display: flex; align-items: baseline; gap: 8px; flex-wrap: wrap; }
  .check2 .c2-t { margin-top: 0; }
  .tabs { gap: 7px; }
  .tab { min-height: 96px; padding-left: 4px; padding-right: 4px; }
  .tab .t-label { font-size: 8.5px; }
  .vsum-grid { grid-template-columns: 1fr; gap: 7px; }
  .violation-headrow { align-items: flex-start; flex-direction: column; }
  .violation-tools--top { justify-content: flex-start; }
}
@media (max-width: 440px) {
  .new-search-cta { padding: 8px 12px; }
  .new-search-cta .cta-long { display: none; }
  .new-search-cta .cta-short { display: inline; }
  .land-head .logo { flex: 1 1 auto; }
  .tab .tab-icon { width: 29px; height: 29px; }
  .tab .tab-icon svg { width: 16px; height: 16px; }
  .tab .t-value { font-size: 18px; }
}
@media (prefers-reduced-motion: reduce) {
  .source-window { overflow-x: auto; mask-image: none; -webkit-mask-image: none; }
  .source-track { transform: none; }
  .source-set + .source-set { display: none; }
}

/* ============================================================
   LANDING V3 — direct address entry + complete source proof
   ============================================================ */
.landing-v3 {
  --landing-ink: #0A0A0A;
  --landing-muted: #6B6F76;
  --landing-faint: #9AA0A6;
  --landing-line: #E6E7E9;
  --landing-wash: #F7F8F8;
  --landing-green: #157A46;
  --landing-green-deep: #0E5732;
  --landing-red: #DC2626;
  --landing-blue: #1D4ED8;
  --landing-amber: #B45309;
  color: var(--landing-ink);
  font-family: 'IBM Plex Sans', var(--body);
  -webkit-font-smoothing: antialiased;
}
.landing-shell { max-width: 640px; margin: 0 auto; padding: 0 20px 60px; }
.landing-masthead {
  display: flex; align-items: center; justify-content: space-between; gap: 18px;
  padding: 22px 0 18px; border-bottom: 1.5px solid var(--landing-ink);
}
.landing-logo { display: block; min-width: 0; }
.landing-logo img { width: min(342px, 100%); height: 22px; display: block; object-fit: contain; object-position: left center; }
.landing-how { flex: none; color: var(--landing-muted); text-decoration: none; font-size: 13.5px; font-weight: 500; }
.landing-how:hover { color: var(--landing-ink); text-decoration: underline; }

.landing-hero { padding-top: 54px; }
.landing-hero h1 {
  margin: 0; font-family: 'Poppins', var(--disp); font-weight: 800;
  font-size: clamp(38px, 10vw, 52px); line-height: .98; letter-spacing: -.035em;
  animation: landing-rise .5s cubic-bezier(.2,.7,.3,1) both;
}
.landing-hero > p {
  margin: 9px 0 24px; color: var(--landing-muted); font-size: 15.5px;
  animation: landing-rise .5s .04s cubic-bezier(.2,.7,.3,1) both;
}
.landing-search { position: relative; animation: landing-rise .5s .08s cubic-bezier(.2,.7,.3,1) both; }
.landing-field {
  display: flex; align-items: center; gap: 10px; padding: 6px 6px 6px 16px;
  border: 2px solid var(--landing-ink); border-radius: 16px; background: #fff;
  transition: box-shadow .18s ease;
}
.landing-field:focus-within { box-shadow: 0 0 0 4px rgba(10,10,10,.10); }
.landing-field > svg { color: var(--landing-faint); flex: none; }
.landing-field input {
  width: 100%; min-width: 0; border: 0; outline: 0; background: transparent;
  padding: 14px 0; color: var(--landing-ink); font: 17px/1.3 'IBM Plex Sans', var(--body);
}
.landing-field input::placeholder { color: var(--landing-faint); opacity: 1; }
.landing-field button {
  min-width: 48px; height: 48px; flex: none; display: inline-flex; align-items: center;
  justify-content: center; gap: 8px; padding: 0 19px; border-radius: 11px;
  background: var(--landing-ink); color: #fff; font-weight: 600; font-size: 15px;
}
.landing-field button:hover { background: #2A2A2A; }
.landing-search .search-drop { left: 0; right: 0; width: auto; max-height: 336px; overflow-y: auto; }

.landing-checks { padding-top: 44px; scroll-margin-top: 16px; }
.landing-checks h2 {
  margin: 0 0 4px; font-family: 'Poppins', var(--disp); font-size: clamp(20px,5.2vw,26px);
  font-weight: 600; letter-spacing: -.03em; line-height: 1.25;
}
.landing-checks h2 b { padding: 1px 9px; border-radius: 7px; background: var(--landing-ink); color: #fff; font-weight: 800; }
.landing-checks > p { margin: 0 0 18px; color: var(--landing-muted); font-size: 13.5px; }
.landing-band { padding: 16px 0; border-top: 1px solid var(--landing-line); border-bottom: 1px solid var(--landing-line); }
.landing-window {
  overflow: hidden; padding: 2px 0;
  -webkit-mask-image: linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent);
  mask-image: linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent);
}
.landing-track { display: flex; width: max-content; animation: landing-strip-left 40s linear infinite; will-change: transform; }
.landing-window:hover .landing-track { animation-play-state: paused; }
.landing-check-set { display: flex; align-items: center; gap: 26px; min-width: max-content; padding-right: 26px; }
.landing-check-set span { display: inline-flex; align-items: center; gap: 9px; white-space: nowrap; font-size: 16px; font-weight: 600; letter-spacing: -.015em; }
.landing-check-set i {
  width: 21px; height: 21px; display: inline-flex; align-items: center; justify-content: center;
  border: 1.7px solid currentColor; border-radius: 999px; font: 700 12px/1 'IBM Plex Mono', monospace;
}
.landing-check-set .red { color: var(--landing-red); }
.landing-check-set .green { color: var(--landing-green); }
.landing-check-set .blue { color: var(--landing-blue); }
.landing-check-set .amber { color: var(--landing-amber); }
.landing-check-set .slate { color: #5B6570; }
@keyframes landing-strip-left { from { transform: translateX(0); } to { transform: translateX(-50%); } }

.landing-sources { padding-top: 44px; }
.landing-sources > h2 { margin: 0 0 3px; font: 600 16px/1.3 'Poppins', var(--disp); letter-spacing: -.02em; }
.landing-sources > p { margin: 0 0 18px; color: var(--landing-muted); font-size: 13.5px; }
.landing-source-list {
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px;
}
.landing-source-list article {
  min-width: 0; min-height: 68px; display: flex; align-items: center; gap: 10px; padding: 10px;
  border: 1px solid var(--landing-line); border-radius: 12px; background: #fff;
}
.landing-source-list .seal {
  width: 34px; height: 34px; flex: none; display: inline-flex; align-items: center; justify-content: center;
  border-radius: 8px; color: #fff; font: 600 9.5px/1 'IBM Plex Mono', monospace; letter-spacing: -.03em;
}
.landing-source-list .nyc { background: var(--landing-green); }
.landing-source-list .nys { background: var(--landing-green-deep); }
.landing-source-list .nj { background: var(--landing-blue); }
.landing-source-list .transit { background: #5B6570; }
.landing-source-list .fed { background: #5B6570; }
.landing-source-list article div { min-width: 0; }
.landing-source-list strong { display: block; font-size: 14px; line-height: 1.2; letter-spacing: -.015em; }
.landing-source-list small {
  display: block; margin-top: 3px; overflow: hidden; color: var(--landing-faint);
  font: 500 10px/1.25 'IBM Plex Mono', monospace; letter-spacing: .01em;
  white-space: nowrap; text-overflow: ellipsis;
}
.landing-footer { margin-top: 36px; color: var(--landing-faint); font-size: 12.5px; line-height: 1.65; }
.landing-footer strong { color: var(--landing-muted); font-weight: 500; }
@keyframes landing-rise { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }

@media (min-width: 760px) {
  .landing-sources {
    width: min(960px, calc(100vw - 40px)); margin-left: 50%; transform: translateX(-50%);
  }
  .landing-source-list { grid-template-columns: repeat(5, minmax(0, 1fr)); }
}

@media (max-width: 520px) {
  .landing-logo { flex: 1 1 auto; overflow: hidden; }
  .landing-logo img { max-width: 100%; height: 18px; }
  .landing-field button { width: 48px; padding: 0; }
  .landing-field button span { display: none; }
}
@media (max-width: 440px) {
  .landing-shell { padding-left: 16px; padding-right: 16px; }
  .landing-hero { padding-top: 44px; }
  .landing-source-list { gap: 8px; }
  .landing-source-list article { min-height: 62px; padding: 8px; gap: 8px; }
  .landing-source-list .seal { width: 30px; height: 30px; border-radius: 7px; font-size: 8.5px; }
  .landing-source-list strong { font-size: 12.5px; }
  .landing-source-list small { font-size: 9px; }
}
@media (prefers-reduced-motion: reduce) {
  .landing-hero h1, .landing-hero > p, .landing-search { animation: none; }
  .landing-window { overflow-x: auto; -webkit-mask-image: none; mask-image: none; }
  .landing-track { animation: none; }
  .landing-check-set + .landing-check-set { display: none; }
}

/* ============================================================
   LIVE LOADING SCREEN — real request + readable staged reveal
   ============================================================ */
.loading-screen {
  min-height: calc(100dvh - 96px); padding: 28px 4px 30px;
  display: flex; flex-direction: column; font-family: 'IBM Plex Sans', var(--body);
}
.loading-head { padding-bottom: 20px; }
.loading-eyebrow {
  display: flex; align-items: center; gap: 8px; margin-bottom: 9px;
  color: var(--sub); font: 600 10.5px/1.3 'IBM Plex Mono', var(--mono);
  letter-spacing: .13em; text-transform: uppercase;
}
.loading-eyebrow i { width: 7px; height: 7px; border-radius: 999px; background: var(--green); animation: loading-blink 1.6s ease-in-out infinite; }
.loading-head h2 {
  margin: 0; color: #0A0A0A; font: 800 clamp(25px, 6.6vw, 34px)/1.07 'Poppins', var(--disp);
  letter-spacing: -.035em;
}
.loading-steps { flex: 1; display: flex; flex-direction: column; justify-content: center; margin: 18px 0; }
.loading-step { position: relative; display: grid; grid-template-columns: 40px 1fr; gap: 16px; min-height: 95px; }
.loading-step:last-child { min-height: 74px; }
.loading-knob {
  width: 40px; height: 40px; z-index: 2; display: flex; align-items: center; justify-content: center;
  border: 2px solid #E6E7E9; border-radius: 999px; background: #fff;
  transition: border-color .25s ease, background .25s ease;
}
.loading-step.active .loading-knob { border-color: #0A0A0A; }
.loading-step.done .loading-knob { border-color: var(--green); background: var(--green); }
.loading-spin { width: 19px; height: 19px; border: 2.5px solid #E6E7E9; border-top-color: #0A0A0A; border-radius: 999px; animation: loading-spin 1s linear infinite; }
.loading-line { position: absolute; z-index: 1; left: 19px; top: 40px; bottom: 0; width: 2px; overflow: hidden; background: #E6E7E9; }
.loading-line i { display: block; width: 2px; height: 0; background: var(--green); transition: height .35s ease; }
.loading-copy { display: block; padding: 2px 0 24px; }
.loading-copy b { display: block; color: var(--faint); font: 600 16.5px/1.25 'Poppins', var(--disp); letter-spacing: -.025em; transition: color .25s ease; }
.loading-step.active .loading-copy b, .loading-step.done .loading-copy b { color: #0A0A0A; }
.loading-copy small { display: block; min-height: 20px; margin-top: 5px; color: var(--faint); font-size: 13px; line-height: 1.4; }
.loading-step.active .loading-copy small, .loading-step.done .loading-copy small { color: var(--sub); }
.loading-copy em {
  display: inline-block; margin-top: 8px; padding: 3px 7px; border-radius: 5px;
  background: #F7F8F8; color: var(--faint); font: normal 600 9.5px/1.3 'IBM Plex Mono', var(--mono);
  letter-spacing: .06em; text-transform: uppercase;
}
.loading-step.active .loading-copy em, .loading-step.done .loading-copy em { color: var(--sub); }
.loading-foot { margin-top: auto; padding-top: 14px; }
.loading-track { height: 5px; overflow: hidden; border-radius: 999px; background: #E6E7E9; }
.loading-track i {
  display: block; height: 100%; width: 0; border-radius: inherit; background: #0A0A0A;
  transition: width .45s ease, background-color .2s ease;
}
.loading-track i.complete { width: 100%; background: var(--green); }
.loading-footrow { display: flex; align-items: baseline; justify-content: space-between; gap: 14px; margin-top: 11px; }
.loading-footrow b { color: var(--sub); font-size: 13px; font-weight: 500; line-height: 1.45; }
.loading-footrow span { flex: none; color: var(--faint); font: 600 10px/1.3 'IBM Plex Mono', var(--mono); letter-spacing: .08em; }
@keyframes loading-spin { to { transform: rotate(360deg); } }
@keyframes loading-blink { 0%,100% { opacity: 1; } 50% { opacity: .25; } }
@media (max-height: 720px) {
  .loading-screen { min-height: auto; }
  .loading-steps { margin: 24px 0 8px; }
  .loading-step { min-height: 85px; }
}
@media (prefers-reduced-motion: reduce) {
  .loading-eyebrow i, .loading-spin { animation: none; }
  .loading-line i, .loading-track i { transition: none; }
}
