:root {
      --red: #b5121b;
      --dark-red: #7f0d13;
      --black: #111111;
      --soft-black: #232323;
      --white: #ffffff;
      --cream: #fbf7f2;
      --light-gray: #f4f4f4;
      --medium-gray: #666666;
      --gold: #d7b56d;
      --max-width: 1180px;
      --radius: 22px;
    }

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

    html {
      scroll-behavior: smooth;
    }

    body {
      font-family: Arial, Helvetica, sans-serif;
      color: var(--black);
      background: var(--cream);
      line-height: 1.6;
    }

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

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

    .container {
      max-width: var(--max-width);
      margin: 0 auto;
      padding: 0 22px;
    }

    .top-bar {
      background: var(--black);
      color: var(--white);
      font-size: 0.9rem;
      padding: 9px 0;
    }

    .top-bar .container {
      display: flex;
      justify-content: space-between;
      gap: 20px;
      flex-wrap: wrap;
    }

    header {
      background: rgba(255, 255, 255, 0.96);
      border-bottom: 1px solid rgba(0, 0, 0, 0.08);
      position: sticky;
      top: 0;
      z-index: 20;
      backdrop-filter: blur(10px);
    }


     .nav {
       min-height: 70px;
       display: flex;
       align-items: center;
       justify-content: space-between;
       gap: 24px;
    }

    .brand {
      display: flex;
      align-items: center;
      gap: 14px;
    }

    .brand-mark {
      width: 100px;
      height: 150px;
      border-radius: 50%;
      background: var(--red);
      color: var(--white);
      display: grid;
      place-items: center;
      font-family: Georgia, 'Times New Roman', serif;
      font-size: 1.7rem;
      font-weight: bold;
      border: 3px solid var(--gold);
    }

    .brand-title {
      font-family: Georgia, 'Times New Roman', serif;
      font-size: 1.25rem;
      font-weight: bold;
      line-height: 1.2;
    }

    .brand-subtitle {
      font-size: 0.82rem;
      color: var(--medium-gray);
    }
        
    
    .chapter-welcome-img {
      width: 100%;
      max-width: 200px;
      height: auto;
      display: block;
      margin: 15px auto;
    }
    .nav-links {
      display: flex;
      align-items: center;
      gap: 22px;
      font-weight: bold;
      font-size: 0.95rem;
    }

    .nav-links a:hover {
      color: var(--red);
    }

    .nav-cta {
      background: var(--red);
      color: var(--white) !important;
      padding: 11px 18px;
      border-radius: 999px;
    }

    .hero {
      background:
        linear-gradient(100deg, rgba(17, 17, 17, 0.92), rgba(127, 13, 19, 0.72)),
        url('images/hero-placeholder.jpg');
      background-size: cover;
      background-position: center;
      color: var(--white);
      padding: 118px 0 92px;
    }

    .hero-grid {
      display: grid;
      grid-template-columns: 1.15fr 0.85fr;
      gap: 42px;
      align-items: center;
    }

    .eyebrow {
      color: #ffd5d8;
      font-size: 0.86rem;
      letter-spacing: 0.24em;
      text-transform: uppercase;
      font-weight: bold;
      margin-bottom: 18px;
    }

    h1, h2, h3 {
      font-family: Georgia, 'Times New Roman', serif;
      line-height: 1.15;
    }

    h1 {
      font-size: clamp(2.7rem, 6vw, 5.6rem);
      margin-bottom: 20px;
    }

    .hero-separator {
      width: 50%;
      max-width: 250px;
      height: auto;
      display: block;
      margin: 12px auto;
    }
	
	
	.hero-separator {
       width: 40%;
       max-width: 200px;
       height: auto;
       display: block;
       margin: 12px auto;
     }
	
	
	.hero-subtitle {
      font-size: 1.45rem;
      margin-bottom: 18px;
      color: #f3f3f3;
    }
       
    
    .hero-subtitle2 {
      font-family: Georgia, 'Times New Roman', serif;
      font-size: 1.45rem;
      margin-bottom: 18px;
      color: #f3f3f3;
    }

    .hero-text {
      font-size: 1.08rem;
      max-width: 670px;
      color: #e8e8e8;
      margin-bottom: 32px;
    }

    .button-row {
      display: flex;
      flex-wrap: wrap;
      gap: 14px;
    }

    .button {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      padding: 14px 22px;
      border-radius: 999px;
      font-weight: bold;
      transition: 0.2s ease;
    }

    .button-primary {
      background: var(--red);
      color: var(--white);
    }

    .button-primary:hover {
      background: var(--dark-red);
      transform: translateY(-2px);
    }

    .button-secondary {
      background: var(--white);
      color: var(--black);
    }

    .button-secondary:hover {
      background: #f1f1f1;
      transform: translateY(-2px);
    }

    .hero-card {
      background: rgba(255, 255, 255, 0.12);
      border: 1px solid rgba(255, 255, 255, 0.2);
      border-radius: 30px;
      padding: 30px;
      backdrop-filter: blur(14px);
      box-shadow: 0 25px 60px rgba(0, 0, 0, 0.25);
    } 
    .hero-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 40px;
      align-items: center;
    }
	
	.brand-mark {
      width: 100px;
      height: 150px;
      border-radius: 50%;
      background: var(--red);
      color: var(--white);
      display: grid;
      place-items: center;
      font-family: Georgia, 'Times New Roman', serif;
      font-size: 1.7rem;
      font-weight: bold;
      border: 3px solid var(--gold);
    }
	
	.brand-mark img {
      width: 100%;
      height: 100%;
      object-fit: contain;
    }

	
    
    .chapter-photo-section {
      grid-column: 1 / -1;
      width: 100%;
      margin-top: 35px;
      text-align: center;
    }
    
    .chapter-photo-section h3 {
      font-size: 2rem;
      margin-bottom: 20px;
      color: #ffffff;
    }
    
          .chapter-links {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 12px;
        margin-top: 20px;
      }
      
      .chapter-links a {
        background: #fff0f1;
        color: var(--dark-red);
        border-radius: 999px;
        padding: 12px 16px;
        font-weight: bold;
        text-align: center;
        border: 1px solid rgba(181, 18, 27, 0.18);
      }
      
      .chapter-links a:hover {
        background: var(--red);
        color: var(--white);
      }  
      
      
      .chapter-links-left {
        display: grid;
        grid-template-columns: 1fr;
        gap: 12px;
        margin-top: 24px;
      }
      
      .chapter-links-left a {
        background: rgba(255, 255, 255, 0.92);
        color: var(--dark-red);
        border-radius: 999px;
        padding: 12px 18px;
        font-weight: bold;
        text-align: center;
        border: 1px solid rgba(215, 181, 109, 0.7);
      }
      
      .chapter-links-left a:hover {
        background: var(--gold);
        color: var(--black);
      }
          
         .chapter-full-img {
        width: 100%;
        max-width: 100%;
        height: auto;
        display: block;
        border-radius: 8px;
      }
    
     .chapter-photo-section {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.chapter-photo-section h3 {
  font-size: 2rem;
  margin-bottom: 20px;
  color: #ffffff;
}

.chapter-full-img {
  width: 100%;
  max-width: 1200px;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 0;
  box-shadow: none;
  border: none;
}
    

 .contact-columns {
  align-items: start;
}

.contact-info-card,
.inquiry-form-card {
  height: 100%;
}

.contact-top-img {
  width: 70%;
  max-width: 350px;
  height: auto;
  display: block;
  margin: 0 auto 24px;
}

.inquiry-form-card iframe {
  border-radius: 12px;
}   
    .hero-card h3 {
      font-size: 1.8rem;
      margin-bottom: 14px;
    }

    .hero-card p {
      color: #eeeeee;
      margin-bottom: 20px;
    }

    .quick-links {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 14px;
    }

    .quick-link {
      background: var(--white);
      color: var(--black);
      border-radius: 18px;
      padding: 18px;
    }

    .quick-link span {
      display: block;
      font-size: 1.6rem;
      margin-bottom: 7px;
    }

    .quick-link strong {
      display: block;
      margin-bottom: 3px;
    }

    .section {
      padding: 86px 0;
    }

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

    .section-dark {
      background: var(--black);
      color: var(--white);
    }

    .section-header {
      max-width: 780px;
      margin: 0 auto 42px;
      text-align: center;
    }

    .section-header h2 {
      font-size: clamp(2rem, 4vw, 3.2rem);
      margin-bottom: 16px;
    }

    .section-header p {
      color: var(--medium-gray);
      font-size: 1.05rem;
    }

    .section-dark .section-header p,
    .section-dark .eyebrow {
      color: #d7d7d7;
    }

    .two-column {
      display: grid;
      grid-template-columns: 0.9fr 1.1fr;
      gap: 36px;
      align-items: center;
    }

    .image-placeholder {
      min-height: 360px;
      border-radius: var(--radius);
      background:
        linear-gradient(135deg, rgba(181, 18, 27, 0.88), rgba(17, 17, 17, 0.86)),
        url('images/chapter-photo-placeholder.jpg');
      background-size: cover;
      background-position: center;
      color: var(--white);
      display: flex;
      align-items: end;
      padding: 28px;
      box-shadow: 0 20px 50px rgba(0, 0, 0, 0.14);
    }

    .image-placeholder p {
      max-width: 360px;
      font-weight: bold;
      font-size: 1.1rem;
    }

    .content-card {
      background: var(--white);
      border-radius: var(--radius);
      padding: 32px;
      box-shadow: 0 12px 35px rgba(0, 0, 0, 0.07);
      border: 1px solid rgba(0, 0, 0, 0.08);
    }

    .content-card h3 {
      font-size: 2rem;
      margin-bottom: 15px;
    }

    .content-card p {
      color: var(--medium-gray);
      margin-bottom: 18px;
    }

    .feature-list {
      list-style: none;
      display: grid;
      gap: 12px;
      margin-top: 20px;
    }

    .feature-list li {
      display: flex;
      gap: 10px;
      align-items: flex-start;
    }

    .check {
      color: var(--red);
      font-weight: bold;
    }

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

    .card {
      background: var(--white);
      border-radius: var(--radius);
      padding: 26px;
      border: 1px solid rgba(0, 0, 0, 0.08);
      box-shadow: 0 10px 28px rgba(0, 0, 0, 0.06);
    }

    .card-icon {
      width: 48px;
      height: 48px;
      border-radius: 50%;
      display: grid;
      place-items: center;
      background: #fff0f1;
      color: var(--red);
      font-size: 1.4rem;
      margin-bottom: 16px;
    }

    .card h3 {
      font-size: 1.35rem;
      margin-bottom: 10px;
    }

    .card p {
      color: var(--medium-gray);
    }

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

    .event-card {
      background: var(--white);
      border-radius: var(--radius);
      overflow: hidden;
      border: 1px solid rgba(0, 0, 0, 0.08);
      box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
    }

    .event-image {
      height: 180px;
      background:
        linear-gradient(135deg, rgba(127, 13, 19, 0.75), rgba(17, 17, 17, 0.5)),
        url('images/event-placeholder.jpg');
      background-size: cover;
      background-position: center;
    }

    .event-body {
      padding: 24px;
    }
	#events .event-body h3 {
  	  color: #8b1e3f;
}

    #events .event-body .event-date {
      text-align: center;
      font-size: 20pt;
      color: black;
      font-style: italic;
}

    .event-date {
      color: var(--red);
      font-weight: bold;
      font-size: 0.9rem;
      margin-bottom: 8px;
    }

    .event-body h3 {
      margin-bottom: 10px;
    }

    .event-body p {
      color: var(--medium-gray);
    }

    .membership-box {
      background: linear-gradient(135deg, var(--red), var(--dark-red));
      border-radius: 30px;
      padding: 44px;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 32px;
      align-items: center;
    }

    .membership-box h2 {
      font-size: clamp(2rem, 4vw, 3.2rem);
      margin-bottom: 15px;
    }

    .membership-box p {
      color: #ffe4e5;
    }

    .membership-links {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 14px;
    }

    .membership-link {
      background: rgba(255, 255, 255, 0.13);
      border: 1px solid rgba(255, 255, 255, 0.2);
      border-radius: 18px;
      padding: 18px;
      font-weight: bold;
    }

    .service-area {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 12px;
      margin-top: 30px;
    }

    .city-pill {
      background: #fff0f1;
      color: var(--dark-red);
      border-radius: 999px;
      padding: 10px 16px;
      font-weight: bold;
    }

    .cta {
      background:
        linear-gradient(100deg, rgba(17, 17, 17, 0.92), rgba(181, 18, 27, 0.84)),
        url('images/community-placeholder.jpg');
      background-size: cover;
      background-position: center;
      color: var(--white);
      border-radius: 34px;
      padding: 58px;
      text-align: center;
    }

    .cta h2 {
      font-size: clamp(2rem, 4vw, 3.4rem);
      margin-bottom: 15px;
    }

    .cta p {
      max-width: 760px;
      margin: 0 auto 28px;
      color: #eeeeee;
    }

    footer {
      background: var(--black);
      color: var(--white);
      padding: 54px 0 26px;
    }

    .footer-grid {
      display: grid;
      grid-template-columns: 1.2fr 0.8fr 0.8fr;
      gap: 32px;
      padding-bottom: 34px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.13);
    }

    .footer-grid h3 {
      margin-bottom: 12px;
    }

    .footer-grid p,
    .footer-grid a {
      color: #cfcfcf;
    }

    .footer-links {
      display: grid;
      gap: 7px;
    }

    .copyright {
      padding-top: 22px;
      color: #bdbdbd;
      font-size: 0.9rem;
    }

    /* Mobile and tablet layout */
    @media (max-width: 960px) {
      .nav {
        align-items: flex-start;
        flex-direction: column;
        padding: 18px 0;
      }

      .nav-links {
        flex-wrap: wrap;
        gap: 14px;
      }   
      

      .hero-grid,
      .two-column,
      .membership-box,
      .footer-grid {
        grid-template-columns: 1fr;
      }

      .cards-grid,
      .events-strip {
        grid-template-columns: 1fr 1fr;
      }
    }

    @media (max-width: 640px) {
      .top-bar .container,
      .nav-links,
      .button-row {
        flex-direction: column;
        align-items: flex-start;
      }

      .hero {
        padding: 80px 0 64px;
      }

      .quick-links,
      .cards-grid,
      .events-strip,
      .membership-links {
        grid-template-columns: 1fr;
      }

      .section {
        padding: 64px 0;
      }

      .membership-box,
      .cta {
        padding: 30px;
      }
    }

   .social-row {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 18px;
      flex-wrap: wrap;
      margin: 24px auto;
    }
    
    .social-item {
      font-size: 1.05rem;
      color: var(--black);
    }
    
    .social-triangle {
      width: 36px;
      height: 36px;
      object-fit: contain;
    }
    
	
	 
  
  .pyramid-gallery {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px; /* space between tiers */
    margin: 40px auto;
  }

  .pyramid-row {
    display: flex;
    justify-content: center;
    gap: 25px; /* space between image/caption groups */
  }

  .pyramid-item {
    text-align: center;
  }

  .pyramid-item img {
    width: 150px;
    height: 250px;
    object-fit: cover;
    border-radius: 8px;
  }

  .pyramid-caption {
    margin-top: 8px;
    font-size: 14px;
    font-weight: bold;
    color: #7b1113;
  }

/* Multi-page navigation additions */
.nav-links a[aria-current="page"] {
  color: var(--red);
  text-decoration: underline;
  text-underline-offset: 5px;
}

.nav-links .nav-cta[aria-current="page"] {
  color: var(--white) !important;
  text-decoration: none;
  background: var(--dark-red);
}

.page-intro {
  background: linear-gradient(100deg, rgba(17, 17, 17, 0.92), rgba(127, 13, 19, 0.72));
  color: var(--white);
  padding: 58px 0;
  text-align: center;
}

.page-intro h1 {
  font-size: clamp(2.4rem, 5vw, 4.3rem);
  margin-bottom: 12px;
}

.page-intro p {
  max-width: 760px;
  margin: 0 auto;
  color: #eeeeee;
}

@media (max-width: 640px) {
  .brand-mark {
    width: 70px;
    height: 105px;
  }

  .nav-links {
    width: 100%;
  }
}

/* About dropdown menu */
.nav-dropdown {
  position: relative;
}

.nav-dropdown summary {
  cursor: pointer;
  font-weight: bold;
  list-style: none;
}

.nav-dropdown summary::-webkit-details-marker {
  display: none;
}

.nav-dropdown summary::after {
  content: " ?";
  font-size: 0.8rem;
}

.nav-dropdown[open] summary::after {
  content: " ?";
}

.dropdown-menu {
  position: absolute;
  top: 32px;
  left: 0;
  min-width: 210px;
  padding: 10px;
  background: var(--white);
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 12px;
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
  z-index: 100;
}

.dropdown-menu a {
  display: block;
  padding: 10px 12px;
  border-radius: 8px;
  white-space: nowrap;
}

.dropdown-menu a:hover {
  background: #fff0f1;
  color: var(--dark-red);
}

.nav-dropdown summary {
  cursor: pointer;
  font-weight: bold;
  list-style: none;
}

.nav-dropdown summary::-webkit-details-marker {
  display: none;
}

.nav-dropdown summary::marker {
  content: "";
}

.nav-dropdown summary {
  cursor: pointer;
  font-weight: bold;
  list-style: none;
}

.nav-dropdown summary::-webkit-details-marker {
  display: none;
}

.nav-dropdown summary::marker {
  content: "";
}

.nav-dropdown summary::after {
  content: " v";
  font-size: 0.8rem;
  margin-left: 4px;
}

.nav-dropdown[open] summary::after {
  content: " ^";
}

.separator {
  display: block;
  margin: 12px auto;
  width: 50%;
  height: auto;
}

/* Leadership pyramid gallery */

.pyramid-gallery {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  margin: 40px auto;
}

.pyramid-row {
  display: flex;
  justify-content: center;
  gap: 25px;
  flex-wrap: wrap;
}

.pyramid-item {
  text-align: center;
}

.pyramid-item img {
  width: 150px;
  height: 250px;
  object-fit: cover;
  border-radius: 8px;
}

.pyramid-caption {
  margin-top: 8px;
  font-size: 14px;
  font-weight: bold;
  color: var(--dark-red);
}

/* Committee directory */

.committee-directory {
  text-align: center;
}

.committee-directory h1 {
  margin-bottom: 10px;
}

.committee-separator {
  width: 45%;
  max-width: 240px;
  height: auto;
  margin: 10px auto 28px;
}

.committee-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  text-align: left;
}

.committee-card {
background: #f8f1e7;
  border: 1px solid rgba(181, 18, 27, 0.18);
  border-left: 6px solid var(--red);
  border-radius: 14px;
  padding: 18px 20px;
}

.committee-card h3 {
  color: var(--dark-red);
  font-size: 1.1rem;
  margin-bottom: 6px;
}

.committee-card p {
  margin: 0;
  font-weight: bold;
  color: var(--black);
}

.chair-pending {
  color: var(--medium-gray) !important;
  font-style: italic;
  font-weight: normal !important;
}

.media (max-width: 640px) {
  .committee-grid {
    grid-template-columns: 1fr;
  }

  .committee-separator {
    width: 65%;
  }
}

.indented-list {
  padding-left: 25px;
}
.image-slider {
  position: relative;
  width: 100%;
  height: 600px; /* larger slideshow area */
  overflow: hidden;
  border-radius: 12px;
}

.image-slider img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.04);
  transition: opacity 2.5s ease-in-out, transform 5s ease-in-out;
}

.image-slider img.active {
  opacity: 1;
  transform: scale(1);
}

/* =========================
   PUBLIC CALENDAR PAGE
========================= */

.calendar-page {
  max-width: 1200px;
  margin: 0 auto;
}

.calendar-heading {
  text-align: center;
  max-width: 850px;
  margin: 0 auto 1.5rem;
}

.calendar-heading h1 {
  color: var(--maroon, #7a0019);
  margin-bottom: 1rem;
}

.calendar-intro {
  font-size: 1.08rem;
  line-height: 1.7;
}

.calendar-actions {
  display: flex;
  justify-content: center;
  margin: 1.5rem 0 0.75rem;
}

.calendar-note {
  text-align: center;
  max-width: 750px;
  margin: 0 auto 2rem;
  font-style: italic;
  color: #333;
}

.calendar-frame {
  background: #ffffff;
  border: 3px solid var(--maroon, #7a0019);
  border-radius: 12px;
  padding: 12px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.12);
  overflow: hidden;
}

.calendar-frame iframe {
  display: block;
  border: 0;
}

.calendar-disclaimer {
  max-width: 900px;
  margin: 2rem auto 0;
  padding: 1.5rem;
  text-align: center;
  background: #f7f0e8;
  border-left: 6px solid var(--maroon, #7a0019);
  border-radius: 8px;
}

.calendar-disclaimer h3 {
  color: var(--maroon, #7a0019);
  margin-top: 0;
}


.president-message-section {
  background: #f8f4ee;
  padding: 60px 20px;
}

.president-message-card {
  background: #ffffff;
  border: 2px solid #d7c2a3;
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  text-align: center;
  max-width: 1100px;
  margin: 0 auto;
}

.president-message-card h2 {
  color: #8b1e3f; /* maroon */
  font-size: 2rem;
  margin-bottom: 12px;
}

.president-intro {
  color: #333333;
  font-size: 1.05rem;
  line-height: 1.6;
  margin-bottom: 24px;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}

.president-image-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.president-message-image {
  width: 100%;
  max-width: 900px;
  height: auto;
  border-radius: 10px;
  border: 1px solid #d7c2a3;
  display: block;
}


/* =========================================
   HIGHLIGHTING SORORS PAGE
========================================= */

.highlighting-sorors-section {
  background-color: #fbf7f2;
}


/* =========================================
   DIRECTORY LAYOUT
========================================= */

.soror-directory-layout {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  align-items: start;
  gap: 30px;
  width: 100%;
}


/* =========================================
   SIDE NAVIGATION PANEL
========================================= */

.soror-side-navigation {
  position: sticky;
  top: 190px;
  width: 100%;
  padding: 24px 20px;
  background-color: #fbf7f2;
  border: 1px solid rgba(181, 18, 27, 0.2);
  border-top: 6px solid #d8c3a5;
  border-radius: 16px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.07);
}

.soror-side-navigation h2 {
  margin-bottom: 18px;
  color: var(--dark-red);
  font-size: 1.45rem;
  text-align: center;
}

.soror-navigation-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.soror-navigation-list li {
  margin: 0;
  padding: 0;
}

.soror-navigation-list a {
  display: block;
  width: 100%;
  padding: 11px 13px;
  background-color: var(--white);
  color: var(--dark-red);
  border-left: 4px solid var(--red);
  border-radius: 7px;
  font-weight: bold;
  line-height: 1.35;
  text-decoration: none;
  transition:
    background-color 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
}

.soror-navigation-list a:hover,
.soror-navigation-list a:focus {
  background-color: #a32f37;
  color: var(--white);
  transform: translateX(3px);
}

.soror-navigation-list a:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 3px;
}


/* =========================================
   RUNNING LIST OF PROFILES
========================================= */

.soror-profile-list {
  display: grid;
  gap: 40px;
  min-width: 0;
  width: 100%;
}

.soror-profile-list .soror-highlight-card {
  scroll-margin-top: 210px;
}


/* =========================================
   PROFILE CARD
========================================= */

.soror-highlight-card {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  align-items: start;
  gap: 40px;
  width: 100%;
  max-width: 100%;
  margin: 0;
}


/* =========================================
   LEFT PROFILE COLUMN
========================================= */

.soror-profile-column {
  width: 100%;
  max-width: 320px;
  margin: 0;
  padding: 20px;

  background-color: #a32f37;

  border: 1px solid rgba(127, 13, 19, 0.3);
  border-top: 6px solid #d8c3a5;
  border-radius: 18px;
  text-align: center;
}

.soror-profile-image {
  display: block;
  width: 280px;
  height: 280px;
  max-width: 100%;
  margin: 0 auto 20px;

  object-fit: cover;
  object-position: center top;

  border: 4px solid var(--white);
  border-radius: 16px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.14);
}

.soror-profile-column h2 {
  margin: 0 0 8px;
  color: var(--white);
  font-size: 1.65rem;
}

.soror-highlight-title {
  margin: 0;
  color: var(--black);
  font-weight: bold;
  line-height: 1.45;
}


/* =========================================
   RIGHT TEXT COLUMN
========================================= */

.soror-text-column {
  min-width: 0;
  width: 100%;
  padding-top: 4px;
}

.soror-text-column h2 {
  margin-bottom: 16px;
  color: var(--dark-red);
  font-size: clamp(2rem, 4vw, 3rem);
}

.soror-text-column p {
  margin-bottom: 18px;
  color: var(--medium-gray);
  line-height: 1.75;
}

.soror-eyebrow {
  margin-bottom: 10px !important;
  color: var(--red) !important;
}

.soror-highlight-separator {
  display: block;
  width: 45%;
  max-width: 220px;
  height: auto;
  margin: 4px 0 24px;
}


/* =========================================
   OPTIONAL DETAIL BOXES
========================================= */

.soror-details-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.soror-detail-item {
  padding: 20px;
  background-color: #fbf7f2;
  border-left: 5px solid var(--red);
  border-radius: 12px;
}

.soror-detail-item h3 {
  margin-bottom: 8px;
  color: var(--dark-red);
  font-size: 1.2rem;
}

.soror-detail-item p {
  margin-bottom: 0;
}


/* =========================================
   OPTIONAL FEATURED QUOTATION
========================================= */

.soror-quote {
  margin-top: 28px;
  padding: 22px 24px;
  background-color: var(--dark-red);
  color: var(--white);
  border-left: 6px solid var(--gold);
  border-radius: 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.15rem;
  font-style: italic;
  line-height: 1.7;
}


/* =========================================
   SMALL LAPTOPS AND TABLETS
========================================= */

@media screen and (max-width: 1050px) {
  .soror-directory-layout {
    grid-template-columns: 200px minmax(0, 1fr);
    gap: 24px;
  }

  .soror-side-navigation {
    top: 170px;
    padding: 20px 16px;
  }

  .soror-highlight-card {
    grid-template-columns: 270px minmax(0, 1fr);
    gap: 28px;
  }

  .soror-profile-column {
    max-width: 270px;
    padding: 18px;
  }

  .soror-profile-image {
    width: 230px;
    height: 230px;
  }
}


/* =========================================
   TABLETS AND MOBILE DEVICES
========================================= */

@media screen and (max-width: 800px) {
  .soror-directory-layout {
    grid-template-columns: 1fr;
  }

  .soror-side-navigation {
    position: static;
    width: 100%;
  }

  .soror-navigation-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .soror-highlight-card {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 22px 18px;
    scroll-margin-top: 20px;
  }

  .soror-profile-column {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
  }

  .soror-profile-image {
    width: 260px;
    height: 260px;
  }

  .soror-details-grid {
    grid-template-columns: 1fr;
  }

  .soror-highlight-separator {
    width: 60%;
  }
}


/* =========================================
   SMALL PHONES
========================================= */

@media screen and (max-width: 480px) {
  .soror-navigation-list {
    grid-template-columns: 1fr;
  }

  .soror-highlight-card {
    padding: 20px 15px;
  }

  .soror-profile-column {
    padding: 18px 15px;
  }

  .soror-profile-image {
    width: 220px;
    height: 220px;
  }

  .soror-profile-column h2 {
    font-size: 1.4rem;
  }

  .soror-quote {
    padding: 20px;
    font-size: 1.05rem;
  }
}


/* =========================================
   STATIC FEATURED EVENT
   ========================================= */

.static-event {
  width: 100%;
  padding: 70px 22px;
  background-color: var(--cream, #fbf7f2);
  text-align: center;
}

.static-event-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 35px;

  background-color: var(--white, #ffffff);
  border: 1px solid rgba(181, 18, 27, 0.18);
  border-radius: 18px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);

  text-align: center;
}

.static-event-image {
  display: flex;
  justify-content: center;
  align-items: center;

  width: 100%;
  margin: 0 auto 30px;
}

.static-event-image img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 800px;
  margin: 0 auto;
  object-fit: contain;
}

.static-event-content {
  display: flex;
  flex-direction: column;
  align-items: center;

  width: 100%;
  max-width: 800px;
  margin: 0 auto;

  text-align: center;
}

.static-event-content h2,
.static-event-content h3,
.static-event-content p {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.static-event-content h2 {
  margin-bottom: 8px;
  color: var(--dark-red, #7f0d13);
}

.static-event-content h3 {
  margin-bottom: 22px;
  color: var(--red, #b5121b);
}

.static-event-content p {
  margin-top: 0;
  margin-bottom: 18px;
  color: var(--medium-gray, #666666);
  line-height: 1.75;
}

.event-key-list {
  display: flex;
  flex-direction: column;
  align-items: center;

  width: 100%;
  margin: 5px auto 22px;

  text-align: center;
}

.event-key-list p {
  width: auto;
  margin: 0 0 5px;
  color: var(--black, #111111);
  font-weight: bold;
  text-align: center;
}

.event-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: fit-content;
  margin: 15px auto 25px;
  padding: 14px 26px;

  background-color: var(--red, #b5121b);
  color: var(--white, #ffffff);
  border-radius: 999px;

  font-weight: bold;
  text-align: center;
  text-decoration: none;
}

.event-hashtags {
  width: 100%;
  margin: 0 auto !important;
  color: var(--dark-red, #7f0d13) !important;
  font-weight: bold;
  text-align: center !important;
}

@media (max-width: 768px) {
  .static-event {
    padding: 45px 18px;
  }

  .static-event-container {
    padding: 25px 20px;
  }
}

@media (max-width: 480px) {
  .static-event-container {
    padding: 20px 15px;
  }
}

/* =========================================
   RESTORED SITE HEADER, NAVIGATION, AND FOOTER
   Added after comparison with ecac-style(4).css
   ========================================= */

/* Header and brand */
header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

header .nav {
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

header .brand {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 14px;
}

header .brand-mark {
  width: 100px;
  height: 150px;
  flex: 0 0 100px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 3px solid var(--gold);
  border-radius: 50%;
  background: var(--red);
  color: var(--white);
}

header .brand-mark img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: contain;
}

header .brand-title {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.2;
}

header .brand-subtitle {
  color: var(--medium-gray);
  font-size: 0.82rem;
}

/* Main navigation */
header .nav-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 22px;
  margin: 0;
  padding: 0;
  font-size: 0.95rem;
  font-weight: bold;
}

header .nav-links > a,
header .nav-dropdown > summary {
  color: var(--black);
}

header .nav-links a:hover,
header .nav-links a:focus,
header .nav-dropdown > summary:hover,
header .nav-dropdown > summary:focus {
  color: var(--red);
}

header .nav-cta {
  padding: 11px 18px;
  border-radius: 999px;
  background: var(--red);
  color: var(--white) !important;
}

header .nav-cta:hover,
header .nav-cta:focus,
header .nav-links .nav-cta[aria-current="page"] {
  background: var(--dark-red);
  color: var(--white) !important;
  text-decoration: none;
}

header .nav-links a[aria-current="page"] {
  color: var(--red);
  text-decoration: underline;
  text-underline-offset: 5px;
}

/* Dropdown navigation */
header .nav-dropdown {
  position: relative;
}

header .nav-dropdown > summary {
  cursor: pointer;
  list-style: none;
  font-weight: bold;
}

header .nav-dropdown > summary::-webkit-details-marker {
  display: none;
}

header .nav-dropdown > summary::marker {
  content: "";
}

header .nav-dropdown > summary::after {
  content: " ▼";
  margin-left: 4px;
  font-size: 0.7rem;
}

header .nav-dropdown[open] > summary::after {
  content: " ▲";
}

header .dropdown-menu {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  z-index: 1100;
  min-width: 220px;
  padding: 10px;
  background: var(--white);
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 12px;
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}

header .dropdown-menu a {
  display: block;
  padding: 10px 12px;
  border-radius: 8px;
  color: var(--black);
  white-space: nowrap;
}

header .dropdown-menu a:hover,
header .dropdown-menu a:focus {
  background: #fff0f1;
  color: var(--dark-red);
}

/* Footer */
footer {
  background: var(--black);
  color: var(--white);
  padding: 54px 0 26px;
}

footer .footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr;
  gap: 32px;
  padding-bottom: 34px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

footer .footer-grid h3 {
  margin-bottom: 12px;
  color: var(--white);
}

footer .footer-grid p,
footer .footer-grid a {
  color: #cfcfcf;
}

footer .footer-grid a:hover,
footer .footer-grid a:focus {
  color: var(--white);
  text-decoration: underline;
  text-underline-offset: 3px;
}

footer .footer-links {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0;
}

footer .copyright {
  padding-top: 22px;
  color: #bdbdbd;
  font-size: 0.9rem;
}

/* Header and footer responsive layout */
@media (max-width: 960px) {
  header .nav {
    align-items: flex-start;
    flex-direction: column;
    padding: 18px 0;
  }

  header .nav-links {
    width: 100%;
    justify-content: flex-start;
    gap: 14px;
  }

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

@media (max-width: 640px) {
  .top-bar .container {
    flex-direction: column;
    align-items: flex-start;
  }

  header .brand-mark {
    width: 70px;
    height: 105px;
    flex-basis: 70px;
  }

  header .nav-links {
    flex-direction: column;
    align-items: flex-start;
  }

  header .nav-dropdown,
  header .nav-dropdown > summary,
  header .dropdown-menu,
  header .nav-links > a {
    width: 100%;
  }

  header .dropdown-menu {
    position: static;
    min-width: 0;
    margin-top: 8px;
    box-shadow: none;
  }
}

/* =====================================================
   FINAL HEADER DROPDOWN FIX
   Keep this section at the very end of the stylesheet.
   ===================================================== */

header,
header .container,
header .nav,
header .nav-links {
  overflow: visible;
}

header {
  z-index: 5000;
}

header .nav-dropdown {
  position: relative;
  display: inline-block;
  overflow: visible;
}

header .nav-dropdown > summary {
  display: flex;
  align-items: center;
  gap: 4px;
  min-height: 44px;
  margin: 0;
  padding: 10px 0;
  cursor: pointer;
  list-style: none;
  white-space: nowrap;
  user-select: none;
}

header .nav-dropdown > summary::-webkit-details-marker {
  display: none;
}

header .nav-dropdown > summary::marker {
  display: none;
  content: "";
}

header .nav-dropdown > summary::after {
  content: "\25BC";
  margin-left: 3px;
  font-size: 0.65rem;
  line-height: 1;
}

header .nav-dropdown[open] > summary::after {
  content: "\25B2";
}

/* Hide the submenu until the details element is opened. */
header .nav-dropdown:not([open]) > .dropdown-menu {
  display: none;
}

header .nav-dropdown[open] > .dropdown-menu {
  display: block;
}

header .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9999;
  min-width: 230px;
  margin-top: 2px;
  padding: 10px;
  background-color: var(--white);
  border: 1px solid rgba(0, 0, 0, 0.14);
  border-radius: 10px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.2);
}

header .dropdown-menu a {
  display: block;
  width: 100%;
  padding: 10px 12px;
  color: var(--black);
  border-radius: 7px;
  white-space: nowrap;
}

header .dropdown-menu a:hover,
header .dropdown-menu a:focus {
  background-color: #fff0f1;
  color: var(--dark-red);
}

/* Keep a dropdown near the right edge from running off the screen. */
header .nav-links .nav-dropdown:last-of-type > .dropdown-menu {
  right: 0;
  left: auto;
}

@media (max-width: 960px) {
  header .nav-dropdown {
    display: block;
    width: 100%;
  }

  header .nav-dropdown > summary {
    width: 100%;
    justify-content: space-between;
  }

  header .dropdown-menu,
  header .nav-links .nav-dropdown:last-of-type > .dropdown-menu {
    position: static;
    width: 100%;
    min-width: 0;
    margin: 4px 0 8px;
    box-shadow: none;
  }

  header .dropdown-menu a {
    white-space: normal;
  }
}



