:root {
  --bg: #070707;
  --panel: #111111;
  --panel-2: #171717;
  --text: #f8f5ed;
  --muted: #b9b1a2;
  --gold: #eab94f;
  --gold-2: #ffdb7d;
  --red: #9a1519;
  --red-2: #d52b2f;
  --kakao: #ffe03b;
  --telegram: #27a7e7;
  --radius-xl: 34px;
  --radius-lg: 26px;
  --radius-md: 20px;
  --shadow: 0 34px 90px rgba(0, 0, 0, .52);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "Noto Sans KR", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 50% -10%, rgba(224, 159, 50, .14), transparent 34%),
    linear-gradient(180deg, #15110c 0%, #090909 34%, #050505 100%);
  overflow-x: hidden;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  font: inherit;
}

.ambient {
  position: fixed;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
  opacity: .16;
}

.ambient--one {
  background: #bd251f;
  top: 15%;
  left: -180px;
}

.ambient--two {
  background: #d5a02e;
  right: -180px;
  bottom: 10%;
}

.page-shell {
  width: min(100%, 1080px);
  margin: 0 auto;
  padding: 28px 18px 48px;
}

.landing-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 209, 99, .35);
  border-radius: var(--radius-xl);
  background: linear-gradient(180deg, rgba(20, 20, 20, .96), rgba(7, 7, 7, .98));
  box-shadow: var(--shadow), inset 0 0 0 1px rgba(255,255,255,.02);
}

.hero {
  position: relative;
  min-height: 590px;
  overflow: hidden;
  isolation: isolate;
}

.hero__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 38%;
  transform: scale(1.035);
  filter: saturate(1.08) contrast(1.06) brightness(.9);
}

.hero__veil {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0,0,0,.04) 0%, rgba(0,0,0,.08) 54%, rgba(6,6,6,.9) 100%),
    linear-gradient(90deg, rgba(0,0,0,.2), transparent 30%, transparent 70%, rgba(0,0,0,.2));
  z-index: 1;
}

.hero__brand {
  position: absolute;
  z-index: 2;
  top: 28px;
  left: 28px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-shadow: 0 5px 24px rgba(0,0,0,.65);
}

.brand-pill {
  width: max-content;
  padding: 7px 12px;
  border: 1px solid rgba(255, 220, 125, .52);
  border-radius: 999px;
  color: #ffe39a;
  background: rgba(0,0,0,.35);
  backdrop-filter: blur(10px);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .14em;
}

.brand-title {
  font-size: clamp(26px, 5vw, 44px);
  font-weight: 900;
  letter-spacing: -.04em;
}

.content {
  position: relative;
  z-index: 3;
  margin-top: -66px;
  padding: 0 28px 30px;
}

.promo-card {
  position: relative;
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 26px 28px;
  border: 1px solid rgba(255, 116, 89, .62);
  border-radius: 28px;
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 189, 88, .18), transparent 28%),
    linear-gradient(135deg, rgba(119, 12, 18, .97), rgba(60, 8, 10, .97));
  box-shadow:
    0 24px 50px rgba(79, 0, 0, .32),
    inset 0 1px 0 rgba(255,255,255,.12),
    inset 0 0 34px rgba(255, 58, 45, .10);
}

.promo-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(120deg, transparent 0%, rgba(255,255,255,.08) 26%, transparent 42%);
}

.promo-card__icon {
  display: grid;
  place-items: center;
  flex: 0 0 84px;
  width: 84px;
  height: 84px;
  border-radius: 24px;
  font-size: 44px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.12);
}

.promo-card__eyebrow,
.section-label,
.contact-card__label,
.footer-note {
  margin: 0;
}

.promo-card__eyebrow {
  margin-bottom: 8px;
  color: #f0b7a5;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
}

.promo-card h1 {
  margin: 0;
  font-size: clamp(25px, 4.4vw, 45px);
  line-height: 1.34;
  letter-spacing: -.035em;
  font-weight: 850;
}

.promo-card h1 strong {
  color: #ffd65f;
  text-shadow: 0 0 22px rgba(255, 202, 78, .18);
}

.domain-card {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 26px;
  align-items: center;
  margin-top: 20px;
  padding: 28px;
  border: 1px solid rgba(242, 191, 75, .58);
  border-radius: 28px;
  background:
    radial-gradient(circle at 18% 0%, rgba(231, 185, 74, .08), transparent 30%),
    linear-gradient(135deg, rgba(28,28,28,.98), rgba(8,8,8,.99));
  box-shadow:
    0 26px 60px rgba(0,0,0,.32),
    inset 0 1px 0 rgba(255,255,255,.06);
}

.domain-card__shine {
  position: absolute;
  top: -90px;
  right: 6%;
  width: 320px;
  height: 150px;
  transform: rotate(-10deg);
  background: radial-gradient(ellipse, rgba(255, 221, 135, .12), transparent 64%);
  pointer-events: none;
}

.domain-badge {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 176px;
  clip-path: polygon(50% 0%, 90% 13%, 88% 69%, 50% 100%, 12% 69%, 10% 13%);
  background: linear-gradient(160deg, #302719, #090909 60%);
  filter: drop-shadow(0 11px 18px rgba(0,0,0,.42));
}

.domain-badge::before {
  content: "";
  position: absolute;
  inset: 6px;
  clip-path: inherit;
  border: 2px solid #c99b3c;
}

.domain-badge__crown {
  color: #f5d477;
  font-size: 32px;
  line-height: 1;
}

.domain-badge__main,
.domain-badge__sub {
  position: relative;
  color: #eec865;
  font-weight: 900;
  text-shadow: 0 4px 18px rgba(0,0,0,.5);
}

.domain-badge__main {
  margin-top: 5px;
  font-size: 38px;
  letter-spacing: .05em;
}

.domain-badge__sub {
  margin-top: -4px;
  font-size: 24px;
}

.domain-card__body {
  min-width: 0;
  text-align: center;
}

.section-label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #d8c398;
  font-weight: 700;
}

.section-label span {
  width: 56px;
  height: 1px;
  background: linear-gradient(90deg, transparent, #9b7735);
}

.section-label span:last-child {
  background: linear-gradient(90deg, #9b7735, transparent);
}

.domain-card h2 {
  margin: 8px 0 6px;
  font-size: clamp(34px, 6vw, 64px);
  line-height: 1.05;
  letter-spacing: -.045em;
  color: #fff8e8;
  text-shadow: 0 0 28px rgba(237, 187, 73, .14);
}

.domain-card__desc {
  margin: 0;
  color: #d6b46a;
  font-size: clamp(15px, 2.4vw, 20px);
  font-weight: 700;
}

.primary-cta {
  margin: 22px auto 0;
  width: min(100%, 460px);
  min-height: 62px;
  padding: 10px 12px 10px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: #1d1608;
  text-decoration: none;
  font-weight: 900;
  border-radius: 999px;
  background: linear-gradient(180deg, #ffdc82, #d8a436);
  box-shadow: 0 14px 28px rgba(214, 156, 37, .21), inset 0 1px 0 rgba(255,255,255,.66);
  transition: transform .2s ease, filter .2s ease, box-shadow .2s ease;
}

.primary-cta:hover {
  transform: translateY(-2px);
  filter: brightness(1.04);
  box-shadow: 0 18px 36px rgba(214, 156, 37, .27), inset 0 1px 0 rgba(255,255,255,.66);
}

.primary-cta__arrow {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(29, 22, 8, .10);
  font-size: 22px;
}

.url-strip {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
  margin: 16px auto 0;
  width: min(100%, 720px);
  min-height: 58px;
  padding: 8px 10px 8px 16px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;
  background: rgba(255,255,255,.055);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.05);
  backdrop-filter: blur(14px);
}

.url-strip code {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #d7d7d7;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 14px;
}

.copy-btn {
  border: 0;
  border-radius: 999px;
  padding: 9px 13px;
  color: #f3d37c;
  background: rgba(230, 177, 61, .10);
  cursor: pointer;
  font-weight: 800;
  transition: background .2s ease, transform .2s ease;
}

.copy-btn:hover {
  background: rgba(230, 177, 61, .17);
  transform: translateY(-1px);
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 20px;
}

.contact-card {
  position: relative;
  overflow: hidden;
  padding: 22px;
  border-radius: 26px;
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: 0 20px 46px rgba(0,0,0,.22), inset 0 1px 0 rgba(255,255,255,.08);
}

.contact-card::before {
  content: "";
  position: absolute;
  top: -35%;
  right: -20%;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  filter: blur(8px);
  opacity: .22;
}

.contact-card--kakao {
  color: #16130b;
  background: linear-gradient(145deg, #ffdf47, #f5bd27);
}

.contact-card--kakao::before {
  background: #fff3a6;
}

.contact-card--telegram {
  color: #eefaff;
  background: linear-gradient(145deg, #123448, #071821 74%);
  border-color: rgba(58, 187, 255, .45);
}

.contact-card--telegram::before {
  background: #19aeea;
}

.contact-card__top {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 16px;
}

.contact-icon {
  display: grid;
  place-items: center;
  flex: 0 0 64px;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  font-weight: 900;
}

.contact-icon--kakao {
  color: #ffe136;
  background: #1c180d;
  font-size: 13px;
}

.contact-icon--telegram {
  color: white;
  background: linear-gradient(180deg, #2eb7f2, #168fc8);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.4);
  font-size: 30px;
}

.contact-card__label {
  font-size: 17px;
  font-weight: 850;
  letter-spacing: -.02em;
}

.contact-card__id {
  margin: 2px 0 0;
  font-size: clamp(27px, 4vw, 40px);
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: -.03em;
}

.contact-card__button {
  position: relative;
  z-index: 1;
  margin-top: 18px;
  min-height: 48px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 14px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 850;
  transition: transform .2s ease, opacity .2s ease;
}

.contact-card__button:hover {
  transform: translateY(-1px);
}

.contact-card--kakao .contact-card__button {
  color: #fff4b9;
  background: #1c180d;
}

.contact-card--telegram .contact-card__button {
  color: white;
  background: rgba(39,167,231,.18);
  border: 1px solid rgba(71,189,247,.30);
}

.mini-link {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-top: 10px;
  padding: 10px 0 0;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 8px;
  align-items: center;
  border: 0;
  border-top: 1px solid rgba(0,0,0,.12);
  background: transparent;
  color: inherit;
  cursor: pointer;
  text-align: left;
  opacity: .8;
}

.contact-card--telegram .mini-link {
  border-top-color: rgba(255,255,255,.12);
}

.mini-link span:nth-child(2) {
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 11px;
}

.mini-link b {
  font-size: 11px;
}

.footer-note {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 9px;
  padding-top: 24px;
  color: #8e897f;
  font-size: 12px;
  text-align: center;
}

.status-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #6bd38d;
  box-shadow: 0 0 10px rgba(107, 211, 141, .55);
}

.toast {
  position: fixed;
  z-index: 50;
  left: 50%;
  bottom: calc(24px + env(safe-area-inset-bottom));
  transform: translate(-50%, 18px);
  max-width: calc(100vw - 32px);
  padding: 12px 18px;
  border-radius: 999px;
  color: #16110a;
  background: #f2c95c;
  box-shadow: 0 18px 42px rgba(0,0,0,.38);
  font-size: 13px;
  font-weight: 850;
  opacity: 0;
  visibility: hidden;
  transition: opacity .22s ease, transform .22s ease, visibility .22s ease;
}

.toast.is-show {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}

@media (max-width: 760px) {
  .page-shell {
    padding: 0;
  }

  .landing-card {
    border-radius: 0;
    border-left: 0;
    border-right: 0;
  }

  .hero {
    min-height: 540px;
  }

  .hero__image {
    object-position: center 30%;
  }

  .hero__brand {
    top: 20px;
    left: 18px;
  }

  .content {
    margin-top: -52px;
    padding: 0 14px 24px;
  }

  .promo-card {
    padding: 20px;
    gap: 14px;
    border-radius: 22px;
  }

  .promo-card__icon {
    flex-basis: 58px;
    width: 58px;
    height: 58px;
    border-radius: 17px;
    font-size: 32px;
  }

  .promo-card__eyebrow {
    font-size: 10px;
  }

  .promo-card h1 {
    font-size: clamp(22px, 6vw, 34px);
  }

  .domain-card {
    grid-template-columns: 96px 1fr;
    gap: 14px;
    padding: 20px 16px;
    border-radius: 22px;
  }

  .domain-badge {
    min-height: 118px;
  }

  .domain-badge__crown {
    font-size: 22px;
  }

  .domain-badge__main {
    font-size: 24px;
  }

  .domain-badge__sub {
    font-size: 16px;
  }

  .section-label {
    font-size: 12px;
    gap: 8px;
  }

  .section-label span {
    width: 26px;
  }

  .domain-card h2 {
    font-size: clamp(28px, 7.7vw, 42px);
  }

  .domain-card__desc {
    font-size: 13px;
  }

  .primary-cta {
    min-height: 54px;
    margin-top: 16px;
    padding-left: 18px;
    font-size: 14px;
  }

  .primary-cta__arrow {
    width: 36px;
    height: 36px;
  }

  .url-strip {
    min-height: 52px;
  }

  .url-strip code {
    font-size: 12px;
  }

  .contact-grid {
    grid-template-columns: 1fr;
  }

  .contact-card {
    border-radius: 22px;
  }
}

@media (max-width: 430px) {
  .hero {
    min-height: 500px;
  }

  .promo-card {
    align-items: flex-start;
  }

  .promo-card__icon {
    margin-top: 4px;
  }

  .domain-card {
    grid-template-columns: 1fr;
  }

  .domain-badge {
    width: 112px;
    min-height: 118px;
    margin: 0 auto -4px;
  }

  .domain-card__body {
    width: 100%;
  }

  .url-strip__lock {
    display: none;
  }

  .url-strip {
    grid-template-columns: 1fr auto;
    padding-left: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
