:root {
  --ink: #221a14;
  --muted: #6b5a4b;
  --gold: #a7722b;
  --line: #dfcdb8;
  --paper: #fbf8f3;
  --soft: #f1ebe3;
  --rose: #b98d8b;
  --dark: #2f2924;
  --deep: #171310;
  --site-width: 1160px;
  --gutter: 46px;
}

/* Direction refresh: photo-led, compact editorial layout */
:root {
  --site-width: 1180px;
  --gutter: 24px;
}

body {
  background: #fbf8f3;
}

body::before {
  opacity: .18;
}

.site-header {
  max-width: var(--site-width);
  min-height: 68px;
  padding: 10px 22px;
  background: linear-gradient(90deg, rgba(255, 253, 249, .96), rgba(255, 253, 249, .72) 34%, rgba(34, 26, 20, .18));
  box-shadow: 0 1px 0 rgba(223, 205, 184, .5);
}

.brand {
  width: 240px;
}

.brand-mark {
  width: 44px;
  height: 44px;
  background: rgba(255, 253, 249, .74);
}

.global-nav a {
  color: #fff;
  text-shadow: 0 1px 9px rgba(0, 0, 0, .55);
}

.hero {
  display: block;
  min-height: 660px;
  max-width: var(--site-width);
  margin: 0 auto;
  background: #fffdf9;
}

.hero::after {
  display: none;
}

.hero-image {
  object-position: center center;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(255, 253, 249, .98) 0%, rgba(255, 253, 249, .94) 26%, rgba(255, 253, 249, .55) 43%, rgba(255, 253, 249, .03) 64%),
    linear-gradient(0deg, rgba(34, 26, 20, .22), transparent 42%);
}

.hero-content {
  max-width: 430px;
  padding: 116px 22px 0 34px;
  color: var(--ink);
}

.hero .eyebrow {
  color: var(--gold);
  font-size: 17px;
}

h1 {
  margin-bottom: 22px;
  color: var(--gold);
  font-size: clamp(46px, 5vw, 70px);
  line-height: 1.24;
}

h1 span {
  display: block;
}

.hero-title-top span {
  display: inline;
}

.concept-photo-mobile {
  display: none;
}

.hero-lead {
  max-width: 350px;
  color: var(--ink);
  font-size: 16px;
  line-height: 2;
}

.button-primary {
  min-width: 280px;
  min-height: 44px;
  background: linear-gradient(90deg, #b7898b, #c7a09b);
}

.hero-facts {
  position: absolute;
  left: 22px;
  right: auto;
  bottom: 62px;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(4, minmax(116px, 1fr));
  width: min(560px, calc(100% - 44px));
  border: 1px solid var(--line);
  background: rgba(255, 253, 249, .88);
  color: var(--ink);
  backdrop-filter: blur(8px);
}

.hero-facts div {
  min-height: 84px;
  padding: 15px 12px 12px;
  border-left: 1px solid var(--line);
  text-align: center;
}

.hero-facts div:first-child {
  border-left: 0;
}

.hero-facts strong {
  color: var(--gold);
  font-size: 12px;
  letter-spacing: .08em;
}

.hero-facts span {
  margin-top: 4px;
  color: var(--ink);
  font-size: 13px;
}

.section,
.section-soft,
.faq-inner {
  max-width: var(--site-width);
}

.section,
.section-soft {
  padding: 58px var(--gutter);
}

.intro {
  padding: 54px 34px 66px;
  background: #fffdf9;
  border-top: 1px solid rgba(223, 205, 184, .65);
  border-bottom: 1px solid rgba(223, 205, 184, .65);
}

.intro::before {
  display: none;
}

.intro-copy h2 {
  font-size: clamp(29px, 3vw, 42px);
}

.intro-photo {
  aspect-ratio: 16 / 5.7;
  box-shadow: none;
}

.intro-photo::after {
  inset: 14px;
  border-color: rgba(255, 255, 255, .72);
}

.intro-steps {
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  font-size: clamp(18px, 1.5vw, 23px);
}

.intro-steps p {
  min-height: 128px;
  padding: 64px 18px 18px;
  background: rgba(255, 253, 249, .86);
}

.intro-steps p::before {
  top: 18px;
  width: 38px;
  height: 38px;
  font-size: 15px;
}

.intro-steps p:last-child {
  margin-top: 0;
  padding: 22px 26px;
  font-size: clamp(20px, 2vw, 27px);
}

.brand-rhythm {
  display: none;
}

.top-about,
.concept {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 34px;
  align-items: center;
  background: #fffdf9;
  border-bottom: 1px solid rgba(223, 205, 184, .6);
}

.top-about {
  padding-top: 40px;
}

.top-about-copy,
.concept-text {
  padding: 0 14px 0 0;
}

.top-about-copy h2,
.concept-text h2 {
  font-size: clamp(27px, 2.8vw, 40px);
}

.wide-visual,
.concept-photo {
  aspect-ratio: 16 / 9;
  min-height: 0;
  box-shadow: none;
  border: 1px solid var(--line);
}

.wide-visual::after,
.concept-photo::after {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(255, 255, 255, .7);
}

.top-about {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 34px !important;
  padding: 70px 44px 50px !important;
  background:
    radial-gradient(circle at 8% 52%, rgba(167, 114, 43, .07), transparent 20%),
    linear-gradient(90deg, rgba(241, 235, 227, .36), #fffdf9 42%, #fffdf9 100%) !important;
}

.top-about-heading {
  text-align: center;
}

.top-about-heading h2 {
  margin-bottom: 0;
  font-size: clamp(30px, 3.4vw, 38px);
  line-height: 1.7;
}

.top-about-main {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 420px);
  gap: 52px;
  align-items: center;
}

.top-about .wide-visual {
  order: 0 !important;
  aspect-ratio: 1.12 / 1;
  border: 0;
  box-shadow: -18px 18px 0 rgba(223, 205, 184, .22);
}

.top-about .wide-visual::after {
  display: none;
}

.top-about-copy {
  max-width: 640px;
  padding: 0 !important;
}

.about-lead {
  margin: 0 0 18px;
  color: var(--gold);
  font-size: 18px;
  line-height: 1.8;
}

.top-about-copy > p {
  max-width: 560px;
  margin: 0;
  padding-top: 0;
  border-top: 0;
  color: var(--muted) !important;
  font-size: 14px;
  line-height: 2;
}

.top-about {
  grid-template-columns: .72fr 1fr;
  gap: 34px;
  padding-top: 24px;
  padding-bottom: 24px;
}

.top-about .wide-visual {
  order: -1;
}

.top-about-copy {
  align-self: center;
  margin-right: 0;
  padding: 0 74px 0 0;
  background: transparent;
  color: var(--ink);
}

.top-about-copy .eyebrow {
  color: var(--gold);
}

.top-about-copy h2 {
  color: var(--ink);
}

.top-about-copy p {
  color: var(--muted);
}

.top-about {
  grid-template-columns: .72fr 1fr !important;
  gap: 34px !important;
  padding-top: 24px !important;
  padding-bottom: 24px !important;
  background: #fffdf9 !important;
}

.top-about .wide-visual {
  order: -1 !important;
}

.top-about-copy {
  margin-right: 0 !important;
  padding: 0 74px 0 0 !important;
  background: transparent !important;
  color: var(--ink) !important;
}

.top-about-copy .eyebrow {
  color: var(--gold) !important;
}

.top-about-copy h2 {
  color: var(--ink) !important;
}

.top-about-copy p {
  color: var(--muted) !important;
}

.studio {
  padding: 0;
  background: #fffdf9;
}

.studio-inner {
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  padding: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.studio-inner article {
  padding: 24px 28px;
  border: 0;
  border-left: 1px solid var(--line);
  background: transparent;
}

.studio-inner article:first-child {
  border-left: 0;
}

.studio-inner article:nth-child(2) {
  transform: none;
}

.mini-cta {
  max-width: var(--site-width);
  margin: 0 auto;
  padding: 28px 34px;
  background: linear-gradient(90deg, #3a3029, #211a15);
}

.method {
  background: #f2ece4;
}

.method .section-title {
  display: block;
  text-align: center;
}

.method-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.method-grid article {
  min-height: 220px;
  padding: 30px 24px;
  background: #fffdf9;
  border: 1px solid var(--line);
}

.method-grid article:nth-child(2),
.method-grid article:nth-child(3) {
  transform: none;
}

.reason-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.reason-grid article,
.reason-grid article:first-child,
.reason-grid article:nth-child(3) {
  grid-column: auto;
  min-height: 230px;
  padding: 28px 24px;
  background: #fffdf9;
  border: 1px solid var(--line);
  color: var(--ink);
}

.reason-grid article:first-child::before {
  display: none;
}

.reason-grid article:first-child p,
.reason-grid article:first-child span {
  color: inherit;
}

.pilates {
  min-height: 430px;
}

.pilates .image-panel,
.reserve-panel {
  border: 1px solid rgba(255, 255, 255, .45);
  background: rgba(34, 26, 20, .72);
}

.for-you {
  background: #fffdf9;
  border-top: 1px solid rgba(223, 205, 184, .65);
  border-bottom: 1px solid rgba(223, 205, 184, .65);
}

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

.trainer {
  grid-template-columns: .72fr 1.28fr;
  gap: 34px;
  background: #fffdf9;
}

.trainer::before {
  display: none;
}

.trainer-photo {
  min-height: 0;
  aspect-ratio: 4 / 3;
  border: 1px solid var(--line);
}

.trainer-copy {
  padding: 0;
}

.change {
  background: #f2ece4;
}

.price-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

.price-card,
.price-card.trial,
.price-card.campaign {
  grid-column: auto;
  padding: 26px 22px;
  background: #fffdf9;
  border: 1px solid var(--line);
  color: var(--ink);
}

.price-card.campaign strong,
.price-card.campaign p {
  color: inherit;
}

.faq {
  padding: 58px 0;
}

.reserve {
  min-height: 560px;
}

.site-footer {
  max-width: var(--site-width);
  margin: 0 auto;
}

/* Final override: FIRST STEP as compact horizontal strip */
.intro {
  display: grid;
  grid-template-columns: 430px minmax(0, 1fr);
  gap: 34px;
  align-items: center;
  padding: 26px 24px;
  background:
    linear-gradient(90deg, #fffdf9 0%, #fffdf9 62%, rgba(241, 235, 227, .55) 100%);
  border-top: 1px solid rgba(223, 205, 184, .65);
  border-bottom: 1px solid rgba(223, 205, 184, .65);
}

.intro-photo {
  aspect-ratio: 16 / 7.6;
  margin: 0;
  border: 1px solid var(--line);
  box-shadow: none;
}

.intro-panel {
  position: relative;
  min-height: 230px;
  padding: 22px 88px 22px 0;
}

.intro-panel::after {
  content: "";
  position: absolute;
  right: 4px;
  top: 50%;
  width: 84px;
  height: 130px;
  border-right: 2px solid rgba(167, 114, 43, .18);
  border-radius: 60% 40% 55% 45%;
  transform: translateY(-50%) rotate(-18deg);
}

.intro-copy {
  text-align: left;
}

.intro-copy h2 {
  margin-bottom: 18px;
  font-size: clamp(26px, 2.7vw, 38px);
  line-height: 1.5;
  white-space: nowrap;
}

.intro-steps {
  display: grid;
  grid-template-columns: repeat(3, max-content);
  gap: 12px 28px;
  align-items: start;
  font-size: 17px;
  line-height: 1.9;
}

.intro-steps p {
  min-height: 0;
  margin: 0;
  padding: 0 0 0 20px;
  border: 0;
  background: transparent;
  text-align: left;
}

.intro-steps p::before {
  content: "";
  left: 0;
  top: .82em;
  width: 7px;
  height: 7px;
  border: 1px solid var(--gold);
  border-radius: 50%;
  transform: none;
}

.intro-steps p:last-child {
  grid-column: 1 / -1;
  margin-top: 4px;
  padding: 12px 0 0;
  border-top: 1px solid var(--line);
  background: transparent;
  color: var(--ink);
  font-size: 17px;
  text-align: left;
}

.intro-steps p:last-child::before {
  display: none;
}

@media (max-width: 900px) {
  .hero {
    min-height: 720px;
  }

  .hero-overlay {
    background:
      linear-gradient(180deg, rgba(255, 253, 249, .96), rgba(255, 253, 249, .76) 52%, rgba(255, 253, 249, .08)),
      linear-gradient(0deg, rgba(34, 26, 20, .25), transparent 45%);
  }

  .hero-content {
    max-width: none;
    padding: 112px 24px 0;
  }

  .intro {
    grid-template-columns: 1fr !important;
    padding: 34px 24px;
  }

  .intro-panel {
    min-height: 0;
    padding: 0;
  }

  .intro-panel::after {
    display: none;
  }

  .intro-copy {
    text-align: center;
  }

  .hero-facts,
  .intro-steps,
  .top-about,
  .concept,
  .method-grid,
  .reason-grid,
  .studio-inner,
  .trainer,
  .price-grid,
  .check-list {
    grid-template-columns: 1fr;
  }

  .hero-facts {
    left: 24px;
    right: 24px;
    bottom: 28px;
    width: auto;
  }

  .hero-facts div,
  .studio-inner article {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .hero-facts div:first-child,
  .studio-inner article:first-child {
    border-top: 0;
  }

  .intro-copy h2 {
    font-size: 27px;
    white-space: nowrap;
  }

  .intro-photo {
    aspect-ratio: 16 / 10;
  }

  .intro-steps p {
    min-height: 0;
    padding: 12px 0 12px 24px;
    border-bottom: 1px solid var(--line);
    text-align: left;
  }

  .intro-steps p::before {
    left: 0;
    top: 1.1em;
    transform: none;
  }

  .intro-steps p:last-child {
    padding: 16px 0 0;
    border-bottom: 0;
  }
}

/* Final override: FIRST STEP as compact horizontal strip */
.intro {
  display: grid;
  grid-template-columns: 430px minmax(0, 1fr);
  gap: 34px;
  align-items: center;
  padding: 26px 24px;
  background:
    linear-gradient(90deg, #fffdf9 0%, #fffdf9 62%, rgba(241, 235, 227, .55) 100%);
  border-top: 1px solid rgba(223, 205, 184, .65);
  border-bottom: 1px solid rgba(223, 205, 184, .65);
}

.intro-photo {
  aspect-ratio: 16 / 7.6;
  margin: 0;
  border: 1px solid var(--line);
  box-shadow: none;
}

.intro-panel {
  position: relative;
  min-height: 230px;
  padding: 22px 88px 22px 0;
}

.intro-panel::after {
  content: "";
  position: absolute;
  right: 4px;
  top: 50%;
  width: 84px;
  height: 130px;
  border-right: 2px solid rgba(167, 114, 43, .18);
  border-radius: 60% 40% 55% 45%;
  transform: translateY(-50%) rotate(-18deg);
}

.intro-copy {
  text-align: left;
}

.intro-copy h2 {
  margin-bottom: 18px;
  font-size: clamp(26px, 2.7vw, 38px);
  line-height: 1.5;
  white-space: nowrap;
}

.intro-steps {
  display: grid;
  grid-template-columns: repeat(3, max-content);
  gap: 12px 28px;
  align-items: start;
  font-size: 17px;
  line-height: 1.9;
}

.intro-steps p {
  min-height: 0;
  margin: 0;
  padding: 0 0 0 20px;
  border: 0;
  background: transparent;
  text-align: left;
}

.intro-steps p::before {
  content: "";
  left: 0;
  top: .82em;
  width: 7px;
  height: 7px;
  border: 1px solid var(--gold);
  border-radius: 50%;
  transform: none;
}

.intro-steps p:last-child {
  grid-column: 1 / -1;
  margin-top: 4px;
  padding: 12px 0 0;
  border-top: 1px solid var(--line);
  background: transparent;
  color: var(--ink);
  font-size: 17px;
  text-align: left;
}

.intro-steps p:last-child::before {
  display: none;
}

@media (max-width: 900px) {
  .intro {
    grid-template-columns: 1fr;
    padding: 34px 24px;
  }

  .intro-panel {
    min-height: 0;
    padding: 0;
  }

  .intro-panel::after {
    display: none;
  }

  .intro-copy {
    text-align: center;
  }

  .intro-copy h2 {
    font-size: 27px;
    white-space: nowrap;
  }

  .intro-steps {
    grid-template-columns: 1fr;
    gap: 0;
    font-size: 18px;
  }

  .intro-steps p {
    padding: 12px 0 12px 24px;
    border-bottom: 1px solid var(--line);
  }

  .intro-steps p::before {
    top: 1.1em;
  }

  .intro-steps p:last-child {
    padding: 16px 0 0;
    border-bottom: 0;
  }
}

/* Final override: FIRST STEP as compact horizontal strip */
.intro {
  display: grid;
  grid-template-columns: 430px minmax(0, 1fr);
  gap: 34px;
  align-items: center;
  padding: 26px 24px;
  background:
    linear-gradient(90deg, #fffdf9 0%, #fffdf9 62%, rgba(241, 235, 227, .55) 100%);
  border-top: 1px solid rgba(223, 205, 184, .65);
  border-bottom: 1px solid rgba(223, 205, 184, .65);
}

.intro-photo {
  aspect-ratio: 16 / 7.6;
  margin: 0;
  border: 1px solid var(--line);
  box-shadow: none;
}

.intro-panel {
  position: relative;
  min-height: 230px;
  padding: 22px 88px 22px 0;
}

.intro-panel::after {
  content: "";
  position: absolute;
  right: 4px;
  top: 50%;
  width: 84px;
  height: 130px;
  border-right: 2px solid rgba(167, 114, 43, .18);
  border-radius: 60% 40% 55% 45%;
  transform: translateY(-50%) rotate(-18deg);
}

.intro-copy {
  text-align: left;
}

.intro-copy h2 {
  margin-bottom: 18px;
  font-size: clamp(26px, 2.7vw, 38px);
  line-height: 1.5;
  white-space: nowrap;
}

.intro-steps {
  display: grid;
  grid-template-columns: repeat(3, max-content);
  gap: 12px 28px;
  align-items: start;
  font-size: 17px;
  line-height: 1.9;
}

.intro-steps p {
  min-height: 0;
  margin: 0;
  padding: 0 0 0 20px;
  border: 0;
  background: transparent;
  text-align: left;
}

.intro-steps p::before {
  content: "";
  left: 0;
  top: .82em;
  width: 7px;
  height: 7px;
  border: 1px solid var(--gold);
  border-radius: 50%;
  transform: none;
}

.intro-steps p:last-child {
  grid-column: 1 / -1;
  margin-top: 4px;
  padding: 12px 0 0;
  border-top: 1px solid var(--line);
  background: transparent;
  color: var(--ink);
  font-size: 17px;
  text-align: left;
}

.intro-steps p:last-child::before {
  display: none;
}

@media (max-width: 900px) {
  .intro {
    grid-template-columns: 1fr;
    padding: 34px 24px;
  }

  .intro-panel {
    min-height: 0;
    padding: 0;
  }

  .intro-panel::after {
    display: none;
  }

  .intro-copy {
    text-align: center;
  }

  .intro-copy h2 {
    font-size: 27px;
    white-space: nowrap;
  }

  .intro-steps {
    grid-template-columns: 1fr;
    gap: 0;
    font-size: 18px;
  }

  .intro-steps p {
    padding: 12px 0 12px 24px;
    border-bottom: 1px solid var(--line);
  }

  .intro-steps p::before {
    top: 1.1em;
  }

  .intro-steps p:last-child {
    padding: 16px 0 0;
    border-bottom: 0;
  }
}

/* Final override: FIRST STEP as compact horizontal strip */
.intro {
  display: grid;
  grid-template-columns: 430px minmax(0, 1fr);
  gap: 34px;
  align-items: center;
  padding: 26px 24px;
  background:
    linear-gradient(90deg, #fffdf9 0%, #fffdf9 62%, rgba(241, 235, 227, .55) 100%);
  border-top: 1px solid rgba(223, 205, 184, .65);
  border-bottom: 1px solid rgba(223, 205, 184, .65);
}

.intro-photo {
  aspect-ratio: 16 / 7.6;
  margin: 0;
  border: 1px solid var(--line);
  box-shadow: none;
}

.intro-panel {
  position: relative;
  min-height: 230px;
  padding: 22px 88px 22px 0;
}

.intro-panel::after {
  content: "";
  position: absolute;
  right: 4px;
  top: 50%;
  width: 84px;
  height: 130px;
  border-right: 2px solid rgba(167, 114, 43, .18);
  border-radius: 60% 40% 55% 45%;
  transform: translateY(-50%) rotate(-18deg);
}

.intro-copy {
  text-align: left;
}

.intro-copy h2 {
  margin-bottom: 18px;
  font-size: clamp(26px, 2.7vw, 38px);
  line-height: 1.5;
  white-space: nowrap;
}

.intro-steps {
  display: grid;
  grid-template-columns: repeat(3, max-content);
  gap: 12px 28px;
  align-items: start;
  font-size: 17px;
  line-height: 1.9;
}

.intro-steps p {
  min-height: 0;
  margin: 0;
  padding: 0 0 0 20px;
  border: 0;
  background: transparent;
  text-align: left;
}

.intro-steps p::before {
  content: "";
  left: 0;
  top: .82em;
  width: 7px;
  height: 7px;
  border: 1px solid var(--gold);
  border-radius: 50%;
  transform: none;
}

.intro-steps p:last-child {
  grid-column: 1 / -1;
  margin-top: 4px;
  padding: 12px 0 0;
  border-top: 1px solid var(--line);
  background: transparent;
  color: var(--ink);
  font-size: 17px;
  text-align: left;
}

.intro-steps p:last-child::before {
  display: none;
}

@media (max-width: 900px) {
  .intro {
    grid-template-columns: 1fr;
    padding: 34px 24px;
  }

  .intro-panel {
    min-height: 0;
    padding: 0;
  }

  .intro-panel::after {
    display: none;
  }

  .intro-copy {
    text-align: center;
  }

  .intro-copy h2 {
    font-size: 27px;
    white-space: nowrap;
  }

  .intro-steps {
    grid-template-columns: 1fr;
    gap: 0;
    font-size: 18px;
  }

  .intro-steps p {
    padding: 12px 0 12px 24px;
    border-bottom: 1px solid var(--line);
  }

  .intro-steps p::before {
    top: 1.1em;
  }

  .intro-steps p:last-child {
    padding: 16px 0 0;
    border-bottom: 0;
  }
}

/* FIRST STEP compact split layout */
.intro {
  display: grid;
  grid-template-columns: 430px 1fr;
  gap: 34px;
  align-items: center;
  padding: 26px 24px;
  background:
    linear-gradient(90deg, #fffdf9 0%, #fffdf9 62%, rgba(241, 235, 227, .55) 100%);
  border-top: 1px solid rgba(223, 205, 184, .65);
  border-bottom: 1px solid rgba(223, 205, 184, .65);
}

.intro-photo {
  order: 0;
  aspect-ratio: 16 / 7.6;
  margin: 0;
  border: 1px solid var(--line);
  box-shadow: none;
}

.intro-photo::after {
  inset: 10px;
  border: 1px solid rgba(255, 255, 255, .72);
}

.intro-panel {
  position: relative;
  min-height: 230px;
  padding: 22px 88px 22px 0;
}

.intro-panel::after {
  content: "";
  position: absolute;
  right: 4px;
  top: 50%;
  width: 84px;
  height: 130px;
  border-right: 2px solid rgba(167, 114, 43, .18);
  border-radius: 60% 40% 55% 45%;
  transform: translateY(-50%) rotate(-18deg);
}

.intro-copy {
  text-align: left;
}

.intro-copy .eyebrow {
  margin-bottom: 10px;
}

.intro-copy h2 {
  margin-bottom: 18px;
  font-size: clamp(26px, 2.7vw, 38px);
  line-height: 1.5;
  white-space: nowrap;
}

.intro-steps {
  display: grid;
  grid-template-columns: repeat(3, max-content);
  gap: 12px 28px;
  align-items: start;
  font-size: 17px;
  line-height: 1.9;
}

.intro-steps p {
  min-height: 0;
  margin: 0;
  padding: 0 0 0 20px;
  border: 0;
  background: transparent;
  text-align: left;
}

.intro-steps p::before {
  content: "";
  left: 0;
  top: .82em;
  width: 7px;
  height: 7px;
  border: 1px solid var(--gold);
  border-radius: 50%;
  transform: none;
}

.intro-steps p:last-child {
  grid-column: 1 / -1;
  margin-top: 4px;
  padding: 12px 0 0;
  border-top: 1px solid var(--line);
  background: transparent;
  color: var(--ink);
  font-size: 17px;
  text-align: left;
}

.intro-steps p:last-child::before {
  display: none;
}

@media (max-width: 900px) {
  .intro {
    grid-template-columns: 1fr;
    padding: 34px 24px;
  }

  .intro-panel {
    min-height: 0;
    padding: 0;
  }

  .intro-panel::after {
    display: none;
  }

  .intro-copy {
    text-align: center;
  }

  .intro-copy h2 {
    font-size: 27px;
    white-space: nowrap;
  }

  .intro-steps {
    grid-template-columns: 1fr;
    gap: 0;
    font-size: 18px;
  }

  .intro-steps p {
    padding: 12px 0 12px 24px;
    border-bottom: 1px solid var(--line);
  }

  .intro-steps p::before {
    top: 1.1em;
  }

  .intro-steps p:last-child {
    padding: 16px 0 0;
    border-bottom: 0;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Noto Serif JP", serif;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(167, 114, 43, .045) 1px, transparent 1px),
    linear-gradient(180deg, rgba(167, 114, 43, .035) 1px, transparent 1px);
  background-size: 84px 84px;
  opacity: .45;
  pointer-events: none;
}

body.menu-open {
  overflow: hidden;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

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

.site-header {
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 100;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: var(--site-width);
  min-height: 76px;
  padding: 14px var(--gutter);
  color: #fff;
  transform: translateX(-50%);
  background: linear-gradient(90deg, rgba(251, 248, 243, .92), rgba(47, 41, 36, .28) 45%, rgba(47, 41, 36, .4));
  backdrop-filter: blur(6px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  width: 270px;
  color: var(--gold);
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-family: "Cormorant Garamond", serif;
  font-size: 33px;
  line-height: 1;
}

.brand-name {
  display: grid;
  font-family: "Cormorant Garamond", serif;
  font-size: 18px;
  line-height: 1.1;
  letter-spacing: .16em;
}

.brand-name small {
  font-family: "Noto Serif JP", serif;
  font-size: 10px;
  letter-spacing: .32em;
}

.global-nav {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
  flex: 1;
  padding-right: 18px;
  font-family: "Cormorant Garamond", serif;
  font-size: 14px;
  letter-spacing: .16em;
}

.global-nav a {
  color: #fff;
  font-weight: 700;
  text-shadow: 0 1px 7px rgba(0, 0, 0, .42);
}

.header-cta,
.button-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 43px;
  padding: 0 28px;
  border: 1px solid rgba(255, 255, 255, .16);
  background: linear-gradient(90deg, var(--rose), #c8a19c);
  color: #fff;
  font-size: 14px;
  letter-spacing: .08em;
  white-space: nowrap;
}

.sp-label {
  display: none;
}

.header-cta::after,
.button-primary::after {
  content: "→";
  margin-left: 12px;
}

.menu-toggle {
  display: none;
}

.hero {
  position: relative;
  display: grid;
  align-items: center;
  min-height: 760px;
  max-width: var(--site-width);
  margin: 0 auto;
  overflow: hidden;
  color: #fff;
}

.hero::after {
  content: "BODY";
  position: absolute;
  right: -12px;
  bottom: 110px;
  z-index: 1;
  color: rgba(255, 255, 255, .09);
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(110px, 17vw, 230px);
  line-height: .8;
  letter-spacing: .04em;
  pointer-events: none;
}

.hero-image,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-overlay {
  background:
    radial-gradient(circle at 22% 48%, rgba(0, 0, 0, .18), transparent 38%),
    linear-gradient(90deg, rgba(34, 26, 20, .76), rgba(34, 26, 20, .34) 48%, rgba(34, 26, 20, .08)),
    linear-gradient(0deg, rgba(34, 26, 20, .28), transparent 38%);
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 760px;
  padding: 120px var(--gutter) 150px;
}

.hero-facts {
  position: absolute;
  left: var(--gutter);
  right: var(--gutter);
  bottom: 34px;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid rgba(255, 255, 255, .2);
  background: rgba(34, 26, 20, .44);
  color: #fff;
  backdrop-filter: blur(10px);
}

.hero-facts div {
  padding: 18px 22px;
  border-left: 1px solid rgba(255, 255, 255, .18);
}

.hero-facts div:first-child {
  border-left: 0;
}

.hero-facts strong {
  display: block;
  color: #e8cda6;
  font-family: "Cormorant Garamond", serif;
  font-size: 16px;
  letter-spacing: .14em;
  line-height: 1.2;
}

.hero-facts span {
  display: block;
  margin-top: 5px;
  font-size: 12px;
  line-height: 1.6;
}

.eyebrow {
  margin-bottom: 12px;
  color: var(--gold);
  font-family: "Cormorant Garamond", serif;
  font-size: 19px;
  line-height: 1.2;
  letter-spacing: .12em;
}

.hero .eyebrow,
.section-image .eyebrow {
  color: #e8cda6;
}

h1 {
  margin-bottom: 28px;
  font-size: clamp(42px, 5vw, 58px);
  font-weight: 500;
  line-height: 1.32;
}

h1 span {
  display: block;
  white-space: nowrap;
}

h2 {
  margin-bottom: 24px;
  font-size: clamp(29px, 3.4vw, 44px);
  font-weight: 500;
  line-height: 1.55;
}

.keep-two-lines span {
  display: block;
  white-space: nowrap;
}

h3 {
  margin-bottom: 12px;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.65;
}

.hero-lead {
  max-width: 520px;
  margin-bottom: 34px;
  font-size: 17px;
  line-height: 2.1;
}

.section {
  max-width: var(--site-width);
  margin: 0 auto;
  padding: 92px var(--gutter);
}

.section,
.section-soft,
.section-image {
  position: relative;
}

.section-soft {
  max-width: var(--site-width);
  margin: 0 auto;
  background: var(--soft);
}

.section-title {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 44px;
}

.intro {
  display: flex;
  flex-direction: column;
  gap: 34px;
  min-height: 0;
  padding: 98px var(--gutter) 108px;
  background:
    linear-gradient(180deg, rgba(251, 248, 243, .98), rgba(241, 235, 227, .76)),
    var(--paper);
  color: var(--ink);
  overflow: hidden;
}

.intro::before {
  content: "01";
  position: absolute;
  left: 44px;
  bottom: 36px;
  color: rgba(167, 114, 43, .1);
  font-family: "Cormorant Garamond", serif;
  font-size: 150px;
  line-height: 1;
  letter-spacing: .08em;
  pointer-events: none;
}

.intro-copy {
  position: relative;
  display: block;
  min-height: 0;
  padding: 0;
  text-align: center;
}

.intro-copy .eyebrow {
  color: var(--gold);
}

.intro-copy h2 {
  max-width: none;
  margin-bottom: 0;
  color: var(--ink);
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.45;
  white-space: nowrap;
}

.intro-copy h2 span {
  display: inline;
  white-space: nowrap;
}

.intro-steps {
  counter-reset: intro-step;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  max-width: none;
  padding: 0;
  background: transparent;
  color: var(--ink);
  font-size: clamp(20px, 1.7vw, 27px);
  line-height: 1.8;
}

.intro-steps p {
  counter-increment: intro-step;
  position: relative;
  margin-bottom: 0;
  min-height: 176px;
  padding: 82px 24px 24px;
  border: 1px solid var(--line);
  background: rgba(255, 253, 249, .62);
  text-align: center;
}

.intro-steps p::before {
  content: counter(intro-step, decimal-leading-zero);
  position: absolute;
  left: 50%;
  top: 26px;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid currentColor;
  border-radius: 50%;
  color: var(--gold);
  font-family: "Cormorant Garamond", serif;
  font-size: 19px;
  line-height: 1;
  transform: translateX(-50%);
}

.intro-steps p:last-child {
  grid-column: 1 / -1;
  margin-top: 10px;
  padding: 32px 38px;
  border: 1px solid var(--line);
  background: #fffdf9;
  color: var(--gold);
  font-size: clamp(24px, 2.6vw, 34px);
  text-align: center;
}

.intro-steps p:last-child::before {
  display: none;
}

.intro-photo {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 6.2;
  margin: 0;
  overflow: hidden;
  box-shadow: 22px 22px 0 rgba(223, 205, 184, .45);
}

.intro-photo::after {
  content: "";
  position: absolute;
  inset: 16px;
  border: 1px solid rgba(255, 255, 255, .62);
}

.brand-rhythm {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: var(--site-width);
  margin: 0 auto;
  background: var(--deep);
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, .12);
  border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.brand-rhythm div {
  position: relative;
  min-height: 270px;
  padding: 38px 34px 34px;
  overflow: hidden;
  border-left: 1px solid rgba(255, 255, 255, .14);
}

.brand-rhythm div:first-child {
  border-left: 0;
}

.brand-rhythm div:nth-child(2) {
  background:
    linear-gradient(180deg, rgba(167, 114, 43, .18), rgba(255, 255, 255, .04));
}

.brand-rhythm span {
  display: block;
  color: #e8cda6;
  font-family: "Cormorant Garamond", serif;
  font-size: 18px;
  letter-spacing: .14em;
}

.brand-rhythm strong {
  display: block;
  margin: 26px 0 18px;
  font-size: clamp(48px, 6vw, 76px);
  font-weight: 500;
  line-height: 1;
}

.brand-rhythm p {
  max-width: 250px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, .72);
  font-size: 14px;
}

.brand-rhythm div::after {
  content: attr(data-word);
  position: absolute;
  right: -12px;
  bottom: -18px;
  color: rgba(255, 255, 255, .05);
  font-family: "Cormorant Garamond", serif;
  font-size: 130px;
  line-height: 1;
}

.brand-rhythm div:nth-child(1)::after {
  content: "KNOW";
}

.brand-rhythm div:nth-child(2)::after {
  content: "ALIGN";
}

.brand-rhythm div:nth-child(3)::after {
  content: "BUILD";
}

.top-about {
  display: grid;
  grid-template-columns: .72fr 1fr;
  gap: 0;
  align-items: stretch;
  padding-top: 0;
  padding-bottom: 0;
  background: #fffdf9;
}

.top-about-copy {
  position: relative;
  z-index: 2;
  align-self: center;
  margin-right: -86px;
  padding: 58px 56px;
  background: rgba(47, 41, 36, .94);
  color: #fff;
}

.top-about-copy .eyebrow {
  color: #e8cda6;
}

.top-about-copy h2 {
  color: #fff;
}

.top-about-copy p {
  color: rgba(255, 255, 255, .76);
}

.concept {
  display: grid;
  grid-template-columns: .96fr 1.04fr;
  gap: 64px;
  align-items: center;
}

.concept-text p:not(.eyebrow) {
  color: var(--muted);
}

.concept-text h2 span {
  display: block;
}

.concept-photo {
  position: relative;
  aspect-ratio: 16 / 10;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  background: var(--soft);
  box-shadow: 18px 18px 0 rgba(223, 205, 184, .42);
}

.concept-photo::after {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(255, 255, 255, .62);
  pointer-events: none;
}

.concept-photo::before {
  content: "PERSONAL LESSON";
  position: absolute;
  left: 22px;
  bottom: 20px;
  z-index: 1;
  padding: 7px 12px;
  background: rgba(47, 41, 36, .76);
  color: #fff;
  font-family: "Cormorant Garamond", serif;
  font-size: 12px;
  letter-spacing: .16em;
}

.statement {
  display: grid;
  place-items: center;
  max-width: var(--site-width);
  min-height: 390px;
  margin: 0 auto;
  padding: 78px var(--gutter);
  background:
    linear-gradient(90deg, rgba(47, 41, 36, .88), rgba(47, 41, 36, .36)),
    url("../images/hero-ai.png") center / cover;
  color: #fff;
  text-align: center;
}

.editorial-break {
  position: relative;
  display: grid;
  grid-template-columns: 1fr .72fr;
  gap: 44px;
  align-items: end;
  max-width: var(--site-width);
  min-height: 520px;
  margin: 0 auto;
  padding: 90px var(--gutter);
  overflow: hidden;
  background: #fffdf9;
}

.editorial-word {
  position: absolute;
  left: 26px;
  top: 22px;
  color: rgba(167, 114, 43, .1);
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(130px, 22vw, 270px);
  line-height: .8;
  letter-spacing: .06em;
  pointer-events: none;
}

.editorial-break figure {
  position: relative;
  z-index: 1;
  aspect-ratio: 16 / 9;
  margin: 0;
  overflow: hidden;
  box-shadow: -18px 18px 0 var(--soft);
}

.editorial-copy {
  position: relative;
  z-index: 1;
  padding: 42px 0 18px;
}

.editorial-copy h2 {
  margin-bottom: 0;
}

.statement p {
  margin-bottom: 16px;
  color: #e8cda6;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(42px, 7vw, 94px);
  line-height: 1;
  letter-spacing: .04em;
}

.statement h2 {
  margin-bottom: 0;
  color: #fff;
  font-size: clamp(25px, 3vw, 38px);
}

.method {
  padding: 92px var(--gutter);
  background:
    linear-gradient(135deg, rgba(47, 41, 36, .98), rgba(68, 54, 43, .94)),
    var(--dark);
  color: #fff;
}

.method .section-title {
  display: grid;
  grid-template-columns: .72fr 1fr;
  gap: 54px;
  align-items: end;
  max-width: none;
}

.method .eyebrow,
.method-grid span {
  color: #e8cda6;
}

.method-grid,
.reason-grid,
.studio-inner,
.change-grid,
.price-grid {
  display: grid;
  gap: 18px;
}

.method-grid {
  grid-template-columns: repeat(3, 1fr);
  align-items: stretch;
}

.method-grid article,
.reason-grid article,
.studio-inner article,
.change-grid article,
.price-card {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, .48);
}

.method-grid article {
  min-height: 260px;
  padding: 30px 28px;
  border-color: rgba(255, 255, 255, .22);
  background: rgba(255, 255, 255, .07);
}

.method-grid article:nth-child(2) {
  transform: translateY(34px);
}

.method-grid article:nth-child(3) {
  transform: translateY(68px);
}

.method-grid span,
.reason-grid span {
  display: block;
  margin-bottom: 22px;
  color: var(--gold);
  font-family: "Cormorant Garamond", serif;
  font-size: 34px;
  line-height: 1;
}

.method-grid p,
.reason-grid p,
.studio-inner p,
.trainer-copy p,
.price-card p,
.reserve-panel p,
.faq-list p {
  color: var(--muted);
}

.method-grid p {
  color: rgba(255, 255, 255, .76);
}

.reason-grid {
  grid-template-columns: repeat(6, 1fr);
}

.reason-grid article {
  grid-column: span 2;
  min-height: 250px;
  padding: 30px 26px;
  transition: transform .25s ease, box-shadow .25s ease;
}

.reason-grid article:nth-child(even):not(:first-child) {
  background: #fffdf9;
}

.reason-grid article:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 50px rgba(74, 48, 28, .08);
}

.reason-grid article:first-child {
  grid-column: span 3;
  background:
    linear-gradient(180deg, rgba(47, 41, 36, .88), rgba(47, 41, 36, .7)),
    url("../images/studio.png") center / cover;
  color: #fff;
}

.reason-grid article:nth-child(3) {
  grid-column: span 3;
}

.reason-grid article:first-child p,
.reason-grid article:first-child span {
  color: rgba(255, 255, 255, .82);
}

.section-image {
  display: grid;
  place-items: center;
  max-width: var(--site-width);
  min-height: 460px;
  margin: 0 auto;
  padding: 80px var(--gutter);
  background:
    linear-gradient(90deg, rgba(34, 26, 20, .82), rgba(34, 26, 20, .42)),
    url("../images/lesson-ai.png") center / cover;
  color: #fff;
}

.pilates {
  min-height: 560px;
}

.pilates .image-panel {
  padding: 42px 46px;
  background: rgba(23, 19, 16, .48);
  border: 1px solid rgba(255, 255, 255, .18);
  backdrop-filter: blur(8px);
}

.image-panel,
.reserve-panel {
  width: min(720px, 100%);
  margin-right: auto;
}

.image-panel p,
.reserve-panel p {
  max-width: 650px;
  color: rgba(255, 255, 255, .86);
}

.for-you {
  display: grid;
  grid-template-columns: .84fr 1.16fr;
  gap: 56px;
  background:
    radial-gradient(circle at 14% 18%, rgba(167, 114, 43, .12), transparent 28%),
    var(--paper);
}

.for-you-copy {
  position: sticky;
  top: 110px;
  align-self: start;
}

.check-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  padding: 17px 22px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, .36);
}

.check-list li:nth-child(2),
.check-list li:nth-child(5) {
  transform: translateX(28px);
  background: #fffdf9;
}

.check-list li::before {
  content: "✓";
  margin-right: 12px;
  color: var(--gold);
}

.studio {
  padding: 64px var(--gutter);
  background:
    linear-gradient(90deg, rgba(241, 235, 227, .95), rgba(241, 235, 227, .72)),
    url("../images/lesson-ai.png") center / cover;
}

.studio-inner {
  grid-template-columns: repeat(3, 1fr);
  max-width: var(--site-width);
  margin: 0 auto;
}

.studio-inner article:nth-child(2) {
  transform: translateY(-22px);
  background: #fffdf9;
}

.top-about p,
.text-block p,
.closing-copy p {
  color: var(--muted);
}

.wide-visual {
  aspect-ratio: 16 / 8;
  margin: 42px 0 0;
  overflow: hidden;
}

.mini-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  max-width: var(--site-width);
  margin: 0 auto;
  padding: 58px var(--gutter);
  background: var(--dark);
  color: #fff;
}

.mini-cta p {
  margin-bottom: 0;
  font-size: clamp(26px, 3.6vw, 42px);
  line-height: 1.55;
}

.mini-cta div {
  display: grid;
  gap: 14px;
}

.mini-cta span {
  color: #e8cda6;
}

.rhythm-text {
  margin: 28px 0;
  padding: 24px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.rhythm-text p {
  margin-bottom: 8px;
  color: var(--ink);
  font-size: 18px;
}

.text-block {
  max-width: 780px;
  margin-bottom: 42px;
}

.closing-copy {
  margin-top: 62px;
  padding-top: 28px;
  border-top: 1px solid rgba(223, 205, 184, .35);
}

.method .text-block p,
.method .closing-copy p,
.change .closing-copy p {
  color: rgba(255, 255, 255, .76);
}

.pilates-detail {
  display: grid;
  grid-template-columns: 1fr .9fr;
  gap: 60px;
  align-items: center;
}

.method-flow-text {
  display: grid;
  gap: 14px;
}

.method-flow-text span {
  padding: 18px 22px;
  border: 1px solid var(--line);
  background: #fffdf9;
  font-size: 18px;
}

.method-flow-text span::before {
  content: "↓";
  margin-right: 12px;
  color: var(--gold);
}

.career-box,
.message-box {
  margin-top: 28px;
  padding: 24px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, .5);
}

.career-box h3,
.message-box h3 {
  color: var(--gold);
  font-family: "Cormorant Garamond", serif;
  letter-spacing: .08em;
}

.price-card ul,
.plain-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.plain-list li {
  padding: 9px 0;
  border-bottom: 1px solid rgba(223, 205, 184, .8);
  color: var(--muted);
}

.price-card dd small {
  display: block;
  color: var(--muted);
  font-size: 11px;
}

.reserve-flow {
  margin: 30px 0;
}

.reserve-flow ol {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 20px;
}

.reserve-flow li {
  color: rgba(255, 255, 255, .86);
}

.reserve-methods {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 20px 0 28px;
}

.reserve-methods span,
.reserve-methods a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  border: 1px solid rgba(255, 255, 255, .28);
  color: #fff;
  text-decoration: none;
}

.studio-inner article {
  min-height: 190px;
  padding: 28px 26px;
}

.studio-inner span {
  display: block;
  margin-bottom: 12px;
  color: var(--gold);
  font-family: "Cormorant Garamond", serif;
  letter-spacing: .12em;
}

.trainer {
  display: grid;
  grid-template-columns: .74fr 1.26fr;
  gap: 58px;
  align-items: center;
  background: linear-gradient(90deg, var(--paper) 0 38%, #fffdf9 38% 100%);
}

.trainer::before {
  content: "TRAINER";
  position: absolute;
  right: var(--gutter);
  top: 40px;
  color: rgba(167, 114, 43, .11);
  font-family: "Cormorant Garamond", serif;
  font-size: 108px;
  line-height: 1;
  letter-spacing: .06em;
}

.trainer-copy {
  position: relative;
  z-index: 1;
}

.trainer-copy > .eyebrow,
.trainer-copy > h2 {
  width: 100% !important;
  text-align: center !important;
}

.trainer-photo {
  position: relative;
  z-index: 1;
  overflow: hidden;
  box-shadow: 18px 18px 0 var(--soft);
}

.trainer-photo {
  min-height: 430px;
  margin: 0;
}

.trainer-name {
  color: var(--ink);
  font-size: 19px;
}

.trainer-name small {
  display: block;
  color: var(--muted);
  font-size: 12px;
}

.change {
  padding: 92px var(--gutter);
  background: var(--dark);
  color: #fff;
}

.change .eyebrow {
  color: #e8cda6;
}

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

.change-grid article {
  padding: 34px 32px;
  border-color: rgba(255, 255, 255, .22);
  background: rgba(255, 255, 255, .07);
}

.change-grid ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.change-grid li {
  padding: 9px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .16);
}

.price-grid {
  grid-template-columns: repeat(6, 1fr);
}

.price-card {
  grid-column: span 3;
  padding: 30px 24px;
}

.price-card.trial,
.price-card.campaign {
  grid-column: span 3;
  background: #fffdf9;
}

.price-card.trial {
  border-color: var(--gold);
  box-shadow: 0 22px 50px rgba(74, 48, 28, .08);
}

.price-card.campaign {
  background:
    linear-gradient(135deg, rgba(47, 41, 36, .96), rgba(98, 70, 52, .86)),
    var(--dark);
  color: #fff;
}

.price-card.campaign p {
  color: rgba(255, 255, 255, .78);
}

.price-card strong {
  display: block;
  margin: 16px 0;
  color: var(--gold);
  font-size: 27px;
  font-weight: 500;
  line-height: 1.4;
}

.price-card small {
  margin-left: 4px;
  font-size: 11px;
}

.price-card dl,
.price-card div {
  margin: 0;
}

.price-card dl div {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(223, 205, 184, .8);
}

.price-card dd {
  margin: 0;
  color: var(--gold);
}

.faq {
  padding: 92px var(--gutter);
}

.faq-inner {
  max-width: var(--site-width);
  margin: 0 auto;
}

.faq-list {
  display: grid;
  gap: 10px;
}

.faq-list details {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, .48);
}

.faq-list summary {
  position: relative;
  min-height: 60px;
  padding: 17px 56px 17px 24px;
  cursor: pointer;
  font-size: 16px;
  list-style: none;
}

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

.faq-list summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 24px;
  color: var(--gold);
  font-family: "Cormorant Garamond", serif;
  font-size: 30px;
  transform: translateY(-50%);
}

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

.faq-list p {
  margin: 0;
  padding: 0 24px 22px;
}

.reserve {
  background:
    linear-gradient(90deg, rgba(47, 41, 36, .9), rgba(115, 80, 61, .62)),
    url("../images/hero-ai.png") center / cover;
}

.reserve-price {
  display: grid;
  gap: 3px;
  width: fit-content;
  margin: 26px 0;
  padding: 18px 22px;
  border: 1px solid rgba(255, 255, 255, .28);
  background: rgba(255, 255, 255, .08);
}

.reserve-price strong {
  font-size: 22px;
  font-weight: 500;
}

.site-footer {
  display: grid;
  gap: 14px;
  justify-items: center;
  max-width: var(--site-width);
  margin: 0 auto;
  padding: 34px var(--gutter);
  background: var(--dark);
  color: #fff;
  text-align: center;
}

.footer-brand {
  color: #e8cda6;
  font-family: "Cormorant Garamond", serif;
  letter-spacing: .16em;
}

.footer-brand small {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 10px;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  color: rgba(255, 255, 255, .72);
  font-family: "Cormorant Garamond", serif;
  font-size: 12px;
  letter-spacing: .12em;
}

.site-footer small {
  color: rgba(255, 255, 255, .55);
}

@media (max-width: 980px) {
  :root {
    --gutter: 22px;
  }

  .site-header {
    left: 0;
    right: 0;
    transform: none;
    max-width: none;
    min-height: 62px;
    padding: 10px var(--gutter);
    background: rgba(251, 248, 243, .94);
    border-bottom: 1px solid var(--line);
  }

  .brand {
    position: relative;
    z-index: 102;
    width: auto;
  }

  .brand-mark {
    width: 40px;
    height: 40px;
    font-size: 27px;
  }

  .brand-name {
    font-size: 14px;
  }

  .brand-name small {
    font-size: 8px;
  }

  .global-nav {
    position: fixed;
    inset: 0;
    z-index: 101;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    width: 100vw;
    min-height: 100vh;
    padding: 98px 34px 48px;
    background:
      linear-gradient(180deg, rgba(251, 248, 243, .9), rgba(251, 248, 243, .96) 44%, rgba(47, 41, 36, .84)),
      url("../images/hero-ai.png") center top / cover;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-14px) scale(1.02);
    transition: opacity .35s ease, transform .35s ease;
    overflow-y: auto;
  }

  .global-nav a {
    display: grid;
    place-items: center;
    width: min(320px, 86vw);
    min-height: 52px;
    border: 1px solid rgba(167, 114, 43, .24);
    background: rgba(255, 255, 255, .7);
    color: var(--ink);
    font-size: 21px;
    text-align: center;
    text-shadow: none;
    backdrop-filter: blur(8px);
  }

  body.menu-open .global-nav {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0) scale(1);
  }

  .header-cta {
    position: relative;
    z-index: 102;
    min-height: 34px;
    padding-inline: 14px;
    font-size: 11px;
  }

  .menu-toggle {
    position: relative;
    z-index: 102;
    display: inline-grid;
    place-items: center;
    gap: 5px;
    width: 38px;
    height: 38px;
    margin-left: 8px;
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, .45);
    cursor: pointer;
  }

  .menu-toggle span {
    display: block;
    width: 18px;
    height: 1px;
    background: var(--gold);
    transition: transform .25s ease, opacity .25s ease;
  }

  body.menu-open .menu-toggle span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  body.menu-open .menu-toggle span:nth-child(2) {
    opacity: 0;
  }

  body.menu-open .menu-toggle span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .hero {
    min-height: 680px;
  }

  .hero::after {
    right: 8px;
    bottom: 180px;
    font-size: 110px;
  }

  .hero-content {
    padding-top: 120px;
    padding-bottom: 230px;
  }

  .hero-facts {
    grid-template-columns: 1fr;
    left: var(--gutter);
    right: var(--gutter);
    bottom: 22px;
  }

  .hero-facts div {
    padding: 12px 16px;
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, .16);
  }

  .hero-facts div:first-child {
    border-top: 0;
  }

  h1 span {
    white-space: normal;
  }

  .keep-two-lines span {
    white-space: normal;
  }

  .section,
  .method,
  .change,
  .faq,
  .section-image {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .intro,
  .concept,
  .method-grid,
  .reason-grid,
  .editorial-break,
  .for-you,
  .pilates-detail,
  .studio-inner,
  .trainer,
  .change-grid,
  .price-grid {
    grid-template-columns: 1fr;
  }

  .trainer {
    background: var(--paper);
  }

  .intro {
    background:
      linear-gradient(90deg, rgba(251, 248, 243, .98), rgba(241, 235, 227, .88)),
      var(--paper);
  }

  .intro-copy {
    min-height: 0;
    padding: 0;
  }

  .intro-steps {
    grid-template-columns: 1fr;
    padding: 0;
  }

  .intro::before {
    left: 20px;
    bottom: auto;
    top: 28px;
    font-size: 56px;
  }

  .intro-photo {
    aspect-ratio: 16 / 10;
  }

  .reason-grid article,
  .reason-grid article:first-child,
  .reason-grid article:nth-child(3),
  .price-card,
  .price-card.trial,
  .price-card.campaign {
    grid-column: auto;
  }

  .intro,
  .concept,
  .for-you,
  .pilates-detail,
  .trainer {
    gap: 34px;
  }

  .mini-cta {
    flex-direction: column;
    align-items: flex-start;
  }

  .wide-visual {
    aspect-ratio: 4 / 3;
  }

  .method .section-title {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .method-grid article:nth-child(2),
  .method-grid article:nth-child(3),
  .check-list li:nth-child(2),
  .check-list li:nth-child(5),
  .studio-inner article:nth-child(2) {
    transform: none;
  }

  .for-you-copy {
    position: static;
  }

  .concept-photo,
  .trainer-photo {
    min-height: 0;
  }

  .concept-photo {
    aspect-ratio: 4 / 3;
  }

  .trainer-photo {
    min-height: 300px;
  }

  .statement {
    min-height: 300px;
    padding: 58px var(--gutter);
  }

  .editorial-break {
    min-height: 0;
    padding: 58px var(--gutter);
  }

  .editorial-word {
    font-size: 96px;
  }

  .editorial-copy {
    padding: 0;
  }

  .pilates .image-panel {
    padding: 28px 24px;
  }

  .section-title {
    margin-bottom: 30px;
  }
}

@media (max-width: 540px) {
  body {
    font-size: 14px;
  }

  .brand {
    gap: 9px;
  }

  .header-cta {
    max-width: 112px;
  }

  .hero {
    min-height: 640px;
  }

  .hero-lead {
    font-size: 15px;
  }

  .intro-steps {
    font-size: 18px;
  }

  .intro-copy h2 {
    font-size: 27px;
    white-space: nowrap;
  }

  .intro-copy h2 span {
    white-space: normal;
  }

  .intro-steps p {
    min-height: 0;
    padding: 18px 18px 18px 76px;
    text-align: left;
  }

  .intro-steps p::before {
    left: 18px;
    top: 50%;
    width: 38px;
    height: 38px;
    font-size: 15px;
    transform: translateY(-50%);
  }

  .intro-steps p:last-child {
    padding: 24px 20px;
    text-align: left;
  }

  .price-card strong {
    font-size: 23px;
  }
}

/* Final visual direction: match the calmer photo-led reference */
:root {
  --site-width: 1180px;
  --gutter: 24px;
}

body {
  background: #fbf8f3;
}

body::before {
  opacity: .18;
}

.site-header {
  max-width: var(--site-width);
  min-height: 68px;
  padding: 10px 22px;
  background: linear-gradient(90deg, rgba(255, 253, 249, .96), rgba(255, 253, 249, .72) 34%, rgba(34, 26, 20, .18));
  box-shadow: 0 1px 0 rgba(223, 205, 184, .5);
}

.brand {
  width: 240px;
}

.brand-mark {
  width: 44px;
  height: 44px;
  background: rgba(255, 253, 249, .74);
}

.global-nav a {
  color: #fff;
  text-shadow: 0 1px 9px rgba(0, 0, 0, .55);
}

.hero {
  display: block;
  min-height: 660px;
  max-width: var(--site-width);
  margin: 0 auto;
  background: #fffdf9;
}

.hero::after {
  display: none;
}

.hero-image {
  object-position: center center;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(255, 253, 249, .98) 0%, rgba(255, 253, 249, .94) 26%, rgba(255, 253, 249, .55) 43%, rgba(255, 253, 249, .03) 64%),
    linear-gradient(0deg, rgba(34, 26, 20, .22), transparent 42%);
}

.hero-content {
  max-width: 430px;
  padding: 116px 22px 0 34px;
  color: var(--ink);
}

.hero .eyebrow {
  color: var(--gold);
  font-size: 17px;
}

h1 {
  margin-bottom: 22px;
  color: var(--gold);
  font-size: clamp(46px, 5vw, 70px);
  line-height: 1.24;
}

h1 span {
  display: block;
}

.hero-lead {
  max-width: 350px;
  color: var(--ink);
  font-size: 16px;
  line-height: 2;
}

.button-primary {
  min-width: 280px;
  min-height: 44px;
  background: linear-gradient(90deg, #b7898b, #c7a09b);
}

.hero-facts {
  position: absolute;
  left: 22px;
  right: auto;
  bottom: 62px;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(4, minmax(116px, 1fr));
  width: min(560px, calc(100% - 44px));
  border: 1px solid var(--line);
  background: rgba(255, 253, 249, .88);
  color: var(--ink);
  backdrop-filter: blur(8px);
}

.hero-facts div {
  min-height: 84px;
  padding: 15px 12px 12px;
  border-left: 1px solid var(--line);
  text-align: center;
}

.hero-facts div:first-child {
  border-left: 0;
}

.hero-facts strong {
  color: var(--gold);
  font-size: 12px;
  letter-spacing: .08em;
}

.hero-facts span {
  margin-top: 4px;
  color: var(--ink);
  font-size: 13px;
}

.section,
.section-soft,
.faq-inner {
  max-width: var(--site-width);
}

.section,
.section-soft {
  padding: 58px var(--gutter);
}

.intro {
  display: grid;
  grid-template-columns: 430px minmax(0, 1fr);
  gap: 34px;
  align-items: center;
  padding: 26px 24px;
  background:
    linear-gradient(90deg, #fffdf9 0%, #fffdf9 62%, rgba(241, 235, 227, .55) 100%);
  border-top: 1px solid rgba(223, 205, 184, .65);
  border-bottom: 1px solid rgba(223, 205, 184, .65);
}

.intro::before {
  display: none;
}

.intro-copy {
  text-align: left;
}

.intro-copy h2 {
  margin-bottom: 18px;
  font-size: clamp(26px, 2.7vw, 38px);
  line-height: 1.5;
  white-space: nowrap;
}

.intro-photo {
  width: 100%;
  aspect-ratio: 16 / 7.6;
  margin: 0;
  border: 1px solid var(--line);
  box-shadow: none;
}

.intro-photo::after {
  inset: 10px;
  border-color: rgba(255, 255, 255, .72);
}

.intro-panel {
  position: relative;
  min-height: 230px;
  padding: 22px 88px 22px 0;
}

.intro-panel::after {
  content: "";
  position: absolute;
  right: 4px;
  top: 50%;
  width: 84px;
  height: 130px;
  border-right: 2px solid rgba(167, 114, 43, .18);
  border-radius: 60% 40% 55% 45%;
  transform: translateY(-50%) rotate(-18deg);
}

.intro-steps {
  display: grid;
  grid-template-columns: repeat(3, max-content);
  gap: 12px 28px;
  align-items: start;
  font-size: 17px;
  line-height: 1.9;
}

.intro-steps p {
  min-height: 0;
  margin: 0;
  padding: 0 0 0 20px;
  border: 0;
  background: transparent;
  text-align: left;
}

.intro-steps p::before {
  content: "";
  left: 0;
  top: .82em;
  width: 7px;
  height: 7px;
  border: 1px solid var(--gold);
  border-radius: 50%;
  transform: none;
}

.intro-steps p:last-child {
  grid-column: 1 / -1;
  margin-top: 4px;
  padding: 12px 0 0;
  border-top: 1px solid var(--line);
  background: transparent;
  color: var(--ink);
  font-size: 17px;
  text-align: left;
}

.intro-steps p:last-child::before {
  display: none;
}

.brand-rhythm {
  display: none;
}

.top-about,
.concept {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 34px;
  align-items: center;
  background: #fffdf9;
  border-bottom: 1px solid rgba(223, 205, 184, .6);
}

.top-about-copy,
.concept-text {
  padding: 0 14px 0 0;
}

.top-about-copy h2,
.concept-text h2 {
  font-size: clamp(27px, 2.8vw, 40px);
}

.wide-visual,
.concept-photo {
  aspect-ratio: 16 / 9;
  min-height: 0;
  box-shadow: none;
  border: 1px solid var(--line);
}

.wide-visual::after,
.concept-photo::after {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(255, 255, 255, .7);
}

.studio {
  padding: 0;
  background: #fffdf9;
}

.studio-inner {
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  padding: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.studio-inner article {
  padding: 24px 28px;
  border: 0;
  border-left: 1px solid var(--line);
  background: transparent;
}

.studio-inner article:first-child {
  border-left: 0;
}

.studio-inner article:nth-child(2) {
  transform: none;
}

.mini-cta {
  max-width: var(--site-width);
  margin: 0 auto;
  padding: 28px 34px;
  background: linear-gradient(90deg, #3a3029, #211a15);
}

.method {
  background: #f2ece4;
}

.method .section-title {
  display: block;
  text-align: center;
}

.method-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.method-grid article {
  min-height: 220px;
  padding: 30px 24px;
  background: #fffdf9;
  border: 1px solid var(--line);
}

.method-grid article:nth-child(2),
.method-grid article:nth-child(3) {
  transform: none;
}

.reason-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.reason-grid article,
.reason-grid article:first-child,
.reason-grid article:nth-child(3) {
  grid-column: auto;
  min-height: 230px;
  padding: 28px 24px;
  background: #fffdf9;
  border: 1px solid var(--line);
  color: var(--ink);
}

.reason-grid article:first-child::before {
  display: none;
}

.reason-grid article:first-child p,
.reason-grid article:first-child span {
  color: inherit;
}

.pilates {
  min-height: 430px;
}

.pilates .image-panel,
.reserve-panel {
  border: 1px solid rgba(255, 255, 255, .45);
  background: rgba(34, 26, 20, .72);
}

.for-you {
  background: #fffdf9;
  border-top: 1px solid rgba(223, 205, 184, .65);
  border-bottom: 1px solid rgba(223, 205, 184, .65);
}

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

.trainer {
  grid-template-columns: .72fr 1.28fr;
  gap: 34px;
  background: #fffdf9;
}

.trainer::before {
  display: none;
}

.trainer-photo {
  min-height: 0;
  aspect-ratio: 4 / 3;
  border: 1px solid var(--line);
}

.trainer-copy {
  padding: 0;
}

.change {
  background: #f2ece4;
}

.price-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

.price-card,
.price-card.trial,
.price-card.campaign {
  grid-column: auto;
  padding: 26px 22px;
  background: #fffdf9;
  border: 1px solid var(--line);
  color: var(--ink);
}

.price-card.campaign strong,
.price-card.campaign p {
  color: inherit;
}

.faq {
  padding: 58px 0;
}

.reserve {
  min-height: 560px;
}

.site-footer {
  max-width: var(--site-width);
  margin: 0 auto;
}

@media (max-width: 900px) {
  .hero {
    min-height: 720px;
  }

  .hero-overlay {
    background:
      linear-gradient(180deg, rgba(255, 253, 249, .96), rgba(255, 253, 249, .76) 52%, rgba(255, 253, 249, .08)),
      linear-gradient(0deg, rgba(34, 26, 20, .25), transparent 45%);
  }

  .hero-content {
    max-width: none;
    padding: 112px 24px 0;
  }

  .hero-facts,
  .intro-steps,
  .top-about,
  .concept,
  .method-grid,
  .reason-grid,
  .studio-inner,
  .trainer,
  .price-grid,
  .check-list {
    grid-template-columns: 1fr;
  }

  .hero-facts {
    left: 24px;
    right: 24px;
    bottom: 28px;
    width: auto;
  }

  .hero-facts div,
  .studio-inner article {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .hero-facts div:first-child,
  .studio-inner article:first-child {
    border-top: 0;
  }

  .intro-copy h2 {
    font-size: 27px;
    white-space: nowrap;
  }

  .intro-photo {
    aspect-ratio: 16 / 10;
  }

  .intro-steps p {
    min-height: 0;
    padding: 18px 18px 18px 76px;
    text-align: left;
  }

  .intro-steps p::before {
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
  }
}

/* FIRST STEP: headline / split body / closing */
.intro {
  display: grid;
  grid-template-columns: 1fr;
  gap: 34px;
  padding: 70px 44px 50px;
  background:
    radial-gradient(circle at 92% 50%, rgba(167, 114, 43, .08), transparent 20%),
    linear-gradient(90deg, #fffdf9 0%, #fffdf9 58%, rgba(241, 235, 227, .38) 100%);
}

.intro .intro-copy {
  text-align: center;
}

.intro .intro-copy h2 {
  margin-bottom: 0;
  font-size: clamp(30px, 3.4vw, 38px);
  white-space: nowrap;
}

.intro-main {
  display: grid;
  grid-template-columns: minmax(340px, 420px) minmax(0, 1fr);
  gap: 52px;
  align-items: center;
}

.intro-main .intro-photo {
  aspect-ratio: 1.12 / 1;
  margin: 0;
  border: 0;
  box-shadow: 18px 18px 0 rgba(223, 205, 184, .22);
}

.intro-main .intro-photo::after {
  display: none;
}

.intro-main .intro-panel {
  position: relative;
  min-height: 190px;
  padding: 20px 94px 20px 0;
}

.intro-main .intro-panel::after {
  content: "";
  position: absolute;
  right: 4px;
  top: 50%;
  width: 84px;
  height: 130px;
  border-right: 2px solid rgba(167, 114, 43, .18);
  border-radius: 60% 40% 55% 45%;
  transform: translateY(-50%) rotate(-18deg);
}

.intro-main .intro-steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px 38px;
  font-size: 18px;
  line-height: 1.9;
}

.intro-main .intro-steps p {
  min-height: 0;
  margin: 0;
  padding: 0 0 0 24px;
  border: 0;
  background: transparent;
  text-align: left;
}

.intro-main .intro-steps p:nth-child(3) {
  grid-column: 1 / -1;
}

.intro-main .intro-steps p::before {
  content: "";
  display: block;
  left: 0;
  top: .82em;
  width: 7px;
  height: 7px;
  border: 1px solid var(--gold);
  border-radius: 50%;
  transform: none;
}

.intro-main .intro-steps p:last-child::before {
  display: block;
}

.intro-note {
  max-width: 520px;
  margin: 28px 0 0;
  padding-top: 22px;
  border-top: 1px solid rgba(223, 205, 184, .72);
  color: var(--muted);
  font-size: 14px;
  line-height: 2;
}

.intro-closing {
  margin: 0;
  padding: 22px 24px;
  border: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: linear-gradient(90deg, transparent, rgba(255, 253, 249, .92) 18%, rgba(255, 253, 249, .92) 82%, transparent);
  color: var(--ink);
  font-size: clamp(18px, 1.7vw, 24px);
  text-align: center;
}

@media (max-width: 900px) {
  .intro .intro-copy h2 {
    font-size: 27px;
  }

  .intro-main {
    grid-template-columns: 1fr;
  }

  .intro-main .intro-panel {
    min-height: 0;
    padding: 0;
  }

  .intro-main .intro-panel::after {
    display: none;
  }

  .intro-main .intro-steps {
    grid-template-columns: 1fr;
    gap: 0;
    font-size: 18px;
  }

  .intro-main .intro-steps p {
    padding: 12px 0 12px 24px;
    border-bottom: 1px solid var(--line);
  }

  .intro-main .intro-steps p::before {
    top: 1.1em;
  }
}

/* ABOUT: reversed split layout matching FIRST STEP */
.top-about {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 34px !important;
  padding: 70px 44px 50px !important;
  background:
    radial-gradient(circle at 8% 52%, rgba(167, 114, 43, .07), transparent 20%),
    linear-gradient(90deg, rgba(241, 235, 227, .36), #fffdf9 42%, #fffdf9 100%) !important;
}

.top-about-heading {
  text-align: center;
}

.top-about-heading h2 {
  margin-bottom: 0;
  font-size: clamp(30px, 3.4vw, 38px);
  line-height: 1.7;
}

.top-about-main {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 420px);
  gap: 52px;
  align-items: center;
}

.top-about .wide-visual {
  order: 0 !important;
  aspect-ratio: 1.12 / 1;
  border: 0;
  box-shadow: -18px 18px 0 rgba(223, 205, 184, .22);
}

.top-about .wide-visual::after {
  display: none;
}

.top-about-copy {
  max-width: 640px;
  padding: 0 !important;
}

.top-about-copy > p {
  max-width: 560px;
  margin: 0;
  padding-top: 0;
  border-top: 0;
  color: var(--muted) !important;
  font-size: 14px;
  line-height: 2;
}

.top-about-copy > .about-lead {
  padding-top: 0;
  border-top: 0;
  font-size: 18px;
}

.about-points {
  display: grid;
  grid-template-columns: repeat(3, max-content);
  gap: 12px 18px;
  margin: 12px 0 26px;
  padding: 0 0 22px;
  border-bottom: 1px solid rgba(223, 205, 184, .72);
}

.about-points span {
  position: relative;
  padding-left: 22px;
  color: var(--ink);
  font-size: 18px;
  line-height: 1.8;
}

.about-points span::before {
  content: "";
  position: absolute;
  left: 0;
  top: .78em;
  width: 7px;
  height: 7px;
  border: 1px solid var(--gold);
  border-radius: 50%;
}

@media (max-width: 900px) {
  .top-about {
    grid-template-columns: 1fr !important;
    padding: 34px 24px !important;
  }

  .top-about-main {
    grid-template-columns: 1fr;
  }

  .top-about-copy {
    max-width: none;
  }

  .about-points {
    grid-template-columns: 1fr;
  }
}

/* Campaign banner below main visual */
.campaign-banner {
  display: grid;
  grid-template-columns: .8fr 1.2fr auto;
  gap: 30px;
  align-items: center;
  max-width: var(--site-width);
  margin: 0 auto;
  padding: 28px 34px;
  border-top: 1px solid rgba(223, 205, 184, .78);
  border-bottom: 1px solid rgba(223, 205, 184, .78);
  background:
    linear-gradient(90deg, rgba(47, 41, 36, .96), rgba(70, 57, 47, .94) 42%, rgba(185, 141, 139, .9));
  color: #fff;
}

.campaign-label span {
  display: block;
  color: #e8cda6;
  font-family: "Cormorant Garamond", serif;
  font-size: 24px;
  line-height: 1.1;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.campaign-label small {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, .78);
  font-size: 13px;
  letter-spacing: .08em;
}

.campaign-copy {
  padding-left: 30px;
  border-left: 1px solid rgba(232, 205, 166, .45);
}

.campaign-copy p {
  margin: 0 0 2px;
  color: rgba(255, 255, 255, .82);
  font-size: 15px;
  line-height: 1.7;
}

.campaign-copy strong {
  display: block;
  color: #fff;
  font-size: clamp(24px, 2.8vw, 36px);
  font-weight: 500;
  line-height: 1.45;
}

.campaign-note {
  max-width: 210px;
  margin: 0;
  color: rgba(255, 255, 255, .68);
  font-size: 12px;
  line-height: 1.8;
}

@media (max-width: 900px) {
  .campaign-banner {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px 24px;
  }

  .campaign-copy {
    padding-left: 0;
    padding-top: 18px;
    border-left: 0;
    border-top: 1px solid rgba(232, 205, 166, .45);
  }

  .campaign-note {
    max-width: none;
  }
}

.campaign-banner {
  display: block;
  max-width: var(--site-width);
  margin: 54px auto 68px;
  padding: 0;
  border: 0;
  background: transparent;
  text-align: center;
}

.campaign-heading {
  margin: 0 0 24px;
  color: var(--gold);
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 600;
  letter-spacing: .16em;
  line-height: 1;
}

.campaign-banner img {
  display: block;
  width: 50%;
  height: auto;
  max-height: 360px;
  margin: 0 auto;
  object-fit: contain;
}

@media (max-width: 900px) {
  .campaign-banner {
    margin: 34px auto 44px;
    padding: 0 24px;
  }

  .campaign-banner img {
    width: 100%;
  }
}

/* Section spacing and readable method section */
.studio {
  margin-bottom: 58px;
}

.mini-cta {
  margin-top: 58px;
  margin-bottom: 58px;
}

.concept {
  margin-top: 58px;
  margin-bottom: 58px;
}

.method {
  margin-top: 58px;
  margin-bottom: 58px;
  background: #f3ede5 !important;
  color: var(--ink) !important;
}

.method .eyebrow,
.method .section-title .eyebrow {
  color: var(--gold) !important;
}

.method .section-title h2,
.method h2,
.method h3,
.method .text-block p,
.method .closing-copy p,
.method-grid article h3,
.method-grid article p {
  color: var(--ink) !important;
}

.method .text-block {
  max-width: 920px;
  margin: 0 auto 46px;
}

.method .closing-copy {
  max-width: 920px;
  margin: 62px auto 0;
}

.method-grid article {
  background: #fffdf9 !important;
}

/* Before / After photo section */
.change {
  margin-top: 58px;
  margin-bottom: 58px;
  padding: 76px 44px !important;
  background:
    linear-gradient(180deg, #fffdf9, #f3ede5) !important;
  color: var(--ink) !important;
}

.change .section-title {
  max-width: 920px;
  margin-bottom: 42px;
}

.change .eyebrow {
  color: var(--gold) !important;
}

.change .section-title h2,
.change .section-title p,
.change h3,
.change li,
.change .closing-copy p {
  color: var(--ink) !important;
}

.change .section-title h2 {
  font-size: clamp(30px, 3.4vw, 42px);
}

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

.change-grid article {
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #fffdf9 !important;
}

.change-photo {
  aspect-ratio: 4 / 3;
  margin: 0;
  background: #eee6dc;
}

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

.change-grid h3 {
  margin: 26px 30px 14px;
  color: var(--gold) !important;
  font-family: "Cormorant Garamond", serif;
  font-size: 32px;
  line-height: 1.1;
}

.change-grid ul {
  margin: 0;
  padding: 0 30px 30px;
  list-style: none;
}

.change-grid li {
  padding: 12px 0;
  border-bottom: 1px solid rgba(223, 205, 184, .72);
  color: var(--muted) !important;
}

.change .closing-copy {
  margin-top: 34px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

@media (max-width: 900px) {
  .change {
    padding: 54px 24px !important;
  }

  .change-grid {
    grid-template-columns: 1fr;
  }
}

/* Uniform concern cards and trainer headline */
.for-you {
  margin-top: 58px;
  margin-bottom: 58px;
}

.check-list {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 20px 24px !important;
  width: 100% !important;
  margin: 0 0 36px !important;
  padding: 0 !important;
  list-style: none !important;
}

.check-list li,
.check-list li:nth-child(2),
.check-list li:nth-child(5) {
  position: relative;
  display: flex !important;
  align-items: center;
  min-height: 124px;
  width: auto !important;
  margin: 0 !important;
  padding: 28px 30px 28px 68px !important;
  border: 1px solid var(--line);
  background: #fffdf9 !important;
  color: var(--ink);
  font-size: clamp(18px, 1.45vw, 24px);
  line-height: 1.75;
  transform: none !important;
  box-sizing: border-box;
}

.check-list li::before {
  position: absolute;
  left: 30px;
  top: 50%;
  margin: 0;
  color: var(--gold);
  font-size: 24px;
  line-height: 1;
  transform: translateY(-50%);
}

.trainer-copy h2 {
  font-size: clamp(30px, 3.4vw, 38px);
  line-height: 1.72;
}

.trainer-copy h2 span {
  display: block;
  white-space: nowrap;
}

@media (max-width: 900px) {
  .check-list {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }

  .check-list li,
  .check-list li:nth-child(2),
  .check-list li:nth-child(5) {
    min-height: 92px;
    padding: 22px 22px 22px 56px !important;
    font-size: 18px;
  }

  .check-list li::before {
    left: 24px;
  }

  .trainer-copy h2 span {
    white-space: normal;
  }
}

/* Shared section gutters */
.section,
.section-soft,
.section-image,
.faq {
  max-width: var(--site-width) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: var(--gutter) !important;
  padding-right: var(--gutter) !important;
  box-sizing: border-box;
}

.faq {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

.faq-inner {
  max-width: none !important;
  margin: 0 auto !important;
}

.faq-list details {
  background: #fffdf9;
}

@media (max-width: 900px) {
  .section,
  .section-soft,
  .section-image,
  .faq {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }
}

/* Reserve section refresh */
.reserve {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 720px;
  padding-top: 92px !important;
  padding-bottom: 92px !important;
  background:
    linear-gradient(90deg, rgba(23, 19, 16, .76), rgba(47, 41, 36, .48)),
    url("../images/hero-ai.png") center / cover !important;
}

.reserve-panel {
  width: min(900px, 100%) !important;
  margin: 0 auto !important;
  padding: clamp(36px, 5vw, 64px) !important;
  border: 1px solid rgba(232, 205, 166, .42) !important;
  background:
    linear-gradient(180deg, rgba(47, 41, 36, .86), rgba(23, 19, 16, .82)) !important;
  box-shadow: 0 34px 90px rgba(23, 19, 16, .34);
  text-align: center;
  backdrop-filter: blur(8px);
}

.reserve-panel .eyebrow {
  display: block;
  max-width: none !important;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  color: #e8cda6;
  text-align: center;
}

.reserve-panel h2 {
  max-width: 760px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(30px, 3.4vw, 38px);
  line-height: 1.65;
  text-align: center;
  text-wrap: balance;
}

.reserve-panel > p:not(.eyebrow) {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  color: rgba(255, 255, 255, .84);
  line-height: 2;
}

.reserve-price {
  width: min(460px, 100%) !important;
  margin: 38px auto !important;
  padding: 24px 28px !important;
  border-color: rgba(232, 205, 166, .5) !important;
  background: rgba(255, 253, 249, .08) !important;
}

.reserve-price span {
  color: #e8cda6;
  letter-spacing: .08em;
}

.reserve-price strong {
  display: block;
  margin-top: 6px;
  color: #fff;
  font-size: clamp(26px, 3vw, 34px);
}

.reserve-flow {
  margin: 44px auto 34px !important;
  padding: 34px;
  border-top: 1px solid rgba(232, 205, 166, .35);
  border-bottom: 1px solid rgba(232, 205, 166, .35);
}

.reserve-flow h3 {
  margin: 0 0 24px;
  color: #fff;
  font-size: 24px;
  text-align: center;
}

.reserve-flow ol {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px !important;
  padding-left: 0 !important;
  counter-reset: reserve-flow;
  list-style: none;
}

.reserve-flow li {
  position: relative;
  min-height: 96px;
  padding: 22px 22px 22px 58px;
  border: 1px solid rgba(232, 205, 166, .28);
  background: rgba(255, 253, 249, .07);
  color: rgba(255, 255, 255, .86) !important;
  line-height: 1.8;
  text-align: left;
  counter-increment: reserve-flow;
}

.reserve-flow li::before {
  content: counter(reserve-flow, decimal-leading-zero);
  position: absolute;
  left: 20px;
  top: 22px;
  color: #e8cda6;
  font-family: "Cormorant Garamond", serif;
  font-size: 20px;
  line-height: 1;
}

.reserve-methods {
  justify-content: center;
  margin: 28px auto 34px !important;
}

.reserve-methods span,
.reserve-methods a {
  min-width: 116px;
  min-height: 48px;
  border: 1px solid rgba(232, 205, 166, .55) !important;
  background: rgba(255, 253, 249, .08) !important;
  color: #fff;
  text-decoration: none;
}

.reserve-methods span:nth-child(1),
.reserve-methods a:nth-child(1) {
  border-color: rgba(232, 205, 166, .55) !important;
  background: rgba(255, 253, 249, .08) !important;
}

.reserve-methods span:nth-child(2),
.reserve-methods a:nth-child(2) {
  border-color: rgba(232, 205, 166, .55) !important;
  background: rgba(255, 253, 249, .08) !important;
}

.reserve-methods span:nth-child(3),
.reserve-methods a:nth-child(3) {
  border-color: rgba(232, 205, 166, .55) !important;
  background: rgba(255, 253, 249, .08) !important;
}

.reserve-panel .button-primary {
  width: min(420px, 100%);
  margin: 28px auto 0;
}

@media (max-width: 900px) {
  .reserve {
    min-height: auto;
    padding-top: 62px !important;
    padding-bottom: 62px !important;
  }

  .reserve-panel {
    padding: 34px 22px !important;
  }

  .reserve-flow {
    padding: 26px 0;
  }

  .reserve-flow ol {
    grid-template-columns: 1fr;
  }
}

.trainer-photo {
  aspect-ratio: 4 / 5 !important;
}

.trainer-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

/* Price payment card */
.price-grid {
  align-items: stretch;
}

.payment-card {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 28px;
  align-items: center;
  margin-top: 14px;
  padding: 30px 36px;
  border: 1px solid rgba(167, 114, 43, .38);
  background:
    linear-gradient(90deg, rgba(47, 41, 36, .96), rgba(67, 52, 41, .9));
  color: #fff;
}

.payment-card h3 {
  margin: 0;
  color: #e8cda6;
  font-size: clamp(22px, 2.2vw, 30px);
}

.payment-card .plain-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
}

.payment-card .plain-list li {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 92px;
  margin: 0;
  padding: 16px 18px;
  border: 1px solid rgba(232, 205, 166, .28);
  background: rgba(255, 253, 249, .08);
  color: rgba(255, 255, 255, .88);
  line-height: 1.7;
  text-align: center;
}

.payment-card .plain-list li::before {
  color: #e8cda6;
}

@media (max-width: 900px) {
  .payment-card {
    grid-template-columns: 1fr;
    padding: 26px 22px;
  }

  .payment-card .plain-list {
    grid-template-columns: 1fr;
  }
}

/* Hero feature cards and CTA */
.hero .button-primary {
  position: relative;
  z-index: 8;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 28px;
  margin-bottom: 52px;
  background: linear-gradient(90deg, #2f2924, #8f6667 55%, #c69a95) !important;
  box-shadow: 0 16px 34px rgba(47, 41, 36, .26);
}

.hero-content {
  z-index: 8 !important;
  padding-bottom: 240px !important;
}

.hero .button-primary:hover {
  transform: translateY(-2px);
}

.button-primary {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.button-primary::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(120deg, transparent 0 18%, rgba(255, 255, 255, .24) 34%, transparent 50%),
    linear-gradient(90deg, rgba(47, 41, 36, .95), rgba(167, 114, 43, .72));
  opacity: 0;
  transform: translateX(-42%);
  transition: opacity .3s ease, transform .62s ease;
}

.button-primary:hover {
  border-color: rgba(167, 114, 43, .72);
  box-shadow: 0 20px 46px rgba(47, 41, 36, .24);
  transform: translateY(-3px);
}

.button-primary:hover::before {
  opacity: 1;
  transform: translateX(0);
}

.button-primary:hover::after {
  transform: translateX(8px);
}

.hero-facts {
  left: 24px !important;
  right: 24px !important;
  bottom: 24px !important;
  z-index: 3 !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  width: auto !important;
  max-width: none !important;
  border: 0 !important;
  background: transparent !important;
  gap: 14px;
  backdrop-filter: none !important;
}

.hero-facts div,
.hero-facts div:first-child {
  position: relative;
  min-height: 132px !important;
  padding: 22px 24px 22px !important;
  border: 1px solid rgba(223, 205, 184, .72) !important;
  background: rgba(255, 253, 249, .92);
  color: var(--ink);
  text-align: center;
  box-shadow: 0 18px 42px rgba(47, 41, 36, .12);
}

.hero-facts div::before {
  display: none;
}

.hero-facts svg {
  display: block;
  width: 34px;
  height: 34px;
  margin: 0 auto 14px;
  padding: 8px;
  border: 1px solid var(--gold);
  border-radius: 50%;
  color: var(--gold);
  background: rgba(255, 253, 249, .72);
}

.hero-facts svg path {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero-facts strong {
  display: block;
  color: var(--gold) !important;
  font-family: "Noto Serif JP", serif !important;
  font-size: 19px !important;
  font-weight: 600;
  letter-spacing: .04em !important;
}

.hero-facts span {
  display: block;
  margin-top: 10px !important;
  color: var(--muted) !important;
  font-size: 13px !important;
  line-height: 1.85 !important;
}

@media (max-width: 900px) {
  .hero-facts {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    grid-template-columns: 1fr !important;
    margin: -34px 22px 0;
  }

  .hero-facts div,
  .hero-facts div:first-child {
    min-height: auto !important;
  }
}

/* Mobile header and main visual */
@media (max-width: 767px) {
  body {
    padding-top: 64px;
  }

  .site-header {
    position: fixed;
    top: 0;
    left: 0 !important;
    right: 0 !important;
    z-index: 200;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    align-items: center;
    gap: 8px;
    width: 100%;
    max-width: none !important;
    min-height: 64px;
    margin: 0;
    padding: 10px 14px !important;
    background: rgba(255, 253, 249, .96) !important;
    border-bottom: 1px solid rgba(223, 205, 184, .78);
    box-shadow: 0 8px 28px rgba(47, 41, 36, .08);
    backdrop-filter: blur(12px);
  }

  .brand {
    position: relative;
    z-index: 220 !important;
    min-width: 0;
    width: auto !important;
  }

  .brand-mark {
    width: 38px !important;
    height: 38px !important;
    font-size: 25px !important;
    flex: 0 0 auto;
  }

  .brand-name {
    overflow: hidden;
    font-size: 13px !important;
    letter-spacing: .12em;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .brand-name small {
    font-size: 8px !important;
    letter-spacing: .24em;
  }

  .header-cta {
    position: relative;
    z-index: 220 !important;
    min-width: 112px !important;
    min-height: 36px !important;
    padding: 0 10px !important;
    font-size: 10px !important;
    letter-spacing: 0;
    white-space: nowrap;
  }

  .pc-label {
    display: none;
  }

  .sp-label {
    display: inline;
  }

  .header-cta::after {
    display: none;
  }

  .menu-toggle {
    position: relative;
    z-index: 220 !important;
    display: block !important;
    width: 38px !important;
    height: 38px !important;
    margin-left: 0 !important;
    background: #fffdf9 !important;
  }

  .menu-toggle span {
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    width: 18px !important;
    height: 1px !important;
    background: var(--gold);
    transform: translate(-50%, -50%);
    transform-origin: center;
  }

  .menu-toggle span:nth-child(1) {
    transform: translate(-50%, calc(-50% - 6px));
  }

  .menu-toggle span:nth-child(2) {
    transform: translate(-50%, -50%);
  }

  .menu-toggle span:nth-child(3) {
    transform: translate(-50%, calc(-50% + 6px));
  }

  body.menu-open .menu-toggle span:nth-child(1) {
    transform: translate(-50%, -50%) rotate(45deg) !important;
  }

  body.menu-open .menu-toggle span:nth-child(2) {
    opacity: 0;
  }

  body.menu-open .menu-toggle span:nth-child(3) {
    transform: translate(-50%, -50%) rotate(-45deg) !important;
  }

  .global-nav {
    inset: 0 !important;
    z-index: 190 !important;
    padding: 92px 22px 34px !important;
    background:
      linear-gradient(180deg, rgba(255, 253, 249, .96), rgba(255, 253, 249, .92) 38%, rgba(47, 41, 36, .9)),
      url("../images/hero-ai.png") center / cover !important;
  }

  body.menu-open {
    overflow: hidden;
  }

  .global-nav a {
    width: min(330px, 88vw) !important;
    min-height: 48px !important;
    font-size: 18px !important;
  }

  .hero {
    display: grid;
    min-height: auto !important;
    margin-top: 0 !important;
    overflow: visible;
    background: #fffdf9;
  }

  .hero-image {
    position: relative !important;
    height: 430px !important;
    object-fit: cover;
    object-position: center top;
  }

  .hero-overlay {
    height: 430px;
    background:
      linear-gradient(180deg, rgba(23, 19, 16, .24), rgba(23, 19, 16, .58)),
      linear-gradient(90deg, rgba(23, 19, 16, .3), transparent 58%) !important;
  }

  .hero-content {
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    max-width: none !important;
    padding: 54px 22px 0 !important;
    color: #fff !important;
  }

  .hero .eyebrow {
    color: #e8cda6 !important;
    font-size: 12px;
  }

  .hero h1 {
    max-width: 330px;
    margin-top: 16px;
    margin-bottom: 18px;
    color: #fff !important;
    font-size: clamp(36px, 12vw, 50px);
    line-height: 1.32;
  }

  .hero-lead {
    max-width: 320px;
    color: rgba(255, 255, 255, .92) !important;
    font-size: 14px;
    line-height: 1.9;
  }

  .hero .button-primary {
    min-width: 240px;
    min-height: 48px;
    margin-top: 22px;
    margin-bottom: 0;
    color: #fff;
  }

  .hero-facts {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    z-index: 1 !important;
    display: grid;
    grid-template-columns: 1fr !important;
    gap: 12px;
    margin: 18px 18px 0 !important;
  }

  .hero-facts div,
  .hero-facts div:first-child {
    display: grid;
    grid-template-columns: 48px 1fr;
    column-gap: 14px;
    align-items: center;
    padding: 18px !important;
    text-align: left;
  }

  .hero-facts svg {
    grid-row: span 2;
    margin: 0 !important;
  }

  .hero-facts strong,
  .hero-facts span {
    text-align: left;
  }
}

/* Mobile MV reference style */
@media (max-width: 767px) {
  .hero {
    position: relative;
    display: block;
    overflow: hidden;
    background: #fffdf9;
  }

  .hero-image {
    position: absolute !important;
    inset: 0 auto auto 0;
    z-index: 0;
    width: 100%;
    height: 760px !important;
    object-fit: cover;
    object-position: 68% top;
  }

  .hero-overlay {
    position: absolute !important;
    inset: 0 auto auto 0;
    z-index: 1;
    width: 100%;
    height: 760px !important;
    background:
      linear-gradient(90deg, rgba(255, 253, 249, .98) 0%, rgba(255, 253, 249, .94) 41%, rgba(255, 253, 249, .38) 62%, rgba(255, 253, 249, 0) 100%),
      linear-gradient(180deg, rgba(255, 253, 249, .08) 0%, rgba(255, 253, 249, .08) 70%, #fffdf9 100%) !important;
  }

  .hero-content {
    position: relative !important;
    z-index: 2 !important;
    min-height: 720px;
    padding: 68px 24px 56px !important;
    color: var(--ink) !important;
  }

  .hero .eyebrow {
    color: var(--gold) !important;
    font-size: 13px;
    letter-spacing: .18em;
  }

  .hero h1 {
    max-width: 350px;
    margin-top: 30px;
    margin-bottom: 26px;
    color: var(--gold) !important;
    font-size: clamp(38px, 11vw, 48px);
    line-height: 1.7;
    letter-spacing: .02em;
  }

  .hero-title-top span {
    display: block;
  }

  .hero-lead {
    max-width: 310px;
    color: var(--ink) !important;
    font-size: 17px;
    line-height: 2.25;
  }

  .hero .button-primary {
    width: min(300px, 82vw);
    min-height: 58px;
    margin-top: 36px;
    background: linear-gradient(90deg, #2f2924, #b98d8b) !important;
    font-size: 16px;
    box-shadow: 0 18px 34px rgba(47, 41, 36, .2);
  }

  .hero-facts {
    position: relative !important;
    z-index: 3 !important;
    display: grid;
    grid-template-columns: 1fr !important;
    gap: 18px;
    margin: 10px 22px 58px !important;
  }

  .hero-facts div,
  .hero-facts div:first-child {
    display: grid;
    grid-template-columns: 68px minmax(0, 1fr);
    column-gap: 16px;
    align-items: center;
    min-height: 124px !important;
    padding: 22px 20px !important;
    border: 1px solid rgba(167, 114, 43, .72) !important;
    border-radius: 8px;
    background: rgba(255, 253, 249, .9);
    box-shadow: 0 18px 42px rgba(47, 41, 36, .08);
    text-align: left;
  }

  .hero-facts div::after {
    content: "";
    position: absolute;
    left: 88px;
    top: 24px;
    bottom: 24px;
    width: 1px;
    background: rgba(223, 205, 184, .9);
  }

  .hero-facts svg {
    grid-row: span 2;
    width: 52px;
    height: 52px;
    margin: 0 auto !important;
    padding: 14px;
    border-color: var(--gold);
  }

  .hero-facts strong {
    color: var(--gold) !important;
    font-size: 22px !important;
    letter-spacing: .04em !important;
    line-height: 1.4;
    word-break: keep-all;
    overflow-wrap: normal;
  }

  .hero-facts span {
    margin-top: 8px !important;
    color: var(--ink) !important;
    font-size: 14px !important;
    line-height: 1.9 !important;
    word-break: keep-all;
    overflow-wrap: break-word;
  }

  .concept-photo {
    display: none !important;
  }

  .concept-photo-mobile {
    display: block;
    aspect-ratio: 4 / 3;
    margin: 28px 0 34px;
    overflow: hidden;
    border: 1px solid var(--line);
    box-shadow: 14px 14px 0 var(--soft);
  }

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

  .trainer {
    display: flex !important;
    flex-direction: column;
  }

  .trainer-copy {
    display: contents;
  }

  .trainer-copy .eyebrow {
    order: 1;
  }

  .trainer-copy h2 {
    order: 2;
    width: 100%;
  }

  .trainer-photo {
    order: 3;
    width: 100%;
    margin: 10px 0 34px !important;
  }

  .trainer-copy .trainer-name {
    order: 4;
    width: 100%;
  }

  .trainer-copy > p:not(.eyebrow):not(.trainer-name),
  .trainer-copy .career-box,
  .trainer-copy .message-box {
    order: 5;
    width: 100%;
  }

  .reserve-price {
    padding: 22px 16px !important;
  }

  .reserve-price strong {
    font-size: clamp(22px, 6.2vw, 26px) !important;
    white-space: nowrap;
  }

  .price-card strong {
    font-size: clamp(24px, 7vw, 30px);
    white-space: nowrap;
  }

  .price-card strong small {
    display: inline;
    white-space: nowrap;
  }
}

/* Header logo image */
.brand {
  width: 230px !important;
  max-width: 230px;
  min-width: 0;
}

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

@media (max-width: 767px) {
  .brand {
    width: min(180px, 42vw) !important;
    max-width: min(180px, 42vw);
  }
}

/* Tone reset: white base + concrete gray + champagne gold + dusty pink.
   MV is intentionally untouched in this pass. */
:root {
  --ink: #211b17;
  --muted: #6f655d;
  --gold: #b58b48;
  --champagne: #c8a667;
  --line: #d8c7b1;
  --paper: #fffdf9;
  --soft: #f5f2ec;
  --concrete: #e3e1dd;
  --concrete-deep: #aaa7a1;
  --rose: #c79a9d;
  --rose-dark: #ad7f83;
  --dark: #302a25;
  --deep: #181513;
}

html,
body {
  background: var(--paper) !important;
  color: var(--ink);
}

body::before {
  background:
    linear-gradient(rgba(181, 139, 72, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(181, 139, 72, .04) 1px, transparent 1px) !important;
  opacity: .28 !important;
}

main > section:not(.hero),
.section,
.section-soft,
.faq-inner {
  background-color: var(--paper);
}

.eyebrow,
.section-title .eyebrow,
.campaign-heading,
.price .eyebrow,
.faq .eyebrow {
  color: var(--gold) !important;
}

h2,
h3,
.section-title h2 {
  color: var(--ink);
}

p,
li,
dd,
dt,
summary {
  color: var(--muted);
}

.button-primary,
.header-cta {
  background: linear-gradient(90deg, var(--rose-dark), var(--rose)) !important;
  color: #fff !important;
  border-color: rgba(199, 154, 157, .4) !important;
}

.button-primary:hover,
.header-cta:hover {
  background: linear-gradient(90deg, var(--dark), var(--rose-dark)) !important;
}

.concept,
.reason,
.trainer,
.change,
.price,
.faq-inner {
  background:
    linear-gradient(90deg, rgba(181, 139, 72, .025) 1px, transparent 1px),
    var(--paper) !important;
  background-size: 72px 100%, auto !important;
}

.concept-photo,
.concept-photo-mobile,
.trainer-photo,
.change-grid article,
.price-card,
.faq-list details,
.reserve-price,
.reserve-flow li {
  border-color: rgba(181, 139, 72, .28) !important;
}

.concept-photo,
.concept-photo-mobile,
.trainer-photo {
  background: var(--concrete);
  box-shadow: 20px 20px 0 rgba(216, 214, 208, .55) !important;
}

.rhythm-text,
.concept-text,
.text-block,
.section-title {
  border-color: rgba(181, 139, 72, .22) !important;
}

.method,
.pilates,
.reserve,
.site-footer,
.payment-card {
  background:
    linear-gradient(90deg, rgba(24, 21, 19, .88), rgba(48, 42, 37, .72)),
    var(--concrete) !important;
  color: #fffdf9 !important;
}

.method *,
.pilates *,
.reserve *,
.site-footer *,
.payment-card * {
  color: inherit;
}

.method .eyebrow,
.pilates .eyebrow,
.reserve .eyebrow,
.site-footer .footer-brand,
.payment-card h3 {
  color: var(--champagne) !important;
}

.method-grid article {
  border-color: rgba(200, 166, 103, .58) !important;
  background: rgba(24, 21, 19, .26) !important;
}

.method-grid article span,
.method-flow-text span::before,
.reason-grid article span,
.change-grid h3 {
  color: var(--gold) !important;
}

.for-you {
  background:
    linear-gradient(rgba(227, 225, 221, .86), rgba(227, 225, 221, .86)),
    url("../images/studio.png") center / cover !important;
}

.check-list li,
.reason-grid article,
.price-card,
.faq-list details {
  background: rgba(255, 253, 249, .94) !important;
  box-shadow: 0 18px 40px rgba(48, 42, 37, .06);
}

.check-list li::before {
  color: var(--gold) !important;
  border-color: rgba(181, 139, 72, .5) !important;
}

.reason-grid article h3,
.price-card h3,
.faq-list summary {
  color: var(--ink) !important;
}

/* Trial design for the concern section: concrete band with compact icon cards */
.for-you {
  display: block !important;
  margin: 76px auto !important;
  padding: 52px clamp(28px, 5vw, 72px) !important;
  background:
    linear-gradient(rgba(218, 216, 211, .72), rgba(218, 216, 211, .76)),
    url("../images/payment-concrete.png") center / cover !important;
  border: 0 !important;
}

.for-you-copy {
  max-width: none !important;
  margin: 0 auto 28px !important;
  text-align: center !important;
}

.for-you-copy .eyebrow {
  display: block !important;
  margin: 0 0 14px !important;
  color: var(--gold) !important;
  font-size: clamp(16px, 1.2vw, 20px) !important;
  font-weight: 600;
  letter-spacing: .18em;
  line-height: 1.4;
}

.for-you-copy > h2:not(.concern-heading) {
  display: block !important;
  margin: 0 0 18px !important;
  color: var(--ink) !important;
  font-size: clamp(34px, 4vw, 62px) !important;
  font-weight: 500;
  letter-spacing: .04em;
  line-height: 1.35;
}

.for-you-copy .concern-heading {
  display: block !important;
  margin: 0 !important;
  color: rgba(42, 36, 31, .74) !important;
  font-size: clamp(17px, 1.35vw, 22px) !important;
  font-weight: 600;
  letter-spacing: .08em;
  line-height: 1.7;
  text-align: center;
}

.check-list {
  display: grid !important;
  grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  gap: 14px !important;
  max-width: 1220px !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

.check-list li,
.check-list li:nth-child(2),
.check-list li:nth-child(5) {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  min-height: 154px !important;
  padding: 22px 12px 18px !important;
  border: 1px solid rgba(205, 196, 184, .72) !important;
  background: rgba(255, 255, 255, .88) !important;
  box-shadow: 0 16px 30px rgba(58, 54, 49, .08) !important;
  color: #47413b !important;
  font-size: clamp(12px, .84vw, 15px) !important;
  font-weight: 600;
  line-height: 1.55 !important;
  text-align: center;
}

.check-list li::before {
  display: none !important;
}

.concern-icon {
  width: 46px;
  height: 46px;
  display: block;
  background-color: #8f8b84;
  opacity: .92;
  -webkit-mask: var(--concern-icon) center / contain no-repeat;
  mask: var(--concern-icon) center / contain no-repeat;
}

.concern-posture {
  --concern-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23000' stroke-width='2.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='31' cy='12' r='6'/%3E%3Cpath d='M31 18c-8 8-8 19-2 29M35 20c8 9 10 20 5 35M25 30c-7 4-9 10-10 16M39 30c7 4 9 10 10 16M26 51h20'/%3E%3C/g%3E%3C/svg%3E");
}

.concern-shoulder {
  --concern-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23000' stroke-width='2.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='32' cy='14' r='7'/%3E%3Cpath d='M19 33c4-8 21-8 26 0M18 39c5 8 23 8 29 0M23 25l-7-6M41 25l7-6M17 19l-4-5M47 19l4-5M23 48h18'/%3E%3C/g%3E%3C/svg%3E");
}

.concern-diet {
  --concern-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23000' stroke-width='2.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 10c-5 13-4 28 2 44M42 10c5 13 4 28-2 44M20 27c7 3 17 3 24 0M20 39c7 3 17 3 24 0M14 21l-6-5M50 21l6-5'/%3E%3C/g%3E%3C/svg%3E");
}

.concern-hip {
  --concern-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23000' stroke-width='2.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M23 9c-4 12-4 26 1 42M41 9c4 12 4 26-1 42M20 30c7-4 17-4 24 0M20 42c7 5 17 5 24 0M13 34h7M44 34h7'/%3E%3C/g%3E%3C/svg%3E");
}

.concern-beauty {
  --concern-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23000' stroke-width='2.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='34' cy='12' r='6'/%3E%3Cpath d='M34 18c-7 8-7 21-1 36M39 20c8 8 11 19 8 31M28 32c-7 4-11 9-12 16M43 33c7 5 10 10 11 16M23 53h25'/%3E%3C/g%3E%3C/svg%3E");
}

.concern-machine {
  --concern-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23000' stroke-width='2.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 43h40M18 43V24c0-5 4-9 9-9h2M28 43V27h14c5 0 9 4 9 9v7M18 51h34M28 15c5 0 9 4 9 9v3M42 27V14'/%3E%3Ccircle cx='27' cy='15' r='4'/%3E%3C/g%3E%3C/svg%3E");
}

.concern-beginner {
  --concern-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23000' stroke-width='2.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 12h21l7 7v33H18zM39 12v8h8M24 29h16M24 37h16M24 45h11'/%3E%3C/g%3E%3C/svg%3E");
}

.for-you .text-block {
  display: block !important;
  max-width: 980px !important;
  margin: 34px auto 0 !important;
  padding: 34px clamp(26px, 4vw, 54px) !important;
  background: rgba(255, 255, 255, .82) !important;
  border: 1px solid rgba(200, 166, 103, .34);
  box-shadow: 0 18px 44px rgba(58, 54, 49, .08);
  text-align: center;
}

.for-you .text-block p {
  max-width: 820px;
  margin: 0 auto 14px !important;
  color: rgba(42, 36, 31, .76) !important;
  font-size: clamp(15px, 1.1vw, 18px);
  line-height: 2;
  letter-spacing: .03em;
}

.for-you .text-block p:first-child {
  margin-bottom: 20px !important;
  color: var(--ink) !important;
  font-size: clamp(20px, 1.65vw, 28px);
  line-height: 1.75;
}

.for-you .text-block p:last-child {
  margin-bottom: 0 !important;
}

@media (max-width: 1100px) {
  .check-list {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 767px) {
  .for-you {
    margin: 46px auto !important;
    padding: 34px 22px !important;
  }

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

  .check-list li,
  .check-list li:nth-child(2),
  .check-list li:nth-child(5) {
    min-height: 132px !important;
    padding: 18px 10px 16px !important;
    font-size: 12px !important;
  }

  .concern-icon {
    width: 40px;
    height: 40px;
  }
}

/* Concern icons refinement: use real SVG strokes instead of CSS masks */
.concern-icon {
  width: 48px !important;
  height: 48px !important;
  background: var(--concern-icon) center / contain no-repeat !important;
  opacity: 1 !important;
  -webkit-mask: none !important;
  mask: none !important;
}

.concern-posture {
  --concern-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%238f8b84' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='32' cy='10' r='5.5'/%3E%3Cpath d='M32 17v32M24 27c4-3 12-3 16 0M25 49h14M22 21c-5 7-7 15-6 25M42 21c5 7 7 15 6 25M29 25c-4 7-6 14-5 23M35 25c4 7 6 14 5 23'/%3E%3C/g%3E%3C/svg%3E");
}

.concern-shoulder {
  --concern-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%238f8b84' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='32' cy='15' r='6'/%3E%3Cpath d='M20 39c4-9 20-9 24 0M17 45c8 7 22 7 30 0M22 26l-8-7M42 26l8-7M13 30l-6-2M51 30l6-2M26 51h12'/%3E%3C/g%3E%3C/svg%3E");
}

.concern-diet {
  --concern-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%238f8b84' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 25c0-8 6-14 14-14s14 6 14 14v18c0 6-4 10-9 10H27c-5 0-9-4-9-10zM24 30h16M24 39h16M28 11c-2 6-2 12 0 18M36 11c2 6 2 12 0 18M11 29l-5-4M53 29l5-4'/%3E%3C/g%3E%3C/svg%3E");
}

.concern-hip {
  --concern-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%238f8b84' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M23 10c-4 12-4 28 1 43M41 10c4 12 4 28-1 43M21 31c7-4 15-4 22 0M21 43c7 5 15 5 22 0M15 34h6M43 34h6M29 51h6'/%3E%3C/g%3E%3C/svg%3E");
}

.concern-beauty {
  --concern-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%238f8b84' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='31' cy='10' r='5.5'/%3E%3Cpath d='M31 17v33M24 27c4-3 11-3 15 0M24 50h16M20 22c-4 7-6 15-5 25M42 22c5 7 7 15 6 25M49 15l2-5 2 5 5 2-5 2-2 5-2-5-5-2z'/%3E%3C/g%3E%3C/svg%3E");
}

.concern-machine {
  --concern-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%238f8b84' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 45h46M14 51h40M20 45V25c0-5 4-9 9-9h2M29 45V31h15c5 0 9 4 9 9v5M44 31V14M24 18l-7 8M29 16a5 5 0 1 0 0 10 5 5 0 0 0 0-10z'/%3E%3C/g%3E%3C/svg%3E");
}

.concern-beginner {
  --concern-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%238f8b84' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 10h22l8 8v36H18zM40 10v9h8M25 30h14M25 38h14M25 46h10M14 15h4M14 23h4M14 31h4'/%3E%3C/g%3E%3C/svg%3E");
}

/* Keep the concern heading in normal flow so it never overlaps cards while scrolling */
.for-you {
  isolation: isolate;
}

.for-you-copy {
  position: static !important;
  display: block !important;
  transform: none !important;
  opacity: 1 !important;
  z-index: auto !important;
  padding: 0 !important;
  min-height: 0 !important;
  margin: 0 auto 34px !important;
}

.for-you-copy p {
  position: static !important;
  display: block !important;
  transform: none !important;
  opacity: 1 !important;
}

.check-list {
  position: relative;
  z-index: 1;
}

/* Studio band: reference-like dark concrete section before price */
.studio-band {
  display: grid !important;
  grid-template-columns: minmax(320px, .34fr) minmax(0, .66fr);
  gap: clamp(24px, 3vw, 42px);
  align-items: center;
  margin: 76px auto 0 !important;
  padding: clamp(44px, 5vw, 72px) clamp(28px, 4.5vw, 64px) !important;
  background:
    linear-gradient(90deg, rgba(24, 24, 23, .94), rgba(42, 41, 38, .9)),
    url("../images/payment-concrete.png") center / cover !important;
  color: #fffdf9 !important;
  border-top: 1px solid rgba(200, 166, 103, .32);
  border-bottom: 1px solid rgba(200, 166, 103, .32);
}

.studio-band-copy .eyebrow {
  margin: 0 0 18px;
  color: rgba(220, 186, 139, .95) !important;
  font-size: clamp(24px, 2.2vw, 34px);
  letter-spacing: .16em;
}

.studio-band-copy h2 {
  margin: 0 0 22px;
  color: rgba(255, 253, 249, .92) !important;
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.65;
  letter-spacing: .05em;
}

.studio-band-copy ul {
  display: grid;
  gap: 10px;
  margin: 0 0 26px;
  padding: 0;
  list-style: none;
}

.studio-band-copy li {
  position: relative;
  padding-left: 24px;
  color: rgba(255, 253, 249, .84);
  font-size: clamp(13px, 1vw, 16px);
  line-height: 1.7;
}

.studio-band-copy li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: .05em;
  width: auto;
  height: auto;
  border-radius: 0;
  background: none;
  box-shadow: none;
  color: #d9b4b8;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
}

.studio-band-gallery-wrap {
  position: relative;
  min-width: 0;
}

.studio-band-gallery {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  padding: 2px 0 14px;
  scrollbar-color: rgba(200, 166, 103, .72) rgba(255, 255, 255, .12);
  scrollbar-width: thin;
}

.studio-slide-btn {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(200, 166, 103, .52);
  border-radius: 50%;
  background: rgba(28, 27, 25, .72);
  box-shadow: 0 12px 26px rgba(0, 0, 0, .22);
  cursor: pointer;
  transform: translateY(-50%);
  transition: background .22s ease, transform .22s ease, border-color .22s ease;
}

.studio-slide-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 12px;
  height: 12px;
  margin: auto;
  border-top: 2px solid rgba(255, 253, 249, .9);
  border-right: 2px solid rgba(255, 253, 249, .9);
}

.studio-slide-prev {
  left: -23px;
}

.studio-slide-prev::before {
  transform: rotate(-135deg);
}

.studio-slide-next {
  right: -23px;
}

.studio-slide-next::before {
  transform: rotate(45deg);
}

.studio-slide-btn:hover {
  background: rgba(181, 139, 72, .86);
  border-color: rgba(255, 253, 249, .68);
  transform: translateY(-50%) scale(1.04);
}

/* Before / After redesign: compact result cards so low-res placeholders do not look blown up */
.change {
  background: #ffffff !important;
  padding: clamp(64px, 7vw, 104px) clamp(32px, 6vw, 88px) !important;
}

.change .section-title {
  max-width: 980px !important;
  margin: 0 auto 48px !important;
  text-align: center;
  border: 0 !important;
}

.change .section-title .eyebrow {
  color: var(--gold) !important;
  letter-spacing: .18em;
}

.change .section-title h2 {
  margin-bottom: 18px;
  font-size: clamp(36px, 4.2vw, 64px) !important;
  line-height: 1.25;
}

.change .section-title p {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  color: rgba(42, 36, 31, .72) !important;
}

.change .section-title p:nth-of-type(2) {
  color: var(--ink) !important;
  font-size: clamp(18px, 1.6vw, 24px);
  line-height: 1.8;
}

.change-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 28px !important;
  max-width: 1220px;
  margin: 0 auto;
}

.change-grid article {
  position: relative;
  overflow: visible;
  padding: 18px 18px 24px !important;
  border: 1px solid rgba(200, 166, 103, .38) !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .94), rgba(250, 247, 242, .96)) !important;
  box-shadow: 0 18px 42px rgba(58, 54, 49, .08);
}

.change-photo {
  position: relative;
  aspect-ratio: 1.42 / 1 !important;
  margin: 0 !important;
  overflow: hidden;
  border: 1px solid rgba(200, 166, 103, .22);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .78) 0 49%, rgba(200, 166, 103, .26) 49% 51%, rgba(255, 255, 255, .92) 51% 100%),
    linear-gradient(rgba(232, 229, 224, .66), rgba(232, 229, 224, .66)),
    url("../images/payment-concrete.png") center / cover !important;
}

.change-photo img {
  display: none;
}

.change-photo::before,
.change-photo::after {
  content: "";
  position: absolute;
  top: 23%;
  width: 92px;
  height: 46%;
  opacity: .72;
  background: #8f8b84;
  -webkit-mask: var(--posture-icon) center / contain no-repeat;
  mask: var(--posture-icon) center / contain no-repeat;
}

.change-photo::before {
  left: 18%;
  --posture-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 96 140' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23000' stroke-width='5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='47' cy='16' r='12'/%3E%3Cpath d='M44 30c-8 17-7 38 2 60M50 32c18 14 22 35 17 58M33 54c-10 7-15 18-17 34M62 56c8 9 13 19 15 31M36 106h31'/%3E%3C/g%3E%3C/svg%3E");
}

.change-photo::after {
  right: 18%;
  --posture-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 96 140' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23000' stroke-width='5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='48' cy='16' r='12'/%3E%3Cpath d='M48 30v63M36 48c8-6 16-6 24 0M35 106h28M38 35c-9 17-10 36-6 55M58 35c9 17 10 36 6 55'/%3E%3C/g%3E%3C/svg%3E");
}

.change-photo::marker {
  display: none;
}

.change-photo figcaption {
  position: absolute;
  left: 50%;
  bottom: 18px;
  min-width: 180px;
  padding: 10px 18px;
  background: rgba(255, 253, 249, .92);
  border: 1px solid rgba(200, 166, 103, .34);
  color: var(--gold);
  font-family: "Cormorant Garamond", serif;
  font-size: 24px;
  line-height: 1;
  text-align: center;
  transform: translateX(-50%);
}

.change-photo figcaption span {
  display: inline-block;
  margin: 0 6px;
  color: rgba(42, 36, 31, .38);
}

.change-grid h3 {
  margin: 26px 8px 14px !important;
  color: var(--ink) !important;
  font-family: inherit !important;
  font-size: clamp(18px, 1.45vw, 24px) !important;
  line-height: 1.6 !important;
  text-align: center;
}

.change-grid ul {
  margin: 0 !important;
  padding: 0 12px !important;
}

.change-grid li {
  padding: 10px 0 !important;
  border-bottom: 1px solid rgba(200, 166, 103, .2) !important;
  color: rgba(42, 36, 31, .68) !important;
  font-size: clamp(14px, 1vw, 16px);
  line-height: 1.7;
  text-align: center;
}

.change .closing-copy {
  max-width: 900px;
  margin: 44px auto 0 !important;
  padding: 28px 34px 0 !important;
  border-top: 1px solid rgba(200, 166, 103, .28) !important;
  text-align: center;
}

.change .closing-copy p {
  color: rgba(42, 36, 31, .72) !important;
}

.change .closing-copy p:first-child {
  color: var(--gold) !important;
  letter-spacing: .12em;
}

/* Shop information with Google Map */
.shop-info {
  background: #ffffff !important;
  padding-top: clamp(66px, 7vw, 108px) !important;
  padding-bottom: clamp(66px, 7vw, 108px) !important;
  padding-left: var(--gutter) !important;
  padding-right: var(--gutter) !important;
  max-width: 1220px !important;
  width: calc(100% - (var(--gutter) * 2)) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.shop-info .section-title {
  max-width: 920px !important;
  margin: 0 auto 46px !important;
  text-align: center;
  border: 0 !important;
}

.shop-info .section-title .eyebrow {
  color: var(--gold) !important;
  letter-spacing: .18em;
}

.shop-info .section-title h2 {
  font-size: clamp(34px, 4vw, 60px) !important;
}

.shop-info .section-title p {
  color: rgba(42, 36, 31, .68) !important;
}

.shop-info-grid {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(340px, .68fr);
  grid-template-areas:
    "info info"
    "access map";
  gap: 22px;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.shop-info-card,
.shop-info-access,
.shop-map {
  border: 1px solid rgba(200, 166, 103, .34);
  background:
    linear-gradient(rgba(255, 255, 255, .88), rgba(255, 255, 255, .88)),
    url("../images/payment-concrete.png") center / cover;
  box-shadow: 0 18px 42px rgba(58, 54, 49, .06);
}

.shop-info-card {
  grid-area: info;
  padding: clamp(30px, 4vw, 48px);
}

.shop-info-card h3,
.shop-info-access h3 {
  margin: 0 0 24px;
  color: var(--gold);
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(30px, 2.8vw, 44px);
  letter-spacing: .08em;
  line-height: 1.2;
}

.shop-info-card dl {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  margin: 0;
}

.shop-info-card dl div {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 24px;
  padding: 18px 0;
  border-top: 1px solid rgba(200, 166, 103, .26);
  align-items: start;
}

.shop-info-card dt {
  margin-bottom: 8px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.shop-info-card dd {
  margin: 0;
  color: rgba(42, 36, 31, .78);
  font-size: clamp(15px, 1.05vw, 17px);
  line-height: 1.85;
}

.shop-info-card a,
.map-link {
  color: var(--ink);
  text-decoration: none;
}

.shop-info-access {
  grid-area: access;
  padding: clamp(28px, 3vw, 40px);
}

.shop-info-access ul {
  display: grid;
  gap: 12px;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}

.shop-info-access li {
  position: relative;
  padding-left: 22px;
  color: rgba(42, 36, 31, .74);
  font-size: clamp(14px, 1vw, 16px);
  line-height: 1.75;
}

.shop-info-access li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .7em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--rose);
  box-shadow: 0 0 0 4px rgba(199, 154, 157, .16);
}

.map-link {
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  padding: 0 22px;
  border: 1px solid rgba(200, 166, 103, .42);
  background: #fffdf9;
  color: var(--gold) !important;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .08em;
}

.map-link::after {
  content: ">";
  margin-left: 16px;
}

.shop-map {
  grid-area: map;
  min-height: 100%;
  overflow: hidden;
}

.shop-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 430px;
  border: 0;
  filter: grayscale(.15) contrast(.96) saturate(.9);
}

@media (max-width: 980px) {
  .shop-info-grid {
    grid-template-columns: 1fr;
    grid-template-areas:
      "info"
      "access"
      "map";
  }

  .shop-info-card dl {
    grid-template-columns: 1fr;
  }

  .shop-info-card dl div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .shop-map iframe {
    min-height: 380px;
  }
}

@media (max-width: 980px) {
  .change-grid {
    grid-template-columns: 1fr !important;
    max-width: 560px;
  }
}

.studio-band-gallery figure {
  flex: 0 0 calc((100% - 32px) / 3);
  margin: 0;
  aspect-ratio: 1.12 / 1;
  overflow: hidden;
  background: rgba(255, 255, 255, .08);
  scroll-snap-align: start;
}

.studio-band-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.92) contrast(1.06);
  transition: transform .35s ease;
}

.studio-band-gallery figure:nth-child(1) img {
  object-position: 50% 56%;
}

.studio-band-gallery figure:nth-child(2) img {
  object-position: 56% 52%;
}

.studio-band-gallery figure:nth-child(3) img {
  object-position: 52% 48%;
}

.studio-band-gallery figure:nth-child(4) img {
  object-position: 52% 45%;
}

.studio-band-gallery figure:hover img {
  transform: scale(1.035);
}

@media (max-width: 900px) {
  .studio-band {
    grid-template-columns: 1fr;
    margin-top: 54px !important;
    padding: 42px 24px !important;
  }

  .studio-band-gallery {
    display: flex;
  }

  .studio-slide-prev {
    left: 8px;
  }

  .studio-slide-next {
    right: 8px;
  }

  .studio-band-gallery figure {
    flex-basis: 84%;
    aspect-ratio: 1.12 / 1;
  }
}

.reason-grid article p,
.price-card p,
.price-card dd,
.faq-list p {
  color: var(--muted) !important;
}

.price-card.trial {
  background: linear-gradient(180deg, rgba(199, 154, 157, .22), rgba(255, 253, 249, .96)) !important;
}

.price-card strong,
.price-card dd {
  color: var(--gold) !important;
}

.plain-list li,
.reserve-methods span,
.reserve-methods a {
  border-color: rgba(200, 166, 103, .42) !important;
  background: rgba(255, 253, 249, .08) !important;
}

/* Reservation channels */
.reserve-methods .reserve-method {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-width: 146px;
  min-height: 60px;
  padding: 10px 24px;
  border: 1px solid transparent !important;
  color: #fff !important;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: .06em;
  transition: transform .25s ease, filter .25s ease, box-shadow .25s ease;
}

.reserve-methods .reserve-method--web {
  border-color: rgba(213, 179, 116, .78) !important;
  background: rgba(159, 119, 60, .78) !important;
}

.reserve-methods .reserve-method--line {
  border-color: rgba(77, 211, 128, .85) !important;
  background: rgba(6, 199, 85, .72) !important;
}

.reserve-methods .reserve-method--phone {
  border-color: rgba(222, 177, 180, .88) !important;
  background: rgba(185, 141, 139, .8) !important;
}

.reserve-methods a.reserve-method:hover,
.reserve-methods a.reserve-method:focus-visible {
  transform: translateY(-3px);
  filter: brightness(1.08);
  box-shadow: 0 12px 26px rgba(0, 0, 0, .2);
}

@media (max-width: 767px) {
  main > section:not(.hero),
  .section,
  .section-soft,
  .faq-inner {
    background-color: var(--paper) !important;
  }

  .method,
  .pilates,
  .reserve,
  .payment-card {
    background:
      linear-gradient(180deg, rgba(24, 21, 19, .9), rgba(48, 42, 37, .78)),
      var(--concrete) !important;
  }

  .hero-facts div {
    background: rgba(255, 253, 249, .92) !important;
    border-color: rgba(181, 139, 72, .45) !important;
  }
}

/* Requested base color and readability fix */
html,
body {
  background: #ffffff !important;
}

.method {
  color: #fffdf9 !important;
}

.method h2,
.method h3,
.method p,
.method li,
.method span,
.method .text-block p,
.method .closing-copy p,
.method-grid article h3,
.method-grid article p {
  color: #fffdf9 !important;
}

.method .section-title h2,
.method > .section-title h2 {
  color: #fffdf9 !important;
}

.method .eyebrow,
.method-grid article span {
  color: var(--champagne) !important;
}

.method-grid article {
  background: rgba(24, 21, 19, .34) !important;
}

/* Concrete section trial: remove rough background photos and use a clean concrete tone */
.for-you {
  background:
    linear-gradient(rgba(227, 225, 221, .94), rgba(227, 225, 221, .94)) !important;
}

.trainer {
  background: #ffffff !important;
  background-size: auto !important;
}

/* Payment texture: slightly dark concrete from the supplied reference */
.payment-card {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(rgba(54, 52, 48, .18), rgba(54, 52, 48, .22)),
    url("../images/payment-concrete.png") center / cover !important;
  border: 1px solid rgba(190, 151, 82, .42) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .18);
}

.payment-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .08), transparent 22%, transparent 78%, rgba(35, 32, 28, .10)),
    linear-gradient(180deg, rgba(255, 255, 255, .06), transparent 34%, rgba(35, 32, 28, .08));
  opacity: .7;
}

.payment-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .045) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
  background-size: 120px 100%, 100% 82px;
  opacity: .24;
}

.payment-card > * {
  position: relative;
  z-index: 1;
}

.payment-card h3 {
  color: var(--champagne) !important;
}

.payment-card .plain-list li {
  background: rgba(45, 42, 38, .18) !important;
  border-color: rgba(200, 166, 103, .48) !important;
  color: rgba(255, 253, 249, .94) !important;
  backdrop-filter: none;
}

.trainer .career-box,
.trainer .message-box {
  background: rgba(255, 255, 255, .72) !important;
}

.for-you-copy h2,
.for-you-copy p,
.for-you .text-block p {
  color: var(--ink) !important;
}

.check-list li {
  background: rgba(255, 255, 255, .9) !important;
}

/* Lighter METHOD idea: concrete band instead of a heavy dark block */
.method {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .38), rgba(255, 255, 255, .12)),
    var(--concrete) !important;
  color: var(--ink) !important;
}

.method h2,
.method h3,
.method p,
.method li,
.method span,
.method .text-block p,
.method .closing-copy p,
.method-grid article h3,
.method-grid article p,
.method .section-title h2,
.method > .section-title h2 {
  color: var(--ink) !important;
}

.method .eyebrow,
.method-grid article span {
  color: var(--gold) !important;
}

.method .text-block p,
.method .closing-copy p {
  color: rgba(33, 27, 23, .78) !important;
}

.method .text-block p:first-child {
  color: var(--ink) !important;
}

.method-grid article {
  border-color: rgba(181, 139, 72, .38) !important;
  background: rgba(255, 255, 255, .72) !important;
  box-shadow: 0 18px 38px rgba(48, 42, 37, .06) !important;
}

.method .closing-copy {
  border-top-color: rgba(181, 139, 72, .28) !important;
}

/* Concept photo: square, no inner white frame */
.concept-photo,
.concept-photo-mobile {
  aspect-ratio: 1 / 1 !important;
}

.concept-photo::after,
.concept-photo-mobile::after,
.concept-photo img::after,
.concept-photo-mobile img::after {
  display: none !important;
}

/* PILATES section: same light concrete rhythm as METHOD, with foreground photo */
.pilates {
  display: grid !important;
  grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr);
  gap: 56px;
  align-items: center;
  min-height: auto !important;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .38), rgba(255, 255, 255, .12)),
    var(--concrete) !important;
  color: var(--ink) !important;
}

.pilates .image-panel {
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: var(--ink) !important;
  text-align: left !important;
}

.pilates .image-panel h2,
.pilates .image-panel p {
  color: var(--ink) !important;
}

.pilates .image-panel .eyebrow {
  color: var(--gold) !important;
}

.pilates .image-panel p {
  color: rgba(33, 27, 23, .78) !important;
}

.pilates .image-panel p:nth-of-type(2) {
  color: var(--ink) !important;
  font-size: clamp(22px, 2.1vw, 32px);
  line-height: 1.8;
}

.pilates-photo {
  display: block;
  position: relative;
  aspect-ratio: 1.48 / 1;
  margin: 0;
  overflow: hidden;
  background: var(--concrete);
  box-shadow: 24px 24px 0 rgba(255, 255, 255, .42);
}

.pilates-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(.96) contrast(1.04);
}

@media (max-width: 767px) {
  .pilates {
    display: flex !important;
    flex-direction: column;
    gap: 28px;
  }

  .pilates-photo {
    width: 100%;
    aspect-ratio: 4 / 3;
    box-shadow: 14px 14px 0 rgba(255, 255, 255, .45);
  }
}

/* Unified section heading sizes */
main > section:not(.hero) .eyebrow,
.section-title .eyebrow,
.intro-copy .eyebrow,
.top-about-copy .eyebrow,
.top-about-heading .eyebrow,
.method .eyebrow,
.pilates .eyebrow,
.for-you-copy .eyebrow,
.trainer-copy .eyebrow,
.change .eyebrow,
.studio-band-copy .eyebrow,
.price .eyebrow,
.faq .eyebrow,
.reserve-panel .eyebrow,
.shop-info .section-title .eyebrow {
  font-size: clamp(15px, 1.08vw, 18px) !important;
  line-height: 1.45 !important;
  letter-spacing: .18em !important;
  font-weight: 600 !important;
}

main > section:not(.hero) h2,
.section-title h2,
.intro-copy h2,
.top-about-copy h2,
.top-about-heading h2,
.concept-text h2,
.method .section-title h2,
.method > .section-title h2,
.pilates .image-panel h2,
.for-you-copy > h2:not(.concern-heading),
.trainer-copy h2,
.change .section-title h2,
.studio-band-copy h2,
.price .section-title h2,
.faq .section-title h2,
.reserve-panel h2,
.shop-info .section-title h2 {
  font-size: clamp(30px, 3.4vw, 38px) !important;
  line-height: 1.45 !important;
  letter-spacing: .04em !important;
  font-weight: 500 !important;
}

@media (max-width: 767px) {
  main > section:not(.hero) .eyebrow,
  .section-title .eyebrow,
  .intro-copy .eyebrow,
  .top-about-copy .eyebrow,
  .top-about-heading .eyebrow,
  .method .eyebrow,
  .pilates .eyebrow,
  .for-you-copy .eyebrow,
  .trainer-copy .eyebrow,
  .change .eyebrow,
  .studio-band-copy .eyebrow,
  .price .eyebrow,
  .faq .eyebrow,
  .reserve-panel .eyebrow,
  .shop-info .section-title .eyebrow {
    font-size: 14px !important;
    letter-spacing: .16em !important;
  }

  main > section:not(.hero) h2,
  .section-title h2,
  .intro-copy h2,
  .top-about-copy h2,
  .top-about-heading h2,
  .concept-text h2,
  .method .section-title h2,
  .method > .section-title h2,
  .pilates .image-panel h2,
  .for-you-copy > h2:not(.concern-heading),
  .trainer-copy h2,
  .change .section-title h2,
  .studio-band-copy h2,
  .price .section-title h2,
  .faq .section-title h2,
  .reserve-panel h2,
  .shop-info .section-title h2 {
    font-size: clamp(28px, 8vw, 34px) !important;
    line-height: 1.45 !important;
  }
}

/* Center section heading blocks */
.section-title,
.concept .concept-text > .eyebrow,
.concept .concept-text > h2,
.method > .section-title,
.reason > .section-title,
.pilates .image-panel > .eyebrow,
.pilates .image-panel > h2,
.for-you-copy,
.trainer-copy > .eyebrow,
.trainer-copy > h2,
.change > .section-title,
.price > .section-title,
.shop-info > .section-title,
.faq .section-title,
.reserve-panel > .eyebrow,
.reserve-panel > h2 {
  text-align: center !important;
}

.section-title > p,
.reason > .section-title > p,
.price > .section-title > p,
.shop-info > .section-title > p,
.trainer-copy > .eyebrow,
.trainer-copy > h2,
.concept .concept-text > .eyebrow,
.concept .concept-text > h2,
.pilates .image-panel > .eyebrow,
.pilates .image-panel > h2,
.reserve-panel > .eyebrow,
.reserve-panel > h2 {
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Keep CONCEPT and PILATES headings left-aligned */
.concept .concept-text > .eyebrow,
.concept .concept-text > h2,
.pilates .image-panel > .eyebrow,
.pilates .image-panel > h2 {
  text-align: left !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.section-title,
.method > .section-title,
.reason > .section-title,
.change > .section-title,
.price > .section-title,
.shop-info > .section-title,
.faq .section-title {
  width: min(920px, 100%) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}

.faq-inner,
.faq-list {
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Trainer heading belongs to the full section, not the right text column */
.trainer {
  display: grid !important;
  grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr) !important;
  grid-template-areas:
    "title title"
    "photo copy" !important;
  gap: clamp(28px, 4vw, 58px) !important;
  align-items: start !important;
}

.trainer > .section-title {
  grid-area: title !important;
  width: min(920px, 100%) !important;
  margin: 0 auto 6px !important;
  text-align: center !important;
}

.trainer > .section-title .eyebrow,
.trainer > .section-title h2 {
  text-align: center !important;
}

.trainer-photo {
  grid-area: photo !important;
}

.trainer-copy {
  grid-area: copy !important;
}

@media (max-width: 900px) {
  .trainer {
    grid-template-columns: 1fr !important;
    grid-template-areas:
      "title"
      "photo"
      "copy" !important;
  }
}

/* Section rhythm: stronger contrast between blocks */
main > section:not(.hero) {
  position: relative;
}

.campaign-banner,
.concept,
.method,
.reason,
.pilates,
.pilates-detail,
.for-you,
.trainer,
.change,
.studio-band,
.price,
.shop-info,
.faq,
.reserve {
  margin-top: clamp(26px, 3.6vw, 54px) !important;
  margin-bottom: clamp(26px, 3.6vw, 54px) !important;
}

.campaign-banner {
  padding-top: clamp(42px, 5vw, 72px) !important;
  padding-bottom: clamp(42px, 5vw, 72px) !important;
  background:
    linear-gradient(rgba(255, 255, 255, .88), rgba(255, 255, 255, .88)),
    var(--concrete) !important;
  border-top: 1px solid rgba(181, 139, 72, .18);
  border-bottom: 1px solid rgba(181, 139, 72, .18);
}

.concept {
  background:
    linear-gradient(90deg, rgba(181, 139, 72, .035) 1px, transparent 1px),
    #ffffff !important;
  background-size: 72px 100%, auto !important;
  border-top: 1px solid rgba(181, 139, 72, .18) !important;
  border-bottom: 0 !important;
}

.method {
  margin-top: clamp(46px, 6vw, 90px) !important;
  margin-bottom: clamp(46px, 6vw, 90px) !important;
  background:
    linear-gradient(90deg, rgba(26, 23, 21, .76), rgba(59, 55, 50, .58)),
    url("../images/payment-concrete.png") center / cover !important;
  border: 0 !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .16), inset 0 -1px 0 rgba(255, 255, 255, .16);
}

.method::before,
.studio-band::before,
.reserve::before {
  content: "";
  position: absolute;
  left: var(--gutter);
  right: var(--gutter);
  top: 18px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(220, 191, 142, .55), transparent);
}

.reason {
  background:
    linear-gradient(90deg, rgba(181, 139, 72, .025) 1px, transparent 1px),
    #ffffff !important;
  background-size: 72px 100%, auto !important;
  border-top: 1px solid rgba(181, 139, 72, .14);
}

.pilates {
  margin-top: clamp(48px, 6vw, 92px) !important;
  margin-bottom: clamp(48px, 6vw, 92px) !important;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .82), rgba(255, 255, 255, .58)),
    var(--concrete) !important;
  border: 1px solid rgba(181, 139, 72, .16);
}

.pilates-detail {
  max-width: 1040px !important;
  padding-top: clamp(46px, 5vw, 72px) !important;
  padding-bottom: clamp(46px, 5vw, 72px) !important;
  background: #ffffff !important;
  border-top: 1px solid rgba(181, 139, 72, .18);
  border-bottom: 1px solid rgba(181, 139, 72, .18);
}

.for-you {
  margin-top: clamp(54px, 7vw, 106px) !important;
  margin-bottom: clamp(54px, 7vw, 106px) !important;
  background:
    linear-gradient(rgba(228, 226, 221, .82), rgba(228, 226, 221, .82)),
    url("../images/payment-concrete.png") center / cover !important;
  border: 0 !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .38), inset 0 -1px 0 rgba(255, 255, 255, .38);
}

.trainer {
  margin-top: clamp(62px, 8vw, 118px) !important;
  margin-bottom: clamp(62px, 8vw, 118px) !important;
  background:
    linear-gradient(90deg, #ffffff 0 50%, rgba(242, 239, 234, .56) 50% 100%) !important;
  border-top: 1px solid rgba(181, 139, 72, .16);
  border-bottom: 1px solid rgba(181, 139, 72, .16);
}

.change {
  margin-top: clamp(48px, 6vw, 86px) !important;
  margin-bottom: clamp(48px, 6vw, 86px) !important;
  background:
    linear-gradient(90deg, rgba(181, 139, 72, .024) 1px, transparent 1px),
    #ffffff !important;
  background-size: 72px 100%, auto !important;
}

.studio-band {
  margin-top: clamp(42px, 6vw, 86px) !important;
  margin-bottom: clamp(42px, 6vw, 86px) !important;
  border: 0 !important;
  box-shadow: 0 24px 60px rgba(31, 27, 24, .14);
}

.price {
  background:
    linear-gradient(180deg, #ffffff 0%, #ffffff 58%, rgba(246, 243, 238, .9) 100%) !important;
  border-top: 1px solid rgba(181, 139, 72, .14);
}

.shop-info {
  margin-top: clamp(42px, 6vw, 82px) !important;
  margin-bottom: clamp(42px, 6vw, 82px) !important;
  background:
    linear-gradient(rgba(255, 255, 255, .92), rgba(255, 255, 255, .92)),
    var(--concrete) !important;
  box-shadow: 0 22px 54px rgba(58, 54, 49, .06);
}

.faq {
  margin-top: clamp(48px, 6vw, 90px) !important;
  margin-bottom: clamp(48px, 6vw, 90px) !important;
  background:
    linear-gradient(90deg, rgba(181, 139, 72, .024) 1px, transparent 1px),
    #ffffff !important;
  background-size: 72px 100%, auto !important;
  border-top: 1px solid rgba(181, 139, 72, .16);
}

.reserve {
  margin-top: clamp(54px, 7vw, 106px) !important;
  margin-bottom: 0 !important;
}

@media (max-width: 767px) {
  .campaign-banner,
  .concept,
  .method,
  .reason,
  .pilates,
  .pilates-detail,
  .for-you,
  .trainer,
  .change,
  .studio-band,
  .price,
  .shop-info,
  .faq,
  .reserve {
    margin-top: 28px !important;
    margin-bottom: 28px !important;
  }
}

/* METHOD readability on dark concrete band */
.method,
.method * {
  color: rgba(255, 253, 249, .92) !important;
}

.method .section-title h2,
.method > .section-title h2,
.method h2,
.method h3,
.method-grid article h3,
.method .text-block p:first-child {
  color: #ffffff !important;
}

.method .eyebrow,
.method-grid article span {
  color: var(--champagne) !important;
}

.method .text-block p,
.method .closing-copy p,
.method-grid article p {
  color: rgba(255, 253, 249, .84) !important;
}

.method-grid article {
  background: rgba(18, 16, 14, .34) !important;
  border-color: rgba(220, 191, 142, .46) !important;
}

/* Trainer: remove the half-gray background split */
.trainer {
  background: #ffffff !important;
}

/* Shop info: center the store name */
.shop-info-card h3 {
  text-align: center !important;
}

/* Payment block: keep concrete texture but improve readability */
.payment-card {
  background:
    linear-gradient(rgba(255, 255, 255, .68), rgba(255, 255, 255, .68)),
    url("../images/payment-concrete.png") center / cover !important;
  border-color: rgba(181, 139, 72, .52) !important;
}

.payment-card::before,
.payment-card::after {
  opacity: 0 !important;
}

.payment-card h3 {
  color: var(--champagne) !important;
  text-shadow: none !important;
}

.payment-card .plain-list li {
  color: #2f2924 !important;
  background: rgba(255, 255, 255, .38) !important;
  border-color: rgba(181, 139, 72, .42) !important;
  text-shadow: none !important;
}

/* Payment block: dark studio tone */
.payment-card {
  background:
    radial-gradient(circle at 82% 28%, rgba(255, 255, 255, .08), transparent 26%),
    linear-gradient(105deg, #1d1d1b 0%, #2a2926 48%, #34302b 100%) !important;
  border-color: rgba(181, 139, 72, .45) !important;
  box-shadow: 0 22px 54px rgba(31, 27, 24, .18) !important;
}

.payment-card h3 {
  color: var(--champagne) !important;
}

.payment-card .plain-list li {
  color: rgba(255, 255, 255, .9) !important;
  background: rgba(255, 255, 255, .035) !important;
  border-color: rgba(181, 139, 72, .38) !important;
}

/* METHOD: match the FOR YOU concrete tone and improve readability */
.method {
  background:
    linear-gradient(rgba(228, 226, 221, .82), rgba(228, 226, 221, .82)),
    url("../images/payment-concrete.png") center / cover !important;
  border: 0 !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .38), inset 0 -1px 0 rgba(255, 255, 255, .38) !important;
}

.method::before,
.method::after {
  opacity: 0 !important;
}

.method,
.method * {
  color: #2f2924 !important;
  text-shadow: none !important;
}

.method .eyebrow,
.method-grid article span,
.method-flow-text span::before {
  color: var(--champagne) !important;
}

.method .text-block p,
.method .closing-copy p,
.method-grid article p {
  color: rgba(47, 41, 36, .78) !important;
}

.method-grid article {
  background: rgba(255, 255, 255, .78) !important;
  border-color: rgba(181, 139, 72, .36) !important;
  box-shadow: 0 18px 42px rgba(47, 41, 36, .08) !important;
}

/* METHOD: force all white text to dark text on the light concrete background */
.method .section-title h2,
.method > .section-title h2,
.method h2,
.method h3,
.method-grid article h3,
.method .text-block p:first-child {
  color: #2f2924 !important;
}

.method-grid article h3 {
  opacity: 1 !important;
}

.method-grid article h3 {
  color: var(--champagne) !important;
}

/* METHOD card photos */
.method-card-photo {
  width: 100% !important;
  aspect-ratio: 16 / 10 !important;
  margin: 0 0 26px !important;
  overflow: hidden !important;
  background: rgba(242, 239, 234, .7) !important;
  border-bottom: 1px solid rgba(181, 139, 72, .28) !important;
}

.method-card-photo img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  filter: saturate(.92) contrast(.98) brightness(1.02) !important;
  transform: scale(1.01) !important;
}

.method-grid article {
  padding: 0 0 34px !important;
  overflow: hidden !important;
}

.method-grid article > span,
.method-grid article > h3,
.method-grid article > p {
  display: block !important;
  margin-left: clamp(24px, 2.6vw, 38px) !important;
  margin-right: clamp(24px, 2.6vw, 38px) !important;
}

.method-grid article > span {
  margin-bottom: 22px !important;
}

@media (max-width: 767px) {
  .method-card-photo {
    aspect-ratio: 4 / 3 !important;
    margin-bottom: 22px !important;
  }

  .method-grid article {
    padding-bottom: 28px !important;
  }
}

/* FOR YOU icons: consistent inline SVG set */
.check-list .concern-icon {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 52px !important;
  height: 52px !important;
  background: none !important;
  background-color: transparent !important;
  -webkit-mask: none !important;
  mask: none !important;
  opacity: 1 !important;
}

.check-list .concern-icon svg {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  overflow: visible !important;
  fill: none !important;
  stroke: #8f8b84 !important;
  stroke-width: 2.35 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

.check-list .concern-icon img {
  display: block !important;
  width: 58px !important;
  height: 58px !important;
  object-fit: contain !important;
  mix-blend-mode: multiply;
  filter: grayscale(1) contrast(1.08) opacity(.76);
}

@media (max-width: 767px) {
  .check-list .concern-icon {
    width: 42px !important;
    height: 42px !important;
  }

  .check-list .concern-icon svg {
    stroke-width: 2.2 !important;
  }

  .check-list .concern-icon img {
    width: 46px !important;
    height: 46px !important;
  }

  .check-list li:last-child {
    grid-column: 1 / -1 !important;
    width: calc((100% - 12px) / 2) !important;
    justify-self: center !important;
  }
}

/* Before / After: two-photo case layout */
.change-case-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: clamp(30px, 4vw, 56px) !important;
  align-items: start;
}

.change-case-grid .change-case {
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.change-case-photos {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(200, 166, 103, .28);
  background: #fff;
}

.change-case-photos figure {
  position: relative;
  min-width: 0;
  margin: 0;
  aspect-ratio: 1 / 1.05;
  background: #f7f5f1;
}

.change-case-photos figure + figure {
  border-left: 1px solid rgba(200, 166, 103, .22);
}

.change-case-photos img {
  display: block !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(.96) contrast(1.03);
}

.change-case-photos figcaption {
  position: absolute;
  left: 14px;
  top: 14px;
  padding: 6px 12px;
  background: rgba(255, 255, 255, .78);
  color: var(--gold);
  font-family: "Cormorant Garamond", serif;
  font-size: 13px;
  letter-spacing: .18em;
}

.change-case-labels {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 54px;
  color: #fff;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(18px, 1.35vw, 23px);
  letter-spacing: .18em;
  line-height: 1;
  text-align: center;
}

.change-case-labels span {
  display: flex;
  align-items: center;
  justify-content: center;
}

.change-case-labels span:first-child {
  background: #aba291;
}

.change-case-labels span:last-child {
  background: #d58690;
}

.change-case-copy {
  padding-top: 28px;
}

.change-case-copy h3 {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  align-items: center;
  margin: 0 0 22px !important;
  color: #d58690 !important;
  font-size: clamp(15px, 1.1vw, 18px) !important;
  font-weight: 600;
  line-height: 1.7 !important;
  text-align: left !important;
}

.change-case-copy h3::after {
  content: "";
  height: 1px;
  background: rgba(213, 134, 144, .72);
}

.change-case-copy p {
  margin: 0;
  color: rgba(42, 36, 31, .66);
  font-size: clamp(14px, 1vw, 17px);
  line-height: 2;
  letter-spacing: .04em;
}

@media (max-width: 900px) {
  .change-case-grid {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 767px) {
  .change-case-grid {
    gap: 34px !important;
  }

  .change-case-photos figure {
    aspect-ratio: 1 / 1.18;
  }

  .change-case-labels {
    min-height: 46px;
    font-size: 17px;
  }

  .change-case-copy {
    padding-top: 22px;
  }
}


/* WordPress blog templates */
.blog-index,
.single-post-main,
.page-main {
  max-width: var(--site-width);
  margin: 0 auto;
  padding: clamp(96px, 10vw, 150px) var(--gutter);
  background: #fff;
}

.blog-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  margin-top: 56px;
}

.blog-card {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.92);
  padding: 28px;
}

.blog-card h2 {
  font-size: clamp(22px, 2.2vw, 30px);
  line-height: 1.55;
  margin: 0 0 18px;
}

.blog-card time,
.single-post-main time {
  display: block;
  color: var(--gold);
  font-family: var(--font-en);
  letter-spacing: 0.12em;
  margin-bottom: 14px;
}

.blog-card a {
  text-decoration: none;
  color: inherit;
}

.post-content {
  max-width: 880px;
  margin: 56px auto 0;
  line-height: 2.1;
}

.post-content img {
  max-width: 100%;
  height: auto;
}

.post-nav,
.pagination {
  margin-top: 48px;
  text-align: center;
}

@media (max-width: 767px) {
  .blog-list {
    grid-template-columns: 1fr;
  }
}

.mobile-sticky-cta {
  display: none;
}

@media (max-width: 767px) {
  body {
    padding-bottom: 84px;
  }

  .mobile-sticky-cta {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    display: flex;
    justify-content: center;
    padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
    background: rgba(255, 255, 255, .88);
    border-top: 1px solid rgba(167, 114, 43, .24);
    box-shadow: 0 -12px 34px rgba(34, 26, 20, .14);
    backdrop-filter: blur(14px);
  }

  .mobile-sticky-cta a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: min(100%, 420px);
    min-height: 52px;
    padding: 0 22px;
    background: linear-gradient(90deg, var(--dark), var(--rose));
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .08em;
    box-shadow: 0 12px 28px rgba(185, 141, 139, .28);
  }

  .mobile-sticky-cta a::after {
    content: "→";
    margin-left: 14px;
    font-size: 18px;
    line-height: 1;
  }
}

/* Header Instagram link */
.global-nav .nav-social--instagram {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 32px;
  width: 32px;
  min-width: 32px;
  height: 32px;
  min-height: 32px;
  margin-left: 2px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, .62);
  border-radius: 50%;
  background: rgba(255, 255, 255, .08);
  color: #fff;
  line-height: 1;
  text-shadow: none;
  transition: color .25s ease, background-color .25s ease, border-color .25s ease, transform .25s ease;
}

.global-nav .nav-social--instagram::before,
.global-nav .nav-social--instagram::after {
  display: none;
}

.global-nav .nav-social--instagram svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.global-nav .nav-social--instagram .instagram-dot {
  fill: currentColor;
  stroke: none;
}

.global-nav .nav-social--instagram:hover {
  border-color: var(--rose);
  background: var(--rose);
  color: #fff;
  transform: translateY(-2px);
}

@media (max-width: 767px) {
  .global-nav .nav-social--instagram {
    flex: 0 0 44px;
    width: 44px !important;
    min-width: 44px;
    height: 44px;
    min-height: 44px !important;
    margin: 8px auto 0;
    padding: 0 !important;
    border-color: rgba(167, 114, 43, .52);
    border-radius: 50%;
    background: rgba(255, 255, 255, .76);
    color: var(--gold);
  }

  .global-nav .nav-social--instagram svg {
    width: 21px;
    height: 21px;
  }
}

/* Tablet / narrow desktop: keep the mobile header and MV in one layout system. */
@media (min-width: 768px) and (max-width: 980px) {
  body {
    padding-top: 76px;
  }

  .site-header {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto auto;
    align-items: center;
    gap: 12px;
    min-height: 76px;
    padding: 10px 22px !important;
  }

  .brand {
    width: min(300px, 40vw) !important;
    max-width: 300px;
    min-width: 0;
  }

  .brand img {
    display: block;
    width: 100% !important;
    max-width: 100%;
    height: auto;
  }

  .header-cta {
    min-width: 138px !important;
    min-height: 46px !important;
    padding: 0 16px !important;
    font-size: 12px !important;
  }

  .menu-toggle {
    position: relative;
    display: block !important;
    width: 46px !important;
    height: 46px !important;
    margin-left: 0 !important;
  }

  .menu-toggle span {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 20px;
    transform: translate(-50%, -50%);
  }

  .menu-toggle span:nth-child(1) {
    transform: translate(-50%, calc(-50% - 7px));
  }

  .menu-toggle span:nth-child(3) {
    transform: translate(-50%, calc(-50% + 7px));
  }

  body.menu-open .menu-toggle span:nth-child(1) {
    transform: translate(-50%, -50%) rotate(45deg);
  }

  body.menu-open .menu-toggle span:nth-child(2) {
    opacity: 0;
  }

  body.menu-open .menu-toggle span:nth-child(3) {
    transform: translate(-50%, -50%) rotate(-45deg);
  }

  .hero {
    position: relative;
    display: block !important;
    min-height: 860px !important;
    margin-top: 0 !important;
    overflow: hidden !important;
    background: #fffdf9;
  }

  .hero-image {
    position: absolute !important;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    object-position: 68% center;
  }

  .hero-overlay {
    position: absolute !important;
    inset: 0;
    z-index: 1;
    width: 100%;
    height: 100% !important;
    background:
      linear-gradient(90deg, rgba(255, 253, 249, .98) 0%, rgba(255, 253, 249, .9) 39%, rgba(255, 253, 249, .34) 66%, rgba(255, 253, 249, .03) 100%),
      linear-gradient(180deg, rgba(255, 253, 249, .02) 68%, rgba(255, 253, 249, .5) 100%) !important;
  }

  .hero-content {
    position: relative !important;
    z-index: 2 !important;
    width: 58%;
    max-width: 520px !important;
    min-height: 620px;
    padding: 76px 0 210px 42px !important;
    color: var(--ink) !important;
  }

  .hero .eyebrow {
    color: var(--gold) !important;
    font-size: 14px;
  }

  .hero h1 {
    max-width: 500px;
    margin: 26px 0 24px;
    color: var(--gold) !important;
    font-size: clamp(42px, 6vw, 56px);
    line-height: 1.45;
  }

  .hero-title-top span {
    display: block;
  }

  .hero-lead {
    max-width: 430px;
    color: var(--ink) !important;
    font-size: 15px;
    line-height: 2;
  }

  .hero .button-primary {
    width: min(330px, 90%);
    min-width: 0;
    min-height: 54px;
    margin-top: 30px;
    margin-bottom: 0;
    font-size: 14px;
  }

  .hero-facts {
    position: absolute !important;
    left: 22px !important;
    right: 22px !important;
    bottom: 24px !important;
    z-index: 3 !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 12px;
    width: auto !important;
    margin: 0 !important;
  }

  .hero-facts div,
  .hero-facts div:first-child {
    min-height: 174px !important;
    padding: 20px 14px 18px !important;
  }

  .hero-facts svg {
    width: 32px;
    height: 32px;
    margin-bottom: 11px;
  }

  .hero-facts strong {
    font-size: 17px !important;
    line-height: 1.45;
  }

  .hero-facts span {
    margin-top: 7px !important;
    font-size: 12px !important;
    line-height: 1.7 !important;
  }
}
