/* =====================================================================
   Paddlers Cove - About page
   Loads AFTER style.css (header, footer, buttons, colors come from there)
   ===================================================================== */

.wrap { max-width: 1240px; margin: 0 auto; padding: 0 44px; }
.eyebrow {
  display: inline-block; font-weight: 700; font-size: 13.5px; letter-spacing: .14em;
  text-transform: uppercase; color: var(--gold); margin-bottom: 10px;
}
.section { padding: 88px 0; }
.section h2 {
  font-family: var(--serif); color: var(--navy); font-weight: 700;
  font-size: clamp(30px, 3.2vw, 44px); line-height: 1.12; margin: 0 0 18px;
}
.section p { font-size: 17.5px; line-height: 1.7; color: #33404c; margin: 0 0 16px; }
.section p.big { font-size: 20px; color: #1f2a34; }

/* smaller logo badge on inner pages */
.badge.badge-sm { width: clamp(120px, 15vw, 210px); }

/* ---------------------------------------------------------------------
   Page hero
   --------------------------------------------------------------------- */
.about-hero {
  position: relative; padding-top: var(--header-h); min-height: 720px;
  display: flex; align-items: flex-end;
  background:
    linear-gradient(90deg, rgba(10, 32, 56, .72) 0%, rgba(10, 32, 56, .45) 42%, rgba(10, 32, 56, 0) 72%),
    linear-gradient(180deg, rgba(10, 32, 56, 0) 55%, rgba(10, 32, 56, .55) 100%),
    image-set(url("../img/about-lake.webp") type("image/webp"), url("../img/about-lake.jpg") type("image/jpeg")) center 40% / cover no-repeat;
  color: #fff;
}
.about-hero .wrap { width: 100%; padding-bottom: 130px; }
.about-hero .eyebrow { color: var(--gold-soft); }
.about-hero h1 {
  font-family: var(--serif); font-weight: 700; margin: 0 0 18px; max-width: 760px;
  font-size: clamp(40px, 5.4vw, 74px); line-height: 1.04; text-shadow: 0 2px 22px rgba(0, 0, 0, .35);
}
.about-hero h1 em { font-style: italic; font-weight: 600; color: var(--gold-soft); }
.about-hero p { max-width: 600px; font-size: clamp(17px, 1.5vw, 21px); line-height: 1.6; color: #e9f1f7; margin: 0; }

/* ---------------------------------------------------------------------
   Stat band (overlaps the hero)
   --------------------------------------------------------------------- */
.stat-band { position: relative; z-index: 5; margin-top: -84px; }
.stat-grid {
  display: grid; grid-template-columns: repeat(6, 1fr);
  background: #fff; border-radius: 18px; box-shadow: var(--shadow); overflow: hidden;
}
.stat-cell { padding: 28px 18px 24px; text-align: center; }
.stat-cell + .stat-cell { border-left: 1px solid var(--line); }
.stat-cell .num { font-family: var(--serif); font-weight: 700; color: var(--navy); font-size: clamp(28px, 2.5vw, 38px); line-height: 1; }
.stat-cell .num small { font-size: .5em; color: var(--gold); margin-left: 2px; }
.stat-cell .lbl { margin-top: 8px; font-size: 13.5px; line-height: 1.35; color: var(--muted); }
.stat-cell .lbl strong { display: block; color: var(--navy); font-size: 13px; letter-spacing: .06em; text-transform: uppercase; margin-bottom: 2px; }

/* ---------------------------------------------------------------------
   Split layout
   --------------------------------------------------------------------- */
.split { display: grid; grid-template-columns: 1.05fr .95fr; gap: 64px; align-items: center; }
.split.reverse > :first-child { order: 2; }
.photo {
  position: relative; border-radius: 20px; overflow: hidden; box-shadow: var(--shadow);
  aspect-ratio: 4 / 3; background: #d9e3e8 center / cover no-repeat;
}
.photo.wide { aspect-ratio: 16 / 10; }
.photo-tag {
  position: absolute; left: 18px; bottom: 18px; background: rgba(255, 255, 255, .94);
  border-radius: 999px; padding: 7px 16px; font-size: 13.5px; font-weight: 700; color: var(--navy);
  box-shadow: 0 4px 14px rgba(0, 0, 0, .15);
}
.photo-note { position: absolute; right: 12px; top: 12px; font-size: 11px; color: #fff; background: rgba(0,0,0,.35); padding: 3px 9px; border-radius: 999px; }

.checks { list-style: none; padding: 0; margin: 22px 0 0; display: grid; grid-template-columns: 1fr 1fr; gap: 12px 24px; }
.checks li { position: relative; padding-left: 32px; font-size: 16px; line-height: 1.45; color: #2a333d; }
.checks li::before {
  content: ""; position: absolute; left: 0; top: 1px; width: 22px; height: 22px; border-radius: 50%;
  background: var(--teal) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12.5l4.5 4.5L19 7.5'/%3E%3C/svg%3E") center / 14px no-repeat;
}

/* ---------------------------------------------------------------------
   Field Day Park
   --------------------------------------------------------------------- */
.park { background: #fff; }
.park-callout {
  margin-top: 26px; padding: 18px 22px; border-radius: 12px; background: #f2f7f0; border-left: 4px solid var(--green);
  font-size: 16px; color: #2d3b22;
}
.park-callout strong { color: var(--green); }
.amenities { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 44px; }
.amenity {
  background: var(--cream); border: 1px solid var(--line); border-radius: 14px; padding: 22px 18px; text-align: center;
}
.amenity .icon { width: 38px; height: 38px; color: var(--green); stroke-width: 1.5; margin: 0 auto 10px; }
.amenity b { display: block; font-family: var(--serif); font-size: 28px; color: var(--navy); line-height: 1; }
.amenity span { display: block; margin-top: 6px; font-size: 14px; color: var(--muted); line-height: 1.35; }

/* ---------------------------------------------------------------------
   Lake Wylie High School
   --------------------------------------------------------------------- */
.school {
  position: relative; overflow: hidden; color: #fff;
  background: radial-gradient(ellipse at 85% 10%, #1f5d8e 0%, transparent 55%), linear-gradient(135deg, #0b2442 0%, #123a63 60%, #0f2e52 100%);
}
.school::after {
  content: ""; position: absolute; right: -60px; top: -40px; width: 460px; height: 620px; opacity: .07;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M13 2 3 14h9l-1 8 10-12h-9z'/%3E%3C/svg%3E") center / contain no-repeat;
}
.school .wrap { position: relative; z-index: 1; }
.school h2 { color: #fff; }
.school h2 .bolt { color: var(--gold-soft); }
.school p { color: #d7e4ef; }
.school p.big { color: #fff; }
.school-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 60px; align-items: start; }
.facts { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.fact {
  background: rgba(255, 255, 255, .07); border: 1px solid rgba(255, 255, 255, .14); border-radius: 14px; padding: 22px 20px;
}
.fact b { display: block; font-family: var(--serif); font-size: clamp(28px, 2.6vw, 38px); color: var(--gold-soft); line-height: 1; }
.fact span { display: block; margin-top: 8px; font-size: 14.5px; line-height: 1.4; color: #d7e4ef; }
.fact.full { grid-column: span 2; display: flex; gap: 18px; align-items: center; }
.fact.full .icon { width: 46px; height: 46px; flex: 0 0 46px; color: var(--gold-soft); stroke-width: 1.5; }
.fact.full span { margin: 0; }
.fine { font-size: 13px !important; color: #9fb4c7 !important; margin-top: 18px !important; }

/* ---------------------------------------------------------------------
   The lake
   --------------------------------------------------------------------- */
.lake { background: linear-gradient(180deg, var(--cream) 0%, #eaf2f6 100%); }
.lake-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 26px; }
.lake-fact { background: #fff; border-radius: 12px; padding: 18px 16px; box-shadow: 0 4px 16px rgba(14, 45, 79, .07); }
.lake-fact b { display: block; font-family: var(--serif); font-size: 26px; color: var(--teal); line-height: 1; }
.lake-fact span { display: block; margin-top: 6px; font-size: 13.5px; color: var(--muted); line-height: 1.35; }

/* ---------------------------------------------------------------------
   Nearby
   --------------------------------------------------------------------- */
.center-head { text-align: center; max-width: 760px; margin: 0 auto 46px; }
.nearby-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.place {
  background: #fff; border-radius: 16px; padding: 26px 22px; box-shadow: 0 6px 22px rgba(14, 45, 79, .08);
  border: 1px solid rgba(228, 225, 217, .8); transition: transform .15s, box-shadow .15s;
}
.place:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.place .icon { width: 36px; height: 36px; color: var(--teal); stroke-width: 1.5; }
.place h3 { margin: 14px 0 6px; font-size: 18px; color: var(--navy); font-family: var(--sans); font-weight: 700; }
.place p { font-size: 15px !important; line-height: 1.5 !important; margin: 0 !important; color: var(--muted) !important; }
.dist {
  display: inline-block; margin-top: 14px; padding: 4px 12px; border-radius: 999px;
  background: #fbf4e6; color: #8d6317; font-weight: 700; font-size: 13px; letter-spacing: .03em;
}

/* ---------------------------------------------------------------------
   The neighbors (demographics)
   --------------------------------------------------------------------- */
.people { background: #fff; }
.people-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 60px; align-items: center; }
.bars { display: grid; gap: 22px; }
.bar-row .top { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 7px; }
.bar-row .top span { font-weight: 600; color: #2a333d; font-size: 15.5px; }
.bar-row .top b { font-family: var(--serif); color: var(--navy); font-size: 24px; }
.bar { height: 12px; border-radius: 999px; background: #edf0f2; overflow: hidden; position: relative; }
.bar i { position: absolute; inset: 0 auto 0 0; border-radius: 999px; background: linear-gradient(90deg, var(--teal), var(--water)); }
.bar i.gold { background: linear-gradient(90deg, var(--gold), var(--gold-soft)); }
.bar-row .cmp { margin-top: 5px; font-size: 13px; color: var(--muted); }

/* ---------------------------------------------------------------------
   "You'd be crazy" closer
   --------------------------------------------------------------------- */
.closer {
  position: relative; color: #fff; text-align: center; overflow: hidden;
  background:
    linear-gradient(180deg, rgba(10, 32, 56, .86), rgba(10, 32, 56, .92)),
    image-set(url("../img/about-entrance.webp") type("image/webp"), url("../img/about-entrance.jpg") type("image/jpeg")) center / cover no-repeat;
}
.closer h2 { color: #fff; max-width: 900px; margin-left: auto; margin-right: auto; }
.closer h2 em { color: var(--gold-soft); }
.recap {
  list-style: none; padding: 0; margin: 34px auto 38px; max-width: 980px;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; text-align: left;
}
.recap li {
  background: rgba(255, 255, 255, .08); border: 1px solid rgba(255, 255, 255, .16); border-radius: 12px;
  padding: 16px 18px 16px 50px; position: relative; font-size: 15.5px; line-height: 1.45; color: #e6eef5;
}
.recap li::before {
  content: ""; position: absolute; left: 16px; top: 16px; width: 22px; height: 22px; border-radius: 50%;
  background: var(--gold) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12.5l4.5 4.5L19 7.5'/%3E%3C/svg%3E") center / 14px no-repeat;
}
.recap li strong { color: #fff; }
.closer .punch { font-family: var(--serif); font-style: italic; font-size: clamp(22px, 2.4vw, 30px); color: #fff !important; margin: 0 0 28px !important; }
.cta-row { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.btn-outline-light { background: transparent; border: 2px solid rgba(255, 255, 255, .8); color: #fff; padding: 7px 28px; }

.sources { background: #0b2340; color: #8ea6bb; font-size: 12.5px; line-height: 1.6; padding: 22px 0; }
.sources p { margin: 0; }

/* ---------------------------------------------------------------------
   Responsive
   --------------------------------------------------------------------- */
@media (max-width: 1180px) {
  .stat-grid { grid-template-columns: repeat(3, 1fr); }
  .stat-cell:nth-child(4) { border-left: 0; }
  .stat-cell:nth-child(n+4) { border-top: 1px solid var(--line); }
  .nearby-grid { grid-template-columns: repeat(2, 1fr); }
  .amenities { grid-template-columns: repeat(2, 1fr); }
  .recap { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 960px) {
  .split, .school-grid, .people-grid { grid-template-columns: 1fr; gap: 40px; }
  .split.reverse > :first-child { order: 0; }
  .about-hero { min-height: 620px; }
  .section { padding: 64px 0; }
}
@media (max-width: 680px) {
  .wrap { padding: 0 18px; }
  .about-hero .wrap { padding-bottom: 110px; }
  .stat-grid { grid-template-columns: repeat(2, 1fr); }
  .stat-cell { border-left: 0 !important; border-top: 1px solid var(--line); }
  .stat-cell:nth-child(-n+2) { border-top: 0; }
  .stat-cell:nth-child(even) { border-left: 1px solid var(--line) !important; }
  .checks, .facts, .lake-facts, .nearby-grid, .recap { grid-template-columns: 1fr; }
  .fact.full { grid-column: auto; }
  .amenities { grid-template-columns: 1fr 1fr; }
}
