@font-face {
  font-family: "Work Sans";
  src: url("/assets/fonts/work-sans.woff2") format("woff2");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Work Sans";
  src: url("/assets/fonts/work-sans-italic.woff2") format("woff2");
  font-weight: 300 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: Syne;
  src: url("/assets/fonts/syne.woff2") format("woff2");
  font-weight: 400 800;
  font-style: normal;
  font-display: swap;
}
:root {
  --paper: #f1eee6;
  --surface: #fbfaf6;
  --ink: #252b2b;
  --soft: #dfe0d7;
  --line: #39403e;
  --accent: #536b72;
  --accent-text: #4b6269;
  --yellow: #c8aa6a;
  --dark: #293332;
  --muted: #626c68;
  color-scheme: light;
}
:root[data-theme="dark"] {
  --paper: #202624;
  --surface: #29312f;
  --ink: #f1eee5;
  --soft: #35403b;
  --line: #89938d;
  --muted: #bec5be;
  --accent: #536b72;
  --accent-text: #a9bec2;
  --yellow: #d0b474;
  --dark: #151b1a;
  color-scheme: dark;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font:
    16px/1.65 "Work Sans",
    Arial,
    sans-serif;
}
a {
  color: inherit;
  text-underline-offset: 4px;
}
img {
  display: block;
  width: 100%;
  height: auto;
}
h1,
h2,
h3,
h4,
p {
  margin-top: 0;
}
h1,
h2,
h3 {
  font-family: Syne, sans-serif;
  letter-spacing: -0.025em;
}
.skip {
  position: fixed;
  z-index: 20;
  top: 10px;
  left: 10px;
  padding: 10px 16px;
  background: var(--surface);
  transform: translateY(-150%);
}
.skip:focus {
  transform: none;
}
.site-header {
  border-bottom: 1px solid var(--line);
}
.mast {
  max-width: 1440px;
  margin: auto;
  padding: 20px 5vw;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}
.brand {
  display: inline-flex;
  width: max-content;
  align-items: baseline;
  text-decoration: none;
  font-family: Syne, sans-serif;
  font-size: 20px;
  letter-spacing: 0.055em;
  line-height: 0.9;
  text-transform: uppercase;
}
.brand span {
  font-weight: 400;
}
.brand strong {
  font-weight: 900;
}
.mast > p {
  text-align: center;
  margin: 0;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-weight: 700;
  line-height: 1.6;
}
.mast > p span {
  color: var(--accent-text);
}
.theme,
.menu {
  border: 0;
  background: none;
  color: inherit;
  font: inherit;
  cursor: pointer;
}
.theme {
  justify-self: end;
  margin-right: 90px;
  font-size: 23px;
}
.menu {
  position: absolute;
  right: 5vw;
  display: flex;
  align-items: center;
  gap: 10px;
}
.menu i,
.menu i:after {
  display: block;
  width: 23px;
  height: 1px;
  background: currentColor;
  content: "";
}
.menu i:after {
  transform: translateY(6px);
}
.site-nav {
  display: flex;
  justify-content: center;
  gap: 42px;
  border-top: 1px solid var(--line);
  padding: 12px 5vw;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.site-nav a {
  text-decoration: none;
}
.site-nav a:hover,
.site-nav a[aria-current] {
  color: var(--accent-text);
}
.site-nav .about-link {
  margin-left: 45px;
}
.home-hero {
  max-width: 1440px;
  margin: auto;
  min-height: 680px;
  padding: 70px 5vw 80px;
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 8vw;
  align-items: center;
}
.kicker {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 10px;
  font-weight: 800;
}
.hero-copy h1 {
  font:
    800 clamp(64px, 5.3vw, 78px)/0.8 Syne,
    sans-serif;
  letter-spacing: -0.045em;
  text-transform: uppercase;
  margin: 45px 0;
}
.hero-copy h1 span {
  font-weight: 400;
}
.hero-answer {
  font:
    700 clamp(27px, 3vw, 43px)/1.04 Syne,
    sans-serif;
  max-width: 13ch;
}
.hero-answer em,
.section-title em,
.closing em {
  color: var(--accent-text);
  font-weight: 600;
}
.lede {
  font-size: 18px;
  max-width: 55ch;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 35px;
}
.button {
  display: inline-flex;
  justify-content: space-between;
  gap: 28px;
  align-items: center;
  background: var(--accent);
  color: #ffffff;
  text-decoration: none;
  padding: 14px 20px;
  font-weight: 750;
  border-radius: 2px;
}
.hero-images {
  position: relative;
  padding: 0 40px 65px 0;
}
.photo {
  margin: 0;
}
.photo img {
  object-fit: cover;
}
.photo figcaption {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 3px 14px;
  padding-top: 8px;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.5;
  text-align: left;
}
.photo figcaption span {
  flex: 1 1 220px;
  min-width: 0;
  overflow-wrap: anywhere;
}
.photo figcaption a {
  flex: 1 1 auto;
  min-width: 0;
  color: inherit;
  font-weight: 700;
  overflow-wrap: anywhere;
}
.hero-main img {
  height: 520px;
  border-radius: 140px 3px 3px 3px;
}
.hero-inset {
  position: absolute;
  width: 42%;
  right: 0;
  bottom: 0;
  border: 8px solid var(--paper);
}
.hero-inset img {
  height: 210px;
}
.image-note {
  position: absolute;
  left: 18px;
  bottom: 5px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 9px;
}
.quick-strip {
  display: flex;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
  background: var(--dark);
  color: #ffffff;
  padding: 16px 5vw;
  font-size: 12px;
}
.quick-strip span {
  color: var(--yellow);
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-weight: 800;
}
.quick-strip a {
  text-decoration: none;
}
.section {
  max-width: 1280px;
  margin: auto;
  padding: 110px 5vw;
}
.intro-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10vw;
}
.section-title h2,
.section-heading h2,
.arrival h2 {
  font:
    700 clamp(40px, 4.8vw, 68px)/0.98 Syne,
    sans-serif;
}
.intro-copy .large,
.large {
  font:
    450 clamp(20px, 2.1vw, 29px)/1.42 "Work Sans",
    sans-serif;
}
.feature-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 28px;
  padding-top: 10px;
}
.feature {
  background: var(--surface);
}
.feature > div:last-child {
  padding: 28px;
}
.feature h3 {
  font:
    700 30px/1.04 Syne,
    sans-serif;
}
.feature p {
  max-width: 45ch;
}
.feature-image {
  position: relative;
}
.feature img {
  height: 320px;
}
.feature-wide {
  grid-row: span 2;
  display: grid;
  grid-template-rows: 1fr auto;
}
.feature-wide .feature-image,
.feature-wide .photo,
.feature-wide .photo picture {
  min-height: 0;
  height: 100%;
}
.feature-wide img {
  height: 100%;
  min-height: 520px;
}
.feature .number {
  position: absolute;
  right: 20px;
  bottom: 15px;
  font:
    800 48px/1 Syne,
    sans-serif;
  color: #fff;
}
.feature-dark {
  background: var(--dark);
  color: #ffffff;
}
.feature-dark .photo figcaption,
.why-now .photo figcaption {
  color: #ffffff;
}
.read {
  display: block;
  margin-top: 22px;
  font-weight: 800;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.why-now {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: var(--accent);
  color: #ffffff;
}
.why-now > div {
  position: relative;
  padding: 7vw;
}
.why-now > div:first-child {
  padding: 6vw 0 6vw 7vw;
}
.ritz-photo img {
  height: 500px;
  object-fit: cover;
}
.vertical {
  position: absolute;
  right: -8px;
  bottom: 6vw;
  writing-mode: vertical-rl;
  font-size: 9px;
  letter-spacing: 0.18em;
}
.why-now h2 {
  font:
    700 clamp(38px, 4.5vw, 62px)/1 Syne,
    sans-serif;
}
.why-now .large {
  max-width: 24ch;
}
.button-light {
  background: var(--yellow);
  color: #11162f;
}
.policy-link {
  display: block;
  margin-top: 25px;
  font-size: 12px;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.section-heading > p {
  max-width: 40ch;
}
.plan-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 50px;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.plan-grid a {
  min-height: 330px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.plan-grid a:hover {
  background: var(--surface);
}
.plan-grid span {
  color: var(--accent-text);
  font-weight: 800;
}
.plan-grid h3 {
  font:
    700 28px/1.08 Syne,
    sans-serif;
  margin-top: 65px;
}
.plan-grid b {
  margin-top: auto;
  font-size: 12px;
}
.photo-essay {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  grid-template-rows: 1fr auto;
  gap: 25px;
}
.essay-copy {
  grid-row: span 2;
  padding-right: 6vw;
}
.essay-copy h2 {
  font:
    700 clamp(40px, 5vw, 68px)/1 Syne,
    sans-serif;
}
.essay-large img {
  height: 420px;
}
.essay-small {
  width: 48%;
  justify-self: end;
}
.essay-small img {
  height: 190px;
}
.text-link {
  font-weight: 800;
}
.arrival {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 7vw;
  border-top: 1px solid var(--line);
}
.arrival-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.arrival-cards article {
  padding: 30px;
  border-left: 1px solid var(--line);
}
.arrival-cards span {
  color: var(--accent-text);
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 800;
}
.arrival-cards h3 {
  font:
    700 27px/1.06 Syne,
    sans-serif;
}
.closing {
  text-align: center;
  padding: 120px 5vw;
  background: var(--yellow);
  color: #11162f;
}
.closing h2 {
  font:
    700 clamp(46px, 6.5vw, 88px)/0.96 Syne,
    sans-serif;
}
.closing .button {
  margin-top: 25px;
}
.site-footer {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 50px;
  padding: 65px 6vw 25px;
  background: var(--dark);
  color: #ffffff;
}
.brand-light {
  font-size: 20px;
}
.site-footer nav {
  display: grid;
  gap: 7px;
}
.footer-question {
  color: var(--yellow);
  font:
    700 25px/1.1 Syne,
    sans-serif;
}
.copyright {
  grid-column: 1/-1;
  border-top: 1px solid #6873b5;
  padding-top: 20px;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.page-shell {
  max-width: 1280px;
  margin: auto;
  padding: 25px 5vw 100px;
}
.crumbs {
  display: flex;
  gap: 12px;
  font-size: 11px;
  margin: 12px 0 50px;
}
.page-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7vw;
  align-items: center;
  padding-bottom: 90px;
}
.page-intro h1 {
  font:
    800 clamp(46px, 4.2vw, 60px)/0.9 Syne,
    sans-serif;
  text-transform: uppercase;
  overflow-wrap: anywhere;
  hyphens: auto;
}
.page-intro > div {
  min-width: 0;
}
.page-photo img {
  height: 450px;
  border-radius: 120px 3px 3px 3px;
}
.prose {
  max-width: 1080px;
}
.prose > section,
.prose > h2 {
  margin-top: 90px;
}
.prose > p {
  max-width: 75ch;
}
.prose h2 {
  font:
    700 clamp(36px, 4.2vw, 56px)/1.02 Syne,
    sans-serif;
}
.card-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 35px 0;
}
.card-row article {
  padding: 28px;
  background: var(--surface);
  border-top: 3px solid var(--accent);
}
.card-row h2,
.card-row h3 {
  font:
    700 28px/1.06 Syne,
    sans-serif;
}
.split-story {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8vw;
  padding: 50px;
  background: var(--soft);
}
.fact-stack p {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid var(--line);
  padding: 14px 0;
}
.story-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.story-list article {
  padding: 28px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.story-list h3 {
  font:
    700 29px/1.06 Syne,
    sans-serif;
}
.callout-story {
  padding: 50px;
  background: var(--dark);
  color: #ffffff;
}
.callout-story > p {
  max-width: 70ch;
}
.callout-story > div,
.link-list {
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
  margin-top: 25px;
}
.editorial-band {
  background: var(--soft);
  padding: 40px;
  margin: 60px 0;
}
.check-list {
  display: grid;
  gap: 14px;
  max-width: 70ch;
  padding-left: 25px;
}
.source-note,
.accuracy-note {
  margin-top: 60px;
  padding: 25px;
  border-left: 4px solid var(--accent);
  background: var(--surface);
  max-width: 80ch;
}
.event-board {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.event-board a {
  padding: 38px;
  min-height: 280px;
  text-decoration: none;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.event-board a:nth-child(-n + 2) {
  border-top: 1px solid var(--line);
}
.event-board a:nth-child(odd) {
  border-left: 1px solid var(--line);
}
.event-board span {
  color: var(--accent-text);
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.15em;
}
.event-board h2 {
  margin-top: 55px;
}
.event-board b {
  font-size: 12px;
}
.link-list a {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  min-width: 300px;
  padding: 20px;
  background: var(--surface);
  text-decoration: none;
}
.credits-grid {
  display: grid;
  gap: 20px;
}
.credits-grid article {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 25px;
  padding: 20px;
  background: var(--surface);
}
.credits-grid img {
  height: 220px;
  object-fit: cover;
}
.credits-grid h2 {
  font-size: 26px;
  margin: 5px 0;
}
.credits-grid p {
  margin-bottom: 5px;
}
.guide-jumps {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 70px;
  padding: 18px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.guide-jumps span {
  margin-right: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 11px;
}
.guide-jumps a {
  padding: 5px 12px;
  background: var(--surface);
  text-decoration: none;
  font-weight: 650;
}
.guide-jumps a:hover {
  color: var(--accent-text);
}
.guide-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 28px;
  margin: 25px 0 0;
  color: var(--muted);
  font-size: 13px;
}
.guide-meta strong {
  color: var(--ink);
}
.venue-grid,
.practical-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin: 35px 0;
}
.venue-card,
.practical-card {
  display: flex;
  flex-direction: column;
  min-height: 310px;
  padding: 28px;
  background: var(--surface);
  border-top: 4px solid var(--accent);
}
.callout-story .practical-card {
  color: var(--ink);
}
.callout-story > .practical-grid {
  display: grid;
}
.venue-card h3,
.practical-card h3 {
  margin: 18px 0 12px;
  font-size: 34px;
  line-height: 1;
}
.venue-card p,
.practical-card p {
  margin-bottom: 12px;
}
.venue-card .place,
.practical-card .place {
  color: var(--accent-text);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.venue-card .best-for {
  color: var(--muted);
  font-size: 13px;
}
.venue-card a:last-child,
.practical-card a:last-child {
  margin-top: auto;
  padding-top: 18px;
  font-weight: 800;
}
.route-list {
  counter-reset: route;
  margin: 35px 0;
  border-top: 1px solid var(--line);
}
.route-list article {
  counter-increment: route;
  display: grid;
  grid-template-columns: 80px 0.7fr 1.3fr;
  gap: 28px;
  padding: 30px 0;
  border-bottom: 1px solid var(--line);
}
.route-list article::before {
  content: counter(route, decimal-leading-zero);
  color: var(--accent-text);
  font: 800 36px/1 Syne, sans-serif;
}
.route-list h3 {
  font-size: 33px;
  line-height: 1;
}
.route-list p:last-child {
  margin-bottom: 0;
}
.detail-note {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 14px;
}
.relationship-note {
  margin-top: 22px;
  padding: 18px 20px;
  max-width: 80ch;
  border: 1px solid var(--line);
  border-left: 5px solid var(--yellow);
  background: var(--surface);
  color: var(--muted);
  font-size: 13px;
}
.relationship-note strong {
  color: var(--ink);
}
.relationship-note a {
  font-weight: 750;
}
.callout-story .detail-note {
  color: #e2e6ff;
  border-color: #8992dc;
}
.source-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  margin: 30px 0;
  padding: 1px;
  background: var(--line);
}
.source-list a {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 22px;
  background: var(--surface);
  text-decoration: none;
  font-weight: 700;
}
.source-list a:hover {
  color: var(--accent-text);
}
.visual-break {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 20px;
  margin: 70px 0;
}
.visual-break figure {
  margin: 0;
}
.visual-break img {
  height: 360px;
  object-fit: cover;
}
.visual-break figure:last-child img {
  height: 270px;
  margin-top: 90px;
}
.visual-break figcaption {
  padding-top: 8px;
  color: var(--muted);
  font-size: 12px;
}
.status-line {
  margin: 0 0 45px;
  padding: 18px 22px;
  background: var(--yellow);
  color: #11162f;
  font-size: 14px;
}
.status-line strong {
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
@media (max-width: 850px) {
  .mast {
    grid-template-columns: 1fr auto;
  }
  .mast > p {
    display: none;
  }
  .theme {
    margin-right: 70px;
  }
  .site-nav {
    display: none;
    position: absolute;
    z-index: 10;
    right: 4vw;
    top: 70px;
    width: 240px;
    background: var(--surface);
    padding: 25px;
    box-shadow: 0 15px 45px #0003;
    flex-direction: column;
    gap: 18px;
  }
  .site-nav[data-open="true"] {
    display: flex;
  }
  .site-nav .about-link {
    margin: 0;
    padding-top: 12px;
    border-top: 1px solid var(--line);
  }
  .home-hero,
  .intro-section,
  .why-now,
  .arrival,
  .page-intro {
    grid-template-columns: 1fr;
  }
  .home-hero {
    padding-top: 45px;
  }
  .hero-images {
    margin-top: 25px;
  }
  .feature-grid {
    grid-template-columns: 1fr 1fr;
  }
  .feature-wide {
    grid-column: 1/-1;
    grid-row: auto;
  }
  .feature-wide img {
    min-height: 400px;
  }
  .plan-grid {
    grid-template-columns: 1fr 1fr;
  }
  .photo-essay {
    grid-template-columns: 1fr 1fr;
  }
  .essay-copy {
    grid-column: 1/-1;
    grid-row: auto;
  }
  .section-heading {
    align-items: start;
    flex-direction: column;
  }
  .credits-grid article {
    grid-template-columns: 220px 1fr;
  }
  .credits-grid img {
    height: 170px;
  }
  .venue-grid,
  .practical-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .route-list article {
    grid-template-columns: 60px 1fr;
  }
  .route-list article > div:last-child {
    grid-column: 2;
  }
}
@media (max-width: 560px) {
  body {
    font-size: 14px;
  }
  .mast {
    padding: 18px 20px;
  }
  .menu {
    right: 20px;
  }
  .theme {
    margin-right: 65px;
  }
  .home-hero {
    display: block;
    padding: 45px 20px 65px;
  }
  .hero-copy h1 {
    font-size: 80px;
    margin: 35px 0;
  }
  .hero-answer {
    font-size: 30px;
  }
  .hero-main img {
    height: 360px;
    border-radius: 80px 3px 3px;
  }
  .hero-inset {
    width: 45%;
  }
  .hero-inset img {
    height: 135px;
  }
  .quick-strip {
    justify-content: flex-start;
    padding: 18px 20px;
  }
  .section {
    padding: 75px 20px;
  }
  .intro-section {
    gap: 25px;
  }
  .feature-grid {
    display: block;
    padding-top: 0;
  }
  .feature {
    display: block;
    margin-bottom: 20px;
  }
  .feature-wide img,
  .feature img {
    height: 330px;
    min-height: 0;
  }
  .why-now {
    display: block;
  }
  .why-now > div,
  .why-now > div:first-child {
    padding: 40px 20px;
  }
  .ritz-photo img {
    height: 330px;
  }
  .vertical {
    display: none;
  }
  .plan-grid {
    grid-template-columns: 1fr;
  }
  .plan-grid a {
    min-height: 250px;
  }
  .plan-grid h3 {
    margin-top: 35px;
  }
  .photo-essay {
    display: block;
  }
  .photo-essay > * {
    margin-bottom: 22px;
  }
  .essay-small {
    width: 70%;
    margin-left: auto;
  }
  .arrival-cards {
    grid-template-columns: 1fr;
  }
  .arrival-cards article {
    border-left: 0;
    border-top: 1px solid var(--line);
    padding-left: 0;
  }
  .closing {
    padding: 85px 20px;
  }
  .site-footer {
    grid-template-columns: 1fr;
    padding: 50px 20px 20px;
  }
  .copyright {
    grid-column: auto;
  }
  .page-shell {
    padding: 20px 20px 70px;
  }
  .crumbs {
    margin-bottom: 30px;
  }
  .page-intro {
    gap: 28px;
    padding-bottom: 55px;
  }
  .page-intro h1 {
    font-size: 58px;
  }
  .page-photo img {
    height: 300px;
    border-radius: 75px 3px 3px;
  }
  .card-row,
  .story-list,
  .event-board {
    grid-template-columns: 1fr;
  }
  .split-story {
    grid-template-columns: 1fr;
    padding: 28px;
    gap: 25px;
  }
  .callout-story,
  .editorial-band {
    padding: 28px;
  }
  .event-board a {
    border: 1px solid var(--line) !important;
  }
  .credits-grid article {
    grid-template-columns: 1fr;
  }
  .credits-grid img {
    height: 220px;
  }
  .guide-jumps {
    margin-bottom: 50px;
  }
  .guide-jumps span {
    width: 100%;
  }
  .venue-grid,
  .practical-grid,
  .source-list,
  .visual-break {
    grid-template-columns: 1fr;
  }
  .venue-card,
  .practical-card {
    min-height: 0;
  }
  .route-list article {
    grid-template-columns: 48px 1fr;
    gap: 18px;
  }
  .route-list article::before {
    font-size: 34px;
  }
  .visual-break figure:last-child img {
    height: 260px;
    margin-top: 0;
  }
  .link-list a {
    min-width: 0;
    width: 100%;
  }
}

/* Thirsk Tourist Information appreciation and directory map. */
.tti-page .page-intro h1 {
  font-size: clamp(34px, 3.7vw, 54px);
  overflow-wrap: normal;
  hyphens: none;
}
.tti-appreciation {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 7vw;
  align-items: start;
  margin: 70px 0 100px;
}
.tti-appreciation h2,
.tti-contact h2,
.tti-places h2,
.tti-contribute h2 {
  font: 700 clamp(38px, 4.8vw, 64px)/0.98 Syne, sans-serif;
}
.tti-facts {
  border-top: 2px solid var(--ink);
}
.tti-facts p {
  display: grid;
  grid-template-columns: 105px 1fr;
  gap: 20px;
  align-items: center;
  margin: 0;
  padding: 22px 0;
  border-bottom: 2px solid var(--ink);
}
.tti-facts strong {
  color: var(--accent-text);
  font: 800 40px/1 Syne, sans-serif;
}
.tti-contact {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 7vw;
  margin: 90px 0;
  padding: 50px;
  border: 3px solid #252b2b;
  background: var(--accent);
  color: #fff;
}
.tti-contact address {
  font-style: normal;
  font-size: 18px;
}
.contact-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid #ffffffaa;
  border-left: 1px solid #ffffffaa;
}
.contact-actions a {
  display: flex;
  min-width: 0;
  min-height: 135px;
  padding: 22px;
  flex-direction: column;
  justify-content: space-between;
  border-right: 1px solid #ffffffaa;
  border-bottom: 1px solid #ffffffaa;
  text-decoration: none;
  overflow-wrap: anywhere;
}
.contact-actions a:hover {
  background: var(--yellow);
  color: #252b2b;
}
.contact-actions span {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 10px;
  font-weight: 800;
}
.contact-actions strong {
  font-size: 18px;
}
.tti-contact > .detail-note {
  grid-column: 1 / -1;
  color: #fff;
  border-color: #ffffff99;
}
.tti-directory {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 38px 0;
  border-top: 2px solid var(--ink);
  border-left: 2px solid var(--ink);
}
.tti-directory article {
  display: grid;
  grid-template-columns: 55px 1fr;
  gap: 0 20px;
  padding: 30px;
  border-right: 2px solid var(--ink);
  border-bottom: 2px solid var(--ink);
}
.tti-directory article > span {
  grid-row: 1 / 4;
  color: var(--accent-text);
  font: 800 30px/1 Syne, sans-serif;
}
.tti-directory h3 {
  font-size: 29px;
  line-height: 1.05;
}
.tti-directory article > div {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 18px;
  margin-top: 10px;
  font-size: 12px;
  font-weight: 700;
}
.tti-places {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 7vw;
  margin: 100px 0;
}
.coverage-groups {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 2px solid var(--ink);
  border-left: 2px solid var(--ink);
}
.coverage-groups article {
  padding: 27px;
  border-right: 2px solid var(--ink);
  border-bottom: 2px solid var(--ink);
}
.coverage-groups h3 {
  font-size: 25px;
  line-height: 1.05;
}
.tti-places > .detail-note {
  grid-column: 1 / -1;
}
.event-types {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin: 35px 0 50px;
  padding: 0;
  border-top: 1px solid var(--ink);
  border-left: 1px solid var(--ink);
  list-style: none;
}
.event-types li {
  min-height: 90px;
  padding: 20px;
  border-right: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  font: 650 18px/1.2 Syne, sans-serif;
}
.event-types li:nth-child(3n + 2) {
  background: var(--soft);
}
.tti-contribute {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 7vw;
  align-items: center;
  margin: 100px 0 60px;
  padding: 48px;
  border: 3px solid #252b2b;
  background: var(--yellow);
  color: #252b2b;
}
.tti-contribute > div:last-child {
  display: grid;
  justify-items: start;
  gap: 22px;
}
@media (max-width: 850px) {
  .tti-appreciation,
  .tti-contact,
  .tti-places,
  .tti-contribute {
    grid-template-columns: 1fr;
  }
  .event-types {
    grid-template-columns: 1fr 1fr;
  }
  .event-types li:nth-child(3n + 2) {
    background: transparent;
  }
  .event-types li:nth-child(4n + 2),
  .event-types li:nth-child(4n + 3) {
    background: var(--soft);
  }
}
@media (max-width: 560px) {
  .tti-page .page-intro h1 {
    font-size: 28px;
  }
  .tti-facts p {
    grid-template-columns: 90px 1fr;
  }
  .tti-facts strong {
    font-size: 28px;
  }
  .tti-appreciation {
    margin-block: 55px 75px;
  }
  .tti-contact,
  .tti-contribute {
    margin-block: 70px;
    padding: 28px;
  }
  .contact-actions,
  .tti-directory,
  .coverage-groups,
  .event-types {
    grid-template-columns: 1fr;
  }
  .tti-directory article {
    grid-template-columns: 54px 1fr;
    padding: 24px 18px;
  }
  .tti-directory article > span {
    font-size: 24px;
  }
  .tti-places {
    margin-block: 75px;
  }
  .event-types li,
  .event-types li:nth-child(n) {
    min-height: 0;
    background: transparent;
  }
  .event-types li:nth-child(even) {
    background: var(--soft);
  }
}

/* Photograph attribution sits on the image as compact, readable labels. */
.photo {
  position: relative;
}
.photo picture {
  display: block;
}
.photo figcaption,
.visual-break .photo figcaption,
.live-teaser .photo figcaption {
  position: absolute;
  z-index: 2;
  right: 8px;
  bottom: 8px;
  left: 8px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 6px;
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 9px;
  line-height: 1.25;
  pointer-events: none;
}
.photo figcaption span,
.photo figcaption a {
  width: auto;
  min-width: 0;
  padding: 5px 7px;
  border: 1px solid #ffffff66;
  background: #252b2b;
  color: #fff;
  box-shadow: 2px 2px 0 #0005;
}
.photo figcaption span {
  flex: 0 1 52%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.photo figcaption a {
  flex: 0 1 auto;
  max-width: 60%;
  font-weight: 700;
  overflow-wrap: anywhere;
  pointer-events: auto;
  text-align: right;
}
.photo figcaption a:hover {
  background: var(--yellow);
  color: #252b2b;
}
.photo figcaption a:focus-visible {
  outline: 3px solid var(--yellow);
  outline-offset: 2px;
}
.hero-inset figcaption span,
.essay-small figcaption span {
  display: none;
}
.hero-inset figcaption a,
.essay-small figcaption a {
  max-width: 100%;
  text-align: left;
}
@media (max-width: 560px) {
  .photo figcaption span {
    display: none;
  }
  .photo figcaption a {
    max-width: 100%;
    text-align: left;
  }
}

/* Live Market Place camera */
.live-teaser {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  align-items: center;
  gap: 7vw;
  max-width: 1280px;
  margin: 90px auto 0;
  padding: 0 5vw;
}
.live-teaser h2 {
  font: 700 clamp(38px, 4.8vw, 66px)/0.96 Syne, sans-serif;
}
.live-teaser p:not(.kicker) {
  max-width: 48ch;
}
.live-teaser figure {
  margin: 0;
}
.live-teaser img {
  height: 410px;
  object-fit: cover;
  border: 3px solid var(--ink);
  box-shadow: 12px 12px 0 var(--accent);
}
.live-teaser figcaption {
  margin-top: 14px;
  color: var(--muted);
  font-size: 12px;
}
.live-teaser .photo figcaption {
  margin-top: 0;
  font-size: 10px;
}
.camera-source {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 12px;
}
.live-page {
  overflow: hidden;
}
.live-heading {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 5vw;
  align-items: end;
  max-width: 1280px;
  margin: auto;
  padding: 90px 5vw 65px;
}
.live-heading h1 {
  margin: 30px 0;
  font: 800 clamp(54px, 8vw, 116px)/0.82 Syne, sans-serif;
  text-transform: uppercase;
}
.live-heading h1 span {
  color: transparent;
  -webkit-text-stroke: 2px var(--ink);
}
.live-heading .large {
  max-width: 47ch;
}
.live-clock {
  display: grid;
  gap: 16px;
  min-width: 150px;
  margin: 0;
  padding: 23px;
  border: 3px solid var(--ink);
  background: var(--yellow);
  color: #11162f;
  box-shadow: 8px 8px 0 var(--accent);
  text-transform: uppercase;
  line-height: 1.15;
}
.live-clock strong {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #6f2824;
  font-family: Syne, sans-serif;
}
.live-clock strong::before {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  content: "";
}
.live-stage {
  padding: 70px 5vw;
  border-block: 3px solid #11162f;
  background: var(--accent);
  color: #fff;
}
.live-frame {
  position: relative;
  max-width: 1180px;
  aspect-ratio: 16 / 9;
  margin: auto;
  border: 3px solid #11162f;
  background: #11162f url('/assets/images/market-1280.webp') center/cover no-repeat;
  box-shadow: 14px 14px 0 var(--yellow);
}
.live-frame::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #11162fdd, #11162f55 60%, transparent);
  content: "";
}
.live-frame.is-started::after,
.live-frame.is-started .live-prompt {
  display: none;
}
.live-frame video {
  width: 100%;
  height: 100%;
  background: #000;
  object-fit: contain;
}
.live-prompt {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: clamp(24px, 6vw, 80px);
  width: min(520px, calc(100% - 48px));
  transform: translateY(-50%);
}
.live-prompt h2 {
  font: 700 clamp(34px, 5vw, 68px)/0.98 Syne, sans-serif;
}
.live-prompt .button {
  cursor: pointer;
}
.live-status,
.camera-credit {
  max-width: 1180px;
  margin-inline: auto;
}
.live-status {
  margin-top: 28px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 11px;
}
.live-status::before {
  content: "● ";
  color: var(--yellow);
}
.camera-credit {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 28px;
  padding-top: 20px;
  border-top: 1px solid #ffffff66;
  font-size: 13px;
}
.camera-credit p {
  margin: 0;
}
.live-context {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 7vw;
}
.live-context > div:first-child h2 {
  font: 700 clamp(38px, 4.8vw, 66px)/0.98 Syne, sans-serif;
}
.live-context .story-list {
  grid-template-columns: 1fr 1fr;
}
.live-context .story-list span {
  color: var(--accent-text);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media (max-width: 850px) {
  .live-teaser,
  .live-context {
    grid-template-columns: 1fr;
  }
  .live-teaser img {
    height: 360px;
  }
}
@media (max-width: 560px) {
  .live-teaser {
    margin-top: 65px;
    padding-inline: 20px;
  }
  .live-teaser img {
    height: 260px;
    box-shadow: 8px 8px 0 var(--accent);
  }
  .live-heading {
    grid-template-columns: 1fr;
    padding: 60px 20px 50px;
  }
  .live-heading h1 {
    font-size: 49px;
  }
  .live-clock {
    min-width: 0;
    grid-template-columns: auto 1fr;
    align-items: center;
  }
  .live-stage {
    padding: 35px 20px 45px;
  }
  .live-frame {
    aspect-ratio: 4 / 5;
    box-shadow: 8px 8px 0 var(--yellow);
  }
  .live-frame video {
    object-fit: cover;
  }
  .live-prompt {
    left: 22px;
    width: calc(100% - 44px);
  }
  .live-prompt h2 {
    font-size: 35px;
  }
  .camera-credit {
    display: grid;
  }
  .live-context .story-list {
    grid-template-columns: 1fr;
  }
}
.feature .number {
  background: var(--dark);
  padding: 0 10px;
}
.mast {
  position: relative;
}
.theme {
  position: absolute;
  right: calc(5vw + 82px);
  margin: 0;
}
@media (max-width: 850px) {
  .theme {
    right: 125px;
  }
  html:not(.js) .site-nav {
    display: flex;
    position: static;
    width: auto;
    box-shadow: none;
    flex-direction: column;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
@media print {
  .site-header,
  .site-footer,
  .quick-strip,
  .theme,
  .menu {
    display: none;
  }
  .page-shell {
    padding: 0;
  }
}

/* Why Thirsk identity: a bright, contemporary culture-guide system. */
body {
  background-image: linear-gradient(90deg, transparent 0 49.8%, color-mix(in srgb, var(--accent) 5%, transparent) 49.8% 50.2%, transparent 50.2%);
  background-size: 240px 100%;
}
.site-header {
  border: 0;
  background: var(--surface);
}
.mast {
  padding-top: 14px;
  padding-bottom: 14px;
}
.brand {
  gap: 0.14em;
  padding: 9px 12px 8px;
  border: 2px solid #11162f;
  background: var(--yellow);
  color: #11162f;
  font-size: 18px;
  letter-spacing: -0.045em;
  transform: rotate(-1deg);
}
.brand span {
  font-weight: 500;
}
.mast > p {
  color: var(--accent-text);
  font-size: 11px;
}
.mast > p span {
  color: var(--ink);
}
.site-nav {
  gap: 14px;
  padding: 9px 5vw;
  border-top: 2px solid var(--ink);
  border-bottom: 2px solid var(--ink);
  background: var(--accent);
  color: #fff;
  font-size: 11px;
}
.site-nav a {
  padding: 7px 12px;
}
.site-nav a:hover,
.site-nav a[aria-current] {
  background: var(--yellow);
  color: #11162f;
}
.site-nav .about-link {
  margin-left: auto;
}
.home-hero {
  min-height: 650px;
  grid-template-columns: 0.9fr 1.1fr;
}
.hero-copy h1 {
  margin: 38px 0;
}
.hero-copy h1 span {
  color: transparent;
  -webkit-text-stroke: 2px var(--ink);
}
.hero-answer em,
.section-title em,
.closing em {
  font-style: normal;
  text-decoration: underline;
  text-decoration-thickness: 0.13em;
  text-underline-offset: 0.12em;
}
.hero-main img,
.page-photo img {
  border: 3px solid var(--ink);
  border-radius: 0;
  box-shadow: 14px 14px 0 var(--yellow);
}
.hero-inset {
  border: 3px solid var(--ink);
  box-shadow: 8px 8px 0 var(--accent);
}
.button {
  border: 2px solid #11162f;
  border-radius: 0;
  background: var(--yellow);
  color: #11162f;
  box-shadow: 5px 5px 0 #11162f;
  font-weight: 800;
  transition: transform 120ms ease, box-shadow 120ms ease;
}
.button:hover {
  transform: translate(3px, 3px);
  box-shadow: 2px 2px 0 #11162f;
}
.quick-strip {
  border-top: 2px solid #11162f;
  border-bottom: 2px solid #11162f;
  background: var(--yellow);
  color: #11162f;
}
.quick-strip span {
  color: #252b2b;
}
.quick-strip a {
  border-bottom: 2px solid #11162f;
}
.feature {
  border: 2px solid var(--ink);
  box-shadow: 7px 7px 0 var(--soft);
}
.feature-dark {
  border-color: #11162f;
  background: var(--accent);
  color: #fff;
  box-shadow: 7px 7px 0 var(--yellow);
}
.feature .number {
  background: var(--yellow);
  color: #11162f;
}
.why-now {
  border-top: 3px solid #11162f;
  border-bottom: 3px solid #11162f;
  background: var(--accent);
}
.button-light {
  background: var(--yellow);
}
.plan-grid,
.story-list,
.event-board {
  border-color: var(--ink);
}
.plan-grid a,
.story-list article,
.event-board a {
  border-color: var(--ink);
}
.plan-grid a:hover,
.event-board a:hover {
  background: var(--yellow);
  color: #11162f;
}
.closing {
  border-top: 3px solid #11162f;
  border-bottom: 3px solid #11162f;
}
.closing em {
  color: #252b2b;
}
.site-footer {
  background: var(--dark);
}
.brand-light {
  background: var(--yellow);
  color: #11162f;
}
.page-photo img {
  height: 420px;
}
.guide-jumps {
  gap: 9px;
  border-width: 2px;
}
.guide-jumps a {
  border: 1px solid var(--ink);
  background: transparent;
}
.guide-jumps a:hover {
  background: var(--yellow);
  color: #11162f;
}
.status-line {
  border: 2px solid #11162f;
  box-shadow: 5px 5px 0 var(--accent);
}
.venue-card,
.practical-card {
  border: 2px solid var(--ink);
  border-top: 7px solid var(--accent);
}
.venue-card:nth-child(3n + 2),
.practical-card:nth-child(3n + 2) {
  border-top-color: var(--yellow);
}
.editorial-band,
.split-story {
  border: 2px solid var(--ink);
}
.callout-story {
  border: 3px solid #11162f;
  background: var(--accent);
}
.source-list {
  gap: 2px;
  padding: 2px;
  background: var(--ink);
}
.source-list a:hover {
  background: var(--yellow);
  color: #11162f;
}
.source-note,
.accuracy-note {
  border: 2px solid var(--ink);
  border-left: 8px solid var(--accent);
  box-shadow: 5px 5px 0 var(--soft);
}
.route-list {
  border-top-width: 2px;
}
.route-list article {
  border-bottom: 2px solid var(--ink);
}
.visual-break img {
  border: 2px solid var(--ink);
  box-shadow: 8px 8px 0 var(--yellow);
}
:root[data-theme="dark"] .hero-copy h1 span {
  -webkit-text-stroke-color: var(--ink);
}
:root[data-theme="dark"] .venue-card:nth-child(3n + 2),
:root[data-theme="dark"] .practical-card:nth-child(3n + 2) {
  border-top-color: var(--yellow);
}
@media (max-width: 850px) {
  .site-nav {
    border: 2px solid var(--ink);
    background: var(--accent);
    color: #fff;
  }
  .site-nav .about-link {
    margin-left: 0;
  }
}
@media (max-width: 560px) {
  body {
    font-size: 15px;
    background-size: 160px 100%;
  }
  .hero-copy h1 {
    font-size: 49px;
    line-height: 0.79;
  }
  .page-intro h1 {
    font-size: 38px;
    line-height: 0.9;
  }
  .hero-main img,
  .page-photo img {
    border-radius: 0;
    box-shadow: 8px 8px 0 var(--yellow);
  }
}
