/* Ace Pickleball — Original Local City Premium (NOT design.html) */

body.single-ace_city #main-content.site-main,
body.ace-local-city-page #main-content.site-main,
body.single-ace_city .ace-lp,
body.ace-local-city-page .ace-lp {
  max-width: none !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.ace-lp {
  --y: #fcd911;
  --y-soft: #fefce8;
  --y-deep: #c4a800;
  --ink: #1c1917;
  --ink-soft: #57534e;
  --ink-muted: #78716c;
  --night: #202a31;
  --night-2: #263340;
  --night-3: #1a2228;
  --page: #fafaf9;
  --panel: #f5f4f2;
  --line: rgba(28, 25, 23, 0.09);
  --shadow: 0 18px 50px rgba(26, 34, 40, 0.12);
  --shadow-sm: 0 8px 28px rgba(26, 34, 40, 0.08);
  --r: 22px;
  --r-sm: 14px;
  --wrap: 1240px;
  font-family: 'Outfit', system-ui, sans-serif;
  color: var(--ink);
  background: var(--page);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

.ace-lp *, .ace-lp *::before, .ace-lp *::after { box-sizing: border-box; }

.ace-lp .lpe-hero,
.ace-lp .lpe-bottom-cta { display: none !important; }

.ace-lp__article > .lpe-section,
.ace-lp .lpe-faq,
.ace-lp .lpe-nearby {
  margin: 0; padding: 0; border: 0; box-shadow: none;
  display: block !important; width: 100% !important;
}

.ace-lp__article, .ace-lp .entry-content { max-width: none !important; width: 100% !important; }
.ace-lp .lpe-section__header { display: none; }

.ace-lp:not(.ace-lp--ready) .ace-lp__article > .lpe-section .lpe-section__body,
.ace-lp:not(.ace-lp--ready) .ace-lp__article > .lpe-faq,
.ace-lp:not(.ace-lp--ready) .ace-lp__article > .lpe-nearby {
  visibility: hidden;
  height: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

/* ── Shell ── */
.ace-lp .acp-wrap {
  max-width: var(--wrap);
  margin: 0 auto;
  padding: clamp(28px, 3.5vw, 44px) clamp(16px, 3vw, 24px);
}

.ace-lp .acp-wrap--tight {
  padding-top: clamp(32px, 4vw, 48px);
  padding-bottom: clamp(32px, 4vw, 48px);
}

.ace-lp .acp-wrap--flush {
  padding-top: 0;
  padding-bottom: 0;
}

.ace-lp .acp-section-intro { margin-bottom: 16px; }
.ace-lp .acp-section-intro--center { text-align: center; }
.ace-lp .acp-section-intro--center .acp-kicker { justify-content: center; }
.ace-lp .acp-section-intro--center .acp-title { margin-inline: auto; }
.ace-lp .acp-section-intro--center .acp-lead { margin-inline: auto; }

.ace-lp .acp-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--y-deep);
  margin-bottom: 18px;
}

.ace-lp .acp-kicker::before {
  content: '';
  width: 28px;
  height: 2px;
  background: var(--y);
  border-radius: 2px;
}

.ace-lp .acp-title {
  font-size: clamp(1.75rem, 3.8vw, 2.75rem);
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -0.03em;
  margin: 0 0 12px;
  color: var(--ink);
}

.ace-lp .acp-title span { color: var(--night); }
.ace-lp .acp-title em { font-style: normal; color: var(--y-deep); }

.ace-lp .acp-lead {
  font-size: clamp(0.95rem, 1.4vw, 1.05rem);
  line-height: 1.6;
  color: var(--ink-muted);
  max-width: 52ch;
  margin: 0;
}

.ace-lp .acp-lead--center { margin-inline: auto; text-align: center; }

.ace-lp .acp-more {
  margin-top: 14px;
  max-width: 52ch;
}

.ace-lp .acp-more summary {
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  color: var(--y-deep);
  list-style: none;
}

.ace-lp .acp-more summary::-webkit-details-marker { display: none; }

.ace-lp .acp-seo-fold {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid var(--line);
  font-size: 14px;
  line-height: 1.65;
  color: var(--ink-muted);
}

.ace-lp .acp-seo-fold p { margin: 0 0 10px; }
.ace-lp .acp-seo-fold p:last-child { margin-bottom: 0; }

.ace-lp .acp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 28px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
}

.ace-lp .acp-btn--y {
  background: linear-gradient(135deg, var(--y), #ffe566);
  color: var(--ink);
  box-shadow: 0 10px 30px rgba(252, 217, 17, 0.35);
}

.ace-lp .acp-btn--y:hover { transform: translateY(-2px); box-shadow: 0 14px 36px rgba(252, 217, 17, 0.45); }

.ace-lp .acp-btn--ghost {
  background: transparent;
  color: #fff;
  border: 1.5px solid rgba(255, 255, 255, 0.35);
}

.ace-lp .acp-btn--ghost:hover { background: rgba(255, 255, 255, 0.08); border-color: var(--y); color: var(--y); }

.ace-lp .acp-btn--dark {
  background: var(--night);
  color: #fff;
}

.ace-lp .acp-btn--dark:hover { background: var(--night-2); transform: translateY(-2px); }

/* ── Hero ── */
.ace-lp .acp-hero {
  position: relative;
  min-height: min(62vh, 580px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: var(--night-3);
  overflow: hidden;
}

.ace-lp .acp-hero__copy {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(48px, 6vw, 72px) clamp(20px, 4vw, 40px);
  max-width: 640px;
  margin: 0 auto 0 max(0px, calc((100vw - var(--wrap)) / 2));
}

.ace-lp .acp-hero__crumb ol {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0;
  margin: 0 0 28px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.55);
}

.ace-lp .acp-hero__crumb a { color: rgba(255, 255, 255, 0.82); text-decoration: none; }
.ace-lp .acp-hero__crumb li:not(:last-child)::after { content: '/'; margin-left: 8px; opacity: 0.4; }

.ace-lp .acp-hero__eyebrow {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--y);
  margin-bottom: 16px;
}

.ace-lp .acp-hero__h1 {
  font-size: clamp(2.2rem, 4.8vw, 3.6rem);
  line-height: 1.06;
  font-weight: 800;
  color: #fff;
  margin: 0 0 16px;
  letter-spacing: -0.03em;
  max-width: 16ch;
}

.ace-lp .acp-hero__h1 .accent { color: var(--y); }

.ace-lp .acp-hero__sub {
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(1rem, 1.8vw, 1.2rem);
  line-height: 1.65;
  max-width: 46ch;
  margin: 0 0 32px;
}

.ace-lp .acp-hero__actions { display: flex; flex-wrap: wrap; gap: 14px; }

.ace-lp .acp-hero__visual {
  position: relative;
  min-height: 320px;
}

.ace-lp .acp-hero__photo {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  clip-path: polygon(12% 0, 100% 0, 100% 100%, 0 100%);
}

.ace-lp .acp-hero__photo::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, var(--night-3) 0%, rgba(26, 34, 40, 0.2) 45%, rgba(26, 34, 40, 0.55) 100%);
}

.ace-lp .acp-hero__mesh {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 30%, rgba(252, 217, 17, 0.12), transparent 45%),
    linear-gradient(160deg, var(--night-3), var(--night));
  z-index: 1;
}

.ace-lp .acp-hero__badge {
  position: absolute;
  left: -24px;
  bottom: 18%;
  z-index: 4;
  background: #fff;
  border-radius: var(--r);
  padding: 20px 24px;
  box-shadow: var(--shadow);
  max-width: 220px;
}

.ace-lp .acp-hero__badge strong {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--night);
  line-height: 1;
}

.ace-lp .acp-hero__badge span { font-size: 13px; color: var(--ink-muted); }

.ace-lp .acp-hero__stats {
  position: relative;
  z-index: 5;
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: rgba(255, 255, 255, 0.08);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.ace-lp .acp-hero__stat {
  padding: 16px 12px;
  text-align: center;
  background: rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(10px);
}

.ace-lp .acp-hero__stat b {
  display: block;
  font-size: clamp(1.4rem, 2.5vw, 1.9rem);
  color: var(--y);
  font-weight: 800;
}

.ace-lp .acp-hero__stat small {
  display: block;
  margin-top: 6px;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}

/* ── Intro split ── */
.ace-lp .acp-intro { background: #fff; }

.ace-lp .acp-intro__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(20px, 3vw, 32px);
  align-items: center;
}

.ace-lp .acp-media-card {
  position: relative;
  border-radius: var(--r);
  overflow: hidden;
  aspect-ratio: 5/4;
  max-height: 380px;
  box-shadow: var(--shadow);
  background: linear-gradient(145deg, var(--night), var(--night-2));
}

.ace-lp .acp-media-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ace-lp .acp-media-card__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(0, 0, 0, 0.65) 100%);
  z-index: 2;
}

.ace-lp .acp-media-card__caption {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 3;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.35;
}

.ace-lp .acp-media-card__tag {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 3;
  background: var(--y);
  color: var(--ink);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 8px 14px;
  border-radius: 999px;
}

.ace-lp .acp-bento__card--photo.acp-bento__card--accent {
  background: linear-gradient(145deg, var(--night), var(--night-2));
  padding: 0;
  min-height: 220px;
  display: flex;
  align-items: flex-end;
}

.ace-lp .acp-bento__card--accent .acp-bento__inner {
  width: 100%;
  padding: 24px;
  color: #fff;
}

.ace-lp .acp-bento__card--accent h3 { color: #fff; margin: 0 0 8px; }
.ace-lp .acp-bento__card--accent p { color: rgba(255,255,255,0.75); margin: 0; }

.ace-lp .acp-pill-list { display: grid; gap: 10px; margin-top: 16px; }

.ace-lp .acp-benefits__top { margin-bottom: 24px; gap: 24px; }

.ace-lp .acp-bento { gap: 14px; }

.ace-lp .acp-start__grid { gap: 24px; }

.ace-lp .acp-pill {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 18px 20px;
  border-radius: var(--r-sm);
  background: var(--panel);
  border: 1px solid var(--line);
  transition: transform 0.2s, box-shadow 0.2s;
}

.ace-lp .acp-pill:hover { transform: translateX(6px); box-shadow: var(--shadow-sm); }

.ace-lp .acp-pill__n {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: var(--y-soft);
  color: var(--y-deep);
  font-weight: 800;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}

.ace-lp .acp-pill strong { display: block; margin-bottom: 4px; color: var(--ink); }
.ace-lp .acp-pill span { font-size: 14px; color: var(--ink-muted); line-height: 1.55; }

/* ── Bento why ── */
.ace-lp .acp-why { background: var(--panel); }

.ace-lp .acp-why__head { text-align: center; margin-bottom: 20px; }

.ace-lp .acp-why__layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) 1.4fr;
  gap: 20px;
  align-items: stretch;
}

.ace-lp .acp-why__photo {
  border-radius: var(--r);
  overflow: hidden;
  min-height: 420px;
  box-shadow: var(--shadow);
  background: linear-gradient(145deg, var(--night), var(--night-2));
}

.ace-lp .acp-why__photo img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  display: block;
}

.ace-lp .acp-bento--compact {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.ace-lp .acp-bento--compact .acp-bento__card--tall {
  grid-column: span 1;
}

.ace-lp .acp-bento__card {
  background: #fff;
  border-radius: var(--r);
  padding: 20px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
  transition: transform 0.25s, box-shadow 0.25s;
  overflow: hidden;
  position: relative;
}

.ace-lp .acp-bento__card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }

.ace-lp .acp-bento__card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--y), transparent);
  opacity: 0;
  transition: opacity 0.25s;
}

.ace-lp .acp-bento__card:hover::after { opacity: 1; }

.ace-lp .acp-bento__card--wide { grid-column: span 6; }
.ace-lp .acp-bento__card--tall { grid-column: span 4; }
.ace-lp .acp-bento__card--photo {
  grid-column: span 6;
  padding: 0;
  min-height: 280px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
}

.ace-lp .acp-bento__card--photo .acp-bento__inner {
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.75));
  width: 100%;
  padding: 28px;
  color: #fff;
}

.ace-lp .acp-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: var(--y-soft);
  display: grid;
  place-items: center;
  margin-bottom: 18px;
}

.ace-lp .acp-icon svg { width: 24px; height: 24px; stroke: var(--night); }

.ace-lp .acp-bento__card h3 {
  margin: 0 0 10px;
  font-size: 1.25rem;
  font-weight: 700;
}

.ace-lp .acp-bento__card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
  color: var(--ink-muted);
}

/* ── Programs ── */
.ace-lp .acp-programs { background: #fff; }

.ace-lp .acp-programs__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 0;
}

.ace-lp .acp-prog {
  border-radius: var(--r);
  overflow: hidden;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: var(--shadow-sm);
  transition: transform 0.25s, box-shadow 0.25s;
  display: flex;
  flex-direction: column;
}

.ace-lp .acp-prog:hover { transform: translateY(-6px); box-shadow: var(--shadow); }

.ace-lp .acp-prog__img {
  height: 180px;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}

.ace-lp .acp-prog__img--photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ace-lp .acp-prog__img--photo::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(0, 0, 0, 0.45) 100%);
  z-index: 1;
  pointer-events: none;
}

.ace-lp .acp-prog__img--photo .acp-prog__badge { z-index: 2; }

.ace-lp .acp-prog__img--gold {
  background: linear-gradient(135deg, #fcd911 0%, #ffe566 50%, #c4a800 100%);
}
.ace-lp .acp-prog__img--night {
  background: linear-gradient(145deg, #202a31, #263340);
}
.ace-lp .acp-prog__img--warm {
  background: linear-gradient(135deg, #f5f4f2, #ece9e6);
}
.ace-lp .acp-prog__img--gold::before,
.ace-lp .acp-prog__img--night::before,
.ace-lp .acp-prog__img--warm::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.06) 1px, transparent 1px);
  background-size: 24px 24px;
  opacity: 0.5;
}

.ace-lp .acp-prog__img:not(.acp-prog__img--photo)::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.35));
}

.ace-lp .acp-prog__badge {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  background: var(--y);
  color: var(--ink);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 6px 12px;
  border-radius: 999px;
}

.ace-lp .acp-prog__body { padding: 18px; flex: 1; }

.ace-lp .acp-prog__body h3 { margin: 0 0 8px; font-size: 1.1rem; font-weight: 700; }
.ace-lp .acp-prog__body p {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: var(--ink-muted);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ace-lp .acp-prog--feat {
  border-color: var(--y);
  box-shadow: 0 12px 36px rgba(252, 217, 17, 0.2);
}

.ace-lp .acp-prog--feat .acp-prog__body h3 { color: var(--ink); }
.ace-lp .acp-prog--feat .acp-prog__body p { color: var(--ink-muted); }
.ace-lp .acp-prog--feat .acp-prog__badge { background: var(--y); color: var(--ink); }

/* ── Curriculum (light) ── */
.ace-lp .acp-curriculum {
  background: #fff;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.ace-lp .acp-curriculum__head { margin-bottom: 20px; }

.ace-lp .acp-curriculum__split {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 28px;
  align-items: stretch;
}

.ace-lp .acp-curriculum__photo {
  border-radius: var(--r);
  overflow: hidden;
  min-height: 360px;
  box-shadow: var(--shadow-sm);
  background: var(--panel);
}

.ace-lp .acp-curriculum__photo img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  display: block;
}

.ace-lp .acp-curriculum__skills {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 24px 28px;
}

.ace-lp .acp-curriculum__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0;
  counter-reset: skill;
}

.ace-lp .acp-curriculum__list li {
  counter-increment: skill;
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
  font-size: 15px;
  line-height: 1.5;
  color: var(--ink-soft);
}

.ace-lp .acp-curriculum__list li:last-child { border-bottom: 0; padding-bottom: 0; }
.ace-lp .acp-curriculum__list li:first-child { padding-top: 0; }

.ace-lp .acp-curriculum__list li::before {
  content: counter(skill, decimal-leading-zero);
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: var(--y);
  color: var(--ink);
  font-weight: 800;
  font-size: 12px;
  display: grid;
  place-items: center;
}

.ace-lp .acp-curriculum .acp-more { margin-inline: auto; text-align: center; }

/* ── Curriculum dark (legacy) ── */
.ace-lp .acp-skills {
  background: linear-gradient(165deg, var(--night-3), var(--night-2));
  color: #fff;
}

.ace-lp .acp-skills__head { margin-bottom: 20px; }

.ace-lp .acp-skills__grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 24px;
  align-items: stretch;
}

.ace-lp .acp-skills__list { min-width: 0; }

.ace-lp .acp-skills .acp-kicker { color: var(--y); }
.ace-lp .acp-skills .acp-kicker::before { background: var(--y); }
.ace-lp .acp-skills .acp-title { color: #fff; }
.ace-lp .acp-skills .acp-lead { color: rgba(255, 255, 255, 0.65); }

.ace-lp .acp-skill-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }

.ace-lp .acp-skill-list--grid {
  grid-template-columns: 1fr 1fr;
}

.ace-lp .acp-skill-list li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 12px 14px;
  border-radius: var(--r-sm);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 13px;
  line-height: 1.45;
}

.ace-lp .acp-skill-list li span {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: var(--y);
  color: var(--ink);
  font-weight: 800;
  font-size: 13px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}

.ace-lp .acp-skills__visual {
  border-radius: var(--r);
  overflow: hidden;
  position: relative;
  min-height: 320px;
  box-shadow: var(--shadow);
}

.ace-lp .acp-skills__visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ace-lp .acp-skills__visual .acp-float {
  position: absolute;
  left: 24px;
  bottom: 24px;
  right: 24px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: var(--r-sm);
  padding: 20px;
  color: var(--ink);
}

.ace-lp .acp-skills__visual .acp-float strong { display: block; font-size: 1.1rem; margin-bottom: 4px; }
.ace-lp .acp-skills__visual .acp-float span { font-size: 14px; color: var(--ink-muted); line-height: 1.5; }

.ace-lp .acp-skills .acp-more { margin-inline: auto; }
.ace-lp .acp-skills .acp-more summary { color: var(--y); }

/* ── Private band ── */
.ace-lp section.lpe-section.acp-private {
  padding: 0;
}

.ace-lp .acp-private {
  position: relative;
  padding: 0;
  overflow: hidden;
  background: linear-gradient(135deg, var(--night-3), var(--night-2));
}

.ace-lp .acp-private--compact {
  padding: clamp(20px, 2.5vw, 28px) 0;
}

.ace-lp .acp-private__bg {
  display: none;
}

.ace-lp .acp-private--photo .acp-private__bg {
  display: block;
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center top;
}

.ace-lp .acp-private--photo .acp-private__bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(26, 34, 40, 0.92), rgba(26, 34, 40, 0.75));
}

.ace-lp .acp-private__box {
  position: relative;
  z-index: 2;
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
  padding: clamp(20px, 3vw, 28px);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--r);
  backdrop-filter: blur(12px);
  color: #fff;
}

.ace-lp .acp-private__box .acp-title { color: #fff; margin-bottom: 10px; }
.ace-lp .acp-private__box .acp-lead { color: rgba(255, 255, 255, 0.75); margin: 0 auto 18px; text-align: center; }

/* ── Benefits ── */
.ace-lp .acp-benefits { background: var(--page); }

.ace-lp .acp-benefits__top {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 24px;
  align-items: stretch;
  margin-bottom: 24px;
}

.ace-lp .acp-benefits__photo {
  border-radius: var(--r);
  overflow: hidden;
  min-height: 260px;
  box-shadow: var(--shadow-sm);
}

.ace-lp .acp-benefits__photo img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
  display: block;
}

.ace-lp .acp-benefits__mosaic {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.ace-lp .acp-benefit {
  background: #fff;
  border-radius: var(--r-sm);
  padding: 24px;
  border: 1px solid var(--line);
  transition: transform 0.2s;
}

.ace-lp .acp-benefit:hover { transform: translateY(-4px); }

.ace-lp .acp-benefit__icon {
  font-size: 1.5rem;
  margin-bottom: 12px;
}

.ace-lp .acp-benefit h4 { margin: 0 0 8px; font-size: 1rem; font-weight: 700; }
.ace-lp .acp-benefit p { margin: 0; font-size: 13px; line-height: 1.6; color: var(--ink-muted); }

/* ── Locations ── */
.ace-lp .acp-locations { background: #fff; }

.ace-lp .acp-loc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 20px;
}

.ace-lp .acp-loc {
  border-radius: var(--r);
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--panel);
}

.ace-lp .acp-loc__img {
  height: 160px;
  position: relative;
  overflow: hidden;
  background: var(--panel);
}

.ace-lp .acp-loc__img--photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ace-lp .acp-loc__img--park {
  background: linear-gradient(145deg, #fefce8, #fcd911);
  color: var(--night);
}
.ace-lp .acp-loc__img--rec {
  background: linear-gradient(145deg, #263340, #202a31);
  color: var(--y);
}
.ace-lp .acp-loc__img--club {
  background: linear-gradient(145deg, #f5f4f2, #ece9e6);
  color: var(--night);
}

.ace-lp .acp-loc__body { padding: 22px; }
.ace-lp .acp-loc__body h4 { margin: 0 0 8px; font-weight: 700; }
.ace-lp .acp-loc__body p { margin: 0; font-size: 14px; color: var(--ink-muted); line-height: 1.6; }

.ace-lp .acp-private__box .acp-chips {
  justify-content: center;
  margin-bottom: 16px;
}

.ace-lp .acp-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 20px;
}

.ace-lp .acp-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border-radius: 999px;
  background: var(--y-soft);
  border: 1px solid rgba(252, 217, 17, 0.35);
  font-size: 14px;
  font-weight: 600;
  color: var(--ink);
  text-decoration: none;
  transition: background 0.2s, transform 0.2s;
}

.ace-lp a.acp-chip:hover { background: var(--y); transform: translateY(-2px); }

.ace-lp .acp-chip::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--y-deep);
}

/* ── Community ── */
.ace-lp .acp-community {
  background: var(--night);
  color: #fff;
}

.ace-lp .acp-community .acp-title { color: #fff; }
.ace-lp .acp-community .acp-lead { color: rgba(255, 255, 255, 0.65); }

.ace-lp .acp-community__head { text-align: center; margin-bottom: 16px; }
.ace-lp .acp-community__head .acp-kicker { justify-content: center; }
.ace-lp .acp-community__head .acp-title { margin-inline: auto; }
.ace-lp .acp-community__head .acp-lead { margin-inline: auto; text-align: center; }

.ace-lp .acp-community__stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 4px;
}

.ace-lp .acp-community .acp-more { margin-inline: auto; text-align: center; }
.ace-lp .acp-community .acp-more summary { color: var(--y); }

.ace-lp .acp-stat-card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--r-sm);
  padding: 20px 16px;
  text-align: center;
}

.ace-lp .acp-stat-card b { display: block; font-size: clamp(1.1rem, 2vw, 1.5rem); color: var(--y); font-weight: 800; line-height: 1.2; }
.ace-lp .acp-stat-card small { display: block; margin-top: 8px; color: rgba(255, 255, 255, 0.65); font-size: 13px; line-height: 1.45; }

.ace-lp .acp-stat-card--wide b { font-size: 1.15rem; }

/* ── Get started ── */
.ace-lp .acp-start { background: var(--panel); }

.ace-lp .acp-start__head { margin-bottom: 20px; }

.ace-lp .acp-start__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: stretch;
}

.ace-lp .acp-start__aside {
  display: grid;
  gap: 16px;
  align-content: start;
}

.ace-lp .acp-steps { display: grid; gap: 12px; margin-top: 0; }

.ace-lp .acp-step {
  display: flex;
  gap: 18px;
  padding: 20px;
  background: #fff;
  border-radius: var(--r-sm);
  border: 1px solid var(--line);
}

.ace-lp .acp-step__n {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--night);
  color: var(--y);
  font-weight: 800;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}

.ace-lp .acp-checklist {
  background: #fff;
  border-radius: var(--r);
  padding: 22px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
  height: 100%;
}

.ace-lp .acp-checklist--tips {
  background: var(--y-soft);
  border-color: rgba(252, 217, 17, 0.25);
}

.ace-lp .acp-checklist h4 { margin: 0 0 20px; font-size: 1.1rem; }
.ace-lp .acp-checklist ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }

.ace-lp .acp-checklist li {
  display: flex;
  gap: 12px;
  align-items: center;
  font-size: 14px;
  color: var(--ink-soft);
}

.ace-lp .acp-checklist li::before {
  content: '✓';
  width: 24px;
  height: 24px;
  border-radius: 6px;
  background: var(--y-soft);
  color: var(--y-deep);
  font-weight: 800;
  display: grid;
  place-items: center;
  font-size: 12px;
}

/* ── FAQ ── */
.ace-lp .acp-faq { background: #fff; }

.ace-lp .acp-faq__list { max-width: 720px; margin: 20px auto 0; display: grid; gap: 8px; }

.ace-lp .acp-faq__item {
  border: 1px solid var(--line);
  border-radius: var(--r-sm);
  overflow: hidden;
  background: var(--page);
}

.ace-lp .acp-faq__item summary {
  padding: 18px 20px;
  font-weight: 600;
  cursor: pointer;
  list-style: none;
}

.ace-lp .acp-faq__item summary::-webkit-details-marker { display: none; }

.ace-lp .acp-faq__item[open] summary { color: var(--y-deep); border-bottom: 1px solid var(--line); }

.ace-lp .acp-faq__answer { padding: 16px 20px 20px; font-size: 14px; line-height: 1.7; color: var(--ink-muted); }

/* ── Final CTA ── */
.ace-lp .acp-cta-end {
  background: linear-gradient(135deg, var(--night-3), var(--night));
  color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.ace-lp .acp-cta-end .acp-wrap {
  padding-top: clamp(36px, 4.5vw, 52px);
  padding-bottom: clamp(36px, 4.5vw, 52px);
}

.ace-lp .acp-cta-end::before {
  content: '';
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(252, 217, 17, 0.15), transparent 70%);
  top: -200px;
  right: -100px;
  pointer-events: none;
}

.ace-lp .acp-cta-end .acp-title { color: #fff; max-width: 16ch; margin-inline: auto; }
.ace-lp .acp-cta-end .acp-lead { color: rgba(255, 255, 255, 0.72); margin: 0 auto 28px; text-align: center; }
.ace-lp .acp-cta-end__actions { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; }

/* ── Responsive ── */
@media (max-width: 1024px) {
  .ace-lp .acp-hero { grid-template-columns: 1fr; min-height: auto; }
  .ace-lp .acp-hero__copy { margin: 0; max-width: none; padding: 64px 20px 32px; }
  .ace-lp .acp-hero__visual { min-height: 280px; order: -1; }
  .ace-lp .acp-hero__photo { clip-path: none; }
  .ace-lp .acp-hero__badge { left: 20px; bottom: 20px; }
  .ace-lp .acp-intro__grid,
  .ace-lp .acp-skills__grid,
  .ace-lp .acp-curriculum__split,
  .ace-lp .acp-why__layout,
  .ace-lp .acp-start__grid,
  .ace-lp .acp-benefits__top { grid-template-columns: 1fr; }
  .ace-lp .acp-skill-list--grid { grid-template-columns: 1fr; }
  .ace-lp .acp-community__stats { grid-template-columns: 1fr 1fr; }
  .ace-lp .acp-bento--compact { grid-template-columns: 1fr; }
  .ace-lp .acp-why__photo,
  .ace-lp .acp-why__photo img,
  .ace-lp .acp-curriculum__photo,
  .ace-lp .acp-curriculum__photo img { min-height: 240px; }
  .ace-lp .acp-bento__card--wide,
  .ace-lp .acp-bento__card--tall,
  .ace-lp .acp-bento__card--photo { grid-column: span 12; }
  .ace-lp .acp-programs__grid,
  .ace-lp .acp-loc-grid,
  .ace-lp .acp-benefits__mosaic { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  .ace-lp .acp-hero__stats { grid-template-columns: 1fr 1fr; }
  .ace-lp .acp-programs__grid,
  .ace-lp .acp-loc-grid,
  .ace-lp .acp-benefits__mosaic,
  .ace-lp .acp-community__stats { grid-template-columns: 1fr; }
}
