:root {
  --ink: #2f2630;
  --ink-soft: #655b61;
  --plum: #3c2352;
  --plum-light: #755d80;
  --rose: #c9777f;
  --rose-soft: #efd8d5;
  --sage: #8c9a84;
  --sage-dark: #5e6e58;
  --sage-soft: #e4e9df;
  --cream: #f7f2ec;
  --cream-deep: #eee5da;
  --paper: #fffdf9;
  --gold: #ad815d;
  --white: #ffffff;
  --line: rgba(47, 38, 48, 0.14);
  --shadow: 0 24px 70px rgba(62, 42, 48, 0.13);
  --serif: "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  --sans: "Hiragino Kaku Gothic ProN", "Yu Gothic", "Noto Sans JP", system-ui, sans-serif;
  --max: 1180px;
  --header-height: 86px;
  --radius: 28px;
}

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

html {
  overflow-x: hidden;
  overflow-x: clip;
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 24px);
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 8% 12%, rgba(239, 216, 213, 0.42), transparent 23rem),
    radial-gradient(circle at 92% 40%, rgba(228, 233, 223, 0.46), transparent 27rem),
    var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: 0.035em;
  -webkit-font-smoothing: antialiased;
}

body.nav-open {
  overflow: hidden;
}

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

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

button,
input {
  font: inherit;
}

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

button:focus-visible,
a:focus-visible,
input:focus-visible {
  outline: 3px solid rgba(201, 119, 127, 0.45);
  outline-offset: 4px;
}

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

h1,
h2,
h3 {
  font-family: var(--serif);
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.065em;
}

h1 {
  font-size: clamp(2.7rem, 5.8vw, 5.6rem);
}

h2 {
  font-size: clamp(2.05rem, 4vw, 3.65rem);
}

h3 {
  font-size: clamp(1.4rem, 2.5vw, 2rem);
}

address {
  font-style: normal;
}

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

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 1000;
  transform: translateY(-140%);
  padding: 10px 16px;
  background: var(--plum);
  color: var(--white);
  border-radius: 10px;
  transition: transform 0.2s ease;
}

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

.section-shell {
  width: min(calc(100% - 48px), var(--max));
  margin-inline: auto;
}

.section {
  padding-block: clamp(88px, 11vw, 150px);
}

.eyebrow {
  margin-bottom: 18px;
  color: var(--rose);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.section-heading {
  margin-bottom: clamp(40px, 6vw, 76px);
}

.section-heading h2,
.section-heading h3 {
  margin-bottom: 18px;
}

.section-heading > p:last-child {
  max-width: 660px;
  color: var(--ink-soft);
}

.section-heading.centered {
  text-align: center;
}

.section-heading.centered > p:last-child {
  margin-inline: auto;
}

.section-heading.compact {
  margin-bottom: 38px;
}

.prose {
  color: var(--ink-soft);
}

.prose p {
  margin-bottom: 1.35em;
}

.prose-large {
  font-size: 1.05rem;
  line-height: 2.1;
}

.small-note {
  font-size: 0.86rem;
  color: var(--ink-soft);
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  height: var(--header-height);
  background: rgba(255, 253, 249, 0.86);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  transition: box-shadow 0.25s ease, border-color 0.25s ease;
}

.site-header.is-scrolled {
  border-color: var(--line);
  box-shadow: 0 8px 30px rgba(47, 38, 48, 0.07);
}

.header-inner {
  width: min(calc(100% - 40px), 1280px);
  height: 100%;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  min-width: max-content;
}

.brand img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}

.brand-copy {
  display: grid;
  line-height: 1.1;
}

.brand-name {
  font-family: var(--serif);
  font-size: 1.44rem;
  letter-spacing: 0.13em;
}

.brand-sub {
  margin-top: 4px;
  color: var(--ink-soft);
  font-size: 0.61rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.global-nav {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.2vw, 34px);
  font-size: 0.84rem;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.global-nav a {
  position: relative;
  padding-block: 8px;
}

.global-nav a:not(.nav-reserve)::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 100%;
  height: 1px;
  background: var(--rose);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.25s ease;
}

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

.nav-reserve {
  padding: 11px 22px !important;
  color: var(--white);
  background: var(--plum);
  border-radius: 999px;
  transition: transform 0.2s ease, background 0.2s ease;
}

.nav-reserve:hover {
  transform: translateY(-2px);
  background: var(--plum-light);
}

.nav-toggle {
  display: none;
  width: 48px;
  height: 48px;
  padding: 12px 10px;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.nav-toggle > span:not(.sr-only) {
  display: block;
  width: 25px;
  height: 1px;
  margin: 6px auto;
  background: var(--ink);
  transition: transform 0.25s ease, opacity 0.2s ease;
}

.nav-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Buttons and links */
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 13px 28px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.button:hover {
  transform: translateY(-3px);
}

.button-primary {
  color: var(--white);
  background: var(--plum);
  box-shadow: 0 12px 28px rgba(60, 35, 82, 0.2);
}

.button-primary:hover {
  background: var(--plum-light);
  box-shadow: 0 15px 32px rgba(60, 35, 82, 0.25);
}

.button-outline {
  color: var(--plum);
  border-color: rgba(60, 35, 82, 0.35);
  background: transparent;
}

.button-outline:hover {
  background: rgba(255, 255, 255, 0.65);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid currentColor;
  color: var(--plum);
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.text-link span {
  transition: transform 0.2s ease;
}

.text-link:hover span {
  transform: translateX(4px);
}

/* Home hero */
.hero {
  min-height: calc(100svh - var(--header-height));
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(380px, 0.74fr);
  align-items: center;
  gap: clamp(52px, 8vw, 116px);
  padding-block: clamp(68px, 8vw, 112px);
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.hero-copy h1 {
  margin-bottom: 28px;
  font-size: clamp(3rem, 5.4vw, 5.25rem);
}

.hero-line {
  display: block;
  white-space: nowrap;
}

.hero-copy h1 em {
  display: inline-block;
  position: relative;
  color: var(--plum);
  font-style: normal;
}

.hero-copy h1 em::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.04em;
  z-index: -1;
  width: 100%;
  height: 0.28em;
  background: var(--rose-soft);
  transform: rotate(-1.5deg);
}

.hero-lead {
  margin-bottom: 38px;
  color: var(--ink-soft);
  font-size: clamp(1rem, 1.6vw, 1.18rem);
  line-height: 2;
}

.hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.hero-meta {
  display: grid;
  grid-template-columns: 0.8fr 1.3fr;
  gap: 24px;
  margin: 54px 0 0;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.hero-meta div {
  display: grid;
  gap: 3px;
}

.hero-meta dt {
  color: var(--rose);
  font-family: var(--serif);
  font-size: 0.68rem;
  letter-spacing: 0.2em;
}

.hero-meta dd {
  margin: 0;
  font-size: 0.84rem;
}

.hero-visual {
  position: relative;
  max-width: 470px;
  justify-self: end;
}

.hero-visual::before {
  content: "";
  position: absolute;
  top: 10%;
  right: -16%;
  width: 78%;
  aspect-ratio: 1;
  border: 1px solid rgba(140, 154, 132, 0.45);
  border-radius: 50%;
}

.arched-photo {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 0;
  box-shadow: var(--shadow);
}

.arched-photo img {
  width: 100%;
  aspect-ratio: 0.69;
  object-fit: cover;
}

.hero-note {
  position: absolute;
  left: -58px;
  bottom: 38px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 15px 20px;
  background: rgba(255, 253, 249, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 16px;
  box-shadow: 0 14px 40px rgba(54, 42, 49, 0.16);
  backdrop-filter: blur(10px);
}

.hero-note > span {
  color: var(--plum);
  font-family: var(--serif);
  font-size: 1.25rem;
  letter-spacing: 0.08em;
}

.hero-note p {
  margin: 0;
  padding-left: 14px;
  border-left: 1px solid var(--line);
  color: var(--ink-soft);
  font-size: 0.69rem;
  line-height: 1.55;
}

.quiet-banner {
  overflow: hidden;
  padding: 29px 20px;
  color: var(--white);
  background: var(--plum);
  text-align: center;
}

.quiet-banner p {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(1.15rem, 2.4vw, 1.8rem);
  letter-spacing: 0.18em;
}

/* Welcome and profile */
.welcome-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.85fr);
  align-items: center;
  gap: clamp(48px, 8vw, 110px);
}

.welcome-photo {
  position: relative;
  padding: 0 0 42px 42px;
}

.welcome-photo::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 62%;
  height: 74%;
  background: var(--sage-soft);
  border-radius: 0;
}

.welcome-photo img {
  position: relative;
  width: 100%;
  aspect-ratio: 1.05;
  object-fit: cover;
  border-radius: 0;
  box-shadow: var(--shadow);
}

.photo-caption {
  position: absolute;
  right: -5px;
  bottom: 12px;
  color: var(--plum);
  font-family: var(--serif);
  font-size: 0.72rem;
  font-style: italic;
  letter-spacing: 0.12em;
}

.profile-section {
  background: linear-gradient(135deg, var(--cream) 0%, #f8eceb 100%);
}

.profile-grid {
  display: grid;
  grid-template-columns: minmax(330px, 0.72fr) minmax(0, 1.18fr);
  gap: clamp(55px, 9vw, 125px);
  align-items: start;
}

.profile-portrait {
  position: sticky;
  top: calc(var(--header-height) + 34px);
}

.portrait-frame {
  position: relative;
  padding: 18px;
  border: 1px solid rgba(60, 35, 82, 0.2);
  border-radius: 30px;
}

.portrait-frame::before {
  content: "";
  position: absolute;
  inset: 50% -20px -20px 45%;
  z-index: -1;
  background: var(--sage-soft);
  border-radius: 0 0 30px 0;
}

.portrait-frame img {
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 20px;
}

.profile-signature {
  position: relative;
  display: grid;
  margin: -24px 22px 0 auto;
  width: fit-content;
  padding: 14px 22px;
  background: var(--paper);
  border-radius: 12px;
  box-shadow: 0 12px 30px rgba(63, 45, 54, 0.12);
  text-align: right;
}

.profile-signature span {
  color: var(--rose);
  font-size: 0.64rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.profile-signature strong {
  font-family: var(--serif);
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.12em;
}

.profile-copy h2 {
  margin-bottom: 26px;
}

.credential-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 34px;
}

.credential-list span {
  padding: 6px 13px;
  color: var(--sage-dark);
  background: rgba(228, 233, 223, 0.85);
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 700;
}

/* Menu cards */
.menu-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(28px, 5vw, 64px);
}

.menu-card {
  overflow: hidden;
  background: var(--cream);
  border-radius: var(--radius);
}

.menu-card-featured {
  background: var(--sage-soft);
}

.menu-image {
  position: relative;
  display: block;
  overflow: hidden;
}

.menu-image img {
  width: 100%;
  height: 430px;
  object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.menu-card:not(.menu-card-featured) .menu-image img {
  object-position: center 52%;
}

.menu-image:hover img {
  transform: scale(1.035);
}

.menu-number {
  position: absolute;
  top: 20px;
  left: 20px;
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  color: var(--plum);
  background: rgba(255, 253, 249, 0.9);
  border-radius: 50%;
  font-family: var(--serif);
  font-size: 0.85rem;
  letter-spacing: 0.08em;
}

.menu-card-body {
  padding: clamp(28px, 4vw, 48px);
}

.menu-kicker {
  margin-bottom: 12px;
  color: var(--rose);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.menu-card-body h3 {
  margin-bottom: 18px;
}

.menu-card-body > p:not(.menu-kicker):not(.status-pill) {
  color: var(--ink-soft);
}

.menu-facts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin: 26px 0;
  padding: 18px 0;
  border-block: 1px solid var(--line);
}

.menu-facts div {
  display: grid;
}

.menu-facts dt {
  color: var(--ink-soft);
  font-size: 0.7rem;
}

.menu-facts dd {
  margin: 2px 0 0;
  font-family: var(--serif);
  font-size: 1.02rem;
}

.status-pill {
  width: fit-content;
  margin: 25px 0;
  padding: 8px 14px;
  color: var(--plum);
  background: var(--rose-soft);
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 700;
}

.menu-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: clamp(46px, 7vw, 86px);
  padding: clamp(30px, 5vw, 54px);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 20px 55px rgba(65, 48, 56, 0.08);
}

.menu-cta h3 {
  margin-bottom: 8px;
}

.menu-cta p:last-child {
  margin-bottom: 0;
  color: var(--ink-soft);
}

.sensory-section {
  overflow: hidden;
  background: var(--cream);
}

.sensory-grid {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: clamp(50px, 8vw, 110px);
  align-items: center;
}

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

.check-list li {
  position: relative;
  padding-left: 32px;
  color: var(--ink-soft);
}

.check-list li::before {
  content: "";
  position: absolute;
  top: 0.58em;
  left: 2px;
  width: 14px;
  height: 8px;
  border-left: 2px solid var(--rose);
  border-bottom: 2px solid var(--rose);
  transform: rotate(-45deg);
}

.sensory-gallery {
  position: relative;
  min-height: 520px;
}

.sensory-gallery figure {
  margin: 0;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.gallery-main {
  width: 100%;
  border-radius: 0;
}

.gallery-main img {
  width: 100%;
  height: 520px;
  object-fit: cover;
}

/* Access and contact */
.access-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 30px;
}

.access-card {
  padding: clamp(30px, 5vw, 54px);
  background: var(--sage-soft);
  border-radius: var(--radius);
}

.access-name {
  margin-bottom: 24px;
  font-family: var(--serif);
  font-size: clamp(2rem, 4vw, 3rem);
}

.access-name span {
  display: block;
  color: var(--sage-dark);
  font-family: var(--sans);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.15em;
}

.access-card address {
  margin-bottom: 16px;
}

.treatment-hours-note {
  display: grid;
  gap: 2px;
  margin: 26px 0 0;
  padding-left: 14px;
  border-left: 1px solid rgba(94, 110, 88, 0.56);
  color: var(--ink-soft);
  font-size: 0.78rem;
  line-height: 1.7;
}

.treatment-hours-note strong {
  color: var(--sage-dark);
  font-size: 0.82rem;
  letter-spacing: 0.11em;
}

.hours-list {
  margin: 28px 0;
  border-block: 1px solid rgba(47, 38, 48, 0.14);
}

.hours-list div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 11px 0;
}

.hours-list div + div {
  border-top: 1px solid rgba(47, 38, 48, 0.1);
}

.hours-list dt {
  font-weight: 700;
}

.hours-list dd {
  margin: 0;
}

.map-frame {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  background: var(--cream);
  border-radius: var(--radius);
}

.map-frame iframe {
  width: 100%;
  height: 100%;
  min-height: 520px;
  border: 0;
  filter: saturate(0.72) sepia(0.08);
}

.map-pin-label {
  position: absolute;
  top: 18px;
  left: 50%;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 10px 16px;
  color: var(--ink);
  background: rgba(255, 253, 249, 0.96);
  border: 1px solid rgba(60, 35, 82, 0.16);
  border-radius: 999px;
  box-shadow: 0 9px 25px rgba(45, 30, 54, 0.17);
  font-size: 0.78rem;
  font-weight: 800;
  white-space: nowrap;
  transform: translateX(-50%);
  pointer-events: none;
}

.map-pin-label span {
  width: 12px;
  height: 12px;
  background: #d3525d;
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 2px #d3525d;
}

.contact-section {
  position: relative;
  padding-block: clamp(92px, 11vw, 150px);
  color: var(--ink);
  background:
    radial-gradient(circle at 50% 0, rgba(228, 233, 223, 0.72), transparent 24rem),
    #fbf8f3;
}

.contact-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: min(calc(100% - 48px), 1180px);
  height: 1px;
  background: rgba(94, 110, 88, 0.2);
  transform: translateX(-50%);
}

.contact-inner {
  text-align: center;
}

.contact-inner h2 {
  max-width: 800px;
  margin: 0 auto 42px;
  font-size: clamp(1rem, 1.9vw, 1.7rem);
  letter-spacing: 0.045em;
  white-space: nowrap;
}

.contact-inner .eyebrow {
  color: var(--sage-dark);
}

.contact-actions,
.policy-contact-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
}

.line-smart-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 56px;
  padding: 12px 22px;
  color: #275d4b;
  background: #e0f0e8;
  border: 1px solid rgba(54, 116, 94, 0.15);
  border-radius: 4px;
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  transition: transform 0.22s ease, background 0.22s ease, box-shadow 0.22s ease;
}

.line-smart-link:hover {
  background: #d4eadd;
  box-shadow: 0 14px 32px rgba(51, 101, 82, 0.13);
  transform: translateY(-2px);
}

.line-smart-mark {
  display: inline-grid;
  place-items: center;
  min-width: 45px;
  height: 29px;
  padding-inline: 7px;
  color: #4c9e82;
  background: rgba(255, 255, 255, 0.92);
  border-radius: 12px;
  font-size: 0.58rem;
  font-weight: 900;
  letter-spacing: 0;
}

.line-smart-link-large {
  min-width: min(100%, 285px);
  min-height: 68px;
  padding-inline: 30px;
  color: #fff;
  background: #9bcfbe;
  border-color: transparent;
  box-shadow: 0 16px 36px rgba(66, 124, 104, 0.12);
  font-family: var(--serif);
  font-size: 1.08rem;
  font-weight: 500;
  letter-spacing: 0.16em;
}

.line-smart-link-large:hover {
  background: #8fc5b3;
}

.line-smart-link-compact {
  min-height: 52px;
  padding: 10px 18px;
}

.email-smart-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 56px;
  padding: 12px 22px;
  color: var(--plum);
  background: #f2e9ef;
  border: 1px solid rgba(64, 36, 90, 0.13);
  border-radius: 4px;
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  transition: transform 0.22s ease, background 0.22s ease, box-shadow 0.22s ease;
}

.email-smart-link:hover {
  background: #eadde6;
  box-shadow: 0 14px 32px rgba(64, 36, 90, 0.12);
  transform: translateY(-2px);
}

.email-smart-mark {
  display: inline-grid;
  place-items: center;
  min-width: 45px;
  height: 29px;
  padding-inline: 7px;
  color: var(--plum);
  background: rgba(255, 255, 255, 0.92);
  border-radius: 12px;
  font-size: 0.56rem;
  font-weight: 900;
  letter-spacing: 0;
}

.email-smart-link-large {
  min-width: min(100%, 285px);
  min-height: 68px;
  padding-inline: 20px;
  font-size: 0.86rem;
  letter-spacing: 0.025em;
}

.email-smart-link-compact {
  min-height: 52px;
  padding: 10px 18px;
}

.reservation-contact-actions {
  display: grid;
  gap: 9px;
}

.reservation-contact-actions > a {
  width: 100%;
}

.line-note {
  max-width: 760px;
  margin: 0 auto;
  color: var(--ink-soft);
  font-size: 0.73rem;
  line-height: 1.8;
}

.line-note {
  margin-top: 23px;
}

.instagram-text-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 34px;
  padding-bottom: 4px;
  color: var(--ink-soft);
  border-bottom: 1px solid rgba(101, 91, 97, 0.35);
  font-size: 0.78rem;
  letter-spacing: 0.06em;
}

.instagram-text-link > span:first-child {
  color: #9b5577;
  font-family: var(--serif);
  font-size: 0.9rem;
}

.instagram-glyph {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  background: linear-gradient(145deg, #5b51d8 4%, #c13584 42%, #e1306c 63%, #f77737 83%, #fcaf45 100%);
  border-radius: 7px;
}

.instagram-glyph::before {
  content: "";
  position: absolute;
  inset: 5px;
  border: 2px solid #fff;
  border-radius: 50%;
}

.instagram-glyph::after {
  content: "";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 3px;
  height: 3px;
  background: #fff;
  border-radius: 50%;
}

.instagram-text-link .instagram-word {
  color: #9b5577;
  font-family: var(--serif);
  font-size: 0.92rem;
}

.button .instagram-glyph {
  margin-right: 10px;
}

.social-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
}

.social-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 56px;
  padding: 12px 22px;
  border-radius: 999px;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.social-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.16);
}

.line-access {
  display: inline-flex;
  align-items: center;
}

.line-desktop-qr {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 10px 16px 10px 10px;
  color: var(--ink);
  background: rgba(255, 253, 249, 0.97);
  border: 1px solid rgba(60, 35, 82, 0.13);
  border-radius: 18px;
  box-shadow: 0 14px 36px rgba(23, 16, 27, 0.16);
  text-align: left;
}

.line-desktop-qr img {
  width: 104px;
  height: 104px;
  padding: 4px;
  object-fit: contain;
  background: #fff;
  border-radius: 10px;
}

.line-desktop-qr span {
  display: grid;
  gap: 5px;
}

.line-desktop-qr strong {
  color: var(--plum);
  font-family: var(--serif);
  font-size: 1rem;
  letter-spacing: 0.08em;
}

.line-desktop-qr small {
  color: var(--ink-soft);
  font-size: 0.69rem;
  line-height: 1.6;
  letter-spacing: 0.03em;
}

.line-access-compact {
  width: 100%;
}

.line-access-compact .line-desktop-qr {
  width: 100%;
  padding: 9px 12px 9px 9px;
}

.line-access-compact .line-desktop-qr img {
  width: 86px;
  height: 86px;
}

.line-mobile-link {
  display: none;
}

.social-mark {
  display: grid;
  place-items: center;
  min-width: 36px;
  height: 30px;
  padding-inline: 5px;
  border-radius: 10px;
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0;
}

.line-button {
  color: #1a3a24;
  background: #eaf8ed;
}

.line-button .social-mark {
  color: #fff;
  background: #06c755;
}

.instagram-button {
  color: #40263d;
  background: #f8edf4;
}

.instagram-button .social-mark {
  color: #fff;
  background: linear-gradient(135deg, #6f48c9, #d94a78, #f0a14a);
}

/* Shared page hero */
.menu-page-intro {
  padding-top: clamp(68px, 8vw, 112px);
  text-align: center;
}

.menu-page-title {
  display: grid;
  justify-items: center;
  margin-bottom: clamp(38px, 5vw, 60px);
}

.menu-page-title h1 {
  margin-bottom: 11px;
  font-size: clamp(2.8rem, 5.3vw, 4.8rem);
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0.055em;
  line-height: 1.15;
}

.menu-title-ornament {
  width: 7px;
  height: 7px;
  margin-bottom: 13px;
  background: rgba(201, 119, 127, 0.72);
  transform: rotate(45deg);
}

.menu-page-title p {
  margin: 0;
  color: var(--ink-soft);
  font-family: var(--serif);
  font-size: 0.66rem;
  font-style: italic;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.menu-page-cover {
  width: min(calc(100% - 48px), 900px);
  height: clamp(360px, 45vw, 560px);
  margin: 0 auto;
  overflow: hidden;
  background: var(--cream);
  border-radius: 3px 3px 0 0;
  box-shadow: 0 24px 65px rgba(62, 42, 48, 0.1);
}

.menu-page-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 57% center;
}

body[data-page="menu"] .page-tabs {
  width: min(calc(100% - 48px), 900px);
  margin-top: 0;
  border-top: 0;
  border-radius: 0 0 14px 14px;
  box-shadow: 0 20px 48px rgba(60, 45, 52, 0.09);
}

.page-hero {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  align-items: center;
  gap: clamp(50px, 8vw, 105px);
  padding-block: clamp(65px, 9vw, 120px);
}

.page-hero-copy h1 {
  margin-bottom: 26px;
  font-size: clamp(2.7rem, 5.2vw, 5rem);
}

.page-hero-copy > p:last-child {
  color: var(--ink-soft);
}

.page-hero-image {
  margin: 0;
  overflow: hidden;
  border-radius: 0;
  box-shadow: var(--shadow);
}

.page-hero-image img {
  width: 100%;
  height: 560px;
  object-fit: cover;
  object-position: 60% center;
}

.page-tabs {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: -32px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 15px 42px rgba(60, 45, 52, 0.1);
}

.page-tabs a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 74px;
  font-weight: 700;
}

.page-tabs a + a {
  border-left: 1px solid var(--line);
}

.page-tabs span {
  color: var(--rose);
  font-family: var(--serif);
}

/* Menu detail */
.detail-intro {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: clamp(45px, 8vw, 100px);
  margin-bottom: clamp(70px, 10vw, 130px);
}

.detail-title h2 {
  margin-bottom: 22px;
}

.detail-subtitle {
  color: var(--rose);
  font-family: var(--serif);
  font-size: clamp(1.1rem, 2vw, 1.42rem);
  line-height: 1.8;
}

.treatment-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(44px, 8vw, 100px);
  align-items: center;
}

.treatment-photo {
  margin: 0;
}

.treatment-photo img {
  width: 100%;
  border-radius: 0;
  box-shadow: var(--shadow);
}

.treatment-photo figcaption {
  margin-top: 15px;
  color: var(--ink-soft);
  font-size: 0.75rem;
  text-align: center;
}

.treatment-content h3 {
  margin-bottom: 30px;
}

.numbered-steps {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.numbered-steps li {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 12px;
  padding: 21px 0;
  border-bottom: 1px solid var(--line);
}

.numbered-steps li > span {
  color: var(--rose);
  font-family: var(--serif);
  font-size: 0.95rem;
}

.numbered-steps strong {
  font-family: var(--serif);
  font-size: 1.06rem;
}

.numbered-steps p {
  margin: 5px 0 0;
  color: var(--ink-soft);
  font-size: 0.9rem;
}

.price-panel {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 30px 55px;
  margin-block: clamp(75px, 10vw, 130px);
  padding: clamp(34px, 6vw, 66px);
  color: var(--white);
  background: var(--plum);
  border-radius: var(--radius);
}

.price-copy h3 {
  margin-bottom: 10px;
  font-size: clamp(2.8rem, 5vw, 4.5rem);
}

.price-copy p:last-child {
  color: rgba(255, 255, 255, 0.72);
}

.price-values {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  gap: 12px;
}

.price-values > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 18px;
}

.price-values span {
  margin-bottom: 10px;
  font-size: 0.7rem;
}

.price-values strong {
  font-family: var(--serif);
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  font-weight: 500;
}

.price-values small {
  margin-left: 4px;
  font-family: var(--sans);
  font-size: 0.66rem;
}

.price-values .first-price {
  color: var(--plum);
  background: var(--rose-soft);
  border-color: transparent;
}

.price-note {
  grid-column: 1 / -1;
  margin: 0;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.84rem;
}

.service-information {
  margin-block: clamp(75px, 10vw, 125px);
  padding: clamp(30px, 5vw, 52px) clamp(26px, 6vw, 68px);
  background: #f8f3ec;
  border-block: 1px solid rgba(173, 129, 93, 0.22);
}

.service-information > .eyebrow {
  margin-bottom: 24px;
  color: var(--sage-dark);
}

.service-information-list {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  margin: 0;
}

.service-information-list > div {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 14px;
  align-items: start;
  padding: 8px 30px 8px 0;
}

.service-information-list > div + div {
  padding-left: 36px;
  border-left: 1px solid rgba(47, 38, 48, 0.13);
}

.service-information-list dt {
  padding-top: 4px;
  color: var(--ink-soft);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
}

.service-information-list dd {
  display: grid;
  gap: 6px;
  margin: 0;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 1rem;
}

.service-information-list dd strong {
  font-size: 1.25rem;
  font-weight: 500;
}

.service-information-list dd > span:not(.first-visit-price) {
  color: var(--ink-soft);
}

.first-visit-price {
  width: fit-content;
  padding-bottom: 2px;
  color: #a25f66;
  border-bottom: 1px solid rgba(201, 119, 127, 0.38);
}

.service-information-note {
  margin: 28px 0 0;
  padding: 16px 18px;
  color: #7f4d55;
  background: rgba(239, 216, 213, 0.54);
  border-top: 1px solid rgba(201, 119, 127, 0.34);
  border-left: 3px solid rgba(201, 119, 127, 0.78);
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1.8;
}

.recommend-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  align-items: center;
  gap: clamp(45px, 8vw, 100px);
}

.recommend-photo {
  margin: 0;
  overflow: hidden;
  border-radius: 0;
  box-shadow: var(--shadow);
}

.recommend-photo img {
  width: 100%;
  height: 520px;
  object-fit: cover;
}

.visit-flow {
  margin-top: clamp(85px, 12vw, 150px);
  padding: clamp(36px, 6vw, 70px);
  background: var(--cream);
  border-radius: var(--radius);
}

.flow-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin: 0;
  padding: 0;
  counter-reset: flow;
  list-style: none;
}

.flow-list li {
  position: relative;
  padding: 25px 20px;
  background: var(--paper);
  border-radius: 16px;
}

.flow-list li > span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-bottom: 17px;
  color: var(--white);
  background: var(--rose);
  border-radius: 50%;
  font-family: var(--serif);
  font-size: 0.75rem;
}

.flow-list strong {
  font-family: var(--serif);
  font-size: 1rem;
}

.flow-list p {
  margin: 10px 0 0;
  color: var(--ink-soft);
  font-size: 0.82rem;
  line-height: 1.75;
}

.center-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 25px;
  margin-top: 55px;
}

.lesson-section {
  background: linear-gradient(135deg, var(--sage-soft), #f4efe7);
}

.lesson-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(400px, 0.75fr);
  gap: clamp(36px, 4vw, 64px);
  align-items: center;
  width: min(calc(100% - 48px), 1500px);
}

.lesson-photo {
  position: relative;
}

.lesson-photo img {
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 0;
  box-shadow: var(--shadow);
}

.lesson-copy h2 {
  margin-bottom: 20px;
  font-size: clamp(2.05rem, 2.7vw, 2.75rem);
}

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

.lesson-status {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 18px;
  margin: 30px 0;
  padding: 22px;
  background: rgba(255, 253, 249, 0.66);
  border-radius: 16px;
}

.lesson-status > span {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  color: var(--white);
  background: var(--rose);
  border-radius: 50%;
  font-size: 0.68rem;
  font-weight: 700;
}

.lesson-status p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.86rem;
}

.lesson-status strong {
  color: var(--ink);
  font-family: var(--serif);
  font-size: 1.05rem;
}

.care-note {
  margin-block: clamp(70px, 10vw, 120px);
  padding: clamp(28px, 5vw, 50px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.care-note h2 {
  margin-bottom: 12px;
  font-size: 1.3rem;
}

.care-note p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.86rem;
}

/* Reservation */
.preview-notice {
  color: #664712;
  background: #fff1c8;
  border-bottom: 1px solid rgba(102, 71, 18, 0.16);
}

.preview-notice > div {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px 16px;
  padding-block: 11px;
  font-size: 0.79rem;
  text-align: center;
}

.reserve-hero {
  padding-block: clamp(62px, 8vw, 100px);
}

.reserve-hero-copy {
  max-width: 720px;
}

.reserve-hero-copy h1 {
  margin-bottom: 18px;
  font-size: clamp(2.8rem, 5vw, 5rem);
}

.reserve-hero-copy > p:last-child {
  color: var(--ink-soft);
}

.reservation-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: clamp(35px, 6vw, 72px);
  align-items: start;
  padding-top: 10px;
}

.reservation-main {
  display: grid;
  gap: 28px;
}

.booking-step,
.sidebar-card {
  padding: clamp(28px, 5vw, 48px);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 18px 48px rgba(62, 46, 54, 0.06);
}

.booking-step-heading {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 20px;
  align-items: start;
  margin-bottom: 30px;
}

.booking-step-heading > span {
  padding-top: 7px;
  color: var(--rose);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.booking-step-heading h2 {
  margin-bottom: 5px;
  font-size: clamp(1.45rem, 2.8vw, 2rem);
}

.booking-step-heading p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.82rem;
}

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

.service-choice {
  position: relative;
  display: grid;
  gap: 7px;
  min-height: 176px;
  padding: 24px;
  border: 1px solid var(--line);
  color: var(--ink);
  background: var(--paper);
  border-radius: 18px;
  text-align: left;
  cursor: pointer;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.service-choice:hover {
  transform: translateY(-2px);
  border-color: rgba(201, 119, 127, 0.62);
}

.service-choice[aria-pressed="true"] {
  color: var(--white);
  background: var(--plum);
  border-color: var(--plum);
  box-shadow: 0 14px 34px rgba(60, 35, 82, 0.2);
}

.service-choice-number {
  color: var(--rose);
  font-family: var(--serif);
  font-size: 0.8rem;
  letter-spacing: 0.12em;
}

.service-choice strong {
  font-family: var(--serif);
  font-size: 1.35rem;
  font-weight: 500;
}

.service-choice small {
  color: var(--ink-soft);
  font-size: 0.76rem;
  line-height: 1.7;
}

.service-choice b {
  align-self: end;
  color: var(--sage-dark);
  font-size: 0.68rem;
}

.service-choice[aria-pressed="true"] .service-choice-number,
.service-choice[aria-pressed="true"] small,
.service-choice[aria-pressed="true"] b {
  color: rgba(255, 255, 255, 0.78);
}

.month-selector {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.month-selector[hidden] {
  display: none;
}

.month-choice {
  display: flex;
  align-items: baseline;
  gap: 7px;
  min-width: 112px;
  padding: 11px 18px;
  border: 1px solid var(--line);
  color: var(--ink);
  background: var(--paper);
  border-radius: 999px;
  cursor: pointer;
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.month-choice:hover {
  transform: translateY(-1px);
  border-color: var(--rose);
}

.month-choice strong {
  font-family: var(--serif);
  font-size: 1.12rem;
  font-weight: 500;
}

.month-choice small {
  color: var(--ink-soft);
  font-size: 0.68rem;
}

.month-choice[aria-pressed="true"] {
  color: var(--white);
  background: var(--plum);
  border-color: var(--plum);
}

.month-choice[aria-pressed="true"] small {
  color: rgba(255, 255, 255, 0.74);
}

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

.date-button {
  display: grid;
  place-items: center;
  min-height: 92px;
  padding: 12px 8px;
  border: 1px solid var(--line);
  color: var(--ink);
  background: var(--paper);
  border-radius: 14px;
  cursor: pointer;
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.date-button:hover {
  transform: translateY(-2px);
  border-color: var(--rose);
}

.date-button[aria-pressed="true"] {
  color: var(--white);
  background: var(--plum);
  border-color: var(--plum);
}

.date-button .date-day {
  font-family: var(--serif);
  font-size: 1.65rem;
  line-height: 1;
}

.date-button .date-weekday {
  margin-top: 7px;
  font-size: 0.68rem;
}

.date-button.is-weekend:not([aria-pressed="true"]) .date-weekday {
  color: var(--rose);
}

.time-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 9px;
}

.time-button {
  display: grid;
  place-items: center;
  gap: 2px;
  min-height: 46px;
  padding: 8px;
  border: 1px solid var(--line);
  color: var(--ink);
  background: var(--paper);
  border-radius: 10px;
  cursor: pointer;
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.time-button strong {
  font-family: var(--serif);
  font-size: 1rem;
  font-weight: 500;
}

.time-button small {
  max-width: 100%;
  overflow: hidden;
  font-size: 0.58rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.time-button:hover {
  border-color: var(--rose);
}

.time-button[aria-pressed="true"] {
  color: var(--white);
  background: var(--rose);
  border-color: var(--rose);
}

.time-placeholder,
.empty-availability {
  grid-column: 1 / -1;
  margin: 0;
  padding: 24px;
  color: var(--ink-soft);
  background: var(--cream);
  border-radius: 12px;
  font-size: 0.83rem;
  text-align: center;
}

.booking-status {
  min-height: 1.5em;
  margin: 13px 0 0;
  color: var(--ink-soft);
  font-size: 0.78rem;
}

.selected-booking {
  margin-bottom: 28px;
  padding: 18px 20px;
  background: var(--sage-soft);
  border-radius: 14px;
}

.selected-booking > span {
  display: block;
  color: var(--sage-dark);
  font-size: 0.68rem;
  font-weight: 700;
}

.selected-booking strong {
  display: block;
  margin-top: 3px;
  font-family: var(--serif);
}

.selected-booking p {
  margin: 5px 0 0;
  color: var(--ink-soft);
  font-size: 0.8rem;
}

.selected-location-note {
  display: block;
  margin-top: 11px;
  padding: 10px 12px;
  color: #7c4650;
  background: #fff8f5;
  border-left: 3px solid var(--rose);
  font-size: 0.76rem;
  font-style: normal;
  font-weight: 700;
}

.selected-location-note[hidden] {
  display: none;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  gap: 18px;
}

.form-field {
  display: grid;
  align-content: start;
  gap: 8px;
}

.form-field-wide {
  grid-column: 1 / -1;
}

.form-field > span {
  font-size: 0.84rem;
  font-weight: 700;
}

.form-field b {
  display: inline-block;
  margin-left: 5px;
  padding: 2px 6px;
  color: var(--white);
  background: var(--rose);
  border-radius: 5px;
  font-size: 0.59rem;
}

.form-field input {
  width: 100%;
  height: 54px;
  padding: 0 16px;
  border: 1px solid var(--line);
  color: var(--ink);
  background: var(--white);
  border-radius: 12px;
}

.form-field input:focus {
  border-color: var(--rose);
}

.form-field input[aria-invalid="true"] {
  border-color: #b43d49;
  background: #fff7f7;
}

.consent-field {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 22px;
  color: var(--ink-soft);
  font-size: 0.8rem;
  cursor: pointer;
}

.consent-field input {
  width: 18px;
  height: 18px;
  margin-top: 5px;
  accent-color: var(--plum);
}

.consent-field a {
  color: var(--plum);
  border-bottom: 1px solid currentColor;
}

.field-error,
.form-error {
  min-height: 1.2em;
  color: #a92e3d;
  font-size: 0.72rem;
}

.form-error {
  margin: 14px 0 0;
  font-weight: 700;
}

.submit-button {
  width: 100%;
  margin-top: 8px;
}

.submit-note {
  margin: 10px 0 0;
  color: var(--ink-soft);
  font-size: 0.69rem;
  text-align: center;
}

.reservation-sidebar {
  position: sticky;
  top: calc(var(--header-height) + 28px);
  display: grid;
  gap: 20px;
}

.sidebar-card {
  padding: 30px;
}

.sidebar-card h2 {
  margin-bottom: 20px;
  font-size: 1.35rem;
}

.rule-list {
  margin-bottom: 24px;
}

.rule-list div {
  display: grid;
  grid-template-columns: 86px 1fr;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
  font-size: 0.78rem;
}

.rule-list dt {
  color: var(--ink-soft);
}

.rule-list dd {
  margin: 0;
  font-weight: 700;
}

.compact-social {
  width: 100%;
  min-height: 50px;
  padding: 9px 16px;
}

.soft-card {
  background: var(--rose-soft);
}

.soft-card p {
  color: var(--ink-soft);
  font-size: 0.82rem;
}

.cafe-order-card {
  background: var(--sage-soft);
}

.cafe-order-card p {
  margin: 10px 0 0;
  font-size: 0.84rem;
}

.mini-label {
  color: var(--sage-dark);
  font-size: 0.69rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.confirmation-dialog {
  width: min(calc(100% - 32px), 600px);
  padding: clamp(28px, 5vw, 48px);
  color: var(--ink);
  background: var(--paper);
  border: 0;
  border-radius: 26px;
  box-shadow: 0 32px 90px rgba(32, 23, 30, 0.3);
}

.confirmation-dialog::backdrop {
  background: rgba(38, 27, 35, 0.68);
  backdrop-filter: blur(5px);
}

.dialog-close {
  position: absolute;
  top: 14px;
  right: 16px;
  width: 40px;
  height: 40px;
  border: 0;
  color: var(--ink-soft);
  background: var(--cream);
  border-radius: 50%;
  font-size: 1.35rem;
  cursor: pointer;
}

.dialog-mark {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin-bottom: 22px;
  color: var(--white);
  background: var(--sage-dark);
  border-radius: 50%;
  font-size: 1.5rem;
}

.confirmation-dialog h2 {
  margin-bottom: 15px;
  font-size: 1.75rem;
}

.dialog-warning {
  padding: 14px;
  color: #735014;
  background: #fff1c8;
  border-radius: 11px;
  font-size: 0.78rem;
}

.confirmation-summary {
  margin-block: 22px;
  padding-block: 14px;
  border-block: 1px solid var(--line);
}

.confirmation-summary dl {
  display: grid;
  gap: 0;
  margin: 0;
  font-size: 0.82rem;
}

.confirmation-summary dl > div {
  display: grid;
  grid-template-columns: 100px minmax(0, 1fr);
  gap: 14px;
  padding-block: 9px;
}

.confirmation-summary dt {
  color: var(--ink-soft);
}

.confirmation-summary dd {
  margin: 0;
  font-weight: 700;
}

.confirmation-email-status {
  margin: 0 0 18px;
  padding: 13px 15px;
  color: var(--sage-dark);
  background: var(--sage-soft);
  border-radius: 11px;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.75;
}

.confirmation-email-status[data-status="failed"],
.confirmation-email-status[data-status="not_configured"] {
  color: #735014;
  background: #fff1c8;
}

.confirmation-email-help {
  margin: -5px 0 20px;
  color: var(--ink-soft);
  font-size: 0.76rem;
  line-height: 1.8;
  text-align: center;
}

.confirmation-email-help a {
  color: var(--plum);
  font-weight: 700;
  border-bottom: 1px solid currentColor;
}

.calendar-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 14px;
}

.calendar-actions .button {
  min-height: 50px;
  padding-inline: 16px;
  text-align: center;
}

.dialog-help {
  margin: 0 0 16px;
  color: var(--ink-soft);
  font-size: 0.75rem;
  text-align: center;
}

.dialog-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.customer-voices {
  background: linear-gradient(135deg, rgba(231, 236, 226, 0.72), rgba(249, 244, 238, 0.9));
}

.customer-voices-heading {
  max-width: 620px;
  margin-inline: auto;
  text-align: center;
}

.customer-voices-heading > p:last-child {
  margin: 14px 0 0;
  color: var(--ink-soft);
  font-size: 0.84rem;
}

.customer-voice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(20px, 3vw, 34px);
  max-width: 1040px;
  margin: clamp(42px, 6vw, 68px) auto 0;
}

.customer-voice-card {
  position: relative;
  margin: 0;
  padding: clamp(34px, 5vw, 54px);
  background: rgba(255, 253, 249, 0.92);
  border: 1px solid rgba(95, 112, 91, 0.16);
  box-shadow: 0 24px 60px rgba(70, 58, 65, 0.07);
}

.customer-voice-card::before {
  content: "“";
  position: absolute;
  top: 18px;
  left: 26px;
  color: rgba(199, 119, 127, 0.3);
  font-family: Georgia, serif;
  font-size: 4rem;
  line-height: 1;
}

.customer-voice-card blockquote {
  position: relative;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(1rem, 1.45vw, 1.16rem);
  line-height: 2.05;
}

.customer-voice-card figcaption {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 26px;
  color: var(--sage-dark);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.customer-voice-card figcaption::before {
  content: "";
  width: 30px;
  height: 1px;
  background: var(--rose);
}

.dialog-actions .button {
  flex: 1 1 190px;
}

.dialog-line-access {
  flex: 1 1 100%;
}

/* Privacy */
.policy-main {
  padding-bottom: clamp(80px, 10vw, 140px);
}

.policy-hero {
  max-width: 900px;
  padding-block: clamp(70px, 10vw, 120px) 45px;
}

.policy-hero h1 {
  margin-bottom: 20px;
  font-size: clamp(2.5rem, 5vw, 4.6rem);
}

.policy-hero > p:last-child {
  color: var(--ink-soft);
}

.policy-content {
  max-width: 900px;
  padding: clamp(30px, 6vw, 70px);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.policy-content section {
  padding-block: 28px;
  border-bottom: 1px solid var(--line);
}

.policy-content section:first-child {
  padding-top: 0;
}

.policy-content h2 {
  margin-bottom: 12px;
  font-size: 1.25rem;
}

.policy-content p {
  margin-bottom: 0;
  color: var(--ink-soft);
  font-size: 0.9rem;
}

.policy-date {
  margin: 28px 0 !important;
  text-align: right;
}

.policy-contact {
  width: fit-content;
}

/* Footer */
.site-footer {
  padding-block: 50px 28px;
  background: #281f2b;
  color: rgba(255, 255, 255, 0.78);
}

.footer-grid {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 30px 60px;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 14px;
}

.footer-brand img {
  width: 66px;
  height: 66px;
  padding: 5px;
  object-fit: contain;
  background: var(--paper);
  border-radius: 50%;
}

.footer-brand div {
  display: grid;
}

.footer-brand strong {
  color: var(--white);
  font-family: var(--serif);
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.13em;
}

.footer-brand span {
  font-size: 0.58rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.footer-nav {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 14px 28px;
  font-size: 0.75rem;
}

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

.copyright {
  grid-column: 1 / -1;
  margin: 0;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.65rem;
  text-align: center;
}

/* Home — editorial layout inspired by the original mjuka site */
body[data-page="home"] {
  background: var(--paper);
}

body[data-page="home"] main {
  overflow: clip;
}

.original-hero {
  position: relative;
  width: min(calc(100% - 40px), 1600px);
  min-height: 430px;
  height: min(64vw, 680px);
  margin: 22px auto 0;
  overflow: hidden;
  background: #dfd8ca;
  border-radius: 3px;
}

.original-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(34, 25, 25, 0.08), transparent 38%, transparent 78%, rgba(34, 25, 25, 0.05));
  pointer-events: none;
}

.original-hero > img {
  --hero-scale-start: 1.01;
  --hero-scale-end: 1.09;
  --hero-shift-start: 0.8%;
  --hero-shift-end: -0.8%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 52%;
  transform: translate3d(var(--hero-shift-start), 0, 0) scale(var(--hero-scale-start));
  transform-origin: center center;
  animation: hero-breathe 10s cubic-bezier(0.45, 0, 0.55, 1) infinite alternate;
  will-change: transform;
}

@keyframes hero-breathe {
  from { transform: translate3d(var(--hero-shift-start), 0, 0) scale(var(--hero-scale-start)); }
  to { transform: translate3d(var(--hero-shift-end), 0, 0) scale(var(--hero-scale-end)); }
}

.brand-philosophy {
  display: grid;
  justify-items: center;
  padding-block: clamp(96px, 11vw, 168px);
  text-align: center;
}

.brand-philosophy .eyebrow {
  margin-bottom: 27px;
  color: var(--sage-dark);
}

.brand-philosophy h1 {
  margin-bottom: 30px;
  font-size: clamp(2.7rem, 5.4vw, 5.25rem);
  letter-spacing: 0.095em;
  line-height: 1.42;
}

.brand-philosophy h1 span {
  display: inline-block;
  white-space: nowrap;
}

.brand-philosophy-line {
  width: 42px;
  height: 1px;
  margin-bottom: 34px;
  background: var(--rose);
}

.brand-philosophy > p:last-child {
  margin: 0;
  color: var(--ink-soft);
  font-family: var(--serif);
  font-size: clamp(0.92rem, 1.35vw, 1.08rem);
  line-height: 2.25;
}

.original-welcome,
.original-about,
.original-menu {
  position: relative;
  scroll-margin-top: calc(var(--header-height) + 20px);
}

.original-welcome {
  padding-block: clamp(96px, 12vw, 172px);
  background: #f7f0e7;
}

.original-welcome::before {
  content: "";
  position: absolute;
  top: 0;
  right: max(3vw, calc((100vw - var(--max)) / 2 - 110px));
  width: 1px;
  height: 88px;
  background: rgba(173, 129, 93, 0.42);
}

.original-welcome-grid {
  display: grid;
  grid-template-columns: minmax(270px, 0.72fr) minmax(420px, 1.28fr);
  gap: clamp(70px, 11vw, 148px);
  align-items: start;
}

.original-welcome-heading h2,
.original-about-side h2 {
  margin-bottom: clamp(35px, 5vw, 60px);
  font-size: clamp(2.5rem, 4.6vw, 4.6rem);
}

.original-welcome-heading h2 {
  font-size: clamp(2.3rem, 3.8vw, 3.6rem);
  white-space: nowrap;
}

.original-welcome-photo {
  width: min(72%, 260px);
  aspect-ratio: 1;
  margin: 0 0 0 clamp(0px, 4vw, 56px);
  overflow: hidden;
  background: #f7f2ec;
  border-radius: 0;
  box-shadow: 0 22px 65px rgba(74, 54, 48, 0.12);
}

.original-welcome-photo img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: center;
  border-radius: 0;
  transform: none;
}

.original-welcome-copy {
  max-width: 650px;
  padding-top: 41px;
  color: #5f5655;
  font-family: var(--serif);
  font-size: clamp(0.94rem, 1.25vw, 1.06rem);
  line-height: 2.25;
}

.original-welcome-copy > p {
  margin-bottom: 2.05em;
}

.original-welcome-copy > p:last-child {
  margin-bottom: 0;
}

.welcome-voice {
  color: var(--ink);
  font-size: 1.08em;
}

.welcome-list {
  position: relative;
  display: grid;
  gap: 2px;
  padding: 5px 0 5px 28px;
}

.welcome-list::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  background: rgba(201, 119, 127, 0.65);
}

.welcome-list strong {
  font-weight: 500;
}

.original-about {
  padding-block: clamp(105px, 13vw, 185px);
  background:
    linear-gradient(90deg, rgba(228, 233, 223, 0.52) 0, rgba(228, 233, 223, 0.52) 27%, transparent 27%),
    #fffdf9;
}

.original-about-grid {
  display: grid;
  grid-template-columns: minmax(290px, 0.78fr) minmax(470px, 1.22fr);
  gap: clamp(70px, 10vw, 140px);
  align-items: start;
}

.original-about-side {
  position: sticky;
  top: calc(var(--header-height) + 38px);
}

.original-about-side .eyebrow {
  color: var(--sage-dark);
}

.original-about-photo {
  width: min(100%, 380px);
  aspect-ratio: 1;
  margin: 0;
  padding: 11px;
  background: rgba(255, 253, 249, 0.76);
  border: 1px solid rgba(60, 35, 82, 0.14);
  border-radius: 50%;
  box-shadow: 0 24px 64px rgba(62, 42, 48, 0.1);
}

.original-about-photo img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: center center;
  border-radius: 50%;
}

.original-about-name {
  display: grid;
  gap: 2px;
  width: min(100%, 380px);
  margin-top: 26px;
  padding-left: 18px;
  border-left: 1px solid var(--rose);
}

.original-about-name strong {
  margin-bottom: 5px;
  font-family: var(--serif);
  font-size: 1.18rem;
  font-weight: 500;
  letter-spacing: 0.12em;
}

.original-about-name span {
  color: var(--ink-soft);
  font-size: 0.74rem;
}

.original-about-copy {
  max-width: 670px;
  padding-top: 72px;
  color: var(--ink-soft);
  font-family: var(--serif);
  font-size: clamp(0.94rem, 1.18vw, 1.04rem);
  line-height: 2.3;
}

.original-about-copy p {
  margin-bottom: 2em;
}

.original-about-copy h3 {
  margin: 3.1em 0 1.2em;
  color: var(--ink);
  font-size: clamp(1.35rem, 2.2vw, 1.9rem);
}

.original-about-copy blockquote {
  position: relative;
  margin: 2.3em 0;
  padding: 22px 34px;
  color: var(--plum);
  font-size: clamp(1.2rem, 2vw, 1.6rem);
  letter-spacing: 0.08em;
  line-height: 2;
}

.original-about-copy blockquote::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 2px;
  background: var(--rose);
}

.original-menu {
  padding: clamp(24px, 3vw, 44px) 0 clamp(105px, 13vw, 180px);
  background: #f8f3eb;
}

.original-menu-banner {
  width: min(calc(100% - 48px), 1500px);
  height: clamp(290px, 36vw, 530px);
  margin: 0 auto;
  overflow: hidden;
}

.original-menu-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 54%;
}

.original-menu-content {
  padding-top: clamp(78px, 9vw, 125px);
}

.original-menu-heading {
  margin-bottom: clamp(55px, 7vw, 90px);
  text-align: center;
}

.original-menu-heading .eyebrow {
  margin-bottom: 10px;
  color: var(--sage-dark);
}

.original-menu-heading h2 {
  margin-bottom: 14px;
  font-size: clamp(2.55rem, 4.7vw, 4.6rem);
  letter-spacing: 0.2em;
}

.original-menu-heading > p:last-child {
  margin: 0;
  color: var(--ink-soft);
  font-family: var(--serif);
}

.original-menu-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(70px, 10vw, 138px);
}

.original-menu-grid::before {
  content: "";
  position: absolute;
  top: 12px;
  bottom: 12px;
  left: 50%;
  width: 1px;
  background: rgba(94, 110, 88, 0.32);
}

.original-menu-item {
  position: relative;
  padding: 12px clamp(4px, 1vw, 15px) 0;
}

.original-menu-number {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 30px;
  color: var(--plum);
  background: var(--paper);
  border: 1px solid rgba(60, 35, 82, 0.18);
  border-radius: 50%;
  font-family: var(--serif);
  font-size: 0.75rem;
  letter-spacing: 0.08em;
}

.original-menu-label {
  margin-bottom: 14px;
  color: var(--rose);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.09em;
}

.original-menu-item h3 {
  margin-bottom: 23px;
  font-size: clamp(1.7rem, 3vw, 2.65rem);
  line-height: 1.55;
}

.original-menu-subtitle {
  margin-bottom: 22px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 1.04rem;
}

.original-menu-item > p:not(.original-menu-label):not(.original-menu-subtitle):not(.original-menu-status) {
  color: var(--ink-soft);
  font-size: 0.92rem;
  line-height: 2.05;
}

.original-menu-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 32px 0 26px;
  border-block: 1px solid rgba(47, 38, 48, 0.14);
}

.original-menu-facts > div {
  padding: 16px 0;
}

.original-menu-facts > div + div {
  padding-left: 22px;
  border-left: 1px solid rgba(47, 38, 48, 0.14);
}

.original-menu-facts dt {
  color: var(--ink-soft);
  font-size: 0.67rem;
}

.original-menu-facts dd {
  display: grid;
  gap: 2px;
  margin: 2px 0 0;
  font-family: var(--serif);
  font-size: 1.05rem;
}

.original-menu-status {
  width: fit-content;
  margin: 30px 0 27px;
  padding: 9px 15px;
  color: var(--sage-dark);
  background: rgba(228, 233, 223, 0.84);
  font-size: 0.76rem;
  font-weight: 700;
}

.original-menu .menu-cta {
  margin-top: clamp(72px, 10vw, 115px);
  background: rgba(255, 253, 249, 0.88);
  border-radius: 2px;
  box-shadow: none;
}

/* Reveal animation */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.2, 0.75, 0.25, 1);
}

.reveal[data-delay="1"] {
  transition-delay: 0.12s;
}

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

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
  .reveal { opacity: 1; transform: none; }
  .original-hero > img {
    animation: none !important;
    transform: none;
  }
}

@media (max-width: 980px) {
  :root { --header-height: 88px; }

  .section-shell { width: min(calc(100% - 36px), var(--max)); }

  .nav-toggle { display: block; position: relative; z-index: 102; }

  .global-nav {
    position: absolute;
    top: 100%;
    right: 10px;
    bottom: auto;
    left: auto;
    z-index: 101;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 2px;
    width: min(calc(100vw - 20px), 360px);
    min-height: 0;
    max-height: calc(100dvh - var(--header-height) - 12px);
    padding: 14px 16px 20px;
    overflow-y: auto;
    color: var(--ink);
    background: rgba(255, 253, 249, 0.98);
    border: 1px solid rgba(60, 35, 82, 0.12);
    border-radius: 0 0 18px 18px;
    box-shadow: 0 20px 50px rgba(47, 38, 48, 0.18);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-10px) scale(0.98);
    transform-origin: top right;
    transition: opacity 0.2s ease, visibility 0.2s, transform 0.22s ease;
  }

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

  .global-nav a {
    width: 100%;
    padding: 12px 10px;
    border-bottom: 1px solid var(--line);
    font-family: var(--serif);
    font-size: 1.08rem;
    text-align: left;
  }

  .global-nav .nav-reserve {
    margin-top: 0;
    padding: 12px 10px !important;
    color: var(--ink);
    background: transparent;
    border: 0;
    border-bottom: 1px solid var(--line);
    border-radius: 0;
    text-align: left;
    transform: none;
  }

  .global-nav .nav-reserve:hover {
    color: var(--ink);
    background: rgba(201, 119, 127, 0.08);
    transform: none;
  }

  .hero {
    grid-template-columns: 1fr 0.7fr;
    gap: 40px;
  }

  .hero-copy h1 { font-size: clamp(2.8rem, 7vw, 4.7rem); }
  .hero-meta { grid-template-columns: 1fr; gap: 14px; }
  .hero-note { left: -35px; }

  .profile-grid { grid-template-columns: 0.7fr 1.3fr; gap: 55px; }
  .sensory-grid { grid-template-columns: 0.8fr 1.2fr; gap: 45px; }

  .flow-list { grid-template-columns: 1fr 1fr; }
  .price-panel { grid-template-columns: 1fr; }
  .price-note { grid-column: auto; }

  .reservation-layout { grid-template-columns: 1fr; }
  .reservation-sidebar { position: static; grid-template-columns: repeat(3, 1fr); }
  .sidebar-card { padding: 24px; }
  .compact-social { align-self: end; }

  .original-hero {
    min-height: 390px;
    height: 61vw;
  }

  .original-welcome-grid,
  .original-about-grid {
    grid-template-columns: minmax(235px, 0.7fr) minmax(390px, 1.3fr);
    gap: 60px;
  }

  .original-about {
    background:
      linear-gradient(90deg, rgba(228, 233, 223, 0.52) 0, rgba(228, 233, 223, 0.52) 31%, transparent 31%),
      #fffdf9;
  }

  .original-menu-grid {
    gap: 76px;
  }
}

@media (max-width: 760px) {
  body {
    padding-top: var(--header-height);
    font-size: 15px;
    line-height: 1.85;
  }
  .site-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
  }
  .section-shell { width: min(calc(100% - 28px), var(--max)); }
  .section { padding-block: 82px; }
  .desktop-only { display: none; }
  .brand { gap: 8px; }
  .brand img { width: 64px; height: 64px; }

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 52px;
  }

  .hero-copy h1 { font-size: clamp(2.45rem, 11.5vw, 4.2rem); }
  .hero-visual { width: min(86%, 430px); margin: 0 auto; justify-self: center; }
  .hero-note { left: -28px; bottom: 26px; }

  .welcome-grid,
  .profile-grid,
  .sensory-grid,
  .access-grid,
  .page-hero,
  .detail-intro,
  .treatment-layout,
  .recommend-grid,
  .lesson-grid {
    grid-template-columns: 1fr;
  }

  .welcome-grid { gap: 48px; }
  .welcome-photo { padding: 0 0 28px 24px; }
  .profile-portrait { position: static; width: min(84%, 420px); margin: 0 auto; }
  .profile-grid { gap: 60px; }

  .menu-cards { grid-template-columns: 1fr; }
  .menu-image img { height: 390px; }
  .menu-card:not(.menu-card-featured) .menu-image img { object-position: center 47%; }
  .menu-cta { align-items: flex-start; flex-direction: column; }

  .sensory-grid { gap: 55px; }
  .sensory-gallery { min-height: 430px; }
  .gallery-main img { height: 430px; }

  .access-grid { gap: 20px; }
  .map-frame, .map-frame iframe { min-height: 400px; }

  .line-desktop-qr { display: none; }
  .line-mobile-link { display: inline-flex; }
  .line-access-compact .line-mobile-link { width: 100%; }
  .dialog-line-access .line-mobile-link { flex: 1 1 190px; }

  .page-hero { padding-top: 54px; }
  .page-hero-image { order: -1; }
  .page-hero-image img { height: 420px; }
  .page-tabs { margin-top: 0; }
  .menu-page-intro { padding-top: 58px; }
  .menu-page-cover,
  body[data-page="menu"] .page-tabs { width: calc(100% - 28px); }
  .menu-page-cover { height: clamp(300px, 69vw, 460px); }

  .detail-intro { gap: 26px; }
  .treatment-layout { gap: 48px; }
  .price-values { grid-template-columns: 1fr; }
  .service-information-list { grid-template-columns: 1fr; }
  .service-information-list > div { padding-right: 0; }
  .service-information-list > div + div {
    margin-top: 18px;
    padding: 26px 0 0;
    border-top: 1px solid rgba(47, 38, 48, 0.13);
    border-left: 0;
  }
  .recommend-grid { gap: 50px; }
  .recommend-photo { order: -1; }
  .recommend-photo img { height: 410px; }
  .lesson-photo { width: min(100%, 680px); margin: 0 auto; }

  .reservation-sidebar { grid-template-columns: 1fr; }
  .date-grid { grid-template-columns: repeat(3, 1fr); }
  .time-grid { grid-template-columns: repeat(4, 1fr); }
  .form-grid { grid-template-columns: 1fr; }
  .calendar-actions { grid-template-columns: 1fr; }
  .customer-voice-grid { grid-template-columns: 1fr; }

  .footer-grid { grid-template-columns: 1fr; text-align: center; }
  .footer-brand, .footer-nav { justify-content: center; }
  .copyright { grid-column: auto; }

  .original-hero {
    width: calc(100% - 28px);
    min-height: 360px;
    height: 67vw;
    margin-top: 14px;
  }

  .brand-philosophy {
    padding-block: 88px 96px;
  }

  .brand-philosophy h1 {
    font-size: clamp(2.45rem, 10.5vw, 4.25rem);
  }

  .brand-philosophy > p:last-child br {
    display: none;
  }

  .original-welcome-grid,
  .original-about-grid {
    grid-template-columns: 1fr;
  }

  .original-welcome-grid {
    gap: 58px;
  }

  .original-welcome-heading h2,
  .original-about-side h2 {
    margin-bottom: 34px;
  }

  .original-welcome-photo {
    width: min(55%, 250px);
    margin-left: 10%;
  }

  .original-welcome-copy,
  .original-about-copy {
    max-width: none;
    padding-top: 0;
  }

  .original-welcome-copy br {
    display: none;
  }

  .welcome-voice br,
  .welcome-list br {
    display: initial;
  }

  .original-about {
    background:
      linear-gradient(180deg, rgba(228, 233, 223, 0.54) 0, rgba(228, 233, 223, 0.54) 570px, transparent 570px),
      #fffdf9;
  }

  .original-about-side {
    position: static;
  }

  .original-about-photo {
    width: min(76%, 390px);
    margin-inline: auto;
  }

  .original-menu {
    padding-top: 14px;
  }

  .original-menu-banner {
    width: calc(100% - 28px);
    height: 54vw;
    min-height: 280px;
  }

  .original-menu-grid {
    grid-template-columns: 1fr;
    gap: 72px;
  }

  .original-menu-grid::before {
    display: none;
  }

  .original-menu-item + .original-menu-item {
    padding-top: 70px;
    border-top: 1px solid rgba(94, 110, 88, 0.32);
  }
}

@media (max-width: 520px) {
  .header-inner { width: calc(100% - 22px); }
  .brand-name { font-size: 1.25rem; }
  .brand-sub { font-size: 0.55rem; }

  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-actions .text-link { align-self: flex-start; }
  .hero-meta { margin-top: 40px; }
  .hero-visual { width: 90%; }
  .hero-note { left: -12px; padding: 12px 14px; }

  .menu-image img { height: 330px; }
  .menu-facts { grid-template-columns: 1fr; }

  .page-tabs a { min-height: 64px; gap: 8px; font-size: 0.77rem; }
  .page-hero-image img { height: 340px; }
  .menu-page-title { margin-bottom: 34px; }
  .menu-page-title h1 { font-size: 3rem; }
  .menu-page-cover { height: 68vw; min-height: 260px; }

  .price-panel { padding: 28px 22px; }
  .flow-list { grid-template-columns: 1fr; }
  .lesson-status { grid-template-columns: 1fr; }
  .lesson-copy h2 { font-size: clamp(1.6rem, 8vw, 2.3rem); }

  .booking-step-heading { grid-template-columns: 1fr; gap: 8px; }
  .booking-step-heading > span { padding: 0; }
  .service-choice-grid { grid-template-columns: 1fr; }
  .service-choice { min-height: 148px; padding: 20px; }
  .date-grid { grid-template-columns: repeat(2, 1fr); }
  .time-grid { grid-template-columns: repeat(3, 1fr); }
  .booking-step, .sidebar-card { padding: 24px 20px; }

  .month-selector { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .month-selector[hidden] { display: none; }
  .month-choice { min-width: 0; justify-content: center; }

  .social-actions { align-items: stretch; flex-direction: column; }
  .social-actions .line-access { width: 100%; }
  .social-button { width: 100%; }
  .policy-contact { width: 100%; }
  .line-smart-link-large,
  .email-smart-link-large { width: 100%; min-width: 0; }
  .center-actions .line-smart-link,
  .reservation-sidebar .line-smart-link { width: 100%; }
  .service-information { padding-inline: 22px; }
  .service-information-list > div { grid-template-columns: 1fr; gap: 5px; }

  .original-hero {
    min-height: 330px;
    height: 78vw;
  }

  .original-hero > img {
    --hero-scale-start: 1.02;
    --hero-scale-end: 1.08;
    --hero-shift-start: 1%;
    --hero-shift-end: -1%;
    object-position: 54% center;
    animation-duration: 12s;
  }

  .brand-philosophy h1 {
    font-size: clamp(2rem, 9.4vw, 3rem);
    letter-spacing: 0.065em;
  }

  .brand-philosophy > p:last-child {
    text-align: left;
  }

  .original-welcome,
  .original-about {
    padding-block: 88px;
  }

  .original-welcome-photo {
    width: min(64%, 230px);
    margin-left: 6%;
  }

  .welcome-list {
    padding-left: 20px;
  }

  .original-about {
    background:
      linear-gradient(180deg, rgba(228, 233, 223, 0.54) 0, rgba(228, 233, 223, 0.54) 510px, transparent 510px),
      #fffdf9;
  }

  .original-about-photo {
    width: min(88%, 360px);
  }

  .original-about-copy blockquote {
    padding: 17px 22px;
  }

  .original-menu-banner {
    height: 68vw;
    min-height: 260px;
  }

  .original-menu-heading h2 {
    letter-spacing: 0.14em;
  }

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

  .original-menu-facts > div + div {
    padding-left: 0;
    border-top: 1px solid rgba(47, 38, 48, 0.14);
    border-left: 0;
  }
}

@media print {
  .site-header,
  .site-footer,
  .preview-notice,
  .button,
  .social-button,
  .nav-toggle { display: none !important; }
  body { background: #fff; color: #000; }
  .reveal { opacity: 1; transform: none; }
}
