/* HYALURONIC ACID treatment page — extends HIFU system */
@import url("./hifu-style.css");
@import url("./hifu-cta.css");
body.page-hyaluronic {
  /* uses page-hifu layout defaults */
}

.ha-subheading {
  margin: 0 0 12px;
  text-align: center;
  font-family: var(--gb-serif, "Noto Serif JP", serif);
  font-size: 14px;
  font-weight: 600;
  color: var(--navy);
  letter-spacing: 0.08em;
}

.page-hyaluronic .price-table-wrap {
  padding-top: 14px;
  border: none; 
  overflow: hidden;
  box-shadow: none;
  border-radius: 0;
}

.page-hyaluronic .ha-price-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.page-hyaluronic .price-table{
  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);
  width: 100%;
  min-width: 520px;
  border-collapse: collapse;
}

.page-hyaluronic .price-table thead th {
  background: #efe3d3;
  color: #2a3650;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
}

.page-hyaluronic .price-table tbody th {
  background: #faf8f5;
  font-weight: 500;
  color: var(--navy);
  text-align: left;
  vertical-align: middle;
  white-space: nowrap;
}

.page-hyaluronic .price-table-plan {
  text-align: left;
  white-space: normal;
  line-height: 1.55;
  font-weight: 500;
  color: #3a4558;
}

.page-hyaluronic .price-table th,
.page-hyaluronic .price-table td {
  padding: 12px 14px;
  border-bottom: 1px solid #f0ebe4;
  font-size: 12px;
  vertical-align: middle;
}

.page-hyaluronic .price-table td {
  text-align: center;
  font-variant-numeric: tabular-nums;
}

.page-hyaluronic .price-table td[data-label="価格（税込）"] {
  font-weight: 600;
  color: var(--navy);
}

.ha-price-note {
  margin: 10px 0 0;
  font-family: var(--gb-sans, "Noto Sans JP", sans-serif);
  font-size: 10px;
  line-height: 1.7;
  color: var(--muted);
  text-align: center;
}

/* Benefits row: 6 items like reference */
.page-hyaluronic .hifu-benefits {
  grid-template-columns: repeat(6, 1fr);
  gap: 0;
  padding-top: 18px;
}

.page-hyaluronic .hifu-benefit {
  padding-left: 0;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
}

.page-hyaluronic .hifu-benefit-icon {
  width: 34px;
  height: 34px;
}

.page-hyaluronic .hifu-benefit p {
  font-size: 12px;
  line-height: 1.55;
  letter-spacing: 0.02em;
}

/* About bubble (navy round badge) */
.ha-about-visuals {
  display: flex;
  gap: 14px;
  align-items: center;
}

.ha-about-photo {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #eee;
  background: #fff;
}

.ha-about-photo img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
}

.ha-badge {
  width: min(200px, 100%);
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  margin-left: auto;
  background: radial-gradient(circle at 30% 30%, #1e4a79, #001738 70%, #000e25);
  color: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 16px 40px rgba(7, 31, 72, 0.28);
  display: grid;
  place-items: center;
  padding: 18px 18px;
  text-align: center;
}

.ha-badge strong {
  display: block;
  font-family: var(--gb-serif, "Noto Serif JP", serif);
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.06em;
  color: #fff;
  margin-bottom: 8px;
}

.ha-badge p {
  margin: 0;
  font-family: var(--gb-sans, "Noto Sans JP", sans-serif);
  font-size: 11px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.86);
}

/* Injection areas / effects grid (reference “注入部位・効果”) */
.ha-areas-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
}

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

.ha-area-thumb img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
}

.ha-area-body {
  padding: 12px 12px 14px;
}

.ha-area-body h3 {
  margin: 0 0 6px;
  font-family: var(--gb-serif, "Noto Serif JP", serif);
  font-size: 12px;
  font-weight: 600;
  color: var(--navy);
  letter-spacing: 0.04em;
}

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

/* Flow: icon steps (5) like the reference */
.ha-flow-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
  align-items: start;
}

.ha-flow-step {
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px solid #ebe6df;
  border-radius: 10px;
  box-shadow: 0 10px 28px rgba(14, 35, 70, 0.08);
  padding: 16px 14px 14px;
  text-align: left;
  position: relative;
  gap: 12px;
}

.ha-flow-num {
  position: absolute;
  left: 12px;
  top: -12px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--gold);
  border: 1px solid #ece5db;
  color: #fff;
  display: grid;
  place-items: center;
  font-family: var(--gb-sans);
  font-size: 11px;
  font-weight: 700;
}

.ha-flow-icon {
  width: 44px;
  height: 44px;
  margin: 8px 0 10px 0;
  color: var(--gold);
}

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

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

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

.ha-flow-icon-text {
  flex: 1;
  min-width: 0;
}

@media (max-width: 1024px) {
  .page-hyaluronic .hifu-benefits {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }

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

  .ha-flow-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }

  .ha-bottom-grid {
    grid-template-columns: 1fr;
  }

  .ha-mini-body {
    grid-template-columns: 100px 1fr;
  }

  .ha-mini-photo img {
    width: 100px;
    height: 100px;
  }
}

/* —— SP: hyaluronic page —— */
@media (max-width: 900px) {
  .page-hyaluronic .hifu-section {
    padding: 40px 0;
  }

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

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

  .page-hyaluronic .hifu-benefit {
    gap: 6px;
  }

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

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

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

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

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

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

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

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

  .ha-about-visuals {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }

  .ha-about-photo img {
    height: auto;
    max-height: 220px;
  }

  .ha-badge {
    width: min(220px, 100%);
    margin: 0 auto;
  }

  .page-hyaluronic .feature-card p br {
    display: none;
  }

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

  .ha-area-body {
    padding: 12px;
  }

  .ha-flow-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }

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

  .page-hyaluronic .ha-bottom-cards {
    padding: 28px 0 40px;
  }

  .page-hyaluronic .ha-doctor-insta-grid .hifu-heading {
    margin-bottom: 24px;
  }

  .page-hyaluronic .ha-bottom-cards .director-card {
    grid-template-columns: 140px 1fr;
    gap: 18px;
    padding: 22px 20px;
  }

  .page-hyaluronic .ha-bottom-cards .director-photo img {
    max-width: 140px;
  }
}

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

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

  .page-hyaluronic .hifu-heading,
  .page-hyaluronic .ha-subheading {
    margin-bottom: 20px;
    font-size: 17px;
  }

  .page-hyaluronic .hifu-benefits {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px 6px;
    padding-top: 14px;
  }

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

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

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

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

  .ha-area-body h3 {
    font-size: 11px;
  }

  .ha-area-body p {
    font-size: 10px;
  }

  .ha-flow-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-hyaluronic .ha-flow-step {
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
    padding: 16px 14px;
  }

  .page-hyaluronic .ha-flow-num {
    position: static;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    font-size: 10px;
    margin: 2px 0 0;
  }

  .page-hyaluronic .ha-flow-icon {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    margin: 0;
  }

  .page-hyaluronic .ha-flow-step h3 {
    font-size: 12px;
    margin-bottom: 6px;
  }

  .page-hyaluronic .ha-flow-step p {
    font-size: 10px;
    line-height: 1.65;
  }

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

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

  .page-hyaluronic .ha-price-note {
    text-align: left;
    font-size: 10px;
  }

  /* Price table → stacked cards */
  .page-hyaluronic .ha-price-table-wrap {
    overflow: visible;
  }

  .page-hyaluronic .price-table {
    display: block;
    min-width: 0;
    font-size: 12px;
  }

  .page-hyaluronic .price-table thead {
    display: none;
  }

  .page-hyaluronic .price-table tbody {
    display: block;
  }

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

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

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

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

  .page-hyaluronic .price-table tbody td {
    font-size: 11px;
    line-height: 1.65;
    color: #3a4558;
    font-weight: 400;
  }

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

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

  .page-hyaluronic .price-table tbody td[data-label="回数"]:empty {
    display: none;
  }

  .page-hyaluronic .price-table tbody td.price-table-plan {
    background: #faf8f5;
    font-size: 12px;
    font-weight: 500;
    color: var(--navy);
    padding: 6px 14px 10px;
  }

  .page-hyaluronic .price-table tbody td[data-label="価格（税込）"] {
    padding-bottom: 14px;
    font-weight: 600;
    color: var(--navy);
  }

  /* —— 医師紹介・Instagram —— */
  .page-hyaluronic .ha-bottom-cards {
    padding: 32px 0 48px;
  }

  .page-hyaluronic .ha-doctor-insta-grid .hifu-heading {
    margin-bottom: 24px;
    font-size: clamp(18px, 4.5vw, 22px);
  }

  .page-hyaluronic .ha-doctor-insta-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }

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

  .page-hyaluronic .ha-bottom-cards .director-card {
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 16px;
    align-items: start;
    padding: 0;
    background: transparent;
    border: none;
    box-shadow: none;
  }

  .page-hyaluronic .ha-bottom-cards .director-photo {
    max-width: none;
    margin: 0;
  }

  .page-hyaluronic .ha-bottom-cards .director-photo img {
    width: 100%;
    max-width: 140px;
    margin: 0 auto;
    display: block;
    aspect-ratio: 3 / 4;
  }

  .page-hyaluronic .ha-bottom-cards .director-main {
    min-width: 0;
  }

  .page-hyaluronic .ha-bottom-cards .director-role {
    font-size: 12px;
    text-align: left;
  }

  .page-hyaluronic .ha-bottom-cards .director-name {
    font-size: 18px;
    text-align: left;
    margin-bottom: 10px;
  }

  .page-hyaluronic .ha-bottom-cards .director-bio {
    font-size: 11px;
    line-height: 1.85;
    margin-bottom: 14px;
  }

  .page-hyaluronic .ha-bottom-cards .director-bio br {
    display: none;
  }

  .page-hyaluronic .ha-bottom-cards .btn-director-detail {
    width: 100%;
    min-width: 0;
    padding: 10px 16px;
    font-size: 12px;
    justify-content: center;
  }

  .page-hyaluronic .ha-bottom-cards .instagram-block .insta-panel {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0;
    background: transparent;
    border: none;
    grid-template-columns: none;
  }

  .page-hyaluronic .ha-bottom-cards .insta-panel h3 {
    margin: 0 0 4px;
    font-family: var(--gb-serif, "Noto Serif JP", serif);
    font-size: 16px;
    font-weight: 600;
    color: var(--navy);
    grid-column: auto;
  }

  .page-hyaluronic .ha-bottom-cards .insta-handle {
    margin: 0 0 8px;
    font-size: 12px;
  }

  .page-hyaluronic .ha-bottom-cards .insta-panel > p:not(.insta-handle) {
    margin: 0 0 12px;
    font-size: 11px;
    line-height: 1.75;
    grid-column: auto;
  }

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

  .page-hyaluronic .ha-bottom-cards .insta-thumb-grid a {
    display: block;
    border-radius: 4px;
    overflow: hidden;
  }

  .page-hyaluronic .ha-bottom-cards .insta-thumb-grid img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    display: block;
  }

  .page-hyaluronic .ha-bottom-cards .btn-insta {
    width: 100%;
    justify-content: center;
    padding: 10px 16px;
    font-size: 12px;
    grid-column: auto;
  }
}

@media (max-width: 560px) {
  .page-hyaluronic .ha-bottom-cards {
    padding: 24px 0 32px;
  }

  .page-hyaluronic .ha-doctor-insta-grid .hifu-heading {
    margin-bottom: 20px;
    font-size: 17px;
  }

  .page-hyaluronic .ha-bottom-cards .doctor-intro,
  .page-hyaluronic .ha-bottom-cards .instagram-block {
    padding: 18px 16px;
  }

  .page-hyaluronic .ha-bottom-cards .director-card {
    grid-template-columns: 1fr;
    gap: 14px;
    text-align: center;
  }

  .page-hyaluronic .ha-bottom-cards .director-photo img {
    max-width: 160px;
  }

  .page-hyaluronic .ha-bottom-cards .director-role,
  .page-hyaluronic .ha-bottom-cards .director-name {
    text-align: center;
  }

  .page-hyaluronic .ha-bottom-cards .director-bio {
    text-align: left;
  }

  .page-hyaluronic .ha-bottom-cards .director-name {
    font-size: 17px;
  }

  .page-hyaluronic .ha-bottom-cards .insta-panel h3 {
    font-size: 15px;
  }

  .page-hyaluronic .ha-bottom-cards .insta-thumb-grid {
    gap: 6px;
  }
}

@media (max-width: 560px) {
  .page-hyaluronic .hifu-hero-visual{
    left: 5%;
    right: 0;
  }
  .page-hyaluronic .hifu-hero-visual img{
    object-position: 20% center;
  }
  .page-hyaluronic .hifu-hero-visual::after{
    width: 30%;
  }
  .page-hyaluronic .hifu-hero-title{
    font-size: 24px;
    margin-top: 44px;
  }
  .page-hyaluronic .hifu-hero-catch{
    font-size: 12px;
    line-height: 1.75;
  }
  .page-hyaluronic .hifu-section {
    padding: 28px 0;
  }

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

  .page-hyaluronic .hifu-benefit-icon {
    width: 28px;
    height: 28px;
  }

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

  .ha-areas-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .page-hyaluronic .ha-flow-icon {
    width: 32px;
    height: 32px;
  }

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

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

  .page-hyaluronic .director-name {
    font-size: 20px;
  }

  .page-hyaluronic .ha-bottom-cards {
    padding: 24px 0 32px;
  }
}

/* Bottom 3 cards under price/faq (match reference) */
.ha-bottom-cards {
  padding: 34px 0 54px;
  background: #fff;
}

.ha-bottom-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  align-items: stretch;
}

.ha-mini-card {
  background: #fff;
  border: 1px solid #ebe6df;
  border-radius: 10px;
  box-shadow: 0 10px 28px rgba(14, 35, 70, 0.08);
  padding: 16px 16px 18px;
}

.ha-mini-title {
  margin: 0 0 12px;
  text-align: center;
  font-family: var(--gb-serif, "Noto Serif JP", serif);
  font-size: 14px;
  font-weight: 600;
  color: var(--navy);
  letter-spacing: 0.08em;
}

.ha-mini-body {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 14px;
  align-items: start;
}

.ha-mini-photo img {
  width: 74px;
  height: 74px;
  object-fit: cover;
  border-radius: 10px;
  border: 1px solid #eee;
  display: block;
}

.ha-mini-name {
  margin: 0 0 8px;
  font-family: var(--gb-serif, "Noto Serif JP", serif);
  color: var(--navy);
  letter-spacing: 0.06em;
  line-height: 1.3;
}

.ha-mini-name span {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
}

.ha-mini-name small {
  margin-left: 6px;
  font-family: var(--gb-sans, "Noto Sans JP", sans-serif);
  font-size: 11px;
  font-weight: 500;
  color: var(--muted);
}

.ha-mini-lead {
  margin: 0 0 10px;
  font-family: var(--gb-sans, "Noto Sans JP", sans-serif);
  font-size: 11px;
  line-height: 1.75;
  color: #3a4558;
}

.ha-mini-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border: 1px solid rgba(7, 31, 72, 0.35);
  border-radius: 6px;
  background: #fff;
  color: var(--navy);
  font-family: var(--gb-sans, "Noto Sans JP", sans-serif);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-decoration: none;
  width: 100%;
}

.ha-mini-btn:hover {
  background: rgba(255, 255, 255, 0.7);
}

/* Instagram card */
.ha-mini-card--insta {
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  gap: 10px;
}

.ha-insta-top {
  text-align: left;
}

.ha-insta-handle {
  margin: 0 0 4px;
  font-family: var(--gb-sans, "Noto Sans JP", sans-serif);
  font-size: 11px;
  color: var(--muted);
}

.ha-insta-lead {
  margin: 0;
  font-family: var(--gb-sans, "Noto Sans JP", sans-serif);
  font-size: 11px;
  line-height: 1.7;
  color: #3a4558;
}

.ha-insta-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  grid-auto-rows: 72px;
  align-items: flex-end;  
}

/* 医師紹介・Instagram */
.ha-doctor-insta-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 24px;
  align-items: stretch;
}

.page-hyaluronic .ha-bottom-cards .doctor-intro,
.page-hyaluronic .ha-bottom-cards .instagram-block {
  min-width: 0;
}

.page-hyaluronic .ha-bottom-cards .doctor-intro {
  padding: 0;
  background: transparent;
  border: none;
  box-shadow: none;
}

.ha-bottom-cards .director-card {
  display: grid;
  grid-template-columns: minmax(200px, 260px) 1fr;
  gap: 28px 32px;
  align-items: start;
  padding: 28px 32px;
  background: linear-gradient(90deg, #f6f2ed 0%, #f3eee7 45%, #f6f2ed 100%);
  border: 1px solid #ebe6df;
  border-radius: 10px;
  box-shadow: 0 10px 28px rgba(14, 35, 70, 0.08);
}

.ha-bottom-cards .director-photo img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: center top;
  border-radius: 6px;
  display: block;
}

.ha-bottom-cards .director-main {
  min-width: 0;
}

.ha-bottom-cards .instagram-block .insta-panel {
  display: flex;
  flex-direction: column;
  gap: 12px;
  height: 100%;
  padding: 24px 22px;
  background: linear-gradient(90deg, #f6f2ed 0%, #f3eee7 45%, #f6f2ed 100%);
  border: 1px solid #ebe6df;
  border-radius: 10px;
  box-shadow: 0 10px 28px rgba(14, 35, 70, 0.08);
}

.ha-bottom-cards .insta-panel h3 {
  margin: 0;
  font-family: var(--gb-serif, "Noto Serif JP", serif);
  font-size: 16px;
  font-weight: 600;
  color: var(--navy);
  letter-spacing: 0.04em;
}

.ha-bottom-cards .insta-handle {
  margin: 0;
  font-family: var(--gb-sans, "Noto Sans JP", sans-serif);
  font-size: 12px;
  font-weight: 600;
  color: #6b768b;
}

.ha-bottom-cards .insta-panel > p:not(.insta-handle) {
  margin: 0;
  font-family: var(--gb-sans, "Noto Sans JP", sans-serif);
  font-size: 12px;
  line-height: 1.75;
  color: #3a4558;
}

.ha-bottom-cards .insta-thumb-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin: 0;
}

.ha-bottom-cards .insta-thumb-grid a {
  display: block;
  border-radius: 4px;
  overflow: hidden;
}

.ha-bottom-cards .insta-thumb-grid img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  display: block;
  transition: transform 0.25s ease;
}

.ha-bottom-cards .insta-thumb-grid a:hover img {
  transform: scale(1.03);
}

.ha-bottom-cards .btn-insta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: auto;
  padding: 10px 16px;
  border-radius: 6px;
  border: 1px solid rgba(7, 31, 72, 0.35);
  background: #fff;
  font-family: var(--gb-sans, "Noto Sans JP", sans-serif);
  font-size: 12px;
  font-weight: 600;
  color: var(--navy);
  text-decoration: none;
}

.ha-bottom-cards .btn-insta:hover {
  background: rgba(255, 255, 255, 0.85);
}

@media (max-width: 1024px) {
  .page-hyaluronic .ha-doctor-insta-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}

.director-role {
  margin: 0 0 6px;
  font-family: var(--gb-sans, "Noto Sans JP", sans-serif);
  font-size: 14px;
  font-weight: 500;
  color: var(--gold);
  letter-spacing: 0.08em;
}

.director-name {
  margin: 0 0 18px;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(26px, 3vw, 32px);
  font-weight: 500;
  color: var(--navy);
  letter-spacing: 0.06em;
}

.director-bio {
  margin: 0 0 24px;
  font-family: var(--gb-sans, "Noto Sans JP", sans-serif);
  font-size: 12px;
  line-height: 2;
  color: #3a4558;
}

.btn-director-detail {
  min-width: 200px;
  padding: 12px 28px;
  font-family: var(--gb-sans, "Noto Sans JP", sans-serif);
  font-size: 13px;
  font-weight: 500;
  border-color: rgba(7, 31, 72, 0.35);
}

.btn-director-detail:hover {
  background: rgba(255, 255, 255, 0.85);
}

.director-credentials h4 {
  margin: 0 0 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ebe6df;
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-weight: 500;
  color: var(--navy);
  letter-spacing: 0.06em;
}

.director-credentials ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.director-credentials li {
  position: relative;
  padding-left: 16px;
  margin-bottom: 10px;
  font-family: var(--gb-sans, "Noto Sans JP", sans-serif);
  font-size: 12px;
  line-height: 1.7;
  color: #3a4558;
}

.director-credentials li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold);
}

.ha-insta-grid a:hover img {
  transform: scale(1.03);
}