/* Home-specific additions layered on site.css (which already styles hero/process/about/quals/faq
   from the approved mockup). Only new/changed bits live here, plus audit-driven components. */

/* Hero sizing: let content set height so the taller trust-row layout is not clipped */
.hero { height: auto; min-height: 88vh; max-height: none; overflow: visible; }
.hero-left { padding-top: 54px; padding-bottom: 54px; }
.hero-title { font-size: 52px; line-height: 1.08; }
@media (max-width: 900px) { .hero { min-height: 0; } }

/* Hero: offer line, trust row, single-primary CTA + secondary call (audit #4, #13, #19) */
.hero-offer { display: inline-flex; align-items: baseline; gap: 8px; margin-bottom: 22px; font-family: 'Jost'; font-size: 14px; color: var(--sage); }
.hero-offer .was { text-decoration: line-through; color: var(--text-sm); }
.hero-offer .now { color: var(--ink); font-weight: 600; font-size: 16px; }
.hero-secondary { display: inline-flex; align-items: center; gap: 10px; font-family: 'Jost'; font-size: 13px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink); text-decoration: none; }
.hero-secondary .phone-circle { width: 46px; height: 46px; border-radius: 50%; border: 1px solid var(--mist); display: flex; align-items: center; justify-content: center; font-size: 15px; transition: all 0.2s; }
.hero-secondary:hover .phone-circle { background: var(--ink); color: var(--white); border-color: var(--ink); }
.hero-trust { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 34px; padding-top: 26px; border-top: 1px solid var(--mist); }
.hero-trust li { list-style: none; font-family: 'Jost'; font-size: 12.5px; color: var(--text-sm); display: flex; align-items: center; gap: 8px; }
.hero-trust li::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--gold); flex-shrink: 0; }

/* Reviews carousel + Mark video (landscape 16:9 poster style, his whole face in frame) */
.social-section { grid-template-columns: 1fr 1fr; }
.social-left, .social-right { min-width: 0; } /* stop the carousel inflating its column */
.rv-viewport { min-width: 0; }
.social-left .social-video img { object-fit: cover; object-position: center; }

/* Meet Mark video trigger + lightbox */
.social-video[data-video-trigger] { cursor: pointer; }
.video-lightbox { position: fixed; inset: 0; z-index: 1000; background: rgba(20,26,17,0.9); display: flex; align-items: center; justify-content: center; padding: 24px; }
.video-lightbox[hidden] { display: none; }
.vl-inner { position: relative; width: min(920px, 92vw); aspect-ratio: 16 / 9; background: #000; border-radius: 10px; overflow: hidden; box-shadow: 0 30px 80px rgba(0,0,0,0.5); }
.vl-frame, .vl-frame iframe, .vl-frame video { width: 100%; height: 100%; border: 0; display: block; }
.vl-placeholder { display: flex; align-items: center; justify-content: center; height: 100%; color: rgba(255,255,255,0.82); font-family: 'Jost', sans-serif; font-size: 15px; text-align: center; padding: 24px; }
.vl-close { position: absolute; top: 20px; right: 26px; width: 46px; height: 46px; border-radius: 50%; border: 0; background: rgba(255,255,255,0.16); color: #fff; font-size: 26px; line-height: 1; cursor: pointer; transition: background 0.2s; }
.vl-close:hover { background: rgba(255,255,255,0.3); }

/* Google reviews carousel (mockup of the live widget) */
.reviews-head { display: flex; align-items: center; gap: 14px; margin-bottom: 22px; }
.g-logo { width: 40px; height: 40px; border-radius: 50%; background: var(--white); border: 1px solid var(--mist); display: flex; align-items: center; justify-content: center; font-family: 'Jost'; font-weight: 600; font-size: 20px; color: #4285F4; flex-shrink: 0; }
.reviews-agg { font-family: 'Jost'; font-size: 14px; color: var(--text-sm); margin-top: 3px; }
.reviews-agg .stars { color: var(--gold); letter-spacing: 1px; margin-right: 4px; }
.reviews-agg strong { color: var(--ink); font-weight: 600; }
.rv-carousel { position: relative; }
.rv-viewport { overflow: hidden; }
.rv-track { display: flex; transition: transform 0.5s ease; }
.rv-card { min-width: 100%; box-sizing: border-box; background: var(--white); border: 1px solid var(--mist); border-radius: 10px; padding: 26px 28px; }
.rv-card-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px; }
.rv-card-top .stars { color: var(--gold); letter-spacing: 2px; font-size: 15px; }
.rv-g { width: 22px; height: 22px; border-radius: 50%; border: 1px solid var(--mist); display: flex; align-items: center; justify-content: center; font-family: 'Jost'; font-weight: 600; font-size: 12px; color: #4285F4; }
.rv-text { font-family: 'Jost'; font-size: 15px; line-height: 1.7; color: var(--text); margin-bottom: 20px; min-height: 96px; }
.rv-author { display: flex; align-items: center; gap: 12px; }
.rv-avatar { width: 40px; height: 40px; border-radius: 50%; background: var(--sage); color: var(--white); display: flex; align-items: center; justify-content: center; font-family: 'Cormorant Garamond', serif; font-size: 19px; flex-shrink: 0; }
.rv-meta strong { font-family: 'Jost'; font-size: 14px; color: var(--ink); display: block; }
.rv-date { font-family: 'Jost'; font-size: 12px; color: var(--text-sm); }
.rv-controls { display: flex; align-items: center; gap: 14px; margin-top: 18px; }
.rv-arrow { width: 38px; height: 38px; border-radius: 50%; border: 1px solid var(--mist); background: var(--white); color: var(--ink); font-size: 20px; line-height: 1; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: all 0.2s; }
.rv-arrow:hover { background: var(--ink); color: var(--white); border-color: var(--ink); }
.rv-dots { display: flex; gap: 8px; }
.rv-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--mist); border: 0; padding: 0; cursor: pointer; transition: background 0.2s; }
.rv-dot.active { background: var(--gold); }
@media (max-width: 900px) { .rv-text { min-height: 0; } }

/* Social band: Google reviews widget replaces AHPRA-prohibited testimonials */
.reviews-block { display: flex; flex-direction: column; gap: 18px; }
.reviews-block .rating-meta { font-family: 'Jost'; font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--text-sm); }
.google-reviews-widget .grw-label { display: inline-flex; align-items: center; gap: 6px; }
.reviews-note { font-family: 'Jost'; font-size: 13px; color: var(--text-sm); line-height: 1.7; max-width: 460px; }

/* In-body booking CTA band, reused across pages (audit #1) */
.cta-band { background: var(--forest); color: var(--warm-white); text-align: center; padding: 68px 40px; }
.cta-band .cta-eyebrow { font-family: 'Jost'; font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold-lt); margin-bottom: 16px; }
.cta-band h2 { font-family: 'Cormorant Garamond', serif; font-size: 40px; font-weight: 400; line-height: 1.15; margin-bottom: 14px; }
.cta-band h2 em { font-style: italic; color: var(--gold-lt); }
.cta-band p { font-family: 'Jost'; font-size: 15px; color: rgba(255,255,255,0.78); max-width: 560px; margin: 0 auto 12px; line-height: 1.7; }
.cta-band .cta-pledge { font-style: italic; color: var(--gold-lt); font-size: 13.5px; margin-bottom: 28px; }
.cta-band .cta-actions { display: inline-flex; gap: 16px; flex-wrap: wrap; justify-content: center; }

/* First-visit steps without fabricated per-item pricing (honest value stack, audit #30) */
.step .step-price, .step .step-value-tag { display: none; }
.price-cell-num.strikethrough { text-decoration: line-through; }

/* FAQ accordion answers (audit #17 - real answers surfaced on home) */
.faq-item { flex-direction: column; align-items: stretch; cursor: pointer; }
.faq-head { display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 0.25s ease; font-family: 'Jost'; font-size: 14px; color: var(--text-sm); line-height: 1.7; }
.faq-item.open .faq-a { max-height: 300px; margin-top: 12px; }
.faq-item.open .faq-arrow { transform: rotate(45deg); }
.faq-arrow { transition: transform 0.2s; }

/* What we help with - conditions grid (internal links to service pages) */
.conditions-section { padding: 88px 52px; text-align: center; }
.conditions-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 18px; max-width: 1160px; margin: 44px auto 0; text-align: left; }
.condition-card { position: relative; display: block; background: var(--white); border: 1px solid var(--mist); border-radius: 10px; padding: 26px 26px 48px; text-decoration: none; transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s; }
.condition-card:hover { border-color: var(--gold); transform: translateY(-3px); box-shadow: 0 12px 28px rgba(28,36,25,0.07); }
.condition-card h3 { font-family: 'Cormorant Garamond', serif; font-size: 23px; font-weight: 500; color: var(--ink); margin-bottom: 8px; }
.condition-card p { font-family: 'Jost', sans-serif; font-size: 13.5px; color: var(--text-sm); line-height: 1.6; }
.cc-arrow { position: absolute; bottom: 22px; left: 26px; color: var(--gold); font-size: 18px; opacity: 0; transform: translateX(-6px); transition: opacity 0.2s, transform 0.2s; }
.condition-card:hover .cc-arrow { opacity: 1; transform: translateX(0); }
.condition-card--all { background: var(--forest); border-color: var(--forest); }
.condition-card--all h3 { color: var(--warm-white); }
.condition-card--all p { color: rgba(255,255,255,0.72); }
.condition-card--all .cc-arrow { color: var(--gold-lt); opacity: 1; transform: none; }
.condition-card--all:hover { border-color: var(--gold-lt); }

/* Location band with embedded map (local SEO + directions) */
.location-section { display: grid; grid-template-columns: 1fr 1fr; align-items: stretch; }
.location-info { background: var(--linen); padding: 72px 56px; display: flex; flex-direction: column; justify-content: center; }
.location-title { font-family: 'Cormorant Garamond', serif; font-size: 40px; font-weight: 400; color: var(--ink); line-height: 1.12; margin-bottom: 18px; }
.location-title em { font-style: italic; }
.location-lead { font-family: 'Jost', sans-serif; font-size: 15px; color: var(--text-sm); line-height: 1.75; margin-bottom: 26px; max-width: 460px; }
.location-details { display: flex; flex-direction: column; gap: 12px; margin-bottom: 28px; }
.ld-row { display: flex; gap: 16px; font-family: 'Jost', sans-serif; font-size: 14px; }
.ld-label { flex: 0 0 70px; text-transform: uppercase; letter-spacing: 0.08em; font-size: 11px; color: var(--sage); padding-top: 3px; }
.ld-row a { color: var(--ink); text-decoration: none; }
.ld-row span:not(.ld-label) { color: var(--text); }
.location-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 20px; }
.location-hub-link { font-family: 'Jost', sans-serif; font-size: 13px; letter-spacing: 0.04em; color: var(--ink); text-decoration: underline; text-underline-offset: 3px; }
.location-map { position: relative; min-height: 440px; background: var(--mist); }
.location-map iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
@media (max-width: 900px) {
  .conditions-section { padding: 56px 22px; }
  .location-section { grid-template-columns: 1fr; }
  .location-info { padding: 48px 24px; }
  .location-title { font-size: 30px; }
  .location-map { min-height: 300px; }
}

/* Your chiropractor trust chip (audit #20) */
.yourchiro { display: flex; align-items: center; gap: 16px; background: var(--white); border: 1px solid var(--mist); border-radius: 10px; padding: 16px 20px; max-width: 440px; }
.yourchiro img { width: 62px; height: 62px; border-radius: 50%; object-fit: cover; object-position: center top; flex-shrink: 0; }
.yourchiro strong { font-family: 'Cormorant Garamond', serif; font-size: 19px; color: var(--ink); display: block; }
.yourchiro span { font-family: 'Jost'; font-size: 12.5px; color: var(--text-sm); line-height: 1.5; }

@media (max-width: 900px) {
  .cta-band h2 { font-size: 30px; }
  .hero-trust { gap: 8px 16px; }
}
