:root {
  --bg-cream: #fffaf3;
  --bg-blush: #fff1f4;
  --bg-soft: #f8ecf9;
  --text-deep: #4e1955;
  --text-body: #5b5563;
  --lotus: #ef4b8b;
  --lotus-dark: #c92d72;
  --moon: #f2b24d;
  --plum: #661a69;
  --plum-dark: #461248;
  --card-shadow: 0 24px 60px rgba(102, 26, 105, 0.12);
  --border-soft: rgba(102, 26, 105, 0.12);
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Manrope", sans-serif;
  color: var(--text-body);
  background:
    radial-gradient(circle at top left, rgba(242, 178, 77, 0.22), transparent 26%),
    radial-gradient(circle at top right, rgba(239, 75, 139, 0.16), transparent 22%),
    linear-gradient(180deg, #fffaf3 0%, #ffffff 46%, #fff8fb 100%);
}

h1,
h2,
h3,
.brand-text {
  font-family: "Cormorant Garamond", serif;
  color: var(--text-deep);
}

p,
li,
a,
span {
  letter-spacing: 0.01em;
}

.site-navbar {
  background: rgba(255, 250, 243, 0.9);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(102, 26, 105, 0.08);
}

.brand-logo {
  width: 54px;
  height: 54px;
  object-fit: contain;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.85);
  padding: 0.2rem;
}

.brand-text {
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1;
}

.nav-link {
  color: var(--text-deep);
  font-weight: 600;
}

.nav-link:hover,
.nav-link:focus {
  color: var(--lotus-dark);
}

.hero-section {
  position: relative;
  padding: 9rem 0 5rem;
  overflow: hidden;
}

.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 22%, rgba(242, 178, 77, 0.28), transparent 18%),
    radial-gradient(circle at 82% 14%, rgba(239, 75, 139, 0.2), transparent 18%),
    radial-gradient(circle at 50% 100%, rgba(102, 26, 105, 0.1), transparent 28%);
  pointer-events: none;
}

.eyebrow,
.section-tag {
  display: inline-block;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  background: rgba(102, 26, 105, 0.08);
  color: var(--plum);
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-title {
  font-weight: 700;
  line-height: 0.95;
  margin: 1rem 0 1.25rem;
}

.hero-copy {
  font-size: 1.08rem;
  line-height: 1.85;
  max-width: 42rem;
}

.btn-brand-primary,
.btn-brand-outline {
  border-radius: 999px;
  padding: 0.95rem 1.6rem;
  font-weight: 700;
}

.btn-brand-primary {
  background: linear-gradient(135deg, var(--lotus) 0%, var(--plum) 100%);
  border: 0;
  color: #fff;
  box-shadow: 0 18px 34px rgba(102, 26, 105, 0.18);
}

.btn-brand-primary:hover,
.btn-brand-primary:focus {
  color: #fff;
  background: linear-gradient(135deg, var(--lotus-dark) 0%, var(--plum-dark) 100%);
}

.btn-brand-outline {
  border: 1px solid rgba(102, 26, 105, 0.2);
  color: var(--plum);
  background: rgba(255, 255, 255, 0.72);
}

.btn-brand-outline:hover,
.btn-brand-outline:focus {
  color: var(--plum-dark);
  border-color: rgba(102, 26, 105, 0.35);
  background: #fff;
}

.hero-card,
.content-card,
.highlight-card,
.pillar-card,
.work-card,
.event-card,
.commitment-banner {
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid var(--border-soft);
  box-shadow: var(--card-shadow);
}

.hero-card {
  position: relative;
  border-radius: 2rem;
  padding: 2.25rem;
  text-align: center;
}

.hero-card::after {
  content: "";
  position: absolute;
  inset: 1rem;
  border: 1px dashed rgba(239, 75, 139, 0.25);
  border-radius: 1.5rem;
  pointer-events: none;
}

.hero-logo {
  width: min(100%, 380px);
  height: auto;
  object-fit: contain;
}

.hero-meaning {
  max-width: 28rem;
  margin: 1.5rem auto 0;
}

.hero-meaning h2 {
  font-size: 2rem;
  margin-bottom: 0.75rem;
}

.section-block {
  padding: 5rem 0;
}

.section-soft {
  background: linear-gradient(180deg, rgba(248, 236, 249, 0.54) 0%, rgba(255, 255, 255, 0.72) 100%);
}

.section-intro {
  max-width: 48rem;
  margin: 0 auto 3rem;
}

.section-intro h2,
.section-side-title,
.commitment-banner h2 {
  font-size: clamp(2rem, 3vw, 3.2rem);
  margin: 1rem 0;
}

.section-note {
  margin-top: 0.25rem;
}

.content-card,
.highlight-card,
.pillar-card {
  border-radius: 1.6rem;
  padding: 2rem;
}

.highlight-card {
  background: linear-gradient(180deg, rgba(102, 26, 105, 0.96) 0%, rgba(79, 25, 85, 1) 100%);
  color: rgba(255, 255, 255, 0.88);
}

.highlight-card h3 {
  color: #fff7f9;
  margin-bottom: 1rem;
}

.pillar-card {
  position: relative;
  overflow: hidden;
}

.pillar-card::before {
  content: "";
  position: absolute;
  top: -30px;
  right: -30px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(242, 178, 77, 0.22) 0%, transparent 70%);
}

.pillar-card h3,
.work-card h3,
.event-body h3,
.content-card h3 {
  font-size: 1.9rem;
  margin-bottom: 1rem;
}

.icon-list {
  padding-left: 1.2rem;
  margin-bottom: 0;
}

.icon-list li + li {
  margin-top: 0.7rem;
}

.work-card {
  border-radius: 1.8rem;
  padding: 1.75rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.work-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 64px rgba(102, 26, 105, 0.18);
}

.work-icon {
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  margin-bottom: 1rem;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(135deg, var(--moon), var(--lotus));
}

.commitment-banner {
  border-radius: 2rem;
  padding: 2.75rem;
  background:
    linear-gradient(135deg, rgba(102, 26, 105, 0.95) 0%, rgba(239, 75, 139, 0.88) 100%);
  color: rgba(255, 255, 255, 0.92);
}

.commitment-banner h2,
.commitment-banner .section-tag {
  color: #fff;
}

.commitment-banner .section-tag {
  background: rgba(255, 255, 255, 0.16);
}

.event-card {
  border-radius: 1.6rem;
  overflow: hidden;
}

.event-image {
  min-height: 220px;
}

.event-body {
  padding: 1.6rem;
}

.placeholder-frame {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 180px;
  border: 1.5px dashed rgba(102, 26, 105, 0.22);
  background:
    linear-gradient(135deg, rgba(255, 241, 244, 0.88) 0%, rgba(248, 236, 249, 0.92) 100%);
  color: var(--plum);
  font-weight: 700;
  text-align: center;
  padding: 1rem;
}

.gallery-grid {
  column-count: 3;
  column-gap: 1.25rem;
}

.gallery-card {
  break-inside: avoid;
  margin: 0 0 1.25rem;
  overflow: hidden;
  border-radius: 1.5rem;
  border: 1px solid rgba(102, 26, 105, 0.12);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 20px 44px rgba(102, 26, 105, 0.12);
}

.gallery-video-card {
  padding: 0;
  background: #1a081d;
}

.site-footer {
  padding: 2rem 0 3rem;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  padding-top: 1rem;
  border-top: 1px solid rgba(102, 26, 105, 0.12);
}

.footer-inner h3 {
  margin-bottom: 0.35rem;
}

.footer-link {
  color: var(--plum);
  font-weight: 700;
  text-decoration: none;
}

.footer-link:hover,
.footer-link:focus {
  color: var(--lotus-dark);
}

@media (max-width: 991.98px) {
  .brand-text {
    font-size: 1.1rem;
  }

  .hero-section {
    padding-top: 8rem;
  }
}

@media (max-width: 767.98px) {
  .workshop-card {
    padding: 1.5rem;
  }

  .workshop-video {
    height: 240px;
  }
}


/* Restored interactive gallery, project, and workshop styles */
.gallery-media {
  transition: transform 0.35s ease;
}

.gallery-trigger {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.gallery-trigger:focus-visible {
  outline: 3px solid rgba(242, 178, 77, 0.75);
  outline-offset: 4px;
}

.gallery-trigger:hover .gallery-media,
.gallery-trigger:focus-visible .gallery-media {
  transform: scale(1.04);
}

.gallery-hover {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  padding: 0.75rem 1rem;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(102, 26, 105, 0.92), rgba(239, 75, 139, 0.88));
  color: #fff;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.25s ease, transform 0.25s ease;
  pointer-events: none;
}

.gallery-trigger:hover .gallery-hover,
.gallery-trigger:focus-visible .gallery-hover {
  opacity: 1;
  transform: translateY(0);
}

.gallery-modal-content {
  background: rgba(34, 10, 37, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1.75rem;
}

.gallery-modal-image {
  max-height: 78vh;
  object-fit: contain;
  border-radius: 1.25rem;
  background: #140517;
}

#galleryCarousel .carousel-control-prev,
#galleryCarousel .carousel-control-next {
  width: 12%;
}

#galleryCarousel .carousel-control-prev-icon,
#galleryCarousel .carousel-control-next-icon {
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.18);
  background-size: 55%;
}

.project-card {
  height: 100%;
  border-radius: 1.6rem;
  padding: 2rem;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--border-soft);
  box-shadow: var(--card-shadow);
}

.project-card h3 {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.project-quote {
  padding: 0.9rem 1.1rem;
  border-left: 4px solid var(--lotus);
  border-radius: 0.6rem;
  background: rgba(239, 75, 139, 0.08);
  color: var(--plum-dark);
  font-weight: 700;
}

.project-video-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1.6rem;
  padding: 1rem;
  background: linear-gradient(180deg, rgba(102, 26, 105, 0.1), rgba(242, 178, 77, 0.12));
  border: 1px solid var(--border-soft);
  box-shadow: var(--card-shadow);
}

.project-video {
  width: 88%;
  max-height: 430px;
  height: auto;
  border-radius: 1.2rem;
  object-fit: contain;
  background: #16091a;
  margin: 0 auto;
  display: block;
}

.workshop-card {
  border-radius: 1.6rem;
  padding: 2rem;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--border-soft);
  box-shadow: var(--card-shadow);
}

.workshop-card h3 {
  font-size: 1.95rem;
  margin-bottom: 1rem;
}

.workshop-meta {
  margin-top: 1.1rem;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  padding: 0.9rem 1rem;
  border-radius: 0.9rem;
  background: rgba(102, 26, 105, 0.08);
}

.workshop-video-card {
  border-radius: 1.6rem;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(102, 26, 105, 0.1), rgba(242, 178, 77, 0.12));
  border: 1px solid var(--border-soft);
  box-shadow: var(--card-shadow);
}

.workshop-video {
  width: 100%;
  height: 330px;
  object-fit: contain;
  background: #120613;
  display: block;
}

@media (max-width: 991.98px) {
  .project-video-wrap {
    display: block;
  }

  .project-video {
    width: 100%;
    max-height: 460px;
    height: auto;
    object-fit: contain;
  }

  .workshop-video {
    height: 300px;
  }
}

@media (max-width: 767.98px) {
  .workshop-card {
    padding: 1.5rem;
  }

  .workshop-video {
    height: 240px;
  }
}

/* Center workshop video vertically inside the card */
.workshop-video-card {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 991.98px) {
  .workshop-video-card {
    display: block;
  }
}

.contact-link {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: var(--plum);
  text-decoration: none;
  font-weight: 600;
}

.contact-link i {
  font-size: 1rem;
}

.contact-link:hover,
.contact-link:focus {
  color: var(--lotus-dark);
}

.insta-icon {
  color: #e4405f;
}

/* Four-photo gallery layout */
#gallery .gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  column-count: unset;
  column-gap: 0;
}

#gallery .gallery-card {
  margin: 0;
  overflow: hidden;
  border-radius: 1.25rem;
}

#gallery .gallery-media {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
}

@media (max-width: 991.98px) {
  #gallery .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #gallery .gallery-media {
    height: 230px;
  }
}

@media (max-width: 575.98px) {
  #gallery .gallery-grid {
    grid-template-columns: 1fr;
  }

  #gallery .gallery-media {
    height: 220px;
  }
}

.facebook-icon {
  color: #1877f2;
}
