/* LineBooked staging site layout — consumes brand/linebooked.css tokens (v1.0 LOCKED).
   Load order: brand/linebooked.css → styles.css */

:root {
  /* Aliases for pages that still reference older names */
  --bg: var(--bg-paper);
  --surface-2: var(--tertiary-surface);
  --accent-dim: var(--accent);
  --warn: #8A6A12;
  --warn-bg: #FBF6E8;
  --warn-border: #E6D9A8;
  --radius: 4px;
  --font: "Public Sans", Arial, sans-serif;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font);
  background: var(--bg-paper);
  color: var(--text);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

.wrap {
  width: min(920px, calc(100% - 2rem));
  margin-inline: auto;
}

/* Staging banners — visible, restyled for light limestone */
.draft-banner {
  background: var(--warn-bg);
  color: var(--text);
  padding: 0.55rem 1rem;
  font-size: 0.82rem;
  text-align: center;
  border-bottom: 1px solid var(--warn-border);
  margin: 0;
}

.draft-banner strong {
  color: var(--warn);
}

.site-header {
  /* Override kit mock layout (height/flex/gap) from brand/linebooked.css */
  height: auto;
  display: block;
  gap: 0;
  border-bottom: 1px solid var(--border);
  padding: 0.75rem 0;
  background: var(--surface);
  position: sticky;
  top: 0;
  z-index: 10;
}

.brand-row {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  flex-wrap: wrap;
}

.brand-logo {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  flex-shrink: 0;
}

.brand-logo img,
.brand-logo svg {
  display: block;
  height: 44px;
  width: auto;
  max-height: 48px;
}

.badge {
  margin-left: auto;
  font-size: 0.72rem;
  color: var(--warn);
  border: 1px solid var(--warn-border);
  background: var(--warn-bg);
  padding: 0.2rem 0.55rem;
  border-radius: 4px;
  white-space: nowrap;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1rem;
  font-size: 0.88rem;
}

.nav-links a {
  color: var(--muted);
  text-decoration: none;
  font-weight: 500;
}

.nav-links a:hover {
  color: var(--hover);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.hero {
  display: block; /* override kit mock grid from brand/linebooked.css */
  grid-template-columns: none;
  gap: 0;
  padding: 3rem 0 2.25rem;
}

.eyebrow {
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.78rem;
  font-weight: 600;
  margin: 0 0 0.75rem;
}

.hero h1 {
  font-size: clamp(1.55rem, 4.2vw, 2.25rem);
  line-height: 1.22;
  margin: 0 0 1rem;
  max-width: 22ch;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--text);
}

.lede {
  color: var(--muted);
  max-width: 54ch;
  margin: 0 0 1.5rem;
  font-size: 1.05rem;
}

.lede strong {
  color: var(--text);
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 0.85rem;
  align-items: center;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 0.75rem 1.2rem;
  min-height: 48px;
  font-weight: 600;
  font-size: 0.95rem;
  cursor: pointer;
  font-family: inherit;
  text-align: center;
  box-shadow: none;
}

.btn-primary {
  background: var(--cta);
  color: var(--bg-paper);
}

.btn-primary:hover {
  background: var(--cta-hover);
  color: var(--bg-paper);
}

.btn-ghost {
  background: transparent;
  color: var(--text);
  border-color: var(--control-border);
}

.btn-ghost:hover {
  background: var(--tertiary-surface);
  color: var(--text);
}

.btn-dial {
  font-size: 1.05rem;
  padding: 0.85rem 1.35rem;
}

.btn:focus-visible,
.nav-links a:focus-visible,
.brand-logo:focus-visible,
.big-phone a:focus-visible,
.phone-placeholder a:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 4px;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -100px;
  z-index: 100;
  background: var(--surface);
  color: var(--text);
  padding: 0.65rem 1rem;
  border: 1px solid var(--border);
  border-radius: 4px;
  font-weight: 600;
  text-decoration: none;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
}
.skip-link:focus {
  top: 0.75rem;
}

.fineprint {
  color: var(--muted);
  font-size: 0.85rem;
  margin: 0.5rem 0 0;
}

.fineprint a {
  color: var(--accent);
}

.fineprint a:hover {
  color: var(--hover);
}

.fineprint-spaced {
  margin-top: 1rem;
}

.offer,
.demo,
.calculator,
.spine,
.gates,
.try-section,
.next-section,
.recording,
.rescue,
.schedule,
.blockers {
  padding: 2.15rem 0;
  border-top: 1px solid var(--border);
}

h2 {
  font-size: 1.3rem;
  margin: 0 0 0.85rem;
  letter-spacing: -0.01em;
  font-weight: 600;
  color: var(--text);
}

.section-intro {
  color: var(--muted);
  margin: 0 0 1.15rem;
  max-width: 58ch;
}

.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
}

.card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 4px;
  padding: 1.35rem 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  box-shadow: none;
}

.card.highlight {
  border-color: var(--accent);
  box-shadow: none;
  position: relative;
  background: var(--surface);
}

.card-tag {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--accent);
  font-weight: 700;
  margin: 0 0 0.15rem;
}

.card h3 {
  margin: 0;
  font-size: 1rem;
  color: var(--muted);
  font-weight: 600;
}

.card p:last-child {
  margin: 0.35rem 0 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.card-bullets {
  margin: 0.5rem 0 0;
  padding-left: 1.1rem;
  color: var(--muted);
  font-size: 0.88rem;
}

.card-bullets li {
  margin: 0.35rem 0;
}

.price {
  font-size: 1.75rem;
  font-weight: 700;
  margin: 0.15rem 0 0.35rem;
  color: var(--text);
}

.price span {
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--muted);
}

.guarantee {
  margin-top: 1.35rem;
  padding: 1rem 1.15rem;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 4px;
  color: var(--muted);
  font-size: 0.92rem;
  box-shadow: none;
}

.guarantee strong {
  color: var(--text);
}

.gate-note {
  margin-top: 1rem;
  padding: 0.85rem 1.1rem;
  background: var(--warn-bg);
  border: 1px solid var(--warn-border);
  border-radius: 4px;
  color: var(--warn);
  font-size: 0.9rem;
}

.phone-placeholder,
.phone-box {
  font-size: 1.2rem;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 4px;
  padding: 1.15rem 1.35rem;
  display: block;
  margin: 0 0 1rem;
  max-width: 28rem;
  box-shadow: none;
}

.phone-placeholder a,
.phone-box a {
  color: var(--accent);
  text-decoration: none;
  font-weight: 700;
  border-bottom: 2px solid var(--reverse-accent);
}

.phone-placeholder a:hover,
.phone-box a:hover {
  color: var(--hover);
}

.phone-placeholder strong {
  color: var(--accent);
  font-weight: 700;
}

.big-phone {
  font-size: clamp(1.85rem, 6.5vw, 2.85rem);
  font-weight: 700;
  letter-spacing: 0.02em;
  margin: 0.65rem 0 1.15rem;
  line-height: 1.15;
}

.big-phone a {
  color: var(--accent);
  text-decoration: none;
  border-bottom: 3px solid var(--reverse-accent);
}

.big-phone a:hover {
  color: var(--hover);
}

.try-list,
.blockers-list {
  list-style: disc;
  padding-left: 1.25rem;
  margin: 0;
  color: var(--muted);
}

.try-list li,
.blockers-list li {
  margin: 0.65rem 0;
  padding-left: 0.15rem;
}

.try-list strong,
.blockers-list strong {
  color: var(--text);
}

.calc-form {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 1rem;
  align-items: end;
  margin: 1.25rem 0;
}

.calc-form label {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  font-size: 0.9rem;
  color: var(--muted);
}

.calc-form input {
  background: var(--surface);
  border: 1px solid var(--control-border);
  border-radius: 4px;
  color: var(--text);
  padding: 0.7rem 0.75rem;
  font-size: 1rem;
  font-family: inherit;
  width: 100%;
  min-height: 48px;
  box-shadow: none;
}

.calc-form input:focus {
  outline: 3px solid var(--accent);
  outline-offset: 4px;
}

.calc-result {
  background: var(--tertiary-surface);
  border-radius: 4px;
  padding: 1.25rem 1.5rem;
  border: 1px solid var(--border);
  box-shadow: none;
}

.result-label {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.result-value {
  margin: 0.25rem 0;
  font-size: 2rem;
  font-weight: 700;
  color: var(--accent);
}

.spine ol {
  margin: 0;
  padding-left: 1.25rem;
  color: var(--muted);
}

.spine li {
  margin-bottom: 0.55rem;
}

.spine li strong {
  color: var(--text);
}

.site-footer {
  border-top: 1px solid var(--border);
  padding: 2rem 0 3rem;
  color: var(--muted);
  font-size: 0.9rem;
}

.site-footer a {
  color: var(--accent);
}

.site-footer a:hover {
  color: var(--hover);
}

.site-footer p {
  margin: 0 0 0.5rem;
}

.stub-note {
  display: inline-block;
  font-size: 0.72rem;
  color: var(--warn);
  border: 1px solid var(--warn-border);
  background: var(--warn-bg);
  padding: 0.15rem 0.5rem;
  border-radius: 4px;
  margin-left: 0.35rem;
  vertical-align: middle;
}

@media (max-width: 560px) {
  .badge {
    margin-left: 0;
    order: 3;
    width: 100%;
    text-align: center;
  }

  .brand-logo img,
  .brand-logo svg {
    height: 36px;
  }

  .hero {
    padding: 2.25rem 0 1.75rem;
  }

  .hero h1 {
    max-width: none;
  }

  .btn {
    width: 100%;
  }

  .cta-row {
    flex-direction: column;
    align-items: stretch;
  }

  .phone-placeholder,
  .phone-box {
    max-width: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}


/* Overnight trust chrome 2026-09-26 — kit spacing + HVAC ops feel (no SaaS chrome) */
body {
  font-size: 18px;
  line-height: 1.55;
}

.site-header .brand-row {
  gap: 1.25rem 1.5rem;
  min-height: 64px;
}

.nav-links {
  gap: 0.75rem 1.5rem;
  font-size: 1rem;
}

.nav-links a {
  color: var(--text);
  white-space: nowrap;
}

.header-dial {
  margin-left: auto;
  flex-shrink: 0;
}

.badge {
  margin-left: 0;
}

.hero {
  padding: 3.25rem 0 2.5rem;
}

.hero h1 {
  max-width: 28ch;
  font-size: clamp(1.75rem, 4.5vw, 2.65rem);
  letter-spacing: -0.025em;
}

.lede {
  font-size: 1.15rem;
  max-width: 58ch;
}

.cta-row .btn-dial {
  order: -1;
  box-shadow: none;
  letter-spacing: -0.01em;
}

/* Pricing cards — room for longer Copy text */
.cards {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.15rem;
  align-items: stretch;
}

.card {
  padding: 1.5rem 1.35rem;
  min-height: 100%;
}

.card p,
.card .fineprint {
  color: var(--muted);
  font-size: 0.95rem;
}

.card-bullets {
  font-size: 0.92rem;
  line-height: 1.45;
  flex: 1;
}

.spine ol {
  font-size: 1.02rem;
  line-height: 1.55;
}

.spine li {
  margin-bottom: 0.85rem;
  padding-left: 0.25rem;
}

/* Proof strip — entity / legal / Indy mailbox (no hype metrics) */
.proof-strip {
  border-top: 1px solid var(--border);
  background: var(--surface);
  padding: 1.35rem 0;
}

.proof-strip .wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.75rem;
  align-items: baseline;
  font-size: 0.92rem;
  color: var(--muted);
}

.proof-strip strong {
  color: var(--text);
  font-weight: 600;
}

.proof-strip a {
  color: var(--accent);
  text-decoration: none;
  font-weight: 500;
}

.proof-strip a:hover {
  color: var(--hover);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.proof-strip a:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 4px;
}

.offer,
.demo,
.calculator,
.spine,
.try-section,
.next-section,
.recording,
.rescue,
.schedule {
  padding: 2.65rem 0;
}

.site-footer {
  padding: 2.25rem 0 3.5rem;
}

.site-footer .entity-line {
  color: var(--text);
  font-size: 0.95rem;
}

@media (max-width: 720px) {
  .header-dial {
    width: 100%;
    margin-left: 0;
  }
  .header-dial .btn {
    width: 100%;
  }
  .proof-strip .wrap {
    flex-direction: column;
    gap: 0.45rem;
  }
  .nav-links a {
    white-space: normal;
  }
}

.live-banner { display:none; }
