:root {
  --bg: #F8F4EE;
  --bg-soft: #E9DFD2;
  --gold: #BFA37A;
  --text: #2B2B2B;
  --muted: #7A6A58;
  --white: #ffffff;
}

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

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Montserrat', sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
}

h1, h2, h3 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
}

section {
  scroll-margin-top: 110px;
}

.section {
  padding: 80px 20px;
  text-align: center;
}

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

/* Header */
.topbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  padding: 18px 32px;
  background: rgba(20, 20, 20, 0.22);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.topbar.scrolled {
  background: rgba(20, 20, 20, 0.82);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.14);
}

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

.logo {
  color: var(--white);
  text-decoration: none;
  font-family: 'Cormorant Garamond', serif;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 1;
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 28px;
}

.nav-menu a {
  color: var(--white);
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 400;
  transition: opacity 0.3s ease;
  white-space: nowrap;
}

.nav-menu a:hover {
  opacity: 0.75;
}

.menu-toggle {
  display: none;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  width: 34px;
  height: 28px;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
}

.menu-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  background: var(--white);
  border-radius: 2px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.menu-toggle.active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

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

.menu-toggle.active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* Hero */
            .hero {
              position: relative;
              min-height: 100vh;
              padding-top: 100px;
              display: flex;
              align-items: center;
              justify-content: center;
              text-align: center;
              color: var(--white);
              overflow: hidden;
            }
            
            /* Slider de fondo */
            .hero-slider {
              position: absolute;
              inset: 0;
              z-index: 0;
            }
            
            .hero-slide {
              position: absolute;
              inset: 0;
              background-size: cover;
              background-position: center;
              opacity: 0;
              transition: opacity 1.8s ease-in-out, transform 6s ease-in-out;
              transform: scale(1.04);
            }
            
            .hero-slide.active {
              opacity: 1;
              transform: scale(1);
            }
            
            /* Overlay oscuro elegante */
            .hero::before {
              content: "";
              position: absolute;
              inset: 0;
              background: linear-gradient(rgba(0,0,0,.30), rgba(0,0,0,.30));
              z-index: 1;
            }
            
            .hero-content {
              position: relative;
              z-index: 2;
              padding: 20px;
            }
            
            .hero .intro {
              letter-spacing: 3px;
              text-transform: uppercase;
              margin-bottom: 10px;
              font-size: 14px;
            }
            
            .hero h1 {
              font-size: 72px;
              line-height: 1;
              margin-bottom: 20px;
            }
            
            .hero h1 span {
              color: var(--gold);
            }
            
            .hero .date {
              font-size: 20px;
              margin-bottom: 30px;
            }
            


/* Buttons */
.btn-primary,
.btn-secondary {
  display: inline-block;
  padding: 14px 28px;
  text-decoration: none;
  border-radius: 40px;
  transition: 0.3s ease;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.btn-primary {
  background: var(--gold);
  color: var(--white);
  border: none;
  cursor: pointer;
}

.btn-secondary {
  border: 1px solid var(--gold);
  color: var(--text);
}

/* Grids */
.countdown-grid,
.card-grid,
.gallery-grid {
  display: grid;
  gap: 20px;
  margin-top: 30px;
}

.countdown {
  background: #f5f1ec;
}

.countdown-wrapper {
  max-width: 920px;
}

.countdown-date-top {
  font-family: 'Cormorant Garamond', serif;
  color: #b49a74;
  font-size: 28px;
  letter-spacing: 2px;
  margin-bottom: 4px;
}

.countdown-date-main {
  font-size: 68px;
  line-height: 0.95;
  letter-spacing: 2px;
  color: #b49a74;
  margin-bottom: 34px;
}

.countdown-photo {
  width: 100%;
  max-width: 420px;
  margin: 0 auto 34px;
  border-radius: 28px;
  overflow: hidden;
}

.countdown-photo img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.countdown-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  margin-bottom: 34px;
}

.countdown-title span {
  width: 120px;
  height: 1px;
  background: rgba(122, 106, 88, 0.25);
}

.countdown-title p {
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px;
  letter-spacing: 4px;
  color: #8d7a63;
  margin: 0;
}

.elegant-countdown {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  max-width: 820px;
  margin: 0 auto;
}

.countdown-item {
  position: relative;
  padding: 0 20px;
}

.countdown-item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 0;
  width: 1px;
  height: 120px;
  background: rgba(122, 106, 88, 0.18);
}

.countdown-item strong {
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-size: 88px;
  font-weight: 500;
  line-height: 1;
  color: #4d4b4a;
  margin-bottom: 10px;
}

.countdown-item small {
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  letter-spacing: 2px;
  color: #6f6b67;
}

@media (max-width: 768px) {
  .countdown-date-top {
    font-size: 20px;
  }

  .countdown-date-main {
    font-size: 44px;
    margin-bottom: 24px;
  }

  .countdown-photo {
    max-width: 280px;
    margin-bottom: 24px;
    border-radius: 22px;
  }

  .countdown-title {
    gap: 14px;
    margin-bottom: 24px;
  }

  .countdown-title span {
    width: 70px;
  }

  .countdown-title p {
    font-size: 22px;
    letter-spacing: 3px;
  }

  .elegant-countdown {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 28px;
  }

  .countdown-item {
    padding: 0 10px;
  }

  .countdown-item:not(:last-child)::after {
    display: none;
  }

  .countdown-item strong {
    font-size: 60px;
    margin-bottom: 6px;
  }

  .countdown-item small {
    font-size: 18px;
  }
}

.card-grid {
  grid-template-columns: repeat(3, 1fr);
}

.card {
  background: var(--white);
  padding: 30px 20px;
  border-radius: 20px;
  box-shadow: 0 8px 24px rgba(0,0,0,.05);
}

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

.photo-placeholder {
  background: var(--bg-soft);
  height: 260px;
  border-radius: 20px;
}

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

.three-cols {
  grid-template-columns: repeat(3, 1fr);
}

/* Weather */
.weather-card {
  max-width: 420px;
  margin: 30px auto 0;
}

.weather-temp {
  font-size: 48px;
  color: var(--gold);
  font-family: 'Cormorant Garamond', serif;
  line-height: 1;
  margin: 10px 0;
}

/* Section backgrounds */
.stay,
.music,
.weather,
.song-request {
  background: var(--white);
}

.beauty,
.transport,
.city-guide,
.message-couple {
  background: var(--bg);
}

/* Form */
        .rsvp-form {
          max-width: 650px;
          margin: 30px auto 0;
          display: grid;
          gap: 16px;
          padding: 0 20px;
        }
        
        .rsvp-form input,
        .rsvp-form select,
        .rsvp-form textarea {
          width: 100%;
          padding: 18px;
          border: 1px solid #d8cdbf;
          border-radius: 18px;
          font-family: inherit;
          font-size: 15px;
          background: var(--white);
        }
        
        .rsvp-form textarea {
          min-height: 140px;
          resize: vertical;
        }
        
        .form-label {
          font-size: 12px;
          letter-spacing: 2px;
          text-transform: uppercase;
          color: var(--muted);
          text-align: left;
          display: block;
          margin-bottom: 6px;
        }
        
        .form-group {
          display: grid;
          gap: 6px;
        }
        
        @media (min-width: 768px) {
          .rsvp-form {
            padding: 0 10px;
          }
        }

/* Footer */
.footer {
  padding: 30px 20px;
  text-align: center;
  font-size: 14px;
  color: var(--muted);
}

/* Mobile */
@media (max-width: 768px) {
  .topbar {
    padding: 16px 18px;
  }

  .nav-container {
    align-items: center;
    justify-content: space-between;
  }

  .logo {
    font-size: 24px;
    text-align: left;
    flex: 1;
  }

  .menu-toggle {
    display: flex;
    flex-shrink: 0;
    margin-left: 16px;
  }

  .nav-menu {
    position: absolute;
    top: calc(100% + 12px);
    right: 0;
    width: 230px;
    background: rgba(15, 15, 15, 0.95);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 18px;
    padding: 16px 18px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
  }

  .nav-menu.active {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .nav-menu a {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 1.3;
    padding: 4px 0;
  }

  .hero-content {
  padding: 20px 10px;
}

.hero .intro {
  font-size: 12px;
  letter-spacing: 2px;
  margin-bottom: 8px;
}

.hero h1 {
  font-size: 42px;
  line-height: 1.05;
  margin-bottom: 14px;
}

.hero .date {
  font-size: 15px;
  margin-bottom: 24px;
}

.btn-primary {
  padding: 13px 24px;
  font-size: 13px;
}

  .countdown-grid,
  .card-grid,
  .gallery-grid,
  .two-cols,
  .three-cols {
    grid-template-columns: 1fr;
  }
}

.itinerary {
  background: #262626;
  color: var(--white);
}

.itinerary-wrapper {
  max-width: 700px;
}

.section-title {
  font-size: 48px;
  margin-bottom: 40px;
  color: var(--white);
}

.itinerary-list {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

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

.itinerary-icon {
  font-size: 42px;
  line-height: 1;
  margin-bottom: 18px;
}

.itinerary-item h3 {
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 10px;
  color: var(--white);
}

.itinerary-date,
.itinerary-place,
.itinerary-time {
  font-family: 'Cormorant Garamond', serif;
  color: var(--white);
  margin: 0;
}

.itinerary-date {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
}

.itinerary-place {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
  margin-top: 4px;
}

.itinerary-time {
  font-size: 24px;
  font-style: italic;
  font-weight: 600;
  margin-top: 8px;
}

.itinerary-btn {
  display: inline-block;
  margin-top: 18px;
  padding: 12px 26px;
  border: 1px solid rgba(255,255,255,0.75);
  color: var(--white);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
  transition: 0.3s ease;
}

.itinerary-btn:hover {
  background: var(--white);
  color: #262626;
}

@media (max-width: 768px) {
  .section-title {
    font-size: 36px;
    margin-bottom: 28px;
  }

  .itinerary-list {
    gap: 40px;
  }

  .itinerary-icon {
    font-size: 34px;
    margin-bottom: 14px;
  }

  .itinerary-item h3 {
    font-size: 28px;
  }

  .itinerary-date {
    font-size: 20px;
  }

  .itinerary-place {
    font-size: 18px;
  }

  .itinerary-time {
    font-size: 22px;
  }

  .itinerary-btn {
    padding: 11px 22px;
    font-size: 12px;
  }
}

.itinerary-icon {
  width: 58px;
  height: 58px;
  margin: 0 auto 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.itinerary-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.itinerary-icon svg path {
  fill: #ffffff !important;
}

@media (max-width: 768px) {
  .itinerary-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 14px;
  }
}

.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.9s ease, transform 0.9s ease;
  will-change: opacity, transform;
}

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

.itinerary-item:nth-child(1) {
  transition-delay: 0.1s;
}

.itinerary-item:nth-child(2) {
  transition-delay: 0.2s;
}

.itinerary-item:nth-child(3) {
  transition-delay: 0.3s;
}

.itinerary-item:nth-child(4) {
  transition-delay: 0.4s;
}

.dresscode {
  background: var(--bg);
}

.dresscode-wrapper {
  max-width: 820px;
}

.dresscode-icon {
  font-size: 28px;
  color: var(--gold);
  margin-bottom: 14px;
}

.section-title-dark {
  font-size: 48px;
  margin-bottom: 18px;
  color: var(--text);
}

.dresscode-main {
  font-family: 'Cormorant Garamond', serif;
  font-size: 40px;
  color: var(--gold);
  margin-bottom: 14px;
}

.dresscode-text {
  max-width: 700px;
  margin: 0 auto 34px;
  font-size: 16px;
  color: var(--muted);
}

.dresscode-details {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 34px;
}

.dresscode-card {
  background: var(--white);
  border-radius: 20px;
  padding: 28px 22px;
  box-shadow: 0 8px 24px rgba(0,0,0,.05);
}

.dresscode-card h3 {
  font-size: 28px;
  margin-bottom: 8px;
  color: var(--text);
}

.dresscode-card p {
  font-size: 15px;
  color: var(--muted);
}

.dresscode-colors {
  margin-bottom: 24px;
}

.dresscode-colors-title {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--muted);
  margin-bottom: 14px;
}

.color-palette {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.color-palette span {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: inline-block;
  border: 2px solid rgba(0,0,0,.06);
}

.dresscode-note {
  max-width: 680px;
  margin: 0 auto;
  font-size: 14px;
  color: var(--muted);
  font-style: italic;
}

@media (max-width: 768px) {
  .section-title-dark {
    font-size: 36px;
  }

  .dresscode-main {
    font-size: 30px;
  }

  .dresscode-details {
    grid-template-columns: 1fr;
  }

  .dresscode-text {
    font-size: 15px;
  }
}

.dresscode {
  background: var(--bg);
}

.dresscode-editorial {
  max-width: 900px;
}

.dresscode-kicker {
  font-size: 13px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 10px;
}

.dresscode-title {
  font-size: 54px;
  line-height: 1;
  color: var(--text);
  margin-bottom: 14px;
}

.dresscode-style {
  font-family: 'Cormorant Garamond', serif;
  font-size: 34px;
  color: var(--gold);
  margin-bottom: 22px;
}

.dresscode-description {
  max-width: 700px;
  margin: 0 auto 42px;
  font-size: 16px;
  color: var(--muted);
}

.dresscode-columns {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 34px;
  margin-bottom: 42px;
}

.dresscode-column {
  flex: 1;
  max-width: 300px;
}

.dresscode-column h3 {
  font-size: 30px;
  margin-bottom: 8px;
  color: var(--text);
}

.dresscode-column p {
  font-size: 15px;
  color: var(--muted);
}

.dresscode-divider {
  width: 1px;
  background: rgba(122, 106, 88, 0.22);
}

.dresscode-palette-block {
  margin-bottom: 24px;
}

.dresscode-palette-title {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: var(--muted);
  margin-bottom: 16px;
}

.dresscode-palette {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.dresscode-palette span {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: inline-block;
  border: 1px solid rgba(0,0,0,.08);
  box-shadow: 0 4px 10px rgba(0,0,0,.04);
}

.dresscode-note {
  max-width: 680px;
  margin: 0 auto;
  font-size: 14px;
  color: var(--muted);
  font-style: italic;
}

@media (max-width: 768px) {
  .dresscode-title {
    font-size: 38px;
  }

  .dresscode-style {
    font-size: 28px;
    margin-bottom: 18px;
  }

  .dresscode-description {
    font-size: 15px;
    margin-bottom: 32px;
  }

  .dresscode-columns {
    flex-direction: column;
    gap: 24px;
    margin-bottom: 34px;
  }

  .dresscode-column {
    max-width: 100%;
  }

  .dresscode-column h3 {
    font-size: 26px;
  }

  .dresscode-divider {
    width: 70px;
    height: 1px;
    margin: 0 auto;
  }

  .dresscode-palette span {
    width: 34px;
    height: 34px;
  }
}

.gifts {
  background: var(--bg-soft);
}

.gifts-editorial {
  max-width: 850px;
    margin: 0 auto;

}

.gifts-kicker {
  font-size: 13px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 10px;
}

.gifts-title {
  font-size: 52px;
  margin-bottom: 16px;
}

.gifts-text {
  max-width: 640px;
  margin: 0 auto 40px;
  color: var(--muted);
  font-size: 16px;
}

.gifts-options {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 60px;
  flex-wrap: wrap;
  max-width: 700px;
  margin: 0 auto 50px;
}

.gift-option {
  flex: 1 1 260px;
  max-width: 280px;
  text-align: center;
}

.gift-option h3 {
  font-size: 28px;
  margin-bottom: 6px;
}

.gift-option p {
  font-size: 14px;
  color: var(--muted);
  margin-bottom: 16px;
}

.gift-btn {
  display: inline-block;
  padding: 12px 26px;
  border: 1px solid var(--gold);
  color: var(--text);
  text-decoration: none;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: 0.3s ease;
}

.gift-btn:hover {
  background: var(--gold);
  color: var(--white);
}

.gifts-transfer {
  border-top: 1px solid rgba(0,0,0,.08);
  padding-top: 30px;
}

.gifts-transfer-text {
  font-size: 14px;
  color: var(--muted);
  margin-bottom: 14px;
}

.gifts-bank p {
  margin: 2px 0;
  font-size: 14px;
}

@media (max-width: 768px) {
  .gifts-title {
    font-size: 36px;
  }

  .gifts-options {
      grid-template-columns: 1fr;
    gap: 30px;
  }
}

.copy-btn {
  margin-top: 12px;
  padding: 12px 26px;
  border: 1px solid var(--gold);
  background: transparent;
  color: var(--text);
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.3s ease;
}

.copy-btn:hover {
  background: var(--gold);
  color: var(--white);
}

.copy-message {
  margin-top: 10px;
  font-size: 13px;
  color: var(--gold);
  height: 16px;
}

.gallery-layout {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

/* normales */
.gallery-item {
  overflow: hidden;
  border-radius: 24px;
  background: var(--bg-soft);
  min-height: 260px;
}

/* grandes */
.gallery-item.large {
  grid-column: span 2;
  min-height: 320px;
}

/* imagen */
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

/* hover elegante */
.gallery-item:hover img {
  transform: scale(1.04);
}

@media (max-width: 768px) {
  .gallery-layout {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .gallery-item,
  .gallery-item.large {
    grid-column: span 1;
    min-height: 240px;
  }
}

.stay {
  background: var(--white);
}

.stay-editorial {
  max-width: 1100px;
}

.stay-kicker {
  font-size: 13px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 10px;
}

.stay-title {
  font-size: 52px;
  margin-bottom: 16px;
}

.stay-text {
  max-width: 680px;
  margin: 0 auto 42px;
  color: var(--muted);
  font-size: 16px;
}

.stay-options {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.stay-card {
  background: var(--bg);
  border-radius: 24px;
  padding: 32px 24px;
  text-align: center;
  box-shadow: 0 8px 24px rgba(0,0,0,.04);
}

.stay-card h3 {
  font-size: 30px;
  margin-bottom: 10px;
  color: var(--text);
}

.stay-description {
  font-size: 15px;
  color: var(--muted);
  margin-bottom: 12px;
}

.stay-location {
  font-size: 14px;
  color: var(--gold);
  margin-bottom: 22px;
  letter-spacing: 1px;
}

.stay-buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}

.stay-btn {
  display: inline-block;
  min-width: 160px;
  padding: 12px 24px;
  border: 1px solid var(--gold);
  color: var(--text);
  text-decoration: none;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: 0.3s ease;
  background: transparent;
}

.stay-btn:hover {
  background: var(--gold);
  color: var(--white);
}

.stay-btn-solid {
  background: var(--gold);
  color: var(--white);
}

.stay-btn-solid:hover {
  opacity: 0.9;
}

@media (max-width: 768px) {
  .stay-title {
    font-size: 36px;
  }

  .stay-options {
    grid-template-columns: 1fr;
  }

  .stay-text {
    font-size: 15px;
    margin-bottom: 30px;
  }

  .stay-card h3 {
    font-size: 26px;
  }
}

.hashtag {
  position: relative;
  min-height: 60vh;

  background: url('images/hashtag-bg2.jpg') center/cover no-repeat;
  background-attachment: fixed;

  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--white);
}

/* overlay oscuro elegante */
.hashtag-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

/* contenido encima */
.hashtag-content {
  position: relative;
  z-index: 2;
  max-width: 700px;
  padding: 20px;
}

.hashtag-kicker {
  font-size: 13px;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 12px;
  opacity: 0.85;
}

.hashtag-title {
  font-size: 56px;
  font-family: 'Cormorant Garamond', serif;
  margin-bottom: 16px;
}

.hashtag-text {
  font-size: 16px;
  opacity: 0.85;
}
@media (max-width: 768px) {
  .hashtag {
    background-attachment: scroll;
  }

  .hashtag-title {
    font-size: 36px;
  }
}

.music-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  padding: 12px 18px;
  border-radius: 30px;
  border: 1px solid var(--gold);
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(10px);
  color: var(--text);
  font-size: 13px;
  letter-spacing: 1px;
  cursor: pointer;
  transition: 0.3s ease;
}

.music-btn:hover {
  background: var(--gold);
  color: var(--white);
}

.transport {
  background: #f3ece4;
}

.transport-editorial {
  max-width: 1000px;
}

.transport-kicker {
  font-size: 13px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 10px;
}

.transport-title {
  font-size: 52px;
  margin-bottom: 16px;
  color: var(--text);
}

.transport-text {
  max-width: 700px;
  margin: 0 auto 42px;
  font-size: 16px;
  color: var(--muted);
}

.transport-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.transport-card {
  background: var(--white);
  border-radius: 24px;
  padding: 34px 26px;
  text-align: center;
  box-shadow: 0 8px 24px rgba(0,0,0,.05);
}

.transport-card h3 {
  font-size: 32px;
  margin-bottom: 12px;
  color: var(--text);
}

.transport-description {
  font-size: 15px;
  color: var(--muted);
  margin-bottom: 18px;
}

.transport-detail {
  font-size: 15px;
  color: var(--text);
  margin-bottom: 6px;
}

.transport-btn {
  display: inline-block;
  margin-top: 18px;
  padding: 12px 24px;
  border: 1px solid var(--gold);
  color: var(--text);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
  transition: 0.3s ease;
  background: transparent;
}

.transport-btn:hover {
  background: var(--gold);
  color: var(--white);
}

.transport-btn-solid {
  background: var(--gold);
  color: var(--white);
}

.transport-btn-solid:hover {
  opacity: 0.9;
}

@media (max-width: 768px) {
  .transport-title {
    font-size: 36px;
  }

  .transport-text {
    font-size: 15px;
    margin-bottom: 30px;
  }

  .transport-grid {
    grid-template-columns: 1fr;
  }

  .transport-card h3 {
    font-size: 28px;
  }
}

.transport-options {
  border-top: 1px solid rgba(0,0,0,.08);
  padding-top: 40px;
}

.divider-line {
  width: 60%;
  height: 1px;
  background: #d8cdbf;
  margin: 40px auto;
  opacity: 0.6;
}

.weather-text {
  max-width: 600px;
  margin: 0 auto 30px;
  color: var(--muted);
}

.weather-widget {
  margin-top: 20px;
}

/* Ajuste para que no rompa el diseño */
.weatherwidget-io {
  border-radius: 12px;
  overflow: hidden;
}

.city-guide {
  background: #E9DFD2;
}

.city-guide-editorial {
  max-width: 950px;
}

.city-guide-kicker {
  font-size: 13px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 10px;
}

.city-guide-title {
  font-size: 52px;
  margin-bottom: 16px;
  color: var(--text);
}

.city-guide-text {
  max-width: 700px;
  margin: 0 auto 42px;
  font-size: 16px;
  color: var(--muted);
}

.city-guide-options {
  display: flex;
  justify-content: center;
  gap: 60px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.city-guide-option {
  max-width: 250px;
  text-align: center;
}

.city-guide-option h3 {
  font-size: 30px;
  margin-bottom: 10px;
  color: var(--text);
}

.city-guide-description {
  font-size: 15px;
  color: var(--muted);
  line-height: 1.8;
}

@media (max-width: 768px) {
  .city-guide-title {
    font-size: 36px;
  }

  .city-guide-options {
    flex-direction: column;
    gap: 34px;
  }

  .city-guide-option {
    max-width: 100%;
  }

  .city-guide-option h3 {
    font-size: 26px;
  }
}

.city-guide .card {
  background: #F8F4EE;
  border-radius: 20px;
  padding: 35px 25px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}

.city-guide .card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.08);
}

.video-story {
  width: 100%;
  background: #111;
  padding: 0;
}

.video-story-wrapper {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.video-story-media {
  display: block;
  width: 100%;
  height: 70vh;
  object-fit: cover;
  background: #000;
}

@media (max-width: 768px) {
  .video-story-media {
    height: 45vh;
  }
}

#formMessage {
  margin-top: 10px;
  text-align: center;
  color: var(--gold);
  font-size: 14px;
  min-height: 20px;
}