/*
 * I SAID GO production styles
 * Consolidated from the approved visual system. Breakpoint and input-mode
 * differences are intentional.
 */

:root {
  --sans: Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Helvetica Neue",Arial,sans-serif;
  --serif: Iowan Old Style,Baskerville,"Times New Roman",serif;
  --condensed: "Arial Narrow","Helvetica Neue Condensed",Arial,sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--night);
  scroll-behavior: auto;
}

html, body {
  margin: 0px;
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}

body.locked {
  overflow: hidden;
}

button {
  font: inherit;
  cursor: pointer;
}

img, video {
  display: block;
  max-width: 100%;
}

::selection {
  background: var(--hot);
  color: var(--ink);
}

.skip-link {
  position: fixed;
  z-index: 20000;
  left: 12px;
  top: 10px;
  padding: 9px 12px;
  background: var(--hot);
  color: #080807;
  font-size: 12px;
  font-weight: 850;
  text-decoration: none;
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

picture {
  display: block;
  width: 100%;
  height: 100%;
}

.home-tile:focus-visible, .post:focus-visible, .rail-row:focus-visible,
.sheet-row:focus-visible, .place-filter:focus-visible, .quote-dot:focus-visible,
.lb-dismiss:focus-visible, .lb-close:focus-visible, .lb-step:focus-visible,
.lb-link:focus-visible, .sheet-close:focus-visible {
  z-index: 12;
  outline: 2px solid var(--hot);
  outline-offset: -2px;
}

.media-error {
  position: absolute;
  z-index: 2;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 14px;
  background: #171715;
  color: rgba(255, 255, 255, 0.7);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

.topbar {
  top: 0px;
  left: 0px;
  right: 0px;
}

.brand {
  border: 0px;
  background: transparent;
  padding: 0px;
  text-align: left;
  font-size: 19px;
  font-weight: 950;
  letter-spacing: -0.052em;
  line-height: 1;
  transition: color 0.14s, transform 0.14s;
}

.brand:hover {
  transform: translateX(1px);
}

.brand:focus-visible, .current:focus-visible, .arrow:focus-visible {
  outline: 2px solid var(--hot);
  outline-offset: 4px;
}

.arrow {
  width: 40px;
  border: 0px;
  font-size: 27px;
  line-height: 1;
  border-radius: 50%;
  transition: background 0.14s, color 0.14s, opacity 0.18s;
}

.current {
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0.13em;
}

.home {
  height: calc(100svh - var(--bar));
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(4, 1fr);
  overflow: hidden;
}

.home-tile {
  position: relative;
  border: 0px;
  padding: 0px;
  overflow: hidden;
}

.home-tile img, .home-tile video {
  width: 100%;
  height: 100%;
  transition: transform 0.22s, filter 0.22s, opacity 0.18s;
}

.home-tile .tile-label {
  position: absolute;
  z-index: 3;
  left: 8px;
  bottom: 8px;
  max-width: calc(100% - 16px);
  padding: 5px 7px;
  font-size: 7px;
  font-weight: 850;
  letter-spacing: 0.105em;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(3px);
  transition: opacity 0.14s, transform 0.14s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.home-tile:hover .tile-label {
  opacity: 1;
  transform: translateY(0px);
}

.home::after {
  content: "";
  pointer-events: none;
  position: absolute;
  inset: 0px;
}

.home-tile:nth-child(1) { grid-area: 1 / 1 / 3 / 3; }
.home-tile:nth-child(2) { grid-area: 1 / 3 / 2 / 4; }
.home-tile:nth-child(3) { grid-area: 1 / 4 / 2 / 5; }
.home-tile:nth-child(4) { grid-area: 1 / 5 / 2 / 6; }
.home-tile:nth-child(5) { grid-area: 1 / 6 / 3 / 7; }
.home-tile:nth-child(6) { grid-area: 2 / 3 / 4 / 5; }
.home-tile:nth-child(7) { grid-area: 2 / 5 / 3 / 6; }
.home-tile:nth-child(8) { grid-area: 3 / 1 / 5 / 2; }
.home-tile:nth-child(9) { grid-area: 3 / 2 / 4 / 3; }
.home-tile:nth-child(10) { grid-area: 3 / 5 / 5 / 7; }
.home-tile:nth-child(11) { grid-area: 4 / 2 / 5 / 3; }
.home-tile:nth-child(12) { grid-area: 4 / 3 / 5 / 4; }
.home-tile:nth-child(13) { grid-area: 4 / 4 / 5 / 5; }

.atlas::after {
  content: "";
  display: block;
  height: 18svh;
}

.chapter {
  position: relative;
  contain-intrinsic-size: 900px;
}

.chapter-head h2 {
  margin: 0px;
  line-height: 0.84;
  overflow-wrap: anywhere;
}

.voice-0 .chapter-head h2 {
  font-family: var(--sans);
  font-size: var(--title-size);
  font-weight: 950;
  letter-spacing: -0.075em;
  text-transform: uppercase;
}

.voice-1 .chapter-head h2 {
  font-family: var(--serif);
  font-size: calc(var(--title-size)*.92);
  font-weight: 400;
  font-style: italic;
  letter-spacing: -0.045em;
}

.voice-2 .chapter-head h2 {
  font-family: var(--condensed);
  font-size: calc(var(--title-size)*1.03);
  font-weight: 300;
  letter-spacing: -0.055em;
  text-transform: uppercase;
}

.place-filter {
  border: 0px;
  font-weight: 850;
  text-transform: uppercase;
}

.place-filter span {
  opacity: 0.52;
}

.place-filter:hover {
  text-decoration-line: underline;
  text-decoration-style: initial;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.chapter-quote {
  justify-self: end;
  font: italic clamp(17px,1.65vw,25px)/1.13 var(--serif);
  text-align: right;
}

.posts-grid {
  display: grid;
  grid-template-columns: repeat(var(--cols),minmax(0,1fr));
}

.posts-grid:not([data-loaded="1"]) {
  min-height: var(--estimated-h);
  background: linear-gradient(135deg, rgb(22, 22, 20), rgb(17, 17, 15));
}

.post {
  position: relative;
  border: 0px;
  padding: 0px;
  overflow: hidden;
  transition: filter 0.13s, opacity 0.13s;
}

.post img, .post video {
  width: 100%;
  height: 100%;
}

.post.dimmed {
  opacity: 0.13;
  filter: saturate(0.2) brightness(0.68);
}

.post.matched {
  z-index: 7;
  outline: rgba(255, 255, 255, 0.88) solid 2px;
  outline-offset: -2px;
}

.post::after {
  content: attr(data-place);
  position: absolute;
  left: 7px;
  bottom: 7px;
  max-width: calc(100% - 14px);
  padding: 5px 7px;
  border-radius: 3px;
  font-size: 7px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  opacity: 0;
  transition: opacity 0.12s;
}

.post:hover::after {
  opacity: 1;
}

.video-mark {
  position: absolute;
  right: 7px;
  top: 7px;
  width: 25px;
  height: 25px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.66);
  font-size: 11px;
}

.chapter.count-1 .posts-grid {
  display: block;
}

.chapter.count-1 .post {
  display: block;
  width: 100%;
  height: 100%;
}

.chapter.count-2 .posts-grid {
  grid-template-columns: 1.25fr 0.75fr;
  grid-auto-rows: unset;
}

.chapter.count-2 .post {
  grid-area: auto !important;
}

.chapter.count-3 .posts-grid {
  grid-template-columns: 1.35fr 0.65fr;
  grid-auto-rows: unset;
}

.chapter.count-3 .post:nth-child(1) {
  grid-area: 1 / 1 / 3;
}

.chapter.count-3 .post:nth-child(2) {
  grid-area: 1 / 2;
}

.chapter.count-3 .post:nth-child(3) {
  grid-area: 2 / 2;
}

.rail {
  position: fixed;
  z-index: 150;
  top: var(--bar);
  right: 0px;
  bottom: 0px;
}

.rail-panel {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.rail-head {
  flex: 0 0 auto;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.rail-head b {
  text-transform: uppercase;
}

.rail-list {
  flex: 1 1 0%;
  overflow: hidden auto;
  scrollbar-width: thin;
  overscroll-behavior: contain;
}

.year {
  display: flex;
  align-items: end;
  border-top: 1px solid rgba(0, 0, 0, 0.09);
  font-weight: 900;
  letter-spacing: 0.14em;
}

.year:first-child {
  border-top: 0px;
  margin-top: 0px;
}

.rail-row {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  border: 0px;
  background: transparent;
  text-align: left;
}

.rail-row b {
  min-width: 0px;
  font: 850 8.5px/1 var(--condensed);
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.rail-row span {
  flex: 0 0 auto;
  font-variant-numeric: tabular-nums;
}

.rail-row span::before {
  content: "· ";
  opacity: 0.55;
}

.rail-row.active {
  font-weight: 950;
}

.rail-row.active::before {
  content: "";
  position: absolute;
  left: -1px;
  width: 3px;
  height: 11px;
  border-radius: 3px;
}

.rail-row.active b {
  font-weight: 950;
}

.sheet, .scrub {
  display: none;
}

.lightbox {
  position: fixed;
  z-index: 340;
  inset: 0px;
  display: none;
  cursor: zoom-out;
}

.lightbox.open {
  display: grid;
  place-items: center;
}

.lb-card {
  position: relative;
  display: grid;
  cursor: default;
}

.lb-media {
  place-items: center;
  cursor: zoom-out;
}

.lb-media img, .lb-media video {
  box-shadow: rgba(0, 0, 0, 0.17) 0px 8px 34px;
  cursor: default;
}

.lb-info {
  flex-direction: column;
}

.lb-country {
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}

.lb-place {
  margin-top: 8px;
  font-size: 28px;
  line-height: 0.95;
  letter-spacing: -0.04em;
}

.lb-stats {
  margin-top: 10px;
  font-size: 8px;
}

.lb-caption {
  -webkit-box-orient: vertical;
  font: 16px/1.46 var(--serif);
}

.lb-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 11px;
}

.lb-link {
  border: 0px;
  background: transparent;
  padding: 0px;
  color: rgb(211, 23, 90);
  font-size: 8px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  text-decoration: none;
}

.lb-link:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.lb-close {
  position: absolute;
  z-index: 10;
  right: 12px;
  top: 11px;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(0, 0, 0, 0.18);
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 12px;
}

.lb-step {
  position: absolute;
  z-index: 7;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 64px;
  border: 0px;
  background: rgba(17, 17, 15, 0.52);
  color: rgb(255, 255, 255);
  font-size: 29px;
}

.lb-prev {
  left: 0px;
}

.lb-next {
  right: 0px;
}

.lb-dismiss {
  position: absolute;
  z-index: 8;
  left: 14px;
  top: 14px;
  border: 0px;
  color: rgb(255, 255, 255);
  padding: 9px 12px;
  border-radius: 18px;
  font-size: 7px;
  font-weight: 850;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

@media (max-width: 1320px), (max-height: 800px) {
.topbar {
    padding: 0px 11px;
  }

.country-nav {
    grid-template-columns: 36px minmax(150px, 220px) 36px;
  }

.arrow {
    width: 36px;
    height: 36px;
  }

.chapter-head {
    gap: 17px;
  }

.voice-0 .chapter-head h2 {
    font-size: calc(var(--title-size)*.76);
  }

.voice-1 .chapter-head h2 {
    font-size: calc(var(--title-size)*.71);
  }

.voice-2 .chapter-head h2 {
    font-size: calc(var(--title-size)*.79);
  }

.chapter-quote {
    font-size: clamp(14px, 1.35vw, 19px);
    max-width: 510px;
  }

.place-list {
    margin-top: 7px;
    gap: 4px 9px;
  }

.lb-place {
    font-size: 24px;
  }

.lb-caption {
    font-size: 14px;
  }
}

@media (max-width: 900px) {
.country-nav {
    grid-template-columns: 36px 1fr 36px;
    gap: 2px;
  }

.arrow {
    width: 36px;
    height: 36px;
    font-size: 25px;
  }

main {
    padding-right: 0px;
  }

.home {
    height: calc(100svh - var(--bar));
    min-height: 590px;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(6, 1fr);
  }

.home-tile:nth-child(1) {
    grid-area: 1 / 1 / 3 / 3;
  }

.home-tile:nth-child(2) {
    grid-area: 1 / 3 / 2 / 4;
  }

.home-tile:nth-child(3) {
    grid-area: 2 / 3 / 4 / 4;
  }

.home-tile:nth-child(4) {
    grid-area: 3 / 1 / 5 / 2;
  }

.home-tile:nth-child(5) {
    grid-area: 3 / 2 / 4 / 3;
  }

.home-tile:nth-child(6) {
    grid-area: 4 / 2 / 6 / 4;
  }

.home-tile:nth-child(7) {
    grid-area: 5 / 1 / 7 / 2;
  }

.home-tile:nth-child(8) {
    grid-area: 6 / 2 / 7 / 3;
  }

.home-tile:nth-child(9) {
    grid-area: 6 / 3 / 7 / 4;
  }

.home-tile:nth-child(n+10) {
    display: none;
  }

.home-tile .tile-label {
    display: none;
  }

.voice-0 .chapter-head h2, .voice-1 .chapter-head h2, .voice-2 .chapter-head h2 {
    font-size: clamp(39px, 12vw, 64px);
  }

.chapter-quote {
    max-width: 92vw;
    font-size: 16px;
  }

.posts-grid, .chapter.count-1 .posts-grid, .chapter.count-2 .posts-grid, .chapter.count-3 .posts-grid {
    height: auto;
    display: grid;
    grid-template-rows: none !important;
  }

.post, .chapter.count-3 .post:nth-child(1), .chapter.count-3 .post:nth-child(2), .chapter.count-3 .post:nth-child(3) {
    grid-column: span var(--mcs) !important;
    grid-row: span var(--mrs) !important;
    min-height: 0px !important;
  }

.post img, .post video {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }

.post::after {
    display: none;
  }

.rail {
    display: none;
  }

.sheet {
    position: fixed;
    z-index: 240;
    inset: var(--bar) 0 0;
    background: var(--paper);
    color: var(--ink);
    overflow: auto;
  }

.sheet.open {
    display: block;
  }

.sheet-head {
    position: sticky;
    z-index: 2;
    top: 0px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 14px;
    background: rgba(242, 238, 229, 0.97);
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    backdrop-filter: blur(12px);
  }

.sheet-head b {
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 0.13em;
  }

.sheet-close {
    width: 38px;
    height: 38px;
    border: 0px;
    background: transparent;
    font-size: 25px;
  }

.sheet-list {
    display: grid;
    grid-template-columns: 1fr;
    padding: 8px 10px 30px;
  }

.sheet-year {
    padding: 10px 6px 4px;
    font-size: 7px;
    font-weight: 850;
    letter-spacing: 0.15em;
    color: rgb(128, 122, 114);
    border-top: 1px solid rgba(0, 0, 0, 0.09);
  }

.sheet-row {
    height: 36px;
    display: flex;
    align-items: center;
    gap: 7px;
    border-width: 0px 0px 1px;
    border-style: none none solid;
    border-color: currentcolor currentcolor rgba(0, 0, 0, 0.08);
    border-image: none;
    background: transparent;
    padding: 0px 7px;
    text-align: left;
    text-transform: uppercase;
  }

.sheet-row b {
    font-size: 10px;
  }

.sheet-row span {
    font-size: 8px;
    color: rgb(119, 119, 119);
  }

.sheet-row span::before {
    content: "· ";
  }

.sheet-row.active {
    font-weight: 950;
    border-left: 3px solid var(--hot);
  }

.scrub {
    inset: 0px;
  }

.scrub.open {
    display: block;
  }

.scrub-item {
    color: rgb(255, 255, 255);
  }

.lightbox {
    background: rgba(18, 17, 15, 0.48);
  }

.lb-card {
    display: grid;
  }

.lb-media {
    min-height: 0px;
  }

.lb-media img, .lb-media video {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
  }

.lb-info {
    min-height: 0px;
  }

.lb-dismiss {
    max-width: 64vw;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

.lb-step {
    height: 54px;
    width: 36px;
  }
}

.brand {
  position: relative;
  z-index: 3;
  white-space: nowrap;
}

@keyframes logo-jump { 
  0% { transform: translateY(0px) rotate(0deg); }
  28% { transform: translateY(2px) scaleY(0.88) rotate(-2deg); }
  58% { transform: translateY(-8px) rotate(-8deg); }
  100% { transform: translateY(0px) rotate(0deg); }
}

.country-nav {
  z-index: 2;
}

.top-thought {
  z-index: 1;
}

.home {
  min-height: 520px;
}

.home-tile {
  appearance: none;
}

@media (max-width: 1120px) {
.topbar {
    grid-template-columns: minmax(176px, 0.8fr) auto minmax(150px, 0.8fr);
  }

.top-thought {
    font-size: 12px;
    max-width: 190px;
  }

.current {
    min-width: 132px;
    max-width: 190px;
  }
}

@media (max-width: 900px) {
.country-nav {
    max-width: none;
  }

.current {
    min-width: 0px;
  }
}

.topbar {
  transform: translateZ(0px);
  contain: layout paint;
  isolation: isolate;
  position: fixed !important;
  z-index: 10000 !important;
  inset: 0px 0px auto !important;
}

.brand {
  display: inline-flex !important;
  align-items: center !important;
  width: auto !important;
  min-width: 0px !important;
  height: 40px !important;
  min-height: 0px !important;
  max-height: 40px !important;
  overflow: visible !important;
}

.brand-copy {
  display: inline-block;
  white-space: nowrap;
}

.top-thought {
  order: 2;
  flex: 1 1 auto !important;
  min-width: 0px !important;
  margin: 0px 8px !important;
}

.country-nav {
  height: 40px !important;
  max-height: 40px !important;
  position: static !important;
}

.current {
  width: 100% !important;
  min-width: 0px !important;
  max-width: none !important;
  max-height: 38px !important;
  border: 0px !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.arrow {
  height: 38px !important;
  max-height: 38px !important;
}

main {
  padding-top: var(--bar) !important;
}

.home-tile.fresh img, .home-tile.fresh video {
  animation: 0.3s ease 0s 1 normal both running tile-in;
}

@keyframes tile-in { 
  0% { opacity: 0.55; transform: scale(0.992); }
  100% { opacity: 1; transform: scale(1); }
}

@media (max-width: 1120px) {
.topbar {
    padding-right: calc(var(--rail) + 9px) !important;
    gap: 9px !important;
  }

.top-thought {
    display: none !important;
  }

.country-nav {
    margin-left: auto !important;
    flex-basis: 240px !important;
    width: 240px !important;
    max-width: 240px !important;
  }

.country-nav.is-home {
    flex-basis: 112px !important;
    width: 112px !important;
    max-width: 112px !important;
    grid-template-columns: 0px minmax(0px, 112px) 0px !important;
  }
}

@media (max-width: 900px) {
.brand {
    font-size: 14px !important;
    gap: 5px !important;
    height: 38px !important;
  }

.country-nav, .country-nav.is-home {
    margin-left: auto !important;
    flex: 1 1 auto !important;
  }

.country-nav.is-home {
    grid-template-columns: 0px minmax(0px, 1fr) 0px !important;
  }

.current {
    height: 36px !important;
    max-height: 36px !important;
    line-height: 36px !important;
    font-size: 7.5px !important;
  }
}

@media (max-width: 520px) {
.brand-copy {
    font-size: 13px;
  }

.country-nav {
    max-width: 52vw !important;
  }
}

.topbar {
  display: grid !important;
  align-items: center !important;
  gap: 12px !important;
  height: var(--bar) !important;
  min-height: var(--bar) !important;
  max-height: var(--bar) !important;
  overflow: hidden !important;
  backdrop-filter: blur(18px) !important;
}

.brand-zone {
  grid-column: 1;
  overflow: hidden;
}

.brand {
  order: unset !important;
  flex: 0 0 auto !important;
}

.top-thought {
  position: static !important;
}

.country-nav {
  grid-column: 2;
  order: unset !important;
  margin: 0px !important;
  flex: 0 0 auto !important;
  display: grid !important;
  grid-template-columns: 38px minmax(150px, 1fr) 38px !important;
  align-items: center !important;
  gap: 4px !important;
  overflow: visible !important;
}

.country-nav.is-home {
  width: 100% !important;
  max-width: 360px !important;
  flex-basis: auto !important;
  grid-template-columns: 38px minmax(150px, 1fr) 38px !important;
}

.country-nav.is-home .arrow {
  opacity: 1 !important;
  pointer-events: auto !important;
  width: 38px !important;
  min-width: 38px !important;
  padding: 0px !important;
  overflow: visible !important;
}

.arrow {
  background: transparent !important;
}

.current {
  background: transparent !important;
  font-size: 9px !important;
  height: 38px !important;
  padding: 0px 7px !important;
}

.project-stats {
  grid-column: 3;
  display: flex;
  align-items: center;
  min-width: 0px;
  white-space: nowrap;
  font-weight: 800;
  letter-spacing: 0.105em;
  text-transform: uppercase;
}

.project-stats b {
  font-size: 10px;
  letter-spacing: -0.02em;
  margin-right: 3px;
}

main {
  padding-top: var(--bar);
  padding-right: var(--rail);
  background: var(--night);
}

.home-tile img, .home-tile video {
  object-fit: contain !important;
  background: transparent !important;
}

.home-tile:hover img, .home-tile:hover video {
  transform: scale(0.992) !important;
  filter: brightness(1.03);
}

.atlas {
  background: var(--night);
}

.chapter-head {
  border-top: 4px solid var(--accent);
  border-bottom: 1px solid rgba(23, 21, 17, 0.12);
}

.post img, .post video {
  background: transparent !important;
}

.lightbox {
  touch-action: none;
  overscroll-behavior: none !important;
}

.lb-media {
  touch-action: none;
}

.lb-media img, .lb-media video {
  display: block !important;
  flex: 0 0 auto !important;
}

@media (max-width: 1320px), (max-height: 800px) {
.topbar {
    gap: 8px !important;
    padding-left: 11px !important;
  }

.brand {
    font-size: 16px !important;
  }

.project-stats {
    font-size: 6px;
  }

.project-stats b {
    font-size: 9px;
  }

.lb-info {
    padding: 50px 17px 17px !important;
  }

.lb-caption {
    -webkit-line-clamp: 5 !important;
  }
}

@media (max-width: 900px) {
.brand-zone {
    grid-column: 1;
    gap: 4px;
  }

.country-nav, .country-nav.is-home {
    grid-column: 2;
    justify-self: stretch !important;
    margin: 0px !important;
    width: 100% !important;
    max-width: none !important;
    grid-template-columns: 34px minmax(0px, 1fr) 34px !important;
  }

.country-nav.is-home .arrow {
    width: 34px !important;
    min-width: 34px !important;
  }

.lb-card {
    border-radius: 11px !important;
  }

.lb-place {
    font-size: 19px !important;
  }

.lb-stats {
    margin-top: 5px !important;
  }

.lb-caption {
    -webkit-line-clamp: 2 !important;
  }

.lb-actions {
    padding-top: 7px !important;
  }

.lb-close {
    right: 10px !important;
    top: 9px !important;
  }

.lb-dismiss {
    left: 10px !important;
    top: 11px !important;
  }
}

:root {
  --night: #0b0b0a;
  --paper: #f4efe6;
  --ink: #15130f;
  --hot: #ff2f82;
  --bar: 62px;
}

html, body {
  background: var(--night) !important;
  color: rgb(255, 255, 255) !important;
}

.topbar {
  background: rgba(7, 7, 6, 0.97) !important;
  color: rgb(255, 255, 255) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13) !important;
}

.brand {
  color: rgb(255, 255, 255) !important;
}

.brand:hover {
  color: var(--hot) !important;
}

.arrow {
  color: rgb(255, 255, 255) !important;
}

.arrow:hover {
  background: rgba(255, 255, 255, 0.12) !important;
  color: var(--hot) !important;
}

.current {
  color: rgb(255, 255, 255) !important;
}

.current:hover {
  color: var(--hot) !important;
}

.project-stats {
  color: rgba(255, 255, 255, 0.46) !important;
}

.project-stats b {
  color: rgb(255, 255, 255) !important;
}

main, .atlas {
  background: var(--night) !important;
}

.home-tile {
  isolation: isolate;
  background: rgb(21, 21, 19) !important;
}

.home-tile img, .home-tile video, .post img, .post video {
  position: relative;
  z-index: 1;
  filter: saturate(1.055) contrast(1.015);
  transition: transform 1.2s cubic-bezier(0.2, 0.75, 0.2, 1), filter 0.3s, object-position 1.6s;
  object-fit: cover !important;
  background: rgb(17, 17, 17) !important;
}

@media (prefers-reduced-motion: no-preference) and (min-width: 901px) {
.home-tile:nth-child(3n+1) img {
    animation: 15s ease-in-out 0s infinite alternate none running home-drift-a;
  }

.home-tile:nth-child(4n+2) img {
    animation: 18s ease-in-out 0s infinite alternate none running home-drift-b;
  }

.home:hover .home-tile img {
    animation-play-state: paused;
  }

@keyframes home-drift-a { 
    0% { transform: scale(1.02) translate3d(-0.45%, 0.2%, 0px); }
    100% { transform: scale(1.055) translate3d(0.6%, -0.45%, 0px); }
  }

@keyframes home-drift-b { 
    0% { transform: scale(1.02) translate3d(0.35%, -0.2%, 0px); }
    100% { transform: scale(1.05) translate3d(-0.55%, 0.45%, 0px); }
  }
}

.home-tile .tile-label {
  background: rgba(6, 6, 5, 0.78) !important;
  color: rgb(255, 255, 255) !important;
}

.home::after {
  box-shadow: rgba(255, 255, 255, 0.035) 0px 0px 0px 1px inset !important;
}

.chapter {
  --accent: #ff2f82;
  background: var(--night) !important;
  border-top: 1px solid rgba(255, 255, 255, 0.09) !important;
}

.chapter:nth-child(6n+1) {
  --accent: #ff2f82;
}

.chapter:nth-child(6n+2) {
  --accent: #39d6bc;
}

.chapter:nth-child(6n+3) {
  --accent: #f0c532;
}

.chapter:nth-child(6n+4) {
  --accent: #7896ff;
}

.chapter:nth-child(6n+5) {
  --accent: #ff8d55;
}

.chapter:nth-child(6n) {
  --accent: #9bd457;
}

.chapter-head {
  position: relative;
  background: rgb(13, 13, 12) !important;
  color: rgb(255, 255, 255) !important;
}

.chapter-head::after {
  content: "";
  position: absolute;
  left: 16px;
  bottom: 0px;
  width: clamp(34px, 4vw, 62px);
  height: 2px;
  background: var(--accent);
  border-radius: 3px;
  opacity: 0.92;
}

.chapter-head h2 {
  color: rgb(255, 255, 255) !important;
}

.chapter-quote {
  border-left: 2px solid var(--accent);
  color: rgba(255, 255, 255, 0.8) !important;
}

.place-filter:hover {
  color: rgb(255, 255, 255) !important;
  text-decoration-color: var(--accent) !important;
}

.posts-grid {
  overflow: hidden;
}

.chapter.volume-small .posts-grid {
  min-height: 56svh;
}

.chapter.volume-medium .posts-grid {
  min-height: 72svh;
}

.chapter.volume-large .posts-grid, .chapter.volume-dense .posts-grid {
  min-height: 82svh;
}

.post {
  background: rgb(21, 21, 19) !important;
}

.post:hover {
  filter: none !important;
  z-index: 8;
}

.post::after {
  background: rgba(5, 5, 4, 0.78) !important;
  color: rgb(255, 255, 255) !important;
  box-shadow: none !important;
}

.post.matched {
  outline-color: var(--accent) !important;
}

.chapter.count-1 .posts-grid {
  height: min(52svh, 600px) !important;
  min-height: 360px;
}

.chapter.count-2 .posts-grid {
  grid-template-rows: min(56svh, 640px) !important;
  min-height: 400px;
}

.chapter.count-3 .posts-grid {
  grid-template-rows: repeat(2, min(29svh, 330px)) !important;
  min-height: 440px;
}

.rail {
  background: rgb(12, 12, 11) !important;
  color: rgb(255, 255, 255) !important;
  border-left: 1px solid rgba(255, 255, 255, 0.12) !important;
}

.rail-head {
  background: rgb(14, 14, 13) !important;
  border-bottom-color: rgba(255, 255, 255, 0.09) !important;
}

.rail-head b {
  color: rgba(255, 255, 255, 0.65) !important;
}

.year {
  border-top-color: rgba(255, 255, 255, 0.08) !important;
  color: rgba(255, 255, 255, 0.32) !important;
}

.rail-row:hover {
  color: rgb(255, 255, 255) !important;
  background: rgba(255, 47, 130, 0.12) !important;
  transform: none !important;
}

.rail-row.active::before {
  background: var(--hot) !important;
}

.lb-media img, .lb-media video {
  object-fit: contain !important;
  max-width: 100% !important;
  max-height: 100% !important;
  width: auto !important;
  height: auto !important;
}

@media (max-width: 1320px), (max-height: 800px) {
:root {
    --bar: 58px;
  }

.chapter.volume-medium .posts-grid {
    min-height: 68svh;
  }

.chapter.volume-large .posts-grid, .chapter.volume-dense .posts-grid {
    min-height: 78svh;
  }
}

@media (max-width: 900px) {
:root {
    --bar: 54px;
  }

.home {
    gap: 4px !important;
  }

.home-tile img, .home-tile video, .post img, .post video {
    animation: auto ease 0s 1 normal none running none !important;
  }

.chapter-head::after {
    left: 11px;
  }

.chapter.volume-small .posts-grid, .chapter.volume-medium .posts-grid, .chapter.volume-large .posts-grid, .chapter.volume-dense .posts-grid {
    min-height: 0px;
  }

.posts-grid, .chapter.count-1 .posts-grid, .chapter.count-2 .posts-grid, .chapter.count-3 .posts-grid {
    background: rgb(8, 8, 7) !important;
    gap: 4px !important;
    padding: 4px !important;
  }
}

.chapter {
  content-visibility: visible !important;
  contain: none !important;
}

.posts-grid {
  min-height: 0px !important;
  height: auto !important;
  grid-auto-rows: var(--row-h) !important;
}

.chapter.volume-small .posts-grid, .chapter.volume-medium .posts-grid, .chapter.volume-large .posts-grid, .chapter.volume-dense .posts-grid {
  min-height: 0px !important;
}

.post {
  min-width: 0px;
  min-height: 0px;
}

.post img, .post video {
  object-fit: cover !important;
}

@media (min-width: 901px) {
.chapter.count-1 .posts-grid {
    align-items: stretch;
    justify-content: flex-start;
  }

.chapter.count-1 .post {
    flex: 0 1 auto;
  }

.chapter.count-1 .post img, .chapter.count-1 .post video {
    object-fit: contain !important;
    background: rgb(8, 8, 7) !important;
  }
}

.place-filter {
  transition: background 0.1s, color 0.1s, transform 0.1s;
  letter-spacing: 0.085em !important;
  text-decoration: none !important;
}

.place-filter:hover, .place-filter:focus-visible {
  text-decoration: none !important;
}

.current {
  display: grid !important;
  place-content: center !important;
  line-height: 1 !important;
  gap: 2px !important;
}

.lb-media {
  position: relative !important;
}

.lb-media > img, .lb-media > video {
  position: relative !important;
  inset: auto !important;
  padding: 0px !important;
}

@media (max-width: 1320px), (max-height: 800px) {
.year {
    height: 12px !important;
  }
}

.topbar {
  grid-template-columns: minmax(330px, 1fr) minmax(240px, 330px) minmax(300px, 1fr) !important;
  column-gap: 18px !important;
  padding: 0px 14px !important;
}

.brand-zone {
  min-width: 0px;
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
}

.brand {
  flex: 0 0 auto;
}

.top-thought {
  display: block !important;
  justify-self: auto !important;
}

.country-nav {
  justify-self: center !important;
  width: 100% !important;
  max-width: 330px !important;
}

.project-stats {
  gap: 16px !important;
  font-size: 7px !important;
}

.home {
  gap: var(--tile-gap) !important;
  background: rgb(6, 6, 5) !important;
}

.home::after {
  display: none !important;
}

.home-tile, .post {
  border: 0px !important;
}

.home-tile img, .home-tile video, .post img, .post video {
  position: relative !important;
  inset: auto !important;
  width: 100% !important;
  height: 100% !important;
  padding: 0px !important;
  background: rgb(11, 11, 10) !important;
  object-fit: cover !important;
  object-position: var(--fx,50%) var(--fy,50%) !important;
  transform: scale(1.001) !important;
}

.home-tile:hover img, .home-tile:hover video, .post:hover img, .post:hover video {
  filter: saturate(1.06) brightness(1.035) !important;
}

.posts-grid {
  width: min(100%,var(--grid-width,100%)) !important;
  max-width: none !important;
  gap: var(--tile-gap) !important;
  padding: 0px !important;
  background: rgb(6, 6, 5) !important;
  grid-auto-flow: dense !important;
  align-content: start !important;
}

.chapter-head {
  border: 0px !important;
}

.chapter-head::after {
  display: none !important;
}

.place-filter:hover, .place-filter:focus-visible {
  transform: none !important;
}

.year {
  padding-bottom: 1px !important;
}

.current {
  position: relative !important;
}

.current.is-resetting {
  color: var(--hot) !important;
}

@media (min-width: 901px) {
.chapter.count-1 .posts-grid {
    display: grid !important;
    grid-template-columns: minmax(360px, min(68svh, 760px)) !important;
    grid-template-rows: minmax(360px, min(68svh, 760px)) !important;
    width: auto !important;
    height: auto !important;
    min-height: 0px !important;
    padding: 0px !important;
  }

.chapter.count-1 .post {
    width: 100% !important;
    height: 100% !important;
  }

.chapter.count-2 .posts-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0px, 1fr)) !important;
    grid-template-rows: min(64svh, 680px) !important;
    height: auto !important;
    min-height: 0px !important;
  }

.chapter.count-3 .posts-grid {
    display: grid !important;
    grid-template-columns: minmax(0px, 1.35fr) minmax(0px, 0.65fr) !important;
    grid-template-rows: repeat(2, min(33svh, 350px)) !important;
    height: auto !important;
    min-height: 0px !important;
  }
}

.lightbox {
  overflow: hidden !important;
}

.lb-card {
  grid-template-columns: minmax(0px, 1fr) minmax(270px, 320px) !important;
  overflow: hidden !important;
}

.lb-media {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 0px !important;
  min-height: 0px !important;
}

.lb-media > img, .lb-media > video {
  display: block !important;
  object-position: center center !important;
  transform: none !important;
  flex: 0 0 auto !important;
}

.lb-info {
  overflow: hidden !important;
}

.lb-actions {
  justify-content: flex-start !important;
}

@media (max-width: 1320px), (max-height: 800px) {
.topbar {
    grid-template-columns: minmax(285px, 1fr) minmax(210px, 290px) minmax(245px, 1fr) !important;
    column-gap: 10px !important;
  }

.project-stats {
    gap: 9px !important;
  }

.rail-row b {
    font-size: 8.3px !important;
  }

.rail-row.active b {
    font-size: 8.6px !important;
  }

.lb-card {
    width: calc(-34px + 100vw) !important;
    height: calc(-34px + 100dvh) !important;
    grid-template-columns: minmax(0px, 1fr) minmax(245px, 285px) !important;
  }

.lb-media {
    padding: 46px 28px 22px !important;
  }
}

@media (max-width: 900px) {
:root {
    --tile-gap: 2px;
  }

.top-thought, .project-stats {
    display: none !important;
  }

.home, .posts-grid {
    gap: var(--tile-gap) !important;
    padding: 0px !important;
  }
}

.topbar {
  cursor: pointer !important;
}

.country-nav, .country-nav * {
  cursor: pointer !important;
}

.topbar.refresh-zone .brand-copy, .topbar.refresh-zone .top-thought, .topbar.refresh-zone .project-stats {
  color: var(--hot) !important;
}

.brand-copy, .top-thought, .project-stats {
  transition: color 0.13s;
}

.chapter, .chapter.volume-small, .chapter.volume-medium, .chapter.volume-large, .chapter.volume-dense {
  min-height: 0px !important;
  height: auto !important;
}

.posts-grid, .chapter.count-1 .posts-grid, .chapter.count-2 .posts-grid, .chapter.count-3 .posts-grid {
  display: grid !important;
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  min-height: 0px !important;
  grid-template-columns: repeat(var(--cols),minmax(0,1fr)) !important;
  grid-template-rows: none !important;
  grid-auto-rows: var(--row-h) !important;
  grid-auto-flow: row !important;
  place-content: start stretch !important;
}

.post, .chapter.count-1 .post, .chapter.count-2 .post, .chapter.count-3 .post, .chapter.count-3 .post:nth-child(1), .chapter.count-3 .post:nth-child(2), .chapter.count-3 .post:nth-child(3) {
  width: auto !important;
  height: auto !important;
  grid-column: var(--gc) !important;
  grid-row: var(--gr) !important;
}

@media (max-width: 900px) {
.topbar {
    cursor: default !important;
  }

.topbar.refresh-zone .brand-copy, .topbar.refresh-zone .top-thought, .topbar.refresh-zone .project-stats {
    color: inherit !important;
  }

.posts-grid, .chapter.count-1 .posts-grid, .chapter.count-2 .posts-grid, .chapter.count-3 .posts-grid {
    grid-template-columns: repeat(var(--mobile-cols),minmax(0,1fr)) !important;
    grid-auto-rows: var(--mobile-row) !important;
    grid-auto-flow: dense !important;
  }

.post, .chapter.count-1 .post, .chapter.count-2 .post, .chapter.count-3 .post, .chapter.count-3 .post:nth-child(1), .chapter.count-3 .post:nth-child(2), .chapter.count-3 .post:nth-child(3) {
    grid-column: span var(--mcs) !important;
    grid-row: span var(--mrs) !important;
  }
}

:root {
  --rail: 122px;
  --tile-gap: 0px;
}

.topbar {
  padding-right: calc(var(--rail) + 12px) !important;
}

.top-thought {
  text-align: left !important;
  white-space: nowrap !important;
  padding-bottom: 2px !important;
}

.topbar.refresh-zone .brand-copy, .topbar.refresh-zone .project-stats {
  color: var(--hot) !important;
}

.chapter-head {
  display: grid !important;
  padding: 18px 18px 15px !important;
}

.chapter-title-row {
  display: flex;
  align-items: flex-end;
  gap: 13px;
  min-width: 0px;
}

.chapter-title-row h2 {
  min-width: 0px;
}

.chapter-count {
  flex: 0 0 auto;
  margin: 0px 0px 3px;
  border: 1px solid color-mix(in srgb,var(--accent) 60%,transparent);
  color: var(--accent);
  font: 850 8px/1 var(--sans);
  letter-spacing: 0.09em;
  text-transform: uppercase;
  white-space: nowrap;
}

.chapter-quote {
  width: 100% !important;
  margin: 0px !important;
  font-size: clamp(17px, 1.5vw, 24px) !important;
  line-height: 1.12 !important;
}

.place-list {
  grid-column: 1 / -1 !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 6px 7px !important;
  align-items: center !important;
}

.place-filter {
  flex: 0 0 auto !important;
  white-space: nowrap !important;
  line-height: 1 !important;
  padding: 6px 8px !important;
  background: rgba(255, 255, 255, 0.075) !important;
  border-radius: 2px !important;
  color: rgba(255, 255, 255, 0.72) !important;
}

.place-filter span {
  font-variant-numeric: tabular-nums;
  margin-left: 4px !important;
}

.place-filter:hover, .place-filter:focus-visible {
  background: var(--accent) !important;
}

.home, .posts-grid {
  gap: 0px !important;
  padding: 0px !important;
  background: rgb(7, 7, 6) !important;
}

.home-tile, .post {
  outline: 0px !important;
  box-shadow: none !important;
}

.rail {
  width: var(--rail) !important;
}

.rail-head {
  height: 20px !important;
  padding: 0px 6px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
}

.rail-head b {
  font-size: 7px !important;
  letter-spacing: 0.11em !important;
}

.rail-head span {
  font-size: 6px;
  color: rgba(255, 255, 255, 0.35);
  letter-spacing: 0.05em;
}

.rail-list {
  padding: 2px 4px 5px !important;
}

.year {
  height: 11px !important;
  margin-top: 1px !important;
  padding: 0px 3px 1px !important;
  font-size: 6px !important;
}

.rail-row {
  height: 18px !important;
  gap: 4px !important;
  padding: 0px 5px !important;
  border-radius: 2px !important;
  color: rgba(255, 255, 255, 0.83) !important;
  transition: none !important;
  transform: none !important;
}

.rail-row b {
  font-size: 10.4px !important;
  line-height: 1 !important;
  letter-spacing: 0.025em !important;
}

.rail-row span {
  line-height: 1 !important;
  font-weight: 800 !important;
}

.rail-row:hover, .rail-row.hovered {
  background: var(--hot) !important;
  color: rgb(8, 8, 7) !important;
}

.rail-row:hover span, .rail-row.hovered span {
  color: rgb(8, 8, 7) !important;
}

.rail-row.active {
  background: rgba(255, 47, 130, 0.2) !important;
  color: rgb(255, 255, 255) !important;
}

.rail-row.active span {
  color: rgba(255, 255, 255, 0.78) !important;
}

.rail-row.active::before {
  display: none !important;
}

.rail-row.active b {
  font-size: 10.4px !important;
}

.lightbox {
  background: rgba(0, 0, 0, 0.58) !important;
  backdrop-filter: blur(9px) !important;
  padding: 36px !important;
}

.lb-card {
  width: auto !important;
  height: min(760px, -96px + 100dvh) !important;
  max-width: calc(-72px + 100vw) !important;
  max-height: calc(-96px + 100dvh) !important;
  background: rgb(16, 16, 15) !important;
  color: rgb(255, 255, 255) !important;
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
  border-radius: 10px !important;
  box-shadow: rgba(0, 0, 0, 0.62) 0px 26px 90px !important;
}

.lb-media {
  background: rgb(8, 8, 7) !important;
  padding: 48px 26px 24px !important;
  overflow: hidden !important;
}

.lb-media > img, .lb-media > video {
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
  box-shadow: none !important;
}

.lb-info {
  min-height: 0px !important;
  overflow-y: auto !important;
  overscroll-behavior: contain !important;
  background: rgb(21, 21, 20) !important;
  color: rgb(255, 255, 255) !important;
  border-left: 1px solid rgba(255, 255, 255, 0.11) !important;
  padding: 54px 22px 24px !important;
  display: block !important;
}

.lb-country {
  color: rgba(255, 255, 255, 0.48) !important;
}

.lb-place {
  color: rgb(255, 255, 255) !important;
}

.lb-stats {
  color: rgba(255, 255, 255, 0.48) !important;
}

.lb-caption {
  display: block !important;
  -webkit-line-clamp: unset !important;
  overflow: visible !important;
  white-space: pre-wrap !important;
  margin-top: 20px !important;
  color: rgba(255, 255, 255, 0.88) !important;
  font-size: 15px !important;
  line-height: 1.48 !important;
}

.lb-actions {
  margin-top: 24px !important;
  padding-top: 16px !important;
  border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.lb-link {
  color: var(--hot) !important;
  font-size: 9px !important;
}

.lb-close {
  background: rgba(18, 18, 17, 0.92) !important;
  color: rgb(255, 255, 255) !important;
  border-color: rgba(255, 255, 255, 0.18) !important;
}

.lb-close:hover {
  background: rgb(255, 255, 255) !important;
  color: rgb(10, 10, 9) !important;
}

.lb-dismiss {
  background: rgba(18, 18, 17, 0.78) !important;
}

.lb-dismiss:hover {
  background: rgb(255, 255, 255) !important;
  color: rgb(10, 10, 9) !important;
}

@media (max-width: 1320px), (max-height: 800px) {
:root {
    --rail: 116px;
  }

.chapter-head {
    padding: 15px 13px 13px !important;
  }

.place-filter {
    padding: 5px 7px !important;
  }

.rail-row {
    height: 17px !important;
  }

.rail-row b, .rail-row.active b {
    font-size: 9.8px !important;
  }

.rail-row span {
    font-size: 7.5px !important;
  }

.lightbox {
    padding: 24px !important;
  }

.lb-card {
    max-width: calc(-48px + 100vw) !important;
    max-height: calc(-70px + 100dvh) !important;
  }
}

@media (max-width: 900px) {
:root {
    --rail: 0px;
  }

.chapter-head {
    padding: 15px 11px 13px !important;
  }

.chapter-title-row {
    align-items: baseline;
  }

.chapter-count {
    margin-bottom: 0px;
  }

.chapter-quote {
    margin-top: 12px !important;
    padding-left: 0px !important;
    border-left: 0px !important;
    text-align: left !important;
  }

.place-list {
    margin-top: 10px !important;
    gap: 5px !important;
  }

.place-filter {
    font-size: 8.5px !important;
    padding: 5px 7px !important;
  }

.lightbox {
    inset: var(--bar) 0 0 !important;
    padding: 7px !important;
  }

.lb-card {
    width: 100% !important;
    height: calc(100dvh - var(--bar) - 14px) !important;
    max-width: 100% !important;
    max-height: calc(100dvh - var(--bar) - 14px) !important;
    grid-template-columns: 1fr !important;
    grid-template-rows: minmax(0px, 58%) minmax(0px, 42%) !important;
  }

.lb-media {
    padding: 46px 13px 10px !important;
  }

.lb-info {
    border-left: 0px !important;
    border-top: 1px solid rgba(255, 255, 255, 0.11) !important;
    padding: 15px 15px 18px !important;
  }

.lb-caption {
    font-size: 13px !important;
    line-height: 1.42 !important;
    margin-top: 10px !important;
  }

.lb-actions {
    margin-top: 16px !important;
  }
}

html, body {
  scrollbar-color: rgb(90, 90, 87) rgb(10, 10, 9);
  scrollbar-width: thin;
}

html::-webkit-scrollbar, body::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background: rgb(10, 10, 9);
}

html::-webkit-scrollbar-track, body::-webkit-scrollbar-track {
  background: rgb(10, 10, 9);
}

html::-webkit-scrollbar-thumb, body::-webkit-scrollbar-thumb {
  background: rgb(85, 85, 82);
  border: 2px solid rgb(10, 10, 9);
  border-radius: 999px;
}

html::-webkit-scrollbar-thumb:hover, body::-webkit-scrollbar-thumb:hover {
  background: rgb(119, 119, 114);
}

.rail-list {
  scrollbar-color: rgb(85, 85, 82) rgb(12, 12, 11) !important;
}

.rail-list::-webkit-scrollbar {
  width: 7px !important;
  background: rgb(12, 12, 11) !important;
}

.rail-list::-webkit-scrollbar-track {
  background: rgb(12, 12, 11) !important;
}

.rail-list::-webkit-scrollbar-thumb {
  background: rgb(85, 85, 82) !important;
  border: 1px solid rgb(12, 12, 11) !important;
  border-radius: 999px !important;
}

.lb-info {
  scrollbar-color: rgb(85, 85, 82) rgb(21, 21, 20) !important;
}

.lb-info::-webkit-scrollbar {
  width: 7px !important;
  background: rgb(21, 21, 20) !important;
}

.lb-info::-webkit-scrollbar-track {
  background: rgb(21, 21, 20) !important;
}

.lb-info::-webkit-scrollbar-thumb {
  background: rgb(85, 85, 82) !important;
  border: 1px solid rgb(21, 21, 20) !important;
  border-radius: 999px !important;
}

.brand, .brand:hover, .brand:focus {
  transform: none !important;
}

.brand-copy {
  transform: none !important;
}

.top-thought {
  opacity: 0.92;
  font: italic 400 14px/1.05 var(--serif) !important;
  max-width: 250px !important;
}

.topbar.refresh-zone .top-thought {
  opacity: 1;
}

.home-tile, .post {
  isolation: isolate !important;
  overflow: hidden !important;
  transform: translateZ(0px) !important;
}

.home-tile img, .home-tile video, .post img, .post video {
  width: calc(100% + 2px) !important;
  height: calc(100% + 2px) !important;
  max-width: none !important;
  margin: -1px !important;
  backface-visibility: hidden !important;
  transform: translateZ(0px) scale(1.002) !important;
}

.home-tile:hover img, .home-tile:hover video, .post:hover img, .post:hover video {
  transform: translateZ(0px) scale(1.022) !important;
}

.chapter {
  --accent-ink: #080807;
}

.chapter-head {
  grid-template-areas: "title quote" "places quote" !important;
  align-items: start !important;
}

.chapter-title-wrap {
  grid-area: title !important;
  min-width: 0px !important;
}

.chapter-quote {
  grid-area: quote !important;
  align-self: center !important;
  min-width: 0px !important;
  max-width: 100% !important;
  padding-left: 14px !important;
  text-wrap: balance !important;
  overflow-wrap: normal !important;
}

.place-list {
  grid-area: places / auto !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0px !important;
  padding-right: 8px !important;
  margin-top: 0px !important;
}

.chapter-count {
  font-size: 8.6px !important;
  padding: 4px 7px !important;
}

.place-filter {
  font-size: 9.7px !important;
}

.place-filter span {
  font-size: 8.6px !important;
  color: rgba(255, 255, 255, 0.72) !important;
  font-weight: 850 !important;
}

.place-filter:hover, .place-filter:focus-visible {
  color: var(--accent-ink) !important;
}

.place-filter:hover span, .place-filter:focus-visible span {
  color: color-mix(in srgb,var(--accent-ink) 72%,transparent) !important;
}

.rail-row span {
  font-size: 8.4px !important;
  color: rgba(255, 255, 255, 0.72) !important;
}

.rail-row:hover, .rail-row.hovered, .rail-row.active:hover, .rail-row.active.hovered {
  background: var(--hot) !important;
  color: rgb(8, 8, 7) !important;
}

.rail-row:hover span, .rail-row.hovered span, .rail-row.active:hover span, .rail-row.active.hovered span {
  color: rgb(8, 8, 7) !important;
}

@media (max-width: 1320px), (max-height: 800px) {
.top-thought {
    max-width: 205px !important;
  }

.chapter-head {
    grid-template-columns: minmax(0px, 1.28fr) minmax(285px, 0.72fr) !important;
    column-gap: 22px !important;
  }

.place-filter {
    font-size: 9px !important;
  }

.place-filter span {
    font-size: 8px !important;
  }
}

@media (max-width: 900px) {
.chapter-head {
    display: block !important;
  }

.chapter-title-wrap, .chapter-quote, .place-list {
    grid-area: auto !important;
  }

.place-list {
    padding-right: 0px !important;
  }

.top-thought {
    display: none !important;
  }

.home-tile img, .home-tile video, .post img, .post video {
    width: calc(100% + 2px) !important;
    height: calc(100% + 2px) !important;
    margin: -1px !important;
  }
}

.brand {
  gap: 0px !important;
}

.brand-zone {
  column-gap: 18px !important;
}

.top-thought {
  color: rgba(255, 255, 255, 0.86) !important;
  font-style:  !important;
  font-variant-ligatures:  !important;
  font-variant-caps:  !important;
  font-variant-numeric:  !important;
  font-variant-east-asian:  !important;
  font-variant-alternates:  !important;
  font-variant-position:  !important;
  font-variant-emoji:  !important;
  font-stretch:  !important;
  font-size:  !important;
  font-family:  !important;
  font-optical-sizing:  !important;
  font-size-adjust:  !important;
  font-kerning:  !important;
  font-feature-settings:  !important;
  font-variation-settings:  !important;
  font-language-override:  !important;
  font-weight: 400 !important;
  letter-spacing: -0.015em !important;
}

.topbar.refresh-zone .top-thought {
  color: rgb(255, 255, 255) !important;
}

.travel-map-link {
  color: rgba(255, 255, 255, 0.42);
  font: 800 8px/1 var(--sans);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.15s;
}

.travel-map-link:hover, .travel-map-link:focus-visible {
  color: var(--hot);
  outline: 0px;
}

.chapter-quote {
  transition: opacity 0.1s linear !important;
}

.chapter-quote.is-rotatable {
  cursor: pointer !important;
}

.chapter-quote.is-rotatable:hover {
  color: rgb(255, 255, 255) !important;
}

.chapter-quote.is-rotatable:focus-visible {
  outline: 1px solid var(--accent);
  outline-offset: 7px;
}

.chapter-quote.changing {
  opacity: 0.22 !important;
}

.quote-wrap {
  grid-area: quote !important;
  min-width: 0px !important;
  max-width: 100% !important;
}

.quote-wrap .chapter-quote {
  grid-area: auto !important;
}

.quote-dots {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1px;
}

.quote-dot {
  position: relative;
  width: 24px;
  padding: 0px;
  border: 0px;
  background: transparent;
  cursor: pointer;
}

.quote-dot::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 13px;
  height: 2px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.28);
  transform: translate(-50%, -50%);
  transition: width 0.14s, height 0.14s, background 0.14s;
}

.quote-dot:hover::before, .quote-dot:focus-visible::before {
  width: 18px;
  height: 3px;
  background: rgba(255, 255, 255, 0.76);
}

.quote-dot:focus-visible {
  outline: rgba(255, 255, 255, 0.55) solid 1px;
  outline-offset: -2px;
  border-radius: 999px;
}

.quote-dot.active::before {
  width: 18px;
  height: 3px;
  background: var(--accent);
}

@media (max-width: 720px) {
.quote-dots {
    justify-content: flex-start;
    margin-top: 6px;
  }

.quote-dot {
    width: 28px;
    height: 24px;
  }
}

@media (max-width: 1320px), (max-height: 800px) {
.top-thought {
    font-size: 13px !important;
  }
}

.quote-wrap .chapter-quote {
  transition: opacity 0.12s, font-size 0.12s !important;
}

.chapter-quote.quote-short {
  font-size: clamp(20px, 1.55vw, 25px) !important;
}

.chapter-quote.quote-medium {
  font-size: clamp(18px, 1.34vw, 22px) !important;
}

.chapter-quote.quote-long {
  font-size: clamp(16px, 1.12vw, 19px) !important;
  line-height: 1.16 !important;
}

.chapter-quote.quote-xlong {
  font-size: clamp(14px, 0.98vw, 17px) !important;
  line-height: 1.17 !important;
}

@media (max-width: 900px) {
.quote-wrap {
    display: grid !important;
  }

.quote-wrap .chapter-quote {
    margin-top: 0px !important;
  }

.chapter-quote.quote-short {
    font-size: 18px !important;
  }

.chapter-quote.quote-medium {
    font-size: 16.5px !important;
  }

.chapter-quote.quote-long {
    font-size: 15px !important;
  }

.chapter-quote.quote-xlong {
    font-size: 13.5px !important;
  }
}

.top-thought {
  line-height: 1.28 !important;
  overflow: visible !important;
  text-overflow: clip !important;
  padding: 2px 0px 3px !important;
}

.chapter-head {
  grid-template-columns: minmax(0px, 1fr) minmax(360px, 1fr) !important;
  gap: 7px clamp(22px, 2.6vw, 42px) !important;
  padding-top: 13px !important;
  padding-bottom: 11px !important;
}

.quote-wrap {
  display: grid !important;
  grid-template-rows: 82px 18px !important;
  min-height: 100px !important;
  align-self: center !important;
}

.quote-wrap .chapter-quote {
  height: 82px !important;
  min-height: 82px !important;
  max-height: 82px !important;
  margin: 0px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  overflow: hidden !important;
  line-height: 1.16 !important;
}

.quote-dots {
  min-height: 18px !important;
  height: 18px !important;
  margin-top: 0px !important;
  align-self: end !important;
}

.quote-dot {
  height: 18px !important;
}

@media (max-width: 900px) {
.chapter-head {
    padding-top: 13px !important;
    padding-bottom: 11px !important;
  }

.quote-wrap {
    grid-template-rows: 76px 20px !important;
    min-height: 96px !important;
    margin-top: 8px !important;
  }

.quote-wrap .chapter-quote {
    height: 76px !important;
    min-height: 76px !important;
    max-height: 76px !important;
    justify-content: flex-start !important;
  }

.quote-dots {
    height: 20px !important;
    min-height: 20px !important;
  }
}

.quote-wrap .chapter-quote {
  font-size: 23px !important;
}

.chapter-quote .quote-text {
  display: block;
  width: 100%;
  max-height: 100%;
}

.project-stats {
  width: 100% !important;
  justify-self: stretch !important;
  justify-content: flex-end !important;
}

.travel-map-link {
  order: -1;
  margin-right: 5px;
  margin-left: 0px !important;
}

@media (max-width: 900px) {
.topbar {
    display: grid !important;
    grid-template-columns: auto minmax(0px, 1fr) auto !important;
    grid-template-rows: auto auto !important;
    align-items: center !important;
    gap: 3px 9px !important;
    min-height: 52px !important;
    padding: calc(8px + env(safe-area-inset-top)) 12px 8px !important;
  }

.brand-zone {
    display: contents !important;
  }

.brand {
    grid-area: 1 / 1 / 3 !important;
    align-self: center !important;
    white-space: nowrap !important;
  }

.top-thought {
    grid-area: 1 / 2 !important;
    place-self: end center !important;
    max-width: 100% !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    font-size: 11.5px !important;
    line-height: 1 !important;
    opacity: 0.86 !important;
    transition: opacity 0.18s, visibility linear !important;
  }

.project-stats {
    grid-area: 2 / 2 !important;
    place-self: start center !important;
    display: flex !important;
    gap: 4px !important;
    max-width: 100% !important;
    overflow: hidden !important;
    white-space: nowrap !important;
    font: 650 7px/1 var(--condensed) !important;
    letter-spacing: 0.065em !important;
    text-transform: uppercase !important;
    color: rgba(255, 255, 255, 0.4) !important;
    transition: opacity 0.18s, visibility linear !important;
  }

.project-stats .travel-map-link {
    display: none !important;
  }

.project-stats span {
    display: inline !important;
  }

.project-stats span + span::before {
    content: "·";
    margin-right: 4px;
  }

.project-stats b {
    font: inherit !important;
    color: inherit !important;
  }

.country-nav {
    grid-area: 1 / 3 / 3 !important;
    display: block !important;
    justify-self: end !important;
    width: auto !important;
  }

.arrow {
    display: none !important;
  }

.current {
    width: auto !important;
    max-width: 34vw !important;
    min-height: 32px !important;
    padding: 8px 29px 8px 12px !important;
    border: 1px solid rgba(255, 255, 255, 0.22) !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, 0.06) !important;
    color: rgb(255, 255, 255) !important;
    font: 850 8.5px/1 var(--condensed) !important;
    letter-spacing: 0.09em !important;
    text-transform: uppercase !important;
    text-overflow: ellipsis !important;
    position: relative !important;
    overflow: hidden !important;
    white-space: nowrap !important;
    transition: max-width 0.2s !important;
  }

.current::after {
    content: "";
    position: absolute;
    right: 11px;
    top: 50%;
    width: 12px;
    height: 3px;
    transform: translateY(-50%);
    border-radius: 999px;
    background: var(--hot);
    box-shadow: rgba(255, 255, 255, 0.26) 0px -5px 0px, rgba(255, 255, 255, 0.26) 0px 5px 0px;
  }

body:not(.is-home) .top-thought, body:not(.is-home) .project-stats {
    opacity: 0 !important;
    visibility: hidden !important;
    transition: opacity 0.14s, visibility linear 0.14s !important;
  }

body:not(.is-home) .current {
    max-width: 56vw !important;
  }

.sheet {
    display: none !important;
  }

.scrub {
    position: fixed;
    z-index: 400;
    left: 0px;
    right: 0px;
    top: calc(52px + env(safe-area-inset-top));
    bottom: 0px;
    background: linear-gradient(90deg, rgba(7, 7, 7, 0.04) 0%, rgba(7, 7, 7, 0.1) 38%, rgba(7, 7, 7, 0.46) 72%, rgba(7, 7, 7, 0.72) 100%);
    color: rgb(255, 255, 255);
    visibility: hidden;
    opacity: 0;
    transform: translateY(-10px);
    overflow: hidden;
    touch-action: none;
    overscroll-behavior: none;
    user-select: none;
    backdrop-filter: saturate(0.84);
    transition: opacity 0.22s, transform 0.32s cubic-bezier(0.2, 0.8, 0.2, 1), visibility linear 0.32s;
    display: block !important;
  }

.scrub.open {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
    transition: opacity 0.18s, transform 0.32s cubic-bezier(0.2, 0.8, 0.2, 1), visibility;
  }

.scrub::before {
    content: "";
    position: absolute;
    inset: 0px;
    background: linear-gradient(rgba(8, 8, 8, 0.28), rgba(8, 8, 8, 0.1) 55%, rgba(8, 8, 8, 0.42));
    pointer-events: none;
  }

.scrub-list {
    position: absolute !important;
    z-index: 2 !important;
    left: auto !important;
    right: 14px !important;
    top: 8px !important;
    bottom: calc(72px + env(safe-area-inset-bottom)) !important;
    width: min(74vw, 320px) !important;
    transform: none !important;
    will-change: auto !important;
  }

.scrub-item {
    position: absolute !important;
    left: 0px !important;
    right: 0px !important;
    top: 0px !important;
    height: 14px !important;
    display: flex !important;
    align-items: baseline !important;
    justify-content: flex-end !important;
    gap: 2px !important;
    transform-origin: center center !important;
    white-space: nowrap !important;
    will-change: transform !important;
    transition: none !important;
  }

.scrub-item b, .scrub-item span {
    display: inline-block !important;
    line-height: 1 !important;
    vertical-align: baseline !important;
  }

.scrub-item b {
    min-width: 0px !important;
    max-width: none !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    font-family: var(--condensed) !important;
    font-size: 13.2px !important;
    font-weight: 780 !important;
    letter-spacing: 0.018em !important;
    text-transform: uppercase !important;
    text-align: right !important;
  }

.scrub-item span {
    flex: 0 0 auto !important;
    min-width: 2ch !important;
    font-family: var(--condensed) !important;
    font-size: 13.2px !important;
    font-weight: 500 !important;
    font-variant-numeric: tabular-nums !important;
    letter-spacing: 0.02em !important;
    color: rgba(255, 255, 255, 0.38) !important;
    text-align: right !important;
  }

.scrub-item.explore b {
    letter-spacing: 0.08em !important;
  }

.scrub-item.explore span {
    display: inline-block !important;
    min-width: 2ch !important;
    text-align: center !important;
  }

.scrub-item.active {
    z-index: 3 !important;
  }

.scrub-item.active b {
    font-size: 13.2px !important;
    color: var(--hot) !important;
    font-weight: 900 !important;
    letter-spacing: 0.018em !important;
  }

.scrub-item.active span {
    font-size: 13.2px !important;
    color: rgba(255, 57, 126, 0.62) !important;
    font-weight: 600 !important;
  }

.scrub-year {
    position: absolute;
    left: 0px;
    right: 0px;
    height: 12px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font: 700 8px/1 var(--condensed);
    letter-spacing: 0.15em;
    color: rgba(255, 255, 255, 0.3);
    font-variant-numeric: tabular-nums;
    pointer-events: none;
    will-change: transform;
  }
}

@media (max-width: 360px) {
.topbar {
    gap: 3px 7px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

.brand {
    font-size: 20px !important;
  }

.top-thought {
    font-size: 10px !important;
  }

.project-stats {
    font-size: 6.5px !important;
    letter-spacing: 0.05em !important;
  }

.current {
    max-width: 31vw !important;
    padding-left: 10px !important;
    padding-right: 27px !important;
    font-size: 8px !important;
  }
}

.rail-row.rail-explore {
  height: 24px;
  margin-bottom: 3px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: rgb(210, 22, 90);
}

.rail-row.rail-explore b {
  font-size: 9px;
  font-weight: 950;
}

.rail-row.rail-explore span {
  min-width: 2ch;
  text-align: center;
  font-variant-numeric: tabular-nums;
}

.rail-row.rail-explore span::before {
  content: none;
}

.rail-row.rail-explore.active::before {
  background: var(--hot);
}

.lb-close {
  display: grid !important;
  place-items: center !important;
  padding: 0px !important;
  font-size: 0px !important;
  line-height: 0 !important;
}

.lb-close::before, .lb-close::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 15px;
  height: 1.5px;
  border-radius: 2px;
  background: currentcolor;
  transform-origin: center center;
}

.lb-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.lb-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media (hover: none), (pointer: coarse) {
.rail-row {
    touch-action: manipulation;
    min-height: 28px !important;
    height: 28px !important;
    padding: 0px 7px !important;
  }

.rail-row b, .rail-row.active b {
    font-size: 10.4px !important;
  }

.rail-row span {
    font-size: 8px !important;
  }

.rail-row:hover {
    background: transparent !important;
    color: rgba(255, 255, 255, 0.74) !important;
  }

.rail-row.active:hover {
    background: rgba(255, 47, 130, 0.2) !important;
    color: rgb(255, 255, 255) !important;
  }

.home-tile:hover img, .home-tile:hover video, .post:hover img, .post:hover video {
    transform: none !important;
    filter: none !important;
  }

.place-filter {
    min-height: 34px;
    touch-action: manipulation;
    padding: 5px 8px !important;
  }

.place-filter.touch-active {
    background: var(--accent) !important;
    color: rgb(8, 8, 7) !important;
  }

.place-filter.touch-active span {
    color: rgba(8, 8, 7, 0.68) !important;
  }
}

@media (min-width: 901px) and ((hover: none) or (pointer: coarse)) {
.sheet {
    position: fixed !important;
    z-index: 360 !important;
    inset: var(--bar) 0 0 !important;
    background: rgb(12, 12, 11) !important;
    color: rgb(255, 255, 255) !important;
    overflow: auto !important;
  }

.sheet.open {
    display: block !important;
  }

.sheet-head {
    background: rgba(12, 12, 11, 0.96) !important;
    border-bottom-color: rgba(255, 255, 255, 0.12) !important;
  }

.sheet-close {
    color: rgb(255, 255, 255) !important;
  }

.sheet-list {
    grid-template-columns: repeat(2, minmax(0px, 1fr)) !important;
    gap: 0px 18px !important;
    padding: 12px 22px 34px !important;
  }

.sheet-year {
    grid-column: 1 / -1 !important;
    color: rgba(255, 255, 255, 0.42) !important;
    border-top-color: rgba(255, 255, 255, 0.09) !important;
  }

.sheet-row {
    height: 46px !important;
    color: rgb(255, 255, 255) !important;
    border-bottom-color: rgba(255, 255, 255, 0.09) !important;
    padding: 0px 10px !important;
  }

.sheet-row b {
    font-size: 12px !important;
  }

.sheet-row span {
    margin-left: auto !important;
    color: rgba(255, 255, 255, 0.52) !important;
  }

.sheet-row.active {
    background: rgba(255, 47, 130, 0.16) !important;
    border-left-color: var(--hot) !important;
  }
}

.home-tile, .post {
  background: rgb(23, 23, 21) !important;
}

.home-tile img, .post img {
  backface-visibility: hidden;
}


/* 2026-07 mobile editorial mosaic: three-column base with controlled variation. */
@media (max-width: 900px) {
  .posts-grid,
  .chapter.count-1 .posts-grid,
  .chapter.count-2 .posts-grid,
  .chapter.count-3 .posts-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    grid-auto-rows: calc(100vw / 3) !important;
    grid-auto-flow: row dense !important;
  }

  .post,
  .chapter.count-1 .post,
  .chapter.count-2 .post,
  .chapter.count-3 .post,
  .chapter.count-3 .post:nth-child(1),
  .chapter.count-3 .post:nth-child(2),
  .chapter.count-3 .post:nth-child(3) {
    grid-column: span var(--mcs) !important;
    grid-row: span var(--mrs) !important;
    aspect-ratio: auto !important;
    min-width: 0 !important;
    min-height: 0 !important;
    overflow: hidden !important;
  }

  .post picture,
  .post img,
  .post video {
    width: 100% !important;
    height: 100% !important;
  }

  .post img,
  .post video {
    object-fit: cover !important;
  }
}


/* 2026-07 tablet refinements: keep phone layout compact, fit iPad portrait to one screen, and stabilize touch rail. */
@media (min-width: 700px) and (max-width: 900px) {
  .home {
    height: calc(100svh - var(--bar)) !important;
    min-height: 0 !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
    overflow: hidden !important;
  }

  .home-tile:nth-child(1)  { grid-area: 1 / 1 / 3 / 3 !important; }
  .home-tile:nth-child(2)  { grid-area: 1 / 3 / 2 / 4 !important; }
  .home-tile:nth-child(3)  { grid-area: 1 / 4 / 3 / 5 !important; }
  .home-tile:nth-child(4)  { grid-area: 2 / 3 / 3 / 4 !important; }
  .home-tile:nth-child(5)  { grid-area: 3 / 1 / 4 / 2 !important; }
  .home-tile:nth-child(6)  { grid-area: 3 / 2 / 5 / 4 !important; }
  .home-tile:nth-child(7)  { grid-area: 3 / 4 / 4 / 5 !important; }
  .home-tile:nth-child(8)  { grid-area: 4 / 1 / 5 / 2 !important; }
  .home-tile:nth-child(9)  { grid-area: 4 / 4 / 5 / 5 !important; }
  .home-tile:nth-child(10) { grid-area: 5 / 1 / 6 / 2 !important; }
  .home-tile:nth-child(11) { grid-area: 5 / 2 / 6 / 3 !important; }
  .home-tile:nth-child(12) { grid-area: 5 / 3 / 6 / 4 !important; }
  .home-tile:nth-child(13) { grid-area: 5 / 4 / 6 / 5 !important; }

  .home-tile:nth-child(n+10) {
    display: block !important;
  }
}

/* Also correct the homepage when a phone requests the desktop site in portrait. */
@media (min-width: 901px) and (hover: none) and (pointer: coarse) and (orientation: portrait) {
  .home {
    height: calc(100svh - var(--bar)) !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
  }

  .home-tile:nth-child(1)  { grid-area: 1 / 1 / 3 / 3 !important; }
  .home-tile:nth-child(2)  { grid-area: 1 / 3 / 2 / 4 !important; }
  .home-tile:nth-child(3)  { grid-area: 1 / 4 / 3 / 5 !important; }
  .home-tile:nth-child(4)  { grid-area: 2 / 3 / 3 / 4 !important; }
  .home-tile:nth-child(5)  { grid-area: 3 / 1 / 4 / 2 !important; }
  .home-tile:nth-child(6)  { grid-area: 3 / 2 / 5 / 4 !important; }
  .home-tile:nth-child(7)  { grid-area: 3 / 4 / 4 / 5 !important; }
  .home-tile:nth-child(8)  { grid-area: 4 / 1 / 5 / 2 !important; }
  .home-tile:nth-child(9)  { grid-area: 4 / 4 / 5 / 5 !important; }
  .home-tile:nth-child(10) { grid-area: 5 / 1 / 6 / 2 !important; }
  .home-tile:nth-child(11) { grid-area: 5 / 2 / 6 / 3 !important; }
  .home-tile:nth-child(12) { grid-area: 5 / 3 / 6 / 4 !important; }
  .home-tile:nth-child(13) { grid-area: 5 / 4 / 6 / 5 !important; }
}

@media (min-width: 901px) and ((hover: none) or (pointer: coarse)) {
  #railList,
  #railList .rail-row,
  #railList .year {
    touch-action: none;
    overscroll-behavior: contain;
    -webkit-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
  }
}

/* iPad landscape touch rail: preview only while dragging; navigate on release. */
@media (min-width: 901px) and (hover: none), (min-width: 901px) and (pointer: coarse) {
  #railList { touch-action: none; -webkit-user-select: none; user-select: none; -webkit-touch-callout: none; }
  .rail-row.drag-preview { background: #111; color: #fff; }
  .rail-row.drag-preview b, .rail-row.drag-preview span { color: #fff; opacity: 1; }
}
