/*
Theme Name: Boss Lady Realty 2026
Theme URI: https://bossladyrealty.co/
Author: Boss Lady Realty
Description: Cash-offer homepage with live listings for Boss Lady Realty — cash offers and seller representation in Hillsborough and Pinellas Counties, Florida.
Version: 2.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: boss-lady-realty
*/

/* ==========================================================================
   Tokens
   ========================================================================== */

:root {
  --ink:         #16212b;
  --body:        #38434f;
  --muted:       #55616e;
  --faint:       #66727e;
  --paper:       #ffffff;
  --shell:       #f4f6f8;
  --raised:      #ffffff;
  --line:        #dbe3ea;
  --line-soft:   #eaeff4;
  --accent:      #2b6690;
  --accent-deep: #1d4a6c;
  --accent-soft: #eaf1f7;
  --on-accent:   #ffffff;
  --brass:       #8a6238;
  --brass-soft:  #f7f1e9;
  --ok:          #2c6a4f;
  --ok-soft:     #e8f2ec;
  --err:         #a3271f;
  --err-soft:    #fbeceb;
  /* Surfaces that must stay dark-ground/light-text in BOTH themes.
     Keying these to --ink inverts them in dark mode and makes them unreadable. */
  --band-bg:     #16212b;
  --band-text:   rgba(255, 255, 255, .80);
  --band-mute:   rgba(255, 255, 255, .60);
  --band-strong: #ffffff;
  --band-line:   rgba(255, 255, 255, .35);
  --font-display: "Fraunces", Georgia, "Times New Roman", serif;
  --font-sans:    "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  --shadow-sm:   0 1px 2px rgba(22, 33, 43, .06);
  --shadow-md:   0 2px 4px rgba(22, 33, 43, .05), 0 12px 32px -18px rgba(22, 33, 43, .35);
  --shadow-lg:   0 4px 8px rgba(22, 33, 43, .06), 0 28px 60px -30px rgba(22, 33, 43, .45);
}

@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) {
    --ink:         #e8eef4;
    --body:        #b6c2ce;
    --muted:       #8b98a6;
    --faint:       #808c98;
    --paper:       #131a21;
    --shell:       #0d1319;
    --raised:      #1a232c;
    --line:        #2b3843;
    --line-soft:   #202932;
    --accent:      #6fa9d4;
    --accent-deep: #93c1e2;
    --accent-soft: #142330;
    --on-accent:   #16212b;
    --brass:       #c79a63;
    --brass-soft:  #241d13;
    --ok:          #7cc4a0;
    --ok-soft:     #11241b;
    --err:         #e98d84;
    --err-soft:    #2a1512;
    --band-bg:     #18212a;
    --band-text:   #b6c2ce;
    --band-mute:   #8b98a6;
    --band-strong: #e8eef4;
    --band-line:   #3f4d5a;
    --shadow-sm:   0 1px 2px rgba(0, 0, 0, .5);
    --shadow-md:   0 2px 4px rgba(0, 0, 0, .4), 0 12px 32px -18px rgba(0, 0, 0, .9);
    --shadow-lg:   0 4px 8px rgba(0, 0, 0, .4), 0 28px 60px -30px rgba(0, 0, 0, 1);
  }
}

:root[data-theme="dark"] {
  --ink:     #e8eef4;
  --body:    #b6c2ce;
  --muted:     #8b98a6;
  --faint:     #808c98;
  --paper:     #131a21;
  --shell:     #0d1319;
  --raised:    #1a232c;
  --line:    #2b3843;
  --line-soft:   #202932;
  --accent:    #6fa9d4;
  --accent-deep: #93c1e2;
  --accent-soft: #142330;
  --brass:     #c79a63;
  --brass-soft:  #241d13;
  --ok:      #7cc4a0;
  --ok-soft:   #11241b;
  --err:     #e98d84;
  --err-soft:  #2a1512;
  --band-bg:   #18212a;
  --band-text:   #b6c2ce;
  --band-mute:   #8b98a6;
  --band-strong: #e8eef4;
  --band-line:   #3f4d5a;
  --shadow-sm:   0 1px 2px rgba(0, 0, 0, .5);
  --shadow-md:   0 2px 4px rgba(0, 0, 0, .4), 0 12px 32px -18px rgba(0, 0, 0, .9);
  --shadow-lg:   0 4px 8px rgba(0, 0, 0, .4), 0 28px 60px -30px rgba(0, 0, 0, 1);
}

/* ==========================================================================
   Base
   ========================================================================== */

*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  background: var(--shell);
  color: var(--body);
  font-family: var(--font-sans);
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }

a { color: var(--accent); text-underline-offset: 2px; text-decoration-thickness: 1px; }
a:hover { color: var(--accent-deep); }

:where(a, button, input, select, textarea):focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}

h1, h2, h3 { color: var(--ink); text-wrap: balance; }

.blr-display {
  font-family: var(--font-display);
  font-weight: 600;
  font-optical-sizing: auto;
  letter-spacing: -.005em;
}

.blr-eyebrow {
  font-family: var(--font-sans);
  font-size: .73rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--accent);
  margin: 0 0 1rem;
}
.blr-eyebrow--muted { color: var(--faint); }

.blr-shell { max-width: 74rem; margin: 0 auto; padding: 0 1.5rem; }
.blr-narrow { max-width: 44rem; }

.blr-section { padding: 5.5rem 0; }
.blr-section--tight { padding: 3.5rem 0; }
.blr-section--paper { background: var(--paper); }

.blr-lede {
  font-size: 1.16rem;
  line-height: 1.6;
  color: var(--muted);
  max-width: 38rem;
  text-wrap: pretty;
}

/* ==========================================================================
   Skip link
   ========================================================================== */

.blr-skip {
  position: absolute;
  left: -9999px;
  top: 0;
  background: var(--band-bg);
  color: var(--band-strong);
  padding: .75rem 1.25rem;
  z-index: 100;
}
.blr-skip:focus { left: 0; }

/* ==========================================================================
   Top bar + header
   ========================================================================== */

.blr-topbar {
  background: var(--band-bg);
  color: var(--band-text);
  font-size: .85rem;
}
.blr-topbar .blr-shell {
  display: flex;
  flex-wrap: wrap;
  gap: .4rem 2rem;
  align-items: center;
  justify-content: center;
  padding-top: .6rem;
  padding-bottom: .6rem;
}
.blr-topbar a { color: var(--band-strong); text-decoration: none; font-weight: 600; }
.blr-topbar a:hover { color: var(--band-strong); text-decoration: underline; }
.blr-topbar span { color: var(--band-mute); }

.blr-header {
  background: var(--paper);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 40;
}
.blr-header .blr-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding-top: 1.05rem;
  padding-bottom: 1.05rem;
}

.blr-brand {
  display: flex;
  align-items: center;
  gap: .7rem;
  text-decoration: none;
  color: var(--accent);
}
.blr-brand:hover { color: var(--accent-deep); }

.blr-mark { width: 3.3rem; height: auto; flex: 0 0 auto; }

.blr-wordmark { display: flex; flex-direction: column; line-height: 1; }
.blr-wordmark strong {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.5rem;
  color: var(--ink);
  letter-spacing: .005em;
}
.blr-wordmark em {
  font-style: normal;
  font-size: .6rem;
  letter-spacing: .34em;
  text-transform: uppercase;
  color: var(--faint);
  font-weight: 700;
  margin-top: .42rem;
}

.blr-nav { display: flex; align-items: center; gap: 1.45rem; }
.blr-nav a {
  color: var(--body);
  text-decoration: none;
  font-size: .93rem;
  font-weight: 600;
}
.blr-nav a:hover { color: var(--accent); }
/* .blr-nav a is more specific than .blr-btn--primary, so restate the button colours here. */
.blr-nav a.blr-btn--primary { color: var(--on-accent); }
.blr-nav a.blr-btn--primary:hover { color: var(--on-accent); }

.blr-burger {
  display: none;
  background: none;
  border: 1px solid var(--line);
  border-radius: 2px;
  padding: .5rem .7rem;
  cursor: pointer;
  color: var(--ink);
  font: inherit;
  font-size: .85rem;
  font-weight: 700;
}

/* ==========================================================================
   Buttons
   ========================================================================== */

.blr-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  font-family: var(--font-sans);
  font-size: .92rem;
  font-weight: 700;
  letter-spacing: .02em;
  padding: .85rem 1.5rem;
  border-radius: 2px;
  border: 1px solid transparent;
  text-decoration: none;
  cursor: pointer;
  transition: background-color .15s ease, color .15s ease, border-color .15s ease;
}

.blr-btn--primary { background: var(--accent); color: var(--on-accent); }
.blr-btn--primary:hover { background: var(--accent-deep); color: var(--on-accent); }

.blr-btn--ghost { background: transparent; color: var(--ink); border-color: var(--line); }
.blr-btn--ghost:hover { border-color: var(--accent); color: var(--accent); }

.blr-btn--wide { width: 100%; padding-top: 1rem; padding-bottom: 1rem; font-size: 1rem; }

/* ==========================================================================
   Hero
   ========================================================================== */

.blr-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(1200px 520px at 82% -18%, var(--accent-soft), transparent 60%),
    linear-gradient(to bottom, var(--brass-soft) 0%, var(--paper) 42%);
  border-bottom: 1px solid var(--line);
  padding: 4.5rem 0 5rem;
}

/* Line-art Tampa Bay rooflines sitting behind the hero content. */
.blr-heroart {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  color: var(--accent);
  opacity: .16;
  pointer-events: none;
  z-index: 0;
}

.blr-hero .blr-shell { position: relative; z-index: 1; }

.blr-hero .blr-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
  gap: 4rem;
  align-items: start;
}

.blr-hero h1 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(2.35rem, 4.6vw, 3.35rem);
  line-height: 1.14;
  letter-spacing: -.012em;
  margin: 0 0 1.4rem;
  color: var(--ink);
}
/* Second line stays distinct through colour and a line break, not italics —
   italic + hairline strokes was the thing that made this hard to read. */
.blr-hero h1 em {
  font-style: normal;
  display: block;
  color: var(--accent-deep);
}

.blr-hero .blr-lede { font-size: 1.2rem; margin: 0 0 2rem; }

.blr-heroproof {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem 1.5rem;
  padding-top: 1.75rem;
  border-top: 1px solid var(--line);
  margin-top: 2rem;
}
.blr-heroproof div { max-width: 11rem; flex: 1 1 9rem; }
.blr-heroproof strong {
  display: block;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.5rem;
  color: var(--ink);
  line-height: 1.2;
}
.blr-heroproof span { font-size: .87rem; color: var(--muted); }

/* ==========================================================================
   Form
   ========================================================================== */

.blr-formcard {
  background: var(--raised);
  border: 1px solid var(--line);
  border-radius: 3px;
  box-shadow: var(--shadow-lg);
  overflow: hidden;
}
.blr-formcard--flat { box-shadow: var(--shadow-md); }

.blr-formcard__head {
  padding: 1.5rem 1.75rem 1.25rem;
  border-bottom: 1px solid var(--line-soft);
  background: linear-gradient(to bottom, var(--accent-soft), transparent);
}
.blr-formcard__head h2 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.15;
  margin: 0 0 .4rem;
}
.blr-formcard__head p { margin: 0; font-size: .92rem; color: var(--muted); }

.blr-form { padding: 1.5rem 1.75rem 1.75rem; }

.blr-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.blr-field { display: flex; flex-direction: column; gap: .35rem; min-width: 0; }
.blr-field--full { grid-column: 1 / -1; }

.blr-field label {
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--muted);
}

.blr-field input,
.blr-field select,
.blr-field textarea {
  font: inherit;
  font-size: .95rem;
  color: var(--ink);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 2px;
  padding: .65rem .75rem;
  width: 100%;
  min-width: 0;
}
.blr-field textarea { resize: vertical; min-height: 5rem; }
.blr-field input::placeholder, .blr-field textarea::placeholder { color: var(--faint); }
.blr-field input:focus, .blr-field select:focus, .blr-field textarea:focus { border-color: var(--accent); }

.blr-field label.blr-consent,
.blr-consent {
  display: flex;
  align-items: flex-start;
  gap: .6rem;
  font-size: .82rem;
  line-height: 1.5;
  color: var(--muted);
  text-transform: none;
  letter-spacing: 0;
  font-weight: 400;
}
.blr-consent input { width: auto; margin-top: .25rem; flex: 0 0 auto; }

.blr-hp {
  position: absolute !important;
  width: 1px; height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.blr-formfoot {
  margin: 1.15rem 0 0;
  font-size: .8rem;
  color: var(--faint);
  text-align: center;
}

.blr-notice {
  padding: .8rem 1rem;
  border-radius: 2px;
  font-size: .92rem;
  margin: 0 0 1.15rem;
  border: 1px solid transparent;
}
.blr-notice--ok  { background: var(--ok-soft);  color: var(--ok);  border-color: currentColor; }
.blr-notice--err { background: var(--err-soft); color: var(--err); border-color: currentColor; }

/* ==========================================================================
   Stepped cash-offer form
   ========================================================================== */

.blr-progress { display: flex; gap: .35rem; margin: 0 0 1.1rem; }
.blr-progress span { flex: 1; height: 3px; border-radius: 2px; background: var(--line); transition: background .2s ease; }
.blr-progress span.is-done { background: var(--accent); }

.blr-stepnum {
  margin: 0 0 .9rem;
  font-family: var(--font-sans);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--faint);
}
.blr-stepnum b { color: var(--accent); }

.blr-fieldset { border: 0; margin: 0; padding: 0; min-width: 0; }
.blr-fieldset[hidden] { display: none; }
.blr-fieldset legend { padding: 0; margin: 0 0 .9rem; font-size: 1rem; font-weight: 700; color: var(--ink); }

.blr-navrow { display: flex; gap: .7rem; margin-top: 1.35rem; }
.blr-navrow .blr-btn { flex: 1 1 auto; padding-top: .9rem; padding-bottom: .9rem; }
.blr-navrow .blr-btn--back { flex: 0 0 auto; }
.blr-navrow .blr-btn[hidden] { display: none; }

.blr-addr input { font-size: 1.05rem; padding: .85rem .85rem; }

.blr-checks { display: grid; grid-template-columns: repeat(auto-fit, minmax(10.5rem, 1fr)); gap: .55rem .9rem; }
.blr-field label.blr-check,
.blr-check {
  display: flex;
  align-items: flex-start;
  gap: .55rem;
  font-size: .87rem;
  line-height: 1.45;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  color: var(--body);
}
.blr-check input { width: auto; margin-top: .2rem; flex: 0 0 auto; }

.blr-reassure {
  margin: .9rem 0 0;
  font-size: .85rem;
  line-height: 1.5;
  color: var(--muted);
  border-left: 2px solid var(--brass);
  padding-left: .75rem;
}

/* ==========================================================================
   Difference / cards
   ========================================================================== */

.blr-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 4rem;
  align-items: start;
}

.blr-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
  gap: 1.25rem;
  margin-top: 2.5rem;
}

.blr-card {
  background: var(--raised);
  border: 1px solid var(--line);
  border-radius: 3px;
  padding: 1.5rem;
  box-shadow: var(--shadow-sm);
}
.blr-card h3 { font-size: 1.02rem; margin: 0 0 .5rem; font-weight: 700; }
.blr-card p { margin: 0; font-size: .93rem; color: var(--muted); }

/* ==========================================================================
   Steps — a genuine sequence, so numbered
   ========================================================================== */

.blr-steps { counter-reset: blrstep; display: grid; gap: 2rem; margin-top: 2.75rem; }

.blr-step { display: grid; grid-template-columns: 4.25rem minmax(0, 1fr); gap: 1.5rem; align-items: start; }

.blr-stepico {
  width: 4.25rem;
  height: 4.25rem;
  border-radius: 50%;
  background: var(--accent-soft);
  border: 1px solid var(--line);
  color: var(--accent-deep);
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}
.blr-stepico svg { width: 1.9rem; height: 1.9rem; }

.blr-step h3 { font-size: 1.05rem; margin: 0 0 .4rem; font-weight: 700; }
.blr-step h3::before {
  counter-increment: blrstep;
  content: "Step " counter(blrstep);
  display: block;
  font-family: var(--font-sans);
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: .35rem;
}
.blr-step p { margin: 0; color: var(--muted); font-size: .95rem; }

/* ==========================================================================
   Listings — MLS/IDX search + available properties
   ========================================================================== */

.blr-idx {
  background: var(--raised);
  border: 1px solid var(--line);
  border-radius: 3px;
  box-shadow: var(--shadow-md);
  margin-top: 2.5rem;
  overflow: hidden;
}
.blr-idx__head {
  padding: 1.25rem 1.5rem 1rem;
  border-bottom: 1px solid var(--line-soft);
  background: linear-gradient(to bottom, var(--accent-soft), transparent);
}
.blr-idx__head h3 { margin: 0 0 .25rem; font-size: 1.05rem; font-weight: 700; }
.blr-idx__head p { margin: 0; font-size: .89rem; color: var(--muted); }
.blr-idx__body { padding: 1.35rem 1.5rem 1.5rem; }
.blr-idxgrid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr));
  gap: 1rem;
  align-items: end;
}
.blr-idxgrid .blr-field--wide { grid-column: span 2; }
.blr-idxgo { display: flex; align-items: flex-end; }
.blr-idxgo .blr-btn { width: 100%; padding-top: .72rem; padding-bottom: .72rem; }

.blr-slot {
  display: flex;
  gap: .8rem;
  align-items: flex-start;
  background: var(--brass-soft);
  border: 1px dashed var(--brass);
  color: var(--brass);
  border-radius: 3px;
  padding: .9rem 1.1rem;
  font-size: .87rem;
  line-height: 1.55;
  margin-top: 1.5rem;
}
.blr-slot svg { flex: 0 0 auto; margin-top: .15rem; }
.blr-slot strong { color: var(--brass); }

.blr-chiprow { display: flex; flex-wrap: wrap; gap: .6rem; margin: 2.25rem 0 1.75rem; }
.blr-chip {
  font-family: var(--font-sans);
  font-size: .85rem;
  font-weight: 700;
  letter-spacing: .02em;
  padding: .5rem 1.1rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: var(--paper);
  color: var(--body);
  cursor: pointer;
}
.blr-chip:hover { border-color: var(--accent); color: var(--accent); }
.blr-chip[aria-pressed="true"] { background: var(--accent); border-color: var(--accent); color: var(--on-accent); }

.blr-listings { display: grid; grid-template-columns: repeat(auto-fit, minmax(16.5rem, 1fr)); gap: 1.5rem; }

.blr-listing {
  display: flex;
  flex-direction: column;
  background: var(--raised);
  border: 1px solid var(--line);
  border-radius: 3px;
  box-shadow: var(--shadow-sm);
  overflow: hidden;
}
.blr-listing[hidden] { display: none; }

.blr-listing__media {
  position: relative;
  aspect-ratio: 3 / 2;
  background: var(--accent-soft);
  border-bottom: 1px solid var(--line);
  overflow: hidden;
}
.blr-listing__media svg { width: 100%; height: 100%; color: var(--accent); opacity: .5; }

.blr-badge {
  position: absolute;
  top: .7rem;
  left: .7rem;
  font-family: var(--font-sans);
  font-size: .66rem;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
  padding: .3rem .6rem;
  border-radius: 2px;
  background: var(--accent);
  color: var(--on-accent);
}
.blr-badge--rent { background: var(--brass); color: #fff; }
.blr-badge--sample {
  left: auto;
  right: .7rem;
  background: var(--brass-soft);
  color: var(--brass);
  border: 1px dashed var(--brass);
}

.blr-listing__body { display: flex; flex-direction: column; gap: .45rem; padding: 1.15rem 1.25rem 1.35rem; flex: 1; }
.blr-listing__price { font-family: var(--font-display); font-weight: 600; font-size: 1.4rem; line-height: 1.1; color: var(--ink); }
.blr-listing__price span { font-family: var(--font-sans); font-size: .82rem; font-weight: 600; color: var(--faint); }
.blr-listing__price--tbc { font-family: var(--font-sans); font-size: 1rem; font-weight: 700; color: var(--muted); }
.blr-listing__addr { margin: 0; font-size: .95rem; font-weight: 700; color: var(--body); }
.blr-listing__meta { margin: 0; display: flex; flex-wrap: wrap; gap: .3rem .9rem; font-size: .85rem; color: var(--muted); }
.blr-listing__note { margin: 0; font-size: .85rem; color: var(--muted); }
.blr-listing__cta { margin-top: auto; padding-top: .9rem; display: flex; flex-direction: column; align-items: flex-start; gap: .7rem; }
.blr-btn--apply { width: 100%; font-size: .88rem; padding: .72rem 1rem; }
.blr-listing__cta a { font-size: .87rem; font-weight: 700; text-decoration: none; }
.blr-listing__cta a:hover { text-decoration: underline; }

.blr-empty { display: none; color: var(--muted); font-size: .95rem; padding: 1.5rem 0; }

/* Listing photos + lightbox */
.blr-listing__media img.blr-photo { width: 100%; height: 100%; object-fit: cover; display: block; }
.blr-photobtn {
  position: absolute;
  right: .7rem;
  bottom: .7rem;
  font-family: var(--font-sans);
  font-size: .74rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #fff;
  background: rgba(22, 33, 43, .72);
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 2px;
  padding: .35rem .7rem;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: .4rem;
}
.blr-photobtn:hover { background: rgba(22, 33, 43, .9); }

.blr-lb {
  position: fixed;
  inset: 0;
  z-index: 200;
  background: rgba(10, 15, 20, .94);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 3.5rem 1rem 4.5rem;
}
.blr-lb[hidden] { display: none; }
.blr-lb img { max-width: 100%; max-height: 100%; object-fit: contain; border-radius: 2px; }
.blr-lb__bar {
  position: absolute;
  left: 0; right: 0; top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: .9rem 1.1rem;
  color: rgba(255,255,255,.85);
  font-size: .88rem;
}
.blr-lb__cap {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 1rem 1.25rem;
  text-align: center;
  color: rgba(255,255,255,.8);
  font-size: .9rem;
}
.blr-lb button {
  font: inherit;
  color: #fff;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.3);
  border-radius: 2px;
  cursor: pointer;
  padding: .45rem .8rem;
}
.blr-lb button:hover { background: rgba(255,255,255,.24); }
.blr-lb__nav { position: absolute; top: 50%; transform: translateY(-50%); font-size: 1.4rem; line-height: 1; padding: .55rem .85rem; }
.blr-lb__prev { left: 1rem; }
.blr-lb__next { right: 1rem; }
@media (max-width: 46rem) {
  .blr-lb { padding: 3.25rem .5rem 4rem; }
  .blr-lb__nav { font-size: 1.2rem; padding: .45rem .7rem; }
}

/* ==========================================================================
   Areas
   ========================================================================== */

.blr-areas { display: grid; grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr)); gap: 2.5rem; margin-top: 2.5rem; }

.blr-areas h3 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.45rem;
  margin: 0 0 .9rem;
  padding-bottom: .6rem;
  border-bottom: 1px solid var(--line);
}

.blr-arealist { list-style: none; margin: 0; padding: 0; columns: 2; column-gap: 1.5rem; }
.blr-arealist li { font-size: .93rem; color: var(--muted); margin-bottom: .3rem; break-inside: avoid; }

/* ==========================================================================
   About
   ========================================================================== */

.blr-about {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr);
  gap: 3.5rem;
  align-items: center;
}

.blr-portrait { display: flex; flex-direction: column; align-items: center; }
.blr-portrait figure { margin: 0; width: 100%; max-width: 23rem; position: relative; }
.blr-portrait figure::before {
  content: "";
  position: absolute;
  inset: -.9rem -.9rem auto auto;
  width: 62%;
  height: 42%;
  border-top: 2px solid var(--brass);
  border-right: 2px solid var(--brass);
  border-radius: 3px;
  opacity: .5;
}
.blr-portrait img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: 50% 22%;
  border-radius: 3px;
  box-shadow: var(--shadow-lg);
  position: relative;
}
.blr-portrait figcaption {
  margin-top: .9rem;
  font-size: .82rem;
  line-height: 1.5;
  color: var(--faint);
  border-left: 2px solid var(--brass);
  padding-left: .75rem;
}
.blr-portrait figcaption strong { display: block; color: var(--ink); font-weight: 700; font-size: .9rem; }

.blr-track {
  width: 100%;
  max-width: 23rem;
  margin-top: 1.9rem;
  background: var(--raised);
  border: 1px solid var(--line);
  border-radius: 3px;
  box-shadow: var(--shadow-sm);
  padding: 1.3rem 1.4rem;
}
.blr-track h4 {
  margin: 0 0 1rem;
  font-family: var(--font-sans);
  font-size: .72rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--faint);
  font-weight: 700;
}
.blr-track ol { list-style: none; margin: 0; padding: 0 0 0 1.2rem; border-left: 1px solid var(--line); }
.blr-track li { position: relative; margin-bottom: .95rem; font-size: .87rem; line-height: 1.5; color: var(--muted); }
.blr-track li:last-child { margin-bottom: 0; }
.blr-track li::before {
  content: "";
  position: absolute;
  left: -1.45rem;
  top: .42rem;
  width: .5rem;
  height: .5rem;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 3px var(--raised);
}
.blr-track li:last-child::before { background: var(--brass); }
.blr-track strong { display: block; color: var(--ink); font-weight: 700; font-size: .84rem; margin-bottom: .1rem; }

@media (max-width: 60rem) {
  .blr-about { grid-template-columns: minmax(0, 1fr); gap: 2rem; }
  .blr-portrait { order: -1; justify-content: flex-start; }
  .blr-portrait { align-items: flex-start; }
  .blr-portrait figure { max-width: 17rem; }
  .blr-track { max-width: 26rem; }
}

/* ==========================================================================
   CTA band
   ========================================================================== */

.blr-band { background: var(--band-bg); color: var(--band-text); padding: 4.5rem 0; }
.blr-band h2 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(1.9rem, 4vw, 2.75rem);
  line-height: 1.12;
  color: var(--band-strong);
  margin: 0 0 1rem;
}
.blr-band p { font-size: 1.08rem; margin: 0 0 2rem; max-width: 34rem; }
.blr-band .blr-btn--ghost { color: var(--band-strong); border-color: var(--band-line); }
.blr-band .blr-btn--ghost:hover { border-color: var(--band-strong); color: var(--band-strong); }
.blr-bandactions { display: flex; flex-wrap: wrap; gap: .85rem; }

/* ==========================================================================
   Footer
   ========================================================================== */

.blr-footer { background: var(--paper); border-top: 1px solid var(--line); padding: 3.5rem 0 2.5rem; font-size: .92rem; }
.blr-footcols { display: grid; grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr)); gap: 2.5rem; }
.blr-footer h4 {
  font-size: .72rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--faint);
  margin: 0 0 .8rem;
  font-weight: 700;
}
.blr-footer ul { list-style: none; margin: 0; padding: 0; }
.blr-footer li { margin-bottom: .4rem; color: var(--muted); }
.blr-footer a { color: var(--body); text-decoration: none; }
.blr-footer a:hover { color: var(--accent); }

.blr-legal {
  margin-top: 2.75rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--line);
  font-size: .82rem;
  color: var(--faint);
  display: flex;
  flex-wrap: wrap;
  gap: .5rem 1.5rem;
  justify-content: space-between;
}
.blr-legal p { margin: 0; max-width: 46rem; }

.blr-eho { display: inline-flex; align-items: center; gap: .5rem; margin-top: .75rem; color: var(--faint); font-size: .8rem; }
.blr-eho svg { flex: 0 0 auto; }

/* ==========================================================================
   Editorial placeholder marker — visible only while content is unset
   ========================================================================== */

.blr-todo {
  background: var(--brass-soft);
  border: 1px dashed var(--brass);
  color: var(--brass);
  border-radius: 2px;
  padding: .1em .4em;
  font-size: .9em;
  font-weight: 700;
}

/* ==========================================================================
   Inner pages
   ========================================================================== */

.blr-page { background: var(--paper); padding: 4rem 0 5rem; }
.blr-page h1 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(2.1rem, 5vw, 3.1rem);
  line-height: 1.1;
  margin: 0 0 1.5rem;
}
.blr-page h2 { font-family: var(--font-display); font-weight: 600; font-size: 1.8rem; margin: 2.5rem 0 .75rem; }
.blr-page h3 { font-size: 1.1rem; margin: 2rem 0 .5rem; }
.blr-page img { border-radius: 3px; margin: 1.5rem 0; }
.blr-page ul, .blr-page ol { padding-left: 1.25rem; }
.blr-page li { margin-bottom: .45rem; }

/* ==========================================================================
   Responsive
   ========================================================================== */

@media (max-width: 60rem) {
  .blr-hero .blr-shell { grid-template-columns: minmax(0, 1fr); gap: 2.75rem; }
  .blr-split { grid-template-columns: minmax(0, 1fr); gap: 2.5rem; }
}

@media (max-width: 26rem) {
  .blr-hero h1 { font-size: 2.05rem; }
  .blr-shell { padding-left: 1.15rem; padding-right: 1.15rem; }
  .blr-navrow { flex-wrap: wrap; }
}

@media (max-width: 46rem) {
  body { font-size: 16.5px; }
  .blr-section { padding: 3.75rem 0; }
  .blr-burger { display: block; }
  .blr-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--paper);
    border-bottom: 1px solid var(--line);
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: .5rem 1.5rem 1rem;
    box-shadow: var(--shadow-md);
  }
  .blr-nav.is-open { display: flex; }
  .blr-nav a { padding: .7rem 0; border-bottom: 1px solid var(--line-soft); }
  .blr-nav .blr-btn { margin-top: .75rem; }
  .blr-header .blr-shell { position: relative; }
  .blr-fields { grid-template-columns: minmax(0, 1fr); }
  .blr-formcard__head, .blr-form { padding-left: 1.25rem; padding-right: 1.25rem; }
  .blr-step { grid-template-columns: 3.25rem minmax(0, 1fr); gap: 1rem; }
  .blr-stepico { width: 3.25rem; height: 3.25rem; }
  .blr-stepico svg { width: 1.5rem; height: 1.5rem; }
  .blr-arealist { columns: 1; }
}

@media (prefers-reduced-motion: reduce) {
  * { animation-duration: .001ms !important; transition-duration: .001ms !important; }
}


/* ==========================================================================
   Blog — guides index, article prose
   ========================================================================== */

.blr-posts { display: grid; grid-template-columns: repeat(auto-fit, minmax(19rem, 1fr)); gap: 2rem; }

.blr-postcard {
  display: flex;
  flex-direction: column;
  background: var(--raised);
  border: 1px solid var(--line);
  border-radius: 3px;
  box-shadow: var(--shadow-sm);
  overflow: hidden;
}
.blr-postcard__media { display: block; aspect-ratio: 3 / 2; overflow: hidden; border-bottom: 1px solid var(--line); }
.blr-postcard__media img { width: 100%; height: 100%; object-fit: cover; }
.blr-postcard__body { padding: 1.4rem 1.5rem 1.6rem; display: flex; flex-direction: column; gap: .5rem; flex: 1; }
.blr-postcard h2 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.35rem;
  line-height: 1.2;
  margin: 0;
}
.blr-postcard h2 a { color: var(--ink); text-decoration: none; }
.blr-postcard h2 a:hover { color: var(--accent); }
.blr-postcard__excerpt { margin: 0; font-size: .95rem; color: var(--muted); }
.blr-postcard__more { margin: auto 0 0; padding-top: .6rem; }
.blr-postcard__more a { font-size: .88rem; font-weight: 700; text-decoration: none; }

.blr-postmeta {
  margin: 0;
  font-family: var(--font-sans);
  font-size: .8rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--faint);
  font-weight: 700;
}

.blr-pagination { margin-top: 3rem; }
.blr-pagination .nav-links { display: flex; flex-wrap: wrap; gap: .5rem; justify-content: center; }
.blr-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  padding: .5rem .9rem;
  border: 1px solid var(--line);
  border-radius: 2px;
  text-decoration: none;
  font-size: .9rem;
  font-weight: 700;
  color: var(--body);
}
.blr-pagination .page-numbers.current { background: var(--accent); border-color: var(--accent); color: var(--on-accent); }
.blr-pagination .page-numbers:hover { border-color: var(--accent); color: var(--accent); }
.blr-pagination .screen-reader-text { position: absolute; left: -9999px; }

.blr-articleimg { margin-bottom: -2rem; }
.blr-articleimg img { width: 100%; border-radius: 3px; box-shadow: var(--shadow-md); }

/* Long-form reading column */
.blr-prose { font-size: 1.08rem; line-height: 1.75; color: var(--body); }
.blr-prose > * + * { margin-top: 1.15rem; }
.blr-prose h2 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.7rem;
  line-height: 1.2;
  color: var(--ink);
  margin-top: 2.6rem;
}
.blr-prose h3 { font-size: 1.15rem; font-weight: 700; color: var(--ink); margin-top: 2rem; }
.blr-prose ul, .blr-prose ol { padding-left: 1.35rem; }
.blr-prose li + li { margin-top: .4rem; }
.blr-prose img { border-radius: 3px; }
.blr-prose blockquote {
  margin: 1.8rem 0;
  padding: .2rem 0 .2rem 1.25rem;
  border-left: 3px solid var(--brass);
  color: var(--muted);
  font-size: 1.05rem;
}
.blr-prose strong { color: var(--ink); }
.blr-prose a { text-decoration: underline; }

@media (max-width: 46rem) {
  .blr-posts { grid-template-columns: minmax(0, 1fr); gap: 1.5rem; }
  .blr-prose { font-size: 1.04rem; }
}


/* --- Areas merged into About --- */
.blr-areablock { margin-top: 4rem; padding-top: 3rem; border-top: 1px solid var(--line); }
.blr-areahead { font-family: var(--font-display); font-size: clamp(1.4rem, 3vw, 1.85rem); line-height: 1.2; margin: 0 0 .5rem; }
.blr-arealede { margin: 0; max-width: 46rem; color: var(--muted); }
.blr-areablock .blr-areas { margin-top: 1.75rem; }


/* --- Why Boss Lady + About merged --- */
.blr-aboutblock { margin-top: 4.5rem; padding-top: 3.5rem; border-top: 1px solid var(--line); }
.blr-aboutblock .blr-areablock { margin-top: 3rem; padding-top: 2.5rem; border-top-color: var(--line-soft); }
