/* ============================================================
   HOME PAGE — hero, services, featured inventory, kandi, gameday
   ============================================================ */

/* ── Hero ── */
.hero {
  position: relative;
  min-height: 90vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-top: 4rem;
  padding-bottom: 2rem;
  color: var(--paper);
  overflow: hidden;
  background: var(--ink);
}
.hero-bg { position: absolute; inset: 0; z-index: 0; }
.hero-bg img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 65%;
  filter: brightness(0.55) contrast(1.1) saturate(0.9);
}
.hero-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(14,14,14,0.65) 0%, rgba(14,14,14,0.35) 35%, rgba(14,14,14,0.92) 100%),
    radial-gradient(circle at 30% 50%, rgba(200,16,46,0.18) 0%, transparent 60%);
  z-index: 1;
}
.hero-inner {
  position: relative;
  z-index: 2;
  padding-bottom: 4rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.hero-meta {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}
.hero-title {
  font-size: clamp(3rem, 9vw, 7rem);
  line-height: 0.92;
  letter-spacing: -0.02em;
  color: var(--paper);
  margin-bottom: 1.5rem;
  font-weight: 700;
}
.hero-title .outline {
  color: transparent;
  -webkit-text-stroke: 2px var(--paper);
  text-stroke: 2px var(--paper);
}
.hero-lede {
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  line-height: 1.55;
  max-width: 56ch;
  color: rgba(237,234,228,0.85);
  margin-bottom: 2rem;
}
.hero-cta {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

/* Hero stats strip */
.hero-stats {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid rgba(255,255,255,0.15);
  padding-top: 1.5rem;
  margin-top: 1rem;
}
.stat {
  padding: 0.5rem 1rem 0.5rem 0;
  border-right: 1px solid rgba(255,255,255,0.1);
}
.stat:last-child { border-right: none; }
.stat-num {
  font-family: var(--display);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  color: var(--crimson);
  line-height: 1;
  margin-bottom: 0.25rem;
}
.stat-label {
  font-family: var(--body);
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--paper);
  line-height: 1.3;
}
.stat-label small {
  display: block;
  font-weight: 400;
  font-size: 11px;
  letter-spacing: 0.04em;
  text-transform: none;
  color: rgba(237,234,228,0.6);
  margin-top: 2px;
}

/* ── Services grid ── */
.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--rule-light);
  border: 1px solid var(--rule-light);
}
.service-card {
  background: var(--bone-warm);
  padding: 2rem 1.75rem;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
  position: relative;
  cursor: pointer;
  color: var(--ink);
  min-height: 280px;
}
.service-card:hover {
  background: var(--ink);
  color: var(--paper);
}
.service-card:hover h3 { color: var(--paper); }
.service-card:hover .service-num { color: var(--crimson); }
.service-card:hover .link-arrow { color: var(--crimson); }
.service-num {
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 0.1em;
  color: var(--mid);
  margin-bottom: 1.25rem;
  transition: color 0.3s ease;
}
.service-card h3 {
  font-size: 1.5rem;
  margin-bottom: 0.75rem;
  letter-spacing: 0.02em;
}
.service-card p {
  font-size: 14px;
  line-height: 1.6;
  flex: 1;
  margin-bottom: 1.25rem;
  color: inherit;
  opacity: 0.85;
}
.link-arrow {
  font-family: var(--body);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--crimson);
  align-self: flex-start;
  transition: color 0.3s ease;
}

/* ── Section head row (title + button on right) ── */
.section-head-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 3rem;
  flex-wrap: wrap;
}

/* ── Inventory grid (home featured) ── */
.inventory-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

/* ── Kandi strip ── */
.kandi-strip {
  background: var(--bone-warm);
  padding: 3rem 0;
  border-top: 1px solid var(--rule-light);
  border-bottom: 1px solid var(--rule-light);
}
.kandi-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 2rem;
}
.kandi-stamp {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-right: 2rem;
  border-right: 1px solid var(--rule-light);
}
.stamp-mark {
  width: 56px;
  height: 56px;
  background: var(--crimson);
  color: var(--paper);
  display: grid;
  place-items: center;
  font-size: 28px;
  border-radius: 50%;
  flex-shrink: 0;
}
.stamp-name {
  font-family: var(--display);
  font-size: 1.75rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.01em;
  margin-top: 4px;
  line-height: 1;
}
.kandi-text {
  font-size: 15px;
  line-height: 1.6;
  color: var(--ink-2);
  max-width: 60ch;
}
.kandi-img {
  width: 100%;
  max-width: 320px;
  border-radius: 4px;
  overflow: hidden;
  border: 3px solid var(--ink);
}
.kandi-img img {
  width: 100%;
  height: auto;
  display: block;
}

/* ── Gameday section ── */
.gameday {
  background: var(--ink);
  color: var(--paper);
  position: relative;
  overflow: hidden;
}
.gameday::before {
  content: 'ROLL TIDE';
  position: absolute;
  top: 50%;
  left: -5%;
  transform: translateY(-50%) rotate(-90deg);
  font-family: var(--display);
  font-size: 18vw;
  font-weight: 700;
  color: rgba(200,16,46,0.05);
  letter-spacing: 0.05em;
  z-index: 0;
  white-space: nowrap;
}
.gameday-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 4rem;
  align-items: center;
}
.gameday h2 { color: var(--paper); }
.gameday .section-lede { color: rgba(237,234,228,0.7); }
.gameday-img {
  aspect-ratio: 4/3;
  overflow: hidden;
  border: 4px solid var(--crimson);
}
.gameday-img img { width: 100%; height: 100%; object-fit: cover; }

/* ── Social proof row ── */
.proof-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}
.proof-img {
  aspect-ratio: 4/3;
  overflow: hidden;
  border: 4px solid var(--ink);
}
.proof-img img { width: 100%; height: 100%; object-fit: cover; }
.proof-content { max-width: 50ch; }

/* ── Google Reviews ── */
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  margin-bottom: 2rem;
}
.review-card {
  background: var(--paper);
  border: 1px solid var(--rule-light);
  padding: 2rem 1.75rem;
  position: relative;
}
.review-card::before {
  content: '"';
  position: absolute;
  top: 12px;
  right: 20px;
  font-family: var(--display);
  font-size: 5rem;
  line-height: 1;
  color: var(--crimson);
  opacity: 0.12;
}
.review-stars {
  font-size: 18px;
  color: #F4C430;
  letter-spacing: 2px;
  margin-bottom: 1rem;
}
.review-text {
  font-size: 15px;
  line-height: 1.65;
  color: var(--ink-2);
  margin-bottom: 1.25rem;
  font-style: italic;
}
.review-author {
  font-family: var(--display);
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: var(--ink);
}
.review-source {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--mid-light);
  margin-top: 4px;
}
.review-cta {
  text-align: center;
  margin-top: 1rem;
}


/* ── Responsive ── */
@media (max-width: 1000px) {
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .inventory-grid { grid-template-columns: repeat(2, 1fr); gap: 1rem; }
  .hero-stats { grid-template-columns: repeat(2, 1fr); gap: 1.25rem 0; }
  .stat:nth-child(2n) { border-right: none; }
  .kandi-inner { grid-template-columns: 1fr; text-align: left; }
  .kandi-stamp { padding-right: 0; padding-bottom: 1.5rem; border-right: none; border-bottom: 1px solid var(--rule-light); }
  .kandi-img { max-width: 100%; }
  .gameday-inner { grid-template-columns: 1fr; gap: 2rem; }
  .proof-row { grid-template-columns: 1fr; gap: 2rem; }
  .reviews-grid { grid-template-columns: 1fr; }
}
@media (max-width: 700px) {
  .service-grid { grid-template-columns: 1fr; }
  .inventory-grid { grid-template-columns: 1fr; }
  .hero { min-height: 100vh; }
  .hero-cta { flex-direction: column; align-items: stretch; }
  .hero-cta .btn { justify-content: center; }
  /* Make outline text solid on small screens for readability */
  .hero-title .outline {
    color: var(--paper);
    -webkit-text-stroke: 0;
    text-stroke: 0;
  }
  .hero-title { font-size: clamp(2.5rem, 12vw, 4rem); }
  .hero-meta { flex-direction: column; align-items: flex-start; gap: 0.5rem; }
  .hero-meta .tag { font-size: 9px; }
  .hero-meta .kicker { font-size: 10px; }
}
