/* ============================================
   WEDDING WEBSITE — TURKISH COASTAL THEME
   Ecem & Umar | Istanbul 2026
   ============================================ */

/* --- Custom Properties --- */
:root {
  --sea-deep: #0f2a4a;
  --sea-mid: #1a4a8a;
  --sea-light: #2e6db4;
  --sky-blue: #4a90d9;
  --sky-light: #6aafe6;
  --terra: #c47030;
  --terra-light: #d4914a;
  --terra-dark: #8b4a1a;
  --green-deep: #1e4a20;
  --green-mid: #2d6b30;
  --green-light: #4a8b3f;
  --gold: #c8923a;
  --gold-light: #e0b060;
  --cream: #faf5ee;
  --text-light: #faf5ee;
  --text-muted: rgba(250, 245, 238, 0.75);
  --bg-dark: #0c1e30;
  --bg-card: rgba(255, 255, 255, 0.07);
  --bg-card-hover: rgba(255, 255, 255, 0.12);
}

/* --- Cloud Parting Intro --- */
#cloud-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  pointer-events: none;
  overflow: hidden;
}

#cloud-overlay.cleared {
  display: none;
}

/* Each half is a thick cloud mass that slides away */
.cloud-half {
  position: absolute;
  top: -20%;
  bottom: -20%;
  width: 56%;
  will-change: transform;
  /* Layered gradient for depth — sunset cloud palette */
  background:
    radial-gradient(ellipse 60% 40% at 30% 25%, rgba(255,235,210,0.9) 0%, transparent 70%),
    radial-gradient(ellipse 50% 35% at 70% 60%, rgba(245,195,160,0.7) 0%, transparent 60%),
    radial-gradient(ellipse 80% 50% at 50% 80%, rgba(180,120,150,0.5) 0%, transparent 70%),
    linear-gradient(180deg, #f0c8a0 0%, #e0a080 30%, #c87898 60%, #8a6090 100%);
}

.cloud-left {
  left: 0;
  animation: cloudPartLeft 2.4s cubic-bezier(0.25, 0, 0.4, 1) 0.8s forwards;
}

.cloud-right {
  right: 0;
  animation: cloudPartRight 2.4s cubic-bezier(0.25, 0, 0.4, 1) 0.8s forwards;
}

/* Puffs: rounded shapes for organic cloud texture with shadows for depth */
.cloud-puff {
  position: absolute;
  border-radius: 50%;
  will-change: transform;
}

/* ---- LEFT CLOUD EDGE PUFFS ---- */
/* These line the parting edge with overlapping billowy shapes */
.cl-e1 {
  width: 260px; height: 240px; right: -110px; top: -2%;
  background: radial-gradient(ellipse at 40% 40%, #fce8d0 0%, #e8b890 50%, #d4967a 100%);
  box-shadow: inset -15px -10px 30px rgba(180,100,80,0.4), 10px 5px 25px rgba(140,70,60,0.15);
}
.cl-e2 {
  width: 300px; height: 280px; right: -130px; top: 10%;
  background: radial-gradient(ellipse at 35% 35%, #fff0e0 0%, #e8a880 45%, #d49070 100%);
  box-shadow: inset -20px -15px 40px rgba(170,95,80,0.45), 8px 8px 20px rgba(140,70,60,0.12);
}
.cl-e3 {
  width: 230px; height: 220px; right: -80px; top: 24%;
  background: radial-gradient(ellipse at 45% 30%, #fff5e8 0%, #f0b898 50%, #d8908a 100%);
  box-shadow: inset -12px -8px 25px rgba(180,100,100,0.4);
}
.cl-e4 {
  width: 320px; height: 300px; right: -140px; top: 33%;
  background: radial-gradient(ellipse at 30% 40%, #f5dcc8 0%, #e09878 40%, #c88090 100%);
  box-shadow: inset -20px -15px 45px rgba(160,85,100,0.5), 12px 6px 30px rgba(130,65,80,0.12);
}
.cl-e5 {
  width: 240px; height: 230px; right: -90px; top: 48%;
  background: radial-gradient(ellipse at 50% 35%, #ffe8d8 0%, #e0a090 45%, #c8889a 100%);
  box-shadow: inset -15px -10px 30px rgba(165,90,105,0.45);
}
.cl-e6 {
  width: 280px; height: 270px; right: -120px; top: 58%;
  background: radial-gradient(ellipse at 35% 45%, #f0d0c0 0%, #d49088 45%, #b878a0 100%);
  box-shadow: inset -18px -12px 35px rgba(150,80,110,0.5), 10px 5px 20px rgba(120,60,85,0.1);
}
.cl-e7 {
  width: 200px; height: 200px; right: -65px; top: 72%;
  background: radial-gradient(ellipse at 45% 30%, #f5d8d0 0%, #c88898 50%, #a870a0 100%);
  box-shadow: inset -12px -8px 25px rgba(140,75,110,0.4);
}
.cl-e8 {
  width: 290px; height: 260px; right: -130px; top: 80%;
  background: radial-gradient(ellipse at 30% 40%, #e8c8c0 0%, #c08090 45%, #9a6898 100%);
  box-shadow: inset -16px -12px 35px rgba(130,70,100,0.45);
}
.cl-e9 {
  width: 250px; height: 240px; right: -100px; top: 92%;
  background: radial-gradient(ellipse at 40% 35%, #e0c0b8 0%, #b87890 50%, #8a6090 100%);
  box-shadow: inset -14px -10px 30px rgba(120,65,95,0.4);
}

/* Left cloud surface detail puffs — add volume across the face */
.cl-s1 {
  width: 350px; height: 200px; right: 20%; top: 8%;
  background: radial-gradient(ellipse at 50% 40%, rgba(252,232,208,0.8) 0%, rgba(240,190,150,0.3) 60%, transparent 100%);
  filter: blur(2px);
}
.cl-s2 {
  width: 280px; height: 180px; right: 35%; top: 30%;
  background: radial-gradient(ellipse at 40% 50%, rgba(248,215,185,0.6) 0%, rgba(230,170,130,0.2) 60%, transparent 100%);
  filter: blur(3px);
}
.cl-s3 {
  width: 320px; height: 160px; right: 10%; top: 52%;
  background: radial-gradient(ellipse at 55% 45%, rgba(240,190,170,0.7) 0%, rgba(215,150,140,0.25) 55%, transparent 100%);
  filter: blur(2px);
}
.cl-s4 {
  width: 250px; height: 150px; right: 40%; top: 68%;
  background: radial-gradient(ellipse at 45% 40%, rgba(210,160,170,0.5) 0%, rgba(180,130,160,0.2) 60%, transparent 100%);
  filter: blur(4px);
}
.cl-s5 {
  width: 300px; height: 170px; right: 25%; top: 85%;
  background: radial-gradient(ellipse at 50% 50%, rgba(180,130,160,0.6) 0%, rgba(150,105,145,0.2) 55%, transparent 100%);
  filter: blur(3px);
}

/* ---- RIGHT CLOUD EDGE PUFFS ---- */
.cr-e1 {
  width: 270px; height: 250px; left: -115px; top: -3%;
  background: radial-gradient(ellipse at 60% 40%, #fce8d0 0%, #e8c0a0 50%, #d8a880 100%);
  box-shadow: inset -15px -10px 30px rgba(200,150,100,0.5), 10px 5px 25px rgba(180,120,80,0.2);
}
.cr-e2 {
  width: 240px; height: 230px; left: -85px; top: 10%;
  background: radial-gradient(ellipse at 55% 35%, #fff5e8 0%, #f0caa8 50%, #e0b890 100%);
  box-shadow: inset -12px -8px 25px rgba(195,145,100,0.5);
}
.cr-e3 {
  width: 310px; height: 280px; left: -135px; top: 20%;
  background: radial-gradient(ellipse at 65% 40%, #f8e0c8 0%, #e0b098 45%, #d0a090 100%);
  box-shadow: inset -20px -15px 40px rgba(190,135,100,0.55), 8px 8px 20px rgba(170,110,80,0.15);
}
.cr-e4 {
  width: 230px; height: 220px; left: -75px; top: 35%;
  background: radial-gradient(ellipse at 55% 30%, #f5d8c0 0%, #e0a890 45%, #d09888 100%);
  box-shadow: inset -14px -10px 28px rgba(185,130,105,0.5);
}
.cr-e5 {
  width: 300px; height: 290px; left: -140px; top: 44%;
  background: radial-gradient(ellipse at 70% 45%, #e8c0a8 0%, #d49888 40%, #c88898 100%);
  box-shadow: inset -20px -15px 45px rgba(175,115,110,0.6), 12px 6px 30px rgba(150,95,90,0.15);
}
.cr-e6 {
  width: 250px; height: 240px; left: -95px; top: 58%;
  background: radial-gradient(ellipse at 60% 35%, #e0a8a0 0%, #c88898 50%, #b878a0 100%);
  box-shadow: inset -15px -10px 30px rgba(165,105,115,0.45);
}
.cr-e7 {
  width: 280px; height: 260px; left: -120px; top: 68%;
  background: radial-gradient(ellipse at 65% 45%, #d09098 0%, #b87898 45%, #a870a0 100%);
  box-shadow: inset -18px -12px 35px rgba(150,100,120,0.5);
}
.cr-e8 {
  width: 220px; height: 210px; left: -70px; top: 80%;
  background: radial-gradient(ellipse at 55% 30%, #c080a0 0%, #a868a0 50%, #9a6898 100%);
  box-shadow: inset -12px -8px 25px rgba(140,90,120,0.4);
}
.cr-e9 {
  width: 270px; height: 250px; left: -110px; top: 90%;
  background: radial-gradient(ellipse at 60% 40%, #b070a0 0%, #9a6098 45%, #8a6090 100%);
  box-shadow: inset -16px -12px 35px rgba(130,80,115,0.5);
}

/* Right cloud surface detail puffs */
.cr-s1 {
  width: 330px; height: 190px; left: 20%; top: 5%;
  background: radial-gradient(ellipse at 50% 40%, rgba(252,232,208,0.8) 0%, rgba(240,190,150,0.3) 60%, transparent 100%);
  filter: blur(2px);
}
.cr-s2 {
  width: 280px; height: 170px; left: 30%; top: 28%;
  background: radial-gradient(ellipse at 55% 45%, rgba(248,215,185,0.65) 0%, rgba(230,170,130,0.2) 55%, transparent 100%);
  filter: blur(3px);
}
.cr-s3 {
  width: 310px; height: 150px; left: 15%; top: 50%;
  background: radial-gradient(ellipse at 45% 50%, rgba(240,190,170,0.7) 0%, rgba(215,150,140,0.25) 55%, transparent 100%);
  filter: blur(2px);
}
.cr-s4 {
  width: 260px; height: 160px; left: 35%; top: 70%;
  background: radial-gradient(ellipse at 50% 40%, rgba(210,160,170,0.5) 0%, rgba(180,130,160,0.2) 60%, transparent 100%);
  filter: blur(4px);
}
.cr-s5 {
  width: 290px; height: 180px; left: 22%; top: 88%;
  background: radial-gradient(ellipse at 50% 45%, rgba(180,130,160,0.6) 0%, rgba(150,105,145,0.2) 55%, transparent 100%);
  filter: blur(3px);
}

/* Center wisps — soft streaks that linger after the clouds part */
.cloud-wisp {
  position: absolute;
  border-radius: 100px;
  filter: blur(18px);
  will-change: transform, opacity;
}

.wisp-1 {
  width: 55vw;
  height: 80px;
  top: 28%;
  left: 22%;
  background: radial-gradient(ellipse at 50% 50%, rgba(248,210,170,0.7) 0%, rgba(235,180,140,0.3) 50%, transparent 100%);
  animation: wispFade 1.2s ease-out 1.5s forwards;
}

.wisp-2 {
  width: 45vw;
  height: 60px;
  top: 52%;
  left: 28%;
  background: radial-gradient(ellipse at 50% 50%, rgba(230,170,155,0.6) 0%, rgba(210,140,140,0.25) 50%, transparent 100%);
  animation: wispFade 1s ease-out 1.7s forwards;
}

.wisp-3 {
  width: 40vw;
  height: 50px;
  top: 74%;
  left: 32%;
  background: radial-gradient(ellipse at 50% 50%, rgba(195,140,165,0.5) 0%, rgba(170,115,150,0.2) 50%, transparent 100%);
  animation: wispFade 0.8s ease-out 1.9s forwards;
}

@keyframes cloudPartLeft {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-140%); }
}

@keyframes cloudPartRight {
  0%   { transform: translateX(0); }
  100% { transform: translateX(140%); }
}

@keyframes wispFade {
  0%   { opacity: 1; transform: scaleX(1); }
  100% { opacity: 0; transform: scaleX(1.6); }
}

@media (max-width: 768px) {
  @keyframes cloudPartLeft {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-220%); }
  }
  @keyframes cloudPartRight {
    0%   { transform: translateX(0); }
    100% { transform: translateX(220%); }
  }
}

/* --- Reset & Base --- */
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
  overflow-x: hidden;
}

body {
  font-family: 'Josefin Sans', sans-serif;
  background: var(--bg-dark);
  color: var(--text-light);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

::selection {
  background: var(--gold);
  color: var(--bg-dark);
}

/* --- Canvas Particles --- */
#particles {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

/* --- Navigation --- */
#navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 1rem 2rem;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

#navbar.scrolled {
  background: rgba(12, 30, 48, 0.94);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  padding: 0.6rem 2rem;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
}

.nav-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-logo {
  font-family: 'Playfair Display', serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--gold);
  text-decoration: none;
  letter-spacing: 0.05em;
  transition: opacity 0.3s;
}

.nav-logo:hover {
  opacity: 0.8;
}

.nav-links {
  display: flex;
  list-style: none;
  gap: 2rem;
}

.nav-links a {
  color: var(--text-muted);
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: color 0.3s;
  position: relative;
}

.nav-links a::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--gold);
  transition: width 0.3s;
}

.nav-links a:hover,
.nav-links a.active {
  color: var(--gold);
}

.nav-links a:hover::after,
.nav-links a.active::after {
  width: 100%;
}

/* Mobile Nav Toggle */
.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px;
  z-index: 1001;
}

.nav-toggle span {
  width: 25px;
  height: 2px;
  background: var(--gold);
  transition: all 0.3s;
  border-radius: 2px;
}

.nav-toggle.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.nav-toggle.active span:nth-child(2) {
  opacity: 0;
}

.nav-toggle.active span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

/* --- Hero Section --- */
#hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background:
    url('images/liya-all.png') center center / cover no-repeat;
}

/* Dark overlay for text legibility + bottom fade into site background */
.hero-bg::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg,
      rgba(12, 30, 48, 0.45) 0%,
      rgba(12, 30, 48, 0.2) 30%,
      rgba(12, 30, 48, 0.15) 50%,
      rgba(12, 30, 48, 0.3) 75%,
      rgba(12, 30, 48, 0.85) 92%,
      #0c1e30 100%
    );
  z-index: 1;
}

/* Subtle warm vignette at the edges */
.hero-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(
    ellipse 80% 70% at 50% 45%,
    transparent 40%,
    rgba(12, 30, 48, 0.5) 100%
  );
  z-index: 2;
}


/* Hero Content */
.hero-content {
  position: relative;
  z-index: 10;
  text-align: center;
  padding: 2rem 2rem 0;
}

.hero-subtitle {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem;
  font-weight: 600;
  font-style: italic;
  color: #fff;
  letter-spacing: 0.2em;
  margin-bottom: 1rem;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
}

.hero-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2rem;
  margin-bottom: 2rem;
}

.hero-title .name {
  font-family: 'Playfair Display', serif;
  font-size: clamp(3rem, 8vw, 7rem);
  font-weight: 700;
  color: var(--cream);
  line-height: 1.1;
  text-shadow: 0 2px 40px rgba(0, 0, 0, 0.5), 0 0 60px rgba(200, 146, 58, 0.25);
}

.hero-title .ampersand {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 5vw, 4rem);
  font-weight: 300;
  font-style: italic;
  color: var(--gold);
  line-height: 1;
}

.hero-date {
  font-size: 1.15rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.4);
}

.hero-scroll {
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8rem;
  opacity: 0.6;
  transition: opacity 0.3s;
}

.hero-scroll:hover {
  opacity: 1;
}

.hero-scroll span {
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.scroll-arrow {
  width: 20px;
  height: 20px;
  border-right: 1.5px solid var(--gold);
  border-bottom: 1.5px solid var(--gold);
  transform: rotate(45deg);
  animation: scrollBounce 2s ease-in-out infinite;
}

@keyframes scrollBounce {
  0%, 100% { transform: rotate(45deg) translateY(0); }
  50% { transform: rotate(45deg) translateY(8px); }
}

/* --- Seagulls --- */
.seagulls {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 5;
  overflow: hidden;
}

.gull {
  position: absolute;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

/* Large close gulls */
.gull-1 {
  width: 38px;
  top: 12%;
  left: -5%;
  animation: gullPath1 16s infinite, gullFlap 0.6s ease-in-out infinite alternate;
}

.gull-2 {
  width: 34px;
  top: 20%;
  right: -5%;
  animation: gullPath2 19s infinite, gullFlap 0.55s ease-in-out infinite alternate;
  animation-delay: -7s, 0s;
}

/* Medium gulls */
.gull-3 {
  width: 26px;
  top: 8%;
  left: 30%;
  animation: gullPath3 22s infinite, gullFlap 0.5s ease-in-out infinite alternate;
  animation-delay: -3s, 0s;
}

.gull-4 {
  width: 24px;
  top: 28%;
  left: 60%;
  animation: gullPath4 20s infinite, gullFlap 0.5s ease-in-out infinite alternate;
  animation-delay: -10s, 0s;
}

/* Small distant gulls */
.gull-5 {
  width: 18px;
  top: 15%;
  left: 50%;
  animation: gullPath5 25s infinite, gullFlap 0.45s ease-in-out infinite alternate;
  animation-delay: -5s, 0s;
}

.gull-6 {
  width: 16px;
  top: 25%;
  left: 20%;
  animation: gullPath6 28s infinite, gullFlap 0.45s ease-in-out infinite alternate;
  animation-delay: -12s, 0s;
}

.gull-7 {
  width: 14px;
  top: 10%;
  left: 75%;
  animation: gullPath7 24s infinite, gullFlap 0.4s ease-in-out infinite alternate;
  animation-delay: -18s, 0s;
}

/* Wing flap effect */
@keyframes gullFlap {
  0%   { transform: scaleY(1); }
  100% { transform: scaleY(0.75); }
}

/* Flight paths — each gull traces a unique looping path */
@keyframes gullPath1 {
  0%   { left: -6%; top: 14%; }
  15%  { left: 12%; top: 10%; }
  30%  { left: 28%; top: 16%; }
  45%  { left: 45%; top: 9%;  }
  60%  { left: 62%; top: 15%; }
  75%  { left: 80%; top: 11%; }
  90%  { left: 95%; top: 17%; }
  100% { left: 108%; top: 14%; }
}

@keyframes gullPath2 {
  0%   { right: -6%; top: 22%; }
  15%  { right: 10%; top: 17%; }
  30%  { right: 25%; top: 24%; }
  45%  { right: 42%; top: 15%; }
  60%  { right: 58%; top: 22%; }
  75%  { right: 75%; top: 18%; }
  90%  { right: 90%; top: 25%; }
  100% { right: 108%; top: 22%; }
}

@keyframes gullPath3 {
  0%   { left: 30%; top: 8%;  }
  12%  { left: 38%; top: 5%;  }
  25%  { left: 48%; top: 11%; }
  37%  { left: 58%; top: 6%;  }
  50%  { left: 70%; top: 12%; }
  62%  { left: 80%; top: 7%;  }
  75%  { left: 92%; top: 13%; }
  87%  { left: 102%; top: 8%; }
  100% { left: 30%; top: 8%;  }
}

@keyframes gullPath4 {
  0%   { left: 60%; top: 28%; }
  14%  { left: 52%; top: 23%; }
  28%  { left: 42%; top: 30%; }
  42%  { left: 30%; top: 24%; }
  57%  { left: 18%; top: 31%; }
  71%  { left: 8%;  top: 25%; }
  85%  { left: -2%; top: 30%; }
  100% { left: 60%; top: 28%; }
}

@keyframes gullPath5 {
  0%   { left: 50%; top: 15%; }
  16%  { left: 42%; top: 11%; }
  33%  { left: 35%; top: 18%; }
  50%  { left: 25%; top: 12%; }
  66%  { left: 15%; top: 19%; }
  83%  { left: 5%;  top: 14%; }
  100% { left: 50%; top: 15%; }
}

@keyframes gullPath6 {
  0%   { left: 20%;  top: 25%; }
  20%  { left: 30%;  top: 20%; }
  40%  { left: 42%;  top: 27%; }
  60%  { left: 55%;  top: 21%; }
  80%  { left: 68%;  top: 28%; }
  100% { left: 20%;  top: 25%; }
}

@keyframes gullPath7 {
  0%   { left: 75%; top: 10%; }
  17%  { left: 82%; top: 6%;  }
  33%  { left: 90%; top: 12%; }
  50%  { left: 96%; top: 7%;  }
  67%  { left: 88%; top: 13%; }
  83%  { left: 80%; top: 8%;  }
  100% { left: 75%; top: 10%; }
}

/* --- Sections Wrapper (contains floating decorations) --- */
.sections-wrap {
  position: relative;
  z-index: 1;
}

/* --- Floating Decorations (disco balls, champagne, sparkles) --- */
.floating-decor {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.decor {
  position: absolute;
  will-change: transform;
}

/* Disco balls */
.decor-disco {
  opacity: 0;
  animation-fill-mode: forwards;
}

.d1 {
  width: 70px;
  top: 18%;
  left: 8%;
  animation: floatDisco1 20s ease-in-out infinite, discoSpin 12s linear infinite, fadeInDecor 1s ease-out 4s forwards;
}

.d2 {
  width: 50px;
  top: 55%;
  right: 6%;
  animation: floatDisco2 24s ease-in-out infinite, discoSpin 15s linear infinite reverse, fadeInDecor 1s ease-out 4.5s forwards;
}

.d3 {
  width: 40px;
  top: 80%;
  left: 15%;
  animation: floatDisco3 22s ease-in-out infinite, discoSpin 18s linear infinite, fadeInDecor 1s ease-out 5s forwards;
}

/* Champagne glasses */
.decor-glass {
  opacity: 0;
}

.g1 {
  width: 35px;
  top: 30%;
  right: 10%;
  animation: floatGlass1 18s ease-in-out infinite, fadeInDecor 1s ease-out 4.2s forwards;
}

.g2 {
  width: 28px;
  top: 65%;
  left: 5%;
  animation: floatGlass2 22s ease-in-out infinite, fadeInDecor 1s ease-out 4.7s forwards;
}

.g3 {
  width: 32px;
  top: 42%;
  left: 75%;
  animation: floatGlass3 20s ease-in-out infinite, fadeInDecor 1s ease-out 4.4s forwards;
}

.g4 {
  width: 25px;
  top: 88%;
  right: 18%;
  animation: floatGlass4 25s ease-in-out infinite, fadeInDecor 1s ease-out 5.2s forwards;
}

/* Sparkle dots */
.decor-sparkle {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 6px 1px rgba(200, 215, 240, 0.2);
  opacity: 0;
}

.sp1 {
  top: 25%;
  left: 20%;
  animation: sparklePulse 4s ease-in-out infinite, floatSparkle1 16s ease-in-out infinite, fadeInDecor 1s ease-out 4.5s forwards;
}

.sp2 {
  top: 45%;
  right: 15%;
  width: 2px;
  height: 2px;
  animation: sparklePulse 3.5s ease-in-out infinite 1s, floatSparkle2 19s ease-in-out infinite, fadeInDecor 1s ease-out 5s forwards;
}

.sp3 {
  top: 70%;
  left: 35%;
  animation: sparklePulse 4.5s ease-in-out infinite 0.5s, floatSparkle3 21s ease-in-out infinite, fadeInDecor 1s ease-out 4.8s forwards;
}

.sp4 {
  top: 35%;
  left: 55%;
  width: 2.5px;
  height: 2.5px;
  animation: sparklePulse 3.8s ease-in-out infinite 1.5s, floatSparkle4 17s ease-in-out infinite, fadeInDecor 1s ease-out 5.1s forwards;
}

.sp5 {
  top: 85%;
  right: 30%;
  animation: sparklePulse 4.2s ease-in-out infinite 0.8s, floatSparkle5 23s ease-in-out infinite, fadeInDecor 1s ease-out 5.3s forwards;
}

.sp6 {
  top: 15%;
  right: 25%;
  width: 2px;
  height: 2px;
  animation: sparklePulse 3.6s ease-in-out infinite 2s, floatSparkle6 20s ease-in-out infinite, fadeInDecor 1s ease-out 4.6s forwards;
}

@keyframes fadeInDecor {
  to { opacity: 1; }
}

/* Disco ball float paths — gentle drifting */
@keyframes floatDisco1 {
  0%, 100% { transform: translate(0, 0) rotate(0deg); }
  25%  { transform: translate(30px, -20px) rotate(5deg); }
  50%  { transform: translate(-10px, -35px) rotate(-3deg); }
  75%  { transform: translate(20px, -10px) rotate(4deg); }
}

@keyframes floatDisco2 {
  0%, 100% { transform: translate(0, 0) rotate(0deg); }
  25%  { transform: translate(-25px, 15px) rotate(-4deg); }
  50%  { transform: translate(15px, 30px) rotate(3deg); }
  75%  { transform: translate(-20px, -10px) rotate(-5deg); }
}

@keyframes floatDisco3 {
  0%, 100% { transform: translate(0, 0) rotate(0deg); }
  33%  { transform: translate(20px, -25px) rotate(6deg); }
  66%  { transform: translate(-15px, 15px) rotate(-4deg); }
}

/* Slow rotation for sparkle effect on disco balls */
@keyframes discoSpin {
  from { filter: hue-rotate(0deg); }
  to   { filter: hue-rotate(360deg); }
}

/* Champagne glass float paths — gentle sway */
@keyframes floatGlass1 {
  0%, 100% { transform: translate(0, 0) rotate(0deg); }
  25%  { transform: translate(-15px, -20px) rotate(-5deg); }
  50%  { transform: translate(10px, -30px) rotate(3deg); }
  75%  { transform: translate(-8px, -12px) rotate(-2deg); }
}

@keyframes floatGlass2 {
  0%, 100% { transform: translate(0, 0) rotate(0deg); }
  25%  { transform: translate(20px, 15px) rotate(4deg); }
  50%  { transform: translate(-12px, -18px) rotate(-3deg); }
  75%  { transform: translate(15px, -8px) rotate(5deg); }
}

@keyframes floatGlass3 {
  0%, 100% { transform: translate(0, 0) rotate(0deg); }
  33%  { transform: translate(-18px, -22px) rotate(-6deg); }
  66%  { transform: translate(12px, 10px) rotate(4deg); }
}

@keyframes floatGlass4 {
  0%, 100% { transform: translate(0, 0) rotate(0deg); }
  25%  { transform: translate(15px, -15px) rotate(3deg); }
  50%  { transform: translate(-20px, 10px) rotate(-4deg); }
  75%  { transform: translate(8px, -25px) rotate(2deg); }
}

/* Sparkle pulse */
@keyframes sparklePulse {
  0%, 100% { opacity: 0.15; transform: scale(1); box-shadow: 0 0 4px 1px rgba(200,215,240,0.15); }
  50%      { opacity: 0.6;  transform: scale(1.5); box-shadow: 0 0 10px 3px rgba(200,215,240,0.3); }
}

/* Sparkle float paths */
@keyframes floatSparkle1 {
  0%, 100% { transform: translate(0, 0); }
  50%  { transform: translate(25px, -30px); }
}

@keyframes floatSparkle2 {
  0%, 100% { transform: translate(0, 0); }
  50%  { transform: translate(-20px, 25px); }
}

@keyframes floatSparkle3 {
  0%, 100% { transform: translate(0, 0); }
  50%  { transform: translate(15px, 20px); }
}

@keyframes floatSparkle4 {
  0%, 100% { transform: translate(0, 0); }
  50%  { transform: translate(-18px, -22px); }
}

@keyframes floatSparkle5 {
  0%, 100% { transform: translate(0, 0); }
  50%  { transform: translate(22px, -15px); }
}

@keyframes floatSparkle6 {
  0%, 100% { transform: translate(0, 0); }
  50%  { transform: translate(-12px, 18px); }
}

/* --- Section Styles --- */
.section {
  position: relative;
  z-index: 1;
  padding: 5rem 2rem;
}

.container {
  max-width: 1100px;
  margin: 0 auto;
}

.section-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 5vw, 3.2rem);
  font-weight: 700;
  text-align: center;
  color: var(--cream);
  margin-bottom: 1rem;
}

.section-subtitle {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.2rem;
  font-style: italic;
  text-align: center;
  color: var(--text-muted);
  margin-bottom: 2.5rem;
}

/* --- Story Section --- */
.story-divider {
  text-align: center;
  margin-bottom: 3rem;
}

.story-content {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}

.story-text {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.25rem;
  line-height: 1.9;
  color: var(--text-muted);
  margin-bottom: 2rem;
}

/* --- Story Cat --- */
.story-cat-wrapper {
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}

.story-cat {
  width: 60px;
  height: auto;
  animation: catBob 3s ease-in-out infinite;
}

.cat-tail {
  transform-origin: 110px 78px;
  animation: tailWag 1.2s ease-in-out infinite;
}

@keyframes catBob {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-5px); }
}

@keyframes tailWag {
  0%, 100% { transform: rotate(0deg); }
  25%      { transform: rotate(15deg); }
  75%      { transform: rotate(-15deg); }
}

/* --- Countdown Section --- */
#countdown {
  background: linear-gradient(
    180deg,
    transparent 0%,
    rgba(26, 74, 138, 0.08) 50%,
    transparent 100%
  );
}

.countdown-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  margin-bottom: 3rem;
}

.countdown-item {
  text-align: center;
}

.countdown-number {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.5rem, 6vw, 5rem);
  font-weight: 700;
  color: var(--gold);
  line-height: 1;
  min-width: 100px;
  text-shadow: 0 0 40px rgba(212, 168, 83, 0.3);
}

.countdown-label {
  font-size: 0.75rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-top: 0.5rem;
}

.countdown-separator {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 4vw, 3.5rem);
  color: var(--gold);
  opacity: 0.4;
  padding-bottom: 1.5rem;
}

.countdown-date {
  text-align: center;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem;
  font-style: italic;
  color: var(--text-muted);
}

/* --- Horizontal Timeline / Events --- */
.timeline-h {
  position: relative;
  display: flex;
  gap: 1.5rem;
  padding: 3.5rem 1rem 1rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: rgba(212, 168, 83, 0.3) transparent;
}

.timeline-h::-webkit-scrollbar {
  height: 4px;
}

.timeline-h::-webkit-scrollbar-track {
  background: transparent;
}

.timeline-h::-webkit-scrollbar-thumb {
  background: rgba(212, 168, 83, 0.3);
  border-radius: 2px;
}

/* Horizontal connecting line */
.timeline-h::before {
  content: '';
  position: absolute;
  top: 22px;
  left: 2rem;
  right: 2rem;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, var(--gold) 5%, var(--gold) 95%, transparent 100%);
  opacity: 0.25;
}

.timeline-h-item {
  flex: 1 1 0;
  min-width: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

/* Vertical stem from line down to card */
.timeline-h-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 3rem;
  background: linear-gradient(180deg, var(--gold) 0%, rgba(212, 168, 83, 0.1) 100%);
  opacity: 0.35;
  transform: translateX(-50%);
}

/* Dot on the horizontal line */
.timeline-h-dot {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 40px;
  background: var(--bg-dark);
  border: 2px solid var(--gold);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  z-index: 2;
  transition: all 0.3s;
}

.wedding-dot {
  background: rgba(212, 168, 83, 0.15);
  box-shadow: 0 0 20px rgba(212, 168, 83, 0.3);
}

/* Card below the stem */
.timeline-h-card {
  background: var(--bg-card);
  border: 1px solid rgba(212, 168, 83, 0.15);
  border-radius: 14px;
  padding: 1.4rem 1.2rem;
  backdrop-filter: blur(10px);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  margin-top: 3rem;
  width: 100%;
  text-align: center;
}

.timeline-h-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(212, 168, 83, 0.05) 0%, transparent 50%);
  opacity: 0;
  transition: opacity 0.4s;
}

.timeline-h-card:hover {
  border-color: rgba(212, 168, 83, 0.3);
  transform: translateY(-4px);
  box-shadow: 0 16px 50px rgba(0, 0, 0, 0.3);
}

.timeline-h-card:hover::before {
  opacity: 1;
}

.timeline-h-card.wedding-card {
  border-color: rgba(212, 168, 83, 0.3);
  background: rgba(212, 168, 83, 0.08);
}

.event-date {
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  display: block;
  margin-bottom: 0.5rem;
}

.featured-date {
  font-size: 0.8rem;
  color: var(--gold-light);
}

.event-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 0.6rem;
  color: var(--cream);
  line-height: 1.3;
}

.featured-title {
  font-size: 1.2rem;
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.event-description {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1rem;
  line-height: 1.55;
  color: var(--text-muted);
  margin-bottom: 1rem;
}

.event-details {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-size: 0.8rem;
  color: var(--text-muted);
  margin-bottom: 0.5rem;
}

.event-details span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
}

.event-dress {
  font-size: 0.75rem;
  color: var(--gold);
  font-style: italic;
  letter-spacing: 0.05em;
}

.event-link {
  display: inline-block;
  margin-top: 0.8rem;
  color: var(--gold);
  font-size: 0.85rem;
  letter-spacing: 0.1em;
  text-decoration: none;
  transition: all 0.3s;
}

.event-link:hover {
  color: var(--gold-light);
  letter-spacing: 0.15em;
}

/* --- Schedule Section --- */
#schedule {
  background: linear-gradient(
    180deg,
    transparent 0%,
    rgba(30, 58, 95, 0.08) 30%,
    rgba(30, 58, 95, 0.12) 50%,
    rgba(30, 58, 95, 0.08) 70%,
    transparent 100%
  );
}

.schedule-grid {
  max-width: 700px;
  margin: 0 auto;
}

.schedule-item {
  display: flex;
  gap: 2rem;
  padding: 2rem 0;
  border-bottom: 1px solid rgba(212, 168, 83, 0.1);
  transition: all 0.3s;
}

.schedule-item:hover {
  padding-left: 1rem;
  border-bottom-color: rgba(212, 168, 83, 0.3);
}

.schedule-item:last-child {
  border-bottom: none;
}

.schedule-time {
  font-family: 'Playfair Display', serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--gold);
  min-width: 90px;
  flex-shrink: 0;
  padding-top: 0.2rem;
}

.schedule-content h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--cream);
  margin-bottom: 0.5rem;
}

.schedule-content p {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.05rem;
  line-height: 1.6;
  color: var(--text-muted);
  margin-bottom: 0.5rem;
}

.schedule-location {
  font-size: 0.8rem;
  color: var(--gold);
  opacity: 0.7;
  letter-spacing: 0.05em;
}

/* --- Ferry Map Section --- */
#ferry {
  background: linear-gradient(
    180deg,
    transparent 0%,
    rgba(26, 74, 138, 0.06) 30%,
    rgba(26, 74, 138, 0.1) 50%,
    rgba(26, 74, 138, 0.06) 70%,
    transparent 100%
  );
}

.ferry-layout {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 3rem;
  align-items: start;
}

.ferry-map {
  position: relative;
}

.island-map {
  width: 100%;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(200, 146, 58, 0.2);
}

/* Port marker pulse */
.port-marker {
  cursor: default;
}

/* Ferry Info */
.ferry-info {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.ferry-port-card {
  background: var(--bg-card);
  border: 1px solid rgba(200, 146, 58, 0.15);
  border-radius: 16px;
  padding: 1.8rem;
  backdrop-filter: blur(10px);
  transition: all 0.3s;
}

.ferry-port-card:hover {
  border-color: rgba(200, 146, 58, 0.3);
  transform: translateY(-3px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
}

.ferry-port-icon {
  margin-bottom: 0.8rem;
}

.ferry-port-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.3rem;
  color: var(--cream);
  margin-bottom: 0.4rem;
}

.ferry-port-desc {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1rem;
  color: var(--text-muted);
  margin-bottom: 1.2rem;
  line-height: 1.5;
}

.ferry-times {
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
}

.ferry-time-slot {
  flex: 1;
  background: rgba(200, 146, 58, 0.08);
  border: 1px solid rgba(200, 146, 58, 0.15);
  border-radius: 10px;
  padding: 1rem;
  text-align: center;
  transition: border-color 0.3s;
}

.ferry-time-slot:hover {
  border-color: rgba(200, 146, 58, 0.35);
}

.ferry-time {
  display: block;
  font-family: 'Playfair Display', serif;
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--gold);
  margin-bottom: 0.3rem;
}

.ferry-label {
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.ferry-note {
  font-size: 0.8rem;
  color: var(--gold);
  font-style: italic;
  opacity: 0.7;
}

.ferry-destination-card {
  background: rgba(200, 146, 58, 0.08);
  border: 1px solid rgba(200, 146, 58, 0.2);
  border-radius: 16px;
  padding: 1.8rem;
  text-align: center;
}

.ferry-destination-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.2rem;
  color: var(--gold);
  margin-bottom: 0.5rem;
}

.ferry-destination-card p {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.05rem;
  color: var(--text-muted);
  line-height: 1.6;
}

.ferry-tip {
  margin-top: 0.8rem;
  font-style: italic;
  opacity: 0.8;
}

/* Ferry Table Card */
.ferry-table-card {
  padding: 0 !important;
  overflow: hidden;
}

.ferry-table-card h3 {
  padding: 1.8rem 1.8rem 0;
}

.ferry-table-card .ferry-port-desc {
  padding: 0 1.8rem;
}

.ferry-table-card .ferry-note {
  padding: 0 1.8rem 1.8rem;
}

/* Ferry Table */
.ferry-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  margin: 1.2rem 0;
  font-family: 'Josefin Sans', sans-serif;
}

.ferry-table th,
.ferry-table td {
  text-align: left;
  vertical-align: middle;
  padding: 1.2rem 1.8rem;
}

.ferry-table th {
  font-size: 0.85rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  border-bottom: 1px solid rgba(200, 146, 58, 0.3);
}

.ferry-table td {
  color: var(--text-light);
  font-size: 1rem;
  line-height: 1.6;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.ferry-table td:nth-child(2) {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  color: var(--gold);
}

.ferry-table tr:last-child td {
  border-bottom: none;
}

.ferry-table tbody tr:hover td {
  background: rgba(200, 146, 58, 0.06);
}

/* Ferry section responsive */
@media (max-width: 900px) {
  .ferry-layout {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

@media (max-width: 600px) {
  .ferry-times {
    flex-direction: column;
    gap: 0.8rem;
  }
}

/* --- Explore Istanbul Section --- */
.explore-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1rem;
}

.explore-card {
  display: block;
  text-decoration: none;
  color: var(--text-light);
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  background: var(--bg-card);
}

.explore-card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.4);
  border-color: rgba(212, 168, 83, 0.3);
}

.explore-card-bg {
  width: 100%;
  height: 140px;
  object-fit: cover;
  display: block;
  transition: transform 0.4s;
}

.explore-card:hover .explore-card-bg {
  transform: scale(1.05);
}

.explore-card-content {
  padding: 0.7rem 0.8rem;
}

.explore-card-content h3 {
  font-family: 'Playfair Display', serif;
  font-size: 0.85rem;
  margin-bottom: 0.3rem;
  color: var(--cream);
}

.explore-card-content p {
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.8rem;
  line-height: 1.4;
  color: var(--text-muted);
  margin-bottom: 0.4rem;
}

.explore-link {
  font-size: 0.85rem;
  color: var(--gold);
  letter-spacing: 0.1em;
  transition: letter-spacing 0.3s;
}

.explore-card:hover .explore-link {
  letter-spacing: 0.2em;
}

/* --- FAQ Section --- */
.faq-accordion {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.faq-category {
  background: var(--bg-card);
  border: 1px solid rgba(212, 168, 83, 0.1);
  border-radius: 12px;
  overflow: hidden;
  transition: border-color 0.3s;
}

.faq-category.open {
  border-color: rgba(212, 168, 83, 0.25);
}

.faq-category-toggle {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.25rem 1.5rem;
  background: none;
  border: none;
  color: var(--gold);
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.4rem, 3.5vw, 2.2rem);
  font-weight: 700;
  cursor: pointer;
  text-align: left;
  transition: background 0.3s;
}

.faq-category-toggle:hover {
  background: rgba(212, 168, 83, 0.05);
}

.faq-category-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 2px solid var(--gold);
  color: var(--gold);
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.05rem;
  font-weight: 700;
  flex-shrink: 0;
}

.faq-chevron {
  margin-left: auto;
  width: 10px;
  height: 10px;
  border-right: 2px solid var(--gold);
  border-bottom: 2px solid var(--gold);
  transform: rotate(45deg);
  transition: transform 0.3s;
  flex-shrink: 0;
}

.faq-category.open .faq-chevron {
  transform: rotate(-135deg);
}

.faq-category-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.faq-category.open .faq-category-body {
  max-height: 2000px;
}

.faq-item {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0 1.5rem;
}

.faq-item summary {
  padding: 1rem 0;
  font-family: 'Playfair Display', serif;
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--cream);
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: '+';
  color: var(--gold);
  font-size: 1.3rem;
  flex-shrink: 0;
  transition: transform 0.3s;
}

.faq-item[open] summary::after {
  content: '\2212';
}

.faq-item p {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.15rem;
  line-height: 1.7;
  color: var(--text-muted);
  padding: 0 0 1.25rem 0;
}

.faq-item p a {
  color: var(--gold);
  text-decoration: underline;
}

/* --- Footer --- */
#footer {
  position: relative;
  z-index: 1;
  padding: 4rem 2rem;
  text-align: center;
  border-top: 1px solid rgba(212, 168, 83, 0.1);
}

.footer-ducks-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  margin-bottom: 0.5rem;
}

.footer-names-block {
  text-align: center;
}

.duck {
  width: 90px;
  height: auto;
  flex-shrink: 0;
  transition: transform 0.3s;
}

.duck-female {
  transform: scaleX(-1);
  animation: duckBob 3s ease-in-out infinite;
}

.duck-male {
  animation: duckBob 3s ease-in-out infinite;
  animation-delay: -1.5s;
}

.duck:hover {
  transform: scale(1.1);
}

.duck-female:hover {
  transform: scaleX(-1) scale(1.1);
}

@keyframes duckBob {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-5px); }
}

/* Override for female since it has scaleX(-1) */
@keyframes duckBobFemale {
  0%, 100% { transform: scaleX(-1) translateY(0); }
  50%      { transform: scaleX(-1) translateY(-5px); }
}

.duck-female {
  animation-name: duckBobFemale;
}

.footer-names {
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  color: var(--gold);
  margin-bottom: 0.5rem;
}

.footer-date {
  font-size: 0.9rem;
  color: var(--text-muted);
  letter-spacing: 0.15em;
  margin-bottom: 1.5rem;
}

.footer-hearts svg {
  opacity: 0.6;
  animation: heartBeat 2s ease-in-out infinite;
}

@keyframes heartBeat {
  0%, 100% { transform: scale(1); }
  15% { transform: scale(1.15); }
  30% { transform: scale(1); }
  45% { transform: scale(1.1); }
}

/* --- Reveal Animation --- */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

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

.reveal:nth-child(2) { transition-delay: 0.1s; }
.reveal:nth-child(3) { transition-delay: 0.2s; }
.reveal:nth-child(4) { transition-delay: 0.3s; }

/* --- Responsive --- */
@media (max-width: 900px) {
  .timeline-h {
    gap: 1rem;
  }

  .timeline-h-item {
    min-width: 200px;
  }
}

@media (max-width: 768px) {
  .nav-toggle {
    display: flex;
  }

  .nav-links {
    position: fixed;
    top: 0;
    right: -100%;
    width: 280px;
    height: 100vh;
    background: rgba(12, 30, 48, 0.98);
    backdrop-filter: blur(20px);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    transition: right 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1000;
  }

  .nav-links.open {
    right: 0;
  }

  .nav-links a {
    font-size: 1rem;
  }

  .section {
    padding: 3.5rem 1.5rem;
  }

  .countdown-wrapper {
    gap: 0.5rem;
  }

  .countdown-number {
    min-width: 60px;
  }

  .countdown-separator {
    font-size: 1.5rem;
  }

  .schedule-item {
    flex-direction: column;
    gap: 0.5rem;
  }

  .schedule-time {
    min-width: unset;
  }

  .explore-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .faq-category-toggle {
    font-size: 1.05rem;
    padding: 1rem 1.25rem;
  }
}

@media (max-width: 480px) {
  .hero-title .name {
    font-size: 2.8rem;
  }

  .hero-title .ampersand {
    font-size: 1.8rem;
  }

  .hero-date {
    font-size: 0.85rem;
    letter-spacing: 0.15em;
  }

  .countdown-wrapper {
    flex-wrap: wrap;
  }

  .duck {
    width: 65px;
  }

  .footer-ducks-row {
    gap: 0.8rem;
  }
}
