@import url("./ibaksa-poster.css");

:root {
  --gold-1: #ffe0dc;
  --gold-2: #ff9d92;
  --gold-3: #c43f2e;
  --red-1: #ffc5bc;
  --red-2: #ff5f47;
  --red-3: #78110b;
}

body {
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 109, 86, 0.26), transparent 24%),
    radial-gradient(circle at 14% 24%, rgba(201, 42, 29, 0.18), transparent 24%),
    radial-gradient(circle at 86% 20%, rgba(255, 150, 126, 0.12), transparent 24%),
    linear-gradient(180deg, #1b0908, #070505);
}

.promo-shell {
  background:
    radial-gradient(circle at 50% 6%, rgba(255, 122, 98, 0.34), transparent 16%),
    linear-gradient(180deg, rgba(36, 12, 12, 0.94), rgba(7, 5, 5, 0.98));
}

.hero-title__gold {
  background: linear-gradient(180deg, #fff0ec 0%, #ffaea0 34%, #c94a39 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

.hero-title__red {
  background: linear-gradient(180deg, #ffd1c7 0%, #ff6a51 40%, #8b120a 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

.event-grid {
  grid-template-columns: 1fr;
  gap: 28px;
}

.event-card {
  overflow: hidden;
  padding: 28px 28px 30px;
  border-color: rgba(255, 122, 98, 0.34);
  border-width: 1px;
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(50, 12, 12, 0.96), rgba(16, 6, 6, 0.98)),
    linear-gradient(135deg, rgba(255, 124, 103, 0.08), transparent 60%);
  box-shadow: 0 24px 40px rgba(0, 0, 0, 0.34);
}

.event-card::before {
  inset: 0 auto 0 0;
  width: 8px;
  border-radius: 24px 0 0 24px;
  background: linear-gradient(180deg, rgba(255, 171, 159, 0.95), rgba(211, 54, 40, 0.95));
}

.event-card::after {
  left: 28px;
  right: 28px;
  top: 102px;
  bottom: auto;
  height: 1px;
  border-radius: 0;
  background: linear-gradient(90deg, rgba(255, 140, 124, 0.64), rgba(255, 140, 124, 0));
}

.event-card--wide {
  grid-column: auto;
}

.event-card__head {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  align-items: start;
  gap: 18px;
}

.event-card__head > div {
  display: grid;
  align-content: start;
  gap: 5px;
}

.event-card__index {
  position: static;
  width: 72px;
  height: 72px;
  border: 1px solid rgba(255, 178, 168, 0.22);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 131, 110, 0.22), rgba(255, 131, 110, 0.06));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
  color: #ffd5cd;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.03em;
  -webkit-text-stroke: 0;
}

.event-card__title {
  margin: 0;
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.06;
}

.event-card__subtitle {
  display: block;
  margin: 0;
  padding: 0;
  color: #ffb0a4;
  font-size: clamp(22px, 1.7vw, 22px);
  letter-spacing: 0;
  text-transform: none;
}

.event-card__meta,
.event-card__body,
.event-card__caption,
.event-list {
  font-size: clamp(20px, 2vw, 31px);
}

.event-card__meta {
  margin-top: 0;
  padding: 16px 0 0 90px;
  color: #f3d6d2;
  line-height: 1.55;
}

.event-card__body {
  margin-top: 16px;
  padding: 0 0 0 90px;
  line-height: 1.55;
}

.event-card__caption {
  margin-top: 16px;
  padding: 0 0 0 90px;
  color: #ffd2ca;
  line-height: 1.55;
}

.event-list {
  margin-top: 16px;
  padding-left: 112px;
  line-height: 1.55;
}

.event-list li {
  padding-left: 14px;
}

.event-list li::before {
  left: -10px;
  top: 0.72em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: linear-gradient(180deg, #ffd6d0, #d6503f);
  box-shadow: 0 0 8px rgba(255, 122, 98, 0.24);
}

.event-grid .event-card:first-child {
  border-color: rgba(255, 132, 118, 0.56);
  background:
    radial-gradient(circle at top right, rgba(255, 112, 92, 0.2), transparent 26%),
    radial-gradient(circle at 18% 0%, rgba(255, 181, 170, 0.12), transparent 22%),
    linear-gradient(180deg, rgba(50, 12, 12, 0.98), rgba(16, 6, 6, 0.98)),
    linear-gradient(135deg, rgba(255, 124, 103, 0.08), transparent 60%);
  box-shadow:
    inset 0 0 42px rgba(255, 122, 98, 0.12),
    inset 0 1px 0 rgba(255, 218, 210, 0.12),
    0 24px 38px rgba(0, 0, 0, 0.32),
    0 0 0 1px rgba(255, 132, 118, 0.1);
}

.event-grid .event-card:first-child::before {
  background:
    linear-gradient(135deg, rgba(255, 166, 154, 0.24), transparent 42%),
    linear-gradient(180deg, rgba(255, 218, 210, 0.08), transparent 28%),
    linear-gradient(180deg, rgba(255, 171, 159, 0.95), rgba(211, 54, 40, 0.95));
}

.event-grid .event-card:first-child::after {
  border-color: rgba(255, 177, 167, 0.12);
}

.event-grid .event-card:first-child .event-card__head {
  align-items: center;
}

.event-grid .event-card:first-child .event-card__index {
  border: 1px solid rgba(255, 186, 176, 0.28);
  background: linear-gradient(180deg, rgba(255, 131, 110, 0.32), rgba(255, 131, 110, 0.1));
  box-shadow:
    inset 0 1px 0 rgba(255, 236, 232, 0.12),
    0 10px 18px rgba(0, 0, 0, 0.16),
    0 0 18px rgba(255, 122, 98, 0.12);
}

.event-grid .event-card:first-child .event-card__title {
  color: #ffe1db;
  text-shadow:
    0 10px 18px rgba(0, 0, 0, 0.34),
    0 0 12px rgba(255, 122, 98, 0.08);
}

.event-grid .event-card:first-child .event-card__subtitle {
  display: inline-flex;
  align-items: center;
  min-height: 54px;
  margin-top: 10px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 226, 146, 0.18);
  background: linear-gradient(180deg, rgba(255, 214, 112, 0.14), rgba(255, 214, 112, 0.06));
  color: #ffe49b;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.event-grid .event-card:first-child .event-card__meta {
  padding-left: 90px;
  color: #f3d6d2;
}

.event-grid .event-card:first-child .event-list {
  margin-top: 16px;
  padding-left: 112px;
}

.event-grid .event-card:first-child .event-list li::before {
  background: linear-gradient(180deg, #ffd6d0, #d6503f);
  box-shadow: 0 0 10px rgba(255, 122, 98, 0.28);
}

.promo-domain__button {
  color: #ffe2dc;
  background-image: url("../../kakaotalk.png");
}

body.promo-theme--hongbaksa .promo-domain__button {
  min-height: 250px;
}

@media (max-width: 860px) {
  .promo-hero {
    padding: 0 20px 0;
  }

  .event-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .event-card {
    padding: 22px 18px 24px;
    border-radius: 20px;
  }

  .event-card::before {
    width: 6px;
    border-radius: 20px 0 0 20px;
  }

  .event-card::after {
    left: 18px;
    right: 18px;
    top: 88px;
  }

  .event-card__index {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    font-size: 25px;
  }

  .event-card__title {
    font-size: clamp(28px, 8vw, 38px);
  }

  .event-card__subtitle {
    font-size: 16px;
  }

  .event-card__head {
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 12px;
    padding-bottom: 16px;
  }

  .event-card__head > div {
    gap: 5px;
  }

  .event-card__meta {
    padding-left: 14px;
  }

  .event-card__body,
  .event-card__caption {
    padding-left: 14px;
  }

  .event-list {
    padding-left: 20px;
  }

  .event-list li {
    padding-left: 4px;
  }

  .event-grid .event-card:first-child .event-card__meta {
    padding-left: 14px;
  }

  .event-grid .event-card:first-child .event-list {
    padding-left: 20px;
  }

  .event-grid .event-card:first-child .event-list li {
    padding-left: 4px;
  }

  .promo-domain__button {
    min-height: 132px;
  }

  body.promo-theme--hongbaksa .promo-domain__button {
    min-height: 132px;
  }
}
