:root {
  --ink: #111318;
  --paper: #f5f2eb;
  --white: #fffdf8;
  --orange: #ff5c35;
  --yellow: #ffd447;
  --blue: #1256ff;
  --line: rgba(17, 19, 24, .18);
  --display: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.6; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { max-width: 100%; display: block; }
.shell { width: min(1240px, calc(100% - 40px)); margin: 0 auto; }
.eyebrow { margin: 0 0 16px; font-size: .78rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.section-title { max-width: 780px; margin: 0; font-family: var(--display); font-size: clamp(2.8rem, 7vw, 6.8rem); font-weight: 400; line-height: .88; letter-spacing: -.065em; }
.section-copy { max-width: 520px; margin: 24px 0 0; font-size: 1.05rem; color: rgba(17, 19, 24, .7); }

.site-header { position: absolute; z-index: 10; top: 0; left: 0; right: 0; color: white; }
.nav { height: 88px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.28); }
.brand { font-family: var(--display); font-size: 1.4rem; font-style: italic; }
.nav-links { display: flex; gap: 30px; align-items: center; font-size: .82rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.language-toggle { padding: 8px 13px; color: inherit; background: transparent; border: 1px solid currentColor; border-radius: 999px; cursor: pointer; }

.hero { min-height: 820px; color: white; background: #143d74; overflow: hidden; position: relative; }
.hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 78% 25%, rgba(72,180,255,.8), transparent 26%), linear-gradient(140deg, #071428 0%, #1458a8 55%, #34b9cc 100%); }
.hero::after { content: ""; position: absolute; inset: 0; opacity: .25; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 64px 64px; }
.hero-grid { position: relative; z-index: 1; min-height: 820px; padding-top: 150px; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr); gap: 50px; align-items: end; }
.hero-copy { padding-bottom: 68px; }
.hero-kicker { display: flex; gap: 12px; align-items: center; margin-bottom: 22px; font-size: .78rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.hero-kicker::before { content: ""; width: 44px; height: 2px; background: var(--yellow); }
.hero h1 { max-width: 820px; margin: 0; font-family: var(--display); font-size: clamp(4.5rem, 10vw, 9.3rem); font-weight: 400; line-height: .78; letter-spacing: -.08em; }
.hero h1 em { color: var(--yellow); font-weight: 400; }
.hero-intro { max-width: 560px; margin: 28px 0 0; font-size: clamp(1rem, 1.5vw, 1.25rem); color: rgba(255,255,255,.78); }
.hero-portrait { align-self: end; position: relative; transform: rotate(2.5deg); }
.hero-portrait img { width: 100%; max-height: 660px; object-fit: cover; object-position: center; border: 10px solid var(--white); box-shadow: 0 25px 70px rgba(0,0,0,.26); }
.passport-stamp { position: absolute; left: -54px; bottom: 52px; width: 128px; height: 128px; display: grid; place-items: center; border: 2px solid var(--yellow); border-radius: 50%; color: var(--yellow); font-weight: 900; letter-spacing: .12em; text-align: center; transform: rotate(-14deg); }
.hero-stats { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.3); }
.stat { padding: 23px 0 25px; border-right: 1px solid rgba(255,255,255,.3); }
.stat:last-child { padding-left: 26px; border-right: 0; }
.stat strong { display: block; font-family: var(--display); font-size: 2.3rem; line-height: 1; }
.stat span { font-size: .76rem; text-transform: uppercase; letter-spacing: .12em; color: rgba(255,255,255,.65); }

.atlas { padding: 130px 0; }
.atlas-head { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: end; margin-bottom: 58px; }
.atlas-board { position: relative; min-height: 520px; overflow: hidden; background: #171a20; color: white; border-radius: 2px; }
.atlas-board::before { content: ""; position: absolute; inset: 0; opacity: .12; background-image: linear-gradient(#fff 1px, transparent 1px), linear-gradient(90deg,#fff 1px,transparent 1px); background-size: 80px 80px; }
.atlas-word { position: absolute; left: -18px; bottom: -95px; font-family: var(--display); font-size: clamp(11rem, 28vw, 25rem); line-height: 1; color: rgba(255,255,255,.035); letter-spacing: -.1em; }
.route-line { position: absolute; left: 12%; right: 10%; top: 49%; height: 3px; background: linear-gradient(90deg,var(--orange),var(--yellow),#2fc2e0); transform: rotate(-6deg); transform-origin: center; }
.pin { position: absolute; width: 15px; height: 15px; border: 3px solid white; background: var(--orange); border-radius: 50%; box-shadow: 0 0 0 8px rgba(255,92,53,.2); }
.pin span { position: absolute; left: 16px; top: -9px; white-space: nowrap; font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.pin-1 { left: 16%; top: 60%; }.pin-2 { left: 31%; top: 47%; }.pin-3 { left: 50%; top: 40%; }.pin-4 { left: 66%; top: 56%; }.pin-5 { left: 79%; top: 30%; }.pin-6 { left: 88%; top: 43%; }
.atlas-legend { position: absolute; left: 32px; top: 30px; display: flex; gap: 18px; font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.6); }

.stories { padding: 120px 0; background: var(--white); }
.stories-head { display: flex; justify-content: space-between; gap: 50px; align-items: end; margin-bottom: 48px; }
.filters { display: flex; flex-wrap: wrap; gap: 8px; }
.filter { padding: 9px 16px; border: 1px solid var(--line); background: transparent; border-radius: 999px; cursor: pointer; }
.filter.is-active { color: white; background: var(--ink); border-color: var(--ink); }
.story-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.story-card { min-height: 420px; padding: 24px; display: flex; flex-direction: column; justify-content: space-between; color: white; overflow: hidden; position: relative; transition: transform .25s ease, box-shadow .25s ease; }
.story-card:hover { transform: translateY(-5px); box-shadow: 0 18px 40px rgba(17,19,24,.18); }
.story-card__top { position: relative; z-index: 1; display: flex; justify-content: space-between; gap: 14px; font-size: .7rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.story-card__mark { position: absolute; right: -18px; top: 20px; font-family: var(--display); font-size: 10rem; line-height: 1; color: rgba(255,255,255,.12); }
.story-card__body { position: relative; z-index: 1; }
.story-card h3 { margin: 0 0 12px; font-family: var(--display); font-size: clamp(2.2rem, 3.6vw, 4rem); font-weight: 400; line-height: .92; letter-spacing: -.055em; }
.story-card p { max-width: 380px; margin: 0 0 30px; color: rgba(255,255,255,.76); }
.read-more { display: flex; justify-content: space-between; padding-top: 15px; border-top: 1px solid rgba(255,255,255,.35); font-size: .76rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.tone-amber { background: linear-gradient(145deg,#d97213,#552d08); }.tone-red { background: linear-gradient(145deg,#d9472c,#6d171b); }.tone-blue { background: linear-gradient(145deg,#1767d7,#08295d); }.tone-green { background: linear-gradient(145deg,#51904e,#143d2f); }.tone-cyan { background: linear-gradient(145deg,#24a7b4,#075566); }.tone-violet { background: linear-gradient(145deg,#6a54bd,#30204f); }.tone-orange { background: linear-gradient(145deg,#f2672e,#8f2518); }.tone-ocean { background: linear-gradient(145deg,#1686b8,#08355e); }.tone-ice { background: linear-gradient(145deg,#5b88a1,#263b4e); }.tone-indigo { background: linear-gradient(145deg,#4753c7,#202055); }.tone-brick { background: linear-gradient(145deg,#b84932,#5f211c); }.tone-forest { background: linear-gradient(145deg,#3a7555,#153728); }

.next-stop { padding: 130px 0; background: var(--yellow); }
.next-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.timeline { border-top: 2px solid var(--ink); }
.timeline-item { display: grid; grid-template-columns: 58px 1fr auto 24px; gap: 15px; align-items: center; padding: 22px 0; border-bottom: 1px solid rgba(17,19,24,.35); }
.timeline-item__number { font-family: var(--display); font-style: italic; }
.timeline-item__place { font-size: 1.25rem; font-weight: 750; }
.timeline-item__date { font-size: .82rem; letter-spacing: .08em; text-transform: uppercase; }

.about { padding: 130px 0; }
.about-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; align-items: center; }
.about-photo { position: relative; }
.about-photo img { aspect-ratio: 4/5; object-fit: cover; }
.about-photo::after { content: "JOEY / TRAVELLER / EDITOR"; position: absolute; left: -28px; bottom: 30px; padding: 11px 15px; color: white; background: var(--blue); font-size: .68rem; letter-spacing: .13em; transform: rotate(-90deg); transform-origin: left bottom; }
.about-copy h2 { margin: 0 0 26px; font-family: var(--display); font-size: clamp(3rem,6vw,6.6rem); font-weight: 400; line-height: .88; letter-spacing: -.065em; }
.about-copy p { max-width: 660px; font-size: 1.15rem; color: rgba(17,19,24,.72); }
.social-link { display: inline-flex; align-items: center; gap: 12px; margin-top: 18px; padding-bottom: 5px; border-bottom: 2px solid var(--ink); font-weight: 800; }

.site-footer { padding: 60px 0 40px; color: white; background: var(--ink); }
.footer-title { margin: 0; font-family: var(--display); font-size: clamp(3.5rem,9vw,9rem); font-weight: 400; line-height: .82; letter-spacing: -.08em; }
.footer-row { display: flex; justify-content: space-between; gap: 30px; margin-top: 55px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.2); font-size: .78rem; color: rgba(255,255,255,.6); }

.trip-page { min-height: 100vh; }
.trip-page.tone-amber .trip-canvas { background: linear-gradient(145deg,#d97213,#552d08); }
.trip-page.tone-red .trip-canvas { background: linear-gradient(145deg,#d9472c,#6d171b); }
.trip-page.tone-blue .trip-canvas { background: linear-gradient(145deg,#1767d7,#08295d); }
.trip-page.tone-green .trip-canvas { background: linear-gradient(145deg,#51904e,#143d2f); }
.trip-page.tone-cyan .trip-canvas { background: linear-gradient(145deg,#24a7b4,#075566); }
.trip-page.tone-violet .trip-canvas { background: linear-gradient(145deg,#6a54bd,#30204f); }
.trip-page.tone-orange .trip-canvas { background: linear-gradient(145deg,#f2672e,#8f2518); }
.trip-page.tone-ocean .trip-canvas { background: linear-gradient(145deg,#1686b8,#08355e); }
.trip-page.tone-ice .trip-canvas { background: linear-gradient(145deg,#5b88a1,#263b4e); }
.trip-page.tone-indigo .trip-canvas { background: linear-gradient(145deg,#4753c7,#202055); }
.trip-page.tone-brick .trip-canvas { background: linear-gradient(145deg,#b84932,#5f211c); }
.trip-page.tone-forest .trip-canvas { background: linear-gradient(145deg,#3a7555,#153728); }
.trip-nav { height: 82px; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid rgba(17,19,24,.16); }
.trip-nav .brand { color: var(--ink); }
.back-link { font-size: .78rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.trip-hero { padding: 80px 0 64px; }
.trip-label { display: inline-flex; gap: 12px; align-items: center; padding: 8px 13px; border: 1px solid currentColor; border-radius: 999px; font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.trip-title { max-width: 1050px; margin: 25px 0 10px; font-family: var(--display); font-size: clamp(4rem,10vw,9.5rem); line-height: .82; letter-spacing: -.075em; font-weight: 400; }
.trip-title-en { margin: 0; font-size: 1rem; letter-spacing: .08em; text-transform: uppercase; opacity: .65; }
.trip-meta { margin-top: 70px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: start; }
.trip-date { font-family: var(--display); font-size: 2rem; }
.trip-blurb { margin: 0; max-width: 680px; font-size: clamp(1.4rem,2.6vw,2.3rem); line-height: 1.25; }
.trip-canvas { min-height: 430px; display: grid; place-items: center; color: white; position: relative; overflow: hidden; }
.trip-canvas::before { content: ""; width: 210px; height: 210px; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; box-shadow: 0 0 0 60px rgba(255,255,255,.04), 0 0 0 120px rgba(255,255,255,.04); }
.trip-canvas span { position: absolute; font-family: var(--display); font-size: clamp(5rem,14vw,13rem); letter-spacing: -.08em; opacity: .9; }
.trip-content { padding: 100px 0 130px; display: grid; grid-template-columns: .7fr 1.3fr; gap: 80px; }
.trip-content h2 { margin: 0; font-family: var(--display); font-size: 3.4rem; line-height: .95; font-weight: 400; letter-spacing: -.05em; }
.trip-placeholder { padding: 35px; border-top: 2px solid var(--ink); background: rgba(255,255,255,.42); }
.trip-placeholder p { margin-top: 0; font-size: 1.1rem; }

@media (max-width: 900px) {
  .nav-links a { display: none; }
  .hero-grid { grid-template-columns: 1fr; padding-top: 125px; }
  .hero-copy { padding-bottom: 10px; }
  .hero-portrait { width: min(78%, 430px); justify-self: end; }
  .hero-stats { grid-template-columns: repeat(2,1fr); }
  .stat:nth-child(2) { border-right: 0; }.stat:last-child { padding-left: 0; }
  .atlas-head, .next-grid, .about-grid, .trip-meta, .trip-content { grid-template-columns: 1fr; gap: 45px; }
  .story-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 620px) {
  .shell { width: min(100% - 24px, 1240px); }
  .hero, .hero-grid { min-height: 760px; }
  .hero h1 { font-size: 4.2rem; }
  .hero-portrait { width: 68%; }
  .passport-stamp { width: 92px; height: 92px; left: -42px; font-size: .7rem; }
  .stat strong { font-size: 1.8rem; }
  .atlas, .stories, .next-stop, .about { padding: 84px 0; }
  .atlas-board { min-height: 420px; }
  .pin span { display: none; }
  .stories-head { align-items: flex-start; flex-direction: column; }
  .story-grid { grid-template-columns: 1fr; }
  .story-card { min-height: 360px; }
  .timeline-item { grid-template-columns: 40px 1fr 18px; }
  .timeline-item__date { grid-column: 2; }
  .about-photo { width: 85%; margin-left: auto; }
  .footer-row { flex-direction: column; }
  .trip-title { font-size: 3.9rem; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }
