@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600;700&display=swap');

:root {
  --yoga-ice: #d6eff4;
  --yoga-ice-deep: #a8d8e4;
  --yoga-ink: #1e1a18;
  --yoga-ink-muted: #4a4540;
  --yoga-ink-soft: #5a5450;
  --yoga-gray: #8c8580;
  --yoga-white: #ffffff;
  --yoga-cream: #f8f6f3;
  --yoga-subtle: #f4f2ef;
  --yoga-border: rgba(30, 26, 24, 0.1);
  --yoga-border-strong: rgba(30, 26, 24, 0.18);
  --yoga-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  --yoga-max: 1080px;
}

body.page-yoga-websites {
  background: var(--yoga-cream);
  color: var(--yoga-ink);
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.page-yoga-websites * {
  box-sizing: border-box;
}

.page-yoga-websites img {
  display: block;
  max-width: 100%;
}

.page-yoga-websites p {
  color: var(--yoga-ink-muted);
  font-size: 16px;
  line-height: 1.65;
}

.page-yoga-websites a {
  color: inherit;
}

.yoga-page {
  overflow: clip;
}

.yoga-container,
.yoga-narrow {
  width: min(100% - 48px, var(--yoga-max));
  margin: 0 auto;
}

.yoga-hero-inner {
  width: 100%;
  margin: 0;
  padding-left: clamp(32px, 12vw, 230px);
}

.yoga-section {
  padding: 96px 0;
  border-top: 1px solid rgba(30, 26, 24, 0.08);
  background: var(--yoga-white);
}

.yoga-band {
  background: var(--yoga-subtle);
}

.yoga-kicker {
  display: inline-block;
  margin-bottom: 24px;
  color: rgba(30, 26, 24, 0.45);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.yoga-section h2,
.yoga-section h3,
.yoga-hero h1,
.yoga-offer-price-current,
.yoga-seam-stat-num,
.yoga-price {
  font-family: "Cormorant Garamond", Georgia, serif;
  color: var(--yoga-ink);
  letter-spacing: -0.01em;
}

.yoga-hero {
  background: var(--yoga-cream);
  border-bottom: 1px solid rgba(30, 26, 24, 0.08);
  min-height: 100svh;
  display: flex;
  align-items: stretch;
  padding: 0;
}

.yoga-hero-inner {
  display: grid;
  grid-template-columns: minmax(360px, 0.76fr) minmax(0, 1.08fr);
  gap: clamp(24px, 3vw, 40px);
  align-items: stretch;
  min-height: 100svh;
}

.yoga-hero-copy {
  max-width: 520px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 84px 0;
  min-width: 0;
}

.yoga-hero-brand {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px 18px;
  margin-bottom: 18px;
  flex-wrap: wrap;
}

.yoga-hero-brand-main {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.yoga-brand-link {
  width: 46px;
  flex: 0 0 auto;
}

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

.yoga-brand-badge {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border: 1px solid var(--yoga-border-strong);
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.68);
  color: var(--yoga-ink-soft);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  white-space: nowrap;
}

.yoga-lang-switch {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px;
  border: 1px solid var(--yoga-border);
  background: rgba(255, 255, 255, 0.86);
}

.yoga-lang-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 34px;
  padding: 0 12px;
  border: none;
  background: transparent;
  color: var(--yoga-ink-soft);
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 150ms ease, color 150ms ease;
}

.yoga-lang-button.is-active {
  background: var(--yoga-ink);
  color: var(--yoga-white);
}

.yoga-hero h1 {
  margin: 0;
  font-size: clamp(40px, 4.6vw, 68px);
  font-weight: 600;
  line-height: 0.94;
  text-transform: uppercase;
  text-wrap: balance;
}

.yoga-line {
  display: block;
}

.yoga-hero .subheadline {
  max-width: 430px;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 320;
  letter-spacing: -0.01em;
  line-height: 1.62;
}

.yoga-cta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 28px;
}

.yoga-hero .yoga-cta-row {
  flex-wrap: nowrap;
}

.yoga-hero .yoga-button-primary,
.yoga-hero .yoga-button-secondary {
  flex: 0 0 auto;
  width: auto;
}

.yoga-button-primary,
.yoga-button-secondary,
.yoga-button-quiet {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 0 28px;
  border: none;
  border-radius: 0;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-transform: uppercase;
  transition: opacity 150ms ease, background 150ms ease, color 150ms ease, border-color 150ms ease;
  cursor: pointer;
}

.yoga-button-primary {
  background: var(--yoga-ink);
  color: var(--yoga-white) !important;
  -webkit-text-fill-color: var(--yoga-white);
}

.yoga-button-primary:hover {
  opacity: 0.75;
}

.yoga-button-primary:visited,
.yoga-button-primary:hover,
.yoga-button-primary:focus-visible {
  color: var(--yoga-white) !important;
  -webkit-text-fill-color: var(--yoga-white);
}

.yoga-button-secondary {
  background: transparent;
  color: var(--yoga-ink);
  border: 1px solid var(--yoga-ink);
}

.yoga-button-secondary:hover {
  background: var(--yoga-ice);
}

.yoga-button-quiet {
  background: transparent;
  color: var(--yoga-ink);
  border-bottom: 1px solid rgba(30, 26, 24, 0.3);
  padding: 0 4px;
}

.yoga-button-quiet:hover {
  border-color: var(--yoga-ink);
}

.yoga-hero-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0;
  padding: clamp(40px, 6vw, 76px) clamp(24px, 4vw, 42px) clamp(38px, 5vw, 58px) 0;
  min-width: 0;
  overflow: hidden;
}

.yoga-hero-frame {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(30, 26, 24, 0.1);
  background: var(--yoga-white);
  box-shadow: 0 20px 44px rgba(30, 26, 24, 0.08);
}

.yoga-hero-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(110deg, rgba(248, 246, 243, 0.08) 0%, rgba(248, 246, 243, 0.02) 28%, rgba(248, 246, 243, 0) 58%);
  pointer-events: none;
  z-index: 1;
}

.yoga-hero-collage {
  position: relative;
  width: min(100%, 780px);
  margin-left: auto;
  padding: 34px 0 72px 74px;
}

.yoga-hero-frame-main {
  width: 100%;
  aspect-ratio: 1.18 / 0.9;
}

.yoga-hero-frame-mobile {
  display: none;
}

.yoga-hero-frame-inset {
  position: absolute;
  left: 0;
  bottom: 0;
  width: min(40%, 290px);
  aspect-ratio: 0.84 / 1.02;
  border-width: 12px;
  box-shadow: 0 28px 46px rgba(30, 26, 24, 0.12);
}

.yoga-hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.yoga-hero-inset-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
}

.yoga-offer-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.56fr) minmax(300px, 0.44fr);
  gap: 56px;
  align-items: start;
}

.yoga-section h2 {
  margin: 0 0 18px;
  font-size: clamp(40px, 4.6vw, 60px);
  font-weight: 600;
  line-height: 0.96;
  text-transform: uppercase;
}

.yoga-offer-copy {
  margin: 0 0 18px;
  color: var(--yoga-ink);
  font-size: 18px;
  line-height: 1.55;
}

.yoga-offer-card {
  position: relative;
  border: 1px solid var(--yoga-border);
  border-left: 6px solid var(--yoga-ice-deep);
  background: var(--yoga-white);
  box-shadow: var(--yoga-shadow);
  padding: 28px 24px 24px;
}

.yoga-offer-card-label {
  display: inline-block;
  margin-bottom: 16px;
  color: var(--yoga-gray);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.yoga-offer-price-row {
  display: flex;
  align-items: flex-end;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.yoga-offer-price-current {
  font-size: clamp(48px, 5.2vw, 64px);
  font-weight: 600;
  line-height: 0.92;
}

.yoga-offer-price-old {
  color: var(--yoga-gray);
  font-size: 18px;
  text-decoration: line-through;
}

.yoga-offer-meta {
  display: grid;
  gap: 0;
  margin-top: 20px;
}

.yoga-offer-meta li {
  padding: 14px 0;
  border-top: 1px solid rgba(30, 26, 24, 0.08);
  color: var(--yoga-ink-soft);
  font-size: 13px;
  line-height: 1.55;
}

.yoga-media-frame {
  overflow: hidden;
  border: 1px solid var(--yoga-border);
  background: var(--yoga-white);
}

.yoga-media-frame img {
  width: 100%;
  height: 100%;
  min-height: 480px;
  object-fit: cover;
  object-position: center;
}

.yoga-list-panel {
  display: grid;
  gap: 18px;
}

.yoga-list-group {
  border: 1px solid rgba(30, 26, 24, 0.08);
  background: rgba(255, 255, 255, 0.88);
  padding: 24px;
}

.yoga-list-group h3 {
  margin: 0 0 14px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.04;
  text-transform: uppercase;
}

.yoga-check-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 28px;
  align-items: start;
}

.yoga-check-list li {
  position: relative;
  padding-left: 16px;
  min-height: 42px;
  color: var(--yoga-ink-soft);
  font-size: 13px;
  line-height: 1.6;
}

.yoga-check-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--yoga-ink);
}

.yoga-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(280px, 0.42fr);
  gap: 48px;
  align-items: start;
  margin-bottom: 48px;
}

.yoga-intro > p,
.yoga-intro > div > p {
  font-size: 15px;
  margin: 0;
}

.yoga-intro-figure {
  align-self: stretch;
  height: 100%;
  min-height: 250px;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--yoga-border);
  background: rgba(255, 255, 255, 0.76);
  box-shadow: var(--yoga-shadow);
}

.yoga-intro-figure img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: center;
}

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

.yoga-for-card {
  position: relative;
  border: 1px solid rgba(30, 26, 24, 0.08);
  background: rgba(255, 255, 255, 0.74);
  padding: 44px 28px 32px;
  min-height: 230px;
}

.yoga-for-card::after {
  content: "\2197";
  position: absolute;
  top: 18px;
  right: 22px;
  color: var(--yoga-gray);
  font-size: 18px;
  line-height: 1;
}

.yoga-for-card h3 {
  margin: 0;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.42;
  letter-spacing: 0.01em;
  text-transform: none;
}

.yoga-story-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.48fr) minmax(360px, 0.52fr);
  gap: 48px;
  align-items: start;
}

.yoga-story-copy p {
  max-width: 500px;
  margin-bottom: 16px;
}

#why h2 {
  max-width: 16ch;
  font-size: clamp(38px, 4.2vw, 54px);
  text-wrap: balance;
}

.yoga-founder-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 0;
}

.yoga-founder-note {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  align-items: start;
  border: 1px solid var(--yoga-border);
  background: var(--yoga-cream);
  padding: 24px;
  height: 100%;
}

.yoga-founder-media {
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  margin: 0;
  background: var(--yoga-white);
}

.yoga-founder-photo {
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
  object-position: center;
}

.yoga-founder-note:first-child .yoga-founder-photo {
  object-position: 52% 24%;
}

.yoga-founder-note:nth-child(2) .yoga-founder-photo {
  object-position: 50% 18%;
  transform: none;
}

.yoga-founder-note h3 {
  margin: 0 0 10px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}

.yoga-founder-note p {
  margin: 0;
  font-size: 13px;
  line-height: 1.65;
  max-width: 31ch;
}

.yoga-founder-text {
  display: grid;
  height: 100%;
  gap: 14px;
  grid-template-rows: auto 1fr auto;
  align-content: start;
}

.yoga-founder-links {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  margin-top: auto;
  align-self: start;
}

.yoga-founder-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 0;
  min-height: 38px;
  min-width: 0;
  padding: 0 16px;
  border: 1px solid var(--yoga-border-strong);
  background: rgba(255, 255, 255, 0.92);
  color: var(--yoga-ink);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  transition: background 150ms ease, border-color 150ms ease;
}

.yoga-founder-link:hover {
  background: var(--yoga-white);
  border-color: rgba(30, 26, 24, 0.28);
}

#process {
  position: relative;
  background: var(--yoga-ink);
  overflow: hidden;
}

#process::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("Assets/yoga-websites/yoga-studio.jpg");
  background-size: cover;
  background-position: center;
  opacity: 0.42;
  pointer-events: none;
}

#process::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(20, 17, 15, 0.5) 0%, rgba(20, 17, 15, 0.44) 100%);
  pointer-events: none;
}

#process .yoga-kicker {
  color: rgba(255, 255, 255, 0.28);
}

#process .yoga-intro p {
  color: rgba(255, 255, 255, 0.5);
  max-width: 420px;
  justify-self: start;
}

#process .yoga-intro {
  grid-template-columns: 1fr;
  gap: 18px;
  align-items: start;
}

#process h2,
#process h3 {
  color: var(--yoga-white);
}

#process .yoga-container {
  position: relative;
  z-index: 1;
}

.yoga-steps {
  counter-reset: yoga-step;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 40px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.yoga-step {
  counter-increment: yoga-step;
}

.yoga-step::before {
  content: "0" counter(yoga-step);
  display: block;
  margin-bottom: 18px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 56px;
  font-style: italic;
  color: var(--yoga-ice-deep);
  line-height: 1;
}

.yoga-step h3 {
  margin: 0 0 10px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.08;
  text-transform: uppercase;
}

.yoga-care-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.52fr) minmax(320px, 0.48fr);
  gap: 56px;
  align-items: center;
}

.yoga-care-card {
  border: 1px solid var(--yoga-border);
  border-left: 6px solid var(--yoga-ice);
  background: var(--yoga-white);
  box-shadow: var(--yoga-shadow);
  padding: 30px 26px 26px;
}

.yoga-care-card h2 {
  max-width: 520px;
}

.yoga-price {
  margin-top: 22px;
  font-size: clamp(40px, 4.6vw, 56px);
  font-weight: 600;
  line-height: 0.94;
}

.yoga-care-commitment {
  margin-top: 14px;
  color: var(--yoga-gray) !important;
  font-size: 9px;
  font-weight: 300;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.72;
}

.yoga-care-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(30, 26, 24, 0.1);
}

.yoga-care-list li {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(30, 26, 24, 0.1);
  color: var(--yoga-ink-soft);
  font-size: 13px;
  line-height: 1.55;
}

.yoga-care-list li span:last-child {
  color: var(--yoga-gray);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 11px;
  white-space: nowrap;
}

.yoga-faq-intro {
  margin-bottom: 28px;
}

.yoga-faq {
  display: grid;
  gap: 0;
}

.yoga-faq details {
  border-top: 1px solid rgba(30, 26, 24, 0.1);
}

.yoga-faq details:last-child {
  border-bottom: 1px solid rgba(30, 26, 24, 0.1);
}

.yoga-faq summary {
  position: relative;
  cursor: pointer;
  padding: 24px 36px 24px 0;
  list-style: none;
  color: var(--yoga-ink);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.08;
  text-transform: uppercase;
}

.yoga-faq summary::-webkit-details-marker {
  display: none;
}

.yoga-faq summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 22px;
  color: var(--yoga-gray);
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.yoga-faq details[open] summary::after {
  content: "−";
}

.yoga-faq details p {
  max-width: 720px;
  padding: 0 0 24px;
  color: var(--yoga-ink-soft);
  font-size: 14px;
  line-height: 1.7;
}

.yoga-final {
  position: relative;
  background: var(--yoga-ink);
  overflow: hidden;
}

.yoga-final::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("Assets/yoga-websites/yoga-hero.jpg");
  background-position: 72% center;
  background-size: cover;
  opacity: 1;
  filter: saturate(0.92);
  pointer-events: none;
}

.yoga-final::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(20, 17, 15, 0.5);
  pointer-events: none;
}

.yoga-final .yoga-container {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}

.yoga-final h2 {
  max-width: 700px;
  color: var(--yoga-white);
}

.yoga-final p {
  max-width: 31ch;
  color: rgba(255, 255, 255, 0.86);
}

.yoga-final .yoga-button-primary,
.yoga-final .yoga-button-primary:visited,
.yoga-final .yoga-button-primary:hover,
.yoga-final .yoga-button-primary:focus-visible {
  background: var(--yoga-white);
  color: var(--yoga-ink) !important;
  -webkit-text-fill-color: var(--yoga-ink);
}

.yoga-social-cta {
  background: var(--yoga-white);
  border-top: 1px solid var(--yoga-border);
  border-bottom: 1px solid var(--yoga-border);
  padding: 52px 0;
}

.yoga-social-cta-copy h2 {
  max-width: 16ch;
  margin-bottom: 10px;
  font-size: clamp(30px, 3.4vw, 42px);
  line-height: 1.01;
  text-wrap: balance;
}

.yoga-social-cta-copy p {
  max-width: 32ch;
  margin: 0 0 16px;
}

.yoga-social-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  align-items: start;
}

.yoga-social-card {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--yoga-border);
  background: var(--yoga-cream);
  overflow: hidden;
  min-height: 0;
}

.yoga-social-media {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 14px 14px 0;
  background: var(--yoga-white);
}

.yoga-social-media img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
}

.yoga-social-card-body {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 0;
  padding: 12px 14px 14px;
}

.yoga-social-card-body p {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
}

.yoga-social-card .yoga-button-secondary {
  width: 100%;
  min-width: 0;
  min-height: 44px;
  margin-top: 0;
  padding: 0 16px;
  border-color: rgba(30, 26, 24, 0.16);
  font-size: 11px;
  letter-spacing: 0.01em;
  justify-content: center;
}

@media (min-width: 981px) {
  .yoga-social-cta .yoga-container {
    display: grid;
    grid-template-columns: minmax(0, 0.48fr) minmax(340px, 0.42fr);
    gap: 28px;
    align-items: start;
  }

  .yoga-social-cta-copy {
    max-width: 400px;
  }

  .yoga-social-cta-copy p {
    margin-bottom: 0;
  }

  .yoga-social-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    max-width: 500px;
    justify-self: end;
  }

  .yoga-social-card {
    min-height: 0;
  }

  .yoga-social-card:first-child {
    background: var(--yoga-cream);
  }

  .yoga-social-card:nth-child(2) {
    background: var(--yoga-cream);
  }

  .yoga-social-media {
    min-height: 0;
    padding: 14px 14px 0;
  }

  .yoga-social-media img {
    max-height: 240px;
  }

  .yoga-social-card-body {
    padding: 10px 14px 14px;
    min-height: 0;
  }
}

.yoga-footer {
  border-top: 6px solid var(--yoga-ice);
  background: var(--yoga-ink);
  padding: 48px 0;
}

.yoga-footer-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.yoga-footer-end {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  flex-wrap: wrap;
  margin-left: auto;
}

.yoga-footer h2 {
  margin: 0;
  color: var(--yoga-white);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: -0.01em;
}

.yoga-footer-links {
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
}

.yoga-footer a {
  color: rgba(255, 255, 255, 0.42);
  font-size: 12px;
  letter-spacing: 0.01em;
  text-decoration: none;
  transition: color 150ms ease;
}

.yoga-footer a:hover {
  color: var(--yoga-white);
}

.yoga-footer p {
  color: rgba(255, 255, 255, 0.25);
  font-size: 11px;
  letter-spacing: 0.06em;
  white-space: nowrap;
}

.yoga-reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 260ms ease-out, transform 260ms ease-out;
}

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

#for-you {
  background: var(--yoga-subtle);
}

#faq {
  background: var(--yoga-white);
}

#for-you .yoga-intro p {
  max-width: 420px;
  justify-self: start;
  align-self: start;
  margin-top: 16px;
}

#for-you .yoga-intro {
  grid-template-columns: minmax(0, 620px) minmax(300px, 1fr);
  gap: 56px;
  align-items: start;
}

#for-you h2 {
  max-width: 620px;
  font-size: clamp(36px, 4vw, 52px);
  text-wrap: balance;
}

#included .yoga-offer-layout {
  width: 100%;
  max-width: none;
  margin: 0;
  align-items: stretch;
  gap: 0;
}

#included .yoga-media-frame {
  height: 100%;
  border: none;
  background: transparent;
  align-self: stretch;
}

#included .yoga-media-frame img {
  height: 100%;
  min-height: 100%;
  width: 100%;
}

.yoga-portfolio {
  background: var(--yoga-white);
}

.yoga-portfolio-head {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.7fr) auto;
  gap: 28px;
  align-items: end;
  margin-bottom: 34px;
}

.yoga-portfolio-head p {
  max-width: 420px;
  margin: 0;
}

.yoga-slider-controls {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  justify-self: end;
}

.yoga-slider-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid var(--yoga-border-strong);
  background: var(--yoga-white);
  color: var(--yoga-ink);
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  transition: background 150ms ease, border-color 150ms ease, transform 150ms ease;
}

.yoga-slider-button:hover {
  background: var(--yoga-subtle);
  border-color: rgba(30, 26, 24, 0.28);
  transform: translateY(-1px);
}

.yoga-projects-shell {
  position: relative;
  overflow: hidden;
}

.yoga-projects-track {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  padding-bottom: 10px;
  scroll-snap-type: x mandatory;
  overscroll-behavior-x: contain;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.yoga-projects-track::-webkit-scrollbar {
  display: none;
}

.yoga-project-slide {
  flex: 0 0 100%;
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 4fr) minmax(0, 1fr);
  min-height: clamp(500px, 52vw, 620px);
  border: 1px solid var(--yoga-border);
  background: var(--yoga-white);
  scroll-snap-align: start;
  overflow: hidden;
}

.yoga-project-media {
  margin: 0;
  min-height: 100%;
  background: var(--yoga-subtle);
}

.yoga-project-lightbox-trigger {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: none;
  background: transparent;
  cursor: zoom-in;
}

.yoga-project-media img {
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center top;
  transition: transform 220ms ease;
}

.yoga-project-lightbox-trigger:hover img {
  transform: scale(1.02);
}

.yoga-project-meta {
  display: grid;
  grid-template-rows: 1fr auto;
  gap: 22px;
  padding: 30px 28px 28px;
  border-left: 1px solid rgba(30, 26, 24, 0.08);
  min-width: 0;
}

.yoga-project-copy {
  display: grid;
  align-content: start;
  gap: 12px;
  min-width: 0;
}

.yoga-project-index {
  color: var(--yoga-gray);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.yoga-project-slide h3 {
  margin: 0;
  font-size: clamp(24px, 2.7vw, 36px);
  font-weight: 600;
  line-height: 0.98;
  text-transform: uppercase;
  text-wrap: balance;
  overflow-wrap: anywhere;
}

.yoga-project-slide p {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  overflow-wrap: anywhere;
  hyphens: auto;
}

.yoga-project-domain {
  color: var(--yoga-gray);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.yoga-project-link {
  justify-self: start;
  width: max-content;
  max-width: 100%;
  padding-inline: 18px;
  font-size: 12px;
  letter-spacing: 0.02em;
  line-height: 1.2;
  white-space: nowrap;
}

.yoga-lightbox-open {
  overflow: hidden;
}

.yoga-lightbox[hidden] {
  display: none;
}

.yoga-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px;
}

.yoga-lightbox-backdrop {
  position: absolute;
  inset: 0;
  border: none;
  background: rgba(18, 15, 14, 0.82);
  cursor: pointer;
}

.yoga-lightbox-dialog {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(92vw, 1420px);
  max-height: 88vh;
}

.yoga-lightbox-image {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 88vh;
  object-fit: contain;
  background: var(--yoga-white);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.24);
}

.yoga-lightbox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(22, 18, 16, 0.9);
  color: var(--yoga-white);
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  transition: background 150ms ease, transform 150ms ease;
}

.yoga-lightbox-close:hover {
  background: rgba(22, 18, 16, 1);
  transform: scale(1.03);
}

#offer .yoga-offer-layout > .yoga-reveal:first-child {
  max-width: 560px;
}

#included .yoga-media-frame,
#why .yoga-media-frame,
#why .yoga-story-aside {
  height: 100%;
}

@media (min-width: 981px) {
  .yoga-final .yoga-container {
    width: min(60%, 760px);
    max-width: calc(100% - 48px);
    margin-left: max(24px, calc((100vw - var(--yoga-max)) / 2 + 24px));
    margin-right: auto;
  }

  #included {
    min-height: 75vh;
    display: flex;
    align-items: stretch;
    padding: 0;
    overflow: hidden;
  }

  #included .yoga-offer-layout {
    width: 100vw;
    max-width: none;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    grid-template-columns: minmax(0, 44vw) minmax(0, 1fr);
    gap: 0;
    align-items: stretch;
    min-height: 75vh;
  }

  #included .yoga-media-frame {
    height: 100%;
    min-height: 75vh;
    margin: 0;
    border: none;
    box-shadow: none;
  }

  #included .yoga-list-panel {
    max-width: 760px;
    padding: 48px clamp(36px, 4vw, 64px) 48px clamp(36px, 4vw, 54px);
    gap: 12px;
  }

  .yoga-projects-track {
    grid-auto-columns: minmax(0, 80%);
  }

  #included .yoga-list-group {
    padding: 18px 20px;
  }

  #included h2 {
    margin-bottom: 12px;
    font-size: clamp(34px, 4vw, 54px);
  }

  #included .yoga-list-group h3 {
    margin-bottom: 12px;
    font-size: 20px;
  }

  #included .yoga-check-list {
    gap: 10px 22px;
  }

  #included .yoga-check-list li {
    min-height: 0;
    font-size: 12.5px;
    line-height: 1.5;
  }

  #for-you .yoga-intro {
    grid-template-columns: minmax(0, 620px) minmax(280px, 1fr);
    gap: 56px;
  }

  #for-you .yoga-intro-figure {
    justify-self: end;
    align-self: start;
    width: min(100%, 360px);
    min-height: 0;
    aspect-ratio: 16 / 10;
    margin-top: 2px;
    border: none;
    box-shadow: var(--yoga-shadow);
  }

  #offer .yoga-offer-layout > .yoga-reveal:first-child {
    max-width: 500px;
  }
}

@media (max-width: 1240px) and (min-width: 981px) {
  .yoga-project-slide {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.42fr);
  }

  .yoga-project-meta {
    padding: 24px 22px 22px;
  }

  .yoga-project-slide h3 {
    font-size: clamp(22px, 2.3vw, 30px);
    line-height: 1;
  }

  .yoga-project-slide p {
    font-size: 13px;
    line-height: 1.6;
  }
}

@media (min-width: 681px) {
  .yoga-hero .cta-row {
    flex-wrap: nowrap;
  }

  .yoga-hero .cta-row > * {
    width: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .yoga-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

@media (max-width: 980px) {
  .yoga-section {
    padding: 72px 0;
  }

  #included,
  #for-you {
    padding-left: clamp(20px, 4vw, 28px);
    padding-right: clamp(20px, 4vw, 28px);
  }

  .yoga-hero {
    min-height: 0;
    display: block;
    padding: 28px 0 40px;
  }

  .yoga-hero-inner,
  .yoga-offer-layout,
  .yoga-story-layout,
  .yoga-care-layout,
  .yoga-intro {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .yoga-hero-inner {
    gap: 14px;
    width: min(100% - 48px, var(--yoga-max));
    min-height: 0;
    margin: 0 auto;
    padding-left: 0;
  }

  .yoga-hero-copy {
    max-width: none;
    padding: 0;
    justify-content: flex-start;
  }

  .yoga-hero-visual {
    display: block;
    padding: 0;
  }

  .yoga-hero-collage {
    width: 100%;
    padding: 0;
    margin: 0;
  }

  .yoga-hero-frame-main {
    width: 100%;
    aspect-ratio: auto;
  }

  .yoga-hero-frame-inset {
    display: none;
  }

  .yoga-hero-image {
    display: block;
    width: 100%;
    height: auto;
    max-height: none;
    object-fit: cover;
    object-position: center top;
  }

  .yoga-media-frame img {
    height: auto;
    min-height: 320px;
  }

  #included .yoga-media-frame img {
    height: auto;
    min-height: 320px;
  }

  #included .yoga-list-panel {
    padding: 0;
  }

  #included .yoga-container,
  #for-you .yoga-container {
    width: 100%;
  }

  #included .yoga-offer-layout {
    gap: 20px;
  }

  #included .yoga-media-frame {
    border: none;
    box-shadow: none;
  }

  .yoga-for-grid,
  .yoga-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .yoga-portfolio-head {
    grid-template-columns: 1fr;
    gap: 18px;
    align-items: start;
  }

  .yoga-slider-controls {
    justify-self: start;
  }

  .yoga-project-slide {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .yoga-project-media {
    min-height: 360px;
  }

  .yoga-project-meta {
    grid-template-rows: auto auto;
    align-content: start;
    padding: 24px 22px 22px;
    border-left: none;
    border-top: 1px solid rgba(30, 26, 24, 0.08);
  }

  .yoga-project-copy {
    min-width: 0;
  }

  .yoga-project-slide h3,
  .yoga-project-slide p,
  .yoga-project-domain {
    overflow-wrap: anywhere;
  }

  .yoga-lightbox {
    padding: 24px;
  }

  .yoga-lightbox-dialog,
  .yoga-lightbox-image {
    max-height: 84vh;
  }

  #for-you .yoga-intro {
    gap: 20px;
  }

  #for-you .yoga-intro p {
    margin-top: 12px;
    max-width: 100%;
  }

  #for-you .yoga-intro-figure {
    display: block;
    order: 2;
    aspect-ratio: 16 / 9;
    width: 100%;
    max-width: 100%;
    margin: 0;
    border: none;
    overflow: hidden;
    box-shadow: none;
  }

  .yoga-founder-grid {
    grid-template-columns: 1fr;
  }

  .yoga-founder-note {
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .yoga-intro-figure {
    grid-column: auto;
    grid-row: auto;
    height: auto;
    min-height: 0;
    aspect-ratio: 16 / 9;
  }

  .yoga-list-group,
  .yoga-care-card {
    padding: 22px 20px;
  }

  .yoga-founder-link {
    padding: 0 12px;
  }

  .yoga-offer-card {
    padding: 24px 20px 20px;
  }

  .yoga-for-card {
    padding: 28px 22px 24px;
    min-height: 0;
  }

  .yoga-footer-grid {
    align-items: flex-start;
    flex-direction: column;
  }

  .yoga-footer-end {
    justify-content: flex-start;
    margin-left: 0;
  }
}

@media (max-width: 680px) {
  .yoga-container,
  .yoga-hero-inner,
  .yoga-narrow {
    width: min(100% - 40px, var(--yoga-max));
  }

  .yoga-section,
  .yoga-hero {
    padding: 24px 0 32px;
  }

  .yoga-hero {
    min-height: 100svh;
    display: flex;
    align-items: stretch;
  }

  .yoga-hero-inner {
    min-height: calc(100svh - 56px);
  }

  .yoga-section h2 {
    font-size: clamp(26px, 8.6vw, 34px);
    line-height: 1.04;
    text-wrap: balance;
    hyphens: none;
    overflow-wrap: normal;
  }

  .yoga-hero-brand {
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 10px;
  }

  .yoga-hero-brand {
    order: 1;
  }

  .yoga-hero-visual {
    display: none;
  }

  .yoga-hero-frame-mobile {
    display: block;
    width: 100%;
    order: 2;
    margin: 4px 0 14px;
    overflow: hidden;
    box-shadow: none;
  }

  .yoga-hero-frame-mobile .yoga-hero-image {
    display: block;
    width: 100%;
    height: auto;
    max-height: none;
    object-fit: cover;
    object-position: center top;
  }

  .yoga-lang-switch {
    padding: 3px;
  }

  .yoga-lang-button {
    min-width: 40px;
    height: 32px;
    padding: 0 10px;
    font-size: 10px;
  }

  .yoga-hero h1 {
    max-width: 100%;
    order: 3;
    font-size: clamp(29px, 9vw, 38px);
    line-height: 0.99;
    text-wrap: balance;
    hyphens: none;
    overflow-wrap: normal;
  }

  .yoga-hero .subheadline,
  .yoga-trust-line {
    max-width: 100%;
  }

  .yoga-hero .subheadline {
    order: 4;
    margin-top: 0;
    font-size: 15px;
    line-height: 1.68;
  }

  .yoga-brand-badge {
    min-height: 0;
    padding: 10px 12px;
    font-size: 9px;
    letter-spacing: 0.12em;
    line-height: 1.25;
    white-space: normal;
  }

  .yoga-cta-row {
    order: 5;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 0;
  }

  .yoga-hero-copy {
    gap: 18px;
    min-height: 100%;
    justify-content: space-between;
  }

  .yoga-hero .yoga-cta-row {
    margin-top: 0;
    padding-top: 0;
  }

  .yoga-intro {
    margin-bottom: 28px;
  }

  .yoga-button-primary,
  .yoga-button-secondary {
    width: 100%;
  }

  .yoga-check-list,
  .yoga-for-grid,
  .yoga-founder-grid,
  .yoga-steps {
    grid-template-columns: 1fr;
  }

  .yoga-projects-track {
    gap: 14px;
  }

  .yoga-project-slide {
    display: block !important;
    min-height: 0;
  }

  .yoga-project-slide > * {
    width: 100%;
    min-width: 0;
  }

  .yoga-social-cta-copy h2,
  .yoga-social-cta-copy p {
    max-width: 100%;
  }

  .yoga-social-grid {
    grid-template-columns: 1fr;
  }

  .yoga-social-card {
    min-height: 0;
  }

  .yoga-social-media {
    padding: 16px 16px 0;
  }

  .yoga-social-media img {
    width: 100%;
    max-height: none;
  }

  .yoga-social-card-body {
    padding: 18px 16px 16px;
  }

  .yoga-social-card .yoga-button-secondary {
    min-width: 0;
    width: 100%;
  }

  .yoga-project-media {
    min-height: 220px;
    aspect-ratio: 16 / 10;
  }

  .yoga-project-lightbox-trigger {
    height: auto;
  }

  .yoga-project-media img {
    width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: 16 / 10;
    object-fit: cover;
  }

  .yoga-project-slide h3 {
    font-size: clamp(21px, 6.8vw, 27px);
    line-height: 1;
    text-wrap: balance;
  }

  .yoga-project-slide p {
    font-size: 13px;
    line-height: 1.55;
  }

  .yoga-project-domain {
    font-size: 10px;
    letter-spacing: 0.1em;
  }

  .yoga-project-meta {
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding: 18px 16px 16px;
  }

  .yoga-project-copy {
    gap: 10px;
    min-width: 0;
  }

  .yoga-project-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    justify-self: stretch;
    text-align: center;
  }

  .yoga-lightbox {
    padding: 18px;
  }

  .yoga-lightbox-close {
    top: 10px;
    right: 10px;
    width: 42px;
    height: 42px;
    font-size: 28px;
  }

  .yoga-lightbox-dialog,
  .yoga-lightbox-image {
    max-height: 82vh;
  }

  #for-you .yoga-intro {
    display: flex;
    flex-direction: column;
    gap: 18px;
  }

  #for-you .yoga-intro-figure {
    display: block;
    order: 1;
    width: 100%;
    max-width: none;
    aspect-ratio: 16 / 9;
    align-self: stretch;
    overflow: hidden;
  }

  #for-you .yoga-intro > div {
    order: 2;
  }

  #for-you h2 {
    max-width: 100%;
    font-size: clamp(24px, 7.2vw, 30px);
    line-height: 1.08;
    text-wrap: pretty;
  }

  #why h2 {
    max-width: 100%;
    font-size: clamp(24px, 7vw, 30px);
    line-height: 1.08;
    text-wrap: pretty;
  }

  #included h2 {
    max-width: 100%;
    font-size: clamp(24px, 7.4vw, 30px);
    line-height: 1.08;
    text-wrap: pretty;
  }

  .yoga-portfolio-intro h2 {
    max-width: 100%;
    font-size: clamp(24px, 7.2vw, 30px);
    line-height: 1.08;
    text-wrap: pretty;
  }

  .yoga-final h2,
  .yoga-social-cta-copy h2 {
    max-width: 100%;
  }

  .yoga-list-group h3,
  .yoga-founder-note h3,
  .yoga-step h3,
  .yoga-social-card-body h3 {
    font-size: clamp(18px, 5.8vw, 22px);
    line-height: 1.08;
    text-wrap: balance;
  }

  .yoga-for-card h3 {
    font-size: clamp(17px, 5vw, 19px);
    line-height: 1.34;
  }

  #for-you .yoga-intro p {
    margin-top: 10px;
  }

  .yoga-intro-figure {
    display: none;
  }

  .yoga-check-list li {
    min-height: 0;
  }

  .yoga-for-card {
    min-height: auto;
    padding: 22px 18px 20px;
  }

  .yoga-for-card::after {
    top: 14px;
    right: 16px;
  }

  .yoga-list-group,
  .yoga-care-card,
  .yoga-offer-card,
  .yoga-founder-note {
    padding: 18px;
  }

  .yoga-founder-links {
    gap: 8px;
  }

  .yoga-faq summary {
    font-size: clamp(21px, 6vw, 24px);
    line-height: 1.1;
    text-wrap: balance;
  }

  .yoga-care-list li {
    padding: 14px 0;
  }

  .yoga-care-list li {
    display: block;
  }

  .yoga-care-list li span:last-child {
    display: block;
    margin-top: 6px;
  }

  .yoga-footer-links {
    gap: 18px;
  }

  .yoga-footer p {
    white-space: normal;
  }
}
