/* All American Hauling & Demolition — Brand Stylesheet
   Locked palette + type system. Per 2026-05-25 redesign. */

:root {
  --aah-blue: #0E3E6B;
  --aah-blue-dark: #092a4a;
  --aah-blue-deep: #061d35;
  --aah-red: #C02029;
  --aah-red-bright: #FF3B30;
  --aah-red-dark: #8d161d;
  --aah-charcoal: #212121;
  --aah-charcoal-soft: #3a3a3a;
  --aah-grey-500: #6b7280;
  --aah-grey-300: #d1d5db;
  --aah-grey-200: #e5e7eb;
  --aah-grey-100: #f1f3f5;
  --aah-off-white: #FAFAFA;
  --aah-white: #ffffff;
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
  color: var(--aah-charcoal);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-size: 16px;
  line-height: 1.55;
  background: #fff;
}

h1, h2, h3, h4, .display, .eyebrow {
  font-family: 'Roboto Condensed', 'Roboto', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 800;
  letter-spacing: -0.005em;
  line-height: 1.04;
  color: var(--aah-charcoal);
  margin: 0;
}
h1 { font-size: clamp(36px, 6vw, 78px); }
h2 { font-size: clamp(28px, 4vw, 48px); }
h3 { font-size: clamp(20px, 2.4vw, 32px); }
p { margin: 0 0 14px; }
a { color: var(--aah-blue); }

.eyebrow {
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 12px;
  color: var(--aah-red);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}
.eyebrow::before {
  content: '';
  width: 22px;
  height: 2px;
  background: var(--aah-red);
}
.eyebrow.on-dark { color: #FFB3AE; }
.eyebrow.on-dark::before { background: var(--aah-red-bright); }
.eyebrow.on-red { color: rgba(255,255,255,0.85); }
.eyebrow.on-red::before { background: #fff; }

/* ---- Layout ---- */
.container { max-width: 1440px; margin: 0 auto; padding-left: 56px; padding-right: 56px; }
.container-narrow { max-width: 1100px; margin: 0 auto; padding-left: 40px; padding-right: 40px; }
.section { padding: 88px 0; }
.section-sm { padding: 56px 0; }

@media (max-width: 720px) {
  .container, .container-narrow { padding-left: 22px; padding-right: 22px; }
  .section { padding: 48px 0; }
  .section-sm { padding: 36px 0; }
}

/* ---- Buttons ---- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 17px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  padding: 16px 22px;
  border-radius: 4px;
  border: 0;
  cursor: pointer;
  text-decoration: none;
  min-height: 52px;
  transition: background .12s ease, transform .12s ease, border-color .12s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn:active { transform: translateY(0); }
.btn-red {
  background: var(--aah-red);
  color: #fff;
}
.btn-red:hover { background: var(--aah-red-bright); }
.btn-blue {
  background: var(--aah-blue);
  color: #fff;
}
.btn-blue:hover { background: var(--aah-blue-dark); }
.btn-blue-outline {
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255,255,255,0.85);
}
.btn-blue-outline:hover { background: rgba(255,255,255,0.1); }
.btn-blue-outline-onlight {
  background: transparent;
  color: var(--aah-blue);
  border: 2px solid var(--aah-blue);
}
.btn-blue-outline-onlight:hover { background: var(--aah-blue); color: #fff; }
.btn-white {
  background: #fff;
  color: var(--aah-red);
}
.btn-block { width: 100%; }

/* ---- Header ---- */
.utility-bar {
  background: var(--aah-charcoal);
  color: #fff;
  font-size: 12px;
  font-weight: 500;
}
.utility-bar .container { display: flex; justify-content: space-between; padding-top: 8px; padding-bottom: 8px; }
.utility-bar .utility-right { display: inline-flex; gap: 18px; }
@media (max-width: 720px) {
  .utility-bar .container { font-size: 11px; padding-top: 6px; padding-bottom: 6px; }
  .utility-bar .utility-right span:not(:first-child) { display: none; }
}

.site-header {
  background: #fff;
  border-bottom: 1px solid var(--aah-grey-200);
  position: sticky;
  top: 0;
  z-index: 50;
}
.site-header .container { display: flex; justify-content: space-between; align-items: center; padding-top: 16px; padding-bottom: 16px; }
.site-nav { display: flex; gap: 28px; font-family: 'Roboto Condensed', sans-serif; font-weight: 700; font-size: 14px; letter-spacing: 0.04em; text-transform: uppercase; }
.site-nav a { color: var(--aah-charcoal); text-decoration: none; padding: 4px 0; border-bottom: 2px solid transparent; }
.site-nav a:hover, .site-nav a.active { border-bottom-color: var(--aah-red); }
.header-actions { display: flex; align-items: center; gap: 12px; }
.header-cta { min-height: 44px; padding: 10px 18px; font-size: 15px; }
.header-phone {
  min-height: 44px;
  padding: 10px 16px;
  font-size: 15px;
  background: transparent;
  color: var(--aah-blue);
  border: 2px solid var(--aah-grey-300);
}
.header-phone:hover { border-color: var(--aah-blue); }
.header-book-mobile { display: none; }
/* Hamburger toggle (hidden on desktop) */
.nav-toggle { display: none; flex-direction: column; justify-content: center; gap: 5px; width: 44px; height: 44px; padding: 10px; cursor: pointer; border-radius: 6px; }
.nav-toggle span { display: block; height: 3px; width: 100%; background: var(--aah-blue); border-radius: 2px; transition: transform 0.2s ease, opacity 0.2s ease; }
.nav-toggle:hover { background: var(--aah-grey-100, #f3f4f6); }
@media (max-width: 980px) {
  .site-nav { display: none; }
  .header-actions { display: none; }
  .nav-toggle { display: flex; margin-left: auto; margin-right: 10px; }
  /* Turn the X when open */
  .nav-toggle-cb:checked ~ .nav-toggle span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
  .nav-toggle-cb:checked ~ .nav-toggle span:nth-child(2) { opacity: 0; }
  .nav-toggle-cb:checked ~ .nav-toggle span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
  /* Dropdown menu when open */
  .nav-toggle-cb:checked ~ .site-nav {
    display: flex;
    flex-direction: column;
    gap: 0;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border-bottom: 3px solid var(--aah-red);
    box-shadow: 0 12px 24px rgba(6,29,53,0.14);
    padding: 8px 22px 16px;
    z-index: 60;
  }
  .nav-toggle-cb:checked ~ .site-nav a {
    padding: 14px 0;
    border-bottom: 1px solid var(--aah-grey-200);
    font-size: 15px;
  }
  .nav-toggle-cb:checked ~ .site-nav a:last-child { border-bottom: none; }
  .header-book-mobile {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
    background: var(--aah-red);
    color: #fff;
    border-radius: 4px;
    padding: 10px 16px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 800;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
  }
}

/* ---- Logo header mark ---- */
.logo-mark { display: inline-flex; align-items: center; gap: 10px; font-family: 'Roboto Condensed', sans-serif; text-decoration: none; }
.logo-tile {
  width: 38px; height: 38px;
  background: var(--aah-blue);
  color: #fff;
  display: grid; place-items: center;
  box-shadow: inset 0 -4px 0 var(--aah-red);
  font-weight: 800; font-size: 16px; letter-spacing: -0.02em;
}
.logo-text { line-height: 1; color: var(--aah-charcoal); }
.logo-text .logo-line1 { font-weight: 800; font-size: 16px; letter-spacing: -0.005em; }
.logo-text .logo-line2 { font-weight: 600; font-size: 9.5px; letter-spacing: 0.18em; margin-top: 3px; color: var(--aah-grey-500); }
.logo-text .logo-line2 .amp { color: var(--aah-red); font-weight: 800; }

/* ---- Hero ---- */
.hero {
  position: relative;
  color: #fff;
  min-height: 580px;
  overflow: hidden;
}
.hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-color: var(--aah-blue-deep);
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(95deg, rgba(6,29,53,0.92) 0%, rgba(14,62,107,0.78) 55%, rgba(14,62,107,0.35) 100%);
}
.hero-content {
  position: relative;
  padding: 70px 0 64px 40px;
  max-width: 980px;
}
.hero h1 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 800;
  font-size: clamp(40px, 6vw, 78px);
  line-height: 0.98;
  letter-spacing: -0.015em;
  color: #fff;
}
.hero h1 .accent { color: var(--aah-red-bright); }
.hero p.lede { font-size: clamp(16px, 1.6vw, 21px); max-width: 640px; margin: 22px 0 0; color: rgba(255,255,255,0.94); line-height: 1.45; }
.hero-ctas { display: flex; gap: 14px; margin-top: 32px; flex-wrap: wrap; }
.hero-proof { display: flex; gap: 22px; margin-top: 28px; color: rgba(255,255,255,0.85); font-size: 13.5px; align-items: center; flex-wrap: wrap; }
.hero-proof .sep { opacity: 0.4; }
@media (max-width: 720px) {
  .hero { min-height: 0; }
  .hero-content { padding: 28px 0 28px 12px; }
  .hero-overlay { background: linear-gradient(180deg, rgba(14,62,107,0.78) 0%, rgba(6,29,53,0.88) 100%); }
}

/* ---- Trust strip ---- */
.trust-strip { background: var(--aah-off-white); border-top: 1px solid var(--aah-grey-200); border-bottom: 1px solid var(--aah-grey-200); }
.trust-strip-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; }
.trust-strip-item { padding: 22px 18px; text-align: center; border-left: 1px solid var(--aah-grey-200); }
.trust-strip-item:first-child { border-left: 0; }
.trust-big { font-family: 'Roboto Condensed', sans-serif; font-weight: 800; font-size: 28px; color: var(--aah-blue); line-height: 1; }
.trust-small { font-size: 13px; font-weight: 500; color: var(--aah-charcoal-soft); margin-top: 6px; text-transform: uppercase; letter-spacing: 0.06em; }
@media (max-width: 720px) {
  .trust-strip-grid { grid-template-columns: 1fr 1fr; }
  .trust-strip-item { padding: 16px 12px; }
  .trust-strip-item:nth-child(odd) { border-left: 0; }
  .trust-strip-item:nth-child(even) { border-left: 1px solid var(--aah-grey-200); }
  .trust-strip-item:nth-child(n+3) { border-top: 1px solid var(--aah-grey-200); }
  .trust-big { font-size: 22px; }
  .trust-small { font-size: 11px; }
}

/* ---- Services grid ---- */
.svc-card {
  border: 1.5px solid var(--aah-grey-200);
  padding: 22px 18px;
  border-radius: 3px;
  background: #fff;
  min-height: 140px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-decoration: none;
  color: var(--aah-charcoal);
  transition: border-color .12s ease, transform .12s ease;
}
.svc-card:hover { transform: translateY(-2px); border-color: var(--aah-blue); }
.svc-card.accent {
  border-color: var(--aah-red);
  border-top: 4px solid var(--aah-red);
  background: #fffafa;
}
.svc-card .svc-label { font-family: 'Roboto Condensed', sans-serif; font-weight: 800; font-size: 17px; color: var(--aah-charcoal); line-height: 1.15; }
.svc-card .svc-sub { font-size: 13px; color: var(--aah-charcoal-soft); line-height: 1.45; }

/* ---- Numbered steps ---- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; position: relative; }
.steps::before { content: ''; position: absolute; top: 28px; left: 17%; right: 17%; height: 2px; background: var(--aah-grey-300); z-index: 0; }
.step { position: relative; z-index: 1; background: var(--aah-off-white); padding: 0 8px; text-align: center; }
.step-num {
  width: 56px; height: 56px; margin: 0 auto;
  background: var(--aah-blue); color: #fff;
  display: grid; place-items: center;
  font-family: 'Roboto Condensed', sans-serif; font-weight: 800; font-size: 28px;
  box-shadow: inset 0 -4px 0 var(--aah-red);
}
.step-title { font-family: 'Roboto Condensed', sans-serif; font-weight: 800; font-size: 22px; color: var(--aah-charcoal); margin-top: 16px; }
.step-desc { font-size: 15px; color: var(--aah-charcoal-soft); margin-top: 8px; max-width: 300px; margin-left: auto; margin-right: auto; line-height: 1.5; }
@media (max-width: 720px) {
  .steps { grid-template-columns: 1fr; gap: 18px; }
  .steps::before { display: none; }
  .step { text-align: left; display: grid; grid-template-columns: 42px 1fr; gap: 14px; padding: 0; }
  .step-num { width: 42px; height: 42px; font-size: 22px; margin: 0; }
  .step-title { font-size: 17px; margin-top: 0; }
  .step-desc { font-size: 14px; max-width: none; margin: 4px 0 0; }
}

/* ---- City chips ---- */
.city-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.city-chip {
  border: 1px solid var(--aah-grey-300);
  padding: 6px 12px;
  font-size: 13px;
  font-weight: 500;
  color: var(--aah-charcoal);
  border-radius: 100px;
  background: var(--aah-off-white);
  text-decoration: none;
}
.city-chip:hover { border-color: var(--aah-red); color: var(--aah-red); }

/* ---- Before/After ---- */
.ba-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.ba-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 4px; }
.ba-img { position: relative; aspect-ratio: 1/1; overflow: hidden; background: var(--aah-blue-dark); }
.ba-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ba-tag { position: absolute; top: 8px; left: 8px; color: #fff; font-size: 10px; font-weight: 700; padding: 3px 8px; letter-spacing: 0.12em; }
.ba-tag.before { background: var(--aah-charcoal); }
.ba-tag.after { background: var(--aah-red); }
@media (max-width: 980px) { .ba-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 720px) { .ba-grid { grid-template-columns: 1fr; } }

/* ---- Reviews ---- */
.stars { display: inline-flex; gap: 2px; color: #f5a623; font-size: 14px; letter-spacing: 1px; font-weight: 700; }
.stars::before { content: '★★★★★'; }
.review-card { border-top: 4px solid var(--aah-red); padding: 22px 0 4px; }
.review-card p { font-size: 16px; color: var(--aah-charcoal); margin-top: 12px; margin-bottom: 14px; line-height: 1.55; }
.review-meta { font-size: 14px; font-weight: 600; }
.review-meta .city { color: var(--aah-grey-500); font-weight: 400; }

/* ---- FAQ ---- */
.faq details { border-bottom: 1px solid var(--aah-grey-300); padding: 20px 0; }
.faq details summary { font-family: 'Roboto Condensed', sans-serif; font-weight: 700; font-size: 19px; color: var(--aah-charcoal); cursor: pointer; list-style: none; display: flex; justify-content: space-between; gap: 12px; }
.faq details summary::-webkit-details-marker { display: none; }
.faq details summary::after { content: '+'; color: var(--aah-red); transition: transform .15s ease; }
.faq details[open] summary::after { content: '−'; }
.faq details p { font-size: 15px; color: var(--aah-charcoal-soft); margin-top: 10px; line-height: 1.6; }

/* ---- Form ---- */
.quote-form { background: #fff; border: 1px solid var(--aah-grey-300); padding: 24px; border-radius: 4px; }
.quote-form.on-dark { background: rgba(255,255,255,0.06); border-color: rgba(255,255,255,0.18); color: #fff; }
.quote-form h3 { font-family: 'Roboto Condensed', sans-serif; font-weight: 800; font-size: 22px; text-transform: uppercase; letter-spacing: 0.01em; margin-bottom: 4px; color: inherit; }
.quote-form .form-hint { font-size: 13px; color: var(--aah-grey-500); margin-bottom: 16px; }
.quote-form.on-dark h3 { color: #fff; }
.quote-form.on-dark .form-hint { color: rgba(255,255,255,0.75); }
.quote-form label { display: block; font-size: 11px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--aah-charcoal-soft); margin-bottom: 5px; }
.quote-form.on-dark label { color: rgba(255,255,255,0.85); }
.quote-form label .req { color: var(--aah-red); }
.quote-form input, .quote-form textarea {
  width: 100%;
  border: 1px solid var(--aah-grey-300);
  border-radius: 3px;
  padding: 0 14px;
  height: 44px;
  font-size: 14px;
  color: var(--aah-charcoal);
  background: #fff;
  font-family: inherit;
}
.quote-form textarea { height: 80px; padding-top: 10px; resize: vertical; }
.quote-form .field { margin-bottom: 12px; }
.quote-form .form-foot { font-size: 11px; color: var(--aah-grey-500); margin-top: 12px; text-align: center; }
.quote-form.on-dark .form-foot { color: rgba(255,255,255,0.6); }
.quote-form .form-foot code { background: var(--aah-grey-100); padding: 1px 4px; border-radius: 2px; }
.quote-form.on-dark .form-foot code { background: rgba(255,255,255,0.1); }

/* ---- Footer ---- */
.site-footer { background: var(--aah-blue-deep); color: rgba(255,255,255,0.7); padding: 48px 0 32px; font-size: 14px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; }
.footer-col-title { color: #fff; font-family: 'Roboto Condensed', sans-serif; font-weight: 700; font-size: 13px; letter-spacing: 0.12em; text-transform: uppercase; }
.footer-brand { color: #fff; font-family: 'Roboto Condensed', sans-serif; font-weight: 800; font-size: 20px; letter-spacing: 0.01em; }
.site-footer ul { list-style: none; padding: 0; margin: 12px 0 0; line-height: 2; }
.site-footer a { color: rgba(255,255,255,0.7); text-decoration: none; }
.site-footer a:hover { color: #fff; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.15); padding-top: 18px; margin-top: 32px; display: flex; justify-content: space-between; font-size: 12px; color: rgba(255,255,255,0.5); flex-wrap: wrap; gap: 8px; }
@media (max-width: 720px) {
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 24px; }
}

/* ---- Sticky tap-to-call (mobile) ---- */
.ttc-bar {
  position: fixed;
  bottom: 0; left: 0; right: 0;
  background: var(--aah-red);
  color: #fff;
  display: none;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 800;
  font-size: 17px;
  letter-spacing: 0.02em;
  padding: 14px 20px;
  text-decoration: none;
  border-top: 3px solid var(--aah-red-dark);
  z-index: 100;
}
@media (max-width: 980px) {
  .ttc-bar { display: flex; }
  body { padding-bottom: 60px; }
}

/* ---- Section utilities ---- */
.bg-blue { background: var(--aah-blue); color: #fff; }
.bg-blue-deep { background: var(--aah-blue-deep); color: #fff; }
.bg-red { background: var(--aah-red); color: #fff; }
.bg-charcoal { background: var(--aah-charcoal); color: #fff; }
.bg-offwhite { background: var(--aah-off-white); }
.text-center { text-align: center; }
.muted { color: var(--aah-charcoal-soft); }
.on-dark { color: #fff; }
.on-dark .muted { color: rgba(255,255,255,0.85); }
.lead { font-size: clamp(15px, 1.4vw, 19px); line-height: 1.55; }

/* ---- Photo handling ---- */
.photo { position: relative; overflow: hidden; background: var(--aah-blue-deep); }
.photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.photo.aspect-16x9 { aspect-ratio: 16/9; }
.photo.aspect-4x5 { aspect-ratio: 4/5; }
.photo.aspect-1x1 { aspect-ratio: 1/1; }
/* Fallback placeholder pattern when no image is present */
.photo.placeholder {
  background:
    repeating-linear-gradient(135deg,
      #d4dbe3 0 14px,
      #c8d0d9 14px 28px);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--aah-blue);
  font-family: 'JetBrains Mono', ui-monospace, Menlo, Consolas, monospace;
  font-size: 11px;
  text-align: center;
  padding: 12px;
  letter-spacing: 0.02em;
}
.photo.placeholder::after {
  content: '';
  position: absolute; inset: 6px;
  border: 1px dashed rgba(14,62,107,0.35);
  pointer-events: none;
}
.photo.placeholder.dark { background: repeating-linear-gradient(135deg, #1a2d44 0 14px, #142539 14px 28px); color: #93b3d4; }
.photo.placeholder .pcap { background: rgba(255,255,255,0.92); border: 1px solid rgba(14,62,107,0.25); padding: 6px 10px; font-weight: 600; max-width: 80%; z-index: 1; position: relative; }
.photo.placeholder.dark .pcap { background: rgba(6,29,53,0.82); border-color: rgba(255,255,255,0.2); color: #cfe0f1; }

/* ---- Two-col split helpers ---- */
.split { display: grid; gap: 64px; align-items: start; }
.split-1-1 { grid-template-columns: 1fr 1fr; }
.split-content-aside { grid-template-columns: 1fr 360px; }
.split-aside-content { grid-template-columns: 360px 1fr; }
@media (max-width: 980px) {
  .split { gap: 36px; }
  .split-1-1, .split-content-aside, .split-aside-content { grid-template-columns: 1fr; }
}

/* ---- Three-col helper ---- */
.cols-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.cols-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
@media (max-width: 980px) { .cols-3 { grid-template-columns: 1fr 1fr; } .cols-4 { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .cols-3, .cols-4 { grid-template-columns: 1fr; } }

/* ---- Inline icon ---- */
.icon { width: 1em; height: 1em; vertical-align: -0.15em; }

/* ---- Final CTA band ---- */
.cta-band { background: var(--aah-red); color: #fff; padding: 80px 0; }
.cta-band h2 { color: #fff; font-size: clamp(36px, 5vw, 64px); line-height: 0.98; }
.cta-band p { color: rgba(255,255,255,0.95); font-size: clamp(16px, 1.5vw, 19px); line-height: 1.5; max-width: 540px; margin-top: 22px; }

/* ---- Breadcrumb ---- */
.breadcrumb { padding: 12px 0; font-size: 12px; color: var(--aah-grey-500); background: var(--aah-off-white); }
.breadcrumb a { color: var(--aah-grey-500); text-decoration: none; }

/* ---- Booking hero (split: copy + CTAs left, scheduler right) ---- */
.booking-hero { padding: 64px 0; }
.hero-cta-stack { display: flex; flex-direction: column; gap: 12px; margin-top: 32px; max-width: 420px; }
.hero-cta-stack .btn { width: 100%; justify-content: center; }
.hero-cta-stack .btn-text-sms {
  background: rgba(255,255,255,0.08);
  color: #fff;
  border: 2px solid rgba(255,255,255,0.5);
  font-size: 15px;
  padding: 14px 20px;
  min-height: 52px;
  text-align: center;
  line-height: 1.25;
}
.hero-cta-stack .btn-text-sms:hover { background: rgba(255,255,255,0.16); border-color: #fff; }

/* Flashy photo-text CTA */
.hero-cta-stack .btn-text-flash {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  background: linear-gradient(105deg, var(--aah-red-bright), var(--aah-red));
  color: #fff;
  border: 0;
  border-radius: 6px;
  padding: 16px 22px;
  min-height: 72px;
  text-align: left;
  text-decoration: none;
  box-shadow: 0 0 0 0 rgba(255,59,48,0.6);
  animation: flash-pulse 2.4s ease-out infinite;
}
.hero-cta-stack .btn-text-flash:hover {
  animation: none;
  box-shadow: 0 0 0 6px rgba(255,59,48,0.35);
  transform: translateY(-1px);
}
.btn-text-flash .flash-icon { flex: 0 0 auto; display: grid; place-items: center; }
.btn-text-flash .flash-copy { display: flex; flex-direction: column; gap: 3px; line-height: 1.1; }
.btn-text-flash .flash-main {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 800;
  font-size: 19px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.btn-text-flash .flash-sub {
  font-size: 12.5px;
  font-weight: 500;
  color: rgba(255,255,255,0.9);
  text-transform: none;
  letter-spacing: 0.02em;
}
@keyframes flash-pulse {
  0%   { box-shadow: 0 0 0 0 rgba(255,59,48,0.55); }
  70%  { box-shadow: 0 0 0 12px rgba(255,59,48,0); }
  100% { box-shadow: 0 0 0 0 rgba(255,59,48,0); }
}

/* ---- Calendly embed tabs ---- */
.cal-tabs { display: flex; }
.cal-tab {
  flex: 1;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  padding: 14px 10px;
  border: 0;
  border-bottom: 3px solid var(--aah-grey-200);
  background: var(--aah-off-white);
  color: var(--aah-grey-500);
  cursor: pointer;
  transition: color .12s ease, border-color .12s ease, background .12s ease;
}
.cal-tab:hover { color: var(--aah-charcoal); }
.cal-tab.active {
  background: #fff;
  color: var(--aah-red);
  border-bottom-color: var(--aah-red);
}

/* ---- Calendly-style scheduler mock ---- */
.scheduler-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 20px 50px rgba(6,29,53,0.35);
  overflow: hidden;
  color: var(--aah-charcoal);
  max-width: 460px;
  margin: 0 auto;
}
.scheduler-card .sc-head {
  padding: 22px 24px 16px;
  border-bottom: 1px solid var(--aah-grey-200);
}
.scheduler-card .sc-eyebrow {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--aah-red);
  margin-bottom: 6px;
}
.scheduler-card .sc-title { font-family: 'Roboto Condensed', sans-serif; font-weight: 800; font-size: 21px; color: var(--aah-charcoal); }
.scheduler-card .sc-sub { font-size: 13px; color: var(--aah-grey-500); margin-top: 4px; }
.scheduler-card .sc-body { padding: 18px 24px 22px; }
.scheduler-card .sc-month-nav {
  display: flex; align-items: center; justify-content: space-between;
  font-family: 'Roboto Condensed', sans-serif; font-weight: 700; font-size: 14px;
  color: var(--aah-charcoal); margin-bottom: 12px;
}
.scheduler-card .sc-month-nav .arrow { color: var(--aah-grey-300); font-size: 16px; }
.scheduler-card .sc-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 4px; text-align: center; }
.scheduler-card .sc-dow { font-size: 10.5px; font-weight: 700; color: var(--aah-grey-500); letter-spacing: 0.04em; padding-bottom: 6px; }
.scheduler-card .sc-day {
  height: 32px; display: flex; align-items: center; justify-content: center;
  font-size: 13px; color: var(--aah-grey-300); border-radius: 50%;
}
.scheduler-card .sc-day.available { color: var(--aah-blue); font-weight: 600; cursor: default; border: 1.5px solid var(--aah-blue); }
.scheduler-card .sc-day.selected { background: var(--aah-red); color: #fff; font-weight: 700; }
.scheduler-card .sc-times { margin-top: 18px; }
.scheduler-card .sc-times-label { font-size: 12px; font-weight: 700; color: var(--aah-charcoal-soft); text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 10px; }
.scheduler-card .sc-time-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.scheduler-card .sc-time {
  border: 1.5px solid var(--aah-blue);
  color: var(--aah-blue);
  border-radius: 4px;
  padding: 9px 10px;
  font-size: 13.5px;
  font-weight: 600;
  text-align: center;
}
.scheduler-card .sc-time.selected { background: var(--aah-blue); color: #fff; }
.scheduler-card .sc-confirm { margin-top: 18px; }
.scheduler-card .sc-confirm .btn { width: 100%; }
.scheduler-card .sc-foot { font-size: 11.5px; color: var(--aah-grey-500); text-align: center; margin-top: 10px; }
@media (max-width: 720px) {
  .scheduler-card { max-width: 100%; }
  .hero-cta-stack { max-width: 100%; }
}
.breadcrumb .current { color: var(--aah-charcoal); }

/* ── Legal pages (Privacy Policy / Terms) ── */
.footer-legal a { color: rgba(255,255,255,0.7); text-decoration: none; }
.footer-legal a:hover { color: #fff; text-decoration: underline; }
.legal-prose { color: var(--aah-grey-700, #374151); font-size: 16px; line-height: 1.7; }
.legal-prose h1 { margin-bottom: 4px; }
.legal-prose h2 { font-family: "Roboto Condensed", sans-serif; font-size: 22px; color: var(--aah-blue); margin: 34px 0 10px; }
.legal-prose p { margin: 0 0 14px; }
.legal-prose ul { margin: 0 0 16px; padding-left: 22px; }
.legal-prose li { margin: 0 0 8px; }
.legal-prose a { color: var(--aah-red); }
