body {
  background: #050505;
}

main {
  isolation: isolate;
  background:
    linear-gradient(180deg, rgba(5, 5, 5, .42) 0%, rgba(5, 5, 5, .78) 48%, rgba(5, 5, 5, .94) 100%),
    radial-gradient(circle at 50% 12%, rgba(121, 84, 27, .32), transparent 35%),
    #050505;
}

main::before {
  content: "";
  position: fixed;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(180deg, rgba(0, 0, 0, .08), rgba(0, 0, 0, .62)),
    url("/atlanta-gold-skyline.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  opacity: .48;
  filter: saturate(.9) contrast(1.08);
}

.intro,
.cta {
  background: linear-gradient(180deg, rgba(8, 8, 7, .84), rgba(8, 8, 7, .66));
  backdrop-filter: blur(2px);
}

.events,
.more,
footer {
  background: rgba(5, 5, 5, .88);
}

footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
  min-height: 0;
  padding: 52px 24px 42px;
  text-align: center;
}

footer .footer-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

footer .footer-brand p,
footer .footer-legal p {
  margin: 0;
}

footer .instagram-mark {
  width: 46px;
  height: 46px;
}

.nav .text-line {
  top: 50%;
  left: 50%;
  display: inline-flex;
  align-items: center;
  gap: .42em;
  margin: 0;
  transform: translate(-50%, -50%);
}

.hero-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sms-number {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.phone-symbol {
  width: 12px;
  height: 17px;
  flex: 0 0 auto;
  color: var(--gold-light);
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 5px rgba(214, 174, 89, .38));
}

.visit-popup {
  position: fixed;
  z-index: 10000;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 22px;
  background: radial-gradient(circle at 50% 40%, rgba(0, 191, 255, .16), rgba(0, 0, 0, .94) 66%);
  backdrop-filter: blur(12px);
}

.visit-popup[hidden] {
  display: none;
}

.visit-popup-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(290px, 430px) minmax(310px, 420px);
  width: min(94vw, 880px);
  max-height: 92vh;
  overflow: auto;
  color: #fff;
  border: 1px solid rgba(34, 215, 255, .72);
  background: linear-gradient(135deg, #02050c 0%, #06132b 54%, #030305 100%);
  box-shadow: 0 35px 110px rgba(0, 0, 0, .85), 0 0 42px rgba(0, 192, 255, .22), inset 0 0 38px rgba(228, 180, 62, .06);
}

.visit-popup-flyer-wrap {
  min-height: 0;
  background: #020205;
}

.visit-popup-flyer {
  width: 100%;
  height: 100%;
  max-height: 88vh;
  object-fit: contain;
  object-position: center center;
}

.visit-popup-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 50px 42px;
  text-align: center;
  background:
    linear-gradient(180deg, rgba(0, 183, 255, .08), transparent 42%),
    radial-gradient(circle at 50% 70%, rgba(224, 176, 50, .13), transparent 50%);
}

.visit-popup-kicker {
  color: #20d8ff;
  text-transform: uppercase;
  letter-spacing: .24em;
  font-size: 8px;
  line-height: 1.7;
}

.visit-popup h2 {
  margin: 17px 0 20px;
  color: #f3c84c;
  text-transform: uppercase;
  letter-spacing: -.025em;
  font: 600 clamp(42px, 5.3vw, 72px)/.82 Cormorant Garamond, serif;
  text-shadow: 0 0 26px rgba(236, 181, 37, .24);
}

.visit-popup h2 span {
  display: block;
  margin-top: 13px;
  color: #28d9ff;
  font-size: .74em;
}

.visit-popup-venue {
  margin-bottom: 13px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .08em;
  font: 600 27px/1.1 Cormorant Garamond, serif;
}

.visit-popup address {
  color: #c7cbd2;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-style: normal;
  font-size: 9px;
  line-height: 1.8;
}

.visit-popup-rsvp {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  min-height: 60px;
  margin-top: 31px;
  color: #020613;
  border: 1px solid #ffe177;
  background: linear-gradient(105deg, #0fcdf5 0%, #4ae3ff 35%, #f4c949 70%, #d69a1c 100%);
  box-shadow: 0 12px 36px rgba(0, 187, 255, .2), 0 0 22px rgba(235, 183, 47, .16);
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: 10px;
  font-weight: 700;
  transition: transform .2s ease, filter .2s ease;
}

.visit-popup-rsvp:hover {
  transform: translateY(-2px);
  filter: brightness(1.12);
}

.visit-popup-rsvp span {
  font-size: 18px;
}

.visit-popup-close {
  position: absolute;
  z-index: 3;
  top: 13px;
  right: 13px;
  width: auto;
  min-width: 92px;
  height: 45px;
  padding: 0 15px;
  cursor: pointer;
  color: #fff;
  border: 1px solid rgba(38, 216, 255, .7);
  background: rgba(1, 5, 14, .9);
  box-shadow: 0 0 20px rgba(0, 201, 255, .17);
  text-transform: uppercase;
  letter-spacing: .14em;
  font: 600 9px/1 Montserrat, sans-serif;
}

.visit-popup-close span {
  margin-right: 7px;
  font: 300 24px/1 Cormorant Garamond, serif;
  vertical-align: -2px;
}

.visit-popup-continue {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  margin-top: 10px;
  cursor: pointer;
  color: #cfd5df;
  border: 1px solid rgba(40, 217, 255, .34);
  background: rgba(0, 0, 0, .28);
  text-transform: uppercase;
  letter-spacing: .17em;
  font-size: 8px;
}

.visit-popup-continue:hover {
  color: #fff;
  border-color: rgba(40, 217, 255, .72);
}

footer .powered-by {
  max-width: 680px;
  margin: 0;
  color: #9c9589;
  text-align: center;
  line-height: 1.8;
}

footer .powered-by strong {
  color: var(--gold-light);
  font-weight: 500;
}

footer .powered-by span {
  color: var(--gold);
  margin: 0 5px;
}

footer .footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 30px;
  padding: 18px 30px;
  border-top: 1px solid rgba(214, 174, 89, .2);
  border-bottom: 1px solid rgba(214, 174, 89, .2);
}

footer .footer-links a {
  color: var(--gold-light);
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 9px;
}

footer .footer-links a:hover {
  color: #fff;
}

footer .subsidiary-note {
  color: #9c9589;
  text-align: center;
  line-height: 1.7;
}

footer .footer-legal {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 18px;
  max-width: 720px;
}

footer .footer-legal p + p::before {
  content: "·";
  margin-right: 18px;
  color: var(--gold);
}

.mailing-list {
  position: relative;
  padding: 130px 20px;
  border-top: 1px solid rgba(214, 174, 89, .24);
  border-bottom: 1px solid rgba(214, 174, 89, .24);
  background: linear-gradient(120deg, rgba(5, 5, 5, .88), rgba(38, 26, 9, .72), rgba(5, 5, 5, .9));
  backdrop-filter: blur(5px);
}

.mailing-list-inner {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.mailing-list h2 {
  margin: 26px 0 24px;
  letter-spacing: -.04em;
  font: 400 clamp(58px, 9vw, 116px)/.84 Cormorant Garamond, serif;
}

.mailing-list-copy {
  max-width: 580px;
  margin: 0 auto 44px;
  color: var(--muted);
  font: 400 15px/1.85 Montserrat, sans-serif;
}

.mailing-list-optin {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 260px;
  min-height: 64px;
  animation: optin-pulse 1.8s ease-in-out infinite;
  box-shadow: 0 0 0 0 rgba(214, 174, 89, .52);
}

.mailing-list-optin-note {
  margin: 22px auto 0;
  color: #8f887d;
  font-size: 9px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

@keyframes optin-pulse {
  0%, 100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(214, 174, 89, .5); }
  50% { transform: scale(1.045); box-shadow: 0 0 0 14px rgba(214, 174, 89, 0); }
}

.mailing-list-form {
  display: grid;
  grid-template-columns: 1fr 1.25fr auto;
  align-items: end;
  gap: 12px;
  text-align: left;
}

.mailing-list-field span {
  display: block;
  margin: 0 0 9px;
  color: var(--gold-light);
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: 8px;
}

.mailing-list-field input {
  width: 100%;
  height: 56px;
  padding: 0 17px;
  color: var(--ivory);
  border: 1px solid rgba(214, 174, 89, .38);
  outline: none;
  background: rgba(3, 3, 3, .68);
}

.mailing-list-field input::placeholder {
  color: #756f65;
}

.mailing-list-field input:focus {
  border-color: var(--gold-light);
  box-shadow: 0 0 0 2px rgba(214, 174, 89, .12);
}

.mailing-list-submit {
  min-width: 205px;
  height: 56px;
  border: 0;
  cursor: pointer;
}

.mailing-list-submit:disabled {
  cursor: wait;
  filter: grayscale(.25);
  opacity: .72;
}

.mailing-list-note,
.mailing-list-status {
  grid-column: 1 / -1;
  text-align: center;
}

.mailing-list-note {
  margin-top: 7px;
  color: #777168;
  font-size: 8px;
  line-height: 1.6;
}

.mailing-list-status {
  min-height: 22px;
  color: var(--gold-light);
  font: italic 18px Cormorant Garamond, serif;
}

.mailing-list-status.is-error {
  color: #efaaa1;
}

.mailing-list-honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.event-image {
  cursor: zoom-in;
  height: 100%;
  object-fit: contain;
  object-position: center;
  background: #050505;
}

.event-image-wrap {
  width: 100%;
  aspect-ratio: 3 / 4;
}

.event {
  grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
}

.event-image-wrap,
.event-copy {
  min-width: 0;
}

.event h3 {
  white-space: normal;
}

.sponsor {
  padding: 120px 5vw;
  border-top: 1px solid rgba(214, 174, 89, .24);
  background: radial-gradient(circle at 50% 35%, rgba(36, 175, 222, .12), transparent 42%), linear-gradient(180deg, rgba(5, 5, 5, .96), rgba(12, 12, 13, .98));
}

.sponsor-inner {
  width: min(100%, 1120px);
  margin: 0 auto;
  text-align: center;
}

.sponsor h2 {
  margin: 24px 0 42px;
  letter-spacing: -.04em;
  font: 400 clamp(52px, 8vw, 96px)/.9 Cormorant Garamond, serif;
}

.sponsor-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  gap: 28px;
}

.sponsor-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 18px 18px 28px;
  border: 1px solid rgba(214, 174, 89, .22);
  background: rgba(3, 3, 5, .72);
}

.sponsor-art-wrap {
  overflow: hidden;
  border: 1px solid rgba(241, 217, 149, .34);
  background: #050505;
  box-shadow: 0 30px 90px rgba(0, 0, 0, .6), 0 0 42px rgba(42, 193, 231, .1);
}

.sponsor-art {
  width: 100%;
  height: auto;
}

.sponsor-offer {
  margin: 30px auto 24px;
  color: #c6bfae;
  font: 400 clamp(18px, 2.3vw, 28px)/1.5 Cormorant Garamond, serif;
}

.sponsor-offer strong {
  color: var(--gold-light);
  letter-spacing: .08em;
}

.sponsor-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: auto;
}

.sponsor-button {
  min-width: 230px;
}

.sponsor-button-secondary {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 54px;
  padding: 0 28px;
  color: var(--gold-light);
  border: 1px solid rgba(214, 174, 89, .68);
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: 9px;
  font-weight: 600;
  transition: color .2s, border-color .2s, transform .2s;
}

.sponsor-button-secondary:hover {
  color: #fff;
  border-color: var(--gold-light);
  transform: translateY(-2px);
}

.sniffies-details {
  margin-bottom: 28px;
  color: #aaa398;
  text-align: left;
  font-size: 12px;
  line-height: 1.8;
}

.sniffies-details .sponsor-offer {
  text-align: center;
}

.sniffies-details h3 {
  margin: 24px 0 10px;
  color: var(--gold-light);
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: 10px;
}

.sniffies-details ul {
  margin: 0;
  padding-left: 20px;
  list-style: disc;
}

.sniffies-details li + li {
  margin-top: 8px;
}

.sniffies-details strong {
  color: var(--gold-light);
}

.flyer-lightbox {
  position: fixed;
  z-index: 9999;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 38px;
  background: radial-gradient(circle at center, rgba(45, 31, 11, .62), rgba(0, 0, 0, .94) 68%);
  backdrop-filter: blur(12px);
}

.flyer-lightbox[hidden] {
  display: none;
}

.flyer-lightbox-image {
  max-width: min(92vw, 1100px);
  max-height: 92vh;
  object-fit: contain;
  border: 1px solid rgba(241, 217, 149, .58);
  box-shadow: 0 35px 100px rgba(0, 0, 0, .8), 0 0 55px rgba(214, 174, 89, .22);
}

.flyer-lightbox-close {
  position: fixed;
  z-index: 2;
  top: 22px;
  right: 28px;
  width: 48px;
  height: 48px;
  cursor: pointer;
  color: #f1d995;
  border: 1px solid rgba(214, 174, 89, .65);
  background: rgba(5, 5, 5, .82);
  font: 300 34px/1 Cormorant Garamond, serif;
}

@media (min-width: 761px) {
  .event-image {
    cursor: zoom-in;
    transition: transform .28s ease, filter .28s ease, box-shadow .28s ease;
  }

  .event-image:hover {
    transform: scale(1.012);
    filter: saturate(.95) contrast(1.06) brightness(1.05);
    box-shadow: 0 24px 70px rgba(0, 0, 0, .65), 0 0 36px rgba(214, 174, 89, .16);
  }

  .flyer-lightbox {
    position: fixed;
    z-index: 9999;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 38px;
    background: radial-gradient(circle at center, rgba(45, 31, 11, .62), rgba(0, 0, 0, .94) 68%);
    backdrop-filter: blur(12px);
  }

  .flyer-lightbox[hidden] {
    display: none;
  }

  .flyer-lightbox-image {
    max-width: min(92vw, 1100px);
    max-height: 92vh;
    object-fit: contain;
    border: 1px solid rgba(241, 217, 149, .58);
    box-shadow: 0 35px 100px rgba(0, 0, 0, .8), 0 0 55px rgba(214, 174, 89, .22);
  }

  .flyer-lightbox-close {
    position: fixed;
    top: 22px;
    right: 28px;
    width: 48px;
    height: 48px;
    cursor: pointer;
    color: #f1d995;
    border: 1px solid rgba(214, 174, 89, .65);
    background: rgba(5, 5, 5, .75);
    font: 300 34px/1 Cormorant Garamond, serif;
  }
}

@media (max-width: 760px) {
  .sponsor {
    padding: 82px 20px;
  }

  .sponsor h2 {
    margin-bottom: 30px;
  }

  .sponsor-offer {
    margin-top: 28px;
  }

  .sponsor-actions {
    flex-direction: column;
  }

  .sponsor-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .sponsor-card {
    padding: 12px 12px 24px;
  }

  .sponsor-button {
    width: 100%;
  }

  .event {
    grid-template-columns: minmax(0, 1fr);
  }

  .event-image {
    height: 100%;
    max-height: none;
  }

  .visit-popup {
    align-items: center;
    padding: max(10px, env(safe-area-inset-top)) 10px max(10px, env(safe-area-inset-bottom));
    overflow-y: auto;
  }

  .visit-popup-card {
    grid-template-columns: 1fr;
    width: min(88vw, 350px);
    max-height: calc(100svh - 44px);
    margin: auto;
    overflow-y: auto;
    overscroll-behavior: contain;
  }

  .visit-popup-flyer-wrap {
    display: grid;
    place-items: center;
    max-height: 44svh;
    overflow: hidden;
  }

  .visit-popup-flyer {
    width: 100%;
    height: 44svh;
    max-height: 390px;
    object-fit: contain;
    object-position: center center;
  }

  .visit-popup-copy {
    padding: 18px 18px 17px;
  }

  .visit-popup h2 {
    margin: 9px 0 10px;
    font-size: 36px;
  }

  .visit-popup h2 span {
    display: inline;
    margin: 0 0 0 7px;
  }

  .visit-popup-kicker {
    letter-spacing: .16em;
    font-size: 7px;
  }

  .visit-popup-venue {
    margin-bottom: 7px;
    font-size: 21px;
  }

  .visit-popup address {
    font-size: 8px;
    line-height: 1.55;
  }

  .visit-popup-rsvp {
    min-height: 50px;
    margin-top: 14px;
  }

  .visit-popup-close {
    position: fixed;
    top: max(14px, env(safe-area-inset-top));
    right: max(14px, env(safe-area-inset-right));
    min-width: 104px;
    height: 48px;
    padding: 0 14px;
    border-width: 2px;
    border-radius: 24px;
    background: rgba(1, 5, 14, .97);
    box-shadow: 0 5px 24px rgba(0, 0, 0, .78), 0 0 22px rgba(0, 201, 255, .34);
    font-size: 9px;
  }

  .visit-popup-close span {
    font-size: 25px;
  }

  .visit-popup-continue {
    min-height: 46px;
    margin-top: 9px;
  }

  footer .powered-by {
    max-width: 330px;
    font-size: 8px;
  }

  footer {
    gap: 20px;
    padding: 44px 20px 36px;
  }

  footer .footer-links {
    width: min(100%, 360px);
    gap: 14px 22px;
    padding: 18px 8px;
  }

  footer .footer-legal {
    flex-direction: column;
    gap: 8px;
  }

  footer .footer-legal p + p::before {
    content: none;
  }

  .hero {
    justify-content: flex-start;
    min-height: 100svh;
    padding: 0 16px;
  }

  .hero-content {
    position: absolute;
    top: 78px;
    bottom: 45px;
    left: 16px;
    right: 16px;
    justify-content: center;
    min-height: 0;
    text-align: center;
  }

  .hero .anniversary {
    gap: 13px;
    margin: 0 0 18px;
  }

  .hero .anniversary b {
    padding: 0 14px;
    font-size: 39px;
  }

  .hero .eyebrow {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 7px;
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
    letter-spacing: .18em;
    font-size: 7.5px;
    line-height: 1.5;
    white-space: nowrap;
  }

  .hero .eyebrow i {
    color: rgba(241, 217, 149, .55);
    font-style: normal;
  }

  .hero h1 {
    margin: 12px 0 0;
    font-size: clamp(76px, 25vw, 100px);
    line-height: .82;
  }

  .hero .hero-sub {
    max-width: 340px;
    margin: 27px auto 25px;
    font-size: clamp(20px, 6.2vw, 25px);
    line-height: 1.28;
  }

  .hero .hero-meta {
    gap: 7px;
    letter-spacing: .17em;
    font-size: 8px;
  }

  .hero .scroll {
    bottom: 18px;
  }

  .nav .text-line {
    top: 50%;
    max-width: 190px;
    letter-spacing: .07em;
    font-size: 8px;
  }

  .sms-number {
    gap: 4px;
  }

  .phone-symbol {
    width: 10px;
    height: 15px;
  }

  .nav-ticket {
    max-width: 72px;
    text-align: right;
    line-height: 1.45;
  }

  .nav-ticket span {
    margin-left: 4px;
  }

  @media (max-width: 430px) {
    .nav {
      padding-inline: 15px;
    }

    .nav .text-line {
      max-width: 175px;
      font-size: 8px;
    }

    .nav-ticket {
      max-width: 66px;
      letter-spacing: .1em;
      font-size: 8px;
    }

    .hero .eyebrow {
      flex-wrap: wrap;
      gap: 0 6px;
      max-width: 315px;
      white-space: normal;
    }

    .hero .eyebrow span:last-child {
      flex-basis: 100%;
    }

    .hero .eyebrow i {
      display: none;
    }
  }

  main::before {
    background-image:
      linear-gradient(180deg, rgba(0, 0, 0, .1), rgba(0, 0, 0, .66)),
      url("/atlanta-gold-skyline-mobile.png");
    background-position: center 58%;
    background-size: auto 100svh;
    opacity: .39;
  }

  .intro,
  .cta {
    background: linear-gradient(180deg, rgba(8, 8, 7, .9), rgba(8, 8, 7, .72));
  }

  .flyer-lightbox {
    padding: 12px;
  }

  .flyer-lightbox-image {
    max-width: 96vw;
    max-height: 94vh;
  }

  .flyer-lightbox-close {
    top: 12px;
    right: 12px;
    width: 44px;
    height: 44px;
    background: rgba(5, 5, 5, .92);
  }

  .mailing-list {
    padding: 95px 20px;
  }

  .mailing-list-copy {
    margin-bottom: 34px;
    font-size: 14px;
  }

  .mailing-list-form {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .mailing-list-submit {
    width: 100%;
    margin-top: 2px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mailing-list-optin {
    animation: none;
  }

  .event-image {
    transition: none;
  }
}
