:root {
  --rose: #e888a5;
  --rose-dark: #c75f7c;
  --rose-soft: #fff0f4;
  --blush: #f8dadb;
  --cream: #fffaf6;
  --paper: #ffffff;
  --sand: #ead6c7;
  --gold: #b98a35;
  --navy: #0d4b78;
  --green: #24c365;
  --ink: #3a3130;
  --muted: #7c6d6c;
  --line: #f0d9df;
  --shadow: 0 18px 50px rgba(194, 110, 133, 0.16);
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

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

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.site-header {
  align-items: center;
  background: linear-gradient(180deg, rgba(64, 48, 45, 0.26), rgba(64, 48, 45, 0));
  border-bottom: 0;
  display: grid;
  gap: clamp(18px, 2.6vw, 36px);
  grid-template-columns: auto 1fr auto;
  left: 0;
  min-height: 92px;
  padding: 18px clamp(18px, 4vw, 44px);
  position: absolute;
  right: 0;
  top: 0;
  z-index: 30;
}

.brand {
  align-items: center;
  display: inline-flex;
  gap: 0;
  min-width: 220px;
}

.brand-logo {
  display: block;
  height: auto;
  object-fit: contain;
}

.brand-logo-header {
  filter: drop-shadow(0 2px 16px rgba(44, 30, 27, 0.24));
  width: clamp(170px, 15vw, 210px);
}

.brand-logo-footer {
  width: min(220px, 68vw);
}

.brand-mark {
  align-items: center;
  background: linear-gradient(140deg, #d5a84c, #f6dd93 55%, #a8792c);
  border: 1px solid rgba(185, 138, 53, 0.45);
  border-radius: 50%;
  color: #ffffff;
  display: inline-flex;
  font-family: Georgia, serif;
  font-size: 13px;
  font-weight: 700;
  height: 34px;
  justify-content: center;
  line-height: 1;
  width: 34px;
}

.brand-name {
  color: #ffffff;
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(26px, 2.5vw, 44px);
  line-height: 1.05;
  text-shadow: 0 2px 18px rgba(60, 40, 34, 0.24);
}

.brand-sub {
  color: rgba(255, 255, 255, 0.92);
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  text-transform: none;
}

.nav-links {
  align-items: center;
  display: flex;
  gap: clamp(12px, 1.6vw, 22px);
  justify-content: center;
}

.nav-links a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  text-shadow: 0 2px 18px rgba(60, 40, 34, 0.22);
  white-space: nowrap;
}

.header-actions {
  align-items: center;
  display: flex;
  gap: 8px;
}

.line-mini,
.reserve-mini,
.line-cta,
.reserve-cta,
.outline-button,
.text-link,
.floating-actions a,
.floating-actions button,
.price-card a,
.service-card a,
.service-card button,
.salon-card a {
  align-items: center;
  border: 0;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-weight: 800;
  justify-content: center;
  min-height: 42px;
}

.line-mini,
.reserve-mini {
  border-radius: 999px;
  color: #ffffff;
  font-size: 15px;
  min-height: 52px;
  padding: 0 24px;
}

.line-mini {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.34);
  box-shadow: none;
}

.reserve-mini,
.reserve-cta,
.floating-actions a {
  background: var(--rose);
}

.menu-button {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: 8px;
  display: none;
  height: 42px;
  padding: 9px;
  width: 42px;
}

.menu-button span {
  background: #ffffff;
  display: block;
  height: 2px;
  margin: 5px 0;
  width: 100%;
}

.hero {
  background:
    #fff8f7;
  min-height: 820px;
  overflow: hidden;
  position: relative;
}

.hero-bg,
.hero-overlay {
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}

.hero-bg {
  background: url("./assets/hero-ver3-bg.jpg") center center / cover no-repeat;
  opacity: 1;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(39, 29, 26, 0.18) 0%, rgba(39, 29, 26, 0.06) 32%, rgba(255, 255, 255, 0.24) 56%, rgba(255, 255, 255, 0.36) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 248, 247, 0.62) 100%);
}

.hero-inner {
  align-items: center;
  display: grid;
  grid-template-columns: 52% 48%;
  margin: 0;
  max-width: none;
  min-height: 820px;
  padding: 132px clamp(24px, 6vw, 84px) 88px;
  position: relative;
}

.hero-copy {
  align-self: center;
  grid-column: 2;
  max-width: 760px;
}

.eyebrow,
.section-label {
  color: var(--rose-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  margin: 0 0 14px;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: var(--rose-dark);
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", Arial, sans-serif;
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 22px;
  text-transform: none;
}

.hero h1 {
  color: #2f2928;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", Georgia, serif;
  font-size: clamp(52px, 5vw, 78px);
  font-weight: 600;
  line-height: 1.38;
  margin: 0;
  white-space: nowrap;
}

.hero .lead {
  color: #4e4442;
  font-size: 17px;
  font-weight: 700;
  line-height: 2;
  margin: 50px 0 0;
  max-width: 720px;
}

.hero .lead span {
  display: block;
}

.hero-mobile-action,
.mobile-swipe-hint {
  display: none;
}

.hero-vertical {
  color: rgba(255, 255, 255, 0.9);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  letter-spacing: 0;
  margin: 0;
  position: absolute;
  right: 28px;
  top: 50%;
  transform: translateY(-50%);
  writing-mode: vertical-rl;
}

.hero-proof {
  align-items: center;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(232, 136, 165, 0.18);
  border-radius: 8px;
  box-shadow: var(--shadow);
  display: inline-flex;
  gap: 14px;
  margin-top: 28px;
  padding: 12px 18px;
}

.hero-proof span {
  color: var(--muted);
  font-size: 12px;
}

.hero-proof strong {
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 26px;
}

.hero-visual {
  position: relative;
}

.hero-room {
  aspect-ratio: 1.28;
  border: 10px solid rgba(255, 255, 255, 0.74);
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(183, 117, 134, 0.22);
  object-fit: cover;
  width: 100%;
}

.hero-awards {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, 1fr);
  left: clamp(22px, 4.2vw, 58px);
  margin: 0;
  max-width: 500px;
  position: absolute;
  bottom: 74px;
  width: min(39vw, 500px);
  z-index: 2;
}

.award-card {
  align-items: center;
  background: transparent;
  border: 0;
  box-shadow: none;
  display: grid;
  justify-items: center;
  min-width: 0;
  padding: 2px 4px 0;
  text-align: center;
}

.award-card img {
  height: 82px;
  object-fit: contain;
  width: 92px;
}

.award-card strong {
  color: #0d4b78;
  font-size: 14px;
  line-height: 1.35;
  margin-top: 6px;
  white-space: nowrap;
}

.award-credit {
  color: rgba(70, 58, 55, 0.54);
  font-size: 8px;
  grid-column: 1 / -1;
  line-height: 1.55;
  margin: -2px 2px 0;
  padding: 0 4px;
  text-align: left;
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.line-cta,
.reserve-cta {
  border-radius: 999px;
  box-shadow: 0 18px 34px rgba(199, 95, 124, 0.22);
  color: #ffffff;
  gap: 12px;
  min-height: 58px;
  min-width: 210px;
  padding: 0 26px;
}

.line-cta {
  background: var(--green);
}

.button-icon {
  align-items: center;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  display: inline-flex;
  font-size: 11px;
  height: 34px;
  justify-content: center;
  width: 44px;
}

.section,
.section-tight {
  margin: 0 auto;
  max-width: var(--max);
  padding: 86px 24px;
}

.section-tight {
  padding-top: 32px;
}

.section-heading {
  margin-bottom: 36px;
  max-width: 720px;
}

.section-heading.compact {
  margin-bottom: 20px;
}

h2 {
  font-family: "Hiragino Mincho ProN", "Yu Mincho", Georgia, serif;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.55;
  margin: 0;
}

.section-heading p:last-child,
.concept-copy p,
.visit-content p,
.salon-info dd,
.reservation p,
.faq-list p {
  color: var(--muted);
}

.ba-grid,
.service-grid,
.campaign-grid,
.price-grid,
.salon-grid {
  display: grid;
  gap: 18px;
}

.ba-grid {
  grid-template-columns: repeat(3, 1fr);
}

.ba-card {
  background: #d9a385;
  border-radius: 8px;
  overflow: hidden;
}

.ba-card img {
  aspect-ratio: 700 / 520;
  background: #ffffff;
  object-fit: contain;
  width: 100%;
}

.ba-card p {
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  margin: 0;
  padding: 14px 18px 18px;
  text-align: center;
}

.concept {
  align-items: center;
  display: grid;
  gap: 72px;
  grid-template-columns: minmax(280px, 0.85fr) minmax(320px, 1.15fr);
  padding-bottom: 72px;
  padding-top: 72px;
}

.concept-copy h2 {
  color: #4f403d;
  font-size: 40px;
  line-height: 1.55;
  margin: 0;
}

.concept-copy h2 span {
  display: block;
  white-space: nowrap;
}

.concept-copy p {
  font-size: 14px;
  line-height: 2;
  margin: 42px 0 0;
  max-width: 500px;
}

.text-link,
.outline-button {
  border: 1px solid var(--rose);
  border-radius: 999px;
  color: var(--rose-dark);
  min-height: 44px;
  padding: 0 24px;
}

.concept-visual img,
.visit-image img,
.salon-visual img,
.review-visual img,
.staff-card img {
  border-radius: 8px;
  box-shadow: var(--shadow);
  object-fit: cover;
  width: 100%;
}

.concept-visual img {
  aspect-ratio: 1.58;
}

.first-visit {
  align-items: center;
  display: grid;
  gap: clamp(28px, 5vw, 76px);
  grid-template-columns: minmax(190px, 0.55fr) minmax(520px, 1.45fr);
  padding-bottom: 74px;
  padding-top: 74px;
}

.visit-heading .section-label {
  color: var(--rose-dark);
  font-size: 18px;
  margin-bottom: 4px;
}

.visit-heading p:last-child {
  color: var(--muted);
  font-size: 13px;
  margin: 0;
}

.visit-menu {
  display: grid;
  gap: clamp(22px, 4vw, 56px);
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.visit-item {
  align-items: center;
  display: grid;
  justify-items: center;
  text-align: center;
}

.visit-icon {
  align-items: center;
  border: 1px solid rgba(232, 136, 165, 0.5);
  border-radius: 50%;
  color: var(--rose);
  display: inline-flex;
  height: 56px;
  justify-content: center;
  margin-bottom: 16px;
  width: 56px;
}

.visit-icon svg {
  fill: none;
  height: 24px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  width: 24px;
}

.visit-item strong {
  color: var(--ink);
  display: block;
  font-size: 14px;
}

.visit-item p {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.7;
  margin: 8px 0 0;
}

.service {
  background: #ffffff;
  max-width: none;
  padding-left: max(24px, calc((100vw - var(--max)) / 2 + 24px));
  padding-right: max(24px, calc((100vw - var(--max)) / 2 + 24px));
}

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

.service-card {
  background: #fff9fb;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 35px rgba(224, 127, 157, 0.1);
  min-width: 0;
  padding: 16px;
}

.service-card span {
  color: var(--rose);
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}

.service-card img {
  aspect-ratio: 1.45;
  border-radius: 6px;
  object-fit: cover;
}

.service-card h3,
.price-card h3,
.salon-card h3 {
  font-size: 18px;
  margin: 16px 0 8px;
}

.service-card p,
.salon-card p {
  color: var(--muted);
  font-size: 13px;
  margin: 0;
}

.service-card a,
.service-card button,
.salon-card a {
  color: var(--rose-dark);
  font-size: 13px;
  margin-top: 16px;
}

.service-detail-button {
  background: transparent;
  padding: 0;
}

.service-detail-button:hover,
.service-detail-button:focus-visible {
  color: var(--rose);
}

.is-service-modal-open {
  overflow: hidden;
}

.service-modal[hidden] {
  display: none;
}

.service-modal {
  align-items: center;
  display: grid;
  inset: 0;
  justify-items: center;
  padding: 24px;
  position: fixed;
  z-index: 80;
}

.service-modal__backdrop {
  background: rgba(54, 38, 39, 0.42);
  border: 0;
  cursor: pointer;
  inset: 0;
  position: absolute;
}

.service-modal__panel {
  background: #fffafb;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 28px 70px rgba(94, 56, 66, 0.24);
  max-height: min(82vh, 760px);
  overflow: auto;
  padding: clamp(28px, 4vw, 46px);
  position: relative;
  width: min(720px, 100%);
}

.service-modal__close {
  align-items: center;
  background: #f3d8df;
  border: 0;
  border-radius: 999px;
  color: var(--rose-dark);
  cursor: pointer;
  display: inline-flex;
  font-size: 24px;
  font-weight: 700;
  height: 42px;
  justify-content: center;
  line-height: 1;
  position: absolute;
  right: 18px;
  top: 18px;
  width: 42px;
}

.service-modal__close:hover,
.service-modal__close:focus-visible {
  background: #edc6d1;
}

.service-modal__content {
  display: none;
}

.service-modal__content.is-active {
  display: block;
}

.service-modal__content h2 {
  font-size: clamp(28px, 4vw, 42px);
  margin: 8px 56px 20px 0;
}

.service-modal__content h3 {
  font-size: 18px;
  margin: 24px 0 10px;
}

.service-modal__content p,
.service-modal__content li {
  color: var(--muted);
  line-height: 1.95;
}

.service-modal__content ul {
  display: grid;
  gap: 8px;
  list-style: none;
  margin: 12px 0 0;
  padding: 0;
}

.service-modal__content li {
  background: #fff3f6;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 10px 14px;
}

.modal-detail-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 20px;
}

.modal-detail-grid section {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px;
}

.modal-detail-grid h3 {
  margin-top: 0;
}

.campaign-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.campaign-card {
  background: linear-gradient(180deg, #ffffff 0%, #fff7f9 100%);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
  min-height: 225px;
  overflow: hidden;
  padding: 24px;
  position: relative;
}

.campaign-card::before {
  background: linear-gradient(90deg, var(--rose), var(--gold));
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.campaign-card:nth-child(2)::before {
  background: linear-gradient(90deg, var(--green), #82d7a5);
}

.campaign-card:nth-child(3)::before {
  background: linear-gradient(90deg, #d49542, #c48fe0);
}

.campaign-card span {
  color: var(--rose-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
}

.campaign-card h3 {
  font-size: 20px;
  margin: 14px 0 10px;
}

.campaign-card p {
  color: var(--muted);
  font-size: 13px;
  margin: 0;
}

.campaign-card strong {
  align-self: flex-start;
  background: var(--rose-soft);
  border-radius: 999px;
  color: var(--rose-dark);
  font-size: 12px;
  margin-top: auto;
  padding: 5px 14px;
}

.price {
  background: linear-gradient(180deg, #fff9fb 0%, #ffffff 100%);
  border-top: 1px solid var(--line);
  max-width: none;
  padding-left: max(24px, calc((100vw - var(--max)) / 2 + 24px));
  padding-right: max(24px, calc((100vw - var(--max)) / 2 + 24px));
}

.price-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.price-card {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 28px 24px;
  text-align: center;
}

.price-card.featured {
  border-color: var(--rose);
  box-shadow: var(--shadow);
}

.price-card p {
  color: var(--rose-dark);
  font-size: 13px;
  font-weight: 800;
  margin: 0;
}

.price-card strong {
  color: var(--ink);
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  line-height: 1.3;
}

.price-card span {
  color: var(--muted);
  display: block;
  font-size: 13px;
}

.price-card a {
  background: var(--rose);
  border-radius: 999px;
  color: #ffffff;
  margin-top: 20px;
  min-height: 42px;
}

.recommend-menu-list {
  display: grid;
  gap: clamp(18px, 2.4vw, 28px);
  margin: 0 auto;
  max-width: 1120px;
}

.recommend-card {
  align-items: center;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(239, 202, 212, 0.76);
  border-radius: 8px;
  box-shadow: 0 20px 44px rgba(196, 102, 128, 0.08);
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1fr) auto;
  min-height: 160px;
  padding: clamp(28px, 3vw, 42px) clamp(24px, 4vw, 54px);
  position: relative;
}

.recommend-card.featured {
  border-color: rgba(228, 119, 154, 0.58);
  box-shadow: 0 26px 58px rgba(196, 102, 128, 0.14);
}

.recommend-rank {
  align-items: center;
  background: var(--rose);
  border-radius: 999px;
  box-shadow: 0 12px 24px rgba(216, 92, 129, 0.22);
  color: #ffffff;
  display: inline-flex;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  font-weight: 700;
  height: 82px;
  justify-content: center;
  left: -38px;
  line-height: 1.1;
  position: absolute;
  text-align: center;
  top: -24px;
  width: 82px;
}

.recommend-target {
  background: #fde1df;
  border-radius: 999px;
  color: var(--rose-dark);
  display: inline-flex;
  font-size: 12px;
  font-weight: 800;
  margin: 0 0 12px;
  padding: 5px 16px;
}

.recommend-card h3 {
  color: #4a3938;
  font-size: clamp(22px, 2.4vw, 32px);
  line-height: 1.35;
  margin: 0;
}

.recommend-lead {
  color: #7d6263;
  font-size: 15px;
  font-weight: 700;
  margin: 8px 0 0;
}

.recommend-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
  margin-top: 20px;
}

.recommend-tags span {
  border: 1px solid rgba(180, 117, 122, 0.56);
  border-radius: 999px;
  color: #9a6769;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.3;
  padding: 7px 14px;
  white-space: nowrap;
}

.recommend-price {
  color: var(--ink);
  display: grid;
  justify-items: end;
  min-width: 230px;
  text-align: right;
}

.recommend-price strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 3.4vw, 46px);
  line-height: 1.1;
}

.recommend-price span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  margin-top: 8px;
}

.recommend-price em {
  color: var(--rose-dark);
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  margin-top: 10px;
}

.individual-menu {
  margin: clamp(56px, 7vw, 86px) auto 0;
  max-width: 1120px;
}

.price-subheading {
  margin: 0 auto 28px;
  text-align: center;
}

.price-subheading h3 {
  color: var(--rose);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 5vw, 58px);
  font-weight: 400;
  line-height: 1.2;
  margin: 6px 0 12px;
}

.price-subheading p:last-child {
  color: var(--muted);
  margin: 0;
}

.individual-menu-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.individual-card {
  align-items: center;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(239, 202, 212, 0.72);
  border-radius: 8px;
  box-shadow: 0 16px 34px rgba(196, 102, 128, 0.07);
  display: grid;
  gap: 20px;
  grid-template-columns: minmax(0, 1fr) auto;
  min-height: 188px;
  padding: clamp(24px, 3vw, 36px);
}

.individual-purpose {
  color: #9a6769;
  display: block;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 6px;
}

.individual-card h4 {
  color: #5a4141;
  font-size: clamp(22px, 2.2vw, 30px);
  line-height: 1.35;
  margin: 0;
}

.individual-card p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.85;
  margin: 10px 0 0;
}

.individual-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 18px;
}

.individual-tags span {
  border: 1px solid rgba(180, 117, 122, 0.48);
  border-radius: 999px;
  color: #9a6769;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.3;
  padding: 6px 11px;
  white-space: nowrap;
}

.individual-price {
  display: grid;
  justify-items: end;
  min-width: 122px;
  text-align: right;
}

.individual-price strong {
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 2.8vw, 36px);
  line-height: 1.15;
}

.individual-price span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  margin-top: 8px;
}

.individual-price em {
  color: var(--rose-dark);
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.5;
  margin-top: 10px;
}

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

.staff-card {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 40px rgba(224, 127, 157, 0.08);
  overflow: hidden;
}

.staff-card img {
  aspect-ratio: 0.88;
  background: #ffffff;
  border-radius: 0;
  box-shadow: none;
  object-fit: contain;
}

.staff-card div {
  padding: 20px;
}

.staff-card span {
  color: var(--rose-dark);
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.staff-card h3 {
  font-size: 22px;
  margin: 8px 0 8px;
}

.staff-card p {
  color: var(--muted);
  font-size: 14px;
  margin: 0;
}

.staff-card a {
  color: var(--rose-dark);
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  margin-top: 14px;
}

.reviews {
  background: linear-gradient(180deg, #ffffff 0%, #fff8fa 100%);
  max-width: none;
  padding-left: max(24px, calc((100vw - var(--max)) / 2 + 24px));
  padding-right: max(24px, calc((100vw - var(--max)) / 2 + 24px));
}

.reviews-head {
  align-items: end;
  border-bottom: 1px solid rgba(13, 75, 120, 0.34);
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr auto;
  margin-bottom: 34px;
  padding-bottom: 24px;
}

.reviews-head h2 {
  color: #637f89;
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", Arial, sans-serif;
  font-size: clamp(34px, 4.3vw, 54px);
  font-weight: 500;
  line-height: 1.25;
}

.reviews-head p:last-child {
  color: var(--muted);
  margin: 14px 0 0;
}

.reviews-summary {
  align-items: center;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(98, 66, 62, 0.08);
  display: grid;
  gap: 0 12px;
  grid-template-columns: auto auto;
  min-width: 220px;
  padding: 18px 20px;
}

.reviews-summary .google-mark {
  grid-row: span 2;
}

.reviews-summary strong {
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 36px;
  line-height: 1;
}

.reviews-summary p {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  margin: 3px 0 0;
}

.review-carousel {
  position: relative;
}

.review-track {
  display: grid;
  gap: 24px;
  grid-auto-columns: minmax(320px, calc((100% - 48px) / 3));
  grid-auto-flow: column;
  overflow-x: auto;
  padding: 8px 0 14px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.review-track::-webkit-scrollbar {
  display: none;
}

.google-review-card {
  background: #ffffff;
  border: 1.5px solid rgba(13, 75, 120, 0.45);
  border-radius: 8px;
  box-shadow: 0 18px 36px rgba(66, 58, 56, 0.08);
  display: flex;
  flex-direction: column;
  min-height: 430px;
  padding: 28px;
  scroll-snap-align: start;
}

.reviewer {
  align-items: center;
  display: grid;
  gap: 14px;
  grid-template-columns: auto 1fr auto;
}

.review-avatar {
  align-items: center;
  background: linear-gradient(135deg, #f1b5c7, #d8a760);
  border-radius: 50%;
  color: #ffffff;
  display: inline-flex;
  font-size: 17px;
  font-weight: 800;
  height: 64px;
  justify-content: center;
  letter-spacing: 0;
  line-height: 1;
  width: 64px;
}

.google-review-card:nth-child(3n) .review-avatar {
  background: linear-gradient(135deg, #8eb9d2, #5f9e68);
}

.google-review-card:nth-child(3n + 2) .review-avatar {
  background: linear-gradient(135deg, #e5b270, #c76f8d);
}

.reviewer h3 {
  font-size: 24px;
  line-height: 1.25;
  margin: 0;
}

.reviewer p {
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
  margin: 3px 0 0;
}

.google-mark {
  align-items: center;
  background:
    conic-gradient(from -20deg, #4285f4 0 24%, #34a853 0 40%, #fbbc05 0 62%, #ea4335 0 82%, #4285f4 0);
  border-radius: 50%;
  color: #ffffff;
  display: inline-flex;
  font-family: Arial, sans-serif;
  font-size: 22px;
  font-weight: 900;
  height: 40px;
  justify-content: center;
  line-height: 1;
  width: 40px;
}

.stars {
  color: #f2b600;
  font-size: 28px;
  letter-spacing: 0;
  line-height: 1;
  margin: 22px 0 18px;
}

.stars span {
  color: #d6d0cb;
}

.google-review-card > p {
  color: var(--ink);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.9;
  margin: 0;
}

.review-nav {
  align-items: center;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 50%;
  box-shadow: 0 10px 24px rgba(66, 58, 56, 0.14);
  color: #637f89;
  cursor: pointer;
  display: inline-flex;
  font-size: 44px;
  height: 56px;
  justify-content: center;
  line-height: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 56px;
  z-index: 2;
}

.review-nav-prev {
  left: -18px;
}

.review-nav-next {
  right: -18px;
}

.reviews-foot {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: flex-end;
  margin-top: 20px;
}

.salon-detail {
  align-items: center;
  display: grid;
  gap: clamp(34px, 5vw, 84px);
  grid-template-columns: minmax(280px, 0.85fr) minmax(360px, 1.15fr);
}

.salon-info {
  align-self: center;
}

.salon-info dl {
  margin: 24px 0;
}

.salon-info div {
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 18px;
  grid-template-columns: 76px 1fr;
  padding: 12px 0;
}

.salon-info dt {
  color: var(--rose-dark);
  font-weight: 800;
}

.salon-info dd {
  margin: 0;
}

.review-visual {
  justify-self: center;
  max-width: 560px;
  width: 100%;
}

.salon-visual img,
.review-visual img {
  aspect-ratio: 1.25;
}

.review-card {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  min-height: 100%;
  padding: 26px;
}

.review-card h3 {
  font-size: 22px;
  margin: 18px 0 8px;
}

.map-embed {
  aspect-ratio: 1.9;
  background:
    linear-gradient(135deg, rgba(245, 236, 225, 0.9), rgba(232, 244, 239, 0.95));
  border: 1px solid var(--line);
  border-radius: 8px;
  margin-top: 12px;
  overflow: hidden;
}

.map-embed iframe {
  border: 0;
  height: 100%;
  width: 100%;
}

.map-note {
  color: var(--muted);
  font-size: 13px;
  margin: 0;
}

.review-card strong {
  color: var(--gold);
  display: block;
  font-size: 24px;
  margin-bottom: 16px;
}

.review-card p:last-child {
  color: var(--muted);
  margin: 0;
}

.map-card dl {
  margin: 14px 0 20px;
}

.map-card dl > div {
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 14px;
  grid-template-columns: 74px 1fr;
  padding: 9px 0;
}

.map-card dt {
  color: var(--rose-dark);
  font-size: 13px;
  font-weight: 800;
}

.map-card dd {
  color: var(--muted);
  font-size: 13px;
  margin: 0;
}

.map-link {
  align-items: center;
  background: var(--rose);
  border-radius: 999px;
  color: #ffffff;
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  min-height: 42px;
  padding: 0 18px;
}

.map-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.map-link-secondary {
  background: #ffffff;
  border: 1px solid var(--rose);
  color: var(--rose-dark);
}

.salons {
  padding-top: 36px;
}

.salon-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.salon-card {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  min-height: 250px;
  overflow: hidden;
  padding-top: 6px;
}

.salon-card img {
  aspect-ratio: 1.45;
  object-fit: cover;
  width: 100%;
}

.salon-card span,
.salon-card h3,
.salon-card p,
.salon-card a {
  margin-left: 18px;
  margin-right: 18px;
}

.salon-card span {
  color: var(--muted);
  display: block;
  font-size: 12px;
  margin-top: 18px;
}

.salon-card p {
  flex: 1;
}

.salon-card a {
  margin-bottom: 20px;
  margin-top: auto;
  padding-top: 16px;
}

.reservation {
  align-items: center;
  background:
    linear-gradient(120deg, rgba(255, 250, 246, 0.96), rgba(255, 240, 244, 0.92)),
    radial-gradient(circle at 12% 18%, rgba(255, 255, 255, 0.95), transparent 30%),
    radial-gradient(circle at 92% 84%, rgba(232, 136, 165, 0.18), transparent 32%);
  border-radius: 8px;
  display: grid;
  gap: 28px;
  grid-template-columns: 1fr auto;
  margin-bottom: 54px;
  min-height: 260px;
}

.reservation h2 {
  max-width: 600px;
}

.reservation p {
  margin: 16px 0 0;
}

.reservation-actions {
  display: grid;
  gap: 12px;
  width: 250px;
}

.chat-layout {
  align-items: start;
  display: grid;
  gap: 32px;
  grid-template-columns: 1.1fr 0.9fr;
}

.chat-demo {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.chat-demo-head {
  background: #2995dc;
  color: #ffffff;
  font-weight: 800;
  padding: 14px 18px;
}

.chat-demo-body {
  display: grid;
  gap: 12px;
  padding: 22px;
}

.chat-question,
.chat-answer {
  border-radius: 8px;
  margin: 0;
  padding: 14px 16px;
}

.chat-question {
  background: #eaf5ff;
  color: #306780;
  justify-self: end;
  max-width: 74%;
}

.chat-answer {
  background: #f8f1f3;
  color: var(--ink);
}

.chat-options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 4px;
}

.chat-options button {
  background: #ffffff;
  border: 1px solid #d3e7f8;
  border-radius: 999px;
  color: #267bb4;
  cursor: pointer;
  font-weight: 800;
  min-height: 38px;
  padding: 0 14px;
}

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

.faq-list details {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px 20px;
}

.faq-list summary {
  color: var(--ink);
  cursor: pointer;
  font-weight: 800;
}

.faq-list p {
  margin: 12px 0 0;
}

.site-footer {
  align-items: center;
  background: #fff5f0;
  border-top: 1px solid var(--line);
  color: var(--muted);
  display: grid;
  gap: 18px;
  justify-items: center;
  padding: 50px 24px 90px;
  text-align: center;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: center;
}

.site-footer a {
  color: var(--ink);
  font-size: 13px;
  font-weight: 700;
}

.floating-actions {
  bottom: 22px;
  display: flex;
  gap: 12px;
  position: fixed;
  right: 22px;
  z-index: 40;
}

.floating-actions a,
.floating-actions button {
  border-radius: 999px;
  box-shadow: 0 12px 30px rgba(90, 56, 67, 0.18);
  color: #ffffff;
  font-size: 13px;
  min-height: 48px;
  padding: 0 20px;
}

.floating-actions button {
  background: var(--rose-dark);
}

.chat-widget {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  bottom: 86px;
  box-shadow: var(--shadow);
  max-width: calc(100vw - 32px);
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: fixed;
  right: 22px;
  transform: translateY(12px);
  transition: opacity 180ms ease, transform 180ms ease;
  width: 330px;
  z-index: 39;
}

.chat-widget.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.chat-head {
  align-items: center;
  background: #2995dc;
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  min-height: 48px;
  padding: 0 16px;
}

.chat-head button {
  background: transparent;
  border: 0;
  color: #ffffff;
  cursor: pointer;
  font-size: 22px;
}

.chat-body {
  display: grid;
  gap: 10px;
  padding: 16px;
}

.bot,
.reply {
  border-radius: 8px;
  font-size: 13px;
  margin: 0;
  padding: 10px 12px;
}

.bot {
  background: #eaf5ff;
}

.reply {
  background: #f2f2f2;
}

.quick-replies {
  display: flex;
  gap: 8px;
}

.quick-replies button {
  background: #ffffff;
  border: 1px solid #d3e7f8;
  border-radius: 999px;
  color: #267bb4;
  cursor: pointer;
  font-weight: 800;
  min-height: 34px;
  padding: 0 12px;
}

@media (max-width: 1040px) {
  .site-header {
    grid-template-columns: auto 1fr auto;
  }

  .brand {
    min-width: 180px;
  }

  .brand-name {
    font-size: 28px;
  }

  .brand-sub {
    font-size: 13px;
  }

  .nav-links,
  .header-actions {
    display: none;
  }

  .menu-button {
    display: block;
    justify-self: end;
  }

  .site-header.is-open .nav-links,
  .site-header.is-open .header-actions {
    background: #ffffff;
    border-bottom: 1px solid var(--line);
    display: grid;
    grid-column: 1 / -1;
    justify-content: stretch;
    padding: 10px 0;
  }

  .site-header.is-open .nav-links a {
    color: var(--ink);
    padding: 8px 0;
    text-shadow: none;
  }

  .hero-inner {
    grid-template-columns: 1fr;
    min-height: 760px;
    padding-top: 128px;
  }

  .hero-copy {
    grid-column: 1;
    margin-left: auto;
    max-width: 620px;
  }

  .hero h1 {
    font-size: 52px;
  }

  .hero-visual {
    max-width: 720px;
  }

  .hero-awards {
    grid-column: 1;
    margin-top: 28px;
    max-width: 520px;
    position: static;
    width: min(92vw, 520px);
  }

  .hero-cta {
    position: static;
  }

  .service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .staff-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .review-track {
    grid-auto-columns: minmax(320px, calc((100% - 24px) / 2));
  }

  .salon-detail {
    grid-template-columns: 1fr;
  }

  .salon-visual img,
  .review-visual img {
    aspect-ratio: 1.65;
  }
}

@media (max-width: 760px) {
  html {
    max-width: 100%;
    overflow-x: clip;
    scroll-padding-top: 18px;
  }

  body {
    line-height: 1.7;
    max-width: 100%;
    overflow-x: clip;
    width: 100%;
  }

  main,
  .site-header,
  .hero,
  .section,
  .section-tight {
    max-width: 100%;
  }

  .site-header {
    gap: 10px;
    min-height: 70px;
    padding: 12px 16px;
  }

  .brand {
    min-width: 150px;
  }

  .brand-logo-header {
    width: 148px;
  }

  .menu-button {
    height: 46px;
    width: 46px;
  }

  .site-header.is-open {
    background: rgba(52, 39, 36, 0.9);
    box-shadow: 0 14px 34px rgba(47, 34, 31, 0.2);
  }

  .site-header.is-open .nav-links,
  .site-header.is-open .header-actions {
    border: 0;
    border-radius: 12px;
    box-shadow: 0 16px 34px rgba(74, 47, 43, 0.14);
    margin-top: 2px;
    padding: 10px 16px;
  }

  .site-header.is-open .nav-links {
    gap: 0;
  }

  .site-header.is-open .nav-links a {
    border-bottom: 1px solid rgba(230, 202, 205, 0.64);
    min-height: 48px;
  }

  .site-header.is-open .nav-links a:last-child {
    border-bottom: 0;
  }

  .site-header.is-open .reserve-mini {
    min-height: 50px;
    width: 100%;
  }

  .brand-name {
    font-size: 22px;
  }

  .brand-sub {
    font-size: 11px;
  }

  .hero {
    min-height: 680px;
  }

  .hero-inner {
    min-height: 680px;
    padding: 104px 18px 48px;
  }

  .hero-bg {
    background-position: 22% center;
  }

  .hero-overlay {
    background:
      linear-gradient(90deg, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0.82)),
      linear-gradient(180deg, rgba(47, 41, 40, 0.18), rgba(255, 248, 247, 0.68));
  }

  .hero-copy {
    margin-left: 0;
    max-width: 100%;
  }

  .hero h1 {
    font-size: clamp(32px, 9.6vw, 40px);
    line-height: 1.42;
    white-space: normal;
  }

  .hero .lead {
    font-size: 14px;
    line-height: 1.85;
    margin-top: 24px;
  }

  .hero .lead span {
    display: inline;
  }

  .hero .lead span::after {
    content: " ";
  }

  .hero .eyebrow {
    font-size: 14px;
    margin-bottom: 18px;
  }

  .hero-vertical {
    display: none;
  }

  .hero-proof {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .hero-awards {
    gap: 8px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 26px 0 0;
    max-width: none;
    width: 100%;
  }

  .award-card {
    padding: 10px 8px 12px;
    text-align: center;
  }

  .award-card img {
    height: 58px;
    width: 66px;
  }

  .award-card strong {
    font-size: 11px;
    white-space: normal;
  }

  .award-credit {
    font-size: 7.5px;
    line-height: 1.5;
    padding: 7px 8px;
  }

  .hero-cta {
    display: grid;
  }

  .line-cta,
  .reserve-cta {
    min-height: 56px;
    min-width: 0;
    width: 100%;
  }

  .section,
  .section-tight {
    padding: 58px 18px;
  }

  .section-tight {
    padding-top: 28px;
  }

  h2 {
    font-size: 27px;
    line-height: 1.45;
  }

  .ba-grid,
  .concept,
  .first-visit,
  .campaign-grid,
  .price-grid,
  .staff-grid,
  .salon-grid,
  .chat-layout,
  .reservation {
    grid-template-columns: 1fr;
  }

  .reviews-head {
    align-items: start;
    grid-template-columns: 1fr;
  }

  .section-heading {
    margin-bottom: 28px;
    text-align: left;
  }

  .section-heading p:last-child {
    font-size: 14px;
    line-height: 1.8;
  }

  .ba-grid {
    gap: 14px;
    grid-auto-columns: minmax(270px, 84vw);
    grid-auto-flow: column;
    grid-template-columns: none;
    margin-left: -18px;
    margin-right: -18px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    padding: 0 18px 10px;
    scroll-padding-left: 18px;
    scroll-snap-type: inline mandatory;
    scrollbar-width: none;
  }

  .ba-grid::-webkit-scrollbar {
    display: none;
  }

  .ba-card {
    scroll-snap-align: start;
  }

  .reviews-summary {
    min-width: 0;
    width: 100%;
  }

  .review-track {
    gap: 16px;
    grid-auto-columns: minmax(286px, 86vw);
    margin-left: -6px;
    margin-right: -6px;
    padding-left: 6px;
    padding-right: 6px;
  }

  .google-review-card {
    min-height: 390px;
    padding: 22px;
  }

  .review-avatar {
    height: 52px;
    width: 52px;
  }

  .reviewer h3 {
    font-size: 20px;
  }

  .stars {
    font-size: 24px;
  }

  .google-review-card > p {
    font-size: 14px;
    line-height: 1.85;
  }

  .review-nav {
    display: none;
  }

  .reviews-foot {
    align-items: stretch;
    display: grid;
  }

  .reviews-foot .outline-button {
    width: 100%;
  }

  .concept {
    gap: 32px;
  }

  .concept-copy h2 {
    font-size: 28px;
    line-height: 1.5;
  }

  .concept-copy h2 span {
    white-space: normal;
  }

  .concept-copy p {
    margin-top: 26px;
  }

  .concept-copy p br {
    display: none;
  }

  .concept-visual img {
    aspect-ratio: 4 / 3;
  }

  .first-visit {
    gap: 30px;
  }

  .visit-menu {
    gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .visit-item {
    background: rgba(255, 255, 255, 0.76);
    border: 1px solid var(--line);
    border-radius: 12px;
    min-height: 166px;
    padding: 18px 12px;
  }

  .visit-icon {
    height: 52px;
    margin-bottom: 12px;
    width: 52px;
  }

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

  .service-card {
    padding: 14px 14px 20px;
  }

  .service-card img {
    aspect-ratio: 16 / 10;
    width: 100%;
  }

  .service-card button,
  .salon-card a {
    min-height: 48px;
  }

  .campaign-card {
    min-height: 0;
    padding: 22px 20px;
  }

  .recommend-menu-list {
    gap: 18px;
  }

  .recommend-card {
    gap: 18px;
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 24px 18px;
  }

  .recommend-rank {
    font-size: 14px;
    height: 58px;
    left: auto;
    position: static;
    width: 58px;
  }

  .recommend-card h3 {
    font-size: 22px;
  }

  .recommend-tags span {
    font-size: 11px;
    padding: 7px 11px;
  }

  .recommend-price {
    justify-items: start;
    min-width: 0;
    text-align: left;
  }

  .recommend-price strong {
    font-size: 32px;
  }

  .individual-menu {
    margin-top: 52px;
    min-width: 0;
  }

  .price-subheading {
    text-align: left;
  }

  .price-subheading h3 {
    font-size: 34px;
  }

  .mobile-swipe-hint {
    align-items: center;
    color: var(--rose-dark);
    display: flex;
    font-size: 12px;
    font-weight: 800;
    justify-content: flex-end;
    margin: -12px 0 14px;
  }

  .mobile-swipe-hint::after {
    content: " →";
    font-size: 18px;
    margin-left: 6px;
  }

  .individual-menu-grid {
    gap: 14px;
    grid-auto-columns: minmax(278px, 84vw);
    grid-auto-flow: column;
    grid-template-columns: none;
    margin-left: -18px;
    margin-right: -18px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    padding: 0 18px 12px;
    scroll-padding-left: 18px;
    scroll-snap-type: inline mandatory;
    scrollbar-width: none;
  }

  .individual-menu-grid::-webkit-scrollbar {
    display: none;
  }

  .individual-card {
    align-items: start;
    align-content: start;
    gap: 18px;
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 22px 18px;
    scroll-snap-align: start;
    width: 100%;
  }

  .individual-card h4 {
    font-size: 23px;
  }

  .individual-price {
    justify-items: start;
    min-width: 0;
    text-align: left;
  }

  .individual-price strong {
    font-size: 32px;
  }

  .service-modal {
    padding: 14px;
  }

  .service-modal__panel {
    max-height: calc(100dvh - 24px);
    padding: 28px 20px 24px;
  }

  .service-modal__close {
    height: 38px;
    right: 12px;
    top: 12px;
    width: 38px;
  }

  .service-modal__content h2 {
    font-size: 28px;
    margin-right: 42px;
  }

  .modal-detail-grid {
    grid-template-columns: 1fr;
  }

  .reservation {
    border-radius: 14px;
    margin-left: 18px;
    margin-right: 18px;
    min-height: 0;
    padding: 34px 22px;
  }

  .reservation-actions {
    width: 100%;
  }

  .floating-actions {
    bottom: max(10px, env(safe-area-inset-bottom));
    left: 12px;
    right: 12px;
  }

  .floating-actions a,
  .floating-actions button {
    box-shadow: 0 12px 30px rgba(191, 82, 114, 0.34);
    flex: 1;
    min-height: 54px;
    padding: 0 12px;
  }

  .staff-card img {
    aspect-ratio: 4 / 3;
  }

  .salon-card {
    min-height: 0;
  }

  .salon-card a {
    border-top: 1px solid var(--line);
    justify-content: flex-start;
  }

  .map-embed {
    aspect-ratio: auto;
    height: 260px;
    min-height: 0;
    width: 100%;
  }

  .map-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .salon-detail,
  .salon-info,
  .review-visual,
  .review-card,
  .map-card,
  .map-card dl,
  .map-card dl > div,
  .map-card dd,
  .map-actions,
  .map-link {
    max-width: 100%;
    min-width: 0;
    width: 100%;
  }

  .review-card {
    overflow: hidden;
    padding: 20px 16px;
  }

  .map-card dl > div {
    gap: 10px;
    grid-template-columns: 62px minmax(0, 1fr);
  }

  .map-card dd,
  .map-note {
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .map-link {
    padding-left: 14px;
    padding-right: 14px;
  }

  .site-footer {
    padding-bottom: 108px;
  }

  .chat-widget {
    bottom: 76px;
    left: 12px;
    right: 12px;
    width: auto;
  }
}

@media (max-width: 350px) {
  .visit-menu {
    grid-template-columns: 1fr;
  }

  .hero h1 {
    font-size: 30px;
  }
}
