.copyright {
  width: 100%;
  text-align: center;
}

.brand {
  display: flex;
  align-items: center;
  height: 80px;
  overflow: hidden;
}

.brand img {
  width: 132px;
  height: 96px;
  object-fit: contain;
  filter: drop-shadow(0 3px 8px rgba(91, 61, 17, 0.12));
}

.footer-brand img {
  width: 180px;
  height: auto;
  max-height: 150px;
  padding: 0;
  background: transparent;
  border-radius: 0;
  object-fit: contain;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.28));
}

.footer-brand p {
  display: none;
}

.survey-invite {
  position: relative;
  overflow: hidden;
  margin-top: 42px;
  padding: 30px !important;
  border: 1px solid rgba(201, 166, 70, 0.6) !important;
  border-left: 5px solid #c9a646 !important;
  border-radius: 18px;
  background: #211f1c !important;
  box-shadow: 0 18px 45px rgba(33, 31, 28, 0.16);
  color: #fffaf0;
}

.survey-invite::after {
  content: "10%";
  position: absolute;
  right: -10px;
  top: -28px;
  color: rgba(201, 166, 70, 0.09);
  font: 700 112px/1 'DM Sans', sans-serif;
  pointer-events: none;
}

.survey-badge {
  display: inline-flex;
  padding: 7px 11px;
  border-radius: 999px;
  background: #c9a646;
  color: #211f1c;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.survey-invite h3 {
  position: relative;
  z-index: 1;
  max-width: 520px;
  margin: 18px 0 12px;
  color: #fffaf0;
  font-size: clamp(25px, 3vw, 34px);
  line-height: 1.18;
}

.survey-invite p {
  position: relative;
  z-index: 1;
  max-width: 560px;
  margin: 0 0 22px !important;
  color: #d8d0c4 !important;
  line-height: 1.65;
}

.survey-button {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 19px;
  border-radius: 999px;
  background: #c9a646;
  color: #211f1c !important;
  text-decoration: none;
  font-weight: 800 !important;
  transition: transform 160ms ease, background 160ms ease;
}

.survey-button:hover {
  transform: translateY(-2px);
  background: #dfc36f;
}

.survey-invite small {
  position: relative;
  z-index: 1;
  display: block;
  margin-top: 15px;
  color: #9f978c;
  font-size: 11px;
  line-height: 1.5;
}

.hero-art {
  isolation: isolate;
}

.hero-gift-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 28px;
  box-shadow: 0 28px 70px rgba(74, 58, 25, 0.18);
  z-index: 0;
}

.moment-label {
  position: absolute;
  left: 50%;
  bottom: 22px;
  transform: translateX(-50%);
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 9px;
  min-width: max-content;
  padding: 12px 19px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 999px;
  background: rgba(33, 31, 28, 0.88);
  box-shadow: 0 10px 30px rgba(33, 31, 28, 0.25);
  color: #fff8e7;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.moment-label span {
  color: #e3c360;
}

.hero-art .occasion-pill {
  z-index: 2;
}

@media (max-width: 520px) {
  .hero-gift-image {
    border-radius: 22px;
  }

  .moment-label {
    bottom: 14px;
    padding: 10px 14px;
    font-size: 10px;
  }
}
