:root {
  --pink: #ed0b68;
  --pink-dark: #c90054;
  --pink-soft: #fff0f6;
  --ink: #161317;
  --muted: #6f6470;
  --line: #f3bfd3;
  --paper: #fffafa;
  --white: #ffffff;
  --shadow: 0 20px 55px rgba(66, 38, 52, 0.12);
  color-scheme: light;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: linear-gradient(180deg, #fff 0%, #fff7fb 50%, #fff 100%);
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 28px;
  align-items: center;
  padding: 18px clamp(18px, 5vw, 70px);
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid rgba(237, 11, 104, 0.1);
  backdrop-filter: blur(16px);
}

.brand {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: clamp(132px, 14vw, 190px);
}

.brand img {
  width: 100%;
  height: auto;
}

.site-nav {
  display: flex;
  justify-content: center;
  gap: clamp(12px, 2.3vw, 34px);
  font-size: 14px;
  font-weight: 700;
}

.site-nav a {
  padding: 12px 0;
  border-bottom: 2px solid transparent;
}

.site-nav a:hover,
.site-nav .active {
  color: var(--pink);
  border-color: var(--pink);
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--white);
  color: var(--pink);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 46px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 12px;
  font-weight: 800;
  font-size: 14px;
  box-shadow: none;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.button:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(237, 11, 104, 0.18);
}

.button svg {
  width: 18px;
  height: 18px;
}

.button-primary {
  background: var(--pink);
  color: var(--white);
}

.button-secondary {
  border-color: var(--ink);
  background: var(--white);
}

.button-light {
  background: var(--white);
  color: var(--pink);
}

.section-band,
.section,
.split-section,
.info-strip,
.portal,
.cta,
.footer {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.hero {
  position: relative;
  min-height: 630px;
  overflow: hidden;
  background:
    url("../images/hero-dancer-2026.jpg") center center / cover no-repeat,
    #f3f0ef;
  border-bottom: 1px solid var(--line);
}

.hero-copy {
  position: relative;
  z-index: 2;
  width: min(48%, 610px);
  padding: clamp(74px, 9vw, 112px) 0 clamp(96px, 11vw, 138px) 38px;
}

.eyebrow,
.section-kicker {
  margin: 0 0 16px;
  color: var(--pink);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  max-width: 610px;
  margin: 0 0 32px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(46px, 6vw, 76px);
  line-height: 0.95;
  letter-spacing: 0;
}

h1 span {
  display: inline-block;
  font-family: Sacramento, cursive;
  font-weight: 400;
  color: var(--pink);
  transform: rotate(-4deg);
}

h2 {
  margin: 0 0 18px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.04;
  letter-spacing: 0;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.hero-photo {
  display: none;
}

.paint-stroke {
  position: absolute;
  left: -7%;
  right: 50%;
  bottom: 44px;
  height: 92px;
  border-top: 9px solid rgba(237, 11, 104, 0.55);
  border-bottom: 3px solid rgba(237, 11, 104, 0.3);
  border-radius: 50%;
  transform: rotate(7deg);
  opacity: 0.65;
}

.page-hero {
  padding: clamp(54px, 8vw, 92px) 0 44px;
  border-bottom: 1px solid var(--line);
}

.page-hero h1 {
  max-width: 840px;
}

.page-hero > p:not(.eyebrow) {
  max-width: 760px;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.7;
}

.apparel-hero {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: clamp(26px, 5vw, 58px);
  align-items: center;
  padding: clamp(54px, 8vw, 92px) 0;
  border-bottom: 1px solid var(--line);
}

.apparel-hero-copy p:not(.eyebrow) {
  max-width: 660px;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.7;
}

.apparel-logo-panel {
  display: grid;
  place-items: center;
  min-height: 360px;
  padding: clamp(22px, 4vw, 42px);
  background: #050507;
  border-radius: 18px;
  box-shadow: var(--shadow);
}

.apparel-logo-panel img {
  width: min(560px, 100%);
  height: auto;
}

.photo-hero {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(30px, 6vw, 70px);
  align-items: center;
  padding: clamp(54px, 8vw, 92px) 0;
  border-bottom: 1px solid var(--line);
}

.photo-logo-panel {
  display: grid;
  place-items: center;
  min-height: 380px;
  padding: clamp(22px, 4vw, 44px);
  background: var(--white);
  border: 1px solid #ead9e0;
  border-radius: 18px;
  box-shadow: var(--shadow);
}

.photo-logo-panel img {
  width: min(620px, 100%);
  height: auto;
}

.photo-hero-copy p:not(.eyebrow) {
  max-width: 660px;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.7;
}

.photo-contact-section {
  display: grid;
  grid-template-columns: 1fr 0.85fr;
  gap: 28px;
  align-items: stretch;
}

.photo-contact-card,
.photo-note {
  padding: clamp(24px, 4vw, 36px);
  background: var(--white);
  border: 1px solid #ead9e0;
  border-radius: 16px;
  box-shadow: 0 12px 34px rgba(42, 18, 29, 0.08);
}

.photo-contact-card .section-kicker {
  text-align: left;
}

.photo-note {
  display: grid;
  align-content: center;
}

.photo-note svg {
  width: 64px;
  height: 64px;
  padding: 15px;
  color: var(--pink);
  background: var(--pink-soft);
  border: 1px solid var(--line);
  border-radius: 999px;
}

.photo-note p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
}

.photo-gallery-section {
  padding-top: 68px;
}

.photo-gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.photo-gallery-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 360px;
  padding: clamp(24px, 4vw, 36px);
  background: var(--white);
  border: 1px solid #ead9e0;
  border-radius: 16px;
  box-shadow: 0 12px 34px rgba(42, 18, 29, 0.08);
}

.photo-gallery-card-primary {
  color: var(--white);
  background: linear-gradient(135deg, var(--pink), #8f0047);
  border-color: transparent;
}

.photo-gallery-card svg {
  width: 58px;
  height: 58px;
  padding: 14px;
  color: var(--pink);
  background: var(--pink-soft);
  border: 1px solid var(--line);
  border-radius: 999px;
}

.photo-gallery-card-primary svg {
  color: var(--pink);
  background: var(--white);
  border-color: rgba(255, 255, 255, 0.5);
}

.photo-gallery-card span {
  margin-top: 22px;
  color: var(--pink);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.photo-gallery-card-primary span {
  color: rgba(255, 255, 255, 0.78);
}

.photo-gallery-card h3 {
  margin: 8px 0 12px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1;
}

.photo-gallery-card p {
  margin: 0 0 24px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

.photo-gallery-card-primary p {
  color: rgba(255, 255, 255, 0.82);
}

.photo-gallery-card .button {
  margin-top: auto;
}

.apparel-preview {
  display: grid;
  grid-template-columns: 0.76fr 1.24fr;
  gap: clamp(26px, 5vw, 54px);
  align-items: center;
}

.apparel-preview .section-kicker {
  text-align: left;
}

.apparel-preview p:not(.section-kicker) {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
}

.preview-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.preview-grid span {
  display: grid;
  place-items: center;
  aspect-ratio: 0.82;
  color: var(--pink);
  background: var(--pink-soft);
  border: 1px dashed var(--line);
  border-radius: 14px;
}

.preview-grid svg {
  width: 42px;
  height: 42px;
}

.online-store-section {
  padding-top: 24px;
}

.online-store-card {
  display: grid;
  grid-template-columns: 70px 1fr auto;
  gap: 22px;
  align-items: center;
  padding: clamp(24px, 4vw, 36px);
  background: var(--pink-soft);
  border: 1px solid var(--line);
  border-radius: 16px;
}

.online-store-card > svg {
  width: 64px;
  height: 64px;
  padding: 15px;
  color: var(--pink);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 999px;
}

.online-store-card .section-kicker,
.online-store-card h2,
.online-store-card p {
  margin: 0;
  text-align: left;
}

.online-store-card h2 {
  margin-top: 6px;
}

.online-store-card p:not(.section-kicker) {
  margin-top: 8px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.6;
}

.info-strip {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid var(--line);
  border-top: 0;
  background: #fff6fa;
}

.info-strip div {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 4px 20px;
  align-items: center;
  padding: 26px clamp(20px, 5vw, 70px);
}

.info-strip div + div {
  border-left: 1px solid var(--line);
}

.info-strip svg {
  grid-row: span 2;
  width: 54px;
  height: 54px;
  padding: 12px;
  color: var(--pink);
  border: 2px solid var(--pink);
  border-radius: 999px;
}

.info-strip strong {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 24px;
}

.info-strip span {
  color: var(--muted);
  font-size: 14px;
}

.split-section {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: clamp(30px, 7vw, 82px);
  align-items: center;
  padding: 78px 0;
  border-bottom: 1px solid var(--line);
}

.split-section p:not(.eyebrow) {
  max-width: 560px;
  color: var(--muted);
  line-height: 1.75;
}

.studio-photo {
  min-height: 390px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background:
    url("../images/mission-dancers-2026.jpg") center 44% / cover no-repeat,
    #efeeee;
  box-shadow: var(--shadow);
}

.logo-overlay {
  font-family: Sacramento, cursive;
  color: var(--pink);
  font-size: clamp(52px, 8vw, 84px);
  transform: rotate(-6deg);
}

.section {
  padding: 54px 0;
  border-bottom: 1px solid var(--line);
}

.page-main {
  min-height: 52vh;
  padding-top: 78px;
}

.page-main h1 {
  max-width: 860px;
}

.page-main > p:not(.section-kicker) {
  max-width: 720px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
}

.section-kicker {
  text-align: center;
}

.offer-section {
  padding-block: 72px;
}

.offer-heading {
  max-width: 760px;
  margin: 0 auto 36px;
  text-align: center;
}

.offer-heading h2 {
  margin-bottom: 0;
}

.offer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 38px;
}

.offer-item {
  min-height: 250px;
  padding: 26px;
  background: var(--white);
  border: 1px solid #ead9e0;
  border-radius: 14px;
  box-shadow: 0 12px 34px rgba(42, 18, 29, 0.06);
}

.offer-item svg {
  width: 54px;
  height: 54px;
  padding: 13px;
  color: var(--pink);
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--pink-soft);
}

.offer-item h3 {
  margin: 20px 0 12px;
  color: var(--pink);
  font-family: Inter, system-ui, sans-serif;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.35;
  text-transform: uppercase;
}

.offer-item p {
  margin: 0;
  color: var(--ink);
  font-size: 16px;
  line-height: 1.7;
}

.class-descriptions-hero {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.78)),
    url("../images/mission-dancers-2026.jpg") center 42% / cover no-repeat;
}

.class-description-intro {
  padding-bottom: 32px;
}

.class-description-jump {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 28px;
}

.class-description-jump a {
  padding: 10px 14px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 800;
  border: 1px solid #ead9e0;
  border-radius: 999px;
  background: var(--white);
}

.class-description-jump a:hover {
  color: var(--pink);
  border-color: rgba(237, 11, 104, 0.36);
}

.class-description-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.class-description-card {
  display: grid;
  grid-template-columns: minmax(180px, 0.42fr) 1fr;
  overflow: hidden;
  min-height: 340px;
  background: var(--white);
  border: 1px solid #ead9e0;
  border-radius: 16px;
  box-shadow: 0 12px 34px rgba(42, 18, 29, 0.07);
}

.class-description-card-featured {
  grid-column: span 1;
}

.class-description-image {
  min-height: 100%;
  background: #f4eef1;
}

.class-description-image img {
  width: 100%;
  height: 100%;
  min-height: 340px;
  object-fit: cover;
}

.class-description-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: clamp(22px, 3vw, 32px);
}

.class-description-content > span {
  margin-bottom: 12px;
  color: var(--pink);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.class-description-content h2 {
  margin-bottom: 10px;
  font-size: clamp(28px, 3vw, 38px);
}

.class-description-content p {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}

.class-description-content .class-description-meta {
  color: var(--ink);
  font-weight: 800;
}

.class-description-content .button {
  margin-top: auto;
}

.class-description-cta {
  margin-top: 38px;
  margin-bottom: 54px;
}

.camp-grid {
  display: grid;
  gap: 28px;
}

.camp-card {
  display: grid;
  grid-template-columns: minmax(260px, 0.52fr) 1fr;
  gap: clamp(24px, 5vw, 48px);
  align-items: center;
  padding: clamp(20px, 4vw, 34px);
  background: var(--white);
  border: 1px solid #ead9e0;
  border-radius: 18px;
  box-shadow: 0 12px 34px rgba(42, 18, 29, 0.08);
}

.camp-image img {
  width: min(360px, 100%);
  margin-inline: auto;
  border-radius: 12px;
  box-shadow: 0 20px 45px rgba(42, 18, 29, 0.18);
}

.camp-session {
  margin: 0 0 12px;
  color: var(--pink);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.camp-details h2 {
  margin-bottom: 20px;
}

.camp-details ul {
  display: grid;
  gap: 12px;
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
}

.camp-details li {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  align-items: center;
  color: var(--ink);
  font-weight: 800;
}

.camp-details li svg {
  width: 38px;
  height: 38px;
  padding: 9px;
  color: var(--pink);
  background: var(--pink-soft);
  border: 1px solid var(--line);
  border-radius: 999px;
}

.camp-details p:not(.camp-session) {
  max-width: 680px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
}

.camp-note {
  color: var(--pink) !important;
  font-size: 15px !important;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.pricing-notice {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 22px;
  align-items: center;
  margin-bottom: 30px;
  padding: clamp(22px, 4vw, 34px);
  background: var(--pink-soft);
  border: 1px solid var(--line);
  border-radius: 16px;
}

.pricing-notice svg {
  width: 64px;
  height: 64px;
  padding: 15px;
  color: var(--pink);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 999px;
}

.pricing-notice h2,
.pricing-notice p {
  margin: 0;
}

.pricing-notice p {
  margin-top: 8px;
  color: var(--muted);
  line-height: 1.7;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.pricing-card,
.studio-pass-card,
.policy-grid article {
  background: var(--white);
  border: 1px solid #ead9e0;
  border-radius: 16px;
  box-shadow: 0 12px 34px rgba(42, 18, 29, 0.08);
}

.pricing-card {
  padding: clamp(24px, 4vw, 34px);
}

.pricing-card-primary {
  color: var(--white);
  background: linear-gradient(160deg, var(--pink), #5d003f);
  border-color: transparent;
}

.pricing-card h2 {
  margin-bottom: 24px;
  font-size: 30px;
}

.pricing-card h3 {
  margin: 26px 0 10px;
  color: var(--pink);
  font-family: Inter, system-ui, sans-serif;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.price-list {
  display: grid;
  gap: 16px;
  margin-bottom: 24px;
}

.price-list div {
  display: grid;
  grid-template-columns: 86px 1fr;
  gap: 16px;
  align-items: baseline;
}

.price-list strong {
  font-size: 24px;
}

.price-list span {
  color: var(--muted);
  line-height: 1.45;
}

.pricing-card-primary .price-list span {
  color: rgba(255, 255, 255, 0.76);
}

.pricing-card p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
}

.pricing-card-primary h3,
.pricing-card-primary p {
  color: rgba(255, 255, 255, 0.88);
}

.pricing-card-primary p {
  font-size: 17px;
  font-weight: 600;
}

.studio-pass-card {
  max-width: 760px;
  margin: 30px auto 0;
  padding: clamp(34px, 6vw, 58px);
  text-align: center;
}

.studio-pass-card span {
  color: var(--pink);
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.studio-pass-card strong {
  display: block;
  margin: 12px 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(62px, 10vw, 112px);
  line-height: 0.9;
}

.studio-pass-card p {
  max-width: 520px;
  margin: 0 auto 26px;
  color: var(--muted);
  line-height: 1.7;
}

.private-table {
  display: grid;
  margin-top: 26px;
  border-top: 1px solid #ead9e0;
}

.private-table div {
  display: grid;
  grid-template-columns: 0.5fr 1fr auto;
  gap: 22px;
  align-items: center;
  padding: 24px 0;
  border-bottom: 1px solid #ead9e0;
}

.private-table strong,
.private-table b {
  color: var(--pink);
  font-size: 18px;
  text-transform: uppercase;
}

.private-table span {
  color: var(--ink);
}

.private-note {
  margin-top: 24px;
  color: var(--muted);
  line-height: 1.7;
}

.policy-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  margin-top: 28px;
}

.policy-grid article {
  padding: 26px;
}

.policy-grid h3 {
  margin: 0 0 10px;
  color: var(--pink);
  font-family: Inter, system-ui, sans-serif;
  font-size: 16px;
  font-weight: 900;
}

.policy-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.contact-hero {
  padding-bottom: 30px;
}

.contact-layout {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 28px;
  align-items: stretch;
}

.contact-panel,
.map-panel,
.hours-card {
  background: var(--white);
  border: 1px solid #ead9e0;
  border-radius: 14px;
  box-shadow: 0 12px 34px rgba(42, 18, 29, 0.08);
}

.contact-panel {
  padding: clamp(24px, 4vw, 36px);
}

.contact-panel .section-kicker {
  text-align: left;
}

.contact-list {
  display: grid;
  gap: 16px;
}

.contact-list a {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 16px;
  align-items: center;
  padding: 16px;
  border: 1px solid #f1dfe7;
  border-radius: 12px;
  background: #fffafe;
}

.contact-list svg {
  width: 48px;
  height: 48px;
  padding: 12px;
  color: var(--pink);
  border: 1px solid var(--line);
  border-radius: 999px;
}

.contact-list strong,
.contact-list span {
  display: block;
}

.contact-list span {
  color: var(--muted);
  line-height: 1.5;
}

.contact-list strong {
  margin-bottom: 3px;
  color: var(--ink);
  font-size: 15px;
}

.map-panel {
  position: relative;
  overflow: hidden;
  min-height: 430px;
}

.map-canvas {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 430px;
  border: 0;
  background: var(--pink-soft);
}

.map-actions {
  position: absolute;
  right: 18px;
  bottom: 18px;
}

.hours-section {
  padding-top: 24px;
}

.hours-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.hours-card {
  padding: clamp(24px, 4vw, 34px);
}

.hours-card h2 {
  margin-bottom: 22px;
  font-size: 32px;
}

.hours-card div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 0;
  border-top: 1px solid #f1dfe7;
}

.hours-card strong {
  color: var(--ink);
}

.hours-card span {
  color: var(--pink);
  font-weight: 900;
  text-align: right;
}

.class-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

.class-card,
.instructor-card {
  position: relative;
  overflow: hidden;
  text-align: center;
  background: var(--white);
  border: 1px solid #ead9e0;
  border-radius: 14px;
  box-shadow: 0 12px 34px rgba(42, 18, 29, 0.08);
}

.class-card img {
  width: 100%;
  aspect-ratio: 0.88;
  object-fit: cover;
}

.class-card h3,
.instructor-card h3 {
  margin: 18px 12px 3px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 21px;
}

.class-card p,
.instructor-card p {
  margin: 0 12px 16px;
  color: var(--muted);
  font-size: 13px;
}

.class-card a {
  display: inline-grid;
  place-items: center;
  width: 30px;
  height: 30px;
  margin-bottom: 18px;
  color: var(--pink);
  border: 1px solid var(--pink);
  border-radius: 999px;
}

.icon-badge {
  position: absolute;
  z-index: 2;
  top: -1px;
  left: 50%;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  color: var(--white);
  background: var(--pink);
  border: 5px solid var(--white);
  border-radius: 999px;
  transform: translate(-50%, -22%);
}

.style-strip {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 8px;
  margin-top: 34px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--pink-soft);
}

.style-strip span {
  display: grid;
  justify-items: center;
  align-content: start;
  gap: 10px;
  min-height: 98px;
  font-weight: 800;
  font-size: 13px;
  text-align: center;
}

.style-strip img {
  width: 54px;
  height: 54px;
  object-fit: contain;
}

.space-grid,
.instructor-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.space-grid figure {
  margin: 0;
  text-align: center;
  font-weight: 800;
}

.space-grid img {
  width: 100%;
  aspect-ratio: 1.55;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: var(--shadow);
}

.space-grid figcaption {
  margin-top: 12px;
}

.centered {
  display: flex;
  width: fit-content;
  margin: 26px auto 0;
}

.section-heading {
  text-align: center;
}

.section-intro {
  max-width: 680px;
  margin: -4px auto 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}

.schedule-listings {
  display: grid;
  gap: 24px;
  margin-top: 30px;
}

.schedule-listing {
  overflow: hidden;
  background: var(--white);
  border: 1px solid #ead9e0;
  border-radius: 14px;
  box-shadow: 0 12px 34px rgba(42, 18, 29, 0.06);
}

.schedule-listing h3 {
  margin: 0;
  padding: 18px 22px;
  color: var(--pink);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 26px;
  border-bottom: 1px solid #f1dfe7;
}

.schedule-listing .jackrabbit-embed {
  border-top: 0;
}

.registration-section {
  scroll-margin-top: 120px;
}

.registration-days {
  display: grid;
  gap: 14px;
  margin-top: 26px;
}

.registration-day {
  overflow: hidden;
  border-color: #ead9e0;
  border-radius: 14px;
  box-shadow: 0 12px 34px rgba(42, 18, 29, 0.06);
}

.registration-day summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 24px;
  color: var(--ink);
  background: var(--white);
  list-style: none;
}

.registration-day summary::-webkit-details-marker {
  display: none;
}

.registration-day summary span {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 25px;
}

.registration-day summary svg {
  width: 22px;
  height: 22px;
  color: var(--pink);
  transition: transform 160ms ease;
}

.registration-day[open] summary svg {
  transform: rotate(180deg);
}

.jackrabbit-embed {
  overflow-x: auto;
  padding: 18px;
  background: #fffafe;
  border-top: 1px solid #f1dfe7;
}

.jackrabbit-embed table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  color: var(--ink);
  background: var(--white);
  border: 1px solid #ead9e0;
  border-radius: 10px;
  overflow: hidden;
}

.jackrabbit-embed th,
.jackrabbit-embed td {
  padding: 12px 14px;
  border-bottom: 1px solid #f1dfe7;
  text-align: left;
  font-size: 14px;
}

.jackrabbit-embed th {
  color: var(--pink);
  background: var(--pink-soft);
  font-weight: 900;
}

.jackrabbit-embed a {
  color: var(--pink);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.filters {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin: 30px 0 22px;
}

.filters label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.instructor-feature-grid,
.instructor-grid {
  display: grid;
  gap: 22px;
}

.instructor-feature-grid {
  grid-template-columns: repeat(2, minmax(260px, 340px));
  justify-content: center;
  margin-bottom: 22px;
}

.instructor-grid {
  grid-template-columns: repeat(4, 1fr);
}

.instructor-card {
  padding: 24px 12px;
}

.instructor-card-featured {
  padding-block: 34px;
}

.instructor-card img,
.instructor-photo-fallback {
  width: 96px;
  height: 96px;
  margin: 0 auto;
  border-radius: 999px;
  border: 3px solid var(--pink-soft);
  box-shadow: 0 10px 24px rgba(42, 18, 29, 0.12);
}

.instructor-card img {
  object-fit: cover;
}

.instructor-photo-fallback {
  display: grid;
  place-items: center;
  color: var(--pink);
  background: linear-gradient(135deg, var(--pink-soft), #fff);
  font-size: 28px;
  font-weight: 900;
}

.instructor-card-featured img,
.instructor-card-featured .instructor-photo-fallback {
  width: 118px;
  height: 118px;
}

.instructor-card-featured h3 {
  font-size: 26px;
}

.reason-faq-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 48px;
}

.reasons {
  display: grid;
  gap: 18px;
}

.reasons .section-kicker,
.faq .section-kicker {
  text-align: left;
}

.reasons div {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 4px 18px;
  align-items: center;
}

.reasons svg {
  grid-row: span 2;
  width: 54px;
  height: 54px;
  padding: 13px;
  color: var(--pink);
  border: 1px solid var(--line);
  border-radius: 999px;
}

.reasons span {
  color: var(--muted);
}

details {
  border: 1px solid #ead9e0;
  border-radius: 8px;
  background: var(--white);
}

details + details {
  margin-top: 10px;
}

summary {
  cursor: pointer;
  padding: 17px 20px;
  color: var(--ink);
  font-weight: 800;
}

details p {
  margin: 0;
  padding: 0 20px 18px;
  color: var(--muted);
  line-height: 1.6;
}

.portal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  margin-top: 54px;
  padding: 34px clamp(22px, 5vw, 58px);
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--pink-soft);
}

.portal div {
  display: grid;
  grid-template-columns: 84px 1fr;
  gap: 4px 24px;
  align-items: center;
}

.portal svg {
  grid-row: span 2;
  width: 76px;
  height: 76px;
  padding: 18px;
  color: var(--pink);
  border: 2px solid var(--pink);
  border-radius: 999px;
}

.portal h2,
.portal p {
  margin: 0;
}

.portal h2 {
  font-size: 28px;
}

.portal p {
  color: var(--muted);
}

.cta {
  position: relative;
  min-height: 190px;
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 62px;
  margin-bottom: 32px;
  padding: 38px clamp(24px, 5vw, 64px);
  overflow: hidden;
  color: var(--white);
  background: linear-gradient(135deg, var(--pink), #b30052);
  border-radius: 18px;
}

.cta h2,
.cta p {
  margin: 0;
}

.cta p {
  margin-top: 6px;
  font-size: 20px;
}

.cta-dancer {
  margin-left: auto;
  width: min(280px, 30vw);
  align-self: stretch;
  background: url("https://images.unsplash.com/photo-1547153760-18fc86324498?auto=format&fit=crop&w=600&q=80") center / cover;
  clip-path: polygon(14% 0, 100% 0, 86% 100%, 0 100%);
  opacity: 0.92;
}

.footer {
  display: grid;
  grid-template-columns: 1.3fr repeat(3, 1fr);
  gap: 34px;
  padding: 44px clamp(20px, 4vw, 48px);
  color: var(--white);
  background: #070609;
}

.footer-logo {
  width: min(172px, 100%);
  height: auto;
  margin: -8px 0 12px;
}

.footer h2 {
  margin: 0 0 14px;
  font-family: Inter, sans-serif;
  font-size: 15px;
}

.footer p,
.footer a,
.footer span {
  display: block;
  margin: 0 0 10px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
  line-height: 1.55;
}

.footer address {
  font-style: normal;
}

.footer svg {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  color: var(--pink);
  vertical-align: -3px;
}

.footer-legal {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px 24px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.footer-legal p,
.footer-legal a {
  margin: 0;
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: auto auto;
  }

  .nav-toggle {
    display: inline-grid;
    place-items: center;
    justify-self: end;
  }

  .site-nav {
    grid-column: 1 / -1;
    display: none;
    justify-content: start;
    flex-wrap: wrap;
    gap: 14px 24px;
  }

  .site-nav.is-open {
    display: flex;
  }

  .header-cta {
    display: none;
  }

  .hero,
  .apparel-hero,
  .photo-hero,
  .split-section,
  .reason-faq-grid,
  .photo-gallery-grid,
  .camp-card,
  .apparel-preview,
  .photo-contact-section,
  .contact-layout,
  .class-description-card {
    grid-template-columns: 1fr;
  }

  .pricing-grid,
  .policy-grid {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    width: min(58%, 560px);
    padding-bottom: 34px;
  }

  .hero-photo {
    min-height: 430px;
  }

  .class-grid,
  .style-strip,
  .instructor-feature-grid,
  .instructor-grid,
  .offer-grid,
  .class-description-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .class-description-image img {
    aspect-ratio: 16 / 9;
    min-height: 0;
  }

  .filters,
  .space-grid,
  .hours-grid,
  .footer {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 680px) {
  .section-band,
  .section,
  .split-section,
  .info-strip,
  .portal,
  .cta,
  .footer {
    width: min(100% - 28px, 1180px);
  }

  .site-header {
    padding: 14px;
  }

  .brand {
    width: 126px;
  }

  .hero {
    min-height: auto;
  }

  .hero-copy {
    width: 100%;
    padding-top: 40px;
  }

  .hero-photo {
    min-height: 320px;
    margin-inline: -14px;
  }

  .hero-actions,
  .portal,
  .cta {
    align-items: stretch;
    flex-direction: column;
  }

  .info-strip,
  .class-grid,
  .style-strip,
  .offer-grid,
  .class-description-grid,
  .preview-grid,
  .space-grid,
  .instructor-feature-grid,
  .instructor-grid,
  .filters,
  .hours-grid,
  .footer {
    grid-template-columns: 1fr;
  }

  .info-strip div + div {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .portal div {
    grid-template-columns: 1fr;
    text-align: center;
    justify-items: center;
  }

  .cta-dancer {
    width: 100%;
    min-height: 150px;
    clip-path: none;
  }

  .pricing-notice,
  .online-store-card,
  .private-table div {
    grid-template-columns: 1fr;
  }

  .pricing-notice,
  .online-store-card {
    text-align: center;
    justify-items: center;
  }

  .online-store-card .section-kicker,
  .online-store-card h2,
  .online-store-card p {
    text-align: center;
  }

  .contact-list a {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .hours-card div {
    display: grid;
  }

  .hours-card span {
    text-align: left;
  }
}
