:root {
  --navy: #102a72;
  --navy-2: #071a4d;
  --teal: #087c96;
  --cyan: #2caac2;
  --sky: #eaf7fb;
  --orange: #e85a24;
  --ink: #17233e;
  --muted: #64708a;
  --white: #ffffff;
  --line: rgba(16, 42, 114, .12);
  --shadow: 0 24px 70px rgba(16, 42, 114, .12);
  --radius: 26px;
  --serif: "Playfair Display", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--sans);
  color: var(--ink);
  background: #fff;
  line-height: 1.65;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 110px 0; }
.eyebrow {
  margin: 0 0 14px;
  color: var(--teal);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .2em;
  text-transform: uppercase;
}
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); }
h2 { font-size: clamp(2.35rem, 4.5vw, 4rem); line-height: 1.05; letter-spacing: -.03em; margin-bottom: 20px; }
h2 em { color: var(--teal); font-style: normal; }
button { font: inherit; }

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(16,42,114,.08);
}
.nav-wrap { height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand img { width: 142px; height: 62px; object-fit: cover; object-position: center; border-radius: 12px; }
.nav { display: flex; align-items: center; gap: 28px; font-weight: 700; font-size: .92rem; color: var(--navy); }
.nav a { transition: .2s ease; }
.nav a:hover { color: var(--teal); }
.nav-cta {
  background: var(--navy);
  color: white !important;
  padding: 10px 19px;
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(16,42,114,.18);
}
.menu-btn { display: none; border: 0; background: transparent; color: var(--navy); font-size: 1.6rem; }

/* Hero */
.hero {
  position: relative;
  overflow: hidden;
  min-height: 760px;
  display: flex;
  align-items: center;
  background:
    radial-gradient(circle at 84% 25%, rgba(44,170,194,.24), transparent 28%),
    radial-gradient(circle at 8% 85%, rgba(16,42,114,.10), transparent 32%),
    linear-gradient(135deg, #f8fdff 0%, #edf8fb 55%, #fff 100%);
}
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 50px; align-items: center; padding: 90px 0 120px; }
.hero-copy { position: relative; z-index: 2; }
.hero h1 { max-width: 700px; font-size: clamp(3.6rem, 7vw, 6.7rem); line-height: .91; margin-bottom: 20px; color: var(--navy); }
.hero h1 span { color: var(--teal); display: block; }
.hero-lead { color: var(--orange); font-size: 1.12rem; font-weight: 800; letter-spacing: .12em; }
.hero-text { max-width: 620px; color: var(--muted); font-size: 1.05rem; }
.event-meta { display: flex; gap: 38px; margin: 28px 0; }
.event-meta > div { padding-left: 16px; border-left: 3px solid var(--cyan); }
.meta-label { display: block; font-size: .7rem; letter-spacing: .16em; font-weight: 800; color: var(--teal); }
.event-meta strong, .event-meta small { display: block; }
.event-meta strong { color: var(--navy); }
.event-meta small { color: var(--muted); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.btn { display: inline-flex; align-items: center; gap: 10px; padding: 14px 23px; border-radius: 999px; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: white; background: var(--orange); box-shadow: 0 16px 32px rgba(232,90,36,.25); }
.btn-ghost { color: var(--navy); border: 1px solid var(--line); background: rgba(255,255,255,.7); }
.hero-art { position: relative; min-height: 560px; display: grid; place-items: center; }
.logo-card {
  width: min(560px, 100%);
  border-radius: 34px;
  overflow: hidden;
  background: white;
  box-shadow: 0 35px 90px rgba(16,42,114,.2);
  transform: rotate(1.2deg);
  border: 8px solid rgba(255,255,255,.8);
}
.logo-card img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.floating-card {
  position: absolute;
  right: -12px;
  bottom: 35px;
  display: flex;
  gap: 12px;
  align-items: center;
  max-width: 280px;
  padding: 16px 18px;
  background: rgba(255,255,255,.94);
  border: 1px solid rgba(16,42,114,.09);
  border-radius: 20px;
  box-shadow: var(--shadow);
}
.floating-card strong { display: block; color: var(--navy); font-size: 1.05rem; }
.floating-card small { display: block; color: var(--muted); font-size: .75rem; }
.floating-icon { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 12px; background: var(--sky); color: var(--teal); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(1px); pointer-events: none; }
.glow-one { width: 280px; height: 280px; background: rgba(44,170,194,.14); top: 8%; right: 22%; }
.glow-two { width: 180px; height: 180px; background: rgba(232,90,36,.08); bottom: 12%; left: 8%; }
.wave { position: absolute; left: -5%; right: -5%; bottom: -48px; height: 100px; background: white; border-radius: 50% 50% 0 0 / 80% 80% 0 0; }

/* Intro */
.intro { background: white; }
.intro-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: start; }
.intro-copy { color: var(--muted); font-size: 1.05rem; max-width: 680px; }
.quote { color: var(--navy); font-family: var(--serif); font-size: 1.55rem; line-height: 1.35; border-left: 4px solid var(--orange); padding-left: 20px; margin-top: 28px; }

/* Pillars */
.pillars { background: #f7fbfd; }
.section-heading { max-width: 760px; margin-bottom: 48px; }
.section-heading > p:last-child { color: var(--muted); font-size: 1.05rem; }
.pillar-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.pillar-card {
  position: relative; min-height: 330px; padding: 32px;
  border: 1px solid var(--line); border-radius: var(--radius);
  background: white; box-shadow: 0 10px 35px rgba(16,42,114,.05);
  overflow: hidden;
}
.pillar-card.featured { color: white; background: var(--navy); transform: translateY(-14px); }
.pillar-card.featured h4, .pillar-card.featured p { color: rgba(255,255,255,.75); }
.pillar-card.featured .pillar-icon { background: rgba(255,255,255,.12); }
.pillar-no { position: absolute; top: 24px; right: 28px; font-weight: 800; color: rgba(16,42,114,.18); }
.featured .pillar-no { color: rgba(255,255,255,.25); }
.pillar-icon { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 16px; background: var(--sky); color: var(--teal); font-size: 1.35rem; font-weight: 800; margin-bottom: 35px; }
.pillar-card h3 { font-family: var(--serif); font-size: 2rem; color: var(--navy); margin-bottom: 5px; }
.featured h3 { color: white; }
.pillar-card h4 { margin-bottom: 14px; color: var(--teal); font-size: .9rem; }
.pillar-card p { color: var(--muted); margin-bottom: 0; }

/* Experience */
.experience-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; }
.experience-visual { position: relative; min-height: 440px; display: grid; place-items: center; }
.visual-ring { position: absolute; border-radius: 50%; border: 1px solid rgba(8,124,150,.18); }
.ring-a { width: 360px; height: 360px; }
.ring-b { width: 270px; height: 270px; border-style: dashed; }
.visual-center {
  width: 190px; height: 190px; border-radius: 50%;
  display: grid; place-content: center; text-align: center;
  color: white; background: linear-gradient(145deg, var(--navy), var(--teal));
  box-shadow: 0 28px 60px rgba(16,42,114,.22);
  font-family: var(--serif); font-size: 1.5rem; line-height: 1;
}
.visual-center b { font-size: 2.5rem; }
.visual-center small { margin-top: 8px; font-family: var(--sans); letter-spacing: .2em; }
.large-copy { color: var(--muted); font-size: 1.08rem; }
.check-list { list-style: none; padding: 0; margin: 25px 0 0; display: grid; grid-template-columns: 1fr 1fr; gap: 12px 20px; }
.check-list li { position: relative; padding-left: 28px; color: var(--ink); font-weight: 600; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--orange); font-weight: 900; }

/* Registration */
.registration { color: white; background: linear-gradient(135deg, var(--navy-2), var(--navy) 58%, #0a6e86); }
.section-heading.light .eyebrow { color: #67d0df; }
.section-heading.light h2 { color: white; }
.section-heading.light > p:last-child { color: rgba(255,255,255,.7); }
.price-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.price-card { padding: 27px; min-height: 270px; border: 1px solid rgba(255,255,255,.14); background: rgba(255,255,255,.07); border-radius: 22px; }
.price-card.accent-card { background: rgba(232,90,36,.15); border-color: rgba(232,90,36,.35); }
.price-tag { font-size: .66rem; font-weight: 800; letter-spacing: .13em; color: #78d9e7; }
.price-card h3 { font-family: var(--serif); font-size: 1.45rem; min-height: 70px; margin: 15px 0 5px; }
.price { color: white; font-size: 2.15rem; font-weight: 900; }
.price span { font-size: 1rem; }
.price.free { color: #76d8c6; }
.price-card p { color: rgba(255,255,255,.65); font-size: .9rem; }
.register-panel {
  margin-top: 28px; padding: 28px 30px; border-radius: 24px;
  display: flex; align-items: center; justify-content: space-between; gap: 25px;
  background: white; color: var(--ink);
}
.register-panel .eyebrow { margin-bottom: 6px; color: var(--orange); }
.register-panel h3 { font-family: var(--serif); font-size: 1.8rem; margin-bottom: 5px; color: var(--navy); }
.register-panel p { margin: 0; color: var(--muted); }
.btn-white { color: var(--navy); background: #fff; border: 1px solid var(--line); box-shadow: 0 10px 25px rgba(0,0,0,.08); }

/* Team */
/* Team */
.team {
  background: #f8fbfc;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.person {
  padding: 28px;
  text-align: center;
  border-radius: 24px;
  background: white;
  border: 1px solid var(--line);
  overflow: hidden;
}

/* Team member images */
.person img {
  display: block;
  width: 140px;
  height: 162px;
  margin: 0 auto 18px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
  max-width: 100%;
}

/* Text */
.person h3 {
  color: var(--navy);
  margin-bottom: 2px;
  font-size: 1.05rem;
}

.person p {
  margin: 0;
  color: var(--teal);
  font-size: .84rem;
  font-weight: 700;
}

/* Tablet */
@media (max-width: 900px) {
  .team-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .person {
    padding: 24px 18px;
  }

  .person img {
    width: 125px;
    height: 125px;
  }
}

/* Mobile */
@media (max-width: 600px) {
  .team-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .person {
    padding: 24px 16px;
    border-radius: 20px;
  }

  .person img {
    width: 120px;
    height: 120px;
    margin-bottom: 14px;
  }

  .person h3 {
    font-size: 1rem;
  }

  .person p {
    font-size: .8rem;
  }
}
/* Invite */
.invite { background: white; }
.invite-box {
  position: relative; overflow: hidden; padding: 70px;
  border-radius: 34px;
  background:
    radial-gradient(circle at 95% 20%, rgba(44,170,194,.28), transparent 30%),
    linear-gradient(135deg, #eef9fc, #fff);
  border: 1px solid var(--line);
  display: flex; align-items: center; justify-content: space-between; gap: 50px;
}
.invite-box h2 { max-width: 800px; }
.invite-box > div:first-child > p:last-child { color: var(--muted); margin-bottom: 0; }
.invite-badge { min-width: 150px; height: 150px; border-radius: 50%; display: grid; place-content: center; text-align: center; color: white; background: var(--navy); box-shadow: 0 20px 40px rgba(16,42,114,.2); }
.invite-badge strong { font-family: var(--serif); font-size: 2.8rem; line-height: 1; }
.invite-badge span { font-size: .62rem; letter-spacing: .15em; }

/* Footer */
.footer { padding: 60px 0 20px; background: #071a4d; color: white; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 40px; align-items: center; }
.footer-logo { width: 150px; height: 75px; object-fit: cover; object-position: center; border-radius: 12px; }
.footer p { color: rgba(255,255,255,.6); margin: 12px 0 0; }
.footer-links { display: flex; flex-wrap: wrap; gap: 18px; color: rgba(255,255,255,.75); font-weight: 700; }
.footer-date { text-align: right; }
.footer-date strong, .footer-date span { display: block; }
.footer-date strong { color: #67d0df; }
.footer-date span { color: rgba(255,255,255,.6); }
.copyright { border-top: 1px solid rgba(255,255,255,.1); margin-top: 35px; padding-top: 18px; color: rgba(255,255,255,.45); font-size: .78rem; }

/* Responsive */
@media (max-width: 980px) {
  .nav { gap: 16px; font-size: .82rem; }
  .hero-grid, .intro-grid, .experience-grid { grid-template-columns: 1fr; gap: 50px; }
  .hero { min-height: auto; }
  .hero-art { min-height: 440px; order: -1; }
  .hero-copy { padding-bottom: 40px; }
  .pillar-grid, .price-grid { grid-template-columns: 1fr 1fr; }
  .pillar-card.featured { transform: none; }
  .experience-visual { min-height: 360px; }
  .team-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 700px) {
  .container { width: min(100% - 28px, 1160px); }
  .section { padding: 78px 0; }
  .nav-wrap { height: 68px; }
  .brand img { width: 125px; height: 54px; }
  .menu-btn { display: block; }
  .nav {
    position: absolute; top: 68px; left: 14px; right: 14px;
    display: none; padding: 18px; flex-direction: column; align-items: stretch;
    background: white; border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow);
  }
  .nav.open { display: flex; }
  .nav a { padding: 10px 8px; }
  .nav-cta { text-align: center; }
  .hero-grid { padding: 45px 0 90px; }
  .hero-art { min-height: auto; }
  .logo-card { transform: none; }
  .floating-card { position: relative; right: auto; bottom: auto; margin: -25px 10px 0 auto; }
  .hero h1 { font-size: clamp(3rem, 16vw, 5rem); }
  .event-meta { flex-direction: column; gap: 16px; }
  .pillar-grid, .price-grid, .team-grid, .check-list { grid-template-columns: 1fr; }
  .pillar-card { min-height: auto; }
  .register-panel, .invite-box { flex-direction: column; align-items: flex-start; padding: 30px; }
  .invite-badge { align-self: center; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-date { text-align: left; }
}
/* =========================================
   HOME PAGE - 3 LOGOS IN ONE ROW
   ========================================= */

.home-logos {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin: 30px auto;
}

.home-logo {
    width: 100%;
    height: 150px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border-radius: 20px;
    border: 1px solid rgba(16, 42, 114, 0.10);
    box-shadow: 0 15px 40px rgba(16, 42, 114, 0.10);
    transition: all 0.3s ease;
}

.home-logo:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 45px rgba(16, 42, 114, 0.18);
}

.home-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}


/* =========================================
   TABLET
   ========================================= */

@media (max-width: 900px) {

    .home-logos {
        gap: 12px;
    }

    .home-logo {
        height: 120px;
        padding: 12px;
        border-radius: 16px;
    }
}


/* =========================================
   MOBILE
   3 LOGOS STILL IN ONE ROW
   ========================================= */

@media (max-width: 600px) {

    .home-logos {
        grid-template-columns: repeat(3, 1fr);
        gap: 7px;
        margin: 20px auto;
    }

    .home-logo {
        height: 85px;
        padding: 7px;
        border-radius: 12px;
    }

    .home-logo img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .home-logo:hover {
        transform: none;
    }
}


/* =========================================
   SMALL MOBILE
   ========================================= */

@media (max-width: 380px) {

    .home-logos {
        gap: 5px;
    }

    .home-logo {
        height: 70px;
        padding: 5px;
        border-radius: 9px;
    }
}
.mahacme-countdown {
  padding: 90px 20px;
  background: linear-gradient(135deg, #071a4d, #102a72, #087c96);
  color: #fff;
  overflow: hidden;
}

.countdown-container {
  max-width: 1100px;
  margin: auto;
  text-align: center;
}

.countdown-label {
  color: #67d0df;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 3px;
}

.countdown-content h2 {
  margin: 12px 0;
  font-family: Georgia, serif;
  font-size: clamp(32px, 5vw, 58px);
  line-height: 1.1;
}

.countdown-content h2 span {
  color: #2caac2;
}

.countdown-content p {
  color: rgba(255,255,255,.75);
  font-size: 16px;
}

.countdown-timer {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin-top: 40px;
}

.time-box {
  min-width: 130px;
  padding: 24px 18px;
  border-radius: 20px;
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.18);
  backdrop-filter: blur(10px);
}

.time-box strong {
  display: block;
  font-size: 42px;
  line-height: 1;
  color: #fff;
}

.time-box small {
  display: block;
  margin-top: 10px;
  color: #67d0df;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

@media (max-width: 600px) {
  .mahacme-countdown {
    padding: 65px 15px;
  }

  .countdown-timer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .time-box {
    min-width: 0;
    padding: 20px 10px;
  }

  .time-box strong {
    font-size: 32px;
  }
}

.mahacme-gallery {
  padding: 100px 20px;
  background: #f7fbfd;
}

.gallery-container {
  max-width: 1150px;
  margin: auto;
}

.gallery-heading {
  max-width: 700px;
  margin-bottom: 45px;
}

.gallery-heading > span {
  color: #087c96;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 3px;
}

.gallery-heading h2 {
  margin: 10px 0;
  color: #102a72;
  font-family: Georgia, serif;
  font-size: clamp(35px, 5vw, 58px);
}

.gallery-heading h2 em {
  color: #087c96;
  font-style: normal;
}

.gallery-heading p {
  color: #64708a;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.gallery-item {
  position: relative;
  height: 280px;
  overflow: hidden;
  border-radius: 22px;
  background: #102a72;
  display: block;
}

.gallery-item:nth-child(2),
.gallery-item:nth-child(5) {
  height: 340px;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}

.gallery-item:hover img {
  transform: scale(1.08);
}

.gallery-overlay {
  position: absolute;
  inset: auto 15px 15px 15px;
  padding: 12px 16px;
  border-radius: 14px;
  background: rgba(7,26,77,.85);
  color: white;
  opacity: 0;
  transform: translateY(10px);
  transition: .3s ease;
}

.gallery-item:hover .gallery-overlay {
  opacity: 1;
  transform: translateY(0);
}

.gallery-overlay span {
  font-size: 13px;
  font-weight: 700;
}

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

  .gallery-item,
  .gallery-item:nth-child(2),
  .gallery-item:nth-child(5) {
    height: 230px;
  }
}

@media (max-width: 520px) {
  .mahacme-gallery {
    padding: 70px 15px;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .gallery-item,
  .gallery-item:nth-child(2),
  .gallery-item:nth-child(5) {
    height: 270px;
  }

  .gallery-overlay {
    opacity: 1;
    transform: none;
  }
}
.mahacme-venue {
  padding: 100px 20px;
  background: #fff;
}

.venue-container {
  max-width: 1150px;
  margin: auto;
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 50px;
  align-items: center;
}

.venue-label {
  color: #087c96;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 3px;
}

.venue-info h2 {
  margin: 12px 0 20px;
  color: #102a72;
  font-family: Georgia, serif;
  font-size: clamp(38px, 5vw, 58px);
  line-height: 1.05;
}

.venue-info h2 em {
  color: #087c96;
  font-style: normal;
}

.venue-description {
  color: #64708a;
  font-size: 16px;
  line-height: 1.7;
}

.venue-details {
  margin: 30px 0;
  display: grid;
  gap: 18px;
}

.venue-detail {
  display: flex;
  align-items: center;
  gap: 15px;
}

.venue-icon {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: #eaf7fb;
  color: #087c96;
  font-size: 20px;
}

.venue-detail strong {
  display: block;
  color: #102a72;
}

.venue-detail p {
  margin: 2px 0 0;
  color: #64708a;
  font-size: 14px;
}

.direction-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 23px;
  border-radius: 999px;
  color: #fff;
  background: #e85a24;
  font-weight: 800;
  box-shadow: 0 14px 30px rgba(232,90,36,.22);
  transition: .2s ease;
}

.direction-button:hover {
  transform: translateY(-2px);
}

.venue-map {
  min-height: 460px;
  overflow: hidden;
  border-radius: 28px;
  box-shadow: 0 25px 70px rgba(16,42,114,.15);
  border: 8px solid #fff;
}

.venue-map iframe {
  display: block;
  width: 100%;
  height: 460px;
  border: 0;
}

@media (max-width: 800px) {
  .mahacme-venue {
    padding: 70px 15px;
  }

  .venue-container {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .venue-map {
    min-height: 350px;
    border-radius: 20px;
  }

  .venue-map iframe {
    height: 350px;
  }
}

@media (max-width: 480px) {
  .venue-map iframe {
    height: 300px;
  }
}
