/* HIFU treatment page — extends parent styles */
@import url("./style.css");
@import url("./hifu-cta.css");
@import url("./clinic-overview.css");
body.page-hifu {
  padding-top: 88px;
}

/* Renewal header — match about / menu listing (logo, nav, LINE, counseling, IG) */
.page-hifu .site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1100;
  background: #fff;
  backdrop-filter: none;
  border-bottom: none;
  isolation: isolate;
}

.page-hifu .site-header .header-inner {
  height: 88px;
  display: flex;
  align-items: center;
  gap: 30px;
}

.page-hifu .site-header .logo {
  width: 200px;
  flex-shrink: 0;
}

.page-hifu .site-header .logo img {
  width: 100%;
  height: auto;
  display: block;
}

.page-hifu .site-header .global-nav {
  display: flex;
  gap: 16px;
  margin-left: auto;
  flex-wrap: nowrap;
}

.page-hifu .site-header .global-nav a {
  font-family: "Noto Serif JP", serif;
  font-size: 13px;
  font-weight: 500;
  color: #3d3428;
  letter-spacing: 0.06em;
  text-align: center;
}

.page-hifu .site-header .global-nav span {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 9px;
  color: #a8844a;
  letter-spacing: 0.12em;
}

.page-hifu .site-header .global-nav a.is-current,
.page-hifu .site-header .global-nav a.is-current span {
  color: var(--gold);
}

.page-hifu .site-header .header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.page-hifu .site-header .header-counseling-row {
  display: flex;
  align-items: center;
  gap: 14px;
}

.page-hifu .site-header .ig-links {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  flex-shrink: 0;
}

.page-hifu .site-header .ig-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  min-width: 44px;
  color: var(--navy, #071f48);
  font-family: "Noto Serif JP", serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.2;
}

.page-hifu .site-header .btn-header {
  padding: 13px 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 11px;
  font-weight: 700;
  border-radius: 4px;
  white-space: nowrap;
}

.page-hifu .site-header .btn-navy {
  background: #071f48;
  color: #fff;
}

.page-hifu .site-header .btn-gold {
  background: linear-gradient(135deg, #b8893f 0%, #d4a85f 50%, #c3934c 100%);
  box-shadow: 0 2px 8px rgba(176, 122, 50, 0.25);
  color: #fff;
}

@media (max-width: 900px) {
  body.page-hifu {
    padding-top: 64px;
  }

  .page-hifu .site-header .header-inner {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-areas: "logo toggle";
    align-items: center;
    gap: 10px 12px;
    height: 64px;
    padding: 10px 0;
    flex-wrap: nowrap;
  }

  .page-hifu .site-header .logo {
    grid-area: logo;
    width: min(150px, 42vw);
  }

  .page-hifu .site-header .header-menu-toggle {
    display: flex;
    grid-area: toggle;
    position: relative;
    z-index: 1002;
  }

  .page-hifu .site-header .header-actions {
    display: none;
  }

  .page-hifu .site-header:not(.is-nav-open) .global-nav {
    pointer-events: none;
    z-index: 0;
  }

  .page-hifu .site-header .global-nav {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    z-index: 1001;
    width: min(320px, 88vw);
    margin: 0;
    padding: 20px 20px 28px;
    background: #fff;
    box-shadow: -8px 0 32px rgba(7, 31, 72, 0.12);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transform: translateX(100%);
    visibility: hidden;
    transition: transform 0.3s ease, visibility 0.3s;
    flex-wrap: nowrap;
    gap: 0;
  }

  .page-hifu .site-header.is-nav-open .global-nav {
    transform: translateX(0);
    visibility: visible;
  }

  .page-hifu .site-header.is-nav-open .header-nav-overlay {
    display: block;
  }

  .page-hifu .site-header .global-nav-close,
  .page-hifu .site-header .global-nav-actions {
    display: flex;
  }

  .page-hifu .site-header .global-nav > a {
    display: block;
    text-align: left;
    padding: 14px 0;
    border-bottom: 1px solid #f0ebe3;
    font-size: 15px;
  }

  .page-hifu .site-header .global-nav > a:last-of-type {
    border-bottom: none;
  }

  .page-hifu .site-header .global-nav span {
    display: inline;
    margin-left: 8px;
    font-size: 10px;
  }
}

/* —— Breadcrumb —— */
.breadcrumb {
  padding: 16px 0 0;
  font-family: var(--gb-sans, "Noto Sans JP", sans-serif);
  font-size: 12px;
  color: var(--muted);
}

.breadcrumb a:hover {
  color: var(--navy);
}

.breadcrumb span {
  margin: 0 8px;
  color: #ccc;
}

/* —— HIFU Hero —— */
.hifu-hero {
  position: relative;
  overflow: hidden;
  background: #fff;
  padding: 0 0 34px;
}

.hifu-hero .container {
  position: relative;
}

.hifu-hero-grid {
  position: relative;
  display: flex;
  align-items: stretch;
  min-height: clamp(380px, 42vw, 520px);
}

.hifu-hero-copy {
  position: absolute;
  z-index: 2;
  flex: 0 0 48%;
  max-width: 560px;
  padding: 18px 32px 0 0;
  align-self: center;
}

.btn-hero-gold {
  background: linear-gradient(135deg, #b07a32 0%, #d4a85f 50%, #c3934c 100%);
  color: #fff;
  border: 1px solid transparent;
}

.btn-hero-gold:hover {
  opacity: 0.92;
}

.hifu-hero-title {
  margin: 10px 0 8px;
  font-family: var(--gb-serif, "Noto Serif JP", serif);
  font-size: clamp(44px, 5.4vw, 64px);
  font-weight: 500;
  line-height: 1.1;
  color: var(--navy);
  letter-spacing: 0.06em;
}

.hifu-hero-title small {
  display: block;
  margin-top: 8px;
  font-size: clamp(15px, 2vw, 20px);
  font-weight: 500;
  letter-spacing: 0.12em;
  color: var(--gold);
}

.hifu-hero-catch {
  margin: 0 0 20px;
  font-family: var(--gb-sans, "Noto Sans JP", sans-serif);
  font-size: 14px;
  line-height: 1.95;
  color: #3a4558;
}

.hifu-hero-actions {
  display: flex;
  flex-wrap: nowrap;
  gap: 16px;
}

.hifu-hero-actions .btn-chevron {
  display: none;
}

.hifu-hero-actions .btn-hero {
  min-width: 300px;
  justify-content: center;
  padding: 16px 22px;
}

.hifu-hero-visual {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 38%;
  right: calc(50% - 50vw);
  z-index: 1;
  overflow: hidden;
}

.hifu-hero-visual::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 32%;
  background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0.9) 40%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}

.hifu-hero-visual img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100%;
  border-radius: 0;
  object-fit: cover;
  object-position: center;
  box-shadow: none;
}

.hifu-benefits {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.hifu-benefit {
  text-align: center;
  display: flex;
  gap: 4px;
  align-items: center;
  padding-left: 64px;
}

.hifu-benefit-icon {
  width: 48px;
  height: 48px;
  color: var(--gold);
}

.hifu-benefit-icon svg {
  width: 100%;
  height: 100%;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.5;
}

.hifu-benefit p {
  margin: 0;
  font-family: var(--gb-sans, "Noto Sans JP", sans-serif);
  font-size: 14px;
  line-height: 1.7;
  color: var(--navy);
}

/* —— Section common —— */
.hifu-section {
  padding: 56px 0;
}

.hifu-section--beige {
  /* background: var(--gb-beige, #f5f2ed); */
}

.hifu-heading {
  margin: 0 0 36px;
  text-align: center;
  font-family: var(--gb-serif, "Noto Serif JP", serif);
  font-size: clamp(22px, 3vw, 28px);
  font-weight: 500;
  color: var(--navy);
  letter-spacing: 0.08em;
}

/* —— Concerns —— */
.concern-grid {
  display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 8px;
}

.concern-item {
  /* display: flex;
  gap: 16px;
  align-items: flex-start; */
  padding: 20px;
  background: #fff;
  border: 1px solid #ebe6df;
  border-radius: 6px;
  box-shadow: 0 10px 28px rgba(14, 35, 70, 0.08);
}

.concern-icon {
  /* flex: 0 0 40px; */
  margin: auto;
  width: 40px;
  height: 40px;
  color: var(--gold);
}

.concern-icon svg {
  width: 100%;
  height: 100%;
  stroke: currentColor;
  fill: none;
}

.concern-item p {
  margin: 0;
  font-family: var(--gb-sans, "Noto Sans JP", sans-serif);
  font-size: 13px;
  line-height: 1.75;
  color: #3a4558;
}

/* —— About HIFU —— */
.about-hifu-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
  padding: 16px;
  background: #fff;
  border: 1px solid #ebe6df;
  border-radius: 6px;
  box-shadow: 0 10px 28px rgba(14, 35, 70, 0.08);
}

.about-hifu-text p {
  margin: 0 0 16px;
  font-family: var(--gb-sans, "Noto Sans JP", sans-serif);
  font-size: 14px;
  line-height: 2;
  color: #3a4558;
}

.about-diagram {
  /* position: relative;
  padding: 24px;
  background: #fff;
  border: 1px solid var(--gb-border, #e0e0e0);
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(14, 35, 70, 0.08); */
}

.skin-layers {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.skin-layer {
  padding: 14px 20px;
  font-family: var(--gb-sans, "Noto Sans JP", sans-serif);
  font-size: 12px;
  border-bottom: 1px solid #eee;
  position: relative;
}

.skin-layer:nth-child(1) { background: #fce8e4; }
.skin-layer:nth-child(2) { background: #f5ddd6; }
.skin-layer:nth-child(3) { background: #eccfc5; }
.skin-layer:nth-child(4) { background: #d4a574; color: #fff; font-weight: 700; }
.skin-layer:nth-child(5) { background: #c9b8a8; }

.skin-layer--smas::after {
  content: "▼ ハイフの焦点";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 11px;
  font-weight: 700;
}

.smas-callout {
  position: absolute;
  right: -12px;
  top: 50%;
  transform: translateY(-50%);
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background: var(--navy);
  color: #fff;
  font-family: var(--gb-sans, "Noto Sans JP", sans-serif);
  font-size: 11px;
  font-weight: 700;
  display: grid;
  place-items: center;
  text-align: center;
  line-height: 1.4;
  box-shadow: var(--shadow);
}

/* —— Features —— */
.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.feature-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  padding: 28px 20px;
  background: #fff;
  border: 1px solid #ebe6df;
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(14, 35, 70, 0.08);
  text-align: center;
}

.feature-card-icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  color: var(--gold);
}

.feature-card-icon svg {
  width: 100%;
  height: 100%;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.2;
}

.feature-card-icon svg [fill]:not([fill="none"]) {
  fill: currentColor;
  stroke: none;
}

.feature-card-body {
  flex: 1 1 auto;
  width: 100%;
  min-width: 0;
}

.feature-card h3 {
  margin: 0 0 10px;
  font-family: var(--gb-serif, "Noto Serif JP", serif);
  font-size: 14px;
  font-weight: 600;
  color: var(--navy);
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.feature-card p {
  margin: 0;
  font-family: var(--gb-sans, "Noto Sans JP", sans-serif);
  font-size: 12px;
  line-height: 1.85;
  color: var(--muted);
  text-align: left;
}

/* —— Menu cards —— */
.menu-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.menu-card {
  background: #fff;
  border: 1px solid #ebe6df;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(14, 35, 70, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.menu-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(14, 35, 70, 0.12);
}

.menu-card-img {
  aspect-ratio: 16/10;
  background: linear-gradient(135deg, #e8e0d5, #d4c4b0);
  overflow: hidden;
}

.menu-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.menu-card-body {
  padding: 20px;
}

.menu-card h3 {
  margin: 0 0 12px;
  font-family: var(--gb-serif, "Noto Serif JP", serif);
  font-size: 18px;
  font-weight: 500;
  color: var(--navy);
}

.menu-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}

.menu-tags span {
  padding: 4px 10px;
  font-family: var(--gb-sans, "Noto Sans JP", sans-serif);
  font-size: 11px;
  background: var(--gb-beige, #f5f2ed);
  color: var(--navy);
  border-radius: 2px;
}

.menu-card p {
  margin: 0;
  font-family: var(--gb-sans, "Noto Sans JP", sans-serif);
  font-size: 13px;
  line-height: 1.85;
  color: #3a4558;
}

/* —— Cases —— */
.case-ba-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.case-ba-card {
  background: #fff;
  border: 1px solid #ebe6df;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(14, 35, 70, 0.08);
}

.case-ba-images {
  
  background: #eee;
}

.case-ba-images img {
  aspect-ratio: 3/4;
  object-fit: cover;
  width: 100%;
}

.case-ba-label {
  position: absolute;
  bottom: 4px;
  left: 4px;
  padding: 2px 8px;
  font-family: var(--gb-sans, "Noto Sans JP", sans-serif);
  font-size: 10px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
}

.case-ba-img-wrap {
  position: relative;
}

.case-ba-card h3 {
  margin: 0;
  padding: 14px 14px 6px;
  font-family: var(--gb-serif, "Noto Serif JP", serif);
  font-size: 13px;
  font-weight: 500;
  color: var(--navy);
  line-height: 1.5;
}

.case-ba-card p {
  margin: 0;
  padding: 0 14px 14px;
  font-family: var(--gb-sans, "Noto Sans JP", sans-serif);
  font-size: 11px;
  color: var(--muted);
}

/* —— Flow —— */
.flow-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}

.flow-step {
  position: relative;
  text-align: left;
  padding-left: 18px;
}

.flow-num {
  position: absolute;
  left: 0;
  top: 112px;
  display: inline-block;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  border-radius: 0;
  background: transparent;
  color: var(--gold);
  font-family: var(--gb-sans, "Noto Sans JP", sans-serif);
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
}

.flow-num::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 18px;
  transform: translateX(-50%);
  width: 1px;
  height: 36px;
  background: rgba(176, 122, 50, 0.55);
}

.flow-photo {
  width: 100%;
  height: auto;
  margin: 0 0 14px;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #ebe6df;
  background: #f3f1ee;
  box-shadow: 0 10px 28px rgba(14, 35, 70, 0.08);
}

.flow-photo img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.flow-step h3 {
  margin: 0 0 8px;
  font-family: var(--gb-serif, "Noto Serif JP", serif);
  font-size: 14px;
  font-weight: 600;
  color: var(--navy);
}

.flow-step p {
  margin: 0;
  font-family: var(--gb-sans, "Noto Sans JP", sans-serif);
  font-size: 11px;
  line-height: 1.7;
  color: var(--muted);
}

/* —— Downtime —— */
.downtime-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

.downtime-item {
  display: flex;
  gap: 8px;
  align-items: center;
  text-align: center;
  padding: 20px 12px;
  background: #fff;
  border: 1px solid #ebe6df;
  border-radius: 6px;
  box-shadow: 0 10px 28px rgba(14, 35, 70, 0.08);
}

.downtime-icon {
  width: 40px;
  height: 40px;
  margin: 0 auto 12px;
  color: var(--gold);
}

.downtime-icon svg {
  width: 100%;
  height: 100%;
  stroke: currentColor;
  fill: none;
}

.downtime-item h4 {
  margin: 0 0 6px;
  font-family: var(--gb-serif, "Noto Serif JP", serif);
  font-size: 13px;
  color: var(--navy);
}

.downtime-item p {
  margin: 0;
  font-family: var(--gb-sans, "Noto Sans JP", sans-serif);
  font-size: 11px;
  line-height: 1.6;
  color: var(--muted);
}

/* —— Price & FAQ —— */
.price-faq-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 40px;
  align-items: start;
}

.price-tables {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.price-table-caption {
  margin: 0;
  padding: 12px 16px;
  background: #d0a35a;;
  color: #fff;
  font-family: var(--gb-sans, "Noto Sans JP", sans-serif);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
}

.price-table-wrap {
  background: #fff;
  border: 1px solid var(--gb-border, #e0e0e0);
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(14, 35, 70, 0.08);
}

.price-table {
  width: 100%;
  border-collapse: collapse;
  font-family: var(--gb-sans, "Noto Sans JP", sans-serif);
  font-size: 13px;
}

.price-table th,
.price-table td {
  padding: 14px 16px;
  border-bottom: 1px solid #eee;
  text-align: center;
  color: #3a4558;
}

.price-table thead th {
  background: #bfb4a2;;
  color: #fff;
  font-weight: 500;
}

.price-table tbody th {
  font-weight: 500;
  color: var(--navy);
  background: #faf8f5;
  width: 38%;
}

.price-table-plan {
  background: #fff;
  font-weight: 500;
  color: #3a4558;
}



.price-table tr:last-child th,
.price-table tr:last-child td {
  border-bottom: none;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  border: 1px solid var(--gb-border, #e0e0e0);
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 10px 28px rgba(14, 35, 70, 0.08);
}

.faq-item {
  border-bottom: 1px solid #eee;
}

.faq-item:last-child {
  border-bottom: none;
}

.faq-item summary {
  padding: 16px 40px 16px 16px;
  font-family: var(--gb-sans, "Noto Sans JP", sans-serif);
  font-size: 13px;
  font-weight: 500;
  color: var(--navy);
  cursor: pointer;
  list-style: none;
  position: relative;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  color: var(--gold);
  font-weight: 400;
}

.faq-item[open] summary::after {
  content: "−";
}

.faq-item p {
  margin: 0;
  padding: 0 16px 16px;
  font-family: var(--gb-sans, "Noto Sans JP", sans-serif);
  font-size: 12px;
  line-height: 1.85;
  color: var(--muted);
}

/* —— Doctor & Instagram —— */
.doctor-insta-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 0;
}

.doctor-intro,
.instagram-block {
  background: linear-gradient(90deg, #f6f2ed 0%, #f3eee7 45%, #f6f2ed 100%);
  border: 1px solid #ebe6df;
  border-radius: 10px;
  padding: 22px 24px;
  box-shadow: 0 10px 28px rgba(14, 35, 70, 0.08);
}

.doctor-panel,
.insta-panel {
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 0;
}

.doctor-panel-inner {
  display: grid;
  grid-template-columns: 0.5fr 1fr;
  gap: 18px;
  align-items: start;
}

.doctor-panel-photo img {
  width: 100%;
  border-radius: 6px;
  aspect-ratio: 1/1.15;
  object-fit: cover;
}

.doctor-panel-role {
  font-family: var(--gb-sans, "Noto Sans JP", sans-serif);
  font-size: 12px;
  color: var(--gold);
  margin: 0 0 4px;
}

.doctor-panel-name {
  margin: 0 0 12px;
  font-family: var(--gb-serif, "Noto Serif JP", serif);
  font-size: 20px;
  font-weight: 500;
  color: var(--navy);
}

.doctor-panel-msg {
  margin: 0 0 16px;
  font-family: var(--gb-sans, "Noto Sans JP", sans-serif);
  font-size: 12px;
  line-height: 1.85;
  color: #3a4558;
}

.doctor-panel .btn.btn-outline {
  padding: 8px 14px;
  font-size: 12px;
  border-radius: 4px;
  border-color: rgba(7, 31, 72, 0.35);
}

.doctor-panel .btn.btn-outline:hover {
  background: rgba(255, 255, 255, 0.65);
}

.insta-panel {
  display: grid;
  grid-template-columns: 260px 1fr;
  grid-template-rows: auto auto 1fr auto;
  column-gap: 18px;
  align-items: start;
}

.insta-panel h3 {
  margin: 0 0 6px;
  font-family: var(--gb-serif, "Noto Serif JP", serif);
  font-size: 16px;
  color: var(--navy);
  grid-column: 1;
}

.insta-handle {
  margin: 0 0 12px;
  font-family: var(--gb-sans, "Noto Sans JP", sans-serif);
  font-size: 12px;
  color: #6b768b;
  grid-column: 1;
}

.insta-panel > p {
  margin: 0 0 18px;
  font-family: var(--gb-sans, "Noto Sans JP", sans-serif);
  font-size: 12px;
  line-height: 1.8;
  color: var(--muted);
  grid-column: 1;
}

.insta-thumb-grid {
  grid-column: 2;
  grid-row: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 0;
}

.insta-thumb-grid a {
  display: block;
  border-radius: 6px;
  overflow: hidden;
  background: #eee;
  box-shadow: 0 6px 16px rgba(14, 35, 70, 0.06);
}

.insta-thumb-grid img {
  aspect-ratio: 1/1;
  object-fit: cover;
  width: 100%;
  transition: transform 0.3s;
}

.insta-thumb-grid a:hover img {
  transform: scale(1.05);
}

.btn-insta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border: 1px solid rgba(7, 31, 72, 0.35);
  color: var(--navy);
  font-family: var(--gb-sans, "Noto Sans JP", sans-serif);
  font-size: 12px;
  font-weight: 500;
  border-radius: 4px;
  transition: background 0.2s;
  grid-column: 1;
  width: fit-content;
}

.btn-insta:hover {
  background: rgba(255, 255, 255, 0.65);
}

/* —— HIFU CTA —— */
.hifu-cta {
  padding: 42px 0 34px;
  text-align: center;
  color: #fff;
  background: url(../img/cta-bg.png) center / cover no-repeat;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hifu-cta h2 {
  margin: 0 0 8px;
  font-family: var(--gb-serif, "Noto Serif JP", serif);
  font-size: clamp(18px, 2.4vw, 22px);
  font-weight: 500;
}

.hifu-cta p {
  margin: 0 0 22px;
  font-family: var(--gb-sans, "Noto Sans JP", sans-serif);
  font-size: 12px;
  opacity: 0.9;
}

.hifu-cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}

.hifu-cta-actions .btn-hero {
  min-width: 320px;
  padding: 14px 22px;
  border-radius: 4px;
}

.hifu-cta .btn-chevron {
  display: none;
}

.hifu-cta .btn-cta-outline {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.55);
}

.hifu-cta .btn-cta-outline:hover {
  background: rgba(255, 255, 255, 0.08);
}

.hifu-cta .btn-cta-gold {
  background: linear-gradient(135deg, #b07a32 0%, #d4a85f 50%, #c3934c 100%);
  color: #fff;
  border: 1px solid transparent;
}

.hifu-cta .btn-cta-gold:hover {
  opacity: 0.92;
}

/* —— Navy footer —— */
.page-hifu .site-footer {
  background: var(--navy);
  color: rgba(255, 255, 255, 0.85);
  padding: 34px 0 18px;
  position: relative;
}

.page-hifu .footer-main {
  display: grid;
  grid-template-columns: 1.05fr 1.1fr 1.5fr;
  gap: 34px;
  align-items: start;
}

.page-hifu .footer-logo img {
  width: 170px;
  height: auto;
}

.page-hifu .footer-lead {
  margin: 12px 0 0;
  font-family: var(--gb-sans, "Noto Sans JP", sans-serif);
  font-size: 12px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.7);
}

.page-hifu .footer-address {
  margin: 0 0 8px;
  font-family: var(--gb-sans, "Noto Sans JP", sans-serif);
  font-size: 12px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.75);
}

.page-hifu .footer-tel {
  margin: 0 0 16px;
  font-family: var(--gb-serif, "Noto Serif JP", serif);
  font-size: 18px;
  color: #fff;
  letter-spacing: 0.06em;
}

.page-hifu .footer-tel span {
  font-family: var(--gb-sans, "Noto Sans JP", sans-serif);
  font-size: 12px;
  margin-right: 6px;
  color: rgba(255, 255, 255, 0.75);
}

.page-hifu .footer-buttons {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.page-hifu .footer-buttons .btn-footer {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 16px;
  border-radius: 4px;
  font-family: var(--gb-sans, "Noto Sans JP", sans-serif);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
  text-decoration: none;
  min-height: 38px;
  min-width: 168px;
}

.page-hifu .footer-buttons .btn-footer .btn-icon {
  flex-shrink: 0;
}

.page-hifu .footer-buttons .btn-footer-line {
  background: rgba(0, 0, 0, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.42);
  color: rgba(255, 255, 255, 0.92);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.22), inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.page-hifu .footer-buttons .btn-footer-line:hover {
  background: rgba(255, 255, 255, 0.08);
}

.page-hifu .footer-buttons .btn-footer-counsel {
  background: linear-gradient(135deg, #b07a32 0%, #d4a85f 50%, #c3934c 100%);
  border: 1px solid transparent;
  color: #fff;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.28);
}

.page-hifu .footer-buttons .btn-footer-counsel:hover {
  opacity: 0.92;
}

.page-hifu .footer-navs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  padding-left: 24px;
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.page-hifu .footer-nav-col {
  display: grid;
  gap: 10px;
}

.page-hifu .footer-nav-col a {
  font-family: var(--gb-sans, "Noto Sans JP", sans-serif);
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
}

.page-hifu .footer-nav-col a:hover {
  color: #fff;
}

.page-hifu .footer-bottom {
  margin-top: 22px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.page-hifu .footer-bottom .copyright {
  margin: 0;
  padding: 0;
  border-top: none;
  color: rgba(255, 255, 255, 0.45);
  text-align: center;
  font-size: 12px;
}

.page-hifu .back-to-top {
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: rgba(255, 255, 255, 0.85);
  display: grid;
  place-items: center;
  text-decoration: none;
  line-height: 1;
}

.page-hifu .back-to-top:hover {
  background: rgba(255, 255, 255, 0.08);
}

.page-hifu .site-footer .footer-brand p,
.page-hifu .site-footer nav a {
  color: rgba(255, 255, 255, 0.75);
  font-size: 13px;
}

.page-hifu .site-footer nav a:hover {
  color: #fff;
}

.page-hifu .site-footer .footer-brand strong {
  color: #fff;
  font-size: 22px;
}

.page-hifu .copyright {
  color: rgba(255, 255, 255, 0.45);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 20px;
  margin-top: 32px;
}

/* —— Responsive —— */
@media (max-width: 1024px) {
  .concern-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .hifu-benefits,
  .feature-grid,
  .flow-grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .menu-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

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

  .about-hifu-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .price-faq-grid,
  .doctor-insta-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

/* —— SP: HIFU page —— */
@media (max-width: 900px) {
  .page-hifu .site-header .header-inner {
    position: relative;
    z-index: 1;
  }

  .page-hifu .site-header .header-menu-toggle {
    display: flex;
    position: relative;
    z-index: 3;
  }

  .page-hifu .site-header:not(.is-nav-open) .global-nav {
    pointer-events: none;
  }

  .hifu-hero > .container,
  .hifu-hero-grid {
    pointer-events: none;
  }

  .hifu-hero-grid > .breadcrumb,
  .hifu-hero-copy,
  .hifu-hero-actions,
  .density-breadcrumb,
  .hifu-benefits {
    pointer-events: auto;
  }

  .hifu-section {
    padding: 40px 0;
  }

  .hifu-heading {
    margin-bottom: 24px;
    font-size: clamp(18px, 4.5vw, 22px);
  }

  .hifu-benefits {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 8px;
    padding-top: 18px;
  }

  .hifu-benefit {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-left: 0;
    gap: 6px;
  }

  .hifu-benefit-icon {
    width: 36px;
    height: 36px;
  }

  .hifu-benefit p {
    font-size: 11px;
    line-height: 1.5;
  }

  .concern-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .concern-item {
    padding: 14px 12px;
  }

  .concern-item p {
    font-size: 12px;
  }

  .about-hifu-grid {
    padding: 20px 16px;
    gap: 20px;
  }

  .about-hifu-text p {
    font-size: 12px;
    line-height: 1.85;
  }

  .about-hifu-text .hifu-heading {
    text-align: left;
    margin-bottom: 14px;
    font-size: 18px;
  }

  .menu-card-body {
    padding: 16px;
  }

  .menu-card h3 {
    font-size: 16px;
  }

  .menu-card p {
    font-size: 12px;
  }

  .case-ba-grid {
    gap: 14px;
  }

  .flow-grid {
    gap: 20px;
  }

  .downtime-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .price-faq-grid {
    gap: 24px;
  }

  .doctor-intro,
  .instagram-block {
    padding: 18px 16px;
  }

  .doctor-panel .btn.btn-outline,
  .btn-insta {
    width: 100%;
    justify-content: center;
  }

  .page-hifu .hifu-cta {
    height: auto;
    min-height: 0;
  }
}

@media (max-width: 767px) {
  .hifu-section {
    padding: 32px 0;
  }

  .hifu-section > .container {
    width: min(1312px, 92vw);
  }

  .hifu-heading {
    margin-bottom: 20px;
    font-size: 17px;
  }

  .hifu-benefits {
    grid-template-columns: 1fr 1fr;
    gap: 8px 6px;
  }

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

  .concern-icon {
    width: 32px;
    height: 32px;
  }

  .case-ba-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .case-ba-card h3 {
    font-size: 12px;
    padding: 12px 12px 4px;
  }

  .case-ba-card p {
    padding: 0 12px 12px;
    font-size: 10px;
  }

  .flow-step {
    padding-left: 0;
  }

  .flow-num {
    position: static;
    display: block;
    margin-bottom: 8px;
  }

  .flow-num::after {
    display: none;
  }

  .flow-photo img {
    max-height: 180px;
  }

  .flow-step h3 {
    font-size: 13px;
  }

  .flow-step p {
    font-size: 10px;
  }

  .downtime-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .downtime-item {
    flex-direction: row;
    align-items: flex-start;
    text-align: left;
    padding: 14px;
    gap: 12px;
  }

  .downtime-icon {
    flex-shrink: 0;
    margin: 0;
    width: 36px;
    height: 36px;
  }

  .downtime-item h4 {
    font-size: 12px;
  }

  .downtime-item p {
    font-size: 10px;
  }

  /* Price table — stacked cards (no scroll) */
  .price-table {
    display: block;
    font-size: 12px;
  }

  .price-table thead {
    display: none;
  }

  .price-table tbody {
    display: block;
  }

  .price-table tr {
    display: block;
    border-bottom: 1px solid #eee;
  }

  .price-table tbody tr:last-child {
    border-bottom: none;
  }

  .price-table th,
  .price-table td {
    display: block;
    width: 100%;
    padding: 0 14px;
    border-bottom: none;
    text-align: left;
  }

  .price-table tbody th {
    width: auto;
    padding: 12px 14px 6px;
    font-size: 13px;
    background: #faf8f5;
  }

  .price-table tbody td {
    font-size: 12px;
    font-weight: 600;
    color: var(--navy);
  }

  .price-table tbody td::before {
    display: block;
    margin-bottom: 2px;
    font-size: 10px;
    font-weight: 500;
    color: var(--muted);
    content: attr(data-label);
  }

  .price-table tbody td[data-label] {
    padding: 0 14px 10px;
  }

  .price-table tbody td[data-label]:last-child {
    padding-bottom: 14px;
  }

  .price-table tbody td.price-table-plan {
    background: #faf8f5;
    font-size: 12px;
    padding: 6px 14px 10px;
  }

  .price-table tbody td.price-table-plan::before {
    content: attr(data-label);
  }

  .faq-item summary {
    font-size: 12px;
    padding: 12px 36px 12px 14px;
  }

  .faq-item p {
    font-size: 11px;
    padding: 0 14px 12px;
  }

  .doctor-panel-inner {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 14px;
  }

  .doctor-panel-photo {
    max-width: 160px;
    margin: 0 auto;
  }

  .doctor-panel-name {
    font-size: 18px;
  }

  .doctor-panel-msg {
    font-size: 11px;
    text-align: left;
  }

  .insta-panel {
    display: block;
  }

  .insta-panel h3,
  .insta-handle,
  .insta-panel > p,
  .btn-insta {
    grid-column: auto;
  }

  .insta-thumb-grid {
    grid-column: auto;
    grid-row: auto;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    margin: 14px 0;
  }

  .insta-panel > p {
    font-size: 11px;
    margin-bottom: 0;
  }
}

@media (max-width: 560px) {
  .hifu-section {
    padding: 28px 0;
  }

  .hifu-benefit p {
    font-size: 10px;
  }

  .hifu-benefit-icon {
    width: 32px;
    height: 32px;
  }

  .about-hifu-grid {
    padding: 16px 14px;
  }

  .concern-item p {
    font-size: 11px;
  }

  .menu-tags span {
    font-size: 10px;
    padding: 3px 8px;
  }

  .price-table tbody th {
    font-size: 12px;
  }

  .price-table tbody td {
    font-size: 11px;
  }

  .insta-thumb-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 6px;
  }

  .doctor-panel-name {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .smas-callout {
    display: none;
  }

  .hifu-cta {
    height: auto;
  }
}

@media (max-width: 900px) {
  .hifu-cta .hifu-cta-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    width: 100%;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }

  .hifu-cta .hifu-cta-actions .btn-hero {
    min-width: 0;
    width: 100%;
    padding: 12px 16px;
    font-size: 12px;
    white-space: normal;
  }
}

/* —— Features section: responsive —— */
@media (max-width: 1024px) {
  .feature-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .feature-card {
    padding: 24px 18px;
  }
}

@media (max-width: 900px) {
  .feature-grid {
    gap: 14px;
  }

  .feature-card {
    padding: 20px 16px;
    gap: 12px;
  }

  .feature-card-icon {
    width: 44px;
    height: 44px;
  }

  .feature-card h3 {
    font-size: 13px;
    margin-bottom: 8px;
  }

  .feature-card p {
    font-size: 11px;
    line-height: 1.75;
  }
}

@media (max-width: 767px) {
  .feature-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .feature-card {
    flex-direction: row;
    align-items: flex-start;
    gap: 14px;
    padding: 16px;
    text-align: left;
    border-radius: 8px;
  }

  .feature-card-icon {
    width: 40px;
    height: 40px;
    margin-top: 2px;
  }

  .feature-card-body {
    flex: 1;
  }

  .feature-card h3 {
    font-size: 13px;
    margin-bottom: 6px;
    line-height: 1.45;
  }

  .feature-card p {
    font-size: 11px;
    line-height: 1.7;
  }
}

@media (max-width: 560px) {
  .hifu-hero{
    padding-top: 56px;
  }
  .hifu-hero-grid > .breadcrumb{top:16px;}
  .feature-grid {
    gap: 10px;
  }

  .feature-card {
    padding: 14px;
    gap: 12px;
  }

  .feature-card-icon {
    width: 36px;
    height: 36px;
  }

  .feature-card h3 {
    font-size: 12px;
  }

  .feature-card p {
    font-size: 10px;
  }
}
