/* About page */

.star-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 10px;
  line-height: 1;
}

.star-row span {
  display: inline-block;
  line-height: 1;
}

.btn-navy-cta {
  background: var(--navy);
  color: #fff;
  border-color: var(--navy);
  box-shadow: 0 10px 22px rgba(10, 30, 70, 0.16);
}

.btn-navy-cta:hover {
  background: var(--navy-2);
  border-color: var(--navy-2);
}

body.about-page {
  background: #fff;
}

/* Hero */
.about-hero {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: clamp(480px, 58vh, 640px);
  padding: clamp(64px, 9vw, 96px) 24px clamp(56px, 7vw, 72px);
  overflow: hidden;
  background-color: var(--navy);
  background-image: url("../images/blue-bellino-texture.jpg");
  background-repeat: repeat;
  background-position: 0 0;
  background-size: min(420px, 92vw);
  border-bottom: none;
}

.about-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(
    180deg,
    rgba(10, 30, 70, 0.42) 0%,
    rgba(10, 30, 70, 0.62) 100%
  );
}

.about-hero .about-hero-gold-divider {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.about-hero-inner {
  position: relative;
  z-index: 1;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
  padding: 0 16px 48px;
  text-align: center;
}

.about-hero-stars {
  margin-bottom: 12px;
  color: var(--gold);
  font-size: clamp(14px, 1.8vw, 18px);
}

.about-hero-kicker {
  margin: 0 0 14px;
  font-size: clamp(11px, 1.1vw, 13px);
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
}

.about-hero h1 {
  margin: 0 0 18px;
  font-size: clamp(32px, 4.2vw, 52px);
  line-height: 1.08;
  letter-spacing: -0.04em;
  font-weight: 900;
  color: #fff;
}

.about-hero-lead {
  margin: 0 auto 28px;
  max-width: 62ch;
  font-size: 17px;
  line-height: 1.75;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.82);
}

.about-hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  max-width: 640px;
  margin: 0 auto 28px;
}

.about-hero-stat {
  padding: 18px 16px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
}

.about-hero-stat strong {
  display: block;
  margin-bottom: 6px;
  font-size: clamp(28px, 3.5vw, 38px);
  line-height: 1;
  font-weight: 900;
  color: var(--gold);
}

.about-hero-stat span {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.78);
}

.about-hero-actions {
  justify-content: center;
}

/* Promo strip */
.about-promo {
  padding: 40px 0 44px;
  background: #fff;
  border-bottom: 1px solid var(--line);
}

.about-promo-card {
  max-width: 760px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  border: none;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.about-promo-card h2 {
  margin: 0 0 12px;
  font-size: clamp(22px, 2.6vw, 32px);
  line-height: 1.12;
  letter-spacing: -0.03em;
  font-weight: 900;
  color: var(--navy);
}

.about-promo-card p {
  margin: 0;
  font-size: 17px;
  line-height: 1.7;
  font-weight: 500;
  color: var(--text-soft);
}

.about-promo-stars {
  margin-bottom: 12px;
  color: var(--gold);
  font-size: 15px;
}

/* Summer visit — usa250-story-card layout */
.about-visit {
  padding: 72px 0;
  background: #fff;
}

.about-visit .usa250-story-card {
  margin: 0;
}

.about-visit-card.usa250-story-card {
  height: auto;
  min-height: clamp(320px, 42vw, 565px);
  max-height: none;
}

.about-visit-card .usa250-copy {
  padding: clamp(36px, 4.5vw, 52px) clamp(32px, 4.5vw, 56px);
}

.about-visit-card .usa250-stat-stars {
  margin-bottom: 10px;
  font-size: 16px;
}

.about-visit-card .about-visit-kicker {
  margin: 0 0 12px;
  color: var(--red);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.about-visit-card .usa250-copy h2 {
  margin: 0 0 12px;
  font-size: clamp(26px, 2.2vw, 40px);
  line-height: 1.08;
  letter-spacing: -0.04em;
  font-weight: 900;
  color: var(--navy);
  max-width: 28ch;
}

.about-visit-card .usa250-copy > p {
  margin-bottom: 18px;
  font-size: 16px;
  line-height: 1.65;
  font-weight: 500;
  color: var(--text-soft);
  max-width: 42ch;
}

.about-visit-card .about-visit-features {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.about-visit-card .about-visit-features li {
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #f7f9fc;
}

.about-visit-card .about-visit-features strong {
  display: block;
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 800;
  color: var(--navy);
}

.about-visit-card .about-visit-features p {
  margin: 0;
  font-size: 13px;
  line-height: 1.55;
  font-weight: 500;
  color: var(--text-soft);
}

/* Story */
.about-story {
  padding: 72px 0;
  background: #f7f9fc;
  border-block: 1px solid var(--line);
}

.about-story-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: clamp(32px, 5vw, 48px);
  align-items: start;
}

.about-story-copy .section-kicker {
  display: block;
  min-height: auto;
  padding: 0;
  margin: 0 0 12px;
  border: none;
  background: transparent;
  box-shadow: none;
  color: var(--red);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.about-story-copy h2 {
  margin: 0 0 14px;
  font-size: clamp(28px, 3.2vw, 40px);
  line-height: 1.08;
  letter-spacing: -0.04em;
  font-weight: 900;
  color: var(--navy);
}

.about-story-copy > p {
  margin: 0 0 16px;
  font-size: 17px;
  line-height: 1.72;
  font-weight: 500;
  color: var(--text-soft);
}

.about-story-cards {
  display: grid;
  gap: 14px;
}

.about-story-card {
  padding: 22px 24px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(10, 30, 70, 0.05);
}

.about-story-card h3 {
  margin: 0 0 8px;
  font-size: 17px;
  font-weight: 900;
  color: var(--navy);
}

.about-story-card p {
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
  font-weight: 500;
  color: var(--text-soft);
}

/* Growth timeline — shares about-values-band */
.about-growth {
  padding: 72px 0 clamp(40px, 5vw, 56px);
  background: transparent;
}

.about-growth-head {
  max-width: 720px;
  margin: 0 auto 40px;
  text-align: center;
}

.about-growth-head .section-kicker {
  display: block;
  min-height: auto;
  padding: 0;
  margin: 0 0 12px;
  border: none;
  background: transparent;
  box-shadow: none;
  color: var(--red);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.about-growth-head h2 {
  margin: 0 0 12px;
  font-size: clamp(28px, 3.2vw, 40px);
  line-height: 1.08;
  letter-spacing: -0.04em;
  font-weight: 900;
  color: var(--navy);
}

.about-growth-head p {
  margin: 0;
  font-size: 17px;
  line-height: 1.72;
  font-weight: 500;
  color: var(--text-soft);
}

.about-growth-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.about-growth-card {
  padding: 26px 24px;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: #fff;
}

.about-growth-label {
  display: block;
  margin-bottom: 10px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
}

.about-growth-card h3 {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: -0.02em;
  color: var(--navy);
}

.about-growth-tagline {
  display: block;
  margin-bottom: 12px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--text-soft);
}

.about-growth-card p {
  margin: 0;
  font-size: 15px;
  line-height: 1.68;
  font-weight: 500;
  color: var(--text-soft);
}

/* Growth + values + bottom CTA — one fluid band */
.about-values-band {
  background: #f7f9fc;
  border-top: 1px solid var(--line);
}

.about-values {
  padding: 0 0 clamp(40px, 5vw, 56px);
  background: transparent;
}

.about-values-head {
  max-width: 720px;
  margin: 0 auto 40px;
  text-align: center;
}

.about-values-head .section-kicker {
  display: block;
  min-height: auto;
  padding: 0;
  margin: 0 0 12px;
  border: none;
  background: transparent;
  box-shadow: none;
  color: var(--red);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.about-values-head h2 {
  margin: 0 0 14px;
  font-size: clamp(28px, 3.2vw, 40px);
  line-height: 1.08;
  letter-spacing: -0.04em;
  font-weight: 900;
  color: var(--navy);
}

.about-values-head > p {
  margin: 0;
  font-size: 17px;
  line-height: 1.72;
  font-weight: 500;
  color: var(--text-soft);
}

.about-values-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 36px;
}

.about-value-card {
  padding: 26px 24px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
}

.about-value-card h3 {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 900;
  color: var(--navy);
}

.about-value-card p {
  margin: 0;
  font-size: 15px;
  line-height: 1.68;
  font-weight: 500;
  color: var(--text-soft);
}

/* Bottom CTA — matches nebraska-bottom-cta-band / locations-cta__inner */
.about-bottom-cta-band {
  background: transparent;
  padding: 0 0 clamp(48px, 6vw, 72px);
}

.about-bottom-cta {
  padding: 0;
  background: transparent;
  border: none;
}

.about-bottom-cta-band .locations-cta {
  margin-top: 0;
}

.about-bottom-cta__stars {
  color: var(--gold);
  font-size: 14px;
}

.about-bottom-cta-band .locations-cta__actions .btn-outline-light {
  min-height: 52px;
  padding: 0 28px;
  font-weight: 900;
}

@media (max-width: 1100px) {
  .about-story-grid {
    grid-template-columns: 1fr;
  }

  .about-growth-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .about-hero-stats {
    grid-template-columns: 1fr;
  }

  .about-values-grid {
    grid-template-columns: 1fr;
  }

  .about-hero-actions,
  .about-bottom-cta-band .locations-cta__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .about-hero-actions .btn,
  .about-bottom-cta-band .locations-cta__actions .btn {
    width: 100%;
    justify-content: center;
  }

  .about-bottom-cta-band .locations-cta__actions {
    width: 100%;
  }
}
