:root {
  --atl-story-ink: #142d27;
  --atl-story-soft: #52635c;
  --atl-story-jade: #0d6b59;
  --atl-story-accent: #ed684c;
  --atl-story-paper: #f5efe3;
  --atl-story-light: #fffdf8;
  --atl-story-line: rgba(20, 45, 39, 0.16);
  --atl-story-serif: Georgia, "Times New Roman", serif;
  --atl-story-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.atl-story-page {
  width: 100%;
  max-width: 100vw;
  overflow-x: clip;
  color: var(--atl-story-ink);
  background: var(--atl-story-paper);
  font-family: var(--atl-story-sans);
}

.atl-story-page.atl-story-type-travel-tips {
  --atl-story-accent: #75bfa9;
}

.atl-story-page.atl-story-type-culture {
  --atl-story-accent: #f0ad41;
}

.atl-story-page *,
.atl-story-page *::before,
.atl-story-page *::after {
  box-sizing: border-box;
}

.atl-story-page a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}

.atl-story-hero h1,
.atl-story-dek,
.atl-story-entry,
.atl-story-entry h2,
.atl-story-entry h3,
.atl-story-entry p,
.atl-story-entry a,
.atl-story-more h2,
.atl-story-more h3,
.atl-story-more p,
.atl-story-more a {
  max-width: 100%;
  overflow-wrap: anywhere !important;
  white-space: normal !important;
}

.atl-story-hero {
  min-height: 660px;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
  color: var(--atl-story-light);
  background: var(--atl-story-ink);
}

.atl-story-hero-copy {
  padding: clamp(70px, 8vw, 120px) max(5vw, 24px) 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.atl-story-kicker,
.atl-story-more-heading > p {
  margin: 0 0 18px;
  color: #8bc8b7;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.atl-story-hero h1 {
  max-width: 920px;
  margin: 0;
  font-family: var(--atl-story-serif);
  font-size: clamp(52px, 7vw, 104px);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.9;
}

.atl-story-dek {
  max-width: 720px;
  margin: 30px 0 0;
  color: rgba(255, 253, 248, 0.68);
  font: clamp(18px, 1.8vw, 24px) / 1.55 var(--atl-story-serif);
}

.atl-story-byline {
  margin-top: 36px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  color: rgba(255, 253, 248, 0.56);
  font-size: 11px;
}

.atl-story-poster {
  min-height: 660px;
  padding: 42px;
  position: relative;
  overflow: hidden;
  color: var(--atl-story-ink);
  background: var(--atl-story-accent);
}

.atl-story-poster::before,
.atl-story-poster::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(20, 45, 39, 0.23);
  border-radius: 50%;
}

.atl-story-poster::before {
  width: 500px;
  height: 500px;
  top: -180px;
  right: -180px;
}

.atl-story-poster::after {
  width: 240px;
  height: 240px;
  right: 18%;
  bottom: 18%;
}

.atl-story-poster-image {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
}

.atl-story-poster-media {
  margin: 0;
  position: absolute;
  inset: 0;
}

.atl-story-poster-media figcaption {
  max-width: calc(100% - 32px);
  padding: 7px 9px;
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 3;
  color: rgba(255, 253, 248, 0.92);
  background: rgba(20, 45, 39, 0.78);
  font-size: 10px;
  line-height: 1.45;
}

.atl-story-poster.has-image::before,
.atl-story-poster.has-image::after {
  display: none;
}

.atl-story-poster.has-image::after {
  content: "";
  display: block;
  width: auto;
  height: auto;
  position: absolute;
  inset: 0;
  border: 0;
  border-radius: 0;
  background: linear-gradient(180deg, rgba(20, 45, 39, 0.08), rgba(20, 45, 39, 0.8));
}

.atl-story-poster-content {
  height: 100%;
  min-height: 576px;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.atl-story-poster.has-image .atl-story-poster-content {
  padding-bottom: 52px;
  color: var(--atl-story-light);
}

.atl-story-poster-content > span {
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.atl-story-poster-content > strong {
  max-width: 520px;
  font: 400 clamp(58px, 7vw, 100px) / 0.82 var(--atl-story-serif);
  letter-spacing: -0.055em;
}

.atl-story-poster ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.atl-story-poster li {
  padding: 13px 0;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid currentColor;
  font-size: 10px;
}

.atl-story-poster li span {
  opacity: 0.7;
}

.atl-story-poster li b {
  text-align: right;
}

.atl-story-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-bottom: 1px solid var(--atl-story-line);
}

.atl-story-facts div {
  min-height: 112px;
  padding: 25px max(3vw, 22px);
  border-right: 1px solid var(--atl-story-line);
}

.atl-story-facts div:last-child {
  border-right: 0;
}

.atl-story-facts span,
.atl-story-facts strong {
  display: block;
}

.atl-story-facts span {
  margin-bottom: 9px;
  color: var(--atl-story-jade);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.atl-story-facts strong {
  font: 400 18px / 1.25 var(--atl-story-serif);
}

.atl-story-layout {
  width: min(1240px, 100%);
  margin: 0 auto;
  padding: clamp(70px, 8vw, 110px) max(5vw, 24px);
  display: grid;
  grid-template-columns: minmax(180px, 0.42fr) minmax(0, 1.58fr);
  gap: clamp(45px, 7vw, 100px);
}

.atl-story-rail {
  align-self: start;
  position: sticky;
  top: 28px;
}

.atl-story-rail nav > span,
.atl-story-context > span {
  margin-bottom: 16px;
  display: block;
  color: var(--atl-story-jade);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.atl-story-rail nav a,
.atl-story-context > a {
  padding: 12px 0;
  display: block;
  color: var(--atl-story-soft);
  border-top: 1px solid var(--atl-story-line);
  font: 16px / 1.25 var(--atl-story-serif);
  text-decoration: none;
}

.atl-story-rail nav a:hover,
.atl-story-rail nav a:focus-visible,
.atl-story-context > a:hover,
.atl-story-context > a:focus-visible {
  color: var(--atl-story-accent);
}

.atl-story-context {
  margin-top: 42px;
}

.atl-story-taxonomy {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.atl-story-taxonomy span {
  padding: 7px 9px;
  color: var(--atl-story-soft);
  border: 1px solid var(--atl-story-line);
  font-size: 9px;
}

.atl-story-entry {
  min-width: 0;
  color: var(--atl-story-soft);
  font: 18px / 1.75 var(--atl-story-serif);
}

.atl-story-entry > h2 {
  margin: 88px 0 18px;
  color: var(--atl-story-ink);
  font: 400 clamp(40px, 5vw, 68px) / 0.96 var(--atl-story-serif);
  letter-spacing: -0.04em;
  scroll-margin-top: 30px;
}

.atl-story-entry > h2:first-of-type {
  margin-top: 70px;
}

.atl-story-entry > h3 {
  margin: 30px 0 10px;
  color: var(--atl-story-ink);
  font: 400 31px / 1.05 var(--atl-story-serif);
}

.atl-story-entry > p {
  max-width: 820px;
}

.atl-story-entry ul,
.atl-story-entry ol {
  padding: 0;
}

.atl-story-summary {
  padding: 30px;
  color: var(--atl-story-ink);
  border-top: 5px solid var(--atl-story-accent);
  background: var(--atl-story-light);
}

.atl-story-summary > p {
  margin-top: 0;
  font-size: 21px;
  line-height: 1.5;
}

.atl-story-summary dl {
  margin: 26px 0 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.atl-story-summary dt {
  color: var(--atl-story-jade);
  font: 850 9px / 1.3 var(--atl-story-sans);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.atl-story-summary dd {
  margin: 5px 0 0;
  font-size: 15px;
  font-weight: 700;
}

.atl-story-sequence,
.atl-story-choices,
.atl-story-related,
.atl-editorial-links ul {
  margin: 38px 0 0;
  list-style: none;
}

.atl-story-sequence {
  border-top: 1px solid var(--atl-story-line);
}

.atl-story-sequence > li {
  margin: 0;
  padding: 25px 0;
  display: grid;
  grid-template-columns: 90px minmax(170px, 0.65fr) minmax(0, 1.35fr);
  gap: 28px;
  border-bottom: 1px solid var(--atl-story-line);
}

.atl-story-sequence > li > p:first-child {
  margin: 0;
  color: var(--atl-story-accent);
  font-size: 17px;
}

.atl-story-sequence h3 {
  margin: 0;
  color: var(--atl-story-ink);
  font: 400 28px / 1.08 var(--atl-story-serif);
}

.atl-story-sequence > li > p:last-child {
  margin: 0;
  font: 13px / 1.7 var(--atl-story-sans);
}

.atl-story-choices,
.atl-story-related {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--atl-story-line);
}

.atl-story-choices > li,
.atl-story-related > li {
  margin: 0;
  min-width: 0;
  min-height: 280px;
  padding: 27px;
  display: flex;
  flex-direction: column;
  background: var(--atl-story-light);
}

.atl-story-choices h3,
.atl-story-related h3 {
  margin: 17px 0 11px;
  color: var(--atl-story-ink);
  font: 400 28px / 1.05 var(--atl-story-serif);
}

.atl-story-choices p,
.atl-story-related p {
  margin: 0 0 13px;
  font: 12px / 1.65 var(--atl-story-sans);
}

.atl-story-choices p:last-child {
  margin-top: auto;
  padding-top: 17px;
  color: #9b4a38;
  border-top: 1px solid var(--atl-story-line);
}

.atl-story-related h3 a {
  text-decoration: none;
}

.atl-story-related h3 a:hover,
.atl-story-related h3 a:focus-visible {
  color: var(--atl-story-jade);
}

.atl-story-checklist,
.atl-editorial-links {
  margin-top: 70px;
  padding: 31px;
  color: var(--atl-story-light);
  background: var(--atl-story-jade);
}

.atl-story-checklist h2,
.atl-editorial-links h2 {
  margin: 0 0 23px;
  color: inherit;
  font: 400 36px / 1 var(--atl-story-serif);
}

.atl-editorial-links,
.atl-editorial-links h2,
.atl-editorial-links a,
.atl-editorial-links span {
  min-width: 0;
  max-width: 100%;
  overflow-wrap: anywhere !important;
  white-space: normal !important;
}

.atl-story-checklist ul {
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 28px;
  list-style: none;
}

.atl-story-checklist li {
  padding: 14px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.24);
  font: 12px / 1.5 var(--atl-story-sans);
}

.atl-editorial-links ul {
  margin: 0;
}

.atl-editorial-links li {
  padding: 12px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.24);
  font: 12px / 1.5 var(--atl-story-sans);
}

.atl-editorial-links a {
  color: var(--atl-story-light);
}

.atl-editorial-links span {
  color: rgba(255, 255, 255, 0.62);
}

.atl-story-more {
  padding: clamp(65px, 8vw, 100px) max(5vw, 24px);
  color: var(--atl-story-light);
  background: var(--atl-story-ink);
}

.atl-story-more-heading,
.atl-story-more-grid {
  width: min(1240px, 100%);
  margin-right: auto;
  margin-left: auto;
}

.atl-story-more-heading h2 {
  max-width: 850px;
  margin: 0;
  font: 400 clamp(38px, 5vw, 65px) / 0.97 var(--atl-story-serif);
  letter-spacing: -0.04em;
}

.atl-story-more-grid {
  margin-top: 42px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.atl-story-more-grid article {
  min-width: 0;
  min-height: 280px;
  padding: 27px;
  display: flex;
  flex-direction: column;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.atl-story-more-grid article > p {
  margin: 0;
  color: #8bc8b7;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.atl-story-more-grid h3 {
  margin: 22px 0 13px;
  font: 400 29px / 1.04 var(--atl-story-serif);
}

.atl-story-more-grid h3 a {
  text-decoration: none;
}

.atl-story-more-grid article > div {
  color: rgba(255, 255, 255, 0.6);
  font: 12px / 1.65 var(--atl-story-sans);
}

.atl-story-more-link {
  margin-top: auto;
  padding-top: 24px;
  color: var(--atl-story-accent) !important;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

@media (max-width: 980px) {
  .atl-story-hero,
  .atl-story-layout {
    grid-template-columns: 1fr;
  }

  .atl-story-poster {
    min-height: 510px;
  }

  .atl-story-poster-content {
    min-height: 426px;
  }

  .atl-story-rail {
    position: static;
  }

  .atl-story-rail nav {
    display: flex;
    gap: 18px;
    overflow-x: auto;
  }

  .atl-story-rail nav > span {
    display: none;
  }

  .atl-story-rail nav a {
    min-width: max-content;
    border-top: 0;
    border-bottom: 1px solid var(--atl-story-line);
  }

  .atl-story-context {
    display: none;
  }

  .atl-story-summary dl {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 720px) {
  .atl-story-hero {
    min-height: auto;
  }

  .atl-story-hero-copy {
    padding-top: 65px;
    padding-bottom: 55px;
  }

  .atl-story-hero h1 {
    font-size: clamp(50px, 15vw, 78px);
  }

  .atl-story-poster {
    min-height: 450px;
    padding: 28px 23px;
  }

  .atl-story-poster-content {
    min-height: 394px;
  }

  .atl-story-facts {
    grid-template-columns: 1fr 1fr;
  }

  .atl-story-facts div:nth-child(2) {
    border-right: 0;
  }

  .atl-story-facts div:nth-child(-n + 2) {
    border-bottom: 1px solid var(--atl-story-line);
  }

  .atl-story-layout {
    padding-top: 65px;
    padding-bottom: 75px;
  }

  .atl-story-entry > h2 {
    margin-top: 72px;
  }

  .atl-story-sequence > li {
    grid-template-columns: 55px 1fr;
    gap: 18px;
  }

  .atl-story-sequence > li > p:last-child {
    grid-column: 2;
  }

  .atl-story-choices,
  .atl-story-related,
  .atl-story-more-grid {
    grid-template-columns: 1fr;
  }

  .atl-story-checklist ul {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .atl-editorial-links {
    padding: 27px 24px;
  }

  .atl-editorial-links h2 {
    font-size: 32px;
    line-height: 1.03;
  }

  .atl-story-facts {
    grid-template-columns: 1fr;
  }

  .atl-story-facts div,
  .atl-story-facts div:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid var(--atl-story-line);
  }

  .atl-story-facts div:last-child {
    border-bottom: 0;
  }

  .atl-story-summary {
    padding: 24px;
  }

  .atl-story-summary dl {
    grid-template-columns: 1fr;
  }

  .atl-story-sequence > li {
    grid-template-columns: 1fr;
  }

  .atl-story-sequence > li > p:last-child {
    grid-column: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .atl-story-page * {
    scroll-behavior: auto !important;
  }
}
