/*
 * EXTREMOS — SISTEMA EDITORIAL DE NOTÍCIAS
 * Template-base para reportagens longas. 2026.
 * Componentes: site-header, news-hero, news-article, trail-rank,
 * cost-panel, feature-statement, media-wide, read-progress e share-button.
 */

:root {
  --news-ink: #071b34;
  --news-ink-soft: #24384e;
  --news-paper: #f7f5ef;
  --news-white: #fff;
  --news-line: #dce2e6;
  --news-muted: #687787;
  --news-red: #9d1838;
  --news-red-dark: #711027;
  --news-blue: #24779a;
  --news-gold: #b98216;
  --news-violet: #76558f;
  --news-mustard: #e0ad2f;
  --news-sand: #e8dfcf;
  --news-green: #3f695a;
  --news-max: 1360px;
  --news-reading: 780px;
  --news-shadow: 0 24px 70px rgba(7, 27, 52, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
body.news-page {
  margin: 0;
  overflow-x: hidden;
  color: var(--news-ink);
  background: var(--news-paper);
  font-family: "Open Sans", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }

[data-extremos-ad-slot][hidden] { display: none !important; }

.news-billboard {
  width: min(970px, calc(100% - 60px));
  margin: 30px auto;
}
.news-billboard[hidden] { display: none; }
.news-billboard__creative,
.news-billboard__creative picture,
.news-billboard__creative img {
  width: 100%;
  display: block;
}
.news-billboard__creative {
  overflow: hidden;
  color: inherit;
  background: #fff;
  text-decoration: none;
}
.news-billboard__creative img {
  height: auto;
  border: 0;
}

.read-progress {
  position: fixed;
  z-index: 9999;
  inset: 0 auto auto 0;
  width: 0;
  height: 4px;
  background: var(--news-red);
  box-shadow: 0 0 16px rgba(157, 24, 56, .35);
}

.skip-link {
  position: fixed;
  z-index: 10000;
  left: 16px;
  top: -100px;
  padding: 12px 18px;
  color: var(--news-white);
  background: var(--news-red);
  border-radius: 0 0 8px 8px;
}
.skip-link:focus { top: 0; color: #fff; }

/* O cabeçalho global do Extremos vem de /2024/style.css. */

/* Hero */
.news-hero {
  position: relative;
  min-height: min(900px, 94vh);
  display: flex;
  align-items: flex-end;
  isolation: isolate;
  color: #fff;
  background: var(--news-ink);
}
.news-hero__media,
.news-hero__veil { position: absolute; inset: 0; }
.news-hero__media { z-index: -2; }
.news-hero__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
}
.news-hero__veil {
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(4,14,28,.52) 0%, rgba(4,14,28,.04) 28%, rgba(4,14,28,.08) 49%, rgba(4,14,28,.9) 100%),
    linear-gradient(90deg, rgba(4,14,28,.42), transparent 58%);
}
.news-hero__content {
  width: 100%;
  max-width: var(--news-max);
  margin: 0 auto;
  padding: 180px 28px 72px;
}
.news-kicker {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  margin: 0 0 24px;
  color: inherit;
  font-family: "Raleway", Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .24em;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
}
.news-hero a.news-kicker {
  color: var(--news-mustard);
  transition: opacity .2s ease;
}
.news-hero a.news-kicker:hover,
.news-hero a.news-kicker:focus {
  color: inherit;
  opacity: .76;
  text-decoration: none;
}
.news-kicker::before {
  content: "";
  width: 34px;
  height: 3px;
  background: currentColor;
}
.news-hero h1 {
  max-width: 1050px;
  margin: 0;
  color: #fff;
  font-family: "Raleway", Arial, sans-serif;
  font-size: clamp(48px, 6.3vw, 96px);
  font-weight: 900;
  letter-spacing: -.045em;
  line-height: .94;
  text-wrap: balance;
}
.news-hero__deck {
  max-width: 840px;
  margin: 28px 0 0;
  color: rgba(255,255,255,.91);
  font-size: clamp(17px, 1.55vw, 22px);
  line-height: 1.45;
}
.news-hero__credit {
  position: absolute;
  right: 20px;
  bottom: 18px;
  margin: 0;
  font-size: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  opacity: .75;
}

/* Article */
.news-article {
  padding-bottom: clamp(76px, 8vw, 118px);
  background: var(--news-paper);
}
.news-byline {
  max-width: var(--news-max);
  margin: 0 auto;
  padding: 34px 28px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 28px;
  border-bottom: 1px solid var(--news-line);
}
.news-byline__author {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 16px;
}
.news-byline__avatar {
  width: 52px;
  height: 52px;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid #fff;
  box-shadow: 0 3px 12px rgba(7,27,52,.13);
}
.news-byline p { margin: 0; font-size: 13px; line-height: 1.45; }
.news-byline strong { color: var(--news-ink); }
.news-byline time { color: var(--news-muted); }
.news-byline__read {
  justify-self: center;
  color: var(--news-muted);
  white-space: nowrap;
}
.news-byline__share { justify-self: end; }
.news-byline__share .share-button { min-width: 138px; }

.news-intro {
  max-width: 1040px;
  margin: 0 auto;
  padding: clamp(64px, 8vw, 115px) 28px 74px;
}
.news-intro__lead {
  max-width: 940px;
  margin: 0;
  color: var(--news-ink);
  font-family: "Raleway", Arial, sans-serif;
  font-size: clamp(30px, 4.1vw, 56px);
  font-weight: 800;
  letter-spacing: -.035em;
  line-height: 1.12;
}
.news-intro__lead strong { color: var(--news-red); }

.news-stats {
  max-width: var(--news-max);
  margin: 0 auto clamp(86px, 10vw, 140px);
  padding: 0 28px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.news-stat {
  min-height: 190px;
  padding: 34px 38px;
  border-top: 1px solid var(--news-ink);
  border-right: 1px solid var(--news-line);
}
.news-stat:last-child { border-right: 0; }
.news-stat__value {
  display: block;
  color: var(--news-ink);
  font-family: "Raleway", Arial, sans-serif;
  font-size: clamp(42px, 5vw, 72px);
  font-weight: 900;
  letter-spacing: -.06em;
  line-height: 1;
}
.news-stat__label {
  max-width: 220px;
  display: block;
  margin-top: 15px;
  color: var(--news-muted);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1.45;
  text-transform: uppercase;
}

.news-copy {
  max-width: var(--news-reading);
  margin: 0 auto;
  padding: 0 28px;
}
.news-copy p,
.news-copy li {
  color: var(--news-ink-soft);
  font-size: clamp(18px, 1.55vw, 21px);
  line-height: 1.76;
}
.news-copy p { margin: 0 0 32px; }
.news-copy strong { color: var(--news-ink); }
.news-copy a { color: var(--news-red); text-underline-offset: 4px; }
.news-red,
.news-blue,
.news-green,
.news-gold,
.news-violet {
  font-family: "Raleway", Arial, sans-serif;
  font-weight: 800;
  letter-spacing: -.01em;
}
.news-red { color: var(--news-red); }
.news-blue { color: var(--news-blue); }
.news-green { color: var(--news-green); }
.news-gold { color: var(--news-gold); }
.news-violet { color: var(--news-violet); }
.news-section { padding-top: 78px; }
.news-section__head {
  position: relative;
  margin: 0 0 40px;
  padding: 28px 0 0;
  border-top: 1px solid var(--news-line);
}
.news-section__eyebrow {
  display: block;
  margin-bottom: 13px;
  color: var(--news-red);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .22em;
  text-transform: uppercase;
}
.news-section h2 {
  margin: 0;
  color: var(--news-ink);
  font-family: "Raleway", Arial, sans-serif;
  font-size: clamp(34px, 4.2vw, 56px);
  font-weight: 900;
  letter-spacing: -.04em;
  line-height: 1.02;
}

.media-wide {
  width: min(1280px, calc(100% - 48px));
  margin: clamp(70px, 9vw, 120px) auto;
}
.media-wide img {
  width: 100%;
  height: auto;
  display: block;
  box-shadow: var(--news-shadow);
}
.media-wide figcaption {
  max-width: 900px;
  margin: 15px 0 0;
  color: #536879;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.55;
}
.media-full { width: 100%; margin: clamp(80px, 10vw, 145px) 0; }
.media-full img { width: 100%; display: block; max-height: 880px; object-fit: cover; }
.media-full figcaption {
  max-width: var(--news-max);
  margin: 13px auto 0;
  padding: 0 28px;
  color: #536879;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.55;
}

/* Gráficos editoriais — HTML5 e CSS, sem imagens ou canvas. */
.cost-chart {
  max-width: 1080px;
  margin: 76px auto 115px;
  padding: 0 28px;
}
.chart-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 28px;
  margin-bottom: 40px;
}
.chart-kicker {
  display: block;
  margin-bottom: 12px;
  color: var(--news-red);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.chart-heading h2 {
  max-width: 740px;
  margin: 0;
  color: var(--news-ink);
  font-family: "Raleway", Arial, sans-serif;
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 900;
  letter-spacing: -.045em;
  line-height: 1.02;
}
.chart-heading p {
  max-width: 245px;
  margin: 0;
  color: var(--news-muted);
  font-size: 12px;
  line-height: 1.55;
}
.cost-bars {
  padding: 42px;
  background: rgb(255 255 255 / 90%);
  border: 1px solid var(--news-line);
  box-shadow: 0 18px 55px rgba(7,27,52,.08);
}
.cost-bar {
  display: grid;
  grid-template-columns: 205px minmax(0, 1fr) 112px;
  align-items: center;
  gap: 22px;
  padding: 21px 0;
  border-bottom: 1px solid var(--news-line);
}
.cost-bar:last-child { border-bottom: 0; }
.cost-bar__label strong {
  display: block;
  color: var(--news-ink);
  font-family: "Raleway", Arial, sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
}
.cost-bar__label {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}
.cost-bar__label img {
  width: 58px;
  height: 56px;
  flex: 0 0 auto;
  object-fit: contain;
  mix-blend-mode: multiply;
}
.cost-bar__name {
  min-width: 0;
}
.cost-bar__label .cost-bar__name > span {
  display: block;
  margin-top: 6px;
  color: var(--news-muted);
  font-size: 11px;
}
.cost-bar__track {
  height: 22px;
  overflow: hidden;
  background: #e8ecee;
  border-radius: 2px;
}
.cost-bar__fill {
  height: 100%;
  display: block;
  background: var(--news-green);
  transform-origin: left center;
  animation: chart-grow .9s ease-out both;
}
.cost-bar--pct .cost-bar__fill { background: #217ca3; }
.cost-bar--cdt .cost-bar__fill { background: var(--news-red); }
.cost-bar__value {
  color: var(--news-ink);
  font-family: "Raleway", Arial, sans-serif;
  font-size: 23px;
  font-weight: 900;
  text-align: right;
  white-space: nowrap;
}
.chart-note {
  margin: 17px 0 0;
  color: var(--news-muted);
  font-size: 11px;
  line-height: 1.55;
}

.experience-chart {
  max-width: 940px;
  margin: 84px auto 115px;
  padding: 0 28px;
}
.experience-chart__panel {
  position: relative;
  padding: clamp(34px, 5vw, 58px);
  color: #fff;
  background: var(--news-ink);
  overflow: hidden;
}
.experience-chart__panel::after {
  content: "AT";
  position: absolute;
  right: -12px;
  bottom: -50px;
  color: rgba(255,255,255,.045);
  font-family: "Raleway", Arial, sans-serif;
  font-size: 230px;
  font-weight: 900;
  letter-spacing: -.1em;
  line-height: 1;
}
.experience-chart h3 {
  position: relative;
  z-index: 1;
  max-width: 670px;
  margin: 0 0 43px;
  color: #fff;
  font-family: "Raleway", Arial, sans-serif;
  font-size: clamp(29px, 3.5vw, 43px);
  font-weight: 900;
  letter-spacing: -.035em;
  line-height: 1.08;
}
.experience-bars {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}
.experience-bar { padding-top: 18px; border-top: 1px solid rgba(255,255,255,.25); }
.experience-bar__value {
  display: block;
  color: #fff;
  font-family: "Raleway", Arial, sans-serif;
  font-size: clamp(42px, 5vw, 66px);
  font-weight: 900;
  letter-spacing: -.055em;
  line-height: 1;
}
.experience-bar__label {
  display: block;
  max-width: 300px;
  margin-top: 12px;
  color: rgba(255,255,255,.7);
  font-size: 12px;
  line-height: 1.5;
}
.experience-chart__delta {
  position: relative;
  z-index: 1;
  margin: 34px 0 0;
  padding-top: 24px;
  color: rgba(255,255,255,.78);
  border-top: 1px solid rgba(255,255,255,.14);
  font-size: 14px;
  line-height: 1.6;
}
.experience-chart .chart-kicker,
.experience-chart__delta strong { color: #e3b83e; }

@keyframes chart-grow {
  from { transform: scaleX(0); }
  to { transform: scaleX(1); }
}

.feature-statement {
  max-width: 1180px;
  margin: clamp(90px, 11vw, 160px) auto;
  padding: 0 28px;
}
.feature-statement p {
  margin: 0;
  padding: 28px 3% 30px 8%;
  color: var(--news-red-dark);
  background: transparent;
  font-family: "Raleway", Arial, sans-serif;
  font-size: clamp(38px, 5.2vw, 74px);
  font-weight: 900;
  font-style: normal;
  letter-spacing: -.05em;
  line-height: 1.04;
  border-left: 8px solid var(--news-blue);
}

.cost-panel {
  max-width: 1120px;
  margin: 92px auto 20px;
  padding: 60px;
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: clamp(40px, 8vw, 100px);
  color: #fff;
  background: var(--news-ink);
  box-shadow: var(--news-shadow);
}
.cost-panel__aside p { margin: 0; color: rgba(255,255,255,.68); font-size: 13px; line-height: 1.6; }
.cost-panel__number {
  display: block;
  margin: 10px 0 14px;
  color: #fff;
  font-family: "Raleway", Arial, sans-serif;
  font-size: clamp(48px, 6vw, 78px);
  font-weight: 900;
  letter-spacing: -.06em;
  line-height: 1;
}
.cost-panel h3 { margin: 0 0 24px; color: #fff; font-size: 22px; }
.cost-list { margin: 0; padding: 0; list-style: none; }
.cost-list li {
  display: flex;
  gap: 15px;
  padding: 12px 0;
  color: rgba(255,255,255,.86);
  border-bottom: 1px solid rgba(255,255,255,.13);
  font-size: 15px;
}
.cost-list li::before { content: "+"; color: #d894a5; font-weight: 900; }

/* Loja lateral: fixa durante a leitura no desktop e horizontal no mobile. */
.news-store-rail {
  position: sticky;
  top: 45vh;
  z-index: 4;
  width: 218px;
  height: 338px;
  margin: 0 0 -338px 18px;
}
.news-store-rail--right {
  margin-right: 18px;
  margin-left: auto;
}
.news-store-rail__inner {
  width: 100%;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  backdrop-filter: none;
}
.news-store-rail__fallback {
  display: block;
  padding: 14px;
  color: var(--news-ink);
  background: transparent;
  box-shadow: none;
  font-size: 11px;
  font-weight: 800;
  text-decoration: none;
}
.news-store-rail__title {
  margin: 0 0 11px;
  padding: 0 0 10px;
  color: var(--news-ink);
  border-bottom: 1px solid rgba(7,27,52,.55);
  font-family: "Raleway", Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .02em;
}
.news-store-rail__list {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.news-store-rail__item {
  min-width: 0;
  padding: 5px;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  color: var(--news-ink);
  background: transparent;
  box-shadow: none;
  text-decoration: none;
  border-radius: 7px;
  transition: background .2s ease;
}
.news-store-rail__item img {
  width: 48px;
  height: 70px;
  display: block;
  object-fit: cover;
  border-radius: 3px;
  box-shadow: none;
}
.news-store-rail__item span {
  min-width: 0;
  display: flex;
  flex-direction: column;
}
.news-store-rail__item strong {
  overflow: hidden;
  color: var(--news-ink);
  font-family: "Raleway", Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-store-rail__item small {
  margin-top: 4px;
  color: #7a3b43;
  font-size: 10px;
  line-height: 1.2;
}
.news-store-rail__item em {
  margin-top: 5px;
  color: #315897;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25;
}
.news-store-rail__item:hover,
.news-store-rail__item:focus {
  color: var(--news-ink);
  background: #fff;
  text-decoration: none;
  transform: none;
}

/* Publicidade editorial de viagens, carregada de /noticia/0/travel.html. */
.news-trip-ad {
  width: min(1120px, calc(100% - 48px));
  margin: clamp(86px, 10vw, 138px) auto;
}
.news-trip-ad[hidden] { display: none; }
.news-trip-card {
  position: relative;
  overflow: hidden;
  min-height: 390px;
  display: grid;
  grid-template-columns: minmax(330px, .94fr) minmax(390px, 1.06fr);
  color: var(--news-ink);
  background:
    linear-gradient(125deg, rgba(255,255,255,.72), rgba(232,223,207,.34)),
    rgba(7,27,52,.025);
  border: 1px solid rgba(7,27,52,.13);
  border-radius: 2px;
}
.news-trip-card::after {
  content: "";
  position: absolute;
  right: -65px;
  bottom: -115px;
  width: 270px;
  height: 270px;
  border: 1px solid rgba(185,130,22,.2);
  border-radius: 50%;
  pointer-events: none;
}
.news-trip-card__media {
  position: relative;
  min-height: 390px;
  overflow: hidden;
}
.news-trip-card__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .7s cubic-bezier(.2,.7,.2,1);
}
.news-trip-card:hover .news-trip-card__media img { transform: scale(1.025); }
.news-trip-card__body {
  position: relative;
  z-index: 1;
  padding: clamp(42px, 5vw, 70px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.news-trip-card__label {
  margin: 0 0 19px;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--news-gold);
  font-family: "Raleway", Arial, sans-serif;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .2em;
  line-height: 1;
  text-transform: uppercase;
}
.news-trip-card__label::before {
  content: "";
  width: 27px;
  height: 2px;
  background: currentColor;
}
.news-trip-card h3 {
  max-width: 520px;
  margin: 0;
  color: var(--news-ink);
  font-family: "Raleway", Arial, sans-serif;
  font-size: clamp(31px, 4vw, 51px);
  font-weight: 900;
  letter-spacing: -.045em;
  line-height: 1.02;
}
.news-trip-card__summary {
  max-width: 520px;
  margin: 22px 0 0;
  color: var(--news-ink-soft);
  font-size: 16px;
  line-height: 1.65;
}
.news-trip-card__meta {
  margin-top: 27px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.news-trip-card__meta span {
  padding: 8px 11px;
  color: var(--news-ink-soft);
  background: rgba(255,255,255,.58);
  border: 1px solid rgba(7,27,52,.09);
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
}
.news-trip-card__meta .news-trip-card__price {
  color: #fff;
  background: var(--news-gold);
  border-color: var(--news-gold);
}
.news-trip-card__link {
  min-height: 46px;
  margin-top: 31px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  gap: 13px;
  color: #fff;
  background: var(--news-ink);
  border: 1px solid var(--news-ink);
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
  transition: color .2s ease, background .2s ease;
}
.news-trip-card__link:hover,
.news-trip-card__link:focus {
  color: var(--news-ink);
  background: rgba(255,255,255,.7);
  text-decoration: none;
}

/* Livro único no encerramento, carregado de /noticia/0/book.html. */
.news-book-ad {
  width: min(1080px, calc(100% - 48px));
  margin: clamp(80px, 10vw, 136px) auto 0;
}
.news-book-ad[hidden] { display: none; }
.news-book-card {
  position: relative;
  overflow: hidden;
  padding: clamp(42px, 5.5vw, 72px);
  display: grid;
  grid-template-columns: minmax(250px, 330px) minmax(0, 1fr);
  gap: clamp(42px, 6vw, 78px);
  align-items: center;
  color: var(--news-ink);
  background-color: rgba(255,255,255,.35);
  background-image:
    linear-gradient(rgba(7,27,52,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7,27,52,.025) 1px, transparent 1px);
  background-size: 8px 8px;
  border: 1px solid rgba(7,27,52,.1);
}
.news-book-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 26% 43%, rgba(224,173,47,.12), transparent 34%);
  pointer-events: none;
}
.news-book-card__cover {
  position: relative;
  z-index: 1;
  display: block;
  text-decoration: none;
}
.news-book-card__cover img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 2px;
  box-shadow: 0 18px 42px rgba(7,27,52,.17);
  transition: transform .45s ease, box-shadow .45s ease;
}
.news-book-card__cover:hover img,
.news-book-card__cover:focus img {
  transform: translateY(-5px);
  box-shadow: 0 25px 52px rgba(7,27,52,.22);
}
.news-book-card__body {
  position: relative;
  z-index: 1;
}
.news-book-card__label {
  margin: 0 0 18px;
  color: var(--news-gold);
  font-family: "Raleway", Arial, sans-serif;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .2em;
  line-height: 1.2;
  text-transform: uppercase;
}
.news-book-card h3 {
  margin: 0;
  color: var(--news-ink);
  font-family: "Raleway", Arial, sans-serif;
  font-size: clamp(42px, 5.3vw, 68px);
  font-weight: 900;
  letter-spacing: -.055em;
  line-height: .98;
}
.news-book-card__impact {
  max-width: 590px;
  margin: 25px 0 0;
  color: var(--news-ink);
  font-family: "Raleway", Arial, sans-serif;
  font-size: clamp(21px, 2.3vw, 30px);
  font-weight: 700;
  letter-spacing: -.025em;
  line-height: 1.3;
}
.news-book-card__summary {
  max-width: 590px;
  margin: 20px 0 0;
  color: var(--news-ink-soft);
  font-size: 15px;
  line-height: 1.7;
}
.news-book-card__buy {
  margin-top: 31px;
  padding-top: 25px;
  display: flex;
  flex-wrap: wrap;
  gap: 22px 32px;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(7,27,52,.16);
}
.news-book-card__buy p {
  margin: 0;
  display: grid;
  gap: 3px;
}
.news-book-card__buy span,
.news-book-card__buy small {
  color: var(--news-muted);
  font-size: 11px;
  line-height: 1.25;
}
.news-book-card__buy strong {
  color: var(--news-ink);
  font-family: "Raleway", Arial, sans-serif;
  font-size: 25px;
  font-weight: 900;
  line-height: 1.1;
}
.news-book-card__buy a {
  min-height: 48px;
  padding: 0 19px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: #fff;
  background: var(--news-red);
  border: 1px solid var(--news-red);
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
  transition: color .2s ease, background .2s ease;
}
.news-book-card__buy a:hover,
.news-book-card__buy a:focus {
  color: var(--news-red);
  background: rgba(255,255,255,.7);
  text-decoration: none;
}

.news-book-ad + .news-copy {
  padding-top: clamp(58px, 6vw, 82px);
}
.news-book-ad + .news-copy .source-note { margin-top: 0; }

.source-note {
  margin-top: 80px;
  padding: 25px 0;
  color: var(--news-muted);
  border-top: 1px solid var(--news-line);
  border-bottom: 1px solid var(--news-line);
  font-size: 13px !important;
  line-height: 1.6 !important;
}

.share-button {
  min-height: 44px;
  padding: 0 18px;
  color: var(--news-ink);
  background: transparent;
  border: 1px solid var(--news-ink);
  border-radius: 50px;
  font: 700 12px/1 "Open Sans", Arial, sans-serif;
  cursor: pointer;
}
.share-button i + .share-button__label { margin-left: 7px; }
.share-button:hover { color: #fff; background: var(--news-ink); }

.news-next {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: var(--news-red);
}
.news-cta-slot {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}
.news-cta-slot[hidden] { display: none !important; }
.news-next--trekking-alt { background: #0d6782; }
.news-next--mountain { background: #193d56; }
.news-next--climbing { background: #9b321f; }
.news-next--travel { background: #80601b; }
.news-next--all { background: #142f46; }
.news-next__inner {
  max-width: var(--news-max);
  margin: 0 auto;
  padding: clamp(70px, 9vw, 120px) 28px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  align-items: end;
}
.news-next .news-kicker { margin-bottom: 18px; }
.news-next h2 {
  max-width: 820px;
  margin: 0;
  color: #fff;
  font-family: "Raleway", Arial, sans-serif;
  font-size: clamp(42px, 6vw, 80px);
  font-weight: 900;
  letter-spacing: -.055em;
  line-height: .98;
}
.news-next__link {
  width: 92px;
  height: 92px;
  display: grid;
  place-items: center;
  color: #fff;
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 50%;
  font-size: 28px;
  text-decoration: none;
  transition: color .2s, background .2s, transform .2s;
}
.news-next__link:hover { color: var(--news-red); background: #fff; transform: translateX(5px); }

/* Rodapé oficial 2026 — mesma paleta azul da página Via Alpina. */
#colophon.site-footer {
  padding-top: 0;
  background: #061523;
}

#colophon.site-footer .top-footer {
  padding-top: 80px;
  background: linear-gradient(#08283b, #040e17);
  border-top: 1px solid rgba(255, 255, 255, .12);
}

#colophon.site-footer .buttom-footer {
  background-color: #02090f;
  border-top: 1px solid rgba(255, 255, 255, .08);
}

#colophon.footer-primary .widget,
#colophon.footer-primary .widget .widget-text,
#colophon.footer-primary .widget li,
#colophon.footer-primary .widget a,
#colophon.site-footer .footer-menu ul li a,
#colophon.site-footer .copy-right {
  color: #aac1cc;
}

#colophon.footer-primary .widget .widget-title {
  color: #fff;
}

#colophon.footer-primary .widget .widget-title::before {
  background-color: #0791be;
}

#colophon.footer-primary .widget i {
  color: #f56960;
}

#colophon.site-footer .footer-menu ul li::before {
  color: #b6b6b6;
}

#colophon.footer-primary .widget a:hover,
#colophon.footer-primary .widget a:focus,
#colophon.site-footer .footer-menu ul li a:hover,
#colophon.site-footer .footer-menu ul li a:focus {
  color: #fff;
}

#colophon #mc-embedded-subscribe_2 {
  color: #173444;
  background: #d6a52a;
  border-color: #d6a52a;
}

#colophon #mc-embedded-subscribe_2:hover,
#colophon #mc-embedded-subscribe_2:focus {
  color: #173444;
  background: #e3b83e;
  border-color: #e3b83e;
}

@media (max-width: 991px) {
  .news-hero__content { padding-bottom: 55px; }
  .news-stats { grid-template-columns: 1fr; }
  .news-stat { min-height: 0; border-right: 0; }
  .cost-panel { margin-left: 24px; margin-right: 24px; grid-template-columns: 1fr; }
  .chart-heading { grid-template-columns: 1fr; align-items: start; }
  .news-trip-card { grid-template-columns: 1fr; }
  .news-trip-card__media { min-height: clamp(260px, 55vw, 430px); }
  .news-book-card {
    grid-template-columns: minmax(210px, 280px) minmax(0, 1fr);
    gap: 38px;
  }
}

@media (max-width: 1279px) {
  .news-store-rail {
    position: relative;
    top: auto;
    z-index: 1;
    width: min(100%, var(--news-reading));
    height: auto;
    margin: 22px auto clamp(62px, 8vw, 90px);
    padding: 0 28px;
  }
  .news-store-rail__inner {
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    backdrop-filter: none;
  }
  .news-store-rail__title {
    margin-bottom: 14px;
    padding-bottom: 9px;
    font-size: 11px;
  }
  .news-store-rail__list {
    margin-right: -28px;
    padding-right: 28px;
    flex-direction: row;
    gap: 12px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .news-store-rail__list::-webkit-scrollbar { display: none; }
  .news-store-rail__item {
    width: min(285px, 76vw);
    flex: 0 0 auto;
    padding: 13px;
    grid-template-columns: 62px minmax(0, 1fr);
    gap: 15px;
    background: #efefed;
    border-radius: 13px;
    scroll-snap-align: start;
  }
  .news-store-rail__item img { width: 62px; height: 91px; }
  .news-store-rail__item strong { font-size: 16px; }
  .news-store-rail__item small,
  .news-store-rail__item em { font-size: 11px; }
}

@media (min-width: 641px) and (max-width: 1023px) {
  .news-billboard {
    width: min(728px, calc(100% - 50px));
    margin: 25px auto;
  }
}

@media (max-width: 640px) {
  .news-billboard {
    width: min(320px, calc(100% - 40px));
    margin: 20px auto;
  }
  .news-hero { min-height: 88vh; }
  .news-hero__media img { object-position: 55% center; }
  .news-hero__content { padding: 120px 20px 118px; }
  .news-hero h1 { font-size: clamp(42px, 13vw, 62px); }
  .news-hero__deck { font-size: 16px; }
  .news-hero__credit { display: none; }
  .news-byline {
    padding: 22px 20px;
    grid-template-columns: 1fr auto;
    gap: 18px 12px;
  }
  .news-byline__author { grid-column: 1; grid-row: 1; }
  .news-byline__read { display: none; }
  .news-byline__share { grid-column: 2; grid-row: 1; }
  .news-byline__share .share-button {
    width: 44px;
    min-width: 44px;
    padding: 0;
    display: grid;
    place-items: center;
  }
  .news-byline__share .share-button__label { display: none; }
  .news-byline__share .share-button i { margin: 0; }
  .news-intro { padding: 70px 20px 56px; }
  .news-copy { padding: 0 20px; }
  .news-copy p, .news-copy li { font-size: 18px; line-height: 1.72; }
  .news-section { padding-top: 58px; }
  .news-stats { padding: 0 20px; margin-bottom: 80px; }
  .news-stat { padding: 26px 0; }
  .media-wide { width: calc(100% - 28px); margin: 68px auto; }
  .media-wide figcaption { padding: 0 2px; }
  .media-full { margin: 75px 0; }
  .feature-statement { padding: 0 20px; margin: 80px auto; }
  .feature-statement p {
    padding: 24px 10px 26px 25px;
    border-left-width: 5px;
  }
  .cost-panel { margin: 70px 14px 0; padding: 40px 25px; }
  .news-store-rail {
    margin-top: 10px;
    padding: 0 20px;
  }
  .news-store-rail__list {
    margin-right: -20px;
    padding-right: 20px;
  }
  .news-trip-ad {
    width: calc(100% - 28px);
    margin: 76px auto;
  }
  .news-trip-card__body { padding: 34px 25px 38px; }
  .news-trip-card__summary { font-size: 15px; }
  .news-trip-card__link {
    width: 100%;
    justify-content: space-between;
  }
  .news-book-ad {
    width: calc(100% - 28px);
    margin-top: 78px;
  }
  .news-book-card {
    padding: 38px 24px;
    grid-template-columns: 1fr;
    gap: 37px;
  }
  .news-book-card__cover {
    width: min(76vw, 300px);
    margin: 0 auto;
  }
  .news-book-card__body { text-align: left; }
  .news-book-card__buy { align-items: stretch; }
  .news-book-card__buy a {
    width: 100%;
    justify-content: space-between;
  }
  .news-book-ad + .news-copy { padding-top: 50px; }
  .cost-chart { padding: 0 14px; margin: 65px auto 82px; }
  .cost-bars { padding: 24px 20px; }
  .cost-bar { grid-template-columns: 1fr auto; gap: 9px 16px; }
  .cost-bar__label img { width: 48px; height: 46px; }
  .cost-bar__track { grid-column: 1 / -1; grid-row: 2; height: 16px; }
  .cost-bar__value { grid-column: 2; grid-row: 1; font-size: 20px; }
  .experience-chart { padding: 0 14px; margin: 68px auto 82px; }
  .experience-bars { grid-template-columns: 1fr; }
  .news-next__inner { grid-template-columns: 1fr; }
  .news-next__link { width: 72px; height: 72px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

@media print {
  .read-progress, #masthead, .news-next, #colophon { display: none !important; }
  .news-hero { min-height: 540px; }
  body.news-page { background: #fff; }
  .cost-panel { box-shadow: none; }
}
