:root {
  --beige:    #FAF5ED;
  --cream:    #FDF9F3;
  --red:      #C0352A;
  --burg:     #7B1D2E;
  --dark-red: #5C0D1A;
  --brown:    #6B3A2A;
  --text:     #3D1A0F;
  --pink:     #C03070;
  --green:    #2D7A4F;
}

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

html { scroll-behavior: smooth; }

body {
  background: var(--beige);
  color: var(--text);
  font-family: 'Cormorant Garamond', serif;
  overflow-x: hidden;
  position: relative;
}

/* Hide stickers positioned below actual content to remove bottom void */
.st21, .st22, .st23, .st24, .st25, .st26, .st27, .st28, .st29, .st30 { display: none; }

/* ─── REVEAL ANIMATION ─────────────────────────────── */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .9s cubic-bezier(.2,.7,.2,1), transform .9s cubic-bezier(.2,.7,.2,1);
  will-change: opacity, transform;
}
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal.delay-1 { transition-delay: .12s; }
.reveal.delay-2 { transition-delay: .24s; }
.reveal.delay-3 { transition-delay: .36s; }
.reveal.delay-4 { transition-delay: .48s; }

.fade-zoom {
  opacity: 0;
  transform: scale(.92);
  transition: opacity 1s ease, transform 1.1s cubic-bezier(.2,.8,.2,1);
}
.fade-zoom.visible { opacity:1; transform:scale(1); }

/* ─── STICKERS (background watermark) ─────────────── */
.sticker {
  position: absolute;
  pointer-events: none;
  z-index: 0;             /* behind all content */
  opacity: 0;
  will-change: opacity;
  animation: stickerFade 2s ease-out forwards;
}
.sticker img {
  width: 100%; height: 100%;
  display: block;
  transform: rotate(var(--rot, 0deg));
}
.sticker.flip img { transform: rotate(var(--rot, 0deg)) scaleX(-1); }

@keyframes stickerFade { to { opacity: var(--op, .1); } }

/* Scattered all over the page background, not just edges */
.st1  { --rot:-10deg; --op:.10; width: 90px; top:  160px; left:  4%;  animation-delay:.40s; }
.st2  { --rot: 14deg; --op:.08; width: 70px; top:  280px; right: 7%;  animation-delay:.55s; }
.st3  { --rot: -6deg; --op:.09; width:110px; top:  420px; left: 38%;  animation-delay:.70s; }
.st4  { --rot: 18deg; --op:.07; width: 80px; top:  560px; left:  9%;  animation-delay:.85s; }
.st5  { --rot:-12deg; --op:.10; width: 95px; top:  700px; right:12%;  animation-delay:.45s; }
.st6  { --rot:  4deg; --op:.06; width: 65px; top:  840px; left: 52%;  animation-delay:1.0s; }
.st7  { --rot:-15deg; --op:.09; width:100px; top:  980px; left: 14%;  animation-delay:.60s; }
.st8  { --rot: 22deg; --op:.08; width: 75px; top: 1130px; right: 5%;  animation-delay:.75s; }
.st9  { --rot: -8deg; --op:.10; width: 85px; top: 1280px; left: 42%;  animation-delay:.50s; }
.st10 { --rot: 12deg; --op:.07; width:115px; top: 1430px; left:  6%;  animation-delay:.90s; }
.st11 { --rot:-18deg; --op:.09; width: 70px; top: 1580px; right:10%;  animation-delay:.65s; }
.st12 { --rot:  6deg; --op:.08; width: 95px; top: 1740px; left: 48%;  animation-delay:1.1s; }
.st13 { --rot:-14deg; --op:.10; width: 80px; top: 1890px; left: 11%;  animation-delay:.55s; }
.st14 { --rot: 20deg; --op:.07; width:105px; top: 2050px; right: 6%;  animation-delay:.80s; }
.st15 { --rot:-10deg; --op:.09; width: 65px; top: 2200px; left: 36%;  animation-delay:1.0s; }
.st16 { --rot:  8deg; --op:.08; width: 90px; top: 2360px; left:  3%;  animation-delay:.70s; }
.st17 { --rot:-16deg; --op:.10; width: 75px; top: 2520px; right:13%;  animation-delay:.45s; }
.st18 { --rot: 10deg; --op:.07; width:100px; top: 2680px; left: 50%;  animation-delay:.95s; }
.st19 { --rot: -7deg; --op:.09; width: 85px; top: 2840px; left:  8%;  animation-delay:.60s; }
.st20 { --rot: 16deg; --op:.08; width: 95px; top: 3000px; right: 8%;  animation-delay:.85s; }
.st21 { --rot:-12deg; --op:.10; width: 70px; top: 3160px; left: 44%;  animation-delay:.50s; }
.st22 { --rot: 18deg; --op:.07; width:105px; top: 3320px; left: 13%;  animation-delay:1.0s; }
.st23 { --rot: -9deg; --op:.09; width: 80px; top: 3480px; right:11%;  animation-delay:.65s; }
.st24 { --rot: 14deg; --op:.08; width: 90px; top: 3640px; left: 39%;  animation-delay:.80s; }
.st25 { --rot:-20deg; --op:.10; width: 65px; top: 3800px; left:  5%;  animation-delay:.55s; }
.st26 { --rot:  5deg; --op:.07; width:110px; top: 3960px; right: 9%;  animation-delay:.95s; }
.st27 { --rot:-13deg; --op:.09; width: 75px; top: 4120px; left: 50%;  animation-delay:.70s; }
.st28 { --rot: 11deg; --op:.08; width: 85px; top: 4280px; left:  7%;  animation-delay:.50s; }
.st29 { --rot:-17deg; --op:.10; width: 95px; top: 4440px; right:14%;  animation-delay:.90s; }
.st30 { --rot:  8deg; --op:.07; width: 70px; top: 4600px; left: 42%;  animation-delay:1.1s; }

/* ─── NAV ──────────────────────────────────────────── */
nav {
  position: fixed; top:0; left:0; right:0; z-index:200;
  background: rgba(250,245,237,.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(192,53,42,.18);
  padding: 8px 18px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
  transform: translateY(-100%);
  animation: slideDown .8s ease-out .3s forwards;
}
@keyframes slideDown { to { transform: translateY(0); } }

/* ─── HAMBURGER BUTTON ────────────────────────────── */
.nav-burger {
  background: transparent;
  border: none;
  padding: 0;
  width: 34px;
  height: 32px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  z-index: 251;
}
.nav-burger span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--burg);
  border-radius: 2px;
  transition: transform .3s, opacity .25s, background .25s;
  transform-origin: center;
}
.nav-burger:hover span { background: var(--red); }
.nav-burger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-burger.open span:nth-child(2) { opacity: 0; }
.nav-burger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ─── NAV BRAND (centered title) ──────────────────── */
.nav-brand {
  font-family: 'Great Vibes', 'Bad Script', 'Cormorant Garamond', cursive;
  font-size: clamp(20px, 3.6vw, 30px);
  color: var(--burg);
  letter-spacing: .015em;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.1;
  padding: 0 6px;
}

/* ─── NAV DRAWER (slide-in menu) ──────────────────── */
.nav-drawer {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: min(290px, 78vw);
  background: var(--beige);
  z-index: 240;
  transform: translateX(-100%);
  transition: transform .4s cubic-bezier(.2,.7,.2,1);
  padding: 78px 28px 30px;
  box-shadow: 6px 0 24px rgba(0,0,0,.08);
  overflow-y: auto;
}
.nav-drawer.open { transform: translateX(0); }

.nav-drawer ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
}
.nav-drawer li {
  border-bottom: 1px solid rgba(192,53,42,.18);
}
.nav-drawer li:last-child { border-bottom: none; }
.nav-drawer a {
  display: block;
  text-decoration: none;
  color: var(--burg);
  font-family: 'Cormorant Garamond', serif;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 16px 4px;
  transition: color .25s, padding-left .25s;
  position: relative;
}
.nav-drawer a::before {
  content: '·';
  color: var(--red);
  opacity: 0;
  position: absolute;
  left: -10px;
  transition: opacity .25s, left .25s;
}
.nav-drawer a:hover {
  color: var(--red);
  padding-left: 14px;
}
.nav-drawer a:hover::before { opacity: 1; left: 0; }

/* ─── BACKDROP ────────────────────────────────────── */
.nav-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(40,15,15,.45);
  z-index: 230;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s;
  cursor: pointer;
}
.nav-backdrop.open {
  opacity: 1;
  visibility: visible;
}
body.drawer-open { overflow: hidden; }

/* ─── NAV ACTIONS (audio + lang) ──────────────────── */
.nav-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* ─── AUDIO TOGGLE ────────────────────────────────── */
.audio-toggle {
  background: transparent;
  border: none;
  padding: 4px 6px;
  cursor: pointer;
  color: var(--brown);
  opacity: .55;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: opacity .25s, color .25s, transform .15s;
}
.audio-toggle:hover { opacity: 1; color: var(--burg); }
.audio-toggle:active { transform: scale(.94); }
.audio-toggle.playing {
  color: var(--red);
  opacity: 1;
}
.audio-toggle.playing svg {
  animation: musicPulse 1.5s ease-in-out infinite;
}
@keyframes musicPulse {
  0%, 100% { transform: scale(1)   rotate(0deg); }
  50%      { transform: scale(1.14) rotate(-4deg); }
}

/* ─── LANGUAGE SWITCHER ───────────────────────────── */
.lang-switch {
  display: flex;
  align-items: center;
  gap: 4px;
}
.lang-btn {
  background: transparent;
  border: none;
  padding: 4px 7px;
  font-family: inherit;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  color: var(--brown);
  cursor: pointer;
  opacity: .5;
  transition: opacity .25s, color .25s;
  text-transform: uppercase;
}
.lang-btn:hover { opacity: 1; }
.lang-btn.active {
  color: var(--red);
  opacity: 1;
}
.lang-sep {
  color: rgba(123,29,46,.35);
  font-size: 11px;
  user-select: none;
}

/* ─── LAYOUT ───────────────────────────────────────── */
.wrap { max-width:860px; margin:0 auto; padding:0 60px; }

/* ─── HERO ── DOME-SHAPED IMAGE WITH U-FRAME ORNAMENT ── */
#hero {
  padding-top: 70px;
  padding-bottom: 30px;
  overflow: hidden;
  text-align: center;
}

.hero-dome-wrap {
  display: flex;
  justify-content: center;
  padding: 18px 0 0;
}

.hero-dome {
  position: relative;
  width: min(86vw, 620px, 70vh);
  aspect-ratio: 1;
}

.dome-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px 6px 50% 50%;
  display: block;
  position: relative;
  z-index: 2;
  box-shadow:
    0 0 0 1.5px var(--red),
    0 10px 28px rgba(123,29,46,.18);
  transition: transform 1.4s ease;
}
.hero-dome:hover .dome-img { transform: scale(1.015); }

/* U-shape continuous ornament frame — single SVG with layered paths */
.dome-frame-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;       /* allow strokes to render beyond viewBox edges */
  pointer-events: none;
  z-index: 1;
}

.dome-bead {
  filter: drop-shadow(0 1px 0 rgba(123,29,46,.18));
  animation: domeBeadFlow 28s linear infinite;
}

.dome-flow {
  opacity: .78;
  animation: domeAccentFlow 16s linear infinite reverse;
}

.dome-outline {
  opacity: .85;
}

@keyframes domeBeadFlow  { to { stroke-dashoffset: -190; } }
@keyframes domeAccentFlow { to { stroke-dashoffset: -140; } }

/* HERO TEXT — centered, large script */
.hero-text { text-align: center; }
.hero-script {
  font-family: 'Great Vibes', 'Bad Script', 'Cormorant Garamond', cursive;
  color: var(--red);
  line-height: 1.04;
}
.hero-script.main { font-size: clamp(46px, 9vw, 102px); }
.hero-script.name {
  font-size: clamp(50px, 9.5vw, 108px);
  color: var(--burg);
  margin-top: 14px;
}
.hero-script.date {
  font-size: clamp(28px, 5vw, 56px);
  margin: 24px 0 24px;
}

.hero-title-block { padding: 38px 20px 14px; }

.hero-nav-list {
  list-style: none;
  display: inline-block;
  text-align: left;
  border-left: 2px solid var(--red);
  padding: 4px 0 4px 18px;
  margin: 10px 0 6px;
}
.hero-nav-list li { margin-bottom: 9px; }
.hero-nav-list li:last-child { margin-bottom: 0; }
.hero-nav-list a {
  text-decoration: none; color: var(--burg);
  font-size: 17px; font-weight: 500; letter-spacing: .02em;
  transition: all .25s;
  display: inline-block;
}
.hero-nav-list a:hover { color: var(--red); transform: translateX(6px); }

/* ─── ORNAMENT DIVIDER ─────────────────────────────── */
.divider {
  text-align:center; margin:10px auto;
  padding:0 60px;
}
.divider img {
  max-width:480px; width:80%;
  mix-blend-mode:multiply; opacity:.65;
  display:inline-block;
}

/* ─── SECTIONS ─────────────────────────────────────── */
section { padding:55px 0; position:relative; }

.section-title {
  font-family:'Great Vibes','Bad Script','Cormorant Garamond',cursive;
  font-size:42px; font-style:italic;
  color:var(--red); margin-bottom:30px;
  text-align:center;
}
.script-title {
  font-family:'Great Vibes','Bad Script','Cormorant Garamond',cursive;
  font-size:48px; color:var(--red);
  text-align:center; margin-bottom:16px;
}

/* ─── INVITATION ───────────────────────────────────── */
#invitation { text-align:center; }
.raise-up {
  font-size:24px; color:var(--red);
  margin-bottom:24px;
  text-align: center;
}
.inv-address {
  font-family:'Great Vibes','Bad Script','Cormorant Garamond',cursive;
  font-size:25px; color:var(--burg); line-height:1.9;
  margin-bottom:22px;
}
.inv-main {
  font-size:25px; color:var(--burg);
  font-weight:500; line-height:1.8;
  max-width:580px; margin:0 auto;
}
.inv-name {
  font-family:'Great Vibes','Bad Script','Cormorant Garamond',cursive;
  font-size:30px; color:var(--red);
  display:block; margin:6px 0;
}
.inv-cta {
  font-family:'Great Vibes','Bad Script','Cormorant Garamond',cursive;
  font-size:25px; color:var(--burg);
  display:block; margin-top:10px;
}

/* ─── DATE / TIME ──────────────────────────────────── */
#datetime { text-align:center; }
.box-header {
  display:inline-block;
  border:2px solid var(--red);
  padding:9px 44px; margin-bottom:48px;
}
.box-header span {
  font-size:13px; letter-spacing:.16em;
  text-transform:uppercase; font-weight:700;
  color:var(--burg);
}

.dt-layout {
  display:flex; align-items:center;
  justify-content:center; gap:50px;
  flex-wrap: wrap;
}

.rest-circle {
  width:210px;
  aspect-ratio: 1 / 1;
  height: auto;
  border-radius:50%; overflow:hidden;
  border:3px solid var(--red);
  box-shadow:0 0 0 7px rgba(192,53,42,.1);
  flex-shrink:0; line-height:0;
  transition: transform .6s ease, box-shadow .6s ease;
}
.rest-circle:hover {
  transform: scale(1.04);
  box-shadow:0 0 0 10px rgba(192,53,42,.14);
}
.rest-circle img { width:100%; height:100%; object-fit:cover; transition: transform 1.5s ease; }
.rest-circle:hover img { transform: scale(1.1); }

.time-block { text-align:left; }
.time-num {
  font-family:'Great Vibes','Bad Script','Cormorant Garamond',cursive;
  font-size:78px; color:var(--red); line-height:1;
}
.time-lbl {
  font-size:20px; font-weight:600;
  color:var(--burg); margin-bottom:24px;
  letter-spacing:.02em;
}

/* CALENDAR — visual */
.calendar-card {
  background: var(--cream);
  border: 2px solid var(--red);
  padding: 18px 22px 20px;
  box-shadow: 6px 6px 0 rgba(192,53,42,.12);
  width: 240px;
  flex-shrink:0;
  transition: transform .5s ease;
}
.calendar-card:hover { transform: translateY(-4px) rotate(-1deg); }

.cal-head {
  text-align:center;
  border-bottom: 1.5px solid rgba(192,53,42,.4);
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.cal-head .month {
  font-family:'Playfair Display',serif;
  font-style:italic;
  font-size: 22px;
  color: var(--red);
  font-weight: 600;
  letter-spacing: .03em;
}
.cal-head .year {
  font-size: 13px;
  color: var(--brown);
  letter-spacing: .15em;
  margin-top: 2px;
}

.cal-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 4px;
  font-size: 13px;
  text-align: center;
}
.cal-grid .dow {
  font-size: 11px;
  font-weight: 700;
  color: var(--burg);
  padding: 4px 0;
  letter-spacing: .04em;
}
.cal-grid .dow.we { color: var(--red); }
.cal-grid .day {
  padding: 5px 0;
  color: var(--text);
  border-radius: 50%;
  aspect-ratio: 1;
  display: flex; align-items:center; justify-content:center;
  font-weight: 500;
  font-size: 13px;
}
.cal-grid .day.muted { color: rgba(107,58,42,.3); }
.cal-grid .day.we   { color: var(--red); }
.cal-grid .day.selected {
  background: var(--red);
  color: #fff;
  font-weight: 700;
  box-shadow: 0 0 0 4px rgba(192,53,42,.18);
  position: relative;
  animation: pulse 2.2s ease-in-out infinite;
}
@keyframes pulse {
  0%,100% { box-shadow: 0 0 0 4px rgba(192,53,42,.18); }
  50%     { box-shadow: 0 0 0 7px rgba(192,53,42,.08); }
}

/* ─── LOCATION ─────────────────────────────────────── */
#location { text-align:center; }
.addr { font-size:25px; color:var(--burg); line-height:2; }
.rest-name {
  font-size:25px; color:var(--burg);
  display:block; margin:4px 0;
}
.map-btn {
  display:inline-block; margin-top:28px;
  padding:14px 52px;
  border:2px solid var(--red); border-radius:40px;
  color:var(--burg); text-decoration:none;
  font-size:15px; font-weight:700;
  letter-spacing:.09em; text-transform:uppercase;
  transition:all .3s;
  position:relative; overflow:hidden;
}
.map-btn::before {
  content:''; position:absolute; inset:0;
  background:var(--red); transform: translateX(-101%);
  transition: transform .35s ease;
  z-index:-1;
}
.map-btn:hover { color:#fff; }
.map-btn:hover::before { transform: translateX(0); }
.map-btn { z-index:1; }
.map-btn { isolation:isolate; }

/* ─── DRESS CODE ─────────────────────────────────────── */
#dresscode { text-align:center; }

.dc-images {
  display:flex; justify-content:center;
  gap:28px; margin-bottom:32px;
  flex-wrap:wrap;
}
.dc-images img {
  width:215px; height:275px; object-fit:cover;
  border:2px solid rgba(192,53,42,.5);
  box-shadow:5px 5px 0 rgba(192,53,42,.15);
  transition: transform .5s ease, box-shadow .5s ease;
}
.dc-images img:hover {
  transform: translateY(-6px) rotate(-1deg);
  box-shadow:8px 10px 0 rgba(192,53,42,.18);
}

.dc-desc {
  max-width:620px; margin:0 auto;
  font-size:25px; line-height:1.8; color:var(--burg);
  font-weight:400;
}
.dc-desc strong { color:var(--burg); font-size:22px; }
.dc-colors {
  display:inline-flex; align-items:center;
  gap:10px; margin-top:16px;
}
.color-dot {
  width:18px; height:18px; border-radius:50%;
  border:1px solid rgba(0,0,0,.12);
  transition: transform .3s ease;
}
.color-dot:hover { transform: scale(1.25); }

/* ─── RSVP ─────────────────────────────────────────── */
#rsvp { text-align:center; }
.rsvp-sub {
  font-size:18px; color:var(--brown);
  margin-bottom:42px; line-height:1.6;
}

.rsvp-form {
  max-width:600px; margin:0 auto;
  text-align:left;
}
.form-group { margin-bottom:28px; }
.form-lbl {
  display:block; font-size:18px; font-weight:600;
  color:var(--burg); margin-bottom:12px; line-height:1.5;
}
.form-lbl .req { color:var(--red); }

.text-input, .textarea-input {
  width:100%; padding:13px 18px;
  border:1.5px solid rgba(192,53,42,.5);
  background:rgba(255,255,255,.4);
  font-family:'Cormorant Garamond',serif;
  font-size:18px; color:var(--text);
  outline:none; transition:border-color .25s, box-shadow .25s;
  border-radius:0;
}
.text-input:focus, .textarea-input:focus {
  border-color:var(--burg);
  box-shadow:0 0 0 3px rgba(123,29,46,.08);
}
.textarea-input { resize:vertical; min-height:110px; }

.radio-group { display:flex; flex-direction:column; gap:11px; }
.radio-opt {
  display:flex; align-items:center; gap:13px; cursor:pointer;
  padding: 8px 12px; margin-left: -12px;
  border-radius: 4px;
  transition: background .2s;
}
.radio-opt:hover { background: rgba(192,53,42,.05); }
.radio-opt input[type=radio] { width:20px;height:20px; accent-color:var(--red); cursor:pointer; flex-shrink:0; }
.radio-opt span { font-size:19px; color:var(--text); }

.q2block, .q3block {
  display:none;
  overflow:hidden;
}
.q2block.on, .q3block.on {
  display:block;
  animation: expand .55s ease-out;
}
@keyframes expand {
  from { opacity:0; transform: translateY(-10px); max-height: 0; }
  to   { opacity:1; transform: translateY(0);     max-height: 500px; }
}

.hint-text { font-size:15px; color:var(--brown); margin-bottom:10px; font-style:italic; }

/* Inline error hint for form validation */
.error-msg {
  color: var(--red);
  font-size:13px;
  margin-top:8px;
}

/* Invalid field highlight */
input.invalid, textarea.invalid {
  border-color: var(--red) !important;
  box-shadow: 0 0 0 4px rgba(192,53,42,.06);
}
.form-group.invalid .form-lbl {
  color: var(--red);
}
.form-group.invalid .radio-opt span {
  color: var(--red);
}

.submit-btn {
  display:block; width:100%; padding:18px;
  background:var(--burg); color:#fff; border:none;
  font-family:'Cormorant Garamond',serif;
  font-size:20px; letter-spacing:.1em;
  text-transform:uppercase; cursor:pointer;
  transition:background .3s, transform .15s; margin-top:10px;
}
.submit-btn:hover { background:var(--red); }
.submit-btn:active { transform: scale(.99); }
.submit-btn:disabled { opacity:.6; cursor:default; }

.success-box {
  display:none; text-align:center;
  padding:50px 30px; border:2px solid var(--red);
  background:rgba(255,255,255,.4);
  animation: popIn .7s cubic-bezier(.2,.9,.3,1.2);
}
@keyframes popIn {
  from { opacity:0; transform: scale(.85); }
  to   { opacity:1; transform: scale(1); }
}
.success-box h3 {
  font-family:'Great Vibes','Bad Script','Cormorant Garamond',cursive;
  font-size:46px; color:var(--red); margin-bottom:14px;
}
.success-box p { font-size:20px; color:var(--text); line-height:1.7; }
.heart-burst {
  font-size: 36px;
  margin-top: 18px;
  display:inline-block;
  animation: heart 1.6s ease-in-out infinite;
}
@keyframes heart {
  0%,100% { transform: scale(1); }
  50%     { transform: scale(1.15); }
}

/* ─── FOOTER ───────────────────────────────────────── */
footer {
  text-align:center; padding:36px 20px;
  border-top:1px solid rgba(192,53,42,.2);
  font-size:14px; color:var(--brown);
  letter-spacing:.06em; margin-top:20px;
}

/* ─── RESPONSIVE ───────────────────────────────────── */
@media(max-width:720px){
  .wrap { padding:0 20px; }
  .hero-title-block { padding: 26px 16px 8px; }
  .hero-nav-list { border-left:1.5px solid var(--red); padding-left:12px; }
  .hero-nav-list li { margin-bottom:6px; }
  .hero-nav-list a { font-size:13px; }
  .dt-layout {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
  .rest-circle,
  .time-block {
    width: min(42%, 190px);
  }
  .rest-circle { height: auto; }
  .calendar-card {
    width: 100%;
    max-width: 280px;
    order: 2;
    margin-top: 12px;
  }
  .time-block { text-align:center; }
  .time-num { font-size: 62px; }
  .time-lbl { font-size: 17px; }
  nav ul { gap:14px; }
  nav a { font-size:11px; }
  /* Smaller stickers on mobile + keep odd-numbered only to reduce density */
  .sticker { transform: scale(.75); }
  .st2, .st4, .st6, .st8, .st10, .st12, .st14, .st16, .st18, .st20, .st22, .st24, .st26, .st28, .st30 { display:none; }
  .dc-images img { width:160px; height:200px; }
}

@media(max-width:420px){
  .hero-nav-list a { font-size:12px; }
  .lang-switch { gap: 2px; }
  .lang-btn { padding: 3px 5px; font-size: 11px; }
  nav { padding: 6px 12px; }
  .nav-brand { font-size: clamp(17px, 4.6vw, 22px); }
}

@media (prefers-reduced-motion: reduce) {
  .reveal, .fade-zoom { opacity:1; transform:none; transition:none; }
  .sticker { animation: none; opacity:var(--op, .1); }
  * { animation-duration: .001s !important; transition-duration: .001s !important; }
}
