:root {
  color-scheme: light only;
  --ink: #2c1724;
  --muted: #66535c;
  --pink: #efc1d0;
  --rose: #c9567f;
  --rose-deep: #ac3f6d;
  --earth: #d8c8ad;
  --earth-deep: #c9b99c;
  --sage: #b8b09a;
  --cream: #eadcc4;
  --cream-light: #f6ead4;
  --plum: #342231;
  --white: #fffaf5;
  --line: rgba(44, 23, 36, .16);
  --shadow: 0 22px 70px rgba(76, 38, 58, .18);
  --radius: 8px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(255,255,255,.24) 1px, transparent 1px) 0 0 / 72px 72px,
    var(--earth);
}

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

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
a { color: inherit; text-decoration: none; }

.shell {
  width: min(1180px, calc(100% - 28px));
  margin: 0 auto;
}

.nav {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(239, 193, 208, .82);
  border-bottom: 1px solid rgba(44, 23, 36, .1);
  backdrop-filter: blur(18px);
}

.nav-inner {
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 11px;
  font-weight: 900;
}

.brand-mark {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--white);
  background: var(--rose);
  font-family: Georgia, serif;
  font-style: italic;
}

.brand-logo-mark {
  width: 48px;
  height: 48px;
  object-fit: contain;
  border-radius: 50%;
  background: rgba(255, 250, 245, .34);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 22px;
  font-size: 13px;
  font-weight: 750;
  color: rgba(44, 23, 36, .78);
}

.nav-links .active { color: var(--rose-deep); }

.btn {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 850;
  transition: transform .2s ease, box-shadow .2s ease;
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(44, 23, 36, .18);
}

.btn.primary {
  color: var(--white);
  border-color: var(--rose);
  background: var(--rose);
}

.btn.light {
  color: var(--ink);
  border-color: var(--white);
  background: var(--white);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--rose-deep);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 28px;
  height: 1px;
  background: currentColor;
}

h1, h2, h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: 0;
  line-height: .98;
}

h1 { font-size: clamp(52px, 8vw, 116px); }
h2 { font-size: clamp(40px, 5vw, 76px); }
h3 { font-size: 30px; }

p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
}

.page-hero {
  padding: 86px 0 76px;
  background:
    radial-gradient(circle at 82% 20%, rgba(255,250,245,.4), transparent 25%),
    linear-gradient(110deg, var(--cream-light) 0 58%, var(--earth) 58% 100%);
  border-bottom: 1px solid var(--line);
}

.page-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 48px;
  align-items: center;
}

.page-hero h1 { margin: 16px 0 22px; }
.page-hero p { max-width: 690px; font-size: 18px; }

.action-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.cta .action-row { justify-content: center; }

.hero-photo {
  min-height: 420px;
  overflow: hidden;
  border: 10px solid rgba(255,250,245,.68);
  border-radius: 48% 48% 50% 50%;
  background: var(--cream);
  box-shadow: var(--shadow);
}

.hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.visit-studio-photo img { object-position: center 42%; }
.visit-city-photo { position: relative; border-radius: 18px; }
.visit-city-photo img { object-position: center; }
.photo-credit {
  position: absolute;
  right: 12px;
  bottom: 10px;
  padding: 6px 9px;
  border-radius: 999px;
  color: rgba(255,250,245,.9);
  background: rgba(44,23,36,.72);
  font-size: 10px;
}

section { padding: 86px 0; }

.trust-page {
  background:
    radial-gradient(circle at 88% 12%, rgba(201,86,127,.12), transparent 24%),
    linear-gradient(180deg, var(--cream-light), #e7d7bc);
  text-align: center;
}

.about-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, .65fr);
  gap: 64px;
  align-items: center;
  margin-bottom: 48px;
  text-align: left;
}

.about-hero h1 {
  max-width: 820px;
  margin: 18px 0 26px;
  font-size: clamp(54px, 7vw, 104px);
}

.trust-page .lede {
  max-width: 760px;
  margin: 0;
  font-size: 21px;
}

.about-portrait {
  position: relative;
  min-height: 560px;
  margin: 0;
  overflow: hidden;
  border: 10px solid rgba(255,250,245,.78);
  border-radius: 48% 48% 12px 12px;
  background: var(--earth);
  box-shadow: var(--shadow);
}

.about-portrait img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.brand-pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin: 48px 0 44px;
  padding: 26px 0;
  border-top: 1px solid rgba(44,23,36,.2);
  border-bottom: 1px solid rgba(44,23,36,.2);
  background: rgba(255,250,245,.22);
}

.brand-pills span {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  padding: 0 26px;
  border: 1px solid rgba(44,23,36,.24);
  border-radius: 999px;
  background: rgba(255,250,245,.78);
  font-size: 14px;
  font-weight: 850;
  text-transform: uppercase;
}

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

.card {
  padding: 34px;
  border: 1px solid rgba(44,23,36,.12);
  border-radius: var(--radius);
  background: rgba(255,250,245,.88);
  box-shadow: 0 16px 42px rgba(76,38,58,.08);
  text-align: left;
}

.card h3 {
  margin-bottom: 16px;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 26px;
  line-height: 1.12;
}

.proof-note {
  margin: 32px 0 40px;
  color: var(--ink);
  font-weight: 900;
  text-align: center;
}

.photo-grid {
  display: grid;
  grid-template-columns: 1.15fr .85fr 1fr;
  gap: 14px;
  margin-top: 42px;
}

.photo-tile {
  position: relative;
  min-height: 300px;
  overflow: hidden;
  border: 1px solid rgba(44,23,36,.12);
  border-radius: var(--radius);
  background: var(--cream);
  box-shadow: 0 20px 56px rgba(76,38,58,.12);
}

.photo-tile.tall { min-height: 470px; }

.photo-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.photo-tile span {
  position: absolute;
  left: 14px;
  bottom: 14px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,250,245,.88);
  font-size: 12px;
  font-weight: 900;
}

.about-gallery .photo-tile { min-height: 390px; }
.about-gallery .photo-tile.tall { min-height: 520px; }
.schedule-photo img { object-position: center 42%; }

.split {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 64px;
  align-items: start;
}

.section-intro {
  position: sticky;
  top: 100px;
}

.section-intro h2 { margin: 16px 0 18px; }

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

.offer-card {
  min-height: 240px;
  padding: 0;
  overflow: hidden;
  border-radius: var(--radius);
  border: 1px solid rgba(44,23,36,.1);
  background: var(--white);
  box-shadow: 0 16px 42px rgba(76,38,58,.08);
}

.offer-card-image {
  height: 230px;
  margin: 0;
  overflow: hidden;
  background: var(--earth);
}

.offer-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.offer-card:nth-child(1) .offer-card-image img { object-position: center 42%; }
.offer-card:nth-child(2) .offer-card-image img { object-position: center 38%; }
.offer-card:nth-child(3) .offer-card-image img { object-position: center 42%; }
.offer-card:nth-child(4) .offer-card-image img { object-position: center 35%; }

.offer-card-body { padding: 24px; }
.classes-hero-photo img { object-position: center 34%; }
.classes-stage-photo img { object-position: center; }

.offer-card:nth-child(2),
.offer-card:nth-child(3) { background: #f7dfdf; }

.offer-card small {
  display: inline-flex;
  margin-bottom: 32px;
  color: var(--rose-deep);
  font-weight: 900;
  letter-spacing: .1em;
}

.offer-card h3 { margin-bottom: 12px; }

.audience-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.audience {
  min-height: 154px;
  padding: 22px;
  border: 1px solid rgba(255,250,245,.18);
  border-radius: var(--radius);
  background: rgba(255,250,245,.1);
}

.dark-band {
  color: var(--white);
  background: linear-gradient(120deg, rgba(44,23,36,.92), rgba(172,63,109,.9)), var(--plum);
}

.dark-band p,
.dark-band .eyebrow { color: rgba(255,250,245,.76); }

.audience strong {
  display: block;
  margin-bottom: 8px;
  font-family: Georgia, serif;
  font-size: 22px;
}

.tabs {
  margin-top: 30px;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}

.tab-buttons {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  background: var(--plum);
}

.tab-buttons button {
  min-height: 62px;
  color: rgba(255,250,245,.72);
  border: 0;
  border-right: 1px solid rgba(255,255,255,.12);
  background: transparent;
  font: inherit;
  font-weight: 850;
  cursor: pointer;
}

.tab-buttons button[aria-selected="true"] {
  color: var(--ink);
  background: var(--cream);
}

.tab-panel {
  display: none;
  grid-template-columns: .9fr 1.1fr;
  gap: 36px;
  padding: 34px;
}

.tab-panel.active { display: grid; }
.tab-panel h3 { margin-bottom: 12px; font-size: 34px; }

.class-lines { display: grid; gap: 10px; }

.class-line {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(44,23,36,.12);
}

.class-line strong { display: block; margin-bottom: 4px; }
.class-line span { color: var(--muted); font-size: 13px; }
.class-line em { color: var(--rose-deep); font-style: normal; font-weight: 850; white-space: nowrap; }

.schedule-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 28px; }
.schedule-heading h2 { margin-top: 8px; }
.schedule-legend { display: flex; gap: 10px; flex-wrap: wrap; }
.schedule-legend span { padding: 8px 14px; border-radius: 999px; font-size: 12px; font-weight: 850; }
.legend-barre { color: #75462d; background: #f0dfd4; }
.legend-pilates { color: #51406b; background: #e9e2ee; }
.legend-dance { color: #9b3f62; background: #f4dfe6; }

.weekly-schedule { overflow: hidden; border: 1px solid rgba(122,66,78,.18); border-radius: var(--radius); background: #fffaf8; box-shadow: var(--shadow); }
.schedule-day { display: grid; grid-template-columns: 180px minmax(0, 1fr); border-bottom: 1px solid rgba(122,66,78,.16); }
.schedule-day:last-child { border-bottom: 0; }
.schedule-day > header { display: flex; flex-direction: column; justify-content: center; padding: 28px; text-align: center; background: linear-gradient(135deg, #edd3d5, #f7e8e5); }
.schedule-day > header strong { color: #482b35; font-family: Georgia, serif; font-size: 28px; letter-spacing: .18em; text-transform: uppercase; }
.schedule-day > header span { margin-top: 8px; color: #7d5960; font-family: Georgia, serif; font-size: 14px; font-style: italic; }
.day-classes { padding: 14px 28px; }
.schedule-class { position: relative; display: grid; grid-template-columns: 180px minmax(0, 1fr) 80px; gap: 20px; align-items: center; min-height: 54px; padding-left: 20px; border-bottom: 1px solid rgba(122,66,78,.09); }
.schedule-class:last-child { border-bottom: 0; }
.schedule-class::before { content: ""; position: absolute; left: 0; width: 9px; height: 9px; border-radius: 50%; background: currentColor; }
.schedule-class time { color: #382c30; font-weight: 700; }
.schedule-class strong { font-family: Georgia, serif; font-size: 18px; }
.schedule-class > span { font-family: Georgia, serif; font-style: italic; }
.schedule-class.barre { color: #7d4a2e; }
.schedule-class.pilates { color: #584070; }
.schedule-class.pilates-mat { color: #6d6d4f; }
.schedule-class.dance { color: #af476d; }

.private-sessions { display: grid; grid-template-columns: 1.2fr 1.5fr auto; gap: 30px; align-items: center; margin-top: 28px; padding: 32px; border: 1px solid rgba(122,66,78,.18); border-radius: var(--radius); background: linear-gradient(120deg, #f8e9e6, #fffaf8); }
.private-sessions h2 { margin-top: 8px; font-size: 34px; }
.private-benefits { display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; }
.private-benefits span { padding: 10px 13px; color: #6f4650; border: 1px solid rgba(122,66,78,.2); border-radius: 999px; background: rgba(255,255,255,.58); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }

.faq-section {
  background: var(--cream);
  border-top: 1px solid var(--line);
}

.faq-head {
  max-width: 760px;
  margin-bottom: 36px;
}

.faq-head h2 {
  margin: 16px 0 18px;
}

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

.faq-item {
  min-height: 190px;
  padding: 26px;
  border: 1px solid rgba(44,23,36,.1);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 16px 42px rgba(76,38,58,.06);
}

.faq-item h3 {
  margin-bottom: 12px;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 22px;
  line-height: 1.15;
}

.faq-item p {
  font-size: 15px;
}

.cta {
  padding: 92px 0;
  background: var(--rose);
  text-align: center;
}

.cta h2 {
  max-width: 760px;
  margin: 0 auto 18px;
}

.cta p {
  max-width: 560px;
  margin: 0 auto 26px;
  color: rgba(44,23,36,.76);
}

footer {
  padding: 54px 0 30px;
  color: var(--white);
  background: var(--plum);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 32px;
  padding-bottom: 44px;
  border-bottom: 1px solid rgba(255,255,255,.16);
}

footer h4 {
  margin: 0 0 14px;
  font-size: 13px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

footer a,
footer p {
  display: block;
  color: rgba(255,250,245,.68);
  font-size: 14px;
  line-height: 1.9;
}

.social-links {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
}

footer .social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 50%;
  color: #fffaf5;
  transition: background-color .2s ease, border-color .2s ease, transform .2s ease;
}

footer .social-links a:hover {
  background: rgba(255,255,255,.12);
  border-color: rgba(255,255,255,.55);
  transform: translateY(-2px);
}

.social-links svg {
  width: 20px;
  height: 20px;
}

.fineprint {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 24px;
  color: rgba(255,250,245,.54);
  font-size: 12px;
}

.fineprint a {
  display: inline;
  color: rgba(255,250,245,.78);
  font-size: inherit;
  line-height: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 900px) {
  .nav-links { display: none; }
  .page-hero-grid,
  .about-hero,
  .split,
  .tab-panel,
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .card-grid,
  .photo-grid,
  .offer-grid,
  .faq-grid,
  .audience-list {
    grid-template-columns: 1fr;
  }
  .section-intro { position: static; }
  .about-hero { gap: 34px; }
  .about-portrait { min-height: 520px; }
  .tab-buttons { grid-template-columns: repeat(2, 1fr); }
  .schedule-heading { align-items: flex-start; flex-direction: column; }
  .schedule-day { grid-template-columns: 135px minmax(0, 1fr); }
  .schedule-class { grid-template-columns: 145px minmax(0, 1fr); }
  .schedule-class > span { display: none; }
  .private-sessions { grid-template-columns: 1fr; text-align: center; }
}

@media (max-width: 560px) {
  .shell {
    width: calc(100vw - 20px);
    max-width: calc(100vw - 20px);
  }
  .nav .btn { display: none; }
  .brand span:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  h1 { font-size: 44px; }
  h2 { font-size: 38px; }
  section,
  .page-hero { padding: 62px 0; }
  .hero-photo { min-height: 330px; }
  .about-portrait { min-height: 430px; }
  .card,
  .audience,
  .tab-panel { padding: 20px; }
  .offer-card { padding: 0; }
  .offer-card-image { height: 280px; }
  .schedule-day { grid-template-columns: 1fr; }
  .schedule-day > header { padding: 18px; }
  .day-classes { padding: 10px 16px; }
  .schedule-class { grid-template-columns: 118px minmax(0, 1fr); gap: 12px; padding-left: 16px; }
  .schedule-class time { font-size: 12px; }
  .schedule-class strong { font-size: 15px; }
  .private-sessions { padding: 24px 18px; }
  .brand-pills {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  .fineprint { display: block; }
}
