@font-face {
  font-family: "GWS Batang";
  src: url("mirror-assets/ptldesign.cafe24.com/line/theme/line/fonts/KoPubWorld_Batang_Pro_Light.otf") format("opentype");
  font-weight: 300;
}

@font-face {
  font-family: "GWS Display";
  src: url("mirror-assets/ptldesign.cafe24.com/line/theme/line/fonts/FreightBigProBook-Regular.woff") format("woff");
  font-weight: 400;
}

@font-face {
  font-family: "GWS Suit";
  src: url("mirror-assets/ptldesign.cafe24.com/line/theme/line/fonts/SUIT-Variable.woff2") format("woff2");
  font-weight: 100 900;
}

:root {
  --ac-ivory: #f5efe5;
  --ac-paper: #fbf8f1;
  --ac-stone: #d8d0c0;
  --ac-line: rgba(54, 47, 37, 0.16);
  --ac-ink: #22231f;
  --ac-muted: #716d63;
  --ac-soft: #8f9487;
  --ac-sage: #6f7e72;
  --ac-sea: #536872;
  --ac-gold: #9a7b55;
}

body.appointment-page {
  margin: 0;
  background: var(--ac-ivory);
  color: var(--ac-ink);
  font-family: "GWS Suit", "SUIT", "Pretendard", "Noto Sans KR", sans-serif;
  letter-spacing: 0;
}

.appointment-page * {
  box-sizing: border-box;
}

.appointment-page a {
  color: inherit;
}

.appointment-page .sub-shell {
  min-height: 100vh;
  background:
    linear-gradient(180deg, rgba(251, 248, 241, 0.92), rgba(245, 239, 229, 0.98) 42%, rgba(238, 232, 221, 0.98));
}

.appointment-page .sub-header {
  background: rgba(245, 239, 229, 0.78);
  backdrop-filter: blur(18px);
}

.appointment-page .desktop-nav a[aria-current="page"] {
  color: var(--ac-ink);
}

.appointment-story {
  overflow: hidden;
}

.ac-section {
  width: min(1180px, calc(100vw - 72px));
  margin: 0 auto;
}

.ac-eyebrow {
  margin: 0 0 18px;
  color: var(--ac-gold);
  font-family: "GWS Suit", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ac-display {
  margin: 0;
  font-family: "GWS Display", "GWS Batang", serif;
  font-weight: 400;
  letter-spacing: 0;
}

.ac-copy {
  margin: 0;
  color: var(--ac-muted);
  font-size: 1.08rem;
  font-weight: 360;
  line-height: 1.88;
  word-break: keep-all;
}

.ac-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: center;
  gap: clamp(44px, 7vw, 104px);
  min-height: 100vh;
  padding-top: 118px;
  padding-bottom: 88px;
}

.appointment-page .ac-hero.reveal {
  opacity: 1;
  transform: none;
}

.ac-consult-hero {
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.72fr);
}

.ac-hero-copy {
  padding-top: 2vh;
}

.ac-hero h1 {
  margin: 0;
  font-family: "GWS Batang", serif;
  font-size: clamp(3rem, 4.2vw, 4.65rem);
  font-weight: 300;
  line-height: 1.18;
  letter-spacing: 0;
}

.ac-hero h1 span {
  display: block;
  white-space: nowrap;
}

.ac-hero .ac-display {
  margin-top: 22px;
  color: var(--ac-sea);
  font-size: clamp(2.1rem, 3.7vw, 4.15rem);
  line-height: 1.02;
}

.ac-hero-lead {
  max-width: 540px;
  margin-top: 34px;
}

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

.ac-contact-panel {
  align-self: center;
  padding: clamp(30px, 4vw, 48px);
  border: 1px solid rgba(34, 35, 31, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(251, 248, 241, 0.72), rgba(245, 239, 229, 0.82)),
    url("mirror-assets/ptldesign.cafe24.com/line/theme/line/img/main_space_img02.png") center/cover no-repeat;
  background-blend-mode: screen;
  box-shadow: 0 30px 80px rgba(42, 38, 31, 0.08);
}

.ac-panel-label {
  margin: 0 0 14px;
  color: var(--ac-gold);
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ac-contact-panel h2 {
  margin: 0;
  font-family: "GWS Batang", serif;
  font-size: clamp(2rem, 3vw, 3.1rem);
  font-weight: 300;
  line-height: 1.24;
  letter-spacing: 0;
  word-break: keep-all;
}

.ac-contact-panel p:not(.ac-panel-label) {
  margin: 18px 0 0;
  color: var(--ac-muted);
  font-size: 0.98rem;
  line-height: 1.76;
  word-break: keep-all;
}

.ac-contact-actions {
  display: grid;
  gap: 10px;
  margin-top: 34px;
}

.ac-contact-steps {
  display: grid;
  gap: 22px;
  margin-top: 34px;
  border-top: 1px solid rgba(34, 35, 31, 0.16);
}

.ac-contact-steps div {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 0 18px;
  padding-top: 22px;
}

.ac-contact-steps span {
  grid-row: span 2;
  color: var(--ac-gold);
  font-family: "GWS Display", serif;
  font-size: 1.55rem;
  line-height: 1;
}

.ac-contact-steps strong {
  color: var(--ac-ink);
  font-size: 1rem;
  font-weight: 620;
  line-height: 1.45;
}

.ac-contact-steps p {
  margin: 8px 0 0;
  color: var(--ac-muted);
  font-size: 0.92rem;
  line-height: 1.72;
  word-break: keep-all;
}

.ac-contact-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 62px;
  padding: 0 20px;
  border: 1px solid rgba(34, 35, 31, 0.16);
  border-radius: 999px;
  background: rgba(251, 248, 241, 0.82);
  text-decoration: none;
  transition: background-color 0.24s ease, border-color 0.24s ease, color 0.24s ease;
}

.ac-contact-action strong {
  font-size: 1rem;
  font-weight: 620;
}

.ac-contact-action span {
  color: var(--ac-muted);
  font-size: 0.9rem;
  white-space: nowrap;
}

.ac-contact-action:hover,
.ac-contact-action:focus-visible,
.ac-contact-action.is-active {
  border-color: var(--ac-ink);
  background: var(--ac-ink);
  color: var(--ac-paper);
}

.ac-contact-action:hover span,
.ac-contact-action:focus-visible span,
.ac-contact-action.is-active span {
  color: rgba(251, 248, 241, 0.72);
}

.ac-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid rgba(34, 35, 31, 0.36);
  border-radius: 999px;
  background: transparent;
  color: var(--ac-ink);
  font-family: "GWS Suit", sans-serif;
  font-size: 0.95rem;
  font-weight: 520;
  text-decoration: none;
  transition: border-color 0.25s ease, background-color 0.25s ease, color 0.25s ease;
}

.ac-button:hover,
.ac-button:focus-visible {
  border-color: var(--ac-ink);
  background: var(--ac-ink);
  color: var(--ac-paper);
}

.ac-button.ac-button-primary {
  border-color: var(--ac-ink);
  background: var(--ac-ink);
  color: var(--ac-paper);
}

.ac-button.ac-button-primary:hover,
.ac-button.ac-button-primary:focus-visible {
  background: var(--ac-sea);
  border-color: var(--ac-sea);
}

.ac-hero-image {
  position: relative;
  min-height: min(72vh, 720px);
  margin: 0;
  overflow: hidden;
}

.ac-hero-image img,
.ac-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ac-hero-image img {
  transform: translate3d(0, var(--motion-y, 0), 0) scale(1.06);
  transition: transform 0.22s linear;
}

.ac-hero-note {
  position: absolute;
  right: clamp(18px, 3vw, 42px);
  bottom: clamp(18px, 3vw, 38px);
  width: min(320px, 64%);
  padding: 24px 0 0;
  border-top: 1px solid rgba(251, 248, 241, 0.72);
  color: rgba(251, 248, 241, 0.92);
  text-align: right;
}

.ac-hero-note strong {
  display: block;
  margin-bottom: 10px;
  font-family: "GWS Display", serif;
  font-size: 2.05rem;
  font-weight: 400;
  line-height: 1;
}

.ac-hero-note span {
  display: block;
  font-size: 0.96rem;
  line-height: 1.75;
  word-break: keep-all;
}

.ac-quiet-band {
  padding: 104px 0 92px;
  border-top: 1px solid var(--ac-line);
}

.ac-flow-head {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1fr);
  gap: clamp(28px, 6vw, 90px);
  align-items: end;
  margin-bottom: 58px;
}

.ac-flow-head h2,
.ac-channel-copy h2,
.ac-clinic-head h2,
.ac-form-intro h2,
.ac-lookup-copy h2 {
  margin: 0;
  font-family: "GWS Batang", serif;
  font-size: clamp(2.45rem, 4.1vw, 4.25rem);
  font-weight: 300;
  line-height: 1.26;
  letter-spacing: 0;
  word-break: keep-all;
}

.ac-flow-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(34, 35, 31, 0.18);
  border-bottom: 1px solid rgba(34, 35, 31, 0.18);
}

.ac-flow-item {
  min-height: 250px;
  padding: 34px 32px 38px;
  border-right: 1px solid rgba(34, 35, 31, 0.14);
}

.ac-flow-item:last-child {
  border-right: 0;
}

.ac-flow-index {
  display: block;
  margin-bottom: 46px;
  color: var(--ac-gold);
  font-family: "GWS Display", serif;
  font-size: 2rem;
}

.ac-flow-item h3,
.ac-channel-text h3,
.ac-status-step h3 {
  margin: 0 0 16px;
  font-size: 1.25rem;
  font-weight: 560;
  line-height: 1.55;
  word-break: keep-all;
}

.ac-flow-item p,
.ac-channel-text p,
.ac-status-step p {
  margin: 0;
  color: var(--ac-muted);
  font-size: 0.98rem;
  font-weight: 360;
  line-height: 1.78;
  word-break: keep-all;
}

.ac-channel-text h3 {
  margin-bottom: 10px;
  font-weight: 620;
}

.ac-channel-text p {
  line-height: 1.68;
}

.ac-channel-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1fr);
  gap: clamp(42px, 7vw, 104px);
  align-items: start;
  padding: 118px 0;
}

.ac-channel-copy {
  position: sticky;
  top: 116px;
}

.ac-channel-copy .ac-copy {
  margin-top: 28px;
}

.ac-channel-list {
  display: grid;
  gap: 14px;
}

.ac-channel-row {
  --channel-accent: var(--ac-sea);
  --channel-line: rgba(83, 104, 114, 0.36);
  --channel-soft: rgba(83, 104, 114, 0.1);
  --channel-button-active-bg: var(--channel-soft);
  --channel-button-active-border: var(--channel-accent);
  --channel-button-active-color: var(--channel-accent);
  position: relative;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  min-height: 104px;
  padding: 18px 18px 18px 14px;
  border: 1px solid var(--channel-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.24);
  overflow: hidden;
  transition: background 0.24s ease, border-color 0.24s ease, transform 0.24s ease;
}

.ac-channel-row::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: var(--channel-accent);
}

.ac-channel-row:hover,
.ac-channel-row:focus-within {
  border-color: var(--channel-accent);
  background: var(--channel-soft);
  transform: translateY(-1px);
}

.ac-channel-row[data-channel-card="kakao"] {
  --channel-accent: #fee500;
  --channel-line: rgba(60, 30, 30, 0.3);
  --channel-soft: rgba(254, 229, 0, 0.3);
  --channel-button-active-bg: #fee500;
  --channel-button-active-border: rgba(60, 30, 30, 0.28);
  --channel-button-active-color: #3b2f05;
}

.ac-channel-row[data-channel-card="naver"] {
  --channel-accent: #03c75a;
  --channel-line: rgba(3, 199, 90, 0.52);
  --channel-soft: rgba(3, 199, 90, 0.16);
}

.ac-channel-row[data-channel-card="phone"] {
  --channel-accent: #3f6572;
  --channel-line: rgba(63, 101, 114, 0.42);
  --channel-soft: rgba(63, 101, 114, 0.12);
}

.ac-channel-mark {
  position: relative;
  width: 42px;
  height: 42px;
  border: 1px solid var(--channel-line);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--channel-soft);
  color: var(--channel-accent);
  font-family: "GWS Suit", "SUIT", sans-serif;
  font-size: 1rem;
  font-weight: 780;
  line-height: 1;
  letter-spacing: 0;
}

.ac-channel-mark-kakao {
  border-color: rgba(60, 30, 30, 0.22);
  border-radius: 50%;
  background: #fee500;
  color: #3b2f05;
  font-size: 1rem;
  font-weight: 780;
}

.ac-channel-mark-naver {
  border-color: #03c75a;
  background: #03c75a;
  color: #fff;
}

.ac-channel-mark-phone {
  font-size: 1.08rem;
  font-weight: 520;
}

.appointment-page .ac-channel-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 84px;
  min-height: 36px;
  padding: 8px 14px 7px;
  border: 1px solid var(--channel-line);
  border-radius: 999px;
  color: rgba(34, 35, 31, 0.78);
  background: rgba(255, 255, 255, 0.2);
  font-size: 0.82rem;
  font-weight: 560;
  line-height: 1.18;
  letter-spacing: 0.04em;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.appointment-page .ac-channel-button:visited {
  color: rgba(34, 35, 31, 0.78);
}

.appointment-page .ac-channel-button:hover,
.appointment-page .ac-channel-button:focus-visible,
.appointment-page .ac-channel-button.is-active {
  background: var(--channel-button-active-bg);
  border-color: var(--channel-button-active-border);
  color: var(--channel-button-active-color);
  transform: translateY(-1px);
}

@media (hover: none), (pointer: coarse) {
  .appointment-page .ac-channel-button:hover,
  .appointment-page .ac-channel-button:focus-visible,
  .appointment-page .ac-channel-button.is-active {
    background: rgba(255, 255, 255, 0.2);
    border-color: var(--channel-line);
    color: rgba(34, 35, 31, 0.78);
    transform: none;
  }
}

.ac-clinic-section {
  padding: 112px 0;
  background: linear-gradient(180deg, rgba(84, 104, 114, 0.09), rgba(143, 148, 135, 0.06));
  border-top: 1px solid rgba(34, 35, 31, 0.1);
  border-bottom: 1px solid rgba(34, 35, 31, 0.1);
}

.ac-clinic-head {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1fr);
  gap: clamp(30px, 6vw, 86px);
  align-items: start;
  margin-bottom: 58px;
}

.ac-status-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-top: 1px solid rgba(34, 35, 31, 0.17);
  border-bottom: 1px solid rgba(34, 35, 31, 0.17);
}

.ac-status-step {
  min-height: 210px;
  padding: 28px 22px 30px;
  border-right: 1px solid rgba(34, 35, 31, 0.12);
}

.ac-status-step:last-child {
  border-right: 0;
}

.ac-status-step span {
  display: block;
  margin-bottom: 34px;
  color: var(--ac-gold);
  font-family: "GWS Display", serif;
  font-size: 1.65rem;
}

.ac-form-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1.05fr);
  gap: clamp(42px, 8vw, 112px);
  align-items: start;
  padding: 126px 0 116px;
  scroll-margin-top: 110px;
}

.ac-form-intro {
  position: sticky;
  top: 116px;
}

.ac-form-intro .ac-copy {
  margin-top: 30px;
}

.ac-form-note {
  margin-top: 34px;
  padding-top: 24px;
  border-top: 1px solid rgba(34, 35, 31, 0.16);
}

.ac-form-note p {
  margin: 0;
  color: var(--ac-muted);
  font-size: 0.94rem;
  line-height: 1.82;
  word-break: keep-all;
}

.ac-channel-picker {
  display: grid;
  margin-top: 34px;
  border-top: 1px solid rgba(34, 35, 31, 0.16);
  border-bottom: 1px solid rgba(34, 35, 31, 0.16);
}

.ac-channel-picker a {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  min-height: 62px;
  padding: 0 2px;
  border: 0;
  color: var(--ac-muted);
  text-decoration: none;
  transition: color 0.24s ease, border-color 0.24s ease;
}

.ac-channel-picker a + a {
  border-top: 1px solid rgba(34, 35, 31, 0.1);
}

.ac-channel-picker strong {
  min-width: 0;
  color: var(--ac-ink);
  font-size: 1rem;
  font-weight: 620;
  line-height: 1.45;
  word-break: keep-all;
}

.ac-channel-picker span {
  color: var(--ac-muted);
  font-size: 0.88rem;
  font-weight: 480;
  line-height: 1.45;
  text-align: right;
  white-space: nowrap;
}

.ac-channel-picker a:hover strong,
.ac-channel-picker a:focus-visible strong,
.ac-channel-picker a.is-active strong {
  color: var(--ac-sea);
}

.ac-channel-picker a:hover span,
.ac-channel-picker a:focus-visible span,
.ac-channel-picker a.is-active span {
  color: var(--ac-sea);
}

.ac-form {
  padding: 42px;
  border: 1px solid rgba(34, 35, 31, 0.14);
  border-radius: 8px;
  background: rgba(251, 248, 241, 0.54);
}

.ac-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px 18px;
}

.ac-field {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.ac-field.ac-field-full {
  grid-column: 1 / -1;
}

.ac-field label,
.ac-consent label {
  color: var(--ac-ink);
  font-size: 0.9rem;
  font-weight: 560;
  line-height: 1.45;
}

.ac-field input,
.ac-field select,
.ac-field textarea {
  width: 100%;
  min-height: 48px;
  border: 0;
  border-bottom: 1px solid rgba(34, 35, 31, 0.28);
  border-radius: 0;
  background: transparent;
  color: var(--ac-ink);
  font: 400 1rem/1.5 "GWS Suit", sans-serif;
  letter-spacing: 0;
  outline: none;
  transition: border-color 0.22s ease;
}

.ac-field textarea {
  min-height: 138px;
  padding-top: 8px;
  resize: vertical;
}

.ac-field input:focus,
.ac-field select:focus,
.ac-field textarea:focus {
  border-color: var(--ac-sea);
}

.ac-consent {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  grid-column: 1 / -1;
  padding-top: 8px;
}

.ac-consent input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: var(--ac-sea);
}

.ac-consent p {
  margin: 4px 0 0;
  color: var(--ac-muted);
  font-size: 0.88rem;
  line-height: 1.68;
  word-break: keep-all;
}

.ac-form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  grid-column: 1 / -1;
  margin-top: 14px;
}

.ac-submit,
.ac-secondary-submit {
  min-height: 50px;
  padding: 0 24px;
  border: 1px solid var(--ac-ink);
  border-radius: 999px;
  background: var(--ac-ink);
  color: var(--ac-paper);
  cursor: pointer;
  font-family: "GWS Suit", sans-serif;
  font-size: 0.95rem;
  font-weight: 560;
  transition: background-color 0.25s ease, border-color 0.25s ease;
}

.ac-submit:hover,
.ac-submit:focus-visible,
.ac-secondary-submit:hover,
.ac-secondary-submit:focus-visible {
  background: var(--ac-sea);
  border-color: var(--ac-sea);
}

.ac-status-output {
  display: none;
  margin-top: 26px;
  padding: 18px 20px;
  border: 1px solid rgba(83, 104, 114, 0.28);
  border-radius: 8px;
  color: var(--ac-sea);
  font-size: 0.94rem;
  line-height: 1.72;
  word-break: keep-all;
}

.ac-status-output.is-visible {
  display: block;
}

.ac-status-output.is-error {
  border-color: rgba(154, 90, 70, 0.32);
  color: #8f4f3f;
}

.ac-lookup-section {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(300px, 0.72fr);
  gap: clamp(42px, 7vw, 104px);
  align-items: center;
  padding: 108px 0 126px;
  border-top: 1px solid rgba(34, 35, 31, 0.12);
}

.ac-lookup-copy .ac-copy {
  margin-top: 28px;
  max-width: 610px;
}

.ac-lookup-form {
  padding: 36px;
  border: 1px solid rgba(34, 35, 31, 0.14);
  border-radius: 8px;
  background: rgba(251, 248, 241, 0.58);
}

.ac-lookup-form .ac-field + .ac-field {
  margin-top: 20px;
}

.ac-lookup-form .ac-secondary-submit {
  width: 100%;
  margin-top: 26px;
}

.ac-final {
  position: relative;
  min-height: 72vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #f4eadf;
}

.ac-final::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(25, 32, 34, 0.72), rgba(25, 32, 34, 0.26)),
    url("mirror-assets/ptldesign.cafe24.com/line/theme/line/img/main_glow_bg.jpg") center/cover no-repeat;
  transform: scale(1.05);
  transition: transform 1.25s ease;
}

.ac-final.is-visible::before {
  transform: scale(1);
}

.ac-final-inner {
  position: relative;
  width: min(1180px, calc(100vw - 72px));
  margin: 0 auto;
}

.ac-final .ac-eyebrow {
  color: rgba(244, 234, 223, 0.72);
}

.ac-final h2 {
  max-width: 760px;
  margin: 0;
  font-family: "GWS Display", serif;
  font-size: clamp(3rem, 6vw, 6.2rem);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: 0;
}

.ac-final p:not(.ac-eyebrow) {
  max-width: 560px;
  margin: 32px 0 42px;
  color: rgba(244, 234, 223, 0.84);
  font-size: 1.08rem;
  font-weight: 340;
  line-height: 1.9;
  word-break: keep-all;
}

.ac-final .ac-button {
  border-color: rgba(244, 234, 223, 0.72);
  color: #f4eadf;
}

.ac-final .ac-button:hover,
.ac-final .ac-button:focus-visible {
  background: #f4eadf;
  color: #202221;
}

.appointment-page .sub-footer {
  background: #e8dfd1;
  color: rgba(47, 41, 34, 0.72);
  border-top: 1px solid rgba(54, 47, 37, 0.14);
}

.appointment-page .sub-footer div:first-child {
  color: #383129;
  font-weight: 520;
}

.appointment-page .sub-footer div:last-child {
  color: rgba(47, 41, 34, 0.62);
}

.appointment-page .quick-notice {
  display: none;
}

.appointment-page .reveal {
  opacity: 0;
  transform: translateY(38px);
  transition: opacity 0.9s ease, transform 1.05s cubic-bezier(0.22, 1, 0.36, 1);
}

.appointment-page .reveal,
.appointment-page .reveal.is-visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 1180px) {
  .ac-status-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ac-status-step:nth-child(3) {
    border-right: 0;
  }

  .ac-status-step:nth-child(n + 4) {
    border-top: 1px solid rgba(34, 35, 31, 0.12);
  }
}

@media (min-width: 1025px) {
  .appointment-page .sub-header,
  .appointment-page .sub-header.is-scrolled {
    height: 92px;
    transition: background-color 0.32s ease, box-shadow 0.32s ease, backdrop-filter 0.32s ease;
  }

  .appointment-page .sub-header.is-scrolled {
    background: rgba(245, 239, 229, 0.9);
  }
}

@media (max-width: 1024px) {
  .appointment-page .sub-header {
    background: rgba(245, 239, 229, 0.86);
  }

  .ac-section,
  .ac-final-inner {
    width: min(100% - 38px, 640px);
  }

  .ac-hero {
    display: block;
    min-height: 0;
    padding-top: 104px;
    padding-bottom: 72px;
  }

  .ac-contact-panel {
    margin-top: 42px;
    padding: 26px 20px;
    background:
      linear-gradient(180deg, rgba(251, 248, 241, 0.78), rgba(245, 239, 229, 0.9)),
      url("mirror-assets/ptldesign.cafe24.com/line/theme/line/img/m_main_space_img02.png") center/cover no-repeat;
    background-blend-mode: screen;
  }

  .ac-hero-copy,
  .ac-contact-panel > div:first-child,
  .ac-form-intro,
  .ac-lookup-copy {
    text-align: center;
  }

  .ac-contact-panel > div:first-child p:not(.ac-panel-label),
  .ac-hero-lead,
  .ac-form-intro .ac-copy,
  .ac-lookup-copy .ac-copy {
    margin-left: auto;
    margin-right: auto;
  }

  .ac-contact-panel h2 {
    font-size: clamp(1.95rem, 8vw, 2.45rem);
  }

  .ac-contact-action {
    min-height: 58px;
    padding: 0 17px;
  }

  .ac-hero h1 {
    max-width: 100%;
    font-size: clamp(2.35rem, 10vw, 3rem);
    line-height: 1.22;
  }

  .ac-hero .ac-display {
    margin-top: 18px;
    font-size: clamp(2.2rem, 11vw, 3.55rem);
    line-height: 0.98;
  }

  .ac-hero-lead {
    margin-top: 28px;
    font-size: 1.02rem;
  }

  .ac-hero-actions {
    justify-content: center;
    margin-top: 30px;
  }

  .ac-hero-image {
    min-height: 430px;
    margin-top: 52px;
  }

  .ac-hero-note {
    width: min(280px, 74%);
    right: 20px;
    bottom: 22px;
  }

  .ac-quiet-band {
    padding: 84px 0 74px;
  }

  .ac-flow-head,
  .ac-clinic-head,
  .ac-channel-section,
  .ac-form-section,
  .ac-lookup-section {
    display: block;
  }

  .ac-flow-head h2,
  .ac-channel-copy h2,
  .ac-clinic-head h2,
  .ac-form-intro h2,
  .ac-lookup-copy h2 {
    font-size: clamp(2.18rem, 10vw, 3.15rem);
    line-height: 1.32;
  }

  .ac-flow-head .ac-copy,
  .ac-clinic-head .ac-copy {
    margin-top: 24px;
  }

  .ac-flow-list,
  .ac-status-list {
    display: block;
  }

  .ac-flow-item,
  .ac-status-step {
    min-height: 0;
    padding: 28px 0 30px;
    border-right: 0;
    border-bottom: 1px solid rgba(34, 35, 31, 0.12);
  }

  .ac-flow-item:last-child,
  .ac-status-step:last-child {
    border-bottom: 0;
  }

  .ac-flow-index,
  .ac-status-step span {
    margin-bottom: 22px;
  }

  .ac-channel-section {
    padding: 88px 0;
  }

  .ac-channel-copy,
  .ac-form-intro {
    position: static;
  }

  .ac-channel-copy {
    text-align: center;
  }

  .ac-channel-copy .ac-copy {
    max-width: 330px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 42px;
  }

  .ac-channel-row {
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 14px;
    min-height: 0;
    padding: 16px 16px 16px 14px;
  }

  .appointment-page.mobile-page .ac-channel-row {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(34, 35, 31, 0.08);
  }

  .appointment-page.mobile-page .ac-channel-row:visited {
    color: inherit;
  }

  .ac-channel-mark {
    width: 40px;
    height: 40px;
    font-size: 0.96rem;
  }

  .appointment-page .ac-channel-button {
    grid-column: 2;
    justify-self: start;
    margin-top: 8px;
  }

  .ac-clinic-section {
    padding: 82px 0;
  }

  .ac-form-section {
    padding: 88px 0;
  }

  .ac-form-intro .ac-copy {
    margin-bottom: 32px;
  }

  .ac-form-note {
    margin: 0 0 34px;
  }

  .ac-channel-picker a {
    min-height: 66px;
  }

  .ac-form {
    padding: 28px 20px;
  }

  .ac-form-grid {
    display: block;
  }

  .ac-field + .ac-field,
  .ac-consent,
  .ac-form-actions {
    margin-top: 22px;
  }

  .ac-form-actions .ac-button,
  .ac-submit {
    width: 100%;
  }

  .ac-lookup-section {
    padding: 82px 0 92px;
  }

  .ac-lookup-form {
    margin-top: 36px;
    padding: 28px 20px;
  }

  .ac-final {
    min-height: 620px;
  }

  .ac-final::before {
    background:
      linear-gradient(180deg, rgba(25, 32, 34, 0.4), rgba(25, 32, 34, 0.78)),
      url("mirror-assets/ptldesign.cafe24.com/line/theme/line/img/main_glow_bg.jpg") center/cover no-repeat;
  }

  .ac-final h2 {
    font-size: clamp(3.1rem, 15vw, 4.8rem);
  }

  .ac-final p:not(.ac-eyebrow) {
    font-size: 1rem;
  }
}

@media (max-width: 430px) {
  .ac-section,
  .ac-final-inner {
    width: calc(100% - 32px);
  }

  .ac-hero {
    padding-top: 96px;
  }

  .ac-hero-image {
    min-height: 390px;
  }

  .ac-hero-note strong {
    font-size: 1.7rem;
  }

  .ac-channel-row {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 12px;
  }

  .ac-channel-picker a {
    grid-template-columns: minmax(0, 1fr);
    gap: 4px;
    min-height: 72px;
    padding: 14px 0;
  }

  .ac-channel-picker span {
    text-align: left;
    white-space: normal;
  }

  .ac-channel-mark {
    width: 36px;
    height: 36px;
    font-size: 0.92rem;
  }

  .ac-copy {
    font-size: 1rem;
    line-height: 1.86;
  }
}
