:root {
  --background: #171238;
  --foreground: #fff8ed;
  --primary: #ff4f91;
  --primary-foreground: #171238;
  --secondary: #dfff52;
  --secondary-foreground: #171238;
  --muted: #2b2456;
  --muted-foreground: #b8b1d8;
  --border: rgb(255 255 255 / 14%);
  --input: rgb(255 255 255 / 18%);
  --ring: #dfff52;
  --radius: 0.9rem;
  --font-display: 'Arial Narrow', 'Aptos Display', 'Franklin Gothic Medium', sans-serif;
  --font-body: 'Aptos', 'Segoe UI', Arial, sans-serif;
}

* {
  box-sizing: border-box;
  border-color: var(--border);
}

html {
  scroll-behavior: smooth;
  background: var(--background);
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--background);
  color: var(--foreground);
  font-family: var(--font-body);
}

a {
  color: inherit;
  text-decoration: none;
}

::selection {
  background: #dfff52;
  color: #171238;
}

.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  background:
    linear-gradient(rgb(255 255 255 / 4%) 1px, transparent 1px),
    linear-gradient(90deg, rgb(255 255 255 / 4%) 1px, transparent 1px),
    #171238;
  background-size: 42px 42px;
}

.hero::after {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: radial-gradient(circle at 72% 40%, transparent 0, rgb(23 18 56 / 18%) 48%, rgb(23 18 56 / 72%) 100%);
  content: '';
  pointer-events: none;
}

.ambient {
  position: absolute;
  z-index: 0;
  border-radius: 999px;
  opacity: 0.9;
}

.ambient-one {
  top: 18%;
  left: -10rem;
  width: 24rem;
  height: 24rem;
  background: #7043f7;
  filter: blur(90px);
  opacity: 0.24;
}

.ambient-two {
  right: -8rem;
  bottom: 4rem;
  width: 20rem;
  height: 20rem;
  background: #ff4f91;
  filter: blur(100px);
  opacity: 0.28;
}

.nav {
  position: relative;
  z-index: 5;
  display: flex;
  width: min(100% - 3rem, 1380px);
  height: 88px;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgb(255 255 255 / 13%);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  font-size: 0.95rem;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.brand-pulse {
  width: 0.65rem;
  height: 0.65rem;
  border: 2px solid #171238;
  border-radius: 50%;
  background: #dfff52;
  box-shadow: 0 0 0 4px rgb(223 255 82 / 15%);
  animation: pulse 1.8s ease-in-out infinite;
}

.gift-note {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: #d8d2ec;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gift-note svg {
  width: 1rem;
  fill: #ff4f91;
  stroke: #ff4f91;
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  width: min(100% - 3rem, 1380px);
  min-height: calc(100svh - 142px);
  margin: 0 auto;
  padding: clamp(3rem, 7vh, 6.5rem) 0 clamp(5rem, 9vh, 7rem);
  grid-template-columns: minmax(0, 1.06fr) minmax(390px, 0.94fr);
  gap: clamp(3rem, 8vw, 9rem);
  align-items: center;
}

.hero-copy {
  position: relative;
  z-index: 3;
  grid-column: 1;
  grid-row: 1;
  align-self: end;
}

.hero-bottom {
  position: relative;
  z-index: 3;
  grid-column: 1;
  grid-row: 2;
  align-self: start;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 1.3rem;
  color: #dfff52;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.eyebrow svg {
  width: 1rem;
}

h1,
h2,
p {
  margin-top: 0;
}

h1 {
  max-width: 810px;
  margin-bottom: clamp(1.6rem, 3vh, 2.6rem);
  font-family: var(--font-display);
  font-size: clamp(3.25rem, 6.3vw, 7.5rem);
  font-stretch: condensed;
  font-weight: 800;
  letter-spacing: -0.075em;
  line-height: 0.86;
  text-wrap: balance;
}

h1 em {
  position: relative;
  color: #ff4f91;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 0.88em;
  font-weight: 400;
  letter-spacing: -0.06em;
}

h1 em::after {
  position: absolute;
  right: -0.05em;
  bottom: -0.04em;
  left: 0.04em;
  height: 0.08em;
  border-radius: 99px;
  background: #ff4f91;
  content: '';
  transform: rotate(-1deg);
}

.destination {
  display: flex;
  margin-bottom: 1rem;
  align-items: flex-end;
  gap: clamp(1rem, 3vw, 2.5rem);
}

.destination-city {
  color: #dfff52;
  font-family: var(--font-display);
  font-size: clamp(4.8rem, 9.4vw, 11rem);
  font-weight: 900;
  letter-spacing: -0.085em;
  line-height: 0.66;
  text-transform: uppercase;
}

.destination-date {
  padding-bottom: 0.15rem;
  color: #fff8ed;
  font-family: var(--font-display);
  font-size: clamp(1rem, 1.6vw, 1.55rem);
  font-weight: 800;
  letter-spacing: 0.03em;
}

.event-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 1.8rem;
  color: #d8d2ec;
  font-size: clamp(0.82rem, 1vw, 1rem);
  font-weight: 650;
}

.event-meta span {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.event-meta svg {
  width: 1rem;
  color: #ff4f91;
}

.countdown {
  display: flex;
  width: fit-content;
  margin: clamp(2rem, 4vh, 3.2rem) 0 1.7rem;
  padding: 1rem 1.2rem;
  border: 1px solid rgb(255 255 255 / 15%);
  border-radius: 1rem;
  background: rgb(255 255 255 / 6%);
  box-shadow: inset 0 1px rgb(255 255 255 / 7%);
  backdrop-filter: blur(14px);
}

.countdown-unit {
  position: relative;
  display: grid;
  min-width: clamp(3.3rem, 5vw, 4.5rem);
  text-align: center;
}

.countdown-number {
  font-family: var(--font-display);
  font-size: clamp(1.7rem, 2.4vw, 2.8rem);
  font-weight: 900;
  letter-spacing: -0.06em;
  line-height: 0.95;
}

.countdown-label {
  margin-top: 0.3rem;
  color: #aca3ce;
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.countdown-dot {
  position: absolute;
  top: 0.3rem;
  right: -0.12rem;
  color: #ff4f91;
  font-size: 1.25rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.15rem;
}

.ticket-button {
  display: inline-flex;
  height: 3.35rem !important;
  padding: 0 1.35rem !important;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  border: 1px solid #ff77aa !important;
  border-radius: 999px !important;
  background: #ff4f91 !important;
  box-shadow: 0 12px 32px rgb(255 79 145 / 28%);
  color: #171238 !important;
  font-weight: 900 !important;
  transition: 180ms ease;
}

.ticket-button svg,
.date-row svg,
.gift-note svg,
.eyebrow svg,
.event-meta svg,
footer svg {
  width: 1.05rem;
  height: 1.05rem;
  flex: 0 0 auto;
}

.ticket-button:hover {
  background: #ff77aa !important;
  transform: translateY(-2px);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border-bottom: 1px solid rgb(255 255 255 / 35%);
  color: #f4ecff;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: 180ms ease;
}

.text-link:hover {
  border-color: #dfff52;
  color: #dfff52;
}

.portrait-wrap {
  position: relative;
  width: min(100%, 560px);
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: center;
  justify-self: end;
}

.portrait-kicker {
  position: absolute;
  top: 4.8rem;
  right: -5.2rem;
  z-index: 4;
  color: #dfff52;
  font-family: Georgia, serif;
  font-size: 0.72rem;
  font-style: italic;
  letter-spacing: 0.08em;
  transform: rotate(90deg);
}

.portrait-frame {
  position: relative;
  overflow: hidden;
  aspect-ratio: 0.78;
  border: 1px solid rgb(255 255 255 / 24%);
  border-radius: 48% 48% 3rem 3rem;
  background: #2d245d;
  box-shadow: 0 42px 100px rgb(2 0 20 / 45%);
  transform: rotate(1.8deg);
}

.portrait-frame::before {
  position: absolute;
  inset: 0.75rem;
  z-index: 3;
  border: 1px solid rgb(255 255 255 / 26%);
  border-radius: inherit;
  content: '';
  pointer-events: none;
}

.portrait-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 47% center;
  filter: saturate(0.85) contrast(1.04);
}

.portrait-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgb(23 18 56 / 4%) 30%, rgb(23 18 56 / 68%) 100%),
    linear-gradient(110deg, rgb(255 79 145 / 12%), transparent 45%);
}

.air-kiss {
  position: absolute;
  right: 1.6rem;
  bottom: 2rem;
  left: 1.6rem;
  z-index: 4;
  display: flex;
  padding: 0.95rem 1.1rem;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgb(255 255 255 / 25%);
  border-radius: 999px;
  background: rgb(23 18 56 / 62%);
  backdrop-filter: blur(16px);
  font-family: Georgia, serif;
  font-size: clamp(0.78rem, 1.1vw, 1rem);
  font-style: italic;
}

.air-kiss span {
  font-size: 1.4rem;
}

.kiss {
  position: absolute;
  z-index: 4;
  color: #dfff52;
  font-family: Georgia, serif;
  font-style: italic;
  text-shadow: 0 2px 14px rgb(23 18 56 / 60%);
}

.kiss-one {
  top: 16%;
  right: 11%;
  font-size: 3rem;
  transform: rotate(14deg);
}

.kiss-two {
  top: 25%;
  right: 8%;
  font-size: 1rem;
  transform: rotate(7deg);
}

.photo-credit {
  margin: 0.7rem 1rem 0 0;
  color: #756d99;
  font-size: 0.58rem;
  letter-spacing: 0.05em;
  text-align: right;
  text-transform: uppercase;
}

.marquee {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 4;
  overflow: hidden;
  border-top: 1px solid #171238;
  border-bottom: 1px solid #171238;
  background: #dfff52;
  color: #171238;
  transform: rotate(-0.7deg) scale(1.02);
}

.marquee-track {
  display: flex;
  width: max-content;
  padding: 0.62rem 0;
  align-items: center;
  gap: 1.7rem;
  animation: ticker 23s linear infinite;
  font-family: var(--font-display);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.13em;
}

.marquee-track i {
  color: #ff4f91;
  font-style: normal;
}

.dates-section {
  position: relative;
  padding: clamp(6rem, 10vw, 9rem) max(1.5rem, calc((100vw - 1380px) / 2));
  background: #fff8ed;
  color: #171238;
}

.dates-heading {
  display: grid;
  margin-bottom: 3.5rem;
  grid-template-columns: 1fr;
  align-items: end;
}

.section-index {
  display: block;
  margin-bottom: 1rem;
  color: #7e748f;
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.dates-heading h2 {
  max-width: 820px;
  margin-bottom: 0;
  font-family: var(--font-display);
  font-size: clamp(2.7rem, 5vw, 5.4rem);
  font-weight: 900;
  letter-spacing: -0.065em;
  line-height: 0.93;
  text-wrap: balance;
}

.dates-list {
  border-top: 2px solid #171238;
}

.date-row {
  display: grid;
  min-height: 112px;
  padding: 1.1rem 0;
  grid-template-columns: 110px 1fr 1.1fr auto 34px;
  gap: 1.2rem;
  align-items: center;
  border-bottom: 1px solid rgb(23 18 56 / 25%);
  transition: 180ms ease;
}

.date-row:hover {
  padding-right: 1rem;
  padding-left: 1rem;
  background: #dfff52;
}

.date-badge {
  width: fit-content;
  padding: 0.5rem 0.7rem;
  border: 1px solid #171238;
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.date-city {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3vw, 3rem);
  font-weight: 900;
  letter-spacing: -0.055em;
}

.date-venue {
  color: #665e76;
  font-size: 0.88rem;
  font-weight: 700;
}

.now-pill {
  padding: 0.4rem 0.65rem;
  border-radius: 999px;
  background: #ff4f91;
  color: #171238;
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.date-row > svg {
  width: 1.25rem;
}

footer {
  display: grid;
  margin-top: 5rem;
  padding-top: 1.5rem;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-top: 1px solid rgb(23 18 56 / 20%);
  color: #7b7389;
  font-size: 0.72rem;
}

footer span {
  color: #171238;
  font-weight: 900;
}

footer p {
  margin: 0;
  text-align: center;
}

footer svg {
  width: 1.05rem;
  justify-self: end;
  fill: #ff4f91;
  stroke: #ff4f91;
}

@keyframes pulse {
  0%, 100% { box-shadow: 0 0 0 4px rgb(223 255 82 / 13%); }
  50% { box-shadow: 0 0 0 8px rgb(223 255 82 / 4%); }
}

@keyframes ticker {
  to { transform: translateX(-50%); }
}

@media (max-width: 980px) {
  .hero-grid {
    padding-top: 4rem;
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .hero-copy {
    grid-column: 1;
    grid-row: 1;
  }

  .hero-bottom {
    grid-column: 1;
    grid-row: 3;
  }

  .portrait-wrap {
    width: min(84vw, 560px);
    grid-column: 1;
    grid-row: 2;
    justify-self: center;
  }

  .portrait-kicker {
    display: none;
  }

}

@media (max-width: 700px) {
  .nav,
  .hero-grid {
    width: min(100% - 2rem, 1380px);
  }

  .nav {
    height: 64px;
  }

  .gift-note {
    font-size: 0.65rem;
  }

  .hero-grid {
    min-height: auto;
    padding: 2rem 0 5.5rem;
    gap: 0.9rem;
  }

  .eyebrow {
    margin-bottom: 0.65rem;
    font-size: 0.62rem;
  }

  h1 {
    margin-bottom: 1.1rem;
    font-size: clamp(2.45rem, 11vw, 3.6rem);
    line-height: 0.9;
  }

  .destination {
    display: flex;
    margin-bottom: 0.65rem;
    gap: 0.8rem;
  }

  .destination-city {
    display: block;
    font-size: clamp(4rem, 20vw, 5.5rem);
    line-height: 0.72;
  }

  .destination-date {
    display: block;
    margin-top: 0;
    padding-bottom: 0.15rem;
    font-size: 0.9rem;
  }

  .event-meta {
    gap: 0.35rem 1rem;
    font-size: 0.72rem;
  }

  .countdown {
    width: 100%;
    margin: 0.9rem 0 1rem;
    padding: 0.9rem 0.45rem;
    justify-content: center;
  }

  .countdown-unit {
    min-width: 23%;
  }

  .portrait-wrap {
    width: 100%;
  }

  .portrait-frame {
    aspect-ratio: 1.18;
    border-radius: 2.25rem 2.25rem 1.5rem 1.5rem;
    transform: none;
  }

  .portrait-frame img {
    object-position: 58% 44%;
  }

  .air-kiss {
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
    padding: 0.72rem 0.9rem;
  }

  .kiss-one {
    top: 8%;
    right: 10%;
  }

  .kiss-two {
    top: 24%;
  }

  .photo-credit {
    margin-top: 0.45rem;
  }

  .hero-actions {
    justify-content: space-between;
  }

  .ticket-button {
    height: 3rem !important;
  }

  .dates-section {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .date-row {
    min-height: 98px;
    grid-template-columns: 76px 1fr 24px;
    gap: 0.7rem;
  }

  .date-venue {
    grid-column: 2;
    margin-top: -1rem;
  }

  .now-pill {
    display: none;
  }

  .date-row > svg {
    grid-column: 3;
    grid-row: 1 / 3;
  }

  footer {
    margin-top: 3rem;
    grid-template-columns: 1fr auto;
    gap: 1rem;
  }

  footer p {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
  }
}
