:root {
  --ink: #000;
  --white: #fff;
  --footer: #353535;
  --muted: #7e7e7e;
  --page-width: 420px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #efefef;
  color: var(--ink);
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  letter-spacing: 0;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -2;
  content: "";
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.48)),
    url("assets/marble.png") center / cover no-repeat;
}

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

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

.desktop-backdrop {
  display: none;
}

.site-shell {
  position: relative;
  width: min(100%, var(--page-width));
  min-height: 3087px;
  margin: 0 auto;
  padding-top: 88px;
  overflow: hidden;
  background: var(--white);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.08);
}

.site-header {
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 40;
  width: min(100%, var(--page-width));
  height: 88px;
  background: transparent;
  backdrop-filter: none;
  transform: translateX(-50%);
}

.header-panel {
  position: absolute;
  top: 0;
  left: 0;
  width: 240px;
  height: 68px;
  border-radius: 0 30px 30px 0;
  background: rgba(255, 255, 255, 0.9);
}

.header-mark {
  position: absolute;
  top: 7px;
  left: 14px;
  width: 56px;
  height: 57px;
  object-fit: cover;
}

.header-copy {
  position: absolute;
  top: 11px;
  left: 71px;
  width: 160px;
}

.brand,
.tagline,
.roman,
.jp-name,
.notice p,
.instagram h2 {
  margin: 0;
}

.brand {
  font-family: "Jost", "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.4;
}

.tagline {
  margin-top: 2px;
  color: #262626;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.3;
  text-align: left;
}

.menu-button {
  position: absolute;
  top: 17px;
  right: 15px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 1px solid #000;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.7);
  cursor: pointer;
}

.menu-button span {
  display: block;
  width: 13px;
  height: 2px;
  border-radius: 2px;
  background: #000;
}

.drawer {
  position: fixed;
  top: 62px;
  right: max(14px, calc((100vw - var(--page-width)) / 2 + 14px));
  z-index: 45;
  display: grid;
  gap: 22px;
  width: min(318px, calc(100vw - 28px));
  padding: 28px 28px;
  border: 1px solid #111;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.96);
  font-family: "Jost", "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.12;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-8px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.drawer.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.desktop-only {
  display: none;
}

.notice {
  position: relative;
  width: 378px;
  height: 90px;
  margin: 32px auto 0;
  padding: 16px 10px 0;
  border: 1px solid #000;
  border-radius: 5px;
  background: #d9d9d9;
  text-align: center;
}

.notice::before {
  position: absolute;
  inset: 4px;
  z-index: 1;
  content: "";
  border: 1px solid #000;
  border-radius: 4px;
  background: #fff;
}

.notice-bg {
  position: absolute;
  inset: 6px;
  z-index: 0;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  border-radius: 3px;
  object-fit: cover;
  object-position: bottom;
}

.notice p {
  position: relative;
  z-index: 2;
  font-size: 15.6px;
  font-weight: 700;
  line-height: 1.7;
}

.corner {
  position: absolute;
  z-index: 2;
  width: 8px;
  height: 8px;
}

.corner-tl { top: 7px; left: 7px; }
.corner-tr { top: 7px; right: 7px; }
.corner-bl { bottom: 7px; left: 7px; }
.corner-br { right: 7px; bottom: 7px; }

.stylist {
  position: relative;
  height: 463px;
}

.stylist-miki {
  height: 585px;
  margin-top: 56px;
}

.stylist-ryuki {
  height: 585px;
  margin-top: -50px;
}

.watermark {
  position: absolute;
  left: 0;
  width: 159px;
  height: 163px;
  object-fit: cover;
  opacity: 0.08;
}

.stylist-miki .watermark {
  top: -29px;
}

.stylist-ryuki .watermark {
  top: 1px;
}

.roman {
  position: absolute;
  left: 14px;
  z-index: 2;
  font-family: "Jost", "Noto Sans JP", sans-serif;
  font-size: 50px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 7.5px;
}

.stylist-miki .roman {
  top: 0;
}

.stylist-ryuki .roman {
  top: 30px;
}

.jp-name {
  position: absolute;
  right: 27px;
  z-index: 2;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}

.stylist-miki .jp-name {
  top: 20px;
}

.stylist-ryuki .jp-name {
  top: 47px;
}

.vertical-copy {
  position: absolute;
  top: 89px;
  left: 31px;
  z-index: 3;
  display: flex;
  flex-direction: row-reverse;
  gap: 4px;
  align-items: flex-start;
}

.vertical-copy span {
  display: block;
  width: 23px;
  height: auto;
  padding: 4px 0 8px;
  background: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  text-align: start;
  writing-mode: vertical-rl;
}

.portrait {
  position: absolute;
  margin: 0;
  overflow: hidden;
}

.portrait-miki {
  top: 62px;
  left: 50%;
  width: 362px;
  height: 362px;
  border-radius: 2px 2px 2px 80px;
  transform: translateX(-50%);
}

.portrait-miki img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.9;
  transform: scale(1.1);
}

.portrait-ryuki {
  top: 94px;
  left: 50%;
  width: 362px;
  height: 362px;
  border-radius: 2px;
  transform: translateX(-50%);
}

.portrait-ryuki img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.9;
}

.slideshow {
  background: #f4f4f1;
}

.slideshow .slide {
  opacity: 0;
  transform: scale(1.04);
  transition: opacity 900ms ease, transform 4200ms ease;
}

.slideshow .slide.is-active {
  opacity: 0.92;
  transform: scale(1);
}

.slide-dots {
  position: absolute;
  right: 14px;
  bottom: 14px;
  z-index: 2;
  display: flex;
  gap: 6px;
}

.slide-dots span {
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.56);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.22);
  transition: width 240ms ease, background-color 240ms ease;
}

.slide-dots span.is-active {
  width: 18px;
  border-radius: 999px;
  background: #fff;
}

.badge {
  position: absolute;
  top: 340px;
  left: 22px;
  width: 86px;
  height: 84px;
}

.badge img {
  position: absolute;
  inset: 0;
  width: 84px;
  height: 84px;
}

.badge span {
  position: absolute;
  top: 20px;
  left: 0;
  width: 86px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}

.detail-link {
  position: absolute;
  right: 16px;
  z-index: 3;
  display: flex;
  gap: 10px;
  align-items: flex-end;
  justify-content: space-between;
  width: 184px;
  min-height: 61px;
  padding-right: 6px;
  padding-bottom: 8px;
  border-bottom: 2px solid #000;
  font-family: "Jost", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 1.6px;
  overflow: visible;
  transition: color 260ms ease, transform 260ms ease;
}

.detail-link::before {
  position: absolute;
  right: 0;
  bottom: -2px;
  left: auto;
  width: 0;
  height: 2px;
  content: "";
  background: #000;
  transition: width 320ms ease;
}

.detail-link span {
  display: block;
  flex: 1;
  white-space: nowrap;
  transition: transform 260ms ease;
}

.detail-link img {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  margin-bottom: 2px;
  border-radius: 50%;
  transition: filter 260ms ease, transform 260ms ease;
}

.detail-miki {
  top: 430px;
}

.detail-ryuki {
  top: 455px;
}

@media (hover: hover) {
  .detail-link:hover,
  .detail-link:focus-visible {
    transform: translateX(2px);
  }

  .detail-link:hover::before,
  .detail-link:focus-visible::before {
    width: 100%;
  }

  .detail-link:hover span,
  .detail-link:focus-visible span {
    transform: translateX(3px);
  }

  .detail-link:hover img,
  .detail-link:focus-visible img {
    filter: invert(1);
    transform: translateX(2px) scale(1.08);
  }
}

.instagram {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: 0 24px;
}

.instagram h2 {
  font-family: "Jost", "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 20px;
}

#instagram {
  margin-top: 80px;
}

.insta-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
  width: 100%;
}

.insta-grid img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.view-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 148px;
  min-height: 38px;
  padding: 8px 18px;
  border: 2px solid #000;
  border-radius: 60px;
  background: #fff;
  color: #000;
  font-family: "Jost", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
}

.ryuki-instagram {
  margin-top: 79px;
}

.footer {
  margin-top: 65px;
  padding: 64px 24px 34px;
  background: var(--footer);
  color: #fff;
}

.footer-inner {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.footer-logo {
  width: 224px;
  height: auto;
}

.shop-photo {
  width: 100%;
  aspect-ratio: 536 / 362;
  object-fit: cover;
}

.shop-info {
  display: grid;
  gap: 14px;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
}

.shop-info div {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 32px;
  align-items: center;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.65);
}

.shop-info dt,
.shop-info dd {
  margin: 0;
}

.shop-info dt {
  line-height: 1;
}

.shop-info dd {
  line-height: 1.5;
}

.map {
  width: 100%;
  height: auto;
  margin-top: 24px;
  border: 0;
  aspect-ratio: 500 / 441;
}

.floating-cta {
  position: fixed;
  right: 0;
  bottom: 20px;
  left: 0;
  z-index: 50;
  display: flex;
  gap: 24px;
  justify-content: center;
  width: min(100%, var(--page-width));
  margin: 0 auto;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transform: translateY(18px);
  transition: opacity 240ms ease, transform 240ms ease, visibility 240ms ease;
}

.floating-cta.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.cta-button {
  display: flex;
  align-items: center;
  width: 160px;
  height: 45px;
  padding: 6px 14px;
  border: 2px solid #000;
  border-radius: 60px;
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.08;
  pointer-events: auto;
}

.cta-button img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.cta-button:nth-child(2) img {
  width: 23px;
  height: 18px;
  margin: 0 5px 0 3px;
}

.cta-button span {
  flex: 1;
  text-align: center;
}

.modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(0, 0, 0, 0.42);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 220ms ease, visibility 220ms ease;
}

.modal-overlay.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.reservation-modal {
  position: relative;
  width: min(360px, calc(100vw - 32px));
  min-height: 308px;
  overflow: hidden;
  border: 2px solid #000;
  border-radius: 5px;
  background: #fff;
  color: #000;
  font-family: "Jost", "Noto Sans JP", sans-serif;
  transform: translateY(16px) scale(0.98);
  transition: transform 240ms ease;
}

.modal-overlay.is-open .reservation-modal {
  transform: translateY(0) scale(1);
}

.reservation-modal__header {
  display: grid;
  place-items: center;
  height: 82px;
  background: #d9d9d9;
}

.reservation-modal__header h2 {
  margin: 0;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 1.6px;
  text-align: center;
}

.reservation-modal__note {
  margin: 17px 0 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 1.2px;
  text-align: center;
}

.reservation-modal__note--line {
  margin-top: 9px;
}

.reservation-modal__choices {
  display: grid;
  grid-template-columns: repeat(2, 128px);
  gap: 34px;
  justify-content: center;
  margin-top: 20px;
}

.reservation-modal__choices--line {
  margin-top: 13px;
}

.reservation-card {
  position: relative;
  display: flex;
  align-items: center;
  width: 128px;
  height: 120px;
  padding: 23px 17px;
  border: 2px solid #000;
  background: #fff;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 1px;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: background-color 220ms ease, color 220ms ease, transform 220ms ease;
}

.reservation-card__arrow {
  position: absolute;
  right: 8px;
  bottom: 5px;
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
}

.reservation-card:hover,
.reservation-card:focus-visible {
  background: #000;
  color: #fff;
  transform: translateY(-3px);
}

.modal-close {
  position: absolute;
  bottom: 9px;
  left: 50%;
  width: 197px;
  height: 23px;
  padding: 0 16px;
  border: 0;
  border-radius: 999px;
  background: #f0f0f0;
  color: #000;
  font-family: "Jost", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 1.6px;
  cursor: pointer;
  transform: translateX(-50%);
  transition: background-color 180ms ease, transform 180ms ease;
}

.modal-close:hover,
.modal-close:focus-visible {
  background: #e2e2e2;
  transform: translateX(-50%) translateY(-1px);
}

body.modal-open {
  overflow: hidden;
}

.home-page .site-shell > .notice,
.home-page .site-shell > .stylist,
.home-page .site-shell > .instagram,
.home-page .site-shell > .footer {
  opacity: 0;
  transform: translateY(14px);
  animation: homeFadeIn 780ms ease forwards;
}

.home-page .desktop-backdrop,
.home-page .site-header {
  opacity: 0;
  animation: homeFadeInStatic 780ms ease 80ms forwards;
}

.home-page .site-shell > .notice {
  animation-delay: 160ms;
}

.home-page .site-shell > .stylist-miki {
  animation-delay: 280ms;
}

.home-page .site-shell > .stylist-ryuki {
  animation-delay: 400ms;
}

.home-page .site-shell > #instagram {
  animation-delay: 520ms;
}

.home-page .site-shell > .ryuki-instagram {
  animation-delay: 640ms;
}

.home-page .site-shell > .footer {
  animation-delay: 760ms;
}

@keyframes homeFadeIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes homeFadeInStatic {
  to {
    opacity: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-page .desktop-backdrop,
  .home-page .site-header {
    opacity: 1;
    animation: none;
  }

  .home-page .site-shell > .notice,
  .home-page .site-shell > .stylist,
  .home-page .site-shell > .instagram,
  .home-page .site-shell > .footer {
    opacity: 1;
    transform: none;
    animation: none;
  }
}

.profile-shell {
  min-height: auto;
  padding-bottom: 0;
}

.breadcrumb {
  display: flex;
  gap: 7px;
  align-items: center;
  padding: 0 24px 12px;
  color: #9a9a9a;
  font-family: "Jost", "Noto Sans JP", sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
}

.breadcrumb a {
  color: inherit;
}

.profile-hero {
  position: relative;
  height: 455px;
}

.profile-watermark {
  position: absolute;
  top: -2px;
  left: 0;
  width: 159px;
  height: 163px;
  object-fit: cover;
  opacity: 0.08;
}

.profile-roman {
  position: absolute;
  top: 27px;
  left: 14px;
  z-index: 3;
  margin: 0;
  font-family: "Jost", "Noto Sans JP", sans-serif;
  font-size: 50px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 7.5px;
}

.profile-jp {
  position: absolute;
  top: 51px;
  right: 28px;
  z-index: 3;
  margin: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
}

.profile-main-image {
  position: absolute;
  top: 96px;
  left: 50%;
  width: 362px;
  height: 346px;
  margin: 0;
  overflow: hidden;
  border-radius: 2px 2px 2px 80px;
  opacity: 0.9;
  transform: translateX(-50%);
}

.profile-main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 58%;
}

.profile-vertical-copy {
  position: absolute;
  top: 122px;
  left: 23px;
  z-index: 4;
  display: flex;
  flex-direction: row-reverse;
  gap: 4px;
  align-items: flex-start;
}

.profile-vertical-copy span {
  display: block;
  width: 23px;
  height: auto;
  padding: 4px 0 8px;
  background: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  text-align: start;
  writing-mode: vertical-rl;
}

.profile-intro {
  padding: 22px 24px 0;
  text-align: center;
}

.profile-intro p {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}

.profile-audience {
  position: relative;
  width: 345px;
  margin: 53px auto 0;
  padding: 12px 8px 17px;
  border-radius: 5px;
  background: #f0f0f0;
}

.profile-audience::before,
.profile-audience::after {
  position: absolute;
  top: 9px;
  width: 21px;
  height: 22px;
  content: "";
  background: url("assets/emblem.png") center / cover no-repeat;
  opacity: 0.18;
}

.profile-audience::before {
  left: 68px;
}

.profile-audience::after {
  right: 67px;
}

.profile-audience h2,
.profile-commitment h2,
.profile-gallery h2,
.profile-menu h2 {
  margin: 0;
  font-family: "Jost", "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.4;
  text-align: center;
}

.profile-audience h2 {
  position: relative;
  z-index: 1;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 14px;
}

.profile-audience ul {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}

.profile-audience li::before {
  content: "・";
}

.profile-commitment {
  position: relative;
  min-height: 528px;
  margin-top: 58px;
  padding: 0 15px;
}

.profile-commitment h2 {
  position: relative;
  display: inline-block;
  left: 50%;
  font-family: "Jost", "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 800;
  transform: translateX(-50%);
}

.profile-commitment h2::after {
  content: none;
}

.commitment-item {
  position: relative;
  min-height: 182px;
}

.commitment-item h3,
.commitment-item p {
  margin: 0;
}

.commitment-copy {
  position: absolute;
  z-index: 2;
  width: 158px;
}

.commitment-copy h3 {
  padding-bottom: 9px;
  border-bottom: 1px solid #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}

.commitment-copy p {
  margin-top: 18px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}

.commitment-item figure {
  position: absolute;
  margin: 0;
  overflow: hidden;
}

.commitment-item-right {
  margin-top: 32px;
}

.commitment-item-right .commitment-copy {
  top: 23px;
  left: 0;
  width: 160px;
}

.commitment-item-right figure {
  top: 0;
  right: -92px;
  width: 258px;
  height: 258px;
  border-radius: 50%;
}

.commitment-item-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 42% 58%;
}

.commitment-item-left {
  margin-top: 24px;
  min-height: 252px;
}

.commitment-item-left .commitment-copy {
  top: 72px;
  right: 0;
  width: 170px;
}

.commitment-stack {
  top: 0;
  left: -92px;
  width: 238px;
  height: 238px;
  border-radius: 50%;
}

.commitment-stack img:first-child {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.commitment-stack img:last-child {
  position: absolute;
  right: -20px;
  bottom: 10px;
  width: 118px;
  height: 118px;
  object-fit: cover;
  border-radius: 50%;
  transform: rotate(-6deg);
}

.profile-gallery {
  margin-top: 24px;
  padding: 64px 24px;
  background: #f0f0f0;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 24px;
}

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

.gallery-grid img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
}

.gallery-grid p {
  margin: 4px 0 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
}

.profile-menu {
  padding: 64px 0;
  background: #fff;
}

.profile-menu h2 {
  margin-bottom: 48px;
}

.menu-group {
  padding: 0 24px;
}

.menu-group + .menu-group {
  margin-top: 48px;
}

.menu-group h3 {
  margin: 0;
  padding: 8px;
  background: #f0f0f0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

.menu-group dl {
  margin: 14px 0 0;
}

.menu-group dl div {
  display: grid;
  grid-template-columns: 1fr 70px;
  gap: 18px;
  align-items: center;
  padding: 0 0 14px;
  border-bottom: 1px solid #000;
  font-size: 14px;
}

.menu-group dl div + div {
  padding-top: 14px;
}

.menu-group dt,
.menu-group dd {
  margin: 0;
  line-height: 1.5;
}

.menu-group dd {
  text-align: right;
  white-space: nowrap;
}

.menu-note {
  margin: 20px 0 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.7;
  text-align: center;
}

.profile-reserve {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  min-width: 148px;
  min-height: 38px;
  margin: 48px auto 0;
  padding: 8px 18px;
  border: 2px solid #000;
  border-radius: 60px;
  background: #000;
  color: #fff;
  font-family: "Jost", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
}

.menu-note + .profile-reserve {
  margin-top: 32px;
}

.reserve-note {
  margin: 10px 0 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}

.profile-instagram {
  padding-top: 0;
}

.profile-footer {
  margin-top: 64px;
}

.ryuki-profile-hero {
  height: 490px;
  margin-top: 0;
}

.ryuki-page .profile-gallery {
  margin-top: 52px;
}

.ryuki-page .ryuki-instagram {
  margin-top: 0;
  padding: 64px 24px 0;
}

.ryuki-page .profile-menu {
  margin-top: 64px;
}

.ryuki-page .profile-commitment {
  margin-top: 56px;
}

.ryuki-page .commitment-stack img:last-child {
  display: none;
}

@media (max-width: 374px) {
  .site-shell,
  .floating-cta {
    width: 100%;
  }

  .floating-cta {
    gap: 8px;
    padding: 0 8px;
  }

  .cta-button {
    width: calc((100vw - 24px) / 2);
    padding: 6px 8px;
    font-size: clamp(13px, 4.2vw, 16px);
  }
}

@media (min-width: 900px) {
  body {
    min-width: 900px;
    background: #ece9e3;
  }

  body::after {
    position: fixed;
    top: 0;
    bottom: 0;
    left: calc(50% + 170px);
    z-index: -1;
    width: var(--page-width);
    content: "";
    background: rgba(255, 255, 255, 0.38);
    box-shadow: 0 0 56px rgba(0, 0, 0, 0.14);
    transform: translateX(-50%);
  }

  .desktop-backdrop {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    display: block;
    width: calc(50% + 18px);
    min-width: 500px;
    padding: 72px 64px;
    overflow: hidden;
    color: #111;
    pointer-events: none;
  }

  .desktop-backdrop::before {
    position: absolute;
    inset: 0;
    z-index: -2;
    content: "";
    background:
      linear-gradient(90deg, rgba(255, 255, 255, 0.93), rgba(255, 255, 255, 0.72) 58%, rgba(255, 255, 255, 0)),
      url("assets/marble.png") center / cover no-repeat;
  }

  .desktop-backdrop::after {
    position: absolute;
    top: 58%;
    left: -120px;
    z-index: -1;
    width: 420px;
    height: 420px;
    content: "";
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.42);
  }

  .desktop-brand {
    max-width: 360px;
  }

  .desktop-brand > img {
    width: 96px;
    height: 98px;
    object-fit: cover;
  }

  .desktop-title {
    margin: 20px 0 0;
    font-family: "Jost", "Noto Sans JP", sans-serif;
    font-size: 44px;
    font-weight: 800;
    line-height: 1.1;
  }

  .desktop-lead {
    margin: 14px 0 0;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.8;
  }

  .desktop-notice {
    width: 378px;
    margin: 28px 0 0;
  }

  .site-shell {
    z-index: 1;
    margin-right: 0;
    margin-left: calc(50% + 170px - (var(--page-width) / 2));
    padding-top: 0;
    transform: none;
  }

  .site-header {
    left: calc(50% + 170px);
    display: none;
  }

  .site-shell > .notice {
    display: none;
  }

  .drawer {
    position: fixed;
    top: 92px;
    right: auto;
    left: calc(50% + 170px + (var(--page-width) / 2) + 24px);
    z-index: 45;
    gap: 18px;
    width: 188px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    font-size: 19px;
    line-height: 1.25;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .drawer::before {
    content: "MENU";
    color: #777;
    font-family: "Jost", "Noto Sans JP", sans-serif;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1.8px;
  }

  .drawer a {
    position: relative;
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding-left: 28px;
    transition: transform 180ms ease;
  }

  .drawer .desktop-only {
    display: inline-flex;
  }

  .drawer a::before {
    position: absolute;
    left: 0;
    width: 16px;
    height: 2px;
    content: "";
    background: #000;
    transform: scaleX(0.45);
    transform-origin: left center;
    transition: transform 180ms ease;
  }

  .drawer a:hover,
  .drawer a:focus-visible {
    transform: translateX(4px);
  }

  .drawer a:hover::before,
  .drawer a:focus-visible::before {
    transform: scaleX(1);
  }

  .drawer.is-open {
    transform: none;
  }

  .floating-cta {
    right: auto;
    bottom: 40px;
    left: calc(50% + 170px + (var(--page-width) / 2) + 24px);
    flex-direction: column;
    gap: 12px;
    align-items: stretch;
    width: auto;
    opacity: 1;
    visibility: visible;
    transform: none;
  }
}

@media (min-width: 1200px) {
  body::after {
    left: calc(50% + 190px);
  }

  .site-shell {
    margin-left: calc(50% + 190px - (var(--page-width) / 2));
  }

  .drawer {
    left: calc(50% + 190px + (var(--page-width) / 2) + 24px);
  }

  .floating-cta {
    left: calc(50% + 190px + (var(--page-width) / 2) + 24px);
  }
}
