:root {
  --copper: #a6633b;
  --copper-dark: #6f3e27;
  --charcoal: #24211f;
  --sage: #7e8f7b;
  --sage-dark: #44584c;
  --mist: #eef2eb;
  --ivory: #fffaf3;
  --ink: #211b18;
  --muted: #6f6158;
  --line: #eadbcc;
  --white: #fff;
  --shadow: 0 26px 70px rgba(45, 29, 20, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: "Noto Sans JP", system-ui, sans-serif;
  line-height: 1.85;
  background: var(--ivory);
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  gap: 20px;
  min-height: 74px;
  padding: 12px clamp(18px, 4vw, 56px);
  background: rgba(255, 250, 243, 0.94);
  border-bottom: 1px solid rgba(234, 219, 204, 0.95);
  backdrop-filter: blur(16px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: max-content;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 44px;
  aspect-ratio: 1;
  color: var(--ivory);
  font-family: "Shippori Mincho", serif;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0;
  background: linear-gradient(135deg, var(--copper-dark), var(--copper));
  border-radius: 50%;
  box-shadow: 0 10px 22px rgba(166, 99, 59, 0.24);
}

.brand strong,
.brand small {
  display: block;
  line-height: 1.2;
}

.brand strong {
  font-size: 1rem;
  letter-spacing: 0;
}

.brand small {
  color: var(--muted);
  font-size: 0.72rem;
}

.nav {
  display: flex;
  justify-content: center;
  gap: 22px;
  margin-left: auto;
  color: var(--charcoal);
  font-size: 0.92rem;
  font-weight: 700;
}

.header-cta,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 800;
  white-space: nowrap;
}

.header-cta,
.btn.primary {
  color: var(--white);
  background: linear-gradient(135deg, var(--copper-dark), var(--copper));
  box-shadow: 0 15px 30px rgba(111, 62, 39, 0.24);
}

.btn.secondary {
  color: var(--copper-dark);
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--line);
}

.menu-toggle {
  display: none;
  width: 42px;
  aspect-ratio: 1;
  margin-left: auto;
  padding: 0;
  background: transparent;
  border: 0;
}

.menu-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  margin: 5px auto;
  background: var(--charcoal);
  border-radius: 999px;
}

.hero {
  position: relative;
  min-height: calc(100vh - 74px);
  display: grid;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(36, 33, 31, 0.84) 0%, rgba(68, 88, 76, 0.64) 45%, rgba(255, 250, 243, 0.12) 78%),
    url("assets/salon-hero.png") center right / cover no-repeat;
}

.hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  height: 120px;
  background: linear-gradient(0deg, var(--ivory), rgba(255, 250, 243, 0));
}

.hero-inner,
.section {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.hero-copy {
  max-width: 680px;
  padding: 84px 0 126px;
  color: var(--white);
}

.eyebrow {
  margin: 0 0 14px;
  color: #e8b98c;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero h1,
.section h2 {
  margin: 0;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
}

.hero h1 {
  font-size: clamp(2.7rem, 6vw, 5.6rem);
}

.lead {
  max-width: 610px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(1rem, 2vw, 1.16rem);
}

.hero-actions,
.access-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.hero-tags span {
  padding: 8px 14px;
  color: var(--white);
  font-weight: 700;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 999px;
}

.section {
  padding: 88px 0;
}

.section-head {
  max-width: 820px;
  margin: 0 auto 42px;
  text-align: center;
}

.section-head .eyebrow,
.split .eyebrow,
.access-card .eyebrow {
  color: var(--copper);
}

.section h2 {
  color: var(--charcoal);
  font-size: clamp(1.9rem, 4vw, 3.35rem);
}

.section-head p {
  color: var(--muted);
}

.photo-strip {
  display: grid;
  grid-template-columns: 1.15fr 0.92fr 0.92fr;
  gap: 16px;
  margin: 0 0 34px;
}

figure {
  margin: 0;
}

.photo-strip figure,
.feature-photo,
.menu-grid article {
  overflow: hidden;
}

.photo-strip img,
.feature-photo > img,
.menu-grid img {
  display: block;
  width: 100%;
  object-fit: cover;
  background: var(--mist);
}

.photo-strip img {
  height: 280px;
  border-radius: 8px;
  box-shadow: 0 16px 34px rgba(45, 29, 20, 0.08);
}

.photo-strip figure:first-child img {
  height: 360px;
}

figcaption {
  margin-top: 9px;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.6;
}

.intro-grid,
.menu-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.menu-grid {
  grid-template-columns: repeat(4, 1fr);
}

.intro-grid article,
.menu-grid article,
.voice-panel,
.access-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 16px 34px rgba(45, 29, 20, 0.08);
}

.intro-grid article,
.menu-grid article {
  padding: 28px;
}

.menu-grid article {
  padding: 0;
}

.menu-grid h3,
.menu-grid p {
  padding-left: 22px;
  padding-right: 22px;
}

.menu-grid h3 {
  margin-top: 18px;
}

.menu-grid p {
  padding-bottom: 24px;
}

.menu-grid img {
  height: 190px;
}

.image-note {
  margin: 18px auto 0;
  color: var(--muted);
  font-size: 0.88rem;
  text-align: center;
}

.num {
  color: var(--copper);
  font-family: "Shippori Mincho", serif;
  font-size: 2rem;
  font-weight: 700;
}

h3 {
  margin: 8px 0 10px;
  color: var(--charcoal);
  font-size: 1.18rem;
  line-height: 1.45;
}

p {
  margin: 0;
}

.band {
  width: 100%;
  max-width: none;
  padding-left: max(20px, calc((100vw - 1120px) / 2));
  padding-right: max(20px, calc((100vw - 1120px) / 2));
  background: linear-gradient(180deg, var(--mist), #fffaf3);
}

.band-soft {
  width: 100%;
  max-width: none;
  padding-left: max(20px, calc((100vw - 1120px) / 2));
  padding-right: max(20px, calc((100vw - 1120px) / 2));
  background: #f5efe6;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  gap: 48px;
  align-items: center;
}

.split p {
  margin-top: 20px;
  color: var(--muted);
}

.care-list {
  display: grid;
  gap: 12px;
}

.feature-photo {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(234, 219, 204, 0.9);
  border-radius: 8px;
  box-shadow: 0 16px 34px rgba(45, 29, 20, 0.08);
}

.feature-photo > img {
  height: 260px;
}

.feature-photo .care-list {
  padding: 14px;
}

.care-list div {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 16px;
  align-items: center;
  padding: 20px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(234, 219, 204, 0.9);
  border-radius: 8px;
}

.care-list strong {
  color: var(--copper-dark);
  font-size: 1.08rem;
}

.care-list span,
.menu-grid p {
  color: var(--muted);
}

.voice-panel {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  max-width: 920px;
  margin: 0 auto;
  padding: 34px;
}

ul {
  margin: 14px 0 0;
  padding-left: 1.2em;
  color: var(--muted);
}

li + li {
  margin-top: 6px;
}

.access-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 32px;
  align-items: stretch;
  padding: clamp(28px, 5vw, 48px);
}

dl {
  margin: 26px 0 0;
}

dl div {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}

dt {
  color: var(--copper-dark);
  font-weight: 800;
}

dd {
  margin: 0;
  color: var(--muted);
}

.map-box {
  display: grid;
  place-content: center;
  min-height: 320px;
  padding: 28px;
  text-align: center;
  color: var(--ivory);
  background:
    radial-gradient(circle at 75% 25%, rgba(255, 255, 255, 0.2), transparent 34%),
    linear-gradient(135deg, var(--charcoal), var(--sage-dark));
  border-radius: 8px;
}

.map-box span {
  color: #e8b98c;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.map-box strong {
  display: block;
  margin: 10px 0 8px;
  font-family: "Shippori Mincho", serif;
  font-size: 2rem;
  line-height: 1.2;
}

.map-box small {
  color: rgba(255, 250, 243, 0.82);
}

.footer {
  padding: 34px 20px 42px;
  color: var(--ivory);
  text-align: center;
  background: var(--charcoal);
}

.footer .note {
  margin-top: 8px;
  color: rgba(255, 250, 243, 0.72);
  font-size: 0.88rem;
}

@media (max-width: 900px) {
  .site-header {
    min-height: 62px;
    padding: 9px 16px;
  }

  .brand-mark {
    width: 38px;
  }

  .brand strong {
    font-size: 0.92rem;
  }

  .brand small,
  .header-cta {
    display: none;
  }

  .menu-toggle {
    display: block;
  }

  .nav {
    position: absolute;
    top: 62px;
    left: 12px;
    right: 12px;
    display: none;
    flex-direction: column;
    gap: 0;
    margin: 0;
    padding: 10px;
    background: rgba(255, 250, 243, 0.98);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: var(--shadow);
  }

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

  .nav a {
    padding: 12px 10px;
    border-bottom: 1px solid var(--line);
  }

  .nav a:last-child {
    border-bottom: 0;
  }

  .hero {
    min-height: 720px;
  }

  .hero-bg {
    background:
      linear-gradient(180deg, rgba(36, 33, 31, 0.72) 0%, rgba(68, 88, 76, 0.58) 46%, rgba(36, 33, 31, 0.88) 100%),
      url("assets/salon-hero.png") 62% center / cover no-repeat;
  }

  .hero-copy {
    padding: 76px 0 96px;
  }

  .hero h1 {
    font-size: clamp(2.35rem, 11vw, 4.1rem);
  }

  .intro-grid,
  .menu-grid,
  .photo-strip,
  .split,
  .voice-panel,
  .access-card {
    grid-template-columns: 1fr;
  }

  .photo-strip img,
  .photo-strip figure:first-child img,
  .feature-photo > img,
  .menu-grid img {
    height: 220px;
  }

  .section {
    width: min(100% - 32px, 1120px);
    padding: 68px 0;
  }

  .band,
  .band-soft {
    padding-left: 16px;
    padding-right: 16px;
  }

  .care-list div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .voice-panel,
  .access-card {
    padding: 24px;
  }

  dl div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .map-box {
    min-height: 240px;
  }
}
