:root {
  --ink: #202427;
  --ink-soft: #2a2f32;
  --paper: #f1f1ed;
  --white: #f9f9f6;
  --mist: #dce1df;
  --line: rgba(32, 36, 39, .2);
  --line-dark: rgba(249, 249, 246, .22);
  --muted: #788087;
  --accent: #b9c8c7;
  --serif: "Shippori Mincho", "Yu Mincho", serif;
  --display: "Cormorant Garamond", "Times New Roman", serif;
  --sans: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 15px; line-height: 1.9; letter-spacing: .035em; }
body.menu-open { overflow: hidden; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
figure, h1, h2, h3, p, ul, ol, dl, dd { margin: 0; }
ul, ol { padding: 0; list-style: none; }
.skip-link { position: fixed; z-index: 1000; top: 8px; left: 8px; padding: 8px 14px; background: var(--white); transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.site-header { position: fixed; z-index: 50; top: 0; left: 0; width: 100%; height: 104px; display: flex; align-items: center; justify-content: space-between; padding: 0 clamp(24px, 4vw, 64px); color: var(--ink); transition: color .4s, background .4s, height .4s; }
.site-header.is-scrolled { height: 76px; background: rgba(241, 241, 237, .91); backdrop-filter: blur(15px); }
.brand { display: inline-flex; flex-direction: column; line-height: 1; position: relative; z-index: 2; }
.brand__name { font-family: var(--display); font-size: 34px; letter-spacing: .08em; }
.brand__sub { margin-top: 7px; font-size: 8px; letter-spacing: .27em; }
.header-actions { display: flex; align-items: center; height: 100%; gap: 28px; position: relative; z-index: 2; }
.header-tel { font-family: var(--display); font-size: 17px; letter-spacing: .02em; }
.header-tel span { font-size: 12px; margin-right: 5px; }
.header-reserve { display: grid; place-items: center; height: 42px; min-width: 96px; padding: 0 18px; border: 1px solid currentColor; font-size: 12px; letter-spacing: .15em; }
.menu-button { width: 54px; height: 48px; display: flex; flex-direction: column; justify-content: center; gap: 9px; padding: 0 5px; border: 0; background: transparent; cursor: pointer; }
.menu-button span { display: block; width: 100%; height: 1px; background: currentColor; transition: transform .4s, width .4s; }
.menu-button span:last-child { width: 66%; margin-left: auto; }
.menu-open .menu-button span:first-child { transform: translateY(5px) rotate(30deg); }
.menu-open .menu-button span:last-child { width: 100%; transform: translateY(-5px) rotate(-30deg); }
.menu-open .site-header { color: var(--white); background: transparent; }

.menu-panel { position: fixed; z-index: 40; inset: 0; display: grid; place-items: center; color: var(--white); background: var(--ink); opacity: 0; visibility: hidden; transition: opacity .4s, visibility .4s; }
.menu-panel.is-open { opacity: 1; visibility: visible; }
.menu-panel__inner { width: min(920px, calc(100% - 48px)); }
.menu-panel__label { margin-bottom: 35px; color: var(--accent); font-family: var(--display); font-size: 18px; font-style: italic; }
.menu-panel li { border-top: 1px solid var(--line-dark); }
.menu-panel li:last-child { border-bottom: 1px solid var(--line-dark); }
.menu-panel li a { display: flex; align-items: baseline; gap: 28px; padding: 13px 0 16px; font-family: var(--serif); font-size: clamp(22px, 3vw, 38px); }
.menu-panel li span { color: var(--muted); font-family: var(--display); font-size: 12px; }
.menu-panel__meta { display: flex; justify-content: space-between; margin-top: 32px; color: #aeb5b7; font-size: 12px; letter-spacing: .1em; }

.hero { min-height: 100svh; position: relative; display: grid; grid-template-columns: 44% 56%; background: var(--mist); overflow: hidden; }
.hero__copy { position: relative; z-index: 2; align-self: end; padding: 160px clamp(28px, 5.2vw, 84px) clamp(58px, 8vw, 118px); }
.eyebrow { font-family: var(--display); font-size: 14px; font-style: italic; letter-spacing: .07em; }
.hero h1 { margin-top: 28px; font-family: var(--serif); font-size: clamp(42px, 4.2vw, 64px); font-weight: 400; line-height: 1.42; letter-spacing: .02em; white-space: nowrap; }
.hero__lead { margin-top: 38px; font-family: var(--serif); font-size: clamp(14px, 1.25vw, 18px); line-height: 2.2; }
.text-link { display: inline-flex; align-items: center; gap: 28px; margin-top: 42px; padding-bottom: 5px; border-bottom: 1px solid currentColor; font-family: var(--display); font-size: 16px; font-style: italic; }
.hero__visual { height: 100svh; min-height: 680px; overflow: hidden; }
.hero__visual img { object-position: center; }
.hero__side { position: absolute; z-index: 3; right: 20px; top: 50%; writing-mode: vertical-rl; color: var(--white); font-family: var(--display); font-size: 10px; letter-spacing: .18em; }
.hero__number { position: absolute; z-index: 3; left: calc(44% - 20px); bottom: 16px; font-family: var(--display); font-size: 11px; }

.section-dark { color: var(--white); background: var(--ink); }
.section-index { display: flex; align-items: center; gap: 17px; color: var(--muted); font-family: var(--display); font-size: 14px; font-style: italic; }
.section-index span { width: 36px; padding-top: 5px; border-top: 2px solid currentColor; font-family: var(--sans); font-size: 9px; font-style: normal; }
.display-copy { font-family: var(--serif); font-size: clamp(34px, 4.4vw, 67px); font-weight: 400; line-height: 1.55; letter-spacing: .03em; }
.philosophy { padding: clamp(96px, 12vw, 180px) clamp(24px, 6vw, 96px) clamp(110px, 15vw, 220px); }
.philosophy__statement { max-width: 920px; margin: 72px auto 110px; }
.philosophy__statement .eyebrow { color: var(--accent); }
.philosophy__statement h2 { margin-top: 26px; }
.philosophy__grid { max-width: 1120px; margin: 0 auto; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr); gap: clamp(48px, 8vw, 126px); align-items: center; }
.philosophy__image { aspect-ratio: .79; overflow: hidden; }
.philosophy__image img { object-position: center 40%; }
.philosophy__text { font-family: var(--serif); font-size: 16px; line-height: 2.5; }
.philosophy__text p + p { margin-top: 26px; }
.philosophy__note { padding-top: 58px; color: var(--accent); font-family: var(--display); font-size: 24px; font-style: italic; line-height: 1.3 !important; }

.craft { padding: clamp(100px, 13vw, 190px) 0 0; background: var(--paper); }
.section-heading { width: min(1240px, calc(100% - 48px)); margin: 0 auto clamp(90px, 11vw, 160px); display: grid; grid-template-columns: 30% 70%; align-items: start; }
.section-heading .eyebrow { margin-bottom: 24px; color: var(--muted); }
.craft-feature { display: grid; align-items: stretch; }
.craft-feature--cut { grid-template-columns: 58% 42%; }
.craft-feature--care { grid-template-columns: 42% 58%; }
.craft-feature__image { min-height: 680px; max-height: 880px; overflow: hidden; }
.craft-feature--cut .craft-feature__image img { object-position: center 46%; }
.craft-feature--care .craft-feature__image img { object-position: center; }
.craft-feature__copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(45px, 7vw, 112px); background: var(--mist); }
.craft-feature--care .craft-feature__copy { color: var(--white); background: var(--ink-soft); }
.craft-feature__no { margin-bottom: 46px; font-family: var(--display); font-size: 12px; font-style: italic; letter-spacing: .12em; }
.craft-feature__copy h3 { font-family: var(--serif); font-size: clamp(27px, 3vw, 45px); font-weight: 400; line-height: 1.7; }
.craft-feature__copy p { max-width: 480px; margin-top: 34px; font-family: var(--serif); font-size: 15px; line-height: 2.3; }
.principles { width: min(1240px, calc(100% - 48px)); margin: 0 auto; padding: clamp(110px, 14vw, 200px) 0; display: grid; grid-template-columns: 30% 70%; }
.principles__intro h3 { margin-top: 18px; font-family: var(--serif); font-size: 23px; font-weight: 400; }
.principles ol { border-top: 1px solid var(--line); }
.principles li { display: grid; grid-template-columns: 50px 1fr 1.4fr; gap: 25px; align-items: start; padding: 30px 0; border-bottom: 1px solid var(--line); }
.principles li > span { color: var(--muted); font-family: var(--display); font-size: 12px; }
.principles li strong { font-family: var(--serif); font-size: 20px; font-weight: 400; }
.principles li p { color: #656c70; font-size: 13px; }

.stylists { padding: clamp(100px, 13vw, 190px) 0 clamp(110px, 14vw, 210px); }
.section-heading--dark { color: var(--white); }
.section-heading--dark .eyebrow { color: var(--accent); }
.stylist-grid { width: min(1240px, calc(100% - 48px)); margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(18px, 3vw, 44px); }
.stylist-card figure { aspect-ratio: .72; margin-bottom: 29px; overflow: hidden; filter: saturate(.65); }
.stylist-card figure img { object-position: center top; transition: transform .8s ease; }
.stylist-card:hover figure img { transform: scale(1.018); }
.stylist-card__top { display: flex; align-items: baseline; justify-content: space-between; gap: 15px; }
.stylist-card__top p { font-family: var(--serif); font-size: 23px; }
.stylist-card__top span { color: #8f9699; font-size: 10px; }
.stylist-card__role { margin-top: 5px; color: var(--accent); font-family: var(--display); font-size: 14px; font-style: italic; }
.stylist-card__bio { margin-top: 19px; color: #bec3c3; font-size: 12px; line-height: 2; }

.menu-section { padding: clamp(105px, 14vw, 200px) clamp(24px, 6vw, 96px); background: var(--white); }
.menu-section__header { width: min(1240px, 100%); margin: 0 auto clamp(78px, 10vw, 135px); display: grid; grid-template-columns: 30% 70%; }
.menu-section__header .eyebrow { margin-bottom: 24px; color: var(--muted); }
.price-list { width: min(850px, 100%); margin-left: auto; margin-right: max(0px, calc((100vw - 1440px) / 2)); }
.price-row { display: grid; grid-template-columns: 45px 1fr auto; gap: 20px; align-items: center; padding: 24px 0; border-top: 1px solid var(--line); }
.price-row:last-of-type { border-bottom: 1px solid var(--line); }
.price-row__no { color: var(--muted); font-family: var(--display); font-size: 11px; }
.price-row h3 { display: flex; align-items: baseline; gap: 20px; font-family: var(--serif); font-size: clamp(17px, 2vw, 25px); font-weight: 400; }
.price-row h3 small { color: var(--muted); font-family: var(--display); font-size: 12px; font-style: italic; }
.price-row > p { font-family: var(--display); font-size: 19px; }
.price-note { margin-top: 24px; color: var(--muted); font-size: 11px; text-align: right; }

.first-visit { position: relative; padding: clamp(105px, 14vw, 205px) clamp(24px, 6vw, 96px); overflow: hidden; background: var(--mist); }
.first-visit__word { position: absolute; top: -7vw; right: -1vw; color: rgba(32, 36, 39, .055); font-family: var(--display); font-size: 15vw; line-height: 1; white-space: nowrap; }
.first-visit > .section-index, .first-visit__content { width: min(1240px, 100%); margin-left: auto; margin-right: auto; }
.first-visit__content { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(60px, 10vw, 150px); margin-top: 75px; position: relative; }
.first-visit__content .eyebrow { margin-bottom: 24px; }
.first-visit__steps { border-top: 1px solid var(--line); }
.first-visit__steps > div { display: grid; grid-template-columns: 36px 80px 1fr; gap: 15px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.first-visit__steps span { color: var(--muted); font-family: var(--display); font-size: 11px; }
.first-visit__steps h3 { font-family: var(--serif); font-size: 19px; font-weight: 400; }
.first-visit__steps p { color: #5f686b; font-size: 12px; line-height: 2; }

.salon { background: var(--paper); }
.salon__visual { height: min(68vw, 820px); min-height: 480px; overflow: hidden; }
.salon__visual img { object-position: center; }
.salon__body { width: min(1240px, calc(100% - 48px)); margin: 0 auto; padding: clamp(100px, 13vw, 180px) 0; display: grid; grid-template-columns: 27fr 38fr 35fr; gap: 30px; }
.salon__title .eyebrow { margin-bottom: 24px; color: var(--muted); }
.salon__title .display-copy { font-size: clamp(30px, 3.4vw, 51px); }
.salon__details { align-self: end; padding-left: clamp(0px, 3vw, 45px); }
.salon__details dl { border-top: 1px solid var(--line); }
.salon__details dl > div { display: grid; grid-template-columns: 80px 1fr; padding: 19px 0; border-bottom: 1px solid var(--line); }
.salon__details dt { color: var(--muted); font-family: var(--display); font-size: 13px; font-style: italic; }
.salon__details dd { font-size: 13px; line-height: 1.9; }
.salon__details small { color: var(--muted); }

.booking { display: grid; grid-template-columns: 52% 48%; color: var(--white); background: var(--ink); }
.booking__intro { min-height: 720px; display: flex; flex-direction: column; justify-content: center; padding: clamp(55px, 8vw, 120px); border-right: 1px solid var(--line-dark); }
.booking__intro .eyebrow { color: var(--accent); }
.booking__intro h2 { margin-top: 25px; }
.booking__intro > p:last-child { margin-top: 48px; color: #bac0c1; font-family: var(--serif); font-size: 14px; line-height: 2.2; }
.booking__links { align-self: center; padding: clamp(30px, 6vw, 90px); }
.booking__links > a { display: grid; grid-template-columns: 1.25fr 1fr 28px; gap: 20px; align-items: center; min-height: 126px; border-top: 1px solid var(--line-dark); }
.booking__links > a:last-child { border-bottom: 1px solid var(--line-dark); }
.booking__links span { font-family: var(--serif); font-size: 15px; line-height: 1.6; }
.booking__links small { display: block; margin-bottom: 7px; color: #7e8689; font-family: var(--display); font-size: 10px; }
.booking__links strong { font-family: var(--display); font-size: clamp(22px, 2.4vw, 36px); font-weight: 400; }
.booking__links i { font-family: var(--display); font-size: 22px; font-style: normal; transition: transform .25s; }
.booking__links a:hover i { transform: translate(4px, -4px); }

.site-footer { padding: 82px clamp(24px, 6vw, 96px) 28px; color: #bbc0bf; background: #171a1c; display: grid; grid-template-columns: 1.5fr 1fr .7fr; gap: 50px; }
.site-footer__brand p { color: var(--white); font-family: var(--display); font-size: 43px; letter-spacing: .1em; line-height: 1; }
.site-footer__brand span { font-size: 8px; letter-spacing: .25em; }
.site-footer__nav { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 22px; font-size: 11px; }
.site-footer__social { text-align: right; font-family: var(--display); font-size: 14px; font-style: italic; }
.site-footer__bottom { grid-column: 1 / -1; display: flex; justify-content: space-between; margin-top: 62px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.13); font-size: 9px; letter-spacing: .12em; }
.mobile-booking { display: none; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .9s ease, transform .9s cubic-bezier(.22,1,.36,1); }
.reveal--delay { transition-delay: .12s; }
.reveal--delay-2 { transition-delay: .22s; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.image-reveal { position: relative; }
.image-reveal::after { content: ""; position: absolute; z-index: 2; inset: 0; background: var(--mist); transform-origin: top; transition: transform 1.15s cubic-bezier(.77,0,.18,1); }
.section-dark .image-reveal::after, .stylists .image-reveal::after { background: var(--ink); }
.image-reveal.is-visible::after { transform: scaleY(0); }

@media (max-width: 1000px) {
  .hero { grid-template-columns: 48% 52%; }
  .hero__number { left: calc(48% - 20px); }
  .hero h1 { font-size: 34px; }
  .philosophy__grid { gap: 55px; }
  .section-heading, .menu-section__header { grid-template-columns: 25% 75%; }
  .craft-feature__copy { padding: 55px 45px; }
  .craft-feature__image { min-height: 560px; }
  .principles { grid-template-columns: 25% 75%; }
  .stylist-card__top { display: block; }
  .stylist-card__top span { display: block; }
  .first-visit__content { grid-template-columns: .9fr 1.1fr; gap: 55px; }
  .salon__body { grid-template-columns: 20fr 40fr 40fr; }
  .booking__intro { min-height: 620px; padding: 58px; }
  .booking__links { padding: 42px; }
}

@media (max-width: 767px) {
  body { font-size: 14px; line-height: 1.85; padding-bottom: 58px; }
  .site-header { height: 82px; padding: 0 20px; }
  .site-header.is-scrolled { height: 68px; }
  .brand__name { font-size: 28px; }
  .brand__sub { font-size: 6px; }
  .header-tel, .header-reserve { display: none; }
  .header-actions { gap: 0; }
  .menu-button { width: 44px; }
  .menu-panel__inner { width: calc(100% - 40px); padding-top: 70px; }
  .menu-panel li a { padding: 12px 0 14px; font-size: 23px; }
  .menu-panel__meta { display: block; margin-top: 24px; }
  .menu-panel__meta a { display: block; margin-top: 12px; }

  .hero { min-height: 0; display: flex; flex-direction: column; background: var(--mist); }
  .hero__copy { min-height: 74svh; display: flex; flex-direction: column; justify-content: flex-end; padding: 125px 24px 54px; }
  .hero h1 { margin-top: 21px; font-size: 42px; line-height: 1.5; }
  .hero__lead { margin-top: 25px; font-size: 13px; }
  .hero .text-link { display: none; }
  .hero__visual { height: 70svh; min-height: 520px; }
  .hero__visual img { object-position: 64% center; }
  .hero__side { top: 31svh; right: 14px; color: var(--ink); }
  .hero__number { left: 20px; bottom: calc(70svh + 15px); }

  .display-copy { font-size: 32px; line-height: 1.65; }
  .section-index { font-size: 12px; }
  .philosophy { padding: 90px 22px 115px; }
  .philosophy__statement { margin: 60px 0 65px; }
  .philosophy__statement h2 { margin-top: 22px; }
  .philosophy__grid { display: flex; flex-direction: column; gap: 0; }
  .philosophy__image { width: calc(100% + 44px); aspect-ratio: .85; margin-left: -22px; }
  .philosophy__text { padding-top: 50px; font-size: 14px; line-height: 2.35; }
  .philosophy__note { padding-top: 38px; font-size: 21px; }

  .craft { padding-top: 95px; }
  .section-heading, .menu-section__header { width: calc(100% - 44px); display: block; margin-bottom: 65px; }
  .section-heading .section-index, .menu-section__header .section-index { margin-bottom: 58px; }
  .section-heading .eyebrow, .menu-section__header .eyebrow { margin-bottom: 20px; }
  .craft-feature, .craft-feature--cut, .craft-feature--care { display: flex; flex-direction: column; }
  .craft-feature__image { min-height: 0; height: 122vw; max-height: none; }
  .craft-feature__copy { min-height: 490px; padding: 58px 28px 70px; }
  .craft-feature--care .craft-feature__copy { order: 2; }
  .craft-feature__no { margin-bottom: 32px; }
  .craft-feature__copy h3 { font-size: 27px; }
  .craft-feature__copy p { margin-top: 27px; font-size: 13px; }
  .craft-feature--care .craft-feature__image { height: 76vw; }
  .principles { width: calc(100% - 44px); display: block; padding: 95px 0 110px; }
  .principles__intro { margin-bottom: 45px; }
  .principles li { grid-template-columns: 36px 1fr; gap: 6px 15px; padding: 24px 0; }
  .principles li p { grid-column: 2; }

  .stylists { padding: 95px 0 115px; }
  .stylist-grid { width: calc(100% - 44px); display: block; }
  .stylist-card + .stylist-card { margin-top: 82px; }
  .stylist-card figure { aspect-ratio: .84; margin-bottom: 25px; }
  .stylist-card figure img { object-position: center 17%; }
  .stylist-card__top { display: flex; }
  .stylist-card__top span { display: inline; }

  .menu-section { padding: 95px 22px 115px; }
  .menu-section__header { width: 100%; }
  .price-row { grid-template-columns: 26px 1fr auto; gap: 10px; padding: 20px 0; }
  .price-row h3 { display: block; font-size: 16px; }
  .price-row h3 small { display: block; font-size: 10px; }
  .price-row > p { font-size: 16px; }
  .price-note { font-size: 10px; text-align: left; }

  .first-visit { padding: 95px 22px 110px; }
  .first-visit__word { top: 30px; font-size: 24vw; }
  .first-visit__content { display: block; margin-top: 60px; }
  .first-visit__steps { margin-top: 60px; }
  .first-visit__steps > div { grid-template-columns: 28px 55px 1fr; gap: 10px; }

  .salon__visual { height: 78vw; min-height: 350px; }
  .salon__visual img { object-position: 43% center; }
  .salon__body { width: calc(100% - 44px); display: block; padding: 95px 0 110px; }
  .salon__title { margin-top: 58px; }
  .salon__details { margin-top: 60px; padding-left: 0; }

  .booking { display: block; }
  .booking__intro { min-height: 580px; padding: 90px 22px; border-right: 0; border-bottom: 1px solid var(--line-dark); }
  .booking__intro > p:last-child { margin-top: 37px; }
  .booking__links { padding: 50px 22px 90px; }
  .booking__links > a { grid-template-columns: 1.2fr .9fr 20px; min-height: 112px; gap: 8px; }
  .booking__links span { font-size: 13px; }
  .booking__links strong { font-size: 22px; }

  .site-footer { padding: 70px 22px 28px; display: grid; grid-template-columns: 1fr 1fr; gap: 45px 20px; }
  .site-footer__brand { grid-column: 1 / -1; }
  .site-footer__social { text-align: left; }
  .site-footer__bottom { margin-top: 30px; }
  .mobile-booking { position: fixed; z-index: 30; left: 0; bottom: 0; width: 100%; height: 58px; display: flex; align-items: center; justify-content: space-between; padding: 0 22px; color: var(--white); background: rgba(32,36,39,.95); border-top: 1px solid rgba(255,255,255,.22); font-size: 12px; letter-spacing: .2em; backdrop-filter: blur(10px); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
  .image-reveal::after { display: none; }
}
