/*
 * Dirección editorial: azul noche como base institucional, amarillo como acento
 * de navegación y terracota/verde agua como colores sorpresa. Los contornos,
 * coordenadas y sellos convierten el Blog en un cuaderno de viaje de la marca.
 */

.page-blog,
.page-article {
  background:
    radial-gradient(circle at 6% 15%, rgba(255, 180, 0, 0.09), transparent 24rem),
    radial-gradient(circle at 92% 48%, rgba(185, 67, 43, 0.06), transparent 30rem),
    #f7f4ec;
}

.page-blog main,
.page-article main {
  overflow: clip;
}

.blog-hero,
.article-hero {
  position: relative;
  isolation: isolate;
  padding-top: clamp(72px, 9vw, 128px);
  background:
    linear-gradient(128deg, rgba(255, 253, 248, 0.98), rgba(247, 244, 236, 0.9)),
    var(--paper);
  border-radius: 0 0 52px 4px;
}

.blog-hero::before,
.article-hero::before {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: min(42vw, 560px);
  height: 7px;
  background: linear-gradient(90deg, transparent, var(--yellow) 32%, var(--terracotta));
  content: "";
}

.blog-hero__contours,
.article-hero__contours {
  position: absolute;
  z-index: -1;
  inset: 0;
  overflow: hidden;
  opacity: 0.34;
  pointer-events: none;
}

.blog-hero__contours::before,
.article-hero__contours::before {
  position: absolute;
  top: -38%;
  right: -22%;
  width: min(90vw, 900px);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    repeating-radial-gradient(
      ellipse at 50% 50%,
      transparent 0 24px,
      rgba(4, 12, 52, 0.15) 25px 26px,
      transparent 27px 44px
    );
  content: "";
  transform: rotate(-12deg) scaleY(0.7);
}

.blog-hero__contours::after,
.article-hero__contours::after {
  position: absolute;
  bottom: -240px;
  left: -220px;
  width: 520px;
  aspect-ratio: 1;
  border: 1px solid rgba(185, 67, 43, 0.25);
  border-radius: 48% 52% 38% 62%;
  box-shadow:
    0 0 0 32px rgba(185, 67, 43, 0.035),
    0 0 0 64px rgba(185, 67, 43, 0.03),
    0 0 0 96px rgba(185, 67, 43, 0.025);
  content: "";
  transform: rotate(24deg);
}

.blog-hero__layout {
  display: grid;
  gap: 42px;
  align-items: center;
}

.blog-hero__copy {
  max-width: 720px;
}

.blog-hero__copy h1,
.article-hero__copy h1 {
  max-width: 12ch;
  margin-bottom: 24px;
  color: var(--navy);
  font-family: var(--font-display);
  font-size: clamp(3.65rem, 15vw, 6.6rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 0.84;
  text-transform: uppercase;
}

.blog-hero__copy h1 em,
.blog-index__heading h2 em {
  color: var(--terracotta);
  font-style: normal;
}

.blog-hero__copy > p:not(.eyebrow) {
  max-width: 59ch;
  margin-bottom: 30px;
  color: #4b536d;
  font-size: clamp(1rem, 2.2vw, 1.16rem);
}

.blog-hero__copy .button {
  min-width: min(100%, 250px);
}

.blog-hero__edition {
  position: relative;
  width: min(100%, 440px);
  justify-self: center;
  padding: 30px 26px 26px;
  color: var(--white);
  background:
    linear-gradient(142deg, rgba(255, 255, 255, 0.055), transparent 34%),
    var(--navy);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 3px 46px 3px 46px;
  box-shadow: var(--shadow-strong);
}

.blog-hero__edition::before {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 54px;
  height: 54px;
  border: 1px solid rgba(255, 180, 0, 0.6);
  border-radius: 50%;
  box-shadow: inset 0 0 0 6px var(--navy), inset 0 0 0 7px rgba(255, 180, 0, 0.3);
  content: "";
}

.blog-hero__edition-label {
  color: var(--yellow);
  font-size: 0.73rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.blog-hero__edition > strong {
  display: block;
  margin: 12px 0 -8px;
  color: var(--white);
  font-family: var(--font-display);
  font-size: clamp(5.4rem, 24vw, 8rem);
  font-weight: 800;
  letter-spacing: -0.06em;
  line-height: 0.85;
}

.blog-hero__edition > p {
  margin-bottom: 30px;
  color: var(--white);
  font-weight: 600;
}

.blog-hero__edition ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 18px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  list-style: none;
}

.blog-hero__edition li {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 10px;
  align-items: start;
  color: var(--white);
  font-size: 0.84rem;
  line-height: 1.4;
}

.blog-hero__edition li span {
  color: var(--yellow);
  font-family: var(--font-display);
  font-size: 1.2rem;
}

.blog-hero__edition li strong {
  font-weight: 600;
}

.blog-hero__edition-route {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.85);
  font-family: var(--font-display);
  font-size: 0.72rem;
  letter-spacing: 0.14em;
}

.blog-hero__edition-route i {
  height: 1px;
  flex: 1;
  background: linear-gradient(90deg, var(--yellow), transparent);
}

.blog-hero__edition-route b {
  display: grid;
  width: 34px;
  aspect-ratio: 1;
  place-items: center;
  color: var(--navy);
  background: var(--yellow);
  border-radius: 50%;
  letter-spacing: 0;
}

.blog-index {
  position: relative;
}

.blog-index::before {
  position: absolute;
  top: 13%;
  left: -120px;
  width: 310px;
  height: 310px;
  border: 1px solid rgba(4, 12, 52, 0.08);
  border-radius: 50%;
  box-shadow:
    0 0 0 26px rgba(4, 12, 52, 0.018),
    0 0 0 52px rgba(4, 12, 52, 0.014);
  content: "";
  pointer-events: none;
}

.blog-index__heading,
.blog-related__heading {
  display: grid;
  gap: 24px;
  align-items: end;
  margin-bottom: 42px;
}

.blog-index__heading h2,
.blog-related__heading h2 {
  margin-bottom: 0;
  color: var(--navy);
  font-family: var(--font-display);
  font-size: clamp(3rem, 11vw, 5.7rem);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 0.9;
  text-transform: uppercase;
}

.blog-index__heading > p {
  max-width: 49ch;
  margin: 0;
  color: var(--muted);
}

.blog-grid {
  display: grid;
  gap: 24px;
}

.blog-card {
  min-width: 0;
}

.blog-card__link {
  display: flex;
  height: 100%;
  min-height: 100%;
  flex-direction: column;
  overflow: hidden;
  color: var(--navy);
  background: var(--paper);
  border: 1px solid rgba(4, 12, 52, 0.14);
  border-radius: 2px 38px 2px 38px;
  box-shadow: 0 16px 42px rgba(4, 12, 52, 0.08);
  transition:
    border-color 180ms ease,
    box-shadow 240ms ease,
    transform 240ms var(--motion-ease-out);
}

.blog-card:nth-child(3n + 2) .blog-card__link {
  border-radius: 36px 2px 36px 2px;
}

.blog-card__link:focus-visible {
  outline-color: var(--terracotta);
}

.blog-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 26px 24px 28px;
}

.blog-card__meta {
  display: flex;
  gap: 9px;
  align-items: center;
  margin-bottom: 14px;
  color: var(--terracotta);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-transform: uppercase;
}

.blog-card__meta i {
  width: 3px;
  height: 3px;
  flex: 0 0 auto;
  background: currentColor;
  border-radius: 50%;
}

.blog-card h2 {
  margin-bottom: 14px;
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 8vw, 2.5rem);
  font-weight: 700;
  letter-spacing: -0.015em;
  line-height: 0.98;
  text-transform: uppercase;
}

.blog-card p {
  margin-bottom: 24px;
  color: #50586d;
  font-size: 0.93rem;
  line-height: 1.65;
}

.blog-card__action {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  margin-top: auto;
  color: var(--navy);
  font-size: 0.79rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.blog-card__action-icon,
.blog-related__arrow,
.blog-related__heading-arrow,
.article-guide__back-icon {
  width: 20px;
  height: 20px;
  transition: transform 180ms ease;
}

.blog-cover {
  position: relative;
  min-height: 220px;
  overflow: hidden;
  color: var(--white);
  background: var(--navy);
  isolation: isolate;
}

.blog-cover--image {
  aspect-ratio: 16 / 10;
}

.blog-cover--image::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(180deg, transparent 42%, rgba(4, 12, 52, 0.65));
  content: "";
  pointer-events: none;
}

.blog-cover--image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 520ms var(--motion-ease-out);
}

.blog-cover--graphic {
  aspect-ratio: 16 / 10;
  background:
    radial-gradient(circle at 78% 18%, rgba(255, 180, 0, 0.34), transparent 28%),
    linear-gradient(145deg, #071448, #020824 72%);
}

.blog-cover--graphic::before {
  position: absolute;
  z-index: -1;
  right: -14%;
  bottom: -34%;
  width: 68%;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  box-shadow:
    0 0 0 22px rgba(255, 255, 255, 0.035),
    0 0 0 44px rgba(255, 255, 255, 0.028),
    0 0 0 66px rgba(255, 255, 255, 0.02);
  content: "";
}

.blog-cover--graphic::after {
  position: absolute;
  z-index: -1;
  top: -18%;
  left: 18%;
  width: 36%;
  aspect-ratio: 1;
  background: var(--yellow);
  border-radius: 1px 50% 1px 50%;
  content: "";
  opacity: 0.88;
  transform: rotate(18deg);
}

.blog-cover--whales {
  background:
    radial-gradient(circle at 73% 72%, rgba(98, 201, 188, 0.42), transparent 28%),
    linear-gradient(148deg, #082f4a, #04102f 68%);
}

.blog-cover--whales::after {
  background: #62c9bc;
  border-radius: 50% 3px 50% 3px;
}

.blog-cover--bogota {
  background:
    radial-gradient(circle at 80% 16%, rgba(255, 180, 0, 0.34), transparent 24%),
    linear-gradient(148deg, #5b1f1b, #130d2e 75%);
}

.blog-cover--bogota::after {
  background: var(--terracotta);
}

.blog-cover--margarita {
  background:
    radial-gradient(circle at 78% 22%, rgba(255, 180, 0, 0.42), transparent 23%),
    linear-gradient(145deg, #064761, #03102f 72%);
}

.blog-cover--margarita::after {
  background: #62c9bc;
}

.blog-cover--caracas {
  background:
    linear-gradient(32deg, rgba(185, 67, 43, 0.76) 0 17%, transparent 17%),
    radial-gradient(circle at 75% 20%, rgba(255, 180, 0, 0.36), transparent 26%),
    linear-gradient(145deg, #06113f, #020724 72%);
}

.blog-cover--caracas::after {
  background: var(--terracotta);
}

.blog-cover__route {
  position: absolute;
  z-index: 1;
  inset: 4% -4% auto auto;
  width: 94%;
  height: 92%;
  color: rgba(255, 255, 255, 0.68);
  fill: none;
  stroke: currentColor;
  stroke-width: 1.4;
  stroke-dasharray: 7 8;
}

.blog-cover__route circle {
  fill: var(--yellow);
  stroke: var(--navy);
  stroke-width: 3;
  stroke-dasharray: none;
}

.blog-cover__coordinate,
.blog-cover__index {
  position: absolute;
  z-index: 2;
  color: var(--white);
  font-family: var(--font-display);
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.blog-cover__coordinate {
  bottom: 16px;
  left: 18px;
}

.blog-cover__index {
  top: 16px;
  left: 18px;
}

.blog-cover__stamp {
  position: absolute;
  z-index: 2;
  right: 18px;
  bottom: 18px;
  display: grid;
  width: 78px;
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  transform: rotate(-8deg);
}

.blog-cover__stamp::before,
.blog-cover__stamp::after {
  position: absolute;
  inset: 6px;
  border: 1px dashed rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  content: "";
}

.blog-cover__stamp::after {
  inset: 13px;
  border-style: solid;
}

.blog-cover__stamp i {
  width: 22px;
  height: 1px;
  background: var(--yellow);
  transform: translateY(-7px) rotate(-24deg);
}

.blog-cover__stamp i::after {
  position: absolute;
  right: -1px;
  bottom: -3px;
  width: 7px;
  height: 7px;
  border-top: 1px solid var(--yellow);
  border-right: 1px solid var(--yellow);
  content: "";
}

.blog-cover__stamp b {
  position: absolute;
  bottom: 19px;
  font-family: var(--font-display);
  font-size: 0.52rem;
  letter-spacing: 0.11em;
}

.blog-closing {
  padding-top: 0;
}

.blog-closing__card,
.article-cta__card {
  position: relative;
  display: grid;
  gap: 28px;
  align-items: center;
  overflow: hidden;
  padding: 34px 28px;
  color: var(--white);
  background:
    linear-gradient(120deg, transparent 68%, rgba(255, 180, 0, 0.14)),
    var(--navy);
  border-radius: 3px 46px 3px 46px;
}

.blog-closing__card::after,
.article-cta__card::after {
  position: absolute;
  right: -80px;
  bottom: -150px;
  width: 260px;
  aspect-ratio: 1;
  border: 1px dashed rgba(255, 180, 0, 0.34);
  border-radius: 50%;
  box-shadow:
    0 0 0 28px rgba(255, 180, 0, 0.03),
    0 0 0 56px rgba(255, 180, 0, 0.02);
  content: "";
}

.blog-closing h2,
.article-cta h2 {
  max-width: 16ch;
  margin-bottom: 14px;
  color: var(--white);
  font-family: var(--font-display);
  font-size: clamp(2.3rem, 10vw, 4.6rem);
  letter-spacing: -0.02em;
  line-height: 0.92;
  text-transform: uppercase;
}

.blog-closing p:not(.eyebrow),
.article-cta p:not(.eyebrow) {
  max-width: 58ch;
  margin-bottom: 0;
  color: var(--white);
}

.blog-closing .button,
.article-cta .button {
  position: relative;
  z-index: 1;
  width: 100%;
  justify-content: center;
}

/* Página de artículo */
.article-hero {
  padding-bottom: clamp(70px, 9vw, 126px);
}

.article-breadcrumb {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 42px;
  color: #5b6274;
  font-size: 0.77rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.article-breadcrumb a {
  min-height: 44px;
  min-width: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--navy);
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 5px;
  transition: text-decoration-color 180ms ease;
}

.article-breadcrumb span[aria-current="page"] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.article-hero__layout {
  display: grid;
  gap: 38px;
  align-items: center;
}

.article-hero__copy h1 {
  max-width: 14ch;
  font-size: clamp(3.2rem, 13vw, 6.15rem);
  line-height: 0.9;
}

.article-hero__copy > p:not(.eyebrow) {
  max-width: 62ch;
  margin-bottom: 22px;
  color: #4d556b;
  font-size: clamp(1rem, 2.2vw, 1.15rem);
}

.article-topics {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.article-topics li {
  padding: 8px 12px;
  color: var(--navy);
  background: rgba(255, 180, 0, 0.12);
  border: 1px solid rgba(233, 163, 0, 0.36);
  border-radius: 2px 14px 2px 14px;
  font-size: 0.76rem;
  font-weight: 700;
}

.article-hero__visual {
  width: min(100%, 610px);
  justify-self: center;
}

.blog-cover--hero {
  min-height: 290px;
  aspect-ratio: 4 / 3;
  border-radius: 3px 56px 3px 56px;
  box-shadow: var(--shadow-strong);
}

.article-body {
  position: relative;
}

.article-body::after {
  position: absolute;
  z-index: -1;
  top: 34%;
  right: -130px;
  width: 330px;
  aspect-ratio: 1;
  border: 1px solid rgba(185, 67, 43, 0.1);
  border-radius: 45% 55% 62% 38%;
  box-shadow:
    0 0 0 24px rgba(185, 67, 43, 0.02),
    0 0 0 48px rgba(185, 67, 43, 0.015);
  content: "";
  transform: rotate(-12deg);
}

.article-body__layout {
  display: grid;
  gap: 42px;
  align-items: start;
}

.article-guide {
  padding: 26px 24px;
  color: var(--navy);
  background: var(--paper);
  border: 1px solid rgba(4, 12, 52, 0.14);
  border-radius: 2px 32px 2px 32px;
  box-shadow: 0 18px 44px rgba(4, 12, 52, 0.07);
}

.article-guide__number {
  display: block;
  margin-bottom: 10px;
  color: var(--terracotta);
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.article-guide h2 {
  margin-bottom: 18px;
  font-family: var(--font-display);
  font-size: 1.65rem;
  line-height: 1;
  text-transform: uppercase;
}

.article-guide nav {
  display: grid;
}

.article-guide nav a {
  display: flex;
  min-height: 44px;
  align-items: center;
  padding: 9px 0;
  color: #50586d;
  border-top: 1px solid rgba(4, 12, 52, 0.1);
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.4;
  transition: color 180ms ease, padding-left 180ms ease;
}

.article-guide__back {
  display: inline-flex;
  min-height: 44px;
  gap: 10px;
  align-items: center;
  margin-top: 18px;
  color: var(--terracotta);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.article-prose {
  width: 100%;
  min-width: 0;
  max-width: 73ch;
}

.article-prose > p {
  margin-bottom: 24px;
  color: #333b53;
  font-size: 1rem;
  line-height: 1.9;
}

.article-prose > .article-lead {
  color: var(--navy);
  font-size: 1.12rem;
  font-weight: 600;
  line-height: 1.75;
}

.article-prose > h2 {
  margin: 58px 0 22px;
  color: var(--navy);
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 8vw, 3.5rem);
  font-weight: 700;
  letter-spacing: -0.018em;
  line-height: 0.98;
  scroll-margin-top: 130px;
  text-transform: uppercase;
}

.article-prose > h2::before {
  display: block;
  width: 52px;
  height: 4px;
  margin-bottom: 16px;
  background: linear-gradient(90deg, var(--yellow) 0 65%, var(--terracotta) 65%);
  content: "";
}

.article-list {
  display: grid;
  gap: 12px;
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}

.article-list li {
  position: relative;
  padding: 15px 16px 15px 48px;
  color: #333b53;
  background: rgba(255, 253, 248, 0.76);
  border-bottom: 1px solid rgba(4, 12, 52, 0.12);
  line-height: 1.65;
}

.article-list li::before {
  position: absolute;
  top: 20px;
  left: 18px;
  width: 14px;
  height: 8px;
  border-bottom: 2px solid var(--terracotta);
  border-left: 2px solid var(--terracotta);
  content: "";
  transform: rotate(-45deg);
}

.article-prose blockquote {
  position: relative;
  margin: 38px 0;
  padding: 32px 28px 30px;
  overflow: hidden;
  color: var(--white);
  background: var(--navy);
  border-radius: 2px 36px 2px 36px;
}

.article-prose blockquote::after {
  position: absolute;
  right: -28px;
  bottom: -60px;
  color: rgba(255, 180, 0, 0.13);
  content: "“";
  font-family: Georgia, serif;
  font-size: 12rem;
  line-height: 1;
}

.article-prose blockquote p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--white);
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 7vw, 3rem);
  font-weight: 600;
  line-height: 1.1;
}

.article-contact {
  margin: 34px 0;
  padding: 22px;
  color: var(--navy);
  background:
    linear-gradient(135deg, rgba(255, 180, 0, 0.09), transparent 54%),
    var(--paper);
  border: 1px solid rgba(4, 12, 52, 0.14);
  border-radius: 26px 2px 26px 2px;
  font-style: normal;
}

.article-contact ul {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.article-contact li {
  display: grid;
  gap: 2px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(4, 12, 52, 0.1);
}

.article-contact li:last-child {
  border-bottom: 0;
}

.article-contact span {
  color: var(--terracotta);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.article-contact a,
.article-contact strong {
  overflow-wrap: anywhere;
  color: var(--navy);
  font-size: 0.9rem;
  font-weight: 700;
}

.article-contact a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  text-decoration: underline;
  text-decoration-color: rgba(185, 67, 43, 0.45);
  text-underline-offset: 4px;
}

.article-cta {
  padding-top: 0;
}

.blog-related {
  padding-top: 0;
}

.blog-related__heading h2 {
  font-size: clamp(2.9rem, 10vw, 5rem);
}

.blog-related__heading > a {
  display: inline-flex;
  min-height: 44px;
  gap: 10px;
  align-items: center;
  justify-self: start;
  color: var(--terracotta);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.blog-related__grid {
  display: grid;
  gap: 22px;
}

.blog-related__card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  color: var(--navy);
  background: var(--paper);
  border: 1px solid rgba(4, 12, 52, 0.14);
  border-radius: 2px 30px 2px 30px;
  box-shadow: 0 14px 34px rgba(4, 12, 52, 0.07);
  transition:
    border-color 180ms ease,
    transform 220ms var(--motion-ease-out);
}

.blog-related__card .blog-cover {
  min-height: 190px;
  aspect-ratio: 16 / 9;
}

.blog-related__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 22px;
}

.blog-related__body > span {
  margin-bottom: 10px;
  color: var(--terracotta);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.blog-related__body h3 {
  margin-bottom: 22px;
  font-family: var(--font-display);
  font-size: 1.65rem;
  line-height: 1;
  text-transform: uppercase;
}

.blog-related__body i {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  margin-top: auto;
  font-size: 0.73rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

@media (hover: hover) and (pointer: fine) {
  .blog-card__link:hover,
  .blog-related__card:hover {
    border-color: rgba(185, 67, 43, 0.42);
    box-shadow: 0 24px 54px rgba(4, 12, 52, 0.13);
    transform: translateY(-5px);
  }

  .blog-card__link:hover .blog-cover--image img,
  .blog-related__card:hover .blog-cover--image img {
    transform: scale(1.035);
  }

  .blog-card__link:hover .blog-card__action-icon,
  .blog-related__card:hover .blog-related__arrow,
  .blog-related__heading > a:hover .blog-related__heading-arrow,
  .article-guide__back:hover .article-guide__back-icon {
    transform: translateX(5px);
  }

  .article-breadcrumb a:hover {
    text-decoration-color: currentColor;
  }

  .article-guide nav a:hover {
    padding-left: 6px;
    color: var(--terracotta);
  }
}

@media (min-width: 600px) {
  .blog-hero,
  .article-hero {
    border-radius: 0 0 76px 4px;
  }

  .blog-hero__edition {
    padding: 38px 34px 32px;
  }

  .blog-grid,
  .blog-related__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .blog-card--feature {
    grid-column: 1 / -1;
  }

  .blog-card--feature .blog-card__link {
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(270px, 0.82fr);
  }

  .blog-card--feature .blog-cover {
    height: 100%;
    min-height: 390px;
    aspect-ratio: auto;
  }

  .blog-card--feature .blog-card__body {
    padding: 38px 32px;
  }

  .blog-card--feature h2 {
    font-size: clamp(2.4rem, 6vw, 3.5rem);
  }

  .blog-closing__card,
  .article-cta__card {
    padding: 46px 42px;
  }

  .blog-closing .button,
  .article-cta .button {
    width: max-content;
    min-width: 230px;
  }

  .article-contact ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 24px;
  }

  .article-contact li:nth-last-child(2):nth-child(odd),
  .article-contact li:last-child {
    border-bottom: 0;
  }
}

@media (min-width: 760px) {
  .blog-index__heading,
  .blog-related__heading {
    grid-template-columns: minmax(0, 1.25fr) minmax(250px, 0.75fr);
  }

  .blog-related__heading > a {
    justify-self: end;
  }

  .blog-closing__card,
  .article-cta__card {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .article-body__layout {
    grid-template-columns: minmax(190px, 0.34fr) minmax(0, 1fr);
  }

  .article-guide {
    position: sticky;
    top: calc(var(--header-height) + 28px);
  }
}

@media (min-width: 981px) {
  .blog-hero__layout,
  .article-hero__layout {
    grid-template-columns: minmax(0, 1.18fr) minmax(390px, 0.82fr);
    gap: clamp(54px, 7vw, 110px);
  }

  .blog-hero__edition,
  .article-hero__visual {
    justify-self: end;
  }

  .blog-grid {
    grid-auto-flow: dense;
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .blog-card {
    grid-column: span 4;
  }

  .blog-card--feature {
    grid-column: span 8;
  }

  .blog-card:nth-child(2) {
    grid-column: span 4;
  }

  .blog-card:nth-child(6),
  .blog-card:nth-child(7) {
    grid-column: span 6;
  }

  .blog-card:nth-child(8) {
    grid-column: span 12;
  }

  .blog-card:nth-child(8) .blog-card__link {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  }

  .blog-card:nth-child(8) .blog-cover {
    height: 100%;
    min-height: 330px;
    aspect-ratio: auto;
  }

  .blog-card:nth-child(8) .blog-card__body {
    justify-content: center;
    padding: 44px;
  }

  .blog-card:nth-child(8) h2 {
    font-size: 3.1rem;
  }

  .blog-card--tall .blog-cover {
    aspect-ratio: 4 / 3;
  }

  .article-hero__copy h1 {
    font-size: clamp(4.5rem, 6.2vw, 6.8rem);
  }

  .blog-cover--hero {
    min-height: 470px;
  }

  .article-body__layout {
    grid-template-columns: minmax(220px, 0.31fr) minmax(0, 0.69fr);
    gap: clamp(60px, 8vw, 116px);
  }

  .article-prose > p {
    font-size: 1.08rem;
  }

  .article-prose > .article-lead {
    font-size: 1.22rem;
  }

  .blog-related__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 599px) {
  .blog-hero__copy h1 br {
    display: none;
  }

  .blog-hero__copy .button {
    width: 100%;
    justify-content: center;
  }

  .blog-hero__edition {
    justify-self: stretch;
  }

  .blog-index__heading h2 br {
    display: none;
  }

  .blog-cover {
    min-height: 210px;
  }

  .article-breadcrumb {
    margin-bottom: 30px;
  }

  .article-breadcrumb span[aria-current="page"] {
    max-width: 68px;
  }

  .article-guide nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 14px;
  }

  .article-guide nav a {
    align-items: flex-start;
    hyphens: auto;
  }

  .article-prose > h2 {
    hyphens: auto;
    overflow-wrap: anywhere;
  }
}

@media (prefers-reduced-motion: reduce) {
  .blog-card__link,
  .blog-related__card,
  .blog-cover--image img,
  .blog-card__action-icon,
  .blog-related__arrow,
  .blog-related__heading-arrow,
  .article-guide__back-icon,
  .article-breadcrumb a,
  .article-guide nav a {
    transition: none !important;
  }
}

@media (forced-colors: active) {
  .blog-cover,
  .blog-hero__edition,
  .blog-closing__card,
  .article-cta__card,
  .article-prose blockquote {
    border: 2px solid CanvasText;
  }

  .blog-cover__coordinate,
  .blog-cover__index,
  .blog-cover__stamp,
  .blog-hero__contours,
  .article-hero__contours {
    display: none;
  }
}
