/* ========================================
   BAR MITSVAH JOHN DAVID — Style 
   Carte rectangle arrondi, fidèle à exemple.jpeg
   ======================================== */

html {
  overflow-x: hidden;
  max-width: 100vw;
  width: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 0;
}

body {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: url('../img/background_patern.png') center center repeat;
  background-size: 60%;
  min-height: 100vh;
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  color: #1a1a1a;
  overflow-x: hidden !important;
  max-width: 100vw;
  width: 100%;
  background-size: contain;
}

body.no-scroll {
  overflow: hidden !important;
  position: fixed;
  width: 100%;
}

/* ==============================
   NAVIGATION EVENEMENTS
   ============================== */
.event-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1200;
  width: 100%;
  margin: 0;
  padding: 16px 20px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  background: #75763d;
  border: none;
  border-radius: 0;
}

.event-nav a {
  font-family: "Cormorant Garamond", serif;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.8px;
  color: #000000;
  text-decoration: none;
  padding: 8px 12px;
  border-radius: 6px;
  transition: none;
  -webkit-tap-highlight-color: transparent;
}

.event-nav a:hover {
  color: #000000;
  background: rgba(255, 255, 255, 0.26);
}

.event-nav a:visited,
.event-nav a:active,
.event-nav a:focus,
.event-nav a:focus-visible {
  color: #000000;
  background: transparent;
  outline: none;
}

.section[id],
.countdown-section[id],
.form-section[id] {
  scroll-margin-top: 0;
}

body {
  padding-top: 90px;
}

/* ==============================
   OVERLAY
   ============================== */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: url('../img/background_patern.png');
  background-size: 60%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  opacity: 1;
  transition: opacity 0.7s ease;
  overflow: hidden;
  background-size: contain;
}

/* L'overlay lui-même = une carte rectangle arrondie */
.overlay-content {
  text-align: center;
  padding: 36px 32px 44px;
  background: #75763dcc;
  ;
  border: none;
  border-radius: 10px;
  position: relative;
  opacity: 1;
  transform: scale(1);
  transition: all 0.6s ease;
  max-width: 88vw;
  width: 430px;
  box-sizing: border-box;
}

.overlay-content::before {
  content: '';
  position: absolute;
  inset: 10px;
  background: rgba(233, 232, 226, 0.548);
  border-radius: 50px;
  pointer-events: none;
}

.overlay-content>* {
  position: relative;
  z-index: 1;
}

.overlay-logo {
  width: min(220px, 55vw);
  margin-bottom: 14px;
  animation: fadeInDown 0.8s ease;
}

.overlay-title {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(22px, 5vw, 30px);
  font-weight: 900;
  letter-spacing: 6px;
  text-transform: uppercase;
  color: #080805;
  margin: 0 0 6px 0;
  animation: fadeInUp 0.8s ease 0.2s backwards;
}

.overlay-name {
  font-family: 'English Towne', 'UnifrakturMaguntia', cursive;
  font-size: clamp(56px, 13vw, 70px);
  font-weight: 400;
  color: #75763d;
  letter-spacing: 2px;
  line-height: 1.1;
  margin: 0 0 10px 0;
  animation: fadeInUp 0.8s ease 0.3s backwards;
}

.overlay-guest {
  font-family: "Great Vibes", cursive;
  font-size: clamp(26px, 6vw, 40px);
  color: #1a1a1a;
  margin: 0 0 24px 0;
  animation: fadeInUp 0.8s ease 0.4s backwards;
}

.overlay-button {
  font-family: "Cormorant Garamond", serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
  background: #75763d;
  border: none;
  padding: 13px 36px;
  cursor: pointer;
  border-radius: 2px;
  transition: background 0.3s ease, transform 0.2s ease;
  animation: fadeInUp 0.8s ease 0.5s backwards;
}

.overlay-button:hover {
  background: #5e5e2c;
  transform: translateY(-2px);
}

/* ==============================
   ANIMATIONS
   ============================== */
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-28px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(28px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ==============================
   SECTIONS
   ============================== */
.section {
  width: 100%;
  max-width: 100vw;
  display: flex;
  justify-content: center;
  padding: 20px 16px;
  box-sizing: border-box;
}

/* ==============================
   CARTE — rectangle arrondi
   Fidèle à exemple.jpeg :
   bordure épaisse, pas d'espace entre bordure et fond
   ============================== */
.card {
  background: rgba(201, 199, 178, 0.95);
  border: none;
  border-radius: 20px;
  padding: 30px 26px 38px;
  width: 90vw;
  max-width: 480px;
  position: relative;
  box-sizing: border-box;
  text-align: center;
}

/* Ligne intérieure fine collée à la bordure (effet cadre double) */
.card::before {
  content: none;
}

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

/* ---- Dédicace (texte petit italique en haut) ---- */
.card-dedication {
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  color: #1a1a1a;
  line-height: 1.6;
  margin: 0 0 22px 0;
  padding: 0 6px;
}

/* ---- Noms famille (bold caps) ---- */
.card-family {
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #1a1a1a;
  line-height: 1.4;
  margin: 0 0 16px 0;
}

/* ---- Phrase intro ---- */
.card-subtitle {
  font-family: "Great Vibes", cursive;
  font-size: 28px;
  font-weight: 400;
  color: #1a1a1a;
  margin: 0 0 8px 0;
  line-height: 1.3;
}

/* ---- Hébreu petit ---- */
.card-hebrew-small {
  font-family: "David Libre", serif;
  font-size: 22px;
  color: #1a1a1a;
  direction: rtl;
  margin: 0 0 8px 0;
}

/* ---- BAR MITSVA ---- */
.card-barmitsva {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(30px, 8vw, 46px);
  font-weight: 700;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #75763d;
  line-height: 1;
  margin: 0 0 4px 0;
}

/* ---- Nom en English Towne ---- */
.card-name-gothic {
  font-family: 'English Towne', 'UnifrakturMaguntia', cursive;
  font-size: clamp(44px, 11vw, 68px);
  font-weight: 400;
  color: #75763d;
  line-height: 1.05;
  margin: 0 0 6px 0;
  letter-spacing: 2px;
}

/* ---- Nom hébreu ---- */
.card-hebrew-name {
  font-family: "David Libre", serif;
  font-size: 20px;
  color: #1a1a1a;
  direction: rtl;
  margin: 0 0 28px 0;
}

/* ---- Séparateur ---- */
.card-divider {
  width: 55%;
  height: 1px;
  background: rgba(120, 120, 60, 0.55);
  margin: 0 auto 24px;
  border: none;
}

/* ==============================
   CLASSES BM-ELIE-COHEN (cartes événements)
   ============================== */

/* Titre de section — ex: Téfilines, Chabbat, Réception */
.section-title {
  font-family: 'English Towne', 'UnifrakturMaguntia', cursive;
  font-size: clamp(54px, 11vw, 80px);
  font-weight: 400;
  letter-spacing: 5px;
  text-transform: capitalize;
  color: #75763d;
  margin: 0 0 24px 0;
  text-align: center;
}

/* Phrase d'intro (ex: "La mise des Téfilines aura lieu le") */
.tefilin-intro {
  font-size: 22px;
  font-weight: 500;
  color: #1a1a1a;
  margin: 0 0 6px 0;
  line-height: 1.4;
}

/* Date (ex: Vendredi 23 Janvier 2026) */
.tefilin-date {
  font-family: "Cormorant Garamond", serif;
  font-size: 24px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 6px 0;
  line-height: 1.4;
}

/* Courte phrase de lieu (ex: "en la") */
.tefilin-location {
  font-size: 21px;
  font-weight: 500;
  color: #1a1a1a;
  margin: 0 0 4px 0;
}

/* Nom du lieu principal en gros (ex: Synagogue AIOF) */
.tefilin-synagogue {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(24px, 6vw, 33px);
  font-weight: 900;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #75763d;
  margin: 6px 0 14px 0;
  line-height: 1.2;
}

/* Adresse */
.tefilin-address {
  font-size: 21px;
  font-weight: 500;
  font-style: italic;
  color: #1a1a1a;
  line-height: 1.5;
  margin: 0 0 14px 0;
}

/* Heure (ex: à 9h00 précises) */
.tefilin-time {
  font-size: 22px;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0 0 14px 0;
}

.tefilin-time strong {
  font-weight: 700;
  color: #1a1a1a;
}

/* Info complémentaire (brunch, voiturier…) */
.tefilin-breakfast {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(19px, 5vw, 24px);
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #75763d;
  margin: 8px 0 0 0;
  line-height: 1.3;
}

/* Conteneur du texte des cartes événements */
.tefilin-text {
  text-align: center;
  width: 100%;
}

/* Nom en gras — ex: "Thierry & Deborah" dans la soirée */
.reception-intro {
  font-size: 24px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 4px 0;
  line-height: 1.3;
}

/* Nom du lieu de réception (ex: Gate Club) */
.reception-venue {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(24px, 6vw, 33px);
  font-weight: 900;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #75763d;
  margin: 10px 0 16px 0;
  line-height: 1.2;
}

/* Nom du bar mitsvah en gothic dans la soirée */
.reception-name {
  font-family: 'English Towne', 'UnifrakturMaguntia', cursive;
  font-size: clamp(56px, 12vw, 70px);
  font-weight: 400;
  letter-spacing: 2px;
  color: #75763d;
  margin: 10px 0 16px 0;
}

/* ---- Titre événement (MISE DES TÉFILINES, CHABBAT, SOIRÉE…) ---- */
.card-event-title {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(22px, 5.5vw, 30px);
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #75763d;
  margin: 0 0 12px 0;
}

/* ---- Ligne date (italique + parties en gras) ---- */
.card-date {
  font-size: 22px;
  font-weight: 500;
  font-style: italic;
  color: #1a1a1a;
  margin: 0 0 16px 0;
  line-height: 1.45;
}

.card-date strong {
  font-weight: 700;
  font-style: normal;
  color: #1a1a1a;
}

/* ---- Nom lieu principal (SYNAGOGUE AIOF, GATE CLUB…) ---- */
.card-venue {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(20px, 5vw, 27px);
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #75763d;
  margin: 0 0 8px 0;
}

/* ---- Adresse ---- */
.card-address {
  font-size: 21px;
  font-weight: 500;
  font-style: italic;
  color: #1a1a1a;
  line-height: 1.5;
  margin: 0 0 18px 0;
}

/* ---- Info supplémentaire (UN BRUNCH SUIVRA, SERVICE VOITURIER…) ---- */
.card-info {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(19px, 5vw, 25px);
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #75763d;
  margin: 10px 0 0 0;
}

/* ---- Ligne intro courte (italique dans les cartes event) ---- */
.card-intro {
  font-size: 21px;
  font-weight: 500;
  color: #1a1a1a;
  margin: 0 0 10px 0;
  line-height: 1.4;
}

/* ---- בס״ד ---- */
.hebrew-letter {
  font-family: "David Libre", serif;
  font-size: 20px;
  font-weight: 700;
  color: #75763d;
  direction: rtl;
  margin: 0 0 20px 0;
}

/* ==============================
   CARTE FAMILLE (structure bm-elie-cohen)
   ============================== */

/* Deux colonnes : parents gauche / fratrie droite */
.top-row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.parents-left,
.parents-right {
  font-size: 18px;
  line-height: 1.35;
  color: #1a1a1a;
  max-width: 47%;
}

.parents-left {
  text-align: left;
}

.parents-right {
  text-align: right;
}

/* Texte central sous les colonnes */
.bottom-text {
  text-align: center;
  font-size: 22px;
  line-height: 1.5;
  color: #1a1a1a;
  margin-top: 10px;
}

/* Conteneur du nom + hébreu */
.names {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  margin-top: 18px;
}

/* Nom principal en English Towne */
.name-french {
  font-family: 'English Towne', 'UnifrakturMaguntia', cursive;
  font-size: clamp(56px, 13vw, 70px);
  font-weight: 400;
  letter-spacing: 2px;
  color: #75763d;
  line-height: 1.1;
}

/* Nom hébreu */
.name-hebrew {
  font-family: "David Libre", serif;
  font-size: 20px;
  font-weight: 300;
  direction: rtl;
  color: #1a1a1a;
}

.memorial-text {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(19px, 4.2vw, 22px);
  font-style: italic;
  color: #000000;
  text-align: center;
  line-height: 1.7;
  margin-top: 22px;
  padding: 0 8px;
}

/* ---- Waze button ---- */
.waze-button {
  display: inline-block;
  font-family: "Cormorant Garamond", serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  background: #75763d;
  padding: 13px 23px;
  border: none;
  border-radius: 2px;
  text-decoration: none;
  margin-top: 22px;
  transition: background 0.3s ease;
}

.waze-button:hover {
  background: #5e5e2c;
}

/* ==============================
   COUNTDOWN
   ============================== */
.countdown-section {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0 16px 20px;
}

.countdown-wrapper {
  background: #c9c7b2;
  border: none;
  border-radius: 20px;
  padding: 28px 32px;
  width: 90vw;
  max-width: 480px;
  text-align: center;
  position: relative;
  box-sizing: border-box;
}

.countdown-wrapper::before {
  content: none;
}

.countdown-wrapper>* {
  position: relative;
  z-index: 1;
}

/* Cartes événements: carte externe + carte interne (comme exemple.jpeg) */
.card.event-card,
.countdown-wrapper.event-card,
#rsvp.event-card {
  background: #75763dcc;
  border: none;
  border-radius: 10px;
  padding: 18px;
  box-sizing: border-box;
}

.card.event-card::before,
.countdown-wrapper.event-card::before,
#rsvp.event-card::before {
  content: none;
}

.card.event-card>.event-card-inner,
.countdown-wrapper.event-card>.event-card-inner,
#rsvp.event-card>.event-card-inner {
  background: rgba(233, 232, 226, 0.548);
  border: none;
  border-radius: 50px;
}

.card.event-card>.event-card-inner {
  padding: 30px 26px 38px;
}

.countdown-wrapper.event-card>.event-card-inner {
  padding: 28px 32px;
}

#rsvp.event-card>.event-card-inner {
  padding: 36px 26px 40px;
}

.card.event-card>.event-card-inner>*,
.countdown-wrapper.event-card>.event-card-inner>*,
#rsvp.event-card>.event-card-inner>* {
  position: relative;
  z-index: 1;
}

/* ==============================
   SOIREE (meme style, tons noir/blanc/gris)
   ============================== */
.soiree-section {
  background: url('../img/background_black_patern.png') center center repeat;
  background-size: contain;
  border-top: 2px solid #000000;
  border-bottom: 2px solid #000000;
}

.card.event-card.soiree-card {
  background: transparent;
  border: none;
  box-shadow: none;
}

.card.event-card.soiree-card>.event-card-inner {
  background: rgba(222, 222, 214, 0.9);
  border: 3px solid #000000;
  position: relative;
  overflow: hidden;
  box-shadow:
    0 0 10px rgba(255, 255, 255, 0.85),
    0 0 24px rgba(255, 255, 255, 0.45);
}

.card.event-card.soiree-card>.event-card-inner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url('../img/logo.png') center center / 85% no-repeat;
  opacity: 0.12;
  filter: grayscale(1) brightness(0);
  pointer-events: none;
  z-index: 0;
}

.card.event-card.soiree-card .section-title,
.card.event-card.soiree-card .reception-name,
.card.event-card.soiree-card .reception-venue {
  color: #222222;
}

.card.event-card.soiree-card .hebrew-letter,
.card.event-card.soiree-card .reception-intro,
.card.event-card.soiree-card .tefilin-intro,
.card.event-card.soiree-card .tefilin-date,
.card.event-card.soiree-card .tefilin-address {
  color: #75763d;
}

/* Section reception: tout le texte en noir, sauf le בס״ד en vert */
#reception .section-title,
#reception .reception-name,
#reception .reception-venue,
#reception .reception-intro,
#reception .tefilin-intro,
#reception .tefilin-date,
#reception .tefilin-address,
#reception .tefilin-text {
  color: #000000;
}

#reception .hebrew-letter {
  color: #000000;
}

#reception .reception-name {
  font-size: clamp(46px, 10vw, 60px);
  font-weight: 300;
  color: #2e2e2e;
}

.card.event-card.soiree-card .waze-button {
  background: #111111;
  color: #ffffff;
}

.card.event-card.soiree-card .waze-button:hover {
  background: #2d2d2d;
}

.save-the-date {
  font-family: 'English Towne', 'UnifrakturMaguntia', cursive;
  font-size: clamp(38px, 9vw, 54px);
  color: #75763d;
  margin: 0 0 8px 0;
  font-weight: 400;
  letter-spacing: 5px;
  text-transform: capitalize;
}

.countdown-date {
  font-size: 24px;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0 0 18px 0;
}

.countdown-container {
  display: flex;
  gap: 18px;
  justify-content: center;
}

.countdown-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 58px;
}

.countdown-number {
  font-family: "Cormorant Garamond", serif;
  font-size: 64px;
  font-weight: 700;
  color: #75763d;
  line-height: 1;
}

.countdown-label {
  font-size: 15px;
  font-weight: 600;
  color: #1a1a1a;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: 4px;
}

/* ==============================
   FORMULAIRE RSVP
   ============================== */
.form-section {
  width: 90vw;
  max-width: 480px;
  margin: 0 auto 48px;
  padding: 0;
  box-sizing: border-box;
}

#rsvp {
  position: relative;
  box-sizing: border-box;
}

#rsvp::before {
  content: none;
}

#rsvp>.event-card-inner>* {
  position: relative;
  z-index: 1;
}

#rsvp h1 {
  font-family: 'English Towne', 'UnifrakturMaguntia', cursive;
  font-size: clamp(54px, 11vw, 80px);
  font-weight: 400;
  letter-spacing: 5px;
  color: #75763d;
  text-align: center;
  margin: 0 0 28px 0;
  text-transform: capitalize;
}

.form-group {
  margin-bottom: 22px;
}

.form-group label {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 8px;
}

.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="number"],
.form-group textarea {
  width: 100%;
  padding: 11px 13px;
  font-family: "Cormorant Garamond", serif;
  font-size: 17px;
  color: #1a1a1a;
  background: rgba(255, 255, 255, 0.65);
  border: 2px solid rgba(120, 120, 60, 0.65);
  border-radius: 3px;
  box-sizing: border-box;
  transition: border-color 0.3s;
  outline: none;
}

.form-group input:focus,
.form-group textarea:focus {
  border-color: #75763d;
  box-shadow: 0 0 0 3px rgba(120, 120, 60, 0.12);
}

.form-group input[type="number"] {
  margin-top: 9px;
}

.form-group input[type="number"]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.form-group textarea {
  resize: vertical;
  min-height: 78px;
}

.checkbox-group {
  display: flex;
  gap: 20px;
  margin-bottom: 8px;
}

.checkbox-group label {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 16px;
  font-weight: 500;
  color: #1a1a1a;
  cursor: pointer;
  margin: 0;
}

.checkbox-group input[type="radio"] {
  width: 17px;
  height: 17px;
  cursor: pointer;
  accent-color: #75763d;
}

.form-submit {
  text-align: center;
  margin-top: 26px;
}

.btnSubmit {
  font-family: "Cormorant Garamond", serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
  background: #75763d;
  padding: 13px 48px;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  transition: background 0.3s, transform 0.2s;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.13);
}

.btnSubmit:hover {
  background: #5e5e2c;
  transform: translateY(-2px);
}

#statusDiv {
  animation: fadeIn 0.3s ease;
}

/* ==============================
   MUSIC BUTTON
   ============================== */
.music-toggle {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  border-radius: 8px;
  background: #75763d;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);
  transition: background 0.3s;
}

.music-toggle:hover {
  background: #5e5e2c;
}

.music-icon {
  width: 22px;
  height: 22px;
  color: #fff;
}

/* ==============================
   RESPONSIVE
   ============================== */
@media (max-width: 480px) {
  body {
    background-size: 90%;
  }

  .overlay {
    background-size: 90%;
  }

  .event-nav {
    padding: 12px 10px;
    gap: 6px;
  }

  .event-nav a {
    font-size: 18px;
    padding: 6px 10px;
  }

  .card {
    padding: 24px 16px 30px;
  }

  .card.event-card {
    padding: 14px;
  }

  .card.event-card>.event-card-inner {
    padding: 24px 16px 30px;
  }

  .countdown-wrapper.event-card {
    padding: 14px;
  }

  .countdown-wrapper.event-card>.event-card-inner {
    padding: 24px 14px;
  }

  #rsvp.event-card {
    padding: 14px;
  }

  #rsvp.event-card>.event-card-inner {
    padding: 26px 16px 32px;
  }

  .card-name-gothic {
    font-size: clamp(38px, 11vw, 52px);
  }

  .card-barmitsva {
    font-size: clamp(24px, 8vw, 36px);
  }

  .countdown-number {
    font-size: 44px;
  }

  .countdown-label {
    font-size: 14px;
  }

  .countdown-container {
    gap: 10px;
  }

  .checkbox-group {
    flex-direction: column;
    gap: 10px;
  }

}