:root {
  --field: #e6e2e9;
  --paper: #f5f0ec;
  --white: #ffffff;
  --ink: #152019;
  --muted: #766f79;
  --line: rgba(21, 32, 25, 0.18);
  --accent: #b75b44;
  --accent-dark: #963f2d;
  --footer: #738886;
  --footer-ink: #f6f3f0;
  --header-h: 81px;
  --content: 1170px;
  --serif: Iowan Old Style, Baskerville, "Times New Roman", serif;
  --sans: Pretendard, Inter, "Noto Sans KR", "Apple SD Gothic Neo", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body { margin: 0; min-width: 320px; overflow-x: clip; color: var(--ink); background: var(--white); font-family: var(--sans); font-size: 16px; line-height: 1.55; padding-top: var(--header-h); }
body.menu-open { overflow: hidden; }
img { display: block; width: 100%; height: 100%; }
figure, h1, h2, p { margin: 0; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
:focus-visible { outline: 3px solid color-mix(in srgb, var(--accent), white 25%); outline-offset: 4px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 2000; top: 8px; left: 8px; padding: 12px 16px; background: var(--ink); color: white; transform: translateY(-160%); }
.skip-link:focus { transform: none; }

.site-header { position: fixed; z-index: 1000; top: 0; left: 0; width: 100%; height: var(--header-h); background: rgba(255,255,255,.97); border-bottom: 1px solid var(--line); }
.header-inner { height: 100%; display: flex; align-items: center; padding: 0 15px 0 48px; gap: 22px; }
.wordmark { width: 175px; flex: 0 0 175px; display: flex; flex-direction: column; align-items: flex-start; font-size: 22px; font-weight: 700; letter-spacing: .16em; line-height: 1.05; }
.desktop-nav { margin-left: 25px; display: flex; align-items: center; gap: clamp(16px, 1.7vw, 27px); white-space: nowrap; }
.desktop-nav a { position: relative; font-size: 14px; font-weight: 650; }
.desktop-nav a::after { content: ""; position: absolute; right: 0; bottom: -8px; left: 0; height: 1px; background: var(--accent); transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.header-actions { margin-left: auto; height: 100%; display: flex; align-items: center; gap: 14px; }
.header-phone { min-height: 44px; display: flex; align-items: center; gap: 10px; font-weight: 600; white-space: nowrap; }
.header-phone svg, .mobile-contact-phone svg { width: 21px; fill: none; stroke: var(--accent); stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.pill { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; padding: 0 26px; font-size: 14px; font-weight: 700; transition: background .2s ease, transform .2s ease, color .2s ease; }
.pill:hover { transform: translateY(-2px); }
.pill-accent { min-width: 126px; height: 49px; color: white; background: var(--accent); }
.pill-accent:hover { background: var(--accent-dark); }
.pill-light { background: white; }
.pill-paper { background: var(--paper); }
.icon-button { width: 47px; height: 54px; padding: 0; border: 0; border-left: 1px solid var(--line); background: transparent; display: grid; place-items: center; cursor: pointer; }
.icon-button svg { width: 21px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; }
.mobile-search, .menu-toggle { display: none; }

.search-panel { position: absolute; top: 80px; right: 0; left: 0; min-height: 164px; padding: 28px max(48px, calc((100vw - var(--content))/2)); background: white; border-bottom: 1px solid var(--line); box-shadow: 0 18px 30px rgba(21,32,25,.08); }
.search-panel[hidden] { display: none; }
.search-panel label { display: block; margin-bottom: 9px; font-family: var(--serif); font-size: 22px; }
.search-form > div { display: flex; max-width: 720px; border-bottom: 1px solid var(--ink); }
.search-form input { width: 100%; min-height: 48px; border: 0; background: transparent; outline: 0; }
.search-form button, .search-close { min-width: 68px; min-height: 44px; border: 0; background: transparent; cursor: pointer; text-decoration: underline; text-underline-offset: 6px; }
.search-close { position: absolute; top: 28px; right: 48px; }
.form-status { min-height: 24px; margin-top: 8px; color: var(--muted); font-size: 13px; }
.mobile-menu[hidden] { display: none; }

.collage { position: relative; overflow: hidden; background: var(--field); }
.collage figure { position: absolute; overflow: hidden; }
.collage img { object-fit: cover; }
.collage-title { position: absolute; z-index: 4; text-align: center; }
.collage-title p { font-size: 19px; font-weight: 700; }
.collage-title h1, .collage-title h2 { margin: 5px 0 0; font-family: var(--serif); font-weight: 400; font-size: clamp(88px, 8.2vw, 118px); line-height: .88; letter-spacing: -.055em; }
.collage-title span { display: block; }
.text-link { display: inline-block; margin-top: 12px; padding-bottom: 3px; border-bottom: 1px solid color-mix(in srgb, var(--accent), white 35%); font-weight: 600; }
.collage-hero { height: 850px; }
.hero-interior { left: 3.333%; top: 39px; width: 45.625%; height: 731px; }
.hero-interior img { object-position: 50% 50%; }
.hero-portrait { left: 68.194%; top: 39px; width: 20.278%; height: 224px; }
.hero-portrait img { object-position: 50% 42%; }
.hero-building { left: 84.306%; top: 219px; width: 12.708%; height: 268px; }
.hero-building img { object-position: 50% 48%; }
.hero-title { top: 126px; left: 24.4%; width: 49%; }
.hero-copy { position: absolute; z-index: 4; top: 412px; left: 58.35%; width: 305px; padding-left: 16px; border-left: 1px solid var(--ink); font-size: 19px; line-height: 1.55; }
.quality-note { position: absolute; z-index: 4; top: 626px; left: 59%; display: flex; align-items: center; gap: 12px; color: var(--muted); font-size: 12px; line-height: 1.12; }
.quality-note .quality-mark { width: 45px; height: 45px; display: grid; place-items: center; border: 5px solid var(--accent); border-right-color: transparent; border-radius: 50%; color: var(--accent); font-family: var(--serif); font-size: 23px; }
.quality-note small { margin-left: 25px; font-size: 8px; letter-spacing: .06em; }

.collage-precision { height: 790px; }
.precision-doctor { left: 51.04%; top: 0; width: 45.625%; height: 790px; }
.precision-doctor img { object-position: 54% 35%; }
.precision-skin { left: 11.53%; top: 0; width: 20.28%; height: 224px; }
.precision-skin img { object-position: 50% 48%; }
.precision-eye { left: 3.68%; top: 180px; width: 12.71%; height: 268px; }
.precision-eye img { object-position: 50% 38%; }
.precision-title { top: 131px; left: 26%; width: 42%; }
.precision-copy { position: absolute; z-index: 4; top: 344px; left: 24.8%; width: 255px; padding-left: 15px; border-left: 1px solid var(--ink); font-size: 14px; }

.care-section { height: 1040px; background: var(--paper); padding-top: 112px; text-align: center; }
.care-copy { width: min(660px, calc(100% - 40px)); margin: 0 auto; }
.care-copy h2 { font-family: var(--serif); font-size: 39px; font-weight: 400; line-height: 1.12; }
.care-copy p { margin-top: 13px; color: var(--muted); font-size: 14px; }
.care-copy .accent-copy { color: var(--accent); font-weight: 650; }
.care-image { width: 930px; height: 459px; margin: 135px auto 0; overflow: hidden; }
.care-image img { object-fit: cover; object-position: 50% 52%; }

.recognition-section { height: 1100px; background: var(--paper); overflow: hidden; }
.recognition-inner { position: relative; width: var(--content); height: 100%; margin: 0 auto; }
.recognition-title { position: absolute; top: 72px; left: 0; width: 510px; font-family: var(--serif); font-size: 66px; font-weight: 400; line-height: 1.02; letter-spacing: -.025em; }
.recognition-copy { position: absolute; top: 307px; left: 225px; width: 300px; color: var(--muted); font-size: 14px; }
.recognition-copy .pill { margin-top: 30px; color: var(--ink); }
.recognition-list { position: absolute; top: 302px; right: 0; width: 690px; border-top: 1px solid var(--line); }
.recognition-list > div { min-height: 57px; display: grid; grid-template-columns: 60px minmax(240px,1fr) 190px; align-items: center; gap: 0; border-bottom: 1px solid var(--line); font-size: 14px; }
.recognition-list strong { font-weight: 700; }
.recognition-list span { color: var(--muted); }
.recognition-list .older { opacity: .28; transition: opacity .25s ease; }
.recognition-list.is-expanded .older { opacity: 1; }
.load-more { min-height: 48px; padding: 0; border: 0; border-bottom: 1px solid var(--ink); background: transparent; cursor: pointer; font-weight: 650; }
.recognition-room-a { position: absolute; left: -120px; bottom: 56px; width: 230px; height: 307px; overflow: hidden; }
.recognition-room-b { position: absolute; left: 110px; bottom: 0; width: 460px; height: 291px; overflow: hidden; box-shadow: 23px 22px 45px rgba(21,32,25,.12); }
.recognition-room-a img, .recognition-room-b img { object-fit: cover; object-position: 50% 50%; }

.facility-section { height: 1005px; background: white; }
.facility-inner { width: var(--content); height: 100%; margin: 0 auto; display: grid; grid-template-columns: 470px 1fr; gap: 130px; padding-top: 156px; }
.facility-copy { padding-left: 0; }
.facility-copy h2 { font-family: var(--serif); font-size: 45px; font-weight: 400; line-height: 1.02; }
.facility-copy > p { width: 360px; margin-top: 23px; color: var(--muted); font-size: 13px; }
.trust-row { display: flex; gap: 20px; margin-top: 30px; font-size: 10px; }
.trust-row span { display: flex; flex-direction: column; }
.trust-row small { color: var(--muted); }
.trust-row strong { margin-top: 3px; }
.facility-copy > .pill { margin-top: 29px; }
.articles { width: 360px; margin-top: 30px; border-top: 1px solid var(--line); }
.articles a { display: grid; grid-template-columns: 68px 1fr; gap: 13px; align-items: center; min-height: 92px; border-bottom: 1px solid var(--line); font-size: 13px; font-weight: 650; }
.articles img { width: 68px; height: 68px; object-fit: cover; transition: transform .25s ease; }
.articles a:hover img { transform: scale(1.04); }
.articles small { display: block; margin-bottom: 4px; color: var(--muted); font-size: 10px; font-weight: 400; }
.facility-image { width: 570px; height: 589px; overflow: hidden; box-shadow: 20px 24px 40px rgba(21,32,25,.13); }
.facility-image img { object-fit: cover; object-position: 50% 52%; }

.history-section { position: relative; height: 1044px; background: white; overflow: hidden; padding-top: 78px; }
.history-intro { width: var(--content); margin: 0 auto; display: grid; grid-template-columns: 1fr 380px; gap: 90px; align-items: start; }
.history-intro h2 { font-family: var(--serif); font-size: 48px; font-weight: 400; line-height: 1.03; }
.history-intro .pill { margin-top: 35px; }
.history-intro > p { margin-top: 4px; color: var(--muted); font-size: 13px; }
.history-controls { position: absolute; z-index: 3; top: 468px; left: max(15px, calc((100vw - var(--content))/2 - 70px)); display: flex; flex-direction: column; gap: 8px; }
.history-controls button { width: 48px; height: 48px; border: 1px solid var(--line); border-radius: 50%; background: white; cursor: pointer; transition: background .2s ease; }
.history-controls button:hover { background: var(--paper); }
.history-rail { position: absolute; top: 438px; left: max(0px, calc((100vw - var(--content))/2)); width: calc(100vw - max(0px, calc((100vw - var(--content))/2))); display: grid; grid-auto-flow: column; grid-auto-columns: 278px; gap: 20px; padding: 0 70px 20px 58px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: x mandatory; scrollbar-width: none; cursor: grab; }
.history-rail::-webkit-scrollbar { display: none; }
.history-rail.is-dragging { cursor: grabbing; user-select: none; }
.history-card { scroll-snap-align: start; border-top: 1px solid var(--line); padding-top: 17px; }
.history-card time { display: flex; flex-direction: column; min-height: 55px; font-size: 12px; }
.history-card time small { margin-top: 4px; color: var(--muted); }
.history-card img, .history-text-card > div { width: 278px; height: 239px; object-fit: cover; object-position: center; }
.history-card p { margin-top: 15px; font-size: 12px; font-weight: 700; line-height: 1.35; }
.history-text-card > div { display: grid; place-items: center; background: var(--field); font-family: var(--serif); font-size: 120px; color: var(--accent); }

.quality-strip { height: 90px; display: flex; align-items: center; justify-content: center; gap: 13px; background: var(--paper); color: var(--muted); font-size: 11px; }
.quality-strip .quality-emblem { width: 43px; height: 43px; display: grid; place-items: center; border: 4px solid var(--accent); border-right-color: transparent; border-radius: 50%; color: var(--accent); font-family: var(--serif); font-size: 22px; }
.quality-strip i { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); }
.award-strip { height: 248px; padding: 26px 20px 15px; background: white; }
.award-grid { max-width: 1380px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); row-gap: 30px; }
.award-grid > div { position: relative; text-align: center; }
.award-grid > div::before, .award-grid > div::after { content: ""; position: absolute; top: 20px; width: 19px; height: 32px; border: 2px solid var(--accent); border-top-color: transparent; border-bottom-color: transparent; border-radius: 50%; opacity: .45; }
.award-grid > div::before { left: 18px; border-right-color: transparent; }
.award-grid > div::after { right: 18px; border-left-color: transparent; }
.award-grid small, .award-grid span { display: block; font-size: 9px; }
.award-grid strong { display: block; font-size: 18px; line-height: 1.2; }
.award-strip > p { margin-top: 17px; text-align: center; color: var(--muted); font-size: 10px; }

.newsletter { height: 320px; padding-top: 66px; background: var(--paper); text-align: center; }
.newsletter h2 { font-size: 28px; font-weight: 500; }
.newsletter > p { margin-top: 12px; font-size: 13px; }
.newsletter-form { width: 550px; max-width: calc(100% - 40px); height: 46px; margin: 25px auto 0; display: grid; grid-template-columns: 1fr 70px; gap: 8px; }
.newsletter-form input { min-width: 0; padding: 0 18px; border: 0; border-radius: 999px; background: white; outline: 0; }
.newsletter-form button { border: 0; border-radius: 999px; color: white; background: var(--accent); cursor: pointer; }
.newsletter-status { min-height: 22px; color: var(--accent-dark); }
.newsletter > small { display: block; margin-top: 5px; color: var(--muted); font-size: 10px; }

.site-footer { height: 502px; padding: 55px 63px 0; color: var(--footer-ink); background: var(--footer); }
.footer-grid { display: grid; grid-template-columns: 2fr 1.2fr 1.35fr 1.45fr 1fr; gap: 65px; }
.footer-logo { display: flex; align-items: center; gap: 20px; font-weight: 700; letter-spacing: .13em; line-height: 1.25; }
.logo-ring { width: 76px; height: 76px; display: grid; place-items: center; border: 8px dotted rgba(255,255,255,.88); border-right-color: transparent; border-radius: 50%; font-family: var(--serif); font-size: 31px; }
.footer-brand p { width: 275px; margin-top: 30px; color: rgba(255,255,255,.67); font-size: 12px; }
.footer-brand address { margin-top: 20px; color: rgba(255,255,255,.8); font-size: 12px; font-style: normal; }
.footer-grid h2 { margin: 0 0 12px; font-size: 18px; }
.footer-grid h2:not(:first-child) { margin-top: 19px; }
.footer-grid > div:not(.footer-brand) a { display: block; margin: 7px 0; color: rgba(255,255,255,.86); font-size: 12px; }
.footer-grid > div:not(.footer-brand) a:hover { text-decoration: underline; text-underline-offset: 4px; }
.footer-legal { margin-top: 83px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.18); display: flex; justify-content: space-between; gap: 20px; color: rgba(255,255,255,.72); font-size: 9px; }
.footer-legal nav { display: flex; flex-wrap: wrap; gap: 18px; }
.mobile-contact { display: none; }

.js .reveal-image { clip-path: inset(0 0 100% 0); transform: translateY(10px); }
.js .reveal-image.is-visible { animation: imageReveal .78s cubic-bezier(.2,.75,.25,1) forwards; }
.js .reveal-text { opacity: 0; transform: translateY(14px); }
.js .reveal-text.is-visible { animation: textReveal .55s ease-out forwards; }
.js .delay-1.is-visible { animation-delay: .09s; }
.js .delay-2.is-visible { animation-delay: .17s; }
@keyframes imageReveal { to { clip-path: inset(0); transform: none; } }
@keyframes textReveal { to { opacity: 1; transform: none; } }

@media (max-width: 1180px) {
  :root { --content: calc(100vw - 80px); }
  .header-inner { padding-left: 28px; gap: 14px; }
  .wordmark { width: 145px; flex-basis: 145px; font-size: 18px; }
  .desktop-nav { margin-left: 0; gap: 13px; }
  .desktop-nav a { font-size: 12px; }
  .header-phone span { display: none; }
  .header-actions .pill { min-width: 108px; padding: 0 18px; }
  .recognition-copy { left: 12%; }
  .recognition-list { width: 55%; }
  .recognition-room-a { left: 0; }
  .recognition-room-b { left: 130px; width: 38%; }
  .facility-inner { grid-template-columns: 42% 1fr; gap: 8%; }
  .facility-image { width: 100%; }
}

@media (max-width: 820px) {
  :root { --header-h: 75px; --content: calc(100vw - 40px); }
  body { padding-bottom: 75px; }
  .site-header { height: 75px; }
  .header-inner { padding: 0 20px; justify-content: space-between; }
  .wordmark { position: absolute; left: 50%; width: auto; transform: translateX(-50%); align-items: center; flex-basis: auto; font-size: 18px; line-height: 1.08; }
  .desktop-nav, .header-actions { display: none; }
  .mobile-search { display: grid; border: 0; width: 48px; height: 48px; }
  .mobile-search svg { width: 25px; }
  .menu-toggle { width: 48px; height: 48px; padding: 10px; display: flex; flex-direction: column; justify-content: center; gap: 6px; border: 0; background: transparent; cursor: pointer; }
  .menu-toggle span { display: block; width: 27px; height: 1.5px; margin-left: auto; background: var(--ink); transition: transform .2s ease, opacity .2s ease; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }
  .search-panel { top: 74px; min-height: 170px; padding: 25px 20px; }
  .search-close { top: 20px; right: 14px; }
  .mobile-menu { position: fixed; z-index: 900; inset: 75px 0 75px; padding: 38px 25px; overflow-y: auto; color: var(--ink); background: var(--paper); }
  .mobile-menu nav { display: grid; }
  .mobile-menu nav a { min-height: 66px; display: flex; align-items: center; border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: 29px; }
  .mobile-menu nav span { width: 40px; font-family: var(--sans); font-size: 10px; color: var(--muted); }
  .mobile-menu > p { margin-top: 34px; color: var(--muted); font-size: 13px; }

  .collage-hero { height: 695px; }
  .hero-interior { left: 15px; top: 15px; width: calc(100% - 30px); height: 420px; }
  .hero-interior img { object-position: 58% 50%; }
  .hero-portrait, .hero-building, .quality-note { display: none; }
  .hero-title { top: 400px; left: 16px; width: calc(100% - 32px); }
  .collage-title p { font-size: 16px; }
  .collage-title h1, .collage-title h2 { font-size: clamp(61px, 18vw, 74px); line-height: .86; }
  .hero-copy { top: 552px; left: 24px; width: calc(100% - 48px); padding: 0; border: 0; text-align: center; font-size: 16px; line-height: 1.7; }
  .hero-copy .text-link { margin-top: 11px; }

  .collage-precision { height: 875px; }
  .precision-doctor { top: 40px; right: 18px; left: auto; width: 67%; height: 460px; }
  .precision-doctor img { object-position: 58% 30%; }
  .precision-skin { top: 32px; left: 18px; width: 39%; height: 145px; }
  .precision-eye { top: 150px; left: 0; width: 27%; height: 205px; }
  .precision-title { top: 330px; left: 10px; width: calc(100% - 20px); }
  .precision-copy { top: 635px; left: 28px; width: calc(100% - 56px); padding: 0; border: 0; text-align: center; font-size: 15px; line-height: 1.75; }

  .care-section { height: 910px; padding-top: 90px; }
  .care-copy h2 { font-size: 33px; }
  .care-copy p { font-size: 13px; }
  .care-image { width: calc(100% - 30px); height: 430px; margin-top: 100px; }
  .care-image img { object-position: 54% 50%; }

  .recognition-section { height: auto; min-height: 1420px; padding: 75px 0 55px; }
  .recognition-inner { width: calc(100% - 40px); height: auto; min-height: 1290px; display: flex; flex-direction: column; }
  .recognition-title { position: static; order: 1; width: 100%; font-size: 54px; }
  .recognition-copy { position: static; order: 2; width: 100%; margin-top: 55px; font-size: 14px; }
  .recognition-list { position: static; order: 5; width: 100%; margin-top: 55px; }
  .recognition-list > div { grid-template-columns: 50px 1fr; min-height: 62px; }
  .recognition-list span { grid-column: 2; margin-top: -15px; padding-bottom: 8px; font-size: 11px; }
  .recognition-room-a { position: relative; order: 3; top: auto; right: auto; bottom: auto; left: auto; width: 38%; height: 245px; margin-top: 55px; }
  .recognition-room-b { position: relative; order: 4; top: auto; right: auto; bottom: auto; left: auto; align-self: flex-end; width: 70%; height: 225px; margin-top: -165px; }

  .facility-section { height: auto; padding: 85px 0 90px; }
  .facility-inner { width: calc(100% - 40px); display: block; padding: 0; }
  .facility-copy h2 { font-size: 36px; }
  .facility-copy > p, .articles { width: 100%; }
  .trust-row { justify-content: space-between; gap: 8px; }
  .facility-image { display: none; }
  .facility-copy { display: block; }
  .facility-copy > .pill { align-self: flex-start; }
  .articles a { min-height: 96px; }

  .history-section { height: 900px; padding-top: 85px; }
  .history-intro { width: calc(100% - 40px); display: flex; flex-direction: column; }
  .history-intro > div { display: contents; }
  .history-intro h2 { font-size: 43px; }
  .history-intro > p { order: 2; margin-top: 35px; max-width: 340px; }
  .history-intro h2 { order: 1; }
  .history-intro .pill { order: 3; align-self: flex-start; margin-top: 28px; }
  .history-controls { top: 380px; left: 20px; flex-direction: row; }
  .history-rail { top: 460px; left: 0; width: 100%; grid-auto-columns: 250px; padding: 0 20px 20px; }
  .history-card img, .history-text-card > div { width: 250px; height: 215px; }

  .quality-strip { height: 85px; padding: 0 20px; gap: 8px; font-size: 9px; }
  .quality-strip strong { display: none; }
  .award-strip { height: auto; min-height: 390px; padding: 30px 16px 20px; }
  .award-grid { grid-template-columns: repeat(2, 1fr); row-gap: 27px; }
  .award-grid > div::before { left: 4px; }
  .award-grid > div::after { right: 4px; }
  .award-grid strong { font-size: 14px; }

  .newsletter { height: 350px; padding: 65px 20px 0; }
  .newsletter h2 { font-size: 24px; }
  .newsletter > p { line-height: 1.7; }
  .newsletter-form { grid-template-columns: 1fr 66px; }
  .site-footer { height: auto; min-height: 1050px; padding: 55px 25px 40px; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); gap: 48px 28px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-brand p { width: 100%; max-width: 330px; }
  .footer-grid h2 { font-size: 16px; }
  .footer-legal { margin-top: 60px; display: block; }
  .footer-legal nav { margin-top: 16px; gap: 12px; }
  .mobile-contact { position: fixed; z-index: 1100; right: 0; bottom: 0; left: 0; height: 75px; padding: 10px 20px; display: grid; grid-template-columns: 1fr 1.15fr; gap: 16px; align-items: center; border-top: 1px solid var(--line); background: rgba(255,255,255,.98); }
  .mobile-contact-phone { min-height: 50px; display: flex; align-items: center; gap: 12px; border-bottom: 1px solid color-mix(in srgb, var(--accent), white 50%); font-size: 16px; font-weight: 700; white-space: nowrap; }
  .mobile-contact .pill { width: 100%; height: 55px; padding: 0 15px; }
}

@media (max-width: 420px) {
  .care-copy h2 { font-size: 30px; }
  .recognition-title { font-size: 49px; }
  .facility-image { height: 430px; }
  .mobile-contact { padding-inline: 15px; gap: 12px; }
  .mobile-contact-phone { font-size: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-delay: 0ms !important; transition-duration: .01ms !important; }
  .js .reveal-image, .js .reveal-text { clip-path: none; opacity: 1; transform: none; }
}
