@font-face { font-family: "Poppins"; src: url("fonts/poppins-400.ttf") format("truetype"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "Poppins"; src: url("fonts/poppins-600.ttf") format("truetype"); font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: "Poppins"; src: url("fonts/poppins-700.ttf") format("truetype"); font-weight: 700; font-style: normal; font-display: swap; }
@font-face { font-family: "Poppins"; src: url("fonts/poppins-800.ttf") format("truetype"); font-weight: 800; font-style: normal; font-display: swap; }

:root {
  --pink: #eb098e;
  --charcoal: #191918;
  --paper: #f7f5f6;
  --line: #dedade;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--charcoal);
  background: white;
  font: 400 16px/1.65 "Poppins", Arial, Helvetica, sans-serif;
}
img { max-width: 100%; height: auto; }
a { color: var(--pink); }
a:hover { text-decoration-thickness: 2px; }
.wrap { width: min(1180px, 92%); margin-inline: auto; }
.site-header { position: relative; z-index: 10; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.97); }
.header-row { min-height: 112px; display: flex; align-items: center; gap: 2rem; }
.logo { width: 257px; }
nav { margin-left: auto; }
nav ul { display: flex; align-items: center; gap: 1.5rem; margin: 0; padding: 0; list-style: none; }
nav a { color: var(--charcoal); font-weight: 700; text-decoration: none; }
nav a[aria-current="page"] { color: var(--pink); }
.button { display: inline-block; padding: .8rem 1.35rem; border: 2px solid var(--pink); border-radius: 999px; color: white; background: var(--pink); font-weight: 700; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 9px 22px rgba(235,9,142,.22); }
.button-outline { margin-left: .65rem; color: var(--pink); background: white; }
.hero { position: relative; overflow: hidden; padding: 0; background: linear-gradient(145deg, white 0 58%, #fce8f3 58% 100%); }
.hero-grid { display: grid; grid-template-columns: .94fr 1.18fr; min-height: 600px; align-items: stretch; gap: 2rem; }
.hero-copy { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center; padding: 4.5rem 0; }
.hero h1 { max-width: 560px; margin: 0; font-size: clamp(3.4rem, 6.5vw, 5.7rem); font-weight: 800; line-height: .98; letter-spacing: -.055em; }
.pink { color: var(--pink); }
.hero p { max-width: 600px; font-size: 1.35rem; }
.hero-actions { margin-top: .85rem; }
.hero-photo-wrap { position: relative; min-height: 600px; overflow: hidden; clip-path: ellipse(86% 72% at 86% 50%); }
.hero-photo { width: 100%; height: 100%; min-height: 600px; object-fit: cover; object-position: 54% center; }
.decor-star { position: absolute; color: #f5c6de; font-size: 3rem; line-height: 1; }
.star-one { top: 10%; left: 16%; transform: rotate(-12deg); }
.star-two { top: 20%; left: 25%; transform: rotate(14deg); font-size: 2.2rem; }
.cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.8rem; padding: 4rem 0; }
.card { position: relative; overflow: hidden; padding: 0; border: 1px solid var(--line); border-radius: 1.1rem; background: white; box-shadow: 0 14px 36px rgba(25,25,24,.08); }
.card-image-link { display: block; height: 300px; overflow: hidden; }
.card-image { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.card:hover .card-image { transform: scale(1.025); }
.card-icon { position: absolute; top: 265px; left: 50%; display: grid; width: 68px; height: 68px; place-items: center; transform: translateX(-50%); border: 5px solid white; border-radius: 50%; background: var(--pink); }
.card-icon img { width: 37px; height: 37px; object-fit: contain; }
.card-icon img.gymnast-icon { width: 43px; height: 43px; }
.card-body { padding: 2.4rem 2rem 2rem; text-align: center; }
.card h2 { margin: 0 0 .3rem; font-size: 1.5rem; }
.card-body p { margin: .25rem 0 .75rem; color: #666; }
.benefits { padding: 0 0 4rem; background: white; }
.benefit-panel { padding: 2.8rem 3rem; border-radius: 1rem; background: linear-gradient(120deg, #f7f5f6, #fff); box-shadow: inset 0 0 0 1px #eee9ec; text-align: center; }
.benefit-panel h2 { margin-top: 0; font-size: 2.2rem; }
.benefit-panel h2::after { content: ""; display: block; width: 64px; height: 4px; margin: .65rem auto 1.5rem; background: var(--pink); }
.benefit-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; padding: 0; list-style: none; text-align: center; }
.benefit-list li { display: grid; gap: .35rem; padding: .2rem 2rem; }
.benefit-list li + li { border-left: 1px solid var(--line); }
.benefit-list strong { font-size: 1.1rem; }
.benefit-list span:last-child { color: #555; }
.benefit-icon { display: grid; width: 58px; height: 52px; margin: 0 auto .2rem; place-items: center; }
.benefit-icon img { width: 48px; height: 48px; object-fit: contain; }
.map-band { display: grid; grid-template-columns: 1fr 1.35fr; margin: 4rem auto; overflow: hidden; border: 1px solid var(--pink); border-radius: 1rem; }
.contact-panel { padding: 2.8rem; color: white; background: linear-gradient(145deg, #eb098e, #cd087c); }
.contact-panel h2 { margin-top: 0; font-size: 2rem; line-height: 1.1; }
.contact-panel a { color: white; }
.contact-list { display: grid; gap: .85rem; margin: 1.5rem 0 0; padding: 0; list-style: none; }
.contact-list li { display: flex; align-items: flex-start; gap: .8rem; }
.contact-list img { flex: 0 0 auto; width: 21px; height: 21px; margin-top: .18rem; }
.contact-list a { overflow-wrap: anywhere; }
.map-band iframe { display: block; width: 100%; height: 100%; min-height: 390px; border: 0; }
.page-header { padding: 3.5rem 0 2rem; background: var(--paper); }
.page-header h1 { margin: 0; font-size: clamp(2.5rem, 6vw, 4.5rem); }
main.content { padding: 3rem 0 5rem; }
main.content h2 { margin-top: 2.5rem; padding-bottom: .4rem; border-bottom: 3px solid var(--pink); }
main.content h3 { margin: 2rem 0 .25rem; }
.notice { padding: 1rem 1.25rem; border-left: 5px solid var(--pink); background: #fff3f9; }
.program { padding-bottom: 1.25rem; border-bottom: 1px solid var(--line); }
.fees { margin: .35rem 0; }
.table-scroll { overflow-x: auto; margin: 1.5rem 0 3rem; }

table { width: 100%; border-collapse: collapse; font-size: .95rem; }
caption { margin-bottom: .75rem; text-align: left; font-size: 1.25rem; font-weight: 700; }
th, td { padding: .7rem; border: 1px solid var(--line); text-align: left; vertical-align: top; }
thead th { color: white; background: var(--charcoal); }
tbody tr:nth-child(even) { background: var(--paper); }
.events-frame { width: 100%; height: 700px; border: 0; }
.site-footer { position: relative; overflow: hidden; padding: 3.2rem 0; color: #bbb8bd; background: #242225; }
.site-footer::after { content: "★ ★"; position: absolute; right: -1rem; bottom: -1.5rem; color: rgba(255,255,255,.045); font-size: 8rem; transform: rotate(-12deg); }
.footer-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.3fr .8fr 1.2fr; gap: 3rem; }
.footer-grid img.footer-logo { width: 257px; }
.footer-grid h2 { margin: .2rem 0 1rem; color: var(--pink); font-size: .95rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.footer-nav { display: grid; gap: .45rem; margin: 0; }
.site-footer a { color: #d8d5d9; text-decoration: none; }
.site-footer a:hover { color: var(--pink); }
.footer-contact { margin-top: 0; }
.footer-contact img { width: 18px; height: 18px; margin-top: .25rem; }
.facebook-link { display: inline-flex; align-items: center; gap: .65rem; margin-top: 1rem; }
.facebook-link img { width: 21px; height: 21px; margin: 0; }

@media (max-width: 820px) {
  .header-row, nav ul { align-items: flex-start; }
  .header-row { flex-direction: column; gap: 1rem; padding: 1.2rem 0; }
  nav { margin-left: 0; width: 100%; }
  nav ul { flex-wrap: wrap; gap: .75rem 1rem; }
  .hero-grid, .cards, .map-band, .footer-grid { grid-template-columns: 1fr; }
  .hero-grid { min-height: 0; }
  .hero-copy { padding: 3.5rem 0 1rem; }
  .hero-photo-wrap { min-height: 380px; clip-path: ellipse(90% 68% at 50% 68%); }
  .hero-photo { min-height: 380px; }
  .benefit-list { grid-template-columns: 1fr; text-align: center; }
  .benefit-list li + li { margin-top: 1.4rem; padding-top: 1.4rem; border-top: 1px solid var(--line); border-left: 0; }
  .benefit-panel { padding: 2.2rem 1.4rem; }
  .button-outline { margin-left: .25rem; }
}

@media (max-width: 520px) {
  .hero-actions { display: grid; gap: .75rem; }
  .button-outline { margin-left: 0; }
  .card-image-link { height: 230px; }
  .card-icon { top: 198px; }
}

