/* Pretendard v1.3.9 · SIL Open Font License: /fonts/OFL.txt */
@font-face {
  font-family: "Pretendard Variable";
  src: url("/fonts/PretendardVariable-1.3.9.woff2") format("woff2");
  font-style: normal;
  font-weight: 45 920;
  font-display: swap;
}

:root {
  color-scheme: light;
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  color: #202c50;
  background: #f7f8fc;
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
}

* { box-sizing: border-box; }
body { margin: 0; }
a { color: inherit; }
a:focus-visible { outline: 3px solid #485edb; outline-offset: 7px; border-radius: 4px; }
.page { max-width: 1200px; min-height: 100svh; margin: auto; padding: 0 64px; display: flex; flex-direction: column; }
.header { display: flex; justify-content: space-between; align-items: center; padding: 38px 0; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-size: 26px; font-weight: 750; letter-spacing: -1px; }
.brand-mark { width: 36px; height: 36px; color: #485edb; }
.header-note { color: #70798f; font-size: 13px; }
main { display: flex; flex: 1; align-items: center; padding: 70px 0 100px; }
.hero { width: 100%; display: grid; grid-template-columns: 1.35fr 1fr; align-items: center; gap: 28px; }
.hero-copy { position: relative; z-index: 1; }
.status { display: inline-flex; align-items: center; gap: 8px; margin: 0 0 26px; padding: 9px 13px; border: 1px solid #e1e5f0; border-radius: 100px; background: #fff; color: #545f7c; font-size: 13px; font-weight: 600; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: #bd7c25; }
h1 { margin: 0; font-size: clamp(32px, 4.1vw, 48px); letter-spacing: -2px; line-height: 1.43; font-weight: 750; word-break: keep-all; }
h1 span { color: #485edb; }
.description { margin: 24px 0 0; color: #65708a; font-size: 16px; line-height: 1.9; letter-spacing: -.4px; word-break: keep-all; }
.closing { margin: 32px 0 0; font-size: 14px; font-weight: 600; color: #404e72; }
.illustration { position: relative; display: flex; flex-direction: column; align-items: center; padding: 30px 0 0; }
.document { position: relative; z-index: 1; width: min(100%, 310px); transform: rotate(5deg); }
.orbit { position: absolute; left: 50%; top: 50%; border-radius: 50%; transform: translate(-50%, -50%); }
.orbit-one { width: 355px; height: 355px; background: #eef1fc; }
.orbit-two { width: 405px; height: 405px; border: 1px solid #eceff7; }
.illustration-label { position: relative; z-index: 1; margin-top: 24px; color: #747f9c; font-size: 12px; letter-spacing: 1px; }
.footer { display: flex; justify-content: space-between; gap: 16px; padding: 25px 0 30px; border-top: 1px solid #e2e6ef; color: #727c93; font-size: 12px; }

@media (max-width: 850px) {
  .page { padding: 0 32px; }
  .hero { grid-template-columns: 1.4fr 1fr; gap: 12px; }
  .orbit-one { width: 260px; height: 260px; }
  .orbit-two { width: 300px; height: 300px; }
  .description { font-size: 14px; }
}

@media (max-width: 640px) {
  .page { padding: 0 26px; }
  .header { padding: 26px 0; }
  .brand { font-size: 23px; }
  .brand-mark { width: 32px; height: 32px; }
  .header-note { display: none; }
  main { padding: 40px 0 48px; }
  .hero { grid-template-columns: 1fr; gap: 32px; }
  h1 { font-size: clamp(28px, 7.7vw, 40px); letter-spacing: -1.5px; }
  .status { margin-bottom: 20px; font-size: 12px; }
  .description { margin-top: 20px; line-height: 1.85; }
  .closing { margin-top: 24px; font-size: 13px; }
  .illustration { padding-top: 12px; }
  .document { width: 218px; }
  .orbit-one { width: 236px; height: 236px; }
  .orbit-two { width: 278px; height: 278px; }
  .illustration-label { margin-top: 15px; font-size: 10px; }
  .footer { padding: 22px 0; font-size: 10px; flex-wrap: wrap; }
}
