:root {
  --turquoise: #1bbfc8;
  --turquoise-deep: #0f96a0;
  --magenta: #e8168c;
  --magenta-deep: #ba126f;
  --ink: #14213a;
  --soft: #f5fcfd;
  --wave: #dff8fb;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: 'Manrope', system-ui, sans-serif;
  color: #23314f;
  background:
    radial-gradient(circle at top right, rgba(27, 191, 200, 0.1), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #faffff 100%);
}

a {
  color: inherit;
}

.site-navbar {
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(20, 33, 58, 0.08);
}

.brand-mark {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--turquoise), var(--magenta));
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.brand-copy {
  line-height: 1.05;
}

.brand-copy strong {
  display: block;
  font-size: 0.98rem;
  color: var(--ink);
}

.brand-copy span {
  display: block;
  font-size: 0.72rem;
  color: #5f6c89;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.nav-link {
  color: #465575;
  font-weight: 600;
}

.nav-link:hover,
.nav-link.active {
  color: var(--magenta);
}

.btn-brand {
  background: linear-gradient(135deg, var(--magenta), var(--turquoise));
  color: #fff;
  border: 0;
  font-weight: 700;
  box-shadow: 0 14px 28px rgba(27, 191, 200, 0.2);
}

.btn-brand:hover {
  color: #fff;
  transform: translateY(-1px);
}

.btn-outline-brand {
  border: 1px solid rgba(27, 191, 200, 0.35);
  color: var(--turquoise-deep);
  font-weight: 700;
}

.btn-outline-brand:hover {
  background: var(--turquoise);
  color: #fff;
}

.btn-hero-ghost {
  border: 1px solid rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-weight: 700;
  backdrop-filter: blur(10px);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.06);
}

.btn-hero-ghost:hover,
.btn-hero-ghost:focus {
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.96);
  color: #fff;
  transform: translateY(-1px);
}

.hero {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #fff;
}

.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(16, 34, 58, 0.85), rgba(12, 105, 112, 0.58)),
    linear-gradient(180deg, rgba(232, 22, 140, 0.22), transparent 45%);
}

.hero-wave {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 120px;
  background:
    radial-gradient(140% 120px at 50% 0%, transparent 52%, #fff 53%);
}

.hero-content {
  position: relative;
  z-index: 2;
}

.hero-kicker,
.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  font-weight: 800;
}

.section-kicker {
  background: rgba(27, 191, 200, 0.1);
  color: var(--turquoise-deep);
}

.hero-title,
.section-title {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.hero-title {
  font-size: clamp(2.7rem, 7vw, 5.4rem);
  line-height: 0.94;
}

.section-title {
  font-size: clamp(2rem, 4vw, 3.2rem);
  color: var(--ink);
}

.glass-card {
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 24px;
  padding: 1.2rem;
  backdrop-filter: blur(10px);
}

.section-shell {
  padding: 5.5rem 0;
}

.soft-section {
  background:
    linear-gradient(180deg, rgba(223, 248, 251, 0.7), rgba(255, 255, 255, 0.9)),
    radial-gradient(circle at right, rgba(232, 22, 140, 0.06), transparent 25%);
}

.service-card,
.gallery-card,
.info-card {
  border: 1px solid rgba(20, 33, 58, 0.08);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 36px rgba(20, 33, 58, 0.06);
}

.service-card {
  overflow: hidden;
  height: 100%;
}

.service-thumb,
.gallery-thumb {
  width: 100%;
  object-fit: cover;
}

.service-thumb {
  height: 230px;
}

.gallery-thumb {
  height: 280px;
}

.service-body,
.gallery-body,
.info-card {
  padding: 1.4rem;
}

.service-pill,
.gallery-pill {
  display: inline-block;
  border-radius: 999px;
  padding: 0.32rem 0.72rem;
  background: rgba(232, 22, 140, 0.1);
  color: var(--magenta-deep);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.value-list {
  display: grid;
  gap: 1rem;
}

.value-item {
  display: flex;
  gap: 0.9rem;
  align-items: flex-start;
}

.value-icon {
  width: 52px;
  height: 52px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(27, 191, 200, 0.18), rgba(232, 22, 140, 0.18));
  color: var(--magenta);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.quote-panel {
  background: linear-gradient(145deg, #10223a, #1b4d64);
  color: #fff;
  border-radius: 28px;
  padding: 2rem;
  box-shadow: 0 28px 44px rgba(16, 34, 58, 0.2);
}

.special-event-shell {
  padding-top: 0;
}

.special-event-card {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
  align-items: start;
  padding: 2rem;
  border-radius: 32px;
  background:
    radial-gradient(circle at top right, rgba(232, 22, 140, 0.12), transparent 28%),
    linear-gradient(135deg, rgba(223, 248, 251, 0.9), rgba(255, 255, 255, 0.98));
  border: 1px solid rgba(20, 33, 58, 0.08);
  box-shadow: 0 24px 40px rgba(20, 33, 58, 0.08);
}

.special-event-copy {
  grid-column: 1 / -1;
  max-width: none;
}

.special-event-media {
  width: 100%;
}

.special-event-video-wrap {
  width: 100%;
}

.special-event-image,
.special-event-placeholder {
  width: 100%;
  min-height: 420px;
  max-height: 560px;
  border-radius: 30px;
  box-shadow: 0 22px 40px rgba(20, 33, 58, 0.16);
}

.special-event-image {
  display: block;
  object-fit: contain;
  background: linear-gradient(180deg, rgba(255,255,255,.92), rgba(223, 248, 251, 0.72));
  padding: .8rem;
}

.special-event-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: .6rem;
  padding: 1.5rem;
  text-align: center;
  background:
    linear-gradient(135deg, rgba(16, 34, 58, 0.92), rgba(27, 77, 100, 0.86)),
    linear-gradient(180deg, rgba(232, 22, 140, 0.16), transparent);
  color: rgba(255, 255, 255, 0.92);
}

.special-event-placeholder span {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(1.7rem, 4vw, 2.4rem);
  font-weight: 800;
  letter-spacing: -0.04em;
}

.special-event-placeholder small {
  max-width: 220px;
  font-size: .92rem;
}

.special-event-video {
  width: 100%;
  min-height: 420px;
  border: 0;
  border-radius: 28px;
  overflow: hidden;
  background: #09131f;
  box-shadow: 0 22px 40px rgba(20, 33, 58, 0.14);
}

.special-event-video video,
.special-event-video iframe {
  width: 100%;
  height: 100%;
  display: block;
}

.special-event-video-placeholder {
  width: 100%;
  min-height: 420px;
  border-radius: 28px;
  box-shadow: 0 22px 40px rgba(20, 33, 58, 0.14);
  background:
    linear-gradient(145deg, rgba(16, 34, 58, 0.96), rgba(27, 77, 100, 0.9)),
    radial-gradient(circle at top right, rgba(232, 22, 140, 0.22), transparent 35%);
  color: rgba(255, 255, 255, 0.94);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: .75rem;
  text-align: center;
  padding: 1.5rem;
}

.special-event-video-placeholder span {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 800;
  letter-spacing: -0.04em;
}

.special-event-video-placeholder small {
  max-width: 260px;
  font-size: .95rem;
}

.video-frame,
.media-frame {
  width: 100%;
  border: 0;
  border-radius: 24px;
  overflow: hidden;
  background: #09131f;
  box-shadow: 0 24px 44px rgba(20, 33, 58, 0.18);
}

.media-frame video,
.media-frame iframe,
.video-frame video {
  width: 100%;
  display: block;
}

.filter-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
  text-decoration: none;
  border: 1px solid rgba(20, 33, 58, 0.08);
  background: #fff;
  color: #51617f;
  font-weight: 700;
}

.filter-chip.active,
.filter-chip:hover {
  color: #fff;
  background: linear-gradient(135deg, var(--turquoise), var(--magenta));
  border-color: transparent;
}

.footer-shell {
  background: #10223a;
  color: rgba(255, 255, 255, 0.78);
}

.footer-shell h5,
.footer-shell h6 {
  color: #fff;
}

.whatsapp-float {
  position: fixed;
  right: 18px;
  bottom: 18px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.7rem;
  text-decoration: none;
  box-shadow: 0 18px 28px rgba(0, 0, 0, 0.18);
  z-index: 1200;
}

.whatsapp-float:hover {
  color: #fff;
  transform: scale(1.04);
}

.admin-stat {
  border-radius: 22px;
  background: #fff;
  border: 1px solid rgba(20, 33, 58, 0.08);
  box-shadow: 0 16px 32px rgba(20, 33, 58, 0.06);
  padding: 1.2rem;
}

@media (max-width: 991px) {
  .hero {
    min-height: 78vh;
  }

  .section-shell {
    padding: 4.4rem 0;
  }

  .special-event-card {
    grid-template-columns: 1fr;
    padding: 1.4rem;
  }

  .special-event-media {
    width: 100%;
  }

  .special-event-image,
  .special-event-placeholder,
  .special-event-video,
  .special-event-video-placeholder {
    min-height: 320px;
    max-height: none;
  }
}
