:root {
  --paper: #fff2d3;
  --paper-soft: #fff8e9;
  --ink: #0717ff;
  --ink-dark: #050c8d;
  --seal: #e54d25;
  --text: #11103a;
  --muted: #655f56;
  --night: #14100e;
  --night-ink: #f1dfbd;
  --night-blue: #8cdcff;
  --line: rgba(7, 23, 255, 0.22);
  color: var(--text);
  background: var(--paper);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  background:
    radial-gradient(circle at 10% 8%, rgba(255, 255, 255, 0.8), transparent 22rem),
    linear-gradient(180deg, #fff8e9, var(--paper));
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  opacity: 0.36;
  background-image:
    linear-gradient(rgba(20, 16, 14, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(20, 16, 14, 0.025) 1px, transparent 1px);
  background-size: 4px 4px, 5px 5px;
  content: "";
}

img,
svg {
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

a:focus-visible {
  outline: 2px solid var(--seal);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: 14px;
  left: 14px;
  z-index: 40;
  transform: translateY(-140%);
  padding: 10px 12px;
  border: 1px solid var(--ink);
  background: var(--paper-soft);
  color: var(--ink);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.skip-link:focus {
  transform: translateY(0);
}

p,
h1,
h2,
h3 {
  margin: 0;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 18px 24px;
  color: var(--ink);
  mix-blend-mode: multiply;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand-mark {
  display: grid;
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  place-items: center;
  border: 2px solid var(--seal);
  color: var(--seal);
  font-family: "League Spartan", ui-sans-serif, system-ui, sans-serif;
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  line-height: 1;
}

.brand-name,
.site-nav a,
.eyebrow,
.text-link,
.section-kicker,
.site-footer {
  font-size: 0.74rem;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.brand-name {
  overflow: hidden;
  max-width: 300px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px 18px;
}

.hero {
  position: relative;
  display: grid;
  isolation: isolate;
  min-height: 88vh;
  align-items: end;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
}

.hero-art {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 54% 52%;
  filter: saturate(1.08) contrast(1.04);
}

.hero-scrim {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(255, 242, 211, 0.92), rgba(255, 242, 211, 0.58) 34%, rgba(255, 242, 211, 0.05) 72%),
    linear-gradient(0deg, rgba(255, 242, 211, 0.82), rgba(255, 242, 211, 0.02) 42%);
}

.hero-copy {
  width: min(760px, calc(100% - 48px));
  margin: 0 0 56px 24px;
}

.eyebrow,
.section-kicker {
  color: var(--seal);
}

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  line-height: 0.9;
}

h1 {
  max-width: 720px;
  margin-top: 18px;
  color: var(--ink);
  font-size: 6.9rem;
}

h2 {
  font-size: 4.3rem;
}

.hero-copy p:last-of-type {
  max-width: 560px;
  margin-top: 22px;
  color: var(--ink-dark);
  font-size: 1.12rem;
}

.text-link {
  display: inline-flex;
  margin-top: 30px;
  padding: 12px 14px;
  border: 1px solid var(--ink);
  color: var(--ink);
  background: rgba(255, 248, 233, 0.42);
}

.intro-strip {
  display: grid;
  min-height: 12vh;
  place-items: center;
  padding: 24px;
  border-bottom: 1px solid var(--line);
  background: var(--ink);
  color: var(--paper-soft);
  text-align: center;
}

.intro-strip p {
  max-width: 850px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.55rem;
  line-height: 1.22;
}

.section {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 86px 0;
}

.place-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  width: 100%;
  padding-right: max(20px, calc((100vw - 1180px) / 2));
  padding-left: max(20px, calc((100vw - 1180px) / 2));
}

.place-section > :not(.place-map) {
  position: relative;
  z-index: 1;
}

.place-map {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  color: var(--ink);
  opacity: 0.52;
  pointer-events: none;
}

.place-map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% 40%;
  filter: saturate(1.12) contrast(1.12);
  mix-blend-mode: multiply;
  -webkit-mask-image:
    linear-gradient(90deg, transparent, #000 4%, #000 94%, transparent),
    linear-gradient(180deg, transparent, #000 8%, #000 88%, transparent);
  -webkit-mask-composite: source-in;
  mask-image:
    linear-gradient(90deg, transparent, #000 4%, #000 94%, transparent),
    linear-gradient(180deg, transparent, #000 8%, #000 88%, transparent);
  mask-composite: intersect;
}

.place-section::after {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 242, 211, 0.34), rgba(255, 242, 211, 0.5) 38%, rgba(255, 242, 211, 0.78) 58%, rgba(255, 242, 211, 0.92) 100%),
    linear-gradient(180deg, rgba(255, 242, 211, 0.38), rgba(255, 242, 211, 0.05) 42%, rgba(255, 242, 211, 0.44));
  content: "";
}

.section-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(320px, 1fr);
  gap: 54px;
  align-items: start;
  margin-top: 18px;
}

.section-copy {
  display: grid;
  gap: 18px;
  color: var(--muted);
  font-size: 1.08rem;
}

.projects-section {
  width: 100%;
  padding: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 18% 38%, rgba(7, 23, 255, 0.16), transparent 20rem),
    linear-gradient(90deg, rgba(255, 248, 233, 0.54), var(--paper-soft) 54%),
    var(--paper-soft);
}

.plate-row {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(300px, 1fr);
  gap: 0;
  align-items: stretch;
}

.projects-section .plate-copy {
  align-self: center;
  padding: 86px max(20px, calc((100vw - 1180px) / 2)) 0 46px;
}

.projects-section .image-plate img {
  min-height: min(720px, 72vh);
  object-position: 54% 8%;
  opacity: 0.9;
  filter: saturate(1.18) contrast(1.28);
}

.projects-section .image-plate {
  min-height: 100%;
  -webkit-mask-image:
    linear-gradient(90deg, #000 0, #000 82%, transparent),
    linear-gradient(180deg, #000 0, #000 82%, transparent);
  mask-image:
    linear-gradient(90deg, #000 0, #000 82%, transparent),
    linear-gradient(180deg, #000 0, #000 82%, transparent);
}

.projects-section .image-plate::before {
  background:
    linear-gradient(90deg, rgba(255, 248, 233, 0.04), rgba(255, 248, 233, 0.1) 62%, rgba(255, 248, 233, 0.68)),
    linear-gradient(180deg, rgba(255, 248, 233, 0.02), rgba(255, 248, 233, 0.04) 58%, rgba(255, 248, 233, 0.52));
}

.projects-section .image-plate::after {
  background:
    linear-gradient(180deg, transparent 0 62%, rgba(7, 23, 255, 0.22) 100%),
    radial-gradient(circle at 72% 86%, rgba(7, 23, 255, 0.24), transparent 22rem);
  mix-blend-mode: multiply;
}

.mini-engraving {
  min-height: 330px;
  border: 1px solid var(--line);
  background:
    repeating-linear-gradient(0deg, transparent 0 8px, rgba(7, 23, 255, 0.08) 8px 9px),
    var(--paper);
  color: var(--ink);
}

.mini-engraving svg {
  width: 100%;
  height: 100%;
  min-height: 330px;
}

.image-plate {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 0;
  background: transparent;
  color: var(--ink);
  isolation: isolate;
  -webkit-mask-image:
    linear-gradient(90deg, transparent, #000 8%, #000 90%, transparent),
    linear-gradient(180deg, transparent, #000 10%, #000 88%, transparent);
  -webkit-mask-composite: source-in;
  mask-image:
    linear-gradient(90deg, transparent, #000 8%, #000 90%, transparent),
    linear-gradient(180deg, transparent, #000 10%, #000 88%, transparent);
  mask-composite: intersect;
}

.image-plate::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 248, 233, 0.34), rgba(255, 248, 233, 0.02) 48%, rgba(255, 248, 233, 0.5)),
    linear-gradient(180deg, rgba(255, 248, 233, 0.5), rgba(255, 248, 233, 0.02) 46%, rgba(255, 248, 233, 0.56));
  content: "";
  mix-blend-mode: screen;
}

.image-plate::after {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    radial-gradient(circle at 12% 10%, rgba(255, 255, 255, 0.44), transparent 18rem),
    repeating-linear-gradient(0deg, rgba(255, 248, 233, 0.08) 0 1px, transparent 1px 5px);
  content: "";
  mix-blend-mode: screen;
}

.image-plate img {
  width: 100%;
  height: 100%;
  min-height: 390px;
  object-fit: cover;
  opacity: 0.76;
  filter: saturate(1.06) contrast(0.96);
  mix-blend-mode: multiply;
}

.image-plate figcaption {
  position: absolute;
  right: 14px;
  bottom: 12px;
  z-index: 1;
  padding: 7px 9px;
  border: 1px solid rgba(7, 23, 255, 0.22);
  background: rgba(255, 248, 233, 0.58);
  color: var(--ink);
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.line,
.hatch line,
.moon line,
.moon circle,
.node {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.2;
}

.heavy {
  stroke-width: 2.2;
}

.hatch {
  opacity: 0.48;
}

.plate-copy p {
  max-width: 560px;
  margin-top: 20px;
  color: var(--muted);
  font-size: 1.08rem;
}

.project-list {
  display: grid;
  gap: 1px;
  max-width: 620px;
  margin-top: 28px;
  border: 1px solid var(--line);
  background: var(--line);
}

.project-list a,
.project-list div {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 14px;
  padding: 16px;
  background: rgba(255, 248, 233, 0.8);
}

.project-list a:hover strong {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.16em;
}

.project-list span {
  color: var(--seal);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.15rem;
}

.project-list strong,
.project-list em {
  grid-column: 2;
}

.project-list strong {
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.25rem;
  font-weight: 500;
}

.project-list em {
  color: var(--muted);
  font-style: normal;
}

.note-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.75fr) minmax(320px, 1fr);
  gap: 44px;
  margin-top: 18px;
}

.route-plate {
  width: calc(100% + max(20px, calc((100vw - 1180px) / 2)));
  margin-top: 28px;
  margin-left: calc(-1 * max(20px, calc((100vw - 1180px) / 2)));
  opacity: 0.82;
}

.route-plate img {
  min-height: 300px;
  object-position: 43% 50%;
}

.note-list {
  display: grid;
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}

.note-list article,
.note-list a {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 20px;
  padding: 22px;
  background: rgba(255, 248, 233, 0.72);
}

.note-list a:hover h3 {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.16em;
}

.note-list span {
  grid-row: 1 / span 2;
  color: var(--seal);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.3rem;
}

.note-list h3,
.note-list p,
.note-list time {
  grid-column: 2;
}

.note-list h3 {
  margin-bottom: 6px;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.5rem;
  font-weight: 500;
}

.note-list p {
  color: var(--muted);
}

.note-list time {
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.note-more {
  background: rgba(7, 23, 255, 0.07);
}

.future-section {
  display: grid;
  grid-template-columns: minmax(300px, 0.86fr) minmax(320px, 1.14fr);
  min-height: 560px;
  border-top: 1px solid rgba(241, 223, 189, 0.34);
  border-bottom: 1px solid rgba(241, 223, 189, 0.34);
  background:
    radial-gradient(circle at 76% 22%, rgba(241, 223, 189, 0.13), transparent 20rem),
    var(--night);
  color: var(--night-ink);
}

.future-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 62px max(24px, calc((100vw - 1180px) / 2)) 62px 24px;
}

.future-copy h2 {
  margin-top: 14px;
  color: var(--night-ink);
}

.future-copy p:last-child {
  max-width: 560px;
  margin-top: 22px;
  color: rgba(241, 223, 189, 0.76);
  font-size: 1.08rem;
}

.future-map {
  position: relative;
  overflow: hidden;
  min-height: 520px;
  border-left: 1px solid rgba(241, 223, 189, 0.3);
  color: var(--night-ink);
}

.future-map svg {
  position: absolute;
  right: -80px;
  bottom: -90px;
  width: 112%;
  min-width: 620px;
  filter: drop-shadow(0 0 18px rgba(241, 223, 189, 0.08));
}

.future-map .moon {
  opacity: 0.42;
}

.future-map .node {
  fill: var(--night);
  stroke: var(--night-ink);
  stroke-width: 2;
}

.future-section .eyebrow {
  color: var(--night-blue);
}

.future-copy h2 {
  text-shadow: 0 0 18px rgba(140, 220, 255, 0.12);
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 24px;
  background: var(--night);
  color: rgba(241, 223, 189, 0.7);
}

.site-footer > span:first-child {
  display: grid;
  gap: 4px;
}

.site-footer strong,
.site-footer em {
  font: inherit;
}

.site-footer em {
  color: rgba(241, 223, 189, 0.48);
  font-style: normal;
  letter-spacing: 0.08em;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 14px;
}

.footer-links a {
  color: inherit;
}

.footer-links a:hover {
  color: var(--night-blue);
}

.case-page {
  background:
    radial-gradient(circle at 70% 12%, rgba(140, 220, 255, 0.16), transparent 24rem),
    radial-gradient(circle at 12% 18%, rgba(7, 23, 255, 0.14), transparent 22rem),
    linear-gradient(180deg, #14100e, #211a16 56%, #14100e);
  color: var(--night-ink);
}

.case-page::before {
  opacity: 0.18;
  background-image:
    linear-gradient(rgba(241, 223, 189, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(140, 220, 255, 0.04) 1px, transparent 1px);
}

.case-page .site-header {
  color: var(--night-blue);
  mix-blend-mode: normal;
}

.case-page .brand-mark {
  border-color: var(--night-blue);
  color: var(--night-blue);
}

.case-page .site-nav a,
.case-page .brand-name {
  color: var(--night-blue);
}

.case-page .skip-link {
  border-color: var(--night-blue);
  background: var(--night);
  color: var(--night-blue);
}

.case-hero {
  position: relative;
  display: grid;
  min-height: 92vh;
  align-items: center;
  overflow: hidden;
  padding: 104px max(22px, calc((100vw - 1180px) / 2)) 86px;
  isolation: isolate;
}

.case-hero-art {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 52%;
  opacity: 0.3;
  filter: saturate(0.92) contrast(1.22);
  mix-blend-mode: screen;
}

.case-hero::before,
.case-hero::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
}

.case-hero::before {
  background:
    linear-gradient(90deg, rgba(20, 16, 14, 0.94), rgba(20, 16, 14, 0.72) 46%, rgba(20, 16, 14, 0.28)),
    linear-gradient(180deg, rgba(20, 16, 14, 0.5), rgba(20, 16, 14, 0.08) 38%, rgba(20, 16, 14, 0.92));
}

.case-hero::after {
  background:
    repeating-linear-gradient(0deg, rgba(241, 223, 189, 0.05) 0 1px, transparent 1px 8px),
    radial-gradient(circle at 74% 36%, rgba(140, 220, 255, 0.18), transparent 23rem);
  mix-blend-mode: screen;
}

.case-hero-copy {
  max-width: 760px;
}

.case-hero-copy h1 {
  max-width: 640px;
  color: var(--night-ink);
  font-size: 5.25rem;
}

.case-hero-copy p:last-child {
  max-width: 680px;
  margin-top: 24px;
  color: rgba(241, 223, 189, 0.78);
  font-size: 1.14rem;
}

.case-intro,
.case-timeline,
.case-lessons {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 86px 0;
  border-top: 1px solid rgba(140, 220, 255, 0.22);
}

.case-intro,
.case-lessons {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(320px, 1fr);
  gap: 56px;
}

.case-intro h2,
.timeline-head h2,
.case-lessons h2 {
  color: var(--night-ink);
}

.case-intro h2,
.timeline-head h2,
.case-lessons h2 {
  font-size: 3.35rem;
}

.case-copy {
  display: grid;
  gap: 18px;
  color: rgba(241, 223, 189, 0.72);
  font-size: 1.05rem;
}

.timeline-head {
  display: grid;
  max-width: 780px;
  gap: 16px;
}

.timeline-head p:last-child {
  color: rgba(241, 223, 189, 0.68);
  font-size: 1.02rem;
}

.timeline-list {
  position: relative;
  display: grid;
  gap: 0;
  max-width: 980px;
  margin-top: 42px;
}

.timeline-list::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 148px;
  width: 1px;
  background: rgba(140, 220, 255, 0.42);
  content: "";
}

.timeline-list article {
  position: relative;
  display: grid;
  grid-template-columns: 112px 26px minmax(0, 1fr);
  gap: 0 24px;
  align-items: start;
  padding: 0 0 42px;
  background:
    linear-gradient(90deg, transparent 0 136px, rgba(140, 220, 255, 0.12) 136px 160px, transparent 160px);
}

.timeline-list article:last-child {
  padding-bottom: 0;
}

.timeline-list article::before {
  grid-column: 2;
  grid-row: 1 / span 4;
  width: 13px;
  height: 13px;
  margin-top: 4px;
  border: 2px solid var(--night-blue);
  border-radius: 50%;
  background: var(--night);
  box-shadow: 0 0 0 8px rgba(140, 220, 255, 0.08);
  content: "";
}

.timeline-date {
  grid-column: 1;
  grid-row: 1 / span 4;
  color: var(--night-blue);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.timeline-list h3,
.timeline-list p,
.timeline-list em {
  grid-column: 3;
}

.timeline-list h3,
.lesson-grid h3 {
  color: var(--night-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  font-weight: 500;
  line-height: 1.08;
}

.timeline-list h3 {
  max-width: 620px;
  font-size: 1.72rem;
}

.timeline-list p {
  max-width: 660px;
  margin-top: 12px;
  color: rgba(241, 223, 189, 0.72);
  font-size: 1.03rem;
}

.timeline-list em {
  display: inline-flex;
  width: fit-content;
  margin-top: 14px;
  padding: 7px 9px;
  border: 1px solid rgba(140, 220, 255, 0.2);
  background: rgba(20, 16, 14, 0.72);
  color: rgba(140, 220, 255, 0.72);
  font-size: 0.82rem;
  font-style: normal;
}

.lesson-grid {
  display: grid;
  gap: 1px;
  border: 1px solid rgba(140, 220, 255, 0.22);
  background: rgba(140, 220, 255, 0.22);
}

.lesson-grid article {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px 18px;
  padding: 20px;
  background: rgba(20, 16, 14, 0.84);
}

.lesson-grid span {
  grid-row: 1 / 3;
  color: var(--night-blue);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.15rem;
}

.lesson-grid p {
  color: rgba(241, 223, 189, 0.7);
}

.case-footer {
  border-color: rgba(140, 220, 255, 0.22);
  background: rgba(20, 16, 14, 0.92);
  color: rgba(241, 223, 189, 0.76);
}

.case-footer .footer-links {
  color: var(--night-blue);
}

.field-notes-hero {
  display: grid;
  grid-template-columns: minmax(300px, 0.86fr) minmax(320px, 1.14fr);
  gap: 36px;
  align-items: center;
  min-height: 82vh;
  padding: 108px max(24px, calc((100vw - 1180px) / 2)) 72px;
  border-bottom: 1px solid var(--line);
  overflow: hidden;
}

.field-notes-copy h1,
.field-note-header h1 {
  max-width: 760px;
  margin-top: 16px;
  color: var(--ink);
  font-size: 5.35rem;
}

.field-notes-copy p:last-child,
.field-note-header p {
  max-width: 620px;
  margin-top: 22px;
  color: var(--ink-dark);
  font-size: 1.1rem;
}

.field-notes-hero-plate img {
  min-height: 560px;
  object-position: 44% 50%;
}

.field-notes-index {
  padding-top: 78px;
}

.field-note-list {
  margin-top: 18px;
}

.field-note-page {
  padding: 120px 0 86px;
}

.field-note-article {
  width: min(820px, calc(100% - 40px));
  margin: 0 auto;
}

.field-note-header {
  display: grid;
  gap: 0;
}

.field-note-header time {
  margin-top: 22px;
  color: var(--seal);
  font-size: 0.74rem;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.field-note-plate {
  width: min(980px, 100%);
  margin: 42px auto 0;
}

.field-note-plate img {
  min-height: 430px;
}

.field-note-body {
  display: grid;
  gap: 22px;
  margin-top: 44px;
  color: var(--text);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.28rem;
  line-height: 1.58;
}

.field-note-body h2 {
  max-width: 720px;
  margin-top: 18px;
  color: var(--ink);
  font-size: 2.1rem;
  line-height: 1.05;
}

.field-note-body p {
  max-width: 720px;
}

.field-note-body ul {
  display: grid;
  gap: 8px;
  max-width: 680px;
  margin: 0;
  padding-left: 1.2em;
}

.field-note-body a {
  color: var(--ink);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.16em;
}

.author-block {
  display: grid;
  gap: 6px;
  margin-top: 42px;
  padding: 18px 0 0;
  border-top: 1px solid var(--line);
}

.author-block span,
.author-block a {
  color: var(--seal);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.author-block strong {
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  font-weight: 500;
}

.author-block p {
  max-width: 620px;
  color: var(--muted);
}

.author-block a {
  width: fit-content;
  margin-top: 8px;
}

.field-note-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 34px;
}

.field-note-tags span {
  border: 1px solid var(--line);
  padding: 7px 9px;
  color: var(--ink);
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.field-note-back {
  margin-top: 12px;
}

.about-page {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(320px, 1fr);
  gap: 56px;
  width: min(1180px, calc(100% - 40px));
  min-height: 72vh;
  margin: 0 auto;
  padding: 132px 0 86px;
}

.about-page h1 {
  max-width: 760px;
  margin-top: 16px;
  color: var(--ink);
  font-size: 4.7rem;
}

.about-copy {
  display: grid;
  gap: 18px;
  align-self: center;
  color: var(--muted);
  font-size: 1.08rem;
}

@media (max-width: 920px) {
  .site-header {
    position: absolute;
    align-items: flex-start;
  }

  .site-nav {
    max-width: 230px;
  }

  .hero {
    min-height: 86vh;
  }

  h1 {
    font-size: 4.55rem;
  }

  .case-hero-copy h1 {
    font-size: 3.85rem;
  }

  h2 {
    font-size: 3.05rem;
  }

  .section-grid,
  .plate-row,
  .note-layout,
  .future-section,
  .field-notes-hero,
  .about-page {
    grid-template-columns: 1fr;
  }

  .plate-row {
    align-items: start;
  }

  .projects-section {
    padding-bottom: 0;
  }

  .projects-section .plate-copy {
    padding: 0 14px;
  }

  .projects-section .image-plate img {
    min-height: 620px;
    object-position: 54% 8%;
  }

  .place-map {
    opacity: 0.42;
  }

  .place-map img {
    object-position: 54% 40%;
  }

  .future-map {
    border-top: 1px solid rgba(241, 223, 189, 0.3);
    border-left: 0;
  }

  .case-intro,
  .case-lessons {
    grid-template-columns: 1fr;
  }

  .case-hero {
    min-height: 780px;
  }

  .case-intro h2,
  .timeline-head h2,
  .case-lessons h2 {
    font-size: 2.8rem;
  }

  .field-notes-copy h1,
  .field-note-header h1,
  .about-page h1 {
    font-size: 3.85rem;
  }

  .field-notes-hero-plate img {
    min-height: 420px;
  }
}

@media (max-width: 620px) {
  .site-header {
    padding: 14px;
  }

  .brand-name {
    display: none;
  }

  .site-nav {
    gap: 8px 12px;
    font-size: 0.68rem;
  }

  .brand-mark {
    width: 42px;
    height: 42px;
  }

  .hero-copy {
    width: calc(100% - 28px);
    margin: 0 14px 32px;
  }

  h1 {
    font-size: 3.15rem;
  }

  .case-hero-copy h1 {
    font-size: 2.8rem;
  }

  h2 {
    font-size: 2.35rem;
  }

  .case-intro h2,
  .timeline-head h2,
  .case-lessons h2 {
    font-size: 2.05rem;
  }

  .hero-copy p:last-of-type,
  .section-copy,
  .plate-copy p,
  .future-copy p:last-child {
    font-size: 1rem;
  }

  .intro-strip p {
    font-size: 1.2rem;
  }

  .section {
    width: calc(100% - 28px);
    padding: 64px 0;
  }

  .projects-section {
    padding-right: 0;
    padding-left: 0;
  }

  .place-map {
    opacity: 0.38;
  }

  .place-map img {
    object-position: 50% 40%;
  }

  .place-section::after {
    background:
      linear-gradient(90deg, rgba(255, 242, 211, 0.95), rgba(255, 242, 211, 0.78) 70%, rgba(255, 242, 211, 0.38)),
      linear-gradient(180deg, rgba(255, 242, 211, 0.58), rgba(255, 242, 211, 0.18) 40%, rgba(255, 242, 211, 0.64));
  }


  .note-list article,
  .note-list a {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .note-list span,
  .note-list h3,
  .note-list p,
  .note-list time {
    grid-column: 1;
  }

  .note-list span {
    grid-row: auto;
  }

  .image-plate img {
    min-height: 280px;
  }

  .image-plate figcaption {
    right: 10px;
    bottom: 10px;
    max-width: calc(100% - 20px);
    font-size: 0.62rem;
  }

  .future-copy {
    padding: 54px 14px;
  }

  .future-map {
    min-height: 360px;
  }

  .case-hero {
    min-height: 720px;
    padding: 112px 14px 58px;
  }

  .case-intro,
  .case-timeline,
  .case-lessons {
    width: calc(100% - 28px);
    padding: 64px 0;
  }

  .case-hero-copy p:last-child,
  .case-copy,
  .timeline-head p:last-child {
    font-size: 1rem;
  }

  .timeline-list {
    max-width: none;
  }

  .timeline-list::before {
    left: 27px;
  }

  .timeline-list article {
    grid-template-columns: 28px 1fr;
    gap: 10px 16px;
    padding-bottom: 34px;
    background:
      linear-gradient(90deg, rgba(140, 220, 255, 0.12) 0 54px, transparent 54px);
  }

  .timeline-list article::before {
    grid-column: 1;
    grid-row: 1 / span 4;
    margin-top: 4px;
  }

  .timeline-date,
  .timeline-list h3,
  .timeline-list p,
  .timeline-list em {
    grid-column: 2;
  }

  .site-footer {
    flex-direction: column;
    padding: 18px 14px;
  }

  .field-notes-hero {
    min-height: 760px;
    padding: 112px 14px 58px;
  }

  .field-notes-copy h1,
  .field-note-header h1 {
    font-size: 2.8rem;
  }

  .field-notes-copy p:last-child,
  .field-note-header p,
  .field-note-body {
    font-size: 1rem;
  }

  .field-note-page {
    padding: 112px 0 64px;
  }

  .field-note-article {
    width: calc(100% - 28px);
  }

  .field-note-plate img {
    min-height: 300px;
  }

  .field-note-body h2 {
    font-size: 1.7rem;
  }

  .about-page {
    width: calc(100% - 28px);
    padding: 112px 0 64px;
  }

  .about-page h1 {
    font-size: 2.8rem;
  }
}

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