/* =========================================================
   MATRIMAA ABOUT PAGE
========================================================= */

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

html {
  width: 100%;
  scroll-behavior: smooth;
}

body {
  width: 100%;
  background: linear-gradient(135deg, #fff7f8 0%, #ffedf0 50%, #fae2e5 100%);
  color: #000000;
  font-family: "Zalando Sans", sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}

/* Navbar */
#navbar {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  width: 85%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 24px;
  margin-top: 15px;
  border-radius: 40px;
  background-color: rgba(255, 255, 255, 0.65);
  border: 1px solid rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease-in-out;
}

#navbar.scrolled {
  width: 100%;
  margin-top: 0;
  border-radius: 0;
  border-left: none;
  border-right: none;
  border-top: none;
  background-color: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

#navbar img {
  width: 75px;
}

.nav-content {
  display: flex;
  align-items: center;
  gap: 15px;
}

#nav-buttons {
  display: flex;
  gap: 8px;
}

#nav-buttons a,
.hero-cta a,
.footer-col a {
  text-decoration: none;
}

#nav-buttons button {
  font-family: "Zalando Sans", sans-serif;
  border: none;
  background: transparent;
  color: #000000;
  font-size: 15px;
  font-weight: 500;
  padding: 6px 16px;
  border-radius: 20px;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}

#nav-buttons button:hover,
#nav-buttons button.active {
  background-color: rgba(255, 255, 255, 0.6);
  color: #ed1b24;
}

.spl-btn button {
  border: none;
  background: linear-gradient(
    to right,
    #ff0d25 0%,
    #f59ba2 25%,
    #fae2e5 50%,
    #f59ba2 75%,
    #ff0d25 100%
  );
  background-size: 200% 100%;
  color: #000000;
  font-size: 15px;
  font-weight: 500;
  font-family: "Zalando Sans", sans-serif;
  padding: 10px 24px;
  border-radius: 50px;
  cursor: pointer;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
  transition: all 0.4s ease-in-out;
}

.spl-btn button:hover {
  background-position: 100% 0%;
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(237, 27, 36, 0.3);
}

/* Hamburger Icon Styles */
.hamburger {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 28px;
  height: 20px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1001;
}

.hamburger .bar {
  width: 100%;
  height: 3px;
  background-color: #000000;
  border-radius: 2px;
  transition: all 0.3s ease-in-out;
}

/* Hamburger Toggle Animation */
.hamburger.active .bar:nth-child(1) {
  transform: translateY(8.5px) rotate(45deg);
}

.hamburger.active .bar:nth-child(2) {
  opacity: 0;
}

.hamburger.active .bar:nth-child(3) {
  transform: translateY(-8.5px) rotate(-45deg);
}

/* REVEAL ANIMATIONS */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

@keyframes floatSlow {
  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-10px) rotate(0.5deg);
  }
}

.floating-element {
  animation: floatSlow 6s ease-in-out infinite;
}

/* HERO SECTION */
.hero {
  position: relative;
  padding: 160px 8% 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: radial-gradient(
    circle at center top,
    rgba(255, 255, 255, 0.9) 0%,
    rgba(250, 226, 229, 0.6) 80%
  );
}

.hero-logo-container {
  margin-bottom: 25px;
}
.matrimaa-logo {
  max-width: 130px;
  height: auto;
  filter: drop-shadow(0 4px 12px rgba(237, 27, 36, 0.25));
}

.hero-title {
  font-size: clamp(2.3rem, 5vw, 4rem);
  line-height: 1.15;
  margin-bottom: 18px;
  font-weight: 800;
  color: #000000;
}

.hero-description {
  font-size: clamp(1rem, 2vw, 1.2rem);
  color: #000000;
  max-width: 720px;
  margin-bottom: 35px;
  font-weight: 500;
}

.hero-arch-container {
  position: relative;
  width: 100%;
  max-width: 450px;
  height: 380px;
  margin: 10px auto 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  overflow: hidden;
  border-radius: 280px 280px 0 0;
  box-shadow: 0 18px 40px rgba(237, 27, 36, 0.2);
  border: 1px solid rgba(237, 27, 36, 0.3);
}

.arch-backdrop {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #ed1b24 0%, #700610 100%);
  border-radius: 280px 280px 0 0;
  z-index: 1;
}

.hero-profile-img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
  border-radius: 280px 280px 0 0;
}

/* FOUNDER SECTION */
.founder-section {
  padding: 80px 8%;
  max-width: 1300px;
  margin: 0 auto;
}

.section-header {
  text-align: center;
  margin-bottom: 50px;
}

.section-header h2 {
  font-size: 2.5rem;
  letter-spacing: 1.5px;
  font-weight: 800;
  color: #000000;
}

.section-header p {
  color: #ed1b24;
  font-size: 1.1rem;
  font-weight: 700;
}

.profile-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 50px;
  align-items: center;
}

.profile-card-stack {
  position: relative;
}

.profile-img-main {
  width: 100%;
  border-radius: 18px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(237, 27, 36, 0.2);
}

.profile-badge {
  position: absolute;
  bottom: -20px;
  right: -15px;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(10px);
  color: #000000;
  padding: 18px 24px;
  border-radius: 14px;
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(237, 27, 36, 0.3);
}

.profile-badge .title {
  font-size: 1.05rem;
  color: #ed1b24;
  font-weight: 700;
  display: block;
}

.profile-bio h3 {
  font-size: 1.9rem;
  margin-bottom: 15px;
  color: #000000;
}

.profile-bio p {
  color: #000000;
  margin-bottom: 18px;
  font-size: 1rem;
  text-align: justify;
}

.achievements-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 15px;
  margin-top: 25px;
}

.achievement-pill {
  background: rgba(255, 255, 255, 0.8);
  padding: 15px 18px;
  border-radius: 12px;
  border-left: 4px solid #ed1b24;
  border-top: 1px solid rgba(237, 27, 36, 0.15);
  border-right: 1px solid rgba(237, 27, 36, 0.15);
  border-bottom: 1px solid rgba(237, 27, 36, 0.15);
  transition: all 0.3s ease-in-out;
}

.achievement-pill:hover {
  transform: translateX(6px);
  background: #ffffff;
}

.achievement-pill h4 {
  font-size: 0.85rem;
  color: #ed1b24;
  font-weight: 700;
}

/* MOVEMENT SECTION */
.matrimaa-section {
  background: linear-gradient(135deg, #fbe8ec 0%, #f4d3d8 100%);
  color: #000000;
  padding: 85px 8%;
  border-top: 1px solid rgba(237, 27, 36, 0.15);
  border-bottom: 1px solid rgba(237, 27, 36, 0.15);
}

.matrimaa-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}

.accent-badge {
  display: inline-block;
  background: rgba(237, 27, 36, 0.12);
  color: #ed1b24;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 2px;
  padding: 6px 16px;
  border-radius: 20px;
  margin-bottom: 15px;
  border: 1px solid rgba(237, 27, 36, 0.25);
}

.matrimaa-content h2 {
  font-size: 2.7rem;
  margin-bottom: 18px;
  font-weight: 800;
}

.matrimaa-content h2 span {
  color: #ed1b24;
}

.matrimaa-design-img {
  width: 100%;
  border-radius: 18px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(237, 27, 36, 0.25);
}

.titles-winner-list {
  list-style: none;
  margin-top: 15px;
}

.titles-winner-list li {
  padding: 10px 0;
  border-bottom: 1px solid rgba(237, 27, 36, 0.15);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.95rem;
}

.titles-winner-list i {
  color: #ed1b24;
}

/* PRESS & LIGHTBOX */
.press-section {
  padding: 85px 8%;
  max-width: 1300px;
  margin: 0 auto;
}

.press-card {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(10px);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  border: 1px solid rgba(237, 27, 36, 0.2);
}

.press-content {
  padding: 45px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.press-tag {
  align-self: flex-start;
  background: rgba(237, 27, 36, 0.12);
  color: #ed1b24;
  font-weight: 700;
  font-size: 0.75rem;
  padding: 6px 16px;
  border-radius: 20px;
  margin-bottom: 18px;
  border: 1px solid rgba(237, 27, 36, 0.25);
}

.press-title {
  font-size: 1.7rem;
  margin-bottom: 18px;
  font-weight: 800;
}

.press-quote {
  border-left: 4px solid #ed1b24;
  padding-left: 18px;
  margin: 15px 0;
}

.press-image-container {
  position: relative;
  background: #000000;
  overflow: hidden;
  min-height: 320px;
  cursor: pointer;
}

.press-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease-in-out;
}

.press-image-container:hover img {
  transform: scale(1.04);
}

.image-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  background: rgba(0, 0, 0, 0.88);
  backdrop-filter: blur(8px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.image-lightbox.active {
  opacity: 1;
  visibility: visible;
}

.image-lightbox img {
  max-width: 92vw;
  max-height: 90vh;
  object-fit: contain;
  border-radius: 8px;
}

.lightbox-close {
  position: absolute;
  top: 25px;
  right: 30px;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  font-size: 34px;
  cursor: pointer;
}

body.lightbox-open {
  overflow: hidden;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .hamburger {
    display: flex;
  }

  .nav-content {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    flex-direction: column;
    align-items: center;
    padding: 20px 0;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.5);
    display: none;
  }

  .nav-content.active {
    display: flex;
  }

  #nav-buttons {
    flex-direction: column;
    width: 100%;
    align-items: center;
    gap: 10px;
  }

  #nav-buttons button {
    width: 100%;
    text-align: center;
    padding: 10px 20px;
    font-size: 15px;
  }

  .spl-btn {
    margin-top: 5px;
  }

  .profile-grid,
  .matrimaa-container,
  .press-card {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  #navbar {
    width: 94%;
    padding: 8px 16px;
  }
  .hero {
    padding: 130px 6% 40px;
  }
  .hero-title {
    font-size: 2.2rem;
  }
}
