/* Campus section styles for involvement */
.campus-section {
  width: 100%;
  margin: 2rem 0 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.campus-heading {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 0.5rem;
}

.campus-list-box {
  background: #eaeaea;
  border-radius: 10px;
  padding: 1.5rem 1rem;
  margin-bottom: 2rem;
  width: 100%;
  max-width: none;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
  margin-left: 0;
  margin-right: 0;
}

.campus-list {
  text-align: center;
  margin: 0;
  width: 100%;
  display: block;
}

.campus-list-bold-italic {
  font-weight: bold;
  font-style: italic;
  font-size: 1.15rem;
  line-height: 1.5;
  display: block;
  text-align: center;
  width: 100%;
}

.campus-image-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.campus-image {
  width: 80%;
  max-width: 900px;
  border-radius: 16px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.10);
  margin: 2rem 0;
  display: block;
}

@media (max-width: 768px) {
  .campus-list-box {
    padding: 1rem 0.8rem;
    font-size: 1rem;
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .campus-heading {
    font-size: 1.3rem;
  }
  .campus-image {
    width: 98vw;
    max-width: none;
    margin: 1rem 0;
  }
  .campus-list {
    width: 100%;
    text-align: center;
  }
  .campus-list-bold-italic {
    width: 100%;
    text-align: center;
    font-size: 1rem;
  }
}
/* --- ACHIEVEMENT CARDS DESKTOP STYLES --- */
.achievements-section {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
  max-width: 1200px;
  margin: 3rem auto 3rem auto;
  padding: 0 2rem;
  align-items: stretch;
  justify-items: center;
}

.achievement-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 2.5rem 1.5rem;
  border-radius: 32px;
  min-height: 480px;
  width: 100%;
  max-width: 340px;
  aspect-ratio: 9/16;
  box-sizing: border-box;
  color: #fff;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0 8px 32px rgba(0,0,0,0.18);
  position: relative;
  overflow: hidden;
  gap: 1.2rem;
}

.achievement-container.card1 {
  background-image: linear-gradient(rgba(0,0,0,0.45), rgba(0,0,0,0.45)), url('Web Images/Andrew Website Overhaul-20250815T034045Z-1-001/Anderson-Andrew Website Overhaul/General/3-2-Achievers.jpg');
}
.achievement-container.card2 {
  background-image: linear-gradient(rgba(0,0,0,0.45), rgba(0,0,0,0.45)), url('Web Images/Andrew Website Overhaul-20250815T034045Z-1-001/Anderson-Andrew Website Overhaul/General/3-2-Leaders.JPEG');
}
.achievement-container.card3 {
  background-image: linear-gradient(rgba(0,0,0,0.45), rgba(0,0,0,0.45)), url('Web Images/Andrew Website Overhaul-20250815T034045Z-1-001/Anderson-Andrew Website Overhaul/General/3-2-Professionals.jpeg');
}

.achievement-container h3 {
  margin: 0 0 1.2rem 0;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.2;
  text-shadow: 2px 2px 8px rgba(0,0,0,0.35);
  flex-shrink: 0;
}
.achievement-container img {
  margin: 0 0 1.2rem 0;
  width: 90px;
  height: 90px;
  object-fit: contain;
  background: transparent;
  box-shadow: none;
  border: none;
  display: block;
  flex-shrink: 0;
}
.achievement-container p {
  margin: 0;
  font-size: clamp(1.1rem, 1.5vw, 1.25rem);
  line-height: 1.5;
  color: #fff;
  text-shadow: 1px 1px 6px rgba(0,0,0,0.35);
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  word-break: normal;
  overflow-wrap: normal;
  white-space: normal;
  hyphens: auto;
  padding: 0 0.5rem;
}

@media (max-width: 1024px) {
  .achievements-section {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    max-width: 800px;
  }
  .achievement-container {
    min-height: 400px;
    max-width: 320px;
    padding: 2rem 1rem;
  }
}

@media (max-width: 768px) {
  .achievements-section {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    max-width: 400px;
    margin: 2rem auto;
    padding: 0 1rem;
  }
  .achievement-container {
    min-height: 320px;
    max-width: 95vw;
    padding: 1.2rem 0.5rem;
    border-radius: 18px;
  }
  .achievement-container h3 {
    font-size: 1.5rem;
  }
  .achievement-container img {
    width: 60px;
    height: 60px;
    margin-bottom: 0.8rem;
  }
  .achievement-container p {
    font-size: clamp(1rem, 2vw, 1.1rem);
    padding: 0 0.2rem;
  }
}
/* Responsive breakpoints for mobile and tablet, matching index.html */
@media (max-width: 768px) {
  .zeta-nu-section {
    min-height: 40vw;
    height: 40vw;
    max-height: 60vw;
    padding: 0;
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-attachment: initial !important;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    position: relative;
    filter: none !important;
    opacity: 1 !important;
    background-image: url('Web Images/3-ZetaNuChapter.JPEG');
  }
  .zeta-nu-section h1 {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    width: 100vw;
    font-size: clamp(1.5rem, 8vw, 2.5rem);
    margin: 0 auto;
    color: white;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.5);
    z-index: 2;
    padding: 0 5vw;
    box-sizing: border-box;
    background: rgba(0,0,0,0.15);
    border-radius: 8px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  /* Removed duplicate .zeta-nu-section rule */
  .why-pct {
    padding: 1rem 0.5rem;
  }
}

@media (max-width: 480px) {
  .zeta-nu-section h1 {
    font-size: 1.5rem;
  }
  .collection-title h2 {
    font-size: 1.1rem;
  }
}
/* White box styling for Zeta Nu intro, similar to Professionalism page */
/* Intro text under the banner: remove boxed card and make full-width, larger, centered */
.zeta-nu-intro {
  margin-top: 2rem;
  padding: 2.5rem 6vw; /* use viewport padding so it breathes on all widths */
  background: none; /* remove white box */
  border-radius: 0;
  max-width: 1200px; /* wider content area */
  box-shadow: none;
  text-align: center; /* center like the screenshot */
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.5rem;
  opacity: 0;
  transform: translateY(20px) scale(0.99);
  animation: pull-in 0.7s cubic-bezier(.6,-0.28,.74,.05) 0.05s forwards;
  transition: none;
}

.zeta-nu-feature-text {
  flex: 1;
  text-align: center; /* center paragraph like Contact page */
  font-size: 1.25rem; /* increase text size for desktop */
  line-height: 1.6; /* more readable leading */
  max-width: 1100px;
  margin: 0 auto;
}

@keyframes pull-in {
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.zeta-nu-section{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-attachment: scroll; 
    color: white; /* White text */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3); /* Text shadow for better readability */
    text-align: center;
    padding: 0 1rem;
    background-image: url('Web Images/3-ZetaNuChapter.JPEG');
}

.zeta-nu-section h1 {
    font-size: 4rem;
    margin-bottom: 0rem;
    font-weight: 600;
}

.zeta-nu-info{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 60px 20px;
    height: auto;
    text-align: center;
    font-size: 1rem;
    margin: 0 10%;
}

.collection-title{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    font-weight: 600;
    padding: 20px 0;
}

.zeta-nu-collection{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    max-width: 100%;
    /* grid-auto-rows: 300px; */
    
}

.zeta-nu-collection > * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  overflow: hidden; /* no bleed past cell */
}

.zeta-nu-collection .zeta-nu-image {
    width: 100%;
    height: 100%;
}

.zeta-nu-collection .zeta-nu-image img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    margin: 0;
    padding: 0;
    aspect-ratio: 3/2;

}
.zeta-nu-collection .collection-text{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 1.2rem;
    padding: 10px;
}

.collection-text h3{
    font-size: 1.5rem;
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.collection-text h1{
    font-size: 3rem;
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.zeta-nu-collection .collection-text h1,
.zeta-nu-collection .collection-text h3{
  margin: 0; /* margins can make the item taller than the row and create apparent seams */
}

@media (max-width: 768px) {
    .zeta-nu-collection h1{
        font-size: clamp(1.8rem, 5vw, 3rem);
    }

    .zeta-nu-collection h3{
        font-size: clamp(1.2rem, 3vw, 2rem);
    }
}

@media (max-width: 1024px) {
    .zeta-nu-collection h1{
        font-size: clamp(2rem, 5vw, 3.5rem);
    }
        .zeta-nu-collection h2{
        font-size: clamp(1.5rem, 3vw, 2.5rem);
    }
}

@media (min-width: 1025px) {
    .zeta-nu-collection h1{
        font-size: clamp(2.5rem, 5vw, 4rem);
    }
    .zeta-nu-collection h2{
        font-size: clamp(1.8rem, 3vw, 3rem);
    }
}

.why-pct {
  padding: 2rem 5vw; /* slightly tighter padding */
  background: none; /* remove white boxed background */
  border-radius: 0;
  box-shadow: none;
  max-width: 920px; /* narrower max-width so lines wrap on wide viewports */
  margin: 2.25rem auto;
  text-align: center;
  font-size: clamp(1.12rem, 1.6vw, 1.28rem); /* slightly larger but responsive */
  line-height: 1.65;
  color: #222;
}

@media (max-width: 768px) {
  .why-pct {
    padding: 1rem 4vw;
    font-size: 0.98rem;
    max-width: 98vw;
    margin: 1rem auto;
  }
}

.achievements-section{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 1rem;
  align-items: stretch;
  justify-items: center;
}

@media (max-width: 768px){
  .achievements-section{
    grid-template-columns: 1fr;
    gap: 2rem;
    margin: 2rem auto;
    padding: 0 1.5rem;
    max-width: 380px;
  }
  .achievement-container {
    min-height: 420px;
    max-width: 100%;
    padding: 2rem 1.5rem;
  }
  .achievement-container h3 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
  .achievement-container img {
    width: 70px;
    height: 70px;
    margin-bottom: 1rem;
  }
  .achievement-container p {
    font-size: 1.05rem;
    line-height: 1.6;
    padding: 0 1rem;
  }
  .zeta-nu-section {
    background-attachment: scroll !important;
    background-size: cover;
    background-position: center;
    min-height: 60vh;
    height: auto;
  }

  .zeta-nu-section h1 {
    position: absolute !important;
    top: 50% !important;
    left: 0 !important;
    right: 0 !important;
    transform: translateY(-50%) !important;
    width: 100vw !important;
    font-size: clamp(1.5rem, 8vw, 2.5rem) !important;
    margin: 0 auto !important;
    color: white !important;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.5) !important;
    z-index: 2 !important;
    padding: 0 5vw !important;
    box-sizing: border-box !important;
    background: rgba(0,0,0,0.15) !important;
    border-radius: 8px !important;
    text-align: center !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
}


.achievements-section > .achievement-container:nth-child(1) {
  background: linear-gradient(rgba(0,0,0,.4), rgba(0,0,0,.4)), url("Web Images/Andrew Website Overhaul-20250815T034045Z-1-001/Anderson-Andrew Website Overhaul/General/3-2-Achievers.jpg");
  background-size: cover;
  background-position: center;
}

.achievements-section > .achievement-container:nth-child(2) {
  background: linear-gradient(rgba(0,0,0,.4), rgba(0,0,0,.4)), url("Web Images/Andrew Website Overhaul-20250815T034045Z-1-001/Anderson-Andrew Website Overhaul/General/3-2-Leaders.JPEG");
  background-size: cover;
  background-position: center;
}

.achievements-section > .achievement-container:nth-child(3) {
  background: linear-gradient(rgba(0,0,0,.4), rgba(0,0,0,.4)), url("Web Images/Andrew Website Overhaul-20250815T034045Z-1-001/Anderson-Andrew Website Overhaul/General/3-2-Professionals.jpeg");
  background-size: cover;
  background-position: center;
}



.achievements-section .achievement-container:hover{
  transform: translateY(-6px);
  box-shadow: 0 12px 32px rgba(0,0,0,.12);
}

/* Title & copy (fluid) */
/* Vertically center all content in achievement cards */
/* Card style for achievement containers */
  /* Achievement card: perfect vertical centering, balanced spacing */
  .achievement-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 2.5rem 1.5rem;
    border-radius: 24px;
    height: 520px;
    width: 100%;
    max-width: 340px;
    margin: 0 auto;
    word-break: break-word;
    overflow-wrap: break-word;
    box-sizing: border-box;
    color: #fff;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 0 8px 32px rgba(0,0,0,0.18);
    position: relative;
    overflow: hidden;
    gap: 1.2rem;
  }
  .achievement-container.card1 {
    background-image: linear-gradient(rgba(0,0,0,0.45), rgba(0,0,0,0.45)), url('Web Images/Andrew Website Overhaul-20250815T034045Z-1-001/Anderson-Andrew Website Overhaul/General/3-2-Achievers.jpg');
  }
  .achievement-container.card2 {
    background-image: linear-gradient(rgba(0,0,0,0.45), rgba(0,0,0,0.45)), url('Web Images/Andrew Website Overhaul-20250815T034045Z-1-001/Anderson-Andrew Website Overhaul/General/3-2-Leaders.JPEG');
  }
  .achievement-container.card3 {
    background-image: linear-gradient(rgba(0,0,0,0.45), rgba(0,0,0,0.45)), url('Web Images/Andrew Website Overhaul-20250815T034045Z-1-001/Anderson-Andrew Website Overhaul/General/3-2-Professionals.jpeg');
  }
/* Card content spacing and centering */
  .achievement-container h3 {
    margin: 0;
    font-size: 2.1rem;
    font-weight: 700;
    line-height: 1.2;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.35);
    flex-shrink: 0;
  }
  .achievement-container img {
    margin: 0;
    width: 90px;
    height: 90px;
    object-fit: contain;
    background: transparent;
    box-shadow: none;
    border: none;
    display: block;
    flex-shrink: 0;
  }
  .achievement-container p {
    margin: 0;
  font-size: clamp(1rem, 2vw, 1.25rem);
  line-height: 1.55;
  overflow-wrap: break-word;
  min-height: 0;
  padding: 0 0.5rem;
  color: #fff;
  text-shadow: 1px 1px 6px rgba(0,0,0,0.35);
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 1;
  text-align: center;
/* Center the bottom card when only one in last row */
.achievements-section > .achievement-container.card3 {
  grid-column: 2 / span 1;
}
  }

/* Remove line clamp for achievement card text so all content is visible */

/* Remove duplicate/conflicting icon sizing */

.involvement-section{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px 0;
    min-height: 60vh;
    height: auto;
    gap: 1rem;
}

.involvement-section h2{
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.involvement-section .involvement-text{
    background-color: #d6d6d5;
    width: 100%;
    padding: 1.5rem 2rem;
    text-align: center;
}

.involvement-section .involvement-text p{
    /* background-color: white; */
    width: 100%;
    text-align: center;
}

.involvement-section img{
    width: 80%;
    height: auto;
    border-radius: 10px;
    padding: 2rem 0;
}

/* Strong mobile override: remove any card/white background around the campus image */
@media (max-width: 900px) {
  .campus-section .campus-image-container,
  .campus-section .campus-image-container > div,
  .campus-section .campus-image-container > * {
    background: transparent !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0 !important;
  }
  .campus-section .campus-image {
    background: transparent !important;
    box-shadow: none !important;
    border-radius: 12px !important;
    width: 98vw !important;
    max-width: 98vw !important;
    margin: 0.6rem 0 !important;
    display: block !important;
  }
}