:root {
  --beauty-ivory: #fbf8f4;
  --beauty-paper: #fffdfb;
  --beauty-beige: #e9ded3;
  --beauty-greige: #d6c8be;
  --beauty-rose: #b8757d;
  --beauty-rose-dark: #92545c;
  --beauty-brown: #352c29;
  --beauty-muted: #746862;
  --beauty-line: rgba(53, 44, 41, 0.16);
  --beauty-shadow: 0 24px 70px rgba(74, 52, 44, 0.11);
  --beauty-radius: 2px;
  --beauty-content: 1180px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

body {
  margin: 0;
  color: var(--beauty-brown);
  background: var(--beauty-ivory);
  font-family:
    "Hiragino Kaku Gothic ProN", "Yu Gothic", "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.85;
  letter-spacing: 0.035em;
}

body.is-nav-open {
  overflow: hidden;
}

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

a {
  color: inherit;
}

button,
a,
summary {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid var(--beauty-rose);
  outline-offset: 4px;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.beauty-skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  background: var(--beauty-brown);
  color: #fff;
  transform: translateY(-160%);
}

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

.beauty-sample-bar {
  padding: 7px 20px;
  color: #fff;
  background: var(--beauty-brown);
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
}

.beauty-header {
  position: sticky;
  z-index: 100;
  top: 0;
  border-bottom: 1px solid var(--beauty-line);
  background: rgba(251, 248, 244, 0.94);
  backdrop-filter: blur(16px);
}

.beauty-header__inner {
  display: flex;
  width: min(100% - 48px, var(--beauty-content));
  min-height: 76px;
  margin: auto;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.beauty-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.beauty-brand__mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid var(--beauty-rose);
  border-radius: 50%;
  color: var(--beauty-rose-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 14px;
}

.beauty-brand__text {
  display: grid;
  line-height: 1.25;
}

.beauty-brand__text strong {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 16px;
  font-weight: 500;
}

.beauty-brand__text small {
  margin-top: 4px;
  color: var(--beauty-muted);
  font-size: 8px;
  letter-spacing: 0.18em;
}

.beauty-nav {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2vw, 30px);
}

.beauty-nav a {
  position: relative;
  font-size: 12px;
  text-decoration: none;
}

.beauty-nav a:not(.beauty-nav__cta)::after {
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  height: 1px;
  background: var(--beauty-rose);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 220ms ease;
}

.beauty-nav a:hover::after,
.beauty-nav a[aria-current="true"]::after {
  transform: scaleX(1);
  transform-origin: left;
}

.beauty-nav__cta,
.beauty-button {
  display: inline-flex;
  min-height: 48px;
  padding: 11px 22px;
  align-items: center;
  justify-content: center;
  gap: 18px;
  border: 1px solid var(--beauty-rose-dark);
  text-decoration: none;
  transition:
    color 200ms ease,
    background 200ms ease,
    transform 200ms ease;
}

.beauty-nav__cta,
.beauty-button--primary {
  color: #fff;
  background: var(--beauty-rose-dark);
}

.beauty-nav__cta:hover,
.beauty-button--primary:hover {
  background: var(--beauty-brown);
  transform: translateY(-2px);
}

.beauty-nav-toggle {
  display: none;
}

.beauty-hero {
  display: grid;
  max-width: 1440px;
  min-height: min(780px, calc(100svh - 105px));
  margin: auto;
  grid-template-columns: minmax(380px, 45%) 1fr;
  background: var(--beauty-paper);
}

.beauty-hero__content {
  display: flex;
  padding: clamp(60px, 8vw, 120px) clamp(32px, 6vw, 92px);
  flex-direction: column;
  justify-content: center;
}

.beauty-eyebrow,
.beauty-section__number,
.beauty-menu-card__label {
  margin: 0 0 20px;
  color: var(--beauty-rose-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 11px;
  letter-spacing: 0.22em;
}

.beauty-hero h1,
.beauty-section h2,
.beauty-reservation h2 {
  margin: 0;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5;
}

.beauty-hero h1 {
  font-size: clamp(34px, 4vw, 60px);
}

.beauty-hero h1 span {
  color: var(--beauty-rose-dark);
}

.beauty-hero__lead {
  max-width: 36em;
  margin: 34px 0 0;
  color: var(--beauty-muted);
  font-size: 15px;
}

.beauty-hero__actions {
  margin-top: 38px;
}

.beauty-proof {
  display: flex;
  margin: 34px 0 0;
  padding: 0;
  flex-wrap: wrap;
  gap: 10px 22px;
  color: var(--beauty-muted);
  font-size: 11px;
  list-style: none;
}

.beauty-proof li::before {
  margin-right: 7px;
  color: var(--beauty-rose);
  content: "○";
}

.beauty-hero__media {
  position: relative;
  min-height: 600px;
  margin: 0;
  overflow: hidden;
}

.beauty-hero__media img {
  height: 100%;
  object-fit: cover;
}

.beauty-hero__media figcaption {
  position: absolute;
  right: 14px;
  bottom: 12px;
  padding: 5px 9px;
  color: #fff;
  background: rgba(53, 44, 41, 0.66);
  font-size: 9px;
}

.beauty-section {
  width: min(100% - 48px, var(--beauty-content));
  margin: auto;
  padding: clamp(84px, 11vw, 150px) 0;
}

.beauty-section__heading h2,
.beauty-reservation h2 {
  font-size: clamp(30px, 4vw, 50px);
}

.beauty-section__heading--split {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
}

.beauty-section__heading--split > p {
  max-width: 30em;
  margin: 0 0 8px;
  color: var(--beauty-muted);
  font-size: 13px;
}

.beauty-concept {
  display: grid;
  grid-template-columns: 1fr 0.86fr;
  gap: clamp(50px, 10vw, 140px);
  align-items: center;
}

.beauty-concept__copy {
  padding-top: 34px;
  border-top: 1px solid var(--beauty-rose);
  color: var(--beauty-muted);
}

.beauty-concept__copy p:first-child {
  margin-top: 0;
}

.beauty-needs {
  border-top: 1px solid var(--beauty-line);
}

.beauty-needs__grid {
  display: grid;
  margin-top: 64px;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--beauty-greige);
}

.beauty-need-card {
  min-height: 270px;
  padding: 40px 34px;
  background: var(--beauty-paper);
}

.beauty-need-card > span,
.beauty-flow li > span {
  color: var(--beauty-rose);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 12px;
}

.beauty-need-card h3,
.beauty-menu-card h3,
.beauty-flow h3 {
  margin: 38px 0 14px;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 21px;
  font-weight: 500;
}

.beauty-need-card p,
.beauty-menu-card p,
.beauty-flow p {
  margin: 0;
  color: var(--beauty-muted);
  font-size: 13px;
}

.beauty-menu {
  width: 100%;
  max-width: none;
  padding-right: max(24px, calc((100% - var(--beauty-content)) / 2));
  padding-left: max(24px, calc((100% - var(--beauty-content)) / 2));
  background: var(--beauty-beige);
}

.beauty-demo-note {
  margin: 28px 0 0;
  padding: 12px 16px;
  border-left: 2px solid var(--beauty-rose);
  color: var(--beauty-muted);
  background: rgba(255, 255, 255, 0.42);
  font-size: 11px;
}

.beauty-menu__grid {
  display: grid;
  margin-top: 46px;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.beauty-menu-card {
  overflow: hidden;
  background: var(--beauty-paper);
  box-shadow: 0 14px 40px rgba(74, 52, 44, 0.06);
}

.beauty-menu-card img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform 600ms ease;
}

.beauty-menu-card:hover img {
  transform: scale(1.025);
}

.beauty-menu-card__body {
  padding: 30px;
}

.beauty-menu-card__label {
  margin-bottom: 4px;
}

.beauty-menu-card h3 {
  margin-top: 10px;
}

.beauty-menu-card dl {
  margin: 28px 0 0;
  border-top: 1px solid var(--beauty-line);
}

.beauty-menu-card dl div {
  display: flex;
  padding: 12px 0;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid var(--beauty-line);
  font-size: 12px;
}

.beauty-menu-card dt {
  color: var(--beauty-muted);
}

.beauty-menu-card dd {
  margin: 0;
  font-weight: 600;
}

.beauty-tagline {
  display: grid;
  min-height: 420px;
  padding: 70px 24px;
  place-items: center;
  color: #fff;
  background: var(--beauty-brown);
  text-align: center;
}

.beauty-tagline p {
  margin: 0;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(25px, 4vw, 46px);
  line-height: 1.8;
}

.beauty-tagline span {
  display: inline-block;
}

.beauty-gallery__grid {
  display: grid;
  margin-top: 60px;
  grid-template-columns: 1.7fr 1fr;
  grid-template-rows: repeat(2, 1fr);
  gap: 16px;
}

.beauty-gallery figure {
  position: relative;
  min-height: 260px;
  margin: 0;
  overflow: hidden;
}

.beauty-gallery__main {
  grid-row: 1 / 3;
}

.beauty-gallery img {
  height: 100%;
  object-fit: cover;
}

.beauty-gallery figcaption {
  position: absolute;
  right: 10px;
  bottom: 10px;
  padding: 4px 8px;
  color: #fff;
  background: rgba(53, 44, 41, 0.64);
  font-size: 9px;
}

.beauty-staff {
  display: grid;
  width: 100%;
  max-width: none;
  padding: 0;
  grid-template-columns: 1fr 1fr;
  background: var(--beauty-paper);
}

.beauty-staff__media {
  min-height: 560px;
  margin: 0;
  overflow: hidden;
}

.beauty-staff__media img {
  height: 100%;
  object-fit: cover;
}

.beauty-staff__copy {
  display: flex;
  padding: clamp(60px, 9vw, 130px);
  flex-direction: column;
  justify-content: center;
}

.beauty-staff__copy > p:not(.beauty-section__number, .beauty-demo-note) {
  margin: 30px 0 0;
  color: var(--beauty-muted);
}

.beauty-flow__list {
  display: grid;
  margin: 60px 0 0;
  padding: 0;
  grid-template-columns: repeat(4, 1fr);
  list-style: none;
}

.beauty-flow li {
  position: relative;
  min-height: 250px;
  padding: 30px 26px;
  border-top: 1px solid var(--beauty-rose);
  border-bottom: 1px solid var(--beauty-line);
}

.beauty-flow li + li {
  border-left: 1px solid var(--beauty-line);
}

.beauty-flow h3 {
  margin-top: 46px;
}

.beauty-access {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(40px, 8vw, 100px);
  align-items: stretch;
}

.beauty-access__info dl {
  margin: 44px 0 0;
  border-top: 1px solid var(--beauty-line);
}

.beauty-access__info dl div {
  display: grid;
  padding: 15px 0;
  grid-template-columns: 90px 1fr;
  gap: 20px;
  border-bottom: 1px solid var(--beauty-line);
  font-size: 13px;
}

.beauty-access__info dt {
  color: var(--beauty-muted);
}

.beauty-access__info dd {
  margin: 0;
}

.beauty-access__map {
  display: grid;
  min-height: 480px;
  padding: 40px;
  place-content: center;
  color: var(--beauty-muted);
  background-color: var(--beauty-beige);
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.35) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.35) 1px, transparent 1px);
  background-size: 32px 32px;
  text-align: center;
}

.beauty-access__map span {
  color: var(--beauty-rose-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 5vw, 54px);
  letter-spacing: 0.12em;
}

.beauty-access__map p {
  max-width: 28em;
  margin: 18px auto 0;
  font-size: 12px;
}

.beauty-faq {
  border-top: 1px solid var(--beauty-line);
}

.beauty-faq__list {
  margin-top: 50px;
  border-top: 1px solid var(--beauty-line);
}

.beauty-faq details {
  border-bottom: 1px solid var(--beauty-line);
}

.beauty-faq summary {
  position: relative;
  padding: 25px 56px 25px 42px;
  cursor: pointer;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 17px;
  list-style: none;
}

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

.beauty-faq summary::before {
  position: absolute;
  left: 5px;
  color: var(--beauty-rose-dark);
  content: "Q";
  font-family: Georgia, "Times New Roman", serif;
}

.beauty-faq summary::after {
  position: absolute;
  top: 50%;
  right: 15px;
  content: "+";
  font-size: 25px;
  font-weight: 300;
  transform: translateY(-50%);
}

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

.beauty-faq details p {
  margin: 0;
  padding: 0 56px 26px 42px;
  color: var(--beauty-muted);
  font-size: 13px;
}

.beauty-reservation {
  display: grid;
  padding: clamp(78px, 10vw, 140px)
    max(24px, calc((100% - var(--beauty-content)) / 2));
  grid-template-columns: 1fr 0.85fr;
  gap: clamp(50px, 10vw, 130px);
  color: #fff;
  background: var(--beauty-rose-dark);
}

.beauty-reservation__copy > p:last-child {
  max-width: 38em;
  margin: 30px 0 0;
  color: rgba(255, 255, 255, 0.82);
}

.beauty-reservation .beauty-section__number {
  color: #fff;
}

.beauty-reservation__state {
  padding: 36px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.08);
}

.beauty-reservation__state strong {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 22px;
  font-weight: 500;
}

.beauty-reservation__state p {
  margin: 14px 0 22px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
}

.beauty-reservation__state span {
  display: block;
  padding: 12px 16px;
  color: var(--beauty-brown);
  background: var(--beauty-beige);
  font-size: 12px;
  text-align: center;
}

.beauty-notice {
  padding-top: 50px;
  padding-bottom: 50px;
}

.beauty-notice h2 {
  font-size: 18px;
}

.beauty-notice p {
  margin: 14px 0 0;
  color: var(--beauty-muted);
  font-size: 11px;
}

.beauty-footer {
  display: grid;
  padding: 55px max(24px, calc((100% - var(--beauty-content)) / 2));
  grid-template-columns: 1fr auto;
  gap: 35px 60px;
  color: #fff;
  background: var(--beauty-brown);
}

.beauty-footer strong {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 18px;
  font-weight: 500;
}

.beauty-footer p {
  margin: 4px 0 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 10px;
}

.beauty-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 26px;
}

.beauty-footer a {
  color: rgba(255, 255, 255, 0.76);
  font-size: 11px;
  text-underline-offset: 4px;
}

.beauty-footer small {
  grid-column: 1 / -1;
  color: rgba(255, 255, 255, 0.48);
  font-size: 9px;
}

.js-reveal [data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 700ms ease,
    transform 700ms ease;
}

.js-reveal [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 960px) {
  .beauty-nav-toggle {
    position: relative;
    z-index: 2;
    display: grid;
    width: 46px;
    height: 46px;
    padding: 11px;
    border: 0;
    place-content: center;
    gap: 5px;
    color: var(--beauty-brown);
    background: transparent;
    cursor: pointer;
  }

  .beauty-nav-toggle > span:not(.visually-hidden) {
    display: block;
    width: 24px;
    height: 1px;
    background: currentColor;
    transition:
      transform 200ms ease,
      opacity 200ms ease;
  }

  .beauty-nav-toggle[aria-expanded="true"] > span:nth-of-type(2) {
    transform: translateY(6px) rotate(45deg);
  }

  .beauty-nav-toggle[aria-expanded="true"] > span:nth-of-type(3) {
    opacity: 0;
  }

  .beauty-nav-toggle[aria-expanded="true"] > span:nth-of-type(4) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .beauty-nav {
    position: fixed;
    z-index: 1;
    top: 105px;
    right: 0;
    left: 0;
    display: flex;
    height: calc(100svh - 105px);
    padding: 50px 24px;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: var(--beauty-ivory);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-12px);
    transition:
      opacity 180ms ease,
      transform 180ms ease;
  }

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

  .beauty-nav a {
    padding: 17px 4px;
    border-bottom: 1px solid var(--beauty-line);
    font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-size: 18px;
  }

  .beauty-nav__cta {
    margin-top: 24px;
    border: 1px solid var(--beauty-rose-dark) !important;
    font-family: inherit !important;
    font-size: 13px !important;
  }

  .beauty-hero {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .beauty-hero__media {
    min-height: 58vw;
  }

  .beauty-menu__grid {
    grid-template-columns: 1fr;
  }

  .beauty-menu-card {
    display: grid;
    grid-template-columns: minmax(260px, 0.9fr) 1fr;
  }

  .beauty-menu-card img {
    height: 100%;
  }

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

  .beauty-flow li:nth-child(3) {
    border-left: 0;
  }

  .beauty-staff__copy {
    padding: 60px 48px;
  }
}

@media (max-width: 700px) {
  body {
    font-size: 15px;
  }

  .beauty-header__inner,
  .beauty-section {
    width: min(100% - 36px, var(--beauty-content));
  }

  .beauty-header__inner {
    min-height: 68px;
  }

  .beauty-brand__text strong {
    font-size: 14px;
  }

  .beauty-brand__text small {
    display: none;
  }

  .beauty-nav {
    top: 97px;
    height: calc(100svh - 97px);
  }

  .beauty-hero__content {
    padding: 70px 24px 58px;
  }

  .beauty-hero h1 {
    font-size: clamp(31px, 10vw, 44px);
  }

  .beauty-hero__lead {
    margin-top: 25px;
  }

  .beauty-hero__media {
    min-height: 76vw;
  }

  .beauty-section {
    padding: 78px 0;
  }

  .beauty-section__heading h2,
  .beauty-reservation h2 {
    font-size: 30px;
  }

  .beauty-section__heading--split,
  .beauty-concept,
  .beauty-access,
  .beauty-reservation {
    display: grid;
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .beauty-concept__copy {
    padding-top: 25px;
  }

  .beauty-needs__grid {
    margin-top: 40px;
    grid-template-columns: 1fr;
  }

  .beauty-need-card {
    min-height: 220px;
  }

  .beauty-menu {
    width: 100%;
    padding: 78px 18px;
  }

  .beauty-menu-card {
    display: block;
  }

  .beauty-menu-card__body {
    padding: 26px 24px 30px;
  }

  .beauty-tagline {
    min-height: 340px;
  }

  .beauty-tagline p {
    font-size: 25px;
  }

  .beauty-gallery__grid {
    margin-top: 38px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 8px;
  }

  .beauty-gallery__main {
    min-height: 72vw !important;
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .beauty-gallery figure {
    min-height: 42vw;
  }

  .beauty-staff {
    grid-template-columns: 1fr;
  }

  .beauty-staff__media {
    min-height: 76vw;
  }

  .beauty-staff__copy {
    padding: 64px 24px;
  }

  .beauty-flow__list {
    margin-top: 40px;
    grid-template-columns: 1fr;
  }

  .beauty-flow li {
    min-height: 0;
    padding: 26px 12px 30px;
    border-left: 0 !important;
  }

  .beauty-flow h3 {
    margin: 20px 0 8px;
  }

  .beauty-access__map {
    min-height: 360px;
  }

  .beauty-faq summary {
    padding-left: 34px;
    font-size: 15px;
  }

  .beauty-faq details p {
    padding-right: 12px;
    padding-left: 34px;
  }

  .beauty-reservation {
    padding: 76px 24px;
  }

  .beauty-footer {
    grid-template-columns: 1fr;
  }

  .beauty-footer small {
    grid-column: auto;
  }
}

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

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