:root {
  color-scheme: light;
  --ink: #12352c;
  --green: #103c31;
  --green-soft: #26725a;
  --lime: #d6f36b;
  --cream: #f6f1e7;
  --paper: #fffdf7;
  --muted: #65756f;
  --line: rgba(18, 53, 44, 0.14);
}

* { box-sizing: border-box; }

html { min-width: 320px; }

body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  color: var(--ink);
  background:
    linear-gradient(rgba(18, 53, 44, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(18, 53, 44, 0.035) 1px, transparent 1px),
    var(--cream);
  background-size: 52px 52px;
  font-family: Pretendard, "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; }

.site-header {
  min-height: 76px;
  padding: 12px clamp(18px, 4vw, 64px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid var(--line);
  background: rgba(246, 241, 231, 0.9);
  backdrop-filter: blur(18px);
}

.brand {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 11px;
  text-decoration: none;
}

.brand img {
  width: 44px;
  height: 44px;
  object-fit: contain;
}

.brand span { display: grid; }
.brand strong { font-size: 16px; letter-spacing: -0.02em; }
.brand small { margin-top: 2px; color: var(--green-soft); font-size: 10px; font-weight: 900; letter-spacing: 0.16em; }

.back-link {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 850;
  white-space: nowrap;
  transition: background 160ms ease, transform 160ms ease;
}

.back-link:hover { background: rgba(255, 255, 255, 0.7); transform: translateY(-1px); }

main {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: clamp(22px, 4vw, 52px) 0 32px;
}

.coming-soon {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-width: 0;
  min-height: min(720px, calc(100vh - 190px));
  padding: clamp(28px, 6vw, 76px);
  display: grid;
  align-content: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: clamp(24px, 3vw, 38px);
  color: #f8fbf8;
  background:
    radial-gradient(circle at 88% 8%, rgba(214, 243, 107, 0.22), transparent 29%),
    radial-gradient(circle at 8% 96%, rgba(106, 201, 163, 0.14), transparent 32%),
    var(--green);
  box-shadow: 0 34px 90px rgba(16, 60, 49, 0.24);
}

.coming-soon::after {
  content: "";
  position: absolute;
  right: -110px;
  bottom: -110px;
  width: 330px;
  height: 330px;
  border: 1px solid rgba(214, 243, 107, 0.22);
  border-radius: 50%;
  box-shadow: 0 0 0 42px rgba(214, 243, 107, 0.04), 0 0 0 84px rgba(214, 243, 107, 0.025);
  pointer-events: none;
}

.edition-row {
  position: absolute;
  top: clamp(24px, 4vw, 44px);
  right: clamp(28px, 5vw, 64px);
  left: clamp(28px, 5vw, 64px);
  display: flex;
  justify-content: space-between;
  color: rgba(248, 251, 248, 0.58);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.17em;
}

.hero-copy { position: relative; z-index: 1; max-width: 820px; }

.eyebrow {
  margin: 0 0 17px;
  color: var(--lime);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.16em;
}

h1 {
  margin: 0;
  max-width: 820px;
  font-size: clamp(36px, 6.3vw, 76px);
  line-height: 1.08;
  letter-spacing: -0.055em;
  text-wrap: balance;
  word-break: keep-all;
  overflow-wrap: break-word;
}

.lead {
  max-width: 690px;
  margin: 24px 0 0;
  color: rgba(248, 251, 248, 0.76);
  font-size: clamp(15px, 1.8vw, 19px);
  line-height: 1.8;
  word-break: keep-all;
}

.status-card {
  position: relative;
  z-index: 1;
  min-width: 0;
  margin-top: clamp(34px, 6vw, 64px);
  padding: clamp(20px, 3vw, 30px);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.075);
  backdrop-filter: blur(14px);
}

.status-head {
  display: flex;
  align-items: center;
  gap: 9px;
  color: rgba(248, 251, 248, 0.62);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.status-head strong { margin-left: auto; color: var(--lime); font-size: 12px; letter-spacing: 0; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 5px rgba(214, 243, 107, 0.11); }
.status-line { height: 2px; margin: 17px 0 22px; overflow: hidden; border-radius: 99px; background: rgba(255, 255, 255, 0.12); }
.status-line span { display: block; width: 72%; height: 100%; background: linear-gradient(90deg, var(--lime), rgba(214, 243, 107, 0.34)); }

.status-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.status-grid div { min-width: 0; }
.status-grid span { display: block; margin-bottom: 13px; color: var(--lime); font-size: 11px; font-weight: 900; }
.status-grid strong { display: block; font-size: 15px; line-height: 1.35; }
.status-grid small { display: block; margin-top: 7px; color: rgba(248, 251, 248, 0.58); font-size: 12px; line-height: 1.55; word-break: keep-all; }

.actions {
  position: relative;
  z-index: 1;
  margin-top: 28px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.actions a { font-size: 13px; font-weight: 900; text-decoration: none; }
.primary-action { padding: 14px 20px; border-radius: 999px; color: var(--green); background: var(--lime); box-shadow: 0 10px 28px rgba(214, 243, 107, 0.16); }
.text-action { color: rgba(248, 251, 248, 0.76); border-bottom: 1px solid rgba(248, 251, 248, 0.28); }

.mall-footer {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 18px 2px 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 750;
}

.mall-footer nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 16px; }
.mall-footer a { text-decoration: none; }
.mall-footer a:hover { color: var(--green); }

@media (max-width: 720px) {
  .site-header { min-height: 68px; padding: 10px 14px; }
  .brand img { width: 40px; height: 40px; }
  .back-link { padding: 9px 12px; }
  main { width: min(100% - 20px, 1180px); padding-top: 10px; }
  .coming-soon { min-height: auto; padding: 82px 24px 28px; border-radius: 24px; }
  .edition-row { top: 24px; right: 24px; left: 24px; }
  h1 { font-size: clamp(31px, 9.4vw, 38px); line-height: 1.12; }
  .lead { margin-top: 20px; }
  .status-grid { grid-template-columns: 1fr; gap: 18px; }
  .status-grid div { padding-top: 16px; border-top: 1px solid rgba(255, 255, 255, 0.1); }
  .status-grid div:first-child { padding-top: 0; border-top: 0; }
  .actions { align-items: flex-start; flex-direction: column; gap: 16px; }
  .mall-footer { align-items: flex-start; flex-direction: column; }
  .mall-footer nav { justify-content: flex-start; }
}

@media (max-width: 420px) {
  .back-link {
    width: 40px;
    height: 40px;
    padding: 0;
    justify-content: center;
  }

  .back-copy { display: none; }
  .coming-soon { padding-right: 20px; padding-left: 20px; }
  .edition-row { right: 20px; left: 20px; }
}

@media (prefers-reduced-motion: no-preference) {
  .status-dot { animation: breathe 2.4s ease-in-out infinite; }
  @keyframes breathe { 50% { box-shadow: 0 0 0 9px rgba(214, 243, 107, 0.04); } }
}
