:root {
  --ink: #273f41;
  --ink-deep: #182d2f;
  --paper: #fffdf5;
  --white: #ffffff;
  --soda: #a9e2e4;
  --soda-soft: #e8f8f7;
  --lemon: #f3e797;
  --lemon-soft: #fff9d9;
  --lavender: #cfc4ed;
  --lavender-soft: #f3effd;
  --coral: #efb7a8;
  --coral-soft: #fff0eb;
  --line: rgba(39, 63, 65, 0.18);
  --active-accent: var(--soda);
  --body-font: "M PLUS 1p", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  --hand-font: "Klee One", "Yu Kyokasho", "Hiragino Mincho ProN", serif;
  --serif-font: "Fraunces", Georgia, serif;
  --rail-left: 112px;
  --rail-right: 82px;
  --content: 1120px;
  --section-space: clamp(112px, 13vw, 200px);
}

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

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

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: 0.045em;
  overflow-x: hidden;
}

::selection {
  color: var(--ink-deep);
  background: var(--active-accent);
}

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

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

button,
input,
textarea,
select {
  color: inherit;
  font: inherit;
}

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

h1,
h2,
h3,
b,
dt {
  overflow-wrap: break-word;
  word-break: normal;
  line-break: strict;
  text-wrap: balance;
}

p,
dd,
small {
  text-wrap: pretty;
}

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

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

.brand-rail,
.nav-rail {
  position: fixed;
  z-index: 50;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  background: rgba(255, 253, 245, 0.94);
  backdrop-filter: blur(12px);
}

.brand-rail {
  left: 0;
  width: var(--rail-left);
  flex-direction: column;
  justify-content: space-between;
  padding: 28px 0 22px;
  border-right: 1px solid var(--line);
}

.brand {
  display: grid;
  gap: 1px;
  text-align: center;
}

.brand span,
.mobile-brand {
  font-family: var(--hand-font);
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.08em;
}

.brand small,
.mobile-brand small {
  font-family: var(--serif-font);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.brand-rail > p {
  font-family: var(--serif-font);
  font-size: 9px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.16em;
  writing-mode: vertical-rl;
}

.nav-rail {
  right: 0;
  width: var(--rail-right);
  flex-direction: column;
  justify-content: space-between;
  padding: 24px 0 0;
  border-left: 1px solid var(--line);
}

.site-nav {
  display: flex;
  gap: 22px;
  align-items: center;
  writing-mode: vertical-rl;
}

.site-nav a {
  position: relative;
  font-family: var(--serif-font);
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.04em;
}

.site-nav a::after {
  position: absolute;
  top: -8px;
  right: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--active-accent);
  content: "";
  opacity: 0;
  transform: translateX(50%) scale(0);
  transition: 0.25s ease;
}

.site-nav a:hover::after,
.site-nav a[aria-current="true"]::after {
  opacity: 1;
  transform: translateX(50%) scale(1);
}

.rail-reserve {
  display: grid;
  width: 100%;
  min-height: 146px;
  place-items: center;
  color: var(--paper);
  background: var(--ink-deep);
  transition: background 0.3s ease;
}

.rail-reserve:hover {
  color: var(--ink-deep);
  background: var(--active-accent);
}

.rail-reserve span {
  font-family: var(--serif-font);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
  writing-mode: vertical-rl;
}

.mobile-header,
.mobile-dock {
  display: none;
}

.site-main,
.site-footer {
  margin-right: var(--rail-right);
  margin-left: var(--rail-left);
}

.hero {
  position: relative;
  display: grid;
  min-height: 100svh;
  grid-template-columns: minmax(360px, 38%) minmax(0, 62%);
  background: var(--paper);
  isolation: isolate;
}

.hero-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(76px, 9vw, 132px) clamp(34px, 3.6vw, 54px);
}

.eyebrow,
.section-kicker {
  color: var(--ink);
  font-family: var(--serif-font);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.09em;
}

.eyebrow {
  margin-bottom: 28px;
}

.hero h1 {
  max-width: 580px;
  font-family: var(--hand-font);
  font-size: clamp(38px, 3.45vw, 54px);
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: 0.01em;
}

.hero h1::after {
  display: block;
  width: min(280px, 82%);
  height: 14px;
  margin-top: 6px;
  background: radial-gradient(ellipse at center, var(--soda) 0 48%, transparent 53%) 0 50% / 12px 7px repeat-x;
  content: "";
  transform: rotate(-1.5deg);
}

.hero-lead {
  max-width: 420px;
  margin-top: 30px;
  font-size: 14px;
  font-weight: 500;
  line-height: 2.2;
}

.hero-actions,
.reserve-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  margin-top: 36px;
}

.pill-button {
  position: relative;
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 13px 25px;
  border: 1px solid var(--ink-deep);
  border-radius: 999px 930px 999px 940px;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.3;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.pill-button:hover {
  box-shadow: 5px 6px 0 var(--active-accent);
  transform: translate(-2px, -2px) rotate(-1deg);
}

.pill-dark {
  color: var(--paper);
  background: var(--ink-deep);
}

.pill-light {
  color: var(--ink-deep);
  background: var(--white);
}

.text-link {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  padding-bottom: 4px;
  border-bottom: 1px solid currentColor;
  font-size: 12px;
  font-weight: 700;
}

.text-link span {
  font-size: 18px;
  transition: transform 0.25s ease;
}

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

.hero-photo {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  background: var(--soda-soft);
}

.hero-photo > img:first-child {
  width: 100%;
  height: 100%;
  min-height: 100svh;
  object-fit: cover;
  object-position: 52% center;
  transform: scale(1.02);
}

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

.hero-photo figcaption {
  position: absolute;
  right: 26px;
  bottom: 24px;
  z-index: 3;
  padding: 7px 12px;
  color: var(--ink-deep);
  background: rgba(255, 253, 245, 0.88);
  font-family: var(--hand-font);
  font-size: 12px;
  backdrop-filter: blur(8px);
}

.photo-sticker {
  position: absolute;
  z-index: 2;
  top: 28px;
  left: 24px;
  display: grid;
  width: 104px;
  aspect-ratio: 1;
  place-items: center;
  border-radius: 50%;
  color: var(--ink-deep);
  background: var(--lemon);
  font-family: var(--serif-font);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.04em;
  text-align: center;
  transform: rotate(7deg);
}

.mascot {
  position: absolute;
  z-index: 4;
  width: 190px;
  height: auto;
  filter: drop-shadow(0 1px 0 rgba(255, 255, 255, 0.7));
  pointer-events: none;
  user-select: none;
}

.mascot-hero {
  bottom: 2.5%;
  left: 8%;
  width: clamp(132px, 15vw, 224px);
  animation: mascot-walk-in 1.1s cubic-bezier(0.2, 0.8, 0.2, 1) 0.25s both;
}

.bubble {
  position: absolute;
  z-index: 3;
  width: 18px;
  aspect-ratio: 1;
  border: 2px solid var(--ink);
  border-radius: 50%;
  pointer-events: none;
}

.bubble-a {
  top: 13%;
  left: 31%;
}

.bubble-b {
  top: 17%;
  left: 29%;
  width: 7px;
  background: var(--coral);
}

.scroll-cue {
  position: absolute;
  z-index: 4;
  bottom: 24px;
  left: 28px;
  display: flex;
  gap: 8px;
  align-items: center;
  font-family: var(--serif-font);
  font-size: 11px;
  font-weight: 600;
  writing-mode: vertical-rl;
}

.section-pad {
  position: relative;
  padding: var(--section-space) clamp(34px, 7vw, 110px);
}

.section-pad > *:not(.side-label, .mascot) {
  width: min(100%, var(--content));
  margin-right: auto;
  margin-left: auto;
}

.side-label {
  position: absolute;
  top: var(--section-space);
  left: 24px;
  font-family: var(--serif-font);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  writing-mode: vertical-rl;
}

.section-kicker {
  margin-bottom: 18px;
}

.concept {
  min-height: 1120px;
  background: linear-gradient(180deg, var(--paper) 0 76%, var(--lemon-soft) 76% 100%);
}

.concept-intro {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(420px, 1.2fr);
  gap: 28px 80px;
  align-items: end;
}

.concept-intro .section-kicker {
  grid-column: 1 / -1;
  margin: 0;
}

.concept h2,
.section-heading h2,
.menu-heading h2,
.stylist h2,
.space-heading h2,
.routine h2,
.reserve h2 {
  font-family: var(--hand-font);
  font-size: clamp(34px, 4.7vw, 64px);
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: 0.015em;
}

.concept-intro > p:last-child {
  max-width: 600px;
  font-size: 15px;
  line-height: 2.25;
}

.concept-collage {
  position: relative;
  min-height: 680px;
  margin-top: 86px !important;
}

.concept-main {
  position: absolute;
  top: 0;
  left: 0;
  width: min(720px, 68%);
}

.concept-main::before,
.style-card figure::before,
.stylist-photo::before {
  position: absolute;
  z-index: -1;
  inset: -10px 8px 8px -10px;
  border: 2px solid var(--ink);
  border-radius: 34% 66% 47% 53% / 56% 37% 63% 44%;
  content: "";
  transform: rotate(-1.2deg);
}

.concept-main img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.concept-main figcaption {
  margin-top: 12px;
  font-family: var(--serif-font);
  font-size: 12px;
  font-style: italic;
}

.concept-note {
  position: absolute;
  z-index: 2;
  top: 260px;
  right: 0;
  width: min(390px, 36%);
  padding: 34px 34px 38px;
  background: var(--soda);
  transform: rotate(1deg);
}

.concept-note > span {
  display: block;
  margin-bottom: 30px;
  font-family: var(--serif-font);
  font-size: 12px;
  font-weight: 600;
}

.concept-note h3 {
  font-family: var(--hand-font);
  font-size: clamp(24px, 3vw, 38px);
  line-height: 1.55;
}

.concept-note p {
  margin-top: 18px;
  font-size: 13px;
  line-height: 2;
}

.doodle-note {
  position: absolute;
  bottom: 36px;
  left: 11%;
  display: flex;
  gap: 12px;
  align-items: center;
  font-family: var(--hand-font);
  font-size: 14px;
  transform: rotate(-4deg);
}

.doodle-note i {
  font-size: 38px;
  font-style: normal;
}

.mascot-concept {
  right: 19%;
  bottom: -35px;
  width: 150px;
  transform: rotate(-7deg) scaleX(-1);
}

.styles {
  background: var(--lavender-soft);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(420px, 1fr) minmax(280px, 0.72fr);
  gap: 70px;
  align-items: end;
}

.section-heading > p {
  padding-bottom: 8px;
  font-size: 14px;
  line-height: 2.1;
}

.style-grid {
  display: grid;
  margin-top: 78px !important;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(24px, 3vw, 44px);
  align-items: start;
}

.style-card:nth-child(2) {
  margin-top: 82px;
}

.style-card figure {
  position: relative;
  z-index: 1;
}

.style-card figure::before {
  border-color: var(--card-accent);
}

.style-card img {
  width: 100%;
  aspect-ratio: 4 / 5.4;
  border-radius: 48% 52% 45% 55% / 38% 48% 52% 62%;
  object-fit: cover;
  transition: border-radius 0.6s ease, transform 0.6s ease;
}

.style-card:hover img {
  border-radius: 43% 57% 51% 49% / 54% 44% 56% 46%;
  transform: rotate(0.8deg) scale(1.015);
}

.style-soda {
  --card-accent: var(--soda);
}

.style-coral {
  --card-accent: var(--coral);
}

.style-lemon {
  --card-accent: var(--lemon);
}

.style-copy {
  padding: 26px 10px 0;
}

.style-copy > span {
  font-family: var(--serif-font);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
}

.style-copy h3 {
  margin-top: 10px;
  font-family: var(--hand-font);
  font-size: clamp(25px, 2.8vw, 38px);
  font-weight: 600;
}

.style-copy h3::after {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 8px;
  border-radius: 50%;
  background: var(--card-accent);
  content: "";
}

.style-copy p {
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.9;
}

.swipe-hint {
  display: none;
}

.routine {
  position: relative;
  display: grid;
  min-height: 820px;
  padding: clamp(100px, 12vw, 170px) clamp(48px, 8vw, 132px);
  grid-template-columns: minmax(320px, 0.8fr) minmax(500px, 1.2fr);
  gap: clamp(64px, 9vw, 140px);
  align-items: center;
  color: var(--paper);
  background: var(--ink-deep);
  overflow: hidden;
}

.routine::before {
  position: absolute;
  top: -14%;
  left: 32%;
  width: 46%;
  aspect-ratio: 1;
  border: 2px solid rgba(255, 255, 255, 0.12);
  border-radius: 44% 56% 53% 47%;
  content: "";
}

.routine-copy,
.routine-list {
  position: relative;
  z-index: 2;
}

.routine .section-kicker {
  color: var(--soda);
}

.routine h2 {
  font-size: clamp(36px, 4.6vw, 62px);
}

.routine-list {
  display: grid;
  gap: 20px;
  padding: 0;
  list-style: none;
}

.routine-list li {
  display: grid;
  padding: 25px 28px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 62px;
  grid-template-columns: 76px 1fr;
  column-gap: 18px;
}

.routine-list span {
  grid-row: 1 / 3;
  color: var(--active-accent);
  font-family: var(--serif-font);
  font-size: 15px;
  font-weight: 600;
}

.routine-list b {
  font-family: var(--hand-font);
  font-size: 22px;
}

.routine-list small {
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
}

.mascot-routine {
  right: -38px;
  bottom: -44px;
  width: 250px;
  opacity: 0.2;
  transform: rotate(-10deg);
}

.menu-section {
  background: var(--paper);
}

.menu-heading {
  display: grid;
  grid-template-columns: 1fr auto;
  column-gap: 44px;
  align-items: end;
}

.menu-heading .section-kicker {
  grid-column: 1 / -1;
}

.menu-heading > p:last-child {
  width: 390px;
  padding-bottom: 10px;
  font-size: 12px;
}

.menu-board {
  display: grid;
  margin-top: 66px !important;
  padding: clamp(28px, 5vw, 62px);
  border: 2px solid var(--ink);
  border-radius: 32px 18px 38px 22px;
  background: var(--soda-soft);
  grid-template-columns: minmax(430px, 1fr) minmax(250px, 0.52fr);
  gap: clamp(40px, 7vw, 90px);
  transform: rotate(-0.25deg);
}

.price-list {
  display: grid;
}

.price-list > div {
  display: flex;
  gap: 24px;
  align-items: end;
  justify-content: space-between;
  padding: 18px 0;
  border-bottom: 1px dashed rgba(39, 63, 65, 0.48);
}

.price-list dt {
  font-size: 14px;
}

.price-list dt span {
  display: block;
  color: rgba(39, 63, 65, 0.65);
  font-family: var(--serif-font);
  font-size: 10px;
  font-weight: 600;
}

.price-list dd {
  flex: 0 0 auto;
  font-family: var(--serif-font);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.menu-tip {
  align-self: center;
  padding: 30px;
  border-radius: 50% 46% 50% 44%;
  background: var(--lemon);
  text-align: center;
  transform: rotate(2deg);
}

.menu-tip > span {
  font-family: var(--serif-font);
  font-size: 11px;
  font-weight: 600;
}

.menu-tip b {
  display: block;
  margin-top: 12px;
  font-family: var(--hand-font);
  font-size: 20px;
  line-height: 1.65;
}

.menu-tip p {
  margin-top: 12px;
  font-size: 11px;
  line-height: 1.8;
}

.menu-tip .text-link {
  margin-top: 18px;
}

.stylist {
  display: grid;
  min-height: 980px;
  grid-template-columns: minmax(340px, 0.78fr) minmax(430px, 1.1fr);
  gap: clamp(68px, 10vw, 150px);
  align-items: center;
  background: var(--lemon-soft);
}

.stylist-photo {
  position: relative;
  z-index: 1;
}

.stylist-photo::before {
  border-color: var(--coral);
}

.stylist-photo img {
  width: 100%;
  aspect-ratio: 4 / 5.5;
  border-radius: 48% 52% 45% 55% / 33% 45% 55% 67%;
  object-fit: cover;
}

.stylist-photo > span {
  position: absolute;
  right: -34px;
  bottom: 12%;
  padding: 8px 16px;
  border-radius: 999px;
  background: var(--soda);
  font-family: var(--serif-font);
  font-size: 12px;
  font-weight: 600;
  transform: rotate(-5deg);
}

.stylist-copy .role {
  margin-top: 10px;
  color: rgba(39, 63, 65, 0.64);
  font-family: var(--serif-font);
  font-size: 12px;
  font-weight: 600;
}

.stylist-copy > p:not(.section-kicker, .role) {
  max-width: 540px;
  margin-top: 28px;
  font-size: 14px;
  line-height: 2.2;
}

.stylist-copy blockquote {
  max-width: 520px;
  margin-top: 42px;
  padding: 26px 30px;
  border: 1px solid var(--ink);
  border-radius: 54% 46% 52% 48% / 45% 51% 49% 55%;
  font-family: var(--hand-font);
  font-size: clamp(20px, 2.5vw, 29px);
  font-weight: 600;
  line-height: 1.7;
  text-align: center;
  transform: rotate(-1deg);
}

.stylist-tags {
  display: grid;
  max-width: 560px;
  margin-top: 38px;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.stylist-tags div {
  padding-top: 13px;
  border-top: 1px solid var(--ink);
}

.stylist-tags dt {
  font-family: var(--serif-font);
  font-size: 10px;
  font-weight: 600;
}

.stylist-tags dd {
  margin-top: 6px;
  font-size: 11px;
}

.space {
  min-height: 1180px;
  background: var(--paper);
}

.space-heading {
  max-width: 820px;
  margin-left: 0 !important;
}

.space-heading > p:last-child {
  max-width: 560px;
  margin-top: 26px;
  font-size: 14px;
  line-height: 2.15;
}

.space-gallery {
  position: relative;
  min-height: 660px;
  margin-top: 72px !important;
}

.space-gallery figure {
  position: absolute;
}

.space-gallery figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.space-gallery > .mascot-space {
  height: auto;
  object-fit: contain;
}

.space-gallery figcaption {
  margin-top: 9px;
  font-family: var(--serif-font);
  font-size: 11px;
  font-style: italic;
}

.space-wide {
  top: 0;
  left: 0;
  width: 70%;
  height: 450px;
}

.space-small {
  top: 200px;
  right: 0;
  z-index: 2;
  width: 40%;
  height: 350px;
  padding: 10px;
  background: var(--white);
  transform: rotate(1.5deg);
}

.space-message {
  position: absolute;
  bottom: 0;
  left: 8%;
  display: grid;
  width: 390px;
  min-height: 160px;
  place-content: center;
  padding: 30px 42px;
  border-radius: 50%;
  background: var(--lavender);
  text-align: center;
  transform: rotate(-2deg);
}

.space-message span {
  font-family: var(--serif-font);
  font-size: 11px;
  font-weight: 600;
}

.space-message b {
  margin-top: 10px;
  font-family: var(--hand-font);
  font-size: 19px;
  line-height: 1.7;
}

.mascot-space {
  z-index: 3;
  right: 29%;
  bottom: 0;
  width: 135px;
  transform: rotate(6deg);
}

.visit {
  background: var(--coral-soft);
}

.visit-flow {
  position: relative;
  display: grid;
  margin-top: 72px !important;
  padding: 0;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
  list-style: none;
}

.visit-flow::before {
  position: absolute;
  z-index: 0;
  top: 43px;
  right: 8%;
  left: 8%;
  height: 12px;
  background: radial-gradient(ellipse, var(--coral) 0 45%, transparent 50%) 0 50% / 20px 8px repeat-x;
  content: "";
  transform: rotate(-1deg);
}

.visit-flow li {
  position: relative;
  z-index: 1;
  text-align: center;
}

.visit-flow li > span {
  display: grid;
  width: 86px;
  aspect-ratio: 1;
  margin: 0 auto 24px;
  place-items: center;
  border: 2px solid var(--ink);
  border-radius: 47% 53% 48% 52%;
  background: var(--paper);
  font-family: var(--serif-font);
  font-size: 18px;
  font-weight: 600;
}

.visit-flow li:nth-child(2) > span {
  background: var(--lemon);
  transform: rotate(4deg);
}

.visit-flow li:nth-child(3) > span {
  background: var(--soda);
  transform: rotate(-4deg);
}

.visit-flow li:nth-child(4) > span {
  background: var(--lavender);
  transform: rotate(3deg);
}

.visit-flow b {
  font-family: var(--hand-font);
  font-size: 22px;
}

.visit-flow p {
  margin-top: 8px;
  font-size: 11px;
  line-height: 1.8;
}

.reserve {
  position: relative;
  display: grid;
  min-height: 780px;
  place-items: center;
  padding: 120px clamp(40px, 9vw, 150px);
  background: var(--soda);
  overflow: hidden;
}

.reserve::before,
.reserve::after {
  position: absolute;
  border: 2px solid rgba(39, 63, 65, 0.2);
  border-radius: 50%;
  content: "";
}

.reserve::before {
  top: -180px;
  right: -100px;
  width: 480px;
  aspect-ratio: 1;
}

.reserve::after {
  bottom: -130px;
  left: 5%;
  width: 260px;
  aspect-ratio: 1;
}

.reserve-inner {
  position: relative;
  z-index: 3;
  width: min(760px, calc(100% - 220px));
  text-align: center;
}

.reserve h2 {
  font-size: clamp(42px, 6vw, 78px);
}

.reserve-inner > p:not(.section-kicker, .reserve-note) {
  max-width: 640px;
  margin: 28px auto 0;
  font-size: 14px;
}

.reserve-actions {
  justify-content: center;
}

.reserve-actions .pill-button {
  display: grid;
  min-width: 290px;
  min-height: 80px;
  padding: 14px 28px;
}

.reserve-actions small {
  margin-top: 4px;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.08em;
}

.reserve-note {
  margin-top: 26px;
  font-size: 10px;
  font-weight: 700;
}

.mascot-reserve {
  right: 2%;
  bottom: -24px;
  width: clamp(120px, 11vw, 180px);
  transform: rotate(-8deg) scaleX(-1);
}

.site-footer {
  display: grid;
  min-height: 260px;
  padding: 54px clamp(34px, 7vw, 110px);
  grid-template-columns: 1fr auto;
  gap: 24px 70px;
  align-items: center;
  color: var(--paper);
  background: var(--ink-deep);
}

.site-footer > div {
  display: grid;
  gap: 7px;
}

.site-footer strong {
  font-family: var(--hand-font);
  font-size: 28px;
}

.site-footer span,
.site-footer p,
.site-footer small {
  color: rgba(255, 255, 255, 0.72);
  font-size: 10px;
}

.site-footer small {
  grid-column: 1 / -1;
  align-self: end;
}

.motion-ready .reveal {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.2, 0.78, 0.24, 1);
}

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

@keyframes mascot-walk-in {
  from { opacity: 0; transform: translateX(-70px) rotate(-12deg); }
  60% { opacity: 1; transform: translateX(8px) rotate(3deg); }
  to { opacity: 1; transform: translateX(0) rotate(0); }
}

@media (max-width: 1100px) and (min-width: 901px) {
  :root {
    --rail-left: 92px;
    --rail-right: 68px;
  }

  .brand-rail {
    width: var(--rail-left);
  }

  .nav-rail {
    width: var(--rail-right);
  }

  .hero {
    grid-template-columns: 42% 58%;
  }

  .hero-copy {
    padding: 64px 38px;
  }

  .hero h1 {
    font-size: 45px;
  }

  .concept-intro,
  .section-heading {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .routine {
    padding-right: 64px;
    padding-left: 64px;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
  }

  .menu-board {
    grid-template-columns: 1fr 310px;
    gap: 42px;
  }

  .stylist {
    gap: 70px;
  }
}

@media (max-width: 1280px) and (min-width: 901px) {
  .stylist {
    grid-template-columns: minmax(240px, 0.78fr) minmax(300px, 1.1fr);
    gap: clamp(40px, 5vw, 70px);
  }

  .stylist-photo > span {
    right: -12px;
  }

  .mascot-space {
    right: 0;
    bottom: -8px;
    width: 110px;
  }
}

@media (max-width: 900px) {
  :root {
    --section-space: 92px;
  }

  html {
    scroll-padding-top: 72px;
  }

  body {
    padding-top: 70px;
  }

  body.nav-open {
    overflow: hidden;
  }

  .brand-rail {
    display: none;
  }

  .nav-rail {
    position: static;
    display: block;
    width: 0;
    height: 0;
    padding: 0;
    border: 0;
    background: transparent;
    backdrop-filter: none;
  }

  .rail-reserve {
    display: none;
  }

  .mobile-header {
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
    left: 0;
    display: flex;
    height: 70px;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    border-bottom: 1px solid var(--line);
    background: rgba(255, 253, 245, 0.94);
    backdrop-filter: blur(12px);
  }

  .mobile-brand {
    display: grid;
    font-size: 27px;
  }

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

  .menu-toggle {
    display: flex;
    width: 68px;
    height: 38px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--ink);
    border-radius: 999px;
    background: transparent;
    font-family: var(--serif-font);
    font-size: 11px;
    font-weight: 600;
  }

  .menu-toggle i {
    display: none;
  }

  .nav-open .menu-toggle {
    color: var(--paper);
    background: var(--ink-deep);
  }

  .site-nav {
    position: fixed;
    z-index: 90;
    inset: 70px 0 0;
    display: flex;
    gap: 0;
    align-items: stretch;
    justify-content: center;
    padding: 38px 28px 110px;
    background: var(--soda-soft);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-16px);
    visibility: hidden;
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0s linear 0.25s;
    writing-mode: horizontal-tb;
  }

  .nav-open .site-nav {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    visibility: visible;
    transition-delay: 0s;
  }

  .site-nav a {
    display: flex;
    min-height: 64px;
    align-items: center;
    border-bottom: 1px solid var(--line);
    font-family: var(--hand-font);
    font-size: 24px;
  }

  .site-nav a::after {
    display: none;
  }

  .site-main,
  .site-footer {
    margin: 0;
  }

  .hero {
    display: block;
    min-height: auto;
  }

  .hero-copy {
    min-height: 500px;
    padding: 62px 24px 58px;
  }

  .eyebrow {
    margin-bottom: 22px;
    font-size: 11px;
  }

  .hero h1 {
    max-width: 640px;
    font-size: clamp(38px, 10.5vw, 60px);
    line-height: 1.42;
  }

  .hero-lead {
    max-width: 600px;
    margin-top: 24px;
    font-size: 13px;
    line-height: 2;
  }

  .hero-photo,
  .hero-photo > img:first-child {
    min-height: 62svh;
  }

  .hero-photo > img:first-child {
    object-position: 55% center;
  }

  .photo-sticker {
    top: 18px;
    left: 16px;
    width: 82px;
    font-size: 9px;
  }

  .mascot-hero {
    bottom: 1.5%;
    left: 5%;
    width: 140px;
  }

  .bubble-a {
    top: 46%;
    left: 83%;
  }

  .bubble-b {
    top: 49%;
    left: 87%;
  }

  .scroll-cue {
    display: none;
  }

  .section-pad {
    padding: var(--section-space) 24px;
  }

  .side-label {
    position: static;
    width: auto !important;
    margin: 0 0 38px !important;
    font-size: 11px;
    writing-mode: horizontal-tb;
  }

  .concept {
    min-height: auto;
    background: linear-gradient(180deg, var(--paper) 0 80%, var(--lemon-soft) 80% 100%);
  }

  .concept-intro,
  .section-heading {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .concept h2,
  .section-heading h2,
  .menu-heading h2,
  .stylist h2,
  .space-heading h2,
  .routine h2,
  .reserve h2 {
    font-size: clamp(32px, 8.5vw, 48px);
    line-height: 1.5;
  }

  .concept-intro > p:last-child {
    font-size: 13px;
    line-height: 2.05;
  }

  .concept-collage {
    display: grid;
    min-height: auto;
    margin-top: 54px !important;
    padding-bottom: 116px;
    grid-template-columns: 1fr;
  }

  .concept-main,
  .concept-note,
  .doodle-note {
    position: relative;
    inset: auto;
    width: 100%;
  }

  .concept-main {
    max-width: 760px;
  }

  .concept-note {
    width: min(86%, 460px);
    margin: -16px 0 0 auto;
    padding: 28px;
  }

  .doodle-note {
    margin-top: 48px;
  }

  .mascot-concept {
    right: 4%;
    bottom: 0;
    width: 105px;
  }

  .style-grid {
    display: flex;
    width: calc(100% + 24px) !important;
    margin-top: 52px !important;
    margin-right: -24px !important;
    gap: 20px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    padding: 10px 24px 24px 8px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .style-grid::-webkit-scrollbar {
    display: none;
  }

  .style-card,
  .style-card:nth-child(2) {
    flex: 0 0 min(78vw, 360px);
    margin-top: 0;
    scroll-snap-align: start;
  }

  .style-copy {
    padding-right: 5px;
    padding-left: 5px;
  }

  .swipe-hint {
    display: block;
    margin-top: 10px !important;
    font-size: 10px;
  }

  .routine {
    display: block;
    min-height: auto;
    padding: 100px 24px 164px;
  }

  .routine-list {
    margin-top: 54px;
  }

  .routine-list li {
    padding: 20px 24px;
    grid-template-columns: 58px 1fr;
  }

  .mascot-routine {
    right: 8px;
    bottom: 8px;
    width: 150px;
  }

  .menu-heading {
    display: block;
  }

  .menu-heading > p:last-child {
    width: auto;
    margin-top: 24px;
  }

  .menu-board {
    display: grid;
    margin-top: 48px !important;
    padding: 26px 20px 34px;
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .price-list > div {
    gap: 16px;
    padding: 15px 0;
  }

  .price-list dt {
    font-size: 13px;
  }

  .price-list dd {
    font-size: 15px;
  }

  .menu-tip {
    width: min(300px, 92%);
    margin: 0 auto;
  }

  .stylist {
    display: grid;
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 72px;
  }

  .stylist-photo {
    width: min(82%, 460px) !important;
    margin: 0 auto !important;
  }

  .stylist-photo > span {
    right: -22px;
  }

  .stylist-copy blockquote {
    margin-top: 34px;
  }

  .space {
    min-height: auto;
  }

  .space-gallery {
    display: grid;
    min-height: auto;
    margin-top: 50px !important;
    padding-bottom: 118px;
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .space-gallery figure,
  .space-message {
    position: relative;
    inset: auto;
    width: 100%;
    height: auto;
  }

  .space-wide img {
    aspect-ratio: 16 / 10;
  }

  .space-small {
    width: 78% !important;
    margin: -65px 0 0 auto;
    padding: 8px;
  }

  .space-small img {
    aspect-ratio: 4 / 3;
  }

  .space-message {
    min-height: 145px;
    margin-top: -8px;
    padding: 28px 36px;
  }

  .mascot-space {
    right: 2%;
    bottom: 0;
    width: 95px;
  }

  .visit-flow {
    grid-template-columns: 1fr 1fr;
    gap: 42px 20px;
  }

  .visit-flow::before {
    display: none;
  }

  .visit-flow li > span {
    width: 72px;
  }

  .reserve {
    min-height: 720px;
    padding: 110px 24px 198px;
  }

  .reserve-inner {
    width: 100%;
  }

  .reserve-actions {
    display: grid;
    max-width: 480px;
    margin: 38px auto 0;
  }

  .reserve-actions .pill-button {
    min-width: 0;
    width: 100%;
  }

  .mascot-reserve {
    right: 8px;
    bottom: 18px;
    width: 116px;
  }

  .site-footer {
    display: grid;
    min-height: 320px;
    padding: 52px 24px 110px;
    grid-template-columns: 1fr;
    gap: 22px;
  }

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

  .mobile-dock {
    position: fixed;
    z-index: 80;
    right: 10px;
    bottom: 10px;
    left: 10px;
    display: grid;
    padding: 6px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: rgba(255, 253, 245, 0.94);
    box-shadow: 0 12px 34px rgba(24, 45, 47, 0.15);
    grid-template-columns: 0.42fr 1fr;
    backdrop-filter: blur(12px);
    transition: transform 0.3s ease, opacity 0.3s ease;
  }

  .mobile-dock a {
    display: grid;
    min-height: 48px;
    place-items: center;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
  }

  .mobile-dock a:last-child {
    color: var(--paper);
    background: var(--ink-deep);
  }

  .mobile-dock.is-hidden {
    opacity: 0;
    pointer-events: none;
    transform: translateY(120%);
  }
}

@media (max-width: 520px) {
  .hero-copy {
    min-height: 520px;
    padding-top: 54px;
  }

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

  .hero-photo figcaption {
    right: 12px;
    bottom: 14px;
    font-size: 9px;
  }

  .concept h2,
  .section-heading h2,
  .menu-heading h2,
  .stylist h2,
  .space-heading h2,
  .routine h2,
  .reserve h2 {
    font-size: clamp(29px, 8.5vw, 42px);
  }

  .concept-note {
    width: 92%;
  }

  .routine-list li {
    border-radius: 38px;
  }

  .stylist-tags {
    grid-template-columns: 1fr;
  }

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

  .visit-flow li {
    display: grid;
    grid-template-columns: 64px 1fr;
    gap: 18px;
    align-items: center;
    text-align: left;
  }

  .visit-flow li > span {
    width: 64px;
    margin: 0;
    grid-row: 1 / 3;
  }

  .visit-flow li div {
    align-self: center;
  }
}

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

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

  .motion-ready .reveal {
    opacity: 1;
    transform: none;
  }
}
