/* About + App — nested in .shop-app-band (shared pattern background) */

.two-col {
  display: grid;
  grid-template-columns: 1.04fr 0.96fr;
  gap: 30px;
  align-items: center;
}

.content-block p {
  margin: 0 0 16px;
  font-size: 16px;
  line-height: 1.75;
  color: var(--text-soft);
}

.section.section-white.about-section {
  overflow: visible;
}

.about-section--navy {
  position: relative;
  overflow: hidden;
  padding-bottom: clamp(56px, 5vw, 72px);
  background-color: var(--navy);
  background-image: url("../images/blue-bellino-texture.jpg");
  background-repeat: repeat;
  background-size: min(420px, 92vw);
  border-block: 3px solid rgba(255, 255, 255, 0.1);
}

.about-section--navy::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(10, 30, 70, 0.46) 0%,
    rgba(10, 30, 70, 0.74) 100%
  );
}

.summer-shop-band .shop-app-band > .about-section--navy {
  background-color: var(--navy);
  background-image: url("../images/blue-bellino-texture.jpg");
  background-repeat: repeat;
  background-size: min(420px, 92vw);
}

.about-section--navy .container {
  position: relative;
  z-index: 1;
}

.about-section--navy h2 {
  color: #fff;
}

.about-section--navy .content-block p,
.about-section--navy .section-lead {
  color: rgba(255, 255, 255, 0.86);
}

.about-section--navy .about-photo-card {
  border-bottom-color: var(--gold);
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.28);
}

.about-section--navy .stats-grid {
  gap: 0;
  margin-top: 32px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.04);
  overflow: hidden;
}

.about-section--navy .stat-box {
  min-height: 0;
  padding: 20px 22px 22px;
  background: transparent;
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0;
  box-shadow: none;
  transition: background 0.16s ease;
}

.about-section--navy .stat-box:nth-child(2n) {
  border-right: 0;
}

.about-section--navy .stat-box:nth-child(n + 3) {
  border-bottom: 0;
}

.about-section--navy .stat-box:hover {
  transform: none;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: none;
}

.about-section--navy .stat-box strong {
  margin-bottom: 6px;
  font-size: clamp(26px, 2.4vw, 30px);
  line-height: 1.15;
  color: var(--gold);
}

.about-section--navy .stat-box span {
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
}

.about-section .section-kicker {
  display: block;
  min-height: auto;
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: none;
  box-shadow: none;
  color: var(--gold);
}

.about-layout {
  align-items: start;
}

.about-layout .content-block {
  overflow: visible;
}

.about-photo-card {
  border-radius: 26px;
  overflow: hidden;
  box-shadow: 0 18px 36px rgba(13, 27, 56, 0.1);
  border-bottom: 5px solid var(--blue-accent);
  background: #f7f8fb;
  width: 100%;
  max-width: min(100%, 520px);
  justify-self: center;
}

.about-photo-card img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.section.fundraising-section--navy {
  display: flex;
  flex-direction: column;
  padding: 0;
  height: clamp(280px, 42vw, 565px);
  max-height: 565px;
  overflow: hidden;
}

.fundraising-section--navy {
  position: relative;
  overflow: hidden;
  background-color: var(--navy);
  background-image: url("../images/blue-bellino-texture.jpg");
  background-repeat: repeat;
  background-size: min(420px, 92vw);
  border-block: 3px solid rgba(255, 255, 255, 0.1);
}

.fundraising-section--navy::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(10, 30, 70, 0.46) 0%,
    rgba(10, 30, 70, 0.74) 100%
  );
}

.summer-shop-band .shop-app-band > .fundraising-section--navy {
  background-color: var(--navy);
  background-image: url("../images/blue-bellino-texture.jpg");
  background-repeat: repeat;
  background-size: min(420px, 92vw);
}

.fundraising-section--navy .container {
  position: relative;
  z-index: 1;
}

.fundraising-section--navy .fundraising-head-accent {
  color: var(--gold);
}

.fundraising-section--navy .content-block p,
.fundraising-section--navy .section-lead {
  color: rgba(255, 255, 255, 0.86);
}

.fundraising-section--navy .section-kicker {
  display: block;
  min-height: auto;
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: none;
  box-shadow: none;
  color: var(--gold);
}

.fundraising-layout {
  flex: 1 1 auto;
  align-items: stretch;
  min-height: 0;
  height: auto;
  max-height: none;
  padding-block: clamp(14px, 1.6vw, 22px);
}

.fundraising-layout .content-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 0;
  overflow: hidden;
}

.fundraising-section--navy h2 {
  margin-bottom: 10px;
  font-size: clamp(28px, 2.6vw, 44px);
  line-height: 1.08;
  color: #fff;
}

.fundraising-section--navy .section-lead {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.55;
}

.fundraising-photo-card {
  border-radius: 26px;
  overflow: hidden;
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.28);
  border-bottom: 5px solid var(--gold);
  background: #040d1c;
  width: 100%;
  max-width: min(100%, 520px);
  justify-self: center;
}

.fundraising-section--navy .fund-benefit-grid {
  gap: 0;
  margin-top: 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.04);
  overflow: hidden;
}

.fundraising-section--navy .fund-benefit-grid li {
  min-height: 0;
  height: auto;
  padding: 10px 12px 11px;
  gap: 10px;
  background: transparent;
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: background 0.16s ease;
}

.fundraising-section--navy .fund-benefit-grid li:nth-child(2n) {
  border-right: 0;
}

.fundraising-section--navy .fund-benefit-grid li:nth-child(n + 3) {
  border-bottom: 0;
}

.fundraising-section--navy .fund-benefit-grid li:hover {
  background: rgba(255, 255, 255, 0.06);
}

.fundraising-section--navy .fund-benefit-grid strong {
  margin-bottom: 2px;
  font-size: clamp(14px, 1.2vw, 16px);
  line-height: 1.2;
  color: var(--gold);
}

.fundraising-section--navy .fund-benefit-grid p {
  font-size: 12px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.82);
}

.fundraising-section--navy .fund-benefit-icon {
  margin-top: 1px;
  font-size: 13px;
}

.fundraising-section--navy .fund-panel-actions {
  justify-content: flex-start;
  margin-top: 12px;
  gap: 8px;
}

.fundraising-section--navy .fund-panel-actions .btn {
  min-height: 44px;
  padding: 0 18px;
  font-size: 13px;
}

.fundraising-section--navy .fundraising-layout .fund-showcase {
  min-height: 0;
  aspect-ratio: auto;
  height: 100%;
}

.fundraising-section--navy .fund-strip-cta-secondary {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.28);
  color: #fff;
  box-shadow: none;
}

.fundraising-section--navy .fund-strip-cta-secondary:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.42);
}

.fundraising-section--navy .fundraising-band-strip {
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  margin-top: 0;
  padding: 8px 20px;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 26px;
}

.stat-box {
  background: #fff;
  border: 1px solid var(--line);
  border-bottom: 5px solid var(--blue-accent);
  border-radius: 22px;
  padding: 26px 30px 26px 32px;
  box-shadow: 0 10px 24px rgba(13, 27, 56, 0.06);
  min-height: 154px;
  transition: transform 0.16s ease, box-shadow 0.16s ease;
}

.stat-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 30px rgba(13, 27, 56, 0.12);
}

.stat-box strong {
  display: block;
  margin: 0 0 8px;
  font-size: 34px;
  line-height: 1.25;
  font-weight: 900;
  color: var(--red);
}

.stat-box span {
  display: block;
  color: var(--text);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.55;
}

.app-section {
  position: relative;
  overflow: hidden;
  padding: 0;
  background: transparent;
  background-image: none;
}

.summer-shop-band .shop-app-band > .app-section {
  background: transparent;
  background-image: none;
}

/* Shop by state through app — one continuous band inside summer-shop */
.shop-app-band {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.shop-app-band > section {
  position: relative;
  z-index: 1;
  background: transparent;
  background-image: none;
}

.shop-app-band .usa250-section--new2026 {
  padding-top: 72px;
  padding-bottom: 0;
}

.shop-app-band .usa250-section--new2026 .usa250-shell {
  padding-bottom: 32px;
}

.shop-app-band .app-shell {
  padding-top: 40px;
}

.app-shell {
  position: relative;
  z-index: 1;
  padding: 96px 0 104px;
}

.app-kicker,
.app-copy .section-kicker.app-kicker,
.content-block .section-kicker.app-kicker {
  display: block;
  width: auto;
  max-width: 100%;
  min-height: auto;
  margin-bottom: 12px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: none;
  box-shadow: none;
  font-size: 12px;
  line-height: 1.25;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--gold);
}

.app-grid {
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  gap: clamp(48px, 5vw, 72px);
  align-items: center;
}

.app-heading {
  max-width: 700px;
  margin-bottom: 20px;
  font-size: clamp(38px, 4vw, 70px);
  line-height: 0.98;
  letter-spacing: -0.05em;
  color: var(--navy);
}

.app-heading-flash {
  animation: appFlash 2.4s ease-in-out infinite alternate;
}

@keyframes appFlash {
  0% {
    color: var(--red);
  }

  100% {
    color: #c71a26;
  }
}

.app-lead {
  margin: 0 0 36px;
  font-size: 18px;
  line-height: 1.95;
  color: var(--text-soft);
  max-width: 640px;
}

.app-points {
  display: grid;
  gap: 16px;
  margin-bottom: 36px;
}

.app-point {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 18px;
  align-items: center;
  padding: 22px 24px;
  border: 1px solid rgba(19, 35, 62, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 6px 18px rgba(13, 27, 56, 0.04);
}

.app-point-icon {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, var(--red) 0%, var(--red-dark) 100%);
  color: #fff;
  font-size: 22px;
  font-weight: 900;
  box-shadow: 0 8px 16px rgba(225, 31, 45, 0.12);
}

.app-point-icon img {
  display: block;
  width: 40px;
  height: auto;
  max-height: 21px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.app-point strong {
  display: block;
  margin-bottom: 4px;
  font-size: 19px;
  color: var(--text);
  letter-spacing: -0.02em;
}

.app-point span {
  display: block;
  font-size: 15px;
  line-height: 1.78;
  color: var(--text-soft);
  max-width: 520px;
}

.app-store-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 18px;
  margin: 0 0 36px;
}

.app-store-inline {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 92px;
  padding: 18px 22px;
  border: 1px solid rgba(19, 35, 62, 0.1);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(13, 27, 56, 0.05);
  text-decoration: none;
  transition: transform 0.16s ease, box-shadow 0.16s ease, border-color 0.16s ease;
}

.app-store-inline:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 32px rgba(13, 27, 56, 0.08);
  border-color: rgba(19, 35, 62, 0.14);
}

.app-store-inline-icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #e2b43b 0%, var(--gold-dark) 100%);
  color: var(--navy);
  font-size: 30px;
  font-weight: 900;
  flex-shrink: 0;
}

.app-store-inline-icon-play {
  width: auto;
  height: auto;
  padding: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
  font-size: 0;
  line-height: 0;
  color: transparent;
}

.app-store-inline-icon-play::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 0 11px 18px;
  border-color: transparent transparent transparent var(--navy);
}

.app-store-inline-icon-play img.emoji {
  display: none !important;
}

.app-store-inline-copy strong {
  display: block;
  margin-bottom: 4px;
  font-size: 18px;
  line-height: 1.3;
  color: var(--text);
}

.app-store-inline-copy small {
  display: block;
  font-size: 14px;
  line-height: 1.55;
  color: var(--text-soft);
}

.app-buttons {
  margin-top: 12px;
}

.app-visual {
  display: flex;
  justify-content: center;
  padding: 12px 0 28px;
}

.app-visual-shell {
  position: relative;
  width: min(100%, 470px);
}

.app-phone-stars {
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
  color: var(--gold);
  font-size: 16px;
  letter-spacing: 0.28em;
  line-height: 1;
  white-space: nowrap;
  opacity: 0.72;
}

.app-phone-showcase {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.app-phone-showcase::after {
  content: "";
  position: absolute;
  bottom: 4%;
  left: 50%;
  z-index: 0;
  transform: translateX(-50%);
  width: 62%;
  height: 18px;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(10, 30, 70, 0.22) 0%, rgba(10, 30, 70, 0) 72%);
  filter: blur(10px);
  pointer-events: none;
}

.app-phone-showcase img {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 300px;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 24px 40px rgba(10, 30, 70, 0.14)) drop-shadow(0 8px 16px rgba(10, 30, 70, 0.08));
}

@media (max-width: 1100px) {
  .two-col,
  .app-grid {
    grid-template-columns: 1fr;
  }

  .section.fundraising-section--navy {
    height: auto;
    max-height: none;
  }

  .fundraising-layout {
    flex: none;
    height: auto;
    max-height: none;
  }

  .fundraising-layout .content-block {
    overflow: visible;
  }

  .about-photo-card img {
    aspect-ratio: 4 / 5;
  }

  .fundraising-photo-card .fund-showcase {
    aspect-ratio: 4 / 5;
  }

  .app-visual {
    justify-content: flex-start;
  }
}

@media (min-width: 1101px) {
  .about-layout {
    align-items: stretch;
  }

  .about-layout .about-photo-card {
    max-width: none;
    justify-self: stretch;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    height: 0;
    min-height: 100%;
    overflow: hidden;
  }

  .about-layout .about-photo-card img {
    flex: 1 1 auto;
    width: 100%;
    height: 100%;
    min-height: 0;
    aspect-ratio: auto;
    object-fit: cover;
    object-position: center 38%;
  }

  .fundraising-layout {
    align-items: stretch;
  }

  .fundraising-layout .fundraising-photo-card {
    max-width: none;
    justify-self: stretch;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    height: 0;
    min-height: 100%;
    overflow: hidden;
  }

  .fundraising-layout .fundraising-photo-card .fund-showcase {
    flex: 1 1 auto;
    min-height: 0;
    height: 100%;
  }

  .app-phone-showcase img {
    max-width: min(440px, 100%);
  }
}

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

  .about-section--navy .stat-box {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .about-section--navy .stat-box:nth-child(2n) {
    border-right: 0;
  }

  .about-section--navy .stat-box:nth-child(n + 3) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .about-section--navy .stat-box:last-child {
    border-bottom: 0;
  }

  .fundraising-section--navy .fund-benefit-grid {
    grid-template-columns: 1fr;
  }

  .fundraising-section--navy .fund-benefit-grid li {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .fundraising-section--navy .fund-benefit-grid li:nth-child(2n) {
    border-right: 0;
  }

  .fundraising-section--navy .fund-benefit-grid li:nth-child(n + 3) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .fundraising-section--navy .fund-benefit-grid li:last-child {
    border-bottom: 0;
  }

  .app-shell {
    padding: 72px 0 80px;
  }

  .app-point {
    padding: 18px 20px;
  }

  .app-store-row {
    flex-direction: column;
  }

  .app-store-inline {
    width: 100%;
    flex: none;
    min-height: 88px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .app-heading-flash {
    animation: none;
    color: var(--red);
  }
}
