/* =========================================================
   THE WELCOME TABLE INITIATIVE
   CLEANED SITE STYLES
   ========================================================= */

/* ---------- Base ---------- */

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

html {
  scroll-behavior: smooth;
}

body {
  background-color: #f5f2eb;
  color: #2f3d33;
  font-family: Georgia, serif;
  line-height: 1.7;
  overflow-x: hidden;
}

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

a {
  text-decoration: none;
}

main {
  overflow: hidden;
}

/* ---------- Shared Layout ---------- */

.section {
  max-width: 1450px;
  margin: 0 auto;
  padding: 90px 70px;
}

.light-section {
  background-color: #f8f5ef;
}

.section-heading {
  max-width: 900px;
  margin-bottom: 45px;
}

.section-heading h2 {
  font-size: 3.4rem;
  line-height: 1.1;
  color: #314236;
}

.eyebrow {
  color: #c97543;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 700;
  margin-bottom: 14px;
}

.page-hero {
  text-align: center;
  padding: 48px 24px 28px;
  max-width: 1050px;
  margin: 0 auto;
}

.page-hero h1 {
  max-width: 900px;
  margin: 0 auto 18px;
  font-size: clamp(2.8rem, 4.2vw, 4.4rem);
  line-height: 1;
  letter-spacing: -1.2px;
  color: #314236;
}

.page-hero p:last-child {
  max-width: 740px;
  margin: 0 auto;
  font-size: 1.08rem;
  line-height: 1.65;
  color: #4c5a4f;
}

/* ---------- Navbar ---------- */

.navbar {
  position: sticky;
  top: 0;
  z-index: 1000;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  column-gap: 42px;
  width: 100%;
  padding: 14px 52px;
  background: #f7f3ec;
  backdrop-filter: blur(14px);
  border-bottom: 1px solid #e3d8c8;
  box-shadow: 0 5px 18px rgba(49, 66, 54, 0.05);
  transition: 0.3s ease;
}

.navbar-scrolled {
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
}

.logo-area {
  display: flex;
  align-items: center;
  gap: 18px;
  color: #314236;
  text-decoration: none;
}

.logo-area img,
.nav-logo {
  width: 92px;
  height: 92px;
  min-width: 92px;
  min-height: 92px;
  object-fit: contain;
}

.site-title {
  font-size: 2.2rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.5px;
  color: #24382f;
  white-space: nowrap;
}

nav,
.nav-links {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  flex-wrap: nowrap;
}

nav a,
.nav-links a {
  min-width: 108px;
  height: 48px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  box-sizing: border-box;
  color: #314236;
  font-family: Georgia, serif;
  font-size: 1.02rem;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
  transition: all 0.25s ease;
}

nav a:hover,
.nav-links a:hover {
  background: rgba(208, 122, 67, 0.12);
  color: #d07a43;
  transform: translateY(-1px);
}

nav a.active,
.nav-links a.active {
  background: #d07a43;
  color: white;
  box-shadow: 0 6px 18px rgba(208, 122, 67, 0.24);
}

/* ---------- Buttons ---------- */

.button-row,
.hero-buttons,
.success-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  border-radius: 999px;
  border: 2px solid #d07a43;
  background: #d07a43;
  color: white;
  font-size: 0.95rem;
  font-weight: 700;
  transition: 0.2s ease;
}

.btn:hover {
  background: #bb6838;
  border-color: #bb6838;
  transform: translateY(-2px);
}

.small-button {
  width: fit-content;
}

.full-width-button {
  width: 100%;
}

/* =========================================================
   HOME PAGE
   ========================================================= */

.home-hero,
.hero-section {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 48px 55px 42px;
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 42px;
  align-items: center;
}

.hero-grid {
  display: contents;
}

.hero-content-left,
.hero-left {
  max-width: 760px;
}

.hero-content-left .eyebrow,
.hero-label {
  color: #c97543;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.hero-content-left h1,
.hero-left h1 {
  color: #314236;
  font-size: clamp(3.4rem, 5.4vw, 5.8rem);
  line-height: 0.96;
  letter-spacing: -2.2px;
  margin: 0 0 22px;
}

.hero-description,
.hero-left p {
  max-width: 720px;
  color: #4c5a4f;
  font-size: 1.08rem;
  line-height: 1.65;
  margin: 0 0 26px;
}

.hero-buttons {
  justify-content: flex-start;
  gap: 16px;
}

.hero-card,
.gathering-card {
  width: 100%;
  min-height: auto;
  background: #ffffff;
  border-radius: 34px;
  padding: 42px;
  box-shadow: 0 18px 42px rgba(49, 66, 54, 0.08);
}

.hero-card .eyebrow,
.gathering-label {
  color: #c97543;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.hero-card h2,
.gathering-card h2 {
  color: #314236;
  font-size: clamp(2.4rem, 3.8vw, 3.8rem);
  line-height: 1;
  margin: 0 0 28px;
}

.hero-card-details,
.gathering-info {
  display: block;
  margin-bottom: 22px;
}

.hero-card-details span,
.gathering-info span {
  display: block;
  color: #c97543;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.hero-card-details p,
.gathering-info p {
  color: #314236;
  font-size: 1.12rem;
  line-height: 1.5;
  margin: 0;
}

.hero-card-note,
.gathering-description {
  color: #5d6a62;
  font-size: 1rem;
  line-height: 1.65;
  margin-top: 22px;
}

.image-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 50px;
}

.image-grid img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  border-radius: 32px;
}

.three-column-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.info-card {
  background-color: white;
  padding: 34px;
  border-radius: 30px;
  box-shadow: 0 10px 28px rgba(0,0,0,0.04);
}

.info-card h3 {
  font-size: 1.7rem;
  color: #314236;
  margin-bottom: 14px;
}

.info-card p {
  color: #4c5a4f;
}

.split-section {
  max-width: 1450px;
  margin: 0 auto;
  padding: 55px 55px 70px;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 60px;
  align-items: center;
}

.split-content h2 {
  max-width: 850px;
  font-size: clamp(2.7rem, 4.5vw, 4.8rem);
  line-height: 1.02;
  letter-spacing: -1.6px;
  margin-bottom: 28px;
  color: #314236;
}

.split-content p {
  max-width: 850px;
  color: #4c5a4f;
  font-size: 1.05rem;
  line-height: 1.75;
  margin-bottom: 20px;
}

.split-image-card {
  display: flex;
  justify-content: center;
}

.split-image-card img {
  width: 100%;
  max-width: 560px;
  height: 430px;
  object-fit: cover;
  border-radius: 34px;
  box-shadow: 0 18px 42px rgba(49, 66, 54, 0.10);
}

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

.about-hero {
  position: relative;
  max-width: 1450px;
  margin: 0 auto;
  padding: 70px 50px 55px;
  text-align: center;
}

.about-hero::before {
  content: "";
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: 850px;
  height: 850px;
  background: radial-gradient(circle, rgba(201,117,67,0.08) 0%, rgba(201,117,67,0.03) 35%, transparent 70%);
  z-index: 0;
  pointer-events: none;
}

.about-hero > * {
  position: relative;
  z-index: 2;
}

.about-hero .eyebrow {
  display: inline-block;
  background: rgba(201,117,67,0.12);
  padding: 10px 18px;
  border-radius: 999px;
  font-weight: 800;
  letter-spacing: 2px;
  margin-bottom: 28px;
}

.about-hero h1 {
  max-width: 1200px;
  margin: 0 auto 34px;
  color: #314236;
  font-size: clamp(4rem, 7vw, 7rem);
  line-height: 0.94;
  letter-spacing: -3px;
}

.about-hero p {
  max-width: 900px;
  margin: 0 auto;
  color: #556258;
  font-size: 1.22rem;
  line-height: 1.8;
}

.about-hero::after {
  content: "";
  display: block;
  width: 120px;
  height: 4px;
  background: #c97543;
  border-radius: 999px;
  margin: 42px auto 0;
}

.about-story-section {
  width: 100%;
  max-width: 1450px;
  margin: 0 auto 70px;
  padding: 10px 55px 0;
}

.about-story-header {
  width: 100%;
  text-align: center;
  background: radial-gradient(circle at top left, rgba(201,117,67,0.08), transparent 28%), linear-gradient(135deg, #ffffff 0%, #fbf8f2 100%);
  border-radius: 34px;
  box-shadow: 0 18px 42px rgba(49, 66, 54, 0.08);
  padding: 40px 48px;
}

.about-story-logo {
  width: 220px;
  margin: 0 auto 24px;
  display: block;
  filter: drop-shadow(0 8px 16px rgba(49, 66, 54, 0.08));
}

.about-story-header h2 {
  max-width: 850px;
  margin: 0 auto 18px;
  font-size: clamp(2.2rem, 3.4vw, 3.6rem);
  line-height: 1.03;
  letter-spacing: -1px;
  color: #314236;
}

.about-story-header p:last-child {
  max-width: 720px;
  margin: 0 auto;
  font-size: 1.04rem;
  line-height: 1.65;
  color: #4c5a4f;
}

.about-story-grid,
.value-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 22px;
}

.about-story-card,
.value-card {
  border-radius: 28px;
  padding: 28px 26px;
  text-align: center;
  box-shadow: 0 14px 34px rgba(49, 66, 54, 0.08);
  transition: 0.25s ease;
}

.about-story-card:nth-child(1) {
  background: linear-gradient(135deg, #f6efe4 0%, #fffaf4 100%);
}

.about-story-card:nth-child(2) {
  background: linear-gradient(135deg, #eef4ef 0%, #f8fcf8 100%);
}

.about-story-card:nth-child(3) {
  background: linear-gradient(135deg, #f5f1ea 0%, #fffdf9 100%);
}

.about-story-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(49, 66, 54, 0.12);
}

.about-story-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #314236 0%, #405646 100%);
  color: #e08b54;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.7rem;
  box-shadow: 0 8px 18px rgba(49, 66, 54, 0.18);
}

.about-story-card h3,
.value-card h3 {
  font-size: 1.55rem;
  color: #314236;
  margin-bottom: 10px;
}

.about-story-card p,
.value-card p {
  color: #4c5a4f;
  font-size: 0.98rem;
  line-height: 1.6;
}

.centered-card {
  max-width: 1100px;
  margin: 0 auto 70px;
  padding: 42px 48px;
  background: #ffffff;
  border-radius: 32px;
  box-shadow: 0 16px 38px rgba(49, 66, 54, 0.08);
  text-align: center;
}

.centered-card h2 {
  font-size: clamp(2.2rem, 3.2vw, 3.4rem);
  line-height: 1.05;
  color: #314236;
  margin-bottom: 18px;
}

.centered-card p {
  max-width: 850px;
  margin: 0 auto 14px;
  font-size: 1.02rem;
  line-height: 1.7;
  color: #4c5a4f;
}

/* =========================================================
   TOPICS PAGE
   ========================================================= */

.topics-hero {
  padding: 58px 24px 34px;
  text-align: center;
}

.topics-hero-content {
  max-width: 1050px;
  margin: 0 auto;
}

.topics-hero h1 {
  max-width: 950px;
  margin: 0 auto 20px;
  font-size: clamp(2.8rem, 4.5vw, 4.8rem);
  line-height: 1;
  letter-spacing: -1.2px;
  color: #314236;
}

.topics-hero p:last-child {
  max-width: 760px;
  margin: 0 auto;
  font-size: 1.08rem;
  line-height: 1.7;
  color: #4c5a4f;
}

.topics-highlight-section,
.topics-calendar-section {
  width: 100%;
  max-width: 1450px;
  margin: 0 auto;
  padding: 16px 55px 70px;
}

.topics-calendar-section {
  padding-bottom: 90px;
}

.topics-highlight-card {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 28px;
  align-items: stretch;
}

.topics-highlight-text {
  background: radial-gradient(circle at top left, rgba(201,117,67,0.10), transparent 30%), linear-gradient(135deg, #ffffff 0%, #fbf8f2 100%);
  border-radius: 34px;
  box-shadow: 0 16px 38px rgba(49, 66, 54, 0.08);
  padding: 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.topics-highlight-text h2 {
  max-width: 720px;
  font-size: clamp(2.2rem, 3.4vw, 3.6rem);
  line-height: 1.04;
  letter-spacing: -1px;
  color: #314236;
  margin-bottom: 22px;
}

.topics-highlight-text p {
  max-width: 720px;
  font-size: 1.04rem;
  line-height: 1.7;
  color: #4c5a4f;
  margin-bottom: 16px;
}

.topics-highlight-image {
  min-height: 420px;
  border-radius: 34px;
  overflow: hidden;
  box-shadow: 0 16px 38px rgba(49, 66, 54, 0.08);
}

.topics-highlight-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.topics-calendar-heading {
  max-width: 900px;
  margin-bottom: 34px;
}

.topics-calendar-heading h2 {
  font-size: clamp(2.4rem, 4vw, 4rem);
  line-height: 1.05;
  letter-spacing: -1px;
  color: #314236;
  margin-bottom: 14px;
}

.topics-calendar-heading p {
  max-width: 680px;
  color: #4c5a4f;
  font-size: 1.05rem;
  line-height: 1.65;
}

.topics-calendar-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.topic-card-professional {
  position: relative;
  background: #ffffff;
  border-radius: 28px;
  padding: 28px 26px;
  box-shadow: 0 14px 34px rgba(49, 66, 54, 0.07);
  transition: 0.25s ease;
  overflow: hidden;
}

.topic-card-professional::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg, #c97543, #314236);
}

.topic-card-professional:nth-child(3n + 1) {
  background: linear-gradient(135deg, #fffaf4 0%, #ffffff 100%);
}

.topic-card-professional:nth-child(3n + 2) {
  background: linear-gradient(135deg, #f3f8f3 0%, #ffffff 100%);
}

.topic-card-professional:nth-child(3n + 3) {
  background: linear-gradient(135deg, #f7f1e8 0%, #ffffff 100%);
}

.topic-card-professional:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 44px rgba(49, 66, 54, 0.12);
}

.topic-month,
.resource-category {
  display: inline-block;
  color: #c97543;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  font-size: 0.76rem;
  font-weight: 800;
  margin-bottom: 10px;
}

.topic-card-professional h3 {
  color: #314236;
  font-size: 1.35rem;
  line-height: 1.16;
  margin-bottom: 12px;
}

.topic-card-professional p {
  color: #4c5a4f;
  font-size: 0.98rem;
  line-height: 1.6;
}
/* ==================================================
   ATTEND PAGE
   ================================================== */

.attend-hero {
  max-width: 1150px;
  margin: 0 auto;
  padding: 52px 24px 34px;
  text-align: center;
}

.attend-hero h1 {
  max-width: 950px;
  margin: 0 auto 20px;
  color: #314236;
  font-size: clamp(3rem, 5vw, 5rem);
  line-height: 1;
  letter-spacing: -1.5px;
}

.attend-hero p {
  max-width: 850px;
  margin: 0 auto;
  color: #4c5a4f;
  font-size: 1.05rem;
  line-height: 1.7;
}

.attend-details-section {
  max-width: 1450px;
  margin: 0 auto;
  padding: 10px 55px 70px;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 28px;
}

.attend-info-card,
.attend-description-card,
.attend-form-card {
  background: #ffffff;
  border-radius: 34px;
  box-shadow: 0 16px 38px rgba(49, 66, 54, 0.08);
  padding: 42px;
}

.attend-info-card {
  background:
    radial-gradient(circle at top left, rgba(201,117,67,0.10), transparent 30%),
    linear-gradient(135deg, #ffffff 0%, #fbf8f2 100%);
}

.attend-info-card h2,
.attend-description-card h2,
.attend-support-heading h2 {
  color: #314236;
  font-size: clamp(2.2rem, 3.5vw, 3.6rem);
  line-height: 1.05;
  letter-spacing: -1px;
  margin-bottom: 22px;
}

.attend-description-card p,
.attend-support-heading p,
.attend-form-card p {
  color: #4c5a4f;
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 16px;
}

.attend-detail-list {
  display: grid;
  gap: 18px;
}

.attend-detail-list div {
  padding: 18px;
  border-radius: 22px;
  background: #f7f3ec;
  border: 1px solid #e4d8c8;
}

.attend-detail-list span {
  display: block;
  color: #c97543;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.attend-detail-list p {
  color: #314236;
  font-weight: 700;
}

.attend-support-section {
  max-width: 1450px;
  margin: 0 auto;
  padding: 0 55px 80px;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 28px;
  align-items: stretch;
}

.attend-support-heading {
  padding: 20px 0;
}

.attend-form-card {
  background:
    radial-gradient(circle at top right, rgba(201,117,67,0.10), transparent 30%),
    linear-gradient(135deg, #ffffff 0%, #f8f5ef 100%);
}

.attend-form-card h3 {
  color: #314236;
  font-size: 2rem;
  line-height: 1.1;
  margin-bottom: 14px;
}

.attend-form-card .btn {
  margin-top: 10px;
}

@media (max-width: 900px) {
  .attend-details-section,
  .attend-support-section {
    grid-template-columns: 1fr;
    padding-left: 24px;
    padding-right: 24px;
  }

  .attend-hero h1 {
    font-size: 2.7rem;
  }

  .attend-info-card,
  .attend-description-card,
  .attend-form-card {
    padding: 28px;
  }
}

/* =========================================================
   TEAM PAGE
   ========================================================= */

.team-hero {
  padding: 52px 24px 38px;
  text-align: center;
}

.team-hero h1 {
  max-width: 1050px;
  margin: 0 auto 24px;
  font-size: clamp(3rem, 5vw, 5.1rem);
  line-height: 1.08;
  letter-spacing: -1.4px;
  color: #314236;
}

.team-hero p:last-child {
  max-width: 900px;
  margin: 0 auto;
  font-size: 1.12rem;
  line-height: 1.75;
  color: #4c5a4f;
}

.team-feature-section,
.team-directory-section {
  max-width: 1400px;
  margin: 0 auto;
  padding: 10px 55px 42px;
}

.team-directory-section {
  padding-top: 0;
  padding-bottom: 90px;
}

.team-feature-card {
  display: grid;
  grid-template-columns: 390px 1fr;
  gap: 30px;
  background: radial-gradient(circle at top left, rgba(201,117,67,0.08), transparent 30%), linear-gradient(135deg, #ffffff 0%, #fbf8f2 100%);
  border-radius: 34px;
  box-shadow: 0 18px 42px rgba(49, 66, 54, 0.08);
  padding: 26px;
  margin-bottom: 30px;
}

.team-feature-photo {
  width: 100%;
  height: 520px;
  object-fit: cover;
  object-position: center 22%;
  border-radius: 28px;
  background: #f8f4ed;
}

.team-feature-text {
  padding: 34px 34px 34px 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.team-feature-text h2 {
  font-size: clamp(2.4rem, 4vw, 4rem);
  line-height: 1;
  color: #314236;
  margin-bottom: 20px;
}

.team-feature-text p {
  max-width: 780px;
  color: #4c5a4f;
  font-size: 1.05rem;
  line-height: 1.7;
  margin-bottom: 14px;
}

.team-directory-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  align-items: stretch;
}

.team-member-card {
  background: #ffffff;
  border-radius: 30px;
  padding: 18px;
  box-shadow: 0 14px 34px rgba(49, 66, 54, 0.08);
  display: flex;
  flex-direction: column;
  transition: 0.25s ease;
}

.team-member-card:nth-child(3n + 1) {
  background: linear-gradient(135deg, #fffaf4 0%, #ffffff 100%);
}

.team-member-card:nth-child(3n + 2) {
  background: linear-gradient(135deg, #f3f8f3 0%, #ffffff 100%);
}

.team-member-card:nth-child(3n + 3) {
  background: linear-gradient(135deg, #f7f1e8 0%, #ffffff 100%);
}

.team-member-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 44px rgba(49, 66, 54, 0.12);
}

.team-photo,
.team-member-card img {
  width: 100%;
  height: 430px;
  object-fit: cover;
  object-position: center 23%;
  border-radius: 26px;
  background: #f8f4ed;
  padding: 0;
  margin-bottom: 18px;
}

.team-member-info {
  padding: 0 8px 8px;
}

.team-member-info h3 {
  color: #314236;
  font-size: 1.55rem;
  line-height: 1.1;
  margin-bottom: 8px;
}

.team-role {
  color: #c97543;
  font-size: 0.92rem;
  line-height: 1.35;
  font-weight: 800;
  margin-bottom: 9px;
}

.team-member-info p:last-child {
  color: #4c5a4f;
  font-size: 0.95rem;
  line-height: 1.5;
  margin-bottom: 0;
}

/* =========================================================
   SPONSORS PAGE
   ========================================================= */

.sponsors-hero {
  width: 100%;
  padding: 58px 55px 42px;
  text-align: center;
}

.sponsors-hero .eyebrow {
  margin-bottom: 18px;
}

.sponsors-hero h1 {
  max-width: 1250px;
  margin: 0 auto 26px;
  font-size: clamp(3.4rem, 6vw, 5.8rem);
  line-height: 0.95;
  letter-spacing: -2px;
  color: #314236;
}

.sponsors-hero p:last-child {
  max-width: 930px;
  margin: 0 auto;
  font-size: 1.12rem;
  line-height: 1.75;
  color: #4c5a4f;
}

.sponsor-opportunities-section,
.sponsor-impact-section,
.sponsor-collab-section {
  max-width: 1450px;
  margin: 0 auto;
  padding: 20px 55px 75px;
}

.sponsor-section-heading,
.sponsor-impact-heading {
  max-width: 900px;
  margin-bottom: 34px;
}

.sponsor-section-heading h2,
.sponsor-impact-heading h2 {
  font-size: clamp(2.2rem, 3.6vw, 3.8rem);
  line-height: 1.05;
  letter-spacing: -1px;
  color: #314236;
}

.sponsor-opportunity-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.sponsor-opportunity-card,
.sponsor-impact-card {
  background: #ffffff;
  border-radius: 32px;
  padding: 34px 30px;
  box-shadow: 0 14px 34px rgba(49, 66, 54, 0.07);
  transition: 0.25s ease;
  color: inherit;
}

.sponsor-opportunity-card:nth-child(4n + 1),
.sponsor-impact-card:nth-child(1) {
  background: linear-gradient(135deg, #fffaf4 0%, #ffffff 100%);
}

.sponsor-opportunity-card:nth-child(4n + 2),
.sponsor-impact-card:nth-child(2) {
  background: linear-gradient(135deg, #f3f8f3 0%, #ffffff 100%);
}

.sponsor-opportunity-card:nth-child(4n + 3),
.sponsor-impact-card:nth-child(3) {
  background: linear-gradient(135deg, #f7f1e8 0%, #ffffff 100%);
}

.sponsor-opportunity-card:nth-child(4n + 4) {
  background: linear-gradient(135deg, #f8f5ef 0%, #ffffff 100%);
}

.sponsor-opportunity-card:hover,
.sponsor-impact-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 44px rgba(49, 66, 54, 0.12);
}

.sponsor-icon,
.donate-option-icon {
  width: 68px;
  height: 68px;
  margin-bottom: 20px;
  border-radius: 50%;
  background: linear-gradient(135deg, #314236 0%, #405646 100%);
  color: #e08b54;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.9rem;
  box-shadow: 0 8px 18px rgba(49, 66, 54, 0.16);
}

.sponsor-opportunity-card h3,
.sponsor-impact-card h3 {
  font-size: 1.5rem;
  line-height: 1.12;
  color: #314236;
  margin-bottom: 12px;
}

.sponsor-opportunity-card p,
.sponsor-impact-card p {
  color: #4c5a4f;
  font-size: 0.98rem;
  line-height: 1.6;
}

.sponsor-impact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.sponsor-impact-card span {
  display: inline-block;
  margin-bottom: 14px;
  color: #c97543;
  font-weight: 800;
  letter-spacing: 1px;
}

.sponsor-collab-card {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 28px;
}

.sponsor-collab-text,
.sponsor-collab-side {
  background: #ffffff;
  border-radius: 34px;
  padding: 46px;
  box-shadow: 0 16px 38px rgba(49, 66, 54, 0.08);
}

.sponsor-collab-text {
  background: radial-gradient(circle at top left, rgba(201,117,67,0.08), transparent 30%), linear-gradient(135deg, #ffffff 0%, #fbf8f2 100%);
}

.sponsor-collab-text h2 {
  font-size: clamp(2.3rem, 3.5vw, 3.8rem);
  line-height: 1.05;
  letter-spacing: -1px;
  color: #314236;
  margin-bottom: 22px;
}

.sponsor-collab-text p,
.sponsor-collab-side p {
  color: #4c5a4f;
  font-size: 1.04rem;
  line-height: 1.7;
  margin-bottom: 16px;
}

.sponsor-collab-side h3 {
  font-size: 2rem;
  line-height: 1.1;
  color: #314236;
  margin-bottom: 18px;
}

.sponsor-mini-list,
.pill-row,
.resource-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.sponsor-mini-list span,
.pill-row span,
.resource-pill-row span {
  background: #f5f1e8;
  border: 1px solid #e4d8c8;
  color: #314236;
  padding: 10px 16px;
  border-radius: 999px;
  font-size: 0.92rem;
  font-weight: 800;
}

/* =========================================================
   DONATE PAGE
   ========================================================= */

.donate-hero {
  padding: 58px 55px 46px;
  text-align: center;
}

.donate-hero-content {
  max-width: 1120px;
  margin: 0 auto;
}

.donate-hero h1 {
  max-width: 1050px;
  margin: 0 auto 24px;
  font-size: clamp(3.2rem, 5.4vw, 5.6rem);
  line-height: 0.98;
  letter-spacing: -1.8px;
  color: #314236;
}

.donate-hero p {
  max-width: 820px;
  margin: 0 auto 30px;
  color: #4c5a4f;
  font-size: 1.12rem;
  line-height: 1.7;
}

.donate-hero-buttons {
  justify-content: center;
}

.donate-options-section {
  max-width: 1450px;
  margin: 0 auto;
  padding: 10px 55px 72px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.donate-option-card {
  border-radius: 30px;
  padding: 34px;
  box-shadow: 0 14px 34px rgba(49, 66, 54, 0.08);
  transition: 0.25s ease;
}

.donate-option-card:nth-child(1) {
  background: linear-gradient(135deg, #fffaf4 0%, #ffffff 100%);
}

.donate-option-card:nth-child(2) {
  background: linear-gradient(135deg, #eef4ef 0%, #ffffff 100%);
}

.donate-option-card:nth-child(3) {
  background: linear-gradient(135deg, #f7f1e8 0%, #ffffff 100%);
}

.donate-option-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 44px rgba(49, 66, 54, 0.12);
}

.donate-option-card h3 {
  color: #314236;
  font-size: 1.55rem;
  line-height: 1.12;
  margin-bottom: 12px;
}

.donate-option-card p {
  color: #4c5a4f;
  font-size: 0.98rem;
  line-height: 1.6;
}

.donate-feature-section {
  max-width: 1450px;
  margin: 0 auto;
  padding: 0 55px 80px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.donate-feature-card {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 0;
  overflow: hidden;
  background: #ffffff;
  border-radius: 34px;
  box-shadow: 0 18px 42px rgba(49, 66, 54, 0.08);
}

.reverse-donate-card {
  direction: rtl;
}

.reverse-donate-card * {
  direction: ltr;
}

.donate-feature-card img {
  width: 100%;
  height: 430px;
  object-fit: cover;
}

.donate-feature-text {
  padding: 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.donate-feature-text h2 {
  color: #314236;
  font-size: clamp(2.2rem, 3.6vw, 3.8rem);
  line-height: 1.05;
  letter-spacing: -1px;
  margin-bottom: 20px;
}

.donate-feature-text p {
  color: #4c5a4f;
  font-size: 1.04rem;
  line-height: 1.7;
}

.donate-impact-section {
  max-width: 1450px;
  margin: 0 auto;
  padding: 0 55px 90px;
}

.donate-impact-card {
  text-align: center;
  padding: 64px 42px;
  border-radius: 36px;
  background: radial-gradient(circle at top left, rgba(201,117,67,0.12), transparent 30%), linear-gradient(135deg, #314236 0%, #24382f 100%);
  box-shadow: 0 18px 42px rgba(49, 66, 54, 0.12);
}

.donate-impact-card h2 {
  max-width: 920px;
  margin: 0 auto 20px;
  color: white;
  font-size: clamp(2.6rem, 4.6vw, 4.7rem);
  line-height: 1;
  letter-spacing: -1.2px;
}

.donate-impact-card p {
  max-width: 760px;
  margin: 0 auto 30px;
  color: #e7dfd3;
  font-size: 1.12rem;
  line-height: 1.7;
}

/* =========================================================
   RESOURCES PAGE
   ========================================================= */

.resources-hero {
  padding: 42px 40px 24px;
  text-align: center;
}

.resources-hero h1 {
  max-width: 1350px;
  margin: 0 auto 18px;
  font-size: clamp(2.8rem, 4.5vw, 4.8rem);
  line-height: 0.98;
  letter-spacing: -1.6px;
  color: #314236;
}

.resources-hero p:last-child {
  max-width: 950px;
  margin: 0 auto;
  color: #4c5a4f;
  font-size: 1.02rem;
  line-height: 1.65;
}

.resources-intro-section {
  width: 100%;
  max-width: 1700px;
  margin: 0 auto;
  padding: 0 40px 48px;
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 22px;
  align-items: stretch;
}

.resources-intro-card,
.resources-map-card {
  background: white;
  border-radius: 30px;
  box-shadow: 0 14px 34px rgba(49, 66, 54, 0.07);
  overflow: hidden;
}

.resources-intro-card {
  padding: 34px;
  background: radial-gradient(circle at top left, rgba(201,117,67,0.08), transparent 30%), linear-gradient(135deg, #ffffff 0%, #fbf8f2 100%);
}

.resources-intro-card h2 {
  color: #314236;
  font-size: clamp(2rem, 3vw, 3.4rem);
  line-height: 1.05;
  letter-spacing: -1px;
  margin-bottom: 18px;
}

.resources-intro-card p {
  color: #4c5a4f;
  font-size: 0.98rem;
  line-height: 1.65;
  margin-bottom: 18px;
}

.resources-map-card {
  padding: 20px;
}

.resources-map-card iframe {
  width: 100%;
  height: 100%;
  min-height: 360px;
  border-radius: 22px;
}

.resources-list-section {
  width: 100%;
  max-width: 1700px;
  margin: 0 auto;
  padding: 0 40px 70px;
}

.resources-list-heading {
  max-width: 900px;
  margin-bottom: 28px;
}

.resources-list-heading h2 {
  color: #314236;
  font-size: clamp(2.1rem, 3.4vw, 3.5rem);
  line-height: 1.05;
  letter-spacing: -1px;
}

.resources-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.resources-card {
  border-radius: 26px;
  padding: 28px;
  box-shadow: 0 12px 28px rgba(49, 66, 54, 0.07);
  display: flex;
  flex-direction: column;
  min-height: 255px;
  transition: 0.25s ease;
}

.resources-card:nth-child(3n + 1) {
  background: linear-gradient(135deg, #fffaf4 0%, #ffffff 100%);
}

.resources-card:nth-child(3n + 2) {
  background: linear-gradient(135deg, #eef5ef 0%, #ffffff 100%);
}

.resources-card:nth-child(3n + 3) {
  background: linear-gradient(135deg, #f8f2ea 0%, #ffffff 100%);
}

.resources-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 40px rgba(49, 66, 54, 0.12);
}

.resources-card h3 {
  color: #314236;
  font-size: 1.38rem;
  line-height: 1.15;
  margin-bottom: 12px;
}

.resources-card p {
  color: #4c5a4f;
  font-size: 0.94rem;
  line-height: 1.58;
  margin-bottom: 20px;
  flex: 1;
}

.resources-card .btn {
  width: fit-content;
}

/* =========================================================
   CONTACT PAGE
   ========================================================= */

.feature-section,
.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: stretch;
  padding: 0 70px 90px;
}

.feature-media,
.feature-content,
.contact-info-panel,
.contact-form-panel,
.success-card-professional {
  background-color: white;
  border-radius: 34px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.05);
}

.feature-content,
.contact-info-panel,
.contact-form-panel {
  padding: 42px;
}

.feature-content h2,
.contact-info-panel h2,
.contact-form-panel h2 {
  font-size: 3rem;
  line-height: 1.1;
  color: #314236;
  margin-bottom: 20px;
}

.feature-content p,
.contact-info-panel p,
.contact-form-panel p {
  color: #4c5a4f;
  margin-bottom: 16px;
}

.contact-info-box {
  background-color: #f7f3ec;
  border-radius: 24px;
  padding: 24px;
  margin: 26px 0;
}

.contact-item {
  margin-bottom: 18px;
}

.contact-item:last-child {
  margin-bottom: 0;
}

.contact-item span {
  display: block;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #c97543;
  margin-bottom: 4px;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

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

.input-group label {
  display: block;
  font-weight: 700;
  margin-bottom: 8px;
  color: #314236;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 17px 18px;
  border-radius: 18px;
  border: 2px solid #e2d8ca;
  background-color: #faf7f2;
  font-family: inherit;
  font-size: 1rem;
}

.contact-form textarea {
  min-height: 160px;
  resize: vertical;
}

.contact-form button {
  background-color: #c97543;
  color: white;
  border: none;
  padding: 18px;
  border-radius: 999px;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  transition: 0.3s ease;
}

.contact-form button:hover {
  background-color: #b86433;
}

/* =========================================================
   SUCCESS PAGE
   ========================================================= */

.success-page-wrapper {
  min-height: 72vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 70px 24px;
}

.success-card-professional {
  max-width: 720px;
  padding: 55px;
  text-align: center;
}

.success-checkmark {
  width: 90px;
  height: 90px;
  margin: 0 auto 26px;
  border-radius: 50%;
  background-color: #314236;
  color: #d8834c;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
}

.success-card-professional h1 {
  font-size: 4rem;
  color: #314236;
  margin-bottom: 18px;
}

.success-message {
  font-size: 1.2rem;
  color: #314236;
  margin-bottom: 14px;
}

.success-subtext {
  color: #5f665f;
  margin-bottom: 28px;
}

/* =========================================================
   CTA + FOOTER
   ========================================================= */

.cta-band {
  margin-top: 36px;
  padding: 48px 22px 38px;
  min-height: auto;
  text-align: center;
  background: radial-gradient(circle at top left, rgba(201,117,67,0.14), transparent 28%), linear-gradient(135deg, #314236 0%, #24382f 100%);
  border-bottom: 5px solid #d07a43;
}

.cta-band-content {
  max-width: 900px;
  margin: 0 auto;
}

.cta-band h2 {
  max-width: 900px;
  margin: 0 auto 16px;
  color: #f8f5ef;
  font-size: clamp(2.3rem, 4vw, 3.8rem);
  line-height: 1.05;
  letter-spacing: -0.7px;
}

.cta-band p {
  max-width: 760px;
  margin: 0 auto 22px;
  color: rgba(255,255,255,0.86);
  font-size: 1rem;
  line-height: 1.6;
}

footer {
  background: #1f2b24;
  color: white;
  text-align: center;
  padding: 18px 24px;
  border-top: 1px solid rgba(255,255,255,0.08);
}

footer p:first-child {
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 5px;
  color: #ffffff;
}

footer p:last-child {
  font-size: 0.82rem;
  letter-spacing: 0.8px;
  color: rgba(255,255,255,0.72);
}
/* ==================================================
   FINAL NAVBAR FIX
   ================================================== */

.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 16px 36px;
  background: #f6f2ea;
  border-bottom: 1px solid #e5ddd0;
}

.logo-area {
  display: flex;
  align-items: center;
  gap: 16px;
  text-decoration: none;
  flex-shrink: 0;
}

.nav-logo,
.logo-area img {
  width: 72px;
  height: 72px;
  object-fit: contain;
}

.site-title {
  font-size: 1.15rem;
  font-weight: 700;
  color: #314236;
  white-space: nowrap;
}

nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  flex-wrap: nowrap;
}

nav a,
.nav-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 11px 18px;
  border-radius: 999px;
  color: #314236;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 700;
  white-space: nowrap;
  transition: all 0.25s ease;
}

nav a:hover,
.nav-links a:hover {
  background: rgba(201, 117, 67, 0.12);
  color: #c97543;
}

nav a.active,
.nav-links a.active {
  background: #c97543;
  color: white;
}

/* ---------- Smaller laptop screens ---------- */

@media (max-width: 1400px) {

  .navbar {
    padding: 14px 24px;
  }

  nav {
    gap: 6px;
  }

  nav a,
  .nav-links a {
    padding: 10px 14px;
    font-size: 0.88rem;
  }

  .site-title {
    font-size: 1rem;
  }

  .nav-logo,
  .logo-area img {
    width: 64px;
    height: 64px;
  }
}

/* =========================================================
   LAPTOP COMPACT VIEW
   ========================================================= */

@media (min-width: 1000px) {
  body {
    font-size: 15px;
  }

  .navbar {
    padding: 10px 42px;
  }

  .logo-area img,
  .nav-logo {
    width: 68px;
    height: 68px;
    min-width: 68px;
    min-height: 68px;
  }

  .site-title {
    font-size: 1.75rem;
  }

  nav {
    gap: 8px;
  }

  nav a,
  .nav-links a {
    width: auto;
    min-width: 88px;
    max-width: none;
    height: 42px;
    min-height: 42px;
    max-height: 42px;
    padding: 0 14px;
    font-size: 0.92rem;
  }

  .page-hero,
  .team-hero,
  .topics-hero,
  .sponsors-hero,
  .donate-hero,
  .resources-hero {
    padding-top: 28px;
    padding-bottom: 18px;
  }

  .page-hero h1,
  .team-hero h1,
  .topics-hero h1,
  .sponsors-hero h1,
  .donate-hero h1,
  .resources-hero h1,
  .hero-content-left h1,
  .hero-left h1 {
    font-size: clamp(2.4rem, 3.4vw, 3.8rem);
    line-height: 1.02;
    margin-bottom: 14px;
  }

  .section,
  .home-hero,
  .hero-section,
  .split-section,
  .feature-section,
  .topics-highlight-section,
  .topics-calendar-section,
  .team-feature-section,
  .team-directory-section,
  .sponsor-opportunities-section,
  .sponsor-impact-section,
  .sponsor-collab-section,
  .donate-options-section,
  .donate-feature-section,
  .donate-impact-section,
  .resources-intro-section,
  .resources-list-section {
    padding-top: 24px;
    padding-bottom: 36px;
  }

  .section-heading {
    margin-bottom: 20px;
  }

  .section-heading h2,
  .split-content h2,
  .about-story-header h2,
  .centered-card h2,
  .topics-calendar-heading h2,
  .team-directory-heading h2,
  .sponsor-section-heading h2,
  .sponsor-impact-heading h2,
  .donate-feature-text h2,
  .resources-intro-card h2,
  .resources-list-heading h2 {
    font-size: clamp(1.9rem, 2.8vw, 3rem);
    line-height: 1.06;
  }

  .hero-description,
  .hero-left p,
  .page-hero p:last-child,
  .team-hero p:last-child,
  .topics-hero p:last-child,
  .sponsors-hero p:last-child,
  .donate-hero p,
  .resources-hero p:last-child,
  .split-content p {
    font-size: 0.95rem;
    line-height: 1.5;
  }

  .info-card,
  .topic-card-professional,
  .team-member-card,
  .sponsor-opportunity-card,
  .sponsor-impact-card,
  .donate-option-card,
  .resources-card {
    padding: 20px;
  }

  .image-grid img {
    height: 300px;
  }

  .team-photo,
  .team-member-card img {
    height: 340px;
  }

  .team-feature-photo {
    height: 430px;
  }

  .donate-feature-card img {
    height: 340px;
  }

  .resources-map-card iframe {
    min-height: 300px;
  }

  .btn {
    padding: 11px 22px;
    font-size: 0.9rem;
  }

  .cta-band {
    padding: 30px 24px 26px;
  }

  .cta-band h2 {
    font-size: clamp(1.8rem, 2.8vw, 2.6rem);
    margin-bottom: 10px;
  }

  .cta-band p {
    font-size: 0.9rem;
    margin-bottom: 16px;
  }
}

/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 1350px) {
  .navbar {
    grid-template-columns: 1fr;
    row-gap: 22px;
    padding: 24px 28px;
  }

  .logo-area,
  nav {
    justify-content: center;
  }

  nav {
    flex-wrap: wrap;
    gap: 22px 28px;
  }

  .site-title {
    white-space: normal;
    text-align: center;
  }
}

@media (max-width: 1200px) {
  .hero-section,
  .split-section,
  .feature-section,
  .contact-layout,
  .donate-feature-card,
  .sponsor-collab-card {
    grid-template-columns: 1fr;
  }

  .three-column-grid,
  .resources-card-grid,
  .team-directory-grid,
  .sponsor-impact-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .topics-highlight-card,
  .resources-intro-section {
    grid-template-columns: 1fr;
  }

  .sponsor-opportunity-grid,
  .topics-calendar-grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .reverse-donate-card {
    direction: ltr;
  }
}

@media (max-width: 850px) {
  .navbar {
    flex-direction: column;
    gap: 18px;
    padding: 20px;
  }

  .logo-area {
    flex-direction: column;
    text-align: center;
  }

  .logo-area img,
  .nav-logo {
    width: 68px;
    height: 68px;
    min-width: 68px;
    min-height: 68px;
  }

  .site-title {
    font-size: 1.5rem;
  }

  nav {
    justify-content: center;
  }

  .section,
  .home-hero,
  .hero-section,
  .split-section,
  .feature-section,
  .contact-layout,
  .topics-highlight-section,
  .topics-calendar-section,
  .team-feature-section,
  .team-directory-section,
  .sponsor-opportunities-section,
  .sponsor-impact-section,
  .sponsor-collab-section,
  .donate-options-section,
  .donate-feature-section,
  .donate-impact-section,
  .resources-intro-section,
  .resources-list-section {
    padding-left: 24px;
    padding-right: 24px;
  }

  .three-column-grid,
  .resources-card-grid,
  .team-directory-grid,
  .sponsor-opportunity-grid,
  .sponsor-impact-grid,
  .topics-calendar-grid,
  .form-row,
  .about-story-grid,
  .value-grid {
    grid-template-columns: 1fr;
  }

  .hero-content-left h1,
  .hero-left h1,
  .page-hero h1 {
    font-size: 3.1rem;
  }

  .about-hero {
    padding: 55px 24px 42px;
  }

  .about-hero h1 {
    font-size: 3.5rem;
  }

  .about-hero p {
    font-size: 1.05rem;
  }

  .about-story-section {
    padding: 10px 24px 0;
  }

  .about-story-header {
    padding: 34px 26px;
  }

  .about-story-logo {
    width: 190px;
  }

  .centered-card {
    margin: 0 24px 70px;
    padding: 34px 26px;
  }

  .team-feature-card {
    grid-template-columns: 1fr;
  }

  .team-feature-photo,
  .team-photo,
  .team-member-card img {
    height: 420px;
  }

  .donate-feature-card img {
    height: 300px;
  }

  .donate-feature-text,
  .sponsor-collab-text,
  .sponsor-collab-side,
  .resources-intro-card {
    padding: 34px 28px;
  }

  .resources-map-card iframe {
    min-height: 300px;
  }

  .cta-band .button-row,
  .hero-buttons,
  .success-buttons {
    flex-direction: column;
  }

  .btn {
    width: 100%;
    max-width: 330px;
  }
}

@media (max-width: 500px) {
  .page-hero h1,
  .hero-content-left h1,
  .hero-left h1 {
    font-size: 2.5rem;
  }

  .section-heading h2,
  .split-content h2,
  .feature-content h2,
  .contact-info-panel h2,
  .contact-form-panel h2,
  .cta-band h2 {
    font-size: 2rem;
  }

  .hero-card,
  .gathering-card,
  .info-card,
  .resources-card,
  .topic-card-professional,
  .contact-info-panel,
  .contact-form-panel,
  .feature-content,
  .success-card-professional {
    padding: 28px;
  }

  .team-photo,
  .team-member-card img {
    height: 340px;
  }

  .team-feature-photo {
    height: 420px;
  }

  .success-card-professional h1 {
    font-size: 3rem;
  }
}
/* ==================================================
   CLEAN FINAL RESPONSIVE SYSTEM
   ================================================== */

/* ---------- Tablet / Zoom / Small Laptop ---------- */

@media (max-width: 1200px) {

  .navbar {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 18px 24px;
  }

  .logo-area {
    justify-content: center;
  }

  nav {
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
  }

  .hero-section,
  .split-section,
  .topics-highlight-card,
  .team-feature-card,
  .sponsor-collab-card,
  .donate-feature-card,
  .resources-intro-section {
    grid-template-columns: 1fr;
  }

  .three-column-grid,
  .topics-calendar-grid,
  .team-directory-grid,
  .sponsor-opportunity-grid,
  .sponsor-impact-grid,
  .resources-card-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ---------- Mobile ---------- */

@media (max-width: 700px) {

  body {
    overflow-x: hidden;
  }

  /* Navbar */

  .navbar {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 18px;
  }

  .logo-area {
    flex-direction: column;
    text-align: center;
    gap: 8px;
  }

  .logo-area img,
  .nav-logo {
    width: 68px;
    height: 68px;
    min-width: 68px;
    min-height: 68px;
  }

  .site-title {
    font-size: 1.65rem;
    line-height: 1.1;
    white-space: normal;
    text-align: center;
  }

  nav {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  nav a,
  .nav-links a {
    width: 100%;
    min-width: 0;
    height: 40px;
    padding: 0 10px;
    font-size: 0.9rem;
  }

  /* Layout */

  .section,
  .home-hero,
  .hero-section,
  .split-section,
  .topics-highlight-section,
  .topics-calendar-section,
  .team-feature-section,
  .team-directory-section,
  .sponsor-opportunities-section,
  .sponsor-impact-section,
  .sponsor-collab-section,
  .donate-options-section,
  .donate-feature-section,
  .donate-impact-section,
  .resources-intro-section,
  .resources-list-section,
  .about-story-section {
    padding-left: 22px;
    padding-right: 22px;
  }

  .hero-section,
  .home-hero,
  .split-section,
  .topics-highlight-card,
  .team-feature-card,
  .sponsor-collab-card,
  .donate-feature-card,
  .resources-intro-section {
    grid-template-columns: 1fr;
  }

  .three-column-grid,
  .image-grid,
  .topics-calendar-grid,
  .team-directory-grid,
  .sponsor-opportunity-grid,
  .sponsor-impact-grid,
  .resources-card-grid,
  .about-story-grid,
  .value-grid {
    grid-template-columns: 1fr;
  }

  /* Typography */

  .hero-left h1,
  .hero-content-left h1,
  .page-hero h1,
  .about-hero h1,
  .topics-hero h1,
  .team-hero h1,
  .sponsors-hero h1,
  .donate-hero h1,
  .resources-hero h1 {
    font-size: 2.7rem;
    line-height: 1;
    letter-spacing: -1.4px;
  }

  /* Cards */

  .hero-card,
  .gathering-card,
  .info-card,
  .resources-card,
  .topic-card-professional,
  .team-member-card,
  .donate-option-card,
  .sponsor-opportunity-card,
  .sponsor-impact-card {
    padding: 24px;
    border-radius: 24px;
  }

  /* Images */

  .image-grid img,
  .split-image-card img,
  .team-photo,
  .team-member-card img,
  .team-feature-photo,
  .donate-feature-card img {
    height: 300px;
  }

  /* Buttons */

  .hero-buttons,
  .button-row {
    flex-direction: column;
    width: 100%;
  }

  .btn {
    width: 100%;
  }
}
