:root {
  color-scheme: light;
  --ink: #1f211d;
  --muted: #686b61;
  --paper: #f4f0e8;
  --paper-deep: #e9e1d5;
  --card: #fbf8f2;
  --line: rgba(31, 33, 29, 0.16);
  --clay: #a85f45;
  --moss: #4c5b48;
  --max: 1180px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--paper);
  color: var(--ink);
  scroll-behavior: smooth;
  overflow-x: clip;
}

body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at 88% 2%, rgba(168, 95, 69, 0.09), transparent 28rem),
    var(--paper);
}

a {
  color: inherit;
}

.site-footer,
.destination-gateway,
main {
  width: min(calc(100% - 48px), var(--max));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  z-index: 20;
  top: 0;
  width: 100%;
  border-bottom: 1px solid var(--line);
  background: rgba(244, 240, 232, 0.96);
  backdrop-filter: blur(14px);
  transition: box-shadow 220ms ease;
}

.site-header__inner {
  width: min(calc(100% - 32px), calc(var(--max) + 32px));
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  margin-inline: auto;
  padding-inline: 16px;
}

.site-header--destinations {
  box-shadow: 0 8px 22px rgba(31, 33, 29, 0.08);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  text-decoration: none;
  letter-spacing: 0.12em;
  font-size: 0.88rem;
  font-weight: 750;
}

.brand__mark {
  width: 25px;
  height: 25px;
  border: 1px solid currentColor;
  border-radius: 50% 50% 44% 44%;
  position: relative;
}

.brand__mark::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 12px;
  background: currentColor;
  left: 50%;
  bottom: -8px;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 0.88rem;
}

.site-header__navigation {
  display: grid;
  align-items: center;
}

.site-nav,
.site-header__destinations {
  grid-area: 1 / 1;
  justify-self: end;
  transition: opacity 180ms ease, transform 220ms ease, visibility 180ms;
}

.site-header__destinations {
  display: flex;
  align-items: center;
  gap: 8px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
}

.site-header__destinations a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  gap: 7px;
  padding: 9px 13px;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.site-header__destinations a:first-child {
  border-color: var(--ink);
}

.site-header__destinations a:hover,
.site-header__destinations a:focus-visible {
  color: var(--paper);
  background: var(--ink);
  outline: none;
}

.site-header--destinations .site-nav {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
}

.site-header--destinations .site-header__destinations {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.site-nav a {
  text-decoration: none;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.footer-links a:hover,
.footer-links a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 5px;
}

.destination-gateway {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-bottom: 1px solid var(--line);
}

.destination-gateway a {
  position: relative;
  min-width: 0;
  min-height: clamp(140px, 14vw, 190px);
  display: grid;
  align-content: center;
  gap: 8px;
  padding: clamp(26px, 4vw, 48px);
  text-decoration: none;
  transition: background-color 180ms ease;
}

.destination-gateway a + a {
  border-left: 1px solid var(--line);
}

.destination-gateway a:hover,
.destination-gateway a:focus-visible {
  background: rgba(31, 33, 29, 0.045);
  outline: none;
}

.destination-gateway a:focus-visible {
  box-shadow: inset 0 0 0 2px var(--ink);
}

.destination-gateway__eyebrow {
  color: var(--clay);
  font-size: 0.68rem;
  font-weight: 750;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.destination-gateway strong {
  padding-right: 48px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 3.7vw, 4rem);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.98;
  overflow-wrap: anywhere;
}

.destination-gateway a > span:last-of-type {
  max-width: 32rem;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.destination-gateway b {
  position: absolute;
  top: 50%;
  right: clamp(22px, 3vw, 40px);
  font-size: 1.15rem;
  font-weight: 500;
  transform: translateY(-50%);
}

.hero {
  padding: clamp(64px, 9vw, 112px) 0 clamp(60px, 8vw, 96px);
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(240px, 0.6fr);
  gap: clamp(40px, 8vw, 112px);
  align-items: end;
}

.eyebrow {
  margin: 0 0 20px;
  color: var(--clay);
  font-size: 0.75rem;
  font-weight: 750;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

h1,
h2,
h3,
.display-title {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -0.035em;
}

.hero h1 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(3.15rem, 6.8vw, 6.4rem);
  line-height: 0.93;
}

.hero__note {
  margin: 0;
  max-width: 34rem;
  color: var(--muted);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  line-height: 1.48;
}

.hero__note p {
  margin: 0;
}

.hero__note p + p {
  margin-top: 18px;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
  margin-top: 30px;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.92rem;
  font-weight: 720;
}

.hero__actions a {
  text-underline-offset: 5px;
}

.identity {
  margin-bottom: clamp(82px, 10vw, 132px);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.identity > header {
  display: grid;
  grid-template-columns: minmax(180px, 0.42fr) minmax(0, 1fr);
  gap: clamp(28px, 6vw, 84px);
  padding: clamp(36px, 5vw, 60px) 0;
  align-items: start;
}

.identity > header .eyebrow {
  margin-top: 10px;
}

.identity h2 {
  max-width: 880px;
  margin: 0;
  font-size: clamp(2.2rem, 4vw, 4rem);
  line-height: 1;
}

.identity__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
}

.identity__list article {
  min-height: 240px;
  padding: clamp(26px, 4vw, 44px);
  display: flex;
  flex-direction: column;
  border-right: 1px solid var(--line);
}

.identity__list article:last-child {
  border-right: 0;
}

.identity__list span {
  color: var(--clay);
  font-family: Georgia, "Times New Roman", serif;
}

.identity__list h3 {
  margin: auto 0 16px;
  font-size: clamp(1.7rem, 2.7vw, 2.7rem);
  line-height: 1.05;
}

.identity__list h3 a {
  text-decoration-thickness: 1px;
  text-decoration-color: transparent;
  text-underline-offset: 6px;
  transition: text-decoration-color 160ms ease;
}

.identity__list h3 a:hover,
.identity__list h3 a:focus-visible {
  text-decoration-color: var(--clay);
}

.identity__list p {
  margin: 0;
  color: var(--muted);
  line-height: 1.62;
}

.latest,
.archive {
  padding: 0 0 104px;
}

.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 24px;
  margin-bottom: 26px;
}

.section-heading h2,
.archive-intro h1 {
  margin: 0;
  font-size: clamp(2.2rem, 4vw, 4rem);
}

.section-heading a {
  color: var(--muted);
  font-size: 0.9rem;
  text-underline-offset: 5px;
}

.news-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line);
}

.news-list--home .news-card:first-child {
  grid-column: 1 / -1;
  min-height: 280px;
  border-right: 0;
}

.news-list--home .news-card:nth-child(2) {
  border-right: 1px solid var(--line);
}

.news-list--home .news-card:nth-child(3) {
  border-right: 0;
}

.news-card {
  min-height: 310px;
  padding: clamp(28px, 4vw, 48px);
  border-bottom: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  gap: 19px;
}

.news-card:nth-child(odd) {
  border-right: 1px solid var(--line);
}

.news-card time {
  color: var(--muted);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.news-card h2,
.news-card h3 {
  margin: 0;
  font-size: clamp(1.8rem, 3.2vw, 3.1rem);
  line-height: 1.04;
}

.news-card p {
  max-width: 36rem;
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.news-card__link {
  margin-top: auto;
  font-size: 0.88rem;
  font-weight: 700;
  text-decoration: none;
}

.archive-intro {
  padding: clamp(74px, 10vw, 124px) 0 64px;
  display: grid;
  grid-template-columns: 1fr minmax(240px, 0.55fr);
  align-items: end;
  gap: 48px;
}

.archive-intro p:last-child {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.article {
  padding: clamp(62px, 9vw, 112px) 0 120px;
}

.article__header,
.article__body {
  width: min(100%, 790px);
  margin-inline: auto;
}

.article__media {
  width: min(100%, 940px);
  margin: 48px auto 0;
  background: var(--paper-deep);
  overflow: hidden;
}

.article__media img {
  display: block;
  width: 100%;
  max-height: 680px;
  object-fit: cover;
}

.article__header {
  padding-bottom: 48px;
  border-bottom: 1px solid var(--line);
}

.article__header h1 {
  margin: 0 0 28px;
  font-size: clamp(3rem, 7vw, 6.4rem);
  line-height: 0.95;
}

.article__dek {
  margin: 0 0 26px;
  color: var(--muted);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.24rem, 2vw, 1.55rem);
  line-height: 1.5;
}

.article time {
  color: var(--muted);
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.article__body {
  padding-top: 48px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.12rem, 1.8vw, 1.3rem);
  line-height: 1.78;
}

.article__body section + section {
  margin-top: 48px;
}

.article__body h2 {
  margin: 0 0 20px;
  font-size: clamp(2rem, 3.6vw, 3rem);
  line-height: 1.08;
}

.article__body p {
  margin: 0 0 24px;
}

.article__cta {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  margin-top: 24px;
  padding: 15px 20px;
  background: var(--ink);
  color: var(--paper);
  border-radius: 999px;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
}

.article__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px 24px;
  margin-top: 24px;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
}

.article__actions .article__cta {
  margin-top: 0;
}

.article__related-link {
  font-size: 0.9rem;
  font-weight: 700;
  text-underline-offset: 5px;
}

.about-page,
.not-found {
  padding: clamp(72px, 12vw, 150px) 0;
  min-height: 62vh;
}

.not-found > div {
  width: min(100%, 760px);
}

.about-intro {
  width: min(100%, 980px);
}

.about-intro h1,
.not-found h1 {
  margin: 0 0 32px;
  font-size: clamp(3.4rem, 8vw, 7rem);
  line-height: 0.94;
}

.about-intro__lede,
.principle p,
.about-publication p,
.not-found p {
  color: var(--muted);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.25rem;
  line-height: 1.7;
}

.about-intro__lede {
  max-width: 820px;
  margin: 0;
}

.principles {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: clamp(64px, 9vw, 112px);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.principle {
  padding: clamp(32px, 5vw, 58px);
  border-right: 1px solid var(--line);
}

.principle:last-child {
  border-right: 0;
}

.principle__label {
  margin: 0 0 52px;
  color: var(--clay);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.75rem;
  font-weight: 750;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.principle h2,
.about-publication h2 {
  margin: 0 0 28px;
  font-size: clamp(2.2rem, 4vw, 4rem);
  line-height: 1.02;
}

.principle p {
  margin: 0 0 24px;
}

.principle__status {
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.principle__status strong {
  color: var(--ink);
}

.about-publication {
  width: min(100%, 760px);
  padding-top: clamp(64px, 9vw, 112px);
}

.about-publication p {
  margin: 0 0 24px;
}

.site-footer {
  min-height: 220px;
  padding: 52px 0;
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: 1fr auto;
  align-content: center;
  gap: 30px;
}

.site-footer p {
  max-width: 550px;
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.6;
}

.footer-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
  font-size: 0.86rem;
}

.footer-links__button {
  appearance: none;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font: inherit;
}

.footer-links__button:hover,
.footer-links__button:focus-visible {
  text-decoration: underline;
  text-underline-offset: 5px;
}

.site-footer small {
  color: var(--muted);
}

.privacy-page {
  width: min(calc(100% - 48px), 920px);
  padding: clamp(72px, 11vw, 136px) 0;
}

.privacy-intro {
  padding-bottom: clamp(48px, 7vw, 76px);
  border-bottom: 1px solid var(--line);
}

.privacy-intro h1 {
  max-width: 780px;
  margin: 0 0 30px;
  font-size: clamp(3.2rem, 7vw, 6.4rem);
  line-height: 0.95;
}

.privacy-intro > p:last-child,
.privacy-sections p {
  color: var(--muted);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.08rem, 1.7vw, 1.24rem);
  line-height: 1.72;
}

.privacy-intro > p:last-child {
  max-width: 700px;
  margin: 0;
}

.privacy-sections {
  width: min(100%, 760px);
  margin-inline: auto;
}

.privacy-sections section {
  padding: clamp(42px, 6vw, 68px) 0;
  border-bottom: 1px solid var(--line);
}

.privacy-sections section:last-child {
  border-bottom: 0;
}

.privacy-sections h2 {
  margin: 0 0 24px;
  font-size: clamp(2rem, 4vw, 3.2rem);
}

.privacy-sections p {
  margin: 0 0 22px;
}

.privacy-sections code {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.85em;
  overflow-wrap: anywhere;
}

[hidden] {
  display: none !important;
}

.analytics-consent {
  position: fixed;
  z-index: 100;
  right: max(20px, env(safe-area-inset-right));
  bottom: max(20px, env(safe-area-inset-bottom));
  left: max(20px, env(safe-area-inset-left));
  width: min(calc(100% - 40px), 920px);
  max-height: calc(100dvh - 40px);
  margin-inline: auto;
  padding: clamp(24px, 4vw, 38px);
  overflow-y: auto;
  border: 1px solid rgba(244, 240, 232, 0.22);
  background: var(--ink);
  box-shadow: 0 20px 64px rgba(31, 33, 29, 0.3);
  color: var(--paper);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(24px, 5vw, 56px);
  align-items: end;
}

.analytics-consent__heading {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 20px;
}

.analytics-consent .eyebrow {
  margin-bottom: 14px;
  color: #d7977f;
}

.analytics-consent h2 {
  margin: 0 0 14px;
  font-size: clamp(1.7rem, 3vw, 2.6rem);
  line-height: 1.02;
}

.analytics-consent p {
  max-width: 640px;
  margin: 0;
  color: rgba(244, 240, 232, 0.8);
  line-height: 1.55;
}

.analytics-consent p + p {
  margin-top: 10px;
}

.analytics-consent p.analytics-consent__detail {
  font-size: 0.82rem;
}

.analytics-consent p.analytics-consent__status {
  color: var(--paper);
  font-size: 0.82rem;
  font-weight: 700;
}

.analytics-consent p.analytics-consent__error {
  padding: 10px 12px;
  border: 1px solid #d7977f;
  color: var(--paper);
  font-size: 0.84rem;
}

.analytics-consent a {
  text-underline-offset: 4px;
}

.analytics-consent__actions {
  display: flex;
  gap: 10px;
}

.analytics-consent__actions button,
.analytics-consent__close {
  min-height: 48px;
  border: 1px solid rgba(244, 240, 232, 0.72);
  background: transparent;
  color: var(--paper);
  cursor: pointer;
  font: inherit;
  font-size: 0.86rem;
  font-weight: 720;
}

.analytics-consent__actions button {
  min-width: 142px;
  padding: 12px 18px;
}

.analytics-consent__actions button:hover,
.analytics-consent__actions button:focus-visible,
.analytics-consent__actions button[aria-pressed="true"] {
  background: var(--paper);
  color: var(--ink);
}

.analytics-consent__close {
  flex: 0 0 48px;
  width: 48px;
  padding: 0;
  border-radius: 50%;
  font-size: 1.45rem;
  font-weight: 400;
}

.analytics-consent__close:hover,
.analytics-consent__close:focus-visible {
  background: var(--paper);
  color: var(--ink);
}

@media (max-width: 760px) {
  .site-footer,
  .destination-gateway,
  main {
    width: min(calc(100% - 32px), var(--max));
  }

  .site-header__inner {
    width: 100%;
    min-height: 78px;
    gap: 18px;
    padding-inline: 16px;
  }

  .site-nav {
    gap: 16px;
  }

  .site-nav > a {
    display: none;
  }

  .site-header__destinations {
    gap: 5px;
  }

  .site-header__destinations a {
    min-height: 40px;
    padding: 8px 9px;
    font-size: 0.68rem;
  }

  .site-header--destinations .brand {
    display: none;
  }

  .site-header--destinations .site-header__navigation,
  .site-header--destinations .site-header__destinations {
    width: 100%;
  }

  .site-header--destinations .site-header__destinations a {
    min-width: 0;
    flex: 1;
    justify-content: center;
  }

  .destination-gateway {
    grid-template-columns: 1fr;
  }

  .destination-gateway a {
    min-height: 124px;
    padding: 24px 20px;
  }

  .destination-gateway a + a {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .destination-gateway strong {
    padding-right: 36px;
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .destination-gateway a > span:last-of-type {
    max-width: 18rem;
  }

  .destination-gateway b {
    top: 24px;
    right: 20px;
    transform: none;
  }

  .hero,
  .archive-intro,
  .identity > header {
    grid-template-columns: 1fr;
  }

  .hero {
    align-items: start;
  }

  .news-list {
    grid-template-columns: 1fr;
  }

  .news-list--home .news-card:first-child {
    grid-column: auto;
  }

  .news-card:nth-child(odd),
  .news-list--home .news-card:nth-child(2) {
    border-right: 0;
  }

  .news-card {
    min-height: 270px;
  }

  .news-card h2,
  .news-card h3,
  .news-card p,
  .hero__note,
  .hero h1,
  .identity h2,
  .identity__list h3 {
    overflow-wrap: anywhere;
  }

  .section-heading {
    align-items: start;
    flex-direction: column;
  }

  .identity__list {
    grid-template-columns: 1fr;
  }

  .principles {
    grid-template-columns: 1fr;
  }

  .principle {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .principle:last-child {
    border-bottom: 0;
  }

  .about-intro h1,
  .about-intro__lede,
  .principle h2,
  .principle p,
  .about-publication h2,
  .about-publication p {
    overflow-wrap: anywhere;
  }

  .privacy-page {
    width: min(calc(100% - 32px), 920px);
  }

  .privacy-intro h1,
  .privacy-intro > p:last-child,
  .privacy-sections h2,
  .privacy-sections p {
    overflow-wrap: anywhere;
  }

  .identity__list article {
    min-height: 230px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .identity__list article:last-child {
    border-bottom: 0;
  }

  .site-footer {
    grid-template-columns: 1fr;
  }

  .footer-links {
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .analytics-consent {
    right: max(12px, env(safe-area-inset-right));
    bottom: max(12px, env(safe-area-inset-bottom));
    left: max(12px, env(safe-area-inset-left));
    width: min(calc(100% - 24px), 920px);
    max-height: calc(100dvh - 24px);
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 24px;
  }

  .analytics-consent__actions {
    flex-direction: column;
  }

  .analytics-consent__actions button {
    width: 100%;
    min-height: 52px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .site-nav,
  .site-header__destinations {
    transition: none;
  }
}
