@charset "UTF-8";

:root {
  color-scheme: dark;
  --ink: #08171e;
  --deep: #0c1f27;
  --text: #f2f1eb;
  --muted: #a9b7ba;
  --gold: #e4bb7b;
  --line: #ffffff21;
  --serif: "Songti SC", "Noto Serif CJK SC", "STSong", Georgia, serif;
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 32px; }
body { margin: 0; background: var(--ink); color: var(--text); font-family: var(--sans); font-size: 16px; line-height: 1.8; -webkit-font-smoothing: antialiased; }
::selection { background: var(--gold); color: var(--ink); }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible { outline: 2px solid var(--gold); outline-offset: 7px; }
img { display: block; max-width: 100%; }
h1, h2, h3, p, figure { margin: 0; }
.page-width { width: min(1280px, calc(100% - 112px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 10; top: 12px; left: 12px; padding: 12px 20px; background: var(--gold); color: var(--ink); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

.site-header { min-height: 88px; padding: 16px 56px; display: flex; align-items: center; justify-content: space-between; gap: 32px; border-bottom: 1px solid var(--line); }
.wordmark { display: inline-flex; align-items: baseline; font-family: Georgia, serif; font-size: 25px; font-weight: 500; letter-spacing: -.5px; line-height: 1.25; }
nav { display: flex; align-items: center; gap: 36px; font-size: 14px; }
.nav-link { color: #cfdbde; transition: color .2s; }
.nav-link:hover, .source-link:hover, .back-top:hover { color: var(--gold); }
.nav-cta { display: flex; align-items: center; gap: 25px; padding: 9px 19px; border: 1px solid #e4bb7b66; color: var(--gold); transition: background .2s; }
.nav-cta:hover { background: #e4bb7b12; }
.language-toggle { flex-shrink: 0; min-width: 68px; min-height: 44px; padding: 8px 12px; border: 1px solid var(--line); background: transparent; color: var(--text); font: inherit; font-size: 14px; cursor: pointer; }
.language-toggle:hover { color: var(--gold); border-color: var(--gold); }
.language-toggle[hidden] { display: none; }
html:lang(en) { --serif: Georgia, "Times New Roman", serif; }
html:lang(en) h1 { line-height: 1.08; max-width: 660px; letter-spacing: -.025em; }
html:lang(en) .hero-description { max-width: 570px; }
html:lang(en) .hero-content > .eyebrow { max-width: 560px; flex-wrap: wrap; }
html:lang(en) .atlantis-title-row h2 { flex-shrink: 0; }
html:lang(en) .footer-top .wordmark { flex-shrink: 0; }

.hero { position: relative; min-height: 750px; min-height: min(850px, max(750px, calc(100svh - 88px))); isolation: isolate; display: flex; flex-direction: column; justify-content: space-between; }
.hero-image, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; z-index: -2; }
.hero-image { object-fit: cover; object-position: center 52%; }
.hero-shade { z-index: -1; background: linear-gradient(90deg, #04151edf 0%, #06151ea6 32%, #07141b20 67%, #04131b10 100%), linear-gradient(0deg, #08171e 0%, #08171e99 13%, transparent 42%, #03101922 90%); }
.hero-content { padding-top: clamp(78px, 10vh, 130px); }
.eyebrow { color: var(--gold); display: flex; align-items: center; gap: 14px; font-size: 12px; font-weight: 500; letter-spacing: 2.2px; line-height: 1.5; }
.eyebrow-line { width: 32px; height: 1px; background: currentColor; }
h1 { font-family: var(--serif); font-weight: 500; font-size: clamp(48px, 4.85vw, 72px); line-height: 1.32; letter-spacing: 1px; margin: 28px 0 25px; }
h1 span { color: #edc58b; }
.hero-description { color: #d1d9da; line-height: 1.95; font-size: 17px; letter-spacing: .6px; }
.hero-actions { display: flex; align-items: center; gap: 32px; flex-wrap: wrap; margin-top: 34px; }
.button { min-height: 52px; display: inline-flex; align-items: center; gap: 38px; padding: 13px 24px; font-size: 15px; font-weight: 600; transition: background .2s, transform .2s; }
.button-gold { color: #10202a; background: var(--gold); }
.button-gold:hover { background: #f4cf97; transform: translateY(-2px); }
.text-link { display: inline-flex; align-items: center; gap: 15px; min-height: 44px; font-size: 14px; }
.text-link:hover { color: var(--gold); }
.hero-bottom { display: flex; align-items: center; gap: 48px; padding-block: 70px 32px; }
.hero-small { color: #b0bdc1; font-size: 12px; letter-spacing: 3px; }
.destination-name { font-family: Georgia, serif; font-size: clamp(38px, 4.7vw, 68px); letter-spacing: .12em; line-height: 1.4; color: #f0e1c9; }
.hero-caption { font-family: var(--serif); color: #c0c6c5; font-size: 15px; line-height: 1.8; padding-left: 36px; border-left: 1px solid #e4bb7b55; }
.scroll-cue { display: grid; place-items: center; margin-left: auto; flex-shrink: 0; width: 48px; height: 48px; border: 1px solid #d3d6d64d; border-radius: 50%; font-size: 21px; transition: border-color .2s; }
.scroll-cue:hover { border-color: var(--gold); }

.pad-section { padding-block: 104px 84px; }
.section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 64px; }
.section-number { color: #748a94; margin-right: 9px; letter-spacing: 1px; }
h2 { font-family: var(--serif); font-size: clamp(32px, 3vw, 44px); font-weight: 500; line-height: 1.5; letter-spacing: 1px; }
.section-heading h2 { margin-top: 23px; }
.section-intro { color: var(--muted); line-height: 2; max-width: 460px; padding-bottom: 5px; }
.game-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 50px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.game-entry { padding: 32px 34px 28px; display: flex; flex-direction: column; }
.game-entry:first-child { padding-left: 0; }
.game-entry:last-child { padding-right: 0; }
.game-entry + .game-entry { border-left: 1px solid var(--line); }
.game-category { display: flex; gap: 14px; color: var(--gold); font-size: 12px; letter-spacing: 1.3px; }
.game-category span { color: #849aa3; }
.game-entry h3 { font-family: var(--serif); font-size: 29px; font-weight: 500; line-height: 1.4; margin-top: 23px; }
.game-entry h3 span { display: block; color: #8c9fa6; font-family: var(--sans); font-size: 12px; letter-spacing: .6px; margin-top: 8px; }
.game-entry > p:not(.game-category) { color: var(--muted); font-size: 15px; margin-block: 23px 24px; line-height: 1.9; }
.source-link { display: inline-flex; align-items: center; gap: 20px; align-self: flex-start; min-height: 44px; margin-top: auto; font-size: 14px; color: #d6e0e2; }
.game-note { color: #8fa2aa; font-size: 12px; margin-top: 20px; }

.atlantis-section { background: var(--deep); border-top: 1px solid #ffffff0a; padding-block: 78px 88px; }
.atlantis-heading { display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.editor-pick { color: var(--gold); font-size: 13px; display: flex; gap: 12px; letter-spacing: 1px; }
.atlantis-title-row { margin: 26px 0 42px; display: flex; justify-content: space-between; gap: 32px; align-items: center; }
.atlantis-title-row h2 { font-size: clamp(38px, 4.3vw, 64px); }
.atlantis-title-row h2 em { font-family: Georgia, serif; color: var(--gold); font-weight: 400; }
.atlantis-title-copy > p { margin-top: 14px; font-size: 15px; color: var(--muted); line-height: 1.9; }
.panorama { margin: 0; }
.panorama img { width: 100%; height: auto; aspect-ratio: 2.16; object-fit: cover; object-position: center 49%; }
.panorama figcaption { display: flex; justify-content: space-between; gap: 24px; margin-top: 14px; color: #91a5ae; font-size: 12px; line-height: 1.7; }
.panorama figcaption span:last-child { flex-shrink: 0; letter-spacing: 1px; }
.story-row { display: grid; grid-template-columns: 1fr 1.18fr; gap: 100px; margin-top: 58px; padding-top: 10px; }
.story-lead { font-family: var(--serif); font-size: clamp(28px, 2.7vw, 38px); line-height: 1.7; letter-spacing: 2px; }
.story-lead span { color: var(--gold); }
.story-copy { color: #b5c2c6; line-height: 2; padding-top: 5px; }
.story-copy p + p { margin-top: 20px; }
.story-copy p a { text-decoration: underline; text-decoration-color: #e4bb7b88; text-underline-offset: 4px; color: #ebd4b0; }
.underlined-link { display: inline-flex; align-items: center; gap: 32px; color: var(--gold); border-bottom: 1px solid #e4bb7b80; font-size: 14px; min-height: 44px; margin-top: 25px; }
.underlined-link:hover { border-bottom-color: var(--gold); }

.visit-section { position: relative; padding-block: 112px 110px; text-align: center; }
.visit-label { display: flex; justify-content: space-between; align-items: center; color: #8097a2; font-size: 12px; letter-spacing: 2px; margin-bottom: 42px; }
.visit-section > .eyebrow { justify-content: center; letter-spacing: 2px; }
.visit-section h2 { font-size: clamp(44px, 4.7vw, 68px); line-height: 1.45; margin-block: 24px 16px; }
.visit-description { color: var(--muted); font-size: 16px; }
.visit-link { display: flex; align-items: center; justify-content: space-between; text-align: left; width: min(100%, 408px); margin: 34px auto 0; padding: 17px 25px; background: var(--gold); color: #10232c; font-size: 18px; font-weight: 600; line-height: 1.7; transition: background .2s, transform .2s; }
.visit-link small { display: block; font-weight: 400; font-size: 14px; letter-spacing: 1px; }
.visit-arrow { font-size: 32px; font-weight: 300; }
.atlantis-title-copy { min-width: 0; }
.atlantis-title-row .visit-link { width: 280px; max-width: 100%; flex-shrink: 0; margin: 0; border: 1px solid var(--gold); }
.visit-link:hover { background: #f3ce97; transform: translateY(-3px); }

.site-footer { border-top: 1px solid var(--line); padding-block: 33px 24px; }
.footer-top { display: flex; align-items: center; gap: 32px; }
.footer-top .wordmark { font-size: 25px; }
.footer-top > p { font-size: 13px; color: var(--muted); }
.back-top { margin-left: auto; min-height: 44px; display: inline-flex; align-items: center; gap: 20px; font-size: 14px; color: #c4d0d5; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 22px; padding-top: 22px; border-top: 1px solid #ffffff0a; color: #8c9fa7; font-size: 12px; }

@media (min-width: 1700px) {
  .site-header { padding-inline: max(56px, calc((100vw - 1456px) / 2)); }
}

@media (max-width: 1000px) {
  .page-width { width: calc(100% - 72px); }
  .site-header { padding-inline: 36px; }
  nav { gap: 24px; }
  .site-header .nav-link { display: none; }
  .hero { min-height: 740px; }
  .hero-image { object-position: 57% center; }
  .section-heading { gap: 32px; }
  .section-intro { max-width: 400px; font-size: 15px; }
  .game-entry { padding-inline: 24px; }
  .game-entry h3 { font-size: 25px; }
  .story-row { gap: 54px; grid-template-columns: 1fr 1.35fr; }
  .atlantis-title-row { align-items: center; }
  .atlantis-title-copy > p { max-width: 270px; }
  .footer-bottom { flex-direction: column; gap: 8px; }
}

@media (max-width: 700px) {
  html { scroll-padding-top: 20px; }
  .page-width { width: calc(100% - 40px); }
  .site-header { min-height: 76px; padding: 16px 20px; gap: 12px; flex-wrap: wrap; }
  .wordmark { font-size: 23px; }
  .site-header nav { margin-left: auto; }
  .site-header .nav-cta { display: none; }
  nav { gap: 14px; }
  .nav-link { display: none; }
  .nav-cta { gap: 16px; padding: 7px 13px; font-size: 13px; }
  .hero { min-height: 735px; }
  .hero-image { object-position: 50% center; }
  .hero-shade { background: linear-gradient(90deg, #04151ecc 0%, #06151e70 70%, #06151e40), linear-gradient(0deg, #08171e 0%, #08171e99 12%, transparent 60%, #03101955); }
  .hero-content { padding-top: 76px; }
  .eyebrow { font-size: 12px; letter-spacing: 1.35px; gap: 10px; }
  .eyebrow-line { width: 20px; }
  h1 { font-size: clamp(38px, 8.6vw, 56px); margin: 27px 0 22px; line-height: 1.45; letter-spacing: 0; }
  .hero-description { font-size: 15px; letter-spacing: .2px; }
  .hero-actions { gap: 14px; align-items: flex-start; flex-direction: column; margin-top: 28px; }
  .button { padding-inline: 21px; gap: 35px; }
  .hero-bottom { gap: 20px; padding-block: 52px 28px; }
  .destination-name { font-size: 40px; letter-spacing: .1em; }
  .hero-caption { display: none; }
  .scroll-cue { width: 44px; height: 44px; }
  .pad-section { padding-block: 67px 60px; }
  .section-heading { flex-direction: column; gap: 24px; align-items: flex-start; }
  .section-heading h2 { margin-top: 18px; }
  h2 { font-size: 34px; }
  .desktop-break { display: none; }
  .section-intro { max-width: none; font-size: 16px; }
  .game-grid { grid-template-columns: 1fr; margin-top: 30px; }
  .game-entry, .game-entry:first-child, .game-entry:last-child { padding: 28px 0 24px; }
  .game-entry + .game-entry { border-left: 0; border-top: 1px solid var(--line); }
  .game-entry h3 { font-size: 29px; margin-top: 18px; }
  .game-entry > p:not(.game-category) { margin-block: 18px 10px; font-size: 16px; }
  .game-note { line-height: 1.8; }
  .atlantis-section { padding-block: 54px 58px; }
  .atlantis-heading { gap: 10px; align-items: flex-start; }
  .atlantis-heading .eyebrow { max-width: 225px; font-size: 12px; letter-spacing: 1px; }
  .atlantis-heading .section-number { margin-right: 0; white-space: nowrap; }
  .editor-pick { font-size: 12px; gap: 6px; white-space: nowrap; }
  .atlantis-title-row .visit-link { width: 100%; }
  .atlantis-title-row { align-items: stretch; flex-direction: column; gap: 19px; margin-block: 23px 28px; }
  .atlantis-title-row h2 { font-size: clamp(32px, 8vw, 48px); letter-spacing: 0; }
  .atlantis-title-copy > p { max-width: none; font-size: 16px; }
  .panorama { margin-inline: -20px; }
  .panorama img { aspect-ratio: 1.25; object-position: 45% center; }
  .panorama figcaption { margin-inline: 20px; flex-direction: column; gap: 6px; }
  .story-row { grid-template-columns: 1fr; gap: 24px; margin-top: 32px; }
  .story-lead { font-size: 31px; line-height: 1.65; }
  .story-copy { font-size: 16px; }
  .visit-section { padding-block: 64px 67px; }
  .visit-label { margin-bottom: 38px; font-size: 12px; letter-spacing: 1.1px; }
  .visit-section > .eyebrow { font-size: 12px; letter-spacing: 1.1px; }
  .visit-section h2 { font-size: 46px; margin-top: 24px; }
  .visit-description { font-size: 15px; }
  .visit-link { margin-top: 30px; }
  .footer-top { gap: 16px; flex-wrap: wrap; }
  .footer-top > p { order: 3; width: 100%; }
  .footer-top .back-top { margin-left: auto; }
  .footer-bottom { gap: 12px; }
}

@media (max-width: 360px) {
  .site-header { padding-inline: 16px; gap: 10px; }
  .wordmark { font-size: 21px; }
  .nav-cta { padding-inline: 10px; gap: 10px; }
  .hero { min-height: 700px; }
  h1 { font-size: 34px; }
  .hero-content { padding-top: 60px; }
  .hero-content > .eyebrow { letter-spacing: .9px; font-size: 12px; }
  .hero-content .eyebrow-line { display: none; }
  .destination-name { font-size: 34px; }
  .visit-section h2 { font-size: 40px; }
}

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