/* Shared country-guide additions. The common page language lives in country-guide-base.css. */

.cbc-guide-page {
  margin: 0;
}

.cbc-guide-shell {
  overflow: visible;
}

.mini-guide-name {
  display: inline-grid;
  min-width: 0;
  padding-left: 14px;
  border-left: 2px solid var(--ink);
  gap: 1px;
  color: var(--ink);
  line-height: 1.05;
}

.mini-guide-name small {
  color: var(--muted);
  font-size: 0.59rem;
  font-weight: 950;
  text-transform: uppercase;
}

.mini-guide-name strong {
  overflow: hidden;
  font-size: 0.88rem;
  font-weight: 950;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.country-placeholder-hero {
  min-height: 540px;
  background:
    repeating-linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.2) 0 2px,
      transparent 2px 26px
    ),
    var(--country-accent-soft, var(--sky));
}

.country-placeholder-hero .hero-inner {
  min-height: 540px;
  padding-top: 48px;
}

.guide-breadcrumb {
  display: flex;
  width: fit-content;
  margin: 0 0 18px;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
  color: rgba(23, 23, 23, 0.72);
  font-size: 0.75rem;
  font-weight: 850;
  line-height: 1.3;
}

.guide-breadcrumb a {
  color: inherit;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.guide-breadcrumb a:hover,
.guide-breadcrumb a:focus-visible {
  color: var(--country-accent-dark, var(--vermilion-dark));
}

.guide-breadcrumb [aria-current="page"] {
  color: var(--ink);
}

.country-wordmark {
  display: grid;
  width: fit-content;
  max-width: min(430px, 76%);
  margin-bottom: 8px;
  grid-template-columns: auto minmax(0, 1fr);
  grid-template-rows: auto auto;
  align-items: center;
  column-gap: 10px;
  color: var(--ink);
  transform: rotate(-1deg);
}

.country-wordmark > span {
  display: grid;
  width: 52px;
  height: 52px;
  border: 3px solid var(--ink);
  border-radius: 50%;
  grid-row: 1 / -1;
  place-items: center;
  background: var(--gold);
  box-shadow: 4px 5px 0 var(--ink);
  font-family: "Arial Black", "Segoe UI Black", Arial, sans-serif;
  font-size: 0.88rem;
}

.country-wordmark strong {
  overflow: hidden;
  font-family: "Arial Black", "Segoe UI Black", Arial, sans-serif;
  font-size: clamp(1.55rem, 3vw, 2.35rem);
  line-height: 0.95;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.country-wordmark small {
  color: var(--country-accent-dark, var(--vermilion-dark));
  font-size: 0.66rem;
  font-weight: 950;
  text-transform: uppercase;
}

.country-hero-money {
  position: absolute;
  right: max(4vw, calc((100vw - var(--max)) / 2));
  bottom: 58px;
  z-index: 1;
  width: min(420px, 35vw);
  height: 300px;
}

.country-hero-note {
  position: absolute;
  right: 0;
  bottom: 28px;
  display: grid;
  width: min(340px, 32vw);
  aspect-ratio: 1.9 / 1;
  padding: 18px;
  overflow: hidden;
  border: 3px solid var(--ink);
  border-radius: 8px;
  background: var(--country-accent-soft, var(--sky));
  box-shadow: 8px 9px 0 var(--ink);
  color: var(--ink);
  grid-template-columns: 1fr auto;
  align-items: end;
}

.country-hero-note::before {
  position: absolute;
  inset: 12px;
  border: 2px dashed rgba(23, 23, 23, 0.35);
  border-radius: 5px;
  content: "";
}

.country-hero-note b,
.country-hero-note i {
  position: relative;
  z-index: 1;
  font-family: "Arial Black", "Segoe UI Black", Arial, sans-serif;
  font-style: normal;
}

.country-hero-note i {
  font-size: clamp(2rem, 5vw, 4.1rem);
  line-height: 0.8;
}

.country-hero-note.note-one {
  background: #f2a6a2;
  transform: translate(-68px, -52px) rotate(-10deg);
}

.country-hero-note.note-two {
  background: #9ccdc0;
  transform: translate(-28px, -25px) rotate(4deg);
}

.country-hero-note.note-three {
  background: #f1cd6a;
  transform: rotate(-2deg);
}

.country-hero-coin {
  position: absolute;
  right: -5px;
  bottom: 0;
  z-index: 3;
  display: grid;
  width: 94px;
  aspect-ratio: 1;
  border: 4px solid var(--ink);
  border-radius: 50%;
  place-items: center;
  background: var(--gold);
  box-shadow: 6px 7px 0 var(--ink);
  font-family: "Arial Black", "Segoe UI Black", Arial, sans-serif;
}

.country-quick-answer,
.quick-answer,
.mexico-quick-answer {
  background:
    linear-gradient(135deg, #fffdf8 0%, #fff8dc 56%, #eaf7f3 125%);
}

.trip-wallet,
.mexico-wallet {
  position: relative;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(255, 223, 145, 0.72)),
    var(--gold);
}

.trip-wallet::after {
  position: absolute;
  top: -11px;
  left: 50%;
  width: 72px;
  height: 23px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 2px 3px rgba(23, 23, 23, 0.14);
  content: "";
  transform: translateX(-50%) rotate(-2deg);
}

.guide-card-tap {
  --guide-accent: #ef5a55;
  --guide-accent-light: #ffd4c7;
  --guide-accent-dark: #8f2632;
  --guide-tint: #fff8f4;
}

.guide-card-tap .guide-art {
  width: 152px;
  height: 100px;
  border-radius: 12px;
  transform: rotate(2deg);
}

.guide-card-tap .guide-art::before {
  inset: 14px;
  border-left: 0;
  border-radius: 0 50% 50% 0;
}

.guide-card-tap .guide-art::after {
  top: 19px;
  right: 17px;
  width: 24px;
  height: 44px;
  border-left: 0;
  border-radius: 0 50% 50% 0;
  background: transparent;
}

.guide-card-tap .guide-art-mark {
  margin-right: 25px;
  font-size: 1.9rem;
}

.guide-card-tipping {
  --guide-accent: #b5d9bb;
  --guide-accent-light: #e5f3e6;
  --guide-accent-dark: #28634e;
  --guide-tint: #f7fcf8;
}

.guide-card-tipping .guide-art {
  width: 116px;
  height: 116px;
  border-radius: 50%;
  transform: rotate(-4deg);
}

.guide-card-tipping .guide-art::before {
  inset: 12px;
  border-radius: 50%;
  border-style: dashed;
}

.guide-card-tipping .guide-art-mark {
  font-size: 1.75rem;
}

.article-hero.tipping {
  --article-accent: #9fcaa9;
  --article-accent-light: #e1f1e4;
  --article-accent-dark: #28634e;
  --article-tint: #f5fbf6;
}

.visual-tip .article-visual-object {
  width: 156px;
  height: 156px;
  border-radius: 50%;
}

.visual-tip .article-visual-object::before {
  inset: 16px;
  border-radius: 50%;
  border-style: dashed;
}

.visual-tip .article-visual-mark {
  font-size: 2.5rem;
}

.country-source-grid {
  gap: 14px;
}

.country-source-grid a {
  min-height: 66px;
  padding: 17px 18px;
  border: 2px solid var(--ink);
  border-radius: 6px;
  background: var(--white);
  box-shadow: 4px 5px 0 var(--country-accent-dark, var(--ink));
  color: var(--ink);
  font-weight: 900;
  text-decoration: none;
  transition: box-shadow 160ms ease, transform 160ms ease;
}

.country-source-grid a:hover,
.country-source-grid a:focus-visible {
  box-shadow: 6px 7px 0 var(--ink);
  transform: translate(-2px, -2px);
}

.moment-change {
  overflow: hidden;
  background:
    linear-gradient(145deg, #ffec9d 0%, var(--gold) 65%, #d89635 130%);
  transform: rotate(-1deg);
}

.moment-change::before {
  position: absolute;
  inset: 7px;
  border: 2px dashed rgba(23, 23, 23, 0.58);
  border-radius: 3px;
  content: "";
}

.moment-change::after {
  position: absolute;
  right: -5px;
  bottom: -7px;
  width: 24px;
  height: 24px;
  border: 2px solid var(--ink);
  border-radius: 50%;
  background: #dfe7e8;
  content: "";
}

.yen-glance,
.mexico-peso-explorer,
.country-money-section {
  background:
    linear-gradient(135deg, var(--sky) 0%, rgba(255, 255, 255, 0.82) 105%);
}

.cbc-guide-money-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
}

.cbc-guide-page .cbc-guide-money-action {
  display: inline-flex;
  min-height: 52px;
  padding: 10px 16px;
  border: 1px solid var(--guide-line-strong);
  border-radius: 6px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-shadow: var(--guide-shadow-1);
  color: var(--guide-ink);
  font-family: var(--cbc-font-body);
  font-size: 0.84rem;
  font-weight: 800;
  line-height: 1.12;
  text-align: center;
  text-decoration: none;
  transition:
    background-color var(--cbc-duration-fast) ease,
    border-color var(--cbc-duration-fast) ease,
    box-shadow var(--cbc-duration-fast) ease,
    color var(--cbc-duration-fast) ease,
    transform var(--cbc-duration-fast) var(--cbc-ease-out);
}

.cbc-guide-page .money-mode-switch.cbc-guide-money-action {
  padding-left: 12px;
  border-color: #b58f2e;
  background: var(--guide-yellow);
  box-shadow: var(--guide-shadow-1);
  font-size: 0.84rem;
  font-weight: 800;
}

.cbc-guide-page .cbc-guide-pocket-link {
  background: var(--guide-surface);
  color: var(--country-accent-dark);
}

.cbc-guide-page .cbc-guide-money-action:hover {
  border-color: var(--country-accent-dark);
  box-shadow: 0 5px 14px rgba(23, 35, 33, 0.12);
  transform: translateY(-1px);
}

.cbc-guide-page .money-mode-switch.cbc-guide-money-action:hover {
  background: #f6d87d;
}

.cbc-guide-page .cbc-guide-pocket-link:hover {
  background: color-mix(in srgb, var(--country-accent-soft) 45%, var(--guide-surface));
}

.cbc-guide-page .cbc-guide-money-action:active {
  box-shadow: var(--guide-shadow-1);
  transform: scale(0.98);
}

.cbc-guide-page .cbc-guide-money-action .money-switch-art {
  width: 42px;
  height: 30px;
}

.cbc-guide-page .cbc-guide-money-action .money-switch-coin {
  width: 22px;
  height: 22px;
  border-width: 1px;
  box-shadow: 1px 1px 0 rgba(23, 35, 33, 0.42);
}

.cbc-guide-page .cbc-guide-money-action .money-switch-note {
  width: 28px;
  height: 18px;
  border-width: 1px;
  box-shadow: 1px 1px 0 rgba(23, 35, 33, 0.42);
}

.cbc-guide-pocket-link:focus-visible,
.money-mode-switch:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--country-accent) 72%, white);
  outline-offset: 3px;
}

.country-cash-converter-section {
  scroll-margin-top: 96px;
}

.money-gallery-explorer .rate-toolbar {
  position: relative;
  z-index: 8;
}

.money-gallery-explorer .currency-picker.is-open {
  z-index: 40;
}

.money-gallery-explorer .money-gallery-grid {
  position: relative;
  z-index: 1;
}

.country-source-placeholder {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.7), rgba(217, 240, 236, 0.82)),
    var(--mist);
}

.guide-card .guide-art-mark {
  max-width: 90%;
  overflow: hidden;
  font-size: clamp(1.25rem, 3vw, 2.2rem);
  text-overflow: ellipsis;
  white-space: nowrap;
}

.guide-card-euro {
  --guide-accent: #39a9b5;
  --guide-accent-light: #d9f5f3;
  --guide-accent-dark: #1d6570;
  --guide-tint: #f2fbfa;
}

.guide-card-euro .guide-art-euro {
  width: 164px;
  height: 156px;
  overflow: hidden;
  border-radius: 7px;
  background: #fffaf0;
  box-shadow: 6px 7px 0 var(--guide-accent-dark);
  transform: rotate(2deg);
}

.guide-card-euro .guide-art-euro::before,
.guide-card-euro .guide-art-euro::after {
  display: none;
}

.guide-card-euro .guide-art-euro img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 920px) {
  .country-placeholder-hero .hero-inner {
    padding-bottom: 250px;
  }

  .country-hero-money {
    right: 8vw;
    bottom: 28px;
    width: min(390px, 68vw);
    height: 220px;
  }

  .country-hero-note {
    width: min(300px, 56vw);
  }
}

@media (max-width: 700px) {
  .mini-guide-name {
    max-width: 112px;
    padding-left: 9px;
  }

  .mini-guide-name strong {
    font-size: 0.76rem;
    white-space: normal;
  }

  .country-placeholder-hero {
    min-height: 650px;
  }

  .country-placeholder-hero .hero-inner {
    min-height: 650px;
    padding-top: 28px;
    padding-bottom: 235px;
  }

  .country-wordmark {
    max-width: 90%;
  }

  .country-wordmark > span {
    width: 44px;
    height: 44px;
  }

  .country-placeholder-hero h1 {
    font-size: 2.65rem;
  }

  .country-hero-money {
    right: 7vw;
    bottom: 25px;
    width: 84vw;
    height: 190px;
  }

  .country-hero-note {
    width: 68vw;
    padding: 13px;
  }

  .country-hero-note.note-one {
    transform: translate(-42px, -38px) rotate(-8deg);
  }

  .country-hero-note.note-two {
    transform: translate(-18px, -18px) rotate(4deg);
  }

  .country-hero-coin {
    width: 72px;
  }

  .cbc-guide-money-actions {
    width: 100%;
    align-items: stretch;
    flex-direction: column;
  }

  .cbc-guide-pocket-link,
  .money-mode-switch.cbc-guide-money-action {
    width: 100%;
  }

  .guide-card-euro .guide-art-euro {
    width: 100px;
    height: 100px;
    grid-column: 2;
    grid-row: 2;
  }
}

@media (prefers-reduced-motion: reduce) {
  .country-hero-note,
  .money-moment .moment-icon,
  .cbc-guide-pocket-link,
  .country-logo-emblem {
    transition: none;
  }
}

/* Shared destination identity: one family frame, two country-specific motifs. */
.country-destination-logo {
  --country-logo-teal: var(--cbc-brand, #176b66);
  --country-logo-paper: var(--cbc-surface, #fffefa);
  display: inline-grid;
  min-width: 0;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  color: var(--ink);
  text-decoration: none;
}

.country-logo-emblem {
  position: relative;
  display: block;
  flex: 0 0 auto;
  isolation: isolate;
  overflow: visible;
  border: 2px solid var(--country-logo-teal);
  border-radius: 9px;
  background: var(--country-logo-paper);
  box-shadow: inset 0 0 0 1px rgba(23, 107, 102, 0.08);
  color: var(--country-logo-teal);
  transition: transform 180ms cubic-bezier(0.23, 1, 0.32, 1);
}

.country-logo-emblem::before {
  position: absolute;
  top: -7px;
  right: 7px;
  z-index: -1;
  width: 38%;
  height: 8px;
  border: 2px solid var(--country-logo-teal);
  border-bottom: 0;
  border-radius: 5px 5px 0 0;
  background: var(--gold);
  content: "";
  transform: skewX(-16deg);
  transform-origin: right bottom;
}

.country-logo-emblem::after {
  position: absolute;
  top: 50%;
  left: -3px;
  width: 7px;
  height: 13px;
  border: 2px solid var(--country-logo-teal);
  border-left: 0;
  border-radius: 0 8px 8px 0;
  background: var(--country-logo-paper);
  content: "";
  transform: translateY(-50%);
}

.country-logo-scene {
  --logo-sky: #c7e8e3;
  --logo-ground: #f3c95e;
  --logo-ink: #173d3b;
  position: absolute;
  z-index: 1;
  inset: 2px;
  isolation: isolate;
  overflow: hidden;
  border-radius: 6px;
  background: linear-gradient(180deg, var(--logo-sky) 0 66%, #fff4d7 66% 100%);
  box-shadow: inset 0 0 0 1px rgba(255, 254, 250, 0.62);
}

.country-logo-scene.scene-alpine {
  --logo-sky: #cfe6f1;
  --logo-ground: #6e9d81;
}

.country-logo-scene.scene-city {
  --logo-sky: #c9e4ef;
  --logo-ground: #dc7867;
}

.country-logo-scene.scene-coast,
.country-logo-scene.scene-island,
.country-logo-scene.scene-lakes {
  --logo-sky: #c5e9e7;
  --logo-ground: #4c97ad;
}

.country-logo-scene.scene-desert {
  --logo-sky: #c9e5e9;
  --logo-ground: #d79758;
}

.country-logo-scene.scene-forest {
  --logo-sky: #d4e8dc;
  --logo-ground: #4c8469;
}

.country-logo-scene.scene-heritage {
  --logo-sky: #f2ddc5;
  --logo-ground: #bd715c;
}

.country-logo-scene.scene-tropical {
  --logo-sky: #c6e9da;
  --logo-ground: #3b8b70;
}

.country-logo-sun {
  position: absolute;
  top: 10%;
  right: 10%;
  z-index: 0;
  width: 24%;
  aspect-ratio: 1;
  border: 1.5px solid var(--logo-ink);
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 2px 2px 0 rgba(23, 61, 59, 0.18);
}

.country-logo-horizon {
  position: absolute;
  right: -9%;
  bottom: -12%;
  left: -9%;
  z-index: 1;
  height: 53%;
  border-top: 1.5px solid var(--logo-ink);
  background: var(--logo-ground);
  clip-path: polygon(0 78%, 20% 36%, 37% 65%, 57% 18%, 78% 59%, 100% 31%, 100% 100%, 0 100%);
}

.country-logo-scene.scene-city .country-logo-horizon {
  height: 47%;
  clip-path: polygon(0 51%, 9% 51%, 9% 19%, 23% 19%, 23% 44%, 35% 44%, 35% 4%, 51% 4%, 51% 38%, 66% 38%, 66% 17%, 79% 17%, 79% 49%, 100% 49%, 100% 100%, 0 100%);
}

.country-logo-scene.scene-coast .country-logo-horizon,
.country-logo-scene.scene-island .country-logo-horizon,
.country-logo-scene.scene-lakes .country-logo-horizon {
  height: 44%;
  border-radius: 55% 50% 0 0;
  clip-path: none;
  transform: rotate(-2deg);
}

.country-logo-scene.scene-desert .country-logo-horizon {
  height: 46%;
  border-radius: 62% 43% 0 0;
  clip-path: none;
  transform: rotate(-4deg);
}

.country-logo-scene.scene-forest .country-logo-horizon {
  height: 58%;
  clip-path: polygon(0 70%, 10% 20%, 18% 56%, 30% 5%, 39% 56%, 52% 18%, 62% 62%, 74% 3%, 84% 52%, 94% 23%, 100% 64%, 100% 100%, 0 100%);
}

.country-logo-scene.scene-heritage .country-logo-horizon {
  height: 45%;
  border-radius: 48% 48% 0 0;
  clip-path: none;
}

.country-logo-art {
  position: absolute;
  z-index: 3;
  display: grid;
  place-items: center;
  color: var(--logo-ink);
}

.country-logo-art svg {
  width: 100%;
  height: 100%;
  overflow: visible;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3.7;
}

.country-logo-art svg .artwork-detail {
  opacity: 0.58;
  stroke-width: 2.2;
}

.country-logo-art.is-primary {
  bottom: 1%;
  left: -6%;
  width: 78%;
  height: 73%;
  filter: drop-shadow(1px 1px 0 rgba(255, 254, 250, 0.72));
  transform: rotate(-2deg);
}

.country-logo-art.is-secondary {
  top: 17%;
  right: -4%;
  width: 45%;
  height: 43%;
  color: var(--country-accent-dark, var(--country-logo-teal));
  filter: drop-shadow(1px 1px 0 rgba(255, 254, 250, 0.7));
  opacity: 0.9;
  transform: rotate(5deg);
}

.country-logo-scene.composition-2 .country-logo-art.is-primary {
  left: 18%;
  transform: rotate(1deg);
}

.country-logo-scene.composition-2 .country-logo-art.is-secondary {
  right: auto;
  left: -7%;
  transform: rotate(-6deg);
}

.country-logo-scene.composition-2 .country-logo-sun {
  right: auto;
  left: 11%;
}

.country-logo-scene.composition-3 .country-logo-art.is-primary {
  bottom: -4%;
  left: 4%;
  width: 84%;
  height: 78%;
  transform: rotate(0);
}

.country-logo-scene.composition-3 .country-logo-art.is-secondary {
  top: 8%;
  right: -8%;
  width: 40%;
  height: 38%;
  transform: rotate(7deg);
}

.country-logo-texture {
  position: absolute;
  z-index: 4;
  inset: 0;
  background:
    repeating-linear-gradient(0deg, transparent 0 11px, rgba(23, 61, 59, 0.055) 11px 12px),
    radial-gradient(circle at 78% 18%, rgba(255, 255, 255, 0.48) 0 1px, transparent 1.5px);
  background-size: auto, 7px 7px;
  content: "";
  pointer-events: none;
}

.country-logo-fold {
  position: absolute;
  top: -2px;
  right: -2px;
  z-index: 6;
  width: 13px;
  height: 13px;
  border-top-right-radius: 8px;
  background: linear-gradient(
    225deg,
    var(--gold) 0 46%,
    var(--country-logo-teal) 47% 55%,
    var(--country-logo-paper) 56%
  );
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}

.country-logo-copy {
  display: grid;
  min-width: 0;
  gap: 2px;
}

.country-logo-copy strong {
  overflow: hidden;
  font-family: var(--cbc-font-display, "Aptos Display", "Segoe UI Variable Display", "Segoe UI", sans-serif);
  font-weight: 800;
  line-height: 0.94;
  text-overflow: ellipsis;
  text-wrap: balance;
}

.country-logo-copy small {
  color: var(--country-accent-dark);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.country-destination-logo.is-hero {
  width: fit-content;
  max-width: min(560px, 82%);
  margin-bottom: 12px;
  padding: 10px 0 6px;
  column-gap: 15px;
}

.country-destination-logo.is-hero .country-logo-emblem {
  width: 86px;
  height: 68px;
}

.country-destination-logo.is-hero .country-logo-copy strong {
  font-size: clamp(1.7rem, 3vw, 2.65rem);
  white-space: normal;
}

.country-destination-logo.is-hero .country-logo-copy small {
  margin-top: 4px;
  font-size: 0.7rem;
}

.country-destination-logo.is-mini {
  width: min(184px, 19vw);
  padding-left: 13px;
  border-left: 1px solid var(--cbc-line-strong, rgba(23, 35, 33, 0.35));
  column-gap: 9px;
}

.country-destination-logo.is-mini .country-logo-emblem {
  width: 45px;
  height: 36px;
}

.country-destination-logo.is-mini .country-logo-art svg .artwork-detail {
  opacity: 0.22;
}

.country-destination-logo.is-mini .country-logo-texture {
  opacity: 0.58;
}

.country-destination-logo.is-mini .country-logo-art.is-secondary {
  width: 42%;
  height: 40%;
}

.country-destination-logo.is-mini .country-logo-copy strong {
  font-size: 0.82rem;
  white-space: normal;
}

.country-destination-logo.is-mini .country-logo-copy small {
  font-size: 0.51rem;
}

.masthead-brand:hover .country-destination-logo.is-mini .country-logo-emblem {
  transform: translateY(-1px);
}

.country-placeholder-hero {
  min-height: 610px;
  background:
    linear-gradient(90deg, rgba(255, 253, 248, 0.97) 0 42%, rgba(255, 253, 248, 0.44) 60%, transparent 78%),
    repeating-linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.24) 0 2px,
      transparent 2px 26px
    ),
    var(--country-accent-soft, var(--sky));
}

.country-placeholder-hero .hero-inner {
  min-height: 610px;
  padding-top: 44px;
}

.country-placeholder-hero .hero-inner > * {
  max-width: 560px;
}

.country-placeholder-hero .hero-actions {
  max-width: 590px;
}

.country-main-illustration {
  --scene-sky: #bce8ee;
  --scene-glow: #ffd76b;
  --scene-ground: #70ad8a;
  position: absolute;
  right: max(2vw, calc((100vw - 1320px) / 2));
  bottom: 24px;
  z-index: 1;
  width: min(690px, 49vw);
  height: 500px;
  color: var(--ink);
  pointer-events: none;
}

.country-main-illustration.scene-city {
  --scene-sky: #bfe4f4;
  --scene-glow: #ffc964;
  --scene-ground: #e77c69;
}

.country-main-illustration.scene-coast {
  --scene-sky: #bcebf0;
  --scene-glow: #ffd45f;
  --scene-ground: #3189a6;
}

.country-main-illustration.scene-island {
  --scene-sky: #b7e9e5;
  --scene-glow: #ffd263;
  --scene-ground: #3ca0a0;
}

.country-main-illustration.scene-alpine {
  --scene-sky: #d4ecf7;
  --scene-glow: #f5cb59;
  --scene-ground: #6f9f80;
}

.country-main-illustration.scene-forest {
  --scene-sky: #d2ebe3;
  --scene-glow: #f6ce61;
  --scene-ground: #3b8067;
}

.country-main-illustration.scene-lakes {
  --scene-sky: #cce9f2;
  --scene-glow: #ffd879;
  --scene-ground: #4b96ad;
}

.country-main-illustration.scene-heritage {
  --scene-sky: #f2dcc4;
  --scene-glow: #f6c654;
  --scene-ground: #bc6f58;
}

.country-main-illustration.scene-tropical {
  --scene-sky: #bfe9dc;
  --scene-glow: #ffd154;
  --scene-ground: #33896f;
}

.country-main-illustration.scene-desert {
  --scene-sky: #c8e5eb;
  --scene-glow: #f5bc4d;
  --scene-ground: #d28b55;
}

.country-scene-backdrop {
  position: absolute;
  top: 23px;
  right: 0;
  width: 91%;
  height: 76%;
  overflow: hidden;
  border: 3px solid var(--ink);
  border-radius: 8px;
  background:
    linear-gradient(180deg, var(--scene-sky) 0 63%, var(--scene-ground) 63% 100%);
  box-shadow:
    9px 10px 0 var(--ink),
    15px 16px 0 var(--country-accent);
  transform: rotate(1.5deg);
}

.country-scene-backdrop::before {
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(0deg, transparent 0 16px, rgba(23, 23, 23, 0.07) 16px 17px),
    repeating-linear-gradient(90deg, transparent 0 28px, rgba(255, 255, 255, 0.18) 28px 30px);
  content: "";
}

.country-scene-sun {
  position: absolute;
  top: 30px;
  right: 42px;
  width: 88px;
  aspect-ratio: 1;
  border: 3px solid var(--ink);
  border-radius: 50%;
  background: var(--scene-glow);
  box-shadow: 4px 5px 0 rgba(23, 23, 23, 0.82);
}

.country-scene-route {
  position: absolute;
  top: 42px;
  left: 35px;
  width: 150px;
  height: 82px;
  border-top: 3px dashed rgba(23, 23, 23, 0.5);
  border-radius: 50%;
  transform: rotate(-8deg);
}

.country-scene-route::after {
  position: absolute;
  top: -8px;
  right: -5px;
  width: 12px;
  height: 12px;
  border: 2px solid var(--ink);
  background: var(--gold);
  content: "";
  transform: rotate(45deg);
}

.country-scene-horizon {
  position: absolute;
  right: -2%;
  bottom: 0;
  width: 104%;
  height: 41%;
  background: color-mix(in srgb, var(--country-accent-dark) 72%, var(--scene-ground));
  clip-path: polygon(0 58%, 10% 45%, 18% 52%, 29% 27%, 42% 50%, 55% 18%, 69% 45%, 78% 28%, 88% 52%, 100% 36%, 100% 100%, 0 100%);
  opacity: 0.38;
}

.scene-city .country-scene-horizon,
.scene-heritage .country-scene-horizon {
  height: 38%;
  clip-path: polygon(0 56%, 8% 56%, 8% 30%, 17% 30%, 17% 52%, 25% 52%, 25% 12%, 36% 12%, 36% 46%, 46% 46%, 46% 25%, 55% 25%, 55% 55%, 65% 55%, 65% 5%, 76% 5%, 76% 40%, 87% 40%, 87% 20%, 96% 20%, 96% 55%, 100% 55%, 100% 100%, 0 100%);
}

.scene-coast .country-scene-horizon,
.scene-island .country-scene-horizon,
.scene-lakes .country-scene-horizon {
  height: 31%;
  clip-path: polygon(0 42%, 13% 54%, 26% 38%, 39% 55%, 52% 35%, 65% 52%, 78% 34%, 90% 51%, 100% 39%, 100% 100%, 0 100%);
}

.scene-desert .country-scene-horizon {
  height: 36%;
  clip-path: polygon(0 58%, 18% 28%, 38% 52%, 62% 18%, 82% 46%, 100% 30%, 100% 100%, 0 100%);
}

.country-scene-icon {
  position: absolute;
  display: grid;
  place-items: center;
  color: var(--country-accent-dark);
}

.country-scene-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.country-scene-icon svg .artwork-detail {
  opacity: 0.56;
}

.country-scene-icon-main {
  right: 76px;
  bottom: 62px;
  width: 225px;
  height: 150px;
}

.country-scene-icon-main svg {
  stroke-width: 3.4;
}

.country-scene-icon-secondary {
  top: 86px;
  left: 58px;
  width: 135px;
  height: 94px;
  color: color-mix(in srgb, var(--country-accent-dark) 78%, #1e5f68);
  transform: rotate(-5deg);
}

.country-scene-icon-secondary svg {
  stroke-width: 3;
}

.country-scene-caption {
  position: absolute;
  top: 12px;
  left: 4px;
  z-index: 4;
  display: grid;
  max-width: 230px;
  padding: 10px 13px;
  border: 3px solid var(--ink);
  border-radius: 5px;
  background: var(--gold);
  box-shadow: 5px 6px 0 var(--ink);
  transform: rotate(-4deg);
}

.country-scene-caption b {
  overflow: hidden;
  font-family: "Arial Black", "Segoe UI Black", Arial, sans-serif;
  font-size: 1.05rem;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.country-scene-caption small {
  margin-top: 3px;
  font-size: 0.62rem;
  font-weight: 900;
}

.country-travel-wallet {
  position: absolute;
  right: 3px;
  bottom: 2px;
  z-index: 6;
  width: 360px;
  height: 205px;
}

.country-wallet-pocket {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 5;
  width: 292px;
  height: 126px;
  border: 4px solid var(--ink);
  border-radius: 8px;
  background:
    linear-gradient(105deg, var(--country-accent-dark), var(--country-accent));
  box-shadow: 8px 9px 0 var(--ink);
  transform: rotate(2deg);
}

.country-wallet-pocket::before {
  position: absolute;
  inset: 15px 16px;
  border: 2px dashed rgba(255, 255, 255, 0.72);
  border-radius: 5px;
  content: "";
}

.country-wallet-pocket::after {
  position: absolute;
  top: 40px;
  right: -23px;
  width: 76px;
  height: 42px;
  border: 3px solid var(--ink);
  border-radius: 6px;
  background: var(--gold);
  content: "";
}

.country-illustrated-note {
  position: absolute;
  bottom: 80px;
  display: grid;
  width: 225px;
  aspect-ratio: 1.9 / 1;
  padding: 12px;
  overflow: hidden;
  border: 3px solid var(--ink);
  border-radius: 6px;
  grid-template-columns: 1fr auto;
  align-items: end;
  background: #f1c866;
  box-shadow: 5px 6px 0 var(--ink);
}

.country-illustrated-note::before {
  position: absolute;
  inset: 9px;
  border: 2px solid rgba(23, 23, 23, 0.35);
  border-radius: 3px;
  content: "";
}

.country-illustrated-note b,
.country-illustrated-note i,
.country-illustrated-note em {
  position: relative;
  z-index: 2;
}

.country-illustrated-note b,
.country-illustrated-note i {
  font-family: "Arial Black", "Segoe UI Black", Arial, sans-serif;
  font-style: normal;
  line-height: 1;
}

.country-illustrated-note i {
  font-size: 2.15rem;
}

.country-illustrated-note em {
  position: absolute;
  top: 25px;
  left: 66px;
  width: 92px;
  height: 62px;
  color: rgba(23, 23, 23, 0.58);
}

.country-illustrated-note em svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3.4;
}

.country-note-one {
  left: 0;
  background: #e99b91;
  transform: translateY(5px) rotate(-12deg);
}

.country-note-two {
  left: 57px;
  background: #8fc9bb;
  transform: translateY(-16px) rotate(-2deg);
}

.country-note-three {
  left: 110px;
  background: #f1ca68;
  transform: translateY(-4px) rotate(8deg);
}

.country-illustrated-coin {
  position: absolute;
  right: 275px;
  bottom: 0;
  z-index: 8;
  display: grid;
  width: 82px;
  aspect-ratio: 1;
  border: 4px solid var(--ink);
  border-radius: 50%;
  place-items: center;
  background:
    radial-gradient(circle at center, #f8e397 0 32%, #c89125 33% 39%, #efc752 40% 100%);
  box-shadow: 6px 7px 0 var(--ink);
  font-family: "Arial Black", "Segoe UI Black", Arial, sans-serif;
  transform: rotate(-8deg);
}

.country-illustrated-coin::before {
  position: absolute;
  inset: 7px;
  border: 2px dashed rgba(23, 23, 23, 0.55);
  border-radius: 50%;
  content: "";
}

.country-illustrated-coin b {
  position: relative;
  z-index: 1;
  font-size: 0.78rem;
}

.country-passport-stamp {
  position: absolute;
  left: 98px;
  bottom: 19px;
  z-index: 9;
  display: grid;
  width: 104px;
  aspect-ratio: 1;
  border: 4px double var(--country-accent-dark);
  border-radius: 50%;
  place-content: center;
  color: var(--country-accent-dark);
  line-height: 0.9;
  text-align: center;
  text-transform: uppercase;
  transform: rotate(-12deg);
}

.country-passport-stamp b,
.country-passport-stamp small {
  font-size: 0.53rem;
}

.country-passport-stamp strong {
  font-family: "Arial Black", "Segoe UI Black", Arial, sans-serif;
  font-size: 0.75rem;
}

@media (max-width: 1100px) {
  .country-main-illustration {
    right: 1vw;
    width: 48vw;
    transform: scale(0.9);
    transform-origin: right bottom;
  }

  .country-placeholder-hero {
    background:
      linear-gradient(90deg, rgba(255, 253, 248, 0.98) 0 47%, rgba(255, 253, 248, 0.54) 66%, transparent 86%),
      var(--country-accent-soft, var(--sky));
  }

  .country-destination-logo.is-mini {
    width: 154px;
  }
}

@media (max-width: 920px) {
  .country-placeholder-hero {
    min-height: 790px;
    background:
      linear-gradient(180deg, rgba(255, 253, 248, 0.96) 0 49%, rgba(255, 253, 248, 0.24) 73%, transparent 100%),
      var(--country-accent-soft, var(--sky));
  }

  .country-placeholder-hero .hero-inner {
    min-height: 790px;
    padding-bottom: 350px;
  }

  .country-main-illustration {
    right: 4vw;
    bottom: 16px;
    width: min(690px, 92vw);
    height: 405px;
    transform: scale(0.86);
    transform-origin: right bottom;
  }
}

@media (max-width: 700px) {
  .cbc-guide-page .masthead-inner {
    gap: 8px;
  }

  .cbc-guide-page .masthead-brand {
    gap: 7px;
  }

  .cbc-guide-page .cash-logo {
    width: 134px;
  }

  .cbc-guide-page .site-nav {
    gap: 0;
  }

  .country-destination-logo.is-mini {
    width: 116px;
    padding-left: 8px;
    column-gap: 7px;
  }

  .country-destination-logo.is-mini .country-logo-emblem {
    width: 38px;
    height: 31px;
  }

  .country-destination-logo.is-mini .country-logo-copy strong {
    font-size: 0.69rem;
  }

  .country-destination-logo.is-mini .country-logo-copy small {
    display: none;
  }

  .country-destination-logo.is-hero {
    max-width: 92%;
    padding: 9px 0 5px;
    column-gap: 11px;
  }

  .country-destination-logo.is-hero .country-logo-emblem {
    width: 68px;
    height: 54px;
  }

  .country-destination-logo.is-hero .country-logo-copy strong {
    font-size: clamp(1.15rem, 6.8vw, 1.7rem);
    white-space: normal;
  }

  .country-placeholder-hero {
    min-height: 780px;
  }

  .country-placeholder-hero .hero-inner {
    min-height: 780px;
    padding-bottom: 300px;
  }

  .country-main-illustration {
    right: -7vw;
    bottom: 2px;
    width: 108vw;
    height: 355px;
    transform: scale(0.73);
    transform-origin: right bottom;
  }

  .country-scene-caption {
    left: 30px;
  }
}

@media (max-width: 430px) {
  .cbc-guide-page .masthead-brand .country-destination-logo.is-mini {
    display: inline-grid;
    width: auto;
    padding-left: 9px;
    grid-template-columns: auto;
  }

  .cbc-guide-page .masthead-brand .country-destination-logo.is-mini .country-logo-copy {
    display: none;
  }

  .cbc-guide-page .masthead-brand .country-destination-logo.is-mini .country-logo-emblem {
    width: 40px;
    height: 32px;
  }

  .country-main-illustration {
    right: -15vw;
    width: 125vw;
  }
}

.euro-shared-guide-link {
  display: grid;
  max-width: 860px;
  margin: 28px auto 0;
  padding: 15px 18px;
  border: 2px solid var(--ink);
  border-radius: 6px;
  align-items: center;
  gap: 15px;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  background: #20366f;
  box-shadow: 4px 5px 0 var(--ink);
  color: #fffdf8;
  text-decoration: none;
  transition: box-shadow 160ms ease, transform 160ms ease;
}

.euro-shared-guide-link:hover,
.euro-shared-guide-link:focus-visible {
  box-shadow: 6px 7px 0 var(--ink);
  transform: translate(-2px, -2px);
}

.euro-shared-guide-mark {
  display: grid;
  width: 46px;
  aspect-ratio: 1;
  border: 2px solid var(--ink);
  border-radius: 50%;
  place-items: center;
  background: var(--gold);
  color: var(--ink);
  font-family: "Arial Black", Arial, sans-serif;
  font-size: 1.4rem;
}

.euro-shared-guide-link > span:nth-child(2) {
  display: grid;
  min-width: 0;
  gap: 2px;
}

.euro-shared-guide-link small {
  color: #f8d464;
  font-size: 0.6rem;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.euro-shared-guide-link strong {
  font-size: 1rem;
  line-height: 1.15;
}

.euro-shared-guide-link em {
  color: rgba(255, 253, 248, 0.78);
  font-size: 0.75rem;
  font-style: normal;
}

.euro-shared-guide-link > b {
  color: #fff3bd;
  font-size: 0.7rem;
  text-transform: uppercase;
  white-space: nowrap;
}

.euro-shared-guide-link i {
  font-style: normal;
}

@media (max-width: 620px) {
  .euro-shared-guide-link {
    grid-template-columns: 42px minmax(0, 1fr);
  }

  .euro-shared-guide-mark {
    width: 40px;
  }

  .euro-shared-guide-link > b {
    grid-column: 2;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .country-main-illustration {
    animation: country-illustration-arrive 560ms ease-out both;
  }

  .country-illustrated-coin {
    animation: country-coin-settle 720ms 160ms ease-out both;
  }

  @keyframes country-illustration-arrive {
    from {
      opacity: 0;
      translate: 18px 8px;
    }
  }

  @keyframes country-coin-settle {
    from {
      opacity: 0;
      rotate: -28deg;
      translate: -18px -8px;
    }
  }
}

/* Bespoke full-bleed country artwork, shared by every generated guide. */
.country-placeholder-hero {
  isolation: isolate;
  min-height: 610px;
  background: var(--country-accent-soft, var(--sky));
}

.country-placeholder-hero::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    90deg,
    rgba(255, 253, 248, 0.96) 0%,
    rgba(255, 253, 248, 0.87) 31%,
    rgba(255, 253, 248, 0.34) 48%,
    rgba(255, 253, 248, 0) 68%
  );
  content: "";
  pointer-events: none;
}

.country-placeholder-hero > .country-main-hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.country-placeholder-hero .hero-inner {
  position: relative;
  z-index: 2;
  min-height: 610px;
}

@media (max-width: 1100px) {
  .country-placeholder-hero {
    background: var(--country-accent-soft, var(--sky));
  }
}

@media (max-width: 920px) {
  .country-placeholder-hero,
  .country-placeholder-hero .hero-inner {
    min-height: 720px;
  }

  .country-placeholder-hero .hero-inner {
    padding-bottom: 210px;
  }

  .country-placeholder-hero::after {
    background: linear-gradient(
      180deg,
      rgba(255, 253, 248, 0.98) 0%,
      rgba(255, 253, 248, 0.94) 48%,
      rgba(255, 253, 248, 0.42) 70%,
      rgba(255, 253, 248, 0.05) 100%
    );
  }

  .country-placeholder-hero > .country-main-hero-image {
    object-position: 72% center;
  }
}

@media (max-width: 700px) {
  .country-placeholder-hero,
  .country-placeholder-hero .hero-inner {
    min-height: 700px;
  }

  .country-placeholder-hero .hero-inner {
    padding-bottom: 180px;
  }
}

/* Shared responsive editorial hero for every country guide. */
.country-placeholder-hero.country-hero-adaptive {
  min-height: clamp(560px, 44vw, 650px);
  overflow: hidden;
  background: #fffdf8;
}

.country-placeholder-hero.country-hero-adaptive::after {
  background: linear-gradient(
    90deg,
    rgba(255, 253, 248, 0.7) 0%,
    rgba(255, 253, 248, 0.56) 27%,
    rgba(255, 253, 248, 0.34) 40%,
    rgba(255, 253, 248, 0.1) 54%,
    rgba(255, 253, 248, 0) 66%
  );
}

.country-placeholder-hero.country-hero-adaptive > .country-main-hero-image {
  inset: 0 0 0 auto;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: right center;
  background: #fffdf8;
}

.country-placeholder-hero.country-hero-adaptive .hero-inner {
  min-height: clamp(560px, 44vw, 650px);
  padding-top: clamp(34px, 4vw, 52px);
  padding-bottom: clamp(42px, 5vw, 68px);
}

.country-placeholder-hero.country-hero-adaptive .hero-inner > * {
  max-width: min(560px, 58vw);
}

.country-placeholder-hero.country-hero-adaptive .guide-breadcrumb {
  margin-bottom: 22px;
}

.country-placeholder-hero.country-hero-adaptive .country-destination-logo.is-hero {
  margin-bottom: 14px;
}

.country-placeholder-hero.country-hero-adaptive h1 {
  max-width: min(600px, 61vw);
  font-size: clamp(3.1rem, 4.8vw, 4.3rem);
}

.country-placeholder-hero.country-hero-adaptive .hero-dek {
  max-width: min(540px, 56vw);
  font-size: clamp(1rem, 1.45vw, 1.12rem);
  font-weight: 560;
  line-height: 1.55;
  text-shadow: none;
}

.country-placeholder-hero.country-hero-adaptive .hero-actions {
  display: grid;
  max-width: min(560px, 58vw);
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.country-placeholder-hero.country-hero-adaptive .hero-actions > :last-child {
  grid-column: 1 / -1;
}

.country-placeholder-hero.country-hero-adaptive .hero-actions :where(.primary-button, .secondary-button) {
  width: 100%;
  justify-content: center;
  text-align: center;
}

.country-placeholder-hero.country-hero-adaptive .hero-proof {
  text-shadow: none;
}

@media (min-width: 1200px) {
  .country-placeholder-hero.country-hero-adaptive,
  .country-placeholder-hero.country-hero-adaptive .hero-inner {
    min-height: clamp(600px, 46vw, 720px);
  }

  .country-placeholder-hero.country-hero-adaptive > .country-main-hero-image {
    top: 50%;
    right: 0;
    bottom: auto;
    left: auto;
    width: 90%;
    height: auto;
    max-width: none;
    transform: translateY(-50%);
    object-fit: fill;
    object-position: center;
    background: transparent;
  }
}

@media (max-width: 980px) and (min-width: 761px) {
  .country-placeholder-hero.country-hero-adaptive,
  .country-placeholder-hero.country-hero-adaptive .hero-inner {
    min-height: 570px;
  }

  .country-placeholder-hero.country-hero-adaptive .hero-inner {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .country-placeholder-hero.country-hero-adaptive h1 {
    font-size: clamp(2.9rem, 5.6vw, 3.45rem);
  }

  .country-placeholder-hero.country-hero-adaptive .hero-inner > *,
  .country-placeholder-hero.country-hero-adaptive .hero-actions {
    max-width: min(520px, 59vw);
  }
}

@media (max-width: 760px) {
  .country-placeholder-hero.country-hero-adaptive {
    display: block;
    min-height: 700px;
    overflow: clip;
    background: var(--country-accent-soft, #eef4f2);
  }

  .country-placeholder-hero.country-hero-adaptive::after {
    content: "";
    z-index: 1;
    background:
      linear-gradient(
        180deg,
        rgba(255, 253, 248, 0.86) 0%,
        rgba(255, 253, 248, 0.72) 31%,
        rgba(255, 253, 248, 0.5) 57%,
        rgba(255, 253, 248, 0.12) 75%,
        rgba(255, 253, 248, 0) 90%
      ),
      linear-gradient(
        90deg,
        rgba(255, 253, 248, 0.2) 0%,
        rgba(255, 253, 248, 0.04) 72%,
        rgba(255, 253, 248, 0) 100%
      );
  }

  .country-placeholder-hero.country-hero-adaptive .hero-inner {
    position: relative;
    z-index: 2;
    width: min(calc(100% - 32px), var(--max));
    min-height: 700px;
    padding: 26px 0 24px;
  }

  .country-placeholder-hero.country-hero-adaptive .hero-inner > *,
  .country-placeholder-hero.country-hero-adaptive .hero-actions,
  .country-placeholder-hero.country-hero-adaptive h1,
  .country-placeholder-hero.country-hero-adaptive .hero-dek {
    max-width: 100%;
  }

  .country-placeholder-hero.country-hero-adaptive h1 {
    font-size: clamp(2.55rem, 12vw, 3.2rem);
  }

  .country-placeholder-hero.country-hero-adaptive .hero-proof {
    position: relative;
    z-index: 3;
    width: min(100%, 500px);
    max-width: 100%;
    margin: 20px 0 0;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    font-size: 0.72rem;
    text-shadow:
      0 1px 0 rgba(255, 253, 248, 0.98),
      1px 0 0 rgba(255, 253, 248, 0.92),
      -1px 0 0 rgba(255, 253, 248, 0.92);
  }

  .country-placeholder-hero.country-hero-adaptive .hero-actions {
    grid-template-columns: 1fr;
  }

  .country-placeholder-hero.country-hero-adaptive .hero-dek {
    text-shadow:
      0 1px 0 rgba(255, 253, 248, 0.95),
      1px 0 0 rgba(255, 253, 248, 0.72),
      -1px 0 0 rgba(255, 253, 248, 0.72);
  }

  .country-placeholder-hero.country-hero-adaptive .hero-actions > :last-child {
    grid-column: auto;
  }

  .country-placeholder-hero.country-hero-adaptive > .country-main-hero-image {
    position: absolute;
    inset: 0;
    z-index: 0;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    aspect-ratio: auto;
    object-fit: cover;
    object-position: 69% center;
    clip-path: none;
    background: transparent;
    filter: saturate(1.04) contrast(1.02);
  }
}

@media (prefers-reduced-motion: no-preference) {
  .country-placeholder-hero > .country-main-hero-image {
    animation: country-hero-reveal 620ms ease-out both;
  }

  @keyframes country-hero-reveal {
    from {
      opacity: 0;
      scale: 1.015;
    }
  }
}
