:root {
  --rr-navy: #082d55;
  --rr-deep: #041d38;
  --rr-ink: #111c36;
  --rr-muted: #607086;
  --rr-blue: #3658d4;
  --rr-blue-dark: #2943b8;
  --rr-red: #dc2940;
  --rr-yellow: #f7c948;
  --rr-sky: #edf6fb;
  --rr-cloud: #f5f8fb;
  --rr-paper: #ffffff;
  --rr-line: #dce6ee;
  --rr-shadow: 0 28px 70px rgba(8, 45, 85, 0.14);
  --rr-shadow-soft: 0 14px 36px rgba(8, 45, 85, 0.09);
  --rr-radius-xl: 22px;
  --rr-radius-lg: 22px;
  --rr-radius-md: 14px;
}

html {
  scroll-behavior: smooth;
}

body.real-railways-page {
  overflow-x: hidden;
  color: var(--rr-ink);
  background: #fff;
}

.real-railways-page .series-media-credit {
  display: none !important;
}

.real-railways-main {
  overflow: clip;
  background: #fff;
}

.rr-wrap {
  width: min(1260px, calc(100% - 48px));
  margin: 0 auto;
}

.rr-title,
.rr-heading,
.rr-character-name,
.rr-route-title,
.rr-story-title,
.rr-shop-title {
  margin-top: 0;
  color: var(--rr-ink);
  font-family: inherit;
  font-weight: 900;
  letter-spacing: -0.05em;
  text-wrap: balance;
  overflow-wrap: break-word;
  word-break: normal;
  hyphens: auto;
}

.rr-kicker {
  margin: 0 0 18px;
  color: var(--rr-red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.rr-button,
.rr-button-quiet {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 13px 21px;
  border: 1px solid transparent;
  border-radius: 11px;
  font: inherit;
  font-size: 15px;
  font-weight: 850;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

.rr-button {
  color: #fff;
  background: linear-gradient(135deg, #ef354b, #c81429);
  box-shadow: 0 12px 27px rgba(220, 41, 64, 0.23);
}

.rr-button:hover,
.rr-button:focus-visible {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(220, 41, 64, 0.31);
}

.rr-button-quiet {
  border-color: var(--rr-line);
  color: var(--rr-navy);
  background: #fff;
}

.rr-button-quiet:hover,
.rr-button-quiet:focus-visible {
  border-color: var(--rr-blue);
  color: var(--rr-blue);
  transform: translateY(-2px);
}

.rr-hero-compare,
.rr-character-panel,
.rr-route,
.rr-product-card {
  border-radius: 22px;
}

/* Hero: a clean museum-like comparison rather than two cropped image slivers. */
.rr-hero {
  position: relative;
  min-height: min(810px, calc(100svh - 86px));
  display: grid;
  align-items: center;
  padding: 72px 0 104px;
  color: #fff;
  background: linear-gradient(90deg, var(--rr-navy) 0 58%, #0b3562 100%);
}

.rr-hero::before {
  content: "";
  position: absolute;
  top: 0;
  right: clamp(22px, 8vw, 150px);
  bottom: 0;
  width: 1px;
  background: rgba(255, 255, 255, 0.12);
  box-shadow:
    -22px 0 0 rgba(255, 255, 255, 0.035),
    22px 0 0 rgba(255, 255, 255, 0.035);
}

.rr-hero::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 8px;
  background:
    linear-gradient(
      90deg,
      var(--rr-blue) 0 34%,
      var(--rr-red) 34% 67%,
      var(--rr-yellow) 67% 100%
    );
}

.rr-hero-inner {
  position: relative;
  z-index: 1;
  width: min(1380px, calc(100% - 64px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(590px, 1.2fr);
  gap: clamp(52px, 6vw, 96px);
  align-items: center;
}

.rr-hero-copy {
  max-width: 630px;
}

.rr-hero .rr-kicker {
  color: var(--rr-yellow);
}

.rr-title {
  margin-bottom: 0;
  color: #fff;
  font-size: clamp(58px, 5.8vw, 88px);
  line-height: 0.98;
}

.rr-hero-lead {
  max-width: 600px;
  margin: 28px 0 32px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(18px, 1.45vw, 21px);
  line-height: 1.68;
}

.rr-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.rr-hero-copy,
.rr-section-head > *,
.rr-character-copy > *,
.rr-story-copy > *,
.rr-product-body,
.rr-route-copy {
  min-width: 0;
}

html:lang(de) .rr-title,
html:lang(fr) .rr-title,
html:lang(es) .rr-title {
  font-size: clamp(54px, 5.2vw, 80px);
  letter-spacing: -0.045em;
}

.rr-hero .rr-button-quiet {
  border-color: rgba(255, 255, 255, 0.3);
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.rr-hero .rr-button-quiet:hover,
.rr-hero .rr-button-quiet:focus-visible {
  border-color: #fff;
  color: #fff;
  background: rgba(255, 255, 255, 0.14);
}

.rr-hero-compare {
  position: relative;
  min-height: 760px;
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 12px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: var(--rr-radius-xl);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 34px 85px rgba(0, 0, 0, 0.28);
}

.rr-hero-figure,
.rr-visual,
.rr-route-media,
.rr-story-frame {
  isolation: isolate;
}

.rr-hero-figure,
.rr-visual {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: #dfeaf1;
}

.rr-hero-figure {
  border-radius: 20px;
}

.rr-hero-figure:first-child,
.rr-visual--character {
  background: #caeaf7;
}

.rr-hero-figure::before,
.rr-visual::before,
.rr-route-media::before,
.rr-story-frame::before {
  content: "";
  position: absolute;
  z-index: -2;
  inset: -38px;
  background-image: var(--rr-media-image);
  background-position: center;
  background-size: cover;
  filter: blur(30px) saturate(0.82);
  opacity: 0.31;
  transform: scale(1.1);
}

.rr-hero-figure::after,
.rr-visual::after,
.rr-route-media::after,
.rr-story-frame::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: rgba(255, 255, 255, 0.35);
}

.rr-hero-figure:first-child::after,
.rr-visual--character::after {
  background: rgba(214, 240, 249, 0.44);
}

.rr-hero-figure > img,
.rr-visual > img {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 12px 16px rgba(7, 31, 56, 0.16));
}

.rr-hero-figure > img {
  padding: 8px 8px 22px;
}

.rr-visual > img {
  padding: 24px 24px 74px;
}

.rr-media-label,
.rr-visual figcaption {
  position: absolute;
  right: 14px;
  bottom: 14px;
  left: 14px;
  z-index: 3;
  min-width: 0;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  color: #fff;
  background: rgba(4, 29, 56, 0.91);
  box-shadow: 0 7px 20px rgba(4, 29, 56, 0.17);
  backdrop-filter: blur(10px);
}

.rr-media-label strong {
  display: block;
  font-size: 13px;
  line-height: 1.35;
}

.rr-photo-credit,
.rr-visual figcaption {
  font-size: 10px;
  line-height: 1.35;
}

.rr-photo-credit {
  display: block;
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.7);
}

.rr-photo-credit a,
.rr-visual figcaption a {
  color: inherit;
  text-decoration: underline;
}

.rr-compare-mark {
  position: absolute;
  z-index: 6;
  top: 50%;
  left: 50%;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border: 5px solid #fff;
  border-radius: 50%;
  color: var(--rr-navy);
  background: var(--rr-yellow);
  transform: translate(-50%, -50%);
  box-shadow: 0 10px 28px rgba(8, 45, 85, 0.2);
}

.rr-compare-mark svg {
  width: 30px;
  height: 30px;
}

/* Page rail */
.rr-jump-nav {
  position: relative;
  z-index: 20;
  width: min(1120px, calc(100% - 42px));
  margin: -38px auto 0;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 16px 44px rgba(8, 45, 85, 0.16);
}

.rr-jump-inner {
  display: flex;
  align-items: stretch;
  overflow-x: auto;
  scrollbar-width: none;
}

.rr-jump-inner::-webkit-scrollbar {
  display: none;
}

.rr-jump-inner a {
  position: relative;
  flex: 1 0 auto;
  padding: 22px 24px 20px;
  color: var(--rr-ink);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.rr-jump-inner a::after {
  content: "";
  position: absolute;
  right: 24px;
  bottom: 0;
  left: 24px;
  height: 4px;
  border-radius: 4px 4px 0 0;
  background: var(--rr-blue);
  opacity: 0;
  transform: scaleX(0.55);
  transition: opacity 160ms ease, transform 160ms ease;
}

.rr-jump-inner a:hover::after,
.rr-jump-inner a.is-active::after {
  opacity: 1;
  transform: scaleX(1);
}

/* Shared section system */
.rr-section {
  padding: 112px 0;
}

.rr-section--cloud {
  background: var(--rr-cloud);
}

.rr-section-head {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 0 24px;
  max-width: 980px;
  margin-bottom: 56px;
  align-items: start;
}

.rr-section-number {
  grid-row: 1 / span 2;
  width: 68px;
  height: 68px;
  display: grid;
  place-items: center;
  border-radius: 17px;
  color: #fff;
  background: linear-gradient(135deg, #536be3, #2943bb);
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 12px 26px rgba(54, 88, 212, 0.24);
}

.rr-heading {
  margin-bottom: 14px;
  font-size: clamp(42px, 4.4vw, 64px);
  line-height: 1.02;
}

.rr-section-intro {
  max-width: 790px;
  margin: 0;
  color: var(--rr-muted);
  font-size: clamp(17px, 1.45vw, 20px);
  line-height: 1.68;
}

/* 01 — photographic railway logic */
.rr-principles {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.rr-principle {
  position: relative;
  display: grid;
  grid-template-rows: minmax(250px, 0.92fr) auto;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(15, 31, 59, 0.1);
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 22px 55px rgba(21, 41, 79, 0.1);
}

.rr-principle--lead {
  grid-column: 1 / -1;
  grid-template-columns: minmax(0, 1.45fr) minmax(360px, 0.72fr);
  grid-template-rows: minmax(420px, 1fr);
  min-height: 420px;
  border: 0;
  background: var(--rr-navy);
  box-shadow: 0 28px 70px rgba(9, 27, 58, 0.18);
}

.rr-principle-media {
  position: relative;
  min-width: 0;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  isolation: isolate;
  background: #d9e1e8;
}

.rr-principle-media::before {
  content: "";
  position: absolute;
  inset: -24px;
  z-index: -2;
  background-image:
    linear-gradient(rgba(9, 26, 48, 0.14), rgba(9, 26, 48, 0.14)),
    var(--rr-media-image);
  background-position: center;
  background-size: cover;
  filter: blur(20px) saturate(0.88);
  transform: scale(1.08);
}

.rr-principle-media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(8, 22, 44, 0.03) 48%, rgba(8, 22, 44, 0.5));
  pointer-events: none;
}

.rr-principle-media > img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
  transition: transform 480ms cubic-bezier(0.22, 1, 0.36, 1);
}

.rr-principle:hover .rr-principle-media > img {
  transform: scale(1.018);
}

.rr-principle-media figcaption {
  position: absolute;
  right: 14px;
  bottom: 11px;
  left: 14px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 10px;
  line-height: 1.35;
  text-align: right;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.85);
}

.rr-principle-media figcaption a {
  color: inherit;
  text-decoration-color: rgba(255, 255, 255, 0.48);
  text-underline-offset: 2px;
}

.rr-principle-copy {
  position: relative;
  padding: 34px 38px 38px;
}

.rr-principle--lead .rr-principle-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 48px 50px;
  color: #fff;
}

.rr-principle-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  margin-bottom: 20px;
  color: var(--rr-blue);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.rr-principle-label::before {
  content: "";
  width: 27px;
  height: 3px;
  border-radius: 999px;
  background: var(--rr-red);
}

.rr-principle--lead .rr-principle-label {
  color: #8aa5ff;
}

.rr-principle strong {
  display: block;
  max-width: 13ch;
  margin-bottom: 16px;
  font-size: clamp(27px, 2.25vw, 36px);
  font-weight: 900;
  letter-spacing: -0.035em;
  line-height: 1.04;
}

.rr-principle--lead strong {
  max-width: 9ch;
  font-size: clamp(38px, 3.5vw, 52px);
}

.rr-principle p {
  margin: 0;
  color: var(--rr-muted);
  font-size: 16px;
  line-height: 1.68;
}

.rr-principle--lead p {
  max-width: 36ch;
  color: rgba(255, 255, 255, 0.72);
  font-size: 17px;
}

/* 02 — character explorer */
.rr-character-tabs {
  position: relative;
  display: flex;
  gap: 7px;
  margin: 0 0 18px;
  padding: 0 0 12px;
  overflow-x: auto;
  scroll-snap-type: x proximity;
  scrollbar-width: thin;
  scrollbar-color: #b9c6d2 transparent;
}

.rr-character-tab {
  flex: 0 0 auto;
  min-width: 88px;
  min-height: 48px;
  padding: 11px 16px;
  border: 1px solid var(--rr-line);
  border-radius: 10px;
  color: #33445b;
  background: #fff;
  font: inherit;
  font-size: 14px;
  font-weight: 850;
  scroll-snap-align: center;
  cursor: pointer;
  transition: color 160ms ease, border-color 160ms ease, background-color 160ms ease, transform 160ms ease;
}

.rr-character-tab:hover,
.rr-character-tab:focus-visible {
  border-color: var(--rr-blue);
  color: var(--rr-blue);
  transform: translateY(-1px);
}

.rr-character-tab[aria-selected="true"] {
  border-color: var(--rr-blue);
  color: #fff;
  background: var(--rr-blue);
  box-shadow: 0 9px 20px rgba(54, 88, 212, 0.2);
}

.rr-character-tab[data-gauge="narrow"] {
  border-style: dashed;
}

.rr-character-tab[data-gauge="narrow"][aria-selected="true"] {
  border-style: solid;
}

.rr-character-panel {
  overflow: hidden;
  border: 1px solid var(--rr-line);
  border-radius: var(--rr-radius-xl);
  background: #fff;
  box-shadow: var(--rr-shadow);
}

.rr-character-visuals {
  position: relative;
  min-height: 460px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  padding: 12px;
  background: var(--rr-deep);
}

.rr-visual {
  border-radius: 20px;
}

.rr-visual > img {
  padding: 38px 34px 78px;
  transition: opacity 160ms ease, transform 220ms ease;
}

.rr-character-copy {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(380px, 1.05fr);
  gap: 0 58px;
  padding: 46px;
  background: #fff;
}

.rr-certainty {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 8px;
  margin-bottom: 15px;
  color: var(--rr-blue);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.rr-certainty::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #4ba26e;
  box-shadow: 0 0 0 5px rgba(75, 162, 110, 0.12);
}

.rr-certainty.is-comparison::before {
  background: var(--rr-yellow);
  box-shadow: 0 0 0 5px rgba(247, 201, 72, 0.18);
}

.rr-character-name {
  grid-column: 1;
  margin-bottom: 18px;
  font-size: clamp(36px, 3.4vw, 54px);
  line-height: 1.02;
}

.rr-character-summary {
  grid-column: 1;
  margin: 0;
  color: var(--rr-muted);
  font-size: 17px;
  line-height: 1.7;
}

.rr-character-facts {
  grid-column: 2;
  grid-row: 1 / span 3;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-self: stretch;
  border-top: 1px solid var(--rr-line);
  border-left: 1px solid var(--rr-line);
}

.rr-character-fact {
  min-width: 0;
  padding: 20px 22px;
  border-right: 1px solid var(--rr-line);
  border-bottom: 1px solid var(--rr-line);
}

.rr-character-fact small {
  display: block;
  margin-bottom: 8px;
  color: var(--rr-muted);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.rr-character-fact strong {
  display: block;
  color: var(--rr-ink);
  font-size: 17px;
  font-weight: 900;
  line-height: 1.35;
}

.rr-product-next {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 5px 24px;
  align-items: center;
  margin-top: 38px;
  padding: 25px 28px;
  border-radius: 18px;
  color: #fff;
  background: var(--rr-navy);
}

.rr-product-next small {
  grid-column: 1;
  color: var(--rr-yellow);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.rr-product-next > strong {
  grid-column: 1;
  font-size: clamp(19px, 1.7vw, 24px);
  font-weight: 900;
  line-height: 1.25;
}

.rr-product-actions {
  grid-column: 2;
  grid-row: 1 / span 2;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.rr-product-next .rr-button-quiet {
  border-color: rgba(255, 255, 255, 0.28);
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.rr-product-next .rr-button-quiet:hover,
.rr-product-next .rr-button-quiet:focus-visible {
  border-color: #fff;
  color: #fff;
}

/* 03 — gauge and scale */
.rr-gauge-section {
  position: relative;
  color: #fff;
  background: var(--rr-navy);
}

.rr-gauge-section::after {
  content: "";
  position: absolute;
  right: 5vw;
  bottom: 0;
  left: 5vw;
  height: 1px;
  background: rgba(255, 255, 255, 0.14);
  box-shadow: 0 -18px 0 rgba(255, 255, 255, 0.035);
}

.rr-gauge-section .rr-section-number {
  color: var(--rr-navy);
  background: var(--rr-yellow);
  box-shadow: 0 12px 28px rgba(247, 201, 72, 0.18);
}

.rr-gauge-section .rr-heading,
.rr-gauge-section .rr-section-intro {
  color: #fff;
}

.rr-gauge-section .rr-section-intro {
  color: rgba(255, 255, 255, 0.75);
}

.rr-track-compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.rr-track {
  position: relative;
  min-height: 330px;
  padding: 38px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: var(--rr-radius-lg);
  background: rgba(4, 29, 56, 0.46);
}

.rr-track small {
  display: block;
  max-width: 420px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-transform: uppercase;
}

.rr-track h3 {
  margin: 9px 0 0;
  color: #fff;
  font-size: clamp(32px, 3vw, 46px);
  font-weight: 900;
  letter-spacing: -0.045em;
}

.rr-track-diagram {
  position: absolute;
  right: 28px;
  bottom: 26px;
  left: 28px;
  height: 150px;
}

.rr-track-diagram::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 16px;
  left: 0;
  height: 70px;
  background: repeating-linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.13) 0 9px,
    transparent 9px 38px
  );
}

.rr-rail {
  position: absolute;
  z-index: 2;
  top: 4px;
  bottom: 0;
  width: 13px;
  border-radius: 4px;
  background: #eef4f7;
  box-shadow:
    inset 3px 0 rgba(255, 255, 255, 0.8),
    5px 0 10px rgba(0, 0, 0, 0.24);
}

.rr-track--standard .rr-rail:first-child {
  left: 8%;
}

.rr-track--standard .rr-rail:nth-child(2) {
  right: 8%;
}

.rr-track--narrow .rr-rail:first-child {
  left: 29%;
}

.rr-track--narrow .rr-rail:nth-child(2) {
  right: 29%;
}

.rr-gauge-line {
  position: absolute;
  z-index: 3;
  top: 43%;
  right: 8%;
  left: 8%;
  height: 2px;
  color: var(--rr-navy);
  background: var(--rr-yellow);
}

.rr-track--narrow .rr-gauge-line {
  right: 29%;
  left: 29%;
}

.rr-gauge-line::before,
.rr-gauge-line::after {
  content: "";
  position: absolute;
  top: -6px;
  width: 2px;
  height: 14px;
  background: var(--rr-yellow);
}

.rr-gauge-line::before {
  left: 0;
}

.rr-gauge-line::after {
  right: 0;
}

.rr-gauge-line b {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: max-content;
  padding: 7px 10px;
  border-radius: 8px;
  color: var(--rr-navy);
  background: var(--rr-yellow);
  font-size: 13px;
  font-weight: 900;
  transform: translate(-50%, -50%);
}

.rr-scale-head {
  max-width: 760px;
  margin: 74px 0 28px;
}

.rr-scale-head .rr-kicker {
  color: var(--rr-yellow);
}

.rr-scale-head h3 {
  margin: 0 0 12px;
  color: #fff;
  font-size: clamp(32px, 3.5vw, 50px);
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: 1.06;
}

.rr-scale-head p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 17px;
  line-height: 1.65;
}

.rr-scale-tabs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.05);
}

.rr-scale-tab {
  min-height: 168px;
  padding: 24px;
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.17);
  color: #fff;
  background: transparent;
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition: color 160ms ease, background-color 160ms ease;
}

.rr-scale-tab:last-child {
  border-right: 0;
}

.rr-scale-tab:hover,
.rr-scale-tab:focus-visible,
.rr-scale-tab[aria-selected="true"] {
  color: var(--rr-navy);
  background: var(--rr-yellow);
}

.rr-scale-tab small {
  display: block;
  margin-bottom: 12px;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.11em;
  line-height: 1.35;
  text-transform: uppercase;
  opacity: 0.73;
}

.rr-scale-tab strong {
  display: block;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 900;
  letter-spacing: -0.05em;
  line-height: 1;
}

.rr-scale-tab span {
  display: block;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.45;
}

.rr-scale-tab em {
  font-style: normal;
  opacity: 0.72;
}

.rr-scale-answer {
  display: grid;
  grid-template-columns: minmax(220px, 0.75fr) minmax(0, 1.35fr) auto;
  gap: 26px;
  align-items: center;
  padding: 30px 32px;
  color: var(--rr-ink);
  background: #fff;
}

.rr-scale-answer strong {
  font-size: 22px;
  font-weight: 900;
  letter-spacing: -0.025em;
  line-height: 1.25;
}

.rr-scale-answer p {
  margin: 0;
  color: var(--rr-muted);
  font-size: 15px;
  line-height: 1.6;
}

.rr-important-note {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 15px;
  margin-top: 24px;
  padding: 22px 24px;
  border-left: 5px solid var(--rr-yellow);
  border-radius: 0 14px 14px 0;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.rr-important-note strong {
  color: var(--rr-yellow);
}

.rr-important-note p {
  margin: 0;
  color: rgba(255, 255, 255, 0.79);
  line-height: 1.58;
}

/* 04 — real railways as alternating photo essays */
.rr-routes {
  display: grid;
  gap: 32px;
}

.rr-route {
  min-height: 470px;
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(360px, 0.82fr);
  overflow: hidden;
  border: 1px solid var(--rr-line);
  border-radius: var(--rr-radius-xl);
  background: #fff;
  box-shadow: var(--rr-shadow-soft);
}

.rr-route:nth-child(even) {
  grid-template-columns: minmax(360px, 0.82fr) minmax(0, 1.18fr);
}

.rr-route:nth-child(even) .rr-route-media {
  grid-column: 2;
  grid-row: 1;
}

.rr-route:nth-child(even) .rr-route-copy {
  grid-column: 1;
  grid-row: 1;
}

.rr-route-media {
  position: relative;
  min-height: 470px;
  overflow: hidden;
  background: #dfe7ec;
}

.rr-route-media > img,
.rr-story-frame > img {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  padding: 26px;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 14px 18px rgba(4, 29, 56, 0.18));
  transition: transform 320ms ease;
}

.rr-route:hover .rr-route-media > img {
  transform: scale(1.018);
}

.rr-route-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(38px, 5vw, 70px);
}

.rr-route-copy small {
  display: block;
  margin-bottom: 12px;
  color: var(--rr-blue);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.11em;
  line-height: 1.5;
  text-transform: uppercase;
}

.rr-route-title {
  margin-bottom: 16px;
  font-size: clamp(34px, 3.2vw, 49px);
  line-height: 1.03;
}

.rr-route-copy p {
  margin: 0 0 22px;
  color: var(--rr-muted);
  font-size: 16px;
  line-height: 1.68;
}

.rr-route-link {
  width: fit-content;
  color: var(--rr-navy);
  font-size: 15px;
  font-weight: 900;
  text-decoration-color: var(--rr-yellow);
  text-decoration-thickness: 3px;
  text-underline-offset: 5px;
}

.rr-route-link:hover,
.rr-route-link:focus-visible {
  color: var(--rr-blue);
}

.rr-route-credit {
  display: block;
  margin-top: 28px;
  color: #8a97a7;
  font-size: 10px;
  line-height: 1.45;
}

.rr-route-credit a {
  color: inherit;
  text-decoration: underline;
}

/* 05 — real incidents become a visual rail timeline */
.rr-stories {
  display: grid;
  gap: 30px;
}

.rr-story {
  display: grid;
  overflow: hidden;
  border: 1px solid var(--rr-line);
  border-radius: var(--rr-radius-xl);
  background: #fff;
  box-shadow: var(--rr-shadow-soft);
}

.rr-story-comparison {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  min-height: 410px;
  padding: 10px;
  background: var(--rr-navy);
}

.rr-story-frame {
  position: relative;
  min-width: 0;
  min-height: 390px;
  margin: 0;
  overflow: hidden;
  border-radius: 18px;
  background: #dce4e9;
}

.rr-story-frame::before {
  inset: -26px;
  filter: blur(22px) saturate(0.74);
  opacity: 0.38;
}

.rr-story-frame::after {
  background: linear-gradient(180deg, rgba(4, 29, 56, 0.06) 48%, rgba(4, 29, 56, 0.62));
}

.rr-story-frame > img {
  padding: 18px 18px 48px;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 14px 20px rgba(4, 29, 56, 0.2));
  transition: transform 320ms ease;
}

.rr-story:hover .rr-story-frame > img {
  transform: scale(1.012);
}

.rr-story-frame--night > img {
  filter: brightness(1.15) drop-shadow(0 14px 20px rgba(4, 29, 56, 0.2));
}

.rr-story-frame--portrait > img {
  padding: 0 16px 48px;
  object-fit: cover;
  object-position: center 29%;
}

.rr-story-frame-label {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 3;
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 999px;
  color: #fff;
  background: rgba(4, 29, 56, 0.86);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.rr-story-frame figcaption {
  position: absolute;
  z-index: 3;
  right: 14px;
  bottom: 12px;
  left: 14px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 9.5px;
  line-height: 1.4;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.8);
}

.rr-story-frame figcaption::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -7px -8px;
  border-radius: 7px;
  background: rgba(4, 29, 56, 0.76);
}

.rr-story-frame figcaption a {
  color: inherit;
  text-decoration-color: rgba(255, 255, 255, 0.6);
  text-underline-offset: 2px;
}

.rr-story-compare-mark {
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border: 5px solid var(--rr-navy);
  border-radius: 50%;
  color: var(--rr-navy);
  background: var(--rr-yellow);
  transform: translate(-50%, -50%);
  box-shadow: 0 12px 30px rgba(4, 29, 56, 0.28);
}

.rr-story-compare-mark svg {
  width: 28px;
  height: 28px;
}

.rr-story-copy {
  display: grid;
  grid-template-columns: minmax(145px, 0.3fr) minmax(0, 1fr);
  gap: clamp(28px, 4vw, 58px);
  align-items: start;
  padding: 38px clamp(30px, 4.5vw, 64px) 44px;
}

.rr-story-meta {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.rr-story-year {
  color: var(--rr-blue);
  font-size: 46px;
  font-weight: 900;
  letter-spacing: -0.05em;
  line-height: 1;
}

.rr-story-place {
  color: var(--rr-muted);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.rr-story-title {
  max-width: 720px;
  margin-bottom: 12px;
  font-size: clamp(31px, 2.7vw, 42px);
  line-height: 1.06;
}

.rr-story p {
  max-width: 720px;
  margin: 0;
  color: var(--rr-muted);
  font-size: 16px;
  line-height: 1.65;
}

/* 06 — commercially useful, but still editorial */
.rr-shop {
  position: relative;
  color: #fff;
  background: var(--rr-deep);
}

.rr-shop::before {
  content: "";
  position: absolute;
  top: 0;
  right: 7vw;
  bottom: 0;
  width: 1px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow:
    -18px 0 rgba(255, 255, 255, 0.025),
    18px 0 rgba(255, 255, 255, 0.025);
}

.rr-shop .rr-section-head,
.rr-shop .rr-product-grid,
.rr-shop .rr-shop-actions,
.rr-shop .rr-shop-note {
  position: relative;
  z-index: 1;
}

.rr-shop .rr-section-number {
  color: var(--rr-navy);
  background: var(--rr-yellow);
  box-shadow: none;
}

.rr-shop .rr-heading,
.rr-shop .rr-section-intro {
  color: #fff;
}

.rr-shop .rr-section-intro {
  color: rgba(255, 255, 255, 0.72);
}

.rr-product-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.rr-product-card {
  min-height: 330px;
  display: grid;
  grid-template-columns: minmax(190px, 0.83fr) minmax(0, 1.17fr);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: var(--rr-radius-lg);
  color: var(--rr-ink);
  background: #fff;
  box-shadow: 0 20px 42px rgba(0, 0, 0, 0.16);
}

.rr-product-image {
  min-height: 330px;
  display: grid;
  place-items: center;
  padding: 26px;
  overflow: hidden;
  background: var(--rr-sky);
}

.rr-product-image img {
  width: 100%;
  height: 100%;
  max-height: 280px;
  display: block;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 14px 16px rgba(8, 45, 85, 0.13));
  transition: transform 220ms ease;
}

.rr-product-card:hover .rr-product-image img {
  transform: translateY(-4px) scale(1.02);
}

.rr-product-body {
  display: flex;
  flex-direction: column;
  padding: 30px;
}

.rr-product-scale {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 20px;
  color: var(--rr-blue);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.rr-product-scale span:last-child {
  color: var(--rr-ink);
  font-size: 13px;
  letter-spacing: 0.04em;
}

.rr-product-body h3 {
  margin: 0 0 10px;
  color: var(--rr-ink);
  font-size: clamp(24px, 2vw, 31px);
  font-weight: 900;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.rr-product-body p {
  margin: 0 0 22px;
  color: var(--rr-muted);
  font-size: 14px;
  line-height: 1.58;
}

.rr-product-body button {
  width: 100%;
  min-height: 50px;
  margin-top: auto;
  padding: 12px 16px;
  border: 0;
  border-radius: 10px;
  color: #fff;
  background: var(--rr-red);
  font: inherit;
  font-size: 14px;
  font-weight: 900;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.rr-product-body button:hover,
.rr-product-body button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(220, 41, 64, 0.25);
}

.rr-shop-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: 38px;
}

.rr-shop-actions .rr-button-quiet {
  border-color: rgba(255, 255, 255, 0.28);
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.rr-shop-actions .rr-button-quiet:hover,
.rr-shop-actions .rr-button-quiet:focus-visible {
  border-color: #fff;
  color: #fff;
}

.rr-shop-note {
  max-width: 830px;
  margin: 22px auto 0;
  color: rgba(255, 255, 255, 0.56);
  font-size: 12px;
  line-height: 1.6;
  text-align: center;
}

.rr-final {
  padding: 96px 0 106px;
  color: #fff;
  background: var(--rr-blue);
  text-align: center;
}

.rr-final blockquote {
  max-width: 980px;
  margin: 0 auto 20px;
  font-size: clamp(38px, 5vw, 68px);
  font-weight: 900;
  letter-spacing: -0.052em;
  line-height: 1.02;
  text-wrap: balance;
}

.rr-final p {
  max-width: 700px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  line-height: 1.65;
}

/* Content is immediately available; interaction motion stays subtle. */
.rr-reveal {
  opacity: 1;
  transform: none;
}

.rr-reveal.is-visible {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .rr-reveal,
  .rr-route-media > img,
  .rr-principle-media > img,
  .rr-product-image img,
  .rr-button,
  .rr-button-quiet,
  .rr-character-tab {
    transition: none;
  }
}

@media (max-width: 1180px) {
  .rr-hero {
    min-height: 0;
    padding-top: 68px;
  }

  .rr-hero-inner {
    width: min(920px, calc(100% - 48px));
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .rr-hero-copy {
    max-width: 780px;
  }

  .rr-title {
    max-width: 800px;
  }

  .rr-hero-compare {
    min-height: 760px;
  }

  .rr-character-copy {
    grid-template-columns: 1fr;
  }

  .rr-character-facts {
    grid-column: 1;
    grid-row: auto;
    margin-top: 30px;
  }

  .rr-product-next {
    grid-column: 1;
  }

  .rr-scale-answer {
    grid-template-columns: 0.75fr 1.25fr;
  }

  .rr-scale-answer .rr-button-quiet {
    grid-column: 1 / -1;
    width: fit-content;
  }

  .rr-product-card {
    grid-template-columns: 1fr;
  }

  .rr-product-image {
    min-height: 280px;
  }
}

@media (max-width: 900px) {
  .rr-wrap {
    width: min(100% - 34px, 760px);
  }

  .rr-section {
    padding: 94px 0;
  }

  .rr-principles {
    gap: 18px;
  }

  .rr-principle--lead {
    grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
    min-height: 390px;
  }

  .rr-principle--lead .rr-principle-copy {
    padding: 38px 34px;
  }

  .rr-principle-copy {
    padding: 28px 29px 32px;
  }

  .rr-principle strong {
    font-size: 28px;
  }

  .rr-character-visuals {
    min-height: 680px;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
  }

  .rr-track-compare {
    grid-template-columns: 1fr;
  }

  .rr-scale-tabs {
    grid-template-columns: 1fr 1fr;
  }

  .rr-scale-tab:nth-child(2) {
    border-right: 0;
  }

  .rr-scale-tab:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.17);
  }

  .rr-route,
  .rr-route:nth-child(even) {
    grid-template-columns: 1fr;
  }

  .rr-route .rr-route-media,
  .rr-route:nth-child(even) .rr-route-media {
    grid-column: 1;
    grid-row: 1;
  }

  .rr-route .rr-route-copy,
  .rr-route:nth-child(even) .rr-route-copy {
    grid-column: 1;
    grid-row: 2;
  }

  .rr-route-media {
    min-height: 440px;
  }

  .rr-story-comparison {
    min-height: 340px;
  }

  .rr-story-frame {
    min-height: 320px;
  }

  .rr-story-copy {
    grid-template-columns: minmax(120px, 0.25fr) minmax(0, 1fr);
  }

  .rr-product-grid {
    grid-template-columns: 1fr;
  }

  .rr-product-card {
    grid-template-columns: minmax(230px, 0.82fr) minmax(0, 1.18fr);
  }
}

@media (max-width: 620px) {
  .rr-wrap {
    width: calc(100% - 28px);
  }

  .rr-hero {
    padding: 48px 0 76px;
  }

  .rr-hero-inner {
    width: calc(100% - 28px);
    gap: 0;
  }

  .rr-hero-copy {
    display: contents;
  }

  .rr-hero .rr-kicker {
    order: 1;
  }

  .rr-title {
    order: 2;
    margin-bottom: 28px;
  }

  .rr-hero-compare {
    order: 3;
    margin-bottom: 26px;
  }

  .rr-hero-lead {
    order: 4;
  }

  .rr-actions {
    order: 5;
  }

  .rr-title {
    font-size: clamp(46px, 13vw, 62px);
    line-height: 0.98;
  }

  .rr-hero-lead {
    margin: 24px 0 26px;
    font-size: 17px;
    line-height: 1.6;
  }

  .rr-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .rr-actions .rr-button,
  .rr-actions .rr-button-quiet {
    width: 100%;
  }

  .rr-hero-compare {
    min-height: 500px;
    gap: 9px;
    padding: 9px;
    border-radius: 22px;
  }

  .rr-hero-figure {
    border-radius: 15px;
  }

  .rr-hero-figure > img {
    padding: 7px 7px 20px;
  }

  .rr-visual > img {
    padding: 16px 12px 72px;
  }

  .rr-media-label,
  .rr-visual figcaption {
    right: 9px;
    bottom: 9px;
    left: 9px;
    padding: 9px 10px;
  }

  .rr-compare-mark {
    width: 48px;
    height: 48px;
    border-width: 4px;
  }

  .rr-compare-mark svg {
    width: 25px;
    height: 25px;
  }

  .rr-jump-nav {
    width: calc(100% - 20px);
    margin-top: -28px;
    border-radius: 14px;
  }

  .rr-jump-inner a {
    padding: 18px 17px 17px;
    font-size: 10px;
  }

  .rr-section {
    padding: 78px 0;
  }

  .rr-section-head {
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 0 14px;
    margin-bottom: 38px;
  }

  .rr-section-number {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    font-size: 16px;
  }

  .rr-heading {
    margin-top: 2px;
    font-size: clamp(34px, 10.5vw, 46px);
    overflow-wrap: break-word;
    word-break: normal;
    hyphens: auto;
  }

  .rr-section-intro {
    grid-column: 1 / -1;
    margin-top: 16px;
    font-size: 17px;
    line-height: 1.62;
  }

  .rr-principles {
    grid-template-columns: 1fr;
  }

  .rr-principle,
  .rr-principle--lead {
    grid-column: 1;
    grid-template-columns: 1fr;
    grid-template-rows: minmax(230px, auto) auto;
    min-height: 0;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 16px 42px rgba(21, 41, 79, 0.09);
  }

  .rr-principle--lead .rr-principle-copy {
    padding: 30px 28px 34px;
    color: var(--rr-navy);
  }

  .rr-principle--lead .rr-principle-label {
    color: var(--rr-blue);
  }

  .rr-principle--lead strong,
  .rr-principle strong {
    max-width: 18ch;
    font-size: 29px;
  }

  .rr-principle--lead p {
    color: var(--rr-muted);
    font-size: 16px;
  }

  .rr-principle-media {
    min-height: 230px;
  }

  .rr-principle-media figcaption {
    right: 10px;
    bottom: 9px;
    left: 10px;
    font-size: 9px;
  }

  .rr-character-tabs {
    width: calc(100% + 28px);
    margin-right: -14px;
    margin-left: -14px;
    padding-right: 14px;
    padding-left: 14px;
    scrollbar-width: none;
  }

  .rr-character-tabs::-webkit-scrollbar {
    display: none;
  }

  .rr-character-tab {
    min-width: 92px;
    min-height: 50px;
  }

  .rr-character-panel {
    border-radius: 22px;
  }

  .rr-character-visuals {
    min-height: 580px;
    gap: 9px;
    padding: 9px;
  }

  .rr-visual {
    border-radius: 15px;
  }

  .rr-character-copy {
    padding: 26px 20px 20px;
  }

  .rr-character-name {
    font-size: 37px;
  }

  .rr-character-summary {
    font-size: 16px;
    line-height: 1.65;
  }

  .rr-character-facts {
    grid-template-columns: 1fr 1fr;
    margin-top: 24px;
  }

  .rr-character-fact {
    padding: 16px 14px;
  }

  .rr-character-fact strong {
    font-size: 15px;
  }

  .rr-product-next {
    grid-template-columns: 1fr;
    margin-top: 24px;
    padding: 22px 18px;
    border-radius: 15px;
  }

  .rr-product-next small,
  .rr-product-next > strong,
  .rr-product-actions {
    grid-column: 1;
    grid-row: auto;
  }

  .rr-product-next > strong {
    margin-bottom: 14px;
    font-size: 20px;
  }

  .rr-product-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .rr-product-actions .rr-button,
  .rr-product-actions .rr-button-quiet {
    width: 100%;
  }

  .rr-track {
    min-height: 300px;
    padding: 28px 22px;
  }

  .rr-track-diagram {
    right: 18px;
    left: 18px;
  }

  .rr-scale-head {
    margin-top: 56px;
  }

  .rr-scale-head h3 {
    font-size: 36px;
  }

  .rr-scale-tabs {
    grid-template-columns: 1fr 1fr;
    border-radius: 16px;
  }

  .rr-scale-tab {
    min-height: 164px;
    padding: 20px 16px;
  }

  .rr-scale-tab small {
    min-height: 2.7em;
    margin-bottom: 10px;
    letter-spacing: 0.08em;
  }

  .rr-scale-tab strong {
    font-size: 32px;
  }

  .rr-scale-answer {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 24px 20px;
  }

  .rr-scale-answer .rr-button-quiet {
    grid-column: 1;
    width: 100%;
  }

  .rr-important-note {
    grid-template-columns: 1fr;
  }

  .rr-route {
    min-height: 0;
    border-radius: 22px;
  }

  .rr-route-media {
    min-height: 300px;
  }

  .rr-route-media > img {
    padding: 16px;
  }

  .rr-route-copy {
    padding: 30px 24px 34px;
  }

  .rr-route-title {
    font-size: 36px;
  }

  .rr-route-credit {
    font-size: 10px;
  }

  .rr-story {
    border-radius: 19px;
  }

  .rr-story-comparison {
    grid-template-columns: 1fr;
    min-height: 0;
    gap: 8px;
    padding: 8px;
  }

  .rr-story-frame {
    min-height: 260px;
    border-radius: 14px;
  }

  .rr-story-frame > img {
    padding: 14px 10px 50px;
  }

  .rr-story-frame--portrait > img {
    padding: 0 10px 50px;
    object-position: center 29%;
  }

  .rr-story-copy {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px 22px 32px;
  }

  .rr-story-meta {
    flex-direction: row;
    gap: 13px;
    align-items: baseline;
  }

  .rr-story-compare-mark {
    top: 50%;
    width: 50px;
    height: 50px;
    border-width: 4px;
    transform: translate(-50%, -50%) rotate(90deg);
  }

  .rr-story-frame-label {
    top: 10px;
    left: 10px;
    max-width: calc(100% - 20px);
    padding: 8px 10px;
    font-size: 9px;
    line-height: 1.2;
    white-space: normal;
  }

  .rr-story-frame figcaption {
    right: 10px;
    bottom: 9px;
    left: 10px;
    font-size: 8.5px;
  }

  .rr-story-year {
    font-size: 34px;
  }

  .rr-story-title {
    font-size: 29px;
  }

  #verhalen .rr-heading {
    font-size: clamp(30px, 8vw, 34px);
  }

  .rr-product-card {
    grid-template-columns: 1fr;
    min-height: 0;
    border-radius: 20px;
  }

  .rr-product-image {
    min-height: 275px;
  }

  .rr-product-body {
    padding: 24px 22px;
  }

  .rr-product-body h3 {
    font-size: 27px;
  }

  .rr-product-body button {
    min-height: 52px;
    white-space: normal;
  }

  .rr-shop-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .rr-shop-actions .rr-button,
  .rr-shop-actions .rr-button-quiet {
    width: 100%;
  }

  .rr-final {
    padding: 72px 0 78px;
  }

  .rr-final blockquote {
    font-size: 39px;
  }

  .rr-final p {
    font-size: 16px;
  }
}

@media (max-width: 540px) {
  .rr-title {
    letter-spacing: -0.055em;
  }

  html:lang(de) .rr-title,
  html:lang(fr) .rr-title,
  html:lang(es) .rr-title {
    font-size: clamp(40px, 11.2vw, 50px);
    line-height: 1;
    letter-spacing: -0.045em;
  }

  html:lang(de) .rr-heading,
  html:lang(fr) .rr-heading,
  html:lang(es) .rr-heading {
    font-size: clamp(31px, 9.2vw, 39px);
  }

  html:lang(de) #verhalen .rr-heading,
  html:lang(fr) #verhalen .rr-heading,
  html:lang(es) #verhalen .rr-heading {
    font-size: clamp(28px, 7.6vw, 32px);
  }

  .rr-kicker {
    letter-spacing: 0.12em;
  }

  .rr-button,
  .rr-button-quiet {
    padding-right: 17px;
    padding-left: 17px;
  }
}
