@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('fonts/lora-normal-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('fonts/lora-normal-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Lora';
  font-style: italic;
  font-weight: 400 700;
  font-display: swap;
  src: url('fonts/lora-italic-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Lora';
  font-style: italic;
  font-weight: 400 700;
  font-display: swap;
  src: url('fonts/lora-italic-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Karla';
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
  src: url('fonts/karla-normal-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Karla';
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
  src: url('fonts/karla-normal-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Karla';
  font-style: italic;
  font-weight: 300 800;
  font-display: swap;
  src: url('fonts/karla-italic-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Karla';
  font-style: italic;
  font-weight: 300 800;
  font-display: swap;
  src: url('fonts/karla-italic-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

:root {
  --lime: #fbf7ee;
  --lime-deep: #f4eddd;
  --paper: #fffdf8;
  --ink: #2f3a24;
  --ink-soft: #55603f;
  --muted: #686d52;
  --rule: #e4ddca;
  --rule-strong: #d3cab1;
  --field: #948868;
  --blue: #1f5c8c;
  --blue-deep: #164468;
  --blue-wash: #e7eff5;
  --blue-line: #b9cfdf;
  --sun: #c98b1e;
  --sun-wash: #f7eed9;
  --measure: 68ch;
  --gap: 1.25rem;
  --pad: 1.5rem;
  --shell: 1140px;
}

*, *::before, *::after { box-sizing: border-box; }

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--lime);
  color: var(--ink);
  font-family: 'Karla', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  overflow-wrap: anywhere;
  word-break: normal;
}

body::before {
  content: "";
  display: block;
  height: 6px;
  background: var(--blue);
}

main { display: block; overflow-x: clip; }

h1, h2, h3, h4 {
  font-family: 'Lora', Georgia, 'Times New Roman', serif;
  color: var(--ink);
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 0.6em;
  overflow-wrap: anywhere;
}

h1 { font-size: clamp(2rem, 1.4rem + 2.6vw, 3rem); letter-spacing: -0.01em; }
h2 { font-size: clamp(1.45rem, 1.2rem + 1.2vw, 1.95rem); margin-top: 2.6rem; }
h3 { font-size: clamp(1.15rem, 1.05rem + 0.5vw, 1.35rem); font-weight: 600; margin-top: 1.9rem; }
h4 { font-size: 1.05rem; font-weight: 600; margin-top: 1.4rem; }

p, ul, ol { margin: 0 0 1.15rem; }
ul, ol { padding-left: 1.15rem; }
li { margin-bottom: 0.5rem; }
li::marker { color: var(--blue); }

a { color: var(--blue); text-decoration: underline; text-underline-offset: 0.18em; text-decoration-thickness: 1px; }
a:hover { color: var(--blue-deep); text-decoration-thickness: 2px; }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, [tabindex]:focus-visible {
  outline: 2px solid var(--blue);
  outline-offset: 2px;
  border-radius: 2px;
}

img, svg { max-width: 100%; }
img { height: auto; display: block; }
strong { font-weight: 700; color: var(--ink); }
hr { border: 0; border-top: 1px solid var(--rule); margin: 2.5rem 0; }

.shell {
  width: 100%;
  max-width: var(--shell);
  margin: 0 auto;
  padding: 0 1.25rem;
}

.skip {
  position: absolute;
  left: -9999px;
  top: 0;
  background: var(--blue);
  color: #fff;
  padding: 0.6rem 1rem;
  z-index: 50;
  text-decoration: none;
}
.skip:focus { left: 0.5rem; top: 0.5rem; color: #fff; }

.masthead {
  background: var(--paper);
  border-bottom: 1px solid var(--rule);
  position: relative;
  z-index: 20;
}

.masthead__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-width: 0;
  padding: 0.9rem 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  text-decoration: none;
  color: var(--ink);
  min-width: 0;
}
.brand:hover { color: var(--ink); }
.brand img { width: 38px; height: 38px; flex: none; }
.brand__name {
  font-family: 'Lora', Georgia, serif;
  font-size: 1.08rem;
  font-weight: 600;
  line-height: 1.1;
  display: block;
}
.brand__where {
  font-size: 0.72rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--muted);
  display: none;
  margin-top: 2px;
}

.nav-toggle {
  display: inline-flex;
  align-items: center;
  flex: none;
  white-space: nowrap;
  gap: 0.45rem;
  font: inherit;
  font-size: 0.86rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ink);
  background: transparent;
  border: 1px solid var(--field);
  border-radius: 2px;
  padding: 0.45rem 0.7rem;
  cursor: pointer;
}
.nav-toggle:hover { border-color: var(--blue); color: var(--blue); }
.nav-toggle .i-close { display: none; }
.nav-toggle[aria-expanded="true"] .i-open { display: none; }
.nav-toggle[aria-expanded="true"] .i-close { display: inline-flex; }

.nav {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background: var(--paper);
  border-bottom: 1px solid var(--rule);
  border-top: 1px solid var(--rule);
  padding: 0.5rem 0 1rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s;
}
.nav.is-open { opacity: 1; visibility: visible; transform: translateY(0); }
.nav__list {
  list-style: none;
  margin: 0;
  padding: 0 1.25rem;
  display: flex;
  flex-direction: column;
  max-width: var(--shell);
  margin: 0 auto;
}
.nav__list li { margin: 0; }
.nav__list a {
  display: block;
  padding: 0.7rem 0;
  border-bottom: 1px solid var(--rule);
  text-decoration: none;
  color: var(--ink);
  font-weight: 500;
}
.nav__list a:hover { color: var(--blue); }
.nav__list a[aria-current="page"] { color: var(--blue); font-weight: 700; }

.hero {
  padding: 3rem 0 2.5rem;
  border-bottom: 1px solid var(--rule);
  background: var(--lime-deep);
}
.hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 2rem;
  align-items: center;
}
.hero__text { min-width: 0; }
.hero h1 { margin-bottom: 0.8rem; }
.hero__lede { font-size: 1.12rem; color: var(--ink-soft); max-width: 54ch; }
.hero__art { min-width: 0; }
.hero__art img { width: 100%; }

.page-head {
  padding: 2.75rem 0 1.75rem;
  border-bottom: 1px solid var(--rule);
}
.page-head__inner { max-width: 62ch; min-width: 0; }
.page-head h1 { margin-bottom: 0.7rem; }
.page-head__lede { font-size: 1.08rem; color: var(--ink-soft); margin-bottom: 0; }
.page-head__meta {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  margin: 1rem 0 0;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
}
.page-head__meta svg { color: var(--blue); flex: none; }

.eyebrow {
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--blue);
  margin: 0 0 0.7rem;
  display: block;
}

.crumbs {
  font-size: 0.84rem;
  color: var(--muted);
  padding: 1rem 0 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  min-width: 0;
}
.crumbs li { margin: 0; }
.crumbs li::after { content: "/"; color: var(--rule-strong); margin-left: 0.35rem; }
.crumbs li:last-child::after { content: ""; }
.crumbs a { color: var(--muted); }
.crumbs a:hover { color: var(--blue); }

.section { padding: 2.75rem 0; }
.section--tint { background: var(--lime-deep); border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.section--tight { padding: 2rem 0; }

.prose { max-width: var(--measure); min-width: 0; }
.prose > :first-child { margin-top: 0; }
.prose h2:first-child { margin-top: 0; }

.lede-note {
  font-size: 1.05rem;
  color: var(--ink-soft);
  border-left: 3px solid var(--blue);
  padding-left: 1rem;
  margin: 0 0 1.6rem;
}

.panel {
  border: 1px solid var(--rule-strong);
  background: var(--paper);
  padding: 1.25rem 1.35rem;
  margin: 1.8rem 0;
  min-width: 0;
}
.panel--blue { border-color: var(--blue-line); background: var(--blue-wash); }
.panel--sun { border-color: #e6d3a8; background: var(--sun-wash); }
.panel__title {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  font-family: 'Karla', sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-soft);
  margin: 0 0 0.9rem;
}
.panel__title svg { width: 17px; height: 17px; flex: none; color: var(--blue); }
.panel > :last-child { margin-bottom: 0; }
.panel p, .panel ul { font-size: 0.97rem; }

.facts { margin: 0; }
.facts div {
  display: flex;
  flex-wrap: wrap;
  gap: 0.15rem 0.6rem;
  padding: 0.5rem 0;
  border-bottom: 1px solid var(--rule);
  min-width: 0;
}
.facts div:last-child { border-bottom: 0; padding-bottom: 0; }
.facts div:first-child { padding-top: 0; }
.facts dt {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
  flex: 0 0 auto;
  min-width: 8.5rem;
}
.facts dd { margin: 0; min-width: 0; flex: 1 1 12rem; }

.badge {
  display: inline-flex;
  align-self: flex-start;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  padding: 0.22rem 0.55rem;
  border: 1px solid var(--blue-line);
  background: var(--blue-wash);
  color: var(--blue-deep);
  border-radius: 2px;
  line-height: 1.5;
}
.badge--sun { border-color: #e6d3a8; background: var(--sun-wash); color: #8a5f10; }
.badge--quiet { border-color: var(--rule-strong); background: var(--lime-deep); color: var(--muted); }
.badge svg { width: 13px; height: 13px; flex: none; }

.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  font: inherit;
  font-size: 0.92rem;
  font-weight: 600;
  padding: 0.62rem 1.1rem;
  border: 1px solid var(--blue);
  background: var(--blue);
  color: #fff;
  text-decoration: none;
  border-radius: 2px;
  cursor: pointer;
  transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}
.btn:hover { background: var(--blue-deep); border-color: var(--blue-deep); color: #fff; }
.btn svg { width: 16px; height: 16px; flex: none; }
.btn--ghost { background: transparent; color: var(--blue); }
.btn--ghost:hover { background: var(--blue-wash); color: var(--blue-deep); }
.btn[disabled] { opacity: 0.55; cursor: not-allowed; }

.grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1.5rem;
  min-width: 0;
}

.tile {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--rule-strong);
  background: var(--paper);
  min-width: 0;
  transition: border-color 0.18s ease, transform 0.18s ease;
}
.tile:hover { border-color: var(--blue-line); }
.tile__art {
  background: var(--lime-deep);
  border-bottom: 1px solid var(--rule);
  padding: 0;
}
.tile__art img { width: 100%; }
.tile__body { padding: 1.15rem 1.25rem 1.35rem; display: flex; flex-direction: column; flex: 1; min-width: 0; }
.tile__body h3 { margin: 0.55rem 0 0.45rem; }
.tile__body h3 a { text-decoration: none; color: var(--ink); }
.tile__body h3 a:hover { color: var(--blue); }
.tile__body p { font-size: 0.95rem; color: var(--ink-soft); margin-bottom: 1rem; }
.tile__foot { margin-top: auto; display: flex; flex-wrap: wrap; align-items: center; gap: 0.75rem; min-width: 0; }

.linklist { list-style: none; padding: 0; margin: 0; }
.linklist li { margin: 0; border-bottom: 1px solid var(--rule); }
.linklist li:first-child { border-top: 1px solid var(--rule); }
.linklist a {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem 1rem;
  align-items: baseline;
  padding: 1rem 0.6rem 1rem 0;
  text-decoration: none;
  color: var(--ink);
  min-width: 0;
  transition: transform 0.18s ease, padding-left 0.18s ease, color 0.18s ease;
}
.linklist a:hover { color: var(--blue); padding-left: 0.5rem; }
.linklist__title { font-family: 'Lora', Georgia, serif; font-size: 1.1rem; font-weight: 500; min-width: 0; flex: 1 1 16rem; }
.linklist__meta { font-size: 0.85rem; color: var(--muted); min-width: 0; }
.linklist__note { flex: 1 1 100%; font-size: 0.93rem; color: var(--ink-soft); }

.pricerow {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.4rem 0.9rem;
  min-width: 0;
}
.price {
  font-family: 'Lora', Georgia, serif;
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--ink);
  white-space: nowrap;
}
.price__unit { font-family: 'Karla', sans-serif; font-size: 0.85rem; font-weight: 400; color: var(--muted); white-space: normal; }

figure { margin: 1.9rem 0; min-width: 0; }
figure img { width: 100%; border: 1px solid var(--rule); background: var(--paper); }
figcaption { font-size: 0.86rem; color: var(--muted); margin-top: 0.6rem; }

.art-band {
  border: 1px solid var(--rule);
  background: var(--paper);
  padding: 0;
  margin: 0 0 2rem;
  max-width: 640px;
}
.art-band--center { margin-left: auto; margin-right: auto; }
.art-band img { width: 100%; }

.next {
  border-top: 1px solid var(--rule);
  background: var(--lime-deep);
  padding: 2.5rem 0 3rem;
}
.next h2 { margin-top: 0; font-size: 1.35rem; }
.next__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1rem;
}
.next__item {
  border: 1px solid var(--rule-strong);
  background: var(--paper);
  padding: 1rem 1.1rem;
  min-width: 0;
  transition: border-color 0.18s ease, transform 0.18s ease;
}
.next__item:hover { border-color: var(--blue-line); }
.next__item a { text-decoration: none; font-weight: 600; display: inline-flex; align-items: center; gap: 0.4rem; }
.next__item a svg { width: 15px; height: 15px; flex: none; transition: transform 0.18s ease; }
.next__item:hover a svg { transform: translateX(3px); }
.next__item p { font-size: 0.92rem; color: var(--ink-soft); margin: 0.35rem 0 0; }

.siblings { border-top: 1px solid var(--rule); padding-top: 1.75rem; margin-top: 2.75rem; }
.siblings h2 { font-size: 1.05rem; margin: 0 0 0.9rem; font-family: 'Karla', sans-serif; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); }
.siblings ul { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 0.5rem; }
.siblings li { margin: 0; min-width: 0; }
.siblings a {
  display: inline-block;
  border: 1px solid var(--field);
  padding: 0.4rem 0.75rem;
  text-decoration: none;
  font-size: 0.9rem;
  color: var(--ink);
  background: var(--paper);
  border-radius: 2px;
}
.siblings a:hover { border-color: var(--blue); color: var(--blue); }

.pager { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1rem; margin-top: 2rem; }
.pager a { display: inline-flex; align-items: center; gap: 0.5rem; font-size: 0.93rem; text-decoration: none; font-weight: 600; min-width: 0; }
.pager__k { display: block; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.13em; text-transform: uppercase; color: var(--muted); }
.pager svg { width: 15px; height: 15px; flex: none; }

.site-foot {
  border-top: 6px solid var(--blue);
  background: var(--paper);
  padding: 0 0 2rem;
  overflow-x: clip;
}
.site-foot > .shell { padding-top: 2.5rem; }
.foot__tiles {
  height: 32px;
  background-image: url('img/tile-unit.svg');
  background-repeat: repeat-x;
  background-size: 32px 32px;
  border-bottom: 1px solid var(--rule);
}
.foot__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1.75rem;
}
.foot__col { min-width: 0; }
.foot__col h2 {
  font-family: 'Karla', sans-serif;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 0 0 0.75rem;
}
.foot__col ul { list-style: none; padding: 0; margin: 0; }
.foot__col li { margin-bottom: 0.4rem; }
.foot__col a { font-size: 0.93rem; text-decoration: none; color: var(--ink-soft); }
.foot__col a:hover { color: var(--blue); text-decoration: underline; }
.foot__brand p { font-size: 0.93rem; color: var(--ink-soft); max-width: 34ch; }
.foot__base {
  border-top: 1px solid var(--rule);
  margin-top: 2.25rem;
  padding-top: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.25rem;
  font-size: 0.86rem;
  color: var(--muted);
  min-width: 0;
}
.foot__base a { color: var(--muted); }
.foot__base a:hover { color: var(--blue); }

.form { max-width: 34rem; min-width: 0; }
.field { margin-bottom: 1.15rem; min-width: 0; }
.field label, .field .label {
  display: block;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: var(--ink);
  margin-bottom: 0.35rem;
}
.field__help { font-size: 0.85rem; color: var(--muted); margin: 0 0 0.4rem; }
.field input, .field textarea {
  width: 100%;
  font: inherit;
  font-size: 0.98rem;
  color: var(--ink);
  background: var(--paper);
  border: 1px solid var(--field);
  border-radius: 2px;
  padding: 0.6rem 0.7rem;
}
.field input:focus, .field textarea:focus { border-color: var(--blue); }
.field textarea { min-height: 9rem; resize: vertical; }
.field.has-error input, .field.has-error textarea, .field.has-error .drop__button { border-color: #a3391f; }
.error {
  display: none;
  font-size: 0.85rem;
  color: #a3391f;
  margin-top: 0.35rem;
}
.field.has-error .error { display: block; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

.drop { position: relative; min-width: 0; }
.drop__button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  font: inherit;
  font-size: 0.98rem;
  text-align: left;
  color: var(--ink);
  background: var(--paper);
  border: 1px solid var(--field);
  border-radius: 2px;
  padding: 0.6rem 0.7rem;
  cursor: pointer;
  min-width: 0;
}
.drop__button:hover { border-color: var(--blue); }
.drop__button svg { width: 16px; height: 16px; flex: none; color: var(--muted); transition: transform 0.18s ease; }
.drop__button[aria-expanded="true"] svg { transform: rotate(180deg); }
.drop__list {
  position: absolute;
  z-index: 30;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  background: var(--paper);
  border: 1px solid var(--field);
  border-radius: 2px;
  list-style: none;
  margin: 0;
  padding: 0.25rem;
  max-height: 15rem;
  overflow-y: auto;
  display: none;
}
.drop__list.is-open { display: block; }
.drop__list li { margin: 0; }
.drop__list button {
  width: 100%;
  text-align: left;
  font: inherit;
  font-size: 0.95rem;
  background: transparent;
  border: 0;
  border-radius: 2px;
  padding: 0.5rem 0.6rem;
  color: var(--ink);
  cursor: pointer;
}
.drop__list button:hover, .drop__list button[aria-selected="true"] { background: var(--blue-wash); color: var(--blue-deep); }

.form-status {
  display: none;
  border: 1px solid var(--blue-line);
  background: var(--blue-wash);
  padding: 1rem 1.1rem;
  margin-top: 1.25rem;
  font-size: 0.95rem;
}
.form-status.is-shown { display: block; }
.form-status > :last-child { margin-bottom: 0; }

.reveal { opacity: 0; transform: translateY(14px); transition: opacity 0.5s ease, transform 0.5s ease; }
.reveal.is-in { opacity: 1; transform: none; }

.split__aside { min-width: 0; }
.split__aside .panel { margin-top: 0; }
.split__main > :first-child { margin-top: 0; }

.toc { list-style: none; padding: 0; margin: 0; }
.toc li { margin-bottom: 0.4rem; }
.toc a { font-size: 0.95rem; text-decoration: none; }
.toc a:hover { text-decoration: underline; }

.prose h2[id] { scroll-margin-top: 1.5rem; }

.stack-sm > * + * { margin-top: 0.5rem; }
.mt0 { margin-top: 0; }
.mb0 { margin-bottom: 0; }

@media (min-width: 460px) {
  .brand__name { font-size: 1.22rem; }
  .brand__where { display: block; }
}

@media (min-width: 600px) {
  .grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .next__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .foot__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 900px) {
  :root { --pad: 2rem; }
  .shell { padding: 0 2rem; }
  .grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hero { padding: 4.5rem 0 4rem; }
  .hero__grid { grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr); gap: 3rem; }
  .page-head { padding: 3.5rem 0 2.25rem; }
  .section { padding: 3.75rem 0; }
  .next__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .foot__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (min-width: 1024px) {
  .nav-toggle { display: none; }
  .nav {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    border: 0;
    padding: 0;
    background: transparent;
  }
  .nav__list { flex-direction: row; flex-wrap: wrap; gap: 1.35rem; padding: 0; justify-content: flex-end; }
  .nav__list a { border: 0; padding: 0.25rem 0; font-size: 0.93rem; }
  .nav__list a[aria-current="page"] { box-shadow: inset 0 -2px 0 var(--blue); }
  .masthead__bar { padding: 1.15rem 0; }
}

@media (min-width: 1060px) {
  .foot__grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
  .split {
    display: grid;
    grid-template-columns: minmax(0, 1.62fr) minmax(0, 1fr);
    gap: 3rem;
    align-items: start;
  }
  .split__main { grid-column: 1; grid-row: 1; min-width: 0; }
  .split__aside { grid-column: 2; grid-row: 1; position: sticky; top: 1.5rem; min-width: 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
  .reveal { opacity: 1; transform: none; }
  .linklist a:hover { padding-left: 0; }
}
