@media (max-width: 1100px) {
  .nav {
    gap: 14px;
  }

  .nav-links {
    gap: 12px;
  }

  .nav-links a {
    font-size: 0.8rem;
  }

  .header-cta {
    padding: 0 18px;
  }

  .section-heading,
  .access-grid,
  .price-card,
  .belief-shell {
    grid-template-columns: 1fr;
  }

  .price-shell {
    grid-template-columns: 1fr;
  }

  .price-sidecard {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .reviews-shell {
    grid-template-columns: 1fr;
  }

  .menu-hero-inner,
  .menu-signature-grid,
  .menu-reservation-panel,
  .deepmomi-hero-inner,
  .deepmomi-method-grid,
  .deepmomi-result-panel,
  .deepmomi-book-panel,
  .posture-hero-inner,
  .posture-method-grid,
  .posture-result-panel,
  .posture-book-panel,
  .staff-hero-inner,
  .staff-message-panel {
    grid-template-columns: 1fr;
  }

  .menu-editorial {
    min-height: 520px;
  }

  .menu-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .posture-sign-grid,
  .posture-course-grid,
  .posture-flow-grid,
  .deepmomi-sign-grid,
  .deepmomi-course-grid,
  .deepmomi-flow-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .menu-process-card {
    min-height: auto;
  }

  .menu-process-card h3 {
    margin-top: 58px;
  }

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

  .therapy-feature {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
    gap: 18px;
  }

  .therapy-feature-copy {
    max-width: none;
  }

  .banner-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .review-grid,
  .showcase-grid,
  .future-grid,
  .staff-profile-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .staff-value-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .price-card {
    display: grid;
    text-align: left;
  }
}

@media (max-width: 860px) {
  .topbar-inner {
    justify-content: flex-start;
    padding: 8px 0;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .nav {
    position: absolute;
    top: calc(100% + 12px);
    left: 16px;
    right: 16px;
    padding: 18px;
    border-radius: 24px;
    background: rgba(10, 10, 10, 0.95);
    border: 1px solid var(--line);
    box-shadow: var(--shadow-xl);
    flex-direction: column;
    align-items: stretch;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition:
      opacity 0.25s ease,
      transform 0.25s ease;
  }

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

  .nav-links,
  .footer-inner,
  .cta-panel {
    flex-direction: column;
    align-items: stretch;
  }

  .nav-links a {
    padding: 14px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .header-cta {
    width: 100%;
  }

  .hero,
  .hero-content {
    min-height: calc(100svh - var(--header-height));
  }

  .hero-content {
    padding-top: 88px;
    align-items: end;
  }

  .hero h1 {
    font-size: clamp(2.35rem, 8.4vw, 3.55rem);
    line-height: 1.02;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .therapy-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .cta-side {
    min-width: 0;
  }

  .menu-hero-inner {
    align-items: end;
    padding-top: 84px;
  }

  .menu-hero-card {
    max-width: 420px;
  }

  .staff-hero-note {
    max-width: 420px;
  }

  .statement-visual {
    padding-bottom: 72px;
  }
}

@media (max-width: 640px) {
  .container {
    width: min(calc(100% - 24px), var(--max-width));
  }

  .features-therapy .container {
    width: min(calc(100% - 24px), var(--max-width));
  }

  .section.showcase-section {
    padding: 0;
  }

  .showcase-section .container {
    width: 100%;
  }

  .section {
    padding: 84px 0;
  }

  .statement-visual {
    padding: 32px 0 56px;
    background: #ffffff;
  }

  .statement-visual::before,
  .statement-visual::after {
    display: none;
  }

  .statement-frame {
    margin: 0 -12px;
    padding: 8px;
    box-shadow: 0 20px 44px rgba(0, 0, 0, 0.3);
  }

  .statement-frame::before,
  .statement-frame::after {
    inset: 8px;
  }

  .statement-frame img {
    min-height: 240px;
  }

  .menu-hero,
  .menu-hero-inner,
  .deepmomi-hero,
  .deepmomi-hero-inner,
  .posture-hero,
  .posture-hero-inner,
  .staff-hero,
  .staff-hero-inner {
    min-height: calc(100svh - var(--header-height));
  }

  .menu-hero-inner,
  .deepmomi-hero-inner,
  .posture-hero-inner,
  .staff-hero-inner {
    gap: 28px;
    padding: 70px 0 42px;
  }

  .staff-value-grid,
  .staff-profile-grid {
    grid-template-columns: 1fr;
  }

  .staff-hero {
    background: #050505;
  }

  .staff-hero-media img {
    object-fit: cover;
    object-position: center center;
  }

  .staff-hero-overlay {
    background:
      linear-gradient(180deg, rgba(5, 5, 5, 0.14) 0%, rgba(5, 5, 5, 0.22) 42%, rgba(5, 5, 5, 0.78) 74%, rgba(5, 5, 5, 0.96) 100%);
  }

  .staff-hero-inner {
    justify-content: flex-end;
  }

  .staff-hero-copy,
  .staff-hero-note {
    max-width: 100%;
  }

  .staff-message-panel {
    padding: 32px 24px;
  }

  .menu-hero-copy h1,
  .deepmomi-hero-copy h1,
  .posture-hero-copy h1 {
    font-size: clamp(2.15rem, 8.8vw, 3.15rem);
  }

  .menu-hero-copy p:not(.eyebrow),
  .deepmomi-hero-copy p:not(.eyebrow),
  .posture-hero-copy p:not(.eyebrow) {
    font-size: 0.96rem;
    line-height: 1.75;
  }

  .deepmomi-hero-copy .eyebrow,
  .deepmomi-hero-copy .hero-actions,
  .deepmomi-hero-panel,
  .posture-hero-copy .eyebrow,
  .posture-hero-copy .hero-actions,
  .posture-hero-panel {
    display: none;
  }

  .menu-hero-card,
  .menu-luxury-card,
  .menu-reservation-panel,
  .deepmomi-hero-panel,
  .deepmomi-method-copy,
  .deepmomi-result-panel,
  .deepmomi-book-panel,
  .posture-hero-panel,
  .posture-method-copy,
  .posture-result-panel,
  .posture-book-panel {
    padding: 26px 22px;
  }

  .deepmomi-method-visual,
  .posture-method-visual {
    min-height: 430px;
  }

  .deepmomi-sign-grid,
  .deepmomi-course-grid,
  .deepmomi-flow-grid,
  .posture-sign-grid,
  .posture-course-grid,
  .posture-flow-grid {
    grid-template-columns: 1fr;
  }

  .deepmomi-sign-card,
  .deepmomi-course-card,
  .deepmomi-flow-card,
  .posture-sign-card,
  .posture-course-card,
  .posture-flow-card {
    min-height: auto;
    padding: 24px 22px;
  }

  .deepmomi-sign-card h3,
  .deepmomi-course-card h3,
  .posture-sign-card h3,
  .posture-course-card h3 {
    margin-top: 58px;
  }

  .deepmomi-flow-card h3,
  .posture-flow-card h3 {
    margin-top: 72px;
  }

  .deepmomi-step-list div,
  .posture-step-list div {
    align-items: flex-start;
    flex-direction: column;
  }

  .deepmomi-step-list strong,
  .posture-step-list strong {
    text-align: left;
  }

  .deepmomi-result-grid,
  .posture-result-grid {
    grid-template-columns: 1fr;
  }

  .deepmomi-result-card,
  .deepmomi-result-card img,
  .posture-result-card,
  .posture-result-card img {
    min-height: 320px;
  }

  .menu-editorial {
    min-height: 540px;
    padding: 24px 20px;
  }

  .menu-editorial::before {
    right: 18px;
    top: 24px;
  }

  .menu-editorial::after {
    left: 20px;
    right: 20px;
    bottom: 184px;
  }

  .menu-editorial p:not(.eyebrow) {
    padding: 18px;
    font-size: 0.92rem;
  }

  .menu-luxury-card-head,
  .menu-price,
  .menu-card-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .menu-benefit-list {
    grid-template-columns: 1fr;
  }

  .menu-process-card {
    padding: 24px 22px;
  }

  .menu-process-grid {
    grid-template-columns: 1fr;
  }

  .menu-duration-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .review-grid,
  .access-grid,
  .future-grid {
    grid-template-columns: 1fr;
  }

  .access-contact-row {
    grid-template-columns: 1fr;
  }

  .price-sidecard {
    grid-template-columns: 1fr;
  }

  .reviews-metrics {
    grid-template-columns: 1fr;
  }

  .review-featured {
    padding: 28px 22px;
  }

  .review-featured-meta {
    flex-direction: column;
    align-items: flex-start;
  }

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

  .therapy-feature {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
    min-height: auto;
  }

  .therapy-feature img {
    height: auto;
    min-height: 0;
    aspect-ratio: 1 / 1;
  }

  .therapy-grid {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: minmax(82vw, 82vw);
    gap: 16px;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 8px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .therapy-feature {
    scroll-snap-align: start;
  }

  .therapy-grid .reveal,
  .banner-grid .reveal {
    opacity: 1;
    transform: none;
  }

  .showcase-card {
    min-height: 540px;
  }

  .showcase-copy {
    padding: 20px 18px 0;
  }

  .showcase-meta {
    left: 18px;
    right: 18px;
    bottom: 18px;
  }

  .banner-grid {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: minmax(78vw, 78vw);
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 8px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .banner-slider-indicator {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 18px;
    padding: 12px 14px;
    background: rgba(255, 255, 255, 0.48);
    border: 1px solid rgba(17, 17, 17, 0.04);
    border-radius: 999px;
    width: fit-content;
    backdrop-filter: blur(12px);
    box-shadow:
      0 18px 34px rgba(0, 0, 0, 0.08),
      inset 0 1px 0 rgba(255, 255, 255, 0.7);
    transition:
      transform 0.32s cubic-bezier(0.22, 1, 0.36, 1),
      box-shadow 0.32s cubic-bezier(0.22, 1, 0.36, 1),
      background 0.32s ease;
    transform-origin: center;
  }

  .banner-slider-dot {
    position: relative;
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: rgba(17, 17, 17, 0.18);
    transition:
      width 0.34s cubic-bezier(0.22, 1, 0.36, 1),
      transform 0.34s cubic-bezier(0.22, 1, 0.36, 1),
      background 0.28s ease,
      box-shadow 0.34s ease,
      opacity 0.28s ease,
      filter 0.34s ease;
  }

  .banner-slider-dot::after {
    content: "";
    position: absolute;
    inset: -6px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(17, 17, 17, 0.18) 0%, rgba(17, 17, 17, 0) 70%);
    opacity: 0;
    transform: scale(0.7);
    transition:
      opacity 0.34s ease,
      transform 0.34s cubic-bezier(0.22, 1, 0.36, 1);
  }

  .banner-slider-dot::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.15));
    opacity: 0;
    transition: opacity 0.34s ease;
  }

  .banner-slider-dot.is-current {
    width: 28px;
    background: #111111;
    box-shadow:
      0 0 0 1px rgba(17, 17, 17, 0.04),
      0 0 24px rgba(17, 17, 17, 0.22),
      0 10px 18px rgba(17, 17, 17, 0.18);
    transform: translateY(-1px) scale(1.08);
    filter: saturate(1.1);
  }

  .banner-slider-dot.is-current::after {
    opacity: 1;
    transform: scale(1.15);
  }

  .banner-slider-dot.is-current::before {
    opacity: 0.3;
  }

  .banner-slider-dot.is-near {
    opacity: 0.6;
    background: rgba(17, 17, 17, 0.32);
    transform: scale(0.92);
  }

  .banner-slider-indicator.is-active {
    transform: translateY(-2px) scale(1.03);
    box-shadow:
      0 22px 40px rgba(0, 0, 0, 0.13),
      inset 0 1px 0 rgba(255, 255, 255, 0.74);
  }

  .banner-slider-indicator.is-active .banner-slider-dot.is-current {
    box-shadow:
      0 0 0 1px rgba(17, 17, 17, 0.04),
      0 0 30px rgba(17, 17, 17, 0.28),
      0 14px 24px rgba(17, 17, 17, 0.22);
  }

  .banner-slider-indicator.is-burst .banner-slider-dot.is-current {
    animation: dotPulse 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  }

  @keyframes dotPulse {
    0% {
      transform: translateY(-1px) scale(1.02);
    }

    40% {
      transform: translateY(-2px) scale(1.16);
    }

    100% {
      transform: translateY(-1px) scale(1.08);
    }
  }

  .banner-grid::-webkit-scrollbar {
    height: 8px;
  }

  .banner-grid::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.22);
  }

  .banner-card {
    scroll-snap-align: start;
    aspect-ratio: 1 / 1;
    min-height: 0;
  }

  .feature-actions,
  .price-actions,
  .cta-actions,
  .menu-card-actions {
    flex-direction: column;
  }

  .button,
  .button-outline,
  .button-dark,
  .button-light,
  .button-ghost {
    width: 100%;
  }

  .cta-panel {
    padding: 30px 24px;
  }

  .belief-shell {
    padding: 28px 22px;
  }

  .image-panel {
    min-height: 360px;
  }

  .image-panel-copy {
    inset: auto 16px 16px 16px;
    padding: 18px;
  }

  .brand-copy span {
    letter-spacing: 0.12em;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
