:root {
  color: #111827;
  background: #ffffff;
  font-family: system-ui, -apple-system, "Noto Sans KR", "Apple SD Gothic Neo", sans-serif;
  font-synthesis: none;
}

* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
}

body {
  margin: 0;
}

.holding-page {
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: max(32px, env(safe-area-inset-top)) 24px max(32px, env(safe-area-inset-bottom));
}

.brand-logo {
  display: block;
  width: 100%;
  max-width: 760px;
  height: auto;
}

.message {
  margin-top: clamp(12px, 3vw, 28px);
  text-align: center;
  word-break: keep-all;
}

h1 {
  margin: 0;
  font-size: clamp(22px, 4vw, 30px);
  line-height: 1.35;
  letter-spacing: -0.03em;
}

p {
  margin: 10px 0 0;
  color: #6b7280;
  font-size: clamp(15px, 2.6vw, 18px);
  line-height: 1.6;
}
