:root {
  --ink: #0a2342;
  --navy: #08254b;
  --blue: #123f73;
  --gold: #a9803d;
  --line: #d9dde5;
  --paper: #ffffff;
  --soft: #f5f7fa;
  --green: #20a044;
  --text: #1d2733;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background: #fff;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "Noto Serif JP", serif;
  line-height: 1.7;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

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

.site-header {
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}

.header-note {
  max-width: 1180px;
  margin: 0 auto;
  padding: 10px 20px 2px;
  color: #4a5668;
  font-size: 12px;
}

.header-main {
  display: grid;
  grid-template-columns: minmax(220px, 250px) minmax(360px, 1fr) minmax(150px, auto) minmax(160px, auto);
  gap: 16px;
  align-items: center;
  max-width: 1320px;
  margin: 0 auto;
  padding: 12px 20px;
}

.brand {
  display: inline-flex;
  grid-column: 1;
  grid-row: 1;
  align-items: center;
  width: 240px;
  max-width: 100%;
}

.brand img {
  width: 100%;
  height: auto;
}

.small,
.hours span {
  display: block;
  color: #4c5868;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 11px;
  line-height: 1.55;
}

.header-contact {
  grid-column: 3;
  grid-row: 1;
  justify-self: end;
  align-self: center;
  padding-left: 0;
  border-left: 0;
}

.tel,
.big-tel {
  display: inline-flex;
  align-items: center;
  color: var(--ink);
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "Noto Serif JP", serif;
  font-weight: 700;
}

.tel {
  margin: 2px 0;
  font-size: 22px;
  justify-content: flex-start;
  line-height: 1.1;
  white-space: nowrap;
}

.tel::before,
.big-tel::before {
  content: "";
  width: 18px;
  height: 18px;
  margin-right: 8px;
  background: var(--ink);
  clip-path: polygon(25% 0, 65% 0, 76% 31%, 58% 41%, 74% 70%, 96% 61%, 100% 100%, 66% 100%, 41% 76%, 15% 37%);
}

.hours {
  min-height: 78px;
  padding: 11px 13px;
  border: 1px solid var(--line);
  border-radius: 4px;
}

.hours strong {
  display: block;
  margin-bottom: 4px;
  color: var(--ink);
  font-size: 14px;
}

.header-actions {
  grid-column: 4;
  grid-row: 1;
  display: grid;
  gap: 8px;
  justify-self: end;
  align-self: center;
  margin-top: 0;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 16px;
  border-radius: 4px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.btn.primary {
  color: #fff;
  background: var(--navy);
}

.btn.primary::before {
  content: "";
  width: 17px;
  height: 17px;
  margin-right: 10px;
  border: 2px solid currentColor;
  border-top-width: 5px;
  border-radius: 2px;
}

.btn.line {
  color: #fff;
  background: var(--green);
}

.btn.line::before {
  content: "LINE";
  margin-right: 8px;
  padding: 1px 5px;
  color: var(--green);
  background: #fff;
  border-radius: 999px;
  font-size: 10px;
}

.global-nav {
  display: flex;
  grid-column: 2;
  grid-row: 1;
  gap: clamp(12px, 1.6vw, 22px);
  justify-content: center;
  align-items: center;
  border-top: 0;
  overflow: visible;
}

.global-nav a {
  flex: 0 0 auto;
  padding: 8px 0;
  color: var(--ink);
  border-left: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.global-nav a[aria-current="page"] {
  color: #2f579b;
}

.global-nav a:last-child {
  border-right: 0;
}

.hero {
  --hero-height: clamp(620px, calc(100vh - 98px), 860px);
  position: relative;
  display: grid;
  grid-template-columns: minmax(320px, 0.95fr) minmax(430px, 1.2fr);
  min-height: var(--hero-height);
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 14% 22%, rgba(169, 128, 61, 0.12), transparent 28%),
    #f7f8fb;
}

.hero-copy {
  position: relative;
  z-index: 2;
  align-self: center;
  max-width: 560px;
  margin-left: auto;
  padding: 58px 48px 48px 20px;
}

.eyebrow,
.hero h1 {
  margin: 0;
  color: var(--ink);
  font-weight: 700;
  line-height: 1.32;
}

.eyebrow {
  font-size: clamp(30px, 4vw, 52px);
}

.hero h1 {
  font-size: clamp(34px, 4.5vw, 58px);
}

.hero-copy p:not(.eyebrow) {
  max-width: 660px;
  margin: 22px 0 30px;
  color: #1f2e45;
  font-size: clamp(15px, 1.4vw, 18px);
  font-weight: 700;
  line-height: 1.9;
}

.hero-badges {
  display: grid;
  grid-template-columns: repeat(2, minmax(128px, 1fr));
  gap: 18px;
  max-width: 390px;
}

.hero-badges span {
  position: relative;
  display: grid;
  min-height: 124px;
  place-items: center;
  padding: 22px 18px;
  color: var(--ink);
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.78) 58%, rgba(255, 255, 255, 0.9)),
    linear-gradient(145deg, rgba(181, 138, 69, 0.2), rgba(255, 255, 255, 0.72));
  border: 1px solid rgba(181, 138, 69, 0.72);
  border-radius: 999px;
  box-shadow:
    0 16px 34px rgba(8, 37, 75, 0.12),
    inset 0 0 0 5px rgba(255, 255, 255, 0.64),
    inset 0 0 0 7px rgba(181, 138, 69, 0.18);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
}

.hero-badges span::before {
  content: "";
  position: absolute;
  inset: 9px;
  border: 1px solid rgba(181, 138, 69, 0.38);
  border-radius: inherit;
  pointer-events: none;
}

.hero-badges span::after {
  content: "";
  position: absolute;
  top: 15px;
  left: 50%;
  width: 34px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(181, 138, 69, 0.72), transparent);
  transform: translateX(-50%);
  pointer-events: none;
}

.hero-badges b {
  display: block;
  color: var(--gold);
  font-size: 15px;
  letter-spacing: 0.08em;
}

.hero-media {
  position: relative;
  z-index: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 188px;
  gap: 0;
  min-height: var(--hero-height);
  min-width: 0;
}

.main-photo,
.media-stack img {
  height: 100%;
  object-fit: cover;
}

.main-photo {
  height: var(--hero-height);
  min-height: 0;
}

.media-stack {
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  gap: 6px;
  padding: 6px 6px 6px 0;
}

.media-stack img {
  border: 4px solid #fff;
}

.news-section {
  background: #fff;
  border-bottom: 1px solid var(--line);
}

.news-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  align-items: start;
  max-width: 1180px;
  margin: 0 auto;
  padding: 72px 20px;
}

.news-heading {
  display: grid;
  gap: 2px;
  color: var(--ink);
  text-align: center;
}

.news-heading span {
  color: var(--gold);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.news-heading h2 {
  margin: 0;
  font-size: 24px;
  line-height: 1.35;
}

.news-list {
  display: grid;
  border-top: 1px solid var(--line);
}

.news-item {
  display: grid;
  grid-template-columns: 104px 76px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}

.news-item time,
.news-item span {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.news-item time {
  color: #5b6676;
}

.news-item span {
  display: inline-flex;
  justify-content: center;
  padding: 3px 8px;
  color: var(--ink);
  background: #eef3f8;
  border: 1px solid #d6e0ea;
  border-radius: 999px;
}

.news-item strong {
  min-width: 0;
  color: #263242;
  font-size: 14px;
  line-height: 1.6;
}

.news-more-wrap {
  display: flex;
  grid-column: 1 / -1;
  justify-content: center;
  padding-top: 22px;
}

.news-more-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 168px;
  min-height: 46px;
  padding: 10px 24px;
  color: #fff;
  background: var(--navy);
  border-radius: 999px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 800;
}

.news-more-button::after {
  content: ">";
  margin-left: 18px;
  color: var(--gold);
  font-size: 18px;
  line-height: 1;
}

.news-page {
  background: #fff;
}

.news-page-hero {
  display: grid;
  place-items: center;
  min-height: 260px;
  padding: 72px 20px 64px;
  text-align: center;
  background:
    linear-gradient(90deg, rgba(169, 128, 61, 0.1), transparent 28%, transparent 72%, rgba(169, 128, 61, 0.1)),
    #f7f9fb;
  border-bottom: 1px solid var(--line);
}

.news-page-hero h1 {
  margin: 0 0 12px;
  color: var(--ink);
  font-size: 46px;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0.08em;
}

.news-archive-section {
  border-bottom: 0;
}

.news-archive-inner {
  max-width: 1040px;
  padding-top: 86px;
  padding-bottom: 110px;
}

.news-archive-inner .news-item {
  padding-top: 22px;
  padding-bottom: 22px;
}

.news-archive-inner .news-item strong {
  font-size: 15px;
}

.olympic-band {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 28px;
  align-items: center;
  padding: 34px max(20px, calc((100vw - 1180px) / 2));
  color: #fff;
  background: var(--navy);
  overflow: hidden;
}

.olympic-band > div:first-child {
  width: auto;
  justify-self: start;
}

.olympic-band strong {
  display: inline-grid;
  grid-template-columns: auto minmax(0, auto) auto;
  gap: clamp(10px, 1.6vw, 20px);
  align-items: center;
  color: #e7c37a;
  width: auto;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.35;
  white-space: nowrap;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.16), 0 3px 14px rgba(0, 0, 0, 0.28);
}

.olympic-band strong::before,
.olympic-band strong::after {
  content: "";
  display: block;
  width: clamp(22px, 3.2vw, 36px);
  aspect-ratio: 31 / 74;
  background: center / contain no-repeat;
}

.olympic-band strong::before {
  background-image: url("./assets/olympic-laurel-right.png");
}

.olympic-band strong::after {
  background-image: url("./assets/olympic-laurel-left.png");
}

.olympic-band p {
  position: relative;
  z-index: 2;
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
}

.olympic-band strong {
  position: relative;
  z-index: 2;
}

.olympic-silhouettes {
  position: absolute;
  right: max(20px, calc((100vw - 1180px) / 2));
  top: 50%;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, clamp(56px, 8vw, 102px));
  gap: clamp(8px, 1.8vw, 24px);
  width: min(34vw, 360px);
  justify-content: end;
  opacity: 0.18;
  transform: translateY(-50%);
  pointer-events: none;
}

.olympic-silhouettes img {
  width: 100%;
  height: clamp(58px, 8vw, 104px);
  object-fit: contain;
}

.crest {
  display: inline-block;
  margin-right: 18px;
  color: #d7b878;
  font-size: 12px;
  letter-spacing: 0.08em;
}

.section {
  max-width: 1180px;
  margin: 0 auto;
  padding: 92px 20px;
}

.section-title {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 34px;
  align-items: center;
  margin-bottom: 46px;
  text-align: center;
}

.section-title span {
  height: 1px;
  background: #cfd6df;
}

.section-title h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(21px, 2.4vw, 30px);
}

.section-title.compact {
  margin-bottom: 18px;
}

.reason-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border: 1px solid var(--line);
  border-left: 0;
}

.reason-grid article {
  min-width: 0;
  padding: 42px 24px;
  border-left: 1px solid var(--line);
  text-align: center;
}

.reason-grid article {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.reason-grid.is-visible article {
  opacity: 1;
  transform: translateY(0);
}

.reason-grid article:nth-child(1) {
  transition-delay: 0s;
}

.reason-grid article:nth-child(2) {
  transition-delay: 0.12s;
}

.reason-grid article:nth-child(3) {
  transition-delay: 0.24s;
}

.reason-grid article:nth-child(4) {
  transition-delay: 0.36s;
}

.reason-grid article:nth-child(5) {
  transition-delay: 0.48s;
}

.menu-grid article {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.menu-grid.is-visible article {
  opacity: 1;
  transform: translateY(0);
}

.menu-grid article:nth-child(1) {
  transition-delay: 0s;
}

.menu-grid article:nth-child(2) {
  transition-delay: 0.12s;
}

.menu-grid article:nth-child(3) {
  transition-delay: 0.24s;
}

.menu-grid article:nth-child(4) {
  transition-delay: 0.36s;
}

.menu-grid article:nth-child(5) {
  transition-delay: 0.48s;
}

@media (prefers-reduced-motion: reduce) {
  .reason-grid article,
  .menu-grid article {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

.line-icon {
  display: grid;
  width: 82px;
  height: 82px;
  place-items: center;
  margin: 0 auto 18px;
  color: var(--blue);
  border: 0;
  border-radius: 50%;
  font-weight: 700;
}

.line-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.reason-grid h3,
.menu-grid h3 {
  margin: 0 0 12px;
  color: var(--ink);
  font-size: 16px;
  line-height: 1.5;
}

.reason-grid p,
.menu-grid p,
.proof-card p,
.staff-box p {
  margin: 0;
  color: #445064;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 13px;
  line-height: 1.8;
}

.director-section {
  background: linear-gradient(112deg, #f4f7fb 0%, #f4f7fb 57%, #fff 57.2%, #fff 100%);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.director-inner {
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(420px, 1fr);
  gap: 72px;
  align-items: center;
  max-width: 1180px;
  margin: 0 auto;
  padding: 104px 20px;
}

.director-photo {
  position: relative;
}

.director-photo::before {
  content: "";
  position: absolute;
  left: -28px;
  bottom: -28px;
  width: 64%;
  height: 64%;
  background: rgba(47, 87, 155, 0.58);
  clip-path: polygon(0 18%, 100% 0, 80% 100%, 0 100%);
}

.director-photo img {
  position: relative;
  aspect-ratio: 5 / 4;
  object-fit: cover;
  border-radius: 0 0 28px 0;
  box-shadow: 0 18px 34px rgba(8, 37, 75, 0.13);
}

.section-kicker {
  margin: 0 0 12px;
  color: var(--gold);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.director-copy h2 {
  margin: 0 0 24px;
  color: var(--ink);
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.45;
}

.director-copy p:not(.section-kicker) {
  margin: 0 0 18px;
  color: #303943;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 2;
}

.director-profile {
  display: grid;
  gap: 6px;
  margin-top: 26px;
  padding-top: 22px;
  border-top: 1px solid #d5dde7;
}

.director-profile strong {
  color: var(--ink);
  font-size: 20px;
}

.director-profile span {
  color: #7f8a98;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.director-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 42px;
  margin-top: 24px;
  padding: 10px 22px;
  color: #fff;
  background: var(--navy);
  border-radius: 3px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 800;
}

.director-button::after {
  content: "";
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: rotate(45deg);
}

.menu-section {
  padding-top: 82px;
}

.menu-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
}

.menu-grid article {
  display: grid;
  grid-template-rows: 190px minmax(64px, auto);
  min-width: 0;
  background: #fff;
  border: 1px solid var(--line);
  overflow: hidden;
}

.menu-grid img {
  display: block;
  width: 100%;
  height: 190px;
  object-fit: cover;
}

.menu-grid article.has-cropped-image img {
  transform: none;
  transform-origin: center center;
}

.treatment-card.has-cropped-image .treatment-image > img {
  transform: scale(1.18) translateY(-7%);
  transform-origin: center top;
}

.menu-grid h3 {
  padding-right: 14px;
  padding-left: 14px;
  font-size: 15px;
  line-height: 1.45;
  text-align: center;
}

.menu-grid h3 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.section-action {
  display: flex;
  justify-content: center;
  margin-top: 42px;
}

.menu-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  min-width: 190px;
  padding: 9px 22px;
  color: var(--ink);
  border: 1px solid var(--gold);
  border-radius: 3px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.menu-more::after {
  content: "";
  width: 6px;
  height: 6px;
  margin-left: 8px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: rotate(45deg);
}

.proof-section {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 36px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 96px 20px 104px;
}

.proof-feature {
  position: relative;
  display: grid;
  grid-template-rows: 1fr auto;
  min-height: 100%;
  overflow: hidden;
  background: #f3f5f7;
  border: 1px solid #dbe3ec;
}

.proof-feature::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 42%;
  height: 96px;
  background: var(--navy);
  clip-path: polygon(22% 0, 100% 0, 100% 100%, 0 100%);
  opacity: 0.92;
  z-index: 0;
}

.proof-feature:nth-child(odd) {
  align-self: stretch;
  width: auto;
}

.proof-feature:nth-child(even) {
  align-self: stretch;
  width: auto;
}

.proof-feature.is-reverse {
  grid-template-rows: 1fr auto;
}

.proof-feature.is-reverse::after {
  right: 0;
  left: auto;
  clip-path: polygon(22% 0, 100% 0, 100% 100%, 0 100%);
}

.feature-copy,
.feature-panel,
.feature-image-panel {
  position: relative;
  z-index: 1;
}

.feature-copy {
  padding: 46px 42px 38px;
}

.feature-label {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
  color: var(--gold);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 800;
}

.feature-slash {
  display: block;
  width: 12px;
  height: 46px;
  background: #090909;
  transform: skewX(-18deg);
}

.feature-label span:not(.feature-slash) {
  font-size: 14px;
  letter-spacing: 0.02em;
}

.feature-label strong {
  color: transparent;
  -webkit-text-stroke: 1px var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(54px, 6vw, 82px);
  line-height: 0.72;
  font-weight: 400;
}

.feature-copy h2 {
  margin: 0 0 18px;
  color: #242b33;
  font-size: clamp(24px, 2.4vw, 32px);
  line-height: 1.48;
}

.feature-copy p {
  max-width: 520px;
  margin: 0;
  color: #303943;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 2.05;
}

.feature-panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  align-content: center;
  min-height: 100%;
  padding: 64px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(8, 37, 75, 0.95), rgba(10, 35, 66, 0.82)),
    radial-gradient(circle at 80% 15%, rgba(169, 128, 61, 0.45), transparent 32%);
}

.proof-feature.is-reverse .feature-panel {
  background:
    linear-gradient(135deg, rgba(169, 128, 61, 0.92), rgba(8, 37, 75, 0.92)),
    radial-gradient(circle at 20% 10%, rgba(255, 255, 255, 0.28), transparent 30%);
}

.feature-image-panel {
  align-self: start;
  height: 270px;
  width: 100%;
  margin: 0;
  min-height: 0;
  overflow: hidden;
  border-radius: 0;
  box-shadow: none;
}

.proof-feature.is-reverse .feature-image-panel {
  margin-right: 0;
  margin-left: 0;
  border-radius: 0;
}

.feature-image-panel img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
}

.feature-image-blank {
  display: grid;
  place-content: center;
  justify-items: center;
  width: 100%;
  height: 100%;
  min-height: 100%;
  background:
    linear-gradient(135deg, rgba(8, 37, 75, 0.05) 25%, transparent 25%) 0 0 / 24px 24px,
    linear-gradient(135deg, transparent 75%, rgba(8, 37, 75, 0.05) 75%) 0 0 / 24px 24px,
    #f7f9fb;
  border: 1px dashed #c7d0dc;
}

.feature-image-blank::before {
  content: "";
  width: 54px;
  height: 43px;
  border: 2px solid #a6b2c2;
  border-radius: 5px;
  background:
    linear-gradient(135deg, transparent 48%, #a6b2c2 49% 53%, transparent 54%) center 22px / 32px 20px no-repeat,
    radial-gradient(circle at 70% 32%, #a6b2c2 0 4px, transparent 5px);
}

.feature-image-blank::after {
  content: "画像プレイスホルダー";
  margin-top: 12px;
  color: #8795a6;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.feature-image-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 37, 75, 0) 42%, rgba(8, 37, 75, 0.82) 100%);
}

.feature-image-panel.is-placeholder::after {
  content: none;
}

.feature-overlay {
  position: absolute;
  right: 28px;
  bottom: 26px;
  z-index: 2;
  display: grid;
  gap: 4px;
  color: #fff;
  text-align: right;
}

.proof-feature.is-reverse .feature-overlay {
  right: auto;
  left: 28px;
  text-align: left;
}

.feature-overlay span,
.feature-overlay strong {
  display: block;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.3;
}

.feature-overlay span {
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  font-weight: 700;
}

.feature-overlay strong {
  font-size: 22px;
  font-weight: 800;
}

.column-section {
  max-width: 1320px;
  margin: 0 auto;
  padding: 96px 20px 116px;
}

.column-heading {
  margin-bottom: 34px;
  text-align: center;
}

.column-heading-rule {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 42px;
  align-items: center;
  max-width: 860px;
  margin: 0 auto 22px;
  color: var(--gold);
}

.column-heading-rule span {
  height: 1px;
  background: currentColor;
}

.column-heading-rule b {
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 34px;
  font-style: italic;
  font-weight: 400;
  line-height: 1;
}

.column-heading h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(36px, 4.5vw, 58px);
  line-height: 1.25;
  letter-spacing: 0.04em;
}

.column-heading-en {
  margin: 10px 0 20px;
  color: var(--gold);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.column-heading-copy {
  margin: 0;
  color: #2f353d;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  font-weight: 700;
}

.column-tabs {
  display: grid;
  grid-template-columns: repeat(6, minmax(120px, 1fr));
  gap: 24px;
  max-width: 1120px;
  margin: 42px auto 42px;
}

.column-tabs a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 10px 24px;
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--ink);
  border-radius: 999px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 15px;
  font-weight: 800;
}

.column-tabs a.is-active {
  color: #fff;
  background: var(--navy);
}

.column-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 42px;
}

.column-card {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  align-items: stretch;
  min-width: 0;
  padding: 18px;
  background: #fff;
  border: 1px solid #e3e7ed;
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(8, 37, 75, 0.08);
}

.column-card img {
  width: 100%;
  height: 100%;
  min-height: 224px;
  object-fit: cover;
  border: 0;
  border-radius: 8px;
}

.column-image-blank {
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  min-height: 224px;
  color: #8795a6;
  background:
    linear-gradient(135deg, rgba(8, 37, 75, 0.05) 25%, transparent 25%) 0 0 / 22px 22px,
    linear-gradient(135deg, transparent 75%, rgba(8, 37, 75, 0.05) 75%) 0 0 / 22px 22px,
    #f7f9fb;
  border: 1px dashed #c7d0dc;
  border-radius: 8px;
}

.column-image-blank::before,
.archive-image-blank::before,
.staff-image-blank::before {
  content: "";
  width: 42px;
  height: 34px;
  border: 2px solid #a6b2c2;
  border-radius: 4px;
  background:
    linear-gradient(135deg, transparent 48%, #a6b2c2 49% 53%, transparent 54%) center 17px / 24px 16px no-repeat,
    radial-gradient(circle at 70% 32%, #a6b2c2 0 3px, transparent 4px);
}

.column-image-blank::after,
.archive-image-blank::after,
.staff-image-blank::after {
  content: "画像プレイスホルダー";
  margin-top: 10px;
  color: #8795a6;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.column-card-body {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 0 4px 6px;
}

.column-meta {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 14px;
  color: #2f353d;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 800;
}

.column-meta span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 104px;
  min-height: 30px;
  padding: 4px 16px;
  color: var(--gold);
  background: #fff;
  border: 1px solid #d6bd8a;
  border-radius: 999px;
}

.column-card h3 {
  margin: 0 0 16px;
  color: var(--ink);
  font-size: 22px;
  line-height: 1.55;
}

.column-card p {
  margin: 0 0 22px;
  color: #2f353d;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.9;
}

.column-card a {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-top: auto;
  color: var(--ink);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 15px;
  font-weight: 800;
}

.column-card a::after {
  content: "";
  width: 9px;
  height: 9px;
  margin-left: 16px;
  border-top: 2px solid var(--gold);
  border-right: 2px solid var(--gold);
  transform: rotate(45deg);
}

.column-action {
  display: flex;
  justify-content: center;
  gap: 46px;
  align-items: center;
  margin-top: 54px;
}

.column-action::before,
.column-action::after {
  content: "";
  width: 42px;
  height: 70px;
  border: 2px solid var(--gold);
  border-top: 0;
  border-right: 0;
  border-radius: 0 0 0 42px;
  opacity: 0.85;
}

.column-action::after {
  border-right: 2px solid var(--gold);
  border-left: 0;
  border-radius: 0 0 42px 0;
}

.column-action a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: min(420px, 100%);
  min-height: 64px;
  padding: 16px 46px;
  color: #fff;
  background: var(--navy);
  border-radius: 999px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 18px;
  font-weight: 800;
}

.column-action a::after {
  content: "";
  width: 11px;
  height: 11px;
  margin-left: 28px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}

.feature-stat {
  display: grid;
  min-height: 160px;
  place-items: center;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  background: rgba(255, 255, 255, 0.08);
  text-align: center;
}

.feature-stat.wide {
  grid-column: 1 / -1;
}

.feature-stat span,
.feature-stat small {
  display: block;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 700;
}

.feature-stat span {
  font-size: 14px;
}

.feature-stat strong {
  display: block;
  margin: 4px 0;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(48px, 6vw, 76px);
  line-height: 1;
}

.feature-stat small {
  color: rgba(255, 255, 255, 0.86);
  font-size: 13px;
}

.feature-tags {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.feature-tags li {
  padding: 8px 13px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.44);
  border-radius: 999px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.proof-card,
.consult-card,
.staff-box,
.clinic-box,
.contact-card,
.map-card {
  background: var(--soft);
  border: 1px solid var(--line);
}

.proof-card,
.consult-card {
  padding: 24px;
}

.proof-card h2,
.consult-card h2 {
  margin: 0 0 16px;
  color: var(--ink);
  font-size: 21px;
  line-height: 1.45;
}

.proof-card img {
  margin-bottom: 18px;
}

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

.proof-card li,
.consult-card li {
  position: relative;
  padding-left: 22px;
  color: #354355;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 13px;
  line-height: 2;
}

.proof-card li::before,
.consult-card li::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 10px;
  height: 6px;
  border-bottom: 2px solid var(--gold);
  border-left: 2px solid var(--gold);
  transform: rotate(-45deg);
}

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

.flow span {
  display: grid;
  min-height: 76px;
  place-items: center;
  padding: 10px;
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--gold);
  border-radius: 50%;
  font-size: 12px;
  line-height: 1.45;
  text-align: center;
}

.faq-section {
  max-width: 1180px;
  margin: 0 auto;
  padding: 96px 20px 110px;
}

.faq-heading {
  margin-bottom: 46px;
  text-align: center;
}

.faq-heading-rule {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 42px;
  align-items: center;
  max-width: 860px;
  margin: 0 auto 18px;
  color: var(--gold);
}

.faq-heading-rule span {
  height: 1px;
  background: currentColor;
}

.faq-heading-rule b {
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 34px;
  font-style: italic;
  font-weight: 400;
  line-height: 1;
}

.faq-heading-body {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  align-items: center;
}

.faq-heading h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(38px, 4.8vw, 60px);
  line-height: 1.25;
  letter-spacing: 0.08em;
}

.faq-heading-en {
  margin: 6px 0 14px;
  color: var(--gold);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.faq-heading-copy {
  margin: 0;
  color: #2f353d;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.9;
}

.faq-laurel {
  justify-self: end;
  width: 58px;
  height: 96px;
  border: 3px solid var(--gold);
  border-top: 0;
  border-right: 0;
  border-radius: 0 0 0 58px;
  opacity: 0.9;
}

.faq-laurel.is-right {
  justify-self: start;
  border-right: 3px solid var(--gold);
  border-left: 0;
  border-radius: 0 0 58px 0;
}

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

.faq-item {
  overflow: hidden;
  background: #fff;
  border: 1px solid #dfe4eb;
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(8, 37, 75, 0.08);
}

.faq-question,
.faq-answer {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr) 36px;
  gap: 24px;
  align-items: center;
  padding: 18px 32px;
}

.faq-question {
  color: var(--ink);
}

.faq-answer {
  grid-template-columns: 64px minmax(0, 1fr) 36px;
  align-items: start;
  border-top: 1px dashed #d8c29a;
  background: #fff;
}

.faq-mark {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  color: #fff;
  background: var(--navy);
  border-radius: 50%;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  font-weight: 700;
}

.faq-answer .faq-mark {
  background: linear-gradient(135deg, #d4b16a, #b88f43);
}

.faq-question h3 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(20px, 2vw, 27px);
  line-height: 1.6;
  letter-spacing: 0.06em;
}

.faq-toggle {
  justify-self: end;
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  line-height: 1;
}

.faq-answer strong {
  display: block;
  margin-bottom: 8px;
  color: #2f353d;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.7;
}

.faq-answer p {
  margin: 0;
  color: #2f353d;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 2;
}

.faq-cta {
  display: grid;
  grid-template-columns: repeat(2, minmax(260px, 1fr));
  gap: 36px;
  max-width: 760px;
  margin: 46px auto 0;
}

.faq-reserve-button,
.faq-line-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 72px;
  padding: 18px 32px;
  color: #fff;
  border-radius: 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 18px;
  font-weight: 800;
}

.faq-reserve-button {
  background: linear-gradient(135deg, #09234b, #123f73);
}

.faq-line-button {
  background: linear-gradient(135deg, #18a533, #27bd3f);
}

.faq-reserve-button::before {
  content: "";
  width: 28px;
  height: 28px;
  margin-right: 18px;
  border: 3px solid currentColor;
  border-top-width: 8px;
  border-radius: 3px;
}

.faq-line-button::before {
  content: "LINE";
  margin-right: 14px;
  padding: 4px 7px;
  color: #20a044;
  background: #fff;
  border-radius: 50%;
  font-size: 11px;
}

.faq-reserve-button::after,
.faq-line-button::after {
  content: "";
  width: 10px;
  height: 10px;
  margin-left: 24px;
  border-top: 2px solid var(--gold);
  border-right: 2px solid var(--gold);
  transform: rotate(45deg);
}

.consult-card {
  background: linear-gradient(180deg, #f7f9fc, #fff);
}

.consult-card .btn {
  width: 100%;
  margin-top: 22px;
}

.staff-clinic {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.25fr);
  gap: 22px;
  padding-top: 0;
}

.staff-box,
.clinic-box {
  padding: 18px;
  background: #fff;
}

.split {
  display: grid;
  grid-template-columns: 0.95fr 1fr;
  gap: 18px;
  align-items: center;
}

.text-link {
  display: inline-flex;
  margin-top: 14px;
  padding: 8px 15px;
  color: var(--ink);
  border: 1px solid var(--line);
  border-radius: 3px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.clinic-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.clinic-gallery img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.contact-band {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.85fr);
  gap: 44px 58px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 96px 20px 104px;
  background: #f1f7fc;
}

.footer-info {
  min-width: 0;
}

.clinic-details {
  margin: 0 0 28px;
}

.clinic-details div {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 22px;
  padding: 11px 0;
  border-bottom: 1px dotted #1b73b7;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.clinic-details dt {
  color: #2f579b;
  font-weight: 800;
}

.clinic-details dd {
  margin: 0;
  color: #3d4652;
  font-weight: 700;
}

.hours-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 3px;
  background: #fff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-align: center;
}

.hours-table th,
.hours-table td {
  padding: 14px 10px;
  background: #fff;
  color: #3d4652;
  font-weight: 700;
}

.hours-table thead th:not(:first-child),
.hours-table tbody th {
  color: #fff;
  background: #2f579b;
}

.hours-table thead th:first-child {
  color: #2f579b;
  background: #fff;
}

.reserve-note {
  margin: 18px 0 0;
  color: #3d4652;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.footer-map img {
  width: 100%;
  height: 360px;
  object-fit: cover;
}

.subpage-main {
  background: #fff;
}

.page-hero {
  position: relative;
  min-height: 420px;
  padding: 96px 20px 86px;
  overflow: hidden;
  background: #eef5fb;
}

.page-hero::before {
  content: "";
  position: absolute;
  inset: 0 0 0 auto;
  width: 46%;
  background: linear-gradient(110deg, rgba(238, 245, 251, 0), rgba(47, 87, 155, 0.14));
  clip-path: polygon(25% 0, 100% 0, 100% 100%, 0 100%);
}

.page-hero-inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.7fr);
  gap: 58px;
  align-items: center;
  max-width: 1180px;
  margin: 0 auto;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 28px;
  color: #526070;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.breadcrumb a {
  color: #2f579b;
}

.page-hero h1 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(44px, 5vw, 72px);
  line-height: 1.15;
  letter-spacing: 0;
}

.page-hero p {
  max-width: 640px;
  margin: 24px 0 0;
  color: #2f3a48;
  font-size: 18px;
  font-weight: 700;
}

.page-hero-visual {
  position: relative;
}

.page-hero-visual::after {
  content: "";
  position: absolute;
  right: -28px;
  bottom: -28px;
  width: 46%;
  height: 42%;
  background: var(--navy);
  clip-path: polygon(28% 0, 100% 0, 72% 100%, 0 100%);
  z-index: 0;
}

.page-hero-visual img {
  position: relative;
  z-index: 1;
  height: 280px;
  object-fit: cover;
  border-radius: 0 0 28px 0;
}

.page-section {
  max-width: 1180px;
  margin: 0 auto;
  padding: 104px 20px;
}

.page-section.soft-band {
  max-width: none;
  background: #f1f7fc;
}

.page-section.soft-band > .section-title,
.page-section.soft-band > .course-list,
.page-section.soft-band > .about-grid,
.page-section.soft-band > .access-layout,
.page-section.soft-band > .column-list-page,
.page-section.soft-band > .simple-list {
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
}

.course-list,
.column-list-page {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px;
}

.course-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 86px 72px;
  padding: 12px 0 8px;
}

.course-service {
  text-align: center;
}

.course-service-icon {
  display: grid;
  place-items: center;
  width: 170px;
  height: 170px;
  margin: 0 auto 30px;
  background: #fff;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 14px 36px rgba(8, 37, 75, 0.05);
}

.course-service-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.course-service-kicker {
  margin: 0 0 10px;
  color: #2f579b;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.course-service h2 {
  margin: 0 0 22px;
  color: #2f579b;
  font-size: 26px;
  line-height: 1.45;
  letter-spacing: 0;
}

.course-service p:not(.course-service-kicker) {
  margin: 0;
  color: #3d4652;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 2.05;
  text-align: left;
}

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

.course-card,
.column-list-card,
.about-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  box-shadow: 0 18px 44px rgba(8, 37, 75, 0.07);
}

.course-card img,
.column-list-card img {
  height: 210px;
  object-fit: cover;
}

.course-card-body,
.column-list-body {
  padding: 26px 26px 30px;
}

.course-card span,
.column-list-card span,
.about-card span {
  display: inline-flex;
  margin-bottom: 12px;
  color: #2f579b;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.course-card h3,
.column-list-card h3,
.about-card h3 {
  margin: 0 0 14px;
  color: var(--ink);
  font-size: 24px;
  line-height: 1.45;
}

.course-card p,
.column-list-card p,
.about-card p,
.profile-copy p,
.access-layout p {
  margin: 0;
  color: #3d4652;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 600;
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.tag-list em {
  padding: 5px 10px;
  color: #2f579b;
  background: #edf5fc;
  border-radius: 999px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
}

.page-cta {
  max-width: 780px;
  margin: 70px auto 0;
  padding: 38px;
  background: #fff;
  border: 1px solid #e2e8f0;
  text-align: center;
}

.page-cta h2 {
  margin: 0 0 14px;
  color: var(--ink);
  font-size: 28px;
}

.page-cta p {
  margin: 0 auto 26px;
  color: #3d4652;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 700;
}

.simple-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 42px;
}

.simple-list a {
  padding: 22px 26px;
  color: var(--ink);
  background: #fff;
  border: 1px solid #e2e8f0;
  font-weight: 800;
}

.profile-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.72fr) minmax(0, 1fr);
  gap: 58px;
  align-items: center;
}

.profile-photo img {
  height: 520px;
  object-fit: cover;
}

.profile-copy h2 {
  margin: 0 0 20px;
  color: var(--ink);
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.35;
}

.profile-copy h3 {
  margin: 30px 0 10px;
  color: var(--ink);
  font-size: 22px;
}

.staff-card .profile-copy h3 {
  margin-top: -8px;
  margin-bottom: 18px;
  color: #2f579b;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.credential-list {
  display: grid;
  gap: 8px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.credential-list li {
  padding-left: 18px;
  color: #3d4652;
  border-left: 4px solid #2f579b;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 700;
}

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

.about-card img {
  height: 230px;
  object-fit: cover;
}

.about-card div {
  padding: 24px;
}

.staff-card {
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(0, 1fr);
  gap: 34px;
  align-items: center;
  padding: 34px;
  background: #fff;
  border: 1px solid #e2e8f0;
}

.staff-card img {
  height: 260px;
  object-fit: cover;
}

.staff-lead {
  max-width: 720px;
  margin: -20px auto 44px;
  color: #3d4652;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
}

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

.staff-profile {
  display: grid;
  grid-template-rows: auto 1fr;
  background: #fff;
  border: 1px solid #e2e8f0;
  box-shadow: 0 18px 44px rgba(8, 37, 75, 0.07);
}

.staff-profile img {
  width: 100%;
  height: 330px;
  object-fit: cover;
  object-position: center top;
}

.staff-profile > div {
  padding: 28px 26px 30px;
}

.staff-profile h3 {
  margin: 0 0 8px;
  color: var(--ink);
  font-size: 28px;
  line-height: 1.35;
}

.staff-profile h4 {
  margin: 0 0 18px;
  color: #2f579b;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.staff-profile p:not(.section-kicker) {
  margin: 0;
  color: #3d4652;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 600;
}

.staff-profile .credential-list {
  margin-top: 22px;
}

.access-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.8fr);
  gap: 48px;
}

.access-layout .footer-map img {
  height: 430px;
}

.column-archive-hero {
  background: linear-gradient(90deg, #fff 0%, #fff 48%, #eef4f9 48%, #eef4f9 100%);
  border-bottom: 1px solid #e2e8f0;
}

.column-archive-hero-inner {
  display: grid;
  grid-template-columns: minmax(360px, 0.86fr) minmax(520px, 1.14fr);
  align-items: stretch;
  max-width: 1380px;
  margin: 0 auto;
}

.column-archive-hero-inner > div {
  display: grid;
  align-content: center;
  min-height: 300px;
  padding: 60px 20px;
}

.column-archive-hero h1 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(36px, 4vw, 54px);
  line-height: 1.25;
  letter-spacing: 0.06em;
}

.archive-en {
  margin: 10px 0 38px;
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.column-archive-hero p:not(.archive-en) {
  margin: 0;
  color: #2f353d;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 2;
}

.column-archive-hero img {
  width: 100%;
  height: 100%;
  min-height: 300px;
  object-fit: cover;
}

.archive-breadcrumb {
  display: flex;
  gap: 16px;
  max-width: 1380px;
  margin: 0 auto;
  padding: 18px 20px;
  color: #667184;
  border-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.archive-breadcrumb span::before {
  content: ">";
  margin-right: 16px;
  color: #9aa4b2;
}

.archive-intro {
  max-width: 980px;
  margin: 0 auto;
  padding: 48px 20px 24px;
  text-align: center;
}

.archive-ornament {
  width: 90px;
  height: 20px;
  margin: 0 auto 18px;
  border-top: 2px solid var(--gold);
  opacity: 0.9;
}

.archive-intro h2 {
  margin: 0 0 12px;
  color: var(--ink);
  font-size: 31px;
  line-height: 1.55;
  letter-spacing: 0.05em;
}

.archive-intro p {
  margin: 0;
  color: #2f353d;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 700;
}

.archive-content {
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 20px 60px;
}

.archive-tabs {
  display: grid;
  grid-template-columns: repeat(7, minmax(100px, 1fr));
  gap: 14px;
  margin-bottom: 34px;
}

.archive-tabs a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--ink);
  border-radius: 999px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 800;
}

.archive-tabs a.is-active {
  color: #fff;
  background: var(--navy);
}

.archive-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 320px);
  gap: 34px;
  align-items: start;
  margin-top: 34px;
}

.archive-feature-card,
.archive-card,
.archive-sidebar {
  background: #fff;
  border: 1px solid #e0e6ee;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(8, 37, 75, 0.06);
}

.archive-feature-card {
  display: grid;
  grid-template-columns: 390px minmax(0, 1fr);
  gap: 28px;
  padding: 16px;
  margin-bottom: 24px;
}

.archive-feature-card > img,
.archive-card > img {
  width: 100%;
  object-fit: cover;
  border-radius: 6px;
}

.archive-feature-card > img {
  height: 214px;
}

.archive-feature-card > div {
  padding: 10px 8px 8px 0;
}

.archive-meta {
  display: flex;
  gap: 18px;
  align-items: center;
  margin-bottom: 14px;
  color: #2f353d;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 13px;
  font-weight: 800;
}

.archive-meta span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 76px;
  min-height: 24px;
  padding: 3px 10px;
  color: #fff;
  background: #b79554;
  font-size: 12px;
}

.archive-feature-card h2,
.archive-card h3 {
  margin: 0 0 12px;
  color: var(--ink);
  line-height: 1.55;
}

.archive-feature-card h2 {
  font-size: 26px;
}

.archive-feature-card p,
.archive-card p {
  margin: 0 0 16px;
  color: #2f353d;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 700;
  line-height: 1.8;
}

.archive-feature-card a,
.archive-card a {
  color: var(--ink);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 800;
}

.archive-feature-card a::after,
.archive-card a::after {
  content: "→";
  margin-left: 10px;
}

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

.archive-card {
  display: grid;
  grid-template-rows: 160px 1fr;
  overflow: hidden;
}

.archive-card > img {
  height: 160px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.archive-image-blank {
  position: relative;
  display: grid;
  place-content: center;
  justify-items: center;
  width: 100%;
  height: 160px;
  background:
    linear-gradient(135deg, rgba(8, 37, 75, 0.05) 25%, transparent 25%) 0 0 / 22px 22px,
    linear-gradient(135deg, transparent 75%, rgba(8, 37, 75, 0.05) 75%) 0 0 / 22px 22px,
    #f7f9fb;
  border: 1px dashed #c7d0dc;
  border-bottom-style: dashed;
}

.archive-image-blank-feature {
  height: 214px;
  border: 1px solid #eef1f5;
  border-radius: 6px;
}

.archive-card-body {
  display: flex;
  flex-direction: column;
  min-height: 238px;
  padding: 14px 16px 18px;
}

.archive-card h3 {
  font-size: 19px;
}

.archive-card p {
  font-size: 13px;
}

.archive-sidebar {
  position: sticky;
  top: 18px;
  display: grid;
  gap: 22px;
  padding: 0;
  border-color: #d6bd8a;
  background: transparent;
  border: 0;
  box-shadow: none;
  overflow: visible;
}

.sidebar-box {
  padding: 22px 20px;
  background: #fff;
  border: 1px solid #e0e6ee;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(8, 37, 75, 0.06);
}

.archive-sidebar h2 {
  margin: 0 0 16px;
  color: var(--ink);
  font-size: 20px;
  line-height: 1.45;
}

.sidebar-category,
.sidebar-recommend {
  display: grid;
  gap: 10px;
}

.sidebar-category a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 42px;
  padding: 9px 12px;
  color: #2f353d;
  background: #f7f9fb;
  border: 1px solid #e2e8f0;
  border-radius: 4px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 13px;
  font-weight: 800;
}

.sidebar-category a::after {
  content: ">";
  color: var(--gold);
  font-weight: 900;
}

.sidebar-category a.is-active {
  color: #fff;
  background: var(--navy);
  border-color: var(--navy);
}

.sidebar-recommend a {
  display: grid;
  gap: 6px;
  padding: 0 0 14px;
  border-bottom: 1px solid #e2e8f0;
}

.sidebar-recommend a:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.sidebar-recommend span {
  color: var(--gold);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 12px;
  font-weight: 800;
}

.sidebar-recommend strong {
  color: var(--ink);
  font-size: 14px;
  line-height: 1.65;
}

.archive-pagination {
  display: flex;
  gap: 22px;
  justify-content: center;
  align-items: center;
  margin-top: 42px;
  color: var(--ink);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 700;
}

.archive-pagination a {
  min-width: 30px;
  padding: 6px 8px;
  text-align: center;
}

.archive-pagination a.is-current {
  color: #fff;
  background: var(--navy);
}

.archive-proof {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(260px, 0.9fr) minmax(180px, 0.52fr);
  gap: 26px;
  align-items: center;
  max-width: 1320px;
  margin: 0 auto 60px;
  padding: 26px 34px;
  border: 1px solid #d6bd8a;
  border-radius: 8px;
}

.archive-proof h2 {
  margin: 0 0 10px;
  color: var(--ink);
  font-size: 28px;
}

.archive-proof p {
  margin: 0;
  color: #2f353d;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 700;
}

.archive-proof-steps img {
  height: 120px;
  object-fit: cover;
  border-radius: 6px;
}

.archive-proof dl {
  display: grid;
  gap: 12px;
  margin: 0;
  padding-left: 20px;
  border-left: 1px solid #d6bd8a;
}

.archive-proof dt,
.archive-proof dd {
  margin: 0;
  color: var(--gold);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 800;
}

.archive-proof dd {
  color: var(--ink);
  font-size: 22px;
}

.treatment-archive {
  background: #fff;
}

.treatment-hero {
  overflow: hidden;
  background: linear-gradient(90deg, #fff 0%, #fff 48%, #f3f6f9 48%, #f3f6f9 100%);
}

.treatment-hero-inner {
  display: grid;
  grid-template-columns: minmax(340px, 0.58fr) minmax(0, 1fr);
  align-items: stretch;
  max-width: 1440px;
  min-height: 320px;
  margin: 0 auto;
}

.treatment-hero-inner > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 68px 64px 64px;
}

.treatment-hero h1 {
  margin: 0 0 12px;
  color: var(--ink);
  font-size: clamp(44px, 4.4vw, 66px);
  font-weight: 500;
  line-height: 1.22;
  letter-spacing: 0.08em;
}

.treatment-hero img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
}

.treatment-intro {
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr) 70px;
  gap: 24px;
  align-items: start;
  max-width: 1060px;
  margin: 0 auto;
  padding: 72px 20px 52px;
  text-align: center;
}

.treatment-intro h2 {
  margin: 0 0 22px;
  color: var(--ink);
  font-size: clamp(27px, 3vw, 38px);
  font-weight: 500;
  line-height: 1.65;
  letter-spacing: 0.14em;
}

.treatment-intro p {
  max-width: 760px;
  margin: 0 auto;
  color: #263241;
  font-size: 16px;
  font-weight: 700;
  line-height: 2.05;
}

.treatment-intro .treatment-flow-grid {
  max-width: 1040px;
  margin: 48px auto 0;
}

.treatment-laurel {
  display: block;
  width: 31px;
  height: 74px;
  margin: 24px auto 0;
  background: url("./assets/olympic-laurel-right.png") center / contain no-repeat;
}

.treatment-laurel.is-right {
  background-image: url("./assets/olympic-laurel-left.png");
}

.treatment-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 28px 72px;
}

.treatment-card {
  display: grid;
  grid-template-columns: minmax(280px, 380px) minmax(0, 1fr);
  align-items: stretch;
  overflow: hidden;
  background: #fff;
  border: 1px solid #d8e0e8;
  border-radius: 8px;
  box-shadow: 0 12px 26px rgba(8, 37, 75, 0.07);
}

.treatment-image {
  position: relative;
  height: 100%;
  min-height: 230px;
  overflow: hidden;
}

.treatment-image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.treatment-icon {
  position: absolute;
  top: 16px;
  left: 16px;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  background: var(--navy);
  border-radius: 50%;
  box-shadow: 0 8px 18px rgba(8, 37, 75, 0.2);
}

.treatment-icon img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.treatment-card-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 230px;
  padding: 34px 38px;
  text-align: left;
}

.treatment-card h2 {
  margin: 0 0 16px;
  color: var(--ink);
  font-size: 25px;
  line-height: 1.45;
  letter-spacing: 0.08em;
}

.treatment-card p {
  margin: 0;
  color: #263241;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.85;
  text-align: left;
}

.treatment-toggle {
  margin-top: 22px;
  border-top: 1px solid #dce4ee;
}

.treatment-toggle summary {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 58px;
  color: var(--ink);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0.06em;
  list-style: none;
  cursor: pointer;
}

.treatment-toggle summary::-webkit-details-marker {
  display: none;
}

.treatment-toggle summary::after {
  content: "+";
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 30px;
  height: 30px;
  color: var(--gold);
  border: 1px solid rgba(184, 146, 80, 0.55);
  border-radius: 50%;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
}

.treatment-toggle[open] summary::after {
  content: "-";
  padding-bottom: 4px;
}

.treatment-toggle-content {
  padding: 6px 0 2px;
}

.treatment-toggle-content h3 {
  display: inline-block;
  margin: 24px 0 12px;
  color: #2b559a;
  font-size: 22px;
  line-height: 1.55;
  letter-spacing: 0.04em;
  border-bottom: 1px dashed currentColor;
}

.treatment-toggle-content h3:first-child {
  margin-top: 8px;
}

.treatment-toggle-content p + p {
  margin-top: 12px;
}

.treatment-card a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-size: 15px;
  font-weight: 800;
}

.treatment-card a::after {
  content: ">";
  color: var(--gold);
  font-size: 18px;
}

.treatment-olympic-band {
  background: radial-gradient(circle at 22% 50%, rgba(47, 87, 155, 0.32), transparent 30%), linear-gradient(90deg, #001b41, #062d5e 58%, #001b41);
}

.treatment-olympic-inner {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 38px;
  align-items: center;
  max-width: 1320px;
  margin: 0 auto;
  padding: 34px 28px;
  color: #fff;
}

.treatment-olympic-inner img {
  width: 150px;
  max-height: 86px;
  object-fit: contain;
  opacity: 0.72;
}

.treatment-olympic-inner h2 {
  margin: 0 0 8px;
  color: var(--gold);
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.12em;
}

.treatment-olympic-inner p {
  margin: 0;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.8;
}

.treatment-flow {
  max-width: 1180px;
  margin: 0 auto;
  padding: 72px 28px 54px;
  text-align: center;
}

.treatment-flow h2 {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 28px;
  align-items: center;
  margin: 0 0 48px;
  color: var(--ink);
  font-size: clamp(26px, 3vw, 36px);
  font-weight: 500;
  letter-spacing: 0.12em;
}

.treatment-flow h2::before,
.treatment-flow h2::after {
  content: "";
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(181, 138, 69, 0.7));
}

.treatment-flow h2::after {
  background: linear-gradient(90deg, rgba(181, 138, 69, 0.7), transparent);
}

.treatment-flow-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid #dfe4eb;
  border-bottom: 1px solid #dfe4eb;
}

.treatment-flow-grid article {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  align-content: start;
  justify-items: center;
  padding: 32px 34px;
  text-align: center;
  border-right: 1px solid #dfe4eb;
}

.treatment-flow-grid article:last-child {
  border-right: 0;
}

.treatment-flow-grid img {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.treatment-flow-grid article > div {
  display: grid;
  gap: 12px;
  justify-items: center;
}

.treatment-flow-grid h3 {
  margin: 0;
  color: var(--ink);
  font-size: 20px;
  line-height: 1.65;
  letter-spacing: 0.04em;
}

.treatment-flow-grid p {
  margin: 0;
  color: #3d4652;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
}

.treatment-cta-band {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1.1fr;
  gap: 18px;
  max-width: 1320px;
  margin: 0 auto 58px;
  padding: 0 28px;
}

.treatment-phone-card,
.treatment-action-card,
.treatment-access-card {
  min-height: 172px;
  background: #fff;
  border: 1px solid #d8e0e8;
  border-radius: 8px;
  box-shadow: 0 12px 24px rgba(8, 37, 75, 0.05);
}

.treatment-phone-card {
  padding: 28px;
}

.treatment-phone-card p,
.treatment-access-card p {
  margin: 0 0 12px;
  color: var(--ink);
  font-size: 16px;
  font-weight: 800;
}

.treatment-phone-card a {
  display: inline-flex;
  margin-bottom: 14px;
  color: #2f579b;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 1;
}

.treatment-phone-card span {
  display: block;
  color: #3d4652;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.7;
}

.treatment-action-card {
  display: grid;
  gap: 12px;
  padding: 18px;
}

.treatment-access-card {
  position: relative;
  overflow: hidden;
  padding: 20px;
}

.treatment-access-card img {
  width: 100%;
  height: 104px;
  object-fit: cover;
  border-radius: 6px;
}

.treatment-access-card span {
  position: absolute;
  right: 32px;
  bottom: 32px;
  display: grid;
  place-items: center;
  width: 76px;
  height: 76px;
  color: #fff;
  background: var(--navy);
  border-radius: 50%;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.45;
  text-align: center;
}

.about-archive {
  background: #fff;
}

.about-archive-hero {
  background: linear-gradient(90deg, #fff 0%, #fff 45%, #eef2f6 45%, #eef2f6 100%);
  border-bottom: 1px solid #e2e8f0;
}

.about-archive-hero-inner {
  display: grid;
  grid-template-columns: minmax(360px, 0.82fr) minmax(520px, 1.18fr);
  align-items: stretch;
  max-width: 1380px;
  margin: 0 auto;
}

.about-archive-hero-inner > div {
  display: grid;
  align-content: center;
  min-height: 300px;
  padding: 60px 20px;
}

.about-archive-hero h1 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(42px, 4.8vw, 64px);
  line-height: 1.25;
  letter-spacing: 0.08em;
}

.about-archive-hero p:not(.archive-en) {
  margin: 0;
  color: #2f353d;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 2;
}

.about-archive-hero img {
  width: 100%;
  height: 100%;
  min-height: 300px;
  object-fit: cover;
}

.about-summary {
  max-width: 980px;
  margin: 0 auto;
  padding: 58px 20px 46px;
  text-align: center;
}

.about-summary h2,
.about-section-title {
  position: relative;
  margin: 0 0 30px;
  color: var(--ink);
  font-size: 34px;
  line-height: 1.55;
  letter-spacing: 0.06em;
  text-align: center;
}

.about-summary h2::after,
.about-section-title::after {
  content: "";
  display: block;
  width: 70px;
  height: 2px;
  margin: 18px auto 0;
  background: var(--gold);
}

.about-summary p {
  margin: 0;
  color: #2f353d;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 700;
  line-height: 2.1;
}

.about-overview {
  display: grid;
  grid-template-columns: minmax(360px, 0.9fr) minmax(480px, 1.1fr);
  gap: 46px;
  align-items: center;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px 64px;
}

.about-overview > img {
  height: 390px;
  object-fit: cover;
}

.about-table {
  width: 100%;
  border-collapse: collapse;
  color: #2f353d;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.about-table tr {
  border-top: 1px solid #cfd6df;
}

.about-table tr:last-child {
  border-bottom: 1px solid #cfd6df;
}

.about-table th,
.about-table td {
  padding: 17px 20px;
  text-align: left;
  vertical-align: top;
  font-size: 15px;
  line-height: 1.8;
}

.about-table th {
  width: 120px;
  color: var(--ink);
  background: #f5f7fa;
  font-weight: 800;
}

.about-staff-section,
.about-gallery-section,
.about-values {
  max-width: 1280px;
  margin: 0 auto;
  padding: 48px 20px;
}

.about-staff-lead {
  margin: -12px 0 30px;
  color: #263241;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
}

.about-staff-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  max-width: 1040px;
  margin: 0 auto;
}

.about-staff-grid article {
  display: grid;
  grid-template-columns: minmax(220px, 300px) minmax(0, 1fr);
  gap: clamp(24px, 4vw, 48px);
  align-items: start;
  padding: clamp(24px, 4vw, 42px);
  background: #fff;
  border: 1px solid #dfe4eb;
  border-radius: 8px;
  box-shadow: 0 16px 34px rgba(8, 37, 75, 0.06);
}

.about-staff-grid img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  object-position: center top;
  border-radius: 6px;
}

.staff-image-blank {
  position: relative;
  display: grid;
  place-content: center;
  justify-items: center;
  width: 100%;
  height: 170px;
  background:
    linear-gradient(135deg, rgba(8, 37, 75, 0.05) 25%, transparent 25%) 0 0 / 22px 22px,
    linear-gradient(135deg, transparent 75%, rgba(8, 37, 75, 0.05) 75%) 0 0 / 22px 22px,
    #f7f9fb;
  border: 1px dashed #c7d0dc;
  border-radius: 6px;
}

.about-staff-grid h3 {
  margin: 0 0 10px;
  color: var(--ink);
  font-size: clamp(28px, 3.2vw, 38px);
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.08em;
}

.staff-role {
  margin: 0 0 8px;
  color: var(--gold);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.about-staff-grid p:not(.staff-role) {
  margin: 0;
  color: #2f353d;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 2;
}

.about-staff-grid h4 {
  margin: 0 0 16px;
  color: var(--ink);
  font-size: 21px;
  line-height: 1.6;
  letter-spacing: 0.06em;
}

.staff-credentials {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.staff-credentials li {
  padding: 7px 12px;
  color: var(--ink);
  background: #f5f7fa;
  border: 1px solid #dfe4eb;
  border-radius: 999px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.3;
}

.staff-credentials li::before {
  display: none;
}

.staff-books {
  margin-top: 28px;
  padding: 22px 24px;
  background: linear-gradient(135deg, #fbfaf7, #fff);
  border: 1px solid rgba(181, 138, 69, 0.32);
  border-radius: 8px;
}

.staff-books h5 {
  margin: 0 0 8px;
  color: var(--ink);
  font-size: 18px;
  letter-spacing: 0.08em;
}

.staff-books p {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.7;
}

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

.staff-book-card {
  display: grid;
  grid-template-rows: 170px auto auto;
  gap: 9px;
  min-width: 0;
  padding: 12px;
  color: var(--ink);
  background: #fff;
  border: 1px solid rgba(181, 138, 69, 0.26);
  border-radius: 8px;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.staff-book-card:hover {
  border-color: rgba(181, 138, 69, 0.58);
  box-shadow: 0 14px 24px rgba(8, 37, 75, 0.1);
  transform: translateY(-3px);
}

.about-staff-grid .staff-book-card img {
  width: 100%;
  height: 170px;
  object-fit: contain;
  object-position: center;
  background: #f7f4ee;
  border-radius: 6px;
}

.staff-book-card span {
  display: block;
  color: var(--ink);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.55;
}

.staff-book-card small {
  color: #6d7480;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.45;
}

@media (max-width: 900px) {
  .staff-book-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 520px) {
  .staff-book-grid {
    grid-template-columns: 1fr;
  }
}

.about-gallery-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.about-gallery-strip figure {
  margin: 0;
  text-align: center;
}

.about-gallery-strip img {
  height: 150px;
  object-fit: cover;
}

.about-gallery-strip figcaption {
  margin-top: 10px;
  color: var(--ink);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 13px;
  font-weight: 800;
}

.about-values-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid #dfe4eb;
  border-bottom: 1px solid #dfe4eb;
}

.about-values-grid article {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 22px;
  padding: 30px 24px;
  border-right: 1px solid #dfe4eb;
}

.about-values-grid article:last-child {
  border-right: 0;
}

.value-icon {
  color: var(--gold);
  font-size: 48px;
  line-height: 1;
}

.about-values-grid h3 {
  margin: 0 0 10px;
  color: var(--ink);
  font-size: 22px;
}

.about-values-grid p {
  margin: 0;
  color: #2f353d;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.9;
}

.about-cta-band {
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(220px, 0.8fr) minmax(250px, 0.95fr) minmax(260px, 0.95fr);
  gap: 18px;
  align-items: stretch;
  max-width: 1280px;
  margin: 16px auto 64px;
  padding: 0 20px;
}

.about-phone-box,
.about-access-box {
  padding: 22px 24px;
  background: #fff;
  border: 1px solid #dfe4eb;
  border-radius: 8px;
}

.about-phone-box span,
.about-access-box strong {
  display: block;
  color: var(--ink);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 13px;
  font-weight: 800;
}

.about-phone-box a {
  display: block;
  margin: 8px 0;
  color: var(--ink);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 32px;
  font-weight: 700;
}

.about-phone-box small,
.about-access-box span {
  color: #2f353d;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.about-reserve-button,
.about-line-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 112px;
  color: #fff;
  border-radius: 8px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 20px;
  font-weight: 800;
}

.about-reserve-button {
  background: var(--navy);
}

.about-line-button {
  background: #18a533;
}

.about-access-box {
  position: relative;
  overflow: hidden;
}

.about-access-box img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 58%;
  height: 100%;
  object-fit: cover;
  opacity: 0.55;
}

.footer-contact-card,
.footer-line-card {
  display: grid;
  place-items: center;
  min-height: 190px;
  padding: 26px;
  background: #fff;
  border-radius: 8px;
  text-align: center;
}

.footer-contact-card {
  grid-column: 1;
}

.footer-line-card {
  grid-column: 2;
}

.footer-contact-card span,
.footer-line-card span {
  color: #2f353d;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 15px;
  font-weight: 800;
}

.big-tel {
  margin: 6px 0;
  color: #2f579b;
  font-size: clamp(42px, 5vw, 64px);
  line-height: 1.05;
  letter-spacing: 0.08em;
}

.footer-contact-card small {
  color: #566170;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.reserve-actions {
  display: grid;
  gap: 12px;
}

.reserve-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: min(440px, 100%);
  min-height: 64px;
  padding: 16px 42px;
  color: #fff;
  background: #2f579b;
  border-radius: 999px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 18px;
  font-weight: 800;
}

.reserve-button::after {
  content: "";
  width: 10px;
  height: 10px;
  margin-left: 34px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}

.footer {
  color: var(--ink);
  background: #fff;
}

.footer-main {
  padding: 88px 20px 70px;
}

.footer-decoration {
  display: none;
  grid-template-columns: 1fr auto 1fr;
  gap: 20px;
  align-items: center;
  max-width: 1400px;
  margin: 0 auto 70px;
  color: var(--gold);
}

.footer-decoration span {
  height: 2px;
  background: currentColor;
}

.footer-decoration b {
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 38px;
  font-style: italic;
  font-weight: 400;
  line-height: 1;
}

.footer-layout {
  display: grid;
  grid-template-columns: minmax(560px, 1.08fr) minmax(380px, 0.92fr);
  gap: 44px;
  max-width: 1380px;
  margin: 0 auto;
}

.footer-clinic {
  grid-row: 1 / span 2;
  padding-right: 0;
  border-right: 0;
}

.footer-nav-area,
.footer-visuals {
  grid-column: 2;
}

.footer-nav-area {
  grid-row: 1;
}

.footer-visuals {
  grid-row: 2;
}

.footer-logo {
  width: 330px;
  max-width: 100%;
  margin-bottom: 52px;
}

.footer-tel {
  display: inline-flex;
  align-items: center;
  margin-bottom: 24px;
  color: var(--ink);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}

.footer-tel::before {
  content: "☎";
  width: 28px;
  margin-right: 12px;
  color: var(--ink);
  font-size: 28px;
  line-height: 1;
}

.footer-details {
  display: grid;
  gap: 12px;
  margin: 0;
  color: #1d2733;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.footer-details div {
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
}

.footer-details div:last-child {
  grid-template-columns: 70px minmax(0, 1fr);
}

.footer-details dt {
  width: auto;
  height: auto;
  color: #2f579b;
  border: 0;
  border-radius: 0;
  position: static;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.8;
}

.footer-details dt::before {
  content: none !important;
}

.footer-details dd {
  margin: 2px 0 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
}

.footer-hours dd span {
  display: block;
}

.footer-closed {
  width: auto !important;
  min-width: 74px;
  height: auto !important;
  padding: 5px 14px;
  color: #fff !important;
  background: #c6a365;
  border: 0 !important;
  border-radius: 4px !important;
  font-size: 14px;
  font-weight: 800;
  text-align: center;
}

.footer-closed::before {
  content: none !important;
}

.footer-schedule {
  margin-top: 30px;
  overflow-x: auto;
}

.footer-schedule table {
  width: 100%;
  min-width: 520px;
  border-collapse: collapse;
  background: #fff;
  border: 1px solid #e2e7ee;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  box-shadow: 0 12px 28px rgba(8, 37, 75, 0.05);
}

.footer-schedule th,
.footer-schedule td {
  padding: 14px 10px;
  border: 4px solid #f3f5f8;
  color: #263242;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
  white-space: nowrap;
}

.footer-schedule thead th:not(:first-child),
.footer-schedule tbody th {
  color: #fff;
  background: #2f579b;
}

.footer-schedule thead th:first-child {
  color: #2f579b;
  background: #fff;
}

.footer-schedule tbody td {
  background: #fff;
  font-size: 18px;
}

.footer-schedule tbody td:has(br) {
  font-size: 13px;
}

.footer-nav-area {
  display: grid;
  align-content: start;
  gap: 24px;
}

.footer-link-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 24px;
}

.footer-link-grid a {
  position: relative;
  padding: 17px 8px 17px 30px;
  border-bottom: 1px dashed #cfd5dd;
  color: var(--ink);
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 18px;
  font-weight: 700;
}

.footer-link-grid a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 4px;
  width: 9px;
  height: 9px;
  border-top: 2px solid var(--gold);
  border-right: 2px solid var(--gold);
  transform: translateY(-50%) rotate(45deg);
}

.footer-cta-row {
  display: grid;
  grid-template-columns: 1fr 1.18fr;
  gap: 16px;
}

.footer-reserve-button,
.footer-line-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 82px;
  padding: 18px 26px;
  color: #fff;
  border-radius: 7px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 20px;
  font-weight: 800;
}

.footer-reserve-button {
  background: linear-gradient(135deg, #09234b, #123f73);
}

.footer-line-button {
  background: linear-gradient(135deg, #18a533, #27bd3f);
}

.footer-reserve-button::before {
  content: "";
  width: 28px;
  height: 28px;
  margin-right: 18px;
  border: 3px solid currentColor;
  border-top-width: 8px;
  border-radius: 3px;
}

.footer-line-button::before {
  content: "LINE";
  margin-right: 14px;
  padding: 4px 7px;
  color: #20a044;
  background: #fff;
  border-radius: 50%;
  font-size: 11px;
}

.footer-reserve-button::after,
.footer-line-button::after {
  content: "";
  width: 10px;
  height: 10px;
  margin-left: 24px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}

.footer-visuals {
  display: grid;
  gap: 0;
}

.footer-map-panel {
  height: 300px;
  overflow: hidden;
  border-radius: 7px;
}

.footer-map-panel {
  position: relative;
  background: #eef2f5;
}

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

.footer-copy {
  padding: 28px 20px;
  color: #fff;
  background: var(--navy);
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

@media (max-width: 1120px) {
  .about-archive-hero-inner,
  .about-overview,
  .about-cta-band {
    grid-template-columns: 1fr;
  }

  .about-staff-grid,
  .about-gallery-strip,
  .about-values-grid {
    grid-template-columns: 1fr;
  }

  .about-values-grid article {
    border-right: 0;
    border-bottom: 1px solid #dfe4eb;
  }

  .about-values-grid article:last-child {
    border-bottom: 0;
  }

  .column-archive-hero-inner,
  .archive-layout,
  .archive-feature-card,
  .archive-proof {
    grid-template-columns: 1fr;
  }

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

  .archive-sidebar {
    position: static;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 180px;
    gap: 20px;
  }

  .archive-sidebar img {
    align-self: end;
  }

  .archive-proof dl {
    padding-left: 0;
    border-left: 0;
  }

  .footer-layout {
    grid-template-columns: 1fr 1fr;
  }

  .footer-clinic {
    grid-row: auto;
    padding-right: 0;
    border-right: 0;
  }

  .footer-nav-area {
    grid-column: auto;
    grid-row: auto;
  }

  .footer-visuals {
    grid-column: 1 / -1;
    grid-row: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .about-archive-hero {
    background: #fff;
  }

  .about-archive-hero-inner > div {
    min-height: 0;
    padding: 44px 18px 30px;
  }

  .about-archive-hero h1 {
    font-size: 38px;
  }

  .about-archive-hero img {
    min-height: 220px;
  }

  .about-summary {
    padding: 42px 18px 32px;
    text-align: left;
  }

  .about-summary h2,
  .about-section-title {
    font-size: 26px;
  }

  .about-overview,
  .about-staff-section,
  .about-gallery-section,
  .about-values {
    padding-right: 18px;
    padding-left: 18px;
  }

  .about-overview > img {
    height: 250px;
  }

  .about-table th,
  .about-table td {
    display: block;
    width: 100%;
    padding: 12px 14px;
  }

  .about-staff-grid article {
    grid-template-columns: 1fr;
  }

  .about-staff-grid img {
    height: 260px;
  }

  .staff-image-blank {
    height: 260px;
  }

  .about-gallery-strip {
    gap: 18px;
  }

  .about-gallery-strip img {
    height: 210px;
  }

  .about-values-grid article {
    grid-template-columns: 1fr;
  }

  .about-cta-band {
    margin-bottom: 44px;
    padding-right: 18px;
    padding-left: 18px;
  }

  .about-reserve-button,
  .about-line-button {
    min-height: 66px;
  }

  .column-archive-hero {
    background: #fff;
  }

  .column-archive-hero-inner > div {
    min-height: 0;
    padding: 44px 18px 30px;
  }

  .column-archive-hero h1 {
    font-size: 34px;
  }

  .column-archive-hero img {
    min-height: 220px;
  }

  .archive-breadcrumb {
    padding: 14px 18px;
    overflow-x: auto;
    white-space: nowrap;
  }

  .archive-intro {
    padding: 38px 18px 22px;
    text-align: left;
  }

  .archive-intro h2 {
    font-size: 24px;
  }

  .archive-content {
    padding: 0 18px 44px;
  }

  .archive-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .archive-card-grid {
    grid-template-columns: 1fr;
  }

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

  .archive-feature-card > img {
    height: 210px;
  }

  .archive-image-blank-feature {
    height: 210px;
  }

  .archive-feature-card h2 {
    font-size: 22px;
  }

  .archive-card-horizontal {
    grid-template-columns: 1fr;
  }

  .archive-card-horizontal > img {
    height: 180px;
  }

  .archive-card-horizontal .archive-image-blank {
    height: 180px;
    min-height: 180px;
    border-right: 0;
    border-bottom: 1px solid #eef1f5;
  }

  .archive-sidebar {
    grid-template-columns: 1fr;
  }

  .archive-sidebar img {
    max-width: 220px;
    margin-left: auto;
  }

  .archive-pagination {
    gap: 10px;
    flex-wrap: wrap;
  }

  .archive-proof {
    margin: 0 18px 44px;
    padding: 22px 18px;
  }

  .archive-proof h2 {
    font-size: 22px;
  }

  .footer-main {
    padding: 56px 18px 44px;
  }

  .footer-decoration {
    gap: 14px;
    margin-bottom: 42px;
  }

  .footer-layout,
  .footer-link-grid,
  .footer-cta-row,
  .footer-visuals {
    grid-template-columns: 1fr;
  }

  .footer-clinic,
  .footer-nav-area,
  .footer-visuals {
    grid-column: auto;
    grid-row: auto;
  }

  .footer-logo {
    width: 280px;
    margin-bottom: 32px;
  }

  .footer-tel {
    font-size: 30px;
  }

  .footer-details dd {
    font-size: 15px;
  }

  .footer-link-grid a {
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 16px;
  }

  .footer-reserve-button,
  .footer-line-button {
    min-height: 66px;
    font-size: 17px;
  }

  .footer-photo,
  .footer-map-panel {
    height: 220px;
  }

  .footer-copy {
    font-size: 15px;
  }
}

@media (max-width: 1020px) {
  .header-main {
    grid-template-columns: minmax(220px, 1fr) auto auto;
    gap: 12px 16px;
  }

  .global-nav {
    order: 3;
    grid-column: 1 / -1;
    justify-content: center;
    gap: 22px;
  }

  .header-contact {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
  }

  .header-actions {
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
  }

  .tel {
    font-size: 21px;
  }

  .btn {
    min-height: 40px;
    padding: 9px 14px;
    font-size: 13px;
  }

  .hero {
    grid-template-columns: 1fr;
    height: auto;
    min-height: 0;
  }

  .hero-copy {
    margin: 0 auto;
    padding: 48px 20px 34px;
  }

  .hero-media {
    grid-template-columns: 1fr 150px;
    height: auto;
    min-height: 0;
  }

  .main-photo {
    height: auto;
    min-height: 360px;
  }

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

  .director-inner {
    grid-template-columns: 1fr;
  }

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

  .menu-grid,
  .proof-section,
  .contact-band {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-info,
  .footer-map {
    grid-column: 1 / -1;
  }

  .consult-card,
  .map-card {
    grid-column: 1 / -1;
  }

  .proof-feature,
  .proof-feature.is-reverse {
    width: 100%;
    min-height: 0;
  }

  .proof-feature.is-reverse .feature-panel {
    order: 2;
  }

  .proof-feature::before {
    top: 0;
  }

  .feature-image-panel,
  .proof-feature.is-reverse .feature-image-panel {
    height: 250px;
    margin: 0;
    border-radius: 0;
  }
}

@media (max-width: 720px) {
  .header-main {
    grid-template-columns: 1fr;
    gap: 12px;
    padding-bottom: 12px;
  }

  .brand {
    justify-self: center;
    width: 230px;
  }

  .header-contact {
    grid-column: 1;
    grid-row: auto;
    justify-self: stretch;
    padding-left: 0;
    border-left: 0;
  }

  .tel {
    justify-content: center;
    font-size: 25px;
  }

  .header-actions {
    grid-column: 1;
    grid-row: auto;
    justify-self: stretch;
    margin-top: 0;
  }

  .header-actions,
  .news-inner,
  .olympic-band,
  .staff-clinic,
  .contact-band {
    grid-template-columns: 1fr;
  }

  .olympic-band strong {
    font-size: 26px;
    white-space: normal;
  }

  .olympic-silhouettes {
    display: none;
  }

  .footer-info,
  .footer-map,
  .footer-contact-card,
  .footer-line-card {
    grid-column: auto;
  }

  .global-nav {
    order: 0;
    grid-column: auto;
    justify-content: center;
    gap: 18px;
    overflow-x: auto;
  }

  .global-nav a {
    padding: 4px 0;
    font-size: 12px;
  }

  .news-inner {
    gap: 16px;
    padding: 52px 16px;
  }

  .news-item {
    grid-template-columns: auto auto;
    gap: 8px 12px;
  }

  .news-item strong {
    grid-column: 1 / -1;
  }

  .news-more-wrap {
    justify-content: center;
    padding-top: 18px;
  }

  .news-more-button {
    width: min(100%, 220px);
    min-height: 48px;
  }

  .news-page-hero {
    min-height: 190px;
    padding: 48px 18px 42px;
  }

  .news-page-hero h1 {
    font-size: 32px;
  }

  .news-archive-inner {
    padding-top: 52px;
    padding-bottom: 64px;
  }

  .hero {
    height: auto;
    min-height: 0;
  }

  .hero-copy {
    padding-top: 38px;
  }

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

  .hero-badges span {
    min-height: 104px;
    padding: 18px 12px;
    border-radius: 999px;
    font-size: 12px;
  }

  .hero-badges b {
    font-size: 13px;
  }

  .hero-media {
    grid-template-columns: 1fr;
    height: auto;
    min-height: 0;
  }

  .main-photo {
    height: auto;
    min-height: 320px;
  }

  .media-stack {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: none;
    padding: 6px;
  }

  .media-stack img {
    aspect-ratio: 1 / 1;
  }

  .section {
    padding: 44px 16px;
  }

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

  .section-title span {
    display: none;
  }

  .director-section {
    background: linear-gradient(160deg, #f4f7fb 0%, #f4f7fb 70%, #fff 70.2%, #fff 100%);
  }

  .director-inner {
    gap: 28px;
    padding: 44px 16px;
  }

  .director-copy h2 {
    font-size: 25px;
  }

  .director-photo::before {
    left: -16px;
    bottom: -16px;
  }

  .reason-grid,
  .menu-grid,
  .proof-section {
    grid-template-columns: 1fr;
  }

  .proof-section,
  .contact-band {
    padding-right: 16px;
    padding-left: 16px;
  }

  .proof-section .proof-card {
    width: 100%;
    align-self: stretch;
  }

  .proof-section {
    gap: 36px;
  }

  .proof-feature {
    min-height: 0;
  }

  .proof-feature::before {
    display: none;
  }

  .proof-feature::after {
    top: auto;
    width: 42%;
    height: 86px;
  }

  .feature-copy,
  .feature-panel {
    padding: 32px 22px;
  }

  .feature-label {
    gap: 12px;
    margin-bottom: 22px;
  }

  .feature-slash {
    width: 12px;
    height: 42px;
  }

  .feature-label span:not(.feature-slash) {
    font-size: 13px;
  }

  .feature-copy h2 {
    margin-bottom: 18px;
    font-size: 24px;
  }

  .feature-copy p {
    font-size: 14px;
    line-height: 1.9;
  }

  .feature-panel {
    grid-template-columns: 1fr;
  }

  .feature-image-panel,
  .proof-feature.is-reverse .feature-image-panel {
    height: 280px;
    margin: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .feature-image-panel img {
    min-height: 280px;
  }

  .feature-overlay {
    right: 20px;
    bottom: 20px;
  }

  .proof-feature.is-reverse .feature-overlay {
    left: 20px;
  }

  .feature-stat {
    min-height: 128px;
  }

  .column-section {
    padding: 56px 16px 64px;
  }

  .column-heading {
    margin-bottom: 24px;
  }

  .column-heading-rule {
    gap: 16px;
    margin-bottom: 16px;
  }

  .column-heading h2 {
    font-size: 32px;
  }

  .column-heading-en {
    font-size: 14px;
  }

  .column-heading-copy {
    font-size: 14px;
    text-align: left;
  }

  .column-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 28px auto;
  }

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

  .column-card {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 14px;
  }

  .column-card img {
    min-height: 210px;
  }

  .column-card h3 {
    font-size: 21px;
  }

  .column-card-body {
    padding: 0 2px 4px;
  }

  .column-meta {
    gap: 12px;
    font-size: 13px;
  }

  .column-action::before,
  .column-action::after {
    display: none;
  }

  .column-action {
    margin-top: 34px;
  }

  .column-action a {
    min-height: 58px;
    padding: 14px 24px;
    font-size: 15px;
  }

  .faq-section {
    padding: 56px 16px 64px;
  }

  .faq-heading-rule {
    gap: 16px;
    margin-bottom: 16px;
  }

  .faq-heading-body {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .faq-laurel {
    display: none;
  }

  .faq-heading h2 {
    font-size: 34px;
  }

  .faq-heading-copy {
    font-size: 14px;
    text-align: left;
  }

  .faq-question,
  .faq-answer {
    grid-template-columns: 46px minmax(0, 1fr) 24px;
    gap: 12px;
    padding: 16px 16px;
  }

  .faq-mark {
    width: 42px;
    height: 42px;
    font-size: 22px;
  }

  .faq-question h3 {
    font-size: 18px;
  }

  .faq-answer strong {
    font-size: 16px;
  }

  .faq-answer p {
    font-size: 14px;
  }

  .faq-toggle {
    font-size: 28px;
  }

  .faq-cta {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 32px;
  }

  .faq-reserve-button,
  .faq-line-button {
    min-height: 62px;
    font-size: 16px;
  }

  .reason-grid article {
    padding: 24px 18px;
  }

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

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

  .reserve-button {
    min-height: 58px;
    font-size: 16px;
  }

  .clinic-details div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .hours-table {
    font-size: 12px;
  }

  .hours-table th,
  .hours-table td {
    padding: 10px 6px;
  }

  .footer-map img {
    height: 240px;
  }

  .big-tel {
    font-size: 36px;
    letter-spacing: 0.03em;
  }
}

@media (max-width: 1020px) {
  .page-hero-inner,
  .profile-layout,
  .staff-card,
  .access-layout {
    grid-template-columns: 1fr;
  }

  .course-list,
  .column-list-page,
  .about-grid,
  .course-service-grid,
  .staff-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .course-service-grid {
    gap: 70px 42px;
  }
}

@media (max-width: 720px) {
  .page-hero {
    min-height: 0;
    padding: 64px 18px 58px;
  }

  .page-hero-inner,
  .course-list,
  .column-list-page,
  .about-grid,
  .simple-list,
  .course-service-grid {
    grid-template-columns: 1fr;
  }

  .page-hero h1 {
    font-size: 40px;
  }

  .page-hero p {
    font-size: 16px;
  }

  .page-hero-visual img,
  .profile-photo img,
  .staff-card img,
  .access-layout .footer-map img {
    height: 300px;
  }

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

  .staff-profile img {
    height: 300px;
  }

  .page-section {
    padding: 72px 18px;
  }

  .course-card img,
  .column-list-card img,
  .about-card img {
    height: 220px;
  }

  .staff-card,
  .page-cta {
    padding: 24px;
  }

  .profile-copy h2 {
    font-size: 30px;
  }

  .course-service-grid {
    gap: 58px;
  }

  .course-service-icon {
    width: 148px;
    height: 148px;
    margin-bottom: 22px;
  }

  .course-service-icon img {
    width: 100%;
    height: 100%;
  }

  .course-service h2 {
    font-size: 24px;
  }

  .course-service p:not(.course-service-kicker) {
    font-size: 15px;
    line-height: 1.9;
  }
}

@media (max-width: 1120px) {
  .treatment-hero-inner,
  .treatment-cta-band {
    grid-template-columns: 1fr;
  }

  .treatment-hero {
    background: #fff;
  }

  .treatment-list {
    grid-template-columns: 1fr;
  }

  .treatment-flow-grid {
    grid-template-columns: 1fr;
  }

  .treatment-flow-grid article {
    border-right: 0;
    border-bottom: 1px solid #dfe4eb;
  }

  .treatment-flow-grid article:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 720px) {
  .treatment-hero-inner > div {
    padding: 44px 18px 30px;
  }

  .treatment-hero h1 {
    font-size: 38px;
  }

  .treatment-hero img {
    min-height: 230px;
  }

  .treatment-intro {
    grid-template-columns: 1fr;
    padding: 44px 18px 34px;
    text-align: left;
  }

  .treatment-laurel {
    display: none;
  }

  .treatment-intro h2 {
    font-size: 25px;
    letter-spacing: 0.06em;
  }

  .treatment-list {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 0 18px 44px;
  }

  .treatment-image {
    height: 220px;
    min-height: 220px;
  }

  .treatment-card {
    grid-template-columns: 1fr;
  }

  .treatment-card-body {
    min-height: 0;
    padding: 26px 22px 30px;
  }

  .treatment-toggle summary {
    font-size: 14px;
  }

  .treatment-toggle-content h3 {
    font-size: 19px;
  }

  .treatment-olympic-inner {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px 18px;
  }

  .treatment-olympic-inner img {
    width: 120px;
  }

  .treatment-olympic-inner h2 {
    font-size: 24px;
  }

  .treatment-olympic-inner p {
    font-size: 15px;
  }

  .treatment-flow {
    padding: 48px 18px 36px;
  }

  .treatment-flow h2 {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-bottom: 28px;
    font-size: 25px;
    text-align: left;
  }

  .treatment-flow h2::before,
  .treatment-flow h2::after {
    display: none;
  }

  .treatment-flow-grid article {
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 16px;
    padding: 22px 16px;
  }

  .treatment-flow-grid img {
    width: 44px;
    height: 44px;
  }

  .treatment-cta-band {
    gap: 14px;
    margin-bottom: 44px;
    padding: 0 18px;
  }

  .treatment-phone-card {
    padding: 22px 18px;
  }

  .treatment-phone-card a {
    font-size: 30px;
  }

  .treatment-action-card {
    padding: 14px;
  }
}

/* Responsive typography tuning */
body {
  font-size: 16px;
}

.hero h1 {
  font-size: 48px;
  line-height: 1.34;
}

.section-title h2 {
  font-size: 29px;
}

.director-copy h2 {
  font-size: 38px;
}

.column-heading h2,
.faq-heading h2 {
  font-size: 48px;
}

.column-card h3 {
  font-size: 23px;
}

.faq-question h3 {
  font-size: 24px;
}

.page-hero h1,
.about-archive-hero h1,
.treatment-hero h1 {
  font-size: 52px;
}

.column-archive-hero h1 {
  font-size: 44px;
}

.archive-intro h2,
.about-summary h2,
.about-section-title,
.treatment-intro h2,
.treatment-flow h2 {
  font-size: 32px;
}

.archive-feature-card h2,
.archive-proof h2 {
  font-size: 25px;
}

.treatment-card h2 {
  font-size: 25px;
}

.treatment-card p {
  font-size: 16px;
}

.treatment-olympic-inner h2 {
  font-size: 28px;
}

.about-staff-grid h3 {
  font-size: 22px;
}

.about-values-grid h3 {
  font-size: 20px;
}

@media (max-width: 1120px) {
  body {
    font-size: 15.5px;
  }

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

  .hero-copy p:not(.eyebrow) {
    font-size: 16px;
  }

  .section-title h2,
  .news-heading h2 {
    font-size: 26px;
  }

  .director-copy h2 {
    font-size: 32px;
  }

  .column-heading h2,
  .faq-heading h2 {
    font-size: 40px;
  }

  .page-hero h1,
  .about-archive-hero h1,
  .treatment-hero h1 {
    font-size: 44px;
  }

  .column-archive-hero h1 {
    font-size: 38px;
  }

  .archive-intro h2,
  .about-summary h2,
  .about-section-title,
  .treatment-intro h2,
  .treatment-flow h2 {
    font-size: 28px;
  }

  .treatment-card h2 {
    font-size: 20px;
  }

  .footer-tel {
    font-size: 32px;
  }
}

@media (max-width: 720px) {
  body {
    font-size: 15px;
    line-height: 1.75;
  }

  .tel {
    font-size: 22px;
  }

  .btn,
  .global-nav a {
    font-size: 13px;
  }

  .hero h1 {
    font-size: 31px;
    line-height: 1.42;
  }

  .hero-copy p:not(.eyebrow),
  .news-item,
  .director-copy p,
  .column-heading-copy,
  .faq-heading-copy {
    font-size: 14px;
  }

  .section-title h2,
  .news-heading h2,
  .director-copy h2 {
    font-size: 24px;
  }

  .reason-grid h3,
  .menu-grid h3 {
    font-size: 15px;
  }

  .feature-copy h2 {
    font-size: 22px;
  }

  .column-heading h2,
  .faq-heading h2 {
    font-size: 30px;
  }

  .column-card h3 {
    font-size: 19px;
  }

  .faq-question h3 {
    font-size: 17px;
  }

  .faq-answer strong,
  .faq-reserve-button,
  .faq-line-button,
  .reserve-button {
    font-size: 15px;
  }

  .page-hero h1,
  .about-archive-hero h1,
  .treatment-hero h1,
  .column-archive-hero h1 {
    font-size: 32px;
    line-height: 1.35;
  }

  .archive-intro h2,
  .about-summary h2,
  .about-section-title,
  .treatment-intro h2,
  .treatment-flow h2 {
    font-size: 23px;
    line-height: 1.55;
  }

  .archive-feature-card h2,
  .archive-proof h2 {
    font-size: 20px;
  }

  .archive-card h3 {
    font-size: 18px;
  }

  .treatment-card h2,
  .treatment-flow-grid h3,
  .about-values-grid h3 {
    font-size: 18px;
  }

  .treatment-card p,
  .treatment-card a,
  .treatment-intro p,
  .treatment-olympic-inner p,
  .about-staff-grid p:not(.staff-role),
  .about-values-grid p {
    font-size: 14px;
  }

  .treatment-olympic-inner h2,
  .about-staff-grid h3 {
    font-size: 21px;
  }

  .treatment-phone-card a,
  .footer-tel {
    font-size: 28px;
  }

  .footer-link-grid a,
  .footer-reserve-button,
  .footer-line-button {
    font-size: 15px;
  }
}

/* Full-screen top hero image */
.hero {
  --hero-height: clamp(680px, calc(100vh - 86px), 900px);
  display: block;
  min-height: var(--hero-height);
  background: #f7f8fb;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 255, 255, 0.82) 38%, rgba(255, 255, 255, 0.18) 68%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
}

.hero-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: min(1180px, calc(100% - 40px));
  min-height: var(--hero-height);
  max-width: none;
  margin: 0 auto;
  padding: 72px 0;
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  min-height: var(--hero-height);
}

.main-photo {
  width: 100%;
  height: 100%;
  min-height: var(--hero-height);
  object-fit: cover;
  object-position: center center;
}

.media-stack {
  display: none;
}

@media (max-width: 1020px) {
  .hero {
    min-height: var(--hero-height);
  }

  .hero-copy {
    width: min(100% - 36px, 760px);
    min-height: var(--hero-height);
    margin: 0 auto;
    padding: 56px 0;
  }

  .hero-media {
    min-height: var(--hero-height);
  }

  .main-photo {
    height: 100%;
    min-height: var(--hero-height);
  }
}

@media (max-width: 720px) {
  .hero {
    --hero-height: clamp(620px, calc(100svh - 150px), 760px);
  }

  .hero::before {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 255, 255, 0.76) 58%, rgba(255, 255, 255, 0.24) 100%);
  }

  .hero-copy {
    width: calc(100% - 32px);
    min-height: var(--hero-height);
    padding: 42px 0;
  }

  .main-photo {
    object-position: 56% center;
  }
}

/* Unified outline buttons */
.news-more-button,
.menu-more,
.director-button,
.column-action a,
.column-card a,
.archive-feature-card a,
.archive-card a,
.treatment-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 290px);
  min-width: 210px;
  min-height: 54px;
  padding: 12px 28px;
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--navy);
  border-radius: 4px;
  box-shadow: none;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.3;
  text-align: center;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.news-more-button::after,
.menu-more::after,
.director-button::after,
.column-action a::after,
.column-card a::after,
.archive-feature-card a::after,
.archive-card a::after,
.treatment-card a::after {
  content: ">";
  margin-left: 16px;
  color: currentColor;
  font-size: 18px;
  line-height: 1;
}

.news-more-button:hover,
.menu-more:hover,
.director-button:hover,
.column-action a:hover,
.column-card a:hover,
.archive-feature-card a:hover,
.archive-card a:hover,
.treatment-card a:hover {
  color: #fff;
  background: var(--navy);
  border-color: var(--navy);
}

.column-action::before,
.column-action::after {
  display: none;
}

/* Top page compact spacing */
#top .news-inner {
  padding-top: 48px;
  padding-bottom: 42px;
}

#top #reason.section {
  padding-top: 46px;
  padding-bottom: 46px;
}

#top #menu.section {
  padding-top: 46px;
}

/* Remove section boundary lines */
.site-header,
.hero,
.news-section,
.news-page-hero,
.director-section,
.treatment-hero,
.treatment-intro,
.treatment-list,
.treatment-olympic-band,
.treatment-flow,
.treatment-cta-band,
.column-archive-hero,
.archive-intro,
.archive-content,
.archive-proof,
.about-archive-hero,
.about-staff-section,
.about-gallery-section,
.about-summary,
.about-overview,
.about-values,
.about-cta-band {
  border-top: 0 !important;
  border-bottom: 0 !important;
}

/* Treatment page image hero */
.treatment-archive > .archive-breadcrumb {
  position: relative;
  z-index: 2;
  max-width: 1180px;
  padding-top: 22px;
  padding-bottom: 22px;
}

.treatment-hero {
  position: relative;
  overflow: hidden;
  background: #0b1420;
}

.treatment-hero-inner {
  position: relative;
  display: grid;
  min-height: clamp(220px, 24vw, 300px);
  max-width: none;
  margin: 0;
}

.treatment-hero-inner::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(4, 11, 20, 0.78) 0%, rgba(4, 11, 20, 0.48) 44%, rgba(4, 11, 20, 0.22) 100%);
  pointer-events: none;
}

.treatment-hero-inner > div {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: min(1180px, calc(100% - 40px));
  min-height: inherit;
  margin: 0 auto;
  padding: 32px 0;
  background: transparent;
}

.treatment-hero h1 {
  margin: 0 0 14px;
  color: #fff;
  font-size: clamp(38px, 4.3vw, 58px);
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.38);
}

.column-archive-hero .treatment-hero-inner > div {
  align-items: flex-start;
}

.column-archive-hero h1 {
  width: max-content;
  max-width: 100%;
  white-space: nowrap;
}

.treatment-hero .archive-en {
  color: #d6b56c;
}

.treatment-hero p:not(.archive-en) {
  max-width: 560px;
  margin: 10px 0 0;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.9;
  text-shadow: 0 3px 14px rgba(0, 0, 0, 0.36);
}

.treatment-hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: 60% center;
}

@media (max-width: 720px) {
  .news-more-button,
  .menu-more,
  .director-button,
  .column-action a,
  .column-card a,
  .archive-feature-card a,
  .archive-card a,
  .treatment-card a {
    width: min(100%, 260px);
    min-width: 0;
    min-height: 50px;
    font-size: 14px;
  }
}

/* Hide LINE icons on inquiry buttons */
.btn.line::before,
.faq-line-button::before,
.footer-line-button::before,
.about-line-button::before,
.footer-line-card::before {
  display: none;
  content: none;
}

/* Reference-style hero */
.hero {
  --hero-height: clamp(620px, calc(100vh - 86px), 820px);
  min-height: var(--hero-height);
  background: #0a2342;
}

.hero::before {
  background: rgba(0, 0, 0, 0.28);
}

.hero::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 210px;
  height: calc(100% - 42%);
  background: var(--navy);
  border-radius: 0;
  opacity: 0.9;
  pointer-events: none;
  animation: heroPanelIn 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.1s both;
}

.hero-copy {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 168px;
  column-gap: clamp(24px, 5vw, 86px);
  align-content: end;
  align-items: end;
  width: min(100%, 1540px);
  max-width: none;
  min-height: var(--hero-height);
  margin: 0 auto;
  padding: 0 clamp(58px, 5vw, 86px) clamp(38px, 4.5vw, 64px);
}

.eyebrow {
  display: none;
}

.hero h1 {
  grid-column: 1;
  width: fit-content;
  max-width: min(820px, 100%);
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.52;
  letter-spacing: 0.04em;
  text-shadow: 0 5px 22px rgba(0, 0, 0, 0.38);
  animation: heroTextIn 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.45s both;
}

.hero-copy p:not(.eyebrow) {
  grid-column: 1;
  width: fit-content;
  max-width: min(820px, 100%);
  margin: 16px 0 0;
  color: #fff;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.95;
  letter-spacing: 0.04em;
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.4);
  animation: heroTextIn 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.75s both;
}

@keyframes heroPanelIn {
  from {
    opacity: 0;
    transform: translateX(-36px);
  }
  to {
    opacity: 0.9;
    transform: translateX(0);
  }
}

@keyframes heroTextIn {
  from {
    opacity: 0;
    transform: translateX(-34px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero::after,
  .hero h1,
  .hero-copy p:not(.eyebrow) {
    animation: none;
  }
}

.hero-badges {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: end;
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  max-width: none;
  margin-left: 0;
  padding-left: 0;
}

.hero-badges span {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 142px;
  min-height: 142px;
  padding: 62px 14px 22px;
  color: #111820;
  background: url("./assets/hero-badge-bg.png") center / contain no-repeat;
  border: 0;
  border-radius: 50%;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.28;
  text-align: center;
  white-space: nowrap;
}

.hero-badges span::before {
  content: "";
  inset: auto;
  top: 28px;
  left: 50%;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 0;
  background: url("./assets/hero-badge-train.png") center / contain no-repeat;
  transform: translateX(-50%);
}

.hero-badges span::after {
  content: none;
}

.hero-badges .is-nail::before {
  top: 24px;
  width: 40px;
  height: 40px;
  background-image: url("./assets/hero-badge-foot.png");
}

.hero-badges b {
  display: block;
  color: inherit;
  font-size: inherit;
  letter-spacing: 0;
}

.hero-badges em {
  display: block;
  font-style: normal;
}

.main-photo {
  filter: none;
  object-position: 58% center;
  transform: scale(1);
  transform-origin: 58% center;
}

.hero-slides {
  position: absolute;
  inset: 0;
  overflow: hidden;
  min-height: var(--hero-height);
}

.hero-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: var(--hero-height);
  object-fit: cover;
  object-position: 58% center;
  opacity: 0;
  animation: heroSlideFade 18s infinite;
}

.hero-slide:nth-child(1) {
  animation-delay: 0s;
}

.hero-slide:nth-child(2) {
  animation-delay: 6s;
}

.hero-slide:nth-child(3) {
  animation-delay: 12s;
}

@keyframes heroSlideFade {
  0% {
    opacity: 0;
  }

  8% {
    opacity: 1;
  }

  33% {
    opacity: 1;
  }

  41% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-slide {
    animation: none;
  }

  .hero-slide:first-child {
    opacity: 1;
  }
}

@media (max-width: 1020px) {
  .hero::after {
    width: 178px;
    height: calc(100% - 112px);
  }

  .hero-copy {
    grid-template-columns: minmax(0, 1fr) 150px;
    width: 100%;
    max-width: none;
    padding: 0 34px 70px;
  }

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

  .hero-copy p:not(.eyebrow) {
    font-size: 24px;
  }
}

@media (max-width: 720px) {
  .hero {
    --hero-height: 720px;
  }

  .hero::before {
    background: rgba(0, 0, 0, 0.45);
  }

  .hero::after {
    width: 126px;
    height: calc(100% - 96px);
  }

  .hero-copy {
    display: block;
    width: auto;
    max-width: calc(100% - 28px);
    padding: 94px 0 40px;
  }

  .hero h1 {
    max-width: 100%;
    font-size: 31px;
    line-height: 1.55;
  }

  .hero-copy p:not(.eyebrow) {
    margin: 24px 0 48px;
    font-size: 17px;
    line-height: 2;
  }

  .hero-badges {
    grid-template-columns: repeat(2, 96px);
    gap: 14px;
    margin-top: 36px;
  }

  .hero-badges span {
    width: 96px;
    min-height: 96px;
    padding: 42px 8px 13px;
    font-size: 14px;
  }

  .hero-badges span::before {
    top: 16px;
    transform: translateX(-50%) scale(0.78);
  }

  .hero-badges .is-nail::before {
    top: 14px;
  }

  .main-photo {
    object-position: 58% center;
  }
}

/* Stable button arrows */
.news-more-button::after,
.menu-more::after,
.director-button::after,
.column-action a::after,
.column-card a::after,
.archive-feature-card a::after,
.archive-card a::after,
.treatment-card a::after,
.reserve-button::after,
.faq-reserve-button::after,
.faq-line-button::after,
.about-reserve-button::after,
.about-line-button::after,
.footer-reserve-button::after,
.footer-line-button::after {
  content: "›";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  margin-left: 16px;
  color: currentColor;
  background: none;
  border: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  transform: none;
}
