.guest-wall-final-page {
  background:
    radial-gradient(circle at 50% 0%, rgba(126, 0, 0, .18), transparent 34rem),
    linear-gradient(180deg, #050505 0%, #0b0303 48%, #050505 100%);
  color: #f7f0e5;
}

.guest-wall-final-page .umaa-subpage {
  max-width: none;
  padding: 0;
}

.guest-wall-site-header {
  position: relative;
  z-index: 5;
}

.guest-wall-hero-live {
  position: relative;
  min-height: clamp(470px, 62vh, 625px);
  overflow: hidden;
  border-bottom: 1px solid rgba(205, 31, 38, .35);
  background: #050505;
}

.guest-wall-hero-art {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 76% 34%, rgba(206, 48, 23, .20), transparent 24rem),
    radial-gradient(circle at 16% 76%, rgba(154, 0, 0, .22), transparent 25rem),
    linear-gradient(90deg, rgba(0, 0, 0, .96) 0%, rgba(0, 0, 0, .75) 37%, rgba(0, 0, 0, .34) 72%, rgba(0, 0, 0, .82) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, .36), rgba(0, 0, 0, .88)),
    url("../assets/guest-wall/guest-wall-hero-bg.webp") center / cover no-repeat;
  transform: scale(1.01);
}

.guest-wall-hero-live::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 44%;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .9));
  pointer-events: none;
}

.guest-wall-hero-content {
  position: relative;
  z-index: 1;
  width: min(1500px, calc(100% - 48px));
  margin: 0 auto;
  min-height: clamp(470px, 62vh, 625px);
  display: grid;
  grid-template-columns: minmax(320px, .88fr) minmax(340px, .92fr);
  align-items: center;
  gap: clamp(22px, 3.6vw, 62px);
  padding: clamp(20px, 3.2vw, 44px) 0 clamp(28px, 3.8vw, 56px);
}

.guest-kicker {
  margin: 0 0 10px;
  color: #d7aa43;
  font-size: clamp(.78rem, .9vw, .95rem);
  font-weight: 800;
  letter-spacing: .24em;
  text-transform: uppercase;
}

.guest-wall-hero-left h1 {
  margin: 0;
  color: #e30613;
  font-size: clamp(3.625rem, 6vw, 5.125rem);
  line-height: .95;
  letter-spacing: .035em;
  text-transform: uppercase;
  text-shadow: 0 0 28px rgba(227, 6, 19, .22);
}

.guest-title-rule {
  width: min(390px, 78%);
  height: 2px;
  margin: 14px 0 13px;
  background: linear-gradient(90deg, #d7aa43, rgba(215, 170, 67, .08));
  box-shadow: 0 0 18px rgba(215, 170, 67, .28);
}

.guest-hero-copy {
  max-width: 585px;
  margin: 0;
  color: #f4e8dc;
  font-size: clamp(.98rem, 1.1vw, 1.12rem);
  line-height: 1.55;
}

.guest-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 18px;
  margin-top: 20px;
}

.guest-sign-button,
.guest-counter {
  min-height: 46px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  box-sizing: border-box;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: .84rem;
  font-weight: 850;
}

.guest-sign-button {
  padding: 12px 28px;
  color: #fff;
  background: linear-gradient(135deg, #b1050d, #5b0506);
  border: 1px solid rgba(255, 216, 170, .45);
  box-shadow: 0 16px 30px rgba(105, 0, 0, .32);
}

.guest-sign-button:hover,
.guest-sign-button:focus-visible {
  background: linear-gradient(135deg, #d20913, #710506);
  outline: none;
}

.guest-counter {
  padding: 10px 18px;
  color: #e8c97a;
  background: rgba(0, 0, 0, .48);
  border: 1px solid rgba(215, 170, 67, .5);
}

.guest-counter strong {
  min-width: 34px;
  min-height: 34px;
  padding: 0 8px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: rgba(16, 4, 4, .9);
  border: 1px solid rgba(227, 6, 19, .56);
}

.guest-wall-hero-seal {
  justify-self: center;
  width: min(430px, 100%);
  text-align: center;
  padding: clamp(16px, 2.6vw, 28px);
  border-radius: 24px;
  background: radial-gradient(circle at center, rgba(0, 0, 0, .46), rgba(0, 0, 0, .12) 58%, transparent 72%);
}

.guest-wall-hero-seal img {
  width: clamp(176px, 18vw, 255px);
  height: auto;
  display: block;
  margin: 0 auto 14px;
  filter: drop-shadow(0 0 18px rgba(0, 0, 0, .82)) drop-shadow(0 0 26px rgba(194, 0, 0, .26));
}

.guest-wall-hero-seal p {
  margin: 0 0 8px;
  color: #f4dfae;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.25rem, 2.25vw, 2rem);
  letter-spacing: .26em;
  text-transform: uppercase;
}

.guest-wall-hero-seal span {
  display: block;
  color: #f4dfae;
  font-size: clamp(.72rem, 1.2vw, .98rem);
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.guest-wall-story-section {
  position: relative;
  padding: clamp(34px, 5vw, 66px) 24px clamp(30px, 4vw, 52px);
  background:
    radial-gradient(circle at 72% 18%, rgba(155, 39, 16, .18), transparent 26rem),
    radial-gradient(circle at 12% 4%, rgba(137, 12, 12, .20), transparent 30rem),
    linear-gradient(180deg, #050505, #090303 48%, #050505);
}

.guest-story-heading {
  width: min(980px, 100%);
  margin: 0 auto 24px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 18px;
  text-align: center;
}

.guest-heading-line {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(215, 170, 67, .72), transparent);
}

.guest-story-heading p {
  margin: 0;
  color: #d7aa43;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.25rem, 2vw, 2rem);
  font-weight: 800;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.guest-story-heading h2 {
  max-width: 620px;
  margin: 8px auto 0;
  color: #f3e4c9;
  font-size: clamp(.95rem, 1.1vw, 1.08rem);
  font-weight: 450;
  line-height: 1.5;
}

.guest-live-entry-grid {
  width: min(1500px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.guest-entry-card {
  position: relative;
  min-height: 178px;
  padding: 20px 22px 18px;
  border-radius: 10px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(6, 6, 6, .94), rgba(6, 6, 6, .76)),
    var(--guest-card-bg, url("../assets/guest-wall/guest-wall-card-bg-1.webp")) center / cover no-repeat;
  border: 1px solid rgba(215, 170, 67, .34);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .035);
}

.guest-entry-card::before {
  content: "\201C";
  display: block;
  margin-bottom: 5px;
  color: #e30613;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 3.8rem;
  line-height: .62;
  font-weight: 900;
}

.guest-entry-story {
  margin: 0 0 12px;
  color: #fff8ef;
  font-size: clamp(.93rem, .95vw, 1.02rem);
  line-height: 1.45;
}

.guest-entry-person {
  margin-top: auto;
}

.guest-entry-role {
  display: block;
  margin-bottom: 5px;
  color: rgba(245, 214, 153, .82);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.guest-entry-name {
  display: block;
  color: #d7aa43;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.guest-entry-signature {
  display: block;
  width: min(240px, 72%);
  max-height: 58px;
  margin-top: 6px;
  object-fit: contain;
  object-position: left center;
  filter: sepia(.35) saturate(1.15) brightness(1.12);
}

.guest-empty-state {
  grid-column: 1 / -1;
  width: min(560px, 100%);
  margin: 6px auto 0;
  padding: 18px 22px;
  text-align: center;
  border-top: 1px solid rgba(215, 170, 67, .42);
  border-bottom: 1px solid rgba(215, 170, 67, .24);
  background: rgba(0, 0, 0, .18);
}

.guest-empty-state h3 {
  margin: 0 0 6px;
  color: #d7aa43;
  font-size: clamp(1rem, 1.25vw, 1.18rem);
  letter-spacing: .08em;
  text-transform: uppercase;
}

.guest-empty-state p {
  margin: 0 auto;
  color: #f0e0cb;
  font-size: .95rem;
  line-height: 1.5;
}

.guest-empty-state a {
  display: inline-flex;
  margin-top: 12px;
  color: #fff;
  background: #9d070c;
  border: 1px solid rgba(255, 216, 170, .42);
  border-radius: 999px;
  padding: 9px 18px;
  text-decoration: none;
  font-size: .78rem;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.guest-wall-slogan {
  display: grid;
  grid-template-columns: minmax(40px, 1fr) auto minmax(40px, 1fr);
  align-items: center;
  gap: 20px;
  padding: 26px 24px 34px;
  background: #050505;
  border-top: 1px solid rgba(215, 170, 67, .2);
  text-align: center;
}

.guest-wall-slogan span {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(215, 170, 67, .62), transparent);
}

.guest-wall-slogan p {
  margin: 0;
  color: #f2dfbd;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(.78rem, 1vw, 1rem);
  letter-spacing: .24em;
  text-transform: uppercase;
}

.guest-wall-slogan strong {
  color: #e30613;
}

@media (max-width: 1020px) {
  .guest-wall-hero-content {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .guest-title-rule,
  .guest-hero-copy {
    margin-left: auto;
    margin-right: auto;
  }

  .guest-actions {
    justify-content: center;
  }

  .guest-live-entry-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .guest-wall-hero-content {
    width: min(100% - 28px, 620px);
    padding-top: 22px;
  }

  .guest-wall-hero-left h1 {
    font-size: clamp(3rem, 15vw, 4.75rem);
  }

  .guest-sign-button,
  .guest-counter {
    width: 100%;
  }

  .guest-story-heading {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .guest-live-entry-grid {
    grid-template-columns: 1fr;
  }

  .guest-wall-slogan {
    grid-template-columns: 1fr;
  }
}
