:root{
  --purdue-gold:#cfb991;
  --purdue-support-gold:#daaa00;
  --purdue-black:#000000;
  --purdue-charcoal:#1f1f1f;
  --purdue-muted:#6f727b;
  --purdue-stone:#f4f1ea;
  --purdue-cream:#fbfaf7;
  --purdue-border:#cfb991;
}

body{
  background:linear-gradient(180deg, #fbfaf7 0%, #f4f1ea 100%);
}

a{
  color:var(--purdue-gold);
}

a:hover{
  color:var(--purdue-black);
}

#pageintro{
  display:none;
}

.home-shell{
  max-width:none;
  margin:0;
}

.home-topband{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:1rem;
  padding:0.95rem 2rem;
  background:var(--purdue-gold);
  color:var(--purdue-black);
  font-size:0.92rem;
  font-weight:600;
}

.home-topband p{
  margin:0;
}

.home-toplinks{
  display:flex;
  flex-wrap:wrap;
  gap:1rem;
}

.home-toplinks a{
  color:var(--purdue-black);
}

.home-brandbar{
  display:flex;
  align-items:center;
  gap:1.5rem;
  padding:1.3rem 2rem;
  background:#000000;
  color:#ffffff;
}

.home-brandbar img{
  width:92px;
  height:92px;
  object-fit:contain;
  flex:0 0 auto;
}

.home-brandcopy{
  display:grid;
  gap:0.15rem;
}

.home-brandcopy .home-eyebrow{
  margin:0;
  color:var(--purdue-gold);
}

.home-brandcopy .heading{
  margin:0;
  color:#ffffff;
  font-size:clamp(1.6rem, 2.5vw, 2.5rem);
}

.home-hero{
  position:relative;
  min-height:clamp(480px, 66vw, 760px);
  display:flex;
  align-items:flex-end;
  padding:0;
  background:
    linear-gradient(rgba(0,0,0,0.18), rgba(0,0,0,0.18)),
    url('../../images/Purdue fountain 3.jpg') center/cover no-repeat;
}

.home-hero::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:34%;
  background:linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.78) 100%);
}

.home-hero-card{
  position:relative;
  z-index:1;
  width:100%;
  padding:2.75rem 2rem 2rem;
  color:#ffffff;
  background:rgba(0,0,0,0.56);
  backdrop-filter:blur(2px);
  text-align:center;
}

.home-eyebrow{
  margin:0 0 0.9rem;
  color:var(--purdue-gold);
  text-transform:uppercase;
  letter-spacing:0.16em;
  font-size:0.82rem;
  font-weight:700;
}

.home-hero-card .heading{
  margin-bottom:0.5rem;
  color:#ffffff;
  font-size:clamp(2.6rem, 5vw, 4.9rem);
  line-height:1.02;
  max-width:16ch;
  margin-left:auto;
  margin-right:auto;
}

.home-subheading{
  margin:0 0 1.25rem;
  font-size:1.15rem;
  color:rgba(255,255,255,0.82);
}

.home-hero-card p{
  color:#ffffff;
  line-height:1.7;
  font-size:1rem;
  max-width:64ch;
  margin-left:auto;
  margin-right:auto;
}

.home-actions{
  display:flex;
  flex-wrap:wrap;
  gap:0.7rem;
  margin-top:1.75rem;
  justify-content:center;
}

.home-actions .btn{
  border-radius:0;
  padding:0.85rem 1.15rem 1rem;
  border-width:2px;
}

.home-main{
  width:100%;
  max-width:none;
  padding:0 2rem 3rem;
}

.home-intro-grid{
  display:grid;
  grid-template-columns:minmax(0, 1.2fr) minmax(320px, 0.8fr);
  gap:1.5rem;
  margin-bottom:1.75rem;
}

.home-gsa-layout{
  display:grid;
  gap:1.5rem;
}

.home-info-card,
.home-objective-card,
.home-feature-card{
  background:rgba(255,255,255,0.98);
  border:1px solid var(--purdue-border);
  box-shadow:0 18px 45px rgba(0,0,0,0.08);
}

.home-feature-card{
  display:grid;
  align-content:start;
  gap:1rem;
  padding:2rem;
}

.home-feature-card img{
  width:100%;
  aspect-ratio:4/3;
  object-fit:cover;
}

.home-feature-note{
  margin:0;
  color:var(--purdue-muted);
  line-height:1.7;
}

.home-info-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:1.5rem;
}

.home-info-card{
  padding:2rem;
}

.home-info-card .heading,
.home-section-header .heading,
.home-objective-card .heading,
.home-feature-card .heading{
  color:var(--purdue-black);
}

.home-info-card p,
.home-info-card li,
.home-section-header p,
.home-objective-card p,
.home-feature-card p{
  color:var(--purdue-charcoal);
  line-height:1.7;
}

.home-info-card ol{
  margin:1rem 0 0 1.1rem;
}

.home-section-header{
  margin-top:0.15rem;
  padding:1.8rem 2rem;
  background:rgba(255,255,255,0.94);
  border-left:8px solid var(--purdue-support-gold);
  box-shadow:0 16px 36px rgba(0,0,0,0.07);
}

.home-objectives{
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:1.25rem;
}

.home-objective-card{
  padding:1.5rem;
  min-height:100%;
  border-top:6px solid var(--purdue-gold);
}

.home-objective-card .objective-icon{
  width:92px;
  height:92px;
  margin-bottom:1rem;
  border-radius:16px;
  display:grid;
  place-items:center;
  background:rgba(218,170,0,0.14);
  color:var(--purdue-black);
  font-size:1.25rem;
  font-weight:700;
  overflow:hidden;
}

.home-objective-card .objective-icon img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}

@media screen and (max-width:980px){
  .home-topband,
  .home-brandbar{
    padding-left:1.25rem;
    padding-right:1.25rem;
  }

  .home-intro-grid,
  .home-hero{
    grid-template-columns:1fr;
  }

  .home-main{
    padding-left:1.25rem;
    padding-right:1.25rem;
  }

  .home-objectives{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width:760px){
  .home-topband{
    padding:0.8rem 1rem;
  }

  .home-brandbar{
    padding:1rem;
    gap:1rem;
  }

  .home-brandbar img{
    width:68px;
    height:68px;
  }

  .home-hero-card,
  .home-info-card,
  .home-section-header,
  .home-feature-card{
    padding:1.5rem;
  }

  .home-hero{
    min-height:420px;
  }

  .home-main{
    padding:0 1rem 2rem;
  }

  .home-info-grid,
  .home-objectives{
    grid-template-columns:1fr;
  }

}
