:root {
  --paper: #f4f0e8;
  --paper-deep: #ebe3d7;
  --white: #fffdf9;
  --ink: #33231f;
  --ink-soft: #705d53;
  --gold: #a78a59;
  --gold-dark: #80683f;
  --gold-soft: #d9c7a5;
  --olive: #4f5547;
  --line: rgba(51, 35, 31, 0.15);
  --shadow: 0 24px 70px rgba(51, 35, 31, 0.12);
  --radius-lg: 2rem;
  --radius-md: 1.25rem;
  --container: min(1180px, calc(100vw - 48px));
  --serif: "Iowan Old Style", "Palatino Linotype", Palatino, Baskerville, Georgia, serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  background: var(--paper);
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 92% 5%, rgba(167, 138, 89, 0.12), transparent 26rem),
    var(--paper);
  font-family: var(--sans);
  font-size: 1rem;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }

.skip-link {
  position: fixed;
  z-index: 1000;
  top: .5rem;
  left: .5rem;
  padding: .65rem 1rem;
  color: var(--white);
  background: var(--ink);
  border-radius: 999px;
  transform: translateY(-160%);
}
.skip-link:focus { transform: translateY(0); }

.concept-bar {
  position: relative;
  z-index: 40;
  padding: .48rem 1rem;
  color: #fff;
  background: var(--ink);
  font-size: .72rem;
  font-weight: 750;
  letter-spacing: .14em;
  text-align: center;
  text-transform: uppercase;
}

.site-header {
  position: sticky;
  z-index: 30;
  top: 0;
  border-bottom: 1px solid transparent;
  background: rgba(244, 240, 232, .92);
  backdrop-filter: blur(18px);
  transition: border-color .2s ease, box-shadow .2s ease;
}

.site-header.is-scrolled {
  border-color: var(--line);
  box-shadow: 0 10px 30px rgba(51, 35, 31, .06);
}

.header-inner {
  width: var(--container);
  min-height: 94px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.brand {
  width: clamp(180px, 18vw, 232px);
  flex: 0 0 auto;
  text-decoration: none;
}

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

.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--ink);
  background: var(--white);
  place-items: center;
  cursor: pointer;
}

.nav-toggle-lines,
.nav-toggle-lines::before,
.nav-toggle-lines::after {
  display: block;
  width: 19px;
  height: 1.5px;
  background: currentColor;
  transition: transform .2s ease, opacity .2s ease;
}
.nav-toggle-lines { position: relative; }
.nav-toggle-lines::before,
.nav-toggle-lines::after { content: ""; position: absolute; left: 0; }
.nav-toggle-lines::before { transform: translateY(-6px); }
.nav-toggle-lines::after { transform: translateY(6px); }
.nav-toggle[aria-expanded="true"] .nav-toggle-lines { background: transparent; }
.nav-toggle[aria-expanded="true"] .nav-toggle-lines::before { transform: rotate(45deg); }
.nav-toggle[aria-expanded="true"] .nav-toggle-lines::after { transform: rotate(-45deg); }

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(.7rem, 1.5vw, 1.5rem);
}

.site-nav a {
  position: relative;
  padding: .35rem 0;
  color: var(--ink-soft);
  font-size: .91rem;
  font-weight: 650;
  text-decoration: none;
  white-space: nowrap;
}

.site-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1.5px;
  background: var(--gold-dark);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .2s ease;
}
.site-nav a:hover::after,
.site-nav a[aria-current="page"]::after { transform: scaleX(1); transform-origin: left; }
.site-nav a[aria-current="page"] { color: var(--ink); }

.nav-contact {
  padding: .68rem 1rem !important;
  color: var(--white) !important;
  background: var(--ink);
  border-radius: 999px;
}
.nav-contact::after { display: none; }
.nav-contact:hover { background: var(--gold-dark); }

main { overflow: clip; }
.shell { width: var(--container); margin-inline: auto; }

.section { padding: clamp(4.5rem, 8vw, 8rem) 0; }
.section-tight { padding: clamp(3.4rem, 6vw, 5.5rem) 0; }
.section-dark { color: var(--white); background: var(--ink); }
.section-gold { color: var(--ink); background: var(--gold-soft); }

.eyebrow {
  margin: 0 0 .8rem;
  color: var(--gold-dark);
  font-size: .74rem;
  font-weight: 800;
  letter-spacing: .17em;
  line-height: 1.35;
  text-transform: uppercase;
}
.section-dark .eyebrow { color: #d7bd8b; }

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 {
  font-family: var(--serif);
  font-weight: 500;
  letter-spacing: -.035em;
  line-height: 1.02;
}
h1 { margin-bottom: 1.3rem; font-size: clamp(3.25rem, 7.5vw, 7rem); }
h2 { margin-bottom: 1.1rem; font-size: clamp(2.45rem, 5vw, 4.7rem); }
h3 { margin-bottom: .75rem; font-size: clamp(1.55rem, 2.5vw, 2.2rem); }
.lede {
  max-width: 660px;
  color: var(--ink-soft);
  font-size: clamp(1.05rem, 1.6vw, 1.22rem);
  line-height: 1.65;
}
.section-dark .lede { color: rgba(255, 253, 249, .72); }

.button-row { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 2rem; }
.button {
  min-height: 49px;
  padding: .78rem 1.2rem;
  border: 1px solid var(--ink);
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .65rem;
  color: var(--white);
  background: var(--ink);
  font-size: .92rem;
  font-weight: 750;
  text-decoration: none;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.button::after { content: "↗"; font-size: 1rem; }
.button:hover { transform: translateY(-2px); background: var(--gold-dark); border-color: var(--gold-dark); }
.button-secondary { color: var(--ink); background: transparent; border-color: var(--line); }
.button-secondary:hover { color: var(--white); }
.button-light { color: var(--ink); background: var(--white); border-color: var(--white); }

.hero { padding: clamp(2.5rem, 6vw, 6rem) 0 0; }
.hero-grid {
  min-height: min(740px, calc(100vh - 140px));
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, .78fr);
  align-items: center;
  gap: clamp(2rem, 6vw, 6.5rem);
}
.hero-copy { padding: 2rem 0 5rem; }
.hero-copy h1 { max-width: 850px; }
.hero-copy .lede { max-width: 590px; }
.hero-media {
  position: relative;
  min-height: 620px;
  border-radius: var(--radius-lg) var(--radius-lg) 0 0;
  overflow: hidden;
  box-shadow: var(--shadow);
  background: var(--paper-deep);
}
.hero-media > img { width: 100%; height: 100%; min-height: 620px; object-fit: cover; }
.hero-stamp {
  position: absolute;
  right: 1.2rem;
  bottom: 1.2rem;
  width: 148px;
  height: 148px;
  padding: 1rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--white);
  background: rgba(51, 35, 31, .9);
  font-size: .73rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-align: center;
  text-transform: uppercase;
  transform: rotate(-7deg);
  backdrop-filter: blur(8px);
}

.quick-facts {
  border-block: 1px solid var(--line);
  background: rgba(255, 253, 249, .4);
}
.quick-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.quick-item { padding: 1.25rem clamp(1rem, 3vw, 2.2rem); border-right: 1px solid var(--line); }
.quick-item:first-child { padding-left: 0; }
.quick-item:last-child { border-right: 0; }
.quick-label { display: block; margin-bottom: .2rem; color: var(--gold-dark); font-size: .68rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.quick-value { font-size: .95rem; font-weight: 650; }

.intro-row { display: grid; grid-template-columns: 1.25fr .55fr; align-items: end; gap: 3rem; margin-bottom: 2.8rem; }
.intro-row > p { margin: 0 0 .5rem; color: var(--ink-soft); }

.reason-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.1rem; }
.reason-card {
  min-height: 330px;
  padding: clamp(1.5rem, 3vw, 2rem);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: rgba(255, 253, 249, .78);
  transition: transform .25s ease, box-shadow .25s ease;
}
.reason-card:nth-child(2) { color: var(--white); background: var(--gold-dark); border-color: var(--gold-dark); }
.reason-card:hover { transform: translateY(-6px); box-shadow: 0 18px 40px rgba(51, 35, 31, .1); }
.card-number { width: 45px; height: 45px; margin-bottom: auto; border: 1px solid currentColor; border-radius: 50%; display: grid; place-items: center; font-size: .7rem; font-weight: 800; }
.reason-card h3 { margin-top: 3rem; }
.reason-card p { color: var(--ink-soft); }
.reason-card:nth-child(2) p { color: rgba(255,255,255,.78); }
.text-link { margin-top: auto; font-size: .9rem; font-weight: 800; text-decoration: none; }
.text-link::after { content: " →"; }
.text-link:hover { text-decoration: underline; text-underline-offset: .25rem; }

.split { display: grid; grid-template-columns: 1fr 1fr; align-items: stretch; }
.split-media { min-height: 620px; }
.split-media img { width: 100%; height: 100%; min-height: 620px; object-fit: cover; }
.split-copy { padding: clamp(3rem, 7vw, 7rem); display: flex; flex-direction: column; justify-content: center; }
.split-copy .lede { max-width: 520px; }

.dance-teaser {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  min-height: 520px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  color: var(--white);
  background: var(--ink);
  box-shadow: var(--shadow);
}
.dance-teaser img { width: 100%; height: 100%; min-height: 520px; object-fit: cover; filter: contrast(.95); }
.dance-teaser-copy { padding: clamp(2.5rem, 6vw, 5.5rem); display: flex; flex-direction: column; justify-content: center; }

.page-hero { padding: clamp(4.5rem, 9vw, 8.5rem) 0 clamp(3.4rem, 6vw, 5.5rem); }
.page-hero-grid { display: grid; grid-template-columns: 1.15fr .55fr; align-items: end; gap: 3rem; }
.page-hero h1 { max-width: 900px; }
.page-hero-aside { padding: 1.5rem 0 .5rem; border-top: 1px solid var(--line); color: var(--ink-soft); }

.offer-tabs-wrap { padding-bottom: clamp(5rem, 9vw, 9rem); }
.offer-tabs {
  position: sticky;
  z-index: 10;
  top: 94px;
  padding: .75rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  display: flex;
  gap: .35rem;
  overflow-x: auto;
  background: rgba(244, 240, 232, .93);
  box-shadow: 0 10px 25px rgba(51, 35, 31, .06);
  backdrop-filter: blur(18px);
  scrollbar-width: none;
}
.offer-tabs::-webkit-scrollbar { display: none; }
.offer-tab {
  min-height: 43px;
  padding: .65rem 1rem;
  border: 0;
  border-radius: 999px;
  flex: 1 0 auto;
  color: var(--ink-soft);
  background: transparent;
  font-size: .87rem;
  font-weight: 750;
  cursor: pointer;
}
.offer-tab[aria-selected="true"] { color: var(--white); background: var(--ink); }
.offer-panel { padding-top: clamp(3rem, 6vw, 5.5rem); }
.offer-panel[hidden] { display: none; }
.panel-heading { display: grid; grid-template-columns: 1fr .65fr; align-items: end; gap: 3rem; margin-bottom: 2.5rem; }
.panel-heading p { color: var(--ink-soft); }

.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.feature-card { padding: 1.8rem; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); }
.feature-card p:last-child { margin-bottom: 0; color: var(--ink-soft); }

.menu-highlight {
  margin-bottom: 1rem;
  padding: clamp(2rem, 5vw, 4rem);
  border-radius: var(--radius-lg);
  color: var(--white);
  background: var(--gold-dark);
}
.menu-highlight h3 { font-size: clamp(2.2rem, 4.5vw, 4rem); }
.price { font-weight: 800; white-space: nowrap; }
.menu-columns { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.menu-day, .menu-group { padding: clamp(1.4rem, 3vw, 2rem); border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); }
.menu-day h3, .menu-group h3 { font-size: 1.8rem; }
.menu-day ul, .menu-group ul { margin: .8rem 0 0; padding-left: 1.15rem; }
.menu-day li, .menu-group li { margin: .25rem 0; }
.menu-note { margin-top: 1rem; padding: 1rem 1.2rem; border-left: 3px solid var(--gold); color: var(--ink-soft); background: rgba(255,255,255,.5); }

.price-list { margin: 0; }
.price-row { padding: .9rem 0; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 1fr auto; gap: 1rem; align-items: start; }
.price-row:last-child { border-bottom: 0; }
.price-row dt { font-weight: 700; }
.price-row dd { margin: 0; font-weight: 800; }
.price-row small { display: block; margin-top: .15rem; color: var(--ink-soft); font-weight: 450; }

.media-card { position: relative; min-height: 520px; border-radius: var(--radius-lg); overflow: hidden; }
.media-card img { width: 100%; height: 100%; min-height: 520px; object-fit: cover; }
.media-card-overlay { position: absolute; inset: auto 1rem 1rem 1rem; padding: 1.2rem; border-radius: 1rem; color: var(--white); background: rgba(51,35,31,.88); backdrop-filter: blur(12px); }
.media-card-overlay p { margin: 0; }

.dance-hero { padding: clamp(3rem, 7vw, 6rem) 0; }
.dance-hero-card { min-height: 650px; border-radius: var(--radius-lg); display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; color: var(--white); background: var(--ink); box-shadow: var(--shadow); }
.dance-hero-copy { padding: clamp(2.8rem, 7vw, 6rem); display: flex; flex-direction: column; justify-content: center; }
.dance-hero-copy h1 { font-size: clamp(3.5rem, 7vw, 6.5rem); }
.dance-hero-copy .lede { color: rgba(255,255,255,.73); }
.dance-hero-card img { width: 100%; height: 100%; min-height: 650px; object-fit: cover; }

.schedule { border-top: 1px solid var(--line); }
.schedule-row { padding: 1rem 0; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: .7fr 1.1fr 1.5fr .65fr; gap: 1rem; align-items: baseline; }
.schedule-row > :first-child { font-weight: 800; }
.schedule-time { color: var(--gold-dark); font-weight: 750; }
.schedule-level { justify-self: end; padding: .2rem .55rem; border: 1px solid var(--line); border-radius: 999px; font-size: .75rem; font-weight: 750; white-space: nowrap; }

.teacher-grid { display: grid; grid-template-columns: .72fr 1.28fr; align-items: stretch; gap: clamp(2rem, 6vw, 6rem); }
.teacher-photo { min-height: 560px; border-radius: var(--radius-lg); overflow: hidden; }
.teacher-photo img { width: 100%; height: 100%; min-height: 560px; object-fit: cover; }
.teacher-copy { align-self: center; }
.teacher-quote { margin: 1.5rem 0 0; padding-left: 1.5rem; border-left: 2px solid var(--gold); color: var(--ink-soft); font-family: var(--serif); font-size: 1.35rem; }

.gallery-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 120px; gap: 1rem; }
.gallery-item { margin: 0; border-radius: var(--radius-md); overflow: hidden; background: var(--paper-deep); }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.gallery-item:hover img { transform: scale(1.03); }
.gallery-item:nth-child(1) { grid-column: span 7; grid-row: span 4; }
.gallery-item:nth-child(2) { grid-column: span 5; grid-row: span 3; }
.gallery-item:nth-child(3) { grid-column: span 5; grid-row: span 3; }
.gallery-item:nth-child(4) { grid-column: span 5; grid-row: span 3; }
.gallery-item:nth-child(5) { grid-column: span 7; grid-row: span 3; }

.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; counter-reset: values; }
.value-card { min-height: 290px; padding: 2rem; border: 1px solid var(--line); border-radius: var(--radius-md); background: rgba(255,255,255,.65); }
.value-card::before { counter-increment: values; content: "0" counter(values); display: block; margin-bottom: 4.5rem; color: var(--gold-dark); font-size: .75rem; font-weight: 800; letter-spacing: .12em; }

.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 1rem; }
.contact-card { padding: clamp(2rem, 5vw, 4rem); border-radius: var(--radius-lg); background: var(--white); }
.contact-card-dark { color: var(--white); background: var(--ink); }
.contact-list { margin: 2rem 0 0; padding: 0; list-style: none; }
.contact-list li { padding: .85rem 0; border-bottom: 1px solid currentColor; border-color: rgba(112,93,83,.18); }
.contact-card-dark .contact-list li { border-color: rgba(255,255,255,.15); }
.contact-list strong { display: block; margin-bottom: .15rem; font-size: .76rem; letter-spacing: .09em; text-transform: uppercase; }
.contact-list a { font-family: var(--serif); font-size: clamp(1.25rem, 2.4vw, 1.8rem); text-decoration: none; }
.contact-list a:hover { text-decoration: underline; text-underline-offset: .3rem; }

.hours { margin: 2rem 0 0; }
.hours-row { padding: .85rem 0; border-bottom: 1px solid rgba(255,255,255,.15); display: grid; grid-template-columns: 1fr auto; gap: 1rem; }
.hours-row dt { font-weight: 700; }
.hours-row dd { margin: 0; text-align: right; }

.site-footer { color: rgba(255,255,255,.72); background: #271b18; }
.footer-main { padding: 4.5rem 0 3rem; display: grid; grid-template-columns: 1.2fr .75fr .75fr; gap: 3rem; }
.footer-logo { width: 230px; margin-bottom: 1.5rem; filter: brightness(0) invert(1); opacity: .92; }
.footer-title { margin-bottom: .85rem; color: #fff; font-family: var(--sans); font-size: .74rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.footer-links { margin: 0; padding: 0; list-style: none; }
.footer-links li { margin: .38rem 0; }
.footer-links a { text-decoration: none; }
.footer-links a:hover { color: #fff; text-decoration: underline; text-underline-offset: .25rem; }
.footer-bottom { padding: 1.1rem 0 1.5rem; border-top: 1px solid rgba(255,255,255,.12); display: flex; justify-content: space-between; gap: 2rem; font-size: .72rem; }

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

@media (max-width: 980px) {
  :root { --container: min(100% - 36px, 760px); }
  .header-inner { min-height: 82px; }
  .brand { width: 190px; }
  .nav-toggle { display: grid; }
  .site-nav {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    padding: 1.1rem max(18px, calc((100vw - 760px) / 2));
    border-bottom: 1px solid var(--line);
    display: none;
    align-items: stretch;
    flex-direction: column;
    gap: .15rem;
    background: var(--paper);
    box-shadow: 0 22px 35px rgba(51,35,31,.1);
  }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: .75rem .25rem; }
  .nav-contact { margin-top: .35rem; text-align: center; }
  .hero-grid { min-height: auto; grid-template-columns: 1fr; gap: 0; }
  .hero-copy { padding: 2rem 0 4rem; }
  .hero-media, .hero-media > img { min-height: 520px; }
  .intro-row, .page-hero-grid, .panel-heading { grid-template-columns: 1fr; gap: 1rem; }
  .reason-grid, .feature-grid, .values-grid { grid-template-columns: 1fr 1fr; }
  .reason-card:last-child, .value-card:last-child { grid-column: 1 / -1; }
  .split { grid-template-columns: 1fr; }
  .split-media, .split-media img { min-height: 500px; }
  .dance-teaser { grid-template-columns: 1fr; }
  .dance-teaser img { max-height: 520px; }
  .offer-tabs { top: 82px; border-radius: 1.2rem; }
  .dance-hero-card { grid-template-columns: 1fr; }
  .dance-hero-card img { min-height: 540px; }
  .teacher-grid { grid-template-columns: 1fr; }
  .teacher-photo, .teacher-photo img { min-height: 520px; }
  .contact-grid { grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
  :root { --container: calc(100% - 28px); --radius-lg: 1.35rem; --radius-md: 1rem; }
  body { line-height: 1.58; }
  .concept-bar { font-size: .62rem; letter-spacing: .1em; }
  .header-inner { min-height: 78px; }
  .brand { width: 168px; }
  h1 { font-size: clamp(2.85rem, 15vw, 4.4rem); }
  h2 { font-size: clamp(2.3rem, 11vw, 3.4rem); }
  .hero { padding-top: 1.5rem; }
  .hero-media, .hero-media > img { min-height: 430px; }
  .hero-stamp { width: 118px; height: 118px; font-size: .62rem; }
  .quick-grid { grid-template-columns: 1fr; }
  .quick-item, .quick-item:first-child { padding: 1rem 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .quick-item:last-child { border-bottom: 0; }
  .reason-grid, .feature-grid, .values-grid, .menu-columns { grid-template-columns: 1fr; }
  .reason-card:last-child, .value-card:last-child { grid-column: auto; }
  .reason-card { min-height: 290px; }
  .split-media, .split-media img { min-height: 390px; }
  .dance-teaser img { min-height: 420px; }
  .offer-tabs { top: 78px; margin-inline: -4px; padding: .45rem; }
  .offer-tab { min-height: 40px; padding: .55rem .8rem; font-size: .8rem; }
  .dance-hero-card img { min-height: 460px; }
  .schedule-row { grid-template-columns: 1fr auto; gap: .25rem 1rem; }
  .schedule-row > :nth-child(3) { grid-column: 1 / -1; color: var(--ink-soft); }
  .schedule-level { grid-column: 2; grid-row: 1; }
  .teacher-photo, .teacher-photo img { min-height: 430px; }
  .gallery-grid { grid-template-columns: 1fr; grid-auto-rows: auto; }
  .gallery-item:nth-child(n) { grid-column: auto; grid-row: auto; aspect-ratio: 4 / 3; }
  .gallery-item:nth-child(3), .gallery-item:nth-child(4) { aspect-ratio: 1 / 1; }
  .footer-main { grid-template-columns: 1fr; gap: 2rem; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { flex-direction: column; gap: .5rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

/* Aight redesign: compact, modern and brand-led */
:root {
  --paper: #f7f3eb;
  --paper-deep: #e6ddcf;
  --white: #fffdf7;
  --ink: #173a40;
  --ink-soft: #586766;
  --gold: #b89462;
  --gold-dark: #6d4f3f;
  --gold-soft: #dccdb7;
  --olive: #2d655f;
  --line: rgba(55, 68, 65, .17);
  --shadow: 0 20px 54px rgba(10, 39, 45, .14);
  --radius-lg: 1.4rem;
  --radius-md: .9rem;
  --container: min(1480px, calc(100vw - 64px));
  --display: "Iowan Old Style", "Palatino Linotype", Palatino, "Book Antiqua", Baskerville, Georgia, serif;
  --serif: var(--display);
}

body {
  color: #243d3f;
  background: var(--paper);
  line-height: 1.58;
}

.concept-bar {
  padding: .34rem 1rem;
  background: #102c33;
  font-size: .66rem;
  letter-spacing: .11em;
}

.site-header { background: rgba(247, 243, 235, .97); }
.site-header.is-scrolled { box-shadow: 0 10px 30px rgba(10, 39, 45, .08); }
.header-inner {
  min-height: 0;
  padding-block: 18px;
  align-items: flex-end;
}
.brand {
  width: clamp(244px, 19vw, 288px);
  perspective: 900px;
  isolation: isolate;
}
.brand-stage {
  --logo-x: 0px;
  --logo-y: 0px;
  --logo-rotate: 0deg;
  display: block;
  transform: translate3d(var(--logo-x), var(--logo-y), 0) rotate(var(--logo-rotate));
  transform-style: preserve-3d;
  transition: transform .24s cubic-bezier(.2, .8, .2, 1);
  will-change: transform;
}
.brand-motion {
  position: relative;
  display: block;
  transform-origin: 28% 56%;
  animation:
    logo-arrival 1.05s cubic-bezier(.2, 1.4, .32, 1) both,
    logo-float 5.8s 1.15s ease-in-out infinite;
}
.brand img {
  position: relative;
  z-index: 2;
  display: block;
  filter: drop-shadow(0 8px 13px rgba(23, 58, 64, .13));
  transform-origin: 30% 55%;
}
.brand:is(:hover, :focus-visible) img {
  animation: logo-dance .9s cubic-bezier(.2, .75, .2, 1) both;
}
.brand-spark {
  position: absolute;
  z-index: 3;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  pointer-events: none;
}
.brand-spark-one {
  top: 10%;
  left: -1%;
  background: #b89462;
  box-shadow: 12px -5px 0 -2px #6d4f3f;
  animation: logo-spark-one 3.4s 1s ease-in-out infinite;
}
.brand-spark-two {
  right: 2%;
  bottom: 10%;
  width: 7px;
  height: 7px;
  background: #6d4f3f;
  box-shadow: -11px 5px 0 -2px #b89462;
  animation: logo-spark-two 4.1s 1.3s ease-in-out infinite;
}
.brand-swoosh {
  position: absolute;
  z-index: 1;
  right: 2%;
  bottom: -7px;
  width: 68%;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, #b89462 24%, #6d4f3f 72%, transparent);
  pointer-events: none;
  transform-origin: left center;
  animation: logo-swoosh 3.8s 1.2s ease-in-out infinite;
}
@keyframes logo-arrival {
  0% { opacity: 0; transform: translate3d(-34px, -19px, 0) rotate(-11deg) scale(.72); }
  56% { opacity: 1; transform: translate3d(7px, 3px, 0) rotate(5deg) scale(1.08); }
  76% { transform: translate3d(-3px, -2px, 0) rotate(-2.5deg) scale(.97); }
  90% { transform: translate3d(1px, 0, 0) rotate(1deg) scale(1.02); }
  100% { opacity: 1; transform: none; }
}
@keyframes logo-float {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(-.6deg); }
  38% { transform: translate3d(0, -4px, 0) rotate(.7deg); }
  68% { transform: translate3d(0, 2px, 0) rotate(-.2deg); }
}
@keyframes logo-dance {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(0) skewX(0) scale(1); }
  18% { transform: translate3d(-5px, -5px, 0) rotate(-6deg) skewX(-2deg) scale(1.04, .97); }
  38% { transform: translate3d(6px, 1px, 0) rotate(7deg) skewX(2deg) scale(.98, 1.05); }
  58% { transform: translate3d(-3px, -3px, 0) rotate(-3.5deg) scale(1.055, .96); }
  78% { transform: translate3d(2px, 0, 0) rotate(2deg) scale(.99, 1.025); }
}
@keyframes logo-spark-one {
  0%, 100% { opacity: .25; transform: translate3d(0, 3px, 0) scale(.7); }
  45% { opacity: 1; transform: translate3d(8px, -7px, 0) scale(1.2); }
  72% { opacity: .5; transform: translate3d(14px, 1px, 0) scale(.85); }
}
@keyframes logo-spark-two {
  0%, 100% { opacity: .2; transform: translate3d(2px, 0, 0) scale(.7); }
  42% { opacity: .9; transform: translate3d(-9px, 6px, 0) scale(1.25); }
  70% { opacity: .45; transform: translate3d(-4px, -4px, 0) scale(.9); }
}
@keyframes logo-swoosh {
  0%, 100% { opacity: .25; transform: scaleX(.18) translateX(-8%); }
  48% { opacity: .8; transform: scaleX(1) translateX(0); }
  72% { opacity: .42; transform: scaleX(.62) translateX(24%); }
}
.site-nav { gap: clamp(.75rem, 1.35vw, 1.35rem); }
.site-nav a { color: #365b5d; font-size: .88rem; font-weight: 720; }
.site-nav a::after { background: var(--gold-dark); }
.nav-contact {
  padding: .62rem .9rem !important;
  background: var(--gold-dark);
  border-radius: .55rem;
}
.nav-contact:hover { background: var(--ink); }

.section { padding: clamp(4rem, 6.5vw, 6rem) 0; }
.section-tight { padding: clamp(3.25rem, 5vw, 4.6rem) 0; }
.section-dark { background: var(--ink); }
.section-gold { background: var(--gold-soft); }
.section-dark .eyebrow { color: #c8a875; }

.eyebrow {
  margin-bottom: .65rem;
  color: var(--gold-dark);
  font-size: .7rem;
  letter-spacing: .14em;
}

h1, h2 {
  font-family: var(--display);
  font-weight: 500;
  letter-spacing: -.038em;
  line-height: .99;
  text-wrap: balance;
}
h3 {
  font-family: var(--sans);
  font-weight: 750;
  letter-spacing: -.032em;
  line-height: 1.08;
}
h1 { margin-bottom: 1.1rem; font-size: clamp(3.25rem, 5.8vw, 5rem); }
h2 { margin-bottom: 1rem; font-size: clamp(2.15rem, 3.8vw, 3.45rem); }
h3 { font-size: clamp(1.35rem, 2vw, 1.8rem); }
.lede { font-size: clamp(1rem, 1.45vw, 1.15rem); line-height: 1.58; }

.button-row { margin-top: 1.6rem; gap: .65rem; }
.button {
  min-height: 46px;
  padding: .72rem 1rem;
  border-radius: .55rem;
  font-size: .88rem;
  box-shadow: none;
}
.button::after { content: "→"; }
.button:hover { transform: translateY(-1px); }
.button-accent { color: #fff; background: var(--gold-dark); border-color: var(--gold-dark); }
.button-accent:hover { background: #523a30; border-color: #523a30; }
.button-ghost { color: #fff; background: transparent; border-color: rgba(255,255,255,.42); }
.button-ghost:hover { color: var(--ink); background: var(--white); border-color: var(--white); }
.button-secondary { border-color: var(--line); }

.hero {
  padding: 0;
  color: var(--white);
  background:
    radial-gradient(circle at 82% 12%, rgba(45, 101, 95, .5), transparent 34rem),
    linear-gradient(135deg, #102c33 0%, #173a40 55%, #1f5352 100%);
}
.hero-grid {
  min-height: 590px;
  grid-template-columns: minmax(0, 1.04fr) minmax(390px, .96fr);
  gap: clamp(2rem, 5vw, 5rem);
}
.hero-copy { padding: 3.8rem 0; }
.hero-copy h1 {
  max-width: 760px;
  margin-bottom: 1.25rem;
  font-size: clamp(3.7rem, 6.2vw, 5.55rem);
  font-weight: 500;
  letter-spacing: -.05em;
  line-height: .92;
}
.hero-copy h1 em { color: #dcc7a5; font-style: italic; font-weight: 400; }
.hero-copy .lede { max-width: 560px; color: rgba(255,253,248,.76); }
.hero .eyebrow { color: #c8a875; }
.open-now {
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  gap: .55rem;
  color: rgba(255,255,255,.72);
  font-size: .78rem;
  font-weight: 700;
}
.open-now span { width: 8px; height: 8px; border-radius: 50%; background: #b89462; box-shadow: 0 0 0 4px rgba(184,148,98,.18); }
.hero-details {
  max-width: 590px;
  margin-top: 2.4rem;
  padding-top: 1.2rem;
  border-top: 1px solid rgba(255,255,255,.17);
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 1.5rem;
}
.hero-details div { display: grid; gap: .1rem; }
.hero-details strong { font-size: .72rem; letter-spacing: .09em; text-transform: uppercase; }
.hero-details span { color: rgba(255,255,255,.66); font-size: .86rem; }
.hero-visual { position: relative; align-self: stretch; min-height: 590px; }
.hero-photo-main,
.hero-photo-small { position: absolute; margin: 0; overflow: hidden; background: var(--paper-deep); }
.hero-photo-main { inset: 2.4rem 1.7rem 2.4rem 4.4rem; border-radius: 1.1rem; }
.hero-photo-main img { width: 100%; height: 100%; object-fit: cover; }
.hero-photo-small {
  left: 0;
  bottom: 1.7rem;
  width: 178px;
  height: 214px;
  border: 8px solid var(--ink);
  border-radius: .9rem;
}
.hero-photo-small img { width: 100%; height: 168px; object-fit: cover; }
.hero-photo-small figcaption { padding: .55rem .7rem; color: var(--ink); background: var(--white); font-size: .76rem; font-weight: 800; }
.hero-badge {
  position: absolute;
  z-index: 2;
  top: 1.8rem;
  right: 0;
  width: 108px;
  height: 108px;
  border: 6px solid var(--ink);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--ink);
  background: #cdb17e;
  font-size: .68rem;
  font-weight: 850;
  letter-spacing: .08em;
  line-height: 1.25;
  text-align: center;
  text-transform: uppercase;
  transform: rotate(6deg);
}

.quick-facts { border-block: 0; background: #e8dfd2; }
.quick-item { padding-block: 1rem; }
.quick-label { color: var(--gold-dark); }
.quick-value { color: #244e51; font-size: .9rem; }

.intro-row { grid-template-columns: 1.15fr .65fr; gap: 2.5rem; margin-bottom: 2.2rem; }
.intro-row > p { color: var(--ink-soft); }
.reason-grid { gap: .8rem; }
.reason-card {
  min-height: 255px;
  padding: 1.45rem;
  border-radius: .9rem;
  background: #fffdf6;
}
.reason-card:nth-child(2) { background: var(--olive); border-color: var(--olive); }
.reason-card:nth-child(3) { background: #e1ebe6; }
.reason-card:hover { transform: translateY(-3px); box-shadow: 0 12px 28px rgba(23,58,64,.1); }
.card-number { width: 36px; height: 36px; font-size: .64rem; }
.reason-card h3 { margin-top: 2.3rem; }
.reason-card p { font-size: .92rem; line-height: 1.5; }
.text-link { font-size: .84rem; }

.offer-highlight {
  min-height: 510px;
  border-radius: 1.3rem;
  display: grid;
  grid-template-columns: .88fr 1.12fr;
  overflow: hidden;
  color: var(--white);
  background: var(--ink);
  box-shadow: var(--shadow);
}
.offer-highlight-media { position: relative; min-height: 510px; overflow: hidden; }
.offer-highlight-media img { width: 100%; height: 100%; object-fit: cover; }
.offer-highlight-media span {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  padding: .48rem .7rem;
  border-radius: .45rem;
  color: var(--ink);
  background: var(--white);
  font-size: .72rem;
  font-weight: 800;
}
.offer-highlight-copy { padding: clamp(2.5rem, 6vw, 5.4rem); align-self: center; }
.offer-highlight-copy .eyebrow { color: #c8a875; }
.offer-highlight-copy p:not(.eyebrow) { max-width: 560px; color: rgba(255,255,255,.72); }

.dance-teaser {
  min-height: 460px;
  grid-template-columns: .86fr 1.14fr;
  color: var(--ink);
  background: #d9e7e1;
  box-shadow: none;
}
.dance-teaser img { min-height: 460px; }
.dance-teaser-copy { padding: clamp(2.5rem, 6vw, 5rem); }
.dance-teaser-copy .lede { color: var(--ink-soft); }
.dance-teaser .button-light { color: #fff; background: var(--ink); border-color: var(--ink); }

.page-hero { padding: clamp(3.4rem, 6vw, 5.5rem) 0 clamp(2.6rem, 4vw, 3.8rem); background: #e8dfd2; }
.page-hero h1 { max-width: 850px; font-size: clamp(3rem, 5.2vw, 4.8rem); }
.page-hero-aside { border-color: rgba(23,58,64,.22); }

.offer-tabs-wrap { padding-bottom: clamp(4rem, 7vw, 6.5rem); }
.offer-tabs {
  position: static;
  top: auto;
  padding: .4rem;
  border-radius: .75rem;
  background: rgba(255,253,247,.96);
}
.offer-tab { min-height: 40px; padding: .55rem .85rem; border-radius: .48rem; font-size: .82rem; }
.offer-tab[aria-selected="true"] { background: var(--ink); }
.offer-panel { padding-top: clamp(2.8rem, 5vw, 4.4rem); }
.panel-heading { margin-bottom: 2rem; }
.feature-grid { gap: .8rem; }
.feature-card { padding: 1.45rem; border-radius: .8rem; }
.menu-highlight { padding: clamp(1.8rem, 4vw, 3rem); border-radius: 1rem; background: var(--gold-dark); }
.menu-highlight h3 {
  font-family: var(--display);
  font-size: clamp(2rem, 3.6vw, 3.2rem);
  font-weight: 500;
  letter-spacing: -.035em;
}
.menu-columns { gap: .8rem; }
.menu-day, .menu-group { padding: 1.4rem; border-radius: .8rem; }
.menu-day h3, .menu-group h3 { font-size: 1.55rem; }
.media-card { min-height: 460px; border-radius: 1rem; }
.media-card img { min-height: 460px; }
.split-copy { padding: clamp(2.5rem, 5vw, 4.5rem); }
.split-media, .split-media img { min-height: 530px; }

.dance-hero { padding: clamp(2.8rem, 5vw, 4.5rem) 0; }
.dance-hero-card { min-height: 570px; border-radius: 1.2rem; background: var(--ink); }
.dance-hero-copy { padding: clamp(2.6rem, 5vw, 4.7rem); }
.dance-hero-copy h1 { font-size: clamp(3.2rem, 5.8vw, 5rem); }
.dance-hero-card img { min-height: 570px; }
.schedule-row { padding: .9rem .25rem; }
.teacher-grid { gap: clamp(2rem, 5vw, 5rem); }
.teacher-photo, .teacher-photo img { min-height: 510px; border-radius: 1rem; }
.teacher-quote {
  font-family: var(--display);
  font-size: 1.3rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.4;
}

.gallery-grid { gap: .75rem; grid-auto-rows: 105px; }
.gallery-item { border-radius: .8rem; }
.impression-showcase { background: #f7f3eb; }
.impression-feature,
.impression-card,
.about-team-photo { margin: 0; overflow: hidden; }
.impression-feature {
  position: relative;
  min-height: 560px;
  border-radius: 1.15rem;
  background: var(--paper-deep);
}
.impression-feature > img {
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
  transition: transform .8s cubic-bezier(.2, .75, .2, 1);
}
.impression-feature:hover > img { transform: scale(1.018); }
.impression-caption {
  position: absolute;
  right: 1.25rem;
  bottom: 1.25rem;
  left: 1.25rem;
  max-width: 520px;
  padding: 1rem 1.1rem;
  border-radius: .75rem;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: .9rem;
  align-items: center;
  color: var(--white);
  background: rgba(16, 44, 51, .9);
  backdrop-filter: blur(14px);
}
.impression-number {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #d4b887;
  font-size: .7rem;
  font-weight: 850;
}
.impression-caption strong,
.impression-caption small { display: block; }
.impression-caption strong { margin-bottom: .12rem; font-size: 1.05rem; }
.impression-caption small { color: rgba(255,255,255,.72); font-size: .82rem; }
.impression-strip {
  margin-top: .8rem;
  display: grid;
  grid-template-columns: 1.25fr 1fr 1fr;
  gap: .8rem;
}
.impression-card {
  position: relative;
  min-height: 340px;
  border-radius: .9rem;
  background: var(--paper-deep);
}
.impression-card img {
  width: 100%;
  height: 100%;
  min-height: 340px;
  object-fit: cover;
  transition: transform .6s cubic-bezier(.2, .75, .2, 1);
}
.impression-card:hover img { transform: scale(1.035); }
.impression-card figcaption {
  position: absolute;
  right: .8rem;
  bottom: .8rem;
  left: .8rem;
  padding: .75rem .85rem;
  border-radius: .55rem;
  color: var(--white);
  background: linear-gradient(90deg, rgba(16,44,51,.94), rgba(23,58,64,.74));
}
.impression-card figcaption strong,
.impression-card figcaption span { display: block; }
.impression-card figcaption strong { font-size: .9rem; }
.impression-card figcaption span { color: rgba(255,255,255,.7); font-size: .75rem; }

.about-profile { overflow: hidden; }
.about-profile-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(390px, .75fr);
  align-items: center;
}
.about-team-photo {
  position: relative;
  min-height: 650px;
  border-radius: 1.1rem;
  background: #102c33;
}
.about-team-photo img {
  width: 100%;
  height: 100%;
  min-height: 650px;
  object-fit: cover;
}
.about-team-photo figcaption {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  padding: .55rem .75rem;
  border-radius: .45rem;
  color: var(--ink);
  background: rgba(255,253,247,.94);
  font-size: .76rem;
  font-weight: 800;
}
.about-story-card {
  position: relative;
  z-index: 2;
  margin-left: -3.5rem;
  padding: clamp(2.4rem, 4vw, 4.2rem);
  border-radius: 1rem;
  color: var(--ink);
  background: var(--white);
  box-shadow: 0 28px 70px rgba(7, 31, 37, .26);
}
.about-story-card h2 { font-size: clamp(2.35rem, 3.6vw, 3.5rem); }
.about-story-card .lede { color: #315b5d; }
.about-story-card > p:not(.eyebrow) { color: var(--ink-soft); }
.about-story-card .text-link { margin-top: 1rem; display: inline-flex; }
.about-rhythm { background: #f7f3eb; }
.about-rhythm-grid {
  display: grid;
  grid-template-columns: minmax(320px, .75fr) minmax(0, 1.25fr);
  gap: clamp(3rem, 8vw, 8rem);
  align-items: start;
}
.about-rhythm-heading { position: static; }
.about-facts { margin: 0; border-top: 1px solid var(--line); }
.about-facts > div {
  padding: 1.35rem 0;
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 1.5rem;
}
.about-facts dt { color: var(--gold-dark); font-weight: 850; }
.about-facts dd { margin: 0; color: var(--ink-soft); }
.values-grid { gap: .8rem; }
.value-card { min-height: 235px; padding: 1.5rem; border-radius: .8rem; }
.value-card::before { margin-bottom: 3rem; }
.contact-grid { gap: .8rem; }
.contact-card { padding: clamp(1.8rem, 4vw, 3.2rem); border-radius: 1rem; }
.contact-card-dark { background: var(--ink); }
.contact-list a { font-family: var(--sans); font-size: clamp(1.12rem, 2vw, 1.5rem); font-weight: 750; }

.site-footer { background: #102c33; }
.footer-main { padding: 3.6rem 0 2.5rem; }
.footer-logo {
  width: 218px;
  padding: .5rem .65rem;
  border-radius: .55rem;
  background: var(--paper);
  filter: none;
  opacity: 1;
}

@media (max-width: 980px) {
  :root { --container: calc(100% - 36px); }
  .header-inner { min-height: 88px; padding-block: 12px; align-items: center; }
  .brand { width: 226px; }
  .site-nav { background: var(--paper); }
  .hero-grid { min-height: auto; grid-template-columns: 1fr; gap: 0; }
  .hero-copy { padding: 3.5rem 0 2rem; }
  .hero-visual { min-height: 500px; }
  .hero-photo-main { inset: 1.5rem 0 2.8rem 4.5rem; }
  .hero-badge { right: -8px; }
  .offer-highlight { grid-template-columns: 1fr; }
  .offer-highlight-media { min-height: 430px; }
  .offer-tabs { top: auto; }
  .dance-teaser { grid-template-columns: 1fr; }
  .impression-feature,
  .impression-feature > img { min-height: 480px; }
  .impression-strip { grid-template-columns: repeat(2, 1fr); }
  .impression-card:first-child { grid-column: 1 / -1; }
  .about-profile-grid { grid-template-columns: 1fr; }
  .about-team-photo,
  .about-team-photo img { min-height: 560px; }
  .about-story-card { margin: -3rem 1.5rem 0; }
  .about-rhythm-grid { grid-template-columns: 1fr; gap: 2rem; }
}

@media (max-width: 680px) {
  :root { --container: calc(100% - 28px); }
  body { overflow-x: hidden; }
  .concept-bar {
    padding: .42rem .75rem;
    font-size: .75rem;
    letter-spacing: .075em;
    line-height: 1.3;
  }
  .header-inner {
    min-height: 106px;
    padding-block: 14px 16px;
    gap: 1rem;
  }
  .brand {
    width: min(210px, calc(100vw - 116px));
    padding-block: 2px;
  }
  .brand-stage,
  .brand-motion { overflow: visible; }
  .nav-toggle { flex: 0 0 46px; }
  .site-nav {
    max-height: calc(100svh - 106px);
    padding-block: .85rem 1rem;
    overflow-y: auto;
    overscroll-behavior: contain;
  }
  .site-nav a { min-height: 46px; padding: .78rem .25rem; display: flex; align-items: center; }
  .site-nav .nav-contact { justify-content: center; }
  .section { padding: 3.4rem 0; }
  .section-tight { padding: 2.9rem 0; }
  .eyebrow,
  .quick-label,
  .hero-details strong { font-size: .75rem; }
  h1 { font-size: clamp(2.75rem, 13vw, 3.8rem); }
  h2 { font-size: clamp(2rem, 9.5vw, 2.8rem); }
  .hero-copy { padding: 2.8rem 0 1.4rem; }
  .hero-copy h1 { font-size: clamp(2.85rem, 13.5vw, 4rem); }
  .open-now { margin-bottom: 1.2rem; }
  .hero-details { grid-template-columns: 1fr; gap: .8rem; margin-top: 1.8rem; }
  .hero-visual { min-height: 410px; }
  .hero-photo-main { inset: 1rem 0 2.2rem 2.4rem; }
  .hero-photo-small { width: 136px; height: 170px; border-width: 6px; }
  .hero-photo-small img { height: 128px; }
  .hero-badge { top: .6rem; right: -.3rem; width: 96px; height: 96px; font-size: .75rem; letter-spacing: .05em; border-width: 5px; }
  .button { width: 100%; }
  .text-link { min-height: 44px; display: inline-flex; align-items: center; }
  .quick-item a { min-height: 44px; display: inline-flex; align-items: center; }
  .card-number,
  .offer-highlight-media span,
  .footer-title { font-size: .75rem; }
  .quick-item, .quick-item:first-child { padding-block: .85rem; }
  .reason-card { min-height: 220px; padding: 1.3rem; }
  .reason-card h3 { margin-top: 1.8rem; }
  .offer-highlight-media { min-height: 340px; }
  .offer-highlight-copy { padding: 2rem 1.35rem 2.3rem; }
  .dance-teaser img { min-height: 390px; }
  .page-hero { padding: 2.55rem 0 2.6rem; }
  .page-hero-grid { gap: 1.25rem; }
  .page-hero-aside { padding: 1rem 0 0; }
  .page-hero h1 { font-size: clamp(2.7rem, 12vw, 3.7rem); }
  .offer-tabs-wrap { padding-bottom: 3.8rem; }
  .offer-tabs {
    top: auto;
    margin-inline: 0;
    padding: .42rem;
    border-radius: .7rem;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .35rem;
    overflow: visible;
  }
  .offer-tab {
    width: 100%;
    min-width: 0;
    min-height: 44px;
    padding: .62rem .45rem;
    line-height: 1.15;
    white-space: normal;
  }
  .offer-tab:first-child { grid-column: 1 / -1; }
  .offer-panel { padding-top: 2.4rem; }
  .panel-heading { margin-bottom: 1.5rem; }
  .menu-highlight { padding: 1.5rem 1.2rem; }
  .menu-highlight h3 { font-size: clamp(1.9rem, 9.5vw, 2.5rem); }
  .menu-day,
  .menu-group { padding: 1.2rem; }
  .price-row { grid-template-columns: minmax(0, 1fr) auto; gap: .65rem; }
  .price-row dt { min-width: 0; }
  .price-row dd { white-space: nowrap; }
  .media-card,
  .media-card img { min-height: 350px; }
  .split-copy { padding: 2rem 1.35rem; }
  .dance-hero { padding: 1.6rem 0 3rem; }
  .dance-hero-copy { padding: 2.2rem 1.35rem 2.4rem; }
  .dance-hero-copy h1 { font-size: clamp(2.8rem, 12vw, 3.55rem); }
  .dance-hero-card img { min-height: 430px; }
  .schedule-row {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: .35rem .75rem;
    padding: 1rem .15rem;
  }
  .schedule-row > :first-child { grid-column: 1; grid-row: 1; }
  .schedule-time { grid-column: 1 / -1; grid-row: 2; }
  .schedule-row > :nth-child(3) { grid-column: 1 / -1; grid-row: 3; }
  .schedule-level { grid-column: 2; grid-row: 1; justify-self: end; }
  .gallery-grid { grid-auto-rows: auto; }
  .impression-feature,
  .impression-feature > img { min-height: 390px; }
  .impression-caption { right: .75rem; bottom: .75rem; left: .75rem; padding: .8rem; }
  .impression-number { width: 36px; height: 36px; }
  .impression-strip { grid-template-columns: 1fr; }
  .impression-card:first-child { grid-column: auto; }
  .impression-card,
  .impression-card img { min-height: 320px; }
  .about-team-photo,
  .about-team-photo img { min-height: 430px; }
  .about-story-card { margin: -1.25rem .7rem 0; padding: 2rem 1.3rem; }
  .about-facts > div { grid-template-columns: 1fr; gap: .35rem; }
  .value-card { min-height: 210px; }
  .value-card::before { margin-bottom: 2rem; }
  .contact-card { padding: 1.6rem 1.2rem; }
  .contact-list a { min-height: 44px; padding-block: .45rem; display: block; overflow-wrap: anywhere; }
  .footer-links a { min-height: 44px; display: inline-flex; align-items: center; overflow-wrap: anywhere; }
  .hours-row { grid-template-columns: minmax(0, 1fr) auto; gap: .7rem; }
  .hours-row dd { white-space: nowrap; }
  .footer-main { padding-top: 3rem; }
  .footer-logo { width: min(218px, 100%); }
  .footer-bottom { font-size: .75rem; line-height: 1.5; }
}

@media (prefers-reduced-motion: reduce) {
  .brand-stage { transform: none !important; transition: none !important; }
  .brand-motion,
  .brand img,
  .brand-spark,
  .brand-swoosh { animation: none !important; }
}
