:root {
  --white: #ffffff;
  --paper: #fbf7ef;
  --beige: #efe0c8;
  --gold: #c99625;
  --gold-dark: #8a5a0a;
  --blue: #a8c4e8;
  --ink: #211b12;
  --muted: #6d6255;
  --shadow: 0 24px 70px rgba(41, 30, 12, 0.14);
}

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

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 20% 10%, rgba(168, 196, 232, 0.28), transparent 24rem),
    linear-gradient(180deg, var(--white), var(--paper) 45%, #fffaf2);
  overflow-x: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select {
  font: inherit;
}

.site-shell {
  min-height: 100vh;
}

.navbar {
  position: fixed;
  inset: 16px 16px auto;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 14px 44px rgba(49, 37, 12, 0.12);
  backdrop-filter: blur(18px);
  transition: transform 0.25s ease, background 0.25s ease;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.brand img {
  width: 46px;
  height: 46px;
  object-fit: contain;
}

.brand span {
  white-space: nowrap;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 6px;
}

.nav-links a {
  padding: 12px 14px;
  border-radius: 999px;
  color: rgba(33, 27, 18, 0.76);
  font-size: 0.94rem;
  font-weight: 700;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.nav-links a:hover {
  color: var(--ink);
  background: rgba(168, 196, 232, 0.22);
  transform: translateY(-1px);
}

.nav-links .nav-cta,
.btn-primary {
  color: #1d170b;
  background: linear-gradient(135deg, #ffe38b, var(--gold));
  box-shadow: 0 12px 30px rgba(201, 150, 37, 0.25);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: var(--ink);
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: var(--white);
}

.section {
  position: relative;
  padding: 96px max(20px, calc((100vw - 1180px) / 2));
}

.hero {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding-top: 128px;
  overflow: hidden;
  color: var(--white);
  background: #1e160b;
}

.hero-collage,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-collage {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  padding: 12px;
  opacity: 0.9;
  transform: scale(1.04);
}

.hero-collage img {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  object-fit: cover;
  filter: saturate(1.06) contrast(1.05);
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(15, 12, 8, 0.86), rgba(27, 22, 13, 0.5), rgba(15, 12, 8, 0.84)),
    radial-gradient(circle at 54% 38%, rgba(168, 196, 232, 0.32), transparent 34rem);
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(980px, 100%);
  text-align: center;
}

.eyebrow {
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero h1,
.section-heading h2,
.about-copy h2,
.contact-copy h2,
.membership-copy h2 {
  font-family: "Playfair Display", serif;
  letter-spacing: -0.045em;
}

.hero h1 {
  margin-top: 10px;
  font-size: clamp(4rem, 13vw, 10.5rem);
  line-height: 0.88;
  text-wrap: balance;
}

.subtitle {
  margin: 24px auto 0;
  max-width: 760px;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1.2rem, 3vw, 2.2rem);
  font-weight: 800;
}

.city {
  margin-top: 10px;
  color: var(--blue);
  font-size: clamp(1.2rem, 3vw, 2rem);
  font-weight: 900;
}

.hero-actions,
.social-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
}

.hero-actions {
  margin-top: 32px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 14px 22px;
  border: 0;
  border-radius: 999px;
  font-weight: 900;
  cursor: pointer;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

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

.btn-ghost {
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.58);
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(12px);
}

.counter-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  max-width: 760px;
  margin: 44px auto 0;
}

.counter-grid article {
  min-height: 126px;
  padding: 22px 14px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(16px);
}

.counter-grid strong {
  display: block;
  color: #ffe38b;
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: 1;
}

.counter-grid span {
  display: block;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 800;
}

.scroll-cue {
  position: absolute;
  right: 22px;
  bottom: 24px;
  z-index: 2;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}

.section-heading {
  width: min(820px, 100%);
  margin: 0 auto 42px;
  text-align: center;
}

.section-heading h2,
.about-copy h2,
.contact-copy h2,
.membership-copy h2 {
  margin-top: 10px;
  color: var(--ink);
  font-size: clamp(2.25rem, 6vw, 5.7rem);
  line-height: 0.98;
  text-wrap: balance;
}

.why-grid,
.event-grid,
.committee-grid,
.vision-grid,
.insta-grid {
  display: grid;
  gap: 18px;
}

.why-grid {
  grid-template-columns: repeat(4, 1fr);
}

.feature-card,
.pricing-panel,
.vision-card,
.person-card,
.event-card,
.insta-card,
.join-form,
.join-panel {
  border: 1px solid rgba(201, 150, 37, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.feature-card {
  min-height: 260px;
  padding: 28px;
  transition: transform 0.25s ease, background 0.25s ease;
}

.feature-card:hover,
.event-card:hover,
.insta-card:hover {
  transform: translateY(-6px);
}

.feature-card span {
  color: var(--blue);
  font-size: 0.8rem;
  font-weight: 900;
}

.feature-card h3 {
  margin-top: 28px;
  font-size: 1.2rem;
}

.feature-card p,
.membership-copy p,
.about-copy p,
.contact-copy p {
  margin-top: 16px;
  color: var(--muted);
  line-height: 1.75;
}

.membership-card {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 24px;
  padding: clamp(22px, 4vw, 46px);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(239, 224, 200, 0.72)),
    radial-gradient(circle at 90% 10%, rgba(168, 196, 232, 0.38), transparent 28rem);
  box-shadow: var(--shadow);
}

.membership-copy {
  align-self: center;
}

.membership-copy .btn {
  margin-top: 26px;
}

.pricing-panel {
  padding: 28px;
  background: linear-gradient(160deg, #fff9e9, #fff, rgba(168, 196, 232, 0.22));
}

.pricing-panel span {
  color: var(--muted);
  font-weight: 900;
  text-transform: uppercase;
}

.pricing-panel strong {
  display: block;
  margin: 8px 0 18px;
  color: var(--gold-dark);
  font-size: clamp(3.2rem, 9vw, 6rem);
  line-height: 1;
}

.pricing-panel ul,
.vision-card ul {
  display: grid;
  gap: 12px;
  padding-left: 20px;
  color: var(--muted);
  line-height: 1.6;
}

.about-layout,
.contact-layout {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: clamp(24px, 5vw, 64px);
  align-items: center;
}

.about-media {
  perspective: 900px;
}

.image-placeholder {
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 230px;
  padding: 22px;
  border: 1px dashed rgba(138, 90, 10, 0.34);
  border-radius: 8px;
  color: rgba(33, 27, 18, 0.54);
  background:
    radial-gradient(circle at 30% 20%, rgba(168, 196, 232, 0.34), transparent 18rem),
    linear-gradient(135deg, rgba(255, 248, 230, 0.98), rgba(239, 224, 200, 0.88));
  font-weight: 900;
  text-align: center;
}

.large-placeholder {
  min-height: 440px;
  box-shadow: var(--shadow);
  transform: rotateY(-7deg) rotateX(3deg);
}

.about-media .image-placeholder {
  width: 100%;
}

.pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.pill-list span,
.social-links a {
  padding: 10px 14px;
  border: 1px solid rgba(168, 196, 232, 0.7);
  border-radius: 999px;
  background: rgba(168, 196, 232, 0.16);
  color: #36577d;
  font-weight: 900;
}

.vision {
  padding-top: 60px;
}

.vision-grid {
  grid-template-columns: 1.15fr 0.85fr;
}

.vision-card {
  min-height: 300px;
  padding: clamp(24px, 4vw, 42px);
}

.vision-card h2 {
  margin-top: 14px;
  font-size: clamp(1.7rem, 4vw, 3.5rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.vision-card ul {
  margin-top: 18px;
  font-size: 1.1rem;
}

.committee-grid {
  grid-template-columns: repeat(3, 1fr);
}

.person-card {
  overflow: hidden;
}

.person-card img,
.committee-placeholder {
  width: 100%;
  height: 430px;
  object-fit: cover;
  object-position: center top;
}

.person-card > div:not(.image-placeholder) {
  padding: 24px;
}

.person-card span {
  color: var(--gold-dark);
  font-weight: 900;
  text-transform: uppercase;
}

.person-card h3 {
  margin-top: 8px;
  font-size: 1.7rem;
}

.person-card p {
  margin-top: 12px;
  color: var(--muted);
  line-height: 1.6;
}

.person-phone {
  display: inline-block;
  margin-top: 8px;
  color: #36577d;
  font-weight: 900;
}

.icon-link {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-top: 16px;
  border-radius: 50%;
}

.icon-link svg,
.social-links svg,
.footer-social svg,
.whatsapp-float svg {
  width: 21px;
  height: 21px;
  fill: currentColor;
}

.whatsapp-link {
  color: var(--white);
  background: #23c35e;
}

.initial-photo {
  display: grid;
  place-items: center;
  width: 100%;
  height: 430px;
  color: var(--gold-dark);
  background:
    radial-gradient(circle at 30% 20%, rgba(168, 196, 232, 0.46), transparent 18rem),
    linear-gradient(135deg, #fff8e6, #efe0c8);
  font-size: 5rem;
  font-weight: 1000;
  letter-spacing: -0.08em;
}

.committee-placeholder {
  min-height: 430px;
  border-width: 0 0 1px;
  border-radius: 0;
}

.events {
  background:
    linear-gradient(180deg, rgba(168, 196, 232, 0.16), rgba(255, 255, 255, 0)),
    var(--paper);
}

.event-grid {
  grid-template-columns: repeat(4, 1fr);
}

.event-card {
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.event-placeholder,
.insta-placeholder {
  width: 100%;
  height: 230px;
  transition: transform 0.5s ease;
}

.event-card:hover .event-placeholder,
.insta-card:hover .insta-placeholder {
  transform: scale(1.08);
}

.event-card > div:not(.image-placeholder) {
  padding: 18px;
}

.event-card span {
  color: var(--gold-dark);
  font-size: 0.8rem;
  font-weight: 900;
  text-transform: uppercase;
}

.event-card h3 {
  margin-top: 8px;
  font-size: 1.18rem;
}

.event-card p {
  margin-top: 10px;
  color: var(--muted);
  line-height: 1.55;
}

.instagram {
  background: var(--white);
}

.insta-grid {
  grid-template-columns: repeat(4, 1fr);
}

.insta-card {
  position: relative;
  overflow: hidden;
  min-height: 330px;
  transition: transform 0.25s ease;
}

.insta-placeholder {
  height: 330px;
}

.insta-card span {
  position: absolute;
  left: 14px;
  bottom: 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 12px;
  border-radius: 999px;
  color: var(--white);
  background: linear-gradient(135deg, #f58529, #dd2a7b, #8134af, #515bd4);
  font-size: 0.82rem;
  font-weight: 900;
}

.contact {
  padding-bottom: 70px;
}

.contact-list {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

.contact-list a,
.contact-list span {
  padding: 14px 16px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--ink);
  font-weight: 800;
  box-shadow: 0 12px 34px rgba(41, 30, 12, 0.08);
}

.social-links {
  justify-content: flex-start;
  margin-top: 24px;
}

.social-links a,
.footer-social a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.social-logo {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  color: var(--white);
  font-size: 0.68rem;
  font-weight: 1000;
}

.instagram-logo {
  background: linear-gradient(135deg, #f58529, #dd2a7b, #8134af, #515bd4);
}

.facebook-logo {
  background: #1877f2;
  font-family: Arial, sans-serif;
  font-size: 1.1rem;
}

.whatsapp-logo {
  background: #23c35e;
}

.join-form {
  display: grid;
  gap: 16px;
  padding: clamp(22px, 4vw, 34px);
}

.join-panel {
  padding: clamp(24px, 4vw, 36px);
}

.join-panel h3 {
  margin-top: 10px;
  font-size: clamp(1.8rem, 4vw, 3rem);
  line-height: 1;
  letter-spacing: -0.04em;
}

.join-panel p {
  margin-top: 14px;
  color: var(--muted);
  line-height: 1.7;
}

.join-panel .btn {
  margin-top: 22px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.join-form label,
.join-form fieldset {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-weight: 800;
}

.join-form input,
.join-form select {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(33, 27, 18, 0.12);
  border-radius: 8px;
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.88);
  color: var(--ink);
  outline: 0;
}

.join-form input:focus,
.join-form select:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(168, 196, 232, 0.24);
}

.join-form fieldset {
  grid-template-columns: repeat(2, 1fr);
  border: 0;
}

.join-form legend {
  grid-column: 1 / -1;
  margin-bottom: 8px;
}

.join-form fieldset label {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px;
  border-radius: 8px;
  background: rgba(168, 196, 232, 0.14);
  font-weight: 800;
}

.join-form input[type="checkbox"] {
  width: auto;
  min-height: auto;
}

.form-status {
  min-height: 22px;
  color: #256d40;
  font-weight: 900;
}

.footer {
  display: grid;
  grid-template-columns: 0.9fr 1.5fr;
  gap: 24px;
  padding: 34px max(20px, calc((100vw - 1180px) / 2));
  color: var(--white);
  background: #181109;
}

.footer img {
  width: 70px;
}

.footer h2 {
  margin-top: 12px;
  color: var(--white);
  font-size: 1.25rem;
}

.footer p {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 800;
}

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

.footer nav,
.footer-social,
.footer-columns > div {
  display: grid;
  align-content: start;
  gap: 10px;
}

.footer strong {
  color: #ffe38b;
}

.footer a {
  color: rgba(255, 255, 255, 0.82);
  font-weight: 800;
}

.footer-note {
  grid-column: 1 / -1;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.whatsapp-float {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 60;
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  color: var(--white);
  background: #23c35e;
  box-shadow: 0 16px 36px rgba(35, 195, 94, 0.34);
  font-weight: 1000;
}

.event-modal,
.join-modal {
  width: min(920px, calc(100% - 28px));
  border: 0;
  border-radius: 8px;
  padding: 0;
  background: var(--white);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
  overflow: hidden;
}

.event-modal::backdrop {
  background: rgba(18, 13, 7, 0.66);
  backdrop-filter: blur(8px);
}

.join-modal::backdrop {
  background: rgba(18, 13, 7, 0.66);
  backdrop-filter: blur(8px);
}

.modal-placeholder {
  min-height: 260px;
  border-radius: 0;
}

.event-modal div {
  padding: 24px;
}

.event-modal .image-placeholder {
  padding: 24px;
}

.join-modal {
  max-height: min(92vh, 860px);
  overflow: auto;
}

.join-modal-heading {
  padding: 30px 34px 0;
}

.join-modal-heading h2 {
  margin-top: 8px;
  font-family: "Playfair Display", serif;
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: 0.95;
  letter-spacing: -0.045em;
}

.join-modal-heading p:last-child {
  margin-top: 10px;
  color: var(--muted);
  font-weight: 900;
}

.event-modal h3 {
  margin-top: 8px;
  font-size: clamp(1.8rem, 4vw, 3.2rem);
  line-height: 1;
}

.event-modal p {
  margin-top: 12px;
  color: var(--muted);
  line-height: 1.7;
}

.modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.88);
  font-size: 1.8rem;
  cursor: pointer;
}

@media (max-width: 980px) {
  .nav-links {
    position: absolute;
    top: calc(100% + 12px);
    right: 0;
    left: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 12px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: var(--shadow);
  }

  .nav-links.open {
    display: flex;
  }

  .menu-toggle {
    display: block;
  }

  .hero-collage {
    grid-template-columns: repeat(2, 1fr);
  }

  .hero-collage img:nth-child(n + 4) {
    display: none;
  }

  .why-grid,
  .event-grid,
  .committee-grid,
  .insta-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .membership-card,
  .about-layout,
  .contact-layout,
  .vision-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .navbar {
    inset: 10px 10px auto;
    border-radius: 8px;
  }

  .brand span {
    max-width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .section {
    padding: 72px 16px;
  }

  .hero {
    min-height: 100svh;
    padding-top: 116px;
  }

  .hero h1 {
    font-size: clamp(3.7rem, 19vw, 6.8rem);
  }

  .counter-grid,
  .why-grid,
  .committee-grid,
  .event-grid,
  .insta-grid,
  .footer,
  .footer-columns {
    grid-template-columns: 1fr;
  }

  .counter-grid article {
    min-height: auto;
  }

  .feature-card {
    min-height: auto;
  }

  .person-card img,
  .committee-placeholder,
  .initial-photo,
  .insta-placeholder {
    height: 280px;
  }

  .event-placeholder {
    height: 260px;
  }

  .form-row,
  .join-form fieldset {
    grid-template-columns: 1fr;
  }

  .footer {
    flex-direction: column;
    align-items: flex-start;
  }
}
