@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600&display=swap");

:root {
  --paper: #fffcf6;
  --cream: #f7f0e4;
  --ink: #34251c;
  --olive: #7f833f;
  --deep-olive: #59632c;
  --orange: #e45b37;
  --line: #e8d5b9;
  --shadow: 0 20px 60px rgba(75, 55, 32, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  line-height: 1.9;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  opacity: .32;
  background-image: radial-gradient(#cdbd9e 0.65px, transparent 0.65px);
  background-size: 6px 6px;
}
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { display: block; width: 100%; }

.site-header {
  position: fixed;
  z-index: 20;
  inset: 0 0 auto;
  height: 84px;
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 0 clamp(20px, 4vw, 64px);
  background: rgba(255, 252, 246, .92);
  border-bottom: 1px solid rgba(232, 213, 185, .65);
  backdrop-filter: blur(14px);
}
.brand { display: flex; align-items: center; gap: 12px; margin-right: auto; }
.brand-mark {
  width: 44px; height: 44px; display: grid; place-items: center;
  border: 1px solid var(--olive); border-radius: 50%; color: var(--olive); font-size: 24px;
}
.brand b { display: block; font-size: 20px; letter-spacing: .18em; font-weight: 500; }
.brand small, .footer-brand small { display: block; color: #827263; font-size: 10px; letter-spacing: .12em; }
.site-nav { display: flex; gap: 24px; font-size: 13px; color: #706054; }
.site-nav a { transition: color .2s; }
.site-nav a:hover { color: var(--orange); }
.reserve-button, .outline-button, .floating-reserve, .line-button {
  border: 0; cursor: pointer; transition: transform .2s, box-shadow .2s;
}
.reserve-button {
  padding: 13px 22px; border-radius: 999px; color: #fff;
  background: var(--orange); box-shadow: 0 10px 25px rgba(228, 91, 55, .22);
}
.reserve-button span { margin-right: 8px; }
.reserve-button:hover, .outline-button:hover, .floating-reserve:hover, .line-button:hover { transform: translateY(-2px); }
.nav-toggle { display: none; border: 0; background: transparent; }

.hero { position: relative; min-height: 680px; height: 91vh; margin-top: 84px; overflow: hidden; }
.hero > img { height: 100%; object-fit: cover; object-position: center; }
.hero::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(255,252,246,.98) 0%, rgba(255,252,246,.87) 34%, transparent 63%);
}
.hero-copy { position: absolute; z-index: 2; top: 50%; left: clamp(28px, 8vw, 130px); transform: translateY(-50%); }
.kicker, .section-label, .section-title p {
  margin: 0 0 12px; color: var(--olive); font-size: 11px; letter-spacing: .18em; text-transform: uppercase;
}
.hero h1 { margin: 0; font-size: clamp(46px, 6.2vw, 90px); line-height: 1.45; font-weight: 500; letter-spacing: .08em; }
.hero h1 em { color: var(--orange); font-style: normal; }
.hero h1 span { color: var(--deep-olive); }
.hero-copy > p:not(.kicker) { margin: 24px 0; font-size: 16px; }
.text-link { display: inline-block; padding-bottom: 4px; border-bottom: 1px solid var(--olive); color: var(--deep-olive); font-size: 13px; }
.text-link b { margin-left: 12px; }
.hero-leaf { position: absolute; z-index: 3; color: var(--olive); opacity: .55; font-size: 120px; }
.leaf-one { left: 6%; bottom: -42px; transform: rotate(-12deg); }
.leaf-two { right: -15px; top: -38px; transform: rotate(65deg); }

.section { padding: clamp(76px, 9vw, 136px) clamp(22px, 7vw, 110px); scroll-margin-top: 80px; }
.section-title { margin-bottom: 54px; text-align: center; }
.section-title h2, .first h2, .access h2 { margin: 0; font-size: clamp(30px, 4vw, 48px); font-weight: 500; letter-spacing: .1em; }
.section-title span { display: block; width: 90px; height: 1px; margin: 20px auto 0; background: var(--olive); }
.reasons { background: rgba(255, 252, 246, .78); }
.reason-grid { max-width: 1240px; margin: auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; align-items: stretch; }
.reason-card, .henna-photo {
  margin: 0; padding: 26px; border: 1px solid var(--line); border-radius: 28px; background: rgba(255,255,255,.58);
}
.reason-card { display: flex; flex-direction: column; align-items: center; text-align: center; }
.reason-icon {
  width: 74px; height: 74px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%;
  color: var(--olive); font-size: 20px;
}
.reason-card h3 { margin: 20px 0 10px; font-size: 19px; font-weight: 500; }
.reason-card p { margin: 0; color: #78695c; font-size: 13px; }
.henna-photo { padding: 0; overflow: hidden; position: relative; min-height: 310px; }
.henna-photo img { height: 100%; object-fit: cover; }
.henna-photo figcaption { position: absolute; inset: auto 14px 14px; padding: 8px; border-radius: 99px; background: rgba(255,252,246,.88); text-align: center; font-size: 12px; }

.first { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(44px, 8vw, 120px); align-items: center; background: var(--cream); }
.first-image { position: relative; }
.first-image::before { content: ""; position: absolute; inset: -18px 18px 18px -18px; border: 1px solid var(--olive); border-radius: 34px; opacity: .45; }
.first-image img { position: relative; aspect-ratio: 1.15; object-fit: cover; border-radius: 34px; }
.first-copy .lead, .access .lead { margin: 24px 0; font-size: clamp(20px, 2.2vw, 28px); line-height: 1.75; }
.first-copy > p:not(.section-label):not(.lead) { color: #78695c; font-size: 14px; }
.first ol { list-style: none; margin: 30px 0 0; padding: 0; display: grid; gap: 10px; }
.first li { display: flex; gap: 18px; align-items: center; padding: 12px 0; border-bottom: 1px solid var(--line); }
.first li b { color: var(--orange); font-size: 12px; letter-spacing: .1em; }

.stylist { background: #fffdf8; }
.stylist-card {
  max-width: 920px; margin: auto; display: grid; grid-template-columns: 330px 1fr; gap: clamp(38px, 7vw, 90px); align-items: center;
  padding: clamp(28px, 4vw, 58px); border: 1px solid var(--line); border-radius: 36px; box-shadow: var(--shadow);
}
.portrait-wrap { padding: 12px; border: 1px solid var(--olive); border-radius: 48% 48% 18px 18px; }
.portrait-wrap img { aspect-ratio: .8; object-fit: cover; border-radius: 48% 48% 12px 12px; }
.stylist-card h3 { margin: 0 0 18px; font-size: 32px; font-weight: 500; letter-spacing: .12em; }
.stylist-card p:not(.section-label), .stylist-card dd { color: #78695c; font-size: 14px; }
.stylist-card dl { margin-top: 24px; padding-top: 18px; border-top: 1px solid var(--line); font-size: 13px; }
.stylist-card dt { color: var(--olive); }
.stylist-card dd { margin: 4px 0; }

.menu { background: #fffdf8; }
.menu-list { max-width: 1080px; margin: auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.menu-card {
  position: relative; padding: 34px 28px; border: 1px solid var(--line); border-radius: 26px; background: var(--paper);
  transition: transform .25s ease, box-shadow .25s ease;
}
.menu-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.menu-card.featured { border-color: var(--olive); background: #f9f7ea; }
.menu-card > p { margin: 0 0 8px; color: var(--orange); font-size: 11px; letter-spacing: .12em; }
.menu-card h3 { margin: 0 0 28px; font-size: 20px; font-weight: 500; }
.menu-card div { display: flex; justify-content: space-between; align-items: baseline; padding-top: 18px; border-top: 1px solid var(--line); }
.menu-card b { color: #8b7b6e; font-size: 12px; font-weight: 400; }
.menu-card strong { color: var(--deep-olive); font-size: 24px; font-weight: 500; }
.menu-card small, .menu-note { color: #8b7b6e; font-size: 11px; }
.menu-note { margin: 28px 0 0; text-align: center; }

.access { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(44px, 8vw, 120px); align-items: center; background: var(--cream); }
.access-copy dl { display: grid; grid-template-columns: 90px 1fr; gap: 7px 18px; font-size: 13px; }
.access-copy dt { color: var(--olive); }
.access-copy dd { margin: 0; color: #78695c; }
.outline-button { margin-top: 30px; padding: 13px 28px; color: #fff; background: var(--orange); border-radius: 99px; }
.map-card {
  position: relative; min-height: 390px; overflow: hidden; border: 1px solid var(--line); border-radius: 34px;
  background: #fffaf0; box-shadow: var(--shadow);
}
.map-lines { position: absolute; inset: -20%; transform: rotate(-12deg); background: repeating-linear-gradient(90deg, transparent 0 42px, #eadcc5 43px 45px), repeating-linear-gradient(0deg, transparent 0 58px, #eadcc5 59px 61px); }
.map-card span { position: absolute; z-index: 2; padding: 6px 13px; border-radius: 99px; background: #fff; font-size: 12px; box-shadow: 0 6px 18px rgba(75,55,32,.12); }
.station { left: 12%; bottom: 15%; }
.park { right: 10%; top: 13%; color: var(--deep-olive); }
.pin { left: 52%; top: 47%; color: #fff; background: var(--orange) !important; transform: translate(-50%,-50%); }
.pin::after { content: ""; position: absolute; left: 50%; top: 100%; border: 8px solid transparent; border-top-color: var(--orange); transform: translateX(-50%); }

footer { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 36px clamp(22px, 6vw, 90px); background: var(--deep-olive); color: #fff; }
.footer-brand { font-size: 19px; letter-spacing: .15em; }
.footer-brand small { color: rgba(255,255,255,.7); }
footer p, footer > small { font-size: 11px; opacity: .72; }
.floating-reserve { display: none; }

.reserve-modal {
  width: min(92vw, 470px); padding: 42px; border: 1px solid var(--line); border-radius: 28px; color: var(--ink); background: var(--paper); box-shadow: var(--shadow);
}
.reserve-modal::backdrop { background: rgba(45,35,25,.42); backdrop-filter: blur(4px); }
.reserve-modal h2 { margin: 0; font-weight: 500; }
.reserve-modal > p:not(.section-label) { color: #78695c; font-size: 13px; }
.modal-close { position: absolute; top: 16px; right: 18px; border: 0; background: transparent; color: #8a796c; font-size: 24px; cursor: pointer; }
.line-button { width: 100%; margin-top: 24px; padding: 13px; border-radius: 99px; color: #fff; background: var(--deep-olive); }
.reserve-form { display: grid; gap: 12px; margin-top: 24px; }
.reserve-form label { display: grid; gap: 4px; color: #78695c; font-size: 11px; }
.reserve-form input, .reserve-form select, .reserve-form textarea {
  width: 100%; padding: 10px 12px; border: 1px solid var(--line); border-radius: 8px; background: #fff; color: var(--ink); font: inherit; font-size: 13px;
}
.reserve-form textarea { resize: vertical; }
.form-success { margin-top: 28px; padding: 24px; border: 1px solid var(--line); border-radius: 18px; background: #f9f7ea; text-align: center; }
.form-success b { color: var(--deep-olive); font-weight: 500; }
.form-success p { margin: 4px 0 0; font-size: 12px; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s ease, transform .8s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1000px) {
  .site-nav { display: none; }
  .reason-grid { grid-template-columns: repeat(2, 1fr); }
  .first, .access { gap: 44px; }
}

@media (max-width: 720px) {
  .site-header { height: 68px; padding: 0 16px; }
  .brand-mark { width: 36px; height: 36px; }
  .brand b { font-size: 16px; }
  .brand small { display: none; }
  .reserve-button { display: none; }
  .nav-toggle { display: grid; gap: 6px; padding: 10px; }
  .nav-toggle span { display: block; width: 24px; height: 1px; background: var(--ink); }
  .site-nav.is-open {
    position: absolute; top: 68px; left: 0; right: 0; display: grid; gap: 0;
    padding: 8px 20px 18px; background: var(--paper); border-bottom: 1px solid var(--line);
  }
  .site-nav a { padding: 11px 0; border-bottom: 1px solid var(--line); }
  .hero { height: 86vh; min-height: 600px; margin-top: 68px; }
  .hero > img { object-position: 62% center; }
  .hero::after { background: linear-gradient(180deg, rgba(255,252,246,.15) 20%, rgba(255,252,246,.96) 70%); }
  .hero-copy { top: auto; left: 22px; right: 22px; bottom: 52px; transform: none; }
  .hero h1 { font-size: clamp(40px, 13vw, 60px); }
  .hero-copy > p:not(.kicker) { display: none; }
  .section { padding: 72px 20px; }
  .section-title { margin-bottom: 34px; }
  .reason-grid { grid-template-columns: 1fr; }
  .henna-photo { min-height: 280px; order: -1; }
  .first, .access, .stylist-card { grid-template-columns: 1fr; }
  .menu-list { grid-template-columns: 1fr; }
  .first-image::before { inset: -10px 10px 10px -10px; }
  .stylist-card { padding: 24px; }
  .portrait-wrap { max-width: 280px; margin: auto; }
  .map-card { min-height: 300px; }
  footer { padding-bottom: 90px; flex-direction: column; align-items: flex-start; }
  .floating-reserve {
    position: fixed; z-index: 18; display: block; left: 50%; bottom: 14px; transform: translateX(-50%);
    width: calc(100% - 32px); padding: 13px; border-radius: 99px; background: var(--orange); color: #fff; box-shadow: 0 10px 25px rgba(91,54,35,.28);
  }
  .floating-reserve:hover { transform: translateX(-50%) translateY(-2px); }
  .reserve-modal { padding: 36px 24px 26px; }
}
