@font-face {
  font-family: "Lexend";
  src: url("lexend-latin-b7e7538f.woff2") format("woff2-variations");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

@font-face {
  font-family: "Atkinson Next";
  src: url("atkinson-next-latin-18b2a1a3.woff2") format("woff2-variations");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
}

:root {
  --ink: #20352c;
  --stone: #f2eee4;
  --stone-deep: #ded8c9;
  --sage: #7c9482;
  --sky: #a9c9c7;
  --clay: #c96f4a;
  --sun: #e7c75f;
  --white: #fffdf8;
  --line: 3px solid var(--ink);
  --shadow: inset 0 0 0 1px rgba(32, 53, 44, .18), inset 0 18px 0 rgba(32, 53, 44, .055);
  --display: "Lexend", Arial, sans-serif;
  --body: "Atkinson Next", Verdana, sans-serif;
}

.file-preview { --display: Arial, sans-serif; --body: Verdana, sans-serif; }

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--stone); color: var(--ink); }
body { margin: 0; background: var(--stone); color: var(--ink); font-family: var(--body); font-size: clamp(1.12rem, .9rem + .35vw, 1.35rem); line-height: 1.58; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration-thickness: .12em; text-underline-offset: .18em; }
a:hover { color: #6f321e; }
:focus-visible { outline: 4px solid var(--sun); outline-offset: 4px; }
h1, h2, h3 { font-family: var(--display); letter-spacing: -.035em; line-height: 1.06; text-wrap: balance; }
h1 { font-size: clamp(2.65rem, 7vw, 7.8rem); }
h2 { font-size: clamp(2rem, 4.4vw, 4.7rem); }
h3 { font-size: clamp(1.35rem, 2vw, 2rem); }
p, li { max-width: 66ch; }
button { font: inherit; }
.skip-link { position: fixed; z-index: 1100; top: .6rem; left: .6rem; padding: .7rem 1rem; background: var(--ink); color: var(--white); transform: translateY(-180%); }
.skip-link:focus { transform: none; color: var(--white); }
.site-header { position: relative; z-index: 40; padding: 1rem clamp(1rem, 3vw, 3rem) 0; }
.header-plaque { display: flex; align-items: flex-start; justify-content: space-between; gap: 1rem; }
.brand { display: inline-flex; align-items: center; text-decoration: none; }
.brand img { width: clamp(168px, 22vw, 284px); height: auto; }
.site-menu { position: relative; width: min(30rem, 100%); }
.site-menu > summary { list-style: none; cursor: pointer; margin-left: auto; width: fit-content; padding: .65rem .9rem; border: var(--line); background: var(--stone); font-family: var(--display); font-size: 1rem; font-weight: 650; }
.site-menu > summary::-webkit-details-marker { display: none; }
.site-menu > summary::before { content: "+ "; }
.site-menu[open] > summary::before { content: "− "; }
.menu-label-close { display: none; }
.site-menu[open] .menu-label-open { display: none; }
.site-menu[open] .menu-label-close { display: inline; }
.site-menu nav { position: absolute; top: calc(100% + .35rem); right: 0; width: min(28rem, calc(100vw - 2rem)); border: var(--line); background: var(--white); padding: .75rem 1rem; box-shadow: 9px 9px 0 var(--sage); }
.site-menu ul { list-style: none; margin: 0; padding: 0; }
.site-menu li + li { border-top: 1px solid rgba(32, 53, 44, .28); }
.site-menu a { display: block; padding: .62rem .15rem; font-weight: 700; }
.hero { padding: clamp(3rem, 7vw, 6.5rem) clamp(1rem, 4vw, 4.5rem); border-bottom: var(--line); }
.hero-frame { display: grid; grid-template-columns: minmax(0, 7fr) minmax(18rem, 5fr); align-items: center; gap: clamp(2.5rem, 6vw, 6rem); width: min(100%, 1200px); margin-inline: auto; }
.hero-copy { min-width: 0; }
.hero-copy .eyebrow { max-width: none; color: #101c16; }
.hero-copy h1 { max-width: 12ch; margin: .35rem 0 1.25rem; font-size: clamp(3.8rem, 6vw, 5.6rem); }
.home-hero .hero-copy h1 { max-width: 11ch; }
.hero-copy .lead { max-width: 56ch; margin: 0; padding: .9rem 1rem; border-left: 5px solid var(--clay); background: var(--white); font-size: clamp(1.12rem, 1.4vw, 1.35rem); }
.hero-side { display: flex; min-width: 0; flex-direction: column; justify-content: center; gap: clamp(1.25rem, 3vw, 2rem); }
.hero-picture { display: block; aspect-ratio: 4 / 3; overflow: hidden; border: var(--line); border-radius: 50% 50% 0 0 / 38% 38% 0 0; background: var(--stone-deep); box-shadow: var(--shadow); }
.hero-picture img { width: 100%; height: 100%; object-fit: cover; }
.hero-symbol { display: grid; width: min(100%, 25rem); aspect-ratio: 5 / 4; margin-inline: auto; align-items: end; }
.symbol-arch { grid-area: 1 / 1; align-self: end; justify-self: center; aspect-ratio: 5 / 4; border: var(--line); border-bottom: 0; border-radius: 50% 50% 0 0 / 42% 42% 0 0; box-shadow: var(--shadow); }
.symbol-outer { width: 100%; background: var(--sage); }
.symbol-middle { width: 72%; background: var(--sky); }
.symbol-inner { width: 44%; background: var(--sun); }
.threshold-row { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-block: 2px solid var(--ink); }
.threshold-row a { display: flex; min-height: 4.5rem; flex-direction: column; justify-content: center; padding: .7rem .6rem; color: var(--ink); font-family: var(--display); font-size: 1rem; font-weight: 700; line-height: 1.2; text-decoration: none; }
.threshold-row a + a { border-left: 1px solid rgba(32, 53, 44, .45); }
.threshold-row a:hover, .threshold-row a[aria-current="page"] { background: var(--sun); color: var(--ink); }
.threshold-row span { display: block; margin-bottom: .15rem; color: #6f321e; font-size: .82rem; letter-spacing: .08em; }
.eyebrow { margin: 0 0 .5rem; font-family: var(--display); font-size: 1rem; font-weight: 760; letter-spacing: .09em; text-transform: uppercase; }
.ground-index { margin: 0; border-block: var(--line); background: var(--ink); color: var(--white); }
.ground-index ul { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); list-style: none; margin: 0; padding: 0; }
.ground-index li { max-width: none; border-right: 1px solid rgba(255,255,255,.38); }
.ground-index li:last-child { border-right: 0; }
.ground-index a { display: block; min-height: 4rem; padding: 1rem; text-align: center; font-family: var(--display); font-size: 1rem; font-weight: 650; text-decoration: none; }
.ground-index a[aria-current="page"], .ground-index a:hover { background: var(--sun); color: var(--ink); }
.promenade { overflow: visible; }
.pathways-heading { padding: clamp(3rem, 7vw, 7rem) max(1rem, calc((100% - 1180px) / 2)); }
.pathways-heading h2 { width: min(100%, 1180px); margin: 0 auto; }
.inner-hero { background: var(--stone-deep); }
.inner-hero .hero-copy h1 { max-width: 12ch; }
.passage { padding: clamp(3.5rem, 7vw, 6.5rem) clamp(1rem, 5vw, 5rem); border-top: 2px solid rgba(32, 53, 44, .45); }
.passage-wide { background: var(--stone); }
.passage-centre { background: var(--stone-deep); }
.passage-right { background: var(--sky); }
.passage-inner { width: min(100%, 1180px); margin-inline: auto; }
.passage-inner:has(> h2) { display: grid; grid-template-columns: minmax(14rem, 4fr) minmax(0, 8fr); column-gap: clamp(2rem, 6vw, 6rem); align-items: start; }
.passage-inner:has(> h2) > h2 { grid-column: 1; }
.passage-inner:has(> h2) > :not(h2) { grid-column: 2; }
.passage h2 { margin: 0 0 1.2rem; max-width: 15ch; }
.passage .intro { font-size: clamp(1.22rem, 2vw, 1.65rem); }
.threshold-actions { display: flex; flex-wrap: wrap; gap: .8rem 1.2rem; margin-top: 2rem; }
.threshold-link { display: inline-block; padding: .72rem 1rem .62rem; border-bottom: 5px solid var(--clay); background: var(--white); font-family: var(--display); font-size: 1rem; font-weight: 700; text-decoration: none; }
.threshold-link:hover { transform: translateY(-4px); color: var(--ink); }
.threshold-link.external::after { content: " ↗"; }
.seam { margin: 2.2rem 0; padding: 1.2rem 0; border-block: 2px solid var(--ink); }
.question-list, .plain-list, .check-list { margin: 1.25rem 0; padding: 0; list-style: none; }
.question-list li, .plain-list li, .check-list li { position: relative; padding: .72rem 0 .72rem 2.25rem; border-bottom: 1px solid rgba(32,53,44,.3); }
.question-list li::before { content: "?"; position: absolute; left: 0; top: .64rem; width: 1.55rem; height: 1.55rem; display: grid; place-items: center; border: 2px solid var(--ink); border-radius: 50%; font-family: var(--display); font-weight: 750; }
.check-list li::before { content: ""; position: absolute; left: .1rem; top: 1rem; width: 1.2rem; height: 1.2rem; border: 2px solid var(--ink); background: var(--white); }
.plain-list li::before { content: "—"; position: absolute; left: .25rem; font-weight: 800; }
.mode-track { margin-block: 3rem; border-block: var(--line); }
.mode { display: grid; grid-template-columns: minmax(11rem, .58fr) 1.42fr; gap: clamp(1rem, 4vw, 4rem); padding: clamp(2rem, 4vw, 3.5rem) 0; }
.mode + .mode { border-top: 2px solid var(--ink); }
.mode:nth-child(even) { grid-template-columns: 1.42fr minmax(11rem, .58fr); }
.mode:nth-child(even) .mode-heading { order: 2; }
.mode-index { display: block; color: var(--clay); font-family: var(--display); font-size: clamp(2.8rem, 7vw, 6rem); line-height: .8; }
.mode h3 { margin: .4rem 0; }
.mode p { margin-top: 0; }
.belt { position: relative; background: var(--ink); color: var(--white); padding: clamp(3rem, 7vw, 7rem) clamp(1rem, 5vw, 5rem); }
.belt-inner { width: min(100%, 1180px); margin: auto; }
.belt h2 { max-width: 18ch; margin-top: 0; }
.belt .check-list { columns: 2 18rem; column-gap: 3rem; }
.belt .check-list li { break-inside: avoid; border-color: rgba(255,255,255,.3); }
.belt .check-list li::before { border-color: var(--sun); background: transparent; }
.steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0; margin: 3rem 0; border-block: 2px solid var(--ink); }
.step { padding: 1.6rem 1.2rem 1.5rem; }
.step + .step { border-left: 1px solid rgba(32, 53, 44, .55); }
.step::before { content: attr(data-step); display: block; margin-bottom: .5rem; color: var(--clay); font-family: var(--display); font-size: 3.2rem; font-weight: 700; line-height: 1; }
.step h3 { margin: 0 0 .6rem; }
.step p { margin: 0; }
.source-pause { padding: clamp(3rem, 6vw, 6rem) max(1rem, calc((100% - 1180px) / 2)); background: var(--stone-deep); border-block: var(--line); }
.source-pause h2 { max-width: 13ch; }
.source-list { margin: 1.5rem 0 0; padding-left: 1.3rem; }
.source-list li { padding: .35rem 0; }
.source-list small { display: block; }
.note { padding: 1.3rem 1.5rem; border-left: 8px solid var(--clay); background: var(--white); }
.qa-details { margin-top: 2rem; border-block: 2px solid var(--ink); }
.qa-details summary { cursor: pointer; padding: 1rem 0; font-family: var(--display); font-weight: 700; }
.qa-details p { padding-bottom: 1rem; }
.courtyard { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: var(--line); }
.courtyard-wall { padding: clamp(2rem, 4vw, 4rem) clamp(1rem, 3vw, 3rem); background: #bdc9bc; }
.courtyard-wall:last-child { background: var(--sky); }
.courtyard h2 { font-size: clamp(1.6rem, 3vw, 2.8rem); }
.courtyard address { font-style: normal; }
.footer-links { list-style: none; padding: 0; }
.footer-links li { padding: .25rem 0; }
.footer-disclaimer { max-width: 30ch; font-weight: 700; }
.cookie-notice { position: fixed; z-index: 1000; left: 1rem; right: 1rem; bottom: 1rem; width: min(52rem, calc(100% - 2rem)); margin-inline: auto; padding: 1.2rem; border: 4px solid var(--ink); background: var(--white); box-shadow: 11px 11px 0 var(--clay); }
.cookie-notice[hidden] { display: none; }
.cookie-notice h2 { margin: 0 0 .4rem; font-size: 1.45rem; }
.cookie-notice p { margin: .35rem 0; }
.cookie-actions { display: flex; flex-wrap: wrap; align-items: center; gap: .75rem; margin-top: .8rem; }
.cookie-accept, .cookie-settings { min-height: 3rem; padding: .55rem .9rem; border: 2px solid var(--ink); font-weight: 750; }
.cookie-accept { background: var(--clay); color: #101c16; }
.cookie-settings { background: transparent; }
.not-found { min-height: 65vh; display: grid; place-items: center; padding: 2rem 1rem; }
.not-found > div { max-width: 50rem; padding: 3rem; border: var(--line); border-radius: 50% 50% 0 0 / 25% 25% 0 0; background: var(--sky); }
.visually-hidden-focusable:not(:focus):not(:focus-within) { position: absolute!important; width: 1px!important; height: 1px!important; padding: 0!important; margin: -1px!important; overflow: hidden!important; clip: rect(0,0,0,0)!important; white-space: nowrap!important; border: 0!important; }

@media (max-width: 959px) {
  .hero { padding: clamp(2.75rem, 7vw, 4.5rem) clamp(1.5rem, 5vw, 2.5rem); }
  .hero-frame { grid-template-columns: minmax(0, 1fr); gap: 2.75rem; }
  .hero-copy h1 { max-width: 12ch; font-size: clamp(3rem, 9vw, 4.5rem); }
  .hero-side { width: min(100%, 42rem); }
  .hero-picture { aspect-ratio: 16 / 9; border-radius: 50% 50% 0 0 / 46% 46% 0 0; }
  .hero-symbol { width: min(100%, 28rem); }
  .ground-index ul { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .ground-index li { border-right: 1px solid rgba(255,255,255,.38); }
  .ground-index li:nth-child(3n) { border-right: 0; }
  .ground-index li:nth-child(n + 4) { border-top: 1px solid rgba(255,255,255,.38); }
  .passage-inner:has(> h2) { display: block; }
  .steps { grid-template-columns: 1fr 1fr; }
  .step:nth-child(odd) { border-left: 0; }
  .step:nth-child(n + 3) { border-top: 1px solid rgba(32, 53, 44, .55); }
}

@media (max-width: 620px) {
  body { font-size: 1.1rem; }
  .site-header { padding: .7rem .75rem 0; }
  .header-plaque { align-items: center; gap: .5rem; }
  .brand img { width: clamp(132px, 40vw, 150px); }
  .site-menu { width: auto; }
  .site-menu > summary { min-height: 2.75rem; padding: .5rem .65rem; font-size: .88rem; white-space: nowrap; }
  .site-menu nav { width: calc(100vw - 1.5rem); }
  .hero { padding: 2.75rem 1rem; }
  .hero-frame { gap: 2rem; }
  .hero-copy h1 { max-width: 12ch; font-size: clamp(2.6rem, 12.4vw, 2.9rem); }
  .hero-copy .lead { padding: .8rem .85rem; font-size: 1.08rem; line-height: 1.5; }
  .hero-picture { aspect-ratio: 4 / 3; border-radius: 50% 50% 0 0 / 38% 38% 0 0; }
  .hero-symbol { width: min(100%, 18rem); }
  .threshold-row { grid-template-columns: minmax(0, 1fr); }
  .threshold-row a { min-height: 3.5rem; padding-inline: .8rem; }
  .threshold-row a + a { border-top: 1px solid rgba(32, 53, 44, .45); border-left: 0; }
  .ground-index { display: none; }
  .pathways-heading { padding: 3.5rem 1rem 2.5rem; }
  .passage { padding: 3.5rem 1rem; }
  .mode, .mode:nth-child(even) { grid-template-columns: 1fr; gap: .4rem; }
  .mode:nth-child(even) .mode-heading { order: 0; }
  .belt .check-list { columns: 1; }
  .steps { grid-template-columns: 1fr; }
  .step + .step { border-top: 1px solid rgba(32, 53, 44, .55); border-left: 0; }
  .source-pause { padding-inline: 1rem; }
  .courtyard { grid-template-columns: 1fr; }
  .cookie-notice { left: .6rem; right: .6rem; bottom: .6rem; width: calc(100% - 1.2rem); box-shadow: 6px 6px 0 var(--clay); }
}

@media (prefers-reduced-motion: no-preference) {
  .threshold-link { transition: transform .16s ease, border-color .16s ease; }
}

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

@media print {
  .site-header, .ground-index, .cookie-notice, .courtyard { display: none!important; }
  body { color: #000; background: #fff; font-size: 12pt; }
  .passage, .belt, .source-pause { color: #000; background: #fff; padding: 1rem 0; }
}
