:root {
  color-scheme: light;
  --blue: #244a7a;
  --blue-soft: #79b6d8;
  --gold: #b48b3c;
  --gold-deep: #7c5d25;
  --gold-soft: #fff6df;
  --aqua: #dff4f8;
  --aqua-2: #eef9fb;
  --cream: #fffaf1;
  --pink: #f8dbe1;
  --yellow: #fff0a8;
  --ink: #21365b;
  --muted: #6f7891;
  --line: #dce7f2;
  --white: #fff;
  --panel-bg: #fbfdff;
  --shadow: 0 20px 46px rgba(56, 88, 130, 0.14);
  --arch-radius: 999px 999px 34px 34px / 300px 300px 34px 34px;
  --small-arch-radius: 999px 999px 24px 24px / 176px 176px 24px 24px;
  --sign-font: "Montserrat", "Century Gothic", "Avenir Next", "Futura", "Bahnschrift", "Helvetica Neue", sans-serif;
  --panel-font: "TsukuARdGothicStd-M", "Tsukushi A Round Gothic", "Hiragino Maru Gothic ProN", "Yu Gothic", "Hiragino Sans", "Meiryo", sans-serif;
  --aqua-stripe: repeating-linear-gradient(
    90deg,
    #dff4f8 0,
    #dff4f8 18px,
    #cfedf5 18px,
    #cfedf5 36px
  );
  --page-gradient: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.56) 0%,
    rgba(223, 244, 248, 0.08) 22%,
    rgba(207, 237, 245, 0.36) 52%,
    rgba(255, 255, 255, 0.18) 74%,
    rgba(207, 237, 245, 0.42) 100%
  );
  --page-bg: var(--page-gradient), var(--aqua-stripe);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background: var(--page-bg);
  color: var(--ink);
  font-family:
    "Helvetica Neue", "Yu Gothic", "Hiragino Sans", "Meiryo", system-ui,
    sans-serif;
  line-height: 1.8;
  letter-spacing: 0;
}

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

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

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

p,
h1,
h2,
h3,
figure,
dl,
dd {
  margin: 0;
}

.intro-loader {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: grid;
  place-items: center;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.84), rgba(230, 246, 249, 0.58) 54%, rgba(213, 235, 240, 0.34)),
    var(--aqua-stripe);
  color: var(--blue);
  pointer-events: none;
  animation: intro-layer 6300ms cubic-bezier(0.2, 0.72, 0.18, 1) both;
}

.intro-loader p {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 0.44em;
  width: fit-content;
  max-width: min(900px, calc(100% - 56px));
  font-family: var(--panel-font);
  font-size: clamp(1.02rem, 1.5vw, 1.34rem);
  font-weight: 500;
  line-height: 1.85;
  letter-spacing: 0.08em;
  text-align: center;
  white-space: nowrap;
  opacity: 1;
  transform: translateY(14px);
  color: #2c6376;
  text-shadow: 0 12px 34px rgba(45, 95, 116, 0.16);
  animation: intro-copy-rise 700ms cubic-bezier(0.2, 0.72, 0.18, 1) 360ms both;
  will-change: filter, opacity, transform;
}

.intro-loader span {
  display: inline-block;
  overflow: hidden;
  clip-path: inset(0 100% 0 0);
  animation: intro-copy-reveal 1120ms linear both;
  will-change: clip-path;
}

.intro-loader span:first-child {
  animation-delay: 520ms;
}

.intro-loader span:nth-child(2) {
  animation-delay: 2700ms;
}

.site-header {
  position: fixed;
  top: 18px;
  left: 18px;
  z-index: 80;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  width: auto;
  max-width: calc(100% - 36px);
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.48);
  box-shadow:
    inset 0 0 0 1px rgba(89, 143, 169, 0.14),
    0 10px 24px rgba(56, 88, 130, 0.12);
  backdrop-filter: blur(10px);
  transition:
    background 280ms ease,
    border-color 280ms ease,
    box-shadow 280ms ease,
    color 280ms ease;
}

.brand-logo,
.side-logo {
  color: var(--white);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Times New Roman", serif;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.18em;
  text-shadow: 0 2px 14px rgba(33, 54, 91, 0.28);
  text-transform: none;
  transition: color 280ms ease, text-shadow 280ms ease;
}

.brand-logo {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  min-width: 0;
  text-align: center;
}

.brand-logo::before,
.side-logo::before {
  display: none;
  content: none;
}

.logo-icon {
  display: block;
  width: 34px;
  height: 34px;
  margin-bottom: 0;
  box-sizing: border-box;
  padding: 0;
  object-fit: contain;
  filter:
    brightness(0.94)
    saturate(1.28)
    contrast(1.2)
    drop-shadow(0 0 1px rgba(36, 74, 122, 0.48))
    drop-shadow(0 3px 8px rgba(36, 74, 122, 0.2));
  transition:
    filter 280ms ease,
    opacity 280ms ease;
}

.brand-logo span {
  font-size: clamp(0.62rem, 1.1vw, 0.76rem);
}

.brand-logo strong {
  font-size: clamp(1.08rem, 2vw, 1.42rem);
  letter-spacing: 0.22em;
}

.site-header .global-nav {
  display: none;
}

.is-scrolled .site-header {
  border-color: rgba(220, 231, 242, 0.78);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 12px 28px rgba(56, 88, 130, 0.14);
}

.is-scrolled .brand-logo {
  color: var(--blue);
  text-shadow: none;
}

.is-scrolled .brand-logo .logo-icon {
  filter:
    brightness(0.94)
    saturate(1.28)
    contrast(1.2)
    drop-shadow(0 0 1px rgba(36, 74, 122, 0.48))
    drop-shadow(0 3px 8px rgba(36, 74, 122, 0.2));
}

.menu-floating {
  position: fixed;
  top: 18px;
  right: 18px;
  z-index: 82;
  display: grid;
  gap: 6px;
  place-content: center;
  width: 52px;
  height: 52px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.42);
  box-shadow: 0 10px 24px rgba(56, 88, 130, 0.1);
  color: var(--white);
  cursor: pointer;
  backdrop-filter: blur(10px);
  transition:
    background 280ms ease,
    box-shadow 280ms ease,
    color 280ms ease;
}

.menu-floating span {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.is-scrolled .menu-floating,
.is-menu-open .menu-floating {
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 12px 28px rgba(56, 88, 130, 0.14);
  color: var(--blue);
}

.floating-menu {
  position: fixed;
  top: 80px;
  right: 18px;
  z-index: 81;
  display: grid;
  gap: 10px;
  min-width: 190px;
  padding: 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 42px rgba(56, 88, 130, 0.16);
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-8px);
  transition:
    opacity 220ms ease,
    transform 220ms ease;
  backdrop-filter: blur(12px);
}

.is-menu-open .floating-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.floating-menu a {
  padding: 5px 10px;
  border-radius: 999px;
}

.global-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 3vw, 42px);
  color: var(--ink);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.03em;
}

.global-nav a {
  position: relative;
  padding: 4px 0;
}

.global-nav a::after {
  position: absolute;
  right: 0;
  bottom: -4px;
  left: 0;
  height: 2px;
  background: var(--blue-soft);
  transform: scaleX(0);
  transition: transform 180ms ease;
  content: "";
}

.global-nav a:hover::after {
  transform: scaleX(1);
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  min-height: 100svh;
  height: 100svh;
  overflow: hidden;
  background: transparent;
}

.hero-info {
  display: none !important;
  position: absolute;
  top: clamp(32px, 5vw, 64px);
  left: clamp(28px, 5vw, 72px);
  z-index: 3;
  gap: 0;
  padding: 0;
  background: transparent;
  color: var(--blue);
  box-shadow: none;
}

.side-logo {
  display: grid;
  align-self: start;
  justify-items: center;
  gap: 6px;
  text-align: center;
}

.side-logo::before {
  width: 48px;
  height: 48px;
  margin-bottom: 10px;
  font-size: 1.55rem;
}

.side-logo .logo-icon {
  width: 36px;
  height: 36px;
  margin-bottom: 6px;
}

.side-logo span {
  font-size: 0.78rem;
  letter-spacing: 0.28em;
}

.side-logo strong {
  font-size: 1.62rem;
  letter-spacing: 0.24em;
}

.side-logo small {
  margin-top: 10px;
  color: var(--muted);
  font-family: "Helvetica Neue", "Yu Gothic", sans-serif;
  font-size: 0.68rem;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.hero .side-logo {
  color: var(--white);
  text-shadow: 0 2px 18px rgba(33, 54, 91, 0.36);
}

.hero .side-logo::before {
  border-color: rgba(255, 255, 255, 0.72);
  color: var(--white);
}

.hero .side-logo small {
  color: rgba(255, 255, 255, 0.82);
}

.hero .side-logo .logo-icon {
  filter:
    brightness(0.94)
    saturate(1.28)
    contrast(1.2)
    drop-shadow(0 0 1px rgba(36, 74, 122, 0.52))
    drop-shadow(0 3px 12px rgba(36, 74, 122, 0.28));
}

.hero-detail-panel {
  display: grid;
  align-self: center;
  gap: 22px;
  width: 100%;
  min-height: 310px;
  padding: 74px 24px 30px;
  border: 2px solid var(--line);
  border-radius: var(--small-arch-radius);
  background: var(--panel-bg);
  box-shadow: var(--shadow);
}

.hero .hero-detail-panel {
  display: none;
}

.hero-detail-panel,
.hero-news,
.intro-panel,
.feature-panel .feature-grid article,
.menu-panel,
.message-panel,
.news-panel .news-card,
.access-panel {
  font-family: var(--panel-font);
  font-weight: 400;
  letter-spacing: 0.02em;
}

.clinic-meta {
  display: grid;
  gap: 18px;
  color: var(--ink);
  font-size: 0.92rem;
  line-height: 2;
  text-align: left;
}

.clinic-meta p:first-child {
  color: var(--blue);
  font-weight: 900;
}

.hours {
  display: grid;
  gap: 9px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
  font-size: 0.9rem;
  line-height: 1.7;
}

.hours div {
  display: grid;
  grid-template-columns: 5.6em 1fr;
  gap: 14px;
}

.hours dt {
  color: var(--muted);
}

.hours dd {
  color: var(--blue);
  font-weight: 800;
}

.hero-visual {
  position: relative;
  grid-column: 1;
  grid-row: 1;
  min-height: 100svh;
  height: 100%;
  background: transparent;
}

.hero-visual::before,
.hero-visual::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  content: "";
}

.hero-visual::before {
  background:
    linear-gradient(90deg, rgba(45, 36, 27, 0.34), transparent 48%),
    linear-gradient(0deg, rgba(45, 36, 27, 0.24), transparent 44%);
}

.hero-visual::after {
  background: rgba(255, 246, 224, 0.08);
  mix-blend-mode: screen;
}

.hero-visual img {
  height: 100%;
  min-height: 100svh;
  object-fit: cover;
  object-position: center 42%;
  transform-origin: center;
  animation: hero-image-intro 2200ms cubic-bezier(0.2, 0.72, 0.18, 1) both;
  filter: saturate(0.98) brightness(1.02) contrast(1.02);
}

.hero-copy {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  display: block;
  width: min(640px, calc(100% - 48px));
  color: var(--white);
  text-align: center;
  text-shadow: 0 2px 22px rgba(33, 54, 91, 0.48);
  animation: hero-copy-intro 1200ms ease 420ms both;
  transform: translate(-50%, -50%);
}

.vertical-copy {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  color: var(--blue);
  font-size: clamp(1rem, 1.4vw, 1.35rem);
  font-weight: 800;
  line-height: 2;
  letter-spacing: 0.16em;
}

.hero .vertical-copy {
  display: none;
}

.mini-label {
  margin-bottom: 18px;
  color: var(--white);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.hero-copy h1 {
  margin-top: 0;
  font-family: var(--sign-font);
  font-size: clamp(3rem, 5.8vw, 6.25rem);
  font-style: normal;
  font-weight: 600;
  line-height: 1.04;
  letter-spacing: 0.12em;
  text-transform: none;
  transform: none;
}

.lead {
  display: none;
}

.floating-cta {
  position: fixed;
  right: clamp(20px, 4vw, 58px);
  bottom: clamp(76px, 10vh, 120px);
  z-index: 90;
  display: grid;
  grid-template-columns: 54px;
  align-items: center;
  justify-items: center;
  width: 54px;
  gap: 10px;
}

.cta-logo {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.52);
  box-shadow:
    inset 0 0 0 1px rgba(89, 143, 169, 0.16),
    0 10px 24px rgba(56, 88, 130, 0.12);
  backdrop-filter: blur(10px);
  transition:
    background 280ms ease,
    box-shadow 280ms ease,
    transform 180ms ease;
}

.cta-logo .logo-icon {
  width: 43px;
  height: 43px;
  opacity: 0.96;
  filter:
    brightness(0.94)
    saturate(1.3)
    contrast(1.22)
    drop-shadow(0 0 1px rgba(36, 74, 122, 0.5))
    drop-shadow(0 3px 8px rgba(36, 74, 122, 0.22));
}

.floating-hours {
  position: relative;
  display: grid;
  grid-column: auto;
  place-items: center;
  width: 54px;
  height: 54px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.42);
  box-shadow: 0 10px 24px rgba(56, 88, 130, 0.1);
  color: var(--blue);
  font: inherit;
  text-align: center;
  cursor: pointer;
  backdrop-filter: blur(10px);
  transition:
    background 280ms ease,
    box-shadow 280ms ease,
    color 280ms ease,
    transform 180ms ease;
}

.floating-hours::before {
  width: 24px;
  height: 24px;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20viewBox%3D%270%200%2024%2024%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%3E%3Cg%20fill%3D%27none%27%20stroke%3D%27black%27%20stroke-width%3D%272%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%3E%3Ccircle%20cx%3D%2712%27%20cy%3D%2712%27%20r%3D%278.5%27/%3E%3Cpath%20d%3D%27M12%207.5v5l3.2%201.9%27/%3E%3C/g%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg%20viewBox%3D%270%200%2024%2024%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%3E%3Cg%20fill%3D%27none%27%20stroke%3D%27black%27%20stroke-width%3D%272%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%3E%3Ccircle%20cx%3D%2712%27%20cy%3D%2712%27%20r%3D%278.5%27/%3E%3Cpath%20d%3D%27M12%207.5v5l3.2%201.9%27/%3E%3C/g%3E%3C/svg%3E") center / contain no-repeat;
  content: "";
}

.floating-hours::after {
  display: none;
  content: none;
}

.floating-hours p {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.floating-hours dl {
  position: absolute;
  right: calc(100% + 12px);
  top: 50%;
  z-index: 2;
  display: grid;
  gap: 5px;
  min-width: 220px;
  margin: 0;
  padding: 14px 16px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 42px rgba(56, 88, 130, 0.16);
  color: var(--blue);
  font-size: 0.72rem;
  line-height: 1.45;
  opacity: 0;
  pointer-events: none;
  transform: translate(8px, -50%);
  transition:
    opacity 180ms ease,
    transform 180ms ease;
  backdrop-filter: blur(12px);
}

.floating-hours.is-open dl {
  opacity: 1;
  pointer-events: auto;
  transform: translate(0, -50%);
}

.floating-hours div {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.floating-hours dt {
  color: currentColor;
  opacity: 0.72;
  white-space: nowrap;
}

.floating-hours dd {
  color: currentColor;
  font-weight: 800;
  white-space: nowrap;
}

.floating-cta > a:not(.cta-logo) {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  gap: 7px;
  width: 54px;
  height: 54px;
  min-height: 54px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.42);
  box-shadow: 0 10px 24px rgba(56, 88, 130, 0.1);
  color: var(--blue);
  font-size: 0.8rem;
  font-weight: 900;
  line-height: 1.7;
  writing-mode: horizontal-tb;
  backdrop-filter: blur(10px);
  transition:
    background 280ms ease,
    box-shadow 280ms ease,
    color 280ms ease,
    transform 180ms ease;
}

.cta-logo:hover,
.floating-hours:hover,
.floating-hours.is-open,
.floating-cta > a:not(.cta-logo):hover,
.floating-cta > a:not(.cta-logo):focus-visible {
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 14px 32px rgba(56, 88, 130, 0.18);
  transform: translateY(-2px);
}

.floating-cta > .web-reserve-floating:hover,
.floating-cta > .web-reserve-floating:focus-visible {
  color: var(--gold-deep);
}

.is-scrolled .cta-logo,
.is-scrolled .floating-hours,
.is-scrolled .floating-cta > a:not(.cta-logo) {
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 12px 28px rgba(56, 88, 130, 0.14);
  color: var(--blue);
}

.web-reserve-floating {
  grid-column: auto;
  color: var(--gold-deep) !important;
}

.is-scrolled .floating-cta > .web-reserve-floating {
  color: var(--gold-deep) !important;
}

.web-reserve-floating span:last-child {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.access-floating {
  position: relative;
  grid-column: auto;
  align-self: center;
  width: 54px !important;
  min-height: 54px !important;
  padding: 0 !important;
  border-radius: 50% !important;
}

.access-floating::before {
  display: block;
  width: 15px;
  height: 15px;
  border: 2px solid currentColor;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
  content: "";
}

.access-floating::after {
  position: absolute;
  top: 18px;
  left: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: currentColor;
  transform: translateX(-50%);
  content: "";
}

.hero-news {
  position: absolute;
  bottom: clamp(12px, 2vh, 22px);
  left: 50%;
  z-index: 7;
  display: grid;
  grid-template-columns: 118px 120px 1fr;
  align-items: center;
  gap: 30px;
  width: min(880px, calc(100% - 340px));
  min-height: 64px;
  margin: 0;
  padding: 16px clamp(20px, 4vw, 34px);
  border: 2px solid var(--line);
  border-radius: 24px;
  background: rgba(251, 253, 255, 0.92);
  background-image: none;
  box-shadow: var(--shadow);
  transform: translateX(-50%);
  animation: hero-news-intro 1100ms ease 800ms backwards;
  backdrop-filter: blur(12px);
  isolation: isolate;
}

@keyframes hero-image-intro {
  0% {
    filter: saturate(0.92) brightness(0.86) contrast(1.04);
    transform: scale(1.12) translateX(-1.8%);
  }

  100% {
    filter: saturate(0.98) brightness(1.02) contrast(1.02);
    transform: scale(1) translateX(0);
  }
}

@keyframes hero-copy-intro {
  0% {
    opacity: 0;
    transform: translate(-50%, calc(-50% + 18px));
  }

  100% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}

@keyframes hero-news-intro {
  0% {
    opacity: 0;
    transform: translate(-50%, 18px);
  }

  100% {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}

@keyframes hero-news-intro-mobile {
  0% {
    opacity: 0;
    transform: translateY(14px);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes news-card-intro {
  0% {
    opacity: 0;
    transform: translateY(18px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes intro-layer {
  0%,
  78% {
    opacity: 1;
    visibility: visible;
  }

  100% {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes intro-copy-rise {
  0% {
    opacity: 0.36;
    filter: blur(5px);
    transform: translateY(12px);
  }

  100% {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
  }
}

@keyframes intro-copy-reveal {
  0% {
    clip-path: inset(0 100% 0 0);
  }

  100% {
    clip-path: inset(0 0 0 0);
  }
}

@keyframes content-image-intro {
  0% {
    opacity: 0;
    transform: scale(1.08) translateY(18px);
  }

  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

@keyframes content-photo-zoom {
  0% {
    filter: brightness(0.98) contrast(1.01);
    transform: scale(1.12) translateY(22px);
  }

  100% {
    filter: brightness(1) contrast(1);
    transform: scale(1) translateY(0);
  }
}

@keyframes subpage-fade-rise {
  0% {
    opacity: 0;
    transform: translateY(22px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .intro-loader {
    display: none;
  }

  .hero-visual img,
  .hero-copy,
  .hero-news,
  .subpage .subpage-hero,
  .subpage .subpage-content,
  .subpage .site-footer,
  .motion-image.is-visible {
    animation: none;
    opacity: 1;
    transform: none;
  }
}

.hero-news span {
  display: inline-flex;
  justify-content: center;
  padding: 2px 14px;
  border-radius: 4px;
  background: var(--aqua-stripe);
  color: var(--blue);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.intro-skip span:last-child {
  font-size: 0.9rem;
  line-height: 1;
  transform: translateY(-1px);
}

.intro-skip span {
  clip-path: none;
  animation: none;
}

.hero-news time,
.hero-news p {
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.8;
}

.intro-section,
.feature-section,
.menu-section,
.news-section,
.access-section {
  padding: clamp(78px, 10vw, 132px) clamp(22px, 6vw, 88px);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(40px, 1fr) auto minmax(40px, 1fr);
  align-items: center;
  gap: 18px;
  width: min(1040px, 100%);
  margin: 0 auto 46px;
  color: var(--blue);
}

.section-heading span {
  height: 1px;
  background: var(--blue);
}

.section-heading h2 {
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.02em;
}

.intro-section {
  background: transparent;
}

.intro-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(270px, 420px);
  align-items: center;
  column-gap: clamp(28px, 5vw, 72px);
  row-gap: 24px;
  width: min(1040px, 100%);
  margin: 0 auto;
  min-height: 440px;
  padding: clamp(88px, 9vw, 126px) clamp(28px, 5vw, 56px) clamp(34px, 5vw, 62px);
  border: 2px solid var(--line);
  border-radius: 32px;
  background: var(--panel-bg);
  box-shadow: var(--shadow);
}

.side-heading {
  display: grid;
  grid-column: 1;
  align-self: start;
  gap: 12px;
  color: var(--blue);
  writing-mode: horizontal-tb;
}

.side-heading span {
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.18em;
}

.side-heading h2 {
  font-size: clamp(1.75rem, 3vw, 2.55rem);
  font-weight: 400;
  line-height: 1.28;
}

.intro-text {
  display: grid;
  grid-column: 1;
  gap: 24px;
  color: var(--muted);
  font-size: 1rem;
  line-height: 2.08;
}

.intro-text p:first-child {
  color: var(--blue);
  font-size: clamp(1.16rem, 1.8vw, 1.38rem);
  font-weight: 500;
  line-height: 1.92;
}

.intro-text p:not(:first-child) {
  font-size: 0.96rem;
  line-height: 2.12;
}

.intro-panel figure {
  grid-column: 2;
  grid-row: 1 / span 2;
}

.intro-section figure,
.message-section figure,
.access-panel figure {
  overflow: hidden;
  border-radius: 24px;
  box-shadow: var(--shadow);
}

.intro-section img {
  aspect-ratio: 4 / 5;
  height: 100%;
  object-fit: cover;
}

.intro-section figure,
.message-section figure,
.access-map iframe {
  transform-origin: center;
}

.motion-image {
  opacity: 0;
  transform: scale(1.08) translateY(18px);
  will-change: opacity, transform;
}

.motion-image.is-visible {
  animation: content-image-intro 1500ms cubic-bezier(0.2, 0.72, 0.18, 1) both;
}

.intro-section figure.motion-image img,
.message-section figure.motion-image img {
  transform: scale(1.12) translateY(22px);
  transform-origin: center;
  will-change: transform, filter;
}

.intro-section figure.motion-image.is-visible img,
.message-section figure.motion-image.is-visible img {
  animation: content-photo-zoom 1900ms cubic-bezier(0.2, 0.72, 0.18, 1) both;
}

@media (prefers-reduced-motion: reduce) {
  .intro-section figure.motion-image img,
  .message-section figure.motion-image img,
  .intro-section figure.motion-image.is-visible img,
  .message-section figure.motion-image.is-visible img {
    animation: none;
    filter: none;
    transform: none;
  }
}

.feature-section,
.menu-section,
.news-section {
  background: transparent;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  width: min(1040px, 100%);
  margin: 0 auto;
}

.feature-grid article,
.news-card {
  display: grid;
  gap: 14px;
  padding: 26px 22px;
  border: 2px solid var(--line);
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(238, 249, 251, 0.72)),
    var(--aqua-stripe);
  box-shadow: 0 10px 24px rgba(56, 88, 130, 0.06);
}

.feature-grid article:nth-child(2) {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(238, 249, 251, 0.72)),
    var(--aqua-stripe);
}

.feature-grid article:nth-child(3) {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(238, 249, 251, 0.72)),
    var(--aqua-stripe);
}

.feature-grid span {
  color: var(--blue-soft);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.4rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1;
}

.feature-grid h3 {
  color: var(--blue);
  font-size: clamp(1.14rem, 1.35vw, 1.28rem);
  font-weight: 600;
  line-height: 1.55;
}

.feature-grid p,
.menu-list span,
.news-card p,
.access-panel p,
.message-section p {
  color: var(--muted);
  font-size: 0.94rem;
  font-weight: 400;
  line-height: 2.04;
}

.section-lead {
  width: min(760px, 100%);
  margin: -18px auto 46px;
  color: var(--blue);
  font-size: clamp(1.02rem, 1.35vw, 1.16rem);
  font-weight: 500;
  line-height: 1.95;
  text-align: center;
}

.menu-panel,
.access-panel,
.intro-panel,
.message-panel {
  width: min(1040px, 100%);
  margin: 0 auto;
  min-height: 440px;
  padding: clamp(88px, 9vw, 126px) clamp(28px, 5vw, 56px) clamp(34px, 5vw, 62px);
  border: 2px solid var(--line);
  border-radius: var(--arch-radius);
  background: var(--panel-bg);
  box-shadow: var(--shadow);
}

.intro-panel {
  align-items: start;
}

.intro-panel figure {
  align-self: center;
}

.feature-panel,
.news-panel {
  width: min(1040px, 100%);
  margin: 0 auto;
}

.feature-panel .feature-grid,
.news-panel .news-grid {
  width: 100%;
}

.feature-panel .feature-grid {
  gap: 18px;
}

.section-more {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  width: fit-content;
  margin: 28px auto 0;
  padding: 10px 20px 10px 22px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--blue);
  font-family: var(--panel-font);
  font-size: 0.8rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.05em;
  text-decoration: none;
  box-shadow:
    0 12px 24px rgba(56, 88, 130, 0.14),
    0 3px 8px rgba(56, 88, 130, 0.08);
  transition:
    background 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.section-more::after {
  font-size: 1rem;
  line-height: 0.8;
  content: ">";
}

.section-more:hover,
.section-more:focus-visible {
  background:
    linear-gradient(rgba(255, 255, 255, 0.54), rgba(255, 255, 255, 0.54)),
    var(--aqua-stripe);
  box-shadow:
    0 12px 24px rgba(56, 88, 130, 0.14),
    inset 0 0 0 1px rgba(89, 143, 169, 0.2);
  transform: translateX(2px);
}

.message-more-note {
  margin: 12px auto 0;
  color: var(--muted);
  font-family: var(--panel-font);
  font-size: 0.78rem;
  line-height: 1.8;
  letter-spacing: 0.03em;
  text-align: center;
}

.feature-panel .feature-grid article,
.feature-panel .feature-grid article:nth-child(2),
.feature-panel .feature-grid article:nth-child(3),
.news-panel .news-card {
  min-height: 260px;
  padding: 76px 24px 28px;
  border: 2px solid var(--line);
  border-radius: var(--small-arch-radius);
  background: var(--panel-bg);
  box-shadow: var(--shadow);
}

.feature-panel .feature-grid article {
  min-height: 100%;
}

.menu-panel .section-lead {
  margin: 0 auto 38px;
}

.menu-panel .menu-list {
  width: 100%;
}

.menu-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: min(1040px, 100%);
  margin: 0 auto;
  border-top: 1px solid var(--line);
}

.menu-list a {
  --menu-icon: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='%23b48b3c'%20stroke-width='1.8'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Cpath%20d='M7.5%203.8c1.8-1%203.2.2%204.5.2s2.7-1.1%204.5-.2c2.3%201.2%202.2%204.8%201.4%207.3-.7%202.3-1.6%205.2-3.5%205.2-1.2%200-1.6-2.4-2.4-3.5-.5-.7-1.3-.7-1.8%200-.8%201.1-1.2%203.5-2.4%203.5-1.9%200-2.8-2.9-3.5-5.2-.8-2.5-.9-6.1%201.4-7.3z'/%3E%3Ccircle%20cx='9'%20cy='9'%20r='1'/%3E%3C/svg%3E");
  display: grid;
  grid-template-columns: 60px 124px minmax(0, 1fr);
  align-items: start;
  gap: 18px;
  min-height: 104px;
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
  transition:
    background 180ms ease,
    box-shadow 180ms ease;
}

.menu-list a::before {
  grid-column: 1;
  grid-row: 1 / span 2;
  width: 54px;
  height: 54px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background:
    var(--menu-icon) center / 35px 35px no-repeat,
    #fff;
  box-shadow:
    0 12px 24px rgba(56, 88, 130, 0.14),
    0 3px 8px rgba(56, 88, 130, 0.08);
  transition:
    background 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
  content: "";
}

.menu-list a:hover,
.menu-list a:focus-visible {
  background: rgba(255, 246, 223, 0.24);
}

.menu-list a:hover::before,
.menu-list a:focus-visible::before {
  border-color: rgba(180, 139, 60, 0.46);
  background:
    var(--menu-icon) center / 35px 35px no-repeat,
    #fff;
  box-shadow:
    0 12px 24px rgba(56, 88, 130, 0.14),
    0 3px 8px rgba(56, 88, 130, 0.08);
  transform: translateY(-2px);
}

.menu-list a:nth-child(2) {
  --menu-icon: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='%23b48b3c'%20stroke-width='1.8'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Cpath%20d='M8%204c1.6-.8%202.7.2%204%20.2s2.4-1%204-.2c2%201%202%204.4%201.2%206.6-.7%202-1.5%204.4-3%204.4-1%200-1.3-2-2.2-2s-1.2%202-2.2%202c-1.5%200-2.3-2.4-3-4.4C6%208.4%206%205%208%204z'/%3E%3Cpath%20d='M4%2016c2.4-1.4%204.2.6%206.4%200%202-.6%203.2-.6%205.2%200%201.4.4%202.6.2%204.4-.8'/%3E%3Cpath%20d='M5%2019c2.8-1.2%204.8.6%207%200%202.2-.6%204.1.8%207-.4'/%3E%3C/svg%3E");
}

.menu-list a:nth-child(3) {
  --menu-icon: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2024%2024%27%20fill%3D%27none%27%20stroke%3D%27%23b48b3c%27%20stroke-width%3D%271.7%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%3E%3Cpath%20d%3D%27M6.8%204.2c1.2-.7%202.2.1%203.2.1s2-.8%203.2-.1c1.7.9%201.7%203.8%201%205.7-.5%201.6-1.2%203.7-2.4%203.7-.8%200-1-1.8-1.7-2.4-.4-.4-.8-.4-1.2%200-.7.6-.9%202.4-1.7%202.4-1.2%200-1.9-2.1-2.4-3.7-.7-1.9-.7-4.8%201-5.7z%27%2F%3E%3Cg%20transform%3D%27rotate%28-28%2016.2%2013.3%29%27%3E%3Cpath%20d%3D%27M14%208.5c.9-.5%201.6.1%202.3.1s1.5-.6%202.4-.1c1.2.7%201.2%202.8.8%204.2-.4%201.2-.8%202.7-1.7%202.7-.6%200-.8-1.3-1.2-1.8-.3-.3-.6-.3-.9%200-.5.5-.7%201.8-1.2%201.8-.9%200-1.3-1.5-1.7-2.7-.4-1.4-.4-3.5.8-4.2z%27%2F%3E%3C%2Fg%3E%3Cpath%20d%3D%27M12.3%2011.2c1.3.7%202.9.7%204.4-.1%27%2F%3E%3Cpath%20d%3D%27M13.8%2013.4l1.9-1.1%27%2F%3E%3C%2Fsvg%3E");
}

.menu-list a:nth-child(4) {
  --menu-icon: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='%23b48b3c'%20stroke-width='1.8'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Cpath%20d='M12%203l1.6%204.4L18%209l-4.4%201.6L12%2015l-1.6-4.4L6%209l4.4-1.6L12%203z'/%3E%3Cpath%20d='M18.5%2014.5l.8%202.2%202.2.8-2.2.8-.8%202.2-.8-2.2-2.2-.8%202.2-.8.8-2.2z'/%3E%3Cpath%20d='M5.5%2013.5c1.7%202.3%203.8%203.5%206.5%203.5%201.2%200%202.4-.2%203.5-.7'/%3E%3C/svg%3E");
}

.menu-list a:nth-child(5) {
  --menu-icon: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='%23b48b3c'%20stroke-width='1.8'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Cpath%20d='M8%204.5c1.6-.9%202.8.1%204%20.1s2.4-1%204-.1c1.9%201.1%201.9%204.3%201.2%206.4-.6%201.9-1.4%204.4-2.9%204.4-1%200-1.3-2.1-2.3-2.1s-1.3%202.1-2.3%202.1c-1.5%200-2.3-2.5-2.9-4.4-.7-2.1-.7-5.3%201.2-6.4z'/%3E%3Cpath%20d='M12%2019s-3.5-1.9-3.5-4.1c0-1.1.8-1.9%201.8-1.9.7%200%201.3.4%201.7%201%20.4-.6%201-1%201.7-1%201%200%201.8.8%201.8%201.9C15.5%2017.1%2012%2019%2012%2019z'/%3E%3C/svg%3E");
}

.menu-list a:nth-child(6) {
  --menu-icon: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='%23b48b3c'%20stroke-width='1.8'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Cpath%20d='M8%204.4c1.5-.8%202.7.1%204%20.1s2.5-.9%204-.1c1.9%201%201.9%204.3%201.2%206.4-.6%201.9-1.4%204.5-2.9%204.5-1%200-1.3-2.1-2.3-2.1s-1.3%202.1-2.3%202.1c-1.5%200-2.3-2.6-2.9-4.5-.7-2.1-.7-5.4%201.2-6.4z'/%3E%3Cpath%20d='M9.2%209h.1M14.7%209h.1'/%3E%3Cpath%20d='M9.5%2011.4c1.5%201.2%203.5%201.2%205%200'/%3E%3Cpath%20d='M5.5%206.2l-1.2-1.4M18.5%206.2l1.2-1.4'/%3E%3C/svg%3E");
}

.menu-list a:nth-child(3)::before,
.menu-list a:nth-child(5)::before,
.menu-list a:nth-child(6)::before {
  background-size: 40px 40px, cover;
}

.menu-list a:nth-child(3):hover::before,
.menu-list a:nth-child(3):focus-visible::before,
.menu-list a:nth-child(5):hover::before,
.menu-list a:nth-child(5):focus-visible::before,
.menu-list a:nth-child(6):hover::before,
.menu-list a:nth-child(6):focus-visible::before {
  background-size: 40px 40px, cover;
}

.menu-list a:nth-child(7) {
  --menu-icon: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='%23b48b3c'%20stroke-width='1.8'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Cpath%20d='M5%2010c4.5%202.2%209.5%202.2%2014%200'/%3E%3Cpath%20d='M7%208v5M11%209v5M15%209v5M19%208v5'/%3E%3Cpath%20d='M6%2016c3.8%202.6%208.2%202.6%2012%200'/%3E%3Cpath%20d='M7%2013h12'/%3E%3C/svg%3E");
}

.menu-list a:nth-child(odd) {
  padding-right: 30px;
  border-right: 1px solid var(--line);
}

.menu-list a:nth-child(even) {
  padding-left: 30px;
}

.menu-list strong {
  grid-column: 2;
  color: var(--blue);
  font-size: clamp(1.08rem, 1.25vw, 1.18rem);
  font-weight: 600;
  line-height: 1.5;
}

.menu-list span {
  grid-column: 3;
  font-size: 0.9rem;
  line-height: 1.9;
}

.message-section {
  padding: clamp(72px, 9vw, 118px) clamp(22px, 6vw, 88px);
  background: transparent;
}

.message-panel {
  display: grid;
  grid-template-columns: minmax(300px, 0.9fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(34px, 6vw, 80px);
  width: min(1040px, 100%);
  margin: 0 auto;
  min-height: 440px;
  padding: clamp(88px, 9vw, 126px) clamp(28px, 5vw, 56px) clamp(34px, 5vw, 62px);
  border: 2px solid var(--line);
  border-radius: var(--arch-radius);
  background: var(--panel-bg);
  box-shadow: var(--shadow);
}

.message-section img {
  aspect-ratio: 5 / 4;
  object-fit: cover;
}

.message-body {
  display: grid;
  gap: 16px;
  max-width: 680px;
}

.message-body h2,
.access-panel h3 {
  color: var(--blue);
  font-size: clamp(1.6rem, 3vw, 2.6rem);
  font-weight: 400;
  line-height: 1.45;
}

.access-panel h3 {
  width: 100%;
  font-size: clamp(1.25rem, 2vw, 1.72rem);
  line-height: 1.35;
  letter-spacing: 0.01em;
  white-space: nowrap;
}

.message-body p:first-of-type {
  color: var(--blue);
  font-size: clamp(1.02rem, 1.35vw, 1.14rem);
  line-height: 1.95;
}

.message-body p + p {
  margin-top: 2px;
}

.access-panel > div > p:first-of-type {
  color: var(--blue);
  font-size: clamp(1rem, 1.25vw, 1.1rem);
  line-height: 1.9;
}

.access-panel > div > p:nth-of-type(2) {
  color: var(--blue);
  font-size: 1rem;
  font-weight: 400;
}

.access-station {
  font-weight: 400 !important;
}

.news-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  width: min(880px, 100%);
  margin: 0 auto;
}

.news-panel .news-grid {
  gap: 14px;
  width: min(880px, 100%);
}

.news-panel .news-card {
  display: grid;
  grid-template-columns: auto auto minmax(0, 1fr) auto;
  grid-template-rows: auto auto;
  align-items: start;
  gap: 9px 12px;
  min-height: 64px;
  padding: 16px clamp(20px, 4vw, 34px);
  border: 2px solid var(--line);
  border-radius: 24px;
  background: rgba(251, 253, 255, 0.92);
  background-image: none;
  box-shadow: var(--shadow);
  backdrop-filter: blur(12px);
  isolation: isolate;
}

.news-panel .news-card.motion-image {
  opacity: 0;
  transform: translateY(18px);
}

.news-panel .news-card.motion-image.is-visible {
  animation: news-card-intro 900ms ease both;
}

.news-panel .news-card.motion-image.is-visible:nth-child(2) {
  animation-delay: 120ms;
}

.news-panel .news-card.motion-image.is-visible:nth-child(3) {
  animation-delay: 240ms;
}

.news-card::before {
  display: none;
  grid-column: 1;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 2px 14px;
  border-radius: 4px;
  background: var(--aqua-stripe);
  color: var(--blue);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  content: "NEW";
}

.news-card:first-child::before {
  display: inline-flex;
  grid-column: 2;
  grid-row: 1;
  align-self: center;
}

.news-card::after {
  grid-column: 1;
  grid-row: 1;
  align-self: center;
  color: var(--blue);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.95rem;
  font-style: italic;
  line-height: 1;
}

.news-card:first-child::after {
  grid-column: 1;
}

.news-card::after {
  display: none;
}

.news-date {
  grid-column: 1;
  grid-row: 1;
  align-self: center;
  color: var(--blue);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}

.news-panel .news-card p {
  grid-column: 1 / 4;
  grid-row: 2;
  margin: 0;
  font-size: 0.94rem;
  line-height: 1.82;
}

.news-card small {
  display: inline-flex;
  grid-column: 4;
  grid-row: 1 / span 2;
  align-items: center;
  align-self: center;
  gap: 7px;
  width: fit-content;
  padding: 8px 14px;
  border: 1px solid rgba(121, 182, 216, 0.58);
  border-radius: 999px;
  background: rgba(238, 249, 251, 0.88);
  box-shadow:
    0 10px 20px rgba(56, 88, 130, 0.12),
    0 2px 6px rgba(56, 88, 130, 0.08);
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.05em;
  box-shadow: 0 8px 18px rgba(56, 88, 130, 0.08);
  transition:
    background 180ms ease,
    transform 180ms ease;
}

.news-card small::after {
  font-size: 1rem;
  line-height: 0.8;
  content: ">";
}

.news-card:hover small {
  background: var(--aqua-stripe);
  transform: translateX(2px);
}

.access-section {
  background: transparent;
}

.faq-section {
  padding: clamp(78px, 10vw, 132px) clamp(22px, 6vw, 88px);
}

.faq-panel {
  display: grid;
  gap: 18px;
  width: min(1040px, 100%);
  margin: 0 auto;
  padding: clamp(38px, 6vw, 64px);
  border: 2px solid var(--line);
  border-radius: var(--small-arch-radius);
  background: var(--panel-bg);
  box-shadow: var(--shadow);
  font-family: var(--panel-font);
}

.faq-panel article {
  display: grid;
  gap: 8px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(89, 143, 169, 0.18);
}

.faq-panel article:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.faq-panel h3 {
  margin: 0;
  color: var(--blue);
  font-size: clamp(1rem, 1.45vw, 1.14rem);
  font-weight: 800;
  line-height: 1.75;
  letter-spacing: 0.03em;
}

.faq-panel p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 2;
  letter-spacing: 0.02em;
}

.faq-panel--summary {
  justify-items: center;
  text-align: center;
}

.faq-panel--summary article {
  width: min(720px, 100%);
  padding-bottom: 0;
  border-bottom: 0;
}

.faq-page-list {
  display: grid;
  gap: 0;
}

.faq-page-list article {
  display: grid;
  gap: 10px;
  padding: 28px 0;
  border-bottom: 1px solid rgba(89, 143, 169, 0.18);
}

.faq-page-list article:first-child {
  padding-top: 0;
}

.faq-page-list article:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.faq-page-list h2 {
  margin: 0;
  color: var(--blue);
  font-family: var(--panel-font);
  font-size: clamp(1rem, 1.55vw, 1.18rem);
  font-weight: 900;
  line-height: 1.72;
  letter-spacing: 0.03em;
}

.faq-page-list p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9em;
  line-height: 2;
  letter-spacing: 0.02em;
}

.access-panel {
  display: grid;
  grid-template-columns: minmax(300px, 1.05fr) minmax(270px, 0.95fr);
  align-items: center;
  gap: clamp(34px, 6vw, 78px);
  width: min(1040px, 100%);
  margin: 0 auto;
  min-height: 440px;
  padding: clamp(88px, 9vw, 126px) clamp(28px, 5vw, 56px) clamp(34px, 5vw, 62px);
  border: 2px solid var(--line);
  border-radius: var(--arch-radius);
  background: var(--panel-bg);
  box-shadow: var(--shadow);
}

.access-panel img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.access-map {
  min-height: 360px;
  background: var(--aqua-stripe);
}

.access-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 360px;
  border: 0;
  filter: saturate(0.78) brightness(1.04);
}

.access-panel > div {
  display: grid;
  gap: 18px;
}

.tel {
  display: inline-flex;
  align-items: center;
  gap: 0.28em;
  color: var(--blue) !important;
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-size: clamp(2.7rem, 5.2vw, 3.7rem);
  font-weight: 900 !important;
  line-height: 1.25;
  letter-spacing: 0.02em;
}

.access-panel .tel {
  font-size: clamp(2.05rem, 3.8vw, 2.75rem);
}

.tel::before {
  display: inline-block;
  flex: 0 0 auto;
  width: 0.72em;
  height: 0.72em;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20viewBox%3D%270%200%2024%2024%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%3E%3Cpath%20fill%3D%27black%27%20d%3D%27M6.62%2010.79c1.44%202.83%203.76%205.14%206.59%206.59l2.2-2.2c.27-.27.67-.36%201.02-.24%201.12.37%202.33.57%203.57.57.55%200%201%20.45%201%201V20c0%20.55-.45%201-1%201C10.61%2021%203%2013.39%203%204c0-.55.45-1%201-1h3.5c.55%200%201%20.45%201%201%200%201.25.2%202.45.57%203.57.11.35.03.74-.25%201.02l-2.2%202.2Z%27/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg%20viewBox%3D%270%200%2024%2024%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%3E%3Cpath%20fill%3D%27black%27%20d%3D%27M6.62%2010.79c1.44%202.83%203.76%205.14%206.59%206.59l2.2-2.2c.27-.27.67-.36%201.02-.24%201.12.37%202.33.57%203.57.57.55%200%201%20.45%201%201V20c0%20.55-.45%201-1%201C10.61%2021%203%2013.39%203%204c0-.55.45-1%201-1h3.5c.55%200%201%20.45%201%201%200%201.25.2%202.45.57%203.57.11.35.03.74-.25%201.02l-2.2%202.2Z%27/%3E%3C/svg%3E") center / contain no-repeat;
  content: "";
}

.tel-note {
  margin-top: -12px;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.7;
}

.tel-note a {
  color: var(--blue);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.legal-links {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  justify-items: center;
  gap: 12px 28px;
  width: min(1040px, 100%);
  margin: 28px auto 0;
  color: var(--blue);
  font-size: 0.9rem;
  font-weight: 900;
  text-align: center;
}

.legal-links a {
  width: fit-content;
  white-space: nowrap;
}

.reserve-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  width: fit-content;
  justify-self: center;
  min-height: 48px;
  padding: 10px 24px;
  border: 1px solid rgba(180, 139, 60, 0.5);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow:
    0 14px 28px rgba(124, 93, 37, 0.18),
    0 3px 8px rgba(56, 88, 130, 0.08);
  color: var(--gold-deep);
  font-weight: 900;
  transition:
    background 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.reserve-button:hover,
.reserve-button:focus-visible {
  background: var(--gold-soft);
  box-shadow: 0 14px 28px rgba(124, 93, 37, 0.18);
  transform: translateY(-2px);
}

.reserve-icon {
  position: relative;
  display: inline-block;
  flex: 0 0 auto;
  width: 1.32em;
  height: 1.32em;
  border: 2px solid currentColor;
  border-radius: 4px;
  background: linear-gradient(currentColor, currentColor) 0 0.34em / 100% 2px no-repeat;
}

.reserve-icon::before {
  position: absolute;
  top: -0.2em;
  left: 0.28em;
  width: 0.14em;
  height: 0.38em;
  border-radius: 999px;
  background: currentColor;
  box-shadow: 0.58em 0 0 currentColor;
  content: "";
}

.reserve-icon::after {
  position: absolute;
  top: 0.5em;
  left: 0.34em;
  width: 0.5em;
  height: 0.28em;
  border-bottom: 2px solid currentColor;
  border-left: 2px solid currentColor;
  transform: rotate(-45deg);
  content: "";
}

.web-reserve-floating .reserve-icon {
  font-size: 1.08rem;
}

.site-footer {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 16px;
  padding: 28px clamp(24px, 6vw, 72px);
  background: transparent;
  color: var(--blue);
  font-size: 0.9rem;
  font-weight: 900;
  text-align: center;
}

.site-footer a {
  position: absolute;
  right: clamp(24px, 6vw, 72px);
  top: 50%;
  transform: translateY(-50%);
}

.access-social {
  display: flex;
  justify-content: center;
  margin: clamp(18px, 3vw, 28px) 0 0;
}

.instagram-link {
  position: static;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  width: fit-content;
  margin: 0 auto;
  padding: 9px 16px;
  border: 1px solid rgba(214, 143, 162, 0.48);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  color: #9a5366;
  font-family: var(--panel-font);
  font-size: 0.82rem;
  letter-spacing: 0.02em;
  text-decoration: none;
  box-shadow: 0 12px 26px rgba(154, 83, 102, 0.12);
  transform: none;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.instagram-link:hover,
.instagram-link:focus-visible {
  border-color: rgba(214, 143, 162, 0.54);
  background: rgba(255, 236, 241, 0.9);
  box-shadow: 0 16px 30px rgba(154, 83, 102, 0.17);
  transform: translateY(-2px);
}

.instagram-contact-button {
  margin-top: clamp(18px, 3vw, 28px);
}

.instagram-icon {
  position: relative;
  width: 20px;
  height: 20px;
  border: 2px solid currentColor;
  border-radius: 6px;
  flex: 0 0 auto;
}

.instagram-icon::before {
  position: absolute;
  inset: 4px;
  border: 2px solid currentColor;
  border-radius: 50%;
  content: "";
}

.instagram-icon::after {
  position: absolute;
  top: 3px;
  right: 3px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: currentColor;
  content: "";
}

@media (max-width: 960px) {
  .site-header {
    top: 12px;
    left: 12px;
    display: inline-flex;
    justify-items: start;
    max-width: calc(100% - 24px);
    padding: 0;
  }

  .brand-logo {
    width: 46px;
    height: 46px;
  }

  .brand-logo .logo-icon {
    width: 30px;
    height: 30px;
  }

  .menu-floating {
    top: 12px;
    right: 12px;
    width: 46px;
    height: 46px;
  }

  .floating-menu {
    top: 66px;
    right: 12px;
  }

  .global-nav {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    min-height: 100svh;
    height: 100svh;
  }

  .hero-info {
    position: absolute;
    top: 28px;
    left: 24px;
    order: initial;
    grid-template-rows: none;
    gap: 0;
    padding: 0;
  }

  .hero-detail-panel {
    max-width: 520px;
    min-height: 280px;
    padding: 68px 22px 28px;
  }

  .side-logo,
  .clinic-meta {
    justify-items: start;
    text-align: left;
  }

  .hero-visual {
    grid-column: 1;
    grid-row: 1;
    height: 100%;
    min-height: 100svh;
  }

  .hero-visual img {
    min-height: 100svh;
  }

  .hero-copy {
    top: 50%;
    right: auto;
    left: 50%;
    width: min(560px, calc(100% - 42px));
    color: var(--white);
    text-align: center;
    text-shadow: 0 2px 18px rgba(33, 54, 91, 0.45);
    transform: translate(-50%, -50%);
  }

  .hero-copy h1 {
    margin-top: 0;
  }

  .vertical-copy,
  .hero-copy .mini-label,
  .lead {
    color: var(--white);
  }

  .floating-cta {
    position: fixed;
    right: 18px;
    bottom: clamp(24px, 6vh, 70px);
    order: initial;
    padding: 0;
    background: transparent;
  }

  .hero-news {
    right: 100px;
    bottom: 18px;
    left: 24px;
    width: auto;
    margin: 0;
    transform: none;
    animation-name: hero-news-intro-mobile;
  }

  .floating-cta > a:not(.cta-logo) {
    width: 100%;
    min-height: 44px;
    padding: 10px 16px;
    border-radius: 999px;
    writing-mode: horizontal-tb;
  }

  .intro-panel,
  .message-panel,
  .access-panel {
    grid-template-columns: 1fr;
  }

  .intro-panel figure {
    grid-column: auto;
    grid-row: auto;
  }

  .side-heading {
    writing-mode: horizontal-tb;
  }

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

  .legal-links {
    grid-template-columns: repeat(2, max-content);
    justify-content: center;
    gap: 10px 18px;
    width: min(520px, 100%);
  }

  .news-panel .news-card {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    align-items: start;
    gap: 8px;
  }

  .news-card::before,
  .news-card::after,
  .news-panel .news-card p,
  .news-card small {
    grid-column: 1;
  }

  .news-panel .news-card:first-child {
    grid-template-columns: auto auto 1fr;
  }

  .news-card:first-child::before {
    grid-column: 2;
    grid-row: 1;
  }

  .news-card:first-child::after {
    grid-column: 1;
    grid-row: 1;
  }

  .news-card::after {
    grid-row: 1;
  }

  .news-panel .news-card p {
    grid-row: 2;
  }

  .news-card small {
    grid-row: 3;
    align-self: start;
  }

  .news-panel .news-card:first-child p,
  .news-panel .news-card:first-child small {
    grid-column: 1 / -1;
  }

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

  .menu-list a,
  .menu-list a:nth-child(odd),
  .menu-list a:nth-child(even) {
    grid-template-columns: 60px 128px minmax(0, 1fr);
    padding: 24px 0;
    border-right: 0;
  }
}

@media (max-width: 620px) {
  .intro-loader p {
    display: grid;
    justify-items: center;
    gap: 4px;
    width: fit-content;
    max-width: min(350px, calc(100% - 32px));
    font-size: 0.93rem;
    line-height: 1.78;
    letter-spacing: 0.04em;
    white-space: normal;
  }

  .intro-loader span {
    white-space: nowrap;
  }

  .brand-logo span {
    font-size: 0.58rem;
  }

  .brand-logo strong {
    font-size: 0.98rem;
  }

  .global-nav {
    font-size: 0.74rem;
  }

  .hero-copy {
    display: grid;
    gap: 12px;
  }

  .vertical-copy {
    writing-mode: horizontal-tb;
    font-size: 0.82rem;
    letter-spacing: 0;
  }

  .hero-copy h1 {
    margin-top: 0;
    font-size: 2.72rem;
  }

  .hero-copy .mini-label,
  .lead {
    font-size: 0.78rem;
    line-height: 1.65;
  }

  .section-heading h2 {
    font-size: 1.54rem;
  }

  .side-heading span {
    font-size: 0.68rem;
  }

  .side-heading h2 {
    font-size: 1.48rem;
    line-height: 1.34;
  }

  .intro-text p:first-child,
  .message-body p:first-of-type,
  .access-panel > div > p:first-of-type {
    font-size: 0.9rem;
    line-height: 1.78;
  }

  .intro-text p:not(:first-child),
  .message-section p,
  .access-panel p,
  .news-card p,
  .faq-panel p {
    font-size: 0.78rem;
    line-height: 1.82;
  }

  .access-panel .tel {
    font-size: clamp(1.62rem, 6.3vw, 2rem);
    line-height: 1.22;
  }

  .message-body h2,
  .access-panel h3 {
    font-size: 1.18rem;
  }

  .access-panel h3 {
    font-size: 1.14rem;
    white-space: normal;
  }

  .menu-list strong,
  .faq-panel h3 {
    font-size: 0.94rem;
  }

  .menu-list span {
    font-size: 0.76rem;
    line-height: 1.78;
  }

  .news-card small {
    font-size: 0.68rem;
  }

  .hero-news {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .hero-news span {
    width: fit-content;
  }

  .floating-cta {
    right: 10px;
    bottom: 10px;
    left: 10px;
    display: grid;
    grid-template-columns: minmax(96px, 1fr) minmax(96px, 1fr) 36px;
    width: auto;
    align-items: center;
    gap: 5px;
    padding: 0;
  }

  .cta-logo {
    display: none;
  }

  .cta-logo .logo-icon {
    width: 31px;
    height: 31px;
  }

  .floating-hours {
    position: relative;
    grid-column: auto;
    min-width: 0;
    width: 100%;
    height: auto;
    min-height: 34px;
    padding: 7px 17px 7px 8px;
    border-radius: 12px;
    display: grid;
    place-items: center;
  }

  .floating-hours::before {
    display: none;
  }

  .floating-hours::after {
    display: block;
    position: absolute;
    top: 50%;
    left: auto;
    right: 8px;
    width: 5px;
    height: 5px;
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    background: transparent;
    transform: translateY(-65%) rotate(45deg);
    content: "";
  }

  .floating-hours.is-open::after {
    transform: translateY(-35%) rotate(225deg);
  }

  .floating-hours p {
    position: static;
    display: block;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
    font-size: 0.68rem;
  }

  .floating-hours dl {
    display: none;
  }

  .floating-hours.is-open dl {
    position: absolute;
    top: auto;
    right: 0;
    bottom: calc(100% + 8px);
    left: 0;
    z-index: 2;
    display: grid;
    gap: 5px;
    min-width: 210px;
    padding: 10px 12px;
    border: 0;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 18px 42px rgba(56, 88, 130, 0.16);
    color: var(--blue);
    font-size: 0.68rem;
    line-height: 1.45;
    opacity: 1;
    pointer-events: auto;
    transform: none;
    backdrop-filter: blur(12px);
  }

  .floating-hours.is-open div {
    display: flex;
    justify-content: space-between;
    gap: 10px;
  }

  .floating-cta > a:not(.cta-logo) {
    min-width: 0;
    width: auto;
    height: auto;
    min-height: 34px;
    padding: 7px 8px;
    border-radius: 999px;
    font-size: 0.7rem;
    writing-mode: horizontal-tb;
  }

  .web-reserve-floating {
    grid-column: auto;
    justify-self: stretch;
    width: 100% !important;
    min-width: 0;
    height: 34px !important;
    gap: 4px !important;
    color: var(--gold-deep) !important;
    white-space: nowrap;
  }

  .is-scrolled .floating-cta > .web-reserve-floating {
    color: var(--gold-deep) !important;
  }

  .web-reserve-floating span:last-child {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: nowrap;
    line-height: 1;
  }

  .web-reserve-floating .reserve-icon {
    font-size: 0.78rem;
  }

  .floating-cta .access-floating {
    grid-column: auto;
    width: 36px !important;
    min-height: 34px !important;
    justify-self: end;
  }

  .access-floating::before {
    width: 11px;
    height: 11px;
  }

  .access-floating::after {
    top: 11px;
  }

  .hero-news {
    right: 14px;
    bottom: 60px;
    left: 14px;
    width: auto;
    transform: none;
  }

  .access-map,
  .access-map iframe {
    min-height: 300px;
  }

  .intro-section,
  .feature-section,
  .menu-section,
  .news-section,
  .access-section {
    padding: 64px 18px;
  }

  .intro-panel,
  .menu-panel,
  .message-panel,
  .access-panel {
    min-height: 340px;
    padding: 76px 20px 28px;
    border-radius: var(--small-arch-radius);
  }

  .legal-links {
    grid-template-columns: repeat(2, max-content);
    justify-content: center;
    gap: 10px 12px;
    width: 100%;
    font-size: 0.84rem;
  }

  .legal-links a {
    display: inline-block;
    width: fit-content;
    padding: 0 2px;
    border: 0;
    border-radius: 0;
    background: transparent;
    line-height: 1.7;
    white-space: nowrap;
  }

  .legal-links a[href="privacy.html"] {
    grid-column: auto;
    justify-self: center;
    width: auto;
    font-size: 0.84rem;
    word-break: keep-all;
    overflow-wrap: normal;
  }

  .menu-list a,
  .menu-list a:nth-child(odd),
  .menu-list a:nth-child(even) {
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 6px 12px;
  }

  .menu-list a::before {
    grid-row: 1 / span 2;
    width: 48px;
    height: 48px;
    background-size: 31px 31px, cover;
  }

  .menu-list a:nth-child(3)::before,
  .menu-list a:nth-child(5)::before,
  .menu-list a:nth-child(6)::before {
    background-size: 35px 35px, cover;
  }

  .menu-list strong,
  .menu-list span {
    grid-column: 2;
  }

  .message-section {
    padding: 64px 18px;
  }

  .site-footer {
    display: grid;
    padding: 24px 18px 72px;
    font-size: 0.78rem;
  }

  .site-footer a {
    position: static;
    transform: none;
  }
}

.subpage {
  min-height: 100vh;
}

.subpage .subpage-hero,
.subpage .subpage-content,
.subpage .site-footer {
  opacity: 0;
  animation: subpage-fade-rise 1200ms cubic-bezier(0.2, 0.72, 0.18, 1) both;
}

.subpage .subpage-content {
  animation-delay: 160ms;
}

.subpage .site-footer {
  animation-delay: 280ms;
}

.subpage .menu-floating,
.subpage .floating-cta > a:not(.cta-logo),
.subpage .floating-hours,
.subpage .cta-logo {
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 12px 28px rgba(56, 88, 130, 0.14);
  color: var(--blue);
}

.subpage .floating-cta > .web-reserve-floating {
  color: var(--gold-deep) !important;
}

.subpage-hero {
  display: grid;
  justify-items: center;
  gap: 22px;
  padding: clamp(116px, 16vw, 170px) clamp(22px, 6vw, 88px) clamp(52px, 8vw, 82px);
}

.subpage-logo {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--blue);
  font-family: var(--panel-font);
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-decoration: none;
}

.subpage-logo .logo-icon {
  width: 23px;
  height: 23px;
  object-fit: contain;
}

.subpage-hero .section-heading {
  width: min(760px, 100%);
  margin: 0;
}

.subpage-hero .section-heading h1 {
  margin: 0;
  color: var(--blue);
  font-size: clamp(1.85rem, 4vw, 3rem);
  font-weight: 900;
  letter-spacing: 0.12em;
}

.subpage-hero > p {
  margin: 0;
  color: var(--muted);
  font-family: var(--panel-font);
  font-size: clamp(0.98rem, 1.4vw, 1.1rem);
  line-height: 1.9;
  text-align: center;
  overflow-wrap: anywhere;
}

.subpage-content {
  padding: 0 clamp(22px, 6vw, 88px) clamp(76px, 10vw, 128px);
}

.subpage-panel {
  width: min(1040px, 100%);
  min-width: 0;
  margin: 0 auto;
  padding: clamp(74px, 8vw, 106px) clamp(24px, 6vw, 82px) clamp(34px, 6vw, 68px);
  border-radius: var(--arch-radius);
  background: var(--panel-bg);
  box-shadow: var(--shadow);
  color: var(--ink);
  font-family: var(--panel-font);
  font-size: 0.92rem;
}

.facility-block {
  min-width: 0;
  padding: 0 0 30px;
  border-bottom: 1px solid rgba(89, 143, 169, 0.18);
}

.facility-notice {
  display: grid;
  gap: 14px;
  margin-bottom: 32px;
  padding: 22px clamp(18px, 4vw, 30px);
  border: 1px solid rgba(89, 143, 169, 0.18);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.74);
}

.facility-notice h2 {
  margin: 0;
  color: var(--blue);
  font-family: var(--panel-font);
  font-size: clamp(0.98rem, 1.55vw, 1.1rem);
  font-weight: 800;
  line-height: 1.8;
  letter-spacing: 0.03em;
}

.facility-notice p {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  color: var(--muted);
  font-size: 0.9em;
  line-height: 2.05;
  letter-spacing: 0.02em;
}

.facility-notice p:last-child {
  display: block;
}

.aed-icon {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: #d95858;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  box-shadow: 0 8px 18px rgba(158, 66, 66, 0.18);
}

.facility-block + .facility-block {
  margin-top: 30px;
}

.facility-block:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.facility-block h2,
.facility-list h3 {
  margin: 0 0 14px;
  color: var(--blue);
  font-family: var(--panel-font);
  font-weight: 800;
  line-height: 1.75;
  letter-spacing: 0.03em;
}

.facility-block h2 {
  font-size: clamp(1.08rem, 1.8vw, 1.28rem);
}

.facility-list {
  display: grid;
  gap: 10px;
  margin-top: 28px;
}

.facility-list h3 {
  margin-top: 14px;
  margin-bottom: 2px;
  font-size: clamp(1rem, 1.55vw, 1.14rem);
}

.facility-block p,
.facility-list p {
  max-width: 100%;
  margin: 0;
  color: var(--muted);
  font-size: 0.9em;
  line-height: 2.05;
  letter-spacing: 0.02em;
  overflow-wrap: anywhere;
  word-break: normal;
}

.about-detail {
  display: grid;
  gap: 34px;
  min-width: 0;
}

.about-photo-section {
  display: grid;
  gap: 18px;
  min-width: 0;
}

.about-photo-section h2 {
  margin: 0;
  color: var(--blue);
  font-family: var(--panel-font);
  font-size: clamp(1.08rem, 1.8vw, 1.28rem);
  font-weight: 800;
  line-height: 1.75;
  letter-spacing: 0.03em;
}

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

.about-photo-grid--wide {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.about-photo-grid figure {
  position: relative;
  min-height: clamp(190px, 21vw, 280px);
  margin: 0;
  overflow: hidden;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: inset 0 0 0 1px rgba(89, 143, 169, 0.16);
}

.about-photo-grid img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  display: block;
}

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

.about-photo-list article {
  display: grid;
  grid-template-columns: minmax(220px, 0.42fr) minmax(0, 1fr);
  gap: clamp(16px, 3vw, 28px);
  align-items: center;
  padding: 18px;
  border: 1px solid rgba(89, 143, 169, 0.18);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 12px 24px rgba(56, 88, 130, 0.08);
}

.about-photo-list figure {
  min-height: clamp(180px, 20vw, 260px);
  margin: 0;
  overflow: hidden;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: inset 0 0 0 1px rgba(89, 143, 169, 0.16);
}

.about-photo-list img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  display: block;
}

.about-photo-list div {
  display: grid;
  gap: 8px;
}

.about-photo-list h3 {
  margin: 0;
  color: var(--blue);
  font-family: var(--panel-font);
  font-size: clamp(1.02rem, 1.6vw, 1.18rem);
  font-weight: 800;
  line-height: 1.75;
  letter-spacing: 0.03em;
}

.about-photo-list p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9em;
  line-height: 2;
  letter-spacing: 0.02em;
}

.news-list {
  display: grid;
  gap: 6px;
  margin: 12px 0 20px;
  padding-left: 1.35em;
  color: var(--muted);
  font-size: 0.9em;
  line-height: 1.9;
  letter-spacing: 0.02em;
}

.care-detail {
  display: grid;
  gap: 30px;
}

.care-lead {
  margin: 0;
  color: var(--muted);
  font-size: 0.95em;
  line-height: 2.1;
  letter-spacing: 0.02em;
}

.care-point-list,
.care-flow-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 1.35em;
  color: var(--muted);
  font-size: 0.9em;
  line-height: 2;
  letter-spacing: 0.02em;
}

.care-flow-list {
  list-style: decimal;
}

.care-note {
  position: relative;
  padding: 20px clamp(18px, 4vw, 30px);
  border: 1px solid rgba(89, 143, 169, 0.18);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
}

.care-note-marked {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: start;
  gap: 12px;
}

.care-note-marked::before {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 28px;
  color: var(--blue);
  font-size: 0.92rem;
  font-weight: 900;
  content: "■";
}

.care-note p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9em;
  line-height: 2.05;
  letter-spacing: 0.02em;
}

.director-contact {
  display: grid;
  gap: 30px;
}

.contact-card {
  padding: 22px clamp(18px, 4vw, 30px);
  border: 1px solid rgba(89, 143, 169, 0.18);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
}

.contact-card h2 {
  margin: 0 0 12px;
  color: var(--blue);
  font-family: var(--panel-font);
  font-size: clamp(1.02rem, 1.6vw, 1.18rem);
  font-weight: 800;
  line-height: 1.75;
  letter-spacing: 0.03em;
}

.contact-card p {
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 0.9em;
  line-height: 2;
  letter-spacing: 0.02em;
  overflow-wrap: anywhere;
  word-break: normal;
}

.contact-result {
  display: grid;
  gap: 12px;
  text-align: center;
}

.contact-result p {
  margin: 0;
  color: var(--muted);
  font-family: var(--panel-font);
  font-size: 0.95rem;
  line-height: 2;
}

.recruit-detail {
  display: grid;
  gap: 30px;
}

.recruit-intro h2 {
  font-size: clamp(1.18rem, 2vw, 1.44rem);
}

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

.recruit-cards article {
  display: grid;
  gap: 10px;
  min-width: 0;
  padding: 22px clamp(16px, 3vw, 24px);
  border: 1px solid rgba(89, 143, 169, 0.18);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 12px 24px rgba(56, 88, 130, 0.08);
}

.recruit-cards span {
  width: fit-content;
  padding: 3px 12px;
  border-radius: 999px;
  background: var(--aqua-stripe);
  color: var(--blue);
  font-size: 0.76rem;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

.recruit-cards h2 {
  margin: 0;
  color: var(--blue);
  font-size: clamp(1.04rem, 1.6vw, 1.18rem);
  font-weight: 800;
  line-height: 1.65;
}

.recruit-cards p,
.recruit-cards small {
  margin: 0;
  color: var(--muted);
  font-size: 0.9em;
  line-height: 1.9;
}

.recruit-cards p {
  color: var(--gold-deep);
  font-weight: 900;
}

.recruit-table {
  display: grid;
  margin-top: 16px;
  border-top: 1px solid rgba(89, 143, 169, 0.18);
}

.recruit-requirements {
  padding-bottom: 0;
  border-bottom: 0;
}

.recruit-table > div {
  display: grid;
  grid-template-columns: minmax(120px, 0.25fr) minmax(0, 1fr);
  gap: 18px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(89, 143, 169, 0.18);
}

.recruit-table > div:last-child {
  border-bottom: 0;
}

.recruit-table strong {
  color: var(--blue);
  font-weight: 800;
  line-height: 1.8;
}

.recruit-table p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9em;
  line-height: 2;
  overflow-wrap: anywhere;
}

.recruit-note {
  margin: 0;
}

.recruit-form {
  padding-top: 2px;
}

.recruit-checks {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  min-width: 0;
  margin: 0;
  padding: 18px;
  border: 1px solid rgba(89, 143, 169, 0.18);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.58);
}

.recruit-checks legend {
  padding: 0 8px;
  color: var(--blue);
  font-family: var(--panel-font);
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.05em;
}

.recruit-checks label {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--muted);
  font-size: 0.9em;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.recruit-checks input {
  width: 1em;
  height: 1em;
  accent-color: var(--blue);
}

.contact-tel {
  display: inline-flex;
  align-items: center;
  color: var(--blue);
  font-family: var(--panel-font);
  font-size: 0.9em;
  font-weight: 800;
  line-height: 1.9;
  letter-spacing: 0.02em;
  text-decoration: none;
}

.contact-submit {
  grid-column: 1 / -1;
}

.contact-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: center;
  min-width: 150px;
  min-height: 44px;
  border: 1px solid rgba(36, 74, 122, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--blue);
  font-family: var(--panel-font);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  cursor: pointer;
  box-shadow:
    0 12px 24px rgba(56, 88, 130, 0.14),
    0 3px 8px rgba(56, 88, 130, 0.08),
    inset 0 0 0 1px rgba(89, 143, 169, 0.12);
  transition:
    background 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.contact-submit:hover,
.contact-submit:focus-visible {
  background:
    linear-gradient(rgba(255, 255, 255, 0.54), rgba(255, 255, 255, 0.54)),
    var(--aqua-stripe);
  box-shadow:
    0 12px 24px rgba(56, 88, 130, 0.14),
    inset 0 0 0 1px rgba(89, 143, 169, 0.2);
  transform: translateY(-2px);
  outline: none;
}

.contact-submit[disabled] {
  cursor: wait;
  opacity: 0.62;
}

.case-intro {
  margin-bottom: 32px;
}

.case-list {
  display: grid;
  gap: 34px;
}

.case-card {
  display: grid;
  gap: 22px;
  padding: 24px clamp(18px, 4vw, 32px);
  border: 1px solid rgba(89, 143, 169, 0.18);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.74);
}

.case-card h2 {
  margin: 0;
  color: var(--blue);
  font-family: var(--panel-font);
  font-size: clamp(1.08rem, 1.8vw, 1.28rem);
  font-weight: 800;
  line-height: 1.75;
  letter-spacing: 0.03em;
}

.case-lead {
  margin: 0;
  color: var(--muted);
  font-family: var(--panel-font);
  font-size: 0.9em;
  line-height: 2.05;
}

.case-slider {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 42px;
  align-items: center;
  gap: 10px;
}

.case-visuals {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(190px, 1fr);
  gap: 12px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.case-visuals::-webkit-scrollbar {
  display: none;
}

.case-visuals span {
  display: grid;
  place-items: center;
  min-height: 116px;
  border: 1px solid rgba(89, 143, 169, 0.18);
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.66), rgba(238, 249, 251, 0.68)),
    var(--aqua-stripe);
  color: var(--blue);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.86rem;
  font-style: italic;
  scroll-snap-align: start;
}

.case-visuals figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(89, 143, 169, 0.18);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.74);
  scroll-snap-align: start;
}

.case-visuals img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.case-slide-button {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(89, 143, 169, 0.2);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  box-shadow:
    0 12px 24px rgba(56, 88, 130, 0.14),
    0 3px 8px rgba(56, 88, 130, 0.08);
  color: var(--blue);
  font-size: 1.1rem;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(56, 88, 130, 0.08);
  transition:
    background 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.case-slide-button:hover,
.case-slide-button:focus-visible {
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 12px 24px rgba(56, 88, 130, 0.14);
  transform: translateY(-1px);
}

.case-data {
  display: grid;
  gap: 14px;
  margin: 0;
}

.case-data div {
  display: grid;
  grid-template-columns: minmax(92px, 0.22fr) minmax(0, 1fr);
  gap: 16px;
  padding-top: 14px;
  border-top: 1px solid rgba(89, 143, 169, 0.16);
}

.case-data dt {
  color: var(--blue);
  font-weight: 800;
}

.case-data dd {
  color: var(--muted);
  line-height: 2.02;
}

.subpage-legal {
  margin-top: 34px;
}

.subpage-back {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: fit-content;
  margin: 26px auto 0;
  padding: 10px 18px 10px 20px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow:
    0 12px 24px rgba(56, 88, 130, 0.14),
    0 3px 8px rgba(56, 88, 130, 0.08);
  color: var(--blue);
  font-family: var(--panel-font);
  font-size: 0.8rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.05em;
  text-decoration: none;
  box-shadow: 0 8px 18px rgba(56, 88, 130, 0.08);
  transition:
    background 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.subpage-back::after {
  font-size: 1rem;
  line-height: 0.8;
  content: ">";
}

.subpage-back:hover,
.subpage-back:focus-visible {
  background: rgba(255, 255, 255, 0.96);
  box-shadow:
    0 12px 24px rgba(56, 88, 130, 0.14),
    inset 0 0 0 1px rgba(89, 143, 169, 0.2);
  transform: translateX(2px);
}

@media (max-width: 620px) {
  .subpage-hero {
    padding: 96px 18px 42px;
  }

  .subpage-hero .section-heading {
    grid-template-columns: minmax(24px, 1fr) auto minmax(24px, 1fr);
  }

  .subpage-hero .section-heading h1 {
    font-size: 1.58rem;
    letter-spacing: 0.06em;
  }

  .subpage-hero .section-heading h1.long-subpage-title {
    font-size: 1.28rem;
    letter-spacing: 0.02em;
    white-space: nowrap;
  }

  .subpage-logo {
    font-size: 0.8rem;
  }

  .subpage-logo .logo-icon {
    width: 21px;
    height: 21px;
  }

  .subpage-hero > p {
    font-size: 0.88rem;
    line-height: 1.82;
  }

  .subpage-content {
    padding: 0 18px 86px;
  }

  .subpage-panel {
    width: 100%;
    padding: 72px 20px 30px;
    border-radius: var(--small-arch-radius);
    font-size: 0.88rem;
  }

  .facility-block h2 {
    font-size: 0.98rem;
    line-height: 1.72;
  }

  .facility-list h3 {
    font-size: 0.94rem;
    line-height: 1.7;
  }

  .facility-block p,
  .facility-list p {
    font-size: 0.86em;
    line-height: 1.95;
  }

  .facility-notice h2,
  .care-detail h2,
  .contact-card h2,
  .recruit-intro h2 {
    font-size: 1rem;
  }

  .facility-notice p,
  .care-detail p,
  .care-note p,
  .contact-card p,
  .recruit-table p,
  .policy-section p,
  .policy-section li {
    font-size: 0.86em;
    line-height: 1.95;
  }
}

.intro-skip {
  position: fixed;
  right: clamp(18px, 4vw, 42px);
  bottom: clamp(18px, 4vw, 38px);
  z-index: 205;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 78px;
  height: 38px;
  padding: 0 18px;
  border: 1px solid rgba(36, 74, 122, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow:
    0 12px 24px rgba(56, 88, 130, 0.14),
    0 3px 8px rgba(56, 88, 130, 0.08);
  color: var(--blue);
  font-family: var(--panel-font);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  box-shadow: 0 12px 28px rgba(56, 88, 130, 0.14);
  cursor: pointer;
  pointer-events: auto;
  backdrop-filter: blur(10px);
  transition:
    background 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.intro-skip:hover,
.intro-skip:focus-visible {
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 16px 34px rgba(56, 88, 130, 0.18);
  transform: translateY(-2px);
  outline: none;
}

.intro-skipped .intro-loader {
  visibility: hidden;
  opacity: 0;
  animation: none;
  pointer-events: none;
}

.policy-section {
  display: grid;
  gap: 34px;
}

.policy-section + .policy-section {
  margin-top: 48px;
  padding-top: 40px;
  border-top: 1px solid rgba(89, 143, 169, 0.18);
}

.policy-section h2 {
  margin: 0 0 14px;
  color: var(--blue);
  font-family: var(--panel-font);
  font-size: clamp(1.12rem, 1.8vw, 1.34rem);
  font-weight: 900;
  line-height: 1.65;
  letter-spacing: 0.04em;
}

.policy-section h3 {
  margin: 0 0 10px;
  color: var(--blue);
  font-family: var(--panel-font);
  font-size: clamp(0.98rem, 1.45vw, 1.08rem);
  font-weight: 900;
  line-height: 1.7;
  letter-spacing: 0.03em;
}

.policy-section p,
.policy-section li {
  color: var(--muted);
  font-size: 0.9em;
  line-height: 2.05;
  letter-spacing: 0.02em;
}

.policy-section p,
.policy-section ul {
  margin: 0;
}

.policy-section ul {
  display: grid;
  gap: 8px;
  padding-left: 1.4em;
}

.policy-box {
  padding: 20px clamp(18px, 4vw, 30px);
  border: 1px solid rgba(89, 143, 169, 0.18);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
}

.policy-date {
  margin-top: 34px;
  color: var(--muted);
  font-family: var(--panel-font);
  font-size: 0.84rem;
  line-height: 1.9;
  text-align: right;
}

@media (max-width: 620px) {
  .intro-skip {
    right: 16px;
    bottom: 16px;
    min-width: 70px;
    height: 36px;
    padding: 0 14px;
    font-size: 0.68rem;
  }

  .policy-section {
    gap: 28px;
  }

  .policy-section + .policy-section {
    margin-top: 38px;
    padding-top: 32px;
  }

  .about-photo-grid,
  .about-photo-grid--wide {
    grid-template-columns: 1fr;
  }

  .about-photo-list article {
    grid-template-columns: 1fr;
    padding: 14px;
  }

  .recruit-cards {
    grid-template-columns: 1fr;
  }

  .recruit-table > div {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .recruit-checks {
    display: grid;
    gap: 10px;
  }
}

@media (max-width: 620px) {
  .floating-cta {
    display: flex !important;
    right: 47px !important;
    left: 8px !important;
    grid-template-columns: none !important;
    gap: 5px !important;
  }

  .floating-cta .cta-logo {
    display: grid !important;
    flex: 0 0 34px !important;
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
  }

  .floating-cta .floating-hours {
    flex: 1 1 0 !important;
    width: auto !important;
    min-width: 0 !important;
  }

  .floating-cta .web-reserve-floating {
    flex: 1 1 0 !important;
    width: auto !important;
    min-width: 0 !important;
  }

  .floating-cta .access-floating {
    display: inline-flex !important;
    position: fixed !important;
    right: 8px !important;
    bottom: 10px !important;
    z-index: 91 !important;
    flex: 0 0 34px !important;
    width: 34px !important;
    min-width: 34px !important;
    min-height: 34px !important;
    padding: 0 !important;
  }
}
