:root {
  --ink: #2c1c10;
  --ink-soft: #2f1e11;
  --olive: #444738;
  --olive-deep: #36392d;
  --stamp: color-mix(in srgb, var(--olive) 88%, var(--paper));
  --charcoal: #36392d;
  --espresso: #25271e;
  --gold: #f2d090;
  --gold-bright: #f2d090;
  --gold-dim: rgba(242, 208, 144, 0.35);
  --ivory: #f0e4ce;
  --ivory-muted: #d0b996;
  --paper: #eee3cb;
  --paper-deep: #e6d5b8;
  --newsprint: #eee3cb;
  --paper-tooth: url("assets/images/paper.png");
  --paper-grain: 150px;
  --line: rgba(56, 36, 22, 0.28);
  --line-ink: rgba(56, 36, 22, 0.28);
  --mark-rule: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 400 10' preserveAspectRatio='none'%3E%3Cpath fill='none' stroke='%23140c08' stroke-width='1.4' stroke-linecap='round' d='M1 6.2 C 48 8.4, 96 3.6, 148 6.1 S 250 8.8, 322 5.4 S 380 7.2, 399 5.8'/%3E%3Cpath fill='none' stroke='%23140c08' stroke-width='0.7' stroke-linecap='round' opacity='0.42' d='M4 6.8 C 70 4.2, 140 8, 220 5.6 S 340 8.2, 396 5.4'/%3E%3C/svg%3E");
  --mark-rule-soft: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 400 28' preserveAspectRatio='none'%3E%3Cpath fill='none' stroke='%23140c08' stroke-width='0.95' stroke-linecap='round' opacity='0.34' d='M0 25.8 C 70 24, 150 27.2, 230 25.4 S 340 27.4, 400 25.6'/%3E%3C/svg%3E");
  --mark-box: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath stroke='%23140c08' stroke-width='1.55' stroke-linejoin='round' stroke-linecap='round' d='M3.4 3.6 C 7.8 2.5, 16.6 2.7, 20.7 3.9 C 21.7 5.2, 21.4 18.8, 20.2 20.5 C 16.4 22.2, 7.2 21.7, 3.7 20.2 C 2.3 18.8, 2.4 5.6, 3.4 3.6 Z'/%3E%3C/svg%3E");
  --mark-box-on: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath stroke='%23140c08' stroke-width='1.55' stroke-linejoin='round' stroke-linecap='round' d='M3.4 3.6 C 7.8 2.5, 16.6 2.7, 20.7 3.9 C 21.7 5.2, 21.4 18.8, 20.2 20.5 C 16.4 22.2, 7.2 21.7, 3.7 20.2 C 2.3 18.8, 2.4 5.6, 3.4 3.6 Z'/%3E%3Cpath stroke='%23140c08' stroke-width='1.7' stroke-linecap='round' d='M7.1 7.4 L 16.6 16.8'/%3E%3Cpath stroke='%23140c08' stroke-width='1.45' stroke-linecap='round' d='M16.8 7.1 L 7.4 17'/%3E%3C/svg%3E");
  --mark-caret: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 10' fill='none'%3E%3Cpath stroke='%23140c08' stroke-width='1.35' stroke-linecap='round' d='M1.4 2.2 C 4.2 4.8, 7.2 7.6, 8.1 8.1 C 9.4 6.6, 12.2 4.2, 14.6 2.4'/%3E%3Cpath stroke='%23140c08' stroke-width='0.7' stroke-linecap='round' opacity='0.45' d='M2.2 2.8 C 5 5.2, 7.6 7.2, 8.2 7.6 C 9.6 6.2, 12 4.4, 14 3'/%3E%3C/svg%3E");

  --font-script: "Carattere", cursive;
  --font-script-soft: "Carattere", cursive;
  --font-display: "Cinzel", serif;
  --font-news: "Playfair Display", "Times New Roman", serif;
  --font-body: "Newsreader", "Georgia", serif;
  --font-fell: "IM Fell English", "Georgia", serif;

  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --header-h: 5.6rem;
  --issue-inset: 1;
  --issue-veil: 1;
}

@property --issue-inset {
  syntax: "<number>";
  inherits: true;
  initial-value: 1;
}

@property --issue-veil {
  syntax: "<number>";
  inherits: true;
  initial-value: 1;
}

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

html {
  scroll-behavior: smooth;
  background: var(--olive);
  background-color: var(--olive);
}

body {
  margin: 0;
  background: var(--olive);
  background-color: var(--olive);
  color: var(--ivory);
  font-family: var(--font-body);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  cursor: none;
}

body.is-loading {
  overflow: hidden;
}

img {
  max-width: 100%;
  display: block;
  border: none;
  outline: none;
  box-shadow: none;
}

.hero-plate img,
.gazette-fig img,
.work-plate img,
.visit-cut img,
.hour-cut img,
.grounds-cut img,
.folio-stage img,
.folio-proof-stage img,
.issue-cut img,
.wanting-plate img {
  filter: url(#print-ink) grayscale(0.2) sepia(0.38) contrast(1.14) saturate(0.76) brightness(1.05);
  mix-blend-mode: multiply;
}

.hero-plate,
.gazette-fig,
.work-plate,
.visit-cut,
.hour-cut,
.grounds-cut,
.issue-cut,
.wanting-plate {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-areas: "photo" "cap";
}

.hero-plate {
  grid-template-areas: "photo";
  grid-template-rows: minmax(0, 1fr);
}

.visit-cut,
.hour-cut {
  grid-template-rows: minmax(0, 1fr) auto;
}

.hero-plate > img,
.gazette-fig > img,
.work-plate > img,
.visit-cut > img,
.hour-cut > img,
.grounds-cut > img,
.issue-cut > img,
.wanting-plate > img {
  grid-area: photo;
}

.hero-plate > figcaption,
.gazette-fig > figcaption,
.work-plate > figcaption,
.visit-cut > figcaption,
.hour-cut > figcaption,
.grounds-cut > figcaption,
.issue-cut > figcaption,
.wanting-plate > figcaption {
  grid-area: cap;
}

.hero-plate::after,
.gazette-fig::after,
.work-plate::after,
.visit-cut::after,
.hour-cut::after,
.grounds-cut::after,
.issue-cut::after,
.wanting-plate::after,
.folio-stage::after,
.folio-proof-stage::after {
  content: "";
  pointer-events: none;
  background-image: var(--paper-tooth);
  background-size: var(--paper-grain) auto;
  mix-blend-mode: multiply;
  opacity: 0.52;
}

.hero-plate::after,
.gazette-fig::after,
.work-plate::after,
.visit-cut::after,
.hour-cut::after,
.grounds-cut::after,
.issue-cut::after,
.wanting-plate::after {
  grid-area: photo;
  z-index: 1;
}

.folio-stage::after,
.folio-proof-stage::after {
  position: absolute;
  inset: 0;
  z-index: 2;
}

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

p {
  margin: 0 0 1rem;
}

.logo {
  text-align: center;
  color: var(--ivory);
  line-height: 1.05;
}

.logo span {
  display: block;
  font-family: var(--font-display);
  font-size: 0.52rem;
  letter-spacing: 0.38em;
  text-transform: uppercase;
  color: var(--ivory-muted);
}

.logo strong {
  display: block;
  font-family: var(--font-news);
  font-weight: 700;
  font-size: clamp(0.92rem, 1.55vw, 1.22rem);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin: 0.12rem 0;
}

.svg-filters {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.grain {
  position: fixed;
  inset: 0;
  z-index: 80;
  pointer-events: none;
  opacity: 0.11;
  mix-blend-mode: multiply;
  background-image: var(--paper-tooth);
  background-size: var(--paper-grain) auto;
}

.cursor {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 90;
  pointer-events: none;
  mix-blend-mode: difference;
  color: #f6e2c8;
  transition: opacity 0.22s var(--ease), visibility 0.22s var(--ease);
}

body.is-link-hover .cursor {
  opacity: 0 !important;
  visibility: hidden !important;
  mix-blend-mode: normal;
  display: none;
}

.cursor-mark {
  position: absolute;
  top: 0;
  left: 0;
  width: 36px;
  height: 36px;
  margin: -18px 0 0 -18px;
  transition: width 0.45s var(--ease), height 0.45s var(--ease), margin 0.45s var(--ease);
}

.cursor-mark span {
  position: absolute;
  width: 8px;
  height: 8px;
  box-sizing: border-box;
}

.cursor-mark span:nth-child(1) {
  top: 0;
  left: 0;
  border-top: 1px solid currentColor;
  border-left: 1px solid currentColor;
}

.cursor-mark span:nth-child(2) {
  top: 0;
  right: 0;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
}

.cursor-mark span:nth-child(3) {
  right: 0;
  bottom: 0;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
}

.cursor-mark span:nth-child(4) {
  bottom: 0;
  left: 0;
  border-bottom: 1px solid currentColor;
  border-left: 1px solid currentColor;
}

body.is-hover .cursor-mark {
  width: 56px;
  height: 56px;
  margin: -28px 0 0 -28px;
}

body.is-hover .cursor-mark span {
  width: 11px;
  height: 11px;
}

@media (hover: none), (pointer: coarse) {
  .cursor { display: none; }
  body { cursor: auto; }
}

.loader {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  place-content: center;
  gap: 1.1rem;
  background: var(--olive-deep);
  transition: opacity 0.9s var(--ease), visibility 0.9s var(--ease);
}

.loader.is-done {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.loader-script {
  font-family: var(--font-script);
  font-size: clamp(3.2rem, 8vw, 5.5rem);
  color: var(--gold);
  margin: 0;
  line-height: 1;
  animation: loader-rise 1.1s var(--ease) both;
}

.loader-rule {
  width: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    var(--gold) 28%,
    var(--gold) 72%,
    transparent 100%
  );
  animation: loader-rule 1.2s 0.35s var(--ease) forwards;
}

.loader-meta {
  font-family: var(--font-display);
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ivory-muted);
  margin: 0;
  animation: loader-rise 1s 0.45s var(--ease) both;
}

@keyframes loader-rise {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes loader-rule {
  from { width: 0; }
  to { width: 8.5rem; }
}

.site-header {
  position: relative;
  z-index: 2;
  height: var(--header-h);
  flex-shrink: 0;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 clamp(1.25rem, 4vw, 3rem);
  background: var(--olive);
  border-bottom: 1px solid rgba(210, 197, 179, 0.12);
  overflow: visible;
  opacity: var(--nav-veil, 1);
  pointer-events: var(--nav-events, auto);
}

.nav {
  display: none;
  gap: 1.6rem;
  justify-self: start;
  align-items: center;
}

.nav .pencil {
  transform: rotate(-3deg);
}

.site-header > .pencil {
  justify-self: end;
  transform: rotate(-2.5deg);
}

body.is-issue-page {
  background: color-mix(in srgb, var(--olive) calc(var(--issue-veil) * 100%), var(--paper));
}

body.is-issue-page .site-header {
  background: color-mix(in srgb, var(--olive) calc(var(--issue-veil) * 100%), var(--paper));
  border-bottom-color: color-mix(
    in srgb,
    rgba(210, 197, 179, 0.12) calc(var(--issue-veil) * 100%),
    rgba(56, 36, 22, calc(0.18 * (1 - var(--issue-veil))))
  );
}

body.is-issue-page .logo {
  color: color-mix(in srgb, var(--ivory) calc(var(--issue-veil) * 100%), var(--ink));
}

body.is-issue-page .logo span {
  color: color-mix(in srgb, var(--ivory-muted) calc(var(--issue-veil) * 100%), var(--ink-soft));
}

body.is-issue-page .site-header .pencil--light {
  color: color-mix(in srgb, var(--gold) calc(var(--issue-veil) * 100%), var(--ink));
}

.pencil {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: none;
  appearance: none;
  padding: 0.35rem 0.7rem;
  line-height: 1;
  text-transform: none;
  letter-spacing: 0.01em;
  color: inherit;
  white-space: nowrap;
}

.pencil span {
  position: relative;
  z-index: 1;
  font-family: var(--font-script);
  font-weight: 400;
}

.pencil-stroke {
  position: absolute;
  overflow: visible;
  pointer-events: none;
}

.pencil-stroke path {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: 0.92;
  shape-rendering: geometricPrecision;
}

.pencil-stroke .pass-2 {
  opacity: 0;
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  transition: stroke-dashoffset 0.7s var(--ease), opacity 0.35s;
}

.pencil:hover .pass-2 {
  opacity: 0.7;
  stroke-dashoffset: 0;
}

.pencil--circle .pencil-stroke,
.pencil--line .pencil-stroke {
  overflow: visible;
  filter: url(#pencil-graphite);
}

.pencil--circle .pencil-stroke {
  inset: -34% -18%;
  width: 136%;
  height: 168%;
}

.pencil--circle .pencil-stroke path {
  stroke-width: 2.35;
  opacity: 0.95;
}

.pencil--circle .pencil-stroke .pass-2 {
  stroke-width: 1.85;
  opacity: 0.62;
  stroke-dashoffset: 0;
}

.pencil--circle:hover .pass-2 {
  opacity: 0.85;
}

.pencil--line {
  padding: 0.15rem 0.1rem 0.35rem;
}

.pencil--line .pencil-stroke {
  left: -4%;
  right: -6%;
  bottom: -0.15rem;
  width: 110%;
  height: 14px;
}

.pencil--line .pencil-stroke path {
  stroke-width: 1.55;
  stroke-linecap: butt;
}

.pencil--light {
  color: var(--gold);
}

.pencil--light span {
  font-size: 1.55rem;
}

.pencil--ink {
  color: #140c08;
  mix-blend-mode: normal;
  filter: none;
}

.pencil--ink span {
  font-size: 1.7rem;
  color: #140c08;
  filter: none;
  mix-blend-mode: normal;
}

.pencil--ink .pencil-stroke path {
  stroke: #140c08;
  opacity: 1;
}

.pencil--inline {
  padding: 0.15rem 0.55rem 0.2rem;
  white-space: normal;
  vertical-align: baseline;
}

.pencil--inline span {
  font-family: var(--font-fell);
  font-style: italic;
  font-size: 1.05em;
}

.mark,
.notice-copy a,
.letter-meta a,
.letter-sent a,
.gazette-lead a:not(.pencil),
.gazette-col a:not(.pencil),
.gazette-small a:not(.pencil) {
  color: inherit;
  border-bottom: none;
  text-decoration: none;
  background-image: var(--mark-rule);
  background-repeat: no-repeat;
  background-position: left 100%;
  background-size: 100% 7px;
  padding-bottom: 0.14rem;
}

.colophon a:not(.pencil) {
  background-image: none;
  padding-bottom: 0;
}

.hero-aside .pencil {
  margin-top: 0.15rem;
  transform: rotate(1.8deg);
  align-self: start;
}

.gazette-col .pencil--line {
  transform: rotate(-1.5deg);
}

.gazette-small .pencil {
  transform: rotate(-1deg);
}

.gazette a.pencil {
  border-bottom: none;
}

@media (min-width: 860px) {
  .nav { display: flex; }
}

.hero-pin {
  position: relative;
  z-index: 2;
  height: 300svh;
}

.hero-sticky {
  position: sticky;
  top: 0;
  height: 100svh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: var(--olive);
  --hero-veil: 1;
  --nav-veil: 1;
  opacity: var(--hero-veil);
  will-change: opacity, filter;
}

.hero-sticky.is-dissolving {
  mix-blend-mode: multiply;
  pointer-events: none;
}

.hero-sticky.is-zooming .hero {
  z-index: 5;
}

.hero-sticky.is-zooming .site-header {
  z-index: 0;
}

.hero {
  position: relative;
  z-index: 1;
  flex: 1;
  min-height: 0;
  background:
    radial-gradient(ellipse at 80% 20%, rgba(82, 88, 66, 0.35), transparent 50%),
    var(--olive);
  padding: 0.85rem clamp(0.85rem, 2.5vw, 1.75rem) 1.1rem;
  display: flex;
}

.hero-sheet {
  position: relative;
  isolation: isolate;
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
  padding: 1.35rem clamp(1.25rem, 4vw, 3.25rem) 1.5rem;
  background-color: var(--paper);
  background-image: var(--paper-tooth);
  background-size: var(--paper-grain) auto;
  background-repeat: repeat;
  background-blend-mode: soft-light;
  color: var(--ink);
  box-shadow: 0 18px 50px rgba(46, 22, 8, 0.28);
  transform-origin: 50% 50%;
  will-change: transform;
}

.hero-sheet::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: rgba(255, 236, 210, 0.18);
}

.hero-sheet::after,
.gazette::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
  background-image: var(--paper-tooth);
  background-size: var(--paper-grain) auto;
  mix-blend-mode: multiply;
  opacity: 0.58;
}

.hero-sheet,
.gazette {
  -webkit-font-smoothing: antialiased;
}

.hero-issue,
.hero-title,
.hero-script,
.hero-blurb,
.gazette-meta,
.gazette-title,
.gazette-script,
.eyebrow,
.gazette-lead h3,
.gazette-col h3,
.gazette-lead-body p,
.gazette-col p,
.pull,
.drop,
.gazette-fig figcaption,
.colophon-name,
.colophon-tag,
.colophon-line,
.colophon-copy,
.colophon-credit {
  mix-blend-mode: multiply;
}

.hero-title,
.gazette-title,
.work-title,
.visit-title,
.hour-title,
.folio-title,
.issue-title,
.wanting-title,
.hero-script,
.gazette-script,
.work-script,
.visit-script,
.hour-script,
.folio-script,
.issue-script,
.wanting-script,
.pull {
  filter: url(#type-ink);
}

.hero-issue,
.hero-blurb,
.gazette-meta,
.eyebrow,
.gazette-lead h3,
.gazette-col h3,
.gazette-lead-body p,
.gazette-col p,
.gazette-fig figcaption,
.colophon-name,
.colophon-tag,
.colophon-line,
.colophon-copy,
.colophon-credit,
.work .eyebrow,
.work-item h3,
.work-item p,
.work-invite h3,
.work-invite p,
.work-plate figcaption,
.visit .eyebrow,
.visit-feature h3,
.visit-feature p,
.visit-rail h3,
.visit-rail p,
.visit-cut figcaption,
.hour .eyebrow,
.hour-order h3,
.hour-order p,
.hour-notes h3,
.hour-notes p,
.hour-invite h3,
.hour-invite p,
.hour-cut figcaption,
.folio .eyebrow,
.folio-hero figcaption,
.folio-proof figcaption,
.issue-byline,
.issue-kicker,
.issue .eyebrow,
.issue-copy p,
.issue-copy h2,
.issue-cut figcaption,
.notice-copy p,
.notice-copy li,
.notice-copy h2,
.wanting-blurb,
.wanting-also,
.wanting-plate figcaption,
.wanting-sheet .eyebrow,
.grounds-lead p,
.grounds-lands p,
.grounds-split p,
.grounds-invite p,
.grounds-tariff td,
.grounds-cut figcaption,
.grounds-flag .eyebrow,
.grounds-lands .eyebrow,
.grounds-split .eyebrow,
.grounds-invite .eyebrow {
  filter: url(#type-ink-fine);
}

.gazette-lead-body p .pencil,
.gazette-col p .pencil {
  filter: none;
  mix-blend-mode: normal;
}

::selection {
  color: var(--paper);
  background: var(--olive);
}

::-moz-selection {
  color: var(--paper);
  background: var(--olive);
}

.site-header ::selection,
.loader ::selection {
  color: var(--olive);
  background: var(--gold);
}

.site-header ::-moz-selection,
.loader ::-moz-selection {
  color: var(--olive);
  background: var(--gold);
}

.issue-sheet ::selection {
  color: var(--ink);
  background: color-mix(in srgb, var(--ink) 14%, var(--paper));
}

.issue-sheet ::-moz-selection {
  color: var(--ink);
  background: color-mix(in srgb, var(--ink) 14%, var(--paper));
}

.hero-sheet ::selection,
.gazette ::selection {
  color: var(--paper);
  background: var(--olive);
}

.hero-sheet ::-moz-selection,
.gazette ::-moz-selection {
  color: var(--paper);
  background: var(--olive);
}

.hero-issue {
  position: relative;
  margin: 0 0 0.85rem;
  color: var(--ink);
}

.hero-head {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem 2rem;
  align-items: end;
  position: relative;
  z-index: 2;
}

.hero-title {
  font-family: var(--font-news);
  font-weight: 700;
  font-size: clamp(4.2rem, 13vw, 9.2rem);
  line-height: 0.82;
  letter-spacing: -0.03em;
  color: var(--ink);
  margin: 0 0 -0.22em;
  opacity: 1;
  text-transform: uppercase;
}

.hero-title span {
  display: block;
}

.hero-aside {
  max-width: 22rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.hero-script {
  font-family: var(--font-script-soft);
  font-size: clamp(1.5rem, 2.4vw, 2rem);
  color: var(--ink);
  margin: 0 0 0.55rem;
  line-height: 1.15;
  letter-spacing: 0.02em;
}

.hero-blurb {
  font-family: var(--font-body);
  font-size: clamp(1.02rem, 1.5vw, 1.2rem);
  line-height: 1.55;
  color: var(--ink-soft);
  margin: 0 0 1.1rem;
}

.hero-plate {
  position: relative;
  z-index: 1;
  margin: 0;
  flex: 1;
  min-height: 0;
  border: none;
}

.hero-plate img {
  width: 100%;
  height: 100%;
  max-height: 56vh;
  object-fit: cover;
  object-position: center 42%;
  border: none;
}

@media (min-width: 800px) {
  .hero-head {
    grid-template-columns: 1fr minmax(14rem, 22rem);
  }

  .hero-blurb {
    margin-bottom: 0.7rem;
  }
}

/* ——— Fullscreen gazette (original) ——— */
.gazette-reveal {
  position: relative;
  z-index: 1;
}

.gazette {
  position: relative;
  isolation: isolate;
  min-height: 100svh;
  background-color: var(--paper);
  background-image: var(--paper-tooth);
  background-size: var(--paper-grain) auto;
  background-repeat: repeat;
  background-blend-mode: soft-light;
  color: var(--ink);
  padding: clamp(3.5rem, 7vw, 5.5rem) clamp(1.25rem, 5vw, 4.5rem) clamp(4.5rem, 8vw, 7rem);
  overflow: hidden;
}

.gazette.is-locked {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100svh;
  z-index: 1;
  margin: 0;
}

.gazette::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: rgba(255, 236, 210, 0.18);
}

.paper-fiber {
  display: none;
}

.paper-stain {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  border-radius: 50%;
  filter: blur(2px);
  mix-blend-mode: multiply;
}

.paper-stain-a {
  width: 18rem;
  height: 18rem;
  top: -4rem;
  right: -3rem;
  background: radial-gradient(circle, rgba(120, 72, 32, 0.12), transparent 68%);
}

.paper-stain-b {
  width: 14rem;
  height: 11rem;
  bottom: 8%;
  left: -3rem;
  background: radial-gradient(circle, rgba(90, 50, 22, 0.1), transparent 70%);
  transform: rotate(-18deg);
}

.gazette-mast {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-bottom: clamp(2.5rem, 5vw, 3.75rem);
}

.gazette-meta {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin: 0 0 0.65rem;
}

.gazette-rule {
  height: 1px;
  background: var(--ink);
  opacity: 0.55;
}

.gazette-rule-double {
  height: 3px;
  background: linear-gradient(to bottom, var(--ink) 1px, transparent 1px, transparent 2px, var(--ink) 2px);
  margin-top: 0.65rem;
  opacity: 0.5;
}

.gazette-title {
  font-family: var(--font-news);
  font-weight: 700;
  font-size: clamp(1.85rem, 5.6vw, 4.4rem);
  letter-spacing: 0.01em;
  line-height: 0.95;
  margin: 0.7rem 0 0.35rem;
  color: var(--ink);
  text-transform: uppercase;
}

.gazette-script {
  font-family: var(--font-script-soft);
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  color: var(--ink-soft);
  margin: 0 0 0.55rem;
  letter-spacing: 0.02em;
}

.gazette-grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 2.25rem 2.5rem;
}

@media (min-width: 900px) {
  .gazette-grid {
    grid-template-columns: 1.35fr 0.85fr 0.85fr;
    gap: 0 2.25rem;
  }

  .gazette-col {
    border-left: 1px solid var(--line-ink);
    padding-left: 1.75rem;
  }
}

.eyebrow {
  font-family: var(--font-display);
  font-size: 0.8rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ink);
  margin: 0 0 0.5rem;
  line-height: 1.4;
}

.gazette-lead h3,
.gazette-col h3 {
  font-family: var(--font-news);
  font-weight: 700;
  font-style: normal;
  color: var(--ink);
  line-height: 1.15;
  margin: 0 0 1rem;
  text-transform: uppercase;
}

.gazette-lead h3 {
  font-size: clamp(1.8rem, 3.2vw, 2.55rem);
}

.gazette-col h3 {
  font-size: clamp(1.25rem, 1.8vw, 1.45rem);
}

.gazette-lead-body,
.gazette-col p:not(.eyebrow) {
  font-family: var(--font-body);
  font-size: 1.18rem;
  line-height: 1.62;
  color: var(--ink-soft);
  text-align: justify;
  hyphens: auto;
}

.drop {
  float: left;
  font-family: var(--font-news);
  font-size: 4.4rem;
  line-height: 0.75;
  padding: 0.18rem 0.45rem 0 0;
  color: var(--ink);
  font-weight: 700;
}

.gazette-fig {
  margin: 1.15rem 0;
  border: none;
}

.gazette-fig img {
  width: 100%;
  border: none;
}

.gazette-fig figcaption {
  font-family: var(--font-fell);
  font-style: italic;
  font-size: 1.2rem;
  margin-top: 0.4rem;
  color: var(--ink-soft);
}

.pull {
  font-family: var(--font-script);
  font-size: 2rem;
  line-height: 1.25;
  color: var(--ink);
  border: none;
  margin: 1.4rem 0;
  padding: 0.4rem 0;
  text-align: center;
}

.pull::before,
.pull::after {
  content: "";
  display: block;
  height: 1px;
  background: var(--ink);
  opacity: 0.3;
  margin: 0.55rem auto;
  width: 40%;
}

.gazette-small {
  font-size: 1.24rem !important;
}

.colophon {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.55rem;
  margin: clamp(2.75rem, 5vw, 4rem) 0 0;
  padding-top: 1.15rem;
  border-top: 1px solid var(--line-ink);
  text-align: center;
  color: var(--ink-soft);
}

.colophon p {
  margin: 0;
}

.colophon-name {
  font-family: var(--font-news);
  font-weight: 700;
  font-style: normal;
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink);
  border-bottom: none;
  background-image: none;
  padding-bottom: 0;
}

.colophon-tag,
.colophon-line,
.colophon-copy,
.colophon-credit {
  font-family: var(--font-body);
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: var(--ink-soft);
}

.colophon-tag {
  font-style: normal;
  font-size: 0.86rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.colophon-line {
  font-size: 1.1rem;
  max-width: 28rem;
}

.colophon-copy {
  font-size: 0.92rem;
  opacity: 0.72;
}

.colophon-credit,
.work .colophon-credit,
.visit .colophon-credit,
.folio .colophon-credit,
.issue-sheet .colophon-credit {
  font-size: 1.1rem;
  margin-top: 0.35rem;
  color: #140c08;
  filter: none;
  mix-blend-mode: normal;
}

.colophon-credit a {
  font-family: var(--font-body);
  font-style: normal;
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #140c08;
  border-bottom: none;
  background-image: none;
  padding-bottom: 0;
  margin-left: 0.35em;
}

.colophon-credit a:hover {
  color: var(--ink);
}

.colophon-house,
.colophon-notices {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
  gap: 0.15rem 0.85rem;
  color: #140c08;
}

.colophon-house {
  margin: 0.95rem 0 0;
  padding-top: 0.9rem;
  border-top: 1px solid var(--line-ink);
}

.colophon-notices {
  margin: 0.2rem 0 0;
}

.colophon-house .pencil,
.colophon-notices .pencil,
.wanting-also .pencil {
  color: #140c08;
  padding: 0.12rem 0.04rem 0.42rem;
}

.colophon-house .pencil span,
.colophon-notices .pencil span,
.wanting-also .pencil span {
  font-family: var(--font-display);
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #140c08;
  filter: none;
}

.colophon-house .pencil-stroke path,
.colophon-notices .pencil-stroke path,
.wanting-also .pencil-stroke path {
  stroke: #140c08;
  opacity: 0;
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  transition: stroke-dashoffset 0.7s var(--ease), opacity 0.35s;
}

.colophon-house .pencil:hover .pencil-stroke path,
.colophon-notices .pencil:hover .pencil-stroke path,
.wanting-also .pencil:hover .pencil-stroke path {
  opacity: 0.92;
  stroke-dashoffset: 0;
}

.colophon-house .pencil:hover .pass-2,
.colophon-notices .pencil:hover .pass-2,
.wanting-also .pencil:hover .pass-2 {
  opacity: 0.7;
}

.colophon-house span[aria-hidden],
.colophon-notices span[aria-hidden],
.wanting-also span[aria-hidden] {
  font-family: var(--font-display);
  font-size: 0.7rem;
  letter-spacing: 0;
  color: #140c08;
  opacity: 0.35;
}

.gazette a.pencil {
  border-bottom: none;
  background-image: none;
  padding-bottom: 0;
}

/* ——— The Work (new) ——— */
.work {
  position: relative;
  isolation: isolate;
  min-height: 100svh;
  background-color: var(--paper);
  background-image: var(--paper-tooth);
  background-size: var(--paper-grain) auto;
  background-repeat: repeat;
  background-blend-mode: soft-light;
  color: var(--ink);
  padding: clamp(3.5rem, 7vw, 5.5rem) clamp(1.25rem, 5vw, 4.5rem) clamp(4.5rem, 8vw, 7rem);
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
}

.work::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: rgba(255, 236, 210, 0.18);
}

.work::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
  background-image: var(--paper-tooth);
  background-size: var(--paper-grain) auto;
  mix-blend-mode: multiply;
  opacity: 0.58;
}

.work-mast,
.work-grid,
.work-plate,
.work-invite,
.work .colophon {
  position: relative;
  z-index: 1;
}

.work-mast {
  text-align: center;
  margin-bottom: clamp(2.5rem, 5vw, 3.75rem);
}

.work-mast > .eyebrow {
  margin-bottom: 0.65rem;
}

.work-rule {
  height: 1px;
  background: var(--ink);
  opacity: 0.55;
}

.work-rule-double {
  height: 3px;
  background: linear-gradient(to bottom, var(--ink) 1px, transparent 1px, transparent 2px, var(--ink) 2px);
  margin-top: 0.65rem;
  opacity: 0.5;
}

.work-title {
  font-family: var(--font-news);
  font-weight: 700;
  font-size: clamp(2.4rem, 7vw, 5.4rem);
  letter-spacing: 0.02em;
  line-height: 0.95;
  margin: 0.7rem 0 0.35rem;
  color: var(--ink);
  text-transform: uppercase;
}

.work-script {
  font-family: var(--font-script-soft);
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  color: var(--ink-soft);
  margin: 0 0 0.55rem;
  letter-spacing: 0.02em;
}

.work-grid {
  display: grid;
  gap: 2rem 2.25rem;
}

@media (min-width: 900px) {
  .work-grid {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0 2.25rem;
  }

  .work-item + .work-item {
    border-left: 1px solid var(--line-ink);
    padding-left: 1.75rem;
  }
}

.work-item h3 {
  font-family: var(--font-news);
  font-weight: 700;
  font-style: normal;
  font-size: 1.35rem;
  line-height: 1.15;
  color: var(--ink);
  margin: 0 0 0.85rem;
  text-transform: uppercase;
}

.work-item p:not(.eyebrow) {
  font-family: var(--font-body);
  font-style: normal;
  font-size: 1.18rem;
  line-height: 1.62;
  color: var(--ink-soft);
  text-align: justify;
  hyphens: auto;
  margin: 0;
}

.work-plate {
  margin: clamp(2.5rem, 5vw, 3.75rem) 0;
}

.work-plate img {
  width: 100%;
  max-height: 42vh;
  object-fit: cover;
  object-position: center 40%;
  border: none;
}

.work-plate figcaption {
  font-family: var(--font-fell);
  font-style: italic;
  font-size: 1.2rem;
  margin-top: 0.4rem;
  color: var(--ink-soft);
}

.work-invite {
  text-align: center;
  max-width: 38rem;
  margin: 0 auto;
  padding-top: 0.5rem;
}

.work-invite h3 {
  font-family: var(--font-news);
  font-weight: 700;
  font-style: normal;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  color: var(--ink);
  margin: 0 0 1rem;
  text-transform: uppercase;
}

.work-invite p {
  font-family: var(--font-body);
  font-size: 1.18rem;
  line-height: 1.62;
  color: var(--ink-soft);
  margin: 0 0 1rem;
}

.work-invite-meta {
  font-family: var(--font-fell);
  font-style: italic;
  font-size: 1.2rem !important;
}

.work-invite .pencil {
  margin-top: 0.35rem;
  transform: rotate(-1.2deg);
}

.work-title,
.work-script,
.work .eyebrow,
.work-item h3,
.work-item p,
.work-invite h3,
.work-invite p,
.work-plate figcaption,
.work .colophon-name,
.work .colophon-tag,
.work .colophon-line,
.work .colophon-copy,
.work .colophon-credit {
  mix-blend-mode: multiply;
}

.work a.pencil {
  border-bottom: none;
}

.work .colophon a {
  border-bottom: none;
}

/* ——— The Visit (inside page) ——— */
.visit {
  position: relative;
  isolation: isolate;
  min-height: 100svh;
  background-color: var(--paper);
  background-image: var(--paper-tooth);
  background-size: var(--paper-grain) auto;
  background-repeat: repeat;
  background-blend-mode: soft-light;
  color: var(--ink);
  padding: clamp(3.5rem, 7vw, 5.5rem) clamp(1.25rem, 5vw, 4.5rem) clamp(4.5rem, 8vw, 7rem);
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
}

.visit::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: rgba(255, 236, 210, 0.18);
}

.visit::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
  background-image: var(--paper-tooth);
  background-size: var(--paper-grain) auto;
  mix-blend-mode: multiply;
  opacity: 0.58;
}

.visit-spread,
.visit .colophon {
  position: relative;
  z-index: 1;
}

.visit-spread {
  display: grid;
  gap: 2rem 2.25rem;
}

.visit-flag {
  align-self: end;
}

.visit-title {
  font-family: var(--font-news);
  font-weight: 700;
  font-size: clamp(3.2rem, 8vw, 6.4rem);
  letter-spacing: 0.01em;
  line-height: 0.82;
  margin: 0.2rem 0 0.15rem;
  color: var(--ink);
  text-transform: uppercase;
}

.visit-script {
  font-family: var(--font-script-soft);
  font-size: clamp(1.5rem, 2.6vw, 2.05rem);
  color: var(--ink-soft);
  margin: 0;
  letter-spacing: 0.02em;
}

.visit-cut {
  margin: 0;
}

.visit-cut img {
  width: 100%;
  height: 100%;
  min-height: 22rem;
  max-height: 72vh;
  object-fit: cover;
  object-position: 12% 38%;
  border: none;
}

.visit-cut figcaption {
  font-family: var(--font-fell);
  font-style: italic;
  font-size: 1.2rem;
  margin-top: 0.4rem;
  color: var(--ink-soft);
}

.visit-feature h3,
.visit-rail h3 {
  font-family: var(--font-news);
  font-weight: 700;
  font-style: normal;
  font-size: clamp(1.35rem, 2.2vw, 1.85rem);
  line-height: 1.15;
  color: var(--ink);
  margin: 0 0 0.85rem;
  text-transform: uppercase;
}

.visit-feature p:not(.eyebrow),
.visit-rail p:not(.eyebrow) {
  font-family: var(--font-body);
  font-style: normal;
  font-size: 1.18rem;
  line-height: 1.62;
  color: var(--ink-soft);
  text-align: justify;
  hyphens: auto;
  margin: 0 0 1rem;
}

.visit-feature p:not(.eyebrow):last-child {
  margin-bottom: 0;
}

.visit-rail-meta {
  font-family: var(--font-fell) !important;
  font-style: italic !important;
  font-size: 1.2rem !important;
  text-align: left !important;
  margin: 0 0 1.75rem !important;
}

.visit-note {
  padding-top: 0.35rem;
}

.visit-note .pencil {
  margin-top: 0.15rem;
  transform: rotate(-1.2deg);
}

.visit a.pencil {
  border-bottom: none;
}

@media (min-width: 960px) {
  .visit-spread {
    grid-template-columns: minmax(20rem, 1.2fr) minmax(0, 1.1fr) minmax(13rem, 0.82fr);
    grid-template-rows: auto 1fr;
    column-gap: 2.35rem;
    row-gap: 1.75rem;
    align-items: start;
  }

  .visit-cut {
    grid-column: 1;
    grid-row: 1 / -1;
    height: 100%;
  }

  .visit-cut img {
    max-height: none;
    min-height: 36rem;
  }

  .visit-flag {
    grid-column: 2 / -1;
    grid-row: 1;
    padding-bottom: 0.35rem;
  }

  .visit-feature {
    grid-column: 2;
    grid-row: 2;
  }

  .visit-rail {
    grid-column: 3;
    grid-row: 2;
    border-left: 1px solid var(--line-ink);
    padding-left: 1.75rem;
  }
}

.visit-title,
.visit-script,
.visit .eyebrow,
.visit-feature h3,
.visit-feature p,
.visit-rail h3,
.visit-rail p,
.visit-cut figcaption,
.visit .colophon-name,
.visit .colophon-tag,
.visit .colophon-line,
.visit .colophon-copy,
.visit .colophon-credit {
  mix-blend-mode: multiply;
}

.visit .colophon a {
  border-bottom: none;
}

/* ——— The Morning (the hour) ——— */
.hour {
  position: relative;
  isolation: isolate;
  min-height: 100svh;
  background-color: var(--paper);
  background-image: var(--paper-tooth);
  background-size: var(--paper-grain) auto;
  background-repeat: repeat;
  background-blend-mode: soft-light;
  color: var(--ink);
  padding: clamp(3.5rem, 7vw, 5.5rem) clamp(1.25rem, 5vw, 4.5rem) clamp(4.5rem, 8vw, 7rem);
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
}

.hour::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: rgba(255, 236, 210, 0.18);
}

.hour::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
  background-image: var(--paper-tooth);
  background-size: var(--paper-grain) auto;
  mix-blend-mode: multiply;
  opacity: 0.58;
}

.hour-mast,
.hour-spread,
.hour-notes,
.hour-invite {
  position: relative;
  z-index: 1;
}

.hour-mast {
  margin-bottom: clamp(2rem, 4vw, 3.25rem);
}

.hour-title {
  font-family: var(--font-news);
  font-weight: 700;
  font-size: clamp(3.2rem, 8vw, 6.2rem);
  letter-spacing: 0.01em;
  line-height: 0.84;
  margin: 0.15rem 0 0.2rem;
  color: var(--ink);
  text-transform: uppercase;
}

.hour-script {
  font-family: var(--font-script-soft);
  font-size: clamp(1.5rem, 2.6vw, 2.05rem);
  color: var(--ink-soft);
  margin: 0;
  letter-spacing: 0.02em;
}

.hour-spread {
  display: grid;
  gap: 2.25rem 2.5rem;
  align-items: start;
  margin-bottom: clamp(2.5rem, 5vw, 3.75rem);
}

.hour-order {
  list-style: none;
  margin: 0;
  padding: 0;
}

.hour-col .pencil {
  margin-top: 1.85rem;
  transform: rotate(-1.2deg);
  align-self: start;
}

.hour-order li + li {
  margin-top: 1.65rem;
}

.hour-order h3,
.hour-notes h3,
.hour-invite h3 {
  font-family: var(--font-news);
  font-weight: 700;
  font-style: normal;
  font-size: clamp(1.35rem, 2.2vw, 1.85rem);
  line-height: 1.15;
  color: var(--ink);
  margin: 0 0 0.75rem;
  text-transform: uppercase;
}

.hour-order p:not(.eyebrow),
.hour-notes p:not(.eyebrow) {
  font-family: var(--font-body);
  font-style: normal;
  font-size: 1.18rem;
  line-height: 1.62;
  color: var(--ink-soft);
  text-align: justify;
  hyphens: auto;
  margin: 0;
}

.hour-cut {
  margin: 0;
}

.hour-cut img {
  width: 100%;
  height: 100%;
  min-height: 22rem;
  max-height: 56vh;
  object-fit: cover;
  object-position: center 40%;
  border: none;
}

.hour-cut figcaption {
  font-family: var(--font-fell);
  font-style: italic;
  font-size: 1.2rem;
  margin-top: 0.4rem;
  color: var(--ink-soft);
}

.hour-notes {
  display: grid;
  gap: 1.75rem 2.25rem;
  margin-bottom: clamp(2.5rem, 5vw, 3.5rem);
}

.hour-invite {
  text-align: center;
  max-width: 38rem;
  margin: 0 auto;
}

.hour-invite h3 {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  margin-bottom: 1rem;
}

.hour-invite p {
  font-family: var(--font-body);
  font-size: 1.18rem;
  line-height: 1.62;
  color: var(--ink-soft);
  margin: 0 0 1rem;
}

.hour-invite-meta {
  font-family: var(--font-fell);
  font-style: italic;
  font-size: 1.2rem !important;
}

.hour-invite .pencil {
  margin-top: 0.35rem;
  transform: rotate(-1.2deg);
}

.hour a.pencil {
  border-bottom: none;
}

.hour-title,
.hour-script,
.hour .eyebrow,
.hour-order h3,
.hour-order p,
.hour-notes h3,
.hour-notes p,
.hour-invite h3,
.hour-invite p,
.hour-cut figcaption {
  mix-blend-mode: multiply;
}

@media (min-width: 960px) {
  .hour-spread {
    grid-template-columns: minmax(0, 1.05fr) minmax(16rem, 0.9fr);
    align-items: stretch;
  }

  .hour-cut {
    height: 100%;
  }

  .hour-cut img {
    max-height: none;
    min-height: 28rem;
  }

  .hour-notes {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0 2.25rem;
  }
}

/* ——— The Plates (rotogravure folio) ——— */
.folio {
  position: relative;
  isolation: isolate;
  min-height: 100svh;
  background-color: var(--paper);
  background-image: var(--paper-tooth);
  background-size: var(--paper-grain) auto;
  background-repeat: repeat;
  background-blend-mode: soft-light;
  color: var(--ink);
  padding: clamp(3.5rem, 7vw, 5.5rem) clamp(1.25rem, 5vw, 4.5rem) clamp(3.5rem, 6vw, 5.5rem);
  overflow: visible;
  -webkit-font-smoothing: antialiased;
}

.folio::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: rgba(255, 236, 210, 0.18);
}

.folio::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
  background-image: var(--paper-tooth);
  background-size: var(--paper-grain) auto;
  mix-blend-mode: multiply;
  opacity: 0.58;
}

.folio-flag,
.folio-grid,
.folio .hour-invite,
.folio .colophon {
  position: relative;
  z-index: 1;
}

.folio .hour-invite {
  margin-top: clamp(2.25rem, 4.5vw, 3.75rem);
}

.folio-flag {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  gap: 0.75rem 2rem;
  margin-bottom: clamp(1.75rem, 3.5vw, 2.6rem);
}

.folio-title {
  font-family: var(--font-news);
  font-weight: 700;
  font-size: clamp(2.8rem, 6.5vw, 5.2rem);
  letter-spacing: 0.01em;
  line-height: 0.86;
  margin: 0.15rem 0 0;
  color: var(--ink);
  text-transform: uppercase;
}

.folio-script {
  font-family: var(--font-script-soft);
  font-size: clamp(1.45rem, 2.4vw, 1.95rem);
  color: var(--ink-soft);
  margin: 0 0 0.2rem;
  letter-spacing: 0.02em;
}

.folio-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.95rem 1.05rem;
  align-items: start;
  overflow: visible;
}

.folio-hero {
  grid-column: 1 / -1;
  margin: 0;
  position: relative;
  z-index: 1;
}

.folio-slot,
.folio-proof-slot {
  position: relative;
  display: block;
}

.folio-slot {
  aspect-ratio: 4 / 5;
}

.folio-proof-slot {
  aspect-ratio: 1;
}

.folio-stage,
.folio-proof-stage {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  background: var(--paper-deep);
  transform: translate(-50%, -50%);
  transition:
    width 820ms var(--ease),
    height 820ms var(--ease);
}

.folio-stage img,
.folio-proof-stage img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.folio-hero figcaption,
.folio-proof figcaption {
  font-family: var(--font-fell);
  font-style: italic;
  font-size: 1.2rem;
  margin-top: 0.45rem;
  color: var(--ink-soft);
}

.folio-proof {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  margin: 0;
}

@media (hover: hover) and (pointer: fine) {
  .folio-proof:hover {
    z-index: 6;
  }

  .folio-proof:hover .folio-proof-stage {
    width: 100%;
    height: calc(100% + 4.85rem);
    z-index: 7;
  }
}

.folio-title,
.folio-script,
.folio .eyebrow,
.folio-hero figcaption,
.folio-proof figcaption,
.folio .colophon-name,
.folio .colophon-tag,
.folio .colophon-line,
.folio .colophon-copy,
.folio .colophon-credit {
  mix-blend-mode: multiply;
}

.folio .colophon a {
  border-bottom: none;
}

@media (min-width: 900px) {
  .folio-grid {
    grid-template-columns: 1.35fr 1.35fr 1fr 1fr;
    grid-template-rows: auto auto auto;
    column-gap: 1.15rem;
    row-gap: 1.05rem;
  }

  .folio-hero {
    grid-column: 1 / 3;
    grid-row: 1 / 3;
  }

  .folio-slot {
    min-height: 28rem;
    height: 100%;
  }
}

/* ——— Dispatch (newspaper article page) ——— */
.issue {
  padding:
    calc(0.85rem * var(--issue-inset))
    calc(clamp(0.85rem, 2.5vw, 1.75rem) * var(--issue-inset))
    calc(1.25rem * var(--issue-inset));
}

.issue-sheet {
  position: relative;
  isolation: isolate;
  min-height: calc(100svh - var(--header-h) - (2.1rem * var(--issue-inset)));
  padding: clamp(2rem, 4.2vw, 3.35rem) clamp(1.6rem, 5.5vw, 4.25rem) clamp(2.5rem, 4.5vw, 4rem);
  background-color: var(--paper);
  background-image: var(--paper-tooth);
  background-size: var(--paper-grain) auto;
  background-repeat: repeat;
  background-blend-mode: soft-light;
  color: var(--ink);
  box-shadow:
    0 calc(18px * var(--issue-inset)) calc(48px * var(--issue-inset)) rgba(46, 22, 8, calc(0.2 * var(--issue-inset))),
    0 calc(4px * var(--issue-inset)) calc(18px * var(--issue-inset)) rgba(46, 22, 8, calc(0.1 * var(--issue-inset)));
  -webkit-font-smoothing: antialiased;
  overflow: hidden;
  transform: translateZ(0);
}

.issue-sheet:has([data-years]) {
  overflow-x: visible;
  overflow-y: visible;
  transform: none;
  background-attachment: fixed;
}

.issue-sheet:has([data-years])::after {
  background-attachment: fixed;
}

.issue:has([data-years]) {
  overflow-x: clip;
}

body.is-issue-page:has([data-years]) {
  overflow-x: clip;
}

.issue-sheet::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: rgba(255, 236, 210, 0.18);
}

.issue-sheet::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
  background-image: var(--paper-tooth);
  background-size: var(--paper-grain) auto;
  mix-blend-mode: multiply;
  opacity: 0.58;
}

.issue-kicker,
.issue-head,
.house-nav,
.grounds-body,
.annals,
.annals-chronicle,
.issue-copy,
.notice-copy,
.issue-sheet .grounds-invite,
.issue-sheet .colophon {
  position: relative;
  z-index: 1;
}

.issue-kicker {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.35rem 1.5rem;
  margin: 0 0 0.75rem;
}

.issue-head {
  margin: 0 0 2.5rem;
}

.issue-title {
  font-family: var(--font-news);
  font-weight: 700;
  font-size: clamp(2.6rem, 6.4vw, 5.4rem);
  letter-spacing: 0.01em;
  line-height: 0.9;
  margin: 0 0 0.75rem;
  color: var(--ink);
  text-transform: uppercase;
}

.issue-script {
  font-family: var(--font-script-soft);
  font-size: clamp(1.28rem, 2vw, 1.7rem);
  color: var(--ink-soft);
  margin: 0 0 0.7rem;
  letter-spacing: 0.02em;
}

.issue-byline {
  font-family: var(--font-fell);
  font-style: italic;
  font-size: 1.12rem;
  color: var(--ink-soft);
  margin: 0;
}

.issue-copy {
  columns: 1;
  column-gap: 1.85rem;
  column-rule: none;
  column-fill: balance;
}

.issue-copy p {
  font-family: var(--font-body);
  font-style: normal;
  font-size: 1.14rem;
  line-height: 1.52;
  color: var(--ink-soft);
  text-align: justify;
  hyphens: auto;
  margin: 0;
  text-indent: 1.15em;
}

.issue-copy p:first-of-type {
  text-indent: 0;
}

.issue-copy .drop {
  font-size: 3.15rem;
  line-height: 0.72;
  padding: 0.1rem 0.38rem 0 0;
}

.issue-copy h2 {
  font-family: var(--font-news);
  font-weight: 700;
  font-style: normal;
  font-size: 1.1rem;
  letter-spacing: 0.04em;
  line-height: 1.2;
  text-transform: uppercase;
  color: var(--ink);
  margin: 0.95rem 0 0.4rem;
  text-indent: 0;
  break-after: avoid;
}

.issue-cut {
  margin: 0.75rem 0 0.9rem;
  break-inside: avoid;
}

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

.issue-cut figcaption {
  font-family: var(--font-fell);
  font-style: italic;
  font-size: 1.2rem;
  margin-top: 0.35rem;
  color: var(--ink-soft);
}

.issue-title,
.issue-script,
.issue-byline,
.issue-kicker,
.issue .eyebrow,
.issue-copy p,
.issue-copy h2,
.issue-copy .drop,
.issue-cut figcaption,
.issue-sheet .colophon-name,
.issue-sheet .colophon-tag,
.issue-sheet .colophon-line,
.issue-sheet .colophon-copy,
.issue-sheet .colophon-credit {
  mix-blend-mode: multiply;
}

.issue-sheet .colophon a {
  border-bottom: none;
  background-image: none;
  padding-bottom: 0;
}

.notice-copy {
  max-width: 44rem;
  margin: 0 auto;
}

.notice-copy p,
.notice-copy li {
  font-family: var(--font-body);
  font-style: normal;
  font-size: 1.18rem;
  line-height: 1.62;
  color: var(--ink-soft);
  text-align: justify;
  hyphens: auto;
}

.notice-copy p {
  margin: 0 0 0.9rem;
}

.notice-copy p:first-of-type {
  text-indent: 0;
}

.notice-copy .drop {
  font-size: 3.15rem;
  line-height: 0.72;
  padding: 0.1rem 0.38rem 0 0;
}

.notice-copy h2 {
  font-family: var(--font-news);
  font-weight: 700;
  font-style: normal;
  font-size: 1.16rem;
  letter-spacing: 0.04em;
  line-height: 1.2;
  text-transform: uppercase;
  color: var(--ink);
  margin: 1.6rem 0 0.7rem;
}

.notice-copy ul {
  margin: 0 0 0.9rem;
  padding: 0 0 0 1.15rem;
}

.notice-copy li {
  margin: 0 0 0.4rem;
  text-align: left;
}

.notice-copy a {
  color: inherit;
}

.notice-copy a:hover {
  color: var(--ink);
}

.notice-copy,
.notice-copy p,
.notice-copy li,
.notice-copy h2,
.notice-copy .drop {
  mix-blend-mode: multiply;
}

@media (min-width: 720px) {
  .issue-copy {
    columns: 2;
  }
}

@media (min-width: 1100px) {
  .issue-copy {
    columns: 4;
  }
}

/* ——— The Annals (dispatch as newspaper history) ——— */
.annals-mast {
  text-align: center;
  padding: 1.15rem 0 1.45rem;
  margin: 0 0 3rem;
  border-top: 1px solid var(--line-ink);
  border-bottom: 1px solid var(--line-ink);
}

.annals-mast .issue-title {
  font-size: clamp(2.4rem, 6vw, 4.6rem);
}

.annals-mast .issue-byline {
  margin-bottom: 0;
}

.annals {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 4.25rem;
}

.annals p:not(.eyebrow):not(.annals-year):not(.annals-slide-year) {
  font-family: var(--font-body);
  font-style: normal;
  font-size: 1.2rem;
  line-height: 1.78;
  color: var(--ink-soft);
  text-align: justify;
  hyphens: auto;
  margin: 0 0 1.15rem;
  mix-blend-mode: multiply;
  filter: url(#type-ink-fine);
}

.annals p:not(.eyebrow):not(.annals-year):not(.annals-slide-year):last-child {
  margin-bottom: 0;
}

.annals .drop {
  font-size: 3.35rem;
  line-height: 0.72;
  padding: 0.1rem 0.38rem 0 0;
  mix-blend-mode: multiply;
  filter: url(#type-ink);
}

.annals-spread,
.annals-lead,
.annals-rail,
.annals-era,
.annals-note,
.annals-close {
  min-width: 0;
}

.annals-lead {
  max-width: 46rem;
  margin: 0 auto;
}

.annals p.annals-dek:not(.eyebrow):not(.annals-year):not(.annals-slide-year) {
  max-width: 36rem;
  margin: 0 auto 2.15rem;
  font-size: 1.24rem;
  line-height: 1.68;
  text-align: justify;
}

.annals-copy {
  columns: 1;
  column-gap: 2.15rem;
  column-fill: balance;
}

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

.annals .annals-copy p:not(.eyebrow):not(.annals-year):not(.annals-slide-year) {
  font-size: 1.12rem;
  line-height: 1.68;
  text-align: justify;
  margin: 0 0 0.75rem;
  orphans: 3;
  widows: 3;
}

.annals-spread {
  display: grid;
  gap: 2.75rem;
}

.annals-rail {
  padding: 0.35rem 0 0;
}

.annals-rail .eyebrow {
  margin: 0 0 1.45rem;
  color: var(--stamp);
  filter: url(#type-ink-fine);
  mix-blend-mode: multiply;
}

.annals-year {
  display: grid;
  grid-template-columns: 3.85rem 1fr;
  gap: 0.35rem 1rem;
  padding: 1.15rem 0;
  border-top: 1px solid var(--line-ink);
}

.annals-year:last-child {
  border-bottom: 1px solid var(--line-ink);
}

.annals-year strong {
  font-family: var(--font-display);
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink);
  padding-top: 0.22rem;
  filter: url(#type-ink-fine);
  mix-blend-mode: multiply;
}

.annals-year span {
  font-family: var(--font-fell);
  font-style: italic;
  font-size: 1.16rem;
  line-height: 1.45;
  color: var(--ink-soft);
  mix-blend-mode: multiply;
  filter: url(#type-ink-fine);
}

.annals .hed {
  margin: 0 0 1.75rem;
}

.annals .hed .eyebrow {
  color: var(--stamp);
  margin: 0 0 0.28rem;
  filter: url(#type-ink-fine);
  mix-blend-mode: multiply;
}

.annals h2 {
  font-family: var(--font-news);
  font-weight: 700;
  font-style: normal;
  font-size: clamp(1.42rem, 2.1vw, 1.72rem);
  letter-spacing: 0.035em;
  line-height: 1.18;
  text-transform: uppercase;
  color: var(--ink);
  margin: 0;
  filter: url(#type-ink);
  mix-blend-mode: multiply;
}

.annals .annals-copy h2 {
  font-size: 0.92rem;
  letter-spacing: 0.1em;
  line-height: 1.3;
  margin: 1.15rem 0 0.5rem;
  break-after: avoid;
  break-inside: avoid;
}

.annals-pull {
  margin: 0;
  padding: 0.35rem 0 0;
  max-width: 46rem;
}

.annals-pull p {
  font-family: var(--font-fell);
  font-style: italic;
  font-size: clamp(1.45rem, 2.6vw, 2rem);
  line-height: 1.32;
  text-align: left;
  color: var(--ink);
  margin: 0;
  filter: url(#type-ink);
  mix-blend-mode: multiply;
}

.annals-cut {
  margin: 0;
}

.annals-cut img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.annals-cut figcaption,
.annals-era .annals-cut figcaption {
  font-family: var(--font-fell);
  font-style: italic;
  font-size: 1.16rem;
  margin-top: 0.45rem;
  color: var(--ink-soft);
  mix-blend-mode: multiply;
  filter: url(#type-ink-fine);
}

.annals-era .annals-cut {
  margin: 0 0 1.75rem;
}

.annals-era .annals-cut img {
  aspect-ratio: 5 / 4;
}

.annals-eras {
  display: grid;
  gap: 3.5rem 0;
}

.annals-chronicle {
  position: relative;
  z-index: 5;
  margin: 1rem 0 0;
  overflow: visible;
  max-width: none;
}

.annals-chronicle-pin {
  position: sticky;
  top: 0;
  height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.15rem;
  overflow: hidden;
  isolation: isolate;
  min-width: 0;
  margin-inline: calc(-1 * clamp(1.6rem, 5.5vw, 4.25rem));
  padding: 1.25rem clamp(1.6rem, 5.5vw, 4.25rem) 1.5rem;
  background-color: var(--paper);
  background-image: var(--paper-tooth);
  background-size: var(--paper-grain) auto;
  background-repeat: repeat;
  background-blend-mode: soft-light;
  background-attachment: fixed;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.annals-chronicle-pin::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: rgba(255, 236, 210, 0.18);
}

.annals-chronicle-pin::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background-image: var(--paper-tooth);
  background-size: var(--paper-grain) auto;
  background-attachment: fixed;
  mix-blend-mode: multiply;
  opacity: 0.58;
}

.annals-chronicle-pin > * {
  position: relative;
  z-index: 1;
}

.annals-chronicle-pin::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.annals-chronicle-kicker {
  margin: 0;
  text-align: center;
  color: var(--stamp);
}

.annals-chronicle-viewport {
  overflow: hidden;
  min-width: 0;
  min-height: 0;
  width: 100%;
  max-width: 100%;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.annals-chronicle-viewport::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.annals-chronicle-track {
  display: flex;
  will-change: transform;
}

.annals-slide {
  flex: 0 0 100%;
  width: 100%;
  display: grid;
  gap: 1.5rem 2.75rem;
  align-items: center;
  padding: 0 0.15rem;
  min-width: 0;
}

.annals-slide .grounds-cut {
  margin: 0;
}

.annals-slide .grounds-cut img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  max-height: 58svh;
}

.annals-slide-year {
  font-family: var(--font-news);
  font-weight: 700;
  font-size: clamp(2.8rem, 8vw, 5.4rem);
  line-height: 0.85;
  letter-spacing: 0.02em;
  color: var(--ink);
  margin: 0.15rem 0 0.65rem;
  filter: url(#type-ink);
  mix-blend-mode: multiply;
}

.annals-slide h2 {
  font-size: clamp(1.35rem, 2.2vw, 1.7rem);
  margin: 0 0 0.85rem;
}

.annals-slide-copy p:not(.eyebrow):not(.annals-slide-year) {
  text-align: left;
  max-width: 28rem;
}

.annals-chronicle-index {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.35rem 1.15rem;
  margin: 0;
  padding: 0.35rem 0 0;
  list-style: none;
}

.annals-chronicle-index li {
  font-family: var(--font-display);
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--stamp);
  opacity: 0.45;
  transition: opacity 0.35s var(--ease), color 0.35s var(--ease);
}

.annals-chronicle-index li.is-current {
  color: var(--ink);
  opacity: 1;
}

@media (min-width: 900px) {
  .annals-slide {
    grid-template-columns: 1.2fr 0.8fr;
    gap: 0 3.25rem;
  }

  .annals-slide .grounds-cut img {
    aspect-ratio: 5 / 4;
    max-height: min(62svh, 36rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  .annals-chronicle {
    height: auto !important;
  }

  .annals-chronicle-pin {
    position: relative;
    height: auto;
    overflow: visible;
  }

  .annals-chronicle-track {
    display: flex;
    flex-direction: column;
    gap: 4rem;
    transform: none !important;
  }

  .annals-slide {
    flex-basis: auto;
  }
}

.annals-note {
  max-width: 42rem;
  margin: 0 auto;
  text-align: center;
  padding: 0;
}

.annals-note p {
  text-align: center;
}

.annals-archive {
  max-width: 22rem;
  margin: 0 auto;
}

.annals-archive img {
  aspect-ratio: 4 / 5;
}

.annals-close {
  text-align: center;
  max-width: 36rem;
  margin: 0 auto;
  padding-top: 0;
}

.annals-close p {
  text-align: center;
}

.annals-close .pencil {
  margin-top: 1.15rem;
}

@media (min-width: 780px) {
  .annals-lead {
    max-width: 52rem;
  }

  .annals-copy {
    columns: 2;
  }
}

@media (min-width: 900px) {
  .annals-spread {
    grid-template-columns: minmax(0, 1.55fr) minmax(15rem, 0.72fr);
    column-gap: 3.5rem;
    align-items: start;
  }

  .annals-rail {
    border-left: none;
    padding-left: 0;
    margin-left: 0;
  }

  .annals-eras {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0 3.5rem;
  }

  .annals-era,
  .annals-era:first-child,
  .annals-era:last-child {
    padding: 0;
  }

  .annals-era + .annals-era {
    border: none;
    padding-left: 0;
  }
}

/* ——— Wanting (404) ——— */
.wanting-sheet {
  display: flex;
  flex-direction: column;
  min-height: calc(100svh - var(--header-h) - (2.1rem * var(--issue-inset)));
}

.wanting-spread,
.wanting-sheet .issue-kicker {
  position: relative;
  z-index: 1;
}

.wanting-spread {
  flex: 1;
  display: grid;
  gap: 2.25rem 3rem;
  align-items: center;
  padding: 0.35rem 0 0.5rem;
}

.wanting-plate {
  margin: 0;
  position: relative;
  container-type: size;
}

.wanting-plate img {
  width: 100%;
  height: 100%;
  min-height: 18rem;
  max-height: 52vh;
  object-fit: cover;
  object-position: center 58%;
  opacity: 0.92;
}

.wanting-mark {
  grid-area: photo;
  z-index: 2;
  align-self: end;
  justify-self: stretch;
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: var(--font-news);
  font-weight: 700;
  font-size: min(72vw, 48vh);
  line-height: 0.55;
  letter-spacing: -0.1em;
  color: var(--paper);
  mix-blend-mode: overlay;
  filter: url(#type-ink);
  pointer-events: none;
  user-select: none;
}

.wanting-plate figcaption {
  font-family: var(--font-fell);
  font-style: italic;
  font-size: 1.2rem;
  margin-top: 0.4rem;
  color: var(--ink-soft);
}

.wanting-col {
  position: relative;
  max-width: 32rem;
}

.wanting-col .eyebrow {
  margin-bottom: 0.85rem;
  color: var(--stamp);
  filter: url(#type-ink-fine);
}

.wanting-title {
  position: relative;
  z-index: 1;
  font-family: var(--font-news);
  font-weight: 700;
  font-size: clamp(2.6rem, 6.2vw, 5.2rem);
  letter-spacing: 0.01em;
  line-height: 0.88;
  margin: 0 0 0.45rem;
  color: var(--ink);
  text-transform: uppercase;
}

.wanting-title span {
  display: block;
}

.wanting-script {
  position: relative;
  z-index: 1;
  font-family: var(--font-script-soft);
  font-size: clamp(1.55rem, 2.6vw, 2.15rem);
  color: var(--ink-soft);
  margin: 0 0 1.2rem;
  letter-spacing: 0.02em;
}

.wanting-blurb {
  position: relative;
  z-index: 1;
  font-family: var(--font-body);
  font-style: normal;
  font-size: 1.2rem;
  line-height: 1.62;
  color: var(--ink-soft);
  text-align: left;
  hyphens: auto;
  max-width: 28rem;
  margin: 0 0 1.5rem;
}

.wanting-actions {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 1.6rem;
  margin: 0 0 1.75rem;
}

.wanting-also {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.15rem 0.85rem;
  margin: 0;
  color: #140c08;
}

.wanting-title,
.wanting-script,
.wanting-blurb,
.wanting-plate figcaption,
.wanting-sheet .eyebrow {
  mix-blend-mode: multiply;
}

@media (min-width: 960px) {
  .wanting-spread {
    grid-template-columns: minmax(18rem, 0.92fr) minmax(20rem, 1.08fr);
    grid-template-areas: "copy plate";
    column-gap: 3.5rem;
    align-items: center;
  }

  .wanting-col {
    grid-area: copy;
    max-width: none;
  }

  .wanting-plate {
    grid-area: plate;
    height: 100%;
  }

  .wanting-plate img {
    max-height: none;
    min-height: 34rem;
  }

  .wanting-mark {
    font-size: 78cqh;
  }
}

/* ——— The Grounds (venue page) ——— */
.house-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
  gap: 0.35rem 1.45rem;
  margin: 0 0 2.65rem;
  padding: 0.85rem 0 0.95rem;
  border-top: 1px solid var(--line-ink);
  border-bottom: 1px solid var(--line-ink);
}

.house-nav .pencil {
  color: #140c08;
  padding: 0.12rem 0.04rem 0.42rem;
  mix-blend-mode: normal;
  filter: none;
}

.house-nav .pencil span {
  font-family: var(--font-display);
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #140c08;
  filter: none;
  mix-blend-mode: normal;
}

.house-nav .pencil-stroke path {
  stroke: #140c08;
  opacity: 0;
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  transition: stroke-dashoffset 0.7s var(--ease), opacity 0.35s;
}

.house-nav .pencil:hover .pencil-stroke path,
.house-nav .pencil.is-current .pencil-stroke path,
.house-nav .pencil[aria-current="page"] .pencil-stroke path {
  opacity: 0.92;
  stroke-dashoffset: 0;
}

.house-nav .pencil:hover .pass-2,
.house-nav .pencil.is-current .pass-2,
.house-nav .pencil[aria-current="page"] .pass-2 {
  opacity: 0.7;
}

.grounds-body {
  position: relative;
  z-index: 1;
}

.grounds-lead {
  max-width: 42rem;
  margin: 0 auto 3.75rem;
}

.grounds-lead p,
.grounds-lands p:not(.eyebrow),
.grounds-split p:not(.eyebrow),
.grounds-invite p:not(.eyebrow) {
  font-family: var(--font-body);
  font-style: normal;
  font-size: 1.2rem;
  line-height: 1.78;
  color: var(--ink-soft);
  text-align: justify;
  hyphens: auto;
  margin: 0;
  mix-blend-mode: multiply;
}

.grounds-lead p {
  margin: 0 0 1.2rem;
}

.grounds-lead p:last-child {
  margin-bottom: 0;
}

.grounds-cover {
  margin: 0 0 4.25rem;
}

.grounds-cover img {
  width: 100%;
  height: min(42vh, 28rem);
  aspect-ratio: auto;
  object-fit: cover;
  object-position: center 42%;
}

.grounds-flag {
  text-align: center;
  margin: 4.5rem 0 2.85rem;
}

.grounds-cover + .grounds-flag {
  margin-top: 0;
}

.grounds-flag .eyebrow,
.grounds-invite .eyebrow {
  font-family: var(--font-display);
  font-size: 0.76rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--stamp);
  line-height: 1.4;
  text-align: inherit;
  hyphens: manual;
  filter: url(#type-ink-fine);
  mix-blend-mode: multiply;
}

.grounds-flag .eyebrow {
  margin-bottom: 0.85rem;
}

.hed {
  margin: 0 0 1.75rem;
}

.grounds-lands .hed .eyebrow,
.grounds-split .hed .eyebrow {
  font-family: var(--font-display);
  font-size: 0.76rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--stamp);
  margin: 0 0 0.28rem;
  line-height: 1.4;
  text-align: inherit;
  hyphens: manual;
  filter: url(#type-ink-fine);
  mix-blend-mode: multiply;
}

.grounds-title {
  font-family: var(--font-news);
  font-weight: 700;
  font-size: clamp(2.05rem, 4.6vw, 3.35rem);
  letter-spacing: 0.02em;
  line-height: 0.95;
  margin: 0 0 0.95rem;
  color: var(--ink);
  text-transform: uppercase;
  filter: url(#type-ink);
  mix-blend-mode: multiply;
}

.grounds-script {
  font-family: var(--font-script-soft);
  font-size: clamp(1.28rem, 2vw, 1.65rem);
  color: var(--ink-soft);
  margin: 0;
  letter-spacing: 0.02em;
  filter: url(#type-ink);
  mix-blend-mode: multiply;
}

.grounds-lands {
  display: grid;
  gap: 3.5rem 2.5rem;
  margin-bottom: 0;
}

.grounds-land-cut {
  margin: 0 0 2.15rem;
}

.grounds-land-cut img {
  width: 100%;
  height: auto;
  aspect-ratio: 5 / 4;
  object-fit: cover;
  object-position: center;
}

.grounds-lands h3,
.grounds-split h3 {
  font-family: var(--font-news);
  font-weight: 700;
  font-style: normal;
  font-size: clamp(1.48rem, 2.05vw, 1.78rem);
  letter-spacing: 0.03em;
  line-height: 1.14;
  color: var(--ink);
  margin: 0;
  text-transform: uppercase;
  filter: url(#type-ink);
  mix-blend-mode: multiply;
}

.grounds-invite h3 {
  font-family: var(--font-news);
  font-weight: 700;
  font-style: normal;
  font-size: 1.32rem;
  line-height: 1.15;
  color: var(--ink);
  margin: 0 0 0.75rem;
  text-transform: uppercase;
  mix-blend-mode: multiply;
}

.grounds-split {
  display: grid;
  gap: 3.5rem 2.5rem;
  margin: 4.75rem 0 0;
  padding-top: 0;
}

.grounds-almanac {
  width: 100%;
  border-collapse: separate;
  border-spacing: 1.25rem 0;
  table-layout: fixed;
  border: none;
  margin: 0;
  color: var(--ink);
  mix-blend-mode: multiply;
}

.grounds-almanac th,
.grounds-almanac td {
  border: none;
  text-align: center;
  vertical-align: top;
  padding: 0.75rem 0.2rem;
}

.grounds-almanac th {
  font-family: var(--font-display);
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 0.75rem 0.2rem 0.5rem;
  border-bottom: 1px solid var(--line-ink);
}

.grounds-almanac td {
  font-family: var(--font-fell);
  font-style: italic;
  font-size: 1.08rem;
  padding: 0.55rem 0.2rem 0.75rem;
}

.grounds-almanac .is-quiet {
  opacity: 0.42;
  pointer-events: none;
}

.grounds-tariff {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 3rem;
  color: var(--ink);
  mix-blend-mode: multiply;
}

.grounds-tariff th,
.grounds-tariff td {
  border: none;
  border-top: 1px solid var(--line-ink);
  padding: 1.15rem 0.35rem 1.15rem 0;
  text-align: left;
  vertical-align: top;
}

.grounds-tariff tbody tr:last-child td {
  border-bottom: 1px solid var(--line-ink);
}

.grounds-tariff td:last-child,
.grounds-tariff th:last-child {
  padding-left: 2.5rem;
}

.grounds-tariff th {
  font-family: var(--font-news);
  font-style: italic;
  font-weight: 400;
  font-size: 1.16rem;
}

.grounds-tariff td {
  font-family: var(--font-body);
  font-size: 1.18rem;
  color: var(--ink-soft);
}

.grounds-tariff td:last-child {
  font-family: var(--font-fell);
  font-style: italic;
}

.grounds-invite {
  text-align: center;
  max-width: 38rem;
  margin: 4.5rem auto 4.25rem;
}

.grounds-invite p {
  text-align: center;
  margin: 0 0 1rem;
}

.grounds-invite-meta {
  font-family: var(--font-fell) !important;
  font-style: italic;
  font-size: 1.2rem !important;
  text-align: center !important;
}

.grounds-invite .pencil {
  margin-top: 0.35rem;
  transform: rotate(-1.2deg);
}

.grounds a.pencil {
  border-bottom: none;
}

.grounds-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.15rem 1.2rem;
  margin: 0 0 0.5rem;
}

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

.grounds-cut figcaption {
  font-family: var(--font-fell);
  font-style: italic;
  font-size: 1.2rem;
  margin-top: 0.4rem;
  color: var(--ink-soft);
  mix-blend-mode: multiply;
}

.grounds-title,
.grounds-script,
.grounds-flag .eyebrow,
.grounds-lands h3,
.grounds-lands .hed .eyebrow,
.grounds-split h3,
.grounds-split .hed .eyebrow,
.grounds-invite h3,
.hed {
  mix-blend-mode: multiply;
}

@media (max-width: 799px) {
  .grounds-almanac {
    border-spacing: 0.45rem 0;
  }

  .grounds-almanac th,
  .grounds-almanac td {
    padding-left: 0.1rem;
    padding-right: 0.1rem;
  }

  .grounds-almanac td {
    font-size: 0.92rem;
  }
}

@media (min-width: 900px) {
  .grounds-lands {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0 3.5rem;
  }

  .grounds-lands article,
  .grounds-lands article:first-child,
  .grounds-lands article:last-child {
    padding: 0;
  }

  .grounds-lands article + article {
    border: none;
  }

  .grounds-split {
    grid-template-columns: 1fr 1fr;
    gap: 0 4rem;
  }

  .grounds-split article,
  .grounds-split article:first-child,
  .grounds-split article:last-child {
    padding: 0;
  }

  .grounds-split article + article {
    border: none;
  }

  .grounds-gallery {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
  }

  .hero-pin { height: auto; }
  .hero-sticky {
    position: relative;
    height: auto;
    overflow: visible;
    opacity: 1;
    mix-blend-mode: normal;
  }
  .hero-sheet { transform: none !important; }
  .gazette-reveal { height: auto !important; }
  .gazette.is-locked {
    position: relative;
    height: auto;
  }
  .loader { display: none; }
  body { cursor: auto; }
  .cursor { display: none; }
  .folio-stage,
  .folio-proof-stage {
    width: 100% !important;
    height: 100% !important;
    transition: none !important;
  }
}

/* ——— The Letter (reservations) ——— */
.letter-body {
  max-width: 40rem;
  margin: 0 auto;
}

.letter-body .grounds-lead {
  margin-bottom: 2.35rem;
}

.letter-meta {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.15rem 1.75rem;
  margin: 0 0 3rem;
  padding: 1.25rem 0 1.35rem;
  border: none;
}

.letter-meta::before,
.letter-meta::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 10px;
  pointer-events: none;
  background: var(--mark-rule) no-repeat center / 100% 100%;
  filter: url(#pencil-graphite);
  opacity: 0.72;
}

.letter-meta::before {
  top: 0;
}

.letter-meta::after {
  bottom: 0;
}

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

.letter-meta dt {
  font-family: var(--font-display);
  font-size: 0.76rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--ink) 68%, var(--olive));
  margin: 0 0 0.28rem;
  mix-blend-mode: multiply;
  filter: url(#type-ink-fine);
}

.letter-meta dd {
  font-family: var(--font-fell);
  font-style: italic;
  font-size: 1.16rem;
  color: var(--ink-soft);
  margin: 0;
  mix-blend-mode: multiply;
}

.letter-meta a {
  color: inherit;
}

.letter-form {
  display: flex;
  flex-direction: column;
  gap: 2.35rem;
  color-scheme: light;
}

.letter-honey {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.letter-block {
  margin: 0;
  padding: 0;
  border: none;
  min-width: 0;
}

.letter-block legend {
  font-family: var(--font-news);
  font-weight: 700;
  font-style: normal;
  font-size: 0.92rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink);
  margin: 0 0 1.05rem;
  padding: 0 0 0.45rem;
  filter: url(#type-ink);
  mix-blend-mode: multiply;
  background: var(--mark-rule) no-repeat 0 100% / 5.4rem 8px;
}

.letter-note {
  font-family: var(--font-fell);
  font-style: italic;
  font-size: 1.12rem;
  color: var(--ink-soft);
  margin: -0.35rem 0 1rem;
  mix-blend-mode: multiply;
}

.letter-grid {
  display: grid;
  gap: 1.15rem 1.5rem;
}

.letter-field {
  margin: 0;
  min-width: 0;
}

.letter-field--wide {
  grid-column: 1 / -1;
}

.letter-field label {
  display: block;
  font-family: var(--font-display);
  font-size: 0.76rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--ink) 68%, var(--olive));
  margin: 0 0 0.4rem;
  mix-blend-mode: multiply;
  filter: url(#type-ink-fine);
}

.letter-form input[type="text"],
.letter-form input[type="email"],
.letter-form input[type="tel"],
.letter-form input[type="date"],
.letter-form select,
.letter-form textarea {
  width: 100%;
  display: block;
  appearance: none;
  background-color: transparent;
  background-image: var(--mark-rule);
  background-repeat: no-repeat;
  background-position: left 100%;
  background-size: 100% 9px;
  border: none;
  border-radius: 0;
  padding: 0.4rem 0 0.62rem;
  font-family: var(--font-body);
  font-size: 1.2rem;
  line-height: 1.5;
  color: var(--ink);
  caret-color: var(--ink);
  box-shadow: none;
  mix-blend-mode: normal;
  filter: none;
}

.letter-form input:-webkit-autofill,
.letter-form input:-webkit-autofill:hover,
.letter-form input:-webkit-autofill:focus,
.letter-form textarea:-webkit-autofill,
.letter-form textarea:-webkit-autofill:hover,
.letter-form textarea:-webkit-autofill:focus {
  -webkit-text-fill-color: var(--ink);
  caret-color: var(--ink);
  box-shadow: 0 0 0 1000px var(--paper) inset;
  transition: background-color 50000s ease-out;
  font-family: var(--font-body);
}

.letter-form select {
  padding-right: 1.4rem;
}

.letter-form input[type="date"]::-webkit-calendar-picker-indicator,
.letter-form input[type="date"]::-webkit-inner-spin-button {
  display: none;
  -webkit-appearance: none;
}

.letter-pick {
  position: relative;
}

.letter-pick-native {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  border: 0 !important;
  opacity: 0 !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  pointer-events: none;
}

.letter-pick-btn {
  width: 100%;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem;
  appearance: none;
  background-color: transparent;
  background-image: var(--mark-rule);
  background-repeat: no-repeat;
  background-position: left 100%;
  background-size: 100% 9px;
  border: none;
  border-radius: 0;
  padding: 0.4rem 0 0.62rem;
  font-family: var(--font-fell);
  font-style: italic;
  font-size: 1.2rem;
  line-height: 1.5;
  color: var(--ink);
  text-align: left;
  cursor: pointer;
  mix-blend-mode: multiply;
}

.letter-pick-btn.is-empty {
  color: color-mix(in srgb, var(--ink-soft) 52%, var(--paper));
}

.letter-pick-btn em {
  flex: 0 0 auto;
  align-self: center;
  width: 0.9rem;
  height: 0.62rem;
  font-size: 0;
  line-height: 0;
  color: transparent;
  opacity: 1;
  background: var(--mark-caret) no-repeat center / 100% 100%;
  filter: url(#pencil-graphite);
}

.letter-pick.is-open .letter-pick-btn,
.letter-pick-btn:focus {
  outline: none;
  background-size: 100% 11px;
}

.letter-pick-list {
  position: absolute;
  z-index: 8;
  left: 0;
  right: auto;
  top: calc(100% + 0.35rem);
  width: max-content;
  min-width: 12rem;
  max-width: 100%;
  margin: 0;
  padding: 0.35rem 0;
  list-style: none;
  background: var(--paper);
  border: none;
  box-shadow: none;
}

.letter-pick-list button {
  width: 100%;
  appearance: none;
  background: none;
  border: none;
  display: block;
  padding: 0.62rem 0.2rem 0.72rem;
  font-family: var(--font-fell);
  font-style: italic;
  font-size: 1.16rem;
  line-height: 1.4;
  color: var(--ink-soft);
  text-align: left;
  cursor: pointer;
  mix-blend-mode: multiply;
  box-shadow: none;
}

.letter-pick-list button[aria-selected="true"],
.letter-pick-list button:hover,
.letter-pick-list button:focus {
  outline: none;
  color: var(--ink);
  background-color: transparent;
  background-image: var(--mark-rule);
  background-repeat: no-repeat;
  background-position: left 100%;
  background-size: 100% 8px;
  box-shadow: none;
}

.letter-cal {
  position: absolute;
  z-index: 8;
  left: 0;
  right: auto;
  top: calc(100% + 0.35rem);
  min-width: 17.5rem;
  padding: 0.95rem 0.95rem 0.85rem;
  background: var(--paper);
  border: none;
  box-shadow: none;
}

.letter-cal-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin: 0 0 0.65rem;
  padding: 0 0 0.7rem;
  border: none;
  background: var(--mark-rule) no-repeat left 100% / 100% 8px;
}

.letter-cal-month {
  font-family: var(--font-news);
  font-weight: 700;
  font-size: 0.86rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink);
  mix-blend-mode: multiply;
}

.letter-cal-nav {
  appearance: none;
  background: none;
  border: none;
  padding: 0.15rem 0.2rem;
  font-family: var(--font-display);
  font-size: 0.58rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink);
  cursor: pointer;
}

.letter-cal-nav:hover,
.letter-cal-nav:focus {
  outline: none;
  color: var(--olive);
}

.letter-cal-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 0.12rem 0;
}

.letter-cal-dow {
  font-family: var(--font-display);
  font-size: 0.52rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--stamp);
  text-align: center;
  padding: 0.35rem 0 0.4rem;
}

.letter-cal-day {
  appearance: none;
  background: none;
  border: none;
  aspect-ratio: 1;
  padding: 0;
  font-family: var(--font-body);
  font-size: 0.98rem;
  color: var(--ink);
  cursor: pointer;
  mix-blend-mode: multiply;
  box-shadow: none;
}

.letter-cal-day:hover:not(:disabled),
.letter-cal-day:focus:not(:disabled),
.letter-cal-day.is-picked {
  outline: none;
  color: var(--ink);
  background-image: var(--mark-rule);
  background-repeat: no-repeat;
  background-position: center 88%;
  background-size: 72% 8px;
  box-shadow: none;
}

.letter-cal-day.is-picked {
  font-weight: 600;
}

.letter-cal-day:disabled,
.letter-cal-day.is-quiet {
  color: var(--stamp);
  opacity: 0.32;
  cursor: none;
}

.letter-cal-foot {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  margin: 0.55rem 0 0;
  padding: 0.7rem 0 0;
  border: none;
  background: var(--mark-rule) no-repeat left 0 / 100% 8px;
}

.letter-cal-foot button {
  appearance: none;
  background: none;
  border: none;
  padding: 0 0 0.2rem;
  font-family: var(--font-fell);
  font-style: italic;
  font-size: 1.02rem;
  color: var(--ink-soft);
  cursor: pointer;
}

.letter-cal-foot button:hover,
.letter-cal-foot button:focus {
  outline: none;
  color: var(--ink);
  background-image: var(--mark-rule);
  background-repeat: no-repeat;
  background-position: left 100%;
  background-size: 100% 7px;
  box-shadow: none;
}

.letter-form textarea {
  border: none;
  border-radius: 0;
  padding: 0.4rem 0 0.65rem;
  resize: vertical;
  min-height: 6.5rem;
  background-color: transparent;
  background-image: var(--mark-rule);
  background-repeat: no-repeat;
  background-position: left 100%;
  background-size: 100% 9px;
}

.letter-form input:focus,
.letter-form select:focus,
.letter-form textarea:focus {
  outline: none;
  background-size: 100% 11px;
}

.letter-form input.is-invalid,
.letter-form select.is-invalid,
.letter-form textarea.is-invalid {
  background-size: 100% 11px;
}

.letter-form ::placeholder {
  color: color-mix(in srgb, var(--ink-soft) 55%, var(--paper));
  font-family: var(--font-fell);
  font-style: italic;
}

.letter-choices {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 1.15rem;
}

.letter-choice,
.letter-check {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  cursor: pointer;
  color: var(--ink);
}

.letter-choice {
  padding: 0.15rem 0.85rem 0.35rem 0;
}

.letter-choice input,
.letter-check input {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  margin: 0;
  cursor: pointer;
}

.letter-choice span,
.letter-check span {
  font-family: var(--font-body);
  font-size: 1.16rem;
  line-height: 1.45;
  color: var(--ink-soft);
  mix-blend-mode: multiply;
}

.letter-check span {
  color: var(--ink);
  line-height: 1.55;
}

.letter-choice span {
  font-family: var(--font-fell);
  font-style: italic;
  font-size: 1.18rem;
  padding-bottom: 0.18rem;
  border-bottom: none;
}

.letter-choice input:focus-visible + span,
.letter-check input:focus-visible + span {
  outline: none;
}

.letter-choice input:checked + span {
  color: var(--ink);
  background-image: var(--mark-rule);
  background-repeat: no-repeat;
  background-position: left 100%;
  background-size: 100% 8px;
}

.letter-check {
  margin: 0.85rem 0 0;
}

.letter-check[hidden] {
  display: none;
}

.letter-check input + span::before {
  content: "";
  display: inline-block;
  width: 1.05rem;
  height: 1.05rem;
  margin: 0 0.55rem 0 0;
  border: none;
  background: var(--mark-box) no-repeat center / 100% 100%;
  filter: url(#pencil-graphite);
  vertical-align: -0.18rem;
  box-sizing: border-box;
}

.letter-check input:checked + span::before {
  background: var(--mark-box-on) no-repeat center / 100% 100%;
}

.letter-check a,
.letter-check .pencil {
  position: relative;
  z-index: 1;
  color: inherit;
  border-bottom: none;
  text-decoration: none;
  cursor: pointer;
}

.letter-check .pencil {
  display: inline-flex;
  padding: 0.02rem 0.04rem 0.22rem;
  vertical-align: baseline;
  white-space: nowrap;
  mix-blend-mode: multiply;
  filter: none;
}

.letter-check .pencil span {
  font-family: var(--font-body);
  font-style: inherit;
  font-size: inherit;
  font-weight: 500;
  letter-spacing: inherit;
  text-transform: none;
  color: inherit;
  filter: none;
  mix-blend-mode: inherit;
}

.letter-hint {
  display: block;
  font-family: var(--font-fell);
  font-style: italic;
  font-size: 1.06rem;
  color: color-mix(in srgb, var(--ink) 75%, #8a3a28);
  margin: 0.4rem 0 0;
  mix-blend-mode: multiply;
}

.letter-hint[hidden] {
  display: none;
}

.letter-send {
  text-align: center;
  margin: 0.35rem 0 0;
}

.letter-send .pencil {
  transform: rotate(-1.2deg);
}

button.pencil {
  cursor: pointer;
  font: inherit;
}

.letter-sent .pencil {
  cursor: pointer;
}

.letter-form a,
.letter-form button,
.letter-form .letter-choice,
.letter-form .letter-check,
.letter-form .letter-pick-btn,
.letter-form .letter-cal-nav,
.letter-form .letter-cal-day:not(:disabled),
.letter-form .letter-cal-foot button {
  cursor: pointer;
}

.letter-form input[type="text"],
.letter-form input[type="email"],
.letter-form input[type="tel"],
.letter-form textarea {
  cursor: text;
}

.letter-post {
  font-family: var(--font-fell) !important;
  font-style: italic;
  font-size: 1.16rem !important;
  text-align: center;
  color: var(--ink-soft);
  margin: 0.85rem 0 0 !important;
  mix-blend-mode: multiply;
}

.letter-sent {
  text-align: center;
  padding: 0.5rem 0 2rem;
}

.letter-sent h2 {
  font-family: var(--font-news);
  font-weight: 700;
  font-style: normal;
  font-size: clamp(1.6rem, 3vw, 2.15rem);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--ink);
  margin: 0.35rem 0 1rem;
  filter: url(#type-ink);
  mix-blend-mode: multiply;
}

.letter-sent p {
  font-family: var(--font-body);
  font-size: 1.16rem;
  line-height: 1.68;
  color: var(--ink-soft);
  text-align: center;
  mix-blend-mode: multiply;
}

.letter-sent a {
  color: inherit;
}

.letter-copy {
  position: relative;
  text-align: left;
  white-space: pre-wrap;
  word-break: break-word;
  font-family: var(--font-body);
  font-size: 1.1rem;
  line-height: 1.62;
  color: var(--ink-soft);
  background: transparent;
  border: none;
  padding: 1.35rem 0;
  margin: 1.75rem 0 1.5rem;
  mix-blend-mode: multiply;
}

.letter-copy::before,
.letter-copy::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 10px;
  pointer-events: none;
  background: var(--mark-rule) no-repeat center / 100% 100%;
  filter: url(#pencil-graphite);
  opacity: 0.72;
}

.letter-copy::before {
  top: 0;
}

.letter-copy::after {
  bottom: 0;
}

.letter-body.is-sent .letter-form {
  display: none;
}


@media (min-width: 720px) {
  .letter-meta {
    grid-template-columns: 1fr 1fr 1fr;
  }

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