:root {
  --countries-paper: #f4efe4;
  --countries-paper-soft: #fbf8f0;
  --countries-forest: #061f19;
  --countries-ink: #102c24;
  --countries-acid: #d9ff79;
  --countries-line: rgba(16, 44, 36, 0.18);
}

.countries-page {
  overflow-x: hidden;
  color: var(--countries-ink);
  background: var(--countries-paper);
}

.countries-page main {
  overflow: hidden;
}

.countries-page .site-header {
  z-index: 220;
}

.countries-page .micro-label {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: rgba(16, 44, 36, 0.58);
  font-family: "OMF Sans", sans-serif;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.4;
  text-transform: uppercase;
}

.countries-page .micro-label > span {
  width: 2rem;
  height: 1px;
  background: currentColor;
}

.countries-page .micro-label.light {
  color: rgba(255, 253, 248, 0.7);
}

.countries-hero {
  --country-hero-shift: 0px;
  position: relative;
  min-height: 100svh;
  padding: clamp(7.5rem, 9vw, 9rem) 4vw clamp(5.5rem, 7vw, 6.5rem);
  display: flex;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  color: #fffdf8;
  background: var(--countries-forest);
}

.countries-hero__media,
.countries-hero__shade,
.countries-hero__glow {
  position: absolute;
  inset: 0;
}

.countries-hero__media {
  z-index: -3;
  overflow: hidden;
}

.countries-hero__media img {
  width: 100%;
  height: calc(100% + 5rem);
  object-fit: cover;
  object-position: 52% center;
  transform: translate3d(var(--hero-pointer-x, 0), calc(var(--country-hero-shift) * 0.55 + var(--hero-pointer-y, 0)), 0) scale(1.055);
  will-change: transform;
}

.countries-hero__shade {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(3, 24, 18, 0.94) 0%, rgba(3, 24, 18, 0.69) 42%, rgba(3, 24, 18, 0.16) 72%, rgba(3, 24, 18, 0.24) 100%),
    linear-gradient(0deg, rgba(3, 22, 17, 0.8) 0%, transparent 48%);
}

.countries-hero__glow {
  z-index: -1;
  pointer-events: none;
  background: radial-gradient(circle 360px at var(--cursor-x, 42%) var(--cursor-y, 45%), rgba(218, 255, 121, 0.16), transparent 72%);
  mix-blend-mode: screen;
}

.countries-hero__content {
  position: relative;
  z-index: 1;
  width: min(100%, 58rem);
  opacity: 0;
  transform: translateY(2rem);
  animation: countries-rise 900ms 180ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.countries-hero__content h1 {
  max-width: 16ch;
  margin: 1rem 0 0;
  color: #fffdf8;
  font-family: "OMF Sans", sans-serif;
  font-size: var(--public-hero-heading);
  font-weight: 560;
  letter-spacing: -0.065em;
  line-height: 0.92;
}

.countries-hero__content h1 em {
  color: var(--countries-acid);
  font-family: "OMF Serif", serif;
  font-weight: 400;
  letter-spacing: -0.045em;
}

.countries-hero__content > p:not(.micro-label) {
  width: min(100%, 37rem);
  margin: 1.45rem 0 0;
  color: rgba(255, 253, 248, 0.76);
  font-family: "OMF Text", sans-serif;
  font-size: var(--public-hero-copy);
  line-height: 1.65;
}

.countries-hero__actions {
  margin-top: 1.55rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.25rem;
}

.countries-hero__actions button,
.country-guide__copy > button,
.countries-finale__copy button {
  box-sizing: border-box;
  min-height: 50px;
  padding: 0.45rem 0.55rem 0.45rem 1.25rem;
  display: inline-flex;
  align-items: center;
  gap: 1.1rem;
  border: 0;
  border-radius: 0.7rem;
  color: var(--countries-ink);
  background: var(--countries-acid);
  font-family: "OMF Sans", sans-serif;
  font-size: 0.76rem;
  font-weight: 700;
  cursor: pointer;
  transition: transform 260ms cubic-bezier(0.16, 1, 0.3, 1), background 260ms ease;
}

.countries-hero__actions button i,
.country-guide__copy > button i,
.countries-finale__copy button i {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fffdf8;
  background: var(--countries-ink);
  font-size: 1rem;
  font-style: normal;
  transition: transform 260ms cubic-bezier(0.16, 1, 0.3, 1);
}

.countries-hero__actions button:hover,
.country-guide__copy > button:hover,
.countries-finale__copy button:hover {
  transform: translateY(-2px);
  background: #e5ff9c;
}

.countries-hero__actions button:hover i,
.country-guide__copy > button:hover i,
.countries-finale__copy button:hover i {
  transform: translate(2px, -2px);
}

.countries-hero__actions > a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  color: rgba(255, 253, 248, 0.78);
  font-family: "OMF Sans", sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.countries-hero__actions > a span {
  color: var(--countries-acid);
  transition: transform 220ms ease;
}

.countries-hero__actions > a:hover span {
  transform: translateY(3px);
}

.countries-hero__proof {
  position: absolute;
  right: 4vw;
  bottom: 2.5rem;
  z-index: 1;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(7.5rem, 1fr));
  gap: 1.5rem;
  opacity: 0;
  animation: countries-rise 900ms 500ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.countries-hero__proof div {
  min-width: 0;
  padding-top: 0.85rem;
  border-top: 1px solid rgba(255, 255, 255, 0.24);
  display: flex;
  flex-direction: column-reverse;
  gap: 0.35rem;
}

.countries-hero__proof dt {
  color: rgba(255, 253, 248, 0.56);
  font-family: "OMF Sans", sans-serif;
  font-size: 0.56rem;
  letter-spacing: 0.08em;
  line-height: 1.4;
  text-transform: uppercase;
}

.countries-hero__proof dd {
  margin: 0;
  color: #fffdf8;
  font-family: "OMF Sans", sans-serif;
  font-size: 1.35rem;
  font-weight: 700;
}

.countries-intro {
  padding: var(--compact-section-space) 4vw;
  display: grid;
  grid-template-columns: minmax(9rem, 0.45fr) minmax(20rem, 1.2fr) minmax(17rem, 0.7fr);
  align-items: end;
  gap: clamp(2rem, 5vw, 6rem);
  background: var(--countries-paper);
}

.countries-intro h2 {
  margin: 0;
  color: var(--countries-ink);
  font-family: "OMF Sans", sans-serif;
  font-size: var(--secondary-section-heading);
  font-weight: 500;
  letter-spacing: -0.065em;
  line-height: 0.9;
}

.countries-intro h2 em {
  color: #487d5e;
  font-family: "OMF Serif", serif;
  font-weight: 400;
}

.countries-intro > p:last-child {
  margin: 0;
  color: rgba(16, 44, 36, 0.7);
  font-family: "OMF Text", sans-serif;
  font-size: 0.92rem;
  line-height: 1.7;
}

.country-stories {
  padding: clamp(1rem, 2.2vw, 2rem);
  display: grid;
  gap: clamp(0.9rem, 1.4vw, 1.25rem);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background: var(--countries-forest);
}

.country-story {
  position: relative;
  height: min(700px, 82svh);
  min-height: 600px;
  padding: 0;
  display: grid;
  grid-template-columns: minmax(0, 1.24fr) minmax(320px, 0.76fr);
  align-items: stretch;
  gap: 0;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 1.15rem;
  color: #fffdf8;
  background: #0a2a21;
  box-shadow: 0 1.25rem 3.5rem rgba(0, 0, 0, 0.14);
}

.country-story:nth-child(even) {
  border-color: rgba(16, 44, 36, 0.16);
  color: var(--countries-ink);
  background: #ebe6da;
}

.country-story::before {
  position: absolute;
  z-index: 0;
  top: -0.18em;
  right: 1.5rem;
  content: attr(data-country-code);
  color: rgba(255, 255, 255, 0.045);
  font-family: "OMF Sans", sans-serif;
  font-size: clamp(7rem, 12vw, 12rem);
  font-weight: 650;
  letter-spacing: -0.09em;
  line-height: 1;
  pointer-events: none;
}

.country-story:nth-child(even)::before {
  right: auto;
  left: 1.2rem;
  color: rgba(16, 44, 36, 0.055);
}

.country-story::after {
  position: absolute;
  z-index: 4;
  top: 1.4rem;
  right: 0;
  width: 3px;
  height: 4.5rem;
  border-radius: 3px 0 0 3px;
  content: "";
  background: var(--countries-acid);
}

.country-story:nth-child(even)::after {
  right: auto;
  left: 0;
  border-radius: 0 3px 3px 0;
}

.country-story__media {
  position: relative;
  z-index: 1;
  height: 100%;
  display: block;
  overflow: hidden;
  background: var(--countries-forest);
}

.country-story__media::before {
  position: absolute;
  z-index: 2;
  top: 1.35rem;
  left: 1.35rem;
  padding: 0.45rem 0.65rem;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  content: attr(data-code);
  color: var(--countries-acid);
  background: rgba(4, 27, 21, 0.54);
  backdrop-filter: blur(10px);
  font-family: "OMF Sans", sans-serif;
  font-size: 0.55rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.country-story__media::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(0deg, rgba(4, 28, 21, 0.74), transparent 48%),
    linear-gradient(90deg, transparent 72%, rgba(4, 28, 21, 0.2));
  pointer-events: none;
}

.country-story__media img {
  width: 100%;
  height: calc(100% + 4rem);
  object-fit: cover;
  transform: translate3d(0, var(--country-image-shift, -1rem), 0) scale(1.035);
  transition: transform 900ms cubic-bezier(0.16, 1, 0.3, 1), filter 500ms ease;
  will-change: transform;
}

.country-story__media:hover img {
  filter: saturate(1.05);
  transform: translate3d(0, var(--country-image-shift, -1rem), 0) scale(1.065);
}

.country-story__media > span {
  position: absolute;
  z-index: 1;
  right: 1.75rem;
  bottom: 1.75rem;
  left: 1.75rem;
  color: #fffdf8;
  font-family: "OMF Serif", serif;
  font-size: clamp(1.35rem, 2vw, 2rem);
  font-style: italic;
  line-height: 1.1;
}

.country-story__copy {
  position: relative;
  z-index: 2;
  max-width: none;
  padding: clamp(2.5rem, 4vw, 4.25rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: linear-gradient(145deg, rgba(13, 48, 38, 0.98), rgba(6, 31, 25, 1));
}

.country-story--reverse .country-story__media {
  grid-column: 2;
  grid-row: 1;
}

.country-story--reverse .country-story__copy {
  grid-column: 1;
  grid-row: 1;
  justify-self: end;
}

.country-story:nth-child(even) .country-story__copy {
  width: 100%;
  background: linear-gradient(145deg, #f0ebdf, #e3ddcf);
}

.country-story__copy header {
  padding-bottom: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 253, 248, 0.56);
  font-family: "OMF Sans", sans-serif;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.country-story__copy header p {
  margin: 0;
}

.country-story__copy header > span {
  color: var(--countries-acid);
  font-size: 0.72rem;
}

.country-story:nth-child(even) .country-story__copy header {
  border-bottom-color: var(--countries-line);
  color: rgba(16, 44, 36, 0.58);
}

.country-story:nth-child(even) .country-story__copy header > span {
  color: #5d8546;
}

.country-story__copy h2 {
  margin: 1.45rem 0 0;
  color: #fffdf8;
  font-family: "OMF Sans", sans-serif;
  font-size: var(--secondary-section-heading);
  font-weight: 500;
  letter-spacing: -0.065em;
  line-height: 0.92;
}

.country-story__copy h2 em {
  display: block;
  color: var(--countries-acid);
  font-family: "OMF Serif", serif;
  font-weight: 400;
}

.country-story__copy > p {
  margin: 1.25rem 0 0;
  color: rgba(255, 253, 248, 0.68);
  font-family: "OMF Text", sans-serif;
  font-size: 0.82rem;
  line-height: 1.65;
}

.country-story__copy ul {
  margin: 1.25rem 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.country-story__copy li {
  position: relative;
  padding: 0.65rem 0 0.65rem 1.2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 253, 248, 0.72);
  font-family: "OMF Text", sans-serif;
  font-size: 0.72rem;
  transition: padding-left 220ms ease, color 220ms ease;
}

.country-story__copy li::before {
  position: absolute;
  top: 0.95rem;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--countries-acid);
  content: "";
}

.country-story__copy li:hover {
  padding-left: 1.35rem;
  color: #fffdf8;
}

.country-story:nth-child(even) .country-story__copy h2 {
  color: var(--countries-ink);
}

.country-story:nth-child(even) .country-story__copy h2 em {
  color: #487d5e;
}

.country-story:nth-child(even) .country-story__copy > p {
  color: rgba(16, 44, 36, 0.7);
}

.country-story:nth-child(even) .country-story__copy ul,
.country-story:nth-child(even) .country-story__copy li {
  border-color: var(--countries-line);
}

.country-story:nth-child(even) .country-story__copy li {
  color: rgba(16, 44, 36, 0.76);
}

.country-story:nth-child(even) .country-story__copy li::before {
  background: #6f9652;
}

.country-story__link {
  width: fit-content;
  min-height: 44px;
  margin-top: 1.25rem;
  padding: 0.3rem 0.35rem 0.3rem 0.9rem;
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0.55rem;
  color: #fffdf8;
  background: rgba(255, 255, 255, 0.04);
  font-family: "OMF Sans", sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.country-story__link span {
  width: 1.9rem;
  height: 1.9rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--countries-ink);
  background: var(--countries-acid);
  font-size: 0.82rem;
  transition: transform 250ms cubic-bezier(0.16, 1, 0.3, 1);
}

.country-story__link:hover span {
  transform: rotate(45deg);
}

.country-story:nth-child(even) .country-story__link {
  border-color: rgba(16, 44, 36, 0.16);
  color: #fffdf8;
  background: var(--countries-ink);
}

/* Destination browser — shared visual language with the Services index. */
.country-browser {
  padding: 0 4vw clamp(5.5rem, 8vw, 8rem);
  display: grid;
  grid-template-columns: minmax(22rem, 0.82fr) minmax(0, 1.18fr);
  align-items: start;
  gap: clamp(2.5rem, 5vw, 5.5rem);
  background: var(--countries-paper);
}

.country-browser__visual {
  position: sticky;
  top: 6.5rem;
}

.country-browser__visual figure {
  position: relative;
  height: min(42rem, calc(100svh - 9rem));
  min-height: 35rem;
  margin: 0;
  overflow: hidden;
  background: var(--countries-forest);
}

.country-browser__visual figure > img {
  position: absolute;
  inset: -1rem;
  width: calc(100% + 2rem);
  height: calc(100% + 2rem);
  object-fit: cover;
  transition: opacity 220ms ease, transform 900ms cubic-bezier(0.16, 1, 0.3, 1), filter 220ms ease;
}

.country-browser__visual figure > img.is-changing {
  opacity: 0.24;
  filter: blur(4px);
  transform: scale(1.035);
}

.country-browser__veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(3, 22, 17, 0.9), rgba(3, 22, 17, 0.02) 66%);
}

.country-browser__visual figcaption {
  position: absolute;
  right: 1.6rem;
  bottom: 1.6rem;
  left: 1.6rem;
  display: grid;
  color: #fffdf8;
}

.country-browser__visual figcaption > span {
  margin-bottom: 0.75rem;
  color: var(--countries-acid);
  font-family: "OMF Sans", sans-serif;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.country-browser__visual figcaption > strong {
  max-width: 12ch;
  font-family: "OMF Serif", serif;
  font-size: var(--secondary-editorial-heading);
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 0.96;
}

.country-browser__visual figcaption > p {
  max-width: 26rem;
  margin: 0.7rem 0 0;
  color: rgba(255, 253, 248, 0.68);
  font-family: "OMF Text", sans-serif;
  font-size: 0.78rem;
  line-height: 1.5;
}

.country-browser__visual > button {
  width: 100%;
  min-height: 52px;
  margin-top: 0.85rem;
  padding: 0.4rem 0.45rem 0.4rem 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 0;
  border-radius: 0.55rem;
  color: var(--countries-ink);
  background: var(--countries-acid);
  font-family: "OMF Sans", sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  cursor: pointer;
}

.country-browser__visual > button i {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fffdf8;
  background: var(--countries-ink);
  font-style: normal;
  transition: transform 250ms cubic-bezier(0.16, 1, 0.3, 1);
}

.country-browser__visual > button:hover i {
  transform: rotate(45deg);
}

.country-list {
  border-bottom: 1px solid var(--countries-line);
}

.country-row {
  position: relative;
  z-index: 0;
  border-top: 1px solid var(--countries-line);
}

.country-row::before {
  position: absolute;
  inset: 0 -1.25rem;
  z-index: -1;
  content: "";
  background: var(--countries-acid);
  opacity: 0;
  transform: scaleY(0.82);
  transition: opacity 220ms ease, transform 320ms cubic-bezier(0.16, 1, 0.3, 1);
}

.country-row.is-active::before,
.country-row:focus-within::before {
  opacity: 1;
  transform: scaleY(1);
}

.country-row__trigger {
  width: 100%;
  min-height: 6.25rem;
  padding: 1rem 0;
  display: grid;
  grid-template-columns: 2.5rem minmax(0, 1fr) 2.2rem;
  align-items: center;
  gap: clamp(1rem, 2vw, 2.25rem);
  border: 0;
  color: var(--countries-ink);
  background: transparent;
  text-align: left;
  cursor: pointer;
}

.country-row__number {
  align-self: start;
  padding-top: 0.2rem;
  color: rgba(16, 44, 36, 0.45);
  font-family: "OMF Sans", sans-serif;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.country-row__heading {
  display: grid;
  gap: 0.45rem;
}

.country-row__heading strong {
  font-family: "OMF Sans", sans-serif;
  font-size: var(--secondary-component-heading);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 1;
}

.country-row__heading small {
  color: rgba(16, 44, 36, 0.56);
  font-family: "OMF Text", sans-serif;
  font-size: 0.68rem;
}

.country-row__arrow {
  display: grid;
  width: 2.2rem;
  aspect-ratio: 1;
  place-items: center;
  border-radius: 50%;
  color: #fffdf8;
  background: var(--countries-forest);
  font-size: 0.8rem;
  transition: transform 260ms cubic-bezier(0.16, 1, 0.3, 1);
}

.country-row.is-active .country-row__arrow {
  transform: rotate(45deg);
}

.country-row__detail {
  padding: 0 4.7rem 1.35rem;
  animation: country-detail-in 320ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.country-row__detail[hidden] {
  display: none;
}

.country-row__detail > p {
  max-width: 48rem;
  margin: 0;
  color: rgba(16, 44, 36, 0.7);
  font-family: "OMF Text", sans-serif;
  font-size: 0.74rem;
  line-height: 1.62;
}

.country-row__detail ul {
  margin: 1rem 0 0;
  padding: 0.85rem 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  border-top: 1px solid rgba(16, 44, 36, 0.16);
  border-bottom: 1px solid rgba(16, 44, 36, 0.16);
  list-style: none;
}

.country-row__detail li {
  position: relative;
  padding-left: 0.9rem;
  color: rgba(16, 44, 36, 0.7);
  font-family: "OMF Text", sans-serif;
  font-size: 0.62rem;
  line-height: 1.45;
}

.country-row__detail li::before {
  position: absolute;
  top: 0.43rem;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  content: "";
  background: #5d8546;
}

.country-row__detail > a {
  min-height: 42px;
  margin-top: 0.7rem;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: var(--countries-ink);
  font-family: "OMF Sans", sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
}

.country-row__detail > a span {
  color: #5d8546;
  transition: transform 220ms ease;
}

.country-row__detail > a:hover span {
  transform: translate(2px, -2px);
}

.country-row__trigger:focus-visible,
.country-browser__visual > button:focus-visible,
.country-row__detail > a:focus-visible {
  outline: 2px solid #608a49;
  outline-offset: 4px;
}

@keyframes country-detail-in {
  from { opacity: 0; transform: translateY(0.6rem); }
  to { opacity: 1; transform: translateY(0); }
}

.country-guide {
  min-height: min(760px, 88svh);
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  background: var(--countries-paper-soft);
  color: var(--countries-ink);
}

.country-guide__media {
  min-height: min(40rem, 88svh);
  overflow: hidden;
}

.country-guide__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.8) contrast(0.96);
  transform: scale(1.03);
}

.country-guide__copy {
  padding: clamp(3.5rem, 5vw, 5rem) clamp(2rem, 5vw, 5.5rem);
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #234a3b;
}

.country-guide__copy .micro-label {
  color: rgba(255, 253, 248, 0.62);
}

.country-guide__copy h2 {
  margin: 1.4rem 0 0;
  color: #fffdf8;
  font-family: "OMF Sans", sans-serif;
  font-size: var(--secondary-section-heading);
  font-weight: 500;
  letter-spacing: -0.065em;
  line-height: 0.91;
}

.country-guide__copy h2 em {
  color: var(--countries-acid);
  font-family: "OMF Serif", serif;
  font-weight: 400;
}

.country-guide__copy > p {
  max-width: 34rem;
  margin: 1.15rem 0 0;
  color: rgba(255, 253, 248, 0.74);
  font-family: "OMF Text", sans-serif;
  font-size: 0.9rem;
  line-height: 1.6;
}

.country-guide__inside {
  margin-top: 1.35rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 253, 248, 0.2);
}

.country-guide__inside h3 {
  margin: 0;
  color: #fffdf8;
  font-family: "OMF Sans", sans-serif;
  font-size: 0.74rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.country-guide__inside ul {
  margin: 0.7rem 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  list-style: none;
}

.country-guide__inside li {
  padding: 0.55rem 1rem 0.55rem 0;
  border-bottom: 1px solid rgba(255, 253, 248, 0.14);
  color: rgba(255, 253, 248, 0.67);
  font-family: "OMF Text", sans-serif;
  font-size: 0.66rem;
  line-height: 1.5;
}

.country-guide__inside li:nth-child(even) {
  padding-left: 1rem;
  border-left: 1px solid rgba(255, 253, 248, 0.14);
}

.country-guide__copy > button {
  margin-top: 1.25rem;
}

.country-guide__copy > small {
  max-width: 28rem;
  margin-top: 1rem;
  display: block;
  color: rgba(255, 253, 248, 0.5);
  font-family: "OMF Text", sans-serif;
  font-size: 0.57rem;
  line-height: 1.5;
}

.countries-finale {
  position: relative;
  min-height: min(720px, 78svh);
  margin: clamp(4.75rem, 7vw, 7rem) 4vw;
  padding: clamp(4.5rem, 7vw, 6.5rem) 7vw 4.5rem;
  display: flex;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  border-radius: 1.1rem;
  color: #fffdf8;
  background: var(--countries-forest);
}

.countries-finale__media,
.countries-finale__shade {
  position: absolute;
  inset: 0;
}

.countries-finale__media {
  z-index: -2;
}

.countries-finale__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 48% 52%;
  transform: scale(1.04);
}

.countries-finale__shade {
  z-index: -1;
  background: linear-gradient(90deg, rgba(3, 24, 18, 0.84), rgba(3, 24, 18, 0.4) 55%, rgba(3, 24, 18, 0.08));
}

.countries-finale__copy {
  width: min(100%, 52rem);
}

.countries-finale__copy h2 {
  margin: 1.4rem 0 0;
  color: #fffdf8;
  font-family: "OMF Sans", sans-serif;
  font-size: var(--secondary-section-heading);
  font-weight: 500;
  letter-spacing: -0.065em;
  line-height: 0.88;
}

.countries-finale__copy h2 em {
  color: var(--countries-acid);
  font-family: "OMF Serif", serif;
  font-weight: 400;
}

.countries-finale__copy > p {
  max-width: 39rem;
  margin: 1.8rem 0 0;
  color: rgba(255, 253, 248, 0.72);
  font-family: "OMF Text", sans-serif;
  font-size: 0.92rem;
  line-height: 1.7;
}

.countries-finale__copy > div {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.25rem;
}

.countries-finale__copy > div > a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: rgba(255, 253, 248, 0.74);
  font-family: "OMF Sans", sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
}

.countries-finale__copy > div > a span {
  color: var(--countries-acid);
}

.countries-finale__proof {
  position: absolute;
  right: 4vw;
  bottom: 2.2rem;
  left: 4vw;
  padding-top: 1rem;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.24);
  color: rgba(255, 253, 248, 0.58);
  font-family: "OMF Sans", sans-serif;
  font-size: 0.56rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

@keyframes countries-rise {
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 1080px) {
  .countries-hero__content h1 { font-size: clamp(3.35rem, 5.6vw, 5rem); }
  .countries-intro { grid-template-columns: 1fr 1.5fr; }
  .countries-intro > p:last-child { grid-column: 2; }
  .country-story { height: min(650px, 82svh); grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr); gap: 0; }
  .country-story__media { height: 100%; }
  .country-story__copy { padding: clamp(2.25rem, 3.5vw, 3.25rem); }
  .country-browser { grid-template-columns: minmax(19rem, 0.9fr) minmax(0, 1.1fr); gap: 3rem; }
  .country-browser__visual figure { height: min(38rem, calc(100svh - 9rem)); min-height: 31rem; }
  .country-row__detail { padding-right: 3.5rem; padding-left: 3.5rem; }
  .country-row__detail ul { grid-template-columns: 1fr; gap: 0.45rem; }
  .country-guide__inside ul { grid-template-columns: 1fr; }
  .country-guide__inside li:nth-child(even) { padding-left: 0; border-left: 0; }
}

@media (max-width: 820px) {
  .countries-hero {
    min-height: 100svh;
    padding: 6rem 1.25rem 7.25rem;
    align-items: flex-end;
  }

  .countries-hero__media img { object-position: 62% center; }

  .countries-hero__shade {
    background: linear-gradient(0deg, rgba(3, 24, 18, 0.96) 0%, rgba(3, 24, 18, 0.69) 62%, rgba(3, 24, 18, 0.24));
  }

  .countries-hero__content h1 {
    max-width: 11ch;
    font-size: var(--public-hero-heading);
    line-height: 0.94;
  }

  .countries-hero__content > p:not(.micro-label) { margin-top: 1.35rem; font-size: var(--public-hero-copy); }
  .countries-hero__actions { margin-top: 1.4rem; align-items: flex-start; flex-direction: column; }
  .countries-hero__proof { right: 1.25rem; bottom: 1.4rem; left: 1.25rem; grid-template-columns: repeat(3, 1fr); gap: 0.7rem; }
  .countries-hero__proof dd { font-size: 1rem; }
  .countries-hero__proof dt { font-size: 0.47rem; }

  .countries-intro {
    padding: var(--compact-section-space) 1.25rem;
    grid-template-columns: 1fr;
    gap: 1.7rem;
  }

  .countries-intro h2 { font-size: var(--secondary-section-heading); }
  .countries-intro > p:last-child { grid-column: 1; }

  .country-story,
  .country-story--reverse {
    height: auto;
    min-height: 0;
    padding: 0;
    grid-template-columns: 1fr;
    gap: 0;
  }

  .country-stories { padding: 0.75rem; gap: 0.75rem; }
  .country-story::before { display: none; }
  .country-story::after { top: 0.9rem; height: 3.5rem; }

  .country-story__media,
  .country-story--reverse .country-story__media {
    grid-column: 1;
    grid-row: 1;
    height: min(92vw, 29rem);
  }

  .country-story__copy,
  .country-story--reverse .country-story__copy {
    grid-column: 1;
    grid-row: 2;
    width: 100%;
    padding: 2.25rem 1.5rem 2.5rem;
    justify-self: stretch;
    max-width: none;
  }

  .country-story__copy h2 { font-size: var(--secondary-section-heading); }
  .country-story__media > span { right: 1rem; bottom: 1rem; left: 1rem; }

  .country-browser {
    padding: 0 1.25rem 4.5rem;
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .country-browser__visual {
    position: relative;
    top: 0;
  }

  .country-browser__visual figure {
    height: min(72vw, 30rem);
    min-height: 23rem;
  }

  .country-browser__visual figcaption { right: 1.2rem; bottom: 1.2rem; left: 1.2rem; }
  .country-list { margin: 0 0.5rem; }
  .country-row::before { right: -0.5rem; left: -0.5rem; }
  .country-row__trigger { min-height: 5.5rem; grid-template-columns: 2rem minmax(0, 1fr) 2.2rem; gap: 0.85rem; }
  .country-row__detail { padding: 0 0 1.25rem 2.85rem; }
  .country-row__detail ul { grid-template-columns: 1fr; }

  .country-guide { min-height: 0; grid-template-columns: 1fr; }
  .country-guide__media { min-height: 52vw; }
  .country-guide__copy { padding: var(--compact-section-space) 1.25rem; }
  .country-guide__copy h2 { font-size: var(--secondary-section-heading); }

  .countries-finale { min-height: 80svh; margin: 3.5rem 0.75rem; padding: 4.5rem 1.25rem 7rem; align-items: center; border-radius: 0.8rem; }
  .countries-finale__media img { object-position: 58% center; }
  .countries-finale__shade { background: linear-gradient(0deg, rgba(3, 24, 18, 0.94), rgba(3, 24, 18, 0.52) 72%, rgba(3, 24, 18, 0.28)); }
  .countries-finale__copy h2 { font-size: var(--secondary-section-heading); }
  .countries-finale__proof { right: 1.25rem; left: 1.25rem; gap: 0.8rem; font-size: 0.47rem; }
}

@media (max-width: 520px) {
  .countries-hero__proof div:nth-child(2) { text-align: center; }
  .countries-hero__proof div:last-child { text-align: right; }
  .countries-hero__actions button,
  .country-guide__copy > button,
  .countries-finale__copy button { width: 100%; justify-content: space-between; }
  .countries-finale__proof span:nth-child(2) { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .countries-hero__content,
  .countries-hero__proof { opacity: 1; transform: none; animation: none; }
  .countries-hero__media img,
  .country-story__media img { transform: none !important; transition: none; }
}
