@import url("./hifu-cta.css");
@import url("./cta-banner.css");
@import url("./hero-responsive.css");
@import url("./footer-responsive.css");
@import url("./footer-calendar.css");
@import url("./footer-unified.css");
@import url("./sp-fixed-cta.css");

:root{--navy:#071f48;--navy2:#001a3e;--gold:#b07a32;--gold2:#c3934c;--line:#e9e0d5;--cream:#fbf8f4;--text:#10284b;--muted:#68738a;--shadow:0 12px 30px rgba(14,35,70,.08)}
 *{box-sizing:border-box} body{margin:0;color:var(--text);font-family:"Noto Serif JP","Yu Mincho",serif;background:#fff;line-height:1.8;letter-spacing:.04em} img{max-width:100%;display:block} a{text-decoration:none;color:inherit}.container{width:min(1312px,92vw);margin:auto}.site-header{position:sticky;top:0;z-index:10;background:rgba(255,255,255,.92);backdrop-filter:blur(10px);border-bottom:1px solid #eee}.header-inner{height:88px;display:flex;align-items:center;gap:30px}.logo{width:220px;color:var(--navy);text-align:center;line-height:1.1}.logo-main{font-size:25px;font-weight:700;letter-spacing:.08em}.logo-small{display:block;font-size:10px;letter-spacing:.2em}.global-nav{display:flex;gap:16px;margin-left:auto}.global-nav a{font-size:13px;text-align:center;font-weight:600}.global-nav span{display:block;font-size:9px;color:var(--gold);font-family:Georgia,serif}.header-actions{display:flex;gap:10px}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:4px;padding:10px 12px;font-size:12px;font-weight:700;gap:8px}.btn-navy{background:var(--navy);color:#fff}.btn-gold{background:linear-gradient(135deg,var(--gold),#d4a85f);color:#fff}.btn-outline{border:1px solid var(--navy);color:var(--navy);background:#fff}.btn-large{min-width:230px;padding:14px 24px}.hero{background:radial-gradient(circle at 75% 30%,#fff3e7 0,#fff 36%,#f8f5ef 100%);overflow:hidden}.hero-grid{display:grid;grid-template-columns:48% 52%;min-height:530px;align-items:center}.hero-copy h1{font-size:52px;line-height:1.6;margin:0 0 10px;color:var(--navy);font-weight:500}.lead{font-size:24px;color:var(--gold);font-weight:700}.body{font-size:16px}.hero-buttons{display:flex;gap:18px;margin-top:28px}.hero-visual{position:relative;align-self:stretch}.hero-visual img{height:100%;width:100%;object-fit:cover;object-position:center}.badge{position:absolute;right:20px;bottom:44px;width:150px;height:150px;background:#fff;border:1px solid #d8bd83;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:var(--shadow);color:#7c5b2c}.badge strong{font-size:34px;line-height:1}.badge span{font-size:13px}.badge em{position:absolute;bottom:-14px;background:#d2aa66;color:#fff;padding:4px 24px;border-radius:20px;font-style:normal;font-size:12px}.reasons{padding:42px 0;border-bottom:1px solid #eee}.section-title{text-align:center;font-size:25px;margin:0 0 24px}.section-title:before,.section-title:after{content:"";display:inline-block;width:256px;height:2px;background:var(--gold);vertical-align:middle;margin:0 28px}.reason-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.reason-grid article{display:flex ;border-right:1px solid var(--line);padding:8px 18px; gap: 12px;}.reason-grid article:last-child{border-right:0}.icon{font-size:44px;color:var(--navy)}.reason-grid h3{font-size:16px;margin:0}.reason-grid p{font-size:12px;margin:5px 0;color:var(--muted)}

/* SVG-safe sizing for reasons icons */
.reason-grid .icon{width:56px;height:56px;display:grid;place-items:center;flex:0 0 56px;color:var(--navy)}
.reason-grid .icon svg{width:70px;height:70px;display:block;fill:currentColor;overflow:visible}
.reason-grid .icon svg [stroke]{stroke:currentColor}

.section-pad{padding:48px 0}.section-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:22px}.section-head h2{font-size:25px;margin:0}.section-head a{font-size:13px;color:var(--navy)}

/* —— Campaign (carousel look) —— */
.campaign{padding:52px 0 36px}
.campaign-head{position:relative;display:flex;align-items:center;justify-content:center;margin-bottom:18px}
.campaign-title{margin:0;font-family:"Noto Serif JP",serif;font-size:22px;font-weight:500;color:var(--navy);letter-spacing:.06em}
.campaign-link{position:absolute;right:0;top:50%;transform:translateY(-50%);font-size:12px;color:var(--navy);letter-spacing:.04em}

.campaign-carousel{position:relative;display:flex;align-items:center;gap:18px}
.campaign-viewport{flex:1;min-width:0;overflow:hidden}
.campaign-track{display:flex;gap:18px;transition:transform .45s ease;will-change:transform}

.campaign-card{
  flex:0 0 auto;
  min-height:180px;
  aspect-ratio:1/1.05;
  border:1px solid #e6d7c8;
  background:#fff;
  border-radius:6px;
  padding:0;
  box-shadow:0 4px 16px rgba(14,35,70,.06);
  position:relative;
  overflow:hidden;
}
.campaign-card .campaign-image{
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center;
  display:block;
  background:#fff;
}
.campaign-card-inner{padding:22px}
.campaign-card p{font-size:16px;color:#3d3428;margin:0 0 10px;font-weight:500}
.campaign-card strong{font-size:28px;line-height:1.1;color:#222;display:block;font-family:"Noto Serif JP",serif;font-weight:500;letter-spacing:.02em}
.campaign-card strong small{font-size:16px;font-family:"Noto Sans JP",sans-serif;font-weight:700;letter-spacing:.08em;margin-left:4px;color:#444}
.campaign-card span{display:inline-block;margin-top:10px;font-size:12px;color:#9b7b44}

.campaign-arrow{width:34px;height:34px;border-radius:50%;border:1px solid #dedede;background:#fff;color:#6d6d6d;display:grid;place-items:center;box-shadow:0 2px 10px rgba(0,0,0,.06);cursor:pointer;flex:0 0 34px}
.campaign-arrow span{font-size:18px;line-height:1}
.campaign-arrow:hover{background:#fafafa}

.campaign-dots{display:flex;justify-content:center;align-items:center;gap:10px;margin-top:16px}

.carousel-wrap {
  width: 100%;
}
.campaign-dot{
  width:8px;
  height:8px;
  padding:0;
  border-radius:999px;
  border:1px solid #2a3650;
  background:transparent;
  cursor:pointer;
}
.campaign-dot.active{background:#2a3650}
.campaign-dot:hover:not(.active){background:rgba(42,54,80,.12)}

/* —— Monitor Campaign (TOP) —— */
.monitor-campaign{background:#fff;color:var(--text)}
.monitor-head{margin-bottom:18px}
.monitor-title{
  margin:0;
  font-family:"Noto Serif JP",serif;
  font-size:34px;
  font-weight:500;
  letter-spacing:.06em;
  color:#caa677;
  line-height:1.2;
}
.monitor-sub{
  margin:6px 0 0;
  font-family:"Noto Sans JP",sans-serif;
  font-size:12px;
  letter-spacing:.08em;
  opacity:.9;
}
.monitor-layout{display:grid;grid-template-columns:1fr 1fr;gap:28px;align-items:stretch}

/* left: ranking white card */
.ranking-panel--light{
  background:#fff;
  border:1px solid rgba(7,31,72,.08);
  border-radius:10px;
  padding:18px 18px 16px;
  box-shadow:0 10px 28px rgba(14,35,70,.08);
  height:100%;
}
.ranking-panel--light .ranking-title{color:var(--navy);margin:0 0 10px;font-size:16px;letter-spacing:.04em}
.ranking-panel--light .ranking-list{list-style:none;padding:0;margin:0}
.ranking-panel--light .rank{
  display:grid;
  grid-template-columns:40px 1fr;
  gap:14px;
  align-items:center;
  min-height:80px;
  padding:0;
  border-bottom:1px solid rgba(7,31,72,.08);
}
.ranking-panel--light .rank:last-child,
.ranking-panel--light .rank:last-of-type{
  border-bottom:0;
  padding-bottom:0;
}
.ranking-panel--light .rank-badge{
  display:flex;
  align-items:center;
  justify-content:center;
  width:40px;
  height:40px;
  flex-shrink:0;
}
.ranking-panel--light .rank-badge svg{
  width:28px;
  height:28px;
  display:block;
}
.ranking-panel--light .rank-circle{
  width:28px;
  height:28px;
  font-size:12px;
}
.ranking-panel--light .rank-body strong{
  color:var(--navy);
  margin:0;
  font-size:14px;
  line-height:1.4;
}
.ranking-panel--light .rank-price{color:var(--navy);opacity:.85}
.ranking-panel--light .tags span{
  background:#f3f1ee;
  border:1px solid rgba(7,31,72,.08);
  color:#3a4558;
}
.ranking-panel--light .ranking-more{
  display:flex;
  justify-content:flex-end;
  margin-top:10px;
  font-family:"Noto Sans JP",sans-serif;
  font-size:12px;
  letter-spacing:.06em;
  color:var(--navy);
}

/* right: dark monitor panel */
.monitor-right{
  background: #fff;
  border: 1px solid rgba(7, 31, 72, .08);
  border-radius: 10px;
  padding: 18px 18px 16px;
  box-shadow: 0 10px 28px rgba(14, 35, 70, .08);
  height: 100%;
}
.monitor-right .monitor-title{font-size:34px}
.monitor-right .monitor-sub{color:var(--gb-navy)}
.monitor-right .monitor-link,.monitor-right .monitor-more{color:var(--gb-navy)}

.monitor-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
.monitor-card{
  display:grid;
  gap:8px;
  color:#fff;
}
.monitor-card img{
  width:100%;
  height:auto;
  display:block;
  border-radius:2px;
  box-shadow:0 10px 24px rgba(0,0,0,.18);
}
.monitor-link,.monitor-more{
  font-family:"Noto Sans JP",sans-serif;
  font-size:12px;
  letter-spacing:.08em;
  opacity:.95;
}
.monitor-more{display:inline-flex;margin-top:10px;justify-self:end}
.cta {
  padding: 42px 0 34px;
  text-align: center;
  color: #fff;
  background: url(../img/cta-bg.png) center / cover no-repeat;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cta .container {
  width: 100%;
}

.cta h2 {
  margin: 0 0 8px;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(18px, 2.4vw, 22px);
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.45;
}

.cta p {
  margin: 0 0 22px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  line-height: 1.7;
  opacity: 0.9;
}

.cta > .container > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}

.cta .btn-large {
  min-width: 280px;
}
@media (max-width: 900px){
  .monitor-title{font-size:30px}
  .monitor-layout{grid-template-columns:1fr;gap:18px}
  .monitor-right--dark{padding:18px 16px 16px}
  .monitor-more{justify-self:start}

  .ranking-panel--light {
    padding: 14px 14px 12px;
  }

  .ranking-panel--light .ranking-title {
    font-size: 14px;
    margin-bottom: 8px;
  }

  .ranking-panel--light .rank {
    grid-template-columns: 36px 1fr;
    gap: 12px;
    min-height: 48px;
    padding: 0;
  }

  .ranking-panel--light .rank-badge {
    width: 36px;
    height: 36px;
  }

  .ranking-panel--light .rank-badge svg {
    width: 24px;
    height: 24px;
  }

  .ranking-panel--light .rank-circle {
    width: 24px;
    height: 24px;
    font-size: 11px;
  }

  .ranking-panel--light .rank-label {
    font-size: 9px;
    line-height: 1.2;
  }

  .ranking-panel--light .rank-body strong {
    font-size: 12px;
    margin-bottom: 4px;
  }

  .ranking-panel--light .rank-body .tags {
    margin-bottom: 0;
    gap: 4px;
  }

  .ranking-panel--light .tags span {
    font-size: 9px;
    padding: 2px 7px;
    line-height: 1.3;
  }

  .ranking-panel--light .rank-price {
    font-size: 11px;
  }

  .ranking-panel--light .ranking-more {
    font-size: 10px;
    margin-top: 8px;
  }
}
  
  .campaign-card.has-image div{padding:20px}
  .campaign-card.line strong{font-size:24px;color:#28b446}
  .two-column{display:grid;grid-template-columns:2fr 1fr;gap:24px}.panel{background:#fff;border:1px solid #eee;border-radius:8px;padding:24px;box-shadow:var(--shadow)}.compact{margin-bottom:16px}.case-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.case-card img{aspect-ratio:1/1;object-fit:cover;border-radius:4px}.case-card h3{font-size:14px;margin:10px 0 2px}.case-card p{font-size:12px;margin:0;color:#6d6d6d}.ranking h2{font-size:22px}.ranking ol{list-style:none;padding:0;margin:0}.ranking li{display:grid;grid-template-columns:46px 1fr auto;gap:10px;padding:15px 0;border-bottom:1px solid #eee;font-size:14px}.ranking span{color:var(--gold);font-weight:700}.ranking em{font-style:normal}.doctor-grid{display:grid;grid-template-columns:1fr 1.3fr;gap:24px}.doctor-card{display:grid;grid-template-columns:200px 1fr;gap:24px;align-items:center}.doctor-card img{border-radius:6px}.doctor-card p:first-child{font-size:22px;font-weight:700}.doctor-card span{font-size:14px;color:var(--gold);font-style:italic}.column-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.column-grid img{aspect-ratio:1.25/1;object-fit:cover;border-radius:4px}.column-grid span{font-size:12px;display:block;margin-top:8px}.review-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.google strong{font-size:26px;color:#1a2d55}.insta-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.insta-grid img{aspect-ratio:1/1;object-fit:cover;border-radius:4px}.cta{padding:50px 0;text-align:center;color:#fff;}.cta h2{font-size:30px;margin:0}.cta p{margin:4px 0 24px}.cta .btn{margin:0 8px}.btn-outline-white{border:1px solid #fff;color:#fff}.site-footer{background:#fff;padding:38px 0 10px}.footer-grid{display:grid;grid-template-columns:1.8fr 1.5fr 0.6fr ;gap:24px;align-items:start;    padding-top: 24px;}.footer-brand .logo-main{color:var(--navy)}.footer-brand strong{font-size:24px}.site-footer nav{display:grid;gap:8px;font-size:13px}.footer-actions{display:grid;gap:10px}.copyright{text-align:center;font-size:12px;color:#777;margin:22px 0 0}
.campaign .line-icon{ display: flex; max-height: 80px;}

/* —— TOP: Notice —— */
.top-notice {
  padding: 36px 0 40px;
  background: #fff;
}

.top-notice-box {
  display: grid;
  grid-template-columns: minmax(140px, 26%) 1fr;
  gap: 40px 48px;
  align-items: start;
  padding: 36px 44px;
  background: #fff;
  border: 1px solid #6b9eae;
  border-radius: 12px;
}

.top-notice-head {
  margin: 0;
}

.top-notice-title {
  margin: 0 0 14px;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(28px, 3.2vw, 36px);
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.14em;
  color: #0a5a63;
}

.top-notice-label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  color: #333;
  letter-spacing: 0.06em;
}

.top-notice-label-bar {
  flex-shrink: 0;
  width: 4px;
  height: 1.1em;
  background: #0a5a63;
  border-radius: 2px;
}

.top-notice-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.top-notice-item {
  padding: 0 0 18px;
  margin: 0 0 18px;
  border-bottom: 1px solid #eee;
}

.top-notice-item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.top-notice-date {
  display: block;
  margin: 0 0 6px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  color: #999;
  letter-spacing: 0.04em;
}

.top-notice-link {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.75;
  color: #333;
  letter-spacing: 0.02em;
  transition: color 0.2s ease, opacity 0.2s ease;
}

.top-notice-link:hover {
  color: #0a5a63;
  opacity: 0.88;
}

@media (max-width: 900px) {
  .top-notice {
    padding: 28px 0 32px;
  }

  .top-notice-box {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 24px 20px;
  }

  .top-notice-title {
    margin-bottom: 10px;
    font-size: 26px;
  }

  .top-notice-label {
    font-size: 14px;
  }

  .top-notice-item {
    padding-bottom: 16px;
    margin-bottom: 16px;
  }

  .top-notice-date {
    font-size: 12px;
    margin-bottom: 5px;
  }

  .top-notice-link {
    font-size: 13px;
    line-height: 1.7;
  }
}

@media (max-width: 560px) {
  .top-notice-box {
    padding: 20px 16px;
    border-radius: 10px;
  }

  .top-notice-title {
    font-size: 22px;
    letter-spacing: 0.1em;
    text-align: center;
  }
  .top-notice-label{justify-content: center;}
}

/* —— Hero wrapper —— */
.top-hero {
  position: relative;
}

.site-header--hero {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: #ffffff;
  border-bottom: none;
  backdrop-filter: none;
}

.site-header--hero .header-inner {
  height: 88px;
}

.site-header--hero .logo {
  width: 200px;
}

.site-header--hero .logo img {
  width: 100%;
  height: auto;
}

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

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

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

.site-header--hero .btn-navy {
  background: #071f48;
}

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

.header-counseling-row,
.footer-counseling-row {
  display: flex;
  align-items: center;
  gap: 14px;
}

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

.ig-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0px;
  min-width: 44px;
  color: var(--navy);
  font-family: "Noto Serif JP", serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.2;
  transition: opacity 0.2s ease;
}

.ig-link:hover {
  opacity: 0.72;
}

.ig-link-icon,
.ig-link > img {
  display: block;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  object-fit: contain;
}

.site-footer .footer-counseling-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 14px;
}

.site-footer .footer-counseling-row .ig-links {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.site-footer:not(.site-footer--top) .footer-counseling-row .ig-link {
  color: rgba(255, 255, 255, 0.9);
}

.ig-link-label {
  text-align: center;
}

.btn-icon {
  flex-shrink: 0;
}

/* —— SP header (all pages) —— */
.header-menu-toggle,
.global-nav-close,
.global-nav-actions,
.header-nav-overlay {
  display: none;
}

.header-menu-toggle {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid rgba(7, 31, 72, 0.15);
  border-radius: 4px;
  background: #fff;
  color: var(--navy);
  cursor: pointer;
  flex-shrink: 0;
}

.header-menu-bar {
  display: block;
  width: 20px;
  height: 2px;
  background: currentColor;
  border-radius: 1px;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.site-header.is-nav-open .header-menu-toggle .header-menu-bar:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.site-header.is-nav-open .header-menu-toggle .header-menu-bar:nth-child(2) {
  opacity: 0;
}

.site-header.is-nav-open .header-menu-toggle .header-menu-bar:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.global-nav-close {
  align-self: flex-end;
  width: 44px;
  height: 44px;
  margin: 0 0 8px;
  padding: 0;
  border: none;
  background: transparent;
  color: var(--navy);
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
}

.global-nav-actions {
  flex-direction: column;
  align-items: stretch;
  gap: 14px;
  margin-top: auto;
  padding-top: 24px;
  border-top: 1px solid #ebe6df;
}

.global-nav-actions .btn-header {
  width: 100%;
  justify-content: center;
  padding: 13px 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 11px;
  font-weight: 700;
  border-radius: 4px;
  white-space: nowrap;
  box-shadow: 0 2px 8px rgba(176, 122, 50, 0.25);
}

.global-nav-actions .ig-links {
  justify-content: center;
}

.header-nav-overlay {
  position: fixed;
  inset: 0;
  z-index: 999;
  background: rgba(7, 31, 72, 0.45);
}

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

/* —— Footer (TOP index) —— */
.site-footer--top .footer-nav-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.site-footer--top .footer-nav {
  display: grid;
  gap: 8px;
}

/* —— Hero (desktop) —— */
.hero {
  position: relative;
  overflow: hidden;
  background: #f3f1ee;
}

.hero-visual {
  position: relative;
  z-index: 1;
  line-height: 0;
}

.hero-visual img {
  width: 100%;
  height: auto;
  display: block;
}

.hero-inner {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(1312px, 92vw);
  height: 100%;
  z-index: 2;
  display: flex;
  align-items: center;
  padding: 120px 0 72px;
}

.hero-copy {
  max-width: 564px;
  padding-right: 24px;
}

.hero-eyebrow {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  margin: 0 0 18px;
}

.hero-eyebrow-since {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.28em;
  color: #8a7a68;
}

.hero-eyebrow-since::before,
.hero-eyebrow-since::after {
  content: "";
  width: 28px;
  height: 1px;
  background: #c5b49a;
}

.hero-eyebrow-brand {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.34em;
  color: #8a7a68;
}

.hero-copy h1 {
  margin: 0 0 16px;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(36px, 4.2vw, 52px);
  font-weight: 500;
  line-height: 1.65;
  color: #071f48;
  letter-spacing: 0.08em;
}

.hero-lead {
  margin: 0 0 20px;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 500;
  line-height: 1.7;
  color: #b07a32;
  letter-spacing: 0.06em;
}

.hero-body {
  margin: 0 0 32px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  color: #3a4558;
  letter-spacing: 0.04em;
}

.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.btn-hero {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 260px;
  padding: 16px 24px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 700;
  border-radius: 4px;
  letter-spacing: 0.04em;
  transition: opacity 0.2s;
}

.btn-hero:hover {
  opacity: 0.9;
}

.btn-hero-navy {
  background: #071f48;
  color: #fff;
  border: 1px solid #071f48;
}

.btn-hero-navy .btn-chevron {
  margin-left: auto;
}

.btn-hero-outline {
  background: #fff;
  color: #071f48;
  border: 1px solid #071f48;
}

.btn-hero-outline .btn-chevron {
  margin-left: 4px;
}

.btn-chevron {
  font-size: 12px;
  font-weight: 400;
  opacity: 0.9;
}

.hero-badge {
  position: absolute;
  right: clamp(16px, 6vw, 120px);
  bottom: clamp(48px, 8vw, 43px);
  z-index: 3;
  width: 192px;
}

/* —— Hero (tablet / SP) —— */
@media (max-width: 900px) {
  body:not([class*="page-"]) .hero {
    min-height: 520px;
    overflow: hidden;
  }

  body:not([class*="page-"]) .hero-visual {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
  }

  body:not([class*="page-"]) .hero-visual::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.96) 0%,
      rgba(255, 255, 255, 0.88) 30%,
      rgba(255, 255, 255, 0.45) 55%,
      rgba(255, 255, 255, 0.08) 75%,
      transparent 100%
    );
    pointer-events: none;
    z-index: 1;
  }

  body:not([class*="page-"]) .hero-visual img {
    width: 100%;
    height: 100%;
    min-height: 520px;
    object-fit: cover;
    object-position: 65% center;
    pointer-events: none;
  }

  body:not([class*="page-"]) .hero-inner {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: min(1312px, 92vw);
    height: auto;
    z-index: 2;
    min-height: 520px;
    padding: 100px 0 64px;
    pointer-events: auto;
  }

  body:not([class*="page-"]) .hero-copy {
    max-width: 100%;
    padding-right: 0;
  }

  body:not([class*="page-"]) .hero-copy br {
    display: none;
  }

  .hero {
    min-height: 520px;
  }

  .hero-visual {
    position: absolute;
    inset: 0;
  }

  .hero-visual img {
    width: 100%;
    height: 100%;
    min-height: 520px;
    object-fit: cover;
    object-position: 65% center;
  }

  .hero-inner {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: min(1312px, 92vw);
    height: auto;
    min-height: 520px;
    padding: 100px 0 64px;
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-copy {
    max-width: 100%;
    padding-right: 0;
  }

  .hero-copy h1 {
    font-size: 36px;
  }

  .hero-lead {
    font-size: 20px;
  }

  .hero-badge {
    display: none;
  }

  .hero-buttons {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    width: auto;
  }

  .hero-buttons .btn-hero {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    box-sizing: border-box;
    width: min(220px, 52vw);
    min-width: 0;
    min-height: 40px;
    padding: 10px 14px;
    font-size: 11px;
    line-height: 1.3;
    gap: 8px;
    white-space: normal;
  }

  .hero-buttons .btn-icon {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
  }

  .hero-buttons .btn-hero-navy .btn-chevron,
  .hero-buttons .btn-hero-outline .btn-chevron {
    margin-left: auto;
    flex-shrink: 0;
  }
}

/* —— Hero (small SP) —— */
@media (max-width: 560px) {
  body:not([class*="page-"]) .hero,
  body:not([class*="page-"]) .hero-inner {
    min-height: 480px;
  }

  body:not([class*="page-"]) .hero-inner {
    padding: 88px 0 48px;
  }

  body:not([class*="page-"]) .hero-visual img {
    min-height: 480px;
    object-position: 70% center;
  }

  body:not([class*="page-"]) .hero-eyebrow-since {
    font-size: 9px;
    gap: 8px;
  }

  body:not([class*="page-"]) .hero-eyebrow-since::before,
  body:not([class*="page-"]) .hero-eyebrow-since::after {
    width: 18px;
  }

  body:not([class*="page-"]) .hero-eyebrow-brand {
    font-size: 10px;
  }

  .hero-copy h1 {
    font-size: 20px;
  }

  .hero-lead {
    font-size: 12px;
  }

  .hero-body {
    font-size: 10px;
  }

  .hero-buttons .btn-hero {
    width: min(200px, 50vw);
    min-width: 0;
    min-height: 38px;
    padding: 9px 12px;
    font-size: 8px;
  }

  .btn-hero-outline span {
    margin-left: auto;
  }

  .hero-inner {
    padding: 148px 0 64px;
  }
}

/* Treatments → Doctor (design tokens) */
:root {
  --gb-navy: #1a2b4c;
  --gb-gold: #c5a059;
  --gb-beige: #f5f2ed;
  --gb-border: #e0e0e0;
  --gb-muted: #666666;
  --gb-sans: "Noto Sans JP", sans-serif;
  --gb-serif: "Noto Serif JP", serif;
}

/* —— 人気施術 —— */
.treatments.section-pad {
  padding: 48px 0 28px;
  background: transparent;
}

.treatments-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 20px;
}

.treatments-title {
  margin: 0;
  font-family: var(--gb-serif);
  font-size: 24px;
  font-weight: 500;
  color: var(--gb-navy);
  letter-spacing: 0.06em;
}

.treatments-link {
  font-family: var(--gb-sans);
  font-size: 13px;
  color: var(--gb-navy);
  letter-spacing: 0.04em;
  position: static;
    margin-left: auto;
}

.treatment-tabs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-bottom: 28px;
}

.treatment-tabs .tab {
  position: relative;
  padding: 14px 12px;
  font-family: var(--gb-sans);
  font-size: 13px;
  font-weight: 500;
  background: var(--gb-beige);
  border: none;
  border-right: 1px solid #ebe6df;
  color: var(--gb-navy);
  cursor: pointer;
  transition: background 0.2s;
}

.treatment-tabs .tab:last-child {
  border-right: none;
}

.treatment-tabs .tab.active {
  background: #fff;
}

.treatment-tabs .tab.active::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--gb-gold);
}

.treatment-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.treatment-carousel-wrap {
  margin-top: 0;
}

.treatment-carousel {
  gap: 12px;
}

.treatment-carousel .campaign-arrow {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  border: 1px solid #e0e0e0;
  background: #fff;
  color: #6d6d6d;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.treatment-carousel .campaign-track {
  align-items: stretch;
}

.treatment-carousel .treatment-card {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  height: 100%;
  background: transparent;
  border: none;
  border-radius: 0;
  overflow: visible;
}

.treatment-card-title {
  margin: 0 0 14px;
  font-family: var(--gb-serif);
  font-size: 15px;
  font-weight: 500;
  color: var(--gb-navy);
  text-align: center;
  letter-spacing: 0.06em;
  line-height: 1.5;
}

.treatment-carousel .ba-images {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 14px;
}

.treatment-carousel .ba-stack {
  position: relative;
  display: flex;
  /* flex-direction: column; */
  width: min(68%, 260px);
  margin: 0 auto;
  /* aspect-ratio: 2 / 3; */
  border: 1px solid #d8d8d8;
  background: #fff;
  overflow: hidden;
}

.treatment-carousel .ba-stack .ba-half {
  position: relative;
  /* flex: 1 1 0; */
  min-height: 0;
  overflow: hidden;
}

.treatment-carousel .ba-stack .ba-half + .ba-half {
  border-top: 1px solid #d8d8d8;
}

.treatment-carousel .ba-stack .ba-half img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* .treatment-carousel .ba-watermark {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--gb-serif);
  font-size: 7px;
  font-weight: 500;
  letter-spacing: 0.18em;
  color: rgba(255, 255, 255, 0.82);
  background: rgba(0, 0, 0, 0.18);
  writing-mode: vertical-rl;
  pointer-events: none;
} */

.treatment-carousel .treatment-meta {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: min(68%, 260px);
  margin: 0 auto;
  padding: 0;
  font-family: var(--gb-sans);
  font-size: 11px;
  line-height: 1.75;
  color: var(--gb-navy);
}

.treatment-carousel .treatment-meta div {
  display: block;
}

.treatment-carousel .treatment-meta dt {
  display: inline;
  margin: 0;
  font-weight: 700;
  color: var(--gb-navy);
}

.treatment-carousel .treatment-meta dd {
  display: inline;
  margin: 0;
  font-weight: 400;
  color: #3a4558;
}

.treatments-footer {
  display: flex;
  justify-content: flex-end;
  margin-top: 24px;
}

.treatments-view-more {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-family: var(--gb-sans);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.14em;
  color: var(--gb-navy);
}

.treatments-view-more::after {
  content: "";
  width: 72px;
  height: 1px;
  background: var(--gb-navy);
}

@media (min-width: 901px) {
  .treatment-carousel-wrap > .campaign-dots {
    display: none;
  }

  .treatment-carousel .ba-stack {
    width: min(62%, 228px);
  }

  .treatment-carousel .treatment-meta {
    width: min(62%, 228px);
  }
}

.treatment-card {
  background: #fff;
  border: 1px solid var(--gb-border);
  border-radius: 6px;
  overflow: hidden;
}

.ba-images {
  position: relative;
  /* aspect-ratio: 1 / 1; */
}

.ba-half {
  position: relative;
  overflow: hidden;
}

.ba-half img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ba-arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 26px;
  height: 26px;
  margin: -13px 0 0 -13px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
}

.ba-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 54%;
  width: 6px;
  height: 6px;
  margin-top: -4px;
  border-top: 2px solid var(--gb-navy);
  border-right: 2px solid var(--gb-navy);
  transform: rotate(45deg);
}

.ba-label {
  position: absolute;
  top: 8px;
  z-index: 1;
  font-family: var(--gb-sans);
  font-size: 9px;
  letter-spacing: 0.08em;
  padding: 3px 8px;
  background: rgba(0, 0, 0, 0.45);
  color: #fff;
  border-radius: 2px;
}

.ba-label.before {
  left: 8px;
}

.ba-label.after {
  right: 8px;
}

.treatment-card-body {
  padding: 14px 14px 16px;
  font-family: var(--gb-sans);
}

.treatment-card-body h3 {
  font-size: 14px;
  font-weight: 700;
  color: var(--gb-navy);
  margin: 0 0 10px;
  line-height: 1.5;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 12px;
}

.tags span {
  font-size: 11px;
  padding: 4px 10px;
  background: var(--gb-beige);
  color: var(--gb-navy);
  border-radius: 4px;
  line-height: 1.4;
}

.treatment-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  margin: 0;
  font-size: 12px;
}

.treatment-meta div {
  display: flex;
  gap: 6px;
  align-items: baseline;
}

.treatment-meta dt {
  margin: 0;
  font-weight: 400;
  color: var(--gb-muted);
}

.treatment-meta dd {
  margin: 0;
  font-weight: 700;
  color: var(--gb-navy);
}

/* —— 人気施術ランキング —— */
.ranking-section.section-pad {
  padding: 0 0 48px;
  background: #fff;
}

.ranking-panel {
  border: 1px solid var(--gb-border);
  border-radius: 8px;
  padding: 32px 40px 28px;
  background: #fff;
}

.ranking-title {
  margin: 0 0 24px;
  font-family: var(--gb-serif);
  font-size: 22px;
  font-weight: 500;
  color: var(--gb-navy);
  letter-spacing: 0.06em;
}

.ranking-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.rank {
  display: grid;
  grid-template-columns: 56px 1fr auto;
  gap: 20px;
  align-items: center;
  padding: 18px 0;
  border-bottom: 1px solid var(--gb-border);
  font-family: var(--gb-sans);
}

.rank:last-of-type {
  border-bottom: none;
  padding-bottom: 8px;
}

.rank-badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.rank-crown {
  width: 24px;
  height: 16px;
}

.rank-1 .rank-crown {
  color: var(--gb-gold);
}

.rank-2 .rank-crown {
  color: #b8b8b8;
}

.rank-3 .rank-crown {
  color: #cd7f32;
}

.rank-circle {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #e8e8e8;
  color: var(--gb-muted);
  font-size: 12px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rank-label {
  font-size: 11px;
  color: var(--gb-muted);
}

.rank-body strong {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: var(--gb-navy);
  margin-bottom: 8px;
}

.rank-body .tags {
  margin-bottom: 0;
}

.rank-price {
  font-size: 15px;
  font-weight: 700;
  color: var(--gb-navy);
  white-space: nowrap;
}

.ranking-more {
  display: block;
  margin-top: 24px;
  text-align: center;
  font-family: var(--gb-sans);
  font-size: 13px;
  color: var(--gb-navy);
}

/* —— COLUMN 美容コラム —— */
.column-section.section-pad {
  padding: 48px 0;
  background: #fff;
}

.column-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 28px;
}

.column-head-titles {
  display: flex;
  align-items: baseline;
  gap: 14px;
}

.column-label {
  font-family: var(--gb-serif);
  font-size: 32px;
  font-weight: 500;
  color: var(--gb-navy);
  letter-spacing: 0.12em;
  line-height: 1;
}

.column-title {
  margin: 0;
  font-family: var(--gb-sans);
  font-size: 16px;
  font-weight: 500;
  color: var(--gb-navy);
}

.column-link {
  font-family: var(--gb-sans);
  font-size: 13px;
  color: var(--gb-navy);
  white-space: nowrap;
}

.column-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.column-card a {
  display: block;
  font-family: var(--gb-sans);
}

.column-thumb {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-radius: 6px;
  margin-bottom: 12px;
}

.column-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.column-cat {
  display: inline-block;
  font-size: 11px;
  padding: 4px 10px;
  background: var(--gb-beige);
  color: var(--gb-navy);
  border-radius: 4px;
  margin-bottom: 8px;
}

.column-card h3 {
  font-size: 13px;
  font-weight: 500;
  color: var(--gb-navy);
  line-height: 1.65;
  margin: 0 0 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.column-card time {
  font-size: 12px;
  color: var(--gb-muted);
}

/* —— 院長 —— */
.doctor-section.section-pad {
  padding: 48px 0 72px;
  background: #fff;
}

.doctor-card {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 40px;
  align-items: center;
  padding: 40px 48px;
  background: #f8f7f5;
  border: 1px solid var(--gb-border);
  border-radius: 8px;
}

.doctor-photo {
  overflow: hidden;
  border-radius: 4px;
}

.doctor-photo img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: center top;
}

.doctor-info {
  font-family: var(--gb-sans);
}

.doctor-name-row {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 16px 24px;
  margin-bottom: 20px;
}

.doctor-name {
  margin: 0;
  font-family: var(--gb-serif);
  font-size: 28px;
  font-weight: 500;
  color: var(--gb-navy);
  letter-spacing: 0.06em;
}

.doctor-role {
  font-size: 16px;
  font-weight: 500;
  margin-right: 4px;
}

.doctor-name-en {
  font-family: "Petit Formal Script", cursive;
  font-size: 28px;
  color: var(--gb-gold);
  line-height: 1;
}

.doctor-bio {
  font-size: 14px;
  color: var(--gb-muted);
  line-height: 2;
  margin: 0 0 28px;
}

.btn-doctor-detail {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 200px;
  padding: 12px 32px;
  font-family: var(--gb-sans);
  font-size: 14px;
  font-weight: 500;
  color: var(--gb-navy);
  background: #fff;
  border: 1px solid var(--gb-navy);
  border-radius: 4px;
  letter-spacing: 0.04em;
}

/* —— Reviews & Instagram —— */
.reviews-section.section-pad {
  padding: 48px 0 56px;
  background: #fff;
}

.reviews-panel {
  display: flex;
  align-items: stretch;
  border: 1px solid var(--gb-border);
  background: #fff;
}

.reviews-google {
  flex: 1 1 72%;
  min-width: 0;
  display: flex;
  flex-direction: column;
  padding: 28px 0 20px;
}

.google-columns {
  display: grid;
  grid-template-columns: minmax(180px, 1.15fr) repeat(3, 1fr);
  flex: 1;
}

.google-summary,
.review-item {
  padding: 0 24px;
  border-right: 1px solid var(--gb-border);
}

.review-item:last-child {
  border-right: none;
}

.reviews-heading {
  margin: 0 0 20px;
  font-family: var(--gb-serif);
  font-size: 20px;
  font-weight: 500;
  color: var(--gb-navy);
  letter-spacing: 0.06em;
}

.google-rating-row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 20px;
}

.google-score {
  font-family: var(--gb-serif);
  font-size: 44px;
  font-weight: 500;
  line-height: 1;
  color: var(--gb-navy);
  letter-spacing: 0.02em;
}

.google-rating-detail {
  padding-top: 6px;
}

.google-count {
  margin: 8px 0 0;
  font-family: var(--gb-sans);
  font-size: 12px;
  color: var(--gb-muted);
}

.star-rating {
  position: relative;
  display: inline-block;
  width: 108px;
  height: 18px;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 2px;
  color: #e8e8e8;
}

.star-rating::before {
  content: "★★★★★";
}

.star-rating-fill {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  height: 100%;
  color: #f5a623;
  white-space: nowrap;
}

.star-rating-fill::before {
  content: "★★★★★";
}

.star-rating--47 .star-rating-fill {
  width: 94%;
}

.star-rating--5 .star-rating-fill {
  width: 100%;
}

.reviews-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 10px 18px;
  font-family: var(--gb-sans);
  font-size: 12px;
  font-weight: 500;
  color: var(--gb-navy);
  background: #fff;
  border: 1px solid var(--gb-border);
  border-radius: 4px;
  letter-spacing: 0.04em;
  transition: background 0.2s;
}

.reviews-btn:hover {
  background: #fafafa;
}

.reviews-btn--sm {
  padding: 8px 14px;
  font-size: 11px;
}

.review-item {
  display: flex;
  flex-direction: column;
  font-family: var(--gb-sans);
}

.review-item .star-rating {
  margin-bottom: 14px;
}

.review-text {
  flex: 1;
  margin: 0 0 16px;
  font-size: 13px;
  line-height: 1.85;
  color: var(--gb-navy);
}

.review-meta {
  margin: 0;
  font-size: 12px;
  color: var(--gb-muted);
}

.google-all-link {
  align-self: flex-end;
  margin: 16px 24px 0;
  font-family: var(--gb-sans);
  font-size: 13px;
  color: var(--gb-navy);
  letter-spacing: 0.04em;
}

.reviews-instagram {
  flex: 0 0 28%;
  max-width: 300px;
  padding: 28px 24px 24px;
  border-left: 1px solid var(--gb-border);
}

.instagram-head {
  margin-bottom: 20px;
}

.instagram-head .reviews-heading {
  margin-bottom: 8px;
}

.instagram-handle {
  margin: 0 0 14px;
  font-family: var(--gb-sans);
  font-size: 12px;
  color: var(--gb-navy);
  letter-spacing: 0.02em;
}

.instagram-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

.instagram-thumb {
  display: block;
  overflow: hidden;
  border-radius: 4px;
}

.instagram-thumb img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.instagram-thumb:hover img {
  transform: scale(1.05);
}

@media (max-width: 1024px) {
  .google-columns {
    grid-template-columns: minmax(160px, 1fr) repeat(2, 1fr);
  }

  .review-item:nth-child(4) {
    grid-column: 1 / -1;
    border-right: none;
    border-top: 1px solid var(--gb-border);
  }
}

@media (max-width:900px){
  .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;
  }

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

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

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

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

  .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;
  }

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

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

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

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

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

  .site-header .global-nav span {
    display: inline;
    margin-left: 8px;
    font-size: 10px;
  }
  .two-column,.doctor-grid,.footer-grid{grid-template-columns:1fr}

  .campaign-link{position:static;transform:none;margin-left:auto}
  .campaign-head{justify-content:space-between}
  .campaign-carousel{gap:10px}

  .treatment-carousel .treatment-card {
    box-shadow: none;
  }

  .treatment-carousel .ba-images {
    aspect-ratio: auto;
    min-height: 0;
    background: transparent;
    border: none;
    border-radius: 0;
    overflow: visible;
  }

  .treatment-carousel .ba-stack {
    width: min(72%, 220px);
  }

  .treatment-carousel .treatment-meta {
    width: min(72%, 220px);
    font-size: 10px;
    gap: 6px;
  }

  .treatment-card-title {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .treatments-footer {
    margin-top: 18px;
  }

  .reviews-section.section-pad {
    padding: 36px 0 40px;
  }

  .reviews-panel {
    flex-direction: column;
    overflow: hidden;
  }

  .reviews-google {
    flex: none;
    width: 100%;
    padding: 20px 0 16px;
  }

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

  .google-summary {
    grid-column: auto;
    text-align: center;
    padding: 0 20px 24px;
    border-right: none;
    border-bottom: 1px solid var(--gb-border);
    margin-bottom: 0;
  }

  .google-summary .reviews-btn {
    width: 100%;
    max-width: 280px;
  }

  .google-rating-row {
    justify-content: center;
  }

  .review-item {
    border-right: none;
    border-bottom: 1px solid var(--gb-border);
    border-top: none;
    padding: 20px;
    grid-column: auto;
  }

  .google-columns .review-item:last-of-type {
    border-bottom: none;
  }

  .google-all-link {
    align-self: center;
    margin: 20px 20px 0;
    text-align: center;
  }

  .reviews-instagram {
    flex: none;
    width: 100%;
    max-width: none;
    padding: 24px 20px;
    border-left: none;
    border-top: 1px solid var(--gb-border);
  }

  .instagram-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .section-title{font-size:14px;}
  .reason-grid,.campaign-grid{grid-template-columns:repeat(2,1fr)}
  .case-grid{grid-template-columns:repeat(2,1fr)}
  .section-title:before,.section-title:after{width:20px;margin:0 12px}
  .treatment-tabs{grid-template-columns:repeat(2,1fr)}
  .treatment-tabs .tab{border-right:none;border-bottom:1px solid #ebe6df}
  .column-grid{grid-template-columns:repeat(2,1fr)}
  .doctor-card{grid-template-columns:200px 1fr;padding:28px;gap:28px;margin: auto;}
  .btn-large{min-width:auto;}
  .cta div{display:grid;gap:12px}

  .cta {
    padding: 32px 0 28px;
  }

  .cta h2 {
    font-size: 17px;
  }

  .cta p {
    margin-bottom: 18px;
    font-size: 11px;
  }

  .cta > .container > div {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    max-width: 320px;
    margin: 0 auto;
  }

  .cta .btn-large {
    min-width: 0;
    width: 100%;
    font-size: 12px;
    white-space: normal;
  }
}
@media (max-width:560px){
  .logo{width:170px}
  .logo-main{font-size:20px}
  .header-actions{width:100%;display:grid;grid-template-columns:1fr 1fr;gap:10px}
  .header-counseling-row{grid-column:1/-1;flex-wrap:wrap;justify-content:center}
  .site-header .header-inner{
    height: 70px;
    padding: 8px 0;
    grid-template-columns: 1fr auto;
  }
  .site-header .logo{width:min(130px,40vw)}
  .lead{font-size:18px}
  .reason-grid,.campaign-grid,.case-grid{grid-template-columns:1fr}
  .campaign-head{gap:10px; display: flex;flex-direction: column;align-items: center;}
  .campaign-title{font-size:20px}
  .campaign-link{font-size: 8px;}
  .treatment-tabs{grid-template-columns:1fr}
  .column-grid{grid-template-columns:1fr}
  .treatments-title{font-size: 20px;}
  .treatments-head,.column-head{flex-direction:column;align-items:center;gap:12px}
  .treatments-link{font-size: 8px; transform: none;}
  .column-head-titles{flex-direction:column;align-items:flex-start;gap:4px}
  .column-label{font-size:26px}
  .doctor-card{grid-template-columns:1fr;padding:24px;margin: auto;}
  .doctor-photo{max-width:220px;margin: auto;}
  .ranking-panel--light {
    padding: 10px 12px 10px;
  }
  .ranking-panel--light .ranking-title {
    font-size: 12px;
    margin-bottom: 6px;
  }

  .ranking-panel--light .rank {
    grid-template-columns: 32px 1fr;
    gap: 10px;
    min-height: 44px;
    padding: 0;
  }

  .ranking-panel--light .rank-badge {
    width: 32px;
    height: 32px;
  }

  .ranking-panel--light .rank-badge svg {
    width: 22px;
    height: 22px;
  }

  .ranking-panel--light .rank-circle {
    width: 22px;
    height: 22px;
    font-size: 10px;
  }

  .ranking-panel--light .rank-label {
    font-size: 8px;
  }

  .ranking-panel--light .rank-body strong {
    font-size: 10px;
    margin: 0;
  }

  .ranking-panel--light .tags span {
    font-size: 8px;
    padding: 1px 5px;
  }

  .ranking-panel--light .rank-price {
    grid-column: 2;
    font-size: 10px;
    text-align: left;
    margin-top: -2px;
    white-space: normal;
  }

  .ranking-panel--light .ranking-more {
    font-size: 9px;
    margin-top: 6px;
  }
  .reviews-heading {
    font-size: 18px;
    margin-bottom: 14px;
  }

  .google-score {
    font-size: 36px;
  }

  .google-summary {
    padding: 0 16px 20px;
  }

  .google-summary .reviews-btn {
    max-width: none;
    font-size: 11px;
    padding: 10px 14px;
  }

  .review-item {
    padding: 16px;
  }

  .review-text {
    font-size: 12px;
    line-height: 1.75;
    margin-bottom: 12px;
  }

  .review-meta {
    font-size: 11px;
  }

  .google-all-link {
    margin: 16px 16px 0;
    font-size: 12px;
    width: calc(100% - 32px);
  }

  .reviews-instagram {
    padding: 20px 16px;
  }

  .instagram-head {
    text-align: center;
  }

  .instagram-head .reviews-btn--sm {
    width: 100%;
    max-width: 240px;
  }

  .instagram-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
  .section-pad{padding:34px 0}
  .panel{padding:18px}
  .reason-grid article{gap:8px}
  .reason-grid .icon{width:48px;height:48px;flex:0 0 48px}
  .reason-grid .icon svg{width:50px;height:50px}
  .reason-grid h3{font-size:12px}
  .reason-grid p{font-size:10px}
  .cta {
    padding: 28px 0 24px;
  }

  .cta .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .cta h2 {
    font-size: 15px;
  }

  .cta p {
    font-size: 10px;
    margin-bottom: 14px;
  }

  .cta .btn-large {
    padding: 11px 14px;
    font-size: 11px;
  }

  .cta .btn-icon {
    width: 14px;
    height: 14px;
  }
}
