/* ==========================================================================
   COLLEGE-PAGE TEMPLATE â€” aligned to real Figma values (node 1:2179)
   Reuses: .container, .ribbon-title (--yellow/--green), .btn-layout
   Theme vars: --brand, --brand-yellow, --bg-green-light, --bg-peach,
   --serif (Source Serif Pro), --sans (Lektorat Text),
   --sans-condensed (TT Commons Pro Condensed), --sans-alt (Work Sans)

   Local color extensions (from Figma tokens, not yet in first-style.css):
   #F4F3B8 â€” highlight-light (Explore bg)
   #F26836 â€” accent orange (title hash underline)
   ========================================================================== */

.college-page {
  overflow: hidden;
  --college-accent: #F26836;        /* Figma --colors-accent */
  --college-highlight-light: #F4F3B8;/* Figma --colors-highlight-light */
}

.ribbon-title {
   max-width: 680px
}
.theme-ribbon-title {
  padding-top: 0!important
}
/* ==========================================================================
   HIGHLIGHTS â€” reuses .theme-ribbon-title + .ribbon-grid--cols-2 (4 items, 2x2)
   Per-item: big number + label + description
   ========================================================================== */
.college-page__highlights {padding: 0 0 clamp(72px, 7vw, 112px);}

.college-page__hl-item {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.college-page__hl-number {
  display: block;
  font-family: var(--sans-condensed);
  font-size: 80px;
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: -0.01em;
  color: var(--brand);
  margin: 0 0 10px;
}
.college-page__hl-number sup {
  font-size: 0.5em;
  vertical-align: super;
  line-height: 1;
  font-weight: 700;
  margin-left: 2px;
}
.college-page__hl-label {
  font-family: var(--sans);
  font-size: 30px;
  font-weight: 600;
  line-height: 1.25;
  color: var(--brand);
  margin: 0;
}
.college-page__hl-desc {
  font-family: var(--sans-alt);
  font-weight: 400;
  line-height: 1.5;
  color: #282828;
  margin: 0;
  max-width: 460px;
}

/* ---- Did you know? â€” circle with starburst top-right + paragraph below ---- */
.college-page__did-you-know {
  margin-top: clamp(48px, 5vw, 80px);
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: clamp(24px, 2.5vw, 36px);
  text-align: left;
}
.college-page__dyk-circle {
  position: relative;
  
  display: grid;
  place-items: center;
  padding: 24px;
}
.college-page__dyk-starburst {
  position: absolute;
  top: 0px;
  right: -34px;
  width: clamp(56px, 5.5vw, 80px);
  height: auto;
  display: block;
}
.college-page__dyk-title {padding: 35px;background: url(../img/bg-circle.svg);background-size: contain;background-repeat: no-repeat;background-position: center;}
.college-page__dyk-text {
  font-family: var(--sans-alt);
  font-weight: 400;
  line-height: 1.5;
  color: #282828;
  margin: 0;
}

/* ==========================================================================
   STUDENT LIFE â€” blue bg, 3 stats (title + subtitle) + 2 stacked tables
   ========================================================================== */
.college-page__student-life { padding: clamp(72px, 7vw, 112px) 0; }

/* 3 stats across single row */
.college-page__sl-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(32px, 4vw, 64px);
  margin-bottom: clamp(56px, 6vw, 96px);
}
.college-page__sl-stat {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.college-page__sl-number {
  display: block;
  font-family: var(--sans-condensed);
  font-size: 80px;
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: -0.01em;
  color: var(--brand);
  margin: 0;
}
.college-page__sl-label {
  font-family: var(--sans);
  font-size: 30px;
  font-weight: 600;
  line-height: 1.25;
  color: var(--brand);
  margin: 0;
}

/* 2 stacked tables (Demographics on top of Opportunities) */
.college-page__sl-tables {
  display: flex;
  flex-direction: column;
  gap: 20px;
  background: #fff;
}
.college-page__sl-table {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-bottom: 50px;
}
.college-page__sl-heading {
  font-family: var(--sans);
  font-size: clamp(26px, 2.4vw, 36px);
  font-weight: 700;
  color: #fff;
  margin: 0;
  padding: 15px 50px;
  line-height: 1.1;
  background: #037ABF;
}

/* Sub-group (Gender / Ethnicity / Activity) */
.college-page__sl-sub {
  display: flex;
  flex-direction: column;
  padding: 0 50px;
}
.college-page__sl-sub + .college-page__sl-sub {
  margin-top: clamp(20px, 2vw, 32px);
}

/* Column-header row (e.g., "Gender | Stat") */
.college-page__sl-sub-header {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  padding: 10px 16px;
  border-bottom: 1.5px solid var(--brand);
  font-family: var(--sans);
  font-size: clamp(26px, 2.4vw, 36px);
  font-weight: 700;
  color: var(--brand);
  line-height: 1.2;
}
.college-page__sl-col--stat { text-align: right; }

/* Rows container — scope for zebra striping */
.college-page__sl-rows {
  display: flex;
  flex-direction: column;
}

/* Individual data row */
.college-page__sl-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  padding: 12px 16px;
  font-family: var(--sans);
  font-size: clamp(26px, 2.4vw, 36px);
  font-weight: 400;
  color: var(--brand);
  line-height: 1.3;
}
.college-page__sl-cell--stat {
  text-align: right;
  font-weight: 600;
}

/* Zebra — odd rows light green, even rows white */
.college-page__sl-rows > .college-page__sl-row:nth-child(even)  { background: #DDEEDA; }
.college-page__sl-rows > .college-page__sl-row:nth-child(odd) { background: #FFFFFF; }

/* ==========================================================================
   STUDENT SPOTLIGHT â€” theme-report pattern (dark brand bg + dashed lines)
   ========================================================================== */
.college-page__spotlight {
  position: relative;
  padding: 0 0 clamp(80px, 8vw, 150px);
  background: var(--brand);
  color: #FFFFFF;
  overflow: hidden;
}
.college-page__spotlight-lines {
  margin: 0 0 clamp(48px, 6vw, 100px);
}
.college-page__spotlight-lines img {
  display: block;
  width: 100%;
  height: auto;
}
.college-page__spotlight-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: clamp(40px, 5vw, 80px);
  align-items: center;
}
.college-page__spotlight-col--text {
  display: flex;
  flex-direction: column;
  gap: 24px;
  color: #FFFFFF;
}
.college-page__spotlight-heading {
  margin: 0;
  color: var(--MSSF-New-Site-Yellow, #EAE856);

/* MSSF H1 */
  font-family: "Source Serif Pro";
  font-size: var(--font-size-72, 72px);
  font-style: normal;
  font-weight: 600;
  line-height: 126%; /* 90.72px */
  letter-spacing: -0.72px;
}
.college-page__spotlight-quote {
  margin: 0;
  color: #FFFFFF;
}
.college-page__spotlight-quote p {
  font-family: var(--sans);
  margin: 0 0 20px;
  color: #FFFFFF;
  

/* MSSF H3 */
  font-size: var(--font-size-42, 42px);
  font-style: normal;
  font-weight: var(--font-weight-500, 500);
  line-height: 150%; /* 63px */
}
.college-page__spotlight-quote cite {
  font-family: var(--sans);
  font-weight: 600;
  display: block;
  

/* MSSF H3 */
  font-size: var(--font-size-42, 42px);
  font-style: normal;
  font-weight: var(--font-weight-500, 500);
  line-height: 150%; /* 63px */
}
.college-page__spotlight-quote cite span { font-weight: 400; color: #FFFFFF; }
.college-page__spotlight-col--image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%, 0 15%);
}

/* ==========================================================================
   ACADEMICS â€” ribbon-grid--cols-3 (5 items: big number + label)
   Font sizes match the Highlights grid pattern
   ========================================================================== */
.college-page__academics { padding: clamp(72px, 7vw, 112px) 0; }
.college-page__ac-item {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.college-page__ac-number {
  display: block;
  font-family: var(--sans-condensed);
  font-size: 80px;
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: -0.01em;
  color: var(--brand);
  margin: 0;
}
.college-page__ac-number sup {
  font-size: 0.5em;
  vertical-align: super;
  line-height: 1;
  font-weight: 700;
  margin-left: 2px;
}
.college-page__ac-label {
  font-family: var(--sans);
  font-size: clamp(18px, 36px, 36px);
  font-weight: 600;
  line-height: 1.25;
  color: var(--brand);
  margin: 0;
}

/* ==========================================================================
   COSTS â€” ribbon-grid--cols-2 (2 items: big number + label)
   Font sizes match the Highlights grid pattern
   ========================================================================== */
.college-page__costs { padding: clamp(72px, 7vw, 112px) 0; }
.college-page__co-item {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.college-page__co-number {
  display: block;
  font-family: var(--sans-condensed);
  font-size: 80px;
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: -0.01em;
  color: var(--brand);
  margin: 0;
}
.college-page__co-number sup {
  font-size: 0.5em;
  vertical-align: super;
  line-height: 1;
  font-weight: 700;
  margin-left: 2px;
}
.college-page__co-label {
  font-family: var(--sans);
  font-size: 28px;
  font-weight: 600;
  line-height: 1.25;
  color: var(--brand);
  margin: 0;
}

/* ==========================================================================
   ABOUT CLEMSON â€” theme-report pattern (dashed lines + text left + image right)
   + white separator line + footer bar (left text / right link)
   ========================================================================== */
.college-page__about {
  position: relative;
  padding: 0 0 clamp(64px, 6vw, 110px);
  background: var(--brand);
  color: #FFFFFF;
  overflow: hidden;
}
.college-page__about-lines { margin: 0 0 clamp(48px, 6vw, 100px); }
.college-page__about-lines img {
  display: block;
  width: 100%;
  height: auto;
}
.college-page__about-grid {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: clamp(40px, 5vw, 80px);
  align-items: center;
}
.college-page__about-col--text {
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: #FFFFFF;
}
.college-page__about-heading {
  font-family: var(--serif);
  margin: 0;
  color: var(--MSSF-New-Site-Yellow, #EAE856);
  font-size: var(--font-size-72, 72px);
  font-style: normal;
  font-weight: 600;
  line-height: 126%; /* 90.72px */
  letter-spacing: -0.72px;
}
.college-page__about-text {
  font-family: var(--sans);
  color: #FFFFFF;
  margin: 0;
  font-size: var(--font-size-42, 42px);
  font-style: normal;
  font-weight: var(--font-weight-500, 500);
  line-height: 150%; /* 63px */
}
.college-page__about-text strong { font-weight: 700; }
.college-page__about-col--image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 4px;
}

/* ---- Footer bar (below white separator line) ---- */
.college-page__about-footer {
  margin-top: clamp(40px, 5vw, 72px);
  padding-top: clamp(24px, 2.5vw, 36px);
  border-top: 1px solid #FFFFFF;
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 48px;
}
.college-page__about-footer h3 {
  color: #fff;
  margin: 0
}
.college-page__about-footer-text {
  font-family: var(--sans);
  color: #FFFFFF;
  margin: 0;
}
.college-page__about-footer-link {
  text-decoration: none;
  transition: opacity .2s ease;
  color: var(--color-white-solid, #FFF);
  text-align: center;
  font-family: "TT Commons Pro Condensed";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: var(--line-height-26_4, 26.4px); /* 88% */
  letter-spacing: 1.5px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 20px;
}
.college-page__about-footer-link .cnm-icon {font-size: 2.4em;}
.college-page__about-footer-link:hover { opacity: .8; }

/* ==========================================================================
   EXPLORE â€” reuses theme-text-image (green variant) with local tweaks
   ========================================================================== */
.college-page__explore .text-image__title {
  font-family: var(--serif);
  font-weight: 600;
  color: var(--brand);
}
.college-page__explore .text-image__sub {
  font-family: var(--sans-alt);
  font-weight: 400;
}

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
@media (max-width: 1400px) {
  .college-page__about-heading { font-size: 42px }
  .college-page__about-grid,
  .college-page__about-footer,
  .college-page__about-text { font-size: 20px; line-height: 1.3em }
}
@media (max-width: 991px) {
  .college-page__hl-number,
  .college-page__sl-number,
  .college-page__ac-number,
  .college-page__co-number {
    font-size: 60px
  }
  .college-page__hl-label,
  .college-page__sl-label,
  .college-page__ac-label,
  .college-page__co-label {
    font-size: 25px
  }
  .college-page__sl-heading {
    font-size: 22px;
    padding: 10px 20px;
  }
  .college-page__sl-sub {
    padding: 0 20px
  }
  .college-page__sl-sub-header,
  .college-page__sl-row{
    font-size: 20px;
  }
  .college-page__sl-stats,
  .college-page__spotlight-grid,
  .college-page__about-grid {
    grid-template-columns: 1fr;
  }
  .college-page__spotlight-col--image { order: -1; }
  .college-page__about-col--image { order: -1; }
}

@media (max-width: 768px) {
  .college-page__about-footer-link { font-size: 22px }
  .college-page__about-heading { font-size: 36px }
  .college-page__about-grid,
  .college-page__about-footer,
  .college-page__about-text { font-size: 18px; line-height: 1.3em }
  .college-page__highlights,
  .college-page__student-life,
  .college-page__academics,
  .college-page__costs { padding: 56px 0; }
  .college-page__spotlight { padding: 0 0 80px; }
  .college-page__spotlight-lines,
  .college-page__about-lines { margin: 0 0 48px; }
  .college-page__about { padding: 0 0 64px; }
  .college-page__about-footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}

@media (max-width: 520px) {
  .college-page__highlights,
  .college-page__student-life,
  .college-page__academics,
  .college-page__costs { padding: 40px 0; }
  .college-page__spotlight { padding: 0 0 56px; }
  .college-page__about { padding: 0 0 48px; }
}
