.cga-front {
  --front-ink: #132028;
  --front-paper: #f5f1ea;
  --front-white: #fffdf8;
  --front-line: rgba(19, 32, 40, 0.14);
  --front-muted: #66727a;
  --front-accent: #a34e2d;
  background: var(--front-paper);
  color: var(--front-ink);
}

.cga-front a {
  color: inherit;
}

.cga-front-hero {
  position: relative;
  min-height: min(760px, calc(100svh - var(--cga-header-height)));
  overflow: hidden;
  background: #263942;
}

.cga-front-hero__media,
.cga-front-hero__shade {
  position: absolute;
  inset: 0;
}

.cga-front-hero__image,
.cga-front-image-fallback {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cga-front-hero__shade {
  background:
    linear-gradient(180deg, rgba(9, 17, 21, 0.14) 0%, rgba(9, 17, 21, 0.34) 48%, rgba(9, 17, 21, 0.88) 100%),
    linear-gradient(90deg, rgba(9, 17, 21, 0.45), rgba(9, 17, 21, 0.04) 68%);
}

.cga-front-hero__content {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: min(760px, calc(100svh - var(--cga-header-height)));
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-block: 88px 54px;
  color: #fff;
}

body.gd-premium-ui .cga-front-hero__author {
  margin: 0 0 14px;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
}

body.gd-premium-ui .cga-front-hero h1 {
  max-width: 900px;
  margin: 0;
  color: #fff;
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 7.4rem;
  line-height: 0.84;
  text-wrap: balance;
}

body.gd-premium-ui .cga-front-hero__tagline {
  max-width: 560px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.25rem;
  line-height: 1.55;
}

.cga-front-hero__lead {
  display: grid;
  max-width: 620px;
  gap: 5px;
  margin-top: 28px;
  padding: 17px 20px;
  border-left: 3px solid #d99869;
  background: rgba(9, 17, 21, 0.48);
  text-decoration: none;
}

.cga-front-hero__lead span {
  color: #e8b48f;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
}

.cga-front-hero__lead strong {
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 1.6rem;
  line-height: 1.15;
}

.cga-front-section {
  padding: 70px 0;
}

.cga-front-section__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 26px;
  border-bottom: 1px solid var(--front-line);
  padding-bottom: 16px;
}

.cga-front-section__head h2,
.cga-front-author h2 {
  margin: 0;
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 3.4rem;
  line-height: 1;
}

.cga-front-section__head > a,
.cga-front-author__body > a {
  flex: none;
  color: var(--front-accent);
  font-size: 0.86rem;
  font-weight: 700;
  text-decoration: none;
}

.cga-front-departments {
  padding-top: 58px;
}

.cga-front-departments__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.cga-front .cga-front-department,
.cga-front .cga-front-region {
  position: relative;
  display: block;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
  background: #31434a;
}

.cga-front-department {
  min-height: 320px;
}

.cga-front-department__media,
.cga-front-department__shade,
.cga-front-region__media,
.cga-front-region__shade {
  position: absolute;
  inset: 0;
}

.cga-front-department__image,
.cga-front-region__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.cga-front-department__shade {
  background: linear-gradient(180deg, rgba(9, 17, 21, 0.02), rgba(9, 17, 21, 0.86));
}

.cga-front-department__body,
.cga-front-region__body {
  position: absolute;
  z-index: 1;
  inset: auto 0 0;
}

.cga-front-department__body {
  display: grid;
  gap: 6px;
  padding: 24px;
}

.cga-front-department__body small,
.cga-front-region__body small {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.75rem;
}

.cga-front-department__body strong {
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 3rem;
  line-height: 1;
}

.cga-front-department__body > span {
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.9rem;
}

.cga-front-department:hover .cga-front-department__image,
.cga-front-region:hover .cga-front-region__image {
  transform: scale(1.035);
}

.cga-front-featured {
  background: var(--front-white);
}

.cga-front-featured__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.cga-front-story {
  min-width: 0;
}

.cga-front-story--lead {
  grid-column: span 2;
  grid-row: span 2;
}

.cga-front-story__media {
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #d9d5cd;
}

.cga-front-story--lead .cga-front-story__media {
  aspect-ratio: 4 / 3.1;
}

.cga-front-story__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.cga-front-story:hover .cga-front-story__image {
  transform: scale(1.025);
}

.cga-front-story__body {
  padding-top: 14px;
}

.cga-front-story__category {
  color: var(--front-accent);
  font-size: 0.7rem;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.cga-front-story h3 {
  margin: 7px 0 0;
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 1.55rem;
  line-height: 1.12;
}

.cga-front-story--lead h3 {
  font-size: 2.7rem;
}

.cga-front-story h3 a {
  text-decoration: none;
}

.cga-front-story__body > p {
  margin: 9px 0 0;
  color: var(--front-muted);
  font-size: 0.78rem;
}

.cga-front-regions__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.cga-front-region {
  min-height: 260px;
}

.cga-front-region__shade {
  background: linear-gradient(180deg, rgba(9, 17, 21, 0.05), rgba(9, 17, 21, 0.74));
}

.cga-front-region__body {
  display: grid;
  gap: 4px;
  padding: 18px;
}

.cga-front-region__body strong {
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 1.45rem;
}

.cga-front-author {
  padding: 0 0 70px;
}

.cga-front-author__grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.82fr) minmax(0, 1.18fr);
  min-height: 470px;
  background: #1d3037;
  color: #fff;
}

.cga-front-author__media {
  min-height: 470px;
  overflow: hidden;
}

.cga-front-author__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cga-front-author__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(32px, 6vw, 76px);
}

.cga-front-author__body > p:first-child {
  margin: 0 0 12px;
  color: #e0a479;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
}

body.gd-premium-ui .cga-front-author h2 {
  color: #fff;
}

.cga-front-author__body > p:not(:first-child) {
  max-width: 580px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.75;
}

.cga-front-author__body > a {
  margin-top: 24px;
  color: #e0a479;
}

.cga-front-latest {
  padding-top: 0;
}

.cga-front-latest__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

@media (min-width: 960px) {
  .cga-front-departments__grid {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .cga-front-department--1 {
    grid-column: span 6;
    grid-row: span 2;
    min-height: 654px;
  }

  .cga-front-department--2 {
    grid-column: span 6;
  }

  .cga-front-department--3,
  .cga-front-department--4 {
    grid-column: span 3;
  }
}

@media (max-width: 959px) {
  body.gd-premium-ui .cga-front-hero h1 {
    font-size: 6rem;
  }

  .cga-front-section__head h2,
  .cga-front-author h2 {
    font-size: 3rem;
  }

  .cga-front-featured__grid,
  .cga-front-latest__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cga-front-regions__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .cga-front-hero,
  .cga-front-hero__content {
    min-height: 610px;
  }

  .cga-front-hero__content {
    padding-block: 70px 36px;
  }

  body.gd-premium-ui .cga-front-hero h1 {
    font-size: 4.2rem;
  }

  body.gd-premium-ui .cga-front-hero__tagline {
    font-size: 1rem;
  }

  .cga-front-hero__lead strong {
    font-size: 1.2rem;
  }

  .cga-front-section__head h2,
  body.gd-premium-ui .cga-front-author h2 {
    font-size: 2.25rem;
  }

  .cga-front-department__body strong {
    font-size: 2.25rem;
  }

  .cga-front-story h3,
  .cga-front-story--lead h3 {
    font-size: 1.45rem;
  }

  .cga-front-section {
    padding: 48px 0;
  }

  .cga-front-section__head {
    margin-bottom: 20px;
  }

  .cga-front-departments__grid,
  .cga-front-featured__grid,
  .cga-front-latest__grid {
    grid-template-columns: 1fr;
  }

  .cga-front-department {
    min-height: 280px;
  }

  .cga-front-story--lead {
    grid-column: auto;
    grid-row: auto;
  }

  .cga-front-story--lead .cga-front-story__media {
    aspect-ratio: 4 / 3;
  }

  .cga-front-regions__grid {
    display: flex;
    margin-inline: -20px;
    padding-inline: 20px;
    gap: 10px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .cga-front-region {
    flex: 0 0 74vw;
    min-height: 290px;
    scroll-snap-align: start;
  }

  .cga-front-author {
    padding-bottom: 48px;
  }

  .cga-front-author__grid {
    grid-template-columns: 1fr;
  }

  .cga-front-author__media {
    min-height: 390px;
  }

  .cga-front-author__body {
    padding: 30px 24px 36px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cga-front-department__image,
  .cga-front-region__image,
  .cga-front-story__image {
    transition: none;
  }
}
