:root {
  --ivory: #F9F8F4;
  --white: #FFFFFF;
  --champagne: #C9B37E;
  --sage: #AAB7A1;
  --sage-soft: rgba(170, 183, 161, 0.18);
  --gold-soft: rgba(201, 179, 126, 0.26);
  --text: #3E3A34;
  --text-soft: #6A645C;
  --shadow-soft: 0 22px 70px rgba(62, 58, 52, 0.08);
  --transition: 0.35s ease;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: "Montserrat", sans-serif;
  background:
    radial-gradient(circle at 6% 18%, rgba(170, 183, 161, 0.18), transparent 28%),
    radial-gradient(circle at 94% 30%, rgba(201, 179, 126, 0.18), transparent 34%),
    linear-gradient(180deg, #F4F0E7 0%, #EEE8DB 48%, #F4F0E7 100%);
  color: var(--text);
  line-height: 1.7;
  overflow-x: hidden;
}
img { display: block; width: 100%; }
a { text-decoration: none; color: inherit; }
button { font: inherit; border: 0; background: none; cursor: pointer; }

.container { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.container.narrow { width: min(1040px, calc(100% - 40px)); }
.section { padding: 100px 0; }
.section-kicker {
  display: block;
  margin-bottom: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: 0.74rem;
  color: var(--champagne);
  text-align: center;
}
.section-title {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.45rem, 4vw, 4.2rem);
  font-weight: 600;
  line-height: 1.05;
  margin-bottom: 26px;
  text-align: center;
  color: var(--text);
}
.section-title.left,
.story-text .section-kicker { text-align: left; }

/* Navigation: πιο διακριτικό, χωρίς έντονο λευκό πλαίσιο */
.floating-nav {
  position: fixed;
  top: 22px;
  left: 50%;
  transform: translateX(-50%) translateY(-14px);
  display: flex;
  gap: 20px;
  padding: 12px 18px;
  background: rgba(249, 248, 244, 0.55);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(201, 179, 126, 0.22);
  border-radius: 999px;
  z-index: 20;
  opacity: 0;
  pointer-events: none;
  transition: var(--transition);
}
.floating-nav.visible { opacity: 1; transform: translateX(-50%) translateY(0); pointer-events: auto; }
.floating-nav a { font-size: 0.82rem; color: var(--text-soft); white-space: nowrap; }
.floating-nav a:hover { color: var(--champagne); }

/* Hero */
.hero {
  position: relative;
  min-height: 100vh;
  display: grid;
  place-items: center;
  overflow: hidden;
  text-align: center;
  color: var(--white);
}
.hero-bg {
  position: absolute;
  inset: -45px;
  background-image: url("images/photo-1.jpg");
  background-size: cover;
  background-position: 50% 30%;
  transform: scale(1.08);
  filter: grayscale(1);
  will-change: transform;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to bottom, rgba(0,0,0,0.26), rgba(0,0,0,0.34)),
    rgba(249,248,244,0.04);
}
.hero-content { position: relative; z-index: 2; width: min(900px, calc(100% - 32px)); animation: fadeUp 1.2s ease both; }
.hero-subtitle { letter-spacing: 0.24em; text-transform: uppercase; font-size: 0.78rem; margin-bottom: 16px; opacity: 0.88; }
.hero h1 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(3.4rem, 8vw, 6.8rem);
  font-weight: 600;
  line-height: 0.95;
  text-shadow: 0 10px 40px rgba(0,0,0,0.22);
}
.hero h1 span { display: block; font-size: 0.6em; margin: 10px 0; opacity: 0.9; }
.hero-date { margin-top: 30px; font-size: 0.98rem; letter-spacing: 0.18em; text-transform: uppercase; }
.scroll-indicator { display: inline-flex; justify-content: center; align-items: center; margin-top: 42px; width: 42px; height: 64px; border: 1px solid rgba(255,255,255,0.58); border-radius: 999px; }
.scroll-indicator span { width: 7px; height: 7px; background: var(--white); border-radius: 50%; animation: scrollDot 1.6s infinite; }

/* Countdown: χωρίς μεγάλα λευκά boxes */
.countdown-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
  margin: 34px auto 0;
  max-width: 720px;
  border-top: 1px solid var(--gold-soft);
  border-bottom: 1px solid var(--gold-soft);
}
.count-box {
  position: relative;
  padding: 30px 12px;
  text-align: center;
}
.count-box + .count-box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 26%;
  bottom: 26%;
  width: 1px;
  background: var(--gold-soft);
}
.count-box span {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.7rem, 5vw, 4.2rem);
  font-weight: 600;
  color: var(--text);
}
.count-box small { display: inline-block; margin-top: 2px; color: var(--text-soft); letter-spacing: 0.16em; text-transform: uppercase; font-size: 0.74rem; }

/* Story: πιο editorial, χωρίς πλαίσια */
.story-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 64px; align-items: center; }
.story-image { position: relative; }
.story-image::before {
  content: "";
  position: absolute;
  inset: 22px -22px -22px 22px;
  border: 1px solid var(--gold-soft);
  z-index: -1;
}
.story-image img { box-shadow: var(--shadow-soft); object-fit: cover; max-height: 720px; }
.story-text { padding: 20px 0; }
.story-text p { margin-bottom: 18px; color: var(--text-soft); font-size: 1rem; }

/* Timeline: minimal icons, όχι emoji και όχι κάρτες */
.schedule-section { padding-top: 90px; }
.timeline {
  position: relative;
  margin-top: 42px;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}
.timeline::before {
  content: "";
  position: absolute;
  left: 31px;
  top: 10px;
  bottom: 10px;
  width: 1px;
  background: linear-gradient(to bottom, transparent, var(--champagne), rgba(170,183,161,0.35), transparent);
}
.timeline-item {
  position: relative;
  display: grid;
  grid-template-columns: 64px 105px 1fr;
  gap: 22px;
  align-items: start;
  padding: 0 0 42px;
}
.timeline-icon {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--champagne);
  background: rgba(249, 248, 244, 0.72);
  border: 1px solid var(--gold-soft);
  backdrop-filter: blur(8px);
}
.timeline-icon svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.45;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.timeline-time {
  font-family: "Cormorant Garamond", serif;
  font-size: 2.15rem;
  font-weight: 600;
  color: var(--champagne);
  line-height: 1;
  padding-top: 12px;
}
.timeline-content {
  padding: 10px 0 26px;
  border-bottom: 1px solid rgba(201, 179, 126, 0.20);
}
.timeline-content h3 {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.65rem;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 8px;
}
.timeline-content p { color: var(--text-soft); margin-bottom: 14px; }
.map-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--text);
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-bottom: 1px solid var(--champagne);
  padding-bottom: 4px;
  transition: var(--transition);
}
.map-btn::after { content: "↗"; font-size: 0.85rem; }
.map-btn:hover { color: var(--champagne); }

/* Gallery: πιο καθαρό editorial grid */
.gallery-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 14px; margin-top: 32px; }
.gallery-item { overflow: hidden; background: transparent; min-height: 270px; transition: transform var(--transition), opacity var(--transition); }
.gallery-item:nth-child(1) { grid-column: span 4; }
.gallery-item:nth-child(2) { grid-column: span 4; }
.gallery-item:nth-child(3) { grid-column: span 4; }
.gallery-item:nth-child(4) { grid-column: span 6; min-height: 360px; }
.gallery-item:nth-child(5) { grid-column: span 6; min-height: 360px; }
.gallery-item img { height: 100%; object-fit: cover; filter: saturate(0.88); transition: transform 0.7s ease, filter 0.7s ease; }
.gallery-item:hover { transform: translateY(-3px); }
.gallery-item:hover img { transform: scale(1.035); filter: saturate(1); }

/* RSVP: λιγότερο λευκό, πιο πρόσκληση */
.rsvp-section { text-align: center; padding-top: 80px; }
.rsvp-section .container {
  padding: 54px 20px;
  border-top: 1px solid var(--gold-soft);
  border-bottom: 1px solid var(--gold-soft);
}
.rsvp-text { color: var(--text-soft); max-width: 680px; margin: 0 auto 30px; }
.rsvp-btn {
  display: inline-block;
  padding: 15px 34px;
  background: transparent;
  color: var(--text);
  border: 1px solid var(--champagne);
  border-radius: 999px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.84rem;
  transition: var(--transition);
}
.rsvp-btn:hover { background: var(--champagne); color: var(--white); transform: translateY(-2px); }
.footer { padding: 32px 20px 48px; text-align: center; color: var(--text-soft); font-size: 0.95rem; }

.lightbox { position: fixed; inset: 0; background: rgba(20,20,20,0.88); display: flex; align-items: center; justify-content: center; padding: 24px; z-index: 50; opacity: 0; pointer-events: none; transition: opacity var(--transition); }
.lightbox.open { opacity: 1; pointer-events: auto; }
.lightbox img { max-width: min(92vw, 1100px); max-height: 88vh; box-shadow: 0 18px 60px rgba(0,0,0,0.25); }
.lightbox-close { position: absolute; top: 24px; right: 28px; font-size: 2.4rem; color: var(--white); line-height: 1; }

.reveal { opacity: 0; transform: translateY(26px); transition: opacity 0.8s ease, transform 0.8s ease; }
.reveal.revealed { opacity: 1; transform: translateY(0); }
@keyframes scrollDot { 0% { transform: translateY(-8px); opacity: 0; } 30% { opacity: 1; } 100% { transform: translateY(10px); opacity: 0; } }
@keyframes fadeUp { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 980px) {
  .story-grid { grid-template-columns: 1fr; gap: 42px; }
  .story-image::before { inset: 18px -14px -18px 14px; }
  .gallery-item:nth-child(1), .gallery-item:nth-child(2), .gallery-item:nth-child(3), .gallery-item:nth-child(4), .gallery-item:nth-child(5) { grid-column: span 6; min-height: 300px; }
}
@media (max-width: 768px) {
  .section { padding: 78px 0; }
  .floating-nav { width: calc(100% - 24px); justify-content: flex-start; gap: 14px; overflow-x: auto; border-radius: 999px; }
  .hero h1 { font-size: clamp(3rem, 13vw, 5rem); }
  .countdown-grid { grid-template-columns: repeat(3, 1fr); gap: 0; }
  .count-box { padding: 24px 6px; }
  .count-box span { font-size: clamp(2.15rem, 11vw, 3.4rem); }
  .count-box small { font-size: 0.64rem; letter-spacing: 0.12em; }
  .timeline::before { left: 25px; }
  .timeline-item { grid-template-columns: 52px 1fr; gap: 18px; padding-bottom: 36px; }
  .timeline-icon { width: 52px; height: 52px; }
  .timeline-icon svg { width: 23px; height: 23px; }
  .timeline-time { grid-column: 2; grid-row: 1; padding-top: 0; font-size: 1.8rem; }
  .timeline-content { grid-column: 2; grid-row: 2; padding-top: 0; }
  .timeline-content h3 { font-size: 1.45rem; }
  .gallery-grid { grid-template-columns: 1fr; gap: 12px; }
  .gallery-item:nth-child(1), .gallery-item:nth-child(2), .gallery-item:nth-child(3), .gallery-item:nth-child(4), .gallery-item:nth-child(5) { grid-column: span 1; min-height: 330px; }
}
@media (max-width: 480px) {
  .container, .container.narrow { width: min(100% - 28px, 1120px); }
  .section-kicker { font-size: 0.68rem; }
  .story-image::before { display: none; }
  .gallery-item:nth-child(1), .gallery-item:nth-child(2), .gallery-item:nth-child(3), .gallery-item:nth-child(4), .gallery-item:nth-child(5) { min-height: 280px; }
}


/* V2: λιγότερο λευκό στο πλάι και πιο γεμάτο desktop layout */
.countdown-section {
  padding-bottom: 72px;
}
.countdown-section .container.narrow {
  width: min(1040px, calc(100% - 40px));
}
.countdown-grid {
  max-width: 980px;
  background: rgba(249, 248, 244, 0.22);
  backdrop-filter: blur(2px);
}

.story-section {
  padding-top: 72px;
}
.story-grid {
  grid-template-columns: minmax(360px, 0.9fr) minmax(420px, 1.1fr);
  width: min(1180px, calc(100% - 40px));
}
.story-image img {
  max-height: 620px;
  aspect-ratio: 4 / 5;
}
.story-text {
  max-width: 620px;
}
.story-text p {
  font-size: 1.03rem;
}

.schedule-section {
  padding-top: 72px;
}
.schedule-section .section-title {
  margin-bottom: 40px;
}
.timeline {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px 54px;
  max-width: 1120px;
  margin-top: 34px;
}
.timeline::before {
  display: none;
}
.timeline-item {
  grid-template-columns: 58px 96px 1fr;
  gap: 18px;
  padding: 0 0 26px;
  border-bottom: 1px solid rgba(201, 179, 126, 0.26);
}
.timeline-icon {
  width: 54px;
  height: 54px;
  background: transparent;
  border: 1px solid rgba(201, 179, 126, 0.42);
}
.timeline-icon svg {
  width: 24px;
  height: 24px;
}
.timeline-time {
  font-size: 1.95rem;
  padding-top: 10px;
}
.timeline-content {
  padding: 4px 0 0;
  border-bottom: 0;
}
.timeline-content h3 {
  font-size: 1.45rem;
}
.timeline-content p {
  margin-bottom: 12px;
}

.rsvp-section .container {
  width: min(1120px, calc(100% - 40px));
}

@media (min-width: 981px) {
  .gallery-section .container,
  .schedule-section .container {
    width: min(1180px, calc(100% - 40px));
  }
}

@media (max-width: 900px) {
  .hero-bg {
    background-position: 50% 28%;
  }
  .timeline {
    display: block;
    max-width: 760px;
  }
  .timeline::before {
    display: block;
  }
}

@media (max-width: 520px) {
  .hero-bg {
    background-position: 48% 24%;
    inset: -20px;
    transform: scale(1.03);
  }
  .hero-overlay {
    background:
      linear-gradient(to bottom, rgba(0,0,0,0.22), rgba(0,0,0,0.36)),
      rgba(249,248,244,0.03);
  }
}

/* V3: πιο ζεστό μπεζ-χρυσό background και κλεψύδρα στο countdown */
:root {
  --ivory: #F7F1E6;
  --champagne: #B99653;
  --gold-soft: rgba(185, 150, 83, 0.34);
  --text: #3A3329;
  --text-soft: #6B5E4E;
}

body {
  background:
    radial-gradient(circle at 8% 12%, rgba(185, 150, 83, 0.22), transparent 30%),
    radial-gradient(circle at 92% 26%, rgba(213, 190, 139, 0.28), transparent 34%),
    radial-gradient(circle at 48% 72%, rgba(170, 183, 161, 0.16), transparent 36%),
    linear-gradient(135deg, #EFE2CA 0%, #F7F1E6 38%, #E8D4AD 100%);
}

.section {
  position: relative;
}

.countdown-section {
  background:
    linear-gradient(180deg, rgba(239, 226, 202, 0.82), rgba(247, 241, 230, 0.42));
}

.hourglass-wrap {
  width: 76px;
  height: 76px;
  margin: 0 auto 12px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(185, 150, 83, 0.38);
}

.hourglass-icon {
  width: 44px;
  height: 44px;
  fill: none;
  stroke: var(--champagne);
  stroke-width: 1.55;
  stroke-linecap: round;
  stroke-linejoin: round;
  animation: hourglassFloat 3.4s ease-in-out infinite;
}

.countdown-note {
  max-width: 620px;
  margin: -8px auto 0;
  text-align: center;
  color: var(--text-soft);
  font-size: 0.96rem;
}

.countdown-grid {
  background: rgba(255, 255, 255, 0.12);
  border-top: 1px solid rgba(185, 150, 83, 0.38);
  border-bottom: 1px solid rgba(185, 150, 83, 0.38);
}

.count-box span {
  color: #342C22;
}

.story-section {
  background: linear-gradient(180deg, rgba(247, 241, 230, 0.1), rgba(232, 212, 173, 0.18));
}

.story-text p {
  color: #625544;
}

.timeline-icon,
.floating-nav {
  background: rgba(247, 241, 230, 0.32);
}

.rsvp-section .container {
  background: rgba(255, 255, 255, 0.10);
}

.footer {
  background: rgba(232, 212, 173, 0.18);
}

@keyframes hourglassFloat {
  0%, 100% { transform: translateY(0) rotate(0deg); opacity: 0.9; }
  50% { transform: translateY(-4px) rotate(0deg); opacity: 1; }
}

@media (max-width: 520px) {
  body {
    background:
      radial-gradient(circle at 8% 10%, rgba(185, 150, 83, 0.18), transparent 38%),
      linear-gradient(145deg, #EFE2CA 0%, #F7F1E6 54%, #EAD8B8 100%);
  }
  .hourglass-wrap {
    width: 66px;
    height: 66px;
  }
  .hourglass-icon {
    width: 38px;
    height: 38px;
  }
}

/* V4: πιο ρομαντικό countdown + ανάδειξη της χρωματιστής φωτογραφίας */
.romantic-countdown {
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.34), transparent 34%),
    linear-gradient(180deg, rgba(236, 217, 178, 0.46), rgba(247, 241, 230, 0.20));
}

.romantic-countdown .container.narrow {
  position: relative;
  max-width: 980px;
}

.romantic-countdown .container.narrow::before,
.romantic-countdown .container.narrow::after {
  content: "";
  position: absolute;
  width: 190px;
  height: 190px;
  border: 1px solid rgba(185, 150, 83, 0.18);
  border-radius: 50%;
  pointer-events: none;
}

.romantic-countdown .container.narrow::before {
  left: -70px;
  top: 10px;
}

.romantic-countdown .container.narrow::after {
  right: -76px;
  bottom: -34px;
}

.romantic-mark {
  width: min(360px, 78vw);
  margin: 8px auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}

.romantic-mark span {
  height: 1px;
  flex: 1;
  background: linear-gradient(90deg, transparent, rgba(185, 150, 83, 0.55), transparent);
}

.romantic-mark svg {
  width: 24px;
  height: 24px;
  fill: rgba(185, 150, 83, 0.76);
  filter: drop-shadow(0 6px 16px rgba(185, 150, 83, 0.20));
  animation: heartSoft 2.8s ease-in-out infinite;
}

.romantic-countdown .section-title {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  color: #342C22;
}

.romantic-countdown .countdown-note {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.25rem, 2.2vw, 1.7rem);
  line-height: 1.35;
  max-width: 760px;
  color: #6A5842;
}

.romantic-countdown .countdown-grid {
  max-width: 760px;
  margin-top: 44px;
  padding: 18px 0;
  border: 0;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  box-shadow: inset 0 0 0 1px rgba(185, 150, 83, 0.22), 0 24px 70px rgba(82, 60, 32, 0.06);
  backdrop-filter: blur(6px);
}

.romantic-countdown .count-box {
  padding: 18px 12px 16px;
}

.romantic-countdown .count-box span {
  font-size: clamp(2.7rem, 5vw, 4.8rem);
  line-height: 0.92;
  color: #31281D;
}

.romantic-countdown .count-box small {
  margin-top: 12px;
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  color: rgba(58, 51, 41, 0.68);
}

.romantic-countdown .count-box + .count-box::before {
  top: 22%;
  bottom: 22%;
  background: rgba(185, 150, 83, 0.28);
}

.hourglass-wrap {
  display: none;
}

.gallery-grid-v4 {
  grid-template-columns: repeat(12, 1fr);
  align-items: stretch;
}

.gallery-grid-v4 .gallery-item:nth-child(1) {
  grid-column: span 7;
  min-height: 620px;
}

.gallery-grid-v4 .gallery-item:nth-child(2),
.gallery-grid-v4 .gallery-item:nth-child(3),
.gallery-grid-v4 .gallery-item:nth-child(4) {
  grid-column: span 5;
  min-height: 196px;
}

.gallery-grid-v4 .color-feature {
  position: relative;
  padding: 10px;
  border: 1px solid rgba(185, 150, 83, 0.34);
  background: rgba(255, 255, 255, 0.10);
  box-shadow: 0 30px 90px rgba(82, 60, 32, 0.13);
}

.gallery-grid-v4 .color-feature img {
  border-radius: 2px;
  filter: saturate(1.08) contrast(1.02) brightness(1.02);
}

.gallery-grid-v4 .gallery-item:not(.color-feature) img {
  filter: grayscale(1) contrast(0.96);
  opacity: 0.92;
}

.gallery-grid-v4 .color-feature span {
  position: absolute;
  left: 28px;
  bottom: 26px;
  padding: 8px 14px;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.25rem;
  letter-spacing: 0.03em;
  color: #fff;
  background: rgba(45, 35, 25, 0.34);
  backdrop-filter: blur(8px);
}

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

@media (max-width: 980px) {
  .gallery-grid-v4 .gallery-item:nth-child(1),
  .gallery-grid-v4 .gallery-item:nth-child(2),
  .gallery-grid-v4 .gallery-item:nth-child(3),
  .gallery-grid-v4 .gallery-item:nth-child(4) {
    grid-column: span 6;
    min-height: 340px;
  }
  .gallery-grid-v4 .gallery-item:nth-child(1) {
    min-height: 520px;
  }
}

@media (max-width: 768px) {
  .romantic-countdown .countdown-grid {
    border-radius: 28px;
    grid-template-columns: 1fr;
    max-width: 340px;
    padding: 8px 0;
  }
  .romantic-countdown .count-box + .count-box::before {
    left: 18%;
    right: 18%;
    top: 0;
    bottom: auto;
    width: auto;
    height: 1px;
  }
  .gallery-grid-v4 .gallery-item:nth-child(1),
  .gallery-grid-v4 .gallery-item:nth-child(2),
  .gallery-grid-v4 .gallery-item:nth-child(3),
  .gallery-grid-v4 .gallery-item:nth-child(4) {
    grid-column: span 1;
    min-height: 330px;
  }
  .gallery-grid-v4 .gallery-item:nth-child(1) {
    min-height: 520px;
  }
}

@media (max-width: 520px) {
  .romantic-countdown .section-title {
    font-size: clamp(2.15rem, 11vw, 3rem);
  }
  .romantic-countdown .countdown-note {
    font-size: 1.18rem;
  }
  .gallery-grid-v4 .gallery-item:nth-child(1) {
    min-height: 480px;
  }
}

/* V7: μεγαλύτερες φωτογραφίες στο gallery και μεγαλύτερη προβολή όταν πατιούνται */
.gallery-section {
  padding-top: 80px;
}

.gallery-section .container {
  width: min(1320px, calc(100% - 28px));
}

.gallery-grid-v4 {
  gap: 18px;
}

.gallery-grid-v4 .gallery-item:nth-child(1) {
  min-height: 720px;
}

.gallery-grid-v4 .gallery-item:nth-child(2),
.gallery-grid-v4 .gallery-item:nth-child(3),
.gallery-grid-v4 .gallery-item:nth-child(4) {
  min-height: 230px;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lightbox {
  padding: 14px;
}

.lightbox img {
  max-width: 96vw;
  max-height: 94vh;
  object-fit: contain;
}

@media (max-width: 980px) {
  .gallery-section .container {
    width: min(100% - 24px, 1120px);
  }

  .gallery-grid-v4 .gallery-item:nth-child(1) {
    min-height: 600px;
  }

  .gallery-grid-v4 .gallery-item:nth-child(2),
  .gallery-grid-v4 .gallery-item:nth-child(3),
  .gallery-grid-v4 .gallery-item:nth-child(4) {
    min-height: 380px;
  }
}

@media (max-width: 520px) {
  .gallery-section .container {
    width: min(100% - 18px, 1120px);
  }

  .gallery-grid-v4 {
    gap: 10px;
  }

  .gallery-grid-v4 .gallery-item:nth-child(1) {
    min-height: 560px;
  }

  .gallery-grid-v4 .gallery-item:nth-child(2),
  .gallery-grid-v4 .gallery-item:nth-child(3),
  .gallery-grid-v4 .gallery-item:nth-child(4) {
    min-height: 360px;
  }

  .lightbox-close {
    top: 14px;
    right: 18px;
  }
}


/* V8: οι φωτογραφίες μένουν μεγάλες στο gallery αλλά δεν ανοίγουν σε μεγαλύτερη προβολή */
.gallery-item {
  cursor: default;
  margin: 0;
}

.gallery-item:hover {
  transform: none;
}

.gallery-item:hover img {
  transform: none;
}

.lightbox,
.lightbox.open {
  display: none !important;
}


/* V10: καλύτερη κάθετη προβολή φωτογραφιών στο κινητό και ασφαλές RSVP */
@media (max-width: 640px) {
  .hero-bg {
    background-size: cover;
    background-position: 50% 32%;
  }

  .story-image img {
    height: auto !important;
    max-height: none !important;
    object-fit: contain !important;
  }

  .gallery-section {
    padding-top: 64px;
  }

  .gallery-section .container {
    width: min(100% - 16px, 1120px);
  }

  .gallery-grid-v4 {
    display: flex !important;
    flex-direction: column;
    gap: 18px;
  }

  .gallery-grid-v4 .gallery-item,
  .gallery-grid-v4 .gallery-item:nth-child(1),
  .gallery-grid-v4 .gallery-item:nth-child(2),
  .gallery-grid-v4 .gallery-item:nth-child(3),
  .gallery-grid-v4 .gallery-item:nth-child(4) {
    min-height: auto !important;
    height: auto !important;
    width: 100%;
    background: rgba(249, 248, 244, 0.25);
  }

  .gallery-grid-v4 .gallery-item img,
  .gallery-item img {
    width: 100%;
    height: auto !important;
    aspect-ratio: auto !important;
    object-fit: contain !important;
    object-position: center center !important;
  }

  .gallery-grid-v4 .color-feature {
    padding: 0;
  }

  .gallery-grid-v4 .color-feature span {
    bottom: 14px;
    left: 14px;
  }

  .rsvp-btn {
    width: min(100%, 320px);
    text-align: center;
  }
}
