@font-face {
  font-family: 'Laluxes';
  src: url('fonts/LaLuxes.otf') format('opentype');
}

@font-face {
  font-family: 'Hello Paris';
  src: url('fonts/Hello Paris Sans Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Unna';
  src: url('fonts/Unna-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Tiro Bangla';
  src: url('fonts/Tiro Bangla Regular 400.ttf') format('truetype');
  font-style: normal;
}

@font-face {
  font-family: 'Tiro Bangla';
  src: url('fonts/Tiro Bangla Italic 400.ttf') format('truetype');
  font-style: italic;
}

@font-face {
  font-family: 'Monotype Corsiva';
  src: url('fonts/Monotype-Corsiva-Bold.ttf') format('truetype');
  font-weight: bold;
}

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

html {
  overflow-x: clip;
  scroll-behavior: smooth;
}

body {
  min-height: 100%;
  margin: 0;
  background: #ffffff;
  font-family: 'Tiro Bangla', serif;
}

.mobile-frame {
  width: 100%;
  max-width: 430px;
  min-height: 100vh;
  min-height: 100dvh;
  margin: 0 auto;
  overflow-x: clip;
  position: relative;
}

.hero {
  width: 100%;
  height: 100vh;
  height: 100dvh;
  background-image: url('../assets/hero.jpg');
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.overlay-text {
  width: 100%;
  padding: 0 20px 40px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.names {
  position: relative;
  margin-bottom: 8px;
}

.name {
  font-family: 'Laluxes', serif;
  font-weight: normal;
  font-size: 4.2rem;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #1a1a1a;
}

.ampersand {
  font-family: 'Laluxes', cursive;
  font-size: 3.5rem;
  color: #22231b78 !important;
  display: block;
margin: -19px 0 -24px;
  line-height: 1;
}

.date {
  font-family: 'Laluxes', serif;
  font-weight: 400;
  font-size: 1.1rem;
  letter-spacing: 0.25em;
  color: #1a1a1a;
  margin-bottom: 20px;
}

.script-r {
  font-family: 'Hello Paris', sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}

.btn-calendar {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 28px;
  background: #f5f1e0;
  border: 1.5px solid #5a5a5a;
  color: #2a2a2a;
  font-family: 'Unna', serif;
  font-weight: normal;
  font-size: 0.85rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.3s ease;
  backdrop-filter: blur(2px);
}

.btn-calendar:hover {
  background: #d2c4b5;
}

.btn-calendar:active {
  background: #c4b6a7;
}

.calendar-icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.calendar-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  z-index: 1000;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  padding: 20px;
}

.calendar-modal.active {
  display: flex;
  opacity: 1;
}

.calendar-modal-box {
  position: relative;
  width: 100%;
  max-width: 320px;
  background: #f5f1e0;
  border: 1.5px solid #5a5a5a;
  padding: 34px 26px 28px;
  text-align: center;
}

.calendar-modal-close {
  position: absolute;
  top: 6px;
  right: 12px;
  background: none;
  border: none;
  color: #2a2a2a;
  font-size: 1.9rem;
  line-height: 1;
  cursor: pointer;
  padding: 4px 6px;
}

.calendar-modal-title {
  font-family: 'Unna', serif;
  font-size: 0.95rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #2a2a2a;
  margin: 0 0 22px;
}

.calendar-option {
  display: block;
  width: 100%;
  margin-top: 12px;
  padding: 12px 20px;
  background: #faf9f7;
  border: 1.5px solid #5a5a5a;
  color: #2a2a2a;
  font-family: 'Unna', serif;
  font-size: 0.85rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.3s ease;
}

.calendar-option:hover {
  background: #d2c4b5;
}

.calendar-option:active {
  background: #c4b6a7;
}

.padres {
  background: #faf9f7;
  padding: 60px 30px;
  text-align: center;
}

.padres-intro {
  font-family: 'Tiro Bangla', serif;
  font-size: 1.25rem;
  color: #6b6b6b;
  line-height: 1.6;
  margin-bottom: 30px;
}

.padres-grupo {
  margin-bottom: 25px;
}

.padre-nombre {
  font-family: 'Tiro Bangla', serif;
  font-size: 1.15rem;
  color: #6b6b6b;
  line-height: 1.5;
}

.padres-mensaje {
  font-family: 'Tiro Bangla', serif;
  font-size: 1.25rem;
  color: #6b6b6b;
  margin-top: 10px;
}

.countdown-section {
  background-image: url('../assets/fondoflores.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 50px 20px;
  text-align: center;
}

.countdown-content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}

.countdown-date-left {
  position: absolute;
  left: 10px;
  top: 0px;
  text-align: left;
  z-index: 1;
}

.countdown-day-name {
  font-family: 'Tiro Bangla';
  font-size: 1.6rem;
  color: #f5f1e0;
  display: block;
  letter-spacing: 0.1em;
}

.countdown-day-number {
  font-family: 'Tiro Bangla';
  font-size: 2rem;
  color: #f5f1e0;
  display: block;
  line-height: 1;
}

.countdown-photo {
  width: 280px;
  height: 400px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}

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

.countdown-date-right {
  position: absolute;
  right: 10px;
  bottom: 40px;
  text-align: right;
  z-index: 1;
}

.countdown-month {
  font-family: 'Tiro Bangla';
  font-size: 1.6rem;
  color: #f5f1e0;
  display: block;
  letter-spacing: 0.05em;
}

.countdown-year {
  font-family: 'Tiro Bangla';
  font-size: 2rem;
  color: #f5f1e0;
  display: block;
  line-height: 1;
  text-align: right;
}

.countdown-timer {
  display: flex;
  justify-content: space-around;
  padding: 0 10px;
}

.countdown-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.countdown-value {
  font-family: 'Tiro Bangla';
  font-size: 2.2rem;
  color: #ffffff;
  line-height: 1;
}

.countdown-label {
  font-family: 'Tiro Bangla';
  font-size: 0.7rem;
  color: #ffffff;
  letter-spacing: 0.15em;
  margin-top: 5px;
}

.poema {
  background: #faf9f7;
  padding: 60px 25px;
  text-align: center;
}

.poema-estrofa {
  font-family: 'Monotype Corsiva', cursive;
  font-weight: bold;
  font-size: 1.1rem;
  color: #7a7a7a;
  line-height: 1.7;
  margin-bottom: 25px;
}

.poema-ornament {
  margin-top: 10px;
  display: flex;
  justify-content: center;
}

.poema-ornament img {
  width: 180px;
  height: auto;
}

.ceremonia {
  background: #bfbab2;
  padding: 50px 25px;
  text-align: center;
}

.ceremonia-titulo {
  font-family: 'Tiro Bangla', serif;
  font-weight: normal;
  font-size: 2.3rem;
  color: #ffffff;
  letter-spacing: 0.18em;
  line-height: 1.2;

}


.ceremonia-icono img {
  width: 120px;
  height: 120px;
}

.ceremonia-lugar {
  font-family: 'Monotype Corsiva', cursive;
  font-weight: bold;
  font-size: 1.4rem;
  color: #ffffff;
  margin-bottom: 8px;
}

.ceremonia-hora {
  font-family: 'Tiro Bangla', serif;
  font-size: 1.2rem;
  color: #ffffff;
  margin-bottom: 20px;
}

.btn-ubicacion {
  display: inline-block;
  padding: 10px 25px;
  border: 1.5px solid #ffffff;
  color: #ffffff;
  font-family: 'Unna', serif;
  font-size: 0.85rem;
  letter-spacing: 0.15em;
  text-decoration: none;
  text-transform: uppercase;
  margin-bottom: 25px;
  transition: background 0.3s ease;
}

.btn-ubicacion:hover {
  background: rgba(255, 255, 255, 0.2);
}

.ceremonia-mensaje {
  font-family: 'Tiro Bangla', serif;
  font-size: 1.05rem;
  color: #ffffff;
  line-height: 1.6;
}

.recepcion {
  background-image: url('../assets/fondorecepcion.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 50px 25px;
  text-align: center;
}

.recepcion-titulo {
  font-family: 'Tiro Bangla', serif;
  font-weight: normal;
  font-size: 2.3rem;
  color: #ffffff;
  letter-spacing: 0.18em;
}


.recepcion-icono img {
  width: 120px;
  height: 120px;
}

.recepcion-lugar {
  font-family: 'Monotype Corsiva', cursive;
  font-weight: bold;
  font-size: 1.4rem;
  color: #ffffff;
  margin-bottom: 8px;
}

.recepcion-hora {
  font-family: 'Tiro Bangla', serif;
  font-size: 1.2rem;
  color: #ffffff;
  margin-bottom: 20px;
}

.recepcion-mensaje {
  font-family: 'Tiro Bangla', serif;
  font-style: italic;
  font-size: 1.05rem;
  color: #ffffff;
  line-height: 1.6;
}

.mesa-regalos {
  background-image: url('../assets/fotomesa.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding: 50px 25px;
  text-align: center;
}


.mesa-regalos > * {
  position: relative;
  z-index: 1;
}

.mesa-titulo {
  font-family: 'Tiro Bangla', serif;
  font-weight: normal;
  font-size: 2.3rem;
  color: #ffffff;
  letter-spacing: 0.18em;
  line-height: 1.2;
  margin-bottom: 25px;
}

.mesa-texto {
  font-family: 'Tiro Bangla', serif;
  font-size: 1.05rem;
  color: #ffffff;
  line-height: 1.6;
  margin-bottom: 20px;
}

.mesa-evento {
  font-family: 'Monotype Corsiva', cursive;
  font-weight: bold;
  font-size: 1.3rem;
  color: #ffffff;
  margin-bottom: 25px;
}

.sobres {
  background: #bfbab2;
  padding: 50px 25px;
  text-align: center;
}

.sobres-titulo {
  font-family: 'Tiro Bangla', serif;
  font-weight: normal;
  font-size: 2.3rem;
  color: #ffffff;
  letter-spacing: 0.18em;
  line-height: 1.2;
  margin-bottom: 25px;
}

.sobres-texto {
  font-family: 'Tiro Bangla', serif;
  font-size: 1.05rem;
  color: #ffffff;
  line-height: 1.6;
  margin-bottom: 25px;
}

.sobres-icono img {
  width: 120px;
  height: auto;
}

.dresscode {
  background: #ffffff;
  padding: 50px 20px;
  text-align: center;
}

.dresscode-titulo {
  font-family: 'Tiro Bangla', serif;
  font-weight: normal;
  font-size: 2.3rem;
  color: #bfbab2;
  letter-spacing: 0.18em;
  margin-bottom: 20px;
}

.dresscode-texto {
  font-family: 'Tiro Bangla', serif;
  font-size: 1rem;
  color: #bfbab2;
  line-height: 1.6;
  margin-bottom: 25px;
}

.dresscode-subtitulo {
  font-family: 'Monotype Corsiva', cursive;
  font-weight: bold;
  font-size: 1.6rem;
  color: #bfbab2;
  margin-bottom: 15px;
}

.dresscode-imagen {
  width: 100%;
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #b8b0a8;
  font-family: 'Tiro Bangla', serif;
  font-size: 0.9rem;
}

.dresscode-imagen img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.paleta-colores {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
      margin-top: -18px;
}

.color-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50px;
}

.color-circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-bottom: 5px;
  border: 1px solid #e0ddd8;
}

.color-item span {
  font-family: 'Tiro Bangla', serif;
  font-size: 0.9rem;
  color: #bfbab2;
  text-align: center;
  line-height: 1.2;
}

.dresscode-nota {
  font-family: 'Tiro Bangla', serif;
  font-size: 1rem;
  color: #bfbab2;
  line-height: 1.6;
  margin-top: 25px;
  margin-bottom: 25px;
}

.dresscode-subtitulo {
  font-family: 'Monotype Corsiva Bold', cursive;
  font-size: 2rem;
  color: #bfbab2;
  margin-top: 10px;
  margin-bottom: 15px;
}

/* Itinerario */
.itinerario {
  background-color: #faf9f7;
  padding: 50px 30px;
  text-align: center;
}

.itinerario-titulo {
  font-family: 'Tiro Bangla', serif;
  font-size: 2.5rem;
  color: #5c5a52;
  letter-spacing: 0.25em;
  margin-bottom: 40px;
}

.itinerario-lista {
  display: flex;
  flex-direction: column;
  gap: 35px;
}

.itinerario-item {
  display: flex;
  align-items: center;
  gap: 20px;
  text-align: left;
}

.itinerario-icono {
  width: 70px;
  height: 70px;
  flex-shrink: 0;
}

.itinerario-icono svg,
.itinerario-icono img {
  width: 100%;
  height: 100%;
}

.itinerario-desc {
  font-family: 'Tiro Bangla', serif;
  font-size: 1.1rem;
  color: #5c5a52;
  margin-bottom: 2px;
}

.itinerario-hora {
  font-family: 'Tiro Bangla', serif;
  font-size: 1.3rem;
  font-weight: bold;
  color: #5c5a52;
}

/* Hospedaje */
.hospedaje {
  background-color: #e8d5d0;
  padding: 50px 30px;
  text-align: left;
}

.hospedaje-titulo {
  font-family: 'Tiro Bangla', serif;
  font-size: 2.5rem;
  color: #5c5a52;
  letter-spacing: 0.25em;
  text-align: center;
  margin-bottom: 30px;
}

.hospedaje-hotel {
  margin-bottom: 25px;
}

.hotel-nombre {
  font-family: 'Tiro Bangla', serif;
  font-size: 1.15rem;
  color: #5c5a52;
  margin-bottom: 4px;
}

.hotel-direccion {
  font-family: 'Monotype Corsiva Bold', cursive;
  font-size: 1.05rem;
  color: #5c5a52;
  line-height: 1.5;
  margin-bottom: 10px;
}

.btn-mapa {
  display: inline-block;
  font-family: 'Tiro Bangla', serif;
  font-size: 0.95rem;
  color: #5c5a52;
  letter-spacing: 0.15em;
  text-decoration: none;
  border: 1.5px solid #5c5a52;
  padding: 8px 25px;
  transition: background-color 0.3s;
}

.btn-mapa:hover {
  background-color: rgba(255,255,255,0.2);
}

/* Galería */
.galeria {
  background-color: #faf9f7;
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.galeria-foto {
  border: 8px solid #ffffff;
  box-shadow: 0 -4px 14px rgba(0,0,0,0.14);
  position: relative;
  z-index: 1;
  margin-top: -20px;
  will-change: transform, opacity;
  backface-visibility: hidden;
}

.galeria-foto:first-child {
  margin-top: 0;
}

.galeria-foto:nth-child(1) { z-index: 1; }
.galeria-foto:nth-child(2) { z-index: 2; }
.galeria-foto:nth-child(3) { z-index: 3; }
.galeria-foto:nth-child(4) { z-index: 4; }
.galeria-foto:nth-child(5) { z-index: 5; }
.galeria-foto:nth-child(6) { z-index: 6; }
.galeria-foto:nth-child(7) { z-index: 7; }
.galeria-foto:nth-child(8) { z-index: 8; }

.galeria-foto img {
  width: 100%;
  height: auto;
  display: block;
}

/* Fade up animation */
.fade-up {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1.4s ease, transform 1.4s ease;
}

.fade-up.visible {
  opacity: 1;
  transform: translateY(0);
}

.galeria-foto.fade-up:nth-child(odd) {
  transform: rotate(-0.6deg) translateY(40px);
}

.galeria-foto.fade-up:nth-child(even) {
  transform: rotate(0.8deg) translateY(40px);
}

.galeria-foto.fade-up.visible:nth-child(odd) {
  transform: rotate(-0.6deg) translateY(0);
}

.galeria-foto.fade-up.visible:nth-child(even) {
  transform: rotate(0.8deg) translateY(0);
}

/* Lightbox */
.lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.92);
  z-index: 1000;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.lightbox.active {
  display: flex;
  opacity: 1;
}

.lightbox-content {
  max-width: 90%;
  max-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lightbox-content img {
  max-width: 100%;
  max-height: 80vh;
  object-fit: contain;
  border-radius: 4px;
}

.lightbox-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: none;
  border: none;
  color: #fff;
  font-size: 2.5rem;
  cursor: pointer;
  z-index: 1001;
  line-height: 1;
  padding: 5px 10px;
}

.lightbox-prev,
.lightbox-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255,255,255,0.15);
  border: none;
  color: #fff;
  font-size: 1.8rem;
  cursor: pointer;
  padding: 12px 16px;
  border-radius: 50%;
  z-index: 1001;
  transition: background 0.3s;
}

.lightbox-prev:hover,
.lightbox-next:hover {
  background: rgba(255,255,255,0.3);
}

.lightbox-prev {
  left: 12px;
}

.lightbox-next {
  right: 12px;
}

.lightbox-counter {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255,255,255,0.7);
  font-family: 'Tiro Bangla', serif;
  font-size: 0.95rem;
}

.galeria-foto {
  cursor: pointer;
}

.asistencia {
  background: #a3aec4;
  padding: 60px 30px;
  text-align: center;
}

.asistencia-titulo {
  font-family: 'Tiro Bangla', serif;
  font-weight: normal;
  font-size: 2.3rem;
  color: #ffffff;
  letter-spacing: 0.18em;
  line-height: 1.5;
  margin-bottom: 25px;
}

.asistencia-texto {
  font-family: 'Tiro Bangla', serif;
  font-size: 1.1rem;
  color: #ffffff;
  line-height: 1.6;
  margin-bottom: 35px;
}

.asistencia-card {
  background: #f5f2ea;
  padding: 30px 20px 35px;
  text-align: center;
}

.asistencia-card-titulo {
  font-family: 'Tiro Bangla', serif;
  font-weight: normal;
  font-size: 1.7rem;
  color: #5a5a54;
  letter-spacing: 0.25em;
  margin-bottom: 25px;
}

.asistencia-opciones {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-bottom: 25px;
}

.radio-opcion {
  font-family: 'Tiro Bangla', serif;
  font-size: 1.05rem;
  color: #4a4a44;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.radio-opcion input {
  display: none;
}

.radio-circulo {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #e6e1d5;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
  flex-shrink: 0;
}

.radio-opcion input:checked + .radio-circulo {
  background: #8a8578;
  box-shadow: inset 0 0 0 3px #e6e1d5;
}

.asistencia-pregunta {
  font-family: 'Tiro Bangla', serif;
  font-weight: bold;
  font-size: 1.05rem;
  color: #3a3a34;
  margin-bottom: 20px;
}

.asistencia-alergia {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.alergia-cual {
  font-family: 'Tiro Bangla', serif;
  font-size: 1.05rem;
  color: #4a4a44;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.alergia-input {
  border: none;
  background: #c9c2b2;
  height: 24px;
  width: 150px;
  padding: 0 8px;
  font-family: 'Tiro Bangla', serif;
  font-size: 0.95rem;
  color: #3a3a34;
  outline: none;
}

.celular-campo {
  font-family: 'Tiro Bangla', serif;
  font-size: 1.05rem;
  color: #4a4a44;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 25px;
}


.celular-input {
  border: none;
  background: #c9c2b2;
  height: 24px;
  width: 150px;
  padding: 0 8px;
  font-family: 'Tiro Bangla', serif;
  font-size: 0.95rem;
  color: #3a3a34;
  outline: none;
  text-align: center;
}

.asistencia-saludo {
  font-family: 'Tiro Bangla', serif;
  font-size: 1.3rem;
  color: #3a3a34;
  margin-bottom: 20px;
}

.asistentes-campo {
  font-family: 'Tiro Bangla', serif;
  font-size: 1.05rem;
  color: #4a4a44;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 25px;
}

.asistentes-select {
  border: none;
  background: #c9c2b2;
  height: 24px;
  width: 70px;
  padding: 0 8px;
  font-family: 'Tiro Bangla', serif;
  font-size: 0.95rem;
  color: #3a3a34;
  outline: none;
  text-align: center;
  text-align-last: center;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
}

.rsvp-msg {
  font-family: 'Tiro Bangla', serif;
  font-size: 0.95rem;
  color: #a05c52;
  margin-bottom: 20px;
}

.rsvp-gracias,
.rsvp-cerrado {
  font-family: 'Tiro Bangla', serif;
  font-size: 1.15rem;
  color: #5a5a54;
  line-height: 1.6;
  padding: 20px 0;
}

.btn-enviar:disabled {
  opacity: 0.6;
  cursor: default;
}

.btn-enviar {
  font-family: 'Unna', serif;
  font-size: 0.95rem;
  letter-spacing: 0.15em;
  color: #3a3a34;
  background: transparent;
  border: 1.5px solid #7a7568;
  padding: 8px 28px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.btn-enviar:hover {
  background: rgba(0, 0, 0, 0.05);
}

.navbar {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translate(-50%, -110%);
  width: 100%;
  max-width: 430px;
  background: #bfbab2;
  z-index: 100;
  transition: transform 0.35s ease;
}

.navbar.visible {
  transform: translate(-50%, 0);
}

.navbar-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 20px;
}

.navbar-logo img {
  height: 48px;
  width: auto;
  display: block;
  filter: brightness(0) invert(1);
}

.navbar-toggle {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 6px 2px;
}

.navbar-toggle span {
  display: block;
  width: 28px;
  height: 2px;
  background: #ffffff;
}

.navbar-menu {
  display: none;
  flex-direction: column;
  padding: 5px 0 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.navbar.open .navbar-menu {
  display: flex;
}

.navbar-menu a {
  font-family: 'Unna', serif;
  font-size: 0.9rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
  padding: 10px 25px;
}

.navbar-menu a:hover {
  background: rgba(255, 255, 255, 0.15);
}
