/* body {
  background: #f1f1f1;
} */

@font-face {
  font-family: "twk-book";
  src: url(../fonts/TWKContinental-Book.otf);
}

@font-face {
  font-family: "twk-bold";
  src: url(../fonts/TWKContinental-Bold.otf);
}

body {
  background: #f1f1f1;
  font-family: "twk-book";
  color: #222;
}

.landing-page {
  min-height: 100vh;
}

.page-wrap {
  padding: 2.5rem 2.75rem 0 2.75rem;
}

.hero-card {
  position: relative;
  width: 100%;
  min-height: 640px;
  border-radius: 6px;
  overflow: hidden;
  background-image: url("../img/concordia-stock.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 1.5rem;
}

.hero-label {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  background: #ff5c31;
  color: #fff;
  padding: 1rem 1.1rem 1rem 1rem;
  width: 592px;
  height: 350px;
  line-height: 0.92;
}

.hero-label-top {
  font-size: 4.2rem;
  font-weight: 400;
  margin-bottom: 2.5rem;
}

.hero-label-bottom {
  font-size: 4.2rem;
  font-weight: 400;
}

.tiles-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.75fr 1.15fr;
  grid-template-rows: 110px 170px 190px;
  gap: 1.2rem;
}

.tile {
  border-radius: 4px;
  text-decoration: none;
  padding: 1rem 1.2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.15s ease;
}

.tile:hover {
  transform: translateY(-2px);
}

.tile-title {
  font-size: 2.2rem;
  line-height: 0.95;
  font-weight: 400;
  color: #f2f2f2;
}

.tile-arrow {
  align-self: flex-end;
  font-size: 3.2rem;
  line-height: 1;
  color: #f2f2f2;
}

.tile-dark {
  background: #1f1f1f;
}

.tile-blue {
  background: #466b86;
}

.tile-light {
  background: #e5e5e5;
}

.tile-orange {
  color: #ff5a2f;
}

.tile-arrow-orange {
  color: #ff5a2f;
}

.tile-wide {
  grid-column: 1 / 3;
  grid-row: 1 / 2;
}

.tile-right-top {
  grid-column: 3 / 4;
  grid-row: 1 / 2;
}

.tile-tall:first-of-type {
  grid-column: auto;
}

.tile-tall {
  min-height: 320px;
}

.tiles-grid .tile-blue.tile-tall {
  grid-column: 1 / 2;
  grid-row: 2 / 4;
}

.tiles-grid .tile-light {
  grid-column: 2 / 3;
  grid-row: 2 / 4;
}

.tiles-grid .tile-dark.tile-tall {
  grid-column: 3 / 4;
  grid-row: 2 / 4;
}

.site-footer {
  padding: 8rem 2.75rem 2rem 2.75rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.footer-left {
  display: flex;
  align-items: flex-end;
  gap: 5rem;
  flex-wrap: wrap;
}

.footer-brand {
  font-size: 3rem;
  line-height: 1;
}

.footer-info,
.footer-address {
  font-size: 1rem;
  line-height: 1.45;
}

.footer-right {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  text-align: right;
}

.footer-right a {
  color: #222;
  text-decoration: none;
  font-size: 1rem;
}

.footer-right a:hover {
  text-decoration: underline;
}

@media (max-width: 991.98px) {
  .page-wrap {
    padding: 1.25rem;
  }

  .hero-card {
    min-height: 420px;
  }

  .hero-label {
    width: 250px;
  }

  .hero-label-top,
  .hero-label-bottom {
    font-size: 2.4rem;
  }

  .tiles-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .tile,
  .tile-wide,
  .tile-right-top,
  .tiles-grid .tile-blue.tile-tall,
  .tiles-grid .tile-light,
  .tiles-grid .tile-dark.tile-tall {
    grid-column: auto;
    grid-row: auto;
    min-height: 180px;
  }

  .site-footer {
    padding: 4rem 1.25rem 1.5rem 1.25rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
  }

  .footer-left {
    gap: 2rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-right {
    text-align: left;
  }
}

/* Events */
/* Events */

.events-page {
  min-height: 100vh;
  background: #282828;
  color: #f1f1f1;
}

.events-wrap {
  padding: 2rem 2rem 4rem;
}

.events-hero {
  margin-bottom: 2rem;
}

.events-title {
  margin: 0 0 0.75rem;
  font-size: 5rem;
  line-height: 0.95;
  font-weight: 400;
  letter-spacing: -0.03em;
  color: #f3f3f3;
}

.events-intro {
  max-width: 720px;
  margin: 0 0 1.5rem;
  font-size: 1.2rem;
  line-height: 1.35;
  color: #d8d8d8;
}

.events-filters {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.85rem 1rem;
}

.events-filter-label {
  font-size: 1rem;
  color: #d6d6d6;
}

.events-filter-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.events-chip {
  border: 1px solid #666;
  background: transparent;
  color: #efefef;
  border-radius: 999px;
  padding: 0.45rem 0.95rem;
  font-size: 0.95rem;
  line-height: 1;
  transition:
    background-color 0.2s ease,
    color 0.2s ease,
    border-color 0.2s ease;
}

.events-chip:hover {
  background: #f1f1f1;
  color: #1f1f1f;
  border-color: #f1f1f1;
}

.events-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.event-card {
  position: relative;
  display: block;
  min-height: 355px;
  border-radius: 6px;
  overflow: hidden;
  text-decoration: none;
}

.event-card-image img {
  width: 100%;
  height: 100%;
  min-height: 355px;
  object-fit: cover;
  display: block;
}

.event-meta {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1rem 1rem 1.1rem;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.08));
  color: #f2f2f2;
}

.event-meta h3 {
  margin: 0 0 0.25rem;
  font-size: 1.45rem;
  line-height: 1;
  font-weight: 400;
}

.event-meta p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.1;
}

.event-meta-light {
  color: #ffffff;
}

.event-card-text {
  min-height: 355px;
  padding: 1rem;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.event-card-text-orange {
  background: #f45b34;
}

.event-card-text-blue {
  background: #4c6f89;
}

.event-card-text-light {
  background: #d9d9d9;
}

.event-card-copy {
  color: #f4f4f4;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

.event-card-copy-dark {
  color: #1f1f1f;
}

.event-card-main,
.event-card-sub {
  font-size: 2.15rem;
  line-height: 0.94;
  font-weight: 400;
  letter-spacing: -0.03em;
}

@media (max-width: 1199.98px) {
  .events-title {
    font-size: 4.25rem;
  }

  .events-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .event-card,
  .event-card-text,
  .event-card-image img {
    min-height: 320px;
  }

  .event-card-main,
  .event-card-sub {
    font-size: 1.8rem;
  }
}

@media (max-width: 991.98px) {
  .events-wrap {
    padding: 1.5rem 1.25rem 3rem;
  }

  .events-title {
    font-size: 3.5rem;
  }

  .events-intro {
    font-size: 1.05rem;
    max-width: 100%;
  }

  .events-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .event-card,
  .event-card-text,
  .event-card-image img {
    min-height: 300px;
  }

  .event-card-main,
  .event-card-sub {
    font-size: 1.65rem;
  }
}

@media (max-width: 575.98px) {
  .events-wrap {
    padding: 1.25rem 1rem 2.5rem;
  }

  .events-title {
    font-size: 2.7rem;
  }

  .events-filters {
    align-items: flex-start;
    flex-direction: column;
  }

  .events-grid {
    grid-template-columns: 1fr;
    gap: 0.85rem;
  }

  .event-card,
  .event-card-text,
  .event-card-image img {
    min-height: 280px;
  }

  .event-meta h3 {
    font-size: 1.25rem;
  }

  .event-card-main,
  .event-card-sub {
    font-size: 1.5rem;
  }
}
