.announcement-bar {
  background: linear-gradient(90deg, #130f0d, #1d1512);
  border-bottom: 1px solid var(--border-gold);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.announcement-bar p {
  margin: 0;
  padding: 0.55rem 0;
  text-align: center;
  color: var(--text-light);
}

.site-header-wrap {
  position: sticky;
  top: 0;
  z-index: 30;
  backdrop-filter: blur(9px);
  background: rgba(7, 7, 7, 0.9);
  border-bottom: 1px solid var(--border-gold);
}

.site-header {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  font-family: 'Great Vibes', cursive;
  font-size: clamp(2rem, 5.6vw, 2.55rem);
  color: var(--blush-gold);
  line-height: 1;
}

.primary-nav {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background: #090909;
  border-bottom: 1px solid var(--border-gold);
  display: none;
  flex-direction: column;
  padding: 1rem 4%;
  gap: 0.9rem;
}

.primary-nav.is-open { display: flex; }

.primary-nav a {
  font-weight: 600;
  color: var(--text-light);
  text-transform: uppercase;
  font-size: 0.76rem;
  letter-spacing: 0.14em;
}

.nav-toggle {
  border: 1px solid var(--border-gold);
  background: transparent;
  width: 42px;
  height: 42px;
  border-radius: 0.45rem;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 4px;
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 1px;
  background: var(--text-light);
}

.header-cta { display: none; }

.btn {
  border: 1px solid transparent;
  border-radius: 0.2rem;
  padding: 0.98rem 1.58rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  position: relative;
  isolation: isolate;
  transition: box-shadow 0.25s ease, transform 0.2s ease, border-color 0.25s ease, background-color 0.25s ease;
}

.btn-primary {
  color: #120d0d;
  background: linear-gradient(90deg, var(--rose-gold), var(--blush-gold));
  border-color: rgba(231, 178, 164, 0.72);
  box-shadow: 0 8px 22px rgba(215, 154, 139, 0.25);
  overflow: hidden;
}

.btn-primary::before {
  content: "";
  position: absolute;
  inset: 2px;
  border: 1px solid rgba(255, 234, 213, 0.55);
  border-radius: calc(0.2rem - 2px);
  pointer-events: none;
  z-index: 1;
}

.btn-primary::after {
  content: "";
  position: absolute;
  top: -32%;
  bottom: -32%;
  left: -115%;
  width: 48%;
  transform: skewX(-22deg);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 242, 232, 0.4), rgba(255, 255, 255, 0));
  pointer-events: none;
  z-index: 2;
}

.btn-primary:hover::after,
.btn-primary:focus-visible::after {
  animation: btn-shine 0.95s ease;
}

.btn-primary:hover {
  background: linear-gradient(90deg, #e4af9f, #f0c3b8);
  color: #120d0d;
}

.btn-outline {
  border-color: rgba(198, 160, 98, 0.8);
  color: var(--text-light);
  background: linear-gradient(180deg, rgba(18, 14, 13, 0.56), rgba(11, 9, 8, 0.68));
  box-shadow: inset 0 0 0 1px rgba(255, 238, 210, 0.06);
}

.btn-outline:hover {
  border-color: var(--blush-gold);
  background: linear-gradient(180deg, rgba(48, 34, 30, 0.68), rgba(31, 21, 18, 0.82));
  box-shadow: inset 0 0 0 1px rgba(255, 238, 210, 0.28), 0 10px 24px rgba(26, 16, 14, 0.42);
}

.btn:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px rgba(12, 8, 7, 0.94), 0 0 0 4px rgba(223, 176, 132, 0.78), 0 0 0 7px rgba(219, 147, 129, 0.46);
}

.btn:disabled,
.btn[aria-disabled="true"] {
  cursor: not-allowed;
  opacity: 0.5;
  transform: none;
  box-shadow: none;
}

.btn-primary:disabled,
.btn-primary[aria-disabled="true"] {
  background: linear-gradient(90deg, rgba(182, 138, 125, 0.7), rgba(197, 160, 151, 0.72));
  border-color: rgba(220, 185, 171, 0.42);
  color: rgba(20, 14, 13, 0.72);
}

.btn-outline:disabled,
.btn-outline[aria-disabled="true"] {
  border-color: rgba(198, 160, 98, 0.42);
  color: rgba(236, 221, 202, 0.62);
  background: linear-gradient(180deg, rgba(15, 12, 11, 0.62), rgba(9, 8, 7, 0.72));
}

@keyframes btn-shine {
  from {
    left: -115%;
    opacity: 0;
  }
  16% {
    opacity: 1;
  }
  to {
    left: 155%;
    opacity: 0;
  }
}

.site-footer {
  background: linear-gradient(180deg, #0c0908, #060505);
  border-top: 1px solid var(--gold);
  padding: 3.6rem 0 1.4rem;
}

.site-footer {
  position: relative;
  overflow: hidden;
}

.site-footer::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.2;
  background-image: radial-gradient(circle at 12% 18%, rgba(205, 156, 103, 0.18), transparent 36%);
  z-index: 0;
}

.footer-floral-band {
  position: absolute;
  left: 50%;
  top: clamp(-5.8rem, -0.35vw, -6.2rem);
  width: 100%;
  height: clamp(64px, 8.8vw, 122px);
  transform: translateX(-50%);
  pointer-events: none;
  z-index: 0;
  opacity: 0.58;
  display: flex;
  align-items: center;
  justify-content: center;
  filter:
    saturate(1.04)
    brightness(0.9)
    contrast(1.08)
    drop-shadow(0 8px 22px rgba(0, 0, 0, 0.46));
}


.footer-floral-band img {
  width: min(150vw, 2600px);
  display: block;
  object-fit: contain;
  object-position: center;
  mix-blend-mode: screen;
}

.site-footer > .container,
.site-footer > .copyright,
.site-footer > .footer-divider,
.site-footer > .footer-floral,
.site-footer > .footer-floral-left,
.site-footer > .footer-floral-right {
  position: relative;
  z-index: 1;
}

.footer-floral {
  position: absolute;
  width: clamp(78px, 9vw, 126px);
  height: clamp(78px, 9vw, 126px);
  opacity: 0.3;
  pointer-events: none;
}

.footer-floral svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: rgba(214, 176, 120, 0.66);
  stroke-width: 1.3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.footer-floral-left {
  left: clamp(0.35rem, 1.8vw, 1.1rem);
  top: 0.7rem;
}

.footer-floral-right {
  right: clamp(0.35rem, 1.8vw, 1.1rem);
  top: 0.7rem;
}

.footer-divider {
  display: block;
  height: 1px;
  width: min(420px, 78vw);
  margin: 1.4rem auto 0;
  background: linear-gradient(90deg, transparent, rgba(226, 184, 118, 0.9), transparent);
}

.footer-grid {
  display: grid;
  gap: 1.5rem;
  text-align: center;
}

.footer-brand h2 {
  font-family: 'Great Vibes', cursive;
  font-size: 2.2rem;
  color: var(--blush-gold);
}

.footer-links,
.footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 1rem;
  justify-content: center;
}

.footer-links a,
.footer-social a {
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.76rem;
}

.copyright {
  margin: 1.5rem 0 0;
  text-align: center;
  font-size: 0.76rem;
  color: var(--text-muted);
}

@media (max-width: 640px) {
  .site-footer {
    padding-top: 3.25rem;
  }

  .footer-floral-band {
    top: 6.1rem;
    height: clamp(58px, 14vw, 92px);
    opacity: 0.5;
  }

  .footer-floral-band img {
    width: 180vw;
  }

  .footer-floral {
    opacity: 0.2;
  }
}

@media (min-width: 980px) {
  .nav-toggle { display: none; }

  .primary-nav {
    position: static;
    display: flex;
    flex-direction: row;
    align-items: center;
    border: 0;
    padding: 0;
    background: transparent;
  }

  .header-cta { display: inline-flex; }

  .footer-grid {
    text-align: left;
    grid-template-columns: 1.1fr auto auto;
    align-items: start;
  }

  .footer-links,
  .footer-social {
    justify-content: flex-start;
    flex-direction: column;
    gap: 0.45rem;
  }
}

.whatsapp-float {
  position: fixed;
  right: 1rem;
  bottom: 22rem;
  width: 56px;
  height: 56px;
  display: block;
  z-index: 60;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35);
}

.whatsapp-float img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.whatsapp-float:hover {
  transform: translateY(-2px);
}

@media (max-width: 640px) {
  .whatsapp-float {
    right: 0.85rem;
    bottom: 0.85rem;
    width: 52px;
    height: 52px;
  }
}

.section.center {
  text-align: left;
  padding-block: 4rem;
}

.grid.cards.split-two {
  display: grid;
  gap: 1.5rem;
  margin-top: 2rem;
}

.grid.cards.split-two .card {
  padding: 1.75rem;
  border: 1px solid rgba(198, 160, 98, 0.45);
  background: linear-gradient(165deg, rgba(22, 17, 15, 0.95), rgba(11, 8, 8, 0.9));
  box-shadow: var(--shadow-glow);
}

.grid.cards.split-two .card h2 {
  margin-bottom: 0.75rem;
}

.grid.cards.split-two .card p {
  margin-bottom: 1.25rem;
}

@media (min-width: 900px) {
  .grid.cards.split-two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
  }
}