@font-face {
  font-family: "SUIT Variable";
  src: url("https://cdn.jsdelivr.net/gh/sun-typeface/SUIT@2/fonts/variable/woff2/SUIT-Variable.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --orange: #c0582a;
  --yellow: #efd039;
  --paper: #fcfbf8;
  --ink: #292722;
  --muted: #77736b;
  --side: clamp(2rem, 4.5vw, 5.25rem);
  --sans: "SUIT Variable", "Apple SD Gothic Neo", sans-serif;
  --ease: cubic-bezier(.22, .75, .25, 1);
}

* { box-sizing: border-box; }
html { background: var(--orange); }
body {
  margin: 0;
  color: var(--ink);
  font-family: var(--sans);
  font-synthesis: none;
  word-break: keep-all;
  overflow-wrap: break-word;
  -webkit-font-smoothing: antialiased;
}
p, h1, h2 { margin: 0; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; cursor: pointer; }
button, a { -webkit-tap-highlight-color: transparent; }
[hidden] { display: none !important; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
a:focus-visible, button:focus-visible { outline: 2px solid currentColor; outline-offset: 5px; }
.skip-link {
  position: fixed;
  z-index: 10;
  top: 1rem;
  left: 1rem;
  padding: .75rem 1rem;
  color: var(--ink);
  background: var(--paper);
  transform: translateY(-180%);
}
.skip-link:focus { transform: translateY(0); }

.opening-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(20rem, 32%);
  min-height: 100svh;
  background: var(--paper);
}
.opening-cover {
  position: relative;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 2.25rem var(--side) 2.5rem;
  color: #fff;
  background: var(--orange);
}
/* Light moves behind the stationary wordmark; only this decorative layer is clipped. */
.opening-atmosphere {
  position: absolute;
  z-index: -1;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}
.opening-atmosphere > span { position: absolute; inset: -25%; }
.opening-light {
  background: linear-gradient(112deg, transparent 32%, rgba(255, 165, 112, .12) 39%, rgba(255, 165, 112, .38) 49%, rgba(255, 181, 132, .20) 56%, transparent 66%);
  mask-image: linear-gradient(180deg, transparent 14%, #000 38%, #000 62%, transparent 86%);
  /* A feathered diagonal band crosses the wordmark; the offset starts it already in motion. */
  animation: opening-light-drift 7s cubic-bezier(.37, 0, .63, 1) -1.75s infinite alternate both paused;
}
.opening-shade {
  background: radial-gradient(ellipse 45% 70% at 68% 50%, rgba(89, 25, 8, .26), transparent 72%);
  animation: opening-shade-drift 7s cubic-bezier(.37, 0, .63, 1) -1.75s infinite alternate both paused;
}
.has-ambient-motion .opening-light, .has-ambient-motion .opening-shade { animation-play-state: running; }
.opening-pointer-light { display: none; }
@media (min-width: 901px) and (hover: hover) and (pointer: fine) {
  .opening-pointer-light {
    display: block;
    background: radial-gradient(ellipse 38% 42% at 50% 48%, rgba(255, 218, 187, .06), transparent 75%);
    opacity: 0;
    transform: translate3d(0, 0, 0);
    transition: transform 1.8s var(--ease), opacity 1.2s ease;
  }
  .has-pointer-light .opening-pointer-light { opacity: 1; }
}
.opening-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: .75rem 1.5rem;
  font-size: .875rem;
  font-weight: 450;
  line-height: 1.5;
}
.opening-coming { font-size: clamp(1.25rem, 2vw, 1.75rem); font-weight: 400; letter-spacing: -.035em; white-space: nowrap; }
.opening-coming-art { display: flex; gap: .25em; }
.opening-coming-word { display: block; height: 1.3em; overflow: hidden; }
.opening-coming-track { display: block; }
.opening-coming-track > span { display: block; line-height: 1.3; }
/* Two visible passes finish within five seconds and rest on a complete phrase. */
.has-motion .opening-coming-track { animation: opening-coming-roll 2.2s .25s var(--ease) 2 both; }
.has-motion .opening-coming-word + .opening-coming-word .opening-coming-track { animation-delay: .4s; }
.opening-brand {
  container-type: inline-size;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  flex: 1;
  place-items: center;
  align-content: center;
  gap: 2rem;
  width: 100%;
  min-width: 0;
  padding: 3.5rem 0;
  text-align: center;
}
.opening-brand > * { min-width: 0; }
.opening-brand h1 { width: 100%; font-family: "Pretendard Variable", var(--sans); }
/* Both faces contribute to the same cell's size, including when text is enlarged. */
.is-enhanced .opening-brand { gap: 0; }
.is-enhanced .opening-brand > * { grid-area: 1 / 1; }
.has-greeting-transition .opening-brand > * { transition: opacity .35s ease, transform .45s var(--ease), visibility 0s; }
.is-enhanced .opening-greeting { visibility: hidden; opacity: 0; transform: translateY(.5rem); pointer-events: none; transition-delay: 0s, 0s, .45s; }
.is-enhanced.is-open .opening-brand h1 { visibility: hidden; opacity: 0; transform: translateY(-.5rem); transition-delay: 0s, 0s, .45s; }
.is-enhanced.is-open .opening-greeting { visibility: visible; opacity: 1; transform: translateY(0); pointer-events: auto; transition-delay: 0s; }
.opening-name {
  display: block;
  padding: 0 .055em .025em 0;
  font-size: clamp(7rem, 44cqw, 24rem);
  font-weight: 600;
  line-height: 1.04;
  letter-spacing: -.055em;
}
.opening-specialty {
  display: block;
  margin-top: 1.125rem;
  padding-left: .12em;
  color: var(--yellow);
  font-size: clamp(2.5rem, 4.8vw, 4rem);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: .12em;
}
.opening-cover-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  justify-content: space-between;
  gap: 1.5rem 2rem;
}
.opening-arrival { font-size: clamp(1.125rem, 1.55vw, 1.5rem); font-weight: 400; line-height: 1.65; letter-spacing: -.035em; }
.opening-arrival > span { display: block; }
.opening-reveal {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.5rem;
  min-width: 9rem;
  min-height: 2.75rem;
  padding: .625rem 0;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, .65);
  background: none;
  font-size: .9375rem;
  font-weight: 450;
}
.opening-arrow { font-size: 1.5rem; line-height: 1; transition: transform .3s var(--ease); }
.is-open .opening-arrow { transform: rotate(180deg); }
.opening-scroll-cue { display: none; }

.opening-note {
  display: grid;
  grid-template-rows: minmax(min-content, 1fr) auto minmax(min-content, 1fr);
  min-width: 0;
  padding: 2.25rem clamp(2rem, 3.5vw, 4rem) 2rem;
  background: var(--paper);
}
.opening-date { align-self: start; justify-self: end; font-size: .875rem; line-height: 1.5; white-space: nowrap; }
.opening-date > span { position: relative; margin-right: .375rem; }
/* A small date marker repeats the specialty's yellow accent. */
.opening-date > span::after {
  position: absolute;
  bottom: -.5rem;
  left: 0;
  width: 1.375rem;
  height: 2px;
  content: "";
  background: var(--yellow);
}
.opening-note-body {
  display: grid;
  align-self: center;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  justify-items: center;
  gap: 2rem;
  padding: 1.5rem 0;
}
.opening-credentials { width: 100%; max-width: 18rem; text-align: center; }
.opening-snu { display: block; width: 9rem; max-width: 100%; height: auto; margin: 0 auto 1.5rem; }
.opening-degree { font-size: 1.25rem; font-weight: 400; line-height: 1.65; letter-spacing: -.035em; }
.opening-degree strong { display: block; font-size: clamp(2.25rem, 3vw, 2.75rem); font-weight: 550; line-height: 1.3; margin-bottom: .5rem; }
.opening-doctor { margin-top: 1.75rem; padding-top: 1.25rem; border-top: 1px solid #dad7d0; font-size: .9375rem; line-height: 1.7; letter-spacing: -.025em; }
.opening-note-footer { align-self: end; padding-top: 1.25rem; border-top: 1px solid #dad7d0; }
.opening-treatments { display: flex; flex-wrap: wrap; gap: .5rem .75rem; margin: 0; padding: 0; list-style: none; }
.opening-treatments li { font-size: .875rem; font-weight: 450; line-height: 1.5; }
.opening-treatments li + li::before { display: inline-block; margin-right: .75rem; content: "·"; color: var(--muted); }
.opening-address { min-width: 0; margin-top: 1.125rem; font-size: .875rem; font-style: normal; font-weight: 400; line-height: 1.8; letter-spacing: -.025em; }
.opening-footer-bottom { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: .25rem 1rem; margin-top: .875rem; }
.opening-copyright { color: var(--muted); font-size: .8125rem; line-height: 1.5; white-space: nowrap; }
.opening-map { display: inline-flex; align-items: center; justify-content: space-between; gap: 2rem; min-height: 2.75rem; font-size: .875rem; }
.opening-map > span { font-size: 1.125rem; }

.opening-greeting { width: 100%; max-width: 40rem; text-align: left; }
.opening-greeting-top { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: 1.5rem; }
.opening-greeting-top > p { font-size: .875rem; }
.opening-close { display: grid; width: 2.75rem; height: 2.75rem; flex: 0 0 auto; place-items: center; padding: 0; border: 0; background: none; font-size: 1.75rem; font-weight: 300; }
.opening-greeting h2 { font-size: clamp(1.75rem, 3.4vw, 3.25rem); font-weight: 400; line-height: 1.55; letter-spacing: -.055em; }
.opening-greeting h2 > span { display: block; }
.opening-greeting h2:focus { outline: none; }
.opening-promise { margin-top: 2rem; font-size: 1rem; line-height: 1.75; letter-spacing: -.025em; }

@media (hover: hover) {
  .opening-reveal:hover .opening-arrow { transform: translateX(.375rem); }
  .is-open .opening-reveal:hover .opening-arrow { transform: translateX(-.375rem) rotate(180deg); }
  .opening-map:hover { text-decoration: underline; text-underline-offset: .3em; }
}
@keyframes opening-coming-roll {
  0% { transform: translateY(0); }
  45%, 100% { transform: translateY(-50%); }
}
@keyframes opening-light-drift {
  from { transform: translate3d(-32%, 0, 0); }
  to { transform: translate3d(32%, 0, 0); }
}
@keyframes opening-shade-drift {
  from { transform: translate3d(18%, -4%, 0); opacity: .6; }
  to { transform: translate3d(-18%, 4%, 0); opacity: .95; }
}

@media (max-width: 1150px) and (min-width: 901px) {
  .opening-cover { padding-right: 2rem; padding-left: 2rem; }
  .opening-cover-bottom { align-items: flex-start; flex-direction: column; }
}

@media (min-width: 901px) and (max-height: 760px) {
  .opening-note { padding-top: 1.5rem; padding-bottom: 1.5rem; }
  .opening-note-body { padding: .75rem 0; }
  .opening-snu { width: 7.5rem; margin-bottom: 1.25rem; }
  .opening-degree strong { font-size: clamp(2rem, 3vw, 2.5rem); }
}

@media (max-width: 900px) {
  html { background: var(--paper); }
  /* A full first screen introduces the clinic; the information follows in normal document flow. */
  .opening-shell { grid-template-columns: minmax(0, 1fr); grid-template-rows: auto auto; min-height: 0; }
  .opening-cover { min-height: 100vh; min-height: 100svh; padding: 1.25rem 1.5rem max(2.25rem, env(safe-area-inset-bottom)); }
  .opening-scroll-cue { display: block; position: absolute; bottom: .375rem; left: 50%; font-size: 1rem; line-height: 1; transform: translateX(-50%); }
  .opening-meta { font-size: .875rem; }
  .opening-coming { font-size: clamp(1.125rem, 4.5vw, 1.5rem); }
  .opening-brand { padding: 1.75rem 0; }
  .opening-name { font-size: min(42cqw, 16rem); }
  .opening-specialty { margin-top: .5rem; font-size: 2.5rem; }
  .opening-arrival { font-size: 1.125rem; }
  .opening-reveal { gap: 1.5rem; }
  .opening-note { display: flex; flex-direction: column; min-height: 100vh; min-height: 100svh; padding: 2rem 1.5rem max(1.5rem, env(safe-area-inset-bottom)); }
  .opening-date { align-self: center; }
  .opening-note-body { flex: 1 0 auto; align-self: stretch; place-items: center; padding: clamp(2rem, 6svh, 4rem) 0; }
  .opening-credentials { display: block; width: 100%; max-width: 26rem; text-align: center; }
  .opening-snu { width: clamp(8rem, 30vw, 11rem); margin: 0 auto 1.5rem; }
  .opening-degree { font-size: 1.25rem; }
  .opening-degree strong { font-size: clamp(2.5rem, 8vw, 3.25rem); margin-bottom: .5rem; }
  .opening-doctor { margin: 1.25rem 0 0; padding: 0; border: 0; font-size: 1rem; }
  .opening-greeting { max-width: 34rem; }
  .opening-greeting-top { margin-bottom: .875rem; }
  .opening-greeting h2 { font-size: clamp(1.5rem, 5.8vw, 2.75rem); }
  .opening-promise { margin-top: 1.25rem; }
  .opening-note-footer { align-self: stretch; padding-top: 1.25rem; text-align: center; }
  .opening-treatments { justify-content: center; }
  .opening-treatments li { font-size: .9375rem; }
  .opening-address { margin-top: 1rem; font-size: .9375rem; }
  .opening-footer-bottom { margin-top: 0; }
  .opening-map { gap: 1rem; font-size: .9375rem; }
}

@media (max-width: 480px) {
  .opening-cover-bottom { align-items: stretch; flex-direction: column; gap: 1rem; }
  .opening-reveal { width: 100%; }
}

@media (max-width: 380px) {
  .opening-cover, .opening-note { padding-right: 1.25rem; padding-left: 1.25rem; }
  .opening-meta { gap: .5rem; }
  .opening-treatments { gap: .5rem; }
  .opening-treatments li + li::before { margin-right: .5rem; }
}

@media (prefers-reduced-motion: reduce) {
  .opening-arrow, .is-enhanced .opening-brand > * { transition: none; }
  .has-motion .opening-coming-track { animation: none; transform: none; }
  .opening-light, .opening-shade { animation: none; }
  .opening-pointer-light { display: none; transition: none; }
}
