:root {
  --ink: #2d2a24;
  --muted: #746e63;
  --cream: #fbf7ed;
  --paper: #fffdf7;
  --leaf: #236848;
  --leaf-dark: #173f2f;
  --leaf-soft: #e4efdf;
  --wood: #c98846;
  --rose: #b57873;
  --line: rgba(45, 42, 36, .13);
  --shadow: 0 22px 70px rgba(63, 46, 24, .16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: "Helvetica Neue", Arial, "Hiragino Sans", "Yu Gothic", sans-serif;
  line-height: 1.75;
}

body.is-menu-open {
  overflow: hidden;
}

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

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

button,
select {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 72px;
  padding: 0 clamp(18px, 4vw, 56px);
  background: rgba(255, 253, 247, .88);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  min-width: 0;
  letter-spacing: .03em;
}

.brand-symbol {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  color: #fff;
  background: var(--leaf);
  border-radius: 50%;
  letter-spacing: 0;
}

.brand-name {
  overflow-wrap: anywhere;
  font-size: clamp(15px, 2vw, 21px);
  line-height: 1.2;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.site-nav a {
  padding: 10px 12px;
  border-radius: 999px;
}

.site-nav a:hover,
.site-nav a.is-active {
  color: var(--leaf-dark);
  background: var(--leaf-soft);
}

.site-nav .nav-reserve {
  color: #fff;
  background: var(--leaf);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 10px;
  background: transparent;
  border: 0;
}

.menu-toggle span {
  display: block;
  height: 2px;
  margin: 6px 0;
  background: var(--ink);
}

.hero {
  display: grid;
  grid-template-columns: minmax(560px, 1fr) minmax(520px, .95fr);
  gap: clamp(36px, 4vw, 64px);
  align-items: center;
  min-height: calc(100vh - 72px);
  padding: clamp(34px, 7vw, 92px) clamp(18px, 5vw, 78px) 56px;
}

.hero-copy {
  order: 2;
  max-width: 680px;
  justify-self: end;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--rose);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}

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

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: 0;
}

h1 {
  margin-bottom: 24px;
  max-width: 760px;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "Noto Serif JP", serif;
  font-size: clamp(38px, 5.8vw, 76px);
  font-weight: 700;
  line-height: 1.22;
}

h1 span {
  display: block;
}

.lead-line,
.text-line {
  display: block;
}

.lead {
  max-width: 680px;
  margin-bottom: 30px;
  color: var(--muted);
  font-size: clamp(20px, 1.7vw, 26px);
  line-height: 1.9;
}

.hero-location {
  color: var(--ink);
  font-size: 1.42em;
  font-weight: 800;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 800;
}

.button.primary {
  color: #fff;
  background: var(--leaf);
}

.button.ghost {
  color: var(--leaf-dark);
  background: rgba(255, 255, 255, .58);
  border-color: var(--line);
}

.instagram-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.instagram-icon {
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.4;
}

.hero-photos {
  order: 1;
  position: relative;
  min-height: 820px;
}

.hero-photos img {
  position: absolute;
  object-fit: cover;
  border: 10px solid var(--paper);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.hero-main {
  top: 50%;
  right: 50%;
  width: min(100%, 720px);
  height: 760px;
  transform: translate(50%, -50%);
}

.hero-sub {
  left: 0;
  bottom: 0;
  width: 55%;
  height: 410px;
}

.intro-band {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin: 0 clamp(18px, 5vw, 78px);
  overflow: hidden;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.intro-band p {
  display: grid;
  min-height: 94px;
  place-items: center;
  margin: 0;
  padding: 20px 18px;
  background: var(--paper);
  color: var(--leaf-dark);
  font-size: clamp(18px, 1.55vw, 25px);
  font-weight: 800;
  line-height: 1.45;
  text-align: center;
}

.section {
  padding: clamp(62px, 9vw, 116px) clamp(18px, 5vw, 78px);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(280px, .75fr);
  gap: clamp(20px, 5vw, 70px);
  align-items: end;
  margin-bottom: 34px;
}

.section-heading.narrow {
  display: block;
  max-width: 760px;
}

.salon-heading {
  display: block;
  max-width: 860px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.salon-heading p:last-child {
  max-width: 720px;
  margin: 18px auto 0;
  text-align: left;
}

.salon-heading h2 span {
  display: block;
}

.section-heading h2,
.care-copy h2,
.first h2,
.reserve-copy h2 {
  margin-bottom: 0;
  font-size: clamp(32px, 4.8vw, 62px);
  line-height: 1.18;
}

.section-heading p:last-child,
.care-copy p,
.reserve-copy p {
  color: var(--muted);
}

.gallery {
  display: grid;
  grid-template-columns: 1.1fr .9fr 1fr;
  gap: 14px;
  align-items: start;
}

.gallery button {
  overflow: hidden;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 8px;
  cursor: zoom-in;
}

.gallery button:first-child {
  grid-row: span 2;
}

.gallery button:nth-child(4) {
  grid-column: span 2;
}

.gallery img {
  width: 100%;
  height: auto;
  background: var(--paper);
  transition: transform .35s ease;
}

.gallery button:hover img {
  transform: scale(1.04);
}

.care {
  display: grid;
  grid-template-columns: minmax(300px, .9fr) minmax(0, 1.1fr);
  gap: clamp(28px, 6vw, 84px);
  align-items: center;
  background: #f7f3e8;
}

.care-photo img {
  width: 100%;
  max-height: 760px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.care-copy p {
  margin-top: 22px;
  font-size: clamp(18px, 1.45vw, 24px);
  line-height: 2;
}

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

.check-list li {
  position: relative;
  padding: 20px 22px 20px 56px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  font-size: clamp(18px, 1.45vw, 24px);
  font-weight: 800;
  line-height: 1.55;
}

.check-list li::before {
  position: absolute;
  left: 24px;
  top: 31px;
  width: 12px;
  height: 12px;
  background: var(--leaf);
  border-radius: 50%;
  content: "";
}

.concerns {
  color: #fff;
  background: var(--leaf-dark);
}

.concerns-inner {
  display: grid;
  grid-template-columns: minmax(260px, .8fr) minmax(0, 1.2fr);
  gap: clamp(32px, 7vw, 96px);
  align-items: center;
}

.concerns-heading p {
  margin: 0 0 8px;
  color: #c9ddcf;
  font-size: 14px;
  font-weight: 800;
}

.concerns-heading h2 {
  margin: 0;
  font-size: clamp(32px, 4.8vw, 58px);
  line-height: 1.3;
}

.concerns-heading h2 span {
  display: block;
}

.concerns-list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.concerns-list li {
  position: relative;
  padding: 24px 0 24px 48px;
  border-bottom: 1px solid rgba(255, 255, 255, .18);
  font-size: clamp(19px, 1.6vw, 28px);
  font-weight: 800;
  line-height: 1.55;
}

.concerns-list li:first-child {
  border-top: 1px solid rgba(255, 255, 255, .18);
}

.concerns-list li::before {
  position: absolute;
  top: 36px;
  left: 8px;
  width: 15px;
  height: 15px;
  background: #c9ddcf;
  border-radius: 50%;
  content: "";
}

.menu {
  background:
    radial-gradient(circle at 8% 18%, rgba(181, 120, 115, .12), transparent 28%),
    linear-gradient(180deg, #fffaf1 0%, #f7f3e8 100%);
}

.price-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: end;
  margin-bottom: 30px;
}

.price-hero h2 {
  max-width: 830px;
  margin-bottom: 16px;
  font-size: clamp(34px, 5vw, 66px);
  line-height: 1.16;
}

.price-hero p:last-child {
  max-width: 760px;
  margin-bottom: 0;
  color: var(--muted);
}

.price-grid {
  display: grid;
  gap: 18px;
}

.price-card {
  display: grid;
  grid-template-columns: minmax(220px, .42fr) minmax(0, 1fr);
  gap: clamp(18px, 4vw, 42px);
  align-items: center;
  padding: clamp(16px, 2.8vw, 28px);
  background: rgba(255, 253, 247, .92);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 14px 42px rgba(63, 46, 24, .1);
}

.price-card.featured {
  border-color: rgba(35, 104, 72, .38);
  box-shadow: 0 22px 70px rgba(35, 104, 72, .17);
}

.price-image {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

.price-image img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}

.price-content {
  min-width: 0;
}

.course-badge {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin-bottom: 12px;
  padding: 5px 12px;
  color: #fff;
  background: var(--leaf);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
}

.price-content h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 10px;
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1.28;
}

.course-time {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 8px 16px;
  color: #fff;
  background: var(--rose);
  border-radius: 999px;
  font-family: "Helvetica Neue", Arial, "Hiragino Sans", "Yu Gothic", sans-serif;
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 10px 24px rgba(181, 120, 115, .22);
}

.price-content > p:not(.course-badge) {
  max-width: 760px;
  margin-bottom: 18px;
  color: var(--muted);
}

.price-row {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  gap: 16px;
  flex-wrap: wrap;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}

.price-row span {
  color: var(--muted);
  text-decoration: line-through;
}

.price-row strong {
  color: #a3342f;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(32px, 5vw, 52px);
  line-height: 1;
}

.price-row small {
  margin-left: 4px;
  color: var(--ink);
  font-family: "Helvetica Neue", Arial, "Hiragino Sans", "Yu Gothic", sans-serif;
  font-size: 14px;
  font-weight: 800;
}

.price-note {
  display: flex;
  gap: 18px;
  align-items: center;
  margin-top: 18px;
  padding: 18px 22px;
  color: #fff;
  background: var(--leaf-dark);
  border-radius: 8px;
}

.price-note strong {
  flex: 0 0 auto;
  font-size: 18px;
}

.price-note p {
  margin: 0;
  color: rgba(255, 255, 255, .78);
}

.first {
  display: grid;
  grid-template-columns: minmax(0, .75fr) minmax(320px, 1.25fr);
  gap: clamp(26px, 5vw, 74px);
  background: var(--leaf-dark);
  color: #fff;
}

.first .eyebrow {
  color: #d2e5c9;
}

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

.flow-list li {
  min-height: 184px;
  padding: 22px;
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 8px;
}

.flow-list span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  margin-bottom: 16px;
  color: var(--leaf-dark);
  background: #fff;
  border-radius: 50%;
  font-weight: 800;
}

.flow-list strong {
  display: block;
  margin-bottom: 8px;
}

.flow-list p {
  margin: 0;
  color: rgba(255, 255, 255, .74);
}

.workshop {
  background: #f7f3e8;
}

.workshop-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(20px, 4vw, 46px);
  align-items: center;
  padding: clamp(26px, 5vw, 52px);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 16px 46px rgba(63, 46, 24, .08);
}

.workshop h2 {
  margin-bottom: 16px;
  color: var(--leaf);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(36px, 5vw, 58px);
  line-height: 1.3;
}

.workshop h2 span {
  display: block;
}

.workshop p {
  max-width: 820px;
  margin-bottom: 12px;
  color: var(--muted);
}

.workshop p:last-child {
  margin-bottom: 0;
  color: var(--leaf-dark);
  font-weight: 800;
}

.faq {
  background: #f7f3e8;
}

.faq-list {
  max-width: 860px;
}

.faq-list button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 64px;
  margin-top: 10px;
  padding: 16px 20px;
  color: var(--ink);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  cursor: pointer;
  font-weight: 800;
  text-align: left;
}

.faq-list small {
  color: var(--leaf);
  font-size: 24px;
}

.faq-list p {
  display: none;
  margin: 0;
  padding: 14px 20px 20px;
  color: var(--muted);
}

.faq-list button.is-open + p {
  display: block;
}

.reserve {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(320px, .8fr);
  gap: clamp(26px, 5vw, 74px);
  align-items: start;
}

.reserve-panel {
  display: grid;
  gap: 16px;
  padding: 26px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.reserve-panel label {
  display: grid;
  gap: 8px;
  color: var(--leaf-dark);
  font-weight: 800;
}

.reserve-panel select {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.reserve-result {
  margin: 0;
  padding: 14px;
  color: var(--muted);
  background: var(--leaf-soft);
  border-radius: 8px;
}

.reserve-booking {
  align-content: center;
  min-height: 230px;
}

.reserve-booking p {
  margin: 0;
  color: var(--muted);
  font-weight: 700;
}

.reserve-button {
  min-height: 58px;
  font-size: 18px;
}

.access {
  display: grid;
  grid-template-columns: minmax(260px, .7fr) minmax(0, 1.3fr);
  gap: clamp(28px, 6vw, 84px);
  align-items: center;
  background: #f7f3e8;
}

.access-copy h2 {
  margin-bottom: 18px;
  color: var(--leaf-dark);
  font-size: clamp(36px, 5vw, 62px);
}

.access-copy p {
  margin: 6px 0;
  color: var(--muted);
}

.access-copy .access-address {
  color: var(--ink);
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 800;
}

.access-copy .button {
  margin-top: 22px;
}

.access-map {
  overflow: hidden;
  background: var(--paper);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.access-map iframe {
  display: block;
  width: 100%;
  height: 360px;
  border: 0;
}

.access-map-link {
  display: grid;
  min-height: 112px;
  padding: 20px;
  place-content: center;
  color: #fff;
  background: var(--leaf-dark);
  text-align: center;
}

.access-map-link strong {
  font-size: clamp(24px, 3vw, 38px);
}

.access-map-link span {
  margin-top: 8px;
  color: rgba(255, 255, 255, .76);
}

.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 34px clamp(18px, 5vw, 78px);
  color: #fff;
  background: var(--leaf-dark);
}

.footer strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(22px, 3vw, 30px);
  letter-spacing: .02em;
}

.footer p {
  margin: 4px 0 0;
  color: rgba(255, 255, 255, .72);
}

.footer a {
  color: #fff;
  border-bottom: 1px solid currentColor;
}

.footer-links {
  display: flex;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
}

.photo-dialog {
  width: min(920px, calc(100vw - 28px));
  padding: 0;
  background: transparent;
  border: 0;
}

.photo-dialog::backdrop {
  background: rgba(23, 63, 47, .78);
}

.photo-dialog img {
  width: 100%;
  max-height: 88vh;
  object-fit: contain;
  background: #fff;
  border-radius: 8px;
}

.photo-dialog button {
  position: fixed;
  top: 16px;
  right: 16px;
  z-index: 2;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: #fff;
  background: rgba(0, 0, 0, .38);
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  font-size: 28px;
}

@media (max-width: 900px) {
  .menu-toggle {
    display: block;
  }

  .site-nav {
    position: fixed;
    inset: 72px 14px auto;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 14px;
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: var(--shadow);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    padding: 14px 16px;
  }

  .hero,
  .section-heading,
  .care,
  .concerns-inner,
  .first,
  .reserve,
  .access {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-copy {
    order: 1;
    justify-self: start;
  }

  .hero-photos {
    order: 2;
    display: grid;
    gap: 14px;
    min-height: auto;
  }

  .hero-photos img {
    position: static;
    width: 100%;
    height: auto;
    max-height: none;
    transform: none;
  }

  .intro-band,
  .price-hero,
  .price-card,
  .workshop-inner,
  .flow-list {
    grid-template-columns: 1fr;
  }

  .price-hero {
    align-items: start;
  }

  .price-image img {
    height: 320px;
  }

  .price-row {
    justify-content: flex-start;
  }

  .price-note {
    align-items: flex-start;
    flex-direction: column;
  }

  .gallery {
    grid-template-columns: 1fr 1fr;
  }

  .gallery button:first-child,
  .gallery button:nth-child(4) {
    grid-column: auto;
    grid-row: auto;
  }
}

@media (max-width: 560px) {
  .site-header {
    min-height: 66px;
  }

  .site-nav {
    inset-top: 66px;
  }

  h1 {
    font-size: 36px;
    line-height: 1.28;
  }

  .section-heading h2,
  .care-copy h2,
  .first h2,
  .reserve-copy h2 {
    font-size: 34px;
  }

  .salon-heading h2 {
    font-size: 31px;
    line-height: 1.35;
  }

  .salon-heading p:last-child {
    font-size: 15px;
    line-height: 2;
  }

  .concerns-heading h2 {
    font-size: 34px;
  }

  .access-map-link {
    min-height: 108px;
    padding: 20px;
  }

  .access-map iframe {
    height: 280px;
  }

  .hero-photos img,
  .care-photo img {
    height: 420px;
  }

  .gallery {
    grid-template-columns: 1fr;
  }

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