:root {
  --navy: #1c273d;
  --ice: #e3f0ff;
  --ink: #15191f;
  --muted: #5e6672;
  --white: #ffffff;
  --line: rgba(28, 39, 61, 0.14);
  font-family: "Pretendard", "Noto Sans KR", "Apple SD Gothic Neo", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  line-break: strict;
  overflow-wrap: break-word;
  word-break: keep-all;
}

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

h1,
h2,
h3,
p,
li,
dt,
dd,
a,
button,
span,
strong,
em {
  overflow-wrap: break-word;
  text-wrap: pretty;
  word-break: keep-all;
}

img,
video {
  display: block;
  max-width: 100%;
}

.site-header {
  position: fixed;
  z-index: 30;
  top: 0;
  left: 0;
  right: 0;
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 42px;
  color: #fff;
  transition: background 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.site-header.is-scrolled,
.site-header.menu-open {
  color: var(--navy);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 8px 30px rgba(15, 25, 40, 0.08);
  backdrop-filter: blur(16px);
}

.brand {
  display: flex;
  align-items: center;
  width: 220px;
  height: 46px;
  overflow: hidden;
}

.brand img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: none;
}

.brand .logo-dark {
  display: none;
}

.brand-text {
  display: inline-block;
  max-width: 220px;
  color: currentColor;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 900;
}

.site-header.is-scrolled .brand img,
.site-header.menu-open .brand img {
  filter: none;
}

.site-header.is-scrolled .brand .logo-light,
.site-header.menu-open .brand .logo-light {
  display: none;
}

.site-header.is-scrolled .brand .logo-dark,
.site-header.menu-open .brand .logo-dark {
  display: block;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 15px;
  font-weight: 700;
}

.desktop-nav a {
  opacity: 0.92;
  white-space: normal;
}

.menu-button {
  display: none;
  width: 42px;
  height: 42px;
  border: 0;
  background: transparent;
  color: currentColor;
  padding: 10px;
}

.menu-button span {
  display: block;
  height: 2px;
  margin: 7px 0;
  background: currentColor;
}

.mobile-menu {
  position: fixed;
  z-index: 25;
  top: 76px;
  left: 0;
  right: 0;
  display: none;
  padding: 16px 24px 24px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 24px 35px rgba(15, 25, 40, 0.1);
}

.mobile-menu a {
  display: block;
  padding: 14px 0;
  color: var(--navy);
  font-weight: 800;
  border-bottom: 1px solid var(--line);
}

.mobile-menu.open {
  display: block;
}

.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  background: #000;
}

.video-hero {
  height: 100vh;
  height: 100svh;
  height: 100dvh;
  min-height: 100svh;
  min-height: 100dvh;
  background: #000;
}

.hero video,
.hero > img,
.philosophy > img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
}

.video-hero video {
  background: #000;
}

.hero-shade,
.section-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
}

.hero-shade.soft {
  background: rgba(0, 0, 0, 0.22);
}

.hero-logo-wrap {
  position: absolute;
  inset: 0;
  display: grid;
  place-content: center;
  justify-items: center;
  gap: clamp(8px, 1.4svh, 14px);
  color: #fff;
  text-align: center;
}

.hero-logo-wrap .hero-logo-title {
  margin: 0;
  padding: 0 clamp(18px, 5vw, 32px);
}

.hero-logo-wrap .hero-logo-title img {
  width: min(76vw, 760px, 58svh);
  max-height: min(190px, 28svh);
  object-fit: contain;
  filter: drop-shadow(0 18px 42px rgba(0, 0, 0, 0.36));
}

.hero-subtitle {
  max-width: 680px;
  margin: 0;
  padding: 0 clamp(18px, 5vw, 32px);
  font-size: clamp(15px, min(4.2vw, 3.2svh), 30px);
  line-height: 1.55;
  font-weight: 800;
  letter-spacing: 0;
}

.hero-scroll-cue {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 3px;
}

.hero-scroll-cue {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: max(28px, calc(env(safe-area-inset-bottom) + 24px));
  font-size: clamp(11px, min(3.2vw, 2.2svh), 15px);
  text-align: center;
}

.care-copy {
  --care-copy-offset: clamp(60px, 11svh, 118px);
  position: absolute;
  inset: 0;
  display: grid;
  place-content: center;
  max-width: 680px;
  margin: auto;
  padding: calc(96px + var(--care-copy-offset)) 24px max(48px, calc(96px - var(--care-copy-offset)));
  color: #fff;
  text-align: center;
}

.eyebrow {
  margin: 0 0 16px;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.eyebrow.inverse {
  display: inline-block;
  padding: 5px 10px;
  color: var(--navy);
  background: #fff;
  border-radius: 5px;
}

.care-copy h1 {
  margin: 0;
  font-size: clamp(34px, 4.9vw, 62px);
  line-height: 1.12;
  font-weight: 900;
}

.care-copy .eyebrow {
  font-size: clamp(12px, 1.3vw, 14px);
  margin-bottom: 12px;
}

.care-copy h1 i {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}

.care-copy > p:last-child {
  max-width: 520px;
  margin: 20px auto 0;
  font-size: clamp(15px, 1.5vw, 17px);
  line-height: 1.72;
}

.philosophy {
  position: relative;
  min-height: 72svh;
  overflow: hidden;
  background: #000;
}

.section-overlay {
  background: rgba(0, 0, 0, 0.74);
}

.philosophy-lines {
  position: absolute;
  inset: 0;
  display: grid;
  place-content: center;
  gap: 38px;
  padding: 80px 24px;
  color: #fff;
  text-align: center;
}

.philosophy-lines p {
  margin: 0;
  display: grid;
  gap: 9px;
}

.philosophy-lines em {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 4.2vw, 58px);
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}

.philosophy-lines .word-silver,
.philosophy-lines .word-care {
  color: #539cd8;
}

.philosophy-lines .word-run {
  color: #ffde59;
}

.philosophy-lines strong {
  font-size: clamp(24px, 3.4vw, 44px);
  line-height: 1.2;
}

.philosophy-lines span {
  font-size: clamp(17px, 2.2vw, 28px);
  line-height: 1.55;
}

.page-hero,
.admission-hero,
.facility-hero {
  position: relative;
  min-height: 46svh;
  overflow: hidden;
  color: #fff;
  background: #000;
}

.page-hero img,
.admission-hero img,
.facility-hero img {
  width: 100%;
  height: 46svh;
  object-fit: cover;
  opacity: 0.76;
}

#greeting img {
  opacity: 0.68;
}

.page-hero-copy,
.admission-hero > div,
.facility-hero > div {
  position: absolute;
  inset: 0;
  display: grid;
  place-content: center;
  padding: 96px 24px 64px;
  text-align: center;
}

.page-hero h2,
.admission-hero h2,
.facility-hero h2 {
  margin: 0;
  font-size: clamp(44px, 7vw, 86px);
  line-height: 1.08;
  font-weight: 900;
}

.page-hero-copy > p:last-child,
.facility-hero > div > p:last-child {
  margin: 18px 0 0;
  font-size: clamp(18px, 2.2vw, 28px);
  font-weight: 800;
}

.greeting-detail {
  padding: 96px 0;
  background: linear-gradient(180deg, #f4f6fa, #fff 70%);
  color: var(--navy);
}

.greeting-detail .eyebrow {
  color: var(--muted);
}

.greeting-detail h2,
.section-inner h2,
.contact h2,
.location h2 {
  margin: 0;
  font-size: clamp(30px, 4.4vw, 52px);
  line-height: 1.22;
  font-weight: 900;
}

.text-card {
  margin-top: 34px;
  padding: 42px;
  color: #222;
  background: #f9fbff;
  border: 1px solid #dce6f3;
  border-radius: 16px;
  line-height: 1.85;
  box-shadow: 0 14px 35px rgba(28, 39, 61, 0.08);
}

.greeting-detail .text-card {
  font-family: "Gaegu", "Apple SD Gothic Neo", "Noto Sans KR", cursive;
}

.text-card p {
  margin: 0 0 20px;
  font-size: 17px;
}

.greeting-detail .text-card p {
  font-size: clamp(20px, 2.1vw, 24px);
  line-height: 1.72;
  font-weight: 400;
}

.text-card .quote {
  margin: 34px 0;
  color: #004080;
  font-size: 22px;
  font-weight: 900;
  text-align: center;
}

.text-card .signature {
  margin-bottom: 0;
  text-align: right;
}

.greeting-detail .text-card .signature {
  font-family: "Pretendard", "Noto Sans KR", "Apple SD Gothic Neo", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.85;
}

.greeting-detail .text-card .signature strong {
  font-weight: 700;
}

.outline-button,
.filled-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 22px;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 800;
}

.outline-button {
  color: #fff;
  border: 1px solid #fff;
}

.filled-button {
  color: #fff;
  background: var(--navy);
}

.section-inner {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.section-inner.narrow {
  width: min(900px, calc(100% - 48px));
}

.services {
  padding: 110px 0;
  background: var(--ice);
}

.services h2 {
  color: #263238;
  text-align: center;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  margin-top: 48px;
}

.service-card {
  overflow: hidden;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 18px 45px rgba(28, 39, 61, 0.08);
}

.service-card img {
  width: 100%;
  aspect-ratio: 1 / 0.86;
  object-fit: cover;
}

.service-card div {
  min-height: 142px;
  padding: 26px 18px 30px;
  text-align: center;
}

.service-card h3 {
  margin: 0 0 12px;
  font-size: 20px;
  color: #000;
}

.service-card p {
  margin: 0;
  color: #000;
  line-height: 1.65;
}

.admission {
  padding: 0 0 112px;
  color: var(--navy);
  background: var(--navy);
  text-align: center;
}

.admission-content {
  padding-top: 82px;
  color: #fff;
}

.badge {
  display: inline-flex;
  margin: 0 0 18px;
  padding: 8px 16px;
  color: var(--navy);
  background: #fff;
  border-radius: 99px;
  font-weight: 900;
}

.tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  margin: 42px 0 24px;
}

.tabs button {
  min-height: 48px;
  padding: 12px 22px;
  color: var(--navy);
  background: #fff;
  border: 0;
  border-radius: 8px;
  font: inherit;
  font-weight: 900;
  white-space: normal;
  cursor: pointer;
}

.tabs button.active {
  background: var(--ice);
}

.tab-panel {
  display: none;
  padding: 38px;
  color: var(--navy);
  background: #fff;
  border-radius: 8px;
  text-align: left;
}

.tab-panel.active {
  display: block;
}

.tab-panel h3 {
  margin: 0 0 14px;
  font-size: 22px;
}

.tab-panel p {
  margin: 0 0 12px;
  color: var(--navy);
  font-size: 18px;
  line-height: 1.7;
}

.plain-list {
  display: grid;
  gap: 10px;
  margin: 0 0 30px;
  padding-left: 22px;
  color: var(--navy);
  font-size: 18px;
  line-height: 1.75;
}

.insurance-intro {
  display: grid;
  gap: 12px;
  margin: 0 0 32px;
  padding: 24px;
  background: #f5f9ff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.insurance-intro p {
  margin: 0;
}

.longterm-table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  color: var(--navy);
  background: #fff;
}

.longterm-table .grade-col {
  width: 120px;
}

.longterm-table .state-col {
  width: auto;
}

.longterm-table th,
.longterm-table td {
  padding: 15px 16px;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
  white-space: normal;
}

.longterm-table th {
  background: var(--ice);
  font-weight: 900;
  text-align: center;
}

.longterm-table td:first-child {
  text-align: center;
  font-weight: 900;
  white-space: nowrap;
}

.longterm-table td:last-child {
  line-height: 1.65;
  text-align: center;
  overflow-wrap: break-word;
  word-break: keep-all;
}

.insurance-steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 24px;
}

.insurance-steps article {
  min-height: 168px;
  padding: 22px;
  background: #f5f9ff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.insurance-steps span {
  display: block;
  margin-bottom: 10px;
  color: #1751c0;
  font-size: 13px;
  font-weight: 900;
}

.insurance-steps strong {
  display: block;
  color: var(--navy);
  font-size: 20px;
  line-height: 1.35;
}

.insurance-steps p {
  margin: 12px 0 0;
  font-size: 16px;
}

.process-list {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 22px;
}

.process-list span {
  display: grid;
  place-items: center;
  width: 120px;
  height: 120px;
  padding: 10px;
  background: var(--ice);
  border-radius: 50%;
  text-align: center;
  font-weight: 900;
}

.table-wrap {
  overflow-x: auto;
  margin: 24px 0 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.fee-table {
  width: 100%;
  min-width: 660px;
  border-collapse: collapse;
  color: var(--navy);
  background: #fff;
}

.fee-table th,
.fee-table td {
  padding: 13px 14px;
  border-bottom: 1px solid var(--line);
  text-align: center;
  white-space: nowrap;
}

.fee-table th {
  background: var(--ice);
  font-weight: 900;
}

.fee-table td:first-child {
  text-align: left;
  font-weight: 800;
}

.facility {
  padding: 0 0 112px;
  background: #fff;
}

.facility .section-inner {
  padding-top: 76px;
}

.facility-info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 18px;
}

.facility-info-card {
  padding: 24px;
  background: var(--ice);
  border-radius: 8px;
  border: 1px solid rgba(28, 39, 61, 0.1);
}

.facility-info-card h3 {
  margin: 0 0 16px;
  color: var(--navy);
  font-size: 24px;
}

.facility-info-card p {
  margin: 0 0 12px;
  color: var(--muted);
}

.facility-info-card dl {
  display: grid;
  gap: 14px;
  margin: 0;
}

.facility-info-card dl div {
  display: grid;
  gap: 4px;
}

.facility-info-card dt {
  color: var(--navy);
  font-size: 13px;
  font-weight: 900;
}

.facility-info-card dd {
  margin: 0;
  color: #333;
  line-height: 1.55;
}

.gallery-block {
  margin-top: 74px;
}

.gallery-block.intro {
  margin-top: 88px;
}

.gallery-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 20px;
  margin-bottom: 26px;
}

.gallery-heading h3 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(28px, 4vw, 46px);
}

.gallery-filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.gallery-filters button {
  min-height: 38px;
  padding: 8px 16px;
  color: #333;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 99px;
  font: inherit;
  font-weight: 900;
  white-space: normal;
  cursor: pointer;
}

.gallery-filters button.active {
  color: #fff;
  background: #539cd8;
  border-color: #539cd8;
}

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

.facility-gallery.compact {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.facility-gallery figure {
  margin: 0;
  overflow: hidden;
  background: #f7f9fc;
  border-radius: 8px;
  border: 1px solid var(--line);
}

.facility-gallery img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform 180ms ease;
}

.facility-gallery figure:hover img {
  transform: scale(1.03);
}

.facility-gallery figcaption {
  padding: 12px 14px;
  color: var(--muted);
  font-size: 14px;
}

.contact {
  padding: 112px 0;
  background: #f7f9fc;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(420px, 1fr);
  gap: 56px;
  align-items: start;
}

.contact p {
  margin: 24px 0 30px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.75;
}

.contact-form {
  display: grid;
  gap: 18px;
  padding: 30px;
  background: #fff;
  border-radius: 8px;
  border: 1px solid var(--line);
  box-shadow: 0 18px 45px rgba(28, 39, 61, 0.08);
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: #222;
  font-weight: 900;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 14px 15px;
  color: #222;
  background: #f8fafc;
  border: 1px solid rgba(34, 34, 34, 0.14);
  border-radius: 6px;
  font: inherit;
}

.contact-form textarea {
  resize: vertical;
}

.contact-form button {
  min-height: 50px;
  color: #fff;
  background: #1751c0;
  border: 0;
  border-radius: 6px;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.location {
  padding: 110px 0;
  background: var(--ice);
}

.location-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1fr);
  gap: 56px;
  align-items: center;
}

.location p {
  color: var(--navy);
  font-size: 18px;
  line-height: 1.7;
}

.location dl {
  display: grid;
  gap: 16px;
  margin: 34px 0 0;
}

.location dl div {
  display: grid;
  grid-template-columns: 78px 1fr;
  gap: 16px;
}

.location dt {
  color: var(--navy);
  font-weight: 900;
}

.location dd {
  margin: 0;
  color: #444;
  line-height: 1.55;
}

.map-card {
  display: block;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 24px 55px rgba(28, 39, 61, 0.14);
  background: #fff;
}

.map-card img,
.map-card iframe {
  width: 100%;
  min-height: 310px;
  border: 0;
}

.site-footer {
  padding: 54px 42px 64px;
  color: #d8dde8;
  background: #111827;
  text-align: center;
}

.site-footer img {
  width: 180px;
  margin: 0 auto 24px;
}

.footer-brand {
  display: block;
  margin-bottom: 24px;
  color: #fff;
  font-size: 24px;
}

.footer-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 18px;
  margin-bottom: 24px;
  font-weight: 800;
}

.site-footer p {
  margin: 8px auto;
  max-width: 820px;
  line-height: 1.65;
}

@media (max-width: 980px) {
  .site-header {
    padding: 0 22px;
  }

  .desktop-nav {
    display: none;
  }

  .menu-button {
    display: block;
  }

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

  .facility-info-grid,
  .facility-gallery,
  .facility-gallery.compact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gallery-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .gallery-filters {
    justify-content: flex-start;
  }

  .contact-grid,
  .location-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  body {
    font-size: 15px;
  }

  .site-header {
    height: 64px;
    padding: 0 18px;
  }

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

  .brand {
    width: 154px;
    height: 38px;
  }

  .menu-button {
    width: 40px;
    height: 40px;
    padding: 9px;
  }

  .mobile-menu {
    top: 64px;
    padding: 8px 22px 18px;
  }

  .mobile-menu a {
    padding: 13px 0;
    font-size: 15px;
  }

  .hero-logo-wrap .hero-logo-title img {
    width: min(80vw, 430px, 48svh);
    max-height: 22svh;
  }

  .hero-subtitle {
    font-size: clamp(15px, 4.2vw, 18px);
    line-height: 1.45;
  }

  .care-hero {
    min-height: 92svh;
  }

  .care-hero > img {
    object-position: 52% center;
  }

  .hero-shade.soft {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.18) 42%, rgba(0, 0, 0, 0.56) 100%);
  }

  .care-copy {
    --care-copy-offset: 0px;
    max-width: none;
    place-content: end center;
    padding: 0 22px max(52px, calc(env(safe-area-inset-bottom) + 42px));
  }

  .hero-scroll-cue {
    font-size: 12px;
    letter-spacing: 1px;
  }

  .care-copy h1 {
    font-size: clamp(29px, 8.2vw, 34px);
    line-height: 1.14;
  }

  .care-copy > p:last-child {
    max-width: 330px;
    margin-top: 16px;
    font-size: 14px;
    line-height: 1.68;
  }

  .section-inner,
  .section-inner.narrow {
    width: min(100% - 32px, 1180px);
  }

  .page-hero,
  .admission-hero,
  .facility-hero {
    min-height: 36svh;
  }

  .page-hero img,
  .admission-hero img,
  .facility-hero img {
    height: 36svh;
  }

  .page-hero-copy,
  .admission-hero > div,
  .facility-hero > div {
    padding: 74px 18px 42px;
  }

  .page-hero h2,
  .admission-hero h2,
  .facility-hero h2 {
    font-size: clamp(34px, 11vw, 48px);
    line-height: 1.12;
  }

  .page-hero-copy > p:last-child,
  .facility-hero > div > p:last-child {
    margin-top: 12px;
    font-size: 17px;
  }

  .greeting-detail,
  .services,
  .contact,
  .location {
    padding: 64px 0;
  }

  .admission,
  .facility {
    padding-bottom: 70px;
  }

  .admission-content,
  .facility .section-inner {
    padding-top: 58px;
  }

  .greeting-detail h2,
  .section-inner h2,
  .contact h2,
  .location h2 {
    font-size: clamp(28px, 8.8vw, 38px);
    line-height: 1.24;
  }

  .text-card {
    margin-top: 26px;
    padding: 24px 18px;
    border-radius: 8px;
  }

  .greeting-detail .text-card p {
    font-size: 19px;
    line-height: 1.68;
  }

  .service-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 34px;
  }

  .service-card {
    display: grid;
    grid-template-columns: minmax(118px, 42%) 1fr;
    min-width: 0;
    border-radius: 8px;
  }

  .service-card img {
    height: 100%;
    min-height: 148px;
    aspect-ratio: auto;
  }

  .service-card div {
    display: grid;
    align-content: center;
    min-height: auto;
    padding: 16px 16px 18px;
    text-align: left;
  }

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

  .service-card p {
    font-size: 15px;
  }

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

  .tabs button {
    min-height: 44px;
    padding: 10px 14px;
    border-radius: 6px;
    font-size: 15px;
  }

  .tab-panel {
    padding: 24px 18px;
    border-radius: 8px;
  }

  .tab-panel h3 {
    font-size: 21px;
  }

  .tab-panel p,
  .plain-list {
    font-size: 15px;
    line-height: 1.72;
  }

  .process-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .process-list span {
    width: auto;
    height: auto;
    min-height: 74px;
    border-radius: 8px;
    font-size: 14px;
  }

  .insurance-steps {
    grid-template-columns: 1fr;
  }

  .insurance-intro {
    padding: 18px;
  }

  .longterm-table th,
  .longterm-table td {
    padding: 11px 8px;
    font-size: 14px;
    line-height: 1.55;
  }

  .longterm-table .grade-col {
    width: 58px;
  }

  .longterm-table td:first-child,
  .longterm-table th:first-child {
    width: auto;
  }

  .facility-info-grid,
  .facility-gallery,
  .facility-gallery.compact {
    grid-template-columns: 1fr;
  }

  .gallery-block {
    margin-top: 48px;
  }

  .gallery-heading {
    gap: 16px;
    margin-bottom: 20px;
  }

  .gallery-filters {
    gap: 8px;
  }

  .gallery-filters button {
    min-height: 36px;
    padding: 7px 14px;
    font-size: 14px;
  }

  .facility-gallery figure {
    border-radius: 8px;
  }

  .facility-gallery img {
    aspect-ratio: 4 / 3;
  }

  .contact-form {
    padding: 20px 18px;
  }

  .contact p,
  .location p {
    font-size: 15px;
    line-height: 1.7;
  }

  .map-card iframe {
    min-height: 280px;
  }

  .location dl div {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .site-footer {
    padding: 42px 20px 52px;
  }

  .site-footer img {
    width: 150px;
  }

  .footer-links {
    gap: 12px;
    font-size: 14px;
  }
}

/* 2026-06-25 care-center redesign */
:root {
  --font-scale: 1;
  --sky: #4fa8de;
  --sky-deep: #176fba;
  --sun: #ffd84d;
  --cream: #fffaf0;
  --warm: #f7f2e8;
  --green: #6d8f3f;
  --soft-blue: #edf7ff;
  --shadow-soft: 0 18px 48px rgba(25, 46, 76, 0.1);
  --shadow-strong: 0 28px 80px rgba(11, 27, 52, 0.2);
}

body {
  font-size: calc(16px * var(--font-scale));
  background:
    linear-gradient(180deg, rgba(237, 247, 255, 0.7), rgba(255, 255, 255, 0) 520px),
    #fffdf8;
}

body.high-contrast {
  --navy: #071528;
  --ink: #05070a;
  --muted: #202a36;
  --ice: #ffffff;
  --line: rgba(0, 0, 0, 0.34);
  color: #05070a;
  background: #ffffff;
}

body.high-contrast .hero-shade,
body.high-contrast .section-overlay {
  background: rgba(0, 0, 0, 0.68);
}

body.high-contrast .service-card,
body.high-contrast .tab-panel,
body.high-contrast .facility-info-card,
body.high-contrast .contact-form,
body.high-contrast .map-card,
body.high-contrast .text-card,
body.high-contrast .trust-strip article {
  border: 2px solid #071528;
  box-shadow: none;
}

.site-header {
  height: 82px;
  padding: 0 clamp(22px, 4vw, 56px);
}

.site-header.is-scrolled,
.site-header.menu-open {
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid rgba(23, 111, 186, 0.12);
}

.brand {
  width: clamp(160px, 18vw, 218px);
  height: 48px;
}

.desktop-nav {
  gap: clamp(18px, 2.6vw, 34px);
}

.desktop-nav a {
  position: relative;
  padding: 9px 0;
}

.desktop-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2px;
  height: 2px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 180ms ease;
}

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

.care-tools {
  position: fixed;
  z-index: 31;
  right: clamp(16px, 2.5vw, 32px);
  bottom: 94px;
  display: grid;
  gap: 10px;
  width: 176px;
  padding: 14px;
  color: var(--navy);
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(23, 111, 186, 0.18);
  border-radius: 8px;
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(14px);
}

.care-tools strong {
  font-size: 14px;
  line-height: 1.25;
}

.care-tool-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.care-tool-group button {
  min-height: 38px;
  color: var(--navy);
  background: #f4f9fd;
  border: 1px solid rgba(23, 111, 186, 0.18);
  border-radius: 6px;
  font: inherit;
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
}

.care-tool-group button[data-contrast-control] {
  grid-column: 1 / -1;
}

.care-tool-group button.active {
  color: #fff;
  background: var(--sky-deep);
  border-color: var(--sky-deep);
}

.quick-contact {
  position: fixed;
  z-index: 32;
  left: 50%;
  bottom: max(18px, env(safe-area-inset-bottom));
  display: grid;
  grid-template-columns: repeat(3, minmax(112px, 1fr));
  width: min(560px, calc(100% - 32px));
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(23, 111, 186, 0.18);
  border-radius: 8px;
  box-shadow: var(--shadow-strong);
  transform: translateX(-50%);
}

.quick-contact a {
  display: grid;
  place-items: center;
  min-height: 54px;
  padding: 8px 10px;
  color: var(--navy);
  font-size: 15px;
  font-weight: 900;
  text-align: center;
  border-right: 1px solid rgba(23, 111, 186, 0.12);
}

.quick-contact a:first-child {
  color: #fff;
  background: var(--sky-deep);
}

.quick-contact a:last-child {
  border-right: 0;
}

.video-hero {
  background: #0a1626;
}

.video-hero video {
  filter: saturate(1.02) contrast(1.03);
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(5, 14, 27, 0.78) 0%, rgba(5, 14, 27, 0.42) 46%, rgba(5, 14, 27, 0.28) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.14), rgba(0, 0, 0, 0.48));
}

.hero-content {
  place-content: center start;
  justify-items: start;
  width: min(1180px, calc(100% - 72px));
  margin: 0 auto;
  text-align: left;
}

.hero-kicker {
  margin: 0 0 4px;
  padding: 8px 12px;
  color: var(--navy);
  background: rgba(255, 255, 255, 0.92);
  border-radius: 6px;
  font-size: clamp(13px, 1.2vw, 15px);
  font-weight: 900;
}

.hero-logo-wrap .hero-logo-title {
  padding: 0;
}

.hero-logo-wrap .hero-logo-title img {
  width: clamp(260px, 42vw, 520px);
  max-height: none;
  filter: drop-shadow(0 18px 36px rgba(0, 0, 0, 0.28));
}

.hero-subtitle {
  max-width: 520px;
  padding: 0;
  font-size: clamp(22px, 3.2vw, 40px);
  line-height: 1.22;
  font-weight: 900;
  text-shadow: 0 16px 42px rgba(0, 0, 0, 0.34);
}

.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}

.hero-points span {
  padding: 9px 12px;
  color: #fff;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 6px;
  font-size: 15px;
  font-weight: 800;
  backdrop-filter: blur(10px);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.primary-cta,
.filled-button {
  background: var(--sky-deep);
}

.hero-actions .filled-button,
.hero-actions .outline-button {
  min-height: 52px;
  padding: 13px 24px;
  border-radius: 6px;
  font-size: 16px;
}

.hero-actions .outline-button {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(12px);
}

.hero-scroll-cue {
  left: 0;
  right: auto;
  bottom: max(32px, calc(env(safe-area-inset-bottom) + 26px));
  width: auto;
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  letter-spacing: 0.05em;
}

.care-hero {
  min-height: 88svh;
  background: #081423;
}

.care-hero > img {
  object-position: 48% center;
}

.care-hero .hero-shade.soft {
  background:
    linear-gradient(90deg, rgba(8, 20, 35, 0.78) 0%, rgba(8, 20, 35, 0.18) 58%, rgba(8, 20, 35, 0.18) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.42));
}

.care-copy {
  place-content: center start;
  max-width: 1180px;
  padding: 100px 0 80px;
  text-align: left;
  width: min(1180px, calc(100% - 72px));
}

.care-copy h1 {
  max-width: 560px;
  font-size: clamp(38px, 5vw, 66px);
}

.care-copy h1 i {
  color: var(--sun);
  font-family: inherit;
  font-style: normal;
  font-weight: 900;
}

.care-copy > p:last-child {
  max-width: 520px;
  margin: 22px 0 0;
  font-size: clamp(16px, 1.55vw, 20px);
}

.trust-strip {
  position: relative;
  z-index: 2;
  margin-top: 0;
  padding: clamp(54px, 7vw, 82px) 0;
  background: #fff;
}

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

.trust-strip article {
  min-height: 178px;
  display: grid;
  align-content: start;
  padding: 28px;
  background: #fff;
  border: 1px solid rgba(28, 39, 61, 0.1);
  border-radius: 8px;
  box-shadow: 0 14px 36px rgba(25, 46, 76, 0.06);
}

.trust-strip span {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 18px;
  padding-bottom: 5px;
  color: var(--sky-deep);
  border-bottom: 2px solid rgba(23, 111, 186, 0.22);
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
}

.trust-strip strong {
  display: block;
  color: var(--navy);
  font-size: 22px;
  line-height: 1.28;
}

.trust-strip p {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.72;
}

.page-hero,
.admission-hero,
.facility-hero {
  min-height: 40svh;
  background: #0b1a2c;
}

.page-hero img,
.admission-hero img,
.facility-hero img {
  height: 40svh;
  opacity: 0.64;
  filter: saturate(0.98) contrast(1.04);
}

.page-hero::after,
.admission-hero::after,
.facility-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 21, 40, 0.2), rgba(7, 21, 40, 0.64));
}

.page-hero-copy,
.admission-hero > div,
.facility-hero > div {
  z-index: 1;
}

.page-hero h2,
.admission-hero h2,
.facility-hero h2 {
  font-size: clamp(38px, 5.2vw, 70px);
}

.greeting-detail {
  padding: 104px 0;
  background:
    radial-gradient(circle at 14% 10%, rgba(79, 168, 222, 0.12), transparent 30%),
    linear-gradient(180deg, #fffdf8, #f6fbff);
}

.greeting-detail .section-inner.narrow {
  width: min(980px, calc(100% - 48px));
}

.text-card {
  position: relative;
  padding: clamp(28px, 4vw, 52px);
  background: #fff;
  border: 1px solid rgba(23, 111, 186, 0.14);
  border-radius: 8px;
  box-shadow: var(--shadow-soft);
}

.text-card::before {
  content: "";
  position: absolute;
  top: 24px;
  bottom: 24px;
  left: 0;
  width: 5px;
  background: linear-gradient(180deg, var(--sky), var(--sun));
}

.services {
  padding: 108px 0;
  background: #f4f9fd;
}

.service-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.service-card {
  border: 1px solid rgba(23, 111, 186, 0.12);
  border-radius: 8px;
  box-shadow: var(--shadow-soft);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 56px rgba(25, 46, 76, 0.14);
}

.service-card img {
  aspect-ratio: 4 / 3;
}

.service-card div {
  min-height: 160px;
}

.service-card h3 {
  color: var(--navy);
  line-height: 1.35;
}

.service-card p {
  color: var(--muted);
}

.admission {
  background:
    linear-gradient(180deg, rgba(7, 21, 40, 0.95), rgba(17, 39, 66, 0.98)),
    var(--navy);
}

.tabs button {
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}

.tabs button.active {
  color: #083056;
  background: var(--sun);
}

.tab-panel {
  border: 1px solid rgba(23, 111, 186, 0.14);
  border-radius: 8px;
  box-shadow: var(--shadow-soft);
}

.insurance-steps article,
.insurance-intro {
  background: #f7fbff;
  border-radius: 8px;
}

.process-list span {
  color: #0b3156;
  background: linear-gradient(180deg, #fff7cf, #eaf7ff);
  border: 1px solid rgba(23, 111, 186, 0.14);
}

.facility {
  background: #fffdf8;
}

.facility-info-card {
  background: linear-gradient(180deg, #ffffff, #f5fbff);
  border-radius: 8px;
  box-shadow: var(--shadow-soft);
}

.gallery-heading {
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(23, 111, 186, 0.14);
}

.gallery-filters button {
  background: #fff;
  border-color: rgba(23, 111, 186, 0.2);
}

.gallery-filters button.active {
  color: #fff;
  background: var(--sky);
  border-color: var(--sky);
  box-shadow: 0 12px 28px rgba(79, 168, 222, 0.28);
}

.facility-gallery figure {
  background: #fff;
  border-radius: 8px;
  box-shadow: var(--shadow-soft);
}

.contact {
  background:
    linear-gradient(135deg, rgba(23, 111, 186, 0.12), rgba(255, 216, 77, 0.16)),
    #f8fbff;
}

.contact-grid > div:first-child {
  position: sticky;
  top: 112px;
}

.contact .filled-button {
  min-height: 54px;
  border-radius: 6px;
}

.contact-form {
  border-radius: 8px;
  box-shadow: var(--shadow-soft);
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  outline: 3px solid rgba(79, 168, 222, 0.26);
  border-color: var(--sky);
  background: #fff;
}

.contact-form button {
  background: var(--sky-deep);
}

.location {
  background: #fffdf8;
}

.location-grid > div:first-child {
  padding: clamp(24px, 4vw, 42px);
  background: #fff;
  border: 1px solid rgba(23, 111, 186, 0.12);
  border-radius: 8px;
  box-shadow: var(--shadow-soft);
}

.map-card {
  border-radius: 8px;
}

.philosophy {
  min-height: 64svh;
}

.section-overlay {
  background: linear-gradient(90deg, rgba(7, 21, 40, 0.82), rgba(7, 21, 40, 0.68));
}

.philosophy-lines {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  place-content: center;
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
  text-align: left;
}

.philosophy-lines p {
  min-height: 210px;
  align-content: start;
  padding: 28px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  backdrop-filter: blur(12px);
}

.site-footer {
  padding-bottom: 96px;
  background: #071528;
}

@media (max-width: 1100px) {
  .service-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .care-tools {
    width: 160px;
  }
}

@media (max-width: 980px) {
  .trust-grid,
  .philosophy-lines {
    grid-template-columns: 1fr;
  }

  .trust-strip {
    margin-top: 0;
    padding: 48px 0 56px;
    background: #fff;
  }

  .contact-grid > div:first-child {
    position: static;
  }
}

@media (max-width: 760px) {
  body {
    padding-bottom: 76px;
  }

  .site-header {
    height: 66px;
  }

  .mobile-menu {
    top: 66px;
  }

  .care-tools {
    left: 16px;
    right: 16px;
    bottom: 82px;
    width: auto;
    grid-template-columns: auto 1fr;
    align-items: center;
    padding: 10px 12px;
  }

  .care-tool-group {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .care-tool-group button[data-contrast-control] {
    grid-column: auto;
  }

  .quick-contact {
    bottom: 12px;
    width: min(100% - 20px, 540px);
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .quick-contact a {
    min-height: 50px;
    font-size: 13px;
  }

  .hero-content {
    place-content: center;
    justify-items: center;
    width: min(100% - 36px, 620px);
    text-align: center;
  }

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

  .hero-logo-wrap .hero-logo-title img {
    width: min(82vw, 360px);
  }

  .hero-subtitle {
    font-size: clamp(23px, 7.4vw, 32px);
    line-height: 1.22;
  }

  .hero-points {
    justify-content: center;
  }

  .hero-points span {
    font-size: 13px;
  }

  .hero-actions {
    justify-content: center;
    width: 100%;
  }

  .hero-actions .filled-button,
  .hero-actions .outline-button {
    flex: 1 1 150px;
    min-width: 0;
    padding: 12px 14px;
    font-size: 14px;
  }

  .hero-scroll-cue {
    left: 50%;
    bottom: 146px;
    transform: translateX(-50%);
    white-space: nowrap;
  }

  .care-hero {
    min-height: 82svh;
  }

  .care-copy {
    width: min(100% - 36px, 520px);
    place-content: end center;
    padding: 0 0 130px;
    text-align: center;
  }

  .care-copy h1 {
    font-size: clamp(30px, 9vw, 42px);
  }

  .care-copy > p:last-child {
    margin: 18px auto 0;
    font-size: 15px;
  }

  .trust-grid {
    gap: 12px;
  }

  .trust-strip article {
    min-height: auto;
    padding: 20px;
  }

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

  .service-card {
    grid-template-columns: minmax(112px, 38%) 1fr;
  }

  .page-hero,
  .admission-hero,
  .facility-hero {
    min-height: 32svh;
  }

  .page-hero img,
  .admission-hero img,
  .facility-hero img {
    height: 32svh;
  }

  .text-card::before {
    top: 18px;
    bottom: 18px;
  }

  .gallery-heading {
    align-items: stretch;
  }

  .gallery-filters {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gallery-filters button {
    width: 100%;
  }

  .philosophy-lines p {
    min-height: auto;
  }
}

@media (max-width: 420px) {
  .care-tools {
    gap: 8px;
  }

  .care-tools strong {
    font-size: 12px;
  }

  .care-tool-group button {
    min-height: 34px;
    padding: 6px 4px;
    font-size: 12px;
  }

  .quick-contact a {
    font-size: 12px;
  }

  .hero-points {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }

  .hero-points span {
    display: grid;
    place-items: center;
    min-height: 42px;
    padding: 7px 5px;
    font-size: 12px;
    line-height: 1.25;
  }

  .hero-scroll-cue {
    display: none;
  }
}

.service-card p,
.tab-panel p,
.plain-list,
.insurance-steps p,
.longterm-table th,
.longterm-table td,
.fee-table th,
.fee-table td,
.facility-info-card p,
.facility-info-card dt,
.facility-info-card dd,
.gallery-filters button,
.contact p,
.contact-form label,
.contact-form input,
.contact-form select,
.contact-form textarea,
.contact-form button,
.location p,
.location dt,
.location dd,
.site-footer p,
.quick-contact a,
.care-tool-group button {
  font-size: calc(1rem * var(--font-scale));
}

.service-card h3,
.tab-panel h3,
.insurance-steps strong,
.trust-strip strong,
.facility-info-card h3 {
  font-size: calc(1.25rem * var(--font-scale));
}

.text-card p {
  font-size: calc(1.28rem * var(--font-scale));
}

@media (max-width: 640px) {
  .service-card p,
  .tab-panel p,
  .plain-list,
  .insurance-steps p,
  .longterm-table th,
  .longterm-table td,
  .fee-table th,
  .fee-table td,
  .facility-info-card p,
  .facility-info-card dt,
  .facility-info-card dd,
  .gallery-filters button,
  .contact p,
  .contact-form label,
  .contact-form input,
  .contact-form select,
  .contact-form textarea,
  .contact-form button,
  .location p,
  .location dt,
  .location dd,
  .site-footer p,
  .quick-contact a,
  .care-tool-group button {
    font-size: calc(0.94rem * var(--font-scale));
  }

  .service-card h3,
  .tab-panel h3,
  .insurance-steps strong,
  .trust-strip strong,
  .facility-info-card h3 {
    font-size: calc(1.12rem * var(--font-scale));
  }

  .text-card p {
    font-size: calc(1.16rem * var(--font-scale));
  }
}

/* Floating consultation button */
.care-tools {
  position: fixed;
  z-index: 35;
  left: auto;
  right: clamp(18px, 3vw, 34px);
  bottom: max(22px, env(safe-area-inset-bottom));
  display: grid;
  justify-items: end;
  gap: 10px;
  width: auto;
  padding: 0;
  color: var(--navy);
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  backdrop-filter: none;
}

.care-font-tools {
  position: absolute;
  right: 0;
  bottom: 82px;
  display: inline-flex;
  gap: 6px;
  padding: 6px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(23, 111, 186, 0.16);
  border-radius: 999px;
  box-shadow: 0 12px 28px rgba(25, 46, 76, 0.12);
}

.care-font-tools button {
  min-height: 34px;
  min-width: 72px;
  padding: 0 11px;
  color: var(--navy);
  background: transparent;
  border: 0;
  border-radius: 999px;
  font: inherit;
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
  cursor: pointer;
}

.care-font-tools button.active {
  color: #fff;
  background: var(--sky-deep);
}

.care-widget-toggle {
  display: grid;
  place-items: center;
  align-content: center;
  gap: 2px;
  width: 72px;
  height: 72px;
  padding: 0;
  color: #fff;
  background: linear-gradient(135deg, var(--sky-deep), var(--sky));
  border: 0;
  border-radius: 50%;
  box-shadow: 0 18px 42px rgba(23, 111, 186, 0.35);
  font: inherit;
  font-size: 18px;
  font-weight: 900;
  cursor: pointer;
}

.care-widget-icon {
  display: block;
  font-size: 25px;
  line-height: 1;
}

.care-widget-label {
  display: block;
  font-size: 13px;
  line-height: 1;
}

.care-widget-toggle::after {
  content: "";
  position: absolute;
  inset: -7px;
  border: 1px solid rgba(79, 168, 222, 0.3);
  border-radius: 50%;
  pointer-events: none;
}

.care-tool-panel {
  position: absolute;
  left: auto;
  right: 0;
  bottom: 136px;
  display: grid;
  gap: 8px;
  width: 156px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(23, 111, 186, 0.18);
  border-radius: 8px;
  box-shadow: var(--shadow-strong);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px) scale(0.96);
  transform-origin: right bottom;
  transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
}

.care-tools.open .care-tool-panel {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}

.care-tool-panel strong {
  padding: 4px 4px 2px;
  color: var(--navy);
  font-size: 14px;
  line-height: 1.25;
}

.care-tool-panel button,
.care-tool-panel a {
  display: grid;
  place-items: center;
  min-height: 42px;
  padding: 9px 10px;
  color: var(--navy);
  background: #f4f9fd;
  border: 1px solid rgba(23, 111, 186, 0.16);
  border-radius: 6px;
  font: inherit;
  font-size: calc(0.94rem * var(--font-scale));
  font-weight: 900;
  text-align: center;
  cursor: pointer;
}

.care-tool-panel button.active,
.care-tool-panel a {
  color: #fff;
  background: var(--sky-deep);
  border-color: var(--sky-deep);
}

@media (max-width: 760px) {
  body {
    padding-bottom: 0;
  }

  .care-tools {
    left: auto;
    right: 18px;
    bottom: max(18px, env(safe-area-inset-bottom));
    width: auto;
    padding: 0;
  }

  .care-font-tools {
    bottom: 74px;
    gap: 5px;
    padding: 5px;
  }

  .care-font-tools button {
    min-height: 32px;
    min-width: 64px;
    padding: 0 9px;
    font-size: 11px;
  }

  .care-widget-toggle {
    width: 64px;
    height: 64px;
    font-size: 16px;
  }

  .care-widget-icon {
    font-size: 23px;
  }

  .care-widget-label {
    font-size: 12px;
  }

  .care-tool-panel {
    bottom: 124px;
    width: 150px;
  }
}

@media (max-width: 420px) {
  .care-tools {
    gap: 0;
  }

  .care-tools strong {
    font-size: 13px;
  }

  .care-tool-panel button,
  .care-tool-panel a {
    min-height: 40px;
    padding: 8px 10px;
    font-size: calc(0.9rem * var(--font-scale));
  }
}

/* Clean hero keywords and brand philosophy */
.hero-points {
  --hero-keyword-gap: clamp(14px, 2.2vw, 24px);
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: var(--hero-keyword-gap);
  width: max-content;
  max-width: calc(100vw - 36px);
  margin-top: 14px;
  padding: 0;
  overflow: visible;
  background: none !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

.hero-points span {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: auto;
  padding: 0 !important;
  color: rgba(255, 255, 255, 0.86);
  white-space: nowrap;
  background: none !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  font-size: clamp(12px, 1.35vw, 15px);
  font-weight: 700;
  line-height: 1.5;
}

.hero-points span::before {
  content: "";
  position: absolute;
  left: calc((var(--hero-keyword-gap) / -2) - 2px);
  top: 50%;
  display: block;
  width: 3px;
  height: 3px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 999px;
  transform: translateY(-50%);
}

.hero-points span:first-child {
  padding-left: 0 !important;
}

.hero-points span:first-child::before {
  display: none;
}

.philosophy {
  min-height: auto;
  overflow: hidden;
  padding: clamp(88px, 11vw, 150px) 0;
}

.philosophy > img {
  position: absolute;
  inset: 0;
  min-height: 100%;
  opacity: 0.62;
}

.philosophy .section-overlay {
  background: linear-gradient(90deg, rgba(7, 21, 40, 0.9), rgba(7, 21, 40, 0.7));
}

.philosophy-lines {
  position: relative;
  inset: auto;
  align-items: start;
  gap: clamp(28px, 4vw, 56px);
  padding: 0 24px;
}

.philosophy-lines p {
  min-height: auto;
  padding: 0 0 0 20px;
  background: transparent;
  border: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 0;
  box-shadow: none;
  backdrop-filter: none;
}

.philosophy-lines em {
  margin-bottom: 2px;
  font-size: clamp(34px, 4.4vw, 64px);
}

.philosophy-lines strong {
  font-size: clamp(22px, 2.5vw, 34px);
  line-height: 1.28;
}

.philosophy-lines span {
  max-width: 260px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(15px, 1.45vw, 18px);
  line-height: 1.7;
}

.hero-actions {
  gap: 10px;
  margin-top: 22px;
}

.hero-actions .filled-button,
.hero-actions .outline-button {
  min-height: 50px;
  padding: 13px 22px;
  border-radius: 8px;
  font-size: 15px;
}

.hero-actions .filled-button {
  background: linear-gradient(135deg, #1677c7, #42a6df);
  box-shadow: 0 16px 36px rgba(22, 119, 199, 0.32);
}

.hero-actions .outline-button {
  background: rgba(255, 255, 255, 0.075);
  border-color: rgba(255, 255, 255, 0.34);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

@media (max-width: 760px) {
  .hero-points {
    --hero-keyword-gap: clamp(7px, 2.2vw, 12px);
    display: flex;
    flex-wrap: nowrap;
    width: max-content;
    max-width: calc(100vw - 36px);
    gap: var(--hero-keyword-gap);
    margin-top: 13px;
  }

  .hero-points span {
    min-height: auto;
    padding: 0 !important;
    font-size: clamp(9.5px, 2.75vw, 12.5px);
    line-height: 1.45;
  }

  .hero-points span::before {
    left: calc((var(--hero-keyword-gap) / -2) - 1.5px);
    width: 2.5px;
    height: 2.5px;
  }

  .hero-actions {
    gap: 10px;
    margin-top: 18px;
  }

  .hero-actions .filled-button,
  .hero-actions .outline-button {
    min-height: 50px;
    padding: 12px 12px;
    font-size: 14px;
  }

  .philosophy {
    padding: 76px 0 82px;
    overflow: hidden;
  }

  .philosophy > img {
    position: absolute;
    inset: 0;
    height: 100%;
    min-height: 100%;
  }

  .philosophy .section-overlay {
    background: linear-gradient(180deg, rgba(7, 21, 40, 0.9), rgba(7, 21, 40, 0.78));
  }

  .philosophy-lines {
    position: relative;
    inset: auto;
    width: min(100% - 48px, 420px);
    gap: 34px;
    padding: 0;
  }

  .philosophy-lines p {
    padding-left: 18px;
  }

  .philosophy-lines em {
    font-size: 38px;
  }

  .philosophy-lines strong {
    font-size: 23px;
  }

  .philosophy-lines span {
    max-width: none;
    font-size: 15px;
  }
}

@media (max-width: 420px) {
  .hero-points {
    --hero-keyword-gap: 8px;
    width: max-content;
    max-width: calc(100vw - 28px);
    gap: var(--hero-keyword-gap);
  }

  .hero-points span {
    min-height: auto;
    padding: 0 !important;
    font-size: clamp(10px, 2.9vw, 11.5px);
  }
}
