.cmuclean {
  --m: #681631;
  --m2: #861f41;
  --g: #ffd43b;
  --o: #e84c25;
  --cream: #f6f1e9;
  --ink: #29292d;
  --muted: #66666c;
  width: 100%;
  box-sizing: border-box;
  color: var(--ink);
}

.cmuclean *,
.cmuclean *::before,
.cmuclean *::after {
  box-sizing: border-box;
}

.cmuclean-inner {
  width: min(calc(100% - 48px), 1320px);
  margin: 0 auto;
  padding: 70px 0;
}

/* =========================================================
   GENERAL HEADINGS
   ========================================================= */

.cmuclean-heading--split {
  display: grid;
  grid-template-columns: 1.05fr .75fr;
  gap: 70px;
  align-items: end;
  margin-bottom: 34px;
}

.cmuclean h2 {
  margin: 0;
  color: var(--m);
  font-size: clamp(2.7rem, 4.5vw, 4.8rem);
  line-height: .96;
  letter-spacing: -.045em;
}

.cmuclean h3 {
  color: var(--m);
  margin: .2rem 0 .5rem;
}

.cmuclean-kicker {
  margin: 0 0 8px;
  color: var(--m2);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.cmuclean-heading--split > p {
  margin: 0;
  color: #4f5055;
  font-size: 1.05rem;
  line-height: 1.65;
}

/* =========================================================
   PERFORMANCE / STATS
   ========================================================= */

.cmuclean-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: #d5cbc2;
  margin-bottom: 14px;
}

.cmuclean-stats article {
  background: #fff;
  padding: 24px 20px;
  text-align: center;
}

.cmuclean-stats strong {
  display: block;
  color: var(--m);
  font-size: clamp(1.8rem, 3vw, 3.2rem);
  line-height: 1;
}

.cmuclean-stats span {
  display: block;
  margin-top: 8px;
  font-size: .78rem;
  line-height: 1.4;
}

.cmuclean-stat-visuals {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.cmuclean-stat-visuals figure {
  margin: 0;
  background: transparent;
  border: 0;
}

.cmuclean-stat-visuals figure + figure {
  border-left: 1px solid #e4ddd3;
}

.cmuclean-stat-visuals figcaption {
  padding: 16px 18px 0;
}

.cmuclean-stat-visuals figcaption strong {
  display: block;
  color: var(--m);
  font-size: 1.05rem;
  line-height: 1.2;
}

.cmuclean-stat-visuals figcaption span {
  display: block;
  margin-top: 6px;
  color: #66666c;
  font-size: .82rem;
  line-height: 1.45;
}

.cmuclean-stat-media {
  height: 145px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ede8e1;
  overflow: hidden;
}

.cmuclean-stat-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cmuclean-stat-media--logo {
  padding: 20px;
  background: #fff;
}

.cmuclean-stat-media--logo img {
  object-fit: contain;
}

/* Make the 2026 Nationals image fill the same media area as the awards image */
.cmuclean-stat-visuals figure:first-child .cmuclean-stat-media {
  padding: 0;
}

.cmuclean-stat-visuals figure:first-child .cmuclean-stat-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: none;
}

/* Make the fourth / USCSA card image fill the same media area */
.cmuclean-stat-visuals figure:nth-child(4) .cmuclean-stat-media {
  padding: 0;
}

.cmuclean-stat-visuals figure:nth-child(4) .cmuclean-stat-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: none;
}

.cmuclean-stat-visuals figcaption {
  padding: 16px 18px 0;
  text-align: center;
}

.cmuclean-stat-visuals figcaption strong {
  display: block;
  color: var(--m);
  font-size: 1.05rem;
  line-height: 1.2;
  text-align: center;
}

.cmuclean-stat-visuals figcaption span {
  display: block;
  margin-top: 6px;
  color: #66666c;
  font-size: .82rem;
  line-height: 1.45;
  text-align: center;
}

/* =========================================================
   CULTURE CARDS
   ========================================================= */

.cmuclean-culture {
  background: #fff;
}

.cmuclean-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-top: 50px;
  padding-top: 0;
  align-items: stretch;
}

.cmuclean-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.cmuclean-card img {
  width: 100%;
  height: 230px;
  flex: 0 0 230px;
  object-fit: cover;
  display: block;
}

.cmuclean-card > div {
  padding: 28px 28px 34px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.cmuclean-card > div > p:last-child {
  margin-bottom: 0;
}

.cmuclean-card--1 > div {
  background: #f2a81d;
}

.cmuclean-card--2 > div {
  background: #6b1734;
  color: #fff;
}

.cmuclean-card--2 h3,
.cmuclean-card--2 .cmuclean-kicker {
  color: #fff;
}

.cmuclean-card--3 > div {
  background: #ef5a2d;
  color: #fff;
}

.cmuclean-card--3 h3,
.cmuclean-card--3 .cmuclean-kicker {
  color: #fff;
}

/* =========================================================
   USCSA
   ========================================================= */

.cmuclean-uscsa {
  background: #fff;
}

.cmuclean-uscsa-row {
  display: grid;
  grid-template-columns: 140px 1fr auto;
  gap: 28px;
  align-items: center;
  border-top: 1px solid #ddd3c9;
  border-bottom: 1px solid #ddd3c9;
  padding: 28px 0;
}

.cmuclean-uscsa-logo {
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}

.cmuclean-uscsa-logo img {
  max-width: 120px;
  max-height: 75px;
}

.cmuclean-uscsa-row a {
  color: var(--m);
  font-weight: 800;
  text-decoration: none;
}

/* =========================================================
   SCHOOL-YEAR COLLAGE
   ========================================================= */

.cmuclean-schoolyear {
  background: var(--cream);
}

.cmuclean-schoolyear-grid {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: 45px;
  align-items: center;
}

.cmuclean-schoolyear-copy h2 {
  margin-bottom: 22px;
}

.cmuclean-schoolyear-copy p {
  margin-top: 0;
  line-height: 1.65;
}

.cmuclean-schoolyear-copy a {
  color: var(--m);
  font-weight: 800;
  text-decoration: none;
}

.cmuclean-collage {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 220px 220px;
  gap: 8px;
}

.cmuclean-collage-item {
  margin: 0;
  position: relative;
  overflow: hidden;
}

.cmuclean-collage-item--1 {
  grid-row: 1 / 3;
}

.cmuclean-collage-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.cmuclean-collage-item figcaption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 16px;
  color: #fff;
  text-shadow: 0 2px 10px #000;
}

.cmuclean-collage-item figcaption strong,
.cmuclean-collage-item figcaption span {
  display: block;
}

.cmuclean-collage-item figcaption span {
  font-size: .78rem;
  margin-top: 4px;
}

/* =========================================================
   NEWS + EVENTS
   ========================================================= */

.cmuclean-now {
  background: #fff;
}

.cmuclean-now-grid {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 24px;
}

.cmuclean-news-panel,
.cmuclean-events-panel {
  background: var(--cream);
  padding: 28px;
  border-top: 5px solid var(--m);
}

.cmuclean-events-panel {
  border-top-color: var(--o);
}

.cmuclean-panel-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 20px;
}

.cmuclean-panel-head a {
  color: var(--m);
  font-weight: 800;
  text-decoration: none;
}

/* News */

.cmuclean-news-card {
  display: grid;
  grid-template-columns: 170px 1fr;
  background: #fff;
  border: 1px solid #e1d9cf;
  margin-bottom: 14px;
}

.cmuclean-news-thumb,
.cmuclean-news-card img {
  width: 170px;
  height: 150px;
  object-fit: cover;
  display: block;
}

.cmuclean-news-copy,
.cmuclean-news-card > div {
  padding: 18px;
}

.cmuclean-news-copy time,
.cmuclean-news-card time {
  display: block;
  margin-bottom: 6px;
  color: var(--m);
  font-size: .72rem;
  font-weight: 800;
}

.cmuclean-news-copy h4,
.cmuclean-news-card h4 {
  margin: 0 0 6px;
  line-height: 1.25;
}

.cmuclean-news-card a,
.cmuclean-event-card a {
  color: var(--ink);
  text-decoration: none;
}

.cmuclean-news-copy p {
  margin: 0;
  font-size: .9rem;
  line-height: 1.45;
  color: #4a4a4a;
}

/* Upcoming Events */

.cmuclean-event-card {
  display: grid;
  grid-template-columns: 120px 72px 1fr;
  gap: 16px;
  align-items: start;
  padding: 16px 0;
  border-bottom: 1px solid #d8d0c7;
}

.cmuclean-event-card:last-child {
  border-bottom: 0;
}

.cmuclean-event-thumb {
  width: 120px;
  height: 90px;
  object-fit: cover;
  display: block;
}

.cmuclean-date {
  width: 72px;
  min-height: 90px;
  padding: 8px 5px;
  background: #fff;
  border: 1px solid #ded6cc;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--m);
  text-align: center;
}

.cmuclean-date strong,
.cmuclean-date span {
  display: block;
}

.cmuclean-date strong {
  font-size: .95rem;
  line-height: 1.15;
}

.cmuclean-date span {
  margin-top: 4px;
  font-size: .8rem;
}

.cmuclean-event-copy h4,
.cmuclean-event-card h4 {
  margin: 0 0 5px;
  font-size: 1.2rem;
  line-height: 1.2;
}

.cmuclean-event-copy small,
.cmuclean-event-card small {
  display: block;
  margin-bottom: 6px;
  color: var(--muted);
  font-size: .8rem;
}

.cmuclean-event-copy p,
.cmuclean-event-card p {
  margin: 0;
  font-size: .9rem;
  line-height: 1.4;
  color: #4a4a4a;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* =========================================================
   MAJOR RACE SCHEDULE
   ========================================================= */

.cmuclean-races {
  background: #fff;
}

.cmuclean-races .cmuclean-inner {
  padding-top: 28px;
  padding-bottom: 64px;
}

.cmuclean-races__heading {
  display: grid;
  grid-template-columns: 1fr .75fr;
  gap: 70px;
  align-items: end;
  margin-bottom: 24px;
}

.cmuclean-races__heading h2 {
  font-size: clamp(2rem, 3.3vw, 3.6rem);
}

.cmuclean-races__heading > p {
  margin: 0;
  color: #4f5055;
  line-height: 1.55;
}

.cmuclean-race-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.cmuclean-race-card {
  position: relative;
  min-height: 175px;
  padding: 22px 20px 20px;
  border-top: 4px solid var(--m);
  background: var(--cream);
  color: var(--ink);
  text-decoration: none;
}

a.cmuclean-race-card {
  transition: transform .15s ease, box-shadow .15s ease;
}

a.cmuclean-race-card:hover,
a.cmuclean-race-card:focus {
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(0, 0, 0, .08);
}

.cmuclean-race-date {
  color: var(--m);
  font-size: .82rem;
  font-weight: 900;
  letter-spacing: .08em;
}

.cmuclean-race-tag {
  display: inline-block;
  margin-top: 12px;
  padding: 4px 7px;
  background: var(--m);
  color: #fff;
  font-size: .62rem;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.cmuclean-race-card h3 {
  margin: 14px 0 6px;
  color: var(--m);
  font-size: 1.25rem;
  line-height: 1.16;
}

.cmuclean-race-card p {
  margin: 0;
  color: var(--muted);
  font-size: .88rem;
}

/* =========================================================
   PHOTOS / FROM THE TEAM
   ========================================================= */

.cmuclean-photos {
  background: var(--cream);
}

.cmuclean-photo-grid {
  display: grid;
  grid-template-columns: 1.3fr .7fr .7fr;
  grid-template-rows: 230px 230px;
  gap: 10px;
}

.cmuclean-photo {
  position: relative;
  overflow: hidden;
  background: #292a2f;
  color: #fff;
  text-decoration: none;
}

.cmuclean-photo--1 {
  grid-row: 1 / 3;
}

.cmuclean-photo--4 {
  grid-column: 2 / 4;
}

.cmuclean-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cmuclean-photo > span {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 18px;
  color: #fff;
  text-shadow: 0 2px 10px #000;
}

.cmuclean-photo > span strong,
.cmuclean-photo > span small {
  display: block;
}

.cmuclean-outline {
  display: inline-block;
  border: 2px solid var(--m);
  padding: 10px 16px;
  color: var(--m) !important;
  font-weight: 800;
  text-decoration: none;
}

/* Stronger caption contrast */

.cmuclean-photo::after,
.cmuclean-collage-item::after {
  content: "";
  position: absolute;
  inset: 35% 0 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, .18) 35%,
    rgba(0, 0, 0, .72) 100%
  );
  pointer-events: none;
}

.cmuclean-photo > span,
.cmuclean-collage-item figcaption {
  z-index: 2;
}

.cmuclean-photo > span strong,
.cmuclean-collage-item figcaption strong {
  font-weight: 800;
  line-height: 1.15;
  text-shadow: 0 1px 4px rgba(0, 0, 0, .5);
}

.cmuclean-photo > span small,
.cmuclean-collage-item figcaption span {
  margin-top: 7px;
  font-weight: 500;
  text-shadow: 0 1px 3px rgba(0, 0, 0, .6);
}

/* =========================================================
   SUPPORTERS
   ========================================================= */

.cmuclean-supporters {
  background: #fff;
}

.cmuclean-supporter-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.cmuclean-supporter-grid a {
  min-height: 140px;
  background: var(--cream);
  border: 1px solid #e1d9cf;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  text-align: center;
  text-decoration: none;
}

.cmuclean-supporter-logo {
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

/* CMU Clean: compact major race schedule */
.cmuclean-races {
  background: #fff;
}

.cmuclean-races .cmuclean-inner {
  padding-top: 28px;
  padding-bottom: 64px;
}

.cmuclean-races__heading {
  display: grid;
  grid-template-columns: 1fr .75fr;
  gap: 70px;
  align-items: end;
  margin-bottom: 24px;
}

.cmuclean-races__heading h2 {
  font-size: clamp(2rem, 3.3vw, 3.6rem);
}

.cmuclean-races__heading > p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.cmuclean-race-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.cmuclean-race-card {
  position: relative;
  min-height: 175px;
  padding: 22px 20px 20px;
  border-top: 4px solid var(--m);
  background: var(--cream);
  color: var(--ink);
  text-decoration: none;
}

a.cmuclean-race-card {
  transition: transform .15s ease, box-shadow .15s ease;
}

a.cmuclean-race-card:hover,
a.cmuclean-race-card:focus {
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(0,0,0,.08);
}

.cmuclean-race-date {
  color: var(--m);
  font-size: .82rem;
  font-weight: 900;
  letter-spacing: .08em;
}

.cmuclean-race-tag {
  display: inline-block;
  margin-top: 12px;
  padding: 4px 7px;
  background: var(--m);
  color: #fff;
  font-size: .62rem;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.cmuclean-race-card h3 {
  margin: 14px 0 6px;
  color: var(--m);
  font-size: 1.25rem;
  line-height: 1.16;
}

.cmuclean-race-card p {
  margin: 0;
  color: var(--muted);
  font-size: .88rem;
}

@media (max-width: 1000px) {
  .cmuclean-races__heading {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .cmuclean-race-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 650px) {
  .cmuclean-race-grid {
    grid-template-columns: 1fr;
  }
}

/* =========================================================
   SUPPORTERS
   ========================================================= */

.cmuclean-supporter-logo {
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.cmuclean-supporter-logo img {
  max-width: 190px;
  max-height: 70px;
  object-fit: contain;
}

.cmuclean-supporter-logo strong {
  color: var(--m);
  font-size: 1.15rem;
}

.cmuclean-supporter-label {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: .76rem;
  font-weight: 700;
}


/* =========================================================
   SUPPORT CTA
   ========================================================= */

.cmuclean-support {
  background: var(--m);
  color: #fff;
}

.cmuclean-support .cmuclean-inner {
  padding-top: 58px;
  padding-bottom: 58px;
}

.cmuclean-support-grid {
  display: grid;
  grid-template-columns: 1fr .8fr;
  gap: 80px;
  align-items: center;
}

.cmuclean-support h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(2.5rem, 4vw, 4.4rem);
  line-height: .98;
}

.cmuclean-support .cmuclean-kicker,
.cmuclean-kicker--light {
  color: #fff;
}

.cmuclean-support p {
  color: #fff;
  line-height: 1.65;
}

.cmuclean-support a {
  color: #fff;
}

.cmuclean-button {
  display: inline-block;
  margin-top: 14px;
  background: var(--g);
  color: #221 !important;
  padding: 12px 18px;
  font-weight: 800;
  text-decoration: none;
}

/* Decorative graphics on Support CTA */
.cmuclean-support {
  position: relative;
  overflow: hidden;
}

/* Orange/red circle in upper-right */
.cmuclean-support::before {
  content: "";
  position: absolute;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: #e84c25;
  right: -65px;
  top: -70px;
  pointer-events: none;
  z-index: 1;
}

/* Yellow angled shape in lower-right */
.cmuclean-support::after {
  content: "";
  position: absolute;
  width: 155px;
  height: 155px;
  background: #ffd43b;
  right: -82px;
  bottom: -92px;
  transform: rotate(28deg);
  pointer-events: none;
  z-index: 1;
}

/* Keep banner content above the graphics */
.cmuclean-support .cmuclean-inner {
  position: relative;
  z-index: 2;
}


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

@media (max-width: 1000px) {
  .cmuclean-support-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

/* Space above Explore all photos button */
.cmuclean-photos .cmuclean-outline {
  margin-top: 24px;
  margin-bottom: 8px;
}
/* =========================================================
   GLOBAL RESPONSIVE SAFETY
   Keep this section LAST in the stylesheet.
   ========================================================= */

.cmuclean,
.cmuclean-inner,
.cmuclean-heading--split,
.cmuclean-stats,
.cmuclean-stat-visuals,
.cmuclean-cards,
.cmuclean-uscsa-row,
.cmuclean-schoolyear-grid,
.cmuclean-collage,
.cmuclean-now-grid,
.cmuclean-news-card,
.cmuclean-event-card,
.cmuclean-race-grid,
.cmuclean-photo-grid,
.cmuclean-supporter-grid,
.cmuclean-support-grid {
  min-width: 0;
}

.cmuclean img {
  max-width: 100%;
}

.cmuclean h2,
.cmuclean h3,
.cmuclean h4,
.cmuclean p,
.cmuclean a,
.cmuclean span,
.cmuclean strong {
  overflow-wrap: anywhere;
}

/* =========================================================
   TABLET / SMALL LAPTOP
   ========================================================= */

@media (max-width: 1100px) {

  .cmuclean-inner {
    width: min(calc(100% - 40px), 960px);
    padding: 58px 0;
  }

  .cmuclean-heading--split,
  .cmuclean-races__heading {
    grid-template-columns: 1fr;
    gap: 20px;
    align-items: start;
  }

  .cmuclean-heading--split > p,
  .cmuclean-races__heading > p {
    max-width: 760px;
  }

  .cmuclean h2 {
    font-size: clamp(2.6rem, 7vw, 4.1rem);
  }

  /* Performance */
  .cmuclean-stats,
  .cmuclean-stat-visuals {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cmuclean-stat-visuals figure + figure {
    border-left: 0;
  }

  .cmuclean-stat-visuals figure:nth-child(even) {
    border-left: 1px solid #e4ddd3;
  }

  .cmuclean-stat-media {
    height: 190px;
  }

  /* Culture */
  .cmuclean-cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .cmuclean-card img {
    height: 200px;
    flex-basis: 200px;
  }

  .cmuclean-card > div {
    padding: 24px 22px 28px;
  }

  /* USCSA */
  .cmuclean-uscsa-row {
    grid-template-columns: 120px 1fr;
    gap: 22px;
  }

  .cmuclean-uscsa-row > a:last-child {
    grid-column: 2;
    justify-self: start;
  }

  /* School year */
  .cmuclean-schoolyear-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .cmuclean-schoolyear-copy {
    max-width: 760px;
  }

  /* News and Events */
  .cmuclean-now-grid {
    grid-template-columns: 1fr;
  }

  /* Race schedule */
  .cmuclean-race-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  /* Photos */
  .cmuclean-photo-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 300px 240px 240px;
  }

  .cmuclean-photo--1 {
    grid-column: 1 / 3;
    grid-row: 1;
  }

  .cmuclean-photo--4 {
    grid-column: 1 / 3;
  }

  /* Supporters */
  .cmuclean-supporter-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  /* CTA */
  .cmuclean-support-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .cmuclean-support-grid > div:last-child {
    max-width: 720px;
  }
}

/* =========================================================
   PHONE
   ========================================================= */

@media (max-width: 700px) {

  .cmuclean-inner {
    width: calc(100% - 32px);
    padding: 44px 0;
  }

  .cmuclean h2 {
    font-size: clamp(2.15rem, 11vw, 3.15rem);
    line-height: 1;
    letter-spacing: -.035em;
  }

  .cmuclean h3 {
    line-height: 1.15;
  }

  .cmuclean-heading--split {
    gap: 16px;
    margin-bottom: 26px;
  }

  .cmuclean-heading--split > p {
    font-size: .98rem;
    line-height: 1.55;
  }

  /* Performance stats */
  .cmuclean-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-bottom: 24px;
  }

  .cmuclean-stats article {
    padding: 20px 12px;
  }

  .cmuclean-stats strong {
    font-size: clamp(1.9rem, 9vw, 2.8rem);
  }

  .cmuclean-stat-visuals {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .cmuclean-stat-visuals figure,
  .cmuclean-stat-visuals figure:nth-child(even) {
    border-left: 0;
  }

  .cmuclean-stat-media {
    height: 220px;
  }

  .cmuclean-stat-visuals figcaption {
    padding: 14px 10px 0;
  }

  .cmuclean-stat-visuals figcaption strong {
    font-size: 1.08rem;
  }

  /* Culture */
  .cmuclean-cards {
    grid-template-columns: 1fr;
    margin-top: 42px;
  }

  .cmuclean-card img {
    height: auto;
    aspect-ratio: 16 / 9;
    flex-basis: auto;
  }

  .cmuclean-card > div {
    padding: 24px 22px 28px;
  }

  /* USCSA */
  .cmuclean-uscsa-row {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px 0;
  }

  .cmuclean-uscsa-logo {
    height: auto;
    justify-content: flex-start;
  }

  .cmuclean-uscsa-logo img {
    max-width: 105px;
  }

  .cmuclean-uscsa-row > a:last-child {
    grid-column: 1;
  }

  /* School-year section */
  .cmuclean-schoolyear-copy h2 {
    margin-bottom: 18px;
  }

  .cmuclean-schoolyear-grid {
    gap: 26px;
  }

  .cmuclean-collage {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    gap: 10px;
  }

  .cmuclean-collage-item,
  .cmuclean-collage-item--1 {
    grid-row: auto;
    grid-column: auto;
    height: 260px;
  }

  .cmuclean-collage-item figcaption {
    left: 16px;
    right: 16px;
    bottom: 14px;
  }

  /* News and Events */
  .cmuclean-news-panel,
  .cmuclean-events-panel {
    padding: 20px;
  }

  .cmuclean-panel-head {
    gap: 14px;
  }

  .cmuclean-panel-head h3 {
    margin: 0;
  }

  .cmuclean-news-card {
    grid-template-columns: 110px minmax(0, 1fr);
  }

  .cmuclean-news-thumb,
  .cmuclean-news-card img {
    width: 110px;
    height: 115px;
  }

  .cmuclean-news-copy,
  .cmuclean-news-card > div {
    padding: 14px;
  }

  .cmuclean-news-copy p,
  .cmuclean-news-card p {
    display: none;
  }

  .cmuclean-event-card {
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 14px;
  }

  .cmuclean-event-thumb {
    width: 92px;
    height: 92px;
    grid-column: 1;
    grid-row: 1 / 3;
  }

  .cmuclean-event-card .cmuclean-date {
    grid-column: 2;
    grid-row: 1;
    width: auto;
    min-height: 0;
    padding: 0;
    border: 0;
    background: transparent;
    flex-direction: row;
    justify-content: flex-start;
    gap: 6px;
    text-align: left;
  }

  .cmuclean-event-card > div:last-child {
    grid-column: 2;
    grid-row: 2;
  }

  .cmuclean-event-card h4 {
    font-size: 1.05rem;
  }

  .cmuclean-event-card p {
    -webkit-line-clamp: 2;
  }

  /* Major races */
  .cmuclean-races .cmuclean-inner {
    padding-top: 20px;
    padding-bottom: 48px;
  }

  .cmuclean-races__heading {
    gap: 14px;
  }

  .cmuclean-race-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .cmuclean-race-card {
    min-height: 0;
    padding: 20px 18px 22px;
  }

  /* From the team / photos */
  .cmuclean-photo-grid {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    gap: 10px;
  }

  .cmuclean-photo,
  .cmuclean-photo--1,
  .cmuclean-photo--4 {
    grid-column: auto;
    grid-row: auto;
    height: 270px;
  }

  .cmuclean-photo > span {
    left: 16px;
    right: 16px;
    bottom: 15px;
  }

  .cmuclean-photos .cmuclean-outline {
    margin-top: 22px;
  }

  /* Supporters */
  .cmuclean-supporter-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .cmuclean-supporter-grid a {
    min-height: 120px;
    padding: 16px 12px;
  }

  .cmuclean-supporter-logo img {
    max-width: 145px;
    max-height: 60px;
  }

  /* Support CTA */
  .cmuclean-support .cmuclean-inner {
    padding-top: 46px;
    padding-bottom: 46px;
  }

  .cmuclean-support h2 {
    font-size: clamp(2.15rem, 10vw, 3rem);
  }

  .cmuclean-support-grid {
    gap: 20px;
  }

  .cmuclean-support::before {
    width: 110px;
    height: 110px;
    right: -48px;
    top: -48px;
  }

  .cmuclean-support::after {
    width: 105px;
    height: 105px;
    right: -60px;
    bottom: -64px;
  }
}

/* =========================================================
   SMALL PHONE
   ========================================================= */

@media (max-width: 440px) {

  .cmuclean-inner {
    width: calc(100% - 24px);
    padding: 38px 0;
  }

  .cmuclean h2 {
    font-size: clamp(2rem, 12vw, 2.75rem);
  }

  .cmuclean-kicker {
    font-size: .66rem;
  }

  .cmuclean-stats article {
    padding: 18px 8px;
  }

  .cmuclean-stats span {
    font-size: .72rem;
  }

  .cmuclean-stat-media {
    height: 200px;
  }

  .cmuclean-news-panel,
  .cmuclean-events-panel {
    padding: 16px;
  }

  .cmuclean-panel-head {
    align-items: flex-start;
  }

  .cmuclean-panel-head a {
    font-size: .78rem;
    white-space: nowrap;
  }

  .cmuclean-news-card {
    grid-template-columns: 88px minmax(0, 1fr);
  }

  .cmuclean-news-thumb,
  .cmuclean-news-card img {
    width: 88px;
    height: 105px;
  }

  .cmuclean-news-copy,
  .cmuclean-news-card > div {
    padding: 11px;
  }

  .cmuclean-news-card h4 {
    font-size: .95rem;
  }

  .cmuclean-event-card {
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 11px;
  }

  .cmuclean-event-thumb {
    width: 76px;
    height: 76px;
  }

  .cmuclean-event-card h4 {
    font-size: .98rem;
  }

  .cmuclean-collage-item,
  .cmuclean-photo,
  .cmuclean-photo--1,
  .cmuclean-photo--4 {
    height: 235px;
  }

  .cmuclean-supporter-grid {
    grid-template-columns: 1fr;
  }

  .cmuclean-supporter-grid a {
    min-height: 105px;
  }

  .cmuclean-support .cmuclean-inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .cmuclean-button {
    width: 100%;
    text-align: center;
  }
}

/* =========================================================
   SKI SWAP + WAX SERVICE PROMO
   ========================================================= */

.cmuclean-swapwax {
  background: #fff;
}

.cmuclean-swapwax-head {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  align-items: end;
  margin-bottom: 28px;
}

.cmuclean-swapwax-head h2 {
  font-size: clamp(2.4rem, 4vw, 4.2rem);
}

.cmuclean-swapwax-meta {
  text-align: right;
  color: #4f5055;
}

.cmuclean-swapwax-meta strong,
.cmuclean-swapwax-meta span {
  display: block;
}

.cmuclean-swapwax-meta strong {
  color: var(--m);
  font-size: 1.2rem;
}

.cmuclean-swapwax-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.cmuclean-swapwax-panel {
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.cmuclean-swapwax-image {
  height: 285px;
  overflow: hidden;
}

.cmuclean-swapwax-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.cmuclean-swapwax-content {
  flex: 1;
  padding: 32px;
}

.cmuclean-swapwax-panel--swap .cmuclean-swapwax-content {
  background: var(--g);
  color: #241f20;
}

.cmuclean-swapwax-panel--wax .cmuclean-swapwax-content {
  background: var(--m);
  color: #fff;
}

.cmuclean-swapwax-panel h3 {
  margin: 0 0 12px;
  font-size: clamp(1.8rem, 2.6vw, 2.8rem);
  line-height: 1.05;
}

.cmuclean-swapwax-panel--swap h3,
.cmuclean-swapwax-panel--swap .cmuclean-kicker {
  color: var(--m);
}

.cmuclean-swapwax-panel--wax h3,
.cmuclean-swapwax-panel--wax .cmuclean-kicker {
  color: #fff;
}

.cmuclean-swapwax-content > p {
  line-height: 1.55;
}

.cmuclean-swapwax-services {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 22px 0 18px;
}

.cmuclean-swapwax-services > div {
  padding: 18px;
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.24);
}

.cmuclean-swapwax-services strong,
.cmuclean-swapwax-price {
  display: block;
}

.cmuclean-swapwax-services strong {
  font-size: 1rem;
}

.cmuclean-swapwax-price {
  margin: 8px 0;
  color: var(--g);
  font-size: 1.4rem;
  font-weight: 900;
}

.cmuclean-swapwax-services p {
  margin: 0;
  font-size: .9rem;
  line-height: 1.45;
}

.cmuclean-swapwax-note {
  font-weight: 700;
}

.cmuclean-swapwax-button {
  display: inline-block;
  margin-top: 10px;
  padding: 12px 18px;
  background: var(--g);
  color: #241f20 !important;
  font-weight: 900;
  text-decoration: none;
}

.cmuclean-swapwax-button--light {
  background: var(--m);
  color: #fff !important;
}

@media (max-width: 900px) {
  .cmuclean-swapwax-head {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .cmuclean-swapwax-meta {
    text-align: left;
  }

  .cmuclean-swapwax-grid {
    grid-template-columns: 1fr;
  }

  .cmuclean-swapwax-image {
    height: 330px;
  }
}

@media (max-width: 600px) {
  .cmuclean-swapwax-content {
    padding: 24px 20px 26px;
  }

  .cmuclean-swapwax-image {
    height: 235px;
  }

  .cmuclean-swapwax-services {
    grid-template-columns: 1fr;
  }

  .cmuclean-swapwax-button {
    width: 100%;
    text-align: center;
  }
}

.cmuclean-swapwax-copy p {
  margin: 0 0 16px;
  line-height: 1.55;
}

.cmuclean-swapwax-copy p:last-child {
  margin-bottom: 0;
}

.cmuclean-swapwax-copy strong {
  font-weight: 800;
}
