:root {
  --ink: #171717;
  --cream: #f8f6f0;
  --sand: #a79a86;
  --sun: var(--sand);
  --moss: var(--ink);
  --white: var(--cream);
  --line: 2px solid var(--ink);
  --sans: "DM Sans", "Helvetica Neue", Arial, sans-serif;
  --serif: "Instrument Serif", Georgia, serif;
  --header-height: 82px;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 1rem);
}

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 1rem;
  line-height: 1.55;
  overflow-x: hidden;
}

img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.skip-link {
  position: fixed;
  left: 1rem;
  top: 1rem;
  z-index: 1000;
  transform: translateY(-180%);
  padding: .75rem 1rem;
  background: var(--sun);
  border: var(--line);
  font-weight: 700;
}

.skip-link:focus { transform: translateY(0); }

.concept-bar {
  min-height: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: .38rem clamp(1rem, 3vw, 3rem);
  background: var(--ink);
  color: var(--cream);
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.concept-bar__detail { color: rgba(248, 246, 240, .7); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  min-height: var(--header-height);
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto minmax(220px, 1fr);
  align-items: center;
  gap: 1.5rem;
  padding: .9rem clamp(1rem, 3vw, 3rem);
  background: rgba(248, 246, 240, .96);
  border-bottom: var(--line);
  transition: min-height .25s ease, box-shadow .25s ease;
}

.site-header.is-scrolled {
  min-height: 68px;
  box-shadow: 0 10px 30px rgba(23, 23, 23, .08);
}

.wordmark {
  width: max-content;
  display: inline-flex;
  align-items: center;
  color: var(--ink);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .11em;
  line-height: 1;
  text-decoration: none;
}

.wordmark__seal {
  width: 2.25rem;
  height: 2.25rem;
  margin: 0 .12rem;
  display: inline-grid;
  place-items: center;
  border: 1.5px solid currentColor;
  border-radius: 50%;
  font-family: var(--serif);
  font-size: 1.3rem;
  font-style: italic;
  letter-spacing: 0;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 2.4vw, 2.2rem);
}

.desktop-nav a {
  position: relative;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-decoration: none;
  text-transform: uppercase;
}

.desktop-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -.4rem;
  width: 100%;
  height: 2px;
  background: var(--ink);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .2s ease;
}

.desktop-nav a:hover::after,
.desktop-nav a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.header-cta { justify-self: end; }

.button {
  min-height: 48px;
  width: max-content;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .9rem;
  padding: .8rem 1.1rem;
  border: var(--line);
  border-radius: 999px;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease;
}

.button:hover,
.button:focus-visible {
  transform: translate(-3px, -3px);
  box-shadow: 5px 5px 0 var(--ink);
}

.button--ink { background: var(--ink); color: var(--cream); }
.button--ink:hover, .button--ink:focus-visible { background: var(--sun); color: var(--ink); }
.button--sun { background: var(--sun); color: var(--ink); }
.button--cream { background: var(--cream); color: var(--ink); }
.button--large { min-height: 58px; padding: 1rem 1.35rem; }
.button--wide { width: 100%; }

.text-link {
  display: inline-flex;
  gap: .6rem;
  align-items: center;
  padding-bottom: .22rem;
  border-bottom: 1.5px solid currentColor;
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-decoration: none;
  text-transform: uppercase;
}

.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translate(3px, -3px); }
.text-link--light { color: var(--cream); }

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

.hero {
  min-height: calc(100vh - 114px);
  display: grid;
  grid-template-columns: 58% 42%;
  border-bottom: var(--line);
}

.hero__copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(3.5rem, 7vw, 7.5rem) clamp(1.25rem, 5.7vw, 6.5rem);
  background: var(--cream);
}

.eyebrow {
  margin: 0 0 1.2rem;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.eyebrow--light { color: var(--cream); }

.hero h1,
.section-heading h2,
.classes h2,
.ritual-band h2,
.studios h2,
.app-section h2,
.faq h2,
.demo-contact h2 {
  margin: 0;
  font-size: clamp(4.2rem, 8.8vw, 9.5rem);
  font-weight: 400;
  letter-spacing: -.045em;
  line-height: .78;
  text-transform: uppercase;
}

.hero h1 em,
.section-heading h2 em,
.classes h2 em,
.ritual-band h2 em,
.studios h2 em,
.app-section h2 em,
.faq h2 em,
.demo-contact h2 em {
  font-family: var(--serif);
  font-weight: 400;
  text-transform: none;
}

.hero h1 span {
  display: inline-block;
  padding: .06em .14em .12em;
  background: var(--sun);
  transform: rotate(-2deg);
  transform-origin: center;
}

.hero__intro {
  max-width: 620px;
  margin: 2rem 0 0;
  font-size: clamp(1.05rem, 1.5vw, 1.32rem);
  line-height: 1.5;
}

.hero__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.4rem;
  margin-top: 2rem;
}

.hero__locations {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: .8rem;
  margin-top: 3.2rem;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.hero__locations i {
  width: 4px;
  height: 4px;
  background: var(--ink);
  border-radius: 50%;
}

.hero__visual {
  position: relative;
  min-height: 660px;
  overflow: hidden;
  background: var(--sand);
  border-left: var(--line);
}

.hero__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(23, 23, 23, .58));
  pointer-events: none;
}

.hero__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(.78) contrast(1.03);
  transition: transform 1s cubic-bezier(.2, .7, .2, 1);
}

.hero__visual:hover img { transform: scale(1.025); }

.hero__image-label {
  position: absolute;
  z-index: 2;
  left: 1.5rem;
  right: 1.5rem;
  bottom: 1.5rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: var(--cream);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .12em;
}

.launch-stamp {
  position: absolute;
  z-index: 3;
  top: 1.8rem;
  right: 1.8rem;
  width: 154px;
  aspect-ratio: 1;
  display: grid;
  place-content: center;
  gap: .1rem;
  padding: 1rem;
  background: var(--sun);
  border: var(--line);
  border-radius: 50%;
  color: var(--ink);
  text-align: center;
  transform: rotate(7deg);
  box-shadow: 7px 7px 0 var(--ink);
}

.launch-stamp span {
  font-size: .62rem;
  font-weight: 700;
  letter-spacing: .12em;
}

.launch-stamp strong {
  font-family: var(--serif);
  font-size: 1.65rem;
  font-weight: 400;
  line-height: 1;
}

.motion-rail {
  overflow: hidden;
  background: var(--sun);
  border-bottom: var(--line);
}

.motion-rail__track {
  width: max-content;
  display: flex;
  align-items: center;
  gap: 1.25rem;
  padding: .72rem 0;
  font-family: var(--serif);
  font-size: 1.5rem;
  letter-spacing: .03em;
  animation: marquee 34s linear infinite;
}

.motion-rail__track b { font-size: .8rem; }

.section { border-bottom: var(--line); }

.start {
  padding: clamp(4.5rem, 9vw, 9rem) clamp(1.25rem, 6vw, 6rem);
  background: var(--ink);
  color: var(--cream);
}

.section-heading {
  max-width: 1150px;
  display: grid;
  grid-template-columns: 1fr minmax(240px, 330px);
  align-items: end;
  gap: 2rem;
  margin-bottom: 4rem;
}

.section-heading .eyebrow { grid-column: 1 / -1; margin-bottom: -.5rem; }
.section-heading h2 { font-size: clamp(3.8rem, 7vw, 7rem); line-height: .84; }
.section-heading > p:last-child { margin: 0 0 .5rem; color: rgba(248, 246, 240, .72); font-size: 1.05rem; }

.start-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border: var(--line);
  border-color: var(--cream);
}

.start-card {
  min-height: 600px;
  display: flex;
  flex-direction: column;
  padding: clamp(1.5rem, 4vw, 4rem);
  color: var(--ink);
}

.start-card + .start-card { border-left: var(--line); border-color: var(--cream); }
.start-card--sun { background: var(--sun); }
.start-card--green { background: var(--moss); color: var(--cream); }

.start-card__top {
  display: flex;
  justify-content: space-between;
  padding-bottom: 1rem;
  border-bottom: 1.5px solid currentColor;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.start-card h3 {
  margin: 2.5rem 0 1.5rem;
  font-family: var(--serif);
  font-size: clamp(4rem, 7vw, 7.5rem);
  font-weight: 400;
  letter-spacing: -.035em;
  line-height: .72;
}

.start-card > p { max-width: 640px; margin: .8rem 0 1.6rem; font-size: 1.05rem; }

.start-card ul {
  display: grid;
  gap: .45rem;
  margin: 0 0 2rem;
  padding: 0;
  list-style: none;
}

.start-card li { display: flex; gap: .6rem; }
.start-card li::before { content: "✦"; }
.start-card .button { margin-top: auto; }
.start-card--green .button:hover { box-shadow: 5px 5px 0 var(--sun); }

.fine-print {
  max-width: 680px;
  margin: 1.4rem 0 0 auto;
  color: rgba(248, 246, 240, .62);
  font-size: .82rem;
  text-align: right;
}

.classes {
  min-height: 900px;
  display: grid;
  grid-template-columns: minmax(360px, 42%) 1fr;
  background: var(--cream);
}

.classes__image {
  position: relative;
  min-height: 900px;
  overflow: hidden;
  border-right: var(--line);
}

.classes__image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.78); }

.vertical-caption {
  position: absolute;
  top: 1.5rem;
  right: 1.25rem;
  padding: .8rem .55rem;
  background: var(--sun);
  border: var(--line);
  font-size: .66rem;
  font-weight: 700;
  letter-spacing: .13em;
  writing-mode: vertical-rl;
}

.classes__content {
  display: flex;
  flex-direction: column;
  padding: clamp(4.5rem, 7vw, 7rem) clamp(1.5rem, 5vw, 6rem);
}

.section-heading--compact { display: block; margin-bottom: 3rem; }
.section-heading--compact h2 { max-width: 760px; font-size: clamp(4rem, 7vw, 7.5rem); }

.class-picker {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  padding: 1rem 0 2rem;
  border-top: 1.5px solid var(--ink);
}

.class-picker button {
  padding: .65rem .9rem;
  background: transparent;
  border: 1.5px solid var(--ink);
  border-radius: 999px;
  color: var(--ink);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .06em;
  cursor: pointer;
  transition: background .2s ease, color .2s ease;
}

.class-picker button:hover,
.class-picker button[aria-selected="true"] { background: var(--ink); color: var(--cream); }

.class-detail {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: clamp(1.5rem, 4vw, 4rem);
  margin-top: auto;
  padding-top: 3rem;
  border-top: 1.5px solid var(--ink);
}

.class-detail__number {
  width: 76px;
  height: 76px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  background: var(--sun);
  border: var(--line);
  border-radius: 50%;
  font-family: var(--serif);
  font-size: 2rem;
}

.class-detail__meta { margin: 0 0 .8rem; font-size: .72rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.class-detail h3 { margin: 0; font-family: var(--serif); font-size: clamp(3.3rem, 5vw, 5.8rem); font-weight: 400; line-height: .92; }
.class-detail p:not(.class-detail__meta) { max-width: 650px; margin: 1.2rem 0 2rem; font-size: 1.05rem; }

.ritual-band {
  min-height: 640px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(5rem, 10vw, 10rem) clamp(1.25rem, 6vw, 6rem);
  background: var(--moss);
  color: var(--cream);
  text-align: center;
}

.ritual-band h2 { font-size: clamp(4rem, 8vw, 9rem); line-height: .86; }
.ritual-band h2 em { color: var(--sun); }

.ritual-notes {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: .65rem;
  margin-top: 3.5rem;
}

.ritual-notes span {
  padding: .65rem 1rem;
  border: 1.5px solid var(--cream);
  border-radius: 999px;
  font-size: .73rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.studios { padding: clamp(4.5rem, 9vw, 9rem) clamp(1.25rem, 6vw, 6rem); background: var(--sun); }

.studios__intro {
  display: grid;
  grid-template-columns: 1fr minmax(240px, 350px);
  align-items: end;
  gap: 2rem;
  margin-bottom: 4rem;
}

.studios h2 { font-size: clamp(4.5rem, 8vw, 8.8rem); line-height: .78; }
.studios__intro > p { margin: 0 0 .4rem; font-size: 1.05rem; }

.studios__layout {
  display: grid;
  grid-template-columns: minmax(300px, .82fr) 1.18fr;
  gap: clamp(2rem, 5vw, 5rem);
}

.studio-photo {
  position: sticky;
  top: 90px;
  height: min(760px, calc(100vh - 120px));
  margin: 0;
  overflow: hidden;
  border: var(--line);
  background: var(--sand);
}

.studio-photo img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.76) contrast(1.04); }
.studio-photo figcaption {
  position: absolute;
  left: 1.2rem;
  bottom: 1.2rem;
  padding: .55rem .8rem;
  background: var(--cream);
  border: var(--line);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.studio-list { border-top: var(--line); }

.studio-card {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 1rem;
  padding: clamp(2rem, 4vw, 4rem) 0;
  border-bottom: var(--line);
}

.studio-card__index { font-family: var(--serif); font-size: 2rem; }
.studio-card h3 { margin: 0; font-family: var(--serif); font-size: clamp(2.8rem, 5vw, 5.5rem); font-weight: 400; line-height: .88; }
.studio-card address { margin-top: 1.4rem; font-style: normal; font-size: 1rem; }

.studio-card__links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.8rem;
  margin-top: 1.5rem;
}

.studio-card__links a,
.studio-card--coming .text-link {
  font-size: .77rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-decoration: none;
  text-transform: uppercase;
}

.studio-card__links a { border-bottom: 1.5px solid currentColor; }
.studio-card--coming { margin-top: 1.5rem; padding: 2.5rem 1.5rem; background: var(--moss); color: var(--cream); border: var(--line); }
.studio-card__status { max-width: 570px; margin: 1.4rem 0; color: rgba(248,246,240,.78); }

.social-proof {
  position: relative;
  display: grid;
  grid-template-columns: 1fr minmax(220px, 300px);
  gap: clamp(3rem, 8vw, 8rem);
  align-items: end;
  padding: clamp(5rem, 10vw, 10rem) clamp(1.25rem, 6vw, 6rem);
  overflow: hidden;
  background: var(--ink);
  color: var(--cream);
}

.quote-mark {
  position: absolute;
  top: -3rem;
  left: .5rem;
  color: rgba(23, 23, 23, .17);
  font-family: var(--serif);
  font-size: 28rem;
  line-height: 1;
  pointer-events: none;
}

.social-proof blockquote { position: relative; z-index: 1; margin: 0; }
.social-proof blockquote p { max-width: 1100px; margin: 0; font-family: var(--serif); font-size: clamp(3rem, 6.5vw, 7rem); line-height: .92; }
.social-proof blockquote footer { margin-top: 2rem; color: rgba(248,246,240,.64); font-size: .76rem; letter-spacing: .1em; text-transform: uppercase; }
.social-proof__side { padding-left: 2rem; border-left: 1px solid rgba(248,246,240,.4); }
.social-proof__side > span { color: var(--sun); font-family: var(--serif); font-size: 5rem; line-height: 1; }
.social-proof__side p { margin: .6rem 0 1.5rem; color: rgba(248,246,240,.7); }

.app-section {
  display: grid;
  grid-template-columns: minmax(300px, .8fr) 1.2fr;
  min-height: 760px;
  background: var(--cream);
}

.phone-art {
  display: grid;
  place-items: center;
  padding: clamp(3rem, 7vw, 7rem);
  overflow: hidden;
  background: var(--sand);
  border-right: var(--line);
}

.phone-art__screen {
  width: min(330px, 78vw);
  aspect-ratio: .52;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem 1rem;
  background: var(--ink);
  border: 8px solid var(--ink);
  border-radius: 46px;
  color: var(--cream);
  box-shadow: 24px 24px 0 rgba(23,23,23,.18);
  transform: rotate(-6deg);
}

.phone-art__screen > span { font-size: .72rem; font-weight: 700; letter-spacing: .16em; }
.phone-art__orb {
  width: 108px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  margin-top: 4rem;
  background: var(--sun);
  border-radius: 50%;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 2.8rem;
}

.phone-art__screen p { margin: auto 0; font-family: var(--serif); font-size: 3rem; line-height: .82; text-align: center; }
.phone-art__screen small { color: rgba(248,246,240,.55); font-size: .58rem; letter-spacing: .14em; }

.app-section__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(4.5rem, 8vw, 8rem) clamp(1.5rem, 7vw, 8rem);
}

.app-section h2 { font-size: clamp(4.5rem, 8vw, 9rem); line-height: .78; }
.app-section__copy > p:not(.eyebrow) { max-width: 590px; margin: 2rem 0 0; font-size: 1.05rem; }
.app-section__actions { display: flex; align-items: center; flex-wrap: wrap; gap: 1.4rem; margin-top: 2.2rem; }

.faq {
  display: grid;
  grid-template-columns: minmax(300px, .72fr) 1.28fr;
  gap: clamp(3rem, 9vw, 9rem);
  padding: clamp(5rem, 9vw, 9rem) clamp(1.25rem, 6vw, 6rem);
  background: var(--cream);
}

.faq__heading { position: sticky; top: 120px; align-self: start; }
.faq h2 { font-size: clamp(4.5rem, 7vw, 7.5rem); line-height: .8; }
.faq-list { border-top: var(--line); }
.faq-list details { border-bottom: var(--line); }
.faq-list summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
  padding: 1.7rem 0;
  font-size: clamp(1.15rem, 1.8vw, 1.5rem);
  font-weight: 600;
  line-height: 1.3;
  list-style: none;
  cursor: pointer;
}

.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { flex: 0 0 auto; font-family: var(--serif); font-size: 2.2rem; font-weight: 400; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 780px; margin: -.3rem 0 1.8rem; color: rgba(23,23,23,.74); font-size: 1rem; }

.demo-contact {
  display: grid;
  grid-template-columns: 1fr minmax(360px, .75fr);
  gap: clamp(3rem, 9vw, 9rem);
  padding: clamp(5rem, 9vw, 9rem) clamp(1.25rem, 6vw, 6rem);
  background: var(--moss);
  color: var(--cream);
}

.demo-contact h2 { font-size: clamp(4.5rem, 7.5vw, 8.5rem); line-height: .78; }
.demo-contact__copy > p:last-child { max-width: 580px; margin-top: 2rem; color: rgba(248,246,240,.7); }

.demo-form {
  display: flex;
  flex-direction: column;
  align-self: end;
  gap: 1.2rem;
  padding: clamp(1.5rem, 3.5vw, 3rem);
  background: var(--cream);
  border: var(--line);
  color: var(--ink);
  box-shadow: 12px 12px 0 var(--sun);
}

.demo-label { display: flex; gap: .6rem; margin: 0 0 .4rem; font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.demo-label span { color: var(--moss); }
.demo-form label { display: grid; gap: .45rem; font-size: .73rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.demo-form input,
.demo-form select {
  width: 100%;
  min-height: 54px;
  padding: .75rem 0;
  background: transparent;
  border: 0;
  border-bottom: 1.5px solid var(--ink);
  border-radius: 0;
  color: var(--ink);
  font-size: 1rem;
}

.demo-form input:focus,
.demo-form select:focus { outline: 3px solid var(--sun); outline-offset: 3px; }
.demo-form__note { margin: -.3rem 0 0; color: rgba(23,23,23,.58); font-size: .75rem; text-align: center; }

.site-footer { padding: clamp(4rem, 7vw, 7rem) clamp(1.25rem, 6vw, 6rem) 2rem; background: var(--ink); color: var(--cream); }
.site-footer__top { display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 2rem; padding-bottom: 4rem; border-bottom: 1px solid rgba(248,246,240,.35); }
.wordmark--footer { color: var(--cream); font-size: 1.35rem; }
.site-footer__top p { margin: 0; color: rgba(248,246,240,.68); }
.site-footer__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 3rem; padding: 4rem 0; }
.site-footer__grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: .55rem; }
.site-footer__grid a { color: rgba(248,246,240,.76); text-decoration: none; }
.site-footer__grid a:hover { color: var(--sun); }
.site-footer__grid span { color: rgba(248,246,240,.62); }
.footer-label { margin: 0 0 .7rem; color: var(--sun); font-size: .7rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.site-footer__legal { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; padding-top: 1.5rem; border-top: 1px solid rgba(248,246,240,.2); color: rgba(248,246,240,.48); font-size: .72rem; }
.site-footer__legal p { margin: 0; }

.mobile-book { display: none; }

.demo-dialog {
  width: min(620px, calc(100% - 2rem));
  padding: clamp(1.5rem, 4vw, 3.5rem);
  background: var(--sun);
  border: var(--line);
  color: var(--ink);
  box-shadow: 16px 16px 0 var(--ink);
}

.demo-dialog::backdrop { background: rgba(23,23,23,.76); backdrop-filter: blur(5px); }
.demo-dialog h2 { margin: 0; font-family: var(--serif); font-size: clamp(2.5rem, 6vw, 4.2rem); font-weight: 400; line-height: .9; }
.demo-dialog > p:not(.eyebrow) { margin: 1.5rem 0; }
.demo-dialog__close { position: absolute; top: .8rem; right: 1rem; background: transparent; border: 0; font-family: var(--serif); font-size: 2.2rem; cursor: pointer; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.65,.25,1); }
.reveal.is-visible { opacity: 1; transform: none; }

@keyframes marquee { to { transform: translateX(-50%); } }

@media (min-width: 801px) and (max-height: 820px) {
  .hero__copy { padding-top: 2.5rem; padding-bottom: 2.5rem; }
  .hero h1 { font-size: clamp(4.1rem, 7vw, 6.9rem); }
  .hero__intro { margin-top: 1.3rem; font-size: 1rem; }
  .hero__actions { margin-top: 1.2rem; }
  .hero__locations { margin-top: 1.5rem; }
}

@media (max-width: 1100px) {
  :root { --header-height: 72px; }
  .site-header { grid-template-columns: 1fr auto; }
  .desktop-nav, .header-cta { display: none; }
  .menu-toggle {
    width: 46px;
    height: 46px;
    display: grid;
    place-content: center;
    gap: 7px;
    background: var(--sun);
    border: var(--line);
    border-radius: 50%;
    cursor: pointer;
  }
  .menu-toggle span { width: 19px; height: 2px; background: var(--ink); transition: transform .2s ease; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4.5px) rotate(-45deg); }
  .mobile-menu {
    position: absolute;
    inset: calc(100% + 2px) 0 auto;
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 1rem;
    background: var(--cream);
    border-bottom: var(--line);
    box-shadow: 0 20px 35px rgba(23,23,23,.15);
  }
  .mobile-menu[hidden] { display: none; }
  .mobile-menu > a:not(.button) { padding: 1rem .2rem; border-bottom: 1px solid rgba(23,23,23,.25); font-size: .9rem; font-weight: 700; letter-spacing: .09em; text-decoration: none; text-transform: uppercase; }
  .mobile-menu .button { width: 100%; margin-top: 1rem; }

  .hero { grid-template-columns: 1fr 42%; }
  .hero__copy { padding-left: 2.2rem; padding-right: 2.2rem; }
  .hero h1 { font-size: clamp(3.9rem, 8.5vw, 6.8rem); }
  .launch-stamp { width: 126px; right: 1.2rem; top: 1.2rem; }
  .start-card { min-height: 560px; }
  .classes { grid-template-columns: 38% 1fr; }
  .classes__content { padding-left: 2.5rem; padding-right: 2.5rem; }
  .social-proof { grid-template-columns: 1fr; }
  .social-proof__side { max-width: 340px; }
  .demo-contact { grid-template-columns: 1fr 420px; }
}

@media (max-width: 800px) {
  .concept-bar { justify-content: center; text-align: center; }
  .concept-bar__detail { display: none; }
  .site-header { min-height: 68px; padding-top: .6rem; padding-bottom: .6rem; }
  .wordmark { font-size: .82rem; }
  .wordmark__seal { width: 1.9rem; height: 1.9rem; font-size: 1.1rem; }

  .hero { min-height: auto; grid-template-columns: 1fr; }
  .hero__copy { min-height: 640px; padding: 4.5rem 1.25rem 3rem; }
  .hero h1 { font-size: clamp(4rem, 18vw, 7rem); line-height: .78; }
  .hero__intro { max-width: 540px; }
  .hero__locations { margin-top: 2.2rem; }
  .hero__visual { min-height: 80vh; border-left: 0; border-top: var(--line); }

  .section-heading,
  .studios__intro { grid-template-columns: 1fr; }
  .section-heading > p:last-child { max-width: 520px; }
  .start-grid { grid-template-columns: 1fr; }
  .start-card + .start-card { border-left: 0; border-top: var(--line); border-color: var(--cream); }
  .start-card { min-height: 540px; }
  .fine-print { text-align: left; }

  .classes { grid-template-columns: 1fr; }
  .classes__image { min-height: 75vh; border-right: 0; border-bottom: var(--line); }
  .classes__content { min-height: 850px; padding: 4.5rem 1.25rem; }

  .studios__layout { grid-template-columns: 1fr; }
  .studio-photo { position: relative; top: auto; height: 620px; }

  .app-section { grid-template-columns: 1fr; }
  .phone-art { border-right: 0; border-bottom: var(--line); }
  .app-section__copy { min-height: 620px; }

  .faq { grid-template-columns: 1fr; }
  .faq__heading { position: relative; top: auto; }

  .demo-contact { grid-template-columns: 1fr; }
  .site-footer__top { grid-template-columns: 1fr; justify-items: start; }
  .site-footer__grid { grid-template-columns: 1fr 1fr; }
  .site-footer__legal { grid-template-columns: 1fr; }

  .mobile-book {
    position: fixed;
    z-index: 40;
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .8rem 1.1rem;
    background: var(--sun);
    border: var(--line);
    border-radius: 999px;
    box-shadow: 5px 5px 0 var(--ink);
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-decoration: none;
    text-transform: uppercase;
  }
}

@media (max-width: 520px) {
  .hero__copy { min-height: 590px; }
  .hero h1 { font-size: clamp(3.65rem, 18vw, 5.6rem); }
  .hero__actions { align-items: flex-start; flex-direction: column; }
  .hero__actions .button { width: 100%; }
  .hero__locations { gap: .55rem; font-size: .62rem; }
  .hero__visual { min-height: 680px; }
  .launch-stamp { width: 118px; }
  .hero__image-label { align-items: flex-start; flex-direction: column; }

  .section-heading h2,
  .classes h2,
  .ritual-band h2,
  .studios h2,
  .app-section h2,
  .faq h2,
  .demo-contact h2 { font-size: clamp(3.6rem, 17vw, 5.4rem); }
  .start { padding-left: .8rem; padding-right: .8rem; }
  .start > .section-heading, .start > .fine-print { padding-left: .45rem; padding-right: .45rem; }
  .start-card { min-height: 520px; }
  .start-card h3 { font-size: 4rem; }

  .class-detail { grid-template-columns: 1fr; }
  .class-detail__number { width: 62px; height: 62px; }
  .classes__content { min-height: auto; }

  .studio-photo { height: 520px; }
  .studio-card { grid-template-columns: 58px 1fr; }
  .studio-card--coming { padding-left: 1rem; padding-right: 1rem; }

  .social-proof blockquote p { font-size: 2.85rem; }
  .social-proof__side { padding-left: 0; padding-top: 1.6rem; border-left: 0; border-top: 1px solid rgba(248,246,240,.35); }
  .phone-art { padding-left: 1rem; padding-right: 1rem; }
  .phone-art__screen { width: 280px; }
  .site-footer__grid { grid-template-columns: 1fr; }
  .demo-dialog { box-shadow: 8px 8px 0 var(--ink); }
}

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

/* Minimal brand-led revision: the Instagram mark becomes the central visual motif. */
:root {
  --line: 1px solid var(--ink);
  --header-height: 74px;
}

.site-header {
  grid-template-columns: minmax(190px, 1fr) auto minmax(190px, 1fr);
  min-height: var(--header-height);
  padding-top: .65rem;
  padding-bottom: .65rem;
  border-bottom-width: 1px;
}

.site-header.is-scrolled {
  min-height: 64px;
  box-shadow: none;
}

.wordmark {
  gap: .65rem;
  font-size: .82rem;
  letter-spacing: .16em;
}

.brand-symbol {
  width: 38px;
  height: 38px;
  object-fit: cover;
  mix-blend-mode: multiply;
}

.button {
  min-height: 48px;
  border-radius: 2px;
  transition: background .2s ease, color .2s ease, border-color .2s ease;
}

.button:hover,
.button:focus-visible {
  transform: none;
  box-shadow: none;
}

.hero {
  min-height: calc(100vh - 76px);
  grid-template-columns: 56% 44%;
}

.hero__copy {
  isolation: isolate;
  min-height: 690px;
  justify-content: flex-end;
  padding: clamp(3rem, 5vw, 5.5rem) clamp(1.5rem, 5.5vw, 6rem);
  overflow: hidden;
}

.hero__brand-mark {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  width: min(72%, 540px);
  max-width: none;
  aspect-ratio: 1;
  object-fit: cover;
  opacity: .17;
  mix-blend-mode: multiply;
  transform: translate(-50%, -58%);
  pointer-events: none;
}

.hero h1 {
  max-width: 900px;
  font-size: clamp(4rem, 7.5vw, 8rem);
  line-height: .82;
}

.hero h1 span {
  padding: 0;
  background: none;
  transform: none;
}

.hero__intro {
  max-width: 560px;
  margin-top: 1.5rem;
}

.hero__actions { margin-top: 1.6rem; }
.hero__locations { margin-top: 2.2rem; }

.hero__visual {
  min-height: 690px;
  border-left-width: 1px;
}

.hero__visual::after { background: linear-gradient(180deg, transparent 62%, rgba(23,23,23,.5)); }
.hero__visual img { filter: saturate(.7) contrast(1.02); }

.launch-note {
  position: absolute;
  z-index: 3;
  top: 1.4rem;
  right: 1.4rem;
  display: grid;
  gap: .15rem;
  padding: .8rem 1rem;
  background: var(--cream);
  color: var(--ink);
  font-size: .66rem;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.launch-note strong { font-size: .66rem; font-weight: 500; }

.start,
.classes__content,
.studios,
.social-proof,
.app-section__copy,
.faq,
.demo-contact,
.site-footer {
  padding-left: clamp(1.25rem, 5vw, 5.25rem);
  padding-right: clamp(1.25rem, 5vw, 5.25rem);
}

.start-grid { border-width: 1px; }
.start-card + .start-card { border-left-width: 1px; }
.start-card--green { background: var(--cream); color: var(--ink); }
.start-card--green .button--cream { background: var(--ink); color: var(--cream); }
.start-card--green .button--cream:hover { background: var(--sun); color: var(--ink); }

.class-picker {
  gap: 1.2rem;
  padding: 1rem 0 1.5rem;
}

.class-picker button {
  padding: .35rem 0;
  border: 0;
  border-bottom: 1px solid transparent;
  border-radius: 0;
}

.class-picker button:hover,
.class-picker button[aria-selected="true"] {
  background: transparent;
  color: var(--ink);
  border-bottom-color: var(--ink);
}

.class-detail__number {
  background: transparent;
  border-width: 1px;
}

.vertical-caption,
.quote-mark { display: none; }

.ritual-notes { gap: 1.2rem 2rem; }
.ritual-notes span { padding: 0; border: 0; }
.ritual-notes span + span::before { content: "·"; margin-right: 2rem; color: var(--sun); }

.studio-photo { border: 0; }
.studio-photo figcaption { border: 0; }
.studio-card--coming { border: 0; }

.social-proof__side > span { font-size: 4rem; }

.app-section {
  grid-template-columns: minmax(360px, .9fr) 1.1fr;
  min-height: 760px;
}

.brand-stage {
  position: relative;
  display: grid;
  place-items: center;
  padding: 0;
  overflow: hidden;
  background: var(--sand);
  border-right: var(--line);
}

.brand-stage img {
  width: min(100%, 760px);
  height: auto;
  max-width: none;
  aspect-ratio: 1;
  object-fit: cover;
  mix-blend-mode: multiply;
}

.brand-stage p {
  position: absolute;
  right: 1.25rem;
  bottom: 1.25rem;
  margin: 0;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .14em;
}

.demo-form {
  border-width: 1px;
  box-shadow: none;
}

.wordmark--footer .brand-symbol {
  filter: invert(1);
  mix-blend-mode: screen;
}

.mobile-book {
  border-radius: 2px;
  box-shadow: none;
}

@media (max-width: 1100px) {
  .site-header { grid-template-columns: 1fr auto; }
  .hero { grid-template-columns: 1fr 42%; }
  .hero__copy { padding-left: 2rem; padding-right: 2rem; }
  .hero h1 { font-size: clamp(4rem, 8vw, 6.8rem); }
  .menu-toggle { background: transparent; border-width: 1px; border-radius: 50%; }
}

@media (max-width: 800px) {
  :root { --header-height: 66px; }
  .site-header { min-height: var(--header-height); }
  .brand-symbol { width: 34px; height: 34px; }

  .hero { grid-template-columns: 1fr; }
  .hero__copy {
    min-height: 670px;
    padding: 4rem 1.25rem 2.75rem;
  }
  .hero__brand-mark {
    top: 44%;
    width: min(90vw, 500px);
    opacity: .15;
  }
  .hero h1 { font-size: clamp(4rem, 18vw, 7rem); }
  .hero__visual { min-height: 72vh; border-left: 0; border-top: var(--line); }

  .start-card + .start-card { border-left: 0; border-top: 1px solid var(--cream); }
  .start-card--green { border-top-color: var(--ink) !important; }

  .brand-stage {
    min-height: 70vh;
    border-right: 0;
    border-bottom: var(--line);
  }
  .app-section { grid-template-columns: 1fr; }
}

@media (max-width: 520px) {
  .wordmark { gap: .45rem; font-size: .74rem; }
  .hero__copy { min-height: 620px; }
  .hero h1 { font-size: clamp(3.8rem, 18vw, 5.7rem); }
  .hero__brand-mark { width: 105vw; opacity: .13; }
  .hero__visual { min-height: 620px; }
  .launch-note { top: .9rem; right: .9rem; }
  .brand-stage { min-height: 520px; }
  .brand-stage img { width: 100%; }
  .ritual-notes span + span::before { margin-right: 1.1rem; }
}

/* Earlier retro editorial composition; superseded below by the three-color editorial direction. */
body { background: var(--cream); }

.concept-bar {
  min-height: 36px;
  border-bottom: 1px solid var(--ink);
}

.site-header {
  position: relative;
  top: auto;
  background: var(--cream);
}

.desktop-nav a { font-family: var(--serif); font-size: .9rem; font-weight: 400; letter-spacing: .04em; }

.button {
  min-height: 44px;
  padding: .78rem 1.25rem;
  border-radius: 999px;
  font-size: .7rem;
}

.hero-stage {
  margin: clamp(1rem, 2vw, 2rem) clamp(1rem, 4vw, 4.5rem) clamp(4rem, 8vw, 8rem);
  overflow: hidden;
  background: repeating-linear-gradient(90deg, var(--moss) 0 30px, var(--sun) 30px 60px, var(--cream) 60px 90px);
  border: var(--line);
  border-radius: 26px 26px 0 0;
}

.browser-cap {
  height: 54px;
  display: flex;
  align-items: center;
  gap: .6rem;
  padding: 0 1.3rem;
  background: var(--ink);
}

.browser-cap span {
  width: 11px;
  aspect-ratio: 1;
  background: var(--cream);
  border-radius: 50%;
}

.browser-cap i {
  height: 8px;
  flex: 1;
  margin-left: 1rem;
  background: var(--cream);
  border-radius: 99px;
}

.hero {
  min-height: 610px;
  grid-template-columns: 48% 52%;
  margin: clamp(1rem, 2vw, 2rem);
  background: var(--cream);
  border: var(--line);
}

.hero__visual {
  order: 1;
  min-height: 610px;
  border: 0;
  border-right: var(--line);
}

.hero__copy {
  order: 2;
  min-height: 610px;
  justify-content: center;
  padding: clamp(2.5rem, 5vw, 5.5rem);
}

.hero__brand-mark {
  top: 48%;
  left: 53%;
  width: min(82%, 560px);
  opacity: .1;
}

.hero h1,
.section-heading h2,
.classes h2,
.ritual-band h2,
.studios h2,
.app-section h2,
.faq h2,
.demo-contact h2 {
  font-family: var(--serif);
  letter-spacing: -.025em;
}

.hero h1 {
  max-width: 720px;
  font-size: clamp(4.2rem, 7.1vw, 8.2rem);
  line-height: .78;
}

.hero h1 em { font-style: italic; }
.hero .eyebrow { color: var(--moss); }
.hero__intro { max-width: 520px; }

.launch-note {
  background: var(--sun);
  border: var(--line);
}

.theme-rail {
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 1rem;
  padding: 0 1rem;
  overflow: hidden;
  background: var(--cream);
  border-top: var(--line);
  font-family: var(--serif);
  font-size: .68rem;
  letter-spacing: .08em;
  white-space: nowrap;
}

.theme-rail i { color: var(--moss); font-style: normal; }

.start,
.classes,
.ritual-band,
.studios,
.social-proof,
.app-section,
.faq,
.demo-contact,
.site-footer { position: relative; }

.start::before,
.classes::before,
.ritual-band::before,
.studios::before,
.social-proof::before,
.app-section::before,
.faq::before,
.demo-contact::before,
.site-footer::before {
  content: "";
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  right: 0;
  height: 16px;
  background: repeating-linear-gradient(90deg, var(--moss) 0 22px, var(--cream) 22px 44px, var(--sun) 44px 66px);
  border-bottom: 1px solid var(--ink);
  pointer-events: none;
}

.start {
  padding-top: clamp(6rem, 10vw, 10rem);
  background: var(--cream);
  color: var(--ink);
}

.start .eyebrow { color: var(--moss); }
.start .section-heading > p:last-child { color: rgba(23,23,23,.7); }
.start-grid { gap: clamp(1rem, 2vw, 2rem); border: 0; }

.start-card {
  min-height: 540px;
  border: var(--line);
}

.start-card + .start-card { border-left: var(--line); }
.start-card--sun { background: var(--sun); }
.start-card--green { background: var(--moss); color: var(--cream); }
.start-card h3 { font-size: clamp(4.2rem, 6vw, 7rem); line-height: .76; }
.start .fine-print { color: rgba(23,23,23,.62); }

.classes {
  grid-template-columns: 58% 42%;
  background: var(--moss);
  color: var(--cream);
  border-bottom: var(--line);
}

.classes::before { background: repeating-linear-gradient(90deg, var(--sun) 0 22px, var(--cream) 22px 44px); }

.classes__content {
  order: 1;
  min-height: 860px;
  padding-top: clamp(6rem, 9vw, 9rem);
}

.classes__image {
  order: 2;
  min-height: 700px;
  margin: clamp(5rem, 8vw, 8rem) clamp(2rem, 5vw, 5rem);
  border: 12px solid var(--cream);
  outline: 1px solid var(--ink);
}

.classes__image img { filter: saturate(.72) contrast(1.03); }
.classes .eyebrow { color: var(--sun); }

.class-picker { border-top-color: var(--cream); }
.class-picker button { color: var(--cream); }
.class-picker button:hover,
.class-picker button[aria-selected="true"] { color: var(--sun); border-bottom-color: var(--sun); }
.class-detail { border-top-color: var(--cream); }
.class-detail__number { border-color: var(--cream); color: var(--cream); }

.ritual-band {
  min-height: 590px;
  background: var(--cream);
  color: var(--moss);
}

.ritual-band::after {
  content: "";
  position: absolute;
  top: 70px;
  left: 50%;
  width: 22px;
  height: 82px;
  background: linear-gradient(90deg, var(--moss) 0 8px, transparent 8px 14px, var(--moss) 14px 22px);
  transform: translateX(-50%);
}

.ritual-band h2 { max-width: 1180px; margin-inline: auto; }
.ritual-band h2 em { color: var(--ink); }
.ritual-notes span + span::before { color: var(--sun); }

.studios { padding-top: clamp(6rem, 10vw, 10rem); }
.studios::before { background: repeating-linear-gradient(90deg, var(--moss) 0 22px, var(--cream) 22px 44px); }
.studio-photo { border: 10px solid var(--cream); outline: 1px solid var(--ink); }
.studio-card--coming { border: 10px solid var(--cream); outline: 1px solid var(--ink); }

.social-proof {
  background: var(--sand);
  color: var(--ink);
  padding-top: clamp(7rem, 11vw, 11rem);
}

.social-proof::before { height: 42px; background: repeating-linear-gradient(90deg, var(--cream) 0 24px, var(--moss) 24px 48px); }
.social-proof blockquote p { font-style: italic; }
.social-proof blockquote footer { color: rgba(23,23,23,.62); }
.social-proof__side { border-left-color: rgba(23,23,23,.38); }
.social-proof__side > span { color: var(--moss); }
.social-proof__side p { color: rgba(23,23,23,.7); }
.social-proof .text-link--light { color: var(--ink); }

.app-section::before { background: repeating-linear-gradient(90deg, var(--sun) 0 22px, var(--cream) 22px 44px, var(--moss) 44px 66px); }
.brand-stage {
  min-height: 760px;
  padding: clamp(2rem, 5vw, 5rem);
  background: repeating-linear-gradient(90deg, var(--moss) 0 30px, var(--sun) 30px 60px, var(--cream) 60px 90px);
}

.brand-stage img {
  width: min(100%, 650px);
  padding: clamp(1.5rem, 3vw, 3rem);
  background: var(--cream);
  border: 4px double var(--ink);
  mix-blend-mode: normal;
}

.brand-stage p {
  right: 2rem;
  bottom: 2rem;
  padding: .45rem .75rem;
  background: var(--cream);
  border: var(--line);
}

.faq { padding-top: clamp(7rem, 11vw, 11rem); }
.faq::before { height: 42px; background: repeating-linear-gradient(90deg, var(--cream) 0 24px, var(--moss) 24px 48px); }
.demo-contact { padding-top: clamp(7rem, 11vw, 11rem); }
.demo-contact::before { background: repeating-linear-gradient(90deg, var(--sun) 0 22px, var(--cream) 22px 44px); }
.demo-form { border: 10px solid var(--cream); outline: 1px solid var(--ink); }

.site-footer { padding-top: clamp(7rem, 10vw, 10rem); }
.site-footer::before { height: 34px; background: repeating-linear-gradient(90deg, var(--moss) 0 24px, var(--sun) 24px 48px, var(--cream) 48px 72px); }

@media (max-width: 1100px) {
  .hero { grid-template-columns: 45% 55%; }
  .hero h1 { font-size: clamp(4rem, 7.2vw, 6.8rem); }
  .classes { grid-template-columns: 56% 44%; }
  .classes__image { margin-left: 1.5rem; margin-right: 2rem; }
}

@media (max-width: 800px) {
  .hero-stage {
    margin: .7rem .7rem 4.5rem;
    border-radius: 18px 18px 0 0;
  }

  .browser-cap { height: 40px; padding-inline: .8rem; }
  .browser-cap span { width: 8px; }
  .browser-cap i { height: 6px; margin-left: .4rem; }

  .hero {
    grid-template-columns: 1fr;
    margin: .7rem;
  }

  .hero__visual {
    order: 1;
    min-height: 62vh;
    border-right: 0;
    border-bottom: var(--line);
  }

  .hero__copy {
    order: 2;
    min-height: 620px;
    padding: 4rem 1.3rem 3rem;
  }

  .hero h1 { font-size: clamp(4rem, 19vw, 6.6rem); }
  .hero__brand-mark { width: min(95%, 520px); }
  .theme-rail { justify-content: flex-start; }

  .start-card + .start-card { border-left: var(--line); border-top: var(--line); }
  .classes { grid-template-columns: 1fr; }
  .classes__content { order: 1; min-height: auto; }
  .classes__image { order: 2; min-height: 70vh; margin: 0 1.25rem 5rem; }
  .ritual-band { padding-top: 11rem; }
  .ritual-band::after { top: 68px; }
  .brand-stage { min-height: 620px; padding: 2rem 1.25rem; }
}

@media (max-width: 520px) {
  .hero-stage { margin-inline: .45rem; }
  .hero__visual { min-height: 520px; }
  .hero__copy { min-height: 570px; }
  .hero h1 { font-size: clamp(3.75rem, 18vw, 5.4rem); }
  .start-card + .start-card { border-left: var(--line); }
  .classes__image { min-height: 560px; border-width: 8px; }
  .social-proof::before,
  .faq::before { height: 30px; }
  .brand-stage { min-height: 500px; }
  .brand-stage img { padding: 1rem; }
}

/* Fleur-inspired editorial direction: only ink, cream and sand remain in the UI palette. */
.concept-bar {
  min-height: 30px;
  background: var(--sand);
  color: var(--ink);
  border: 0;
}

.concept-bar__detail { color: var(--ink); opacity: .68; }

.site-header {
  position: relative;
  min-height: 76px;
  background: var(--ink);
  color: var(--cream);
  border-bottom: 1px solid var(--cream);
}

.site-header .wordmark,
.site-header .desktop-nav { color: var(--cream); }

.site-header .brand-symbol {
  filter: invert(1);
  mix-blend-mode: screen;
}

.desktop-nav a {
  font-family: var(--sans);
  font-size: .72rem;
  letter-spacing: .08em;
}

.desktop-nav a::after { background: var(--cream); }

.header-cta {
  background: var(--cream);
  color: var(--ink);
  border-color: var(--cream);
}

.button {
  min-height: 46px;
  padding: .78rem 1.35rem;
  border-width: 1px;
  border-radius: 0;
}

.button:hover,
.button:focus-visible {
  background: var(--sand);
  color: var(--ink);
  transform: none;
  box-shadow: none;
}

.hero-stage {
  margin: 0;
  overflow: hidden;
  background: var(--ink);
  border: 0;
  border-radius: 0;
}

.browser-cap { display: none; }

.hero {
  position: relative;
  isolation: isolate;
  min-height: calc(100vh - 76px);
  display: grid;
  grid-template-columns: 1fr;
  margin: 0;
  background: var(--ink);
  color: var(--cream);
  border: 0;
}

.hero__visual,
.hero__copy {
  grid-area: 1 / 1;
}

.hero__visual {
  order: initial;
  height: calc(100vh - 76px);
  min-height: calc(100vh - 76px);
  border: 0;
}

.hero__visual img {
  filter: saturate(.75) contrast(1.06);
  transform: scale(1.015);
}

.hero__visual::after {
  background: linear-gradient(180deg, rgba(23,23,23,.18) 0%, rgba(23,23,23,.22) 38%, rgba(23,23,23,.78) 100%);
}

.hero__copy {
  order: initial;
  z-index: 3;
  min-height: calc(100vh - 76px);
  align-items: center;
  justify-content: flex-end;
  padding: clamp(5.5rem, 9vw, 9rem) clamp(1.25rem, 4.5vw, 5rem) clamp(3rem, 5vw, 5rem);
  background: transparent;
  text-align: center;
}

.hero__brand-mark {
  z-index: -1;
  top: -4%;
  left: 50%;
  width: min(44vw, 620px);
  opacity: .34;
  filter: none;
  mix-blend-mode: multiply;
  transform: translateX(-50%);
}

.hero .eyebrow {
  margin-bottom: auto;
  color: var(--cream);
}

.hero h1 {
  width: 100%;
  max-width: none;
  margin: 0 0 clamp(1.5rem, 3vw, 3rem);
  color: var(--cream);
  font-size: clamp(6rem, 12.8vw, 13.5rem);
  line-height: .68;
  letter-spacing: -.045em;
  text-wrap: balance;
}

.hero__intro {
  max-width: 620px;
  margin-inline: auto;
  font-size: clamp(1rem, 1.4vw, 1.2rem);
}

.hero__actions { justify-content: center; }
.hero__actions .button--ink { background: transparent; color: var(--cream); border-color: var(--cream); }
.hero__actions .text-link { color: var(--cream); }
.hero__locations { justify-content: center; color: var(--cream); }
.hero__locations i { background: var(--cream); }

.hero__image-label {
  z-index: 4;
  background: transparent;
  color: var(--cream);
  border: 0;
}

.launch-note {
  z-index: 5;
  top: 2rem;
  right: 2rem;
  background: var(--sand);
  color: var(--ink);
  border: 1px solid var(--cream);
}

.theme-rail {
  height: 48px;
  justify-content: space-around;
  background: var(--cream);
  color: var(--ink);
  border: 0;
  border-bottom: 1px solid var(--ink);
  font-size: .9rem;
  text-transform: none;
}

.theme-rail i { color: var(--sand); }

.start::before,
.classes::before,
.ritual-band::before,
.studios::before,
.social-proof::before,
.app-section::before,
.faq::before,
.demo-contact::before,
.site-footer::before { display: none; }

.start {
  padding-top: clamp(5rem, 9vw, 9rem);
  background: var(--sand);
  color: var(--ink);
}

.start .section-heading {
  width: 100%;
  max-width: none;
  margin-bottom: clamp(4rem, 7vw, 7rem);
}

.start .section-heading h2 {
  max-width: 1350px;
  font-size: clamp(5rem, 10vw, 11rem);
  line-height: .72;
}

.start .eyebrow { color: var(--ink); }

.start-grid {
  gap: 1px;
  background: var(--ink);
  border: 1px solid var(--ink);
}

.start-card {
  min-height: 480px;
  border: 0;
}

.start-card + .start-card { border: 0; }
.start-card--sun { background: var(--cream); color: var(--ink); }
.start-card--green { background: var(--ink); color: var(--cream); }
.start-card h3 { font-size: clamp(4.8rem, 7vw, 8rem); }

.classes {
  grid-template-columns: 54% 46%;
  background: var(--cream);
  color: var(--ink);
  border: 0;
}

.classes__content {
  order: 1;
  min-height: 920px;
  padding-top: clamp(6rem, 10vw, 10rem);
}

.classes__image {
  order: 2;
  min-height: 760px;
  margin: clamp(4rem, 7vw, 7rem) clamp(2rem, 5vw, 5rem) clamp(4rem, 7vw, 7rem) 0;
  overflow: hidden;
  border: 0;
  border-radius: 18px;
  outline: 0;
}

.classes__image img { filter: saturate(.72) contrast(1.03); }
.classes .eyebrow { color: var(--ink); }
.classes h2 { font-size: clamp(5.4rem, 8.5vw, 10rem); }
.class-picker { border-top-color: var(--ink); }
.class-picker button { color: var(--ink); }
.class-picker button:hover,
.class-picker button[aria-selected="true"] { color: var(--ink); border-bottom-color: var(--ink); }
.class-detail { border-top-color: var(--ink); }
.class-detail__number { border-color: var(--ink); color: var(--ink); }

.ritual-band {
  min-height: 720px;
  padding-top: clamp(8rem, 13vw, 13rem);
  background: var(--ink);
  color: var(--cream);
}

.ritual-band::after { display: none; }
.ritual-band h2 { max-width: 1450px; color: var(--cream); font-size: clamp(5.5rem, 11vw, 12rem); }
.ritual-band h2 em { color: var(--sand); }
.ritual-notes span + span::before { color: var(--sand); }

.studios {
  padding-top: clamp(6rem, 10vw, 10rem);
  background: var(--sand);
}

.studios h2 { font-size: clamp(5rem, 9.5vw, 10.5rem); }
.studio-photo { overflow: hidden; border: 0; border-radius: 18px; outline: 0; }
.studio-card--coming { background: var(--ink); color: var(--cream); border: 0; outline: 0; }

.social-proof {
  padding-top: clamp(7rem, 11vw, 11rem);
  background: var(--cream);
  color: var(--ink);
}

.quote-mark { color: rgba(23,23,23,.09); }
.social-proof blockquote p { font-size: clamp(4rem, 8vw, 9rem); }
.social-proof blockquote footer,
.social-proof__side p { color: rgba(23,23,23,.65); }
.social-proof__side { border-left-color: var(--ink); }
.social-proof__side > span { color: var(--ink); }
.social-proof .text-link--light { color: var(--ink); }

.app-section {
  min-height: 820px;
  background: var(--ink);
  color: var(--cream);
}

.brand-stage {
  min-height: 820px;
  background: var(--sand);
}

.brand-stage img {
  width: min(92%, 700px);
  padding: clamp(1.5rem, 3vw, 3rem);
  background: var(--cream);
  border: 1px solid var(--ink);
}

.brand-stage p { background: var(--cream); color: var(--ink); border-width: 1px; }
.app-section__copy { background: var(--ink); color: var(--cream); }
.app-section .eyebrow { color: var(--sand); }
.app-section .text-link { color: var(--cream); }
.app-section h2 { font-size: clamp(5rem, 9vw, 10rem); }

.faq {
  padding-top: clamp(7rem, 11vw, 11rem);
  background: var(--cream);
}

.faq h2 { font-size: clamp(5rem, 9vw, 10rem); }

.demo-contact {
  padding-top: clamp(7rem, 11vw, 11rem);
  background: var(--sand);
  color: var(--ink);
}

.demo-contact .eyebrow,
.demo-contact__copy > p:last-child { color: var(--ink); }
.demo-contact h2 { font-size: clamp(5rem, 8vw, 9rem); }
.demo-form { background: var(--cream); border: 1px solid var(--ink); outline: 0; }

.site-footer { padding-top: clamp(7rem, 10vw, 10rem); background: var(--ink); }
.site-footer .brand-symbol { filter: invert(1); mix-blend-mode: screen; }

@media (max-width: 1100px) {
  .hero h1 { font-size: clamp(6rem, 12vw, 10rem); }
  .classes { grid-template-columns: 52% 48%; }
}

@media (max-width: 800px) {
  .site-header { min-height: 68px; }
  .site-header .menu-toggle { border-color: var(--cream); }
  .site-header .menu-toggle span { background: var(--cream); }
  .mobile-menu { background: var(--ink); color: var(--cream); border-top-color: var(--cream); }
  .mobile-menu > a:not(.button) { border-bottom-color: rgba(248,246,240,.35); }

  .hero-stage { margin: 0; border-radius: 0; }
  .hero { min-height: 820px; margin: 0; }
  .hero__visual { height: 820px; min-height: 820px; border: 0; }
  .hero__copy { min-height: 820px; padding: 5rem 1.25rem 6.5rem; }
  .hero__brand-mark { top: 3rem; width: min(72vw, 330px); opacity: .44; }
  .hero .eyebrow { width: 100%; max-width: 340px; margin: 1rem auto auto; white-space: normal; }
  .hero h1 { font-size: clamp(3.8rem, 15vw, 5.2rem); line-height: .72; }
  .hero__intro { max-width: 340px; }
  .hero__actions { align-items: center; }
  .launch-note { top: 1rem; right: 1rem; }
  .theme-rail { justify-content: flex-start; }

  .start .section-heading h2,
  .classes h2,
  .ritual-band h2,
  .studios h2,
  .app-section h2,
  .faq h2,
  .demo-contact h2 { font-size: clamp(4rem, 18vw, 6.5rem); }

  .start-grid { grid-template-columns: 1fr; }
  .start-card + .start-card { border: 0; }
  .classes { grid-template-columns: 1fr; }
  .classes__content { order: 1; min-height: auto; }
  .classes__image { order: 2; min-height: 650px; margin: 0 1.25rem 5rem; }
  .brand-stage { min-height: 640px; }
}

@media (max-width: 520px) {
  .concept-bar__detail { display: none; }
  .hero { min-height: 760px; }
  .hero__visual { height: 760px; min-height: 760px; }
  .hero__copy { min-height: 760px; padding-bottom: 5.5rem; }
  .hero h1 { font-size: clamp(3.7rem, 15vw, 4.8rem); }
  .hero__brand-mark { width: 72vw; }
  .hero__locations { font-size: .58rem; }
  .start-card h3 { font-size: clamp(4rem, 19vw, 5.5rem); }
  .classes__image { min-height: 560px; border-radius: 12px; }
  .brand-stage { min-height: 520px; padding: 1.25rem; }
}

/* Final production QA: interaction sizing, icon system and real-action panel. */
.svg-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.link-icon {
  width: 1rem;
  height: 1rem;
  flex: 0 0 1rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.skip-link,
.wordmark,
.desktop-nav a,
.text-link,
.studio-card__links a,
.site-footer__grid a,
.mobile-menu > a {
  min-width: 44px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}

.desktop-nav a { padding-inline: .25rem; }
.text-link { padding-top: .65rem; padding-bottom: .45rem; }
.class-picker button { min-width: 44px; min-height: 44px; }
.studio-card__links a,
.site-footer__grid a { gap: .5rem; }
.faq-list summary { min-height: 56px; }
.menu-toggle { width: 48px; height: 48px; }
.mobile-book { min-height: 52px; }
.hero__visual img { transform: none; }

.contact-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-self: center;
  gap: 1px;
  padding: 1px;
  background: var(--ink);
}

.contact-actions .button {
  min-height: 64px;
  justify-content: space-between;
  border: 0;
}

.site-footer__legal { grid-template-columns: minmax(0, 1fr); }

@media (max-width: 800px) {
  .contact-actions { grid-template-columns: 1fr; }
}
