/* Locator Lab UI v1.2 — wording + ranked-5: lightbox, face diet, safe-area, loud weeks */
:root {
  --bg: #0c1016;
  --surface: #151c27;
  --surface2: #1c2636;
  --text: #f2f5f8;
  --muted: #9aa8b8;
  --accent: #3d9cf0;
  --accent-soft: #1a3f5c;
  --banner: #4a3210;
  --banner-text: #ffe8b8;
  --border: #273447;
  --ok: #3ecf8e;
  --warn: #e8a838;
  --radius: 14px;
  --font: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --photo-ratio: 16 / 10;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font);
  background: var(--bg);
  color: var(--text);
  line-height: 1.5;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  -webkit-font-smoothing: antialiased;
}
body.has-sticky-cta { padding-bottom: calc(3.75rem + env(safe-area-inset-bottom, 0px)); }
html { scroll-padding-bottom: calc(3.75rem + env(safe-area-inset-bottom, 0px)); }
body.lightbox-open { overflow: hidden; }
a { color: var(--accent); }
img { max-width: 100%; height: auto; display: block; }

.preview-banner {
  background: var(--banner);
  color: var(--banner-text);
  text-align: center;
  padding: 0.5rem 1rem;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.site-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.65rem 1rem;
  padding: 0.7rem 1.15rem;
  border-bottom: 1px solid var(--border);
  background: var(--surface);
}
.brand {
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--text);
  text-decoration: none;
}
.brand span {
  color: var(--muted);
  font-weight: 500;
  font-size: 0.72rem;
  margin-left: 0.3rem;
}

.city-switch {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem;
  align-items: center;
}
.city-switch label {
  font-size: 0.7rem;
  color: var(--muted);
  margin-right: 0.2rem;
}
.city-btn {
  appearance: none;
  border: 1px solid transparent;
  background: transparent;
  color: var(--muted);
  padding: 0.3rem 0.55rem;
  border-radius: 999px;
  font-size: 0.78rem;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
}
.city-btn.active {
  background: var(--accent-soft);
  border-color: var(--accent);
  color: var(--text);
  font-weight: 600;
}
.city-btn.disabled,
.city-btn[aria-disabled="true"] {
  opacity: 0.55;
  cursor: not-allowed;
}
.nav-links { display: flex; gap: 0.75rem; font-size: 0.85rem; }
.nav-links a { text-decoration: none; color: var(--muted); }
.nav-links a:hover { color: var(--text); }

main {
  flex: 1;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 1.35rem 1.1rem 3rem;
}

.hero { margin-bottom: 1.75rem; }
.hero h1 {
  font-size: clamp(1.85rem, 6.5vw, 2.55rem);
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin: 0 0 0.55rem;
  font-weight: 750;
}
.hero .sub {
  font-size: clamp(1.05rem, 3.2vw, 1.2rem);
  color: var(--muted);
  margin: 0;
  max-width: 36rem;
  line-height: 1.45;
}

.section-title {
  font-size: clamp(1.25rem, 4vw, 1.45rem);
  margin: 0 0 1rem;
  letter-spacing: -0.01em;
}

.sample-badge {
  display: inline-block;
  background: var(--warn);
  color: #1a1200;
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 0.18rem 0.45rem;
  border-radius: 4px;
  margin-bottom: 0.35rem;
}
.sample-badge.site-ready {
  background: #1a5c40;
  color: #d8f5e8;
}

.cards {
  display: grid;
  gap: 1.35rem;
  margin-bottom: 1.75rem;
}
@media (min-width: 780px) {
  .cards { grid-template-columns: repeat(3, 1fr); gap: 1.1rem; }
}

/* —— Photo-first cards —— */
.card,
.photo-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  gap: 0;
}

.card-photo {
  position: relative;
  aspect-ratio: var(--photo-ratio);
  background: var(--surface2);
  overflow: hidden;
}
.card-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.card-photo--empty {
  min-height: 10rem;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 0.75rem;
}

.specials-badge {
  position: absolute;
  left: 0.7rem;
  bottom: 0.7rem;
  z-index: 3;
  background: var(--accent);
  color: #041018;
  font-weight: 800;
  font-size: 0.78rem;
  letter-spacing: 0.01em;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
  max-width: calc(100% - 1.4rem);
  line-height: 1.2;
}
/* Verified weeks-free — loudest chip on the card */
.specials-badge--loud {
  font-size: clamp(0.88rem, 2.8vw, 1.05rem);
  font-weight: 850;
  padding: 0.45rem 0.8rem;
  background: #3d9cf0;
  color: #041018;
  box-shadow: 0 3px 14px rgba(61, 156, 240, 0.45);
  max-width: calc(100% - 5.5rem);
}
.specials-badge--quiet {
  background: #3a4250;
  color: #c5cad3;
  font-weight: 600;
  font-size: 0.7rem;
  padding: 0.28rem 0.55rem;
  box-shadow: none;
}

.photo-caption {
  margin: 0;
  padding: 0.45rem 1rem 0;
  font-size: 0.72rem;
  color: var(--muted);
  line-height: 1.35;
}

.card-body {
  padding: 0.65rem 1rem 1.35rem;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  flex: 1;
}
@media (max-width: 779px) {
  .cards { padding-bottom: 0.5rem; }
  .photo-card .card-body { padding-bottom: 1.5rem; }
}

.card h3,
.photo-card h3 {
  margin: 0;
  font-size: clamp(1.15rem, 3.5vw, 1.3rem);
  line-height: 1.2;
  letter-spacing: -0.015em;
}
.card .nabe,
.photo-card .nabe {
  color: var(--accent);
  font-size: 0.88rem;
  font-weight: 650;
  margin: 0;
}

.card-meta {
  margin: 0.15rem 0 0;
  font-size: 0.88rem;
  color: var(--text);
  font-weight: 500;
}
.card-rent {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}
.card-avail {
  margin: 0;
  font-size: 0.82rem;
  color: var(--muted);
}
.card-total {
  margin: 0;
  font-size: 0.88rem;
  color: var(--muted);
  font-weight: 550;
}
.card-ctas {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  margin-top: 0.55rem;
}
.btn-open-3d {
  appearance: none;
  border: 2px solid rgba(255, 255, 255, 0.35);
  background: var(--accent);
  color: #041018;
  font: inherit;
  font-weight: 850;
  font-size: 1rem;
  padding: 0.72rem 1rem;
  border-radius: 12px;
  cursor: pointer;
  width: 100%;
  text-align: center;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.28);
}
.btn-open-3d:hover { filter: brightness(1.08); }
.btn-work-with-me {
  display: block;
  width: 100%;
  text-align: center;
  text-decoration: none;
  border: 1px solid var(--border);
  background: var(--surface2);
  color: var(--text);
  font-weight: 650;
  font-size: 0.9rem;
  padding: 0.6rem 1rem;
  border-radius: 10px;
}
.btn-work-with-me:hover {
  border-color: var(--accent);
  color: var(--text);
}

.card .tour-link,
.photo-card .tour-link {
  display: inline-block;
  margin-top: 0.35rem;
  font-size: 0.9rem;
  font-weight: 650;
  text-decoration: none;
}
.card .tour-link:hover,
.photo-card .tour-link:hover { text-decoration: underline; }

.card .tour-note,
.photo-card .tour-note {
  font-size: 0.75rem;
  color: var(--muted);
  margin: 0.4rem 0 0;
}

.card .soft-cta,
.photo-card .soft-cta {
  margin-top: auto;
  padding-top: 0.85rem;
  font-size: 0.95rem;
  font-weight: 650;
  color: var(--text);
}

/* Collapsed details — kill the number wall */
.card-details {
  margin-top: 0.55rem;
  border-top: 1px solid var(--border);
  padding-top: 0.35rem;
}
.card-details summary {
  cursor: pointer;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--muted);
  padding: 0.35rem 0;
  list-style: none;
}
.card-details summary::-webkit-details-marker { display: none; }
.card-details summary::before {
  content: "▸ ";
  color: var(--accent);
}
.card-details[open] summary::before { content: "▾ "; }
.card-details dl {
  margin: 0.35rem 0 0;
  display: grid;
  gap: 0.25rem;
  font-size: 0.75rem;
}
.card-details dt {
  color: var(--muted);
  font-weight: 500;
}
.card-details dd {
  margin: 0 0 0.3rem;
  color: var(--text);
  word-break: break-word;
}
.card-details a { font-size: 0.72rem; }

/* Legacy dl support (stubs / older markup) */
.card > dl {
  margin: 0;
  display: grid;
  gap: 0.35rem;
  font-size: 0.8rem;
  padding: 0 1rem;
}
.card > dl dt { color: var(--muted); font-weight: 500; }
.card > dl dd { margin: 0 0 0.35rem; color: var(--text); }

.helper-closer {
  background: var(--surface);
  border-left: 3px solid var(--accent);
  padding: 1rem 1.15rem;
  margin: 1.25rem 0 1.75rem;
  border-radius: 0 var(--radius) var(--radius) 0;
  font-size: clamp(1.05rem, 3vw, 1.15rem);
  line-height: 1.4;
}

.lead-form {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.25rem 1.15rem 1.4rem;
  margin-bottom: 2rem;
  scroll-margin-top: 1rem;
}
.lead-form .grid {
  display: grid;
  gap: 0.9rem;
}
@media (min-width: 560px) {
  .lead-form .grid-2 { grid-template-columns: 1fr 1fr; }
}
.field label {
  display: block;
  font-size: 0.8rem;
  color: var(--muted);
  margin-bottom: 0.3rem;
}
.field label .req { color: #f07178; }
.field input,
.field select,
.field textarea {
  width: 100%;
  padding: 0.7rem 0.75rem;
  border-radius: 10px;
  border: 1px solid var(--border);
  background: var(--bg);
  color: var(--text);
  font: inherit;
  font-size: 1rem;
}
.field textarea { min-height: 80px; resize: vertical; }
.nabe-checks {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 0.9rem;
  font-size: 0.9rem;
}
.nabe-checks label {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  color: var(--text);
  cursor: pointer;
}
.btn-submit {
  appearance: none;
  border: none;
  background: var(--accent);
  color: #041018;
  font-weight: 750;
  font-size: 1.05rem;
  padding: 0.85rem 1.25rem;
  border-radius: 10px;
  cursor: pointer;
  width: 100%;
  margin-top: 0.65rem;
}
.btn-submit:hover { filter: brightness(1.08); }
.form-hint {
  font-size: 0.75rem;
  color: var(--muted);
  margin-top: 0.75rem;
}



/* —— 3D-first tour stage (expand / inline iframe) —— */
.tour-stage {
  position: relative;
  background: var(--surface2);
}
.tour-stage .card-photo {
  /* poster remains the collapsed face */
}
/* Overlay Open 3D on media only — body uses .btn-open-3d */
.card-photo .tour-expand-btn {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  border: 0;
  background: linear-gradient(180deg, rgba(8, 12, 18, 0.28), rgba(8, 12, 18, 0.62));
  cursor: pointer;
  color: var(--text);
}
.card-photo .tour-expand-btn:hover,
.card-photo .tour-expand-btn:focus-visible {
  background: linear-gradient(180deg, rgba(8, 12, 18, 0.38), rgba(8, 12, 18, 0.72));
  outline: none;
}
.tour-expand-label {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: var(--accent);
  color: #041018;
  font-weight: 850;
  font-size: 1rem;
  letter-spacing: 0.01em;
  padding: 0.7rem 1.15rem;
  border-radius: 999px;
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.5);
  border: 2px solid rgba(255, 255, 255, 0.55);
}
.tour-expand-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.55rem;
  height: 1.55rem;
  padding: 0 0.28rem;
  border-radius: 8px;
  background: #041018;
  color: var(--accent);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.04em;
}
.tour-expand-btn[hidden] { display: none !important; }

.card-photo--collapsed-poster {
  /* When expanded, keep a thin poster strip optional — hide poster under iframe */
  display: none;
}

.tour-iframe-wrap {
  position: relative;
  aspect-ratio: 16 / 10;
  background: #000;
  overflow: hidden;
}
.tour-iframe-wrap[hidden] { display: none !important; }
.tour-iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  background: #000;
}
.photo-card.tour-expanded .tour-iframe-wrap {
  aspect-ratio: 4 / 3;
  min-height: 240px;
}
@media (min-width: 780px) {
  .photo-card.tour-expanded .tour-iframe-wrap {
    min-height: 220px;
  }
}

.tour-stage-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.55rem 0.85rem;
  padding: 0.55rem 0.75rem;
  background: var(--surface);
  border-top: 1px solid var(--border);
}
.tour-stage-bar[hidden] { display: none !important; }
.tour-collapse-btn {
  appearance: none;
  border: 1px solid var(--border);
  background: var(--surface2);
  color: var(--text);
  font: inherit;
  font-size: 0.8rem;
  font-weight: 650;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  cursor: pointer;
}
.tour-collapse-btn:hover { border-color: var(--accent); }
.tour-stage-bar .tour-link {
  margin-top: 0;
  font-size: 0.82rem;
}

.plan-ne-label {
  /* legacy — face uses .plan-ne-chip only */
  display: none;
}
.plan-ne-chip {
  display: inline-block;
  padding: 0.12rem 0.45rem;
  font-size: 0.65rem;
  font-weight: 600;
  color: #c5cad3;
  background: rgba(12, 16, 22, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  letter-spacing: 0.02em;
  backdrop-filter: blur(4px);
}
/* Quiet chip pinned on media (not a yellow essay) */
.card-photo .plan-ne-chip {
  position: absolute;
  top: 0.55rem;
  right: 0.55rem;
  z-index: 3;
  margin: 0;
}
.face-micro {
  margin: 0;
  padding: 0.4rem 1rem 0;
  font-size: 0.72rem;
  color: var(--muted);
  line-height: 1.35;
}

.tour-link-soft {
  /* Soft link-out — does not replace inline iframe */
}

/* Sticky mobile jump-to-form CTA — compact by default so beds/price stay clear at ~390×844 */
.sticky-form-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  padding: 0.28rem 0.75rem calc(0.28rem + env(safe-area-inset-bottom, 0px));
  background: linear-gradient(180deg, transparent, rgba(12, 16, 22, 0.88) 35%, var(--bg));
  display: flex;
  justify-content: center;
  pointer-events: none;
}
.sticky-form-cta[hidden] { display: none !important; }
.sticky-form-cta a {
  pointer-events: auto;
  display: block;
  width: 100%;
  max-width: 420px;
  text-align: center;
  text-decoration: none;
  background: var(--accent);
  color: #041018;
  font-weight: 750;
  font-size: 0.88rem;
  padding: 0.55rem 1rem;
  border-radius: 12px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.4);
}
@media (min-width: 780px) {
  .sticky-form-cta { display: none !important; }
  body.has-sticky-cta { padding-bottom: 0; }
  html { scroll-padding-bottom: 0; }
}

.site-footer {
  border-top: 1px solid var(--border);
  background: var(--surface);
  padding: 1.25rem 1.25rem 1.5rem;
  text-align: center;
  font-size: 0.85rem;
}
.site-footer .compliance {
  font-weight: 600;
  margin: 0 0 0.4rem;
}
.site-footer .eq {
  color: var(--muted);
  font-size: 0.75rem;
  margin: 0;
  max-width: 36rem;
  margin-inline: auto;
}

.stub-page {
  text-align: center;
  padding: 3rem 1rem;
}
.stub-page h1 { margin-bottom: 0.5rem; }
.stub-page p { color: var(--muted); }

.thanks-box {
  text-align: center;
  padding: 2.5rem 1rem;
  background: var(--surface);
  border-radius: var(--radius);
  border: 1px solid var(--border);
}
.thanks-box h1 { color: var(--ok); }


.form-error { color: #f0a0a0; font-size: 0.82rem; margin: 0.35rem 0 0; }
.radio { display: inline-flex; align-items: center; gap: 0.35rem; margin-right: 1rem; font-size: 0.92rem; }
.picked-building { border: 0; padding: 0; margin: 0; }
.picked-building legend { font-size: 0.85rem; margin-bottom: 0.4rem; }
#building-wrap { margin-top: 0.6rem; }

/* Legacy tour-proof block (kept for older markup / drafts) */
.tour-proof {
  margin-top: 0.5rem;
  padding: 0.65rem 0.7rem;
  background: var(--surface2);
  border: 1px solid var(--border);
  border-radius: 8px;
  font-size: 0.75rem;
}
.tour-proof h4 {
  margin: 0 0 0.4rem;
  font-size: 0.8rem;
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.tour-proof dl { margin: 0; display: grid; gap: 0.25rem; }
.tour-proof dt { color: var(--muted); font-weight: 500; }
.tour-proof dd { margin: 0 0 0.3rem; word-break: break-word; }
.tour-proof a { font-size: 0.72rem; }

.field-hint {
  font-size: 0.75rem;
  color: var(--muted);
  margin: 0 0 0.4rem;
}
.field-error {
  color: #f07178;
  font-size: 0.8rem;
  margin: 0.4rem 0 0;
}
.radio-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 0.35rem;
}
.radio-row label {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  color: var(--text);
  cursor: pointer;
  font-size: 0.9rem;
}
.building-picked {
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 0.75rem 0.9rem;
  margin: 0;
}
.building-picked legend {
  font-size: 0.8rem;
  color: var(--muted);
  padding: 0 0.25rem;
}

.draft-stamp {
  background: #3a2410;
  color: var(--banner-text);
  border: 1px solid var(--warn);
  border-radius: 8px;
  padding: 0.65rem 0.9rem;
  font-size: 0.85rem;
  font-weight: 600;
  margin: 0 0 1rem;
}
.lead-draft {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.25rem;
  max-width: 40rem;
}
.lead-draft .internal-checks {
  color: var(--muted);
  font-size: 0.85rem;
}


/* —— 3D fullscreen lightbox (ranked-5) —— */
.tour-lightbox {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: flex;
  flex-direction: column;
  background: rgba(4, 8, 14, 0.92);
}
.tour-lightbox[hidden] { display: none !important; }
.tour-lightbox-backdrop {
  position: absolute;
  inset: 0;
  cursor: pointer;
}
.tour-lightbox-panel {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  background: #000;
  padding-top: env(safe-area-inset-top, 0px);
  padding-bottom: env(safe-area-inset-bottom, 0px);
}
.tour-lightbox-bar {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.55rem 0.75rem;
  background: var(--surface);
  border-bottom: 1px solid var(--border);
  position: sticky;
  top: 0;
  z-index: 2;
}
.tour-lightbox-close {
  appearance: none;
  border: 1px solid var(--border);
  background: var(--surface2);
  color: var(--text);
  font-size: 1.45rem;
  line-height: 1;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 999px;
  cursor: pointer;
  flex-shrink: 0;
}
.tour-lightbox-close:hover { border-color: var(--accent); }
.tour-lightbox-title {
  flex: 1;
  font-weight: 700;
  font-size: 0.95rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tour-lightbox-plan-ne {
  flex-shrink: 0;
  margin: 0;
  position: static;
}
.tour-lightbox-frame-wrap {
  flex: 1;
  min-height: 0;
  position: relative;
  background: #000;
}
.tour-lightbox-iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  background: #000;
}
.tour-lightbox-foot {
  flex: 0 0 auto;
  padding: 0.55rem 0.85rem;
  background: var(--surface);
  border-top: 1px solid var(--border);
}
.tour-lightbox-foot .tour-link {
  margin: 0;
  font-size: 0.85rem;
  font-weight: 650;
}

/* Photo overlay Open 3D stays; body also has btn-open-3d */
.tour-stage .tour-expand-btn {
  /* keep existing absolute overlay styles */
}

/* FAQ / how-it-works — v1.2 chrome (peek) */
.nav-links a.nav-active,
.nav-links a[aria-current="page"] {
  color: var(--text);
  font-weight: 650;
}
.faq-main { max-width: 40rem; }
.hero--faq { padding-bottom: 0.5rem; }
.faq {
  margin-top: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}
.faq details {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 0.85rem 1rem;
}
.faq summary {
  cursor: pointer;
  font-weight: 650;
  font-size: 0.98rem;
  line-height: 1.35;
  list-style: none;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::before {
  content: "▸ ";
  color: var(--muted);
  font-weight: 500;
}
.faq details[open] summary::before { content: "▾ "; }
.faq p {
  color: var(--muted);
  margin: 0.55rem 0 0.15rem;
  font-size: 0.92rem;
  line-height: 1.45;
}
.faq-back {
  margin-top: 1.75rem;
  margin-bottom: 1rem;
}
.faq-back a { color: var(--muted); text-decoration: none; }
.faq-back a:hover { color: var(--accent); }
@media (max-width: 480px) {
  .faq details { padding: 0.75rem 0.85rem; }
  .faq summary { font-size: 0.94rem; }
}

/* Accordion density — face diet 2026-09-17 */
.card-body {
  padding: 0.85rem 0.95rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.28rem;
}
.card-body h3 { margin: 0; font-size: 1.12rem; line-height: 1.25; }
.card-body .nabe { margin: 0; font-size: 0.82rem; }
.card-meta { margin: 0; font-size: 0.86rem; color: var(--muted); }
.card-rent { margin: 0.15rem 0 0; font-size: 1.05rem; font-weight: 750; }
.card-total { margin: 0; font-size: 0.86rem; color: var(--muted); }
.card-avail { margin: 0; font-size: 0.84rem; color: var(--muted); }
.face-micro { margin: 0.25rem 0 0; font-size: 0.72rem; color: var(--muted); }
.card-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 0.45rem;
}
.card-details {
  margin-top: 0.55rem;
  border-top: 1px solid var(--border);
  padding-top: 0.35rem;
}
.card-details summary {
  font-size: 0.82rem;
  color: var(--muted);
  font-weight: 600;
  cursor: pointer;
  list-style: none;
}
.card-details summary::-webkit-details-marker { display: none; }
.card-details[open] summary { color: var(--text); margin-bottom: 0.35rem; }

/* —— Lead list draft (internal audit export) —— */
.preview-banner--internal {
  background: #3a1a12;
  color: #ffd4c4;
  letter-spacing: 0.02em;
}
.lead-draft-main {
  max-width: 46rem;
  margin: 0 auto;
  padding: 1.25rem 1.15rem 2.5rem;
  width: 100%;
}
.hero--draft { padding-bottom: 0.35rem; }
.lead-draft-section {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.1rem 1.15rem 1.25rem;
  margin-top: 1.1rem;
}
.lead-draft-section .section-title {
  margin: 0 0 0.35rem;
  font-size: 1.05rem;
}
.lead-draft-form .field-hint {
  margin: 0 0 0.85rem;
  font-size: 0.82rem;
  color: var(--muted);
}
.unit-picker {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}
.unit-pick-card {
  display: flex;
  gap: 0.7rem;
  align-items: flex-start;
  background: var(--surface2);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 0.75rem 0.85rem;
  cursor: pointer;
}
.unit-pick-card:has(input:checked) {
  border-color: var(--accent);
  background: var(--accent-soft);
}
.unit-pick-card input {
  margin-top: 0.25rem;
  flex-shrink: 0;
}
.unit-pick-body {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  min-width: 0;
}
.unit-pick-body strong { font-size: 0.98rem; }
.unit-pick-meta,
.unit-pick-rent {
  font-size: 0.82rem;
  color: var(--muted);
}
.unit-pick-rent { color: var(--text); font-weight: 600; }
.unit-pick-special {
  font-size: 0.78rem;
  color: var(--muted);
  line-height: 1.35;
  margin-top: 0.15rem;
}
.alt-rows { display: flex; flex-direction: column; gap: 0.75rem; margin-bottom: 0.75rem; }
.alt-row {
  background: var(--surface2);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 0.85rem;
  position: relative;
}
.btn-secondary,
.btn-remove-alt {
  appearance: none;
  border: 1px solid var(--border);
  background: transparent;
  color: var(--muted);
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  font-size: 0.82rem;
  cursor: pointer;
}
.btn-secondary:hover { color: var(--text); border-color: var(--accent); }
.btn-remove-alt {
  margin-top: 0.55rem;
  font-size: 0.75rem;
  padding: 0.3rem 0.65rem;
}
.path-box {
  background: var(--bg);
  border: 1px dashed var(--border);
  border-radius: 10px;
  padding: 0.75rem 0.9rem;
  margin-bottom: 0.9rem;
}
.path-box label {
  display: block;
  font-size: 0.72rem;
  color: var(--muted);
  margin-bottom: 0.35rem;
}
.suggested-path {
  display: block;
  font-size: 0.78rem;
  word-break: break-all;
  color: var(--banner-text);
  line-height: 1.4;
}
.export-actions { margin-top: 0.25rem; }
.lead-draft-page .btn-submit {
  width: auto;
  min-width: 11rem;
}


/* GO-LIVE: prod vs peek — default ship is body.prod (banner off) */
body.prod .preview-banner { display: none !important; }
body.peek .preview-banner { display: block; }
/* Optional soft licensed line (Lab PM): add <p class="licensed-line">…</p> under header when desired */
body.prod .licensed-line {
  text-align: center;
  font-size: 0.78rem;
  color: var(--muted);
  margin: 0;
  padding: 0.35rem 1rem;
  border-bottom: 1px solid var(--border);
}
body.peek .licensed-line { display: none; }
.draft-stamp { display: none; } /* hide FAQ draft stamp on go-live face */
