@import url("./style.css");
body.page-about {
  padding-top: 88px;
  background: #fff;
}

.page-about .site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1100;
}

.page-about .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-about .global-nav a.is-current {
  color: var(--gold);
}

.page-about .global-nav a.is-current span {
  color: var(--gold);
}

.breadcrumb {
  position: absolute;
  top: 0;
  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;
}

/* Hero */
.about-hero {
  position: relative;
  overflow: hidden;
  background: #fff;
  min-height: clamp(420px, 44vw, 560px);
}

.about-hero-inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  min-height: inherit;
  padding: 18px 0 34px;
}

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

.about-title {
  margin: 14px 0 12px;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(44px, 5.2vw, 80px);
  font-weight: 700;
  line-height: 1.1;
  color: var(--navy);
  letter-spacing: 0.08em;
}

.about-title small {
  display: block;
  margin-top: 10px;
  font-size:24px;
  color: var(--gold);
  letter-spacing: 0.12em;
  font-weight: 500;
}

.about-title-line {
  display: block;
  width: 120px;
  height: 2px;
  margin: 0 0 16px;
  background: linear-gradient(90deg, var(--gold), rgba(176, 122, 50, 0.2));
  border: 0;
}

.about-lead {
  margin: 0;
  /* font-family: var(--gb-sans, "Noto Sans JP", sans-serif); */
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  line-height: 2;
  color: #3a4558;
}

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

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

.about-hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* Sections */
.about-section {
  padding: 56px 0;
}

.about-section--beige {
  /* background: linear-gradient(90deg, #f6f2ed 0%, #f3eee7 45%, #f6f2ed 100%); */
}

.section-heading-center {
  margin: 0 0 32px;
  font-family: "Noto Serif JP", serif;
  font-size: 22px;
  font-weight: 500;
  color: var(--navy);
  letter-spacing: 0.1em;
  text-align: center;
}

.section-heading-col {
  margin: 0 0 14px;
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 500;
  color: var(--navy);
  letter-spacing: 0.08em;
  line-height: 1.4;
}

.philosophy-copy-inner {
  padding-left: 40px;
}

.section-crown-ornament {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: 100%;
  max-width: 220px;
  margin: 0 0 12px;
}

.section-crown-line {
  flex: 1 1 auto;
  height: 1px;
  min-width: 56px;
  background: #c9a86a;
}

.section-crown-ornament .section-crown {
  flex: 0 0 auto;
  width: 26px;
  height: 26px;
  object-fit: contain;
  display: block;
  filter: brightness(0) saturate(100%) invert(52%) sepia(28%) saturate(838%) hue-rotate(6deg) brightness(92%) contrast(88%);
}

/* Philosophy */
.philosophy-grid {
  display: grid;
  grid-template-columns: minmax(240px, 320px) 1fr;
  gap: 36px 40px;
  align-items: start;
  margin-bottom: 28px;
}

.philosophy-photo img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: center top;
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(14, 35, 70, 0.1);
}

.philosophy-tagline {
  margin: 0 0 14px;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(20px, 2vw, 24px);
  font-weight: 600;
  color: var(--gold);
  letter-spacing: 0.04em;
  line-height: 1.6;
}

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

.philosophy-copy{
  display: flex;
    align-items: stretch;
    flex-direction: column;
    align-self: flex-end;
}

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

.value-item {
  padding: 20px 14px;
  text-align: center;
  background: #fff;
  border: 1px solid #e5e0d8;
  border-radius: 8px;
  box-shadow: 0 6px 18px rgba(14, 35, 70, 0.05);
}

.value-item svg {
  width: 52px;
}

.value-item p {
  margin: 0;
  font-family: var(--gb-sans, "Noto Sans JP", sans-serif);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.65;
  color: var(--navy);
}
.value-item p small {
  display: block;
  font-size: 10px;
  color: var(--muted);
}

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

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

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

.feature-card-body {
  padding: 16px 14px 18px;
}

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

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

/* Clinic overview */
.overview-grid {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(320px, 1.1fr);
  gap: 28px;
  align-items: start;
}

.overview-photo img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 10px 28px rgba(14, 35, 70, 0.1);
  display: block;
}

.overview-card {
  height: 100%;
  padding: 28px 32px;
  background: #fff;
  border: 1px solid #ebe6df;
  border-radius: 10px;
  box-shadow: 0 10px 28px rgba(14, 35, 70, 0.08);
}

.overview-dl {
  margin: 0 0 22px;
}

.overview-dl div {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid #eee;
  font-family: var(--gb-sans, "Noto Sans JP", sans-serif);
  font-size: 13px;
  line-height: 1.75;
}

.overview-dl div:last-child {
  border-bottom: none;
}

.overview-dl dt {
  margin: 0;
  font-weight: 600;
  color: var(--navy);
}

.overview-dl dd {
  margin: 0;
  color: #3a4558;
}

.overview-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  padding-top: 28px;
}

.overview-actions .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 14px;
  border-radius: 6px;
  font-family: var(--gb-sans, "Noto Sans JP", sans-serif);
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

/* Director block */
.director-block {
  display: grid;
  grid-template-columns: 140px 1fr minmax(200px, 240px) minmax(200px, 260px);
  gap: 24px 28px;
  align-items: start;
  padding: 32px 36px;
  background: #fff;
  border: 1px solid #ebe6df;
  border-radius: 10px;
  box-shadow: 0 10px 28px rgba(14, 35, 70, 0.08);
}

.director-block-photo img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  border-radius: 6px;
}

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

.director-block-name {
  margin: 0 0 4px;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 600;
  color: var(--navy);
}

.director-block-name-en {
  display: block;
  margin: 0 0 12px;
  font-family: "Petit Formal Script", cursive;
  font-size: 18px;
  color: var(--gold);
}

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

.director-block-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 9px 14px;
  border: 1px solid rgba(7, 31, 72, 0.35);
  border-radius: 6px;
  color: var(--navy);
  font-family: var(--gb-sans, "Noto Sans JP", sans-serif);
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  background: #fff;
}

.director-block-credentials h4 {
  margin: 0 0 10px;
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-weight: 600;
  color: var(--navy);
}

.director-block-credentials ul {
  margin: 0;
  padding-left: 1.1em;
  font-family: var(--gb-sans, "Noto Sans JP", sans-serif);
  font-size: 11px;
  line-height: 1.85;
  color: #3a4558;
}

.director-quote-card {
  padding: 24px 20px;
  background: #fff;
  border: 1px solid #ebe6df;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 8px 24px rgba(14, 35, 70, 0.06);
  position: relative;
  overflow: hidden;
  background-image: url(../img/about/about-card-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.director-quote-card p {
  margin: 0;
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 2;
  color: var(--navy);
  letter-spacing: 0.04em;
}

/* CTA background handled by hifu-cta.css (imported via style.css) */

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

.about-cta-actions .btn-hero {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 280px;
  padding: 14px 22px;
  border-radius: 6px;
  font-family: var(--gb-sans, "Noto Sans JP", sans-serif);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

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

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

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

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

/* Light footer */
.page-about .site-footer {
  background: #fff;
  color: var(--navy);
  padding: 40px 0 24px;
  position: relative;
  border-top: 1px solid #ebe6df;
}

.page-about .footer-main {
  display: grid;
  grid-template-columns: 0.8fr 1fr 0.7fr;
  gap: 28px;
  align-items: start;
}

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

.page-about .footer-address {
  margin: 12px 0 6px;
  font-family: var(--gb-sans, "Noto Sans JP", sans-serif);
  font-size: 12px;
  line-height: 1.8;
  color: #3a4558;
}

.page-about .footer-tel {
  margin: 0;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  color: var(--navy);
  letter-spacing: 0.06em;
}

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

.page-about .footer-navs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px 16px;
}

.page-about .footer-nav-col {
  display: grid;
  gap: 8px;
}

.page-about .footer-nav-col a {
  font-family: var(--gb-sans, "Noto Sans JP", sans-serif);
  font-size: 12px;
  color: #3a4558;
  text-decoration: none;
}

.page-about .footer-nav-col a:hover {
  color: var(--gold);
}

.page-about .footer-aside {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: stretch;
  min-width: 180px;
}

.page-about .footer-aside .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 11px 14px;
  border-radius: 6px;
  font-family: var(--gb-sans, "Noto Sans JP", sans-serif);
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.page-about .btn-footer-line {
  background: var(--navy);
  color: #fff;
}

.page-about .btn-footer-counsel {
  background: linear-gradient(135deg, #b07a32 0%, #d4a85f 50%, #c3934c 100%);
  color: #fff;
}

.page-about .footer-bottom {
  margin-top: 28px;
  padding-top: 16px;
  border-top: 1px solid #eee;
}

.page-about .copyright {
  margin: 0;
  font-family: var(--gb-sans, "Noto Sans JP", sans-serif);
  font-size: 11px;
  color: var(--muted);
  text-align: center;
}

.page-about .back-to-top {
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid #d5d0c8;
  color: var(--navy);
  display: grid;
  place-items: center;
  text-decoration: none;
  line-height: 1;
  background: #fff;
}

.page-about .back-to-top:hover {
  background: #f7f6f4;
}

@media (max-width: 1024px) {
  .philosophy-grid {
    grid-template-columns: 1fr;
  }

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

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

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

  .director-block {
    grid-template-columns: 120px 1fr;
  }

  .director-quote-card {
    grid-column: 1 / -1;
  }

  .page-about .footer-main {
    grid-template-columns: 1fr 1fr;
  }

  .page-about .footer-aside {
    grid-column: 1 / -1;
    flex-direction: row;
    flex-wrap: wrap;
  }
}

/* —— SP: about page —— */
@media (max-width: 900px) {
  body.page-about {
    padding-top: 0;
  }

  .about-title {
    margin-top: 0;
  }

  .about-title small {
    font-size: clamp(14px, 3.5vw, 18px);
  }

  .about-lead {
    font-size: 12px;
    line-height: 1.85;
  }

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

  .section-heading-center {
    margin-bottom: 24px;
    font-size: 18px;
  }

  .section-heading-col {
    font-size: clamp(20px, 5vw, 26px);
    text-align: center;
  }

  .philosophy-copy-inner {
    padding-left: 0;
    text-align: center;
  }

  .section-crown-ornament {
    margin-left: auto;
    margin-right: auto;
  }

  .philosophy-tagline {
    font-size: 18px;
  }

  .philosophy-text {
    font-size: 13px;
    line-height: 1.85;
    text-align: left;
  }

  .philosophy-text br {
    display: none;
  }

  .philosophy-copy {
    align-items: center;
  }

  .philosophy-photo {
    max-width: 280px;
    margin: 0 auto;
  }

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

  .value-item {
    padding: 16px 12px;
  }

  .value-item svg {
    width: 40px;
  }

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

  .value-item p small {
    font-size: 9px;
  }

  .feature-grid {
    gap: 14px;
  }

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

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

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

  .overview-card {
    padding: 22px 20px;
  }

  .overview-dl div {
    grid-template-columns: 88px 1fr;
    gap: 8px;
    padding: 10px 0;
    font-size: 12px;
  }

  .overview-actions {
    grid-template-columns: 1fr;
    padding-top: 18px;
    gap: 10px;
  }

  .overview-actions .btn {
    width: 100%;
    font-size: 11px;
    padding: 12px 14px;
  }

  .director-block {
    grid-template-columns: 120px 1fr;
    padding: 24px 20px;
    gap: 18px 20px;
  }

  .director-block-credentials {
    grid-column: 1 / -1;
  }

  .director-quote-card {
    grid-column: 1 / -1;
    padding: 20px 16px;
  }

  .director-quote-card p {
    font-size: 13px;
    line-height: 1.85;
  }

  .director-block-name {
    font-size: 18px;
  }

  .director-block-name-en {
    font-size: 16px;
  }

  .director-block-bio {
    font-size: 11px;
  }

  .director-block-credentials h4 {
    font-size: 13px;
  }

  .director-block-credentials ul {
    font-size: 10px;
  }

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

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

  .page-about .footer-main {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .page-about .footer-logo img {
    margin-left: auto;
    margin-right: auto;
  }

  .page-about .footer-aside {
    grid-column: auto;
    flex-direction: column;
    width: 100%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .page-about .footer-aside .btn {
    width: 100%;
  }

  .page-about .footer-navs {
    grid-template-columns: 1fr 1fr;
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }

  .page-about .footer-nav-col a {
    font-size: 11px;
  }
}

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

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

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

  .philosophy-grid {
    gap: 24px;
  }

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

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

  .feature-card {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    text-align: left;
  }

  .feature-card img {
    flex: 0 0 38%;
    max-width: 140px;
    aspect-ratio: 4 / 3;
    align-self: stretch;
    object-fit: cover;
  }

  .feature-card-body {
    flex: 1;
    padding: 14px;
  }

  .overview-grid {
    gap: 20px;
  }

  .overview-dl div {
    grid-template-columns: 1fr;
    gap: 4px;
    padding: 12px 0;
    font-size: 11px;
  }

  .overview-dl dt {
    font-size: 11px;
  }

  .director-block {
    grid-template-columns: 1fr;
    padding: 20px 16px;
    text-align: center;
  }

  .director-block-photo {
    max-width: 160px;
    margin: 0 auto;
  }

  .director-block-link {
    width: 100%;
    justify-content: center;
  }

  .director-block-credentials {
    text-align: left;
  }

  .director-quote-card p br {
    display: none;
  }
}

@media (max-width: 560px) {
  .about-hero-inner > .breadcrumb {
    top: 80px;
    font-size: 10px;
  }
  .about-hero-inner{
    padding-top: 144px;
  }
  .about-title {
    margin: 0 0 10px;
    font-size: 26px;
  }
  .about-lead{
    color: #fff;
    font-size: 12px;
    line-height: 1.75;
  }
  .about-title small {
    font-size: 13px;
    margin-top: 6px;
  }

  .about-title-line {
    width: 56px;
    margin-bottom: 10px;
  }

  .about-lead {
    font-size: 11px;
    line-height: 1.75;
  }

  .about-hero-visual {
    left: 0;
    right: 0;
  }

  .about-hero-visual::after {
    width: 100%;
    background: linear-gradient(
      180deg,
      #fff 0%,
      rgba(255, 255, 255, 0.92) 8%,
      rgba(255, 255, 255, 0.5) 22%,
      transparent 38%
    );
  }

  .about-section {
    padding: 28px 0;
  }

  .section-heading-col {
    font-size: 18px;
  }

  .philosophy-tagline {
    font-size: 16px;
  }

  .philosophy-text {
    font-size: 12px;
  }

  .value-item {
    padding: 14px 10px;
  }

  .value-item svg {
    width: 36px;
  }

  .feature-card img {
    flex: 0 0 34%;
    max-width: 120px;
  }

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

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

  .overview-card {
    padding: 18px 14px;
  }

  .overview-dl div {
    font-size: 10px;
  }

  .overview-actions .btn {
    font-size: 10px;
    padding: 11px 12px;
  }

  .director-block {
    padding: 18px 14px;
  }

  .director-block-photo {
    max-width: 140px;
  }

  .director-block-name {
    font-size: 16px;
  }

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

  .page-about .footer-tel {
    font-size: 17px;
  }

  .page-about .footer-address {
    font-size: 11px;
  }

  .page-about .footer-nav-col a {
    font-size: 10px;
  }

  .page-about .back-to-top {
    right: 12px;
    bottom: 12px;
    width: 32px;
    height: 32px;
    font-size: 12px;
  }
}
