:root {
  --aegean: #d6457f;
  --aegean-deep: #8a1f4d;
  --aegean-soft: #e89bb9;
  --white: #fffaf9;
  --paper: #fdeef2;
  --gold: #c98a6a;
  --gold-soft: #f3c9bb;
  --ink: #2a1620;
  --muted: #8a6a76;
  --shadow: rgba(138, 31, 77, 0.14);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Inter', system-ui, sans-serif;
  background: var(--paper);
  color: var(--ink);
  line-height: 1.6;
  overflow-x: hidden;
  min-height: 100vh;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
}

/* ---------- Gate / Lock ---------- */
.gate {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  background:
    radial-gradient(ellipse at top, rgba(232, 155, 185, 0.55), transparent 60%),
    radial-gradient(ellipse at bottom, rgba(243, 201, 187, 0.4), transparent 60%),
    var(--paper);
  overflow: hidden;
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.gate.unlocked {
  opacity: 0;
  transform: scale(1.05);
  pointer-events: none;
}

.gate-card {
  width: 100%;
  max-width: 420px;
  background: var(--white);
  border-radius: 22px;
  padding: 2.25rem 1.75rem 2rem;
  text-align: center;
  box-shadow: 0 30px 60px var(--shadow);
  border: 1px solid rgba(214, 69, 127, 0.1);
  position: relative;
  animation: fadeUp 0.7s ease 0.1s both;
}

.gate-eyebrow {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 1.05rem;
  color: var(--aegean);
  letter-spacing: 0.08em;
  margin-bottom: 0.6rem;
}

.gate-title {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  font-size: 1.8rem;
  color: var(--aegean-deep);
  line-height: 1.15;
}

.gate-question {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 1.15rem;
  color: var(--muted);
  margin: 0.7rem 0 1.5rem;
}

.gate-form {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 1rem;
}

.gate-inputs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
}

.gate-inputs input {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  font-size: 1.6rem;
  text-align: center;
  color: var(--aegean-deep);
  background: var(--paper);
  border: 1.5px solid transparent;
  border-radius: 12px;
  padding: 0.6rem 0.3rem;
  width: 3.2rem;
  outline: none;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.gate-inputs input:focus {
  border-color: var(--aegean);
  background: var(--white);
}

.gate-inputs input::placeholder {
  color: var(--aegean-soft);
  opacity: 0.6;
  font-style: italic;
  font-size: 1.1rem;
  font-weight: 400;
}

#gy { width: 5rem; }

.gate-sep {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.6rem;
  color: var(--aegean-soft);
  font-weight: 600;
}

.gate-btn {
  font-family: 'Inter', sans-serif;
  font-size: 0.95rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.95rem 1.75rem;
  min-height: 48px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--aegean) 0%, var(--aegean-deep) 100%);
  color: var(--white);
  border: none;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(214, 69, 127, 0.4);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.gate-btn:hover { transform: translateY(-2px); box-shadow: 0 12px 26px rgba(214, 69, 127, 0.5); }
.gate-btn:active { transform: translateY(0); }

.gate-hint {
  min-height: 1.4em;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 0.95rem;
  color: var(--aegean);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.gate-hint.show { opacity: 1; }

.gate-card.shake {
  animation: shake 0.5s cubic-bezier(.36,.07,.19,.97);
}

@keyframes shake {
  10%, 90% { transform: translateX(-2px); }
  20%, 80% { transform: translateX(4px); }
  30%, 50%, 70% { transform: translateX(-8px); }
  40%, 60% { transform: translateX(8px); }
}

body.locked {
  overflow: hidden;
}

@media (max-width: 380px) {
  .gate-inputs input { width: 2.6rem; font-size: 1.4rem; }
  #gy { width: 4.2rem; }
}

/* ---------- Mäander ---------- */
.meander-top,
.meander-bottom {
  height: 24px;
  width: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 28' width='80' height='28'%3E%3Cpath d='M0 4 H20 V20 H8 V12 H16 V16 H12 V14 M20 4 H40 V20 H28 V12 H36 V16 H32 V14 M40 4 H60 V20 H48 V12 H56 V16 H52 V14 M60 4 H80 V20 H68 V12 H76 V16 H72 V14' fill='none' stroke='%23d6457f' stroke-width='1.6'/%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-size: auto 100%;
  opacity: 0.55;
}

.meander-top {
  padding-top: env(safe-area-inset-top);
  background-color: var(--paper);
}

.meander-bottom {
  margin-top: 3rem;
  padding-bottom: env(safe-area-inset-bottom);
}

/* ---------- Hero ---------- */
.hero {
  min-height: calc(100svh - 24px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2rem 1.5rem 5rem;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(ellipse at top, rgba(232, 155, 185, 0.45), transparent 60%),
    radial-gradient(ellipse at bottom, rgba(243, 201, 187, 0.30), transparent 60%);
}

.hero-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.float-symbol {
  position: absolute;
  left: var(--x);
  top: var(--y);
  font-size: clamp(1.2rem, 2.5vw, 2rem);
  color: var(--aegean);
  opacity: 0.35;
  animation: drift 9s ease-in-out infinite, twinkle 3s ease-in-out infinite;
  animation-delay: var(--d);
  user-select: none;
}

.float-symbol.greek {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  color: var(--gold);
  font-size: clamp(2rem, 4vw, 3rem);
  opacity: 0.25;
}

@keyframes drift {
  0%, 100% { transform: translate(0, 0) rotate(0deg); }
  25% { transform: translate(10px, -14px) rotate(8deg); }
  50% { transform: translate(-8px, -6px) rotate(-6deg); }
  75% { transform: translate(6px, 10px) rotate(4deg); }
}

@keyframes twinkle {
  0%, 100% { opacity: 0.2; }
  50% { opacity: 0.55; }
}

.overline {
  position: relative;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 1.05rem;
  color: var(--aegean);
  letter-spacing: 0.08em;
  margin-bottom: 1.5rem;
  opacity: 0;
  animation: fadeUp 1.1s ease 0.2s forwards;
}

.hero-title {
  position: relative;
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(3.5rem, 11vw, 7rem);
  font-weight: 600;
  color: var(--aegean-deep);
  line-height: 1;
  letter-spacing: -0.01em;
  display: inline-block;
}

.hero-title .letter {
  display: inline-block;
  opacity: 0;
  transform: translateY(40px) rotate(8deg);
  animation: letterIn 0.9s cubic-bezier(.2,.9,.3,1.2) forwards;
  animation-delay: calc(0.5s + var(--i) * 0.08s);
}

.hero-title .letter.comma {
  color: var(--gold);
}

@keyframes letterIn {
  0% { opacity: 0; transform: translateY(40px) rotate(8deg); }
  60% { opacity: 1; transform: translateY(-4px) rotate(-2deg); }
  100% { opacity: 1; transform: translateY(0) rotate(0); }
}

.hero-sub {
  position: relative;
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.15rem, 2.5vw, 1.6rem);
  color: var(--ink);
  margin-top: 1.75rem;
  max-width: 32rem;
  opacity: 0;
  animation: fadeUp 1.2s ease 1.6s forwards;
}

.hero-sub-gr {
  font-style: italic;
  color: var(--aegean);
  font-size: 0.92em;
}

.scroll-hint {
  position: absolute;
  bottom: max(2rem, env(safe-area-inset-bottom));
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: var(--aegean);
  text-decoration: none;
  font-size: 0.85rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.75rem 1rem;
  min-height: 44px;
  opacity: 0;
  animation: fadeUp 1.2s ease 2.2s forwards, bob 2.4s ease-in-out 3.4s infinite;
  z-index: 2;
}

/* ---------- Reveal on scroll ---------- */
.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.9s ease, transform 0.9s cubic-bezier(.2,.7,.3,1);
}

.reveal.in {
  opacity: 1;
  transform: translateY(0);
}

/* ---------- Mood images ---------- */
.mood {
  max-width: 1000px;
  margin: 0 auto;
  padding: 4rem 1.25rem 1rem;
  text-align: center;
}

.mood-eyebrow {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 1.2rem;
  color: var(--aegean);
  margin-bottom: 1.75rem;
  letter-spacing: 0.05em;
}

.mood-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.9rem;
}

.mood-grid-couple {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 280px));
  gap: 0.9rem;
  justify-content: center;
  margin-top: 0.9rem;
}

.mood-grid-couple .mood-card {
  aspect-ratio: 2 / 3;
}

.mood-grid-couple .mood-card img {
  object-fit: cover;
  object-position: top center;
}

.mood-card {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  aspect-ratio: 3 / 4;
  box-shadow: 0 14px 30px var(--shadow);
  transition: transform 0.45s cubic-bezier(.2,.9,.3,1.2), box-shadow 0.45s ease;
  cursor: pointer;
  transform-style: preserve-3d;
}

.mood-card.tall { aspect-ratio: 3 / 5; transform: translateY(20px); }

.mood-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 1.2s ease;
}

.mood-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(138, 31, 77, 0.55) 100%);
}

.mood-card figcaption {
  position: absolute;
  bottom: 0.8rem;
  left: 0;
  right: 0;
  z-index: 2;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  color: var(--white);
  font-size: 1rem;
  letter-spacing: 0.05em;
  text-shadow: 0 2px 8px rgba(0,0,0,0.4);
}

.mood-card:hover {
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 20px 40px rgba(138, 31, 77, 0.25);
}

.mood-card.tall:hover {
  transform: translateY(14px) scale(1.02);
}

.mood-card:hover img {
  transform: scale(1.08);
}

/* ---------- Ticket ---------- */
.ticket-wrap {
  max-width: 640px;
  margin: 0 auto;
  padding: 3rem 1.25rem 1rem;
}

.ticket {
  position: relative;
  background: linear-gradient(160deg, var(--white) 0%, #fff4f6 100%);
  border-radius: 22px;
  box-shadow:
    0 20px 50px var(--shadow),
    0 1px 0 rgba(255,255,255,0.8) inset;
  overflow: hidden;
}

.ticket-shine {
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 35%, rgba(255,255,255,0.4) 50%, transparent 65%);
  background-size: 250% 250%;
  background-position: 200% 0;
  pointer-events: none;
  z-index: 3;
  animation: shineSweep 5s ease-in-out infinite;
}

@keyframes shineSweep {
  0%, 70% { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}

.ticket::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 20px;
  background-image: radial-gradient(circle at 10px 10px, var(--paper) 8px, transparent 9px);
  background-size: 20px 20px;
  background-repeat: repeat-x;
  background-position: -10px 0;
  z-index: 2;
  top: 86px;
}

.ticket-top {
  padding: 1.25rem 1.5rem;
  text-align: center;
  background: linear-gradient(90deg, var(--aegean) 0%, var(--aegean-deep) 100%);
  color: var(--white);
  position: relative;
}

.ticket-label {
  font-family: 'Inter', sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  font-weight: 500;
}

.ticket-body {
  padding: 3rem 1.75rem 3.25rem;
  text-align: center;
  position: relative;
}

.ticket-eyebrow {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 1.05rem;
  color: var(--muted);
  margin-bottom: 0.5rem;
}

.ticket-venue {
  position: relative;
  display: inline-block;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  font-size: clamp(2.4rem, 7vw, 3.6rem);
  color: var(--aegean-deep);
  line-height: 1.05;
  letter-spacing: -0.01em;
}

.sparkles {
  position: absolute;
  inset: -10px -20px;
  pointer-events: none;
}

.sparkles span {
  position: absolute;
  width: 8px;
  height: 8px;
  background:
    radial-gradient(circle, var(--gold) 0%, transparent 70%);
  border-radius: 50%;
  opacity: 0;
  animation: sparkleIt 3s ease-in-out infinite;
}

.sparkles span:nth-child(1) { top: 0; left: 5%; animation-delay: 0s; }
.sparkles span:nth-child(2) { top: 30%; right: 0; animation-delay: 0.8s; width: 6px; height: 6px; }
.sparkles span:nth-child(3) { bottom: 10%; left: 15%; animation-delay: 1.6s; width: 10px; height: 10px; }
.sparkles span:nth-child(4) { top: 50%; left: -5%; animation-delay: 2.2s; }

@keyframes sparkleIt {
  0%, 100% { transform: scale(0); opacity: 0; }
  50% { transform: scale(1); opacity: 1; }
}

.ticket-city {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 1.2rem;
  color: var(--aegean);
  margin-top: 0.25rem;
  letter-spacing: 0.05em;
}

.ticket-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin: 1.75rem auto;
  color: var(--gold);
}

.ticket-divider::before,
.ticket-divider::after {
  content: "";
  height: 1px;
  width: 60px;
  background: linear-gradient(90deg, transparent, var(--gold-soft), transparent);
}

.ticket-divider span {
  font-size: 1.1rem;
  animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.25); opacity: 0.7; }
}

.ticket-meta {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  text-align: center;
  flex-wrap: wrap;
}

.meta-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 8rem;
  padding: 0.5rem 0.75rem;
}

.meta-label {
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 0.35rem;
}

.meta-value {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.9rem;
  font-weight: 600;
  color: var(--aegean-deep);
  line-height: 1;
}

.meta-sub {
  font-size: 0.82rem;
  color: var(--muted);
  margin-top: 0.35rem;
  font-style: italic;
}

.ticket-bottom {
  padding: 1.1rem 1.5rem;
  text-align: center;
  background: var(--paper);
  border-top: 1px dashed rgba(138, 31, 77, 0.25);
}

.ticket-stub {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 0.95rem;
  color: var(--aegean);
  letter-spacing: 0.08em;
}

/* ---------- Awaits ---------- */
.awaits {
  max-width: 640px;
  margin: 0 auto;
  padding: 3.5rem 1.25rem 1rem;
}

.awaits-title {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  font-size: clamp(1.5rem, 4vw, 2rem);
  text-align: center;
  color: var(--aegean-deep);
  margin-bottom: 1.75rem;
}

.awaits-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.awaits-item {
  display: flex;
  gap: 1rem;
  align-items: center;
  background: var(--white);
  border-radius: 16px;
  padding: 0.9rem;
  box-shadow: 0 6px 18px var(--shadow);
  border: 1px solid rgba(214, 69, 127, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.awaits-item:hover {
  transform: translateX(4px);
  box-shadow: 0 10px 24px rgba(138, 31, 77, 0.18);
}

.awaits-img {
  flex-shrink: 0;
  width: 88px;
  height: 88px;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}

.awaits-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.awaits-item:hover .awaits-img img {
  transform: scale(1.1);
}

.awaits-text strong {
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  font-size: 1.2rem;
  color: var(--aegean-deep);
  margin-bottom: 0.15rem;
}

.awaits-text p {
  font-size: 0.9rem;
  color: var(--muted);
  margin: 0;
}

/* ---------- CTA ---------- */
.cta {
  margin-top: 3rem;
  text-align: center;
  padding: 2rem 1rem;
}

.cta-question {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.6rem, 4vw, 2.1rem);
  color: var(--aegean-deep);
  margin-bottom: 1.5rem;
}

.cta-question em {
  color: var(--aegean);
  font-style: italic;
}

.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.btn-yes,
.btn-maybe {
  font-family: 'Inter', sans-serif;
  font-size: 0.95rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  padding: 0.95rem 1.75rem;
  min-height: 48px;
  border-radius: 999px;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  touch-action: manipulation;
  position: relative;
  overflow: hidden;
}

.btn-yes {
  background: linear-gradient(135deg, var(--aegean) 0%, var(--aegean-deep) 100%);
  color: var(--white);
  border: none;
  box-shadow: 0 8px 20px rgba(214, 69, 127, 0.4);
  animation: yesPulse 2.4s ease-in-out infinite;
}

@keyframes yesPulse {
  0%, 100% { box-shadow: 0 8px 20px rgba(214, 69, 127, 0.4); }
  50% { box-shadow: 0 8px 30px rgba(214, 69, 127, 0.7), 0 0 0 6px rgba(214, 69, 127, 0.1); }
}

.btn-glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 50%, rgba(255,255,255,0.4), transparent 60%);
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
}

.btn-yes:hover .btn-glow {
  opacity: 1;
}

.btn-label {
  position: relative;
  z-index: 1;
}

.btn-yes:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(214, 69, 127, 0.55);
}

.btn-yes:active {
  transform: translateY(0);
}

.btn-maybe {
  background: transparent;
  color: var(--aegean-deep);
  border: 1.5px solid var(--aegean-soft);
}

.btn-maybe:hover:not(:disabled) {
  background: rgba(214, 69, 127, 0.06);
}

.btn-yes:disabled,
.btn-maybe:disabled {
  opacity: 0.5;
  cursor: default;
  animation: none;
}

.cta-response {
  margin-top: 1.5rem;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.4rem;
  font-style: italic;
  color: var(--aegean-deep);
  min-height: 1.5em;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.cta-response.show {
  opacity: 1;
}

/* ---------- Future / Upcoming ---------- */
.future {
  max-width: 760px;
  margin: 0 auto;
  padding: 4rem 1.25rem 1rem;
}

.future-head {
  text-align: center;
  margin-bottom: 2rem;
}

.future-eyebrow {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 1.1rem;
  color: var(--aegean);
  letter-spacing: 0.06em;
}

.future-title {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  font-size: clamp(1.8rem, 5vw, 2.6rem);
  color: var(--aegean-deep);
  margin-top: 0.2rem;
}

.future-sub {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 0.95rem;
  color: var(--muted);
  margin-top: 0.3rem;
}

.feature-card {
  position: relative;
  background: var(--white);
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 20px 50px var(--shadow);
  border: 1px solid rgba(214, 69, 127, 0.08);
}

.feature-img {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.feature-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 6s ease;
}

.feature-card:hover .feature-img img {
  transform: scale(1.06);
}

.feature-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 40%, rgba(138, 31, 77, 0.55) 100%),
    linear-gradient(180deg, rgba(26, 77, 110, 0.05) 0%, transparent 30%);
}

.feature-card.teaser .feature-img {
  aspect-ratio: 4 / 3;
}

.next-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1rem;
  max-width: 720px;
  margin: 0 auto;
}

.next-card {
  background: var(--white);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 14px 32px var(--shadow);
  border: 1px solid rgba(214, 69, 127, 0.08);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.next-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(138, 31, 77, 0.22);
}

.next-img {
  position: relative;
  aspect-ratio: 5 / 3;
  overflow: hidden;
}

.next-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: brightness(0.85) blur(2px);
  transform: scale(1.05);
  transition: filter 0.5s ease, transform 0.5s ease;
}

.next-img:has(.next-overlay.light) img {
  filter: brightness(0.95) blur(0);
  transform: scale(1);
}

.next-card:hover .next-img img {
  filter: brightness(0.95) blur(0);
  transform: scale(1.08);
}

.next-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at center, transparent 0%, rgba(138, 31, 77, 0.45) 100%);
}

.next-card--greece .greece-imgs {
  position: relative;
  aspect-ratio: 3 / 4;
  overflow: hidden;
}

.next-card--greece .greece-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.next-card--greece:hover .greece-bg {
  transform: scale(1.06);
}

.next-card--greece .greece-couple {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 58%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  border-left: 3px solid rgba(255,255,255,0.5);
  transition: transform 0.5s ease;
}

.next-card--greece:hover .greece-couple {
  transform: scale(1.04);
}

.next-card--greece .feature-badge {
  top: 0.7rem;
  left: 0.7rem;
  padding: 0.35rem 0.7rem;
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  z-index: 3;
}

.next-card--greece .next-overlay {
  z-index: 2;
  pointer-events: none;
}

.next-overlay.light {
  background:
    linear-gradient(180deg, transparent 50%, rgba(138, 31, 77, 0.35) 100%);
}

.next-card .feature-badge {
  top: 0.7rem;
  left: 0.7rem;
  padding: 0.35rem 0.7rem;
  font-size: 0.68rem;
  letter-spacing: 0.1em;
}

.next-body {
  padding: 1rem 1.25rem 1.2rem;
  text-align: center;
}

.next-eyebrow {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 1.2rem;
  color: var(--aegean-deep);
  letter-spacing: 0.04em;
}

.next-dots {
  margin-top: 0.4rem;
  font-size: 1.4rem;
  letter-spacing: 0.4em;
  color: var(--gold);
  animation: pulse 2s ease-in-out infinite;
}

.feature-caption {
  position: absolute;
  inset: auto 1rem 1rem 1rem;
  z-index: 2;
  text-align: center;
}

.teaser-line {
  display: inline-block;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 1.3rem;
  color: var(--white);
  letter-spacing: 0.06em;
  padding: 0.5rem 1.2rem;
  background: rgba(138, 31, 77, 0.35);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 999px;
  text-shadow: 0 2px 8px rgba(0,0,0,0.3);
}

.feature-badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 0.85rem;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 999px;
  font-family: 'Inter', sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--aegean-deep);
  font-weight: 500;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
}

.badge-dot {
  width: 7px;
  height: 7px;
  background: var(--aegean);
  border-radius: 50%;
  animation: pulseDot 1.8s ease-in-out infinite;
}

@keyframes pulseDot {
  0%, 100% { box-shadow: 0 0 0 0 rgba(214, 69, 127, 0.6); }
  50% { box-shadow: 0 0 0 6px rgba(214, 69, 127, 0); }
}

.feature-body {
  padding: 1.5rem 1.5rem 1.75rem;
}

.feature-eyebrow {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 1rem;
  color: var(--aegean);
  letter-spacing: 0.05em;
}

.feature-headline {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  font-size: clamp(1.5rem, 4.5vw, 2rem);
  color: var(--aegean-deep);
  margin: 0.3rem 0 0.75rem;
  line-height: 1.15;
}

.feature-text {
  font-size: 0.98rem;
  color: var(--ink);
  line-height: 1.65;
}

.feature-text-gr {
  display: block;
  margin-top: 0.3rem;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  color: var(--aegean);
  font-size: 1rem;
}

.feature-points {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.25rem;
  margin: 1.1rem 0 1.1rem;
}

.feature-points li {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.92rem;
  color: var(--muted);
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.05rem;
  font-style: italic;
}

.feature-points li span {
  font-style: normal;
  filter: saturate(0.9);
}

.feature-foot {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 0.92rem;
  color: var(--muted);
  padding-top: 0.85rem;
  border-top: 1px dashed rgba(138, 31, 77, 0.2);
}

.upcoming-title {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  font-size: 1.4rem;
  color: var(--aegean-deep);
  text-align: center;
  margin: 3rem 0 1.25rem;
}

.upcoming-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 0.85rem;
}

.upcoming-card {
  position: relative;
  background: var(--white);
  border-radius: 16px;
  padding: 1.1rem 1.1rem 1.5rem;
  box-shadow: 0 6px 16px var(--shadow);
  border: 1px solid rgba(214, 69, 127, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.upcoming-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 28px rgba(138, 31, 77, 0.2);
}

.upcoming-when {
  display: inline-block;
  font-size: 0.7rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--aegean);
  font-weight: 500;
  margin-bottom: 0.65rem;
}

.upcoming-card h5 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  font-size: 1.35rem;
  color: var(--aegean-deep);
  margin-bottom: 0.35rem;
}

.upcoming-card p {
  font-size: 0.9rem;
  color: var(--muted);
  margin: 0;
}

.upcoming-tag {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 0.78rem;
  letter-spacing: 0.05em;
  color: var(--gold);
  padding: 0.2rem 0.6rem;
  border: 1px solid var(--gold-soft);
  border-radius: 999px;
}

.upcoming-card.mystery {
  background: repeating-linear-gradient(
    45deg,
    var(--white),
    var(--white) 10px,
    rgba(214, 69, 127, 0.05) 10px,
    rgba(214, 69, 127, 0.05) 20px
  );
}

.upcoming-card.mystery h5 {
  color: var(--aegean);
}

/* ---------- Closing ---------- */
.closing {
  margin-top: 2rem;
  text-align: center;
  padding: 1.5rem 1rem;
}

.closing-line {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 1.5rem;
  color: var(--ink);
}

.signature {
  margin-top: 0.75rem;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 1.2rem;
  color: var(--gold);
  letter-spacing: 0.1em;
}

/* ---------- Hearts overlay ---------- */
.heart {
  position: fixed;
  bottom: -40px;
  font-size: 1.5rem;
  color: var(--aegean);
  pointer-events: none;
  animation: floatUp 4s ease-in forwards;
  z-index: 100;
}

@keyframes floatUp {
  0% { transform: translateY(0) rotate(0deg); opacity: 0; }
  10% { opacity: 1; }
  90% { opacity: 1; }
  100% { transform: translateY(-110vh) rotate(360deg); opacity: 0; }
}

/* ---------- General ---------- */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes bob {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(6px); }
}

/* ---------- Responsive ---------- */
@media (max-width: 720px) {
  .mood-grid { gap: 0.6rem; }
}

@media (max-width: 540px) {
  .mood { padding: 3rem 1rem 0.5rem; }
  .mood-grid { gap: 0.5rem; }
  .mood-card { border-radius: 14px; }
  .mood-card figcaption { font-size: 0.85rem; bottom: 0.5rem; }
  .ticket-body { padding: 2.25rem 1.25rem 2.5rem; }
  .ticket::before { top: 76px; }
  .ticket-top { padding: 1rem 1rem; }
  .ticket-label { font-size: 0.68rem; letter-spacing: 0.18em; }
  .ticket-meta { gap: 0.5rem; }
  .meta-block { min-width: 6.5rem; padding: 0.25rem; }
  .meta-value { font-size: 1.6rem; }
  .meta-sub { font-size: 0.75rem; }
  .ticket-divider::before,
  .ticket-divider::after { width: 40px; }
  .awaits { padding: 2.5rem 1rem 0.5rem; }
  .awaits-item { padding: 0.7rem; gap: 0.8rem; }
  .awaits-img { width: 72px; height: 72px; border-radius: 10px; }
  .awaits-text strong { font-size: 1.1rem; }
  .awaits-text p { font-size: 0.85rem; }
  .cta { margin-top: 2rem; padding: 1.5rem 0.5rem; }
  .cta-buttons { gap: 0.6rem; }
  .btn-yes, .btn-maybe { padding: 0.85rem 1.4rem; font-size: 0.9rem; }
  .ticket-wrap { padding: 2rem 1rem 0.5rem; }
  .future { padding: 3rem 1rem 0.5rem; }
  .feature-img { aspect-ratio: 4 / 3; }
  .feature-body { padding: 1.2rem 1.2rem 1.4rem; }
  .feature-points { gap: 0.35rem 0.9rem; }
  .feature-points li { font-size: 0.95rem; }
  .upcoming-grid { grid-template-columns: 1fr; gap: 0.7rem; }
  .upcoming-card { padding: 0.95rem 1rem 1.2rem; }
  .upcoming-card h5 { font-size: 1.2rem; }
}

@media (max-width: 380px) {
  .ticket-meta { flex-direction: column; gap: 1rem; }
  .meta-block { min-width: auto; }
  .mood-card.tall { aspect-ratio: 3 / 4.5; }
}

@media (hover: none) {
  .btn-yes:hover:not(:disabled),
  .btn-maybe:hover:not(:disabled),
  .mood-card:hover,
  .awaits-item:hover {
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .reveal { opacity: 1; transform: none; }
  .hero-title .letter { opacity: 1; transform: none; }
  .float-symbol, .ticket-shine, .sparkles { display: none; }
  .heart { display: none; }
  html { scroll-behavior: auto; }
}
