body[data-article-id="autumn-interlaken"] main {
  overflow: clip;
  background: var(--paper);
}

body[data-article-id="autumn-interlaken"] main a {
  text-decoration-thickness: 1px;
}

.article-tools {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: var(--ink-soft);
  font-size: 12px;
  font-weight: 600;
}

.breadcrumb,
.language-switch {
  display: flex;
  align-items: center;
  gap: 9px;
}

.breadcrumb a,
.language-switch a {
  text-underline-offset: 4px;
}

.language-switch [aria-current="page"] {
  color: var(--ink);
  font-weight: 700;
}

.article-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(68px, 7vw, 104px) 0 clamp(74px, 7.5vw, 112px);
  background: var(--cream);
  border-block: 1px solid var(--line);
}

.article-hero::after {
  content: "";
  position: absolute;
  right: clamp(-210px, -10vw, -90px);
  bottom: -285px;
  width: 520px;
  aspect-ratio: 1;
  border: 1px solid var(--line);
  border-radius: 50%;
  box-shadow: 0 0 0 52px rgba(18, 63, 53, 0.025), 0 0 0 104px rgba(18, 63, 53, 0.02);
  pointer-events: none;
}

.article-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 980px;
}

.article-hero h1,
.article-section h2,
.seasonal-transport h2,
.article-directions h2 {
  font-family: var(--font-display);
  font-weight: 500;
  letter-spacing: -0.038em;
}

.article-hero h1 {
  max-width: 940px;
  margin-top: 24px;
  font-size: calc(clamp(52px, 7.1vw, 96px) - 2px);
  line-height: 1.02;
}

.article-standfirst {
  max-width: 790px;
  margin-top: 32px;
  color: var(--ink-soft);
  font-size: clamp(17px, 1.5vw, 20px);
  line-height: 1.75;
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 22px;
  margin-top: 25px;
  color: var(--ink-soft);
  font-size: 11px;
  letter-spacing: 0.035em;
}

.article-author {
  color: var(--ink);
}

.article-hero .hero-actions {
  margin-top: 34px;
}

.article-section {
  padding: clamp(76px, 7vw, 104px) 0;
}

.editorial-narrow {
  max-width: 790px;
}

.article-section h2,
.seasonal-transport h2,
.article-directions h2 {
  font-size: clamp(42px, 5vw, 68px);
  line-height: 1.03;
}

.before-you-go {
  background: var(--paper);
}

.before-you-go h2,
.faq h2 {
  margin-top: 21px;
}

.before-you-go .editorial-narrow > p:not(.eyebrow),
.seasonal-transport .editorial-narrow > p,
.article-sources .editorial-narrow > p {
  margin-top: 24px;
  color: var(--ink-soft);
  font-size: 17px;
  line-height: 1.82;
}

.journey-layout {
  width: min(1400px, calc(100% - 48px));
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr;
  align-items: start;
}

.map-section {
  padding-top: clamp(82px, 8vw, 118px);
  padding-bottom: clamp(52px, 6vw, 88px);
  background: var(--paper);
}

.map-section .section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(240px, 0.8fr);
  align-items: end;
  gap: 44px;
  margin-bottom: 38px;
}

.map-section .section-heading h2 {
  margin-top: 20px;
}

.de-heading-line {
  display: block;
}

.map-section .section-heading > p {
  max-width: 420px;
  padding-bottom: 7px;
  color: var(--ink-soft);
  line-height: 1.7;
}

.article-map {
  position: relative;
  aspect-ratio: 14 / 9;
  min-width: 0;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: var(--cream);
  box-shadow: var(--shadow);
}

.article-map-art {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.map-hotspot {
  position: absolute;
  z-index: 3;
  left: var(--x);
  top: var(--y);
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  transform: translate(-50%, -50%);
  color: var(--ink-deep);
  text-decoration: none;
  transition: transform 180ms ease, filter 180ms ease;
}

.map-hotspot > span {
  position: relative;
  z-index: 2;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border: 3px solid var(--paper);
  border-radius: 50%;
  background: var(--gold);
  color: var(--ink-deep);
  box-shadow: 0 8px 20px rgba(9, 44, 37, 0.24);
  font-size: 12px;
  font-weight: 800;
}

.map-hotspot strong {
  position: absolute;
  left: calc(100% + 8px);
  top: 50%;
  transform: translateY(-50%);
  max-width: 132px;
  padding: 7px 10px;
  border: 1px solid rgba(18, 63, 53, 0.13);
  border-radius: 999px;
  background: rgba(255, 253, 248, 0.93);
  box-shadow: 0 7px 18px rgba(9, 44, 37, 0.1);
  font-size: 10px;
  line-height: 1.15;
  white-space: nowrap;
}

.map-hotspot-origin > span {
  background: var(--ink-deep);
  color: var(--paper);
}

.map-hotspot:hover,
.map-hotspot.is-active {
  z-index: 5;
  transform: translate(-50%, -50%) translateY(-3px);
  filter: saturate(1.08);
}

.map-hotspot:focus-visible {
  z-index: 6;
  outline: 3px solid var(--coral);
  outline-offset: 5px;
  border-radius: 999px;
}

.destinations {
  min-width: 0;
  background: var(--paper);
}

.destination {
  border-top: 1px solid var(--line);
}

.destination:last-child {
  border-bottom: 1px solid var(--line);
}

.destination-grid {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(58px, 0.13fr) minmax(0, 0.87fr);
  gap: clamp(22px, 4vw, 54px);
  align-items: start;
}

.destination:nth-child(even) .destination-grid {
  grid-template-columns: minmax(0, 0.87fr) minmax(58px, 0.13fr);
}

.destination:nth-child(even) .destination-number {
  grid-column: 2;
  grid-row: 1;
  text-align: right;
}

.destination:nth-child(even) .destination-copy {
  grid-column: 1;
  grid-row: 1;
}

.destination-number {
  color: var(--gold);
  font-family: var(--font-display);
  font-size: clamp(58px, 7vw, 92px);
  font-weight: 500;
  line-height: 0.8;
  letter-spacing: -0.07em;
}

.destination-copy {
  min-width: 0;
  max-width: 760px;
}

.destination-meta,
.route-label,
.pack-kicker {
  color: var(--coral);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.5;
  text-transform: uppercase;
}

.destination-copy h2 {
  margin-top: 14px;
  font-size: clamp(34px, 4.1vw, 58px);
}

.destination-copy > p:not(.destination-meta) {
  margin-top: 24px;
  color: var(--ink-soft);
  font-size: 16px;
  line-height: 1.82;
}

.source-link {
  color: var(--ink);
  font-weight: 700;
  text-underline-offset: 5px;
}

.pack-this {
  margin-top: 34px;
  padding: 25px 26px 24px;
  border: 1px solid var(--line);
  border-left: 4px solid var(--gold);
  border-radius: 0 18px 18px 0;
  background: var(--cream);
}

.pack-this h3 {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 600;
}

.pack-this p {
  margin-top: 9px;
  color: var(--ink-soft);
  font-size: 13px;
  line-height: 1.7;
}

.pack-this a {
  display: inline-block;
  margin-top: 15px;
  font-size: 12px;
  font-weight: 700;
  text-underline-offset: 4px;
}

.route-patterns {
  background: var(--cream);
}

.route-patterns h2,
.travel-packs .section-heading h2 {
  margin-top: 21px;
}

.route-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 52px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--line);
}

.route-grid article {
  min-width: 0;
  padding: 34px;
  background: var(--paper);
}

.route-grid h3 {
  margin-top: 16px;
  font-family: var(--font-display);
  font-size: 27px;
  font-weight: 600;
  line-height: 1.18;
}

.route-grid article > p:last-child {
  margin-top: 15px;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.72;
}

.seasonal-transport {
  padding: clamp(70px, 7vw, 104px) 0;
  background: var(--sand);
}

.seasonal-transport h2 {
  margin-top: 21px;
}

.seasonal-transport .editorial-narrow > p strong {
  color: var(--ink);
}

.travel-packs {
  background: var(--paper);
}

.travel-packs .section-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 70px;
  margin-bottom: 44px;
}

.travel-packs .section-heading > p {
  max-width: 410px;
  padding-bottom: 8px;
  color: var(--ink-soft);
  line-height: 1.7;
}

.pack-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.pack-card {
  min-width: 0;
  padding: 15px 15px 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
}

.pack-card > img {
  width: 100%;
  aspect-ratio: 13 / 9;
  object-fit: cover;
  border-radius: 16px;
  background: var(--cream);
}

.pack-card > :not(img) {
  margin-inline: 11px;
}

.pack-card .pack-kicker {
  margin-top: 25px;
}

.pack-card h3 {
  margin-top: 10px;
  font-family: var(--font-display);
  font-size: 31px;
  font-weight: 600;
  line-height: 1.1;
}

.pack-card > p:not(.pack-kicker) {
  min-height: 92px;
  margin-top: 13px;
  color: var(--ink-soft);
  font-size: 13px;
  line-height: 1.7;
}

[data-pack-enhancement]:empty {
  display: none;
}

.pack-status {
  width: max-content;
  margin-top: 15px;
  padding: 6px 9px;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.pack-status[data-status="active"] {
  background: var(--cream);
  color: var(--ink);
}

.pack-status[data-status="limited"] {
  border-color: var(--coral);
  background: var(--paper);
  color: var(--coral);
}

.pack-status[data-status="unavailable"] {
  background: var(--sand);
  color: var(--ink-soft);
}

.pack-card .outline-button {
  width: calc(100% - 22px);
  min-height: 45px;
  margin-top: 23px;
}

.faq {
  background: var(--cream);
}

.faq-list {
  margin-top: 42px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.faq-list article {
  padding: 26px 0;
}

.faq-list article + article {
  border-top: 1px solid var(--line);
}

.faq-list h3 {
  font-family: var(--font-display);
  font-size: 25px;
  font-weight: 600;
  line-height: 1.25;
}

.faq-list p {
  margin-top: 11px;
  color: var(--ink-soft);
  line-height: 1.75;
}

.article-directions {
  position: relative;
  overflow: hidden;
  background: var(--ink-deep);
  color: var(--paper);
}

.article-directions::after {
  content: "";
  position: absolute;
  right: -160px;
  bottom: -245px;
  width: 460px;
  height: 460px;
  border: 1px solid rgba(255, 253, 248, 0.12);
  border-radius: 50%;
  box-shadow: 0 0 0 48px rgba(255, 253, 248, 0.025), 0 0 0 96px rgba(255, 253, 248, 0.02);
  pointer-events: none;
}

.article-directions .visit-grid {
  position: relative;
  z-index: 1;
  display: block;
}

.article-directions .visit-copy {
  max-width: 820px;
}

.article-directions h2 {
  margin-top: 22px;
  color: var(--paper);
}

.article-directions .visit-lead {
  color: rgba(255, 253, 248, 0.74);
}

.article-directions .visit-details {
  border-color: rgba(255, 253, 248, 0.16);
}

.article-directions .visit-details div {
  border-color: rgba(255, 253, 248, 0.16);
}

.article-directions .visit-details dt {
  color: var(--gold);
}

.article-directions .text-link {
  color: var(--sand);
}

.article-sources {
  padding: 72px 0 84px;
  background: var(--paper);
}

.article-sources h2 {
  font-family: var(--font-display);
  font-size: 34px;
  font-weight: 600;
}

.article-sources ul {
  margin: 24px 0 0;
  padding-left: 20px;
  color: var(--ink-soft);
}

.article-sources li + li {
  margin-top: 10px;
}

.article-sources a {
  text-underline-offset: 4px;
  overflow-wrap: anywhere;
}

@media (min-width: 1200px) and (min-height: 700px) {
  .journey-layout {
    grid-template-columns: minmax(650px, 1.18fr) minmax(430px, 0.82fr);
    gap: clamp(42px, 4vw, 72px);
  }

  .journey-layout .container {
    width: 100%;
  }

  .map-section {
    position: sticky;
    top: clamp(76px, 8vh, 94px);
    align-self: start;
    padding: 28px 0 24px;
  }

  .map-section .section-heading {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 18px;
  }

  .map-section .section-heading h2 {
    font-size: clamp(42px, 4vw, 58px);
  }

  .map-section .section-heading > p {
    max-width: 590px;
  }

  .article-map {
    height: clamp(340px, 52vh, 500px);
    aspect-ratio: auto;
  }

  .destination.article-section {
    padding-block: 86px;
  }

  .destination-grid {
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 30px;
  }

  .destination-copy {
    container-type: inline-size;
  }

  .destination-copy h2:has(.de-heading-line) {
    font-size: clamp(32px, 10.5cqi, 45px);
  }

  .destination:nth-child(even) .destination-grid {
    grid-template-columns: minmax(0, 1fr) 96px;
  }

  .destination-number {
    font-size: 80px;
  }

  .destination-copy h2 {
    font-size: clamp(34px, 3.15vw, 49px);
  }
}

@media (max-width: 980px) {
  .route-grid,
  .pack-grid {
    grid-template-columns: 1fr;
  }

  .route-grid {
    max-width: 760px;
  }

  .pack-grid {
    max-width: 720px;
    margin-inline: auto;
  }

  .pack-card > p:not(.pack-kicker) {
    min-height: 0;
  }
}

@media (max-width: 820px) {
  .de-heading-line {
    display: inline;
  }

  .journey-layout {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 0;
  }

  .article-tools {
    min-height: 50px;
  }

  .article-hero::after,
  .article-directions::after {
    opacity: 0.58;
  }

  .map-section {
    position: static;
    padding-bottom: 64px;
  }

  .map-section .section-heading,
  .travel-packs .section-heading {
    display: block;
  }

  .map-section .section-heading > p,
  .travel-packs .section-heading > p {
    max-width: 630px;
    margin-top: 20px;
    padding-bottom: 0;
  }

  .article-map {
    border-radius: 24px;
  }

  .map-hotspot strong {
    display: none;
  }

  .map-hotspot-origin strong {
    display: block;
    position: absolute;
    left: calc(100% + 4px);
  }

  .destinations {
    display: block;
  }

  .destination.article-section {
    padding-block: 78px;
  }

  .destination-grid,
  .destination:nth-child(even) .destination-grid {
    grid-template-columns: 58px minmax(0, 1fr);
  }

  .destination:nth-child(even) .destination-number,
  .destination:nth-child(even) .destination-copy {
    grid-column: auto;
    grid-row: auto;
    text-align: left;
  }

  .route-grid article {
    padding: 30px;
  }
}

@media (max-width: 560px) {
  body[data-article-id="autumn-interlaken"] {
    padding-bottom: calc(68px + env(safe-area-inset-bottom));
  }

  body[data-article-id="autumn-interlaken"] main .container {
    width: calc(100% - 48px);
  }

  .article-tools {
    gap: 12px;
    font-size: 10px;
  }

  .breadcrumb {
    min-width: 0;
    overflow: hidden;
    white-space: nowrap;
  }

  .breadcrumb span:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .article-hero {
    padding-block: 68px 82px;
  }

  .article-hero h1 {
    margin-top: 19px;
    font-size: calc(clamp(42px, 13vw, 57px) - 2px);
    line-height: 1.04;
  }

  .article-standfirst {
    margin-top: 25px;
    font-size: 16px;
  }

  .article-meta {
    flex-direction: column;
    gap: 5px;
  }

  .article-hero .hero-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .article-section {
    padding-block: 74px;
  }

  .article-section h2,
  .seasonal-transport h2,
  .article-directions h2 {
    font-size: clamp(38px, 11.5vw, 50px);
  }

  .before-you-go .editorial-narrow > p:not(.eyebrow),
  .seasonal-transport .editorial-narrow > p,
  .article-sources .editorial-narrow > p {
    font-size: 15px;
  }

  .map-section {
    padding-block: 72px 52px;
  }

  .article-map {
    border-radius: 20px;
    box-shadow: 0 16px 40px rgba(9, 44, 37, 0.15);
  }

  .map-hotspot > span {
    width: 30px;
    height: 30px;
    border-width: 2px;
    font-size: 10px;
  }

  .map-hotspot-origin strong {
    left: calc(100% + 3px);
    padding: 5px 7px;
    font-size: 8px;
  }

  .destination.article-section {
    padding-block: 64px;
  }

  .destination-grid,
  .destination:nth-child(even) .destination-grid {
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 18px;
  }

  .destination-number {
    font-size: 52px;
  }

  .destination-copy h2 {
    font-size: clamp(32px, 9.4vw, 43px);
  }

  .destination-copy > p:not(.destination-meta) {
    font-size: 15px;
  }

  .pack-this {
    padding: 22px 20px;
  }

  .route-grid article {
    padding: 26px 22px;
  }

  .seasonal-transport {
    padding-block: 70px;
  }

  .travel-packs .section-heading {
    margin-bottom: 38px;
  }

  .pack-card {
    padding: 12px 12px 23px;
  }

  .faq-list article {
    padding-block: 26px;
  }

  .faq-list h3 {
    font-size: 22px;
  }

  .article-directions .visit-details {
    grid-template-columns: 1fr;
  }

  .article-directions .visit-details div,
  .article-directions .visit-details div:last-child {
    grid-column: auto;
    padding: 0 0 18px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 253, 248, 0.16);
  }

  .article-directions .visit-details div:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }

  .article-directions .visit-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .article-sources {
    padding-block: 62px 72px;
  }
}

@media (max-width: 380px) {
  .article-hero h1 {
    font-size: 37px;
  }

  .article-map {
    border-radius: 16px;
  }

  .map-hotspot > span {
    width: 27px;
    height: 27px;
  }

  .destination-grid,
  .destination:nth-child(even) .destination-grid {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 15px;
  }

  .destination-number {
    font-size: 46px;
  }

  .destination-copy h2 {
    font-size: 31px;
  }

  .pack-card > :not(img) {
    margin-inline: 7px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .map-hotspot {
    transition: none;
  }

  .map-hotspot:hover,
  .map-hotspot.is-active {
    transform: translate(-50%, -50%);
  }
}
