/* ============================================
   封底頁 — 全幅底圖 + 深色遮罩 + 結語
   ============================================ */

.slide--closing .slide-content {
  padding: 0;
  overflow: hidden;
}

.closing {
  position: relative;
  width: 100%;
  height: 100%;
  background: #1a1a1a;
  overflow: hidden;
}

.closing__bg-wrap {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.closing__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.closing__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      rgba(26, 21, 18, 0.35) 0%,
      rgba(26, 21, 18, 0.55) 45%,
      rgba(26, 21, 18, 0.72) 100%
    );
  pointer-events: none;
}

.closing__body {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 0 100px 248px;
}

.closing__message {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  max-width: 980px;
  text-align: center;
}

.closing__line {
  width: 60px;
  height: 0;
  margin: 40px 0 0;
  border: none;
  border-top: 7px solid var(--cover-red, #e22d2a);
}

.closing__heading {
  margin: 0;
  font-family: 'Nata Sans', sans-serif;
  font-size: 72px;
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: 3.6px;
  color: #fff;
}

.closing__sub {
  margin: 0;
  font-family: 'Nata Sans', sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 2px;
  color: rgba(255, 255, 255, 0.92);
}

.closing__qa {
  margin: 24px 0 0;
  font-family: 'Nata Sans', sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 8px;
  color: rgba(255, 255, 255, 0.88);
}

.closing__brand {
  position: absolute;
  right: 100px;
  bottom: 72px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
}

.closing__brand-name {
  margin: 0;
  font-family: 'Noto Serif TC', serif;
  font-size: 36px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 3.78px;
  color: #fff;
  white-space: nowrap;
}

.closing__brand-en {
  margin: 0;
  font-family: 'NATS', sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 1.76px;
  color: rgba(255, 255, 255, 0.82);
  white-space: nowrap;
}
