﻿:root {
  --burgundy: #6a3038;
  --wine: #4a2227;
  --rose: #b77a82;
  --blush: #ead0ce;
  --cream: #f6eee8;
  --beige: #d6bfb4;
  --white: #fff9f5;
  --text: #2d2321;
  --muted: #7d6661;
  --shadow: 0 24px 60px rgba(74, 34, 39, 0.14);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--cream);
  color: var(--text);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.5;
}

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

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

button,
input,
textarea {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  min-height: 82px;
  padding: 18px clamp(20px, 6vw, 92px);
  background: rgba(246, 238, 232, 0.86);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(106, 48, 56, 0.08);
}

.brand {
  display: grid;
  gap: 0;
  color: var(--wine);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.brand span {
  font-family: var(--serif);
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 600;
  line-height: 0.85;
}

.brand small {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.42em;
  padding-left: 4px;
}

.desktop-nav {
  display: flex;
  justify-content: center;
  gap: clamp(22px, 4vw, 70px);
  font-size: 14px;
  font-weight: 700;
}

.desktop-nav a {
  border-bottom: 1px solid transparent;
  padding: 8px 0;
}

.desktop-nav a:hover {
  border-color: var(--wine);
}

.short-label {
  display: none;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 48px;
  padding: 0 26px;
  border-radius: 999px;
  border: 1px solid var(--wine);
  cursor: pointer;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover,
.text-button:hover {
  transform: translateY(-2px);
}

.button-solid {
  background: var(--burgundy);
  color: var(--white);
  box-shadow: 0 12px 26px rgba(106, 48, 56, 0.2);
}

.button-outline {
  background: rgba(255, 249, 245, 0.55);
  color: var(--wine);
}

.button-outline.light {
  border-color: var(--white);
  color: var(--white);
  background: transparent;
}

.nav-toggle,
.mobile-nav {
  display: none;
}

.hero {
  display: grid;
  grid-template-columns: minmax(420px, 0.9fr) minmax(0, 1.1fr);
  min-height: calc(100vh - 82px);
  max-height: 760px;
  overflow: hidden;
  background: linear-gradient(90deg, var(--cream) 0%, var(--cream) 34%, rgba(246, 238, 232, 0) 56%);
}

.hero-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(30px, 6vw, 72px) 0 clamp(34px, 5vw, 62px) clamp(24px, 7vw, 100px);
}

.eyebrow,
.section-kicker {
  margin: 0 0 12px;
  color: var(--burgundy);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: var(--serif);
  color: var(--wine);
  font-weight: 600;
  line-height: 0.95;
}

h1 {
  margin-bottom: 24px;
  font-size: clamp(54px, 6vw, 86px);
}

h1 em {
  color: #9a5d64;
  font-style: italic;
  font-weight: 500;
}

h2 {
  font-size: clamp(36px, 4.4vw, 58px);
}

h3 {
  color: var(--wine);
  font-family: var(--serif);
  font-size: 29px;
  line-height: 1;
  margin-bottom: 10px;
}

.hero-text {
  max-width: 560px;
  margin-bottom: 26px;
  color: #3c302e;
  font-size: 17px;
}

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

.community-note {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 24px;
  max-width: 410px;
}

.community-note p {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
}

.community-note b {
  color: var(--burgundy);
}

.avatars {
  display: flex;
  min-width: 104px;
}

.avatars span {
  width: 38px;
  height: 38px;
  margin-right: -12px;
  border: 3px solid var(--cream);
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 35%, #f2d8cb 0 22%, transparent 23%),
    linear-gradient(145deg, #6a3038, #d6bfb4);
}

.avatars span:nth-child(2) {
  background:
    radial-gradient(circle at 50% 35%, #c88f78 0 22%, transparent 23%),
    linear-gradient(145deg, #2d2321, #b77a82);
}

.avatars span:nth-child(3) {
  background:
    radial-gradient(circle at 50% 35%, #edc5b2 0 22%, transparent 23%),
    linear-gradient(145deg, #7b4b4b, #ead0ce);
}

.hero-media {
  position: relative;
  min-width: 0;
}

.hero-media::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 -1px;
  z-index: 1;
  width: 38%;
  background: linear-gradient(90deg, var(--cream), rgba(246, 238, 232, 0));
}

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

.band {
  padding: 34px clamp(24px, 8vw, 120px);
  text-align: center;
  background: linear-gradient(90deg, rgba(231, 196, 198, 0.5), rgba(255, 249, 245, 0.9), rgba(231, 196, 198, 0.5));
}

.band h2 {
  margin-bottom: 12px;
  font-size: clamp(32px, 3.2vw, 46px);
}

.band p {
  max-width: 880px;
  margin: 0 auto 8px;
}

.band span {
  color: var(--burgundy);
  font-weight: 800;
}

.heart-mark {
  width: 20px;
  height: 20px;
  color: var(--burgundy);
}

.section {
  padding: clamp(58px, 7vw, 92px) clamp(20px, 6vw, 92px);
}

.section-title {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 26px;
  margin-bottom: 28px;
  text-align: center;
}

.section-title span {
  height: 1px;
  background: var(--beige);
}

.experience-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.experience-card,
.price-grid article,
.faq-grid article {
  border: 1px solid rgba(106, 48, 56, 0.13);
  border-radius: 8px;
  background: rgba(255, 249, 245, 0.72);
  box-shadow: 0 10px 24px rgba(74, 34, 39, 0.06);
}

.experience-card {
  position: relative;
  overflow: hidden;
  text-align: center;
}

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

.experience-card h3,
.experience-card p {
  padding-inline: 22px;
}

.experience-card h3 {
  margin-top: 18px;
}

.experience-card p {
  min-height: 82px;
  margin-bottom: 20px;
  color: var(--muted);
}

.schedule-wrap {
  position: relative;
  display: grid;
  grid-template-columns: 0.75fr 2.25fr;
  gap: 38px;
  align-items: center;
  padding: clamp(42px, 6vw, 80px) clamp(20px, 6vw, 92px);
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(246, 238, 232, 0.98) 0 64%, rgba(246, 238, 232, 0.52)),
    url("assets/webp/hero-studio.webp") right center / 52% auto no-repeat;
}

.schedule-intro p {
  max-width: 300px;
}

.schedule-intro a,
.text-button,
.studio-card a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding-block: 8px;
  gap: 10px;
  border: 0;
  background: transparent;
  color: var(--burgundy);
  cursor: pointer;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 7px;
}

.class-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(210px, 1fr));
  gap: 18px;
}

.class-card {
  display: grid;
  gap: 16px;
  min-height: 260px;
  padding: 24px;
  border: 1px solid rgba(106, 48, 56, 0.14);
  border-radius: 8px;
  background: rgba(255, 249, 245, 0.86);
  box-shadow: var(--shadow);
}

.class-card h3 {
  margin-bottom: 2px;
}

.class-meta,
.class-level {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.spaces {
  width: fit-content;
  max-width: 100%;
  margin: 0;
  padding: 8px 20px;
  border-radius: 999px;
  background: #efd7d3;
  color: var(--burgundy);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1.25;
}

.class-card .button {
  align-self: end;
  width: 100%;
  min-height: 52px;
}

.class-card.is-closed {
  opacity: 0.72;
}

.class-card.is-closed .button {
  cursor: not-allowed;
  background: #9b8b86;
  box-shadow: none;
}

.new-here {
  display: grid;
  grid-template-columns: minmax(200px, 280px) minmax(230px, 0.7fr) 1.5fr auto;
  gap: 34px;
  align-items: center;
  padding: 0 clamp(20px, 6vw, 92px);
  background: var(--white);
}

.new-here > img {
  width: 100%;
  height: 170px;
  object-fit: cover;
  border-radius: 0 40px 40px 0;
}

.new-here-copy p:last-child {
  margin: 0;
}

.promise-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  padding-left: 28px;
  border-left: 1px solid rgba(106, 48, 56, 0.12);
  text-align: center;
}

.promise-grid article {
  min-width: 0;
}

.promise-grid h3 {
  margin: 0 0 6px;
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 900;
}

.promise-grid p {
  margin: 0;
  font-size: 12px;
}

.prices,
.booking-info {
  text-align: center;
}

.price-grid,
.faq-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  max-width: 1080px;
  margin: 28px auto 0;
  text-align: left;
}

.price-grid article,
.faq-grid article {
  padding: 28px;
}

.price {
  color: var(--burgundy);
  font-family: var(--serif);
  font-size: 38px;
  line-height: 1;
}

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

.faq-grid h3 {
  font-size: 25px;
}

.contact {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 36px;
  align-items: stretch;
  padding: clamp(42px, 6vw, 78px) clamp(20px, 6vw, 92px);
  background: #efe2dc;
}

.contact-links a {
  min-width: 160px;
  color: var(--burgundy);
  font-weight: 900;
}

.contact-links span {
  color: var(--text);
  font-size: 13px;
  font-weight: 600;
}

.map-card {
  position: relative;
  min-height: 270px;
  overflow: hidden;
  border-radius: 8px;
  background:
    linear-gradient(45deg, transparent 48%, rgba(106, 48, 56, 0.12) 49% 51%, transparent 52%) 0 0 / 90px 90px,
    linear-gradient(-45deg, transparent 48%, rgba(106, 48, 56, 0.08) 49% 51%, transparent 52%) 0 0 / 90px 90px,
    #f7eee9;
}

.map-pin {
  position: absolute;
  left: 31%;
  top: 42%;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
  background: var(--burgundy);
  color: var(--white);
  font-family: var(--serif);
  font-size: 30px;
}

.map-pin::first-letter {
  transform: rotate(45deg);
}

.studio-card {
  position: absolute;
  right: 22px;
  top: 22px;
  bottom: 22px;
  width: min(360px, 45%);
  padding: 18px;
  border: 1px solid rgba(106, 48, 56, 0.14);
  border-radius: 8px;
  background: rgba(255, 249, 245, 0.9);
}

.studio-card img {
  width: 100%;
  height: 110px;
  object-fit: cover;
  border-radius: 6px;
  margin-bottom: 16px;
}

.final-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(34px, 10vw, 190px);
  padding: clamp(50px, 7vw, 88px) clamp(20px, 6vw, 92px);
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(74, 34, 39, 0.88), rgba(106, 48, 56, 0.94)),
    url("assets/webp/hero-studio.webp") left center / 38% auto no-repeat;
}

.page-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  gap: clamp(28px, 6vw, 76px);
  align-items: center;
  padding: clamp(58px, 8vw, 110px) clamp(20px, 6vw, 92px);
  background: linear-gradient(90deg, var(--cream), #fff7f2);
}

.page-hero h1 {
  font-size: clamp(54px, 6.4vw, 92px);
}

.page-hero p {
  max-width: 680px;
}

.page-hero img {
  width: 100%;
  max-height: 560px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.page-content {
  padding: clamp(48px, 7vw, 88px) clamp(20px, 6vw, 92px);
}

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

.content-card,
.seo-copy article,
.booking-panel {
  border: 1px solid rgba(106, 48, 56, 0.13);
  border-radius: 8px;
  background: rgba(255, 249, 245, 0.78);
  box-shadow: 0 10px 24px rgba(74, 34, 39, 0.06);
  padding: 28px;
}

.content-card h2,
.content-card h3,
.seo-copy h2,
.booking-panel h2 {
  font-size: clamp(28px, 3vw, 42px);
}

.seo-copy {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.55fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: start;
}

.seo-copy .stack {
  display: grid;
  gap: 18px;
}

.booking-panel {
  position: sticky;
  top: 112px;
}

.simple-list {
  display: grid;
  gap: 14px;
  padding-left: 0;
  list-style: none;
}

.simple-list li {
  padding-left: 22px;
  position: relative;
}

.simple-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--rose);
}

.final-cta h2,
.final-cta p {
  color: var(--white);
}

.final-cta p {
  max-width: 460px;
  margin-bottom: 0;
}

.sticky-book {
  display: none;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  place-items: center;
  padding: 18px;
}

.modal.is-open {
  display: grid;
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(45, 35, 33, 0.46);
  backdrop-filter: blur(8px);
}

.modal-panel {
  position: relative;
  z-index: 1;
  width: min(560px, 100%);
  max-height: min(760px, 92vh);
  overflow: auto;
  padding: 34px;
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 30px 90px rgba(45, 35, 33, 0.35);
}

.modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(106, 48, 56, 0.2);
  border-radius: 999px;
  background: transparent;
  color: var(--wine);
  cursor: pointer;
  font-size: 24px;
}

form {
  display: grid;
  gap: 16px;
}

label {
  display: grid;
  gap: 8px;
  color: var(--wine);
  font-size: 13px;
  font-weight: 900;
}

input,
textarea {
  width: 100%;
  border: 1px solid rgba(106, 48, 56, 0.2);
  border-radius: 8px;
  background: #fffefe;
  color: var(--text);
  padding: 14px 15px;
  outline: none;
}

input:focus,
textarea:focus {
  border-color: var(--burgundy);
  box-shadow: 0 0 0 4px rgba(183, 122, 130, 0.18);
}

.checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
}

.checkbox input {
  width: 18px;
  height: 18px;
}

.toast {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 120;
  max-width: 380px;
  padding: 18px 20px;
  border-radius: 8px;
  background: var(--wine);
  color: var(--white);
  box-shadow: var(--shadow);
  opacity: 0;
  transform: translateY(16px);
  pointer-events: none;
  transition: opacity 200ms ease, transform 200ms ease;
}

.toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1100px) {
  .desktop-nav {
    display: none;
  }

  .site-header {
    grid-template-columns: auto auto 1fr;
  }

  .nav-toggle {
    display: grid;
    gap: 5px;
    width: 42px;
    height: 42px;
    margin-left: auto;
    padding: 10px;
    border: 1px solid rgba(106, 48, 56, 0.2);
    border-radius: 999px;
    background: transparent;
  }

  .nav-toggle span {
    height: 2px;
    background: var(--wine);
  }

  .mobile-nav {
    position: fixed;
    top: 82px;
    left: 0;
    right: 0;
    z-index: 40;
    display: none;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    padding: 1px;
    background: var(--beige);
  }

  .mobile-nav.is-open {
    display: grid;
  }

  .mobile-nav a {
    min-height: 48px;
    padding: 14px 10px;
    background: var(--white);
    text-align: center;
    font-size: 13px;
    font-weight: 800;
    white-space: nowrap;
  }

  .experience-grid,
  .faq-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .new-here {
    grid-template-columns: 230px 1fr;
    padding-block: 28px;
  }

  .promise-grid {
    grid-column: 1 / -1;
    border-left: 0;
    padding-left: 0;
  }

  .new-here .button {
    grid-column: 1 / -1;
    justify-self: start;
  }
}

@media (max-width: 820px) {
  main {
    display: flex;
    flex-direction: column;
  }

  body {
    padding-bottom: 74px;
  }

  .site-header {
    grid-template-columns: 1fr auto auto;
    min-height: 72px;
    padding: 14px 18px;
    gap: 10px;
  }

  .brand span {
    font-size: 30px;
  }

  .brand small {
    font-size: 9px;
  }

  .header-cta {
    display: inline-flex;
    min-height: 40px;
    padding: 0 16px;
    font-size: 11px;
  }

  .header-cta .full-label {
    display: none;
  }

  .header-cta .short-label {
    display: inline;
  }

  .nav-toggle {
    margin-left: 0;
    order: 3;
  }

  .mobile-nav {
    top: 72px;
    grid-template-columns: repeat(2, 1fr);
  }

  .hero {
    order: 1;
    grid-template-columns: 1fr;
    min-height: auto;
    max-height: none;
    background: var(--cream);
  }

  .page-hero,
  .seo-copy,
  .content-grid {
    grid-template-columns: 1fr;
  }

  .page-hero {
    padding-top: 34px;
  }

  .page-hero img {
    max-height: 420px;
    object-position: center center;
  }

  .page-hero h1 {
    font-size: clamp(48px, 13vw, 62px);
  }

  .page-schedule .class-list {
    grid-template-columns: 1fr;
  }

  .booking-panel {
    position: static;
  }

  .schedule-wrap {
    order: 2;
  }

  .intro {
    order: 2;
  }

  .schedule-cta-card {
    order: 3;
  }

  .experience {
    order: 4;
  }

  .new-here {
    order: 5;
  }

  .home-main .prices {
    order: 6;
  }

  .home-main .booking-info {
    order: 7;
  }

  .home-main .contact {
    order: 8;
  }

  .home-main .final-cta {
    order: 9;
  }

  .hero-copy {
    order: 2;
    padding: 22px 20px 34px;
  }

  .hero-media {
    order: 1;
    height: 30vh;
    min-height: 230px;
  }

  .hero-media::before {
    inset: auto 0 0 0;
    width: auto;
    height: 45%;
    background: linear-gradient(0deg, var(--cream), rgba(246, 238, 232, 0));
  }

  h1 {
    margin-bottom: 18px;
    font-size: clamp(46px, 12vw, 56px);
  }

  .hero-text {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 1.45;
  }

  .hero-actions .button-outline,
  .community-note {
    display: none;
  }

  .hero-actions .button {
    width: 100%;
  }

  .section-title {
    grid-template-columns: 1fr;
  }

  .section-title span {
    display: none;
  }

  .price-grid,
  .faq-grid,
  .contact,
  .schedule-wrap,
  .class-list {
    grid-template-columns: 1fr;
  }

  .experience {
    padding-block: 48px;
  }

  .experience-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .experience-card {
    display: grid;
    grid-template-columns: 112px 1fr;
    align-items: stretch;
    min-height: 150px;
    text-align: left;
  }

  .experience-card img {
    width: 100%;
    height: 100%;
    min-height: 150px;
    aspect-ratio: auto;
  }

  .experience-card h3,
  .experience-card p {
    grid-column: 2;
    padding-inline: 18px;
  }

  .experience-card h3 {
    align-self: end;
    margin: 22px 0 6px;
    font-size: 19px;
  }

  .experience-card p {
    min-height: 0;
    margin: 0 0 22px;
    font-size: 14px;
    line-height: 1.45;
  }

  .schedule-wrap {
    padding-top: 42px;
    background:
      linear-gradient(rgba(246, 238, 232, 0.93), rgba(246, 238, 232, 0.93)),
      url("assets/webp/hero-studio.webp") center / cover no-repeat;
  }

  .schedule-intro p {
    max-width: none;
  }

  .new-here {
    grid-template-columns: 1fr;
  }

  .new-here > img {
    height: 240px;
    border-radius: 0;
    margin-inline: -20px;
    width: calc(100% + 40px);
    max-width: none;
  }

  .promise-grid {
    grid-template-columns: 1fr;
    text-align: left;
  }

  .promise-grid article {
    display: block;
  }

  .map-card {
    min-height: 420px;
  }

  .studio-card {
    left: 18px;
    right: 18px;
    top: auto;
    bottom: 18px;
    width: auto;
  }

  .final-cta {
    display: grid;
    text-align: center;
    background:
      linear-gradient(rgba(74, 34, 39, 0.92), rgba(106, 48, 56, 0.96)),
      url("assets/webp/hero-studio.webp") center / cover no-repeat;
  }

  .sticky-book {
    position: fixed;
    left: 14px;
    right: 14px;
    bottom: 14px;
    z-index: 60;
    display: block;
    min-height: 52px;
    border: 0;
    border-radius: 999px;
    background: var(--burgundy);
    color: var(--white);
    box-shadow: 0 16px 34px rgba(74, 34, 39, 0.28);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.09em;
    text-transform: uppercase;
  }

  .modal-panel {
    padding: 28px 20px;
  }
}

/* ---- Skip link (a11y) ---- */
.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 100;
  background: var(--burgundy);
  color: var(--white);
  padding: 12px 18px;
  border-radius: 0 0 8px 0;
  font-weight: 600;
  text-decoration: none;
}
.skip-link:focus {
  left: 0;
  outline: 2px solid var(--rose);
  outline-offset: 2px;
}

/* ---- Footer ---- */
.site-footer {
  margin-top: 60px;
  background: var(--wine);
  color: var(--cream);
  padding: clamp(40px, 6vw, 72px) clamp(20px, 6vw, 92px) 24px;
}
.footer-inner {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1.2fr;
  gap: clamp(28px, 4vw, 60px);
  max-width: 1200px;
  margin: 0 auto;
}
.footer-brand-mark {
  font-family: var(--serif);
  font-size: clamp(28px, 3vw, 38px);
  font-weight: 600;
  letter-spacing: 0.12em;
  color: var(--white);
  text-transform: uppercase;
  line-height: 1;
  display: block;
  margin-bottom: 14px;
}
.footer-brand p {
  color: rgba(246, 238, 232, 0.78);
  font-size: 15px;
  line-height: 1.6;
  max-width: 32ch;
}
.footer-nav h3,
.footer-contact h3 {
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--rose);
  margin: 0 0 18px;
  font-weight: 600;
}
.footer-nav {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-nav a,
.footer-contact a {
  color: var(--cream);
  font-size: 15px;
  line-height: 1.5;
  transition: color 0.2s ease;
}
.footer-nav a:hover,
.footer-contact a:hover {
  color: var(--white);
  text-decoration: underline;
  text-underline-offset: 4px;
}
.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-bottom {
  max-width: 1200px;
  margin: 40px auto 0;
  padding-top: 24px;
  border-top: 1px solid rgba(246, 238, 232, 0.16);
  text-align: center;
  color: rgba(246, 238, 232, 0.6);
  font-size: 13px;
}

@media (max-width: 720px) {
  .footer-inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .site-footer {
    padding-bottom: 100px; /* room for sticky-book */
  }
}

.noscript-fallback {
  padding: 24px;
  background: var(--blush);
  color: var(--wine);
  border-radius: 12px;
  text-align: center;
  margin: 24px auto;
  max-width: 600px;
}
.noscript-fallback a {
  color: var(--burgundy);
  font-weight: 600;
  text-decoration: underline;
}

/* Hours list (contact) */
.hours-list {
  list-style: none;
  padding: 0;
  margin: 0 0 12px;
  display: grid;
  gap: 6px;
}
.hours-list li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 0;
  border-bottom: 1px solid rgba(106, 48, 56, 0.12);
  font-size: 15px;
  color: var(--text);
}
.hours-list li:last-child {
  border-bottom: 0;
}
.muted {
  color: var(--muted);
  font-size: 14px;
  font-style: italic;
}

/* ---- Schedule carousel ---- */
.schedule-section {
  margin: 40px auto 0;
  padding: 0 clamp(20px, 6vw, 92px);
  max-width: 1200px;
}

.schedule-carousel {
  position: relative;
  background: var(--blush);
  border-radius: 28px;
  padding: clamp(32px, 5vw, 56px) clamp(24px, 5vw, 72px);
  overflow: hidden;
}

.carousel-viewport {
  overflow: hidden;
  width: 100%;
}

.carousel-track {
  display: flex;
  width: 100%;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}

.schedule-slide {
  flex: 0 0 100%;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.slide-head {
  display: flex;
  align-items: baseline;
  gap: 14px;
  margin: 0 0 8px;
}

.slide-day {
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(40px, 5vw, 60px);
  line-height: 1;
  color: var(--wine);
  margin: 0;
  letter-spacing: -0.01em;
}

.slide-label {
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--burgundy);
  opacity: 0.85;
}

.day-section {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.section-head {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(22px, 2.4vw, 28px);
  font-weight: 500;
  color: var(--wine);
  letter-spacing: -0.005em;
}

.section-head .slide-label {
  font-size: 10px;
  letter-spacing: 0.22em;
}

.class-rows {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.class-row {
  display: grid;
  grid-template-columns: 64px 1fr auto;
  align-items: center;
  gap: 18px;
  padding: 14px 18px 14px 22px;
  background: var(--white);
  border-radius: 16px;
  border: 1px solid rgba(214, 191, 180, 0.55);
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
  cursor: pointer;
  text-align: left;
  font: inherit;
  color: inherit;
  width: 100%;
}

button.class-row {
  font-family: var(--sans);
}

.class-row:hover:not(.is-disabled) {
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(74, 34, 39, 0.08);
}

.class-row:focus-visible {
  outline: 2px solid var(--burgundy);
  outline-offset: 3px;
}

.class-time {
  font-family: var(--sans);
  font-size: 15px;
  font-weight: 600;
  color: var(--wine);
  letter-spacing: 0.02em;
  font-variant-numeric: tabular-nums;
}

.class-info {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px;
  min-width: 0;
}

.class-title {
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text);
}

.class-meta {
  font-family: var(--sans);
  font-size: 13px;
  color: var(--muted);
  font-weight: 500;
  letter-spacing: 0.04em;
}

.class-book {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 72px;
  padding: 9px 18px;
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--white);
  background: var(--burgundy);
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  transition: background 0.18s ease, transform 0.18s ease;
}

.class-book:hover {
  background: var(--wine);
}

.class-book:focus-visible {
  outline: 2px solid var(--rose);
  outline-offset: 2px;
}

/* Disabled (coming soon) rows */
.class-row.is-disabled {
  cursor: not-allowed;
  background: rgba(255, 249, 245, 0.6);
  border-style: dashed;
}

.class-row.is-disabled .class-book {
  background: rgba(106, 48, 56, 0.32);
  cursor: not-allowed;
}

/* Carousel arrows */
.carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--white);
  color: var(--burgundy);
  border: 1px solid rgba(106, 48, 56, 0.18);
  border-radius: 999px;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(74, 34, 39, 0.08);
  transition: background 0.18s ease, transform 0.18s ease, opacity 0.18s ease;
}

.carousel-arrow:hover {
  background: var(--burgundy);
  color: var(--white);
}

.carousel-arrow:focus-visible {
  outline: 2px solid var(--rose);
  outline-offset: 3px;
}

.carousel-arrow:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.carousel-prev { left: 12px; }
.carousel-next { right: 12px; }

/* Carousel dots */
.carousel-dots {
  display: flex;
  justify-content: center;
  gap: 4px;
  margin-top: 22px;
  padding: 0 12px;
}

.carousel-dot {
  position: relative;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  border: 0;
  background: transparent;
  cursor: pointer;
  padding: 0;
}

.carousel-dot::after {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 999px;
  background: rgba(106, 48, 56, 0.25);
  transition: background 0.18s ease, transform 0.18s ease, inset 0.18s ease;
}

.carousel-dot[aria-current="true"] {
  width: 36px;
}

.carousel-dot[aria-current="true"]::after {
  inset-inline: 6px;
  background: var(--burgundy);
}

.carousel-dot:focus-visible {
  outline: 2px solid var(--rose);
  outline-offset: 3px;
}

/* Schedule CTA below carousel */
.schedule-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-top: 28px;
}

.book-online {
  min-width: 220px;
  padding: 16px 36px;
  font-size: 12px;
  letter-spacing: 0.18em;
}

.schedule-note {
  font-family: var(--sans);
  font-size: 14px;
  color: var(--muted);
  text-align: center;
  margin: 0;
  max-width: 50ch;
}

.schedule-note a {
  color: var(--burgundy);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* ---- Mobile ---- */
@media (max-width: 720px) {
  html,
  body {
    overflow-x: hidden;
  }

  .schedule-section {
    width: 100%;
    max-width: 100%;
    padding: 0 16px;
  }
  .schedule-carousel {
    width: 100%;
    max-width: 100%;
    padding: 28px 16px 28px;
    border-radius: 22px;
  }
  .carousel-viewport,
  .carousel-track,
  .schedule-slide {
    max-width: 100%;
  }
  .carousel-viewport {
    width: 100%;
  }
  .carousel-arrow {
    display: none;
  }
  .class-row {
    grid-template-columns: 56px 1fr;
    grid-template-rows: auto auto;
    column-gap: 14px;
    row-gap: 6px;
    padding: 16px 18px;
    border-radius: 14px;
  }
  .class-time {
    grid-row: 1 / 3;
    font-size: 14px;
  }
  .class-info {
    grid-column: 2;
    grid-row: 1;
  }
  .class-book {
    grid-column: 2;
    grid-row: 2;
    justify-self: start;
    padding: 7px 14px;
    min-width: 64px;
  }
  .class-title {
    font-size: 12px;
  }
  .slide-day {
    font-size: 36px;
  }
  .slide-today {
    font-size: 9px;
    padding: 4px 10px;
  }
  .section-head {
    font-size: 22px;
  }
  .book-online {
    width: 100%;
    min-width: 0;
  }
}

@media (max-width: 380px) {
  .experience-card {
    grid-template-columns: 96px 1fr;
  }

  .experience-card h3 {
    font-size: 18px;
  }

  .experience-card p {
    font-size: 13px;
  }

  .class-row {
    grid-template-columns: 50px 1fr;
    padding: 14px 14px;
  }
  .class-time {
    font-size: 13px;
  }
}

/* ---- Slide date (inline beside day name) ---- */
.slide-date {
  font-family: var(--serif);
  font-weight: 400;
  font-style: italic;
  color: var(--burgundy);
  opacity: 0.75;
  font-size: 0.6em;
  letter-spacing: 0;
  margin-left: 6px;
  vertical-align: 0.18em;
}

.section-head .slide-date {
  font-size: 0.55em;
  vertical-align: 0.15em;
}

/* ---- Class row state (bookable / soon / past / comingSoon) ---- */
.class-state {
  display: block;
  flex-basis: 100%;
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 600;
  color: var(--muted);
  letter-spacing: 0.04em;
  margin-top: 2px;
  text-transform: none;
}

.class-row.soon,
.class-row.past,
.class-row.comingSoon {
  background: rgba(255, 249, 245, 0.6);
  border-style: dashed;
  cursor: not-allowed;
}

.class-row.soon .class-book,
.class-row.past .class-book,
.class-row.comingSoon .class-book {
  background: rgba(106, 48, 56, 0.32);
  color: var(--white);
  cursor: not-allowed;
  box-shadow: none;
}

/* ---- Schedule CTA card (home page replacement for the old preview) ---- */
.schedule-cta-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 14px;
  max-width: 720px;
  margin: 40px auto 0;
  padding: clamp(40px, 6vw, 80px) clamp(28px, 6vw, 64px);
  border-radius: 28px;
  background: var(--blush);
}

.schedule-cta-card h2 {
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(36px, 4.4vw, 56px);
  color: var(--wine);
  margin: 0;
}

.schedule-cta-card p {
  margin: 0;
  max-width: 50ch;
  color: var(--text);
  font-size: 16px;
}

.schedule-cta-card .eyebrow {
  margin: 0 0 4px;
}

.schedule-cta-card .button {
  margin-top: 8px;
  padding: 16px 40px;
  font-size: 12px;
  letter-spacing: 0.18em;
}

@media (max-width: 720px) {
  .schedule-cta-card {
    padding: 32px 22px;
    border-radius: 22px;
    margin-inline: 16px;
  }
  .schedule-cta-card .button {
    width: 100%;
  }
}

@media (max-width: 720px) {
  html,
  body {
    overflow-x: hidden;
  }

  .schedule-section,
  .schedule-carousel,
  .carousel-viewport,
  .carousel-track,
  .schedule-slide {
    max-width: 100%;
  }

  .schedule-section {
    width: 100%;
  }

  .schedule-carousel {
    width: 100%;
    overflow: visible;
  }

  .carousel-viewport {
    width: 100%;
    overflow-x: hidden;
    overflow-y: visible;
  }
}

@media (max-width: 820px) {
  main {
    display: flex;
    flex-direction: column;
  }

  .home-main .hero { order: 1; }
  .home-main .intro { order: 2; }
  .home-main .schedule-cta-card { order: 3; }
  .home-main .experience { order: 4; }
  .home-main .new-here { order: 5; }
  .home-main .prices { order: 6; }
  .home-main .booking-info { order: 7; }
  .home-main .contact { order: 8; }
  .home-main .final-cta { order: 9; }
}
