:root {
  --black: #090909;
  --mid: #131313;
  --cream: #f3efe7;
  --muted: #aaa49a;
  --gold: #c8a45e;
  --line: rgba(200, 164, 94, .25);
  --serif: "Cormorant Garamond", serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--cream); background: var(--black); font-family: "Noto Sans JP", sans-serif; font-weight: 300; line-height: 1.85; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }
.demo-notice { position: relative; z-index: 20; margin: 0; padding: 6px 14px; color: #17130c; background: var(--gold); font-size: 9px; font-weight: 500; letter-spacing: .14em; text-align: center; }
header { position: absolute; top: 30px; left: 0; z-index: 10; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; width: 100%; padding: 25px clamp(22px, 5vw, 70px); border-bottom: 1px solid rgba(255,255,255,.13); }
.logo { display: flex; flex-direction: column; width: max-content; line-height: 1; }
.logo strong { font-family: var(--serif); font-size: 25px; font-weight: 500; letter-spacing: .2em; }
.logo small { margin-top: 7px; color: var(--gold); font-size: 7px; letter-spacing: .48em; }
nav { display: flex; gap: clamp(20px, 3vw, 45px); font-family: var(--serif); font-size: 11px; letter-spacing: .18em; }
.reserve-link { justify-self: end; padding-bottom: 4px; color: var(--gold); border-bottom: 1px solid var(--gold); font-family: var(--serif); font-size: 11px; letter-spacing: .18em; }
.hero { position: relative; min-height: 100svh; overflow: hidden; }
.hero > img { position: absolute; inset: 0; height: 100%; object-fit: cover; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.9), rgba(0,0,0,.44) 50%, rgba(0,0,0,.05)); }
.hero-copy { position: relative; z-index: 1; display: flex; flex-direction: column; justify-content: center; min-height: 100svh; padding: 130px clamp(24px, 9vw, 145px) 60px; }
.eyebrow { margin: 0 0 18px; color: var(--gold); font-family: var(--serif); font-size: 10px; letter-spacing: .42em; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 22px; font-family: var(--serif); font-size: clamp(54px, 7vw, 106px); font-weight: 400; letter-spacing: -.02em; line-height: .9; }
h1 em { color: var(--gold); font-weight: 400; }
.hero-copy > p:not(.eyebrow) { font-size: 13px; letter-spacing: .14em; }
.actions { display: flex; align-items: center; gap: 28px; margin-top: 18px; font-size: 11px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 55px; padding: 13px 28px; color: #17130c; background: linear-gradient(135deg, #a77f3c, #dabd78); border: 0; cursor: pointer; font: inherit; font-size: 11px; font-weight: 500; letter-spacing: .12em; transition: transform .25s ease; }
.button:hover { transform: translateY(-3px); }
.section { padding: clamp(85px, 10vw, 150px) clamp(22px, 7vw, 100px); }
.heading { margin-bottom: clamp(42px, 6vw, 75px); }
.heading h2, .reservation h2, .access h2 { margin: 0; font-family: var(--serif); font-size: clamp(40px, 5vw, 70px); font-weight: 400; line-height: 1.08; }
.centered { text-align: center; }
.about, .style-section { background: var(--mid); }
.about-grid { display: grid; grid-template-columns: minmax(280px, .8fr) 1.2fr; align-items: center; gap: clamp(40px, 8vw, 120px); }
.about-grid > img { aspect-ratio: 4 / 5; object-fit: cover; }
.about-grid h3 { font-family: var(--serif); font-size: clamp(28px, 3.5vw, 46px); font-weight: 400; line-height: 1.45; }
.about-grid > div > p { color: var(--muted); font-size: 12px; }
.features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 45px; background: var(--line); }
.features article { padding: 22px 18px; background: var(--mid); }
.features span { color: var(--gold); font-family: var(--serif); font-size: 10px; }
.features strong { display: block; margin-top: 25px; font-family: var(--serif); font-size: 20px; font-weight: 400; }
.features p { margin: 4px 0 0; color: var(--muted); font-size: 9px; }
.centered > p:last-child { color: var(--muted); font-size: 11px; }
.menu-grid { display: grid; grid-template-columns: repeat(4, 1fr); max-width: 1220px; margin: auto; border-block: 1px solid var(--line); }
.menu-grid article { position: relative; min-height: 340px; padding: 32px 25px; border-right: 1px solid var(--line); }
.menu-grid article:last-child { border-right: 0; }
.menu-grid small { color: var(--gold); font-family: var(--serif); letter-spacing: .15em; }
.menu-grid h3 { margin: 65px 0 15px; font-size: 19px; font-weight: 400; }
.menu-grid p { color: var(--muted); font-size: 10px; }
.menu-grid strong { position: absolute; right: 25px; bottom: 28px; font-family: var(--serif); font-size: 25px; font-weight: 400; }
.style-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.style-grid figure { position: relative; overflow: hidden; margin: 0; }
.style-grid img { aspect-ratio: 1; object-fit: cover; transition: transform .6s ease; }
.style-grid .wide { grid-column: 1 / -1; }
.style-grid .wide img { aspect-ratio: 2.2 / 1; object-position: center 42%; }
.style-grid figure:hover img { transform: scale(1.03); }
.style-grid figcaption { position: absolute; right: 24px; bottom: 20px; left: 24px; font-family: var(--serif); font-size: clamp(24px, 3vw, 38px); text-shadow: 0 2px 16px #000; }
.reservation { display: grid; place-items: center; min-height: 70vh; padding: 90px 22px; background: linear-gradient(rgba(5,5,5,.8), rgba(5,5,5,.9)), url("assets/salon-hero.jpg") center 42% / cover; text-align: center; }
.reservation p:not(.eyebrow) { margin: 25px 0 32px; color: var(--muted); font-size: 11px; }
.access { display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: clamp(45px, 7vw, 100px); }
.map { position: relative; display: grid; place-items: center; min-height: 450px; overflow: hidden; background: repeating-linear-gradient(28deg, #151515 0 65px, #27251f 66px 67px, #151515 68px 125px); border: 1px solid rgba(255,255,255,.08); }
.map::before { width: 18px; height: 18px; background: var(--gold); border: 8px solid rgba(200,164,94,.18); border-radius: 50%; content: ""; }
.map span { position: absolute; top: 42%; color: var(--gold); font-family: var(--serif); letter-spacing: .18em; }
.map small { position: absolute; bottom: 18px; left: 20px; color: #777168; font-family: var(--serif); letter-spacing: .2em; }
.access dl { margin-top: 35px; }
.access dl div { display: grid; grid-template-columns: 90px 1fr; padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
.access dt { color: var(--gold); font-size: 9px; }
.access dd { margin: 0; color: var(--muted); font-size: 10px; }
footer { display: grid; justify-items: center; gap: 18px; padding: 70px 22px 40px; color: var(--muted); background: #050505; text-align: center; }
footer p, footer > small { margin: 0; font-size: 9px; }
.toast { position: fixed; right: 22px; bottom: 22px; z-index: 30; padding: 14px 18px; color: #17130c; background: var(--gold); font-size: 10px; opacity: 0; pointer-events: none; transform: translateY(12px); transition: .3s; }
.toast.show { opacity: 1; transform: none; }
.reveal { opacity: 0; transform: translateY(25px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 850px) {
  header { grid-template-columns: 1fr auto; }
  nav { display: none; }
  .about-grid, .access { grid-template-columns: 1fr; }
  .menu-grid { grid-template-columns: repeat(2, 1fr); }
  .menu-grid article:nth-child(2) { border-right: 0; }
  .menu-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
}

@media (max-width: 580px) {
  .demo-notice { font-size: 7px; letter-spacing: .08em; }
  header { top: 27px; padding: 20px; }
  .reserve-link { font-size: 9px; }
  .hero > img { object-position: 60% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(0,0,0,.8), rgba(0,0,0,.2)), linear-gradient(0deg, rgba(0,0,0,.65), transparent 60%); }
  .hero-copy { padding-inline: 22px; }
  h1 { font-size: clamp(50px, 17vw, 74px); }
  .actions { align-items: flex-start; flex-direction: column; }
  .features, .menu-grid, .style-grid { grid-template-columns: 1fr; }
  .menu-grid article { border-right: 0; border-bottom: 1px solid var(--line); }
  .style-grid .wide { grid-column: auto; }
  .style-grid .wide img { aspect-ratio: 1; object-position: 60% center; }
  .map { min-height: 330px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
}
