/*
 * Page racine Commémorations.
 * Le module restaure la scène mémorielle historique et garde chaque règle
 * strictement sous .gc-comm-home afin de ne jamais altérer le footer commun.
 */

.gc-comm-home {
  position: relative;
  overflow: clip;
  color: var(--color-text);
  background: var(--color-base);
}

.gc-comm-home *,
.gc-comm-home *::before,
.gc-comm-home *::after {
  box-sizing: border-box;
}

.gc-comm-home h1,
.gc-comm-home h2,
.gc-comm-home h3,
.gc-comm-home p,
.gc-comm-home figure {
  margin-top: 0;
}

.gc-comm-home h1,
.gc-comm-home h2 {
  font-family: var(--font-display);
  font-weight: var(--font-weight-semibold);
}

.gc-comm-home h2 {
  max-width: 820px;
  margin-bottom: 0;
  font-size: 52px;
  line-height: 58px;
  letter-spacing: -1px;
}

.gc-comm-home h3 {
  font-family: var(--font-editorial);
  font-weight: var(--font-weight-semibold);
}

.gc-comm-home a:focus-visible,
.gc-comm-home button:focus-visible,
.gc-comm-home select:focus-visible {
  outline: 3px solid var(--color-primary);
  outline-offset: 4px;
}

.gc-comm-home__eyebrow {
  margin-bottom: 18px;
  color: var(--color-text-soft);
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: var(--font-weight-semibold);
  line-height: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

/* La structure et les attributs du hero initial restent les propriétaires de la scène. */
.gc-comm-home__hero {
  position: relative;
  z-index: 0;
  isolation: isolate;
  display: grid;
  min-height: 690px;
  overflow: hidden;
  color: var(--color-text-inverse);
  background: var(--color-ink-deep);
}

.gc-comm-home__hero-shade {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}

.gc-comm-home__hero-container {
  display: flex;
  align-items: center;
  width: 100%;
  padding-top: 108px;
  padding-bottom: 72px;
}

.gc-comm-home__hero-copy {
  width: 100%;
  max-width: 760px;
}

.gc-comm-home__hero .gc-comm-home__eyebrow {
  margin-bottom: 24px;
  color: var(--color-text-secondary);
}

.gc-comm-home__hero-title {
  display: flex;
  max-width: 760px;
  flex-direction: column;
  margin: 0;
  color: var(--color-text-inverse);
}

.gc-comm-home__hero-identity {
  order: 2;
  max-width: 680px;
  margin-top: 14px;
  font-size: 48px;
  line-height: 52px;
  letter-spacing: -1px;
  text-transform: uppercase;
}

.gc-comm-home__hero-date {
  order: 1;
  font-size: 132px;
  font-weight: var(--font-weight-regular);
  line-height: 112px;
  letter-spacing: 6px;
}

.gc-comm-home__hero-promise {
  margin: 24px 0 0;
  color: var(--color-text-inverse);
  font-family: var(--font-editorial);
  font-size: 25px;
  line-height: 32px;
}

.gc-comm-home__hero-lead {
  max-width: 590px;
  margin: 18px 0 0;
  color: var(--color-text-secondary);
  font-family: var(--font-editorial);
  font-size: 18px;
  line-height: 28px;
}

.gc-comm-home__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  align-items: center;
  margin-top: 30px;
}

.gc-comm-home .button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 14px 24px;
  border: 1px solid var(--color-primary);
  border-radius: 0;
  color: var(--color-ink-deep);
  background: var(--color-primary);
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: var(--font-weight-semibold);
  line-height: 18px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 220ms ease, background-color 220ms ease, border-color 220ms ease;
}

.gc-comm-home .button:hover,
.gc-comm-home .button:focus-visible {
  border-color: var(--color-primary-hover);
  color: var(--color-ink-deep);
  background: var(--color-primary-hover);
}

.gc-comm-home__secondary-action,
.gc-comm-home__archive-all {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  padding: 9px 0;
  border-bottom: 1px solid currentColor;
  color: inherit;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: var(--font-weight-semibold);
  line-height: 19px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.gc-comm-home__secondary-action:hover,
.gc-comm-home__secondary-action:focus-visible,
.gc-comm-home__archive-all:hover,
.gc-comm-home__archive-all:focus-visible {
  color: var(--color-primary);
}

/* L'image ouvre le récit du 2 août et occupe presque la moitié de la composition. */
.gc-comm-home__why {
  padding: 126px 0 118px;
  background: var(--color-base-light);
}

.gc-comm-home__why-grid {
  display: grid;
  grid-template-columns: minmax(360px, 0.98fr) minmax(420px, 1.02fr);
  gap: 86px;
  align-items: center;
}

.gc-comm-home__why-media {
  position: relative;
  min-height: 650px;
  margin-bottom: 0;
  overflow: hidden;
  background: var(--color-ink-deep);
}

.gc-comm-home__why-media picture,
.gc-comm-home__why-media img {
  display: block;
  width: 100%;
  height: 100%;
}

.gc-comm-home__why-media picture {
  position: absolute;
  inset: 0;
}

.gc-comm-home__why-media img {
  object-fit: cover;
  object-position: 48% 50%;
  filter: saturate(0.78) contrast(1.04);
}

.gc-comm-home__why-media > span {
  position: absolute;
  right: -18px;
  bottom: 20px;
  color: rgba(255, 255, 255, 0.12);
  font-family: var(--font-display);
  font-size: 96px;
  line-height: 90px;
  letter-spacing: 5px;
}

.gc-comm-home__why-copy {
  max-width: 590px;
}

.gc-comm-home__why-copy h2 {
  margin-bottom: 30px;
}

.gc-comm-home__why-text {
  display: grid;
  gap: 15px;
  margin-bottom: 42px;
}

.gc-comm-home__why-text p {
  margin-bottom: 0;
  color: var(--color-text-soft);
  font-family: var(--font-editorial);
  font-size: 18px;
  line-height: 29px;
}

.gc-comm-home__anchors {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--color-border);
  list-style: none;
}

.gc-comm-home__anchors li {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 16px;
  padding: 18px 0;
  border-bottom: 1px solid var(--color-border);
}

.gc-comm-home__anchors > li > span {
  padding-top: 3px;
  color: var(--color-text-soft);
  font-size: 11px;
  line-height: 17px;
}

.gc-comm-home__anchors h3 {
  margin-bottom: 4px;
  color: var(--color-text);
  font-size: 20px;
  line-height: 25px;
}

.gc-comm-home__anchors p {
  margin-bottom: 0;
  color: var(--color-text-soft);
  font-size: 14px;
  line-height: 22px;
}

/* Le terme devient une séquence typographique, soutenue par une photographie du Mémorial. */
.gc-comm-home__meaning {
  position: relative;
  overflow: hidden;
  padding: 150px 0 126px;
  color: var(--color-text-inverse);
  background: var(--color-ink-deep);
}

.gc-comm-home__meaning-word {
  position: absolute;
  top: 42px;
  left: 50%;
  color: rgba(255, 255, 255, 0.055);
  font-family: var(--font-display);
  font-size: 188px;
  font-weight: var(--font-weight-semibold);
  line-height: 174px;
  letter-spacing: 12px;
  transform: translateX(-50%);
  white-space: nowrap;
  pointer-events: none;
}

.gc-comm-home__meaning-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(380px, 0.92fr) minmax(420px, 1.08fr);
  gap: 92px;
  align-items: end;
}

.gc-comm-home__meaning-copy {
  max-width: 590px;
  padding-bottom: 34px;
}

.gc-comm-home__meaning .gc-comm-home__eyebrow {
  color: var(--color-text-secondary);
}

.gc-comm-home__meaning h2 {
  margin-bottom: 30px;
  color: var(--color-text-inverse);
}

.gc-comm-home__meaning-lead {
  margin-bottom: 22px;
  color: var(--color-text-inverse);
  font-family: var(--font-editorial);
  font-size: 24px;
  line-height: 34px;
}

.gc-comm-home__meaning-text {
  margin-bottom: 30px;
  color: var(--color-text-secondary);
  font-size: 16px;
  line-height: 27px;
}

.gc-comm-home__meaning-media {
  position: relative;
  min-height: 590px;
  margin-bottom: -188px;
  overflow: hidden;
  background: var(--color-ink-raised);
}

.gc-comm-home__meaning-media picture,
.gc-comm-home__meaning-media img {
  display: block;
  width: 100%;
  height: 100%;
}

.gc-comm-home__meaning-media picture {
  position: absolute;
  inset: 0;
}

.gc-comm-home__meaning-media img {
  object-fit: cover;
  object-position: 34% 50%;
  filter: saturate(0.72) contrast(1.08);
}

/* Les engagements sont une portée ouverte, sans boîte ni carte autonome. */
.gc-comm-home__commitments {
  position: relative;
  padding: 180px 0 110px;
  color: var(--color-text);
  background: var(--color-base);
}

.gc-comm-home__section-heading {
  margin-bottom: 54px;
}

.gc-comm-home__section-heading--split {
  display: flex;
  gap: 40px;
  align-items: end;
  justify-content: space-between;
}

.gc-comm-home__commitment-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--color-border-strong);
  list-style: none;
}

.gc-comm-home__commitment-list li {
  min-height: 240px;
  padding: 24px 28px 28px 0;
  border-bottom: 1px solid var(--color-border-strong);
}

.gc-comm-home__commitment-list li + li {
  padding-left: 28px;
  border-left: 1px solid var(--color-border);
}

.gc-comm-home__commitment-list > li > span {
  display: block;
  margin-bottom: 58px;
  color: var(--color-text-soft);
  font-size: 11px;
  line-height: 17px;
}

.gc-comm-home__commitment-list h3 {
  margin-bottom: 12px;
  color: var(--color-text);
  font-size: 27px;
  line-height: 32px;
}

.gc-comm-home__commitment-list p {
  margin-bottom: 0;
  color: var(--color-text-soft);
  font-size: 14px;
  line-height: 23px;
}

.gc-comm-home__commitment-list li.is-active h3 {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 7px;
}

/* L'édition existe uniquement lorsque sa projection CMS est réelle. */
.gc-comm-home__featured {
  padding: 116px 0 108px;
  color: var(--color-text-inverse);
  background: var(--color-ink-deep);
}

.gc-comm-home__featured .gc-comm-home__eyebrow {
  color: var(--color-text-secondary);
}

.gc-comm-home__featured h2 {
  color: var(--color-text-inverse);
}

.gc-comm-home__edition-grid {
  display: grid;
  grid-template-columns: minmax(400px, 1.08fr) minmax(360px, 0.92fr);
  gap: 78px;
  align-items: stretch;
}

.gc-comm-home__edition-grid--text-only {
  grid-template-columns: minmax(0, 760px);
}

.gc-comm-home__edition-cover {
  position: relative;
  min-height: 520px;
  margin-bottom: 0;
  overflow: hidden;
  background: var(--color-ink-raised);
}

.gc-comm-home__edition-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gc-comm-home__edition-cover figcaption,
.gc-comm-home__edition-gallery figcaption {
  position: absolute;
  right: 12px;
  bottom: 12px;
  left: 12px;
  padding: 6px 8px;
  overflow: hidden;
  color: var(--color-text-inverse);
  background: rgba(9, 9, 9, 0.84);
  font-size: 10px;
  line-height: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gc-comm-home__edition-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 28px 0;
}

.gc-comm-home__edition-date {
  margin-bottom: 22px;
  color: var(--color-text-secondary);
  font-size: 11px;
  line-height: 17px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.gc-comm-home__edition-copy h3 {
  margin-bottom: 22px;
  color: var(--color-text-inverse);
  font-size: 29px;
  line-height: 36px;
}

.gc-comm-home__edition-summary {
  margin-bottom: 32px;
  color: var(--color-text-secondary);
  font-family: var(--font-editorial);
  font-size: 19px;
  line-height: 31px;
}

.gc-comm-home__edition-copy .button {
  align-self: flex-start;
}

.gc-comm-home__edition-gallery {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
  margin-top: 34px;
}

.gc-comm-home__edition-gallery figure {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: var(--color-ink-raised);
}

.gc-comm-home__edition-gallery a {
  display: block;
  height: 150px;
}

.gc-comm-home__edition-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms ease;
}

.gc-comm-home__edition-gallery a:hover img,
.gc-comm-home__edition-gallery a:focus-visible img {
  transform: scale(1.025);
}

/* Les archives restent une suite éditoriale et non une grille de statistiques. */
.gc-comm-home__archives {
  padding: 116px 0 108px;
  background: var(--color-base-light);
}

.gc-comm-home__archive-filter {
  display: grid;
  gap: 7px;
  min-width: 180px;
  color: var(--color-text-soft);
  font-size: 12px;
  line-height: 18px;
}

.gc-comm-home__archive-filter select {
  min-height: 44px;
  padding: 8px 36px 8px 12px;
  border: 1px solid var(--color-border);
  border-radius: 0;
  color: var(--color-text);
  background: var(--color-base);
}

.gc-comm-home__archive-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 52px 42px;
}

.gc-comm-home__archive-entry {
  min-width: 0;
  padding-top: 20px;
  border-top: 1px solid var(--color-border-strong);
}

.gc-comm-home__archive-entry[hidden] {
  display: none;
}

.gc-comm-home__archive-media {
  height: 300px;
  margin-bottom: 25px;
  overflow: hidden;
  background: var(--color-ink-soft);
}

.gc-comm-home__archive-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gc-comm-home__archive-copy > p:first-child {
  display: flex;
  gap: 18px;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 16px;
}

.gc-comm-home__archive-copy > p:first-child strong {
  color: var(--color-text);
  font-family: var(--font-display);
  font-size: 28px;
  line-height: 34px;
}

.gc-comm-home__archive-copy time {
  color: var(--color-text-soft);
  font-size: 10px;
  line-height: 15px;
}

.gc-comm-home__archive-copy h3 {
  margin-bottom: 12px;
  color: var(--color-text);
  font-size: 23px;
  line-height: 29px;
}

.gc-comm-home__archive-copy > p:not(:first-child) {
  margin-bottom: 22px;
  color: var(--color-text-soft);
  font-size: 14px;
  line-height: 23px;
}

.gc-comm-home__archive-copy a {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  color: var(--color-text);
  font-size: 12px;
  font-weight: var(--font-weight-semibold);
  line-height: 18px;
  text-decoration: none;
  text-transform: uppercase;
}

.gc-comm-home__archive-copy a:hover,
.gc-comm-home__archive-copy a:focus-visible {
  color: var(--color-primary);
}

.gc-comm-home__archive-more {
  display: block;
  margin: 40px auto 0;
  padding: 12px 18px;
  border: 1px solid var(--color-primary);
  border-radius: 0;
  color: var(--color-ink-deep);
  background: var(--color-primary);
  font-size: 12px;
  font-weight: var(--font-weight-semibold);
  line-height: 18px;
  text-transform: uppercase;
}

.gc-comm-home__archive-more[hidden] {
  display: none;
}

.gc-comm-home__archive-all {
  margin-top: 38px;
  color: var(--color-text);
}

/* La dernière photographie prépare la transition avec l'unique footer du layout. */
.gc-comm-home__conclusion {
  position: relative;
  isolation: isolate;
  display: flex;
  min-height: 650px;
  align-items: center;
  overflow: hidden;
  padding: 112px 0;
  color: var(--color-text-inverse);
  background: var(--color-ink-deep);
}

.gc-comm-home__conclusion-media,
.gc-comm-home__conclusion-shade {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.gc-comm-home__conclusion-media,
.gc-comm-home__conclusion-media img {
  display: block;
  width: 100%;
  height: 100%;
}

.gc-comm-home__conclusion-media img {
  object-fit: cover;
  object-position: 62% 50%;
  filter: saturate(0.72) contrast(1.08);
}

.gc-comm-home__conclusion-shade {
  z-index: -1;
  background: linear-gradient(90deg, rgba(9, 9, 9, 0.97) 0%, rgba(9, 9, 9, 0.88) 42%, rgba(9, 9, 9, 0.26) 78%, rgba(9, 9, 9, 0.48) 100%);
}

.gc-comm-home__conclusion .container {
  width: 100%;
}

.gc-comm-home__conclusion .gc-comm-home__eyebrow {
  color: var(--color-text-secondary);
}

.gc-comm-home__conclusion h2 {
  max-width: 720px;
  margin-bottom: 24px;
  color: var(--color-text-inverse);
}

.gc-comm-home__conclusion .container > p:not(.gc-comm-home__eyebrow) {
  max-width: 610px;
  margin-bottom: 0;
  color: var(--color-text-secondary);
  font-family: var(--font-editorial);
  font-size: 19px;
  line-height: 30px;
}

/* Le contenu reste lisible sans JavaScript ; l'amélioration ne fait que déplacer. */
.gc-comm-home.is-enhanced [data-comm-reveal] {
  opacity: 1;
  transform: translateY(18px);
  transition: transform 700ms ease;
}

.gc-comm-home.is-enhanced [data-comm-reveal].is-visible {
  transform: translateY(0);
}

@media (min-width: 1920px) {
  .gc-comm-home__hero {
    min-height: 760px;
  }

  .gc-comm-home__hero-date {
    font-size: 148px;
    line-height: 126px;
  }

  .gc-comm-home__why-media {
    min-height: 700px;
  }
}

@media (max-width: 1199px) {
  .gc-comm-home__hero-container {
    padding-top: 120px;
  }

  .gc-comm-home__hero-date {
    font-size: 116px;
    line-height: 102px;
  }

  .gc-comm-home__hero-identity {
    font-size: 43px;
    line-height: 48px;
  }

  .gc-comm-home__why-grid,
  .gc-comm-home__meaning-grid {
    gap: 56px;
  }

  .gc-comm-home__meaning-word {
    font-size: 156px;
    line-height: 146px;
  }

  .gc-comm-home__commitment-list li {
    padding-right: 20px;
  }

  .gc-comm-home__commitment-list li + li {
    padding-left: 20px;
  }

  .gc-comm-home__edition-grid {
    gap: 50px;
  }

  .gc-comm-home__edition-gallery {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1023px) {
  .gc-comm-home h2 {
    font-size: 46px;
    line-height: 52px;
  }

  .gc-comm-home__why,
  .gc-comm-home__featured,
  .gc-comm-home__archives {
    padding-top: 92px;
    padding-bottom: 88px;
  }

  .gc-comm-home__why-grid,
  .gc-comm-home__meaning-grid,
  .gc-comm-home__edition-grid {
    grid-template-columns: 1fr;
  }

  .gc-comm-home__why-media {
    min-height: 520px;
  }

  .gc-comm-home__why-copy,
  .gc-comm-home__meaning-copy {
    max-width: 720px;
  }

  .gc-comm-home__meaning {
    padding-top: 122px;
    padding-bottom: 0;
  }

  .gc-comm-home__meaning-word {
    left: 30px;
    font-size: 122px;
    line-height: 116px;
    transform: none;
  }

  .gc-comm-home__meaning-media {
    min-height: 520px;
    margin-bottom: 0;
  }

  .gc-comm-home__commitments {
    padding-top: 96px;
    padding-bottom: 88px;
  }

  .gc-comm-home__commitment-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .gc-comm-home__commitment-list li:nth-child(3) {
    padding-left: 0;
    border-left: 0;
  }

  .gc-comm-home__edition-cover {
    min-height: 440px;
  }
}

@media (max-width: 767px) {
  .gc-comm-home h2 {
    font-size: 38px;
    line-height: 43px;
  }

  .gc-comm-home__hero {
    min-height: 650px;
  }

  .gc-comm-home__hero-container {
    align-items: end;
    padding-top: 100px;
    padding-bottom: 52px;
  }

  .gc-comm-home__hero .gc-comm-home__eyebrow {
    margin-bottom: 18px;
  }

  .gc-comm-home__hero-date {
    font-size: 78px;
    line-height: 70px;
    letter-spacing: 3px;
  }

  .gc-comm-home__hero-identity {
    max-width: 430px;
    margin-top: 12px;
    font-size: 32px;
    line-height: 36px;
  }

  .gc-comm-home__hero-promise {
    margin-top: 20px;
    font-size: 20px;
    line-height: 27px;
  }

  .gc-comm-home__hero-lead {
    max-width: 470px;
    font-size: 16px;
    line-height: 25px;
  }

  .gc-comm-home__actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }

  .gc-comm-home__why,
  .gc-comm-home__featured,
  .gc-comm-home__archives {
    padding-top: 72px;
    padding-bottom: 68px;
  }

  .gc-comm-home__why-grid,
  .gc-comm-home__meaning-grid {
    gap: 44px;
  }

  .gc-comm-home__why-media {
    min-height: 420px;
  }

  .gc-comm-home__why-media > span {
    font-size: 64px;
    line-height: 60px;
  }

  .gc-comm-home__why-text p {
    font-size: 16px;
    line-height: 26px;
  }

  .gc-comm-home__meaning {
    padding-top: 94px;
  }

  .gc-comm-home__meaning-word {
    top: 24px;
    left: 20px;
    font-size: 76px;
    line-height: 72px;
    letter-spacing: 5px;
  }

  .gc-comm-home__meaning-lead {
    font-size: 21px;
    line-height: 30px;
  }

  .gc-comm-home__meaning-media {
    min-height: 430px;
  }

  .gc-comm-home__commitments {
    padding-top: 72px;
    padding-bottom: 68px;
  }

  .gc-comm-home__section-heading,
  .gc-comm-home__section-heading--split {
    display: block;
    margin-bottom: 40px;
  }

  .gc-comm-home__archive-filter {
    margin-top: 20px;
  }

  .gc-comm-home__commitment-list {
    grid-template-columns: 1fr;
  }

  .gc-comm-home__commitment-list li,
  .gc-comm-home__commitment-list li + li,
  .gc-comm-home__commitment-list li:nth-child(3) {
    min-height: 0;
    padding: 24px 0 28px;
    border-left: 0;
  }

  .gc-comm-home__commitment-list > li > span {
    margin-bottom: 24px;
  }

  .gc-comm-home__edition-grid {
    gap: 30px;
  }

  .gc-comm-home__edition-cover {
    min-height: 350px;
  }

  .gc-comm-home__edition-copy {
    padding-bottom: 0;
  }

  .gc-comm-home__edition-gallery {
    grid-template-columns: repeat(2, 1fr);
  }

  .gc-comm-home__edition-gallery a {
    height: 136px;
  }

  .gc-comm-home__archive-grid {
    grid-template-columns: 1fr;
  }

  .gc-comm-home__archive-media {
    height: 250px;
  }

  .gc-comm-home__conclusion {
    min-height: 570px;
    padding: 82px 0;
  }

  .gc-comm-home__conclusion-media img {
    object-position: 74% 50%;
  }

  .gc-comm-home__conclusion-shade {
    background: linear-gradient(90deg, rgba(9, 9, 9, 0.96) 0%, rgba(9, 9, 9, 0.82) 64%, rgba(9, 9, 9, 0.46) 100%);
  }
}

@media (max-width: 430px) {
  .gc-comm-home__hero-date {
    font-size: 68px;
    line-height: 62px;
  }

  .gc-comm-home__hero-identity {
    font-size: 29px;
    line-height: 33px;
  }

  .gc-comm-home__hero-promise {
    font-size: 18px;
    line-height: 25px;
  }

  .gc-comm-home__why-media,
  .gc-comm-home__meaning-media {
    min-height: 360px;
  }

  .gc-comm-home__meaning-word {
    font-size: 64px;
    line-height: 60px;
  }
}

@media (max-width: 375px) {
  .gc-comm-home__hero-date {
    font-size: 62px;
    line-height: 58px;
  }

  .gc-comm-home__hero-identity {
    font-size: 26px;
    line-height: 30px;
  }

  .gc-comm-home__meaning-word {
    font-size: 56px;
    line-height: 54px;
  }
}

@media (max-width: 340px) {
  .gc-comm-home__hero-date {
    font-size: 54px;
    line-height: 52px;
  }

  .gc-comm-home__hero-identity {
    font-size: 23px;
    line-height: 27px;
  }

  .gc-comm-home__meaning-word {
    font-size: 48px;
    line-height: 47px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .gc-comm-home *,
  .gc-comm-home *::before,
  .gc-comm-home *::after {
    scroll-behavior: auto !important;
    transition-duration: 0ms !important;
    animation-duration: 0ms !important;
    animation-iteration-count: 1 !important;
  }

  .gc-comm-home.is-enhanced [data-comm-reveal],
  .gc-comm-home.is-enhanced [data-comm-reveal].is-visible {
    transform: none;
  }
}

@media print {
  .gc-comm-home__hero,
  .gc-comm-home__meaning,
  .gc-comm-home__featured,
  .gc-comm-home__conclusion {
    min-height: 0;
    color: var(--color-text);
    background: var(--color-base);
  }

  .gc-comm-home__hero *,
  .gc-comm-home__meaning *,
  .gc-comm-home__featured *,
  .gc-comm-home__conclusion * {
    color: var(--color-text);
  }

  .gc-comm-home__hero .gc-comm-flame,
  .gc-comm-home__hero-shade,
  .gc-comm-home__meaning-word,
  .gc-comm-home__conclusion-media,
  .gc-comm-home__conclusion-shade,
  .gc-comm-home__archive-more {
    display: none;
  }
}
