@font-face {
  font-family: 'Bodoni Moda';
  src: url('../fonts/bodoni-moda-latin.woff2') format('woff2');
  font-weight: 400 900;
  font-style: normal;
  font-display: swap;
  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: 'Bodoni Moda';
  src: url('../fonts/bodoni-moda-latin-ext.woff2') format('woff2');
  font-weight: 400 900;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, 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: 'Bodoni Moda';
  src: url('../fonts/bodoni-moda-italic-latin.woff2') format('woff2');
  font-weight: 400 900;
  font-style: italic;
  font-display: swap;
  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: 'Bodoni Moda';
  src: url('../fonts/bodoni-moda-italic-latin-ext.woff2') format('woff2');
  font-weight: 400 900;
  font-style: italic;
  font-display: swap;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, 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';
  src: url('../fonts/karla-latin.woff2') format('woff2');
  font-weight: 300 800;
  font-style: normal;
  font-display: swap;
  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';
  src: url('../fonts/karla-latin-ext.woff2') format('woff2');
  font-weight: 300 800;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, 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 {
  --paper: #faf6f0;
  --paper-deep: #f2ebe1;
  --ink: #20292a;
  --body: #4a5654;
  --teal: #3e6e70;
  --teal-deep: #2c4f51;
  --teal-wash: #e7efee;
  --camel: #b98f63;
  --camel-deep: #8a6234;
  --line: rgba(32, 41, 42, 0.14);
  --line-strong: rgba(32, 41, 42, 0.46);
  --line-light: rgba(250, 246, 240, 0.24);
  --line-light-strong: rgba(250, 246, 240, 0.48);
  --camel-on-dark: #ddb68a;

  --serif: 'Bodoni Moda', 'Didot', 'Times New Roman', serif;
  --sans: 'Karla', 'Helvetica Neue', Helvetica, sans-serif;

  --s-1: 0.5rem;
  --s-2: 0.75rem;
  --s-3: 1rem;
  --s-4: 1.5rem;
  --s-5: 2.25rem;
  --s-6: 3.25rem;
  --s-7: 4.5rem;

  --gutter: clamp(1.25rem, 5vw, 3rem);
  --section-y: clamp(4rem, 8vw, 7.5rem);
  --measure: 56ch;

  --ease: cubic-bezier(0.22, 0.68, 0.24, 1);
  --shadow-soft: 0 18px 40px -24px rgba(44, 79, 81, 0.45);
}

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

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

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

body {
  margin: 0;
  background: var(--paper);
  color: var(--body);
  font-family: var(--sans);
  font-size: 1.0625rem;
  line-height: 1.65;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

img,
picture,
svg {
  display: block;
  max-width: 100%;
}

img {
  height: auto;
}

h1,
h2,
h3,
h4 {
  font-family: var(--serif);
  font-weight: 500;
  color: var(--ink);
  margin: 0;
  line-height: 1.08;
  letter-spacing: -0.015em;
  overflow-wrap: break-word;
}

h1 {
  font-size: clamp(2.35rem, 6.4vw, 5rem);
}

h2 {
  font-size: clamp(1.95rem, 4.4vw, 3.3rem);
  line-height: 1.1;
}

h3 {
  font-size: clamp(1.3rem, 2.3vw, 1.85rem);
  line-height: 1.16;
}

h4 {
  font-family: var(--sans);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.4;
}

p {
  margin: 0 0 var(--s-3);
  max-width: var(--measure);
}

p:last-child {
  margin-bottom: 0;
}

a {
  color: var(--teal);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.22em;
}

a:hover {
  color: var(--teal-deep);
}

ul,
ol {
  margin: 0;
  padding: 0;
}

:focus-visible {
  outline: 2px solid var(--teal);
  outline-offset: 3px;
  border-radius: 2px;
}

.skip-link {
  position: absolute;
  left: var(--gutter);
  top: 0;
  transform: translateY(-120%);
  z-index: 100;
  background: var(--teal-deep);
  color: #fff;
  padding: 0.75rem 1.25rem;
  font-size: 0.95rem;
  text-decoration: none;
  transition: transform 0.25s var(--ease);
}

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

.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.container {
  width: 100%;
  max-width: 1180px;
  margin-inline: auto;
  padding-inline: var(--gutter);
}

[id] {
  scroll-margin-top: calc(clamp(66px, 7.5vw, 86px) + 1.25rem);
}

.container--wide {
  max-width: 1380px;
}

.container--narrow {
  max-width: 820px;
}

.section {
  padding-block: var(--section-y);
}

.section-tight {
  padding-block: clamp(3rem, 5.5vw, 5rem);
}

.band-paper-deep {
  background: var(--paper-deep);
}

.band-wash {
  background: var(--teal-wash);
}

.band-deep {
  background: var(--teal-deep);
  color: rgba(255, 255, 255, 0.9);
}

.band-deep h2,
.band-deep h3,
.band-deep h4 {
  color: #fff;
}

.running-head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: clamp(1rem, 2.5vw, 1.75rem);
  margin-bottom: clamp(1.75rem, 3.5vw, 2.75rem);
}

.running-head span {
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.05rem;
  line-height: 1;
  color: var(--camel-deep);
}

.running-head::after {
  content: '';
  flex: 1 1 auto;
  height: 1px;
  background: var(--line);
}

.band-deep .running-head span {
  color: var(--camel-on-dark);
}

.band-deep .running-head::after {
  background: var(--line-light);
}

.lead {
  font-size: clamp(1.1rem, 1.55vw, 1.28rem);
  line-height: 1.6;
  color: var(--body);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  min-height: 48px;
  padding: 0.85rem 1.7rem;
  border: 1px solid transparent;
  border-radius: 2px;
  font-family: var(--sans);
  font-size: 0.98rem;
  font-weight: 600;
  letter-spacing: 0.015em;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.3s var(--ease), color 0.3s var(--ease),
    border-color 0.3s var(--ease), transform 0.3s var(--ease);
}

.btn:hover {
  transform: translateY(-1px);
}

.btn:active {
  transform: translateY(0);
}

.btn--primary {
  background: var(--teal-deep);
  color: #fff;
}

.btn--primary:hover {
  background: var(--ink);
  color: #fff;
}

.btn--ghost {
  background: transparent;
  border-color: var(--line-strong);
  color: var(--ink);
}

.btn--ghost:hover {
  border-color: var(--teal-deep);
  color: var(--teal-deep);
  background: rgba(62, 110, 112, 0.06);
}

.btn--wide {
  width: 100%;
}

.link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  min-height: 44px;
  font-family: var(--sans);
  font-size: 0.98rem;
  font-weight: 600;
  color: var(--teal-deep);
  text-decoration: none;
}

.link-arrow span {
  position: relative;
}

.link-arrow span::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3px;
  height: 1px;
  background: currentColor;
  transform: scaleX(1);
  transform-origin: left;
  transition: transform 0.35s var(--ease);
}

.link-arrow:hover span::after {
  transform: scaleX(0);
  transform-origin: right;
}

.link-arrow svg {
  flex: none;
  transition: transform 0.35s var(--ease);
}

.link-arrow:hover svg {
  transform: translateX(4px);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  background: var(--paper);
}

.site-header::after {
  content: '';
  position: absolute;
  inset-inline: 0;
  bottom: 0;
  height: 1px;
  background: var(--line);
  opacity: 0;
  transition: opacity 0.35s var(--ease);
}

.site-header.is-stuck::after {
  opacity: 1;
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--s-4);
  min-height: clamp(66px, 7.5vw, 86px);
}

.site-logo {
  display: inline-flex;
  align-items: center;
  flex: none;
  padding-block: 0.5rem;
}

.site-logo img {
  height: clamp(25px, 3.1vw, 33px);
  width: auto;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(1.25rem, 2.6vw, 2.4rem);
  list-style: none;
}

.site-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  font-size: 0.95rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: var(--body);
  text-decoration: none;
}

.site-nav a::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 12px;
  height: 1px;
  background: var(--camel);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s var(--ease);
}

.site-nav a:hover,
.site-nav a[aria-current='page'] {
  color: var(--ink);
}

.site-nav a:hover::after,
.site-nav a[aria-current='page']::after {
  transform: scaleX(1);
}

.site-nav__item {
  position: relative;
}

.site-nav__row {
  display: inline-flex;
  align-items: center;
  gap: 0.15rem;
}

.site-nav__item.is-current > .site-nav__row > a {
  color: var(--ink);
}

.site-nav__item.is-current > .site-nav__row > a::after {
  transform: scaleX(1);
}

.site-nav__disclosure {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  min-height: 44px;
  padding: 0;
  border: 0;
  background: none;
  color: var(--body);
  cursor: pointer;
}

.site-nav__disclosure:hover {
  color: var(--ink);
}

.site-nav__disclosure svg {
  width: 9px;
  height: 6px;
  transition: transform 0.3s var(--ease);
}

.site-nav__item.is-open .site-nav__disclosure svg {
  transform: rotate(180deg);
}

.site-nav__sub {
  position: absolute;
  top: 100%;
  left: -1.1rem;
  z-index: 5;
  min-width: 18.5rem;
  padding: 0.55rem 0;
  list-style: none;
  background: var(--paper);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  transition: opacity 0.28s var(--ease), transform 0.28s var(--ease),
    visibility 0s linear 0.28s;
}

.site-nav__item.is-open > .site-nav__sub,
.site-nav__sub:focus-within {
  opacity: 1;
  visibility: visible;
  transform: none;
  transition: opacity 0.28s var(--ease), transform 0.28s var(--ease),
    visibility 0s linear 0s;
}

@media (hover: hover) and (pointer: fine) {
  .site-nav__item:hover > .site-nav__sub {
    opacity: 1;
    visibility: visible;
    transform: none;
    transition: opacity 0.28s var(--ease), transform 0.28s var(--ease),
      visibility 0s linear 0s;
  }
}

.site-nav__sub a {
  display: block;
  min-height: 0;
  padding: 0.46rem 1.35rem;
  font-size: 0.92rem;
  font-weight: 400;
  line-height: 1.45;
  color: var(--body);
}

.site-nav__sub a::after {
  content: none;
}

.site-nav__sub a:hover,
.site-nav__sub a:focus-visible,
.site-nav__sub a[aria-current='page'] {
  color: var(--teal-deep);
  background: var(--teal-wash);
}

.site-nav__sub-all {
  margin-top: 0.4rem;
  padding-top: 0.4rem;
  border-top: 1px solid var(--line);
}

.site-nav__sub-all a {
  font-family: var(--sans);
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--camel-deep);
}

.site-header__actions {
  display: flex;
  align-items: center;
  gap: var(--s-2);
  flex: none;
}

.site-header .btn {
  min-height: 44px;
  padding: 0.6rem 1.25rem;
  font-size: 0.92rem;
}

.nav-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  padding: 0;
  background: none;
  border: 1px solid var(--line-strong);
  border-radius: 2px;
  cursor: pointer;
  color: var(--ink);
}

.nav-toggle__bars {
  position: relative;
  display: block;
  width: 20px;
  height: 12px;
}

.nav-toggle__bars i {
  position: absolute;
  left: 0;
  right: 0;
  height: 1.5px;
  background: currentColor;
  transition: transform 0.35s var(--ease), opacity 0.2s var(--ease);
}

.nav-toggle__bars i:nth-child(1) {
  top: 0;
}

.nav-toggle__bars i:nth-child(2) {
  top: 5px;
}

.nav-toggle__bars i:nth-child(3) {
  top: 10px;
}

.nav-toggle[aria-expanded='true'] .nav-toggle__bars i:nth-child(1) {
  transform: translateY(5px) rotate(45deg);
}

.nav-toggle[aria-expanded='true'] .nav-toggle__bars i:nth-child(2) {
  opacity: 0;
}

.nav-toggle[aria-expanded='true'] .nav-toggle__bars i:nth-child(3) {
  transform: translateY(-5px) rotate(-45deg);
}

.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 55;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--paper);
  padding: 6rem var(--gutter) 3rem;
  overflow-y: auto;
  overscroll-behavior: contain;
  justify-content: safe center;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: opacity 0.35s var(--ease), transform 0.35s var(--ease),
    visibility 0s linear 0.35s;
}

.mobile-menu.is-open {
  opacity: 1;
  visibility: visible;
  transform: none;
  transition: opacity 0.35s var(--ease), transform 0.35s var(--ease),
    visibility 0s linear 0s;
}

.mobile-menu ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.mobile-menu a {
  display: block;
  padding: 0.5rem 0;
  font-family: var(--serif);
  font-size: clamp(2rem, 9vw, 2.9rem);
  line-height: 1.2;
  color: var(--ink);
  text-decoration: none;
}

.mobile-menu a[aria-current='page'] {
  font-style: italic;
  color: var(--teal-deep);
}

.mobile-menu__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--s-3);
}

.mobile-menu__disclosure {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid var(--line);
  background: none;
  color: var(--ink);
  cursor: pointer;
}

.mobile-menu__disclosure svg {
  width: 13px;
  height: 8px;
  transition: transform 0.3s var(--ease);
}

.mobile-menu__item.is-open .mobile-menu__disclosure svg {
  transform: rotate(180deg);
}

.mobile-menu__panel {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.35s var(--ease);
}

.mobile-menu__item.is-open .mobile-menu__panel {
  grid-template-rows: 1fr;
}

.mobile-menu__panel > ul {
  overflow: hidden;
  min-height: 0;
  gap: 0;
  margin-top: 0.2rem;
  padding-left: var(--s-3);
  border-left: 1px solid var(--line);
}

.mobile-menu__panel a {
  font-family: var(--sans);
  font-size: 1.02rem;
  line-height: 1.4;
  padding: 0.44rem 0;
  color: var(--body);
}

.mobile-menu__panel a[aria-current='page'] {
  font-style: normal;
  color: var(--teal-deep);
}

@media (prefers-reduced-motion: reduce) {
  .mobile-menu__panel {
    transition: none;
  }
}

.mobile-menu__foot {
  margin-top: var(--s-6);
  padding-top: var(--s-4);
  border-top: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  gap: var(--s-3);
  align-items: flex-start;
}

.mobile-menu__foot a {
  font-family: var(--sans);
  font-size: 1rem;
}

.hero {
  padding-top: clamp(2.5rem, 5vw, 4.5rem);
  padding-bottom: clamp(3.5rem, 7vw, 6.5rem);
}

.hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
  gap: clamp(2.5rem, 6vw, 5.5rem);
  align-items: center;
}

.hero__eyebrow {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: var(--s-4);
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.05rem;
  color: var(--camel-deep);
}

.hero__eyebrow::before {
  content: '';
  width: clamp(28px, 4vw, 52px);
  height: 1px;
  background: var(--camel);
}

.hero h1 {
  margin-bottom: var(--s-4);
}

.hero__lead {
  font-size: clamp(1.08rem, 1.5vw, 1.24rem);
  line-height: 1.62;
  max-width: 46ch;
  margin-bottom: var(--s-5);
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--s-3) var(--s-4);
  margin-bottom: var(--s-5);
}

.hero__locator {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 1rem;
  padding-top: var(--s-3);
  border-top: 1px solid var(--line);
  font-size: 0.92rem;
  max-width: 44ch;
}

.hero__locator strong {
  color: var(--ink);
  font-weight: 600;
}

.hero__figure {
  --frame-offset: clamp(14px, 2.2vw, 26px);
  margin: 0;
}

.hero__figure-media {
  position: relative;
}

.hero__figure-media::before {
  content: '';
  position: absolute;
  z-index: 0;
  inset: var(--frame-offset) calc(-1 * var(--frame-offset))
    calc(-1 * var(--frame-offset)) var(--frame-offset);
  background: var(--teal-wash);
}

.hero__figure img {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: 50% 22%;
}

.hero__figure figcaption {
  position: relative;
  z-index: 1;
  margin-top: var(--s-3);
  font-size: 0.85rem;
  line-height: 1.5;
  color: var(--body);
}

.ledger {
  list-style: none;
  border-top: 1px solid var(--line);
}

.ledger > li {
  border-bottom: 1px solid var(--line);
}

.ledger__heading {
  margin: 0;
  font: inherit;
  letter-spacing: normal;
  color: inherit;
}

.ledger__head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr) 2rem;
  align-items: center;
  gap: clamp(0.75rem, 2.5vw, 2rem);
  padding: clamp(1rem, 1.9vw, 1.5rem) clamp(0.5rem, 1.2vw, 1rem);
  margin-inline: calc(-1 * clamp(0.5rem, 1.2vw, 1rem));
  width: calc(100% + 2 * clamp(0.5rem, 1.2vw, 1rem));
  background: none;
  border: 0;
  font: inherit;
  color: inherit;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.3s var(--ease);
}

.ledger__head:hover {
  background-color: rgba(62, 110, 112, 0.055);
}

.ledger__name {
  font-family: var(--serif);
  font-size: clamp(1.28rem, 2.3vw, 1.95rem);
  line-height: 1.14;
  letter-spacing: -0.015em;
  color: var(--ink);
}

.ledger__for {
  font-size: 0.96rem;
  line-height: 1.5;
  color: var(--body);
}

.ledger__mark {
  position: relative;
  justify-self: end;
  width: 18px;
  height: 18px;
  flex: none;
}

.ledger__mark i {
  position: absolute;
  background: var(--teal-deep);
  transition: transform 0.4s var(--ease);
}

.ledger__mark i:nth-child(1) {
  top: 50%;
  left: 0;
  right: 0;
  height: 1.5px;
  margin-top: -0.75px;
}

.ledger__mark i:nth-child(2) {
  left: 50%;
  top: 0;
  bottom: 0;
  width: 1.5px;
  margin-left: -0.75px;
}

.ledger > li.is-open .ledger__mark i:nth-child(2) {
  transform: scaleY(0);
}

.ledger__panel {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.5s var(--ease);
}

.ledger > li.is-open .ledger__panel {
  grid-template-rows: 1fr;
}

.ledger__panel-inner {
  overflow: hidden;
}

.ledger__body {
  padding-bottom: clamp(1.5rem, 3vw, 2.5rem);
  max-width: 68ch;
}

.ledger__body p + p {
  margin-top: var(--s-3);
}

.ledger__body h4 {
  margin-bottom: 0.35rem;
  color: var(--ink);
}

.ledger__notes {
  display: grid;
  gap: var(--s-4);
  margin-top: var(--s-4);
  padding-top: var(--s-4);
  border-top: 1px solid var(--line);
}

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

.ledger__notes p {
  font-size: 0.98rem;
}

.ledger--index .ledger__head:hover .ledger__name {
  color: var(--teal-deep);
}

.ledger--index .ledger__mark i:nth-child(2) {
  display: none;
}

.ledger--index .ledger__mark i:nth-child(1) {
  top: 50%;
  left: 0;
  right: 4px;
}

.ledger--index .ledger__mark::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 7px;
  height: 7px;
  border-top: 1.5px solid var(--teal-deep);
  border-right: 1.5px solid var(--teal-deep);
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.35s var(--ease);
}

.ledger--index .ledger__head:hover .ledger__mark::after {
  transform: translate(3px, -50%) rotate(45deg);
}

.chapter {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: start;
  padding-block: clamp(2.75rem, 6vw, 5rem);
  border-top: 1px solid var(--line);
}

.chapter:first-of-type {
  border-top: 0;
  padding-top: 0;
}

.chapter--flip {
  grid-template-columns: minmax(0, 1.18fr) minmax(0, 0.82fr);
}

.chapter--flip .chapter__figure {
  order: 2;
}

.chapter__body {
  min-width: 0;
}

.chapter__prose h3 {
  margin-top: clamp(1.75rem, 3.5vw, 2.5rem);
  margin-bottom: 0.6rem;
}

.chapter__prose h3:first-child {
  margin-top: 0;
}

.chapter__prose p + p {
  margin-top: var(--s-3);
}

.chapter__prose ul {
  list-style: none;
  display: grid;
  gap: 0.6rem;
  margin-top: var(--s-3);
  max-width: var(--measure);
}

.chapter__prose ul li {
  position: relative;
  padding-left: 1.5rem;
  font-size: 0.98rem;
}

.chapter__prose ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 8px;
  height: 1px;
  background: var(--camel-deep);
}

.chapter__figure {
  position: sticky;
  top: calc(clamp(66px, 7.5vw, 86px) + 1.5rem);
  margin: 0;
}

.chapter__figure img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.chapter__figure figcaption {
  margin-top: 0.7rem;
  font-size: 0.82rem;
  line-height: 1.5;
  color: var(--body);
}

.chapter__intro {
  margin-bottom: clamp(1.75rem, 3.5vw, 2.75rem);
}

.chapter__intro h2 {
  margin-bottom: var(--s-3);
}

.chapter__aside {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: var(--s-4);
  align-items: center;
  margin-top: var(--s-5);
  padding: var(--s-4);
  background: var(--paper);
  border-left: 2px solid var(--camel);
}

.chapter__aside img {
  width: 96px;
  aspect-ratio: 3 / 4;
  object-fit: cover;
}

.chapter__aside p {
  font-size: 0.95rem;
  margin: 0;
}

.chapter--type {
  grid-template-columns: minmax(0, 1fr);
  padding: clamp(2.5rem, 6vw, 4.5rem) clamp(1.25rem, 6vw, 4.5rem);
  border-top: 0;
  margin-block: clamp(2rem, 5vw, 3.5rem);
}

.band-deep .ledger {
  border-top-color: var(--line-light);
}

.band-deep .ledger > li {
  border-bottom-color: var(--line-light);
}

.band-deep .ledger__name {
  color: #fff;
}

.band-deep .ledger__for {
  color: rgba(255, 255, 255, 0.78);
}

.band-deep .ledger__head:hover {
  background-color: rgba(255, 255, 255, 0.06);
}

.band-deep .ledger__mark i {
  background: var(--camel-on-dark);
}

.band-deep .ledger__body {
  color: rgba(255, 255, 255, 0.88);
  max-width: none;
}

@media (min-width: 900.02px) {
  .band-deep .ledger__body {
    columns: 2;
    column-gap: clamp(2rem, 4vw, 3.5rem);
  }

  .band-deep .ledger__body p {
    break-inside: avoid;
    max-width: none;
  }
}

.band-deep :focus-visible {
  outline-color: var(--camel-on-dark);
}

.statement {
  position: relative;
}

.statement__inner {
  display: grid;
  gap: clamp(1.75rem, 4vw, 3rem);
  align-items: end;
}

@media (min-width: 900.02px) {
  .statement__inner {
    grid-template-columns: minmax(0, 1.6fr) minmax(0, 0.4fr);
  }

  .statement__sig {
    justify-self: end;
    align-items: flex-end;
    text-align: right;
  }
}

.statement__quote {
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(1.55rem, 3.4vw, 2.75rem);
  line-height: 1.28;
  letter-spacing: -0.012em;
  color: #fff;
  margin: 0;
  max-width: 24ch;
}

.statement__sig {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  align-items: flex-start;
}

.statement__sig img {
  height: clamp(30px, 4vw, 40px);
  width: auto;
  filter: brightness(0) invert(1);
  opacity: 0.92;
}

.statement__sig span {
  font-size: 0.85rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--camel-on-dark);
}

.strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(0.75rem, 1.8vw, 1.6rem);
}

.strip figure {
  margin: 0;
}

.strip figure:nth-child(even) {
  margin-top: clamp(1.25rem, 3.5vw, 3rem);
}

.strip img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.strip figcaption {
  margin-top: 0.6rem;
  font-size: 0.82rem;
  letter-spacing: 0.03em;
  color: var(--body);
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(2rem, 5.5vw, 4.5rem);
  align-items: center;
}

.split--flip .split__figure {
  order: 2;
}

.split__figure {
  margin: 0;
}

.split__figure-media {
  position: relative;
}

.split__figure img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.split__figure--frame {
  --frame-offset: clamp(12px, 2vw, 22px);
}

.split__figure--frame .split__figure-media::before {
  content: '';
  position: absolute;
  z-index: 0;
  inset: var(--frame-offset) calc(-1 * var(--frame-offset))
    calc(-1 * var(--frame-offset)) var(--frame-offset);
  border: 1px solid var(--camel);
}

.split__figure--frame .split__figure-media img {
  position: relative;
  z-index: 1;
}

.split__body h2 {
  margin-bottom: var(--s-4);
}

.split__body p + p {
  margin-top: var(--s-3);
}

.split__body .link-arrow {
  margin-top: var(--s-4);
}

.rating {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.35rem 0.9rem;
  margin-bottom: clamp(2rem, 4vw, 3rem);
  padding-bottom: clamp(1.5rem, 3vw, 2.25rem);
  border-bottom: 1px solid var(--line);
}

.rating__score {
  font-family: var(--sans);
  font-size: clamp(2rem, 3.4vw, 2.6rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1;
  color: var(--ink);
}

.rating__text {
  font-size: 0.98rem;
}

.studio-intro {
  max-width: 64ch;
}

.studio-intro h2 {
  margin-bottom: var(--s-3);
}

.studio-intro p + p {
  margin-top: var(--s-3);
}

.studio-intro .link-arrow {
  margin-top: var(--s-4);
}

.stack-sm {
  margin-top: var(--s-3);
}

.stack-md {
  margin-top: clamp(2rem, 4vw, 3rem);
}

.stack-lg {
  margin-top: var(--s-5);
}

.measure-wide {
  max-width: 62ch;
}

.quotes {
  display: grid;
  gap: clamp(1.75rem, 3.5vw, 2.75rem);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  list-style: none;
}

.quotes li {
  padding-top: var(--s-3);
  border-top: 1px solid var(--camel);
}

.quotes li:first-child {
  grid-column: 1 / -1;
}

.quotes blockquote {
  margin: 0 0 var(--s-3);
}

.quotes p {
  font-size: 1.02rem;
  line-height: 1.6;
  color: var(--ink);
  max-width: 52ch;
}

.quotes li:first-child p {
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(1.3rem, 2.5vw, 1.75rem);
  line-height: 1.4;
  max-width: 50ch;
}

.quotes cite {
  font-family: var(--sans);
  font-style: normal;
  font-size: 0.85rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--body);
}

.form-section__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(2.25rem, 5vw, 4.5rem);
  align-items: start;
}

.lead-form__fallback {
  font-size: 0.98rem;
}

[data-lead-form-inline] {
  min-width: 0;
}

.form-section__body h2 {
  margin-bottom: var(--s-3);
}

.form-section__points {
  list-style: none;
  display: grid;
  gap: 0.85rem;
  margin-top: var(--s-4);
}

.form-section__points li {
  position: relative;
  padding-left: 1.5rem;
  font-size: 0.98rem;
}

.form-section__points li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 8px;
  height: 1px;
  background: var(--camel-deep);
}

.lead-form {
  background: var(--paper);
  padding: clamp(1.5rem, 3vw, 2.5rem);
  box-shadow: var(--shadow-soft);
}

.band-paper-deep .lead-form,
.band-wash .lead-form {
  background: var(--paper);
}

.lead-form__grid {
  display: grid;
  gap: var(--s-3);
}

@media (min-width: 560px) {
  .lead-form__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lead-form__field--full {
    grid-column: 1 / -1;
  }
}

.lead-form__field {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  min-width: 0;
}

.lead-form__field label {
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: var(--ink);
}

.lead-form__field label span {
  font-weight: 400;
  color: var(--body);
  letter-spacing: 0;
}

.lead-form input,
.lead-form select,
.lead-form textarea {
  width: 100%;
  min-width: 0;
  min-height: 48px;
  padding: 0.7rem 0.85rem;
  background: #fff;
  border: 1px solid var(--line-strong);
  border-radius: 2px;
  font-family: var(--sans);
  font-size: 1rem;
  color: var(--ink);
  transition: border-color 0.25s var(--ease);
}

.lead-form textarea {
  min-height: 96px;
  resize: vertical;
  line-height: 1.5;
}

.lead-form select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%234a5654' stroke-width='1.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.9rem center;
  background-size: 12px 8px;
  padding-right: 2.4rem;
}

.lead-form input:focus,
.lead-form select:focus,
.lead-form textarea:focus {
  outline: none;
  border-color: var(--teal);
  box-shadow: 0 0 0 3px rgba(62, 110, 112, 0.18);
}

.lead-form input[aria-invalid='true'] {
  border-color: #8c3626;
}

.lead-form__error {
  font-size: 0.875rem;
  color: #8c3626;
}

.lead-form__error:empty {
  display: none;
}

.lead-form__honey {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.lead-form__actions {
  margin-top: var(--s-4);
}

.lead-form__status {
  margin-top: var(--s-2);
  font-size: 0.9rem;
  min-height: 1.2em;
}

.lead-form__status.is-error {
  color: #8c3626;
  font-weight: 600;
}

.lead-form button[disabled] {
  opacity: 0.65;
  cursor: progress;
}

.lead-dialog {
  width: min(620px, calc(100vw - 2rem));
  max-height: calc(100dvh - 2rem);
  padding: 0;
  border: 0;
  border-radius: 2px;
  background: var(--paper);
  color: var(--body);
  overflow: visible;
}

.lead-dialog {
  opacity: 0;
  transition: opacity 0.28s var(--ease), display 0.28s allow-discrete,
    overlay 0.28s allow-discrete;
}

.lead-dialog[open] {
  opacity: 1;
}

@starting-style {
  .lead-dialog[open] {
    opacity: 0;
  }
}

.lead-dialog::backdrop {
  background: rgba(24, 34, 34, 0.55);
  opacity: 0;
  transition: opacity 0.28s var(--ease), display 0.28s allow-discrete,
    overlay 0.28s allow-discrete;
}

.lead-dialog[open]::backdrop {
  opacity: 1;
}

@starting-style {
  .lead-dialog[open]::backdrop {
    opacity: 0;
  }
}

.lead-dialog__panel {
  max-height: calc(100dvh - 2rem);
  overflow-y: auto;
  padding: clamp(1.5rem, 3.5vw, 2.5rem);
  transform: translateY(10px);
  transition: transform 0.28s var(--ease);
}

.lead-dialog[open] .lead-dialog__panel {
  transform: none;
}

@starting-style {
  .lead-dialog[open] .lead-dialog__panel {
    transform: translateY(10px);
  }
}

.lead-dialog .lead-form {
  padding: 0;
  box-shadow: none;
  background: none;
}

.lead-dialog__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: var(--s-4);
  margin-bottom: var(--s-4);
}

.lead-dialog__head h2 {
  font-size: clamp(1.6rem, 3.5vw, 2.1rem);
  margin-bottom: 0.5rem;
}

.lead-dialog__head p {
  font-size: 0.98rem;
  margin: 0;
}

.lead-dialog__close {
  flex: none;
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: 1px solid var(--line-strong);
  border-radius: 2px;
  cursor: pointer;
  color: var(--ink);
  transition: border-color 0.25s var(--ease), color 0.25s var(--ease);
}

.lead-dialog__close:hover {
  border-color: var(--teal-deep);
  color: var(--teal-deep);
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr));
  gap: clamp(1.5rem, 3.5vw, 3rem);
}

.info-grid h3 {
  font-size: 1.15rem;
  margin-bottom: 0.5rem;
}

.info-grid p,
.info-grid address {
  font-size: 0.98rem;
  font-style: normal;
  line-height: 1.6;
}

.info-grid a {
  color: var(--teal-deep);
}

.prose h2 {
  margin-top: clamp(2.5rem, 5vw, 3.5rem);
  margin-bottom: var(--s-3);
}

.prose h2:first-child {
  margin-top: 0;
}

.prose p {
  margin-bottom: var(--s-3);
}

.prose--measured h2,
.prose--measured p {
  max-width: 62ch;
}

.exterior-photo {
  object-position: 50% 28%;
}

.site-footer {
  background: var(--teal-deep);
  color: rgba(255, 255, 255, 0.82);
  padding-block: clamp(3rem, 6vw, 5rem) clamp(1.75rem, 3vw, 2.5rem);
}

.site-footer h2,
.site-footer h3 {
  color: #fff;
}

.site-footer a {
  color: rgba(255, 255, 255, 0.86);
  text-decoration: none;
}

.site-footer a:hover {
  color: #fff;
  text-decoration: underline;
}

.site-footer :focus-visible {
  outline-color: var(--camel-on-dark);
}

.site-footer__top {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) repeat(2, minmax(0, 0.9fr));
  gap: clamp(2rem, 4vw, 3.5rem);
  padding-bottom: clamp(2rem, 4vw, 3rem);
  border-bottom: 1px solid var(--line-light);
}

.site-footer__logo img {
  height: 34px;
  width: auto;
  filter: brightness(0) invert(1);
  margin-bottom: var(--s-3);
}

.site-footer__col h2 {
  font-family: var(--sans);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--camel-on-dark);
  margin-bottom: var(--s-3);
}

.site-footer__col ul {
  list-style: none;
  display: grid;
  gap: 0.35rem;
}

.site-footer__col li a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  font-size: 0.98rem;
}

.site-footer address {
  font-style: normal;
  font-size: 0.98rem;
  line-height: 1.7;
}

.site-footer address a {
  display: inline-block;
  padding-block: 0.3rem;
  overflow-wrap: anywhere;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.site-footer__bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: var(--s-3) var(--s-4);
  padding-top: clamp(1.5rem, 3vw, 2rem);
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.66);
}

.site-footer__social {
  display: flex;
  gap: var(--s-3);
  list-style: none;
}

.site-footer__social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line-light-strong);
  border-radius: 2px;
  transition: border-color 0.25s var(--ease), background-color 0.25s var(--ease);
}

.site-footer__social a:hover {
  border-color: var(--camel-on-dark);
  background: rgba(185, 143, 99, 0.16);
}

.site-footer__social svg {
  width: 18px;
  height: 18px;
}

.page-head {
  padding-top: clamp(2.5rem, 5vw, 4rem);
  padding-bottom: clamp(2rem, 4.5vw, 3.5rem);
}

.page-head h1 {
  max-width: 18ch;
  margin-bottom: var(--s-4);
}

.page-head .lead {
  max-width: 56ch;
}

.crumbs {
  margin-bottom: var(--s-4);
}

.crumbs ol {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.5rem;
  list-style: none;
  font-size: 0.82rem;
  letter-spacing: 0.05em;
  color: var(--body);
}

.crumbs li + li::before {
  content: '/';
  margin-right: 0.5rem;
  color: var(--line-strong);
}

.crumbs a {
  color: var(--body);
  text-decoration: none;
  border-bottom: 1px solid var(--line);
  padding-bottom: 1px;
}

.crumbs a:hover {
  color: var(--teal-deep);
  border-bottom-color: var(--camel);
}

.crumbs [aria-current='page'] {
  color: var(--ink);
}

.tx-meta {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 180px), 1fr));
  gap: var(--s-3) var(--s-5);
  margin-top: clamp(2rem, 4vw, 3rem);
  padding-top: var(--s-4);
  border-top: 1px solid var(--line);
  max-width: 62rem;
}

.tx-meta div {
  min-width: 0;
}

.tx-meta dt {
  font-family: var(--sans);
  font-size: 0.74rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--camel-deep);
  margin-bottom: 0.4rem;
}

.tx-meta dd {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.5;
  color: var(--ink);
}

.tx-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--s-4);
  margin-top: clamp(1.75rem, 3.5vw, 2.5rem);
}

.error-page {
  display: grid;
  place-items: center;
  text-align: center;
  padding-block: clamp(4rem, 12vw, 9rem);
}

.error-page p {
  margin-inline: auto;
}

.error-page__actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--s-3);
  justify-content: center;
  margin-top: var(--s-5);
}

.reveal.is-armed {
  opacity: 0;
  transform: translate3d(0, 12px, 0);
  transition: opacity 0.62s var(--ease), transform 0.62s var(--ease);
}

.reveal.is-armed.is-in {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  .reveal.is-armed {
    opacity: 1;
    transform: none;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}

@media (max-width: 1100px) {
  .hero__inner {
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.92fr);
    gap: clamp(2rem, 4vw, 3rem);
  }

  .chapter {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  }

  .form-section__inner {
    grid-template-columns: minmax(0, 1fr);
  }

  .form-section__body {
    max-width: 62ch;
  }

  [data-lead-form-inline] {
    max-width: 640px;
  }
}

@media (max-width: 900px) {
  .site-nav {
    display: none;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .hero__inner {
    grid-template-columns: minmax(0, 1fr);
    gap: clamp(2rem, 6vw, 3rem);
  }

  .hero__figure {
    max-width: 460px;
  }

  .hero__lead,
  .hero__locator {
    max-width: 54ch;
  }

  .split,
  .chapter,
  .chapter--flip {
    grid-template-columns: minmax(0, 1fr);
    gap: clamp(1.75rem, 4vw, 2.5rem);
  }

  .split--flip .split__figure,
  .chapter--flip .chapter__figure {
    order: 0;
  }

  .split__figure,
  .chapter__figure {
    max-width: 420px;
    position: static;
  }

  .split__figure--frame .split__figure-media {
    position: relative;
  }

  .hero__figure,
  .split__figure--frame {
    margin-right: var(--frame-offset);
  }

  .strip {
    display: flex;
    gap: var(--s-3);
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-bottom: var(--s-2);
  }

  .strip figure {
    flex: 0 0 min(72%, 320px);
    scroll-snap-align: start;
  }

  .strip figure:nth-child(even) {
    margin-top: 0;
  }
}

@media (max-width: 700px) {
  .ledger__head {
    grid-template-columns: minmax(0, 1fr) 1.75rem;
    align-items: start;
    gap: var(--s-3);
    row-gap: 0.3rem;
  }

  .ledger__name {
    grid-column: 1;
  }

  .ledger__for {
    grid-column: 1;
    font-size: 0.92rem;
  }

  .ledger__mark {
    grid-column: 2;
    grid-row: 1 / span 2;
    align-self: center;
  }

  .quotes {
    grid-template-columns: minmax(0, 1fr);
  }

  .site-footer__top {
    grid-template-columns: minmax(0, 1fr);
    gap: var(--s-5);
  }
}

@media (max-width: 520px) {
  .site-header__actions .btn {
    display: none;
  }

  .hero__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .hero__actions .btn,
  .hero__actions .link-arrow {
    width: 100%;
  }

  .hero__actions .link-arrow {
    justify-content: flex-start;
  }

  .chapter__aside {
    grid-template-columns: minmax(0, 1fr);
    justify-items: start;
  }

  .lead-form {
    padding: var(--s-4) var(--s-3);
  }

  .lead-dialog {
    max-width: calc(100% - 1rem);
  }

  .error-page__actions .btn {
    width: 100%;
  }
}
